/* 메인 */
.life-visual {
	position: relative;
	margin: 0 auto;
	background: #000;
}
.life-visual > img {    
	object-fit: cover;
    width: 100%;
}
.v-txt-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.v-txt-wrap > p {
	color: #FFF;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 100%; 
	text-transform: uppercase;
	opacity: 0.5;
}
.v-txt-wrap .v-txt-tit {
	margin-top: 2.4rem;
	color: #FFF;
	text-align: center;
	font-size: 7.2rem;
	font-weight: 800;
	line-height: 130%;
}
.life-section {
	padding: 10rem 0;
}
.life-section.gray {
	background: #F4F4F4;
}
/*푸터*/
.life-site .wrap .main-wa{display:none;}
/* 인사말 */
.kukje-greeting {
	display: flex;
}
.kukje-greeting > img {
	width: 33.7rem;
	height: 52rem;
	background: #9D9D9D;
}
.kukje-greeting > .txt-box > h4 {
	font-size: 4rem;
	font-weight: 800;
	color: #222;
	line-height: 130%;
}
.kukje-greeting > .txt-box > p {
	margin-top: 3.6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.04rem;
	color: #999;
}
.kukje-greeting > .txt-box > p + p {
	margin-top: 4rem;
}
.kukje-greeting > .txt-box img {
	margin-top: 4rem;
	width: 22.5rem;
	height: 7rem;
}
.kukje-greeting p.sign{
	text-align:right;
	color:#222;
	font-weight: 700;
	font-size: 2.4rem;
}
/*조직도*/
.group-map{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	margin-bottom:4rem;
	padding:9rem 5% 8rem;
	border: 1px solid #D4D4D4;
}
.group-map::before{
	content:"";
	display:block;
	position:absolute;
	top: 9rem;
	width:0.1rem;
	height:calc(100% - 64.5rem);
	background: #DEE2E6;
}
.box-map{
	position:relative;
	width: 17rem;
	padding:3rem 0;
	text-align:center;
	border-radius: 0.8rem;
	font-weight: 700;
	line-height: 100%;
}
.box-map::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%, -50%);
	background:#fff;
	border-radius:50%;
	box-sizing:border-box;
}
.box-map span{
	display:inline-block;
	margin-top:0.8rem;
	font-size: 2.4rem;
}
.box-map a{
	display:inline-block;
	margin-top:0.8rem;
}
.box-map.blue{
	margin-bottom:4rem;	
	background: #34368A;
	color:#fff;
}
.box-map.blue::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #34368A;
}
.group-map .wrap-map01, .group-map .wrap-map02{
	display:flex;
	gap:2rem;
}
.group-map .wrap-map01{
	position:relative;
}
.group-map .wrap-map01::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:80%;
	height:0.1rem;
	background: #DEE2E6;
	transform:translate(-50%,-50%);
}
.group-map .wrap-map02{
	position:relative;
	margin-top:6rem;
}
.group-map .wrap-map02::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 78.2%;
	height:4rem;
	border: 0.1rem solid #DEE2E6;
	border-bottom:0;
	transform:translate(-50%,-50%);
}
.wrap-map01 .box-map{
	color: #34368A;
	font-weight: 700;
	line-height: 100%;
	background: #FED600;
}
.wrap-map01 .box-map a{
	font-size:2rem;
}
.wrap-map01 .box-map::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #FED600;
}
.wrap-map02{
	color: #34368A;
	font-size:1.6rem;
	font-weight: 700;
	line-height: 100%;
}
.wrap-map02 .box-map{
	border: 1px solid #34368A;
	background: #FFF;
}
.wrap-map02 .box-map::before{
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #34368A;
}
.wrap-map02 a{
	font-size: 1.8rem;
}
.wrap-map02 p{
	margin-top:1.6rem;
	padding:2rem 0;
	border: 0.1rem solid #34368A;
	border-radius: 0.8rem;
	text-align:center;
	background:#fff;
}
.wrap-map03 {    
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 5rem;
    padding: 1.5rem 2.5rem;
    border: 1px solid #DEE2E6;
    border-radius: 0.8rem;    
	background: #fff;
    z-index: 1;
}
.wrap-map03 > p {    
	padding: 2rem 0;
    min-width: 15rem;
    background: #1FA6E0;
    color: #fff;
	font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    border-radius: 0.8rem;
}
.box-adress{
	display:flex;
	gap:2rem;
	padding:3rem;
	border-radius: 1.2rem;
	background: #F4F5FE;
}
.box-adress .tit{
	color: #34368A;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
}
.box-adress .tit img{
	width:1.5rem;
	    height: 100%;
	margin-right:0.8rem;
	object-fit:contain;
	object-position:50% 50%;
}
.box-adress .con{
	color: #34368A;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
	opacity:0.7;
	word-break:keep-all;
}
/*시설안내*/
.list-conveni{
	display:flex;
	flex-wrap:wrap;
	gap:2.6rem;
}
.list-conveni li{
	width:calc((100% - 5.2rem)/3)
}
.list-conveni li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-conveni .img-box{
	object-fit:cover;
}
.list-conveni .img-box > img {
	width: 100%;
}
/* 서브페이지 pdf 영역 */
.pdf-info {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1rem 0;
	padding: 3rem 2.4rem;
	width: 100%;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
}
.pdf-info > p {
	position: relative;
	padding-left: 2.8rem;
	width: 39rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #34368A;
}
.pdf-info > p::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0;
	width:1.6rem;
	height:1.6rem;
	background: url(/_res/seojeong/iphak/img/ico-pdf-info.png) center / 100% no-repeat;
}
.btn-pdf:not(:first-child) {
	margin-left: 0;
}
.btn-pdf {
	padding: 1.7rem 4.8rem 1.7rem 2.4rem;
	width: 26rem;
	height: 5.8rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #212529;
	text-align: left;
	background: #fff url(/_res/seojeong/iphak/img/ico-download.png) right 2.4rem center / 2.4rem 2.4rem no-repeat;
	border: 0.1rem solid #222222;
	border-radius: 0.4rem;
	transition: all 0.2s linear;
}
.btn-pdf:hover {
	color: #fff;
	background: #34368A url(/_res/seojeong/iphak/img/ico-download-on.png) right 2.4rem center / 2.4rem 2.4rem no-repeat;
}
.pdf-area {
	width: 100%;
	height: 108rem;
	border: 0.1rem solid #EEEEEE
}
.btn-golink {
	display: block;
	margin-top: 6rem;
    padding: 1.7rem 4.8rem 1.7rem 2.4rem;
	width: 28.4rem;
    height: 5.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #212529;
    text-align: left;
    background: #fff url(/_res/seojeong/_share/img/ico-link.png) right 2.4rem top 1.9rem / 1.4rem 1.4rem no-repeat;
    border: 0.1rem solid #222222;
    border-radius: 0.4rem;
    transition: all 0.2s linear;
}
/* 서브페이지 pdf 영역 */
.pdf-download {
	display: flex;
	flex-direction: column;
}
.btn-pdf:not(:first-child) {
	margin-left: 0;
	margin-top: 0.8rem;
}
/* 캠퍼스안내 - 학교버스 */
.tit-bullet + p.schoolbus {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 160%;
}
/* 캠퍼스안내 - 교내버스 출발안내 */
.cont-right .adult.tit-bullet {
	margin: 6.5rem 0 2rem 0;
}
.box-info.schoolbus02 {
	padding: 5rem;
	background-image: none;
}
.box-info.schoolbus02 .b-tit-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem;
    padding-bottom: 4rem;
	border-bottom: 0.1rem solid rgba(52, 54, 138, 0.1);
}
.box-info.schoolbus02 .b-tit-wrap > img {
	margin-right: 2rem;
	width: 7.2rem;
	height: 7.2rem;
}
.box-info.schoolbus02 .b-info-tit{
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.traffic-info {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.traffic-info .end-point {
	margin: 0 0 0 auto;
}
.traffic-info .end-point::before {
    left: 17.8rem;
}
.end-point {
	display: flex;
	position: relative;
	margin: 2rem 0 2rem auto;
}
.end-point::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10.7rem;
	width: 2.8rem;
	height: 0.1rem;
	background: #999;
}
.end-point > span {
	padding: 0.4rem 1.6rem;
	min-width: max-content;    
	max-height: 4rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 150%;
	border-radius: 6rem;
}
.end-point > .start {
	color: #222;
	border: 0.1rem solid #999;
}
.end-point > .end {
	margin-left: 2.8rem;
	color: #fff;
	background: #34368A;
}
.box-info.schoolbus02 .bus-info {
	display: flex;
	line-height: 150%;
}
.box-info.schoolbus02 .bus-info > li {
	width: calc(100% / 3);
	word-break: keep-all;
}
.box-info.schoolbus02 .bus-info > li > h6 {
	margin-bottom: 2rem;
	padding-left: 2.6rem;
	color: #34368A;
	font-size: 1.8rem;
	font-weight: 700;
}
.box-info.schoolbus02 .bus-info .operation > h6 {
	background: url(/_res/seojeong/main/img/ico-bus-time.png) left center / 1.8rem 1.8rem no-repeat;
}
.box-info.schoolbus02 .bus-info .interval > h6 {
	background: url(/_res/seojeong/main/img/ico-bus-interval.png) left center / 1.4rem 2rem no-repeat;
}
.box-info.schoolbus02 .bus-info .waypoint > h6 {
	background: url(/_res/seojeong/main/img/ico-bus-spot.png) left center / 1.8rem 1.8rem no-repeat;
}
.box-info.schoolbus02 .bus-info .operation > div {
	display: flex;
	align-items: center;
}
.box-info.schoolbus02 .bus-info .operation > div + div {
	margin-top: 0.5rem;
}
.box-info.schoolbus02 .bus-info .operation > div > span {
	margin-right: 1.2rem;
	padding: 0.2rem 0.8rem;
	min-width: max-content;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 150%;
	border-radius: 0.4rem;
	border: 0.1rem solid #34368A;
}
.bus-schedule {
	display: flex;
	gap: 2rem; 
}
.tbl-bus-time {    
	flex: 1;
	text-align: center;
}
.tbl-bus-time thead th {
	padding: 1.6rem 1rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 120%;
	color: #222;
	background: #F9F9F9;
	border: 1px solid #EDEDED;
}
.tbl-bus-time tbody td {
	padding: 2.4rem 1rem;
	font-size: 1.6rem;
	color: #666;
	line-height: 130%;
	border: 1px solid #EDEDED;
}
.tbl-bus-time tbody td:first-child {
	background: #F4F5FE;
	font-weight: 600;
	color: #34368A;
}
.tbl-bus-time tbody td:nth-child(3) {
	font-weight: 600;
	color: #222;
}
/*SNS*/
.list-sjsns{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.sns-link{
	width:calc((100% - 6rem)/4);
}
.sns-link a{
	display:block;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	overflow:hidden;
}
.sns-link .img-box img {
	width: 100%;
}
.sns-link p{
	padding:2.2rem 2rem;
	color: #666;
	font-size: 2rem;
	font-weight: 500;
	background: url('/_res/seojeong/inter/img/ico-sns-right.png') no-repeat calc(100% - 2rem) 50% / 0.8rem auto;
	transition:all .3s ease 0s;
}
.sns-link:hover p{
	background-position:calc(100% - 4rem) 50%
}
/*학사안내*/
.sj-class col:first-of-type{
		width:30rem;
}
.btn-classweb{
	margin-left:2rem;
	padding:1.2rem 2rem;
	border:0.1rem solid #ddd;
	font-size:1.6rem;
	border-radius:3.5rem;
	font-weight: 600;
	color: #222;
	transition: all .3s ease 0s;
}
a.btn-classweb{
	display:inline-block;
	margin-top:2rem;
	margin-left:0;
}
.sj-class + .box-blue02{
	margin-top:4rem;
}
.sj-class + .box-blue02 p{
	position:relative;
}
.sj-class + .box-blue02 p::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -5rem;
    width: 0.1rem;
    height: 100%;
    transform: translateY(-50%);
    background: rgba(217, 217, 217, 0.1);
}
.btn-classweb:hover{
	background:#34368A ;
	color: #fff;
}
.box-proimg{
	width:100%;
	margin-top:4rem;
}
.box-proimg img{
	width:100%;
}
/*학과 상세 - 교수진소개*/
.box-professor{
	display:flex;
	position: relative;
	padding:5rem;
	border: 0.1rem solid #EDEDED;
	gap:4rem;
	margin-top:8rem;
}
.box-professor + .box-professor{
	margin-top:6rem;
}
/*
.box-professor .box-professor-img{width:16rem; height:16rem; border-radius:20rem; overflow:hidden;}
*/
.box-professor > img{
	width:16rem;
	object-fit: contain;
    object-position: top;
}
.txt-professor{
	flex:1;
}
.professor-name{
	display:flex;
	justify-content:space-between;
	gap:2rem;
	position:relative;
	padding-bottom:4rem;
	border-bottom:0.1rem solid rgba(0, 0, 0, 0.1);
}
.professor-name > div{
	flex:1;
}
.professor-name h4{
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 130%;
	color: #222;
}
.professor-name h4 span{
	font-size: 2rem;
	line-height: 160%;
}
.professor-name p{
	margin-top:1.2rem;
	font-weight: 700;
	line-height: 170%;
	color: #34368A;
}
.professor-name p a{
	font-weight: 500;
	color:#666;
}
.professor-name > span{
	display:inline-block;
	height:5.1rem;
	padding:1rem 2.6rem;
	font-weight: 600;
	line-height: 170%;
	color:#222;
	border: 0.1rem solid #D4D4D4;
	border-radius: 6rem;
}
.professor-career{
	padding-top:4rem;
}
.professor-career h5{
	margin-bottom:2rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 160%;
	color:#222;
}
.list-career{
	display:flex;
	justify-content:space-between;
	
}
.list-career ul{    
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list-career li{
	position:relative;
	padding-left:0.9rem;
	width: calc(100% / 2);
	font-weight: 400;
	line-height: 150%;
	color:#222;
}
.list-career li + li{
	margin-top:0.4rem;
}
.list-career li::before{
	content:"";
	display:inline-block;
	position:absolute;
	top:1rem;
	left:0;
	width:0.3rem;
	height:0.3rem;
	background:#222;
}
/*학과 상세 - 과목소개*/
.list-subject{
	margin-top:8rem;
}
.list-subject li{
	display:flex;
	gap:2rem;
	margin-bottom:6rem;
	padding-bottom:6rem;
	border-bottom:0.2rem solid #34368A;
}
.list-subject li:last-of-type{
	margin-bottom:0;
}
.list-subject li h5{
	display:flex;
	flex-direction:column;
	width:21.7rem;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 130%;
	color: #34368A;    
	word-break: keep-all;
}
.list-subject li span{
	margin-top:1.6rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 120%;
	color: #FEB700;
}
.list-subject li p{
	flex:1;
	font-weight: 400;
	line-height: 150%;
	color:#666;
}
/* 사업 소개 */
.vision-banner{
	background:#34368A;
}
.vision-banner.adult-vision::before{
	display:none;
}
.vision-banner.introduce::before {
	background:#444571 url('/_res/seojeong/life/img/bg-adult-introduce.png') no-repeat center / cover;
	opacity:0.4;
}
.vision-banner.adult-vision strong{
	display:block;
}
.vision-banner.adult-vision strong > span {
    color: #FFD43B;
}
.vision-banner.adult-vision strong::after, .vision-banner.adult-vision strong::before {
    content: "";
    display: block;
    position: absolute;
    width: 4rem;
    height: 3.3rem;
    background: url(/_res/seojeong/life/img/img-adult-vision.png) center / 100% no-repeat;
}
.vision-banner.adult-vision strong::after {
    right: -10rem;
    top: 100%;
    transform: rotate(180deg);
}

.adult .vision-banner.adult-vision strong::before {
    left: 0;
    bottom: calc(100% + 2rem);
}
.adult .vision-banner.adult-vision strong::after{
	right:0;
    top: calc(100% + 2rem);
}
.adult .box-ideal{
	padding:1.2rem;
	word-break:keep-all;
	text-align:center;
}
.adult  .strategy .box-ideal{	
	min-height: 17.2rem;
	height:auto;
}
.adult.innovation .list-box03 > li{
	padding:1.2rem;
	word-break:keep-all;
}
/* 입학 장학안내 */
.admission-type {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
	padding: 6rem 5%;
	border-radius: 0.8rem;
	border: 0.1rem solid #D8D8D8;
}
.admission-type .type-step01 {
	display: flex;
	align-items:flex-end;
	gap: 2rem;
}
.admission-type .type-step01 > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.admission-type .type-step01 > div:nth-of-type(1) > img {
	max-height: 10rem;
	width: auto;
}
.admission-type .type-step01 > div:nth-of-type(1) > p {
	margin-top: 2rem;
}
.admission-type .type-step01 > div:nth-of-type(2) > img {
	max-height: 14rem;
	width: auto;
}
.admission-type .type-step01 > div:nth-of-type(2) > p {
	margin-top: 0;
}
.admission-type .type-step01 > div > p {
	color: #222;
	text-align: center;
	font-weight: 700;
	line-height: 130%;
}
.type-step02 {
	display: flex;
	flex-direction: column;
	gap: 3.6rem;
	margin-left: 7rem;
}
.type-step02 .yesno-area {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.yesno-area > .route-box > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
}
.circle-label {
	position: absolute;    
	left: -3.5rem;
	top: 50%;
    transform: translateY(-50%);
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.circle-label.yes {
	background: #34368A;
}
.circle-label.no {
	background: #F28E00;
}
.yesno-area .route-box {
	display: flex;
	gap: 4rem;
	margin-right: 4rem;
}
.yesno-area .question-txt {
	padding: 3rem;
	font-weight: 600;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #D8D8D8;
}
.yesno-area .question-txt > span {
	position: relative;
	padding: 1rem 2rem;
	width: max-content;
	color: #666;
	font-size: 1.6rem;
	line-height: 130%;
	text-align: center;
	border-radius: 5rem;
	background: #DEDEDE;
}
.yesno-area .question-txt > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 100%;
	width: 26rem;
	height: 0.2rem;
	background: #DEDEDE;
	z-index: -1;
}
.yesno-area .question-txt > span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% + 26rem);
	width: 1.5rem;
	height: 5rem;
	background: #fff;
	border-width: 0.2rem 0 0.2rem 0.2rem;
	border-style: solid;
	border-color: #DEDEDE;
}
.yesno-area .question-txt > span.bf-none::before {
	border: none;
}
.yesno-area .question-txt > span.color::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% + 7rem);
	width: 1.5rem;
	height: 1.5rem;
	background: url(/_res/seojeong/life/img/ico-arr-right.png) right 0 center / 1.5rem 1.5rem no-repeat;
}
.yesno-area .question-txt > span.color::after {
	width: 7rem;
    background: #F28E00;
    z-index: 1;
}
.yesno-area .question-txt > p {
	min-width: max-content;
	color: #222;
	text-align: center;
	font-size: 1.8rem;
	line-height: 130%;
}
.yesno-area .q-line-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-self: normal;
	align-items: center;
}
.yesno-area .question-line {
	padding: 1.5rem;
	min-width: 16rem;
	height: auto;
	font-weight: 600;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #D8D8D8;
	background: #fff;
}
.answer-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;    
	margin-left: 9rem;
}
.yesno-area .answer-box {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.yesno-area .answer-box > div {
	position: relative;
	height: 5rem;
}
.yesno-area .answer-box > div > p {
	padding: 1.5rem 0 1.5rem 2.5rem;
	min-width: max-content;
	color: #666;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 130%; 
}
.m-admission-type {
	display: none;
}

/*입학장학안내 수정 */

.admission-type01 {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
	padding: 6rem 5%;
	border-radius: 0.8rem;
	border: 0.1rem solid #D8D8D8;
}
.admission-type01 .type-step01 {
	display: flex;
	align-items:flex-end;
	gap: 2rem;
	margin-top:12rem;
}
.admission-type01 .type-step01 > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.admission-type01 .type-step01 > div:nth-of-type(1) > img {
	max-height: 10rem;
	width: auto;
}
.admission-type01 .type-step01 > div:nth-of-type(1) > p {
	margin-top: 2rem;
}
.admission-type01 .type-step01 > div:nth-of-type(2) > img {
	max-height: 14rem;
	width: auto;
}
.admission-type01 .type-step01 > div:nth-of-type(2) > p {
	margin-top: 0;
}
.admission-type01 .type-step01 > div > p {
	color: #222;
	text-align: center;
	font-weight: 700;
	line-height: 130%;
}

.type-step02_1 {
	display: flex;
	flex-direction: column;
	gap: 3.6rem;
	margin-left: 7rem;
}
.type-step02_1 .yesno-area01 {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.yesno-area01 > .route-box > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
	background-color:#fff;
}
.yesno-area01 > .route-box-no > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;]
	border:1px solid red;
	margin-left:15rem;
}

