/* 메인-컨텐츠 */
/*.dorm-main-cont{padding:10rem 0;}*/
.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,.main-program-n{
	flex:1;
}
.main-program .dp-flex:hover .img-wrap img, .main-program-n .dp-flex:hover .img-wrap-n img{
	transform:scale(1.1)
}
.txt-mprogram,.img-wrap, .txt-mprogram-n,.img-wrap-n {
	width:50%;
}
.img-wrap, .img-wrap-n{
	overflow:hidden;
}
.img-wrap img, .img-wrap-n img{
	width:100%;
	height:100%;
	transition:all .3s ease 0s;
	object-fit:cover;
}
.txt-mprogram > a, .txt-mprogram-n > 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-n{
	position:relative;
	background: #fff;
	color:#000;
	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;
}
.txt-mprogram-n::before{
	 content:"";
	display:block;
	position:absolute;
	top:50%;
	right: -1rem;
	width:2.8rem;
	height:2.8rem;
	transform:translatey(-50%)rotate(45deg);
	background:#fff;
}
.img-wrap + .txt-mprogram{
	background: #23B2EF;
}
.img-wrap + .txt-mprogram::before{
	right:unset;
	left:-1rem;
	background:#23B2EF;
}
.img-wrap-n + .txt-mprogram-n{
	background:#e1e4ee;
}
.img-wrap-n + .txt-mprogram-n::before{
	right:unset;
	left:-1rem;
	background:#e1e4ee;
}

.txt-mprogram h3,.txt-mprogram-n h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.02rem;
}
.txt-mprogram p, .txt-mprogram-n 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-n span{
	display:inline-block;
	position:relative;
	width:4rem;
	height:4rem;
	border:0.1rem solid #000;
	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-n span:before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:2rem;
	height:0.1rem;
	background:#000;
	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-n span:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:0.1rem;
	height:2rem;
	background:#000;
	transform:translate(-50%, -50%);
	transition:all 0.3s ease 0s;
}
.txt-mprogram:hover  span:after,.txt-mprogram:hover  span:before, .txt-mprogram-n:hover  span:after,.txt-mprogram-n: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;
}



/* 인사말 */

.dorm-greeting{
background:url('/_res/seojeong/_share/img/bg-korlang-greeting-02.png') no-repeat 100% 50%;
background-size:70rem 18.2rem;
}
.dorm-greeting > .txt-box > h4 {
	font-size: 4rem;
	font-weight: 800;
	color: #222;
	line-height: 130%;
}
.dorm-greeting > .txt-box > p {
	margin-top: 3.6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.04rem;
	color: #999;
}
.dorm-greeting > .txt-box > p + p {
	margin-top: 4rem;
}
.dorm-greeting > .txt-box > img {
	margin-top: 4rem;
	width: 22.5rem;
	height: 7rem;
}

/*전화번호 안내*/

.dorm-tit{font-size:2.0rem; margin-bottom:2rem; font-weight:700;}

h4.tit-sch-num {
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 130%;
	 display: flex;
    align-items: center;
    gap: 2rem;
	margin-bottom:3.6rem;
}
.sch-num-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem;
}
h4.tit-sch-num span {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    background: #ec008c url(/_res/seojeong/dormitory/img/ico-dorm-tell02.png) no-repeat 51% 50%;
    border-radius: 50%;
    background-size: 2.2rem auto;
    text-indent: -999px;
}

