
/*@font-face {*/
/*	font-family: 'NotoSans';*/
/*	src:*/
/*		url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),*/
/*		url('../fonts/NotoSansKR-Regular.woff') format('woff'),*/
/*		url('../fonts/NotoSansKR-Regular.otf') format('opentype');*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*}*/

/* 성능개선용으로 기존에 쓰던 폰트 1*/
/*@font-face {*/
/*	font-family: 'NotoSans';*/
/*	src:*/
/*		local('NotoSans'), !* 로컬 시스템에 해당 서체가 설치되어있을경우 웹폰트를 다운로드 하지 않아 리소스 절약이 가능하다.*!*/
/*		url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),!* 가장 압축률이 좋은 woff2부터 먼저 선언, 호환가능한 폰트를 다운로드받았다면 밑의 것은 일부러 다운로드하지않도록 브라우저가 설계 되어있다.*!*/
/*		url('../fonts/NotoSansKR-Medium.woff') format('woff'),*/
/*		url('../fonts/NotoSansKR-Medium.otf') format('opentype');*/
/*	font-style: normal;*/
/*	font-weight: 500;*/
/*}*/

/*@font-face {*/
/*	font-family: 'NotoSans';*/
/*	src: url('../fonts/NotoSansKR-Bold.woff2') format('woff2'),*/
/*	url('../fonts/NotoSansKR-Bold.woff') format('woff'),*/
/*	url('../fonts/NotoSansKR-Bold.otf') format('opentype');*/
/*	font-style: normal;*/
/*	font-weight: 600;*/
/*}*/


/* 성능개선용으로 기존에 쓰던 폰트 2 */
/*@font-face {*/
/*	font-family: 'KoreanSWGI';*/
/*	font-style: normal;*/
/*	font-weight: 300;*/
/*	!*src: url('../fonts/KoreanSWGI1-R.eot');*!*/
/*	src:*/
/*		!*url('../fonts/KoreanSWGI1-R.eot?#iefix') format('embedded-opentype'),*!*/
/*		local('KoreanSWGI'), !* 로컬 시스템에 해당 서체가 설치되어있을경우 웹폰트를 다운로드 하지 않아 리소스 절약이 가능하다.*!*/
/*		url('../fonts/KoreanSWGI1-R.woff2') format('woff2'),*/
/*		url('../fonts/KoreanSWGI1-R.woff') format('woff'),*/
/*		url('../fonts/KoreanSWGI1-R.ttf') format('truetype');*/
/*}*/

@font-face {
	font-family: 'KoreanSWGI';
	font-style: normal;
	font-weight: 400;
	/*src: url('../fonts/KoreanSWGI2-R.eot');*/
	src:
		/*url('../fonts/KoreanSWGI2-R.eot?#iefix') format('embedded-opentype'),*/
		local('KoreanSWGI'), /* 로컬 시스템에 해당 서체가 설치되어있을경우 웹폰트를 다운로드 하지 않아 리소스 절약이 가능하다.*/
		url('../fonts/KoreanSWGI2-R.woff2') format('woff2'),
		url('../fonts/KoreanSWGI2-R.woff') format('woff'),
		url('../fonts/KoreanSWGI2-R.ttf') format('truetype');
}
/*@font-face {*/
/*	font-family: 'KoreanSWGI';*/
/*	font-style: normal;*/
/*	font-weight: 500;*/
/*	src: url('../fonts/KoreanSWGI3-R.eot');*/
/*	src: url('../fonts/KoreanSWGI3-R.eot?#iefix') format('embedded-opentype'),*/
/*	url('../fonts/KoreanSWGI3-R.woff2') format('woff2'),*/
/*	url('../fonts/KoreanSWGI3-R.woff') format('woff'),*/
/*	url('../fonts/KoreanSWGI3-R.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: 'KoreanSWGI';*/
/*	font-style: normal;*/
/*	font-weight: 600;*/
/*	src: url('../fonts/KoreanSWGI4-R.eot');*/
/*	src: url('../fonts/KoreanSWGI4-R.eot?#iefix') format('embedded-opentype'),*/
/*	url('../fonts/KoreanSWGI4-R.woff2') format('woff2'),*/
/*	url('../fonts/KoreanSWGI4-R.woff') format('woff'),*/
/*	url('../fonts/KoreanSWGI4-R.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*	font-family: 'elcB';*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	src: url('../fonts/OTChoiceBA.woff2') format('woff2'),*/
/*	url('../fonts/OTChoiceBA.woff') format('woff'),*/
/*	url('../fonts/OTChoiceBA.otf') format('opentype');*/
/*}*/