.yesno-area01 > .route-box-no  {
	padding: 3rem 2rem;
}

.yesno-area01 > .route-box-no > div.color::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% - 54rem);
	width: 1.5rem;
	height: 1.5rem;
	background: url(/_res/seojeong/life/img/ico-arr-right.png) right 0 center / 1.5rem 1.5rem no-repeat;
}
.yesno-area01 .route-box-no > div::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left:0;
	width: 26rem;
	height: 0.2rem;
	background: #DEDEDE;
	z-index: -1;
}

.yesno-area01 > .route-box-no > div.color::after {
	width: 17rem;
    background: #F28E00;
    z-index: 1;
}
.circle-label {
	position: absolute;    
	left: -3.5rem;
	top: 50%;
    transform: translateY(-50%);
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.circle-label.yes {
	background: #34368A;
}
.circle-label.no {
	background: #F28E00;
}
.yesno-area01 .route-box {
	display: flex;
	gap: 4rem;
	margin-right: 4rem;
}
.yesno-area01 .question-txt01 {
	padding: 3rem;
	font-weight: 600;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #D8D8D8;
	background-color:#fff;
}
.yesno-area01 .question-txt01 > span {
	position: relative;
	padding: 1rem 2rem;
	width: max-content;
	color: #666;
	font-size: 1.6rem;
	line-height: 130%;
	text-align: center;
	border-radius: 5rem;
	background: #DEDEDE;
}
.yesno-area01 .question-txt01 > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 100%;
	width: 26rem;
	height: 0.2rem;
	background: #DEDEDE;
	z-index: -1;
}
/*.yesno-area01 .question-txt01 > span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% + 26rem);
	width: 1.5rem;
	height: 5rem;
	background: #fff;
	border-width: 0.2rem 0 0.2rem 0.2rem;
	border-style: solid;
	border-color: #DEDEDE;
}
*/