.sch-num-wrap > .tbl-sch-num {
    width: calc((100%));
}
.tbl-sch-num tbody th {
	padding: 1.6rem 1rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
	color: #34368A;
	text-align: center;
	background: #F4F5FE;
}
.tbl-sch-num tbody td {
	padding: 1.2rem 1rem;
	color: #666;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
}
.tbl-sch-num.type02 tbody td {
	padding: 2.4rem 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

/*시설안내*/
.dorm-facility-information{
background:none;
}
.dorm-facility-information h4{ font-size:2.4rem; font-weight:700; display:flex; align-items: center; gap: 2rem;}
.dorm-facility-information h4 span{width:5rem; height:5rem; display:inline-block; background:#ec008c url('/_res/seojeong/dormitory/img/ico-dorm-building02.png') no-repeat 50% 50%; border-radius:50%; background-size:2.2rem auto; text-indent:-999px;}


.facility-slide-wrap {
    position: relative;
    width: 100%;
    min-height: 42rem;
	height:auto;
    margin: 3.6rem 0;
    display: flex;
	flex-direction: row;
}

.facility-img-wrap {
    position: relative;
    width: 53rem;
    height: 34rem;
    background:#f1f4f7 !important;
    border-radius: 2rem 2rem 2rem 6rem;
    z-index:2 !important;
    overflow: hidden;
	margin:0 !important;
}

.facility-text-wrap {
    position: absolute !important;
    width: calc(100% - 48rem);
    min-height: 40rem;
    background: #053275;
    border-radius: 2rem 6rem 2rem 2rem;
    right: 0;
    top: 5rem;
    z-index: 1;
    overflow: hidden;
}

.facility-slide-wrap ul.swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.facility-slide-wrap li.swiper-slide {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    float: none !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.facility-text-wrap li.swiper-slide {
    padding: 3rem 5rem 3rem 7rem !important;
}
.facility-slide-wrap .swiper-pagination-bullet-active{background:#053275;}
.facility-text-wrap p::after{content:"";  background:#fff; width:100%; height:.1rem; display:inline-block; opacity: .2; margin-top: 3rem;}
.facility-text-wrap p{color:#fff; font-weight:700; margin-bottom:1rem; font-size:2rem;}
.facility-text-wrap dl {margin: 0; line-height:160%; padding-left:1rem;}
.facility-text-wrap dl > dt::before{content:""; display:block; top:0; left:50%; transform:translate(-50%, -50%); background:#fff; width:.4rem; height:.4rem;
	border-radius:50%;
	box-sizing:border-box; margin-top: .3rem;}
.facility-text-wrap dl > dt{position:relative; font-weight:500; color: #fff; display: flex; flex-direction: row;
    align-items: center; gap: 1rem; }
.facility-text-wrap dl > dd{ color:#ddd;  padding-left:1.5rem; font-weight:300; margin-bottom:1rem;}
.facility-img-wrap .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.facility-img-wrap .swiper-pagination { bottom: 15px !important; z-index: 10 !important; }

.facilities {padding:0;}
.facilities > li {
	padding-left: 2.6rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
	background-position: left .2rem;
	background-repeat: no-repeat;
}
.facilities > li {
	background-size: 1.8rem 1.8rem;
}
.facilities > li.address {
	background-image: url(/_res/seojeong/_share/img/ico-spot.png);
}
.facilities > li.clock {
	background-image: url(/_res/seojeong/_share/img/ico-clock.png);
}
.facilities > li.call{
	background-image: url(/_res/seojeong/_share/img/ico-call.png);
}
.facilities > li.note{
	background-image: url(/_res/seojeong/_share/img/ico-note.png);
}

/*오시는 길*/
.badge-gray {
	display: inline-block;
	margin-bottom: 0.8rem;
	padding: 0.5rem 1rem;    
	min-width: max-content;
	background: #ddd;
	color: #666;
	font-size: 1.6rem;
	font-weight: 600;
}
.badge-gray + .badge-gray  {
	margin-left: 0.5rem;
}
.map-box{border:0.1rem solid #EEEEEE;}
.map-box ul{margin:2rem; line-height:150%; background:#F9F9F9; padding:1rem; }
.map-box ul li{}
.map-ex li span.blue-line{width:4rem; height:.6rem; display:inline-block; background:#457dff; border-radius:.2rem; margin-left:1rem; margin-bottom:.3rem;}
.map-ex li span.darkblue-line{width:4rem; height:.6rem; display:inline-block; background:#35378a; border-radius:.2rem; margin-left:1rem; margin-bottom:.3rem;}

.box-blue.bus {
	align-items: flex-start;
	padding: 4rem;
}
.box-blue.bus > img {
	margin-top: 1rem;
}
.box-blue.bus h5 {
	margin-bottom: 2.4rem;
	padding-bottom: 2.4rem;
	border-bottom: 0.1rem solid rgba(217, 217, 217, 0.1);
}

.box-blue.bus > .box-txt {
	width: 100%;
}
.box-blue.bus > .box-txt > h5 > .ico-right {
	margin: 0 1.2rem;
	color: #fff;
	
}
.box-blue.bus > .box-txt > h5 > span {
	font-weight: 400;
	color:rgba(255, 255, 255, 0.7);
}
.schoolbus > div {
	display: flex;
	align-items: baseline;
}
.schoolbus  .btn-detail {
	margin-left: 2rem;
	padding: 0.5rem 3.2rem 0.4rem 1.8rem;
	min-width: 12rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
	color: #009BDE;
	border: 0.1rem solid #009BDE;
	border-radius: 4rem;
	background: url(/_res/seojeong/_share/img/ico-detail-arr.png) right 1.8rem center / 0.6rem 1rem no-repeat;
}
.bus-list-dep01 {
	border: 0.1rem solid #D4D4D4;
}
.bus-list-dep01 > li > a {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6rem;
	color: #212529;
	padding: 2.6rem 6rem 2.6rem 2rem;
	border-bottom: 0.1rem solid #D4D4D4;
}
.bus-list-dep01 > li > a::after {
	content:"";
	display: block;
	position: absolute;
	right: 2.8rem; 
	top: 45%;
	width:1.4rem;
	height:0.8rem;
	background: url(/_res/seojeong/_share/img/ico-arr-open.png) center / 100% no-repeat;
	transition: transform 0.2s ease-in-out;
}
.bus-list-dep01 > li.active > a::after {
	transform: rotate(180deg);
}
.bus-list-dep01 > li:last-child > a {
	border-bottom: none;
}
.bus-list-dep01 > li:last-child > .bus-list-dep02 {
	border-top: 0.1rem solid #D4D4D4;
	border-bottom: 0;
}
.bus-list-dep02 {
	display: none;
	padding: 3rem;
	background: #F9F9F9;;
	border-bottom: 0.1rem solid #D4D4D4;
}
.bus-list-dep02 > li {
	display: flex;
	align-items: baseline;
	gap:1.5rem;
}
.bus-list-dep02.open {
	display: block;
}
.bus-list-dep02 > li + li {
	margin-top: 1.4rem;
}
.bus-list-dep02 > li > span {
	padding: 0.4rem;
	min-width: 7rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 170%;
	color: #fff;
	border-radius: 6rem;
	text-align: center;
}
.bus-list-dep02.blue01 > li > span{
	background: #457DFF;
}
.bus-list-dep02.blue02 > li > span{
	background: #7788E9;
}
.bus-list-dep02.purple01 > li > span{
	background: #B577EE;
}
.bus-list-dep02.purple02 > li > span{
	background: #8485ce;
}
.bus-list-dep02.orange > li > span{
	background: #EE673E;
}
.bus-list-dep02.green > li > span{
	background: #6C9F25;
}
.bus-list-dep02 > li > p {
	font-weight: 500;
	color: #666;
	line-height: 170%;
}
/* 캠퍼스안내 - 캠퍼스 배치도 */
.map-campus{
	margin:3rem 0 8rem;
	width: 100%;
	height: auto;
}
.list-campuslayout{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.list-campuslayout .li01, .list-campuslayout .li01 span{
	color: #fd545b;
}
.li01 .tit-camp::before{
	background: #fd545b;
}
.list-campuslayout .li02, .list-campuslayout .li02 span{
	color: #FF5E00;
}
.li02 .tit-camp::before{
	background: #FF5E00;
}
.list-campuslayout .li03, .list-campuslayout .li03 span{
	color: #4e9ccb;
}
.li03 .tit-camp::before{
	background: #4e9ccb;
}
.list-campuslayout .li04, .list-campuslayout .li04 span{
	color: #47A13E;
}
.li04 .tit-camp::before{
	background: #47A13E;
}
.list-campuslayout .li05, .list-campuslayout .li05 span{
	color: #9D7DB8;
}
.li05 .tit-camp::before{
	background: #9D7DB8;
}
.list-campuslayout .li06, .list-campuslayout .li06 span{
	color: #77805F;
}
.li06 .tit-camp::before{
	background: #77805F;
}
.list-campuslayout .li07, .list-campuslayout .li07 span{
	color: #C0529F;
}
.li07 .tit-camp::before{
	background: #C0529F;
}
.list-campuslayout .li08, .list-campuslayout .li08 span{
	color: #AE8E02;
}
.li08 .tit-camp::before{
	background: #AE8E02;
}
.list-campuslayout .li09,.list-campuslayout .li09 span{
	color: #EF6417;
}
.li09 .tit-camp::before{
	background: #EF6417;
}
.list-campuslayout .li10, .list-campuslayout .li10 span{
	color: #C42443;
}
.li10 .tit-camp::before{
	background: #C42443;
}
.list-campuslayout .li11, .list-campuslayout .li11 span{
	color: #7182d3;
}
.li11 .tit-camp::before{
	background: #7182d3;
}

/*
.list-campuslayout .li02, .list-campuslayout .li02 span{
	color: #9D7DB8;
}
.li02 .tit-camp::before{
	background: #9D7DB8;
}
.list-campuslayout .li03, .list-campuslayout .li03 span{
	color: #E56375;
}
.li03 .tit-camp::before{
	background: #E56375;
}
.list-campuslayout .li04, .list-campuslayout .li04 span{
	color: #47A13E;
}
.li04 .tit-camp::before{
	background: #47A13E;
}
.list-campuslayout .li05, .list-campuslayout .li05 span{
	color: #EF6417;
}
.li05 .tit-camp::before{
	background: #EF6417;
}
.list-campuslayout .li06, .list-campuslayout .li06 span{
	color: #C42443;
}
.li06 .tit-camp::before{
	background: #C42443;
}
.list-campuslayout .li07, .list-campuslayout .li07 span{
	color: #46A19E;
}
.li07 .tit-camp::before{
	background: #46A19E;
}
.list-campuslayout .li08, .list-campuslayout .li08 span{
	color: #77805F;
}
.li08 .tit-camp::before{
	background: #77805F;
}
.list-campuslayout .li09,.list-campuslayout .li09 span{
	color: #57585A;
}
.li09 .tit-camp::before{
	background: #57585A;
}
.list-campuslayout .li10, .list-campuslayout .li10 span{
	color: #C0529F;
}
.li10 .tit-camp::before{
	background: #C0529F;
}
*/
.list-campuslayout > li{
	width:calc(33.333% - 4rem/3);
}
.list-campuslayout .tit-camp{
	position:relative;
	padding:2.8rem 3rem 2.7rem;
	border: 0.1rem solid #EEEEEE;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 130%;
	letter-spacing: -0.02em;
	overflow:hidden;
}
.list-campuslayout .tit-camp::before{
	content:"";
    display:inline-block;
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0.4rem;
}
.list-campuslayout .tit-camp span{
	position:absolute;
	right:2rem;
	bottom:0.4rem;
	font-weight: 300;
	font-size: 7.2rem;
	opacity:0.9;
}
.list-campuslayout ol{
	padding:2rem 2rem 6rem 0;
}
.list-campuslayout ol li{
	display:flex;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #666;
}
.list-campuslayout ol li + li{
	margin-top:1.2rem;
}
.list-campuslayout ol span{
	margin-right:1.6rem;
	font-weight: 700;
	font-size: 2rem;
}
/* 캠퍼스안내 - 학교버스 */
.tit-bullet + p.schoolbus {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 160%;
}
/* 캠퍼스안내 - 교내버스 출발안내 */
.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;
}
/*조직도*/
.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: 13rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 30%;
    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;
}
.wrap-map02 p{
	margin-top:1.6rem;
	padding:2rem;
	border: 0.1rem solid #34368A;
	border-radius: 0.8rem;
	text-align:center;
	background:#fff;
}

.wrap-map-tbl{ display:inline-blick; width:100%; margin:5rem 0;}
.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;}

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

.box-tel{position:relative; display:flex;
	gap:4rem;
	padding:3rem;
	border-radius: 1.2rem;
	background: #F4F5FE;
}
.box-tel .tit{
	color: #34368A;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	display: flex;
    align-items: center;
}
.box-tel .tit img{
	width:1.5rem;
	    height: 100%;
	margin-right:0.8rem;
	object-fit:contain;
	object-position:50% 50%;
}
.box-tel .con::before {content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -2rem;
    width: 0.1rem;
    height: 80%;
    transform: translateY(-50%);
    background: rgba(52, 54, 138, .2);}
.box-tel .con{ position:relative;
	color: #34368A;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
	opacity:0.7;
	word-break:keep-all;
}

/*소개*/
.app-banner{    
	display:flex;
	/*flex-direction:column;*/
	justify-content: start;
	align-items: end;
	margin-top: 6rem;
	margin-bottom:8rem;
	padding: 4rem 12.4rem 2rem 2rem;
	max-width: 140rem;
	min-height: 40rem;
	border-radius:2rem;
	color:rgba(255,255,255,.6);
}
.app-banner strong {
    font-weight: 700;
    font-size: 4.0rem;
    line-height: 130%;
    color: #FFFFFF;
	margin-top:1rem;
}
.app-banner.bg-greeting{
	background: #000 url('/_res/seojeong/dormitory/img/bg-greeting.png') no-repeat 50% 50% / cover;
}
.app-banner.bg-facilities{
	background: #000 url('/_res/seojeong/dormitory/img/bg-facilities.png') no-repeat 50% 50% / cover;
}
.app-banner.bg-health-welfare{
	background: #000 url('/_res/seojeong/dormitory/img/bg-health-welfare.png') no-repeat 0 50% / cover;
}
.app-banner.bg-dorm-tel{
	background: #000 url('/_res/seojeong/dormitory/img/bg-dorm-tel.png') no-repeat 50% 50% / cover;
}

/*생활안내*/
.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;}

.prohibited-tbl{width:100%; line-height: 130%;}
.prohibited-tbl > tbody th {background: #f1f4f7; font-size: 1.8rem; font-weight: 500; color: #222; padding:1rem; line-height: 2.2rem; text-align:center;}

.prohibited-tbl th:first-of-type,.prohibited-tbl > tbody td:first-of-type{border-left:none;}
.prohibited-tbl > tbody th:last-of-type,.prohibited-tbl > tbody td:last-of-type{ border-right:none;}
.prohibited-tbl > tbody tr:first-of-type th, .prohibited-tbl > tbody tr:first-of-type td{border-top: 0.1rem solid #ddd }
.prohibited-tbl > tbody th { padding: 2rem; line-height: 2.2rem; text-align: center;}
.prohibited-tbl > tbody td{ padding:1rem; font-size: 1.8rem; font-weight: 400; color: #666; text-align:center; border:0.1rem solid #EDEDED;}
.prohibited-tbl > tbody td.bor-b-gray{border-bottom: 0.1rem solid #ddd !important;}
.bor-b-gray{border-bottom: 0.1rem solid #ddd !important;}

.caution-box{position: relative;  padding: 3rem 4rem; border-radius: 1.2rem; border: 0.1rem solid #D4D4D4; background: #FFF; margin:4rem 0;}
.caution-box li{ margin:1rem 0;}
.caution-box li span{display:block; float:left;margin-right:1rem; }
.caution-box li span.note{background-image: url(/_res/seojeong/_share/img/ico-note.png); width:1.8rem; height:1.8rem; background-size: 1.8rem 1.8rem; margin-top:.4rem; }
.caution-box img{width:5rem; object-fit:contain; margin:0 2rem}
.caution-box p{text-indent: 0;}

/*시설안내*/
.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%;
}
.list-conveni01{display:flex;flex-wrap:wrap;gap:2.6rem; margin-bottom:8rem;}
.list-conveni01 li{
	width:calc((100% - 5.2rem)/3)
}
.list-conveni01 li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-conveni01 .img-box{
	object-fit:cover;
}
.list-conveni01 .img-box > img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border:1px solid #D4D4D4;
}
.slide-conveni02{display:none;}
.list-conveni02{display:flex;flex-wrap:wrap;gap:2.6rem; margin-bottom:8rem;}
.list-conveni02 li{
	width:calc((100% - 5.2rem)/3); border-radius:1rem;
}
.list-conveni02 li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-conveni02 .img-box{
	object-fit:cover;
}
.list-conveni02 .img-box > img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border:1px solid #D4D4D4;
	background-color:rgba(0,0,0,1);
}
/* 서브페이지 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;
}
/*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;
}
.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-procedure-kor{display: flex; flex-direction: row; gap: 3rem; position: relative; }
.box-procedure-kor .wrap01{ display: flex; flex-direction: column; position: relative;  }
.box-procedure-kor .wrap01 .group01{display: flex; margin-bottom:2rem; margin-top:.5rem;}
.box-procedure-kor .wrap01 .group01 > div {flex: 1; position: relative; padding: 3rem 2rem; border-radius: 1.2rem; border: 0.1rem solid #D4D4D4; background: #FFF;}
.box-procedure-kor .wrap01 > div > div + div {margin-left: 5.5rem;}
.box-procedure-kor .wrap01 > .group01:last-child > div:first-child{margin-left:5.5rem;}
.box-procedure-kor .wrap01 .group-tit{border-radius: 1.2rem; border: 0.1rem solid #17479E; color:#34368A; background: #FFF;font-weight: 700;font-size: 1.6rem; }
.box-procedure-kor .wrap01 > div > div:first-child::before {display: none;}
.box-procedure-kor .wrap01 > div > div::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;
}
*/
.box-procedure-kor{display: flex; flex-direction: row; gap: 3rem; position: relative; }
.box-procedure-kor .wrap01{ display: flex; flex-direction: column; position: relative;  }
.box-procedure-kor .wrap01 .group01{ display: flex; flex-direction: row;}
.box-procedure-kor .wrap01 > div > div {display:flex; position: relative; align-items:center; justify-content:center; flex:1; padding:2rem 1rem; border-radius: 1.2rem; border: 0.1rem solid #D4D4D4; background: #FFF; font-size: 1.6rem; font-weight:500; line-height: 2rem; text-indent:0; text-align:center; margin:1rem; z-index:1;}
.box-procedure-kor .wrap01 > div > div + div {margin-left: 5.5rem;}
.box-procedure-kor .wrap01 > div:first-child > div:last-child{margin-right:3rem;}
.box-procedure-kor .wrap01 .group-tit{flex:none !important; border-radius: 1.2rem; border: 0.1rem solid #D4D4D4; background: #FFF; color:#34368A;  font-size: 1.6rem; height:8.2rem; width:16rem; font-weight: 700;font-size: 1.6rem; }
.box-procedure-kor .wrap01 > div > div:first-child::before {display: none;}
.box-procedure-kor .wrap01 > div > div::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;
}
.box-procedure-kor .wrap01 > div:first-child > div:last-child::after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 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;
}

.box-procedure-kor .wrap01 > div > div.last-child-no::after{display: none !important;}
.box-procedure-kor .wrap01 > div > div.arr::after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 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;
}


/*비자안내*/
.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% + 2.6rem);
	transform: translateY(-50%);
	width: 1.3rem;
	height: 2.4rem;
	background: url(/_res/seojeong/inter/img/ico-step-arr.png) center / 100% no-repeat;
}

.visa-box{position: relative; display: flex; padding: 3rem 4rem; border-radius: 1.2rem; border: 0.1rem solid #D4D4D4; background: #FFF;}
.visa-box img{width:5rem; object-fit:contain; margin:0 2rem}
.visa-box p{text-indent: 0; font-weight:600; }

/*관련사이트*/
/*공무원시험*/
.list-official-kor{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
	margin-top:6rem;
}
.list-official-kor li{
	position:relative;
	width:calc(33.333% - 10rem/3);
	height: 17.8rem;
	border: 0.1rem solid #D4D4D4;
	border-radius: 1.2rem;
}
.list-official-kor li a {
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	position:relative;
	width:100%;
	height:100%;
	padding:0 1.7rem;
	text-align:center;
	z-index:2;
}
.list-official-kor li::before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 0.2rem solid #34368A;
	border-radius: 1rem;
	box-sizing: border-box;
	opacity:0;
	transition:all 0.3s ease 0s;
}
.list-official-kor li:hover::before {
	opacity:1;
}

.list-official-kor img{
	width: 100%;
	height:5.4rem;
	margin-bottom:2rem;
	object-fit:contain;
	object-position:center;
}
.list-official-kor p{
	font-weight: 600;
	line-height: 2.4rem;
	color:#222;
	word-break:keep-all;
}

/*입사신청*/

.adm-result-wrap{display:flex;
	flex-wrap:wrap;
	gap:2rem;
	justify-content: center;
	
}
.adm-result-box{width:calc((100% - 6rem)/2);
}
.adm-result-box a{
	
	display:block;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	overflow:hidden;
	
}
.adm-result-box a div{background:#111130; height:30rem; width:100%; overflow:hidden;}
.adm-result-box a img {
	height:30rem;
	width:100%;
	object-fit: cover;
}
.adm-result-box a p{
	padding:2.2rem 2rem;
	background:#fff;
	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;
}
.adm-result-box a:hover p{
	background-position:calc(100% - 4rem) 50%
}


@media (max-width: 1540px){
	.box-procedure-kor .wrap01 > div > div::before {
	right: calc(100% + 1.5rem);	
	width: 1.3rem;
	height: 2.4rem;
}
	.box-procedure-kor .wrap01 .group-tit{width:14rem; }
	.box-procedure-kor .wrap01 > div > div + div {margin-left: 3.5rem;}
	
		/*생활관*/
	
.facility-slide-wrap {height:auto;}
.facility-img-wrap {width:50%;}
.facility-text-wrap {width:56%; height:auto;}
	
	
}
@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) {
	/* 메인 - 컨텐츠 */
	.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);
	}
	.box-procedure-kor .wrap01 .group-tit{flex:1 !important; width:auto;}
	/*관련사이트*/
	
		
}
@media (max-width: 1190px){
	/*SNS*/
	.sns-link{
		width:calc((100% - 6rem)/4);
	}
}
@media (max-width: 1020px){
	/*조직도*/
	.box-map{
		width:20rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02 {
    	gap: 2rem;
	}
}
@media (max-width: 768px){
	/* 메인 - 컨텐츠 */
	.kukje-sub-cont .tab01-mo{margin-top:4rem;}
	.cont-right .sub-cont {padding:0;}
	.main-cont{
		padding:4rem 0 5rem;
	}
	.txt-mprogram, .img-wrap, .txt-mprogram-n, .img-wrap-n{
		min-height:17rem;
	}
	.txt-mprogram::before, .txt-mprogram-n::before{
		width:2.1rem;
		height:2.1rem;
	}
	.txt-mprogram > a, .txt-mprogram-n > a{
		padding:0 1.2rem
	}
	.txt-mprogram h3, .txt-mprogram-n h3{
		font-size: 1.6rem;
	}
	.txt-mprogram p, .txt-mprogram-n p{
		margin:0.6rem 0 1.6rem;
		font-size: 1.2rem;
	}
	.txt-mprogram span, .txt-mprogram-n span{
		width:2.4rem;
		height:2.4rem;
		border-width:0.2rem;
	}
	.txt-mprogram span:before, .txt-mprogram-n span:before{
		width: 1rem;
    	height: 0.2rem;
	}
	.txt-mprogram span:after, .txt-mprogram-n 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;
	}
	/*전화번호*/


h4.tit-sch-num {
font-size: 2.2rem;gap: 2rem;
margin-bottom:3.6rem;
}

h4.tit-sch-num span {
    width: 4rem;
    height: 4rem;
    background-size: 2rem auto;
}

.tbl-sch-num tbody th {
	padding: 1.6rem 1rem;
	font-size: 1.6rem;
	font-weight: 600;
}
.tbl-sch-num tbody td {
	padding: 1.2rem 1rem;
	color: #666;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 130%;
}

	
	/* 서브페이지 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: 85%;
	}
	.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;
	}
	.box-tel{
		flex-direction:column;
		gap:1.2rem;
	}
	.box-tel .tit{
		display: flex;
    	align-items: center;
		font-size:1.8rem;
	}
	.box-tel .tit img{
		width:1.2rem;
	}
	.box-tel .con::before {content: "";
    display: inline-block;
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    transform: translateY(0);
    background: rgba(52, 54, 138, .2);}
	
	.box-tel .con{
		margin-top:2rem;
		font-size: 1.6rem;
	}
	/*시설안내*/
	.list-conveni{
		gap:1.2rem;
	}
	.list-conveni li {
    	width: calc((100% - 1.2rem)/2);
	}
	.list-conveni01{
		gap:1.2rem;
	}
	.list-conveni01 li {
    	width: calc((100% - 1.2rem)/1);
	}
	.list-conveni02{
		display:none;
	}
	.list-conveni02 li {
    	width: calc((100% - 1.2rem)/2);
	}
	
	.slide-conveni02{
		display:block;
		margin-top:3rem;
	}
	.slide-conveni02.no-tit{
		display:block;
		margin-top:0;
	}
	.slide-conveni02 li img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.department-pagination{
		text-align: center;
		margin-top: 1rem;
	}
	.department-pagination .swiper-pagination-bullet{
		background: #d9d9d9;
		opacity:1;
	}
	.department-pagination .swiper-pagination-bullet-active{
		background: #34368A;
	}
	.dorm-facility-information h4{font-size: 2.2rem;font-weight:700;display:flex;align-items: center;gap: 1rem;}
.dorm-facility-information h4 span{width:4rem; height:4rem; background:#ec008c url('/_res/seojeong/dormitory/img/ico-dorm-building02.png') no-repeat 50% 50%;  background-size:2.0rem auto;}

	
	.wrap-map-tbl{ display:inline-blick; width:100%; margin:5rem 0;}
.wrap-map-tbl span{display:inline-block; margin-bottom:.5rem;}
.map_tbl{width:100%; line-height: 130%;}
.map_tbl > thead th,
.map_tbl > tbody th {font-size: 1.6rem;}
.map_tbl > thead th {padding:1rem; line-height:1.8rem;}
.map_tbl > tbody th { padding:1rem; line-height:1.8rem;}
.map_tbl > tbody td{ padding:1rem; font-size: 1.6rem;}

	
	/*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;
	}
/*인사말*/
	.dorm-greeting{background-size:50rem 13rem;}
.dorm-greeting > .txt-box > h4{
		font-size: 2.2rem;
	}
	.dorm-greeting > .txt-box > p{
		margin-top: 2.6rem;
		font-size: 1.6rem;
	}
	.dorm-greeting > .txt-box > p + p{
		    margin-top: 2rem;

	}
	.dorm-greeting > .txt-box > img{
		margin-top: 2rem;
    	width: 14.5rem;
    	height: auto;
	}
	
	.box-procedure-kor{display: inherit;}
.box-procedure-kor .wrap01 .group01{flex-direction: column; margin-bottom:0; margin-top: .5rem;}
.box-procedure-kor .wrap01 > div > div {margin:0 0 4rem 0;}
.box-procedure-kor .wrap01 > div > div + div {margin-left: 0;}
.box-procedure-kor .wrap01 > div:first-child > div:last-child{margin-right:0;}
.box-procedure-kor .wrap01 .group-tit{flex: 1;position: relative; padding: 3rem 2rem !important; border-radius: 1.2rem; border: 0.1rem solid #D4D4D4; background: #FFF; height:auto;}
.box-procedure-kor .wrap01 > div > div:first-child::before {display: none;}
.box-procedure-kor .wrap01 > div > div::before { top: -2.5rem; left: 50%; transform: rotate(90deg) translateX(-50%);}
.box-procedure-kor .wrap01 > div:first-child > div:last-child::after {
	top:10rem; left: 50%; transform: rotate(90deg) translateX(-50%);
}
.box-procedure-kor .wrap01 > div > div.arr::after {top:10rem; left: 50%; transform: rotate(90deg) translateX(-50%);}
.list-type01.dep01, .list-txt.dep01 {
    font-size: 1.6rem;
}
	.list-txt.dep01 > li > .list-txt.dep02 {font-size:1.6rem; line-height:150%;}	
	/*비자안내*/
.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%);}

		.visa-box{flex-direction: column;}
.visa-box img{margin:1rem auto;}
	
	/*시설안내*/
	.list-conveni{
		gap:1.2rem;
	}
	.list-conveni li {
    	width: calc((100% - 1.2rem)/2);
	}
	.list-conveni01{
		gap:1.2rem;
	}
	.list-conveni01 li {
    	width: calc((100% - 1.2rem)/1);
	}
	
	
	.app-banner{
		margin-top: 4rem;
		margin-bottom: 4rem;
		/*width: calc(100% + 4rem);
		transform: translateX(-2rem);
		*/
		width:100%;
		min-height:20rem;
		padding:4rem 2rem 2rem 2rem;
	}
	.app-banner p{
		font-size:1.6rem;
	}
	.app-banner strong{
		font-size: 2.4rem;
	}
	/*관련사이트*/
	/*공무원시험*/
	.list-official-kor{
		gap:1rem;
		margin-top:4rem;
	}
	.list-official-kor li {
    	width: calc(48.8% - 0.5rem);
		height: 13.8rem;
	}
	.list-official-kor img{
		height: 4.8rem;
		margin-bottom: 1rem;
	}
	.list-official-kor p{
		font-size: 1.6rem;
		line-height: 2rem;
	}
	
	/*생활관*/
	
.facility-slide-wrap {height:auto; flex-direction:column;}
.facility-img-wrap {width:100%;height:25rem; border-radius: 2rem 6rem 0 0; }
.facility-text-wrap {position: relative !important; width: 100%; height:auto; border-radius:0 0 2rem 6rem; top: 0; top: 0;}
	
.facility-text-wrap li.swiper-slide {padding: 3rem 2rem !important;}

.facility-text-wrap dl > dt{font-size:1.6rem; }
.facility-text-wrap dl > dd{font-size:1.6rem;}


.wrap-prohibited-tbl{font-size:1.6rem;}
.caution-txt{font-size:1.6rem;}
.prohibited-tbl > tbody th {font-size: 1.6rem;}
.prohibited-tbl > tbody td{ font-size: 1.6rem;}
	

	/*입사신청*/

.adm-result-wrap{gap:1rem;}
.adm-result-box{width:calc((100% - 2rem)/2);
}
.adm-result-box a div{height:20rem;}
.adm-result-box a img {height:20rem;}
.adm-result-box a p{
	padding:2rem 2rem;
	font-size: 1.6rem;}

}
@media (max-width:590px){
	/*학사안내*/
	.btn-classweb{
		margin-left: 0rem;
    	margin-top: 0.6rem;
    	padding: 0.6rem 1rem;
	}
	.sj-class > tbody td a{
		display:block;
	}
}

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