@font-face {
	font-family: 'GyeonggiBatang';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiBatang.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YUniverse-B';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

.dead{overflow: hidden;}

*{word-break: break-all;}
html, body, div, dl, dt, dd, ul, ol, li, p {margin: 0px; padding: 0px; list-style: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5{margin: 0;padding: 0; }
/*div{font-family: 'NotoSans', sans-serif;}*/
div{font-family: NotoSans, sans-serif; font-weight: 500;}
/*div{font-family: 'Nanum Gothic', sans-serif;}*/

/*input,select,textarea{vertical-align: middle; margin: 0; padding: 0; border: 0; font-family: 'NotoSans', sans-serif;}*/
input,select,textarea{vertical-align: middle; margin: 0; padding: 0; border: 0; font-family: NotoSans, sans-serif; font-weight: 500;}
/*input,select,textarea{vertical-align: middle; margin: 0; padding: 0; border: 0; font-family: 'Nanum Gothic', sans-serif;}*/

a{text-decoration: none; font-size: inherit; color: inherit;}
img{border: 0; vertical-align: top; margin:0; padding: 0; border: 0;max-width: 100%;}
figure{margin: 0px; padding: 0px;}
/*button{margin: 0; padding: 0; border: none;background: none; font-family: 'NotoSans', sans-serif; cursor: pointer;}*/
button{margin: 0; padding: 0; border: none;background: none; font-family: NotoSans, sans-serif; cursor: pointer; font-weight: 500;}
/*button{margin: 0; padding: 0; border: none;background: none; font-family: 'Nanum Gothic', sans-serif; cursor: pointer;}*/

table {border-collapse: collapse; width: 100%;}
caption{width: 0; height: 0; font-size: 0; overflow: hidden;}

body{overflow-x: hidden;}

.hidden{width: 0; height: 0; overflow: hidden; position: absolute; font-size: 0; line-height: 0;}
.blind {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); margin: -1px;} /*20240102*/
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {outline: 2px dashed #ff4f01;} /*20240102*/

.clearfix:after{content: ""; display: block; clear: both;}

#skip-nav {position:absolute; left:0; top:0; width:100%; z-index: 1000;}
#skip-nav a {display:block; position:absolute; left:0; top:-10px; width:100%; height:1px; background:#d1deee; font-size:0; text-align:center; font-weight:bold; color:#444;}
#skip-nav a:hover, #skip-nav a:focus, #skip-nav a:active {position:absolute; left:0; top:0; height:20px; padding:4px; font-size:15px;}

.top-layer{background: #26a69a; padding: 18px 2%;min-width: 320px;color: #fff; position: relative; box-sizing: border-box;}
.tpl-con{ text-align: center;}
.tpl-con > a{display: inline-block; vertical-align: top; font-family: 'KoreanSWGI'; font-weight: 500; font-size: 20px; line-height: 26px; word-break: keep-all;}
.tpl-con > a > span{ font-weight: 300;}
.tpl-clo{position: absolute; right: 2%; bottom: 16px;  font-size: 13px; line-height: 17px;}
.tpl-clo > span{display: inline-block; line-height: 16px; margin-right: 16px;}
.tpl-clo > span > input[type="checkbox"]{ vertical-align: top; margin-top: 2px; margin-right: 4px;}
.tpl-clo > span > label{display: inline-block; }
.tpl-clo > a{display: inline-block;  vertical-align: top; line-height: 1; padding-top: 2px;}


/*     */
#wrap{min-width: 1200px;}
.wid{width: 96%; max-width: 1280px; margin: 0 auto;}

.header{border-bottom: 1px solid #e8e8e8; background: #fff; position: relative; z-index: 120}
.hd-wp:after{content: ""; display: block; clear: both;}
.hd-wp-search:after{content: ""; display: block; clear: both;}
.hd-wp-search{background: #333;}

.logo{float: left;}
.logo > a{display: block; width: 102px; height: 102px; font-size: 0; background: url(/images/kor2021/main/logo_pc.jpg) center center no-repeat #0d47a1;}

.seoul-logo{float: left; width: calc((100% - 1280px)/2 - 130px)}
.seoul-logo .sli{display: block; font-size: 0; height: 102px; background: url(/images/kor2021/main/seoul_logo.png) center 42px no-repeat;}

.seoul-logo-search{float: left; width: 171px;}
.seoul-logo-search .sli{display: block; font-size: 0; height: 102px; background: url(/images/kor2021/main/seoul_logo_search.png) center 42px no-repeat;}

.s-container > div.wid > div.sub-tp > div.sub-nav  > .line-map.clearfix {padding:0!important; border-radius:15px 15px 0 0;background-color: rgba(238, 238, 238, 1);}

.mo-mbt{display: none; position: absolute; right: 2%; top: 22px;}
.menu-box{float: left; margin-top: 40px;}
.mo-mclo{display: none; text-align: right; padding: 22px 20px; line-height: 1;}
.mo-mclo.end {justify-content: flex-end;}
.depth1:after{content: ""; display: block; clear: both;}
.depth1 > li{float: left; margin: 0 20px;}
.depth1 > li > a{display: block; font-family: 'KoreanSWGI'; font-size: 22px; color: #333; line-height: 28px; padding: 4px 10px 30px; position: relative; word-break: keep-all;}
.depth1 > li > a:after{content: ''; position: absolute; left: 50%; right: 50%; bottom: 0; height: 7px; opacity: 0; background: #5799ff;}
.dp2-bx{display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid #e8e8e8; box-shadow: 1px 2px 4px rgba(0,0,0,0.3);}
.dp2-bx:before{content: ''; position: absolute; left: 0; right: 50%; top: 0; bottom: 0; background: #f2f2f2;}
.dp2-bx:after{content: ''; position: absolute; left: 0; right: calc(50% + 770px); top: 45px; height: 1px; background: #333;}
.dp2-bx > div{display: table; width: 96%; margin: 0 auto; /*max-width: 1500px;*/ max-width: 1280px; position: relative; z-index: 2; background: #fff;}
.dp2-itx{display: table-cell; vertical-align: top; font-family: 'KoreanSWGI'; background: #f2f2f2; width: 240px; box-sizing: border-box; padding: 40px 0; padding-right: 20px;}
.dp2-itx > h2{font-size: 33px; color: #22519a; font-weight: 400; margin-bottom: 20px;}

/*.dp2-itx > span{display: inline-block; background: #7990B7; font-size: 25px; color: #fff; font-family: 'elcB'; line-height: 26px; padding: 4px 4px 0;} !*20220118 웹접근성 background: #adbdd5; *!*/
.dp2-itx > span{display: inline-block; background: #7990B7; font-size: 25px; color: #fff; font-family: 'KoreanSWGI'; line-height: 26px; padding: 4px 4px 0;} /*20220118 웹접근성 background: #adbdd5; */

.dp2-itx > p{font-weight: 300; font-size: 16px; color: #7d7c7c; margin-top: 10px; word-break: keep-all;}
.depth2{display: table-cell; vertical-align: top; padding: 20px 0; padding-left: 2%;}
.depth2 > li{border-bottom: 1px solid #ebebeb;}
.depth2 > li:last-child{border-bottom: none;}
.depth2 > li:after{content: ""; display: block; clear: both;}
.depth2 > li > a{display: block; float: left; width: 150px; box-sizing: border-box; font-size: 18px; color: #000; line-height: 24px; padding: 10px 8px; font-weight: 500; position: relative;}
.depth2 > li.ac > a:before{content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #ff6600;}
.depth2 > li > ul{float: left; width: calc(100% - 150px); box-sizing: border-box; line-height: 20px; padding: 7px 10px; padding-left: 20px;}
.depth2 > li > ul > li{display: inline-block; vertical-align: top; margin: 5px 0; margin-right: 10px;}
.depth2 > li > ul > li > a{display: block; font-size: 15px; color: #666; line-height: 20px; padding-left: 8px; position: relative;}
.depth2 > li > ul > li > a:before{content: ''; position: absolute; left: 0; top: 9px; width: 3px; height: 3px; background: #999; border-radius: 50%;}
.depth2 > li > ul > li > a.newWin:after{content: ''; display: inline-block; width: 11px; height: 10px; margin-left: 6px; background: url(/images/kor2021/main/nWindow_ic.png) 0 0 no-repeat;}
.depth2 > li.ac > a{color: #ff4f01; position: relative;}
.depth2 > li.ac > a:after{content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #ff6600;}
.menu-bg{display: none; position: fixed; top:0; bottom: 0; left: 0; right: 0;background: rgba(0,0,0,0.6); z-index: 200;}

/*.ht-lk{position: absolute; top: 14px; right: 2%; font-size: 12px; line-height: 1.2;}*/
.ht-lk.opened{/*width: 510px;*/ float: right; margin-right: 40px;}
.ht-lk{position: absolute; display: flex; justify-content: space-around; min-width: 330px; width: auto; height: 20px; top: 14px; right: 2%; font-size: 12px; line-height: 1.2;}
.ht-lk > ul > li{display: inline-block; margin-left: 10px; }
.ht-lk > ul > li > a{display: inline-block; vertical-align: top; font-size: 13px; color: #333; line-height: 15px;}
.ht-lk > ul > li > a.en{padding-left: 22px; background: url(/images/kor2021/main/tp_enlk_ic.png) 0 0 no-repeat;}
.ht-lk > ul > li + li:before{content: ''; display: inline-block; vertical-align: top; width: 1px; height: 15px; background: #b5b5b5; margin-right: 14px;}

.ht-lk-search{position: absolute; top: 14px; right: 2%; font-size: 12px; line-height: 1.2;}
.ht-lk-search > ul > li{display: inline-block; margin-left: 10px; }
.ht-lk-search > ul > li > a{display: inline-block; vertical-align: top; font-size: 13px; color: #fff; line-height: 15px;}
.ht-lk-search > ul > li > a.en{padding-left: 22px; background: url(/images/kor2021/main/tp_enlk_icw.png) 0 0 no-repeat;}
.ht-lk-search > ul > li + li:before{content: ''; display: inline-block; vertical-align: top; width: 1px; height: 15px; background: #b5b5b5; margin-right: 14px;}

.ht-lk > .total-search {width: 20px; /*overflow: hidden;*/ transition: width .4s; height: 20px;}
.ht-lk.opened > .total-search {width: 140px;}

.ht-lk > .total-search > .input-search {width: 120px;background: transparent; height: 20px;display: none;float: left;}
.ht-lk.opened > .total-search > .input-search{display: block;}

.total-search > .toggle-button {position: absolute; width: 20px; height: 20px; background-image: url('/images/kor2021/sub/brd_sric.png'); background-size: 14px; background-repeat: no-repeat; background-position: 3px;}
.ht-lk.opened > .total-search > .toggle-button {background-color: #333;background-image: url('/images/kor2021/main/tpl_close_bt.png'); background-size: 15px; background-repeat: no-repeat; background-position: center;}

.mo-srsw{display: none; position: absolute; right: 2%; top: 22px; margin-right: 40px;}
.mo-eng{display: none; position: absolute; right: 0px;color: #fff;font-size: 18px;margin-right: 90px;margin-top: 0px;}

/*#contents{margin-bottom:60px;}*/

/* 구글 번역 css 국문 시작*/

body {
	position: static !important;
}
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight,
iframe.goog-te-banner-frame {
	display: none !important;
	visibility: hidden !important;
}

.google-translate .drop-box{position: relative;}

/* padding: 5px 5px;border: 1px solid #dedede;background: #ffffff61; 추가 */
.openLanguageG{display:flex;align-items:center;border-radius: 20px;padding: 5px 0px;padding: 5px 5px;border: 1px solid #dedede;background: #ffffff61;cursor: pointer;}

.openLanguageG span{font-size: 12px;color: #000;}
.openLanguageG.active span{font-size: 12px;color: #fff;}
.openLanguageG::before { margin: 0 8px 0 0; content: ''; display: block; width: 16px; height: 16px; background: url("/images/kor2021/main/h-google.png") no-repeat center;}

/* width height 16px로 변경 */
.openLanguageG::after{content:"";display:block;width:16px;height:16px;margin-left:10px;background:url("/images/kor2021/main/google_nav_bg2.png") no-repeat center;}

/* 메인일때 바뀌는 이미지 추가 */
.openLanguageG.bg1::after {
	background: url(/images/kor2021/main/google_nav_bg1.png);
}

/* width: 130px; 변경 */
.google-translate .drop-box .translation-links{width: 130px;display:none;position:absolute;top:32px; z-index: 1000000;border-radius: 6px;left: 2px;}
.google-translate .drop-box.expanded .translation-links{display:block;}
.translation-links a{font-size:13px;color:#000;background:#9c9c9c;display:block;padding:5px 15px;margin-top:1px;}
.translation-links a:hover{background-color: #333;}

/* tip css 추가  width 350px 변경 */
.tip {position: absolute; left: -99999px; top: 170%; width: 360px; padding: 13px 20px; background: rgba(255,255,255,.9); border-radius: 10px; font-family: 'Noto Regular'; font-size: 12px; box-shadow: 2px 2px 10px rgba(0,0,0,.4); color: #666; opacity: 0; transition: opacity .75s; transition-delay: .2s;
	z-index: 99999;}
.tip.on {left: 50%; opacity: 1;z-index: 1;}
.tip button {display: inline-block; margin-top: 20px; padding: 5px 10px; background: #256EF4; border-radius: 5px; color: #fff;}

.ht-lk > ul > li > a {
	vertical-align: baseline !important;
}

.ht-lk > ul > li + li:before {
	vertical-align: text-top !important;
}

.skiptranslate {
	display: none;
}

#goog-gt-tt {display: none !important;}

@media screen and ( max-width:1024px ){
	/* 250929 구글 삭제로 주석처리 */
	/*.ht-lk {*/
	/*	display: block !important;*/
	/*}*/
	.ht-lk > ul > li {
		display: none;
	}
	.ht-lk > ul > li:last-child {
		display: block;
	}
	.ht-lk > ul > li:last-child::before {
		width: 0;
		height: 0;
	}
	.total-search {
		display: none;
	}
	#googleTranslate01 {
		margin-top: 10px;
		margin-right: 5px;
	}
	.openLanguageG span {
		font-size: 12px;
	}

}
#transTop {
	background: #4d4d4d;
	color: #fff;
	height: 22px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
}
/* 구글 번역 css 국문 끝*/

@media screen and (min-width: 1025px){
	#wrap.main .wid{max-width: 1500px;}
	#wrap.main .header{background: rgba(0,0,0,0.3); z-index: 200; border-bottom: none; position: absolute; left: 0; right: 0;}
	#wrap.main .header.pmo, .header.pmo{background: #0d47a1;  z-index: 200;}
	#wrap.main .depth1 > li > a, .header.pmo .depth1 > li > a{color: #fff;}
	#wrap.main .seoul-logo .sli, .header.pmo .seoul-logo .sli{background-image: url(/images/kor2021/main/seoul_logo_w.png);}
	#wrap.main .seoul-logo-search .sli, .header.pmo .seoul-logo-search .sli{background-image: url(/images/kor2021/main/seoul_logo_w.png);}
	#wrap.main .ht-lk > ul > li > a, .header.pmo .ht-lk > ul > li > a{color: #fff;}
	#wrap.main input#quicksearch, .header.pmo input#quicksearch {border-bottom: 2px solid #fff; color: #fff;}
	#wrap.main .input-search-button{filter: brightness(0) invert(1);}
	#wrap.main .ht-lk > ul > li > a.en, .header.pmo .ht-lk > ul > li > a.en{background-image: url(/images/kor2021/main/tp_enlk_icw.png);}
	#wrap.main input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px transparent inset ; -webkit-text-fill-color: #fff; }
	#wrap.main input#quicksearch::placeholder{color: #f2f2f2;}

	.total-search > .toggle-button {position: absolute; width: 20px; height: 20px; background-image: url('/images/kor2021/sub/brd_sric.png'); background-size: 14px; background-repeat: no-repeat; background-position: 3px;}
	.header.pmo .ht-lk > .total-search > .toggle-button {position: absolute; width: 20px; height: 20px; background-image: url('/images/kor2021/sub/brd_sric_search.png'); background-size: 16px; background-repeat: no-repeat; background-position: 3px;}
	.header.pmo .ht-lk.opened > .total-search > .toggle-button {background-color: #333;background-image: url('/images/kor2021/main/tpl_close_bt.png'); background-size: 15px; background-repeat: no-repeat; background-position: center;}

	.header.pmo .logo > a{position: relative;}
	.header.pmo .logo > a:after{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4);}
	#wrap.main .depth1 > li.ac > a, .header.pmo .depth1 > li.ac > a{color: #9dc3ff;}
	#wrap.main .depth1 > li.ac > a:after, .header.pmo .depth1 > li.ac > a:after{left: 0; right: 0; opacity: 1;}
	.depth1 > li > a:after{ transition: .2s;}
	.depth2 > li > ul > li > a:hover, .depth2 > li > ul > li > a:focus{color: #ff6600;}
	.depth2 > li > ul > li > a:hover:before, .depth2 > li > ul > li > a:focus:before{background: #ff6600;}
	.header{transition: background .2s;}
	.menu-box a, .ht-lk{transition: .2s;}
}

/*   */
.footer{background: #424242;}
.ft-tp{padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.2);}
.ft-lk{line-height: 20px;}
.ft-lk > li{display: inline-block; vertical-align: top; font-size: 15px; color: #fff; line-height: 20px; margin-right: 26px; font-weight: 500;}
.ft-bm{padding: 50px 0;}
.ft-logo{float: left;}
.ft-loc{float: left; margin-left: 40px; margin-right: 40px; font-size: 15px; color: #fff; line-height: 1.2;}
.ft-loc > p + p{margin-top: 8px;}
.ft-mk{float: right;}
.ft-mk > li{display: inline-block; vertical-align: top; margin-left: 20px;}
.ft-mk > li img{width: 52px;}


@keyframes vsImg {
	0% { transform:scale(1.08); }
	100% { transform:scale(1.02);  }
}
@-webkit-keyframes vsImg {
	0% { -webkit-transform:scale(1.08); }
	100% { -webkit-transform:scale(1.02); }
}
@-moz-keyframes vsImg {
	0% { -moz-transform:scale(1.08); }
	100% { -moz-transform:scale(1.02); }
}
@-ms-keyframes vsImg {
	0% { -ms-transform:scale(1.08); }
	100% { -ms-transform:scale(1.02); }
}
@-o-keyframes vsImg {
	0% { -o-transform:scale(1.08); }
	100% { -o-transform:scale(1.02); }
}


/* main */
.vsl-bk{position: relative; }
.m-vsl > li > div { display: table; width: 100%; height: 750px; background: no-repeat center center; background-size: cover; overflow: hidden;
	animation: vsImg 9.5s;
	-webkit-animation:vsImg 9.5s;
	-moz-animation:vsImg 9.5s;
	-ms-animation:vsImg 9.5s;
	-o-animation:vsImg 9.5s;

	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
} /* 20211213 height 수정 */

.m-vsl > li > div > div{display: table-cell; vertical-align: middle; padding: 102px 2% 0;}
.vsl-tx1{text-align: center; color: #fff; text-shadow: 1px 1px 4px #000;}

/*.vsl-tx1 .sft{font-family: 'elcB'; display: inline-block; font-size: 62px;}*/
.vsl-tx1 .sft{font-family: 'KoreanSWGI'; display: inline-block; font-size: 62px;}

.vsl-tx1 > p{font-size: 22px;}
.vsl-tx1 .lbx{margin-top: 70px;}
.vsl-tx1{text-align: center; color: #fff; text-shadow: 1px 1px 4px #000;}

/*.vsl-tx1 .sft{font-family: 'elcB'; display: inline-block; font-size: 62px;}*/
.vsl-tx1 .sft{font-family: 'KoreanSWGI'; display: inline-block; font-size: 62px;}

.vsl-tx1 > p{font-size: 22px;}
.vsl-tx1 .lbx{margin: 50px 0;}
.vsl-white1{display: table;margin: 0 auto;height: 166px;width: 100%;max-width: 712px;background: #fff;border-radius: 15px;box-sizing: border-box;}
.vsl-white1 *{box-sizing: border-box;}
.vsl-white1 > *{display: table-cell;vertical-align: middle;}
.vsl-white1 > dl{padding: 0 30px;}
.vsl-white1 > dl > dt{color: #043570;font-size: 22px;line-height: 30px;font-weight: 500;}
.vsl-white1 > dl > dd{color: #666;font-size: 16px;margin-top: 15px;}
.vsl-white1 > ul{width: 330px;text-align: center;}
.vsl-white1 > ul > li{float: left;width: 50%;padding: 0 20px;}
.vsl-white1 > ul > li + li{border-left: 1px solid #d5d4d4;}
.vsl-white1 > ul > li > a{display: inline-block;}
.vsl-white1 > ul > li > a > p{color: #333;font-size: 15px;line-height: 1;}
.vsl-white1 > ul > li > a > p > span{display: block;margin: 10px 0 6px;font-size: 18px;}


/* 메인비쥬얼 비디오 표출용 [하단 컨트롤 css 정렬]*/
/*.vsl-bk .bx-controls-auto {position: absolute; bottom: 50px; right: 70px; z-index: 51;background: rgba(0,0,0,0.3); line-height: 1; padding: 10px 20px; border-radius: 20px;}*/
.vsl-bk .bx-controls-auto {position: absolute; bottom: 50px; right: 20px; z-index: 51;background: rgba(0,0,0,0.3); line-height: 1; padding: 10px 20px; border-radius: 20px;}
/* 메인비쥬얼 슬라이드 표출용* [하단 컨트롤 css 정렬]*/
/*.vsl-bk .bx-controls-auto {position: absolute; bottom: 50px; right: 70px; z-index: 51;background: rgba(0,0,0,0.3); line-height: 1; padding: 10px 69px 10px 10px; border-radius: 20px;}*/

.vsl-bk .bx-controls-auto > div {display: inline-block; margin: 0 4px; vertical-align: top;}
.vsl-bk .bx-controls-auto a {display: block; font-size: 0; width: 22px; height: 22px; background: center center no-repeat;}
.vsl-bk .bx-controls-auto .bx-start{background-image: url(/images/kor2021/main/mvs_bt1.png);}
.vsl-bk .bx-controls-auto .bx-stop{background-image: url(/images/kor2021/main/mvs_bt2.png);}
.mvs-cbbx{position: fixed !important; bottom: 50px !important; right: 0; z-index: 101;}
.mvs-cbbx > a{display: block; background: #000; padding: 7px 10px; padding-right: 20px; border-radius: 20px 0 0 20px; background-image: url(/images/kor2021/main/moon_icon.png); background-repeat: no-repeat; background-position: center;}
.mvs-cbbx > a:focus {outline:2px solid red;}
.hc-mode .mvs-cbbx > a {background: #fff; background-image: url(/images/kor2021/main/sun_icon.png); background-repeat: no-repeat; background-position: center;}

/* 250902 메인영상 left bar의 길이가 1920px 이상일 때 메인영상보다 길어져서  height: calc(100% - 5px); 로 수정*/
.m-qm{position: absolute; top: 0; bottom: 0; left: 0;  z-index: 101; background: #333; height: calc(100% - 5px);}
.qm-ls{box-sizing: border-box; position: relative; width: 102px; padding: 102px 10px 0; text-align: center; font-family: 'KoreanSWGI'; font-weight: 300;}
.qm-ls > li + li{border-top: 1px solid rgba(255,255,255,0.2);}
.qm-ls > li > a{display: block; font-size: 14px; color: #fff; line-height: 20px; padding: 20px 2px 12px;}
.qm-ls > li > a > span{display: block; margin-top: 10px;}

.qm-ls > li:hover > a > span {text-shadow: 1px 1px orange;}

.qm-ls > li.sr > a{color: #99ccff;}
.m-qm .qm-sw{position: absolute; left: 100%; top: 50%; width: 27px; height: 57px; margin-top: -28px; font-size: 0; background: url(/images/kor2021/main/qm_sw.png) 0 0 no-repeat;}

.msc-ti{font-family: 'KoreanSWGI'; font-size: 34px; color: #333; font-weight: 400;}
.msc-ti > span{font-size: 41px; color: #0d47a1;}
.msc-ti.wf{color: #fff;}
.msc-ti.wf > span{font-size: inherit; color: #fbc02d;}
.msc1{padding: 20px 0;}

/* 메인 UOS 인터뷰 추가 */
.msc1.new-area{position: relative;padding: 0;}
.msc1.new-area:after{content: "";position: absolute;right: 0;top: -5px;bottom: 0;width: calc((100% - 1500px) / 2);background: #f4f5ef;z-index: -1;}
.mscg-area{display: flex;justify-content: space-between;}
.mscg-area .msc-ls{margin-right: 0;}
.mscg-lf{width: 64%;padding: 30px 0;}
.mscg-rt{position: relative;width: 31%;padding: 30px 0 30px 2.5%; background: #f4f5ef;}
.mscg-rt:after {
	content: "";
	position: absolute;
	top: -5px;
	bottom: 0;
	width: 515px;
	background: #f4f5ef;
	z-index: -1;
	left: 0;
}
.msc-ls.line2 > li{width: 47%;}
.msc-ls.line1 > li{width: 97%; box-shadow: none; margin-bottom: 0px;}
/*.msc-ti.inter > span {*/
/*	color: #9bcbeb;*/
/*}*/
/*.msc-ti.inter{*/
/*	color: #e7e7e0;*/
/*}*/
@media screen and (max-width: 1500px) {
	.msc1.new-area:after{width: 2%;}
}
@media screen and (max-width: 768px) {
	.msc1.new-area:after{display: none;}
	.mscg-area{display: block;}
	.mscg-lf{width: 100%;padding: 30px 0;}
	.mscg-rt{width: 100%;padding: 30px 0;}
	.msc-ls.line2 > li{width: 48%;}
	.mscg-rt:after{content: "";position: absolute;left: -2%;top: 0;bottom: 0;width: 2%;background: #f4f5ef;z-index: -1;}
	.mscg-rt:before{content: "";position: absolute;right: -2%;top: 0;bottom: 0;width: 2%;background: #f4f5ef;z-index: -1;}

	.msc-ls.line1 > li{width: 98% !important;}
	div.ph.inter{max-width: 100% !important;}
	/*.msc-ls > li .tx.inter{padding-left: 0px !important;}*/
	.msc-ls > li .tx.inter > h4{font-size: 20px !important;padding-bottom: 0px !important;}
	.msc-ls > li .tx.inter > p{font-size: 16px !important;font-weight: 200 !important;height: 100px !important;}
}
@media screen and (max-width: 600px) {
	.mscg-area .msc-ls{margin: 0 auto;}
	.msc-ls.line2 > li{width: auto;}
	.msc-ls.line1 > li{width: 100% !important;}
}


.msc-lsbx{padding-top: 20px; position: relative;} /* 20211213 padding 수정 */
.msc-ls{margin-left: -3%; margin-right: -1%;}
.msc-ls:after{content: ""; display: block; clear: both;}
.msc-ls > li{float: left; width: 30%; margin-left: 3%; margin-bottom: 30px; box-shadow: 1px 2px 6px rgba(0,0,0,0.3);}
.msc-ls > li > a{display: block; }
.msc-ls.line1 > li > a{box-shadow: 1px 2px 6px rgba(0,0,0,0.8);}
.msc-ls > li .ph{position:relative;height:0;padding-bottom:50%;background-color: #fff;}
.msc-ls > li a .ph img{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	transition:all .5s;
	/*height: 100%;*/
	object-fit: cover;
}
.msc-ls > li a:hover .ph img{transform:scale(1.05);}
.msc-ls > li .tx{padding: 15px 3%;background: #fff; }
/*.msc-ls > li .tx > h4{font-size: 17px; line-height: 24px; height: 30px; overflow: hidden; font-weight: 600; letter-spacing: -1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
.msc-ls > li .tx > h4{font-size: 17px; line-height: 21px; height: 50px; overflow: hidden; font-weight: 500; letter-spacing: 0px;}
.msc-ls > li .tx > p{text-align: left; font-size: 13px; color: #666; height: 36px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;line-height: 1.5em;}
.msc-lsbx .more-bx{position: absolute; right: 0; bottom: 100%; margin-bottom: 2px;}
.msc-lsbx .more-bx > a{display: inline-block;  font-size: 17px; color: #333; line-height: 22px;}
/*.msc-lsbx .more-bx.inter > a {color: #e7e7e0;}*/
.msc-lsbx .more-bx > a i{display: inline-block; vertical-align: top; position: relative; font-size: 0; width: 12px; height: 12px; margin-top: 5px; margin-right: 6px;}
.msc-lsbx .more-bx > a i:before{content: ''; position: absolute; left: 5px; right: 5px; top: 0; bottom: 0; background: #333;}
.msc-lsbx .more-bx > a i:after{content: ''; position: absolute; left: 0; right: 0; top: 5px; bottom: 5px; background: #333;}
/*.msc-lsbx .more-bx.inter > a i:before{background: #e7e7e0;}*/
/*.msc-lsbx .more-bx.inter > a i:after{background: #e7e7e0;}*/

.msc-ls > li .tx.inter{padding: 15px 3%; background: none; }
.msc-ls > li .tx.inter > h4{font-size: 21px; line-height: 24px; height: 30px; overflow: hidden; font-weight: 600; letter-spacing: -1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color: #0d47a1; padding: 10px 0 20px;}
.msc-ls > li .tx.inter > p{text-align: left; font-size: 17px; color: #666; height: 115px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;line-height: 1.6em;}


.msc2{padding: 20px 0; background: url(/images/kor2021/main/msc2_bg.jpg) center 0 no-repeat; background-size: cover;} /* 20211213 padding 수정 */
.msc-ls.tp2 > li .tx{position: relative;}
/*.msc-ls.tp2 > li .tx:before{content: ''; position: absolute; left: 0; top: 15px; width: 2%; height: 30px; background: #0d47a1;}*/
/*.msc-ls.tp2 > li .tx > h4{ padding-left: 8px; font-weight: 400; font-size: 16px;}*/
.msc2 .msc-lsbx .more-bx > a{color: #fff;}
.msc2 .msc-lsbx .more-bx > a i:before, .msc2 .msc-lsbx .more-bx > a i:after{background: #fff;}

.msc3{padding: 20px 0 80px;} /* 20211213 padding 수정 */
.msc-slbk{margin-top: 20px; position: relative;} /* 20211213 margin 수정 */
.msc-slbk .bx-wrapper{margin: 0 auto;}
.msc-sl > li > a{display: block; outline-offset: -2px;}
.msc-sl > li img{width: 100%;}

.msc-slbk .bx-controls{position: absolute; right: 25px; top: -52px;} /* 2022-12-28 */
.msc-slbk .bx-controls div{display: inline-block; vertical-align: top; line-height: 14px;}
.msc-slbk .bx-pager a{display: block; font-size: 0; width: 14px; height: 14px; background: #777; border-radius: 50%; margin: 2px 6px;} /*20240102*/
.msc-slbk .bx-pager a.active{background: #0068b1; border-radius: 0;} /*20240102*/
.msc-slbk .bx-controls-auto a{display: block; margin-left: 6px; font-size: 0; width: 14px; height: 18px; background: url(/images/kor2021/main/msc_slbt2.png) 0 0 no-repeat;}
.msc-slbk .bx-controls-auto a.active{display: none;}

.msc-slbk .bx-controls-auto a.bx-stop{background-image: url(/images/kor2021/main/msc_slbt1.png);}

.msc-slbk .mob-ctl{display: none;}
.msc-slbk .mob-ctl a{position: absolute; top: 50%; margin-top: -30px;}
.msc-slbk .mob-ctl .prev{left: 0;}
.msc-slbk .mob-ctl .next{right: 0;}

.msc4-tp{padding: 65px 0 25px; background: url(/images/kor2021/main/msc4_bg1_02.jpg) center 0 no-repeat; background-size: cover;}
.msc4-tp > div{/* overflow: hidden; */}
.msc4-tp > div:after{content:"";display:block;clear:both}
.msc4-tp .msc-ti{float: left; font-size: 33px; line-height: 38px;}
.msc4-tp .msc-sns{float: left; margin-left: 16px;}
.msc4-tp .msc-sns a{margin: 0 4px;}
.msc4-tp .lkb{float: right;}
.msc4-tp .lkb > a{display: inline-block; font-family: 'KoreanSWGI'; font-size: 25px; color: #fff; line-height: 30px; padding: 5px 8px 3px; border: 1px solid rgba(255,255,255,0.3);}
.msc4-bm{position: relative; z-index: 1; background: #fff;}
.msc4-bm:before{content: ''; position: absolute; left: 0; right: calc(50% + 180px); top: 0; bottom: 0; z-index: -1; background: url(/images/kor2021/main/msc4_bg2.jpg) right bottom no-repeat; background-size: cover;}
@media screen and (max-width: 1560px){ .msc4-bm:before{right: 61.5%;} }
.msc4-bm > div{display: table;}
.msc4-bm > div > div{display: table-cell; vertical-align: top;}
.msc4-bm > div .lbx{width: 38%; padding: 50px 0;}
.msc4-bm > div .lbx > ul{padding-right: 10px;}
.msc4-bm > div .lbx > ul > li{position: relative; padding-left: 20px; font-family: 'KoreanSWGI'; font-weight: 300; font-size: 21px; color: #fff; line-height: 28px;}
.msc4-bm > div .lbx > ul > li:before{content: ''; position: absolute;  width: 9px; height: 9px; left: 0; top: 9px; background: #fff; border-radius: 50%;}
.msc4-bm > div .lbx > ul > li + li{margin-top: 14px;}
.msc4-bm > div .lbx > ul > li > a{display: inline-block; padding: 0 6px; position: relative; z-index: 1;}
.msc4-bm > div .lbx > ul > li > a:before{content: ''; position: absolute;  z-index: -1; left: 0; right: 0; bottom: 0; height: 12px; background: rgba(255,255,255,0.1); border-radius: 8px;}
.msc4-bm > div .rbx{ padding: 40px 0 60px;}
.msc4-bm > div .rbx > dl{padding-left: 4%;}
.msc4-bm > div .rbx > dl > dt{ font-family: 'KoreanSWGI'; margin-bottom: 30px;}
.msc4-bm > div .rbx > dl > dt > span{display: inline-block; font-size: 28px; color: #0d47a1; line-height: 34px; padding: 0 6px; position: relative; z-index: 1;}
.msc4-bm > div .rbx > dl > dt > span:before{content: ''; position: absolute;  z-index: -1; left: 0; right: 0; bottom: 0; height: 20px; /*background: #c2e4f9;*/ border-radius: 12px;}
.msc4-bm > div .rbx > dl > dd > ul{float: left; width: 33.3%; box-sizing: border-box; padding: 0 5px;}
.msc4-bm > div .rbx > dl > dd > ul > li{position: relative; font-size: 16px; color: #424242; line-height: 22px; padding-left: 14px;}
.msc4-bm > div .rbx > dl > dd > ul > li:before{content: ''; position: absolute; width: 6px; height: 6px; left: 0; top: 9px; background: #0d47a1; border-radius: 50%;}

body.hc-mode{background: #000;}
/*body.hc-mode .msc-ti{color: #fff;}*/
/*body.hc-mode .msc-ti > span{color: #ecc781;}*/
body.hc-mode .msc-lsbx .more-bx > a{color: #fff;}
body.hc-mode .msc-lsbx .more-bx > a i:before, body.hc-mode .msc-lsbx .more-bx > a i:after{background: #fff;}
/*body.hc-mode .msc4-bm{background: #000;}*/
/*body.hc-mode .msc4-bm > div .rbx > dl > dt > span{color: #fff;}*/
/*body.hc-mode .msc4-bm > div .rbx > dl > dt > span:before{opacity: 0.3;}*/
/*body.hc-mode .msc4-bm > div .rbx > dl > dd > ul > li{color: #ecc781;}*/
/*body.hc-mode .msc4-bm > div .rbx > dl > dd > ul > li:before{background: #fff;}*/
/*body.hc-mode .msc4-bm > div .rbx > dl > dd > ul > li:before{background: #fff;}*/

/* sub layout */
.s-container{padding: 70px 0 90px;}

.sub-tp{margin-bottom: 60px;}
.pg-tit{float: left; font-family: 'KoreanSWGI'; font-size: 42px; color: #333; font-weight: 500; line-height: 1; word-break: keep-all; padding-top: 14px; border-top: 8px solid #d0d0d0;}
.pg-tit > span{color: #2241b6; word-break: keep-all;}

.stp-bt{float: right; margin-top: 30px;}
.stp-bt > li{float: left; margin-left: 8px;}
.stp-bt .zoom{border: 1px solid #ccc; background: #ccc; }
.stp-bt .zoom > a{display: block; float: left; font-size: 0; width: 30px; height: 30px; background: #fff; position: relative;}
.stp-bt .zoom > a + a{margin-left: 1px;}
.stp-bt .zoom .minus:before{content: ''; position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; margin-top: -1px; background: #333;}
.stp-bt .zoom .default:before{content: ''; position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; margin-top: -5px; background: #333;}
.stp-bt .zoom .default:after{content: ''; position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; margin-top: 3px; background: #333;}
.stp-bt .zoom .plus:before{content: ''; position: absolute; left: 8px; right: 8px; top: 50%; height: 2px; margin-top: -1px; background: #333;}
.stp-bt .zoom .plus:after{content: ''; position: absolute; top: 8px; bottom: 8px; left: 50%; width: 2px; margin-left: -1px; background: #333;}
.stp-bt .zoom a span{position: absolute; width: 0; height: 0; overflow: hidden;}
.stp-bt .copyUrl a:focus {outline:2px solid red;}
.stp-bt .copyUrl a{display: block; width: 90px; text-align: center; background: #333; font-size: 14px; color: #fff; line-height: 20px; padding: 6px 0;}

.sub-nav{margin-top: 50px;}
.line-map > li{float: left; display: table; min-width: 20%;	width: auto; height: 36px; padding: 15px 0; color: #666; font-size: 20px; letter-spacing: -1px; padding-left: 1px; position: relative;}
.line-map > li + li:before{content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 1px; background: #ccc;}
.line-map > li.home{background: none; padding: 15px; min-width: 35px !important;background:#2241b6; border-radius: 15px 0 0 0;}
.line-map > li.home > a{padding: 0;background: none;line-height: unset;}
.line-map > li > strong{display: table-cell;vertical-align: middle;padding: 0 20px;color: #000;line-height: 1;word-break: keep-all;}
.line-map > li > a{display: table-cell;vertical-align: middle;padding: 0 50px 0 20px;line-height: 1;background: url('/images/kor2021/main/sub_nav_bg1.png') no-repeat right 20px  top 15px;word-break: keep-all;}
.line-map > li > a.on{background: url('/images/kor2021/main/sub_nav_bg2.png') no-repeat right 20px  top 15px;}
.line-map > li > a.nl{padding: 0 20px; background: none;}
.line-map > li:last-child > a{color: #2241b6; font-weight: 600;}
.line-map > li > ul{display: none; position: absolute; top: 100%; left: -1px; right: 0; z-index: 9; padding: 15px;background: #fff; border: 1px solid #ccc; box-shadow: 1px 2px 4px rgba(0,0,0,0.3);}
.line-map > li > ul > li + li{margin-top: 10px;}
.line-map > li > ul > li > a{display: block;color: #666;font-size: 15px;line-height: 18px;}
.line-map > li > ul > li > a.newWin{
	background: url(/images/engNew2021/remastered/main/nWindow_ic.png) no-repeat right;
}
.ui-flex-row-auto-01-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.ui-flex-row-auto-01-item  {
	background-color: #d8d8d8;
}
.ui-flex-row-auto-01-item-img {
	margin: 15px;
	width: 280px;
	max-width: 280px !important;
	height: 194px;
}

/* 이전 소스 추가 */
.del-detail > a {
	display: block;
	padding: 6px 0;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	background: #6e90d0;
}

.del-detail .close {
	display: none;
}

.del-detail-cont {
	display: none;
	padding: 30px 20px;
	border: 1px solid #d5d5d5;
	background: #fff;
	z-index: 3;
}
/*11658	대학및대학원 학사 전공시간표 내 바로가기 링크 추가요청*/
.linkIcon > a.newWin:after{
	content: '';
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 8px;
	background: url(/images/kor2021/main/nWindow_ic.png) 0 0 no-repeat;
}

 ul li .selected {
	 background: #aabbee;
 }

 /*20220118 웹접근성 추가*/
.msc-ls > li .ph::after{content: ""; display: none;position: absolute;left: 0;top:0;width: 100%;height: 100%;border: 2px dotted #000;box-sizing: border-box;}
.msc-ls > li > a:focus .ph::after{display: block;}

/*20221020 상단 검색영역 수정*/
/*.ht-lk.opened{width: auto}*/
.ht-lk{display: block;min-width: auto}
.ht-lk > ul{float: left;margin-right: 21px;}
.ht-lk > .total-search{float: left}
/*.ht-lk.opened > .total-search{border: 1px solid #999;}*/
.ht-lk > .total-search > .input-search{display: none}
.total-search > .toggle-button{right: 0;}

.m-qm .qm-sw{background: url(/images/kor2021/main/qm_sw_on.png) 0 0 no-repeat;}
.m-qm .qm-sw.off{background: url(/images/kor2021/main/qm_sw.png) 0 0 no-repeat;}

/*20221208 상단 검색영역 수정*/
input#quicksearch{background-color: transparent; border-bottom: 2px solid #000000; color: #000000; font-weight: 600; font-size: 15px; overflow: hidden; padding: 0 30px 0 0;}
input#quicksearch:focus{outline: none;}
input#quicksearch::placeholder{color: #c4c4c4;}
.input-search-button{background-color: transparent; width: 20px;height: 20px;background-image: url('/images/kor2021/main/m_qic5.png'); filter: grayscale(100%) brightness(0); background-position: 1px 1px;background-size: 18px 18px;vertical-align: top; position: absolute; margin-left: -22px;}

/*자동완성 배경색 지우기*/
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px transparent inset ; -webkit-text-fill-color: #000000; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }

/* 본문 바로가기 */
#go_main{position:absolute; height:0;width:100%}
#go_main a{display: block; left:-2000px; position:absolute; text-align:center;}
#go_main a:focus, #go_main a:active, #go_main a:hover{background-color:#e60013;color:#fff; left:50%; padding-top:1px;line-height:16px;font-size:11px;width:100px;top:2px; z-index:1000000;}

.msc-slbk  .bx-controls-auto.mo_none a.bx-stop.active {display: block; background: url(/images/kor2021/main/msc_slbt2.png) 0 0 no-repeat;} /* 2022-12-28 추가*/
/* 2022-12-28 추가*/
@media screen and (max-width:768px){
	.msc-slbk .bx-controls-auto.mo_none {display: none;}
	.msc-slbk .bx-controls {right: 0;}
	.msc-lsbx .more-bx{position: inherit;}
}