.yesno-area01 .question-txt01 > span:first-child::before{display:none;}
.yesno-area01 .question-txt01 > span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% + 36rem);
	width: 1.5rem;
	height: 5rem;
	background: #fff;
	border-width: 0.2rem 0 0.2rem 0.2rem;
	border-style: solid;
	border-color: #DEDEDE;
}



.yesno-area01 .q-line-wrap02 > span{}
.yesno-area01 .question-txt01 > span.bf-none::before {
	border: none;
}
.yesno-area01 .question-txt01 > span.color::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% + 7rem);
	width: 1.5rem;
	height: 1.5rem;
	background: url(/_res/seojeong/life/img/ico-arr-right.png) right 0 center / 1.5rem 1.5rem no-repeat;
}
.yesno-area01 .question-txt01 > span.color::after {
	width: 7rem;
    background: #F28E00;
    z-index: 1;
}
.yesno-area01 .question-txt01 > p {
	min-width: max-content;
	color: #222;
	text-align: center;
	font-size: 1.8rem;
	line-height: 130%;
}

.yesno-area01 .question-txt01 {
	padding: 3rem;
	font-weight: 600;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #D8D8D8;
}
.yesno-area01 .question-txt01 > span {
	position: relative;
	padding: 1.6rem 2rem;
	width: max-content;
	background-color:#fff;


}
.yesno-area01 .question-txt01 > span:first-child::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 100%;
	width: 26rem;
	height: 0.2rem;
	background: #DEDEDE;
	z-index: -1;
}

