/* 메인-컨텐츠 */
.main-cont{
	padding:8rem 0 10rem;
	background: #F4F4F4;
}
.main-cont .innerframe-1720 > .dp-flex{
	gap:2rem;
}
.main-cont .innerframe-1720 > .dp-flex + .dp-flex{
	margin-top:2rem;
}
.sj-ytube,.main-notice{
	width: 57.8%;
}
.main-program,.main-sns{
	flex:1;
}
.main-program .dp-flex:hover .img-wrap img{
	transform:scale(1.1)
}
.txt-mprogram,.img-wrap{
	width:50%;
}
.img-wrap{
	overflow:hidden;
}
.img-wrap img{
	width:100%;
	height:100%;
	transition:all .3s ease 0s;
	object-fit:cover;
}
.txt-mprogram > a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	padding:0 4.2rem;
	text-align:center;
}
.txt-mprogram{
	position:relative;
	background: #34368A;
	color:#fff;
	z-index:2;
}
.txt-mprogram::before{
	 content:"";
	display:block;
	position:absolute;
	top:50%;
	right: -1rem;
	width:2.8rem;
	height:2.8rem;
	transform:translatey(-50%)rotate(45deg);
	background:#34368A;
}
.img-wrap + .txt-mprogram{
	background: #23B2EF;
}
.img-wrap + .txt-mprogram::before{
	right:unset;
	left:-1rem;
	background:#23B2EF;
}
.txt-mprogram h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.02rem;
}
.txt-mprogram p{
	margin:1.2rem 0 2rem;
	opacity:0.7;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.018rem;
}
.txt-mprogram span{
	display:inline-block;
	position:relative;
	width:4rem;
	height:4rem;
	border:0.1rem solid #fff;
	border-radius:50%;
	font-size:0;
}
.txt-mprogram span:before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:2rem;
	height:0.1rem;
	background:#fff;
	transform:translate(-50%, -50%);
	transition:all 0.3s ease 0s;
}
.txt-mprogram span:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:0.1rem;
	height:2rem;
	background:#fff;
	transform:translate(-50%, -50%);
	transition:all 0.3s ease 0s;
}
.txt-mprogram:hover  span:after,.txt-mprogram:hover  span:before{
	transform:translate(-50%, -50%)rotate(90deg);
}
.main-notice{
	padding:7rem;
	background: #FFF;
}
.tit-mnotice{
	display:flex;
	justify-content:space-between;
}
.tit-mnotice h3{
	color: #222;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.024rem;
}
.tit-mnotice button{
	display:flex;
	align-items:center;
	gap:1.2rem;
	color: #222;
	font-weight: 700;
	line-height: 150%; 
}
.tit-mnotice button img{
	width:1.4rem;
	height:1.4rem;
	transition:all 0.3s ease 0s;
}
.tit-mnotice button:hover img{
	transform:rotate(90deg);
}
.cont-mnotice{
	margin-top:3.7rem;
}
.cont-mnotice li a{
	display:flex;
	gap:2.4rem;
	padding:1.6rem 0;
	border-bottom:0.1rem solid #E9ECEF;
}
.cont-mnotice li p{
	flex:1;
	color: #666;
	font-size: 2rem;
	font-weight: 500;
	white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cont-mnotice li span{
	color: #999;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
}
.main-sns{
	display:flex;
	flex-wrap:wrap;
}
.main-sns > a{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:1rem;
	width:50%;
	background: #FFF;
	
}
.main-sns > a:nth-of-type(1),.main-sns > a:nth-of-type(2){
	border-bottom:0.1rem solid #EDEDED;
}
.main-sns > a:nth-of-type(2n){
	border-left:0.1rem solid #EDEDED;
}
.main-sns img{
	width: 7.4rem;
	height: 7.4rem;
}
.main-sns p{
	color: #34368A;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.018rem;
}
/* 인사말 */
.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;
}
.greeting-imgbox{margin:0 auto; text-align:center;}
.greeting-imgbox > img {
	margin-top:8rem; height:60rem;
}




/*조직도
.group-map{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	margin-bottom:4rem;
	padding:9rem 4rem 8rem;
	border: 1px solid #D4D4D4;
}
.group-map::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:0.1rem;
	height:calc(100% - 18rem);
	background: #DEE2E6;
}
.box-map{
	position:relative;
	width: 26rem;
	padding:3rem;
	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:4rem;
}
.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: 69.6%;
	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;
}

.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;
}*/