.yesno-area01 .question-txt01 > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 100%;
	width: 36rem;
	height: 0.2rem;
	background: #DEDEDE;
	z-index: -1;
}

.yesno-area01 .question-txt01 > span.bf-none::before {
	border: none;
}
.yesno-area01 .question-txt01 > span.color::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: calc(100% + 7rem);
	width: 1.5rem;
	height: 1.5rem;
	background: url(/_res/seojeong/life/img/ico-arr-right.png) right 0 center / 1.5rem 1.5rem no-repeat;
}
.yesno-area01 .question-txt01 > span.color::after {
	width: 7rem;
    background: #F28E00;
    z-index: 1;
}
.yesno-area01 .question-txt01 > p {
	min-width: max-content;
	color: #222;
	text-align: center;
	font-size: 1.8rem;
	line-height: 130%;
}




.yesno-area01 .q-line-wrap01 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-self: normal;
	align-items: center;
	border:1px solid red;
	min-width: 10rem;
}
.yesno-area01 .q-line-wrap01-no {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-self: normal;
	align-items: center;
	min-width: 10rem;
}
.yesno-area01 .q-line-wrap02 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-self: normal;
	align-items: center;
	min-width: 16rem;
}

.yesno-area01 .q-line-wrap02 .question-line-no{ padding: 1.5rem;
    color: #666;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 130%;
	background-color:#fff;
}

.yesno-area01 .yesno-area02 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-self: normal;
	align-items: center;
	margin:0 4rem 0 2rem;
}
.yesno-area01 .question-line {
	padding: 1.5rem;
	min-width: 16rem;
	height: auto;
	font-weight: 600;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #D8D8D8;
	background: #fff;
}
.answer-wrap01 {
	display: flex;
	flex-direction: column;
	gap: 1rem;    
	margin-left: 9rem;
}
.answer-wrap02 {
	display: flex;
	flex-direction: column;
	gap: 1rem;    
	margin-left: 9rem;
}

.yesno-area01 .answer-box.no > div {
	position: relative;
	height: 4.5rem;
}
.yesno-area01 .answer-box > div {
	position: relative;
	/*height: 5rem;*/

}
.yesno-area01 .answer-box > div > p {
	padding: 1.5rem 0 1.5rem 2.5rem;
	min-width: max-content;
	color: #666;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 130%; 
}
.yesno-area01 .answer-box > div > p.no {
    padding:1.5rem 1rem;
    min-width: 15rem;
    height: auto;
	color:#000;
	font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    border-radius: 0.8rem;
    border: 1px solid #D8D8D8;
    background: #fff;
	margin-left:3rem;
}
.m-admission-type01 {
	display: none;
}