/*조직도 수정_231215*/
.group-map{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	margin-bottom:4rem;
	padding:9rem 4rem 8rem;
	border: 1px solid #D4D4D4;
}
.group-map::before{
	content:"";
	display:block;
	position:absolute;
	top:18%;
	left:50%;
	transform:translate(-50%,-50%);
	width:0.1rem;
	height:calc(18%);
	background: #DEE2E6;
}
.box-map{
	position:relative;
	width: 26rem;
	padding:3rem;
	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:4rem;
}
.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;
	gap: 3rem;
}
.group-map .wrap-map02::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 82.6%;
	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;
	width:15rem;
	padding:2rem 1rem;
}
.wrap-map02 .box-map::before{
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #34368A;
}
.wrap-map02 a{
	font-size: 1.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;
}
.wrap-map-tbl{ display:inline-blick; width:100%; margin-top:5rem;}
.wrap-map-tbl span{display:inline-block; color:#34368A; margin-bottom:.5rem;}
.map_tbl{width:100%; line-height: 130%;}
.map_tbl > thead th,
.map_tbl > tbody th {background: #f1f4f7; font-size: 1.8rem; font-weight: 500; color: #222; border-top:1px solid #333;}
.map_tbl > thead th {padding:2rem; line-height: 2.2rem; text-align:center; border:0.1rem solid #ddd;}
.map_tbl th:first-of-type,.map_tbl > tbody td:first-of-type{border-left:none;}
.map_tbl > thead th:last-of-type,.map_tbl > tbody td:last-of-type{ border-right:none;}
.map_tbl > tbody th { padding: 2rem; line-height: 2.2rem; text-align: center; border:0.1rem solid #EDEDED;}
.map_tbl > tbody td{ padding:2rem; border:0.1rem solid #EDEDED; font-size: 1.8rem; font-weight: 400; color: #666; text-align:center;}

/*시설안내*/
.tit-conveni {position:relative; margin: 4rem 0 2rem 0; font-size:2.0rem;color: #34368A; font-weight: 600; line-height: 150%;}

.tit-conveni::after{content:""; position:absolute; top:1.5rem; right:0; width:calc(100% - 15rem); margin-left: 2rem;  background:#34368A; height:2px;}

.list-conveni{display:flex;flex-wrap:wrap;gap:2.6rem; margin-bottom:8rem;}
.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%;
	height: 100%;
	object-fit:cover;
}
/*졸업후진로*/
.list-course{display:flex;flex-wrap:wrap;gap:1.7rem; margin-bottom:8rem;}
.list-course li{
	width:calc((100% - 5.2rem)/4)
}
.list-course li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-course .img-box{
	object-fit:cover;
}
.list-course .img-box > img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}

/* 서브페이지 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;
}
/* 프로그램 스와이퍼 */
.inter-program {
	width: 100%;
}
.inter-program .swiper-slide {
	width: calc((100% - 4rem) / 3) !important;
}
.inter-program .swiper-slide > img {
	width: 100% !important;
}
.inter-program .swiper-button-prev {
	background: url(/_res/seojeong/_share/img/ico-link-arr.png) center / 2rem 3rem no-repeat;
	transform: rotate(180deg);
}
.inter-program .swiper-button-next {
	background: url(/_res/seojeong/_share/img/ico-link-arr.png) center / 2rem 3rem no-repeat;
}
.inter-program .swiper-button-prev::after,
.inter-program .swiper-button-next::after {
	display: none;
}
/*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%
}
/*장학안내*/
.tit-ko{}
.wrap-scholarship-tbl{ margin-bottom:3rem;}
.scholarship-tbl{width:100%; line-height: 130%;}
.scholarship-tbl > thead th,
.scholarship-tbl > tbody th {background: #f1f4f7; font-size: 1.8rem; font-weight: 500; color: #222; border-top:1px solid #333;}
.scholarship-tbl > thead th {padding:1rem; line-height: 2.2rem; text-align:center; border:0.1rem solid #ddd;}
.scholarship-tbl th:first-of-type,.scholarship-tbl > tbody td:first-of-type{border-left:none;}
.scholarship-tbl > thead th:last-of-type,.scholarship-tbl > tbody td:last-of-type{ border-right:none;}
.scholarship-tbl > tbody th { padding: 2rem; line-height: 2.2rem; text-align: center; border:0.1rem solid #EDEDED;}
.scholarship-tbl > tbody td{ padding:1rem; border:0.1rem solid #EDEDED; font-size: 1.8rem; font-weight: 400; color: #666; text-align:center;}

/*비자안내*/
.visa-step {display: flex; margin-bottom:2rem; margin-top:.5rem;}
.visa-step > li {flex: 1;
	position: relative;
	padding: 3rem 2rem;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	background: #FFF;
}
.visa-step > li + li {margin-left: 5.5rem;}
.visa-step > li .step-tit{color:#34368A; font-weight:700; font-size:1.6rem;}
.visa-step > li p {line-height:130% !important:}
.visa-step > li:first-child::before {display: none;}
.visa-step > li::before {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	right: calc(100% + 2rem);
	transform: translateY(-50%);
	width: 1.3rem;
	height: 2.4rem;
	background: url(/_res/seojeong/inter/img/ico-step-arr.png) center / 100% no-repeat;
}



/*학사안내*/
.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;
}
.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;
}


@media (max-width: 1420px){

	/*인사말*/
	.greeting-imgbox > img {width:100%; height:auto;}
	
	.kukje-sub-cont .subway-box {
		flex-direction: column;
		display: flex;
	}
	.subway-box > ul + ul {
		margin-top: 1rem;
		margin-left: 0;
	}
	.visa-step > li {padding: 3rem 2rem;}
	
}
@media (max-width: 1370px) {
	/* 메인 - 컨텐츠 */
	.sj-ytube, .main-notice{
		width:100%;
	}
	.main-cont .innerframe-1720 > .dp-flex{
		flex-direction:column;
	}
	.main-sns > a{
		height:25rem;
	}
	/*SNS*/
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
}
@media (max-width: 1190px){

c
	
	/* 프로그램 스와이퍼 */
	.inter-program {
		margin-top: 3rem;
	}
	.inter-program .swiper-slide {
		width: calc((100% - 2rem) / 2) !important;
	}
	/*SNS*/
	.sns-link{
		width:calc((100% - 6rem)/4);
	}
}
@media (max-width: 1020px){
	/*조직도*/
	.box-map{
		width:20rem;
	}
	.wrap-map02 .box-map{
	width:12rem;
	padding:2rem .5rem;
	font-size:1.5rem;
}
	.group-map .wrap-map01 {
    	gap: 2rem;
	}
	.group-map .wrap-map02 {
    	gap: .7rem;
	}

}
@media (max-width: 768px){
	/* 메인 - 컨텐츠 */
	.main-cont{
		padding:4rem 0 5rem;
	}
	.txt-mprogram, .img-wrap{
		min-height:17rem;
	}
	.txt-mprogram::before{
		width:2.1rem;
		height:2.1rem;
	}
	.txt-mprogram > a{
		padding:0 1.2rem
	}
	.txt-mprogram h3{
		font-size: 1.6rem;
	}
	.txt-mprogram p{
		margin:0.6rem 0 1.6rem;
		font-size: 1.2rem;
	}
	.txt-mprogram span{
		width:2.4rem;
		height:2.4rem;
		border-width:0.2rem;
	}
	.txt-mprogram span:before{
		width: 1rem;
    	height: 0.2rem;
	}
	.txt-mprogram span:after{
    	width: 0.2rem;
		height: 1rem;
	}
	.main-notice{
		padding:3rem 2rem;
	}
	.tit-mnotice h3{
		font-size: 2rem;
	}
	.tit-mnotice button{
		gap:0.4rem;
		font-size: 1.4rem;
	}
	.tit-mnotice button img{
		width:1.2rem;
		height:1.2rem;
	}
	.cont-mnotice li p{
		font-size:1.6rem;
	}
	.cont-mnotice li span{
		font-size:1.4rem;
	}
	.main-sns > a{
		justify-content:flex-start;
		 gap:1.2rem;
		height:auto;
		width:100%;
		padding:2rem;
		border-bottom: 0.1rem solid #EDEDED;
		background: #fff url('/_res/seojeong/_share/img/ico-blue-right.png')no-repeat calc(100% - 2rem) 50% / 0.8rem auto;
	}
	.main-sns > a:nth-of-type(2n){
		border-left:none;
	}
	.main-sns img{
		width:4.6rem;
		height:4.6rem;
	}
	.main-sns p{
		font-size:1.6rem;
	}
	/* 서브페이지 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%;
	}

	/*조직도*/
	.group-map{
		margin-bottom:2rem;
		padding:4.8rem 2rem 4rem;
	}

	
	.group-map::before{
		height: calc(100% - 70%);
		top: 20%;
	}
	.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;
	}
	
	.wrap-map02 .box-map{
	width:24rem;
	padding:2rem .5rem;
	font-size:1.6rem;
}
	.group-map .wrap-map01 {
    	gap: 2rem;
	}
	.group-map .wrap-map02 {
    	gap: 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;
	}
	.map_tbl > thead th,.map_tbl > tbody td{font-size:1.6rem; padding: 1rem;}
	
	.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;
	}
	
	/*장학안내*/
.scholarship-tbl > thead th,
.scholarship-tbl > tbody th {font-size: 1.6rem;}
.scholarship-tbl > tbody th { padding: 1rem;}
.scholarship-tbl > tbody td{ padding:1rem; font-size: 1.6rem;}
	
/*비자안내*/
.visa-step {flex-direction: column; margin-bottom: 6rem; margin-top:.5rem;}
.visa-step > li {margin-bottom: 5.5rem; }
.visa-step > li + li {margin-left:0;}
.visa-step > li::before {top: -3rem; left: 50%; transform: rotate(90deg) translateX(-50%);}
	
	/*시설안내*/
	.list-conveni{
		gap:1.2rem;
	}
	.list-conveni li {
    	width: calc((100% - 1.2rem)/2);
	}
/*졸업후진로*/
.list-course{gap:1.2rem;}
.list-course 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;
	}
	.inter-program .swiper-slide {
		width: 100% !important;
	}
}
@media (max-width:590px){
	/*학사안내*/
	.btn-classweb{
		margin-left: 0rem;
    	margin-top: 0.6rem;
    	padding: 0.6rem 1rem;
	}
	.sj-class > tbody td a{
		display:block;
	}
}	