/*입학장학안내 수정 끝*/
/* 교육과정소개 */

/* 교육과정 소개 */
.curriculum h6{
	margin: 6rem 0 2rem;
	color: #222;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
}
.wrap-curriculum{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.box-curriculum{
	width:calc(50% - 1rem);
	padding:4rem;
	border-radius: 0.6rem;
	border: 0.1rem solid #D8D8D8;
}
.box-curriculum .tit{
	margin-bottom:2.4rem;
	color: #222;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
}
.box-curriculum .tit2{
	position:relative;
	margin:2.4rem 0;
	padding-left:0.9rem;
	color: #6164C5;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
}
.box-curriculum .tit2::before{
	content:"";
	display:block;
	position:absolute;
	top:1rem;
	left:0;
	width:0.3rem;
	height:0.3rem;
	background:#6164C5;
}
.box-curriculum ul{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.box-curriculum li{
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc(50% - 0.5rem);
	padding:1rem;
	border-radius: 4rem;
	border: 0.1rem solid #D7D7FF;
	background: #E9E9FF;
	color: #6164C5;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 130%;
	text-align:center;
	word-break:keep-all;
}
.wrap-curriculum.wrap02 li{
	border: 0.1rem solid #C6EEFF;
	background: #E7F8FF;
	color: #5F9FBB;
}
.wrap-curriculum.wrap03 li{
	border: 0.1rem solid #FFF3B4;
	background: #FFFCEA;
	color: #9E997F;
}
@media (max-width: 1600px){
.admission-type01 {
		display: none;
	}
.m-admission-type01 {
display: block;
margin-bottom: 4rem;
cursor: pointer;
border:1px solid #d8d8d8;
border-radius:2rem;
	}	
}
@media (max-width: 1550px){
	.admission-type {
		display: none;
	}
	.m-admission-type {
		display: block;
		margin-bottom: 4rem;
		cursor: pointer;
	}
	
	
}
@media (max-width: 1515px){
	.group-map::before {
		height: calc(100% - 72.5rem);
	}
}
@media (max-width: 1420px){
	.kukje-sub-cont .subway-box {
		flex-direction: column;
		display: flex;
	}
	.subway-box > ul + ul {
		margin-top: 1rem;
		margin-left: 0;
	}
}
@media (max-width: 1370px) {
	/*SNS*/
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
}
@media (max-width: 1190px){
	/*SNS*/
	.sns-link{
		width:calc((100% - 6rem)/4);
	}
	/* 교육과정 소개 */
	.box-curriculum{
		width:100%;
	}
	.group-map::before {
		height: calc(100% - 64.5rem);
	}
}
@media (max-width: 1100px){
	.group-map::before {
		height: calc(100% - 72.5rem);
	}
}
@media (max-width: 1020px){
	/*조직도*/
	.box-map{
		width:17rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02 {
    	gap: 2rem;
	}
	/*학과 상세 - 교수소개*/
	.box-professor{
		position:relative;
	}
	.box-professor > img{
		position:absolute;
		top:5rem;
		left:5rem;
	}
	.professor-name{
		display:block;
		padding-left: 20rem;
	}
	.professor-name > span{
		margin-top:1.2rem;
	}
	/* 캠퍼스안내 - 교내버스 출발안내 */
	.box-info.schoolbus02 .bus-info {
		flex-direction: column;
	}
	.box-info.schoolbus02 .bus-info > li {
		width: 100%;
	}
	.box-info.schoolbus02 .bus-info > li + li {
		margin-top: 4.15rem;
	}
	.bus-schedule {
		flex-direction: column;
	}
	.tbl-bus-time thead th {
		font-size: 1.4rem;
	}
	.tbl-bus-time tbody td {
		font-size: 1.4rem;
	}
}
@media (max-width:768px){
	
	/* 서브페이지 pdf 영역 */
	.pdf-page {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 2rem;
	}
	.pdf-info {    
		align-items: flex-start;    
		flex-direction: column;
		justify-content: space-between;
		margin: 1.6rem 0 0 0;
		padding: 0;
		background: none;
		border: none;
	}
	.pdf-area {
		margin-bottom: 0;
		height: 50rem;
	}
	.pdf-download {
		margin-top: 3rem;
		width: 100%;
	}
	.btn-pdf {
    	padding: 1.5rem 4.5rem 1.5rem 2rem;
		width: 100%;
		height: 5.4rem;
		font-size: 1.4rem;
	}
	.pdf-info > p {
		padding-left: 1.8rem;
		width: 100%;
		font-size: 1.4rem;
	}
	.pdf-info > p::before {
		top: 0.3rem;
		width:1.2rem;
		height:1.2rem;
		background: url(/_res/seojeong/iphak/img/ico-pdf-info_m.png) center / 100% no-repeat;
	}
	.btn-golink {
		width: 100%;
	}
	/* 캠퍼스안내 - 학교버스 */
	.tit-bullet + p.schoolbus {
		font-size: 1.6rem;
	}
	.box-info.schoolbus {
		margin-top: 4rem;
	}
	/* 캠퍼스안내 - 교내버스 출발안내 */
	.cont-right .adult.tit-bullet {
		margin: 4rem 0 1.2rem 0;
	}
	.box-info.schoolbus02 {
		padding: 3rem;
	}
	.box-info.schoolbus02 .b-tit-wrap {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.box-info.schoolbus02 .b-tit-wrap > img {
		margin-right: 1.6rem;
		width: 6rem;
		height: 6rem;
	}
	.traffic-info {
		margin-bottom: 2rem;
	}
	.traffic-info .end-point::before {
		left: 15.8rem;
		width: calc(100% - 25.5rem);
	}
	.end-point {
		justify-content: space-between;
		margin: 3.2rem 0 0 0;
		width: 100%;
	}
	.end-point::before {
		left: 9.4rem;
		width: calc(100% - 22rem);
	}
	.end-point > span {
		padding: 0.2rem 1.4rem;
		font-size: 1.6rem;
		line-height: 170%;
	}
	.end-point > .end {
		margin-left: 0;
	}
	.box-info.schoolbus02 .bus-info {
		font-size: 1.6rem;
	}
	.box-info.schoolbus02 .bus-info > li > h6 {
		font-size: 1.6rem;
	}
	.box-info.schoolbus02 .bus-info .operation > div {
		align-items: flex-start;
	}
	.box-info.schoolbus02 .bus-info .operation > div > span {
		margin-right: 0.5rem;
		padding: 0.2rem 0.8rem;
		width: 4.1rem;
		font-size: 1.4rem;
	}
	/*조직도*/
	.group-map{
		margin-bottom:2rem;
		padding:4.8rem 2rem 4rem;
	}
	.group-map::before{
		height: calc(100% - 30rem);
	}
	.box-map{
		width:100%;
		max-width:24rem;
		font-weight: 500;
		font-size: 1.6rem;
	}
	.box-map span,.group-map .box-map a{
		font-weight: 600;
		font-size:2rem;
	}
	.box-map.blue{
		margin-bottom:2rem;
	}
	.group-map .wrap-map02{
		margin-top:2rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02{
		width:100%;
		max-width:24rem;
		flex-direction:column;
	}
	.group-map .wrap-map01::before,.group-map .wrap-map02::before{
		display:none;
	}
	.box-adress{
		flex-direction:column;
		gap:1.2rem;
	}
	.box-adress .tit{
		display: flex;
    	align-items: center;
		font-size:1.8rem;
	}
	.box-adress .tit img{
		width:1.2rem;
	}
	.box-adress .con{
		font-size: 1.6rem;
	}
	/*시설안내*/
	.list-conveni{
		gap:1.2rem;
	}
	.list-conveni li {
    	width: calc((100% - 1.2rem)/2);
	}
	/*SNS*/
	.list-sjsns{
		gap:1rem;
	}
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
	/*학사안내*/
	.sj-class col:first-of-type{
		width:12rem;
	}
	.sj-class + .box-blue02 .box-txt{
		align-items:flex-start;
	}
	.sj-class + .box-blue02 p::before{
	    display: none;
	}
/*인사말*/
	.kukje-greeting > .txt-box > h4{
		font-size: 2.2rem;
	}
	.kukje-greeting > .txt-box > p{
		margin-top: 2.6rem;
		font-size: 1.6rem;
	}
	.kukje-greeting > .txt-box > p + p{
		    margin-top: 2rem;

	}
	.kukje-greeting > .txt-box > img{
		margin-top: 2rem;
    	width: 14.5rem;
    	height: auto;
	}
	/*학과 상세 - 학과소개*/
	.box-professor{
		margin-top: 4rem;
		padding:0;
	}
	.box-professor + .box-professor{
		margin-top: 4rem;
	}
	.professor-name{
		padding:3rem 2rem 3rem 12rem;
	}
	.professor-name > span{
		height: 3.3rem;
		padding:0.6rem 1.8rem;
		font-size: 1.4rem;
	}
	.professor-name h4{
		display:flex;
		flex-direction:column;
		font-size: 2rem;
	}
	.professor-name h4 span{
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.professor-name p{
		display:flex;
		flex-direction:column;
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.box-professor > img{
		top:3rem;
		left:2rem;
		width:8rem;
		height:8rem;
	}
	.professor-career{
		padding:0;
	}
	.professor-career h5{
		position:relative;
		margin:0;
		padding:1.8rem 2rem;
		font-size: 1.6rem;
		line-height: 1.9rem;
		color: #34368A;
	}
	.professor-career h5::before,.professor-career h5::after{
		content:"";
		display:inline-block;
		position:absolute;
		top:50%;
		right:2rem;
		width:1.8rem;
		height:0.2rem;
		transform:translateY(-50%);
		background:#34368A;
		border-radius: 0.1rem;
	}
	.professor-career h5::after{
		transform:translateY(-50%)rotate(90deg);
		transition: all .3s ease 0s;
	}
	.list-career{
		flex-direction:column;
		justify-content:flex-start;
		height:0;
		padding:0 3rem;
		background: #F9F9F9;
		overflow:hidden;
		transition: all .3s ease 0s;
	}
	.list-career ul{
		width:100%;
	}
	.list-career li{
		width:100%;
		font-size: 1.6rem;
	}
	.list-career li + li{
		margin-top:0.6rem;
	}
	.list-career .list2{
		margin-top:0.6rem;
	}
	.professor-career.open .list-career{
		height:auto;
		padding:2rem 3rem;
	}
	.professor-career.open h5{
		border-bottom:0.1rem solid #EDEDED;
	}
	.professor-career.open h5::after{
		transform:translateY(-50%)rotate(0);
	}
	/*학과 상세 - 과목소개*/
	.list-subject{
		margin-top:3rem;
	}
	.list-subject li{
		flex-direction:column;
		gap:3rem;
		margin-bottom:4rem;
		padding-bottom:4rem;
	}
	.list-subject li:last-of-type{
		padding-bottom:0;
		border:none;
	}
	.list-subject li h5{
		width:100%;
		font-size: 2rem;
	}
	.list-subject li span{
		margin-top:1.4rem;	
	}
	.list-subject li h5 br{
		display:none;
	}
	.list-subject li p{
		font-size: 1.6rem;
	}
	/* 사업 소개 */
	.adult .innovation .list-box03{
		flex-direction:column;
	}
	.adult .list-box03 li{
		width:100%;
		border-radius:1.2rem;
	}
	.adult .list-box03 li + li::after{
		display:none;
	}
}
@media (max-width:590px){
	/*학사안내*/
	.btn-classweb{
		margin-left: 0rem;
    	margin-top: 0.6rem;
    	padding: 0.6rem 1rem;
	}
	.sj-class > tbody td a{
		display:block;
	}
	/*인사말*/
	.kukje-greeting img{
		width:100%;
		height:auto;
	}
}
@media (max-width: 373px){
	/* 캠퍼스안내 - 교내버스 출발안내 */
	.traffic-info .end-point::before {    
		left: 50%;
    	transform: translateX(-50%);
		width: 0.1rem;
	}

	.end-point{
		flex-direction: column;
		text-align: center;
	}
	.end-point::before {
		left: 50%;
		top: 3.3rem;
		transform: translateX(-50%);
		width: 0.1rem;
		height: 2rem;
	}
	.end-point > .end {
		margin-top: 2rem;
	}
}

/* 시각 사용자용(화면에는 안 보이고 스크린리더만 읽음) */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px; /* Some snippets use -1px margin to prevent issues with certain browsers */
    overflow: hidden;
    clip: rect(0, 0, 0, 0); /* Fallback for older browsers */
    clip-path: inset(50%); /* Modern alternative */
    white-space: nowrap;
    border-width: 0;
}