@charset "utf-8";
/* 공통 */
html{}
body{
	opacity:1; overflow-x:hidden;overflow: hidden; height:auto;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
body.util{overflow:hidden;height:100%;}
@media print {
	body{opacity:1;}
}
body#main{}
#wrap{position:relative;}
#wrap:before{content:""; position:fixed; left: calc(3.8em - 1px); top:0; z-index:1; width:1px; height:100%; background-color:rgba(100,100,100,0.2);}
body:not([id*="main"]) #wrap:before{z-index:10;}
#wrap .layout{max-width:1240px; margin:0 auto;}
@media all and (max-width: 1370px) {
	#wrap .layout{max-width:100%; width:calc(100% - 60px); margin:0 auto;}
}

/* 새창 - gnb,button,footer */
/* 공통 */
#header,
#container,
#footer{position:relative; z-index:100;}
#header{z-index:600; width:100%; padding-left:4em;}


/* 상단HISTORY BTN */ 
#history_btn{position: fixed;top: 0;width:4em;z-index: 100;}
#history_btn a.his-more{overflow: hidden;display: inline-block;position: relative;width:4em;height: 11em;z-index: 10;}
#history_btn a.his-more span.bar{display: inline-block;position: absolute;left: 2em;top:0;width: 0;height:1px;}
#history_btn a.his-more span.bar:before{display: inline-block;position: absolute;left: 0;top:0;width:0; height:1px;background: #2398d1;content: ''; animation:hb2 4.5s ease 1s forwards;}
#history_btn a.his-more span.bar:after{display: inline-block;position: absolute;right: 0;top:0;width:0;height:1px;background: #2398d1;content: '';animation:hb3 4.5s ease 1s forwards;}
#history_btn a.his-more span.txt{display: inline-block;position: relative;left: -1.5em;top: -6em;padding-left: 8.4em;transform: rotate(90deg);-webkit-transform: rotate(90deg);font-weight: 600;animation:hb4 2s ease 2.5s forwards;}
#history_btn a.his-more span.txt span.txt-blue{position: absolute;left: 5.5em;top:0;color:#2398d1;}
#history_btn a.his-more span.txt span.txt-gray{position:absolute;left:0;top:0;}
#history_btn a.his-more span.more{display: inline-block;width:0;height: 9px;background: url(/site/kr/img/skin/btn_arrow.png);font-size: 0;position: absolute;left: 18px;top: 145px;animation:hb5 0.7s ease 4s forwards;}
#history_btn a.his-more:hover span.more,
#history_btn a.his-more:focus span.more{animation:hb6 0.5s ease-in alternate infinite forwards;}
#history_btn a.icon-ani{position: relative;width: 100%;height:100%;}
#history_btn a.icon-ani span.circle{display: inline-block;position: absolute;left:0.5em;top: 1em;width: 2.8em;height: 2.8em;border-radius: 50%;background:#dce4e7;transform-origin:center center;animation: hb1 2s ease 1.5s forwards;opacity:0;}

#history_btn a.icon-ani .simbol{position:relative;left: -1.2em;top: -0.9em;width: 5em;height: 5em;z-index: 10;animation: hb0 2s ease 2.5s forwards;transform-origin:center center;opacity:0;}
#history_btn a.icon-ani .simbol>span{
	display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-position:center bottom; background-repeat:no-repeat; background-size:100% auto;

	animation-fill-mode:forwards;
	animation-duration:1s;
	animation-iteration-count:infinite;

	-webkit-animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
}
#history_btn a.icon-ani .simbol>span:nth-child(2){
	background-image:url(/site/kr/img/main/simbol_ani_1.png);
	animation-name:simbols_1;
	-webkit-animation-name:simbols_1;
}
#history_btn a.icon-ani .simbol>span:nth-child(3){
	background-image:url(/site/kr/img/main/simbol_ani_2.png);
	animation-name:simbols_2;
	-webkit-animation-name:simbols_2;
}
#history_btn a.icon-ani .simbol>span:nth-child(4){
	background-image:url(/site/kr/img/main/simbol_ani_3.png);
	animation-name:simbols_3;
	-webkit-animation-name:simbols_3;
}
#history_btn a.icon-ani .simbol>span:nth-child(5){background-image:url(/site/kr/img/main/simbol_ani_4.png);}
#history_btn a.icon-ani .simbol>span:nth-child(6){background-image:url(/site/kr/img/main/simbol_ani_5.png);}
#history_btn a.icon-ani .simbol>span:nth-child(7){background-image:url(/site/kr/img/main/simbol_ani_6.png);}


/*ani*/
@keyframes hb0{
	0%{transform: scale(1); opacity:0;}
	100%{transform: scale(1); opacity:1;}
}
@-webkit-keyframes hb0{
	0%{transform: scale(1); opacity:0;}
	100%{transform: scale(1); opacity:1;}
}
@keyframes hb1{
	0%{transform: scale(0);}
	5%{opacity:1;}
	100%{transform: scale(1); opacity:1;}
}
@-webkit-keyframes hb1{
	0%{transform: scale(0);}
	5%{opacity:1;}
	100%{transform: scale(1); opacity:1;}
}
@keyframes hb2{
	0%{width:0;}
	30%{width:1em;}
	90%{width:1em;}
	100%{width:0;}
}
@-webkit-keyframes hb2{
	0%{width:0;}
	30%{width:1em;}
	90%{width:1em;}
	100%{width:0;}
}
@keyframes hb3{
	0%{width:0;}
	30%{width:1em;}
	90%{width:1em;}
	100%{width:0;}
}
@-webkit-keyframes hb3{
	0%{width:0;}
	30%{width:1em;}
	90%{width:1em;}
	100%{width:0;}
}
@keyframes hb4{
	0%{top:-6em;}
	100%{top:3.5em;}
}
@-webkit-keyframes hb4{
	0%{top:-6em;}
	100%{top:3.5em;}
}
@keyframes hb5{
	0%{width:0;}
	100%{width:26px;}
}
@-webkit-keyframes hb5{
	0%{width:0;}
	100%{width:26px;}
}
@keyframes hb6{
	0%{width:26px;transform: translate(-4px, 0);}
	100%{width:26px;transform: translate(4px, 0);}
}
@-webkit-keyframes hb6{
	0%{width:26px;transform: translate(-4px, 0);}
	100%{width:26px;transform: translate(4px, 0);}
}
@keyframes hb7{
	0%{width:1em;}
	100%{width:0;}
}
@keyframes simbols_1{
	0%,40%,80%,100%{top:0;}
	20%,60%{top:-5%;}
}
@-webkit-keyframes simbols_1{
	0%,40%,80%,100%{top:0;}
	20%,60%{top:-5%;}
}
@keyframes simbols_2{
	0%,40%,80%,100%{top:0;}
	20%,60%{top:5%;}
}
@-webkit-keyframes simbols_2{
	0%,40%,80%,100%{top:0;}
	20%,60%{top:5%;}
}
@keyframes simbols_3{
	0%,40%,80%,100%{
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	}
	20%,60%{
		transform:rotate(-20deg);
		-webkit-transform:rotate(-20deg);
	}
}
@-webkit-keyframes simbols_3{
	0%,40%,80%,100%{
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
	}
	20%,60%{
		transform:rotate(-20deg);
		-webkit-transform:rotate(-20deg);
	}
}

/* 상단 */
#header{height:5.57em;transition:height 0.2s linear;-webkit-transition:height 0.2s linear;}
#header h1{position:absolute; left:5.5em; top:1em; z-index:100;}
#header h1 a{overflow:hidden; display:block; width:5.654em; height:3.64em; text-indent:-1000px; background:url(/site/kr/img/layout/logo.svg) no-repeat center center; background-size:contain;}
#header .util{position:absolute; left:0; top:0; z-index:110; width:3.3em; height:auto;}
#header .util .btn_util{overflow:hidden; position:absolute; left:0; top:0; width:100%; height:11em; text-indent:-1000px; vertical-align:top;transition:background 0.15s linear;-webkit-transition:background 0.15s linear;}
#header .util .btn_util:after{content:""; display:block; position:absolute; left:1em; top:1.8em; width:1.2em; height:1.2em; background-image:url(/site/kr/img/layout/icon_util.svg); background-repeat:no-repeat; background-position:center top; background-size:100% auto;transition:left 0.15s linear;-webkit-transition:left 0.15s linear;}
#header .util .btn_util:before{content:""; display:block; position:absolute; left:-4.688em; top:1em; width:3em; height:calc(100% - 1em); background-image:url(/site/kr/img/layout/icon_util_on.svg); background-repeat:no-repeat; background-position:center top; background-size:100% auto;transition:left 0.15s linear;-webkit-transition:left 0.15s linear;}
body.utilstyle #header .util,
#header .util:hover, #header .util:focus{width:4.3em;}
body.utilstyle #header .util .btn_util:after,
#header .util .btn_util:hover:after, #header .util .btn_util:focus:after{left:6em;}
body.utilstyle #header .util .btn_util:before,
#header .util .btn_util:hover:before,
#header .util .btn_util:focus:before{left:0.8em;}

#header .util .utilbox{opacity:0; visibility:hidden; position:fixed; left:-100%; top:0; z-index:3000; width:80%; height:100%; background-color:#253140;}
#header .util .utilbox>.head{overflow:hidden; position:relative; height:5.313em; background-color:#154e92;}
#header .util .utilbox>.head .btn_util_close{display:block; position:absolute; left:1em; top:calc(50% - 1.156em); width:2.313em; height:2.313em; text-indent:-1000px;}
#header .util .utilbox>.head .btn_util_close:before,
#header .util .utilbox>.head .btn_util_close:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#fff; background-repeat:no-repeat; background-position:center center; background-size:100% auto;border-radius:50%;-webkit-border-radius:50%;}
#header .util .utilbox>.head .btn_util_close:before{background-image:url(/site/kr/img/layout/btn_arrow_b.svg); background-size:50% auto;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);}
#header .util .utilbox>.head .btn_util_close:after{opacity:0.2;transform:scale(1.3);-webkit-transform:scale(1.3);}
#header .util .utilbox>.head .logo{overflow:hidden; display:block; position:absolute; left:5em; top:calc(50% - 1.156em); width:6.5em; height:2.313em; text-indent:-1000px; background:url(/site/kr/img/layout/logo_w.svg) no-repeat center center; background-size:100% auto;}
#header .util .utilbox>.head .logo a{display:block; width:100%; height:100%;}

#header .util .utilbox>.head>button.end{position:absolute;right: 1.3em;bottom: 1.2em;width:3em;height:3em;text-indent:-100000px;}
#header .util .utilbox>.head>.end:before,
#header .util .utilbox>.head>.end:after{content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:100%; height:100%; background-color:#249bd6; background-image:url(/site/kr/img/layout/search_close.svg); background-repeat:no-repeat; background-position:center center; background-size:30% auto;border-radius:50%;-webkit-border-radius:50%;}
#header .util .utilbox>.head>.end:before{transform:rotate(0);-webkit-transform:rotate(0);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
#header .util .utilbox>.head>.end:after{opacity:0.15; z-index:0; background-image:none; background-color:#1155a7;transform:scale(1.5);-webkit-transform:scale(1.5);}
#header .util .utilbox>.head>.end:hover:before,
#header .util .utilbox>.head>.end:focus:before{transform:rotate(180deg);-webkit-transform:rotate(180deg);}

#header .util .utilbox>.midd{width:100%;height:calc(100% - 5.313em);padding: 0 1em;background-color: #253140;}
#header .util .utilbox>.midd .head,
#header .util .utilbox>.midd .midd{float:left; position:relative; height:6em;}
#header .util .utilbox>.midd .head{width:20em;}
#header .util .utilbox>.midd .midd{width:calc(100% - 20em - 4em); margin:0 2em;}
#header .util .utilbox .noti{height:12em;padding:3em 0;border-bottom: 1px solid #c5cad0;}
#header .util .utilbox .noti:after{content:""; display:block; clear:both;}
#header .util .utilbox .noti .btn_prev,
#header .util .utilbox .noti .btn_next{background-size:30% auto;}
#header .util .utilbox .noti .btn_stop{background-image:url(/site/kr/img/layout/util_icon_stop.svg);}
#header .util .utilbox .noti .btn_play{background-image:url(/site/kr/img/layout/util_icon_play.svg);}
#header .util .utilbox .noti .btn_prev{background-image:url(/site/kr/img/layout/util_icon_prev.svg);}
#header .util .utilbox .noti .btn_next{background-image:url(/site/kr/img/layout/util_icon_next.svg);}
#header .util .utilbox .noti .head strong{display:block; position:absolute; left:2em; top:calc(50% - 0.5em); letter-spacing:2px; font-size:1em; color:#54a1ef;}
#header .util .utilbox .noti .head .simbol{display:block; position:absolute; right:2em; top:calc(50% - 0.5em); padding-right:calc(12px + 1em);}
#header .util .utilbox .noti .head .simbol a{overflow:hidden; display:inline-block; width:12px; height:12px; text-indent:-1000px;}
#header .util .utilbox .noti .head .simbol [class*="btn_"]{position:absolute; right:0; top:calc(50% - 6px); background-repeat:no-repeat; background-position:center center; background-size:100% auto;}
#header .util .utilbox .noti .head .simbol a:not([class*="btn_"]){margin:0 4px; background-color:rgba(255,255,255,0.2);border-radius:50%;-webkit-border-radius:50%;transition:background 0.3s ease;-webkit-transition:background 0.3s ease;}
#header .util .utilbox .noti .head .simbol a:not([class*="btn_"]).on{background-color:rgba(255,255,255,1);}
#header .util .utilbox .noti .midd{padding:0 3em;}
#header .util .utilbox .noti .midd [class*="btn_"]{overflow:hidden; display:block; position:absolute; top:0; width:2em; height:100%; text-indent:-1000px; background-repeat:no-repeat; background-position:center center;}
#header .util .utilbox .noti .midd .btn_prev{left:0;}
#header .util .utilbox .noti .midd .btn_next{right:0;}
#header .util .utilbox .noti .midd .move{overflow:hidden; position:relative; width:100%; height:100%;}
#header .util .utilbox .noti .midd .move ul{position:absolute; left:0; top:0; width:100%; height:100%;}
#header .util .utilbox .noti .midd .move ul:after{content:""; display:block; clear:both;}
#header .util .utilbox .noti .midd .move ul li{float:left; width:50%; padding:0 2.5em;}
#header .util .utilbox .noti .midd .move ul li a{display:block; position:relative;}
#header .util .utilbox .noti .midd .move ul li a>strong{display:block; line-height:1em; margin-bottom:0.3em; font-size:2em; color:#000;}
#header .util .utilbox .noti .midd .move ul li a>strong span{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:inline-block; position:relative; line-height:1em; font-size:1em;}
#header .util .utilbox .noti .midd .move ul li a>span{overflow:hidden; display:block; height:3.2em; line-height:1.6em; font-weight:200; font-size:1.05em; color:rgba(0,0,0,0.7);}
#header .util .utilbox .noti .midd .move ul li a.new>strong{padding-right:1.8em;}
#header .util .utilbox .noti .midd .move ul li a.new>strong span{max-width:100%;}
#header .util .utilbox .noti .midd .move ul li a.new>strong:after{content:"NEW"; display:inline-block; position:absolute; width:3.3em; height:1.8em; padding-left:0.3em; margin-left:0.2em; line-height:1.7em; text-align:center; font-size:0.48em; background:url(/site/kr/img/layout/util_noti_new.png) no-repeat center center; background-size:100% auto; box-sizing:border-box;border-radius:3px;-webkit-border-radius:3px;}

#header .util .utilbox .site{height: calc(100%);padding: 2em 0;}
#header .util .utilbox .site:after{content:""; display:block; clear:both;}
#header .util .utilbox .site .head strong{display:block; padding:0 2em; letter-spacing:2px; font-size:1em; color:#54a1ef;}
#header .util .utilbox .site .head ul{padding:0 1.5em; margin-top:2em;}
#header .util .utilbox .site .head ul li{position:relative;}
#header .util .utilbox .site .head ul li:before,
#header .util .utilbox .site .head ul li:after{content:""; display:block; position:absolute; left:0; bottom:0; width:100%; height:1px; background-color:rgba(255,255,255,0.2);transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}
#header .util .utilbox .site .head ul li:after{left:50%;width:0;background-color: #b2b5b9;}
#header .util .utilbox .site .head ul li a{display:block;position:relative;padding:1.2em 0.5em;font-size:1.2em;color: #fff;}
#header .util .utilbox .site .head ul li a:before,
#header .util .utilbox .site .head ul li a:after{content:""; display:block; position:absolute; right:0.5em; top:calc(50% - 1.12em); width:2.24em; height:2.24em; background-color:#4895ed; background-repeat:no-repeat; background-position:center center; background-size:50% auto;border-radius:50%;-webkit-border-radius:50%;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}
#header .util .utilbox .site .head ul li a:before{opacity:0;}
#header .util .utilbox .site .head ul li a:after{background-color:transparent;}
#header .util .utilbox .site .head ul li.on:after,
#header .util .utilbox .site .head ul li:hover:after,
#header .util .utilbox .site .head ul li:focus:after{left:0; width:100%;}
#header .util .utilbox .site .head ul li.on a:after,
#header .util .utilbox .site .head ul li a:hover:after,
#header .util .utilbox .site .head ul li a:focus:after{background-color:#4895ed;}
#header .util .utilbox .site .head ul li.on a:before,
#header .util .utilbox .site .head ul li a:hover:before,
#header .util .utilbox .site .head ul li a:focus:before{opacity:0.2;transform:scale(1.3);-webkit-transform:scale(1.3);}
#header .util .utilbox .site .head ul li:nth-child(1) a:after{background-image:url(/site/kr/img/layout/util_icon_menu_1.svg);}
#header .util .utilbox .site .head ul li:nth-child(2) a:after{background-image:url(/site/kr/img/layout/util_icon_menu_2.svg);}
#header .util .utilbox .site .head ul li:nth-child(3) a:after{background-image:url(/site/kr/img/layout/util_icon_menu_3.svg);background-position: 50% 56%;}
#header .util .utilbox .site .midd{overflow-y:auto; position:relative; width:calc(100% - 20em); height:100%; margin:0;}
#header .util .utilbox .site .midd .item{overflow:hidden; padding:0 2em;}
#header .util .utilbox .site .midd .item ul{overflow:hidden;}
#header .util .utilbox .site .midd .item ul:after{content:""; display:block; clear:both;}
#header .util .utilbox .site .midd .item ul li{float:left;position:relative;z-index:0;overflow: hidden;}
#header .util .utilbox .site .midd .item ul li a{word-break:break-all;display:table;table-layout:fixed;position:relative;z-index:100;width:100%;height:100%;color: #253140;background-color: #ffffff;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
#header .util .utilbox .site .midd .item ul li a:hover,
#header .util .utilbox .site .midd .item ul li a:focus{box-shadow:inset 0px 0px 12px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 0px 12px rgba(0,0,0,0.3);}
#header .util .utilbox .site .midd .item ul li a span{display:table-cell; width:100%; line-height:1.2em; padding:1em; vertical-align:middle; text-align:center; font-weight:500; font-size:1.05em;}
#header .util .utilbox .site .midd .item:not(:first-child){position:relative; padding-top:2.5em; margin-top:2.5em;}
#header .util .utilbox .site .midd .item:not(:first-child):before{content:""; display:block; position:absolute; left:0; top:0; width:200%; height:1px; background-color:rgba(255,255,255,0.2);}
#header .util .utilbox .site .midd .item:not(:first-child) ul li a{/* border-color:#154e92; *//* background-color:#154e92; */}

body.util #wrap:before{z-index:10;}
body.util #header .util .utilbox{visibility:visible; opacity:1;}
body.utilstyle #tab{transform:rotate(90deg) translate(-50%, -5.6em);-webkit-transform:rotate(90deg) translate(-50%, -5.6em);}
#header .util .utilbox .site .midd .item ul{margin:-5px;}
#header .util .utilbox .site .midd .item ul li{width: 16.66%;border:5px solid transparent;/* box-sizing:border-box; */}
#header .util .utilbox .site .midd .item ul li *{box-sizing:border-box}
#header .util .utilbox .site .midd .item ul li a span{padding: 0.9em;}

@media all and (max-width: 1600px) {
	#header .util .utilbox{width:100%;}
}
@media all and (max-width: 1500px) {
	#header .util .utilbox>.midd{padding:0;}
}
@media all and (max-width: 1440px) {
	#header .util .utilbox .site .midd .item ul li a span{padding: 1.5em 2em;line-height: 1;font-size: 14px;}
	#header .util .utilbox .site .head ul li a{font-size:1em}
}
@media all and (max-width: 1280px) {
	#header .util .utilbox .site .midd .item ul li{width:33.333%}
	#header .util .utilbox .site .head ul li a{font-size: 16px;}
}
@media all and (max-width: 1200px) {
	#header .util .utilbox>.midd .noti,	#header .util .utilbox>.midd .site{font-size:12px;}
}
@media all and (max-width: 1024px) {
	#header{padding-left:3.3em;}
	#header h1{left:50%;margin-left:-3em}
	#header .util .btn_util{height:5.57em; background-position:center -0.3em;}
	#header .util .btn_util:before{top:0.5em; height:3em;}
}
@media all and (max-width: 900px) {
	#header .util .utilbox>.midd .noti,
	#header .util .utilbox>.midd .site{font-size:10px;}
}
@media all and (max-width: 700px) {
	body#main #header h1 a{opacity: 0;}
	#header .util .utilbox>.midd .head,
	#header .util .utilbox>.midd .midd{float:none; width:100%; margin:0;}
	#header .util .utilbox .noti{height:16em; padding:0 0 3em 0;}
	#header .util .utilbox .noti .midd .btn_prev{left:1em;}
	#header .util .utilbox .noti .midd .btn_next{right:1em;}
	#header .util .utilbox .noti .midd .move ul li{padding:0 1em;}
	#header .util .utilbox .site{height:calc(100% - 16em);}
	#header .util .utilbox .site .head{height:8em;}
	#header .util .utilbox .site .head ul{margin-top:0.5em;}
	#header .util .utilbox .site .head ul:after{content:""; display:block; clear:both;}
	#header .util .utilbox .site .head ul li{float:left; width:calc((100% - 1em) / 2); margin-right:1em;}
	#header .util .utilbox .site .head ul li:nth-child(2){margin-right:0;}
	#header .util .utilbox .site .midd{height:calc(100% - 9em)}
}
@media all and (max-width: 400px) {
	#header .util .utilbox .noti{height:14em;}
	#header .util .utilbox .noti .midd .move ul li a{font-size:0.7em;}
	#header .util .utilbox .site{height:calc(100% - 14em);}
	#header .util .utilbox .site .midd .item ul li a span{font-size:0.8em;}
}


/* 로그인, 검색 */
#header .etc{position:absolute; right:6em; top:2.3em; z-index:100;}
#header .etc>ul:after{content:""; display:block; clear:both;}
#header .etc>ul>li{float:left; position:relative;}
#header .etc>ul>li:not(:nth-child(1)){padding-left:1em;}
#header .etc>ul>li:not(:nth-child(1)):before{content:""; display:block; position:absolute; left:0.5em; top:calc(50% - 0.3em); width:1px; height:0.6em; line-height:0.6em; background-color:#b0b8bf;}
#header .etc>ul>li a{display:block;position:relative;height:1em; line-height:1em;font-size:0.8em;color:#666;}
#header .etc>ul>li:not([class*="search"]) a:hover,
#header .etc>ul>li:not([class*="search"]) a:focus{color:#000;}
#header .etc>ul>li.search>a{padding-right:3.5em; color:#004190;}
#header .etc>ul>li.search>a:before,
#header .etc>ul>li.search>a:after{content:""; display:block; position:absolute; right:-1em; bottom:-1em; width:3em; height:3em;border-radius:50%;-webkit-border-radius:50%;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}
#header .etc>ul>li.search>a:before{opacity:0; right:-1em; z-index:0; background-color:#1155a7;}
#header .etc>ul>li.search>a:after{z-index:10; background-image:url(/site/kr/img/layout/icon_search.svg); background-repeat:no-repeat; background-position:center center; background-size:55% auto;}
#header .etc>ul>li.search>a span{position:relative; line-height:inherit;}
#header .etc>ul>li.search>a span em{position:absolute;left:0;top:-1000px;font-size:0;line-height: 0;}
#header .etc>ul>li.search>a span:after{content:""; display:none; position:absolute; left:0; bottom:0; width:100%; height:1px; background-color:#1155a7;}
#header .etc>ul>li.search>a:hover:before,
#header .etc>ul>li.search>a:focus:before{opacity:0.2;transform:scale(1.5);-webkit-transform:scale(1.5);}
#header .etc>ul>li.search>a:hover:after,
#header .etc>ul>li.search>a:focus:after{background-color:#1155a7; background-image:url(/site/kr/img/layout/icon_search_on.svg);}
#header .etc>ul>li.search>a:hover span:after,
#header .etc>ul>li.search>a:focus span:after{display:block;}
@media all and (max-width: 1024px) {
	#header .etc>ul>li.search>a:after{bottom:-0.82em;}
}

#header #searchbox{display:none; position:fixed; left:3.8em; top:5.57em; z-index:500; width:calc(100% - 3.8em); padding:1em 0 0 0; background-color:#1155a7;}
#header #searchbox>button.start{position:absolute; left:0; top:0;transform:scale(0);-webkit-transform:scale(0);}
#header #searchbox>button.end{position:absolute; right:4em; bottom:-1.5em; width:3em; height:3em; text-indent:-100000px;}
#header #searchbox>button.end:before,
#header #searchbox>button.end:after{content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:100%; height:100%; background-color:#249bd6; background-image:url(/site/kr/img/layout/search_close.svg); background-repeat:no-repeat; background-position:center center; background-size:30% auto;border-radius:50%;-webkit-border-radius:50%;}
#header #searchbox>button.end:before{transform:rotate(0);-webkit-transform:rotate(0);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
#header #searchbox>button.end:after{opacity:0.15; z-index:0; background-image:none; background-color:#1155a7;transform:scale(1.5);-webkit-transform:scale(1.5);}
#header #searchbox>button.end:hover:before{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
#header #searchbox .head,
#header #searchbox .midd,
#header #searchbox .midd_btn,
#header #searchbox .foot{width:100%; padding:0 2em; margin:0 auto; font-size:1.6em; box-sizing:border-box;}
#header #searchbox .head{padding:0 2em 2em 2em;}
#header #searchbox.on .head{padding-bottom:0;}
#header #searchbox .head .in{position:relative; max-width:450px; margin:0 auto;}
#header #searchbox .head .in:after{content:""; display:block; position:absolute; left:0; bottom:0; width:100%; height:0.2em; background-color:#fff;}
#header #searchbox .head input[type="text"]{display:block; width:100%; height:3.4em; line-height:3.4em; padding:0 2em 0 1em; font-size:17px; color:#fff; background-color:transparent;}
#header #searchbox .head input[type="text"]::placeholder{color:rgba(255,255,255,0.5);}
#header #searchbox .head input[type="submit"],
#header #searchbox .head button{overflow:hidden; position:absolute; right:1em; top:calc(50% - 0.4em); width:0.9em; height:0.9em; text-indent:-1000px; background:url(/site/kr/img/layout/icon_search_on.svg) no-repeat center center; background-size:100% auto;}
#header #searchbox .head button{top:calc(50% - 0.2em); background:url(/site/kr/img/layout/search_close.svg) no-repeat center center; background-size:60% auto;}


#header #header #searchbox .midd{/* border-top:1px solid rgba(255,255,255,0.2); */}
#header #searchbox .midd .in>ul{display:inline-block;position:relative;left:50%;width: 18.8em;max-width:100%;/* padding-bottom:3em; */transform:translateX(-50%);-webkit-transform:translateX(-50%);/* border: 1px solid; */margin-top: 1em;}
#header #searchbox .midd .in>ul:after{content:""; display:block; clear:both;}
#header #searchbox .midd .in>ul>li{display:block; position:relative; min-width:100%; max-width:100%; padding:1em 0; vertical-align:top; box-sizing:content-box;}
#header #searchbox .midd .in>ul>li:nth-child(2){}
#header #searchbox .midd .in>ul>li>strong{display:block;position:relative;height: 1.7em;padding-left: 1.9em;padding-bottom: 12px;border-bottom: 1px solid #2699d8;}
#header #searchbox .midd .in>ul>li>strong:before{content:"";display:block;position:absolute;left: 3px;top: 1px;width: 1em;height: 1em;background-repeat:no-repeat;background-position:left center;background-size:100% auto;}
#header #searchbox .midd .in>ul>li.icon_1>strong:before{background-image:url(/site/kr/img/layout/search_simbol_1.png);}
#header #searchbox .midd .in>ul>li.icon_2>strong:before{background-image:url(/site/kr/img/layout/search_simbol_2.png);}
#header #searchbox .midd .in>ul>li.icon_3>strong:before{background-image:url(/site/kr/img/layout/search_simbol_3.png);}
#header #searchbox .midd .in>ul>li>strong span{display:block;line-height:1.5em;font-size: 0.7em;font-weight:normal;color:#fff;}
#header #searchbox .midd .in>ul>li>ul{margin-top: 0.8em;margin-left: 1.7em;}
#header #searchbox .midd .in>ul>li>ul>li{padding:0.3em 0; text-align:center; color:#fff;}
#header #searchbox .midd .in>ul>li>ul>li>span,
#header #searchbox .midd .in>ul>li>ul>li>a{display:block;vertical-align:top;text-align:left;font-size:0.62em;color:#fff;padding-left: 12px;position: relative;}
#header #searchbox .midd .in>ul>li>ul>li>a:before{content:""; display:block; position:absolute;top:7px;left:0;width:3px;height:3px;border-radius:50%;background-color:#fff;}
#header #searchbox .midd .in>ul>li>ul>li>a span{position:relative;}
#header #searchbox .midd .in>ul>li>ul>li>a span:after{content:""; display:block; position:absolute; left:50%; bottom:0; width:0; height:1px; background-color:#fff;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
#header #searchbox .midd .in>ul>li>ul>li>a:hover span:after,
#header #searchbox .midd .in>ul>li>ul>li>a:focus span:after{left:-0.5em; width:calc(100% + 1em);}
#header #searchbox .midd .in>ul>li>ul>li>a span em{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:inline-block; max-width:7em; vertical-align:top;}
#header #searchbox .midd .in>ul>li>.btn_more{overflow:hidden;display:inline-block;/* display:none; */height:1em;padding-right:1.5em;margin-top:1em;font-size:0.6em;color:#82c0ff;position: absolute;top: 16px;right: 0;}
#header #searchbox .midd .in>ul>li>.btn_more:before,
#header #searchbox .midd .in>ul>li>.btn_more:after{content:""; display:block; position:absolute; width:13px; height:13px; background-color:#82c0ff;transform:rotate(0);-webkit-transform:rotate(0);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
#header #searchbox .midd .in>ul>li>.btn_more:before{right:6px; top:1px; width:1px; height:13px;}
#header #searchbox .midd .in>ul>li>.btn_more:after{right:0; top:7px; width:13px; height:1px;}
#header #searchbox .midd .in>ul>li>.btn_more:hover:before,
#header #searchbox .midd .in>ul>li>.btn_more:hover:after,
#header #searchbox .midd .in>ul>li>.btn_more:focus:before,
#header #searchbox .midd .in>ul>li>.btn_more:focus:after{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
#header #searchbox .midd_btn{border-top:1px solid rgba(255,255,255,0.2);}
#header #searchbox .midd_btn .in{position:relative;padding:1em 0 0.5em}
#header #searchbox .midd_btn .in>.btn_group{max-width:450px; margin:0 auto;}
#header #searchbox .midd_btn .in>.btn_group:after{content:""; display:block; clear:both;}
#header #searchbox .midd_btn .in>.btn_group a{display:block;/* float:left; */width: 100%;line-height:1em;padding:1em;margin-right:1em;font-size:0.7em;border:2px solid #fff;color:#fff;height:auto;}
#header #searchbox .midd_btn .in>.btn_group a:after{content:""; display:block; position:absolute; right:1em; top:0; width:1.48em; height:100%; background:url(/site/kr/img/layout/btn_arrow_w.svg) no-repeat center center; background-size:100% auto;
	transition:right 0.3s ease;-webkit-transition:right 0.3s ease;}
#header #searchbox .midd_btn .in>.btn_group a:hover:after,
#header #searchbox .midd_btn .in>.btn_group a:focus:after{right:0.5em;}

#header #searchbox .foot{padding:0.5em 0;}
#header #searchbox .foot .in{position:relative; max-width:1280px; padding-left:7em; margin:0 auto;}
#header #searchbox .foot .in>strong{display:inline-block; position:absolute; left:2em; top:0; line-height:2.9em; vertical-align:top; font-size:0.7em; color:#82c0ff;}
#header #searchbox .foot ul{display:inline-block;}
#header #searchbox .foot ul li{display:inline-block; padding-right:0.2em; padding-bottom:0.2em;}
#header #searchbox .foot ul li a{display:block; line-height:1em; padding:1em 1.5em; text-align:center; font-size:0.55em; border:1px solid rgba(255,255,255,0.5); color:#fff;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
#header #searchbox .foot ul li a:hover,
#header #searchbox .foot ul li a:focus{color:#154e92; background-color:#fff;}

body.search{height:100%; overflow-y:hidden;}
body.search:before{content:""; display:block; position:fixed; left:0; top:0; z-index:400; width:100%; height:100%; background-color:rgba(255,255,255,0.5);}
body.search #wrap:before{z-index:10;}
body.search #header .etc>ul>li.search>a:before{opacity:0.2;transform:scale(1.5);-webkit-transform:scale(1.5);}
body.search #header .etc>ul>li.search>a:after{background-color:#1155a7; background-image:url(/site/kr/img/layout/icon_search_click.svg); background-size:auto 50%;}
body.search #header .etc>ul>li.search>a span:after{display:block;}
body.search #header #searchbox{display:block !important;}
body.search #header #searchbox.on{padding-bottom:0;}
body.search #header #searchbox.on .midd{min-height:615px;}

@media (max-width: 800px){
	#header #searchbox .head input[type="text"]{padding: 0 2em 0 0.5em;font-size: 1.8em;height: 2.7em;}
	#header #searchbox .foot .in {padding-left: 0}
	#header #searchbox .foot .in>strong {display: none;}
	#header #searchbox .foot ul li {padding-right:0;}
	#header #searchbox .foot ul li a{font-size: 1em;}
}
@media (max-width: 400px){
	#header #searchbox .head input[type="text"]{font-size: 1.8em;}
	#header #searchbox .foot .in{padding-left: 10em;}
	#header #searchbox .foot .in>strong{font-size:1.2em;top: -1px;}
	#header #searchbox .foot ul li a{font-size: 1em;}
}


/* 사이트맵 버튼 */
#header .btn_sitemap{display:block; position:absolute; right:2em; top:2em; z-index:100; width:23px; height:20px;}
#header .btn_sitemap:before,
#header .btn_sitemap:after,
#header .btn_sitemap span:before{content:""; display:block; position:absolute; right:0; width:100%; height:2px; background-color:#015eaa;}
#header .btn_sitemap:before{top:0;}
#header .btn_sitemap:after{bottom:0;}
#header .btn_sitemap span{overflow:hidden; display:block; position:absolute; left:0; top:0; width:100%; height:100%; text-indent:-1000px;}
#header .btn_sitemap span:before{top:calc(50% - 1px); width:70%;transition:width 0.3s ease;-webkit-transition:width 0.3s ease;}
#header .btn_sitemap:hover span:before,
#header .btn_sitemap:focus span:before{width:100%;}

body.sitemap{height:100%; margin:0; overflow-y:hidden;}
body.sitemap #header .btn_sitemap{font-size:0.73em;}
body.sitemap #header .btn_sitemap:before,
body.sitemap #header .btn_sitemap:after{content:""; display:block; position:absolute; right:0; top:auto; bottom:-1.5em; width:3em; height:3em;border-radius:50%;-webkit-border-radius:50%;}
body.sitemap #header .btn_sitemap:before{opacity:0.2;right: 0;z-index:0;background-color:#1155a7;transform:scale(1.5);-webkit-transform:scale(1.5);}
body.sitemap #header .btn_sitemap:after{z-index:10; background-color:#1155a7; background-image:url(/site/kr/img/layout/icon_search_click.svg); background-repeat:no-repeat; background-position:center center; background-size:auto 50%;}
body.sitemap #header .btn_sitemap span{opacity:0;}
body.sitemap #header .btn_sitemap span:after{display:none;}

#header #sitemapbox{overflow:hidden; display:none;position:fixed;left:0;top:5.55em;z-index:500;width:100%;height:0;max-height: calc(100% - 5.55em - 26em);padding:0;background-color:#154e92;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
#header #sitemapbox .item{max-width:1270px; margin:0 auto;}
#header #sitemapbox .item>ul{overflow:hidden;}
#header #sitemapbox .item>ul>li{float:left;position:relative;width:20%;padding:0 1em;}
#header #sitemapbox .item>ul>li:not(:first-child):before{opacity:0.3; content:""; display:block; position:absolute; left:0; top:0; width:1px; height:2000px; background-color:#48b9f0;}
#header #sitemapbox .item>ul>li>a{display:block;padding-left:1.5em; font-size:1.1em; color:#5acaff;}
#header #sitemapbox .item>ul>li>ul{width:100%;margin:1.2em 0 0 1.5em;display: block !important;}
#header #sitemapbox .item>ul>li>ul:after{content:""; display:block; clear:both;}
#header #sitemapbox .item>ul>li>ul>li{position: relative; width:100%;margin-bottom:.5em;}
#header #sitemapbox .item>ul>li>ul>li:before{content:""; display:block; position:absolute; left:0.2em; top:0.75em; width:4px; height:4px; background-color:#42ace4;border-radius:50%;-webkit-border-radius:50%;}
#header #sitemapbox .item>ul>li>ul>li>a{position:relative;left:1em; font-size:1em; color:#fff;position:relative;padding-bottom:5px;}
#header #sitemapbox .item>ul>li>ul>li>a:before{opacity: 0; content:""; display:block;position:absolute;left:0;bottom:0; width:0; height:1px; transition:all 0.2s linear;background-color:#42ace4}
#header #sitemapbox .item>ul>li>ul>li>a:hover:before,
#header #sitemapbox .item>ul>li>ul>li>a:focus:before{width:100%;opacity: 1;}
#header #sitemapbox .item>ul>li>ul>li>ul{padding:0.5em 0 0.5em 0.5em;display:none;}
#header #sitemapbox .item>ul>li>ul>li>ul>li{padding: 0.1em 0;width:100%;}
#header #sitemapbox .item>ul>li>ul>li>ul>li>a{font-size: 0.85em;color:rgba(255,255,255,0.7);line-height:1.2;display:block;transition:all 0.3s ease;position:relative;padding-bottom:5px;}
#header #sitemapbox .item>ul>li>ul>li>ul>li>a:before{content:""; display:block;position:absolute;left:50%;bottom:0; width:0; height:1px; transition:all 0.2s linear;transform:translate(-50%,0);background-color:rgba(255,255,255,0.7)}
#header #sitemapbox .item>ul>li>ul>li>ul>li>a:hover,
#header #sitemapbox .item>ul>li>ul>li>ul>li>a:focus{color:rgba(255,255,255,1);}
#header #sitemapbox .item>ul>li>ul>li>ul>li>a:hover:before,
#header #sitemapbox .item>ul>li>ul>li>ul>li>a:focus:before{width:100%}

#header #sitemapbox>button.end{display:none; position:absolute; right:4em; bottom:-1.5em; width:3em; height:3em; text-indent:-100000px;}
#header #sitemapbox>button.end:before,
#header #sitemapbox>button.end:after{content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:100%; height:100%; background-color:#249bd6; background-image:url(/site/kr/img/layout/search_close.svg); background-repeat:no-repeat; background-position:center center; background-size:30% auto;border-radius:50%;-webkit-border-radius:50%;}
#header #sitemapbox>button.end:before{transform:rotate(0);-webkit-transform:rotate(0);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
#header #sitemapbox>button.end:after{opacity:0.15; z-index:0; background-image:none; background-color:#1155a7;transform:scale(1.5);-webkit-transform:scale(1.5);}
#header #sitemapbox>button.end:hover:before,
#header #sitemapbox>button.end:focus:before{transform:rotate(180deg);-webkit-transform:rotate(180deg);}

body.sitemap:before{content:""; display:block; position:fixed; left:0; top:0; z-index:400; width:100%; height:100%; background-color:rgba(255,255,255,0.5);}
body.sitemap #wrap:before{z-index:10;}
body.sitemap #header #sitemapbox{overflow:visible;display: block; height:35em;min-height:30em; padding:4em 0;}
body.sitemap #header #sitemapbox>button.end{display:block;}
@media all and (max-width: 1300px) {
	#header #sitemapbox .item{max-width:100%; width:calc(100% - 4em);}
}
@media all and (max-width: 1024px) {
	#header #sitemapbox{display:none !important;}
	body.sitemap:before{display:none;}
	body.sitemap #wrap:before{z-index:600;}
}

/* 모바일메뉴 버튼 */
#header .btn_mgnb{display:none; position:absolute; right:2em; top:2em; z-index:100; width:1.438em; height:1.25em;}
#header .btn_mgnb:before,
#header .btn_mgnb:after,
#header .btn_mgnb span:before{content:""; display:block; position:absolute; right:0; width:100%; height:2px; background-color:#015eaa;}
#header .btn_mgnb:before{top:0;}
#header .btn_mgnb:after{bottom:0;}
#header .btn_mgnb span{overflow:hidden; display:block; position:absolute; left:0; top:0; width:100%; height:100%; text-indent:-1000px;}
#header .btn_mgnb span:before{top:calc(50% - 1px); width:70%;}

/* 상단메뉴 */
#header #gnb.menu{position:relative; z-index:0; text-align:center;}
#header #gnb.menu>ul{display:inline-block; vertical-align:top;}
#header #gnb.menu>ul:after{clear:both;}
#header #gnb.menu>ul>li{position: relative; float:left;}
#header #gnb.menu>ul>li>a{display:block;padding:0 1.5em; line-height:5.31em; font-weight:600; font-size:1.05em; color:#31353b;}
#header #gnb.menu>ul>li>a span{position:relative;}
#header #gnb.menu>ul>li>a span:before{content:""; display:block; position:absolute; left:-1em; top:calc(50% + 0.15em); width:0.3em; height:0.3em; background-color:#1155a7;border-radius:50%;
	-webkit-border-radius:50%;transform:scale(0);-webkit-transform:scale(0);transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
#header #gnb.menu>ul>li.on>a,
#header #gnb.menu>ul>li:hover>a,
#header #gnb.menu>ul>li>a:hover,
#header #gnb.menu>ul>li:focus>a,
#header #gnb.menu>ul>li>a:focus{color:#1155a7;}
#header #gnb.menu>ul>li.on>a span:before,
#header #gnb.menu>ul>li:hover>a span:before,
#header #gnb.menu>ul>li>a:hover span:before,
#header #gnb.menu>ul>li:focus>a span:before,
#header #gnb.menu>ul>li>a:focus span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}

/* 20201130 50주년추가 */
#header #gnb.menu>ul>.n8>a{width:70px;height:60px;margin:15px;font-size:0;background-image:url(/site/kr/img/layout/kaist50_logo.png); background-repeat:no-repeat; background-position:center center; display:none;}

body[data-code="01"] #header #gnb.menu>ul>li.n1>a{color:#1155a7;}
body[data-code="01"] #header #gnb.menu>ul>li.n1>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
body[data-code="02"] #header #gnb.menu>ul>li.n2>a{color:#1155a7;}
body[data-code="02"] #header #gnb.menu>ul>li.n2>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
body[data-code="03"] #header #gnb.menu>ul>li.n3>a{color:#1155a7;}
body[data-code="03"] #header #gnb.menu>ul>li.n3>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
body[data-code="04"] #header #gnb.menu>ul>li.n4>a{color:#1155a7;}
body[data-code="04"] #header #gnb.menu>ul>li.n4>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
body[data-code="05"] #header #gnb.menu>ul>li.n5>a{color:#1155a7;}
body[data-code="05"] #header #gnb.menu>ul>li.n5>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
body[data-code="06"] #header #gnb.menu>ul>li.n6>a{color:#1155a7;}
body[data-code="06"] #header #gnb.menu>ul>li.n6>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
body[data-code="07"] #header #gnb.menu>ul>li.n7>a{color:#1155a7;}
body[data-code="07"] #header #gnb.menu>ul>li.n7>a span:before{top:calc(50% - 0.15em);transform:scale(1);-webkit-transform:scale(1);}
#header #gnb.menu>ul>li>ul{position:absolute; left:0; top:-1000px;display: block !important; z-index:50; width:14em;padding:1em 0;}
#header #gnb.menu>ul>li>ul:before{content:""; display:block; position:absolute; left:0; top:0; z-index:0; width:100%; height:100%; background-color:#1155a7;}
#header #gnb.menu>ul>li>ul:after{content:"";display:block;position:absolute;right: -0.7em;top: 0.7em;z-index: -1;width: 100%;height: 0;background-color:#fff;transition:height 0.3s linear 0.2s;-webkit-transition:height 0.3s linear 0.2s;}
#header #gnb.menu>ul>li>ul>li{/*display:none;*/ position:relative; z-index:10;width:100%;}
#header #gnb.menu>ul>li>ul>li a{display:block; position:relative; z-index:100;padding:0.5em 3em; text-align:left; font-size:0.9em; color:#fff;}
#header #gnb.menu>ul>li>ul>li a:after{display:block;position:absolute;left:2em;top:1.2em;width: 0.3em;height:0.3em;border-radius:50%;background-color:#34b6ff;z-index:100;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;content:"";}
#header #gnb.menu>ul>li>ul>li a:before{opacity: 0.3;display: inline-block;position: absolute;left:2em;bottom:0;width:0;height:3px;background:#34b6ff;content: '';transition:all 0.2s linear;-webkit-transition:all 0.2s linear;z-index: -1;}
#header #gnb.menu>ul>li>ul>li a:hover:before,
#header #gnb.menu>ul>li>ul>li a:focus:before{width: calc(100% - 4em);}
#header #gnb.menu>ul>li>ul>li>ul{display:none !important; position:absolute; left:100%; top:0; width:100%; height:100%;}
#header #gnb.menu>ul>li>ul>li>ul>li>a{display:block; padding-left:1em; text-align:left; font-size:12px;}
#header #gnb.menu>ul>li>ul>li>ul>li>a:before{content:"- ";}

#header #gnb.menu>ul>li.on> ul,
#header #gnb.menu>ul>li:hover>ul,
#header #gnb.menu>ul>li>a:hover+ul,
#header #gnb.menu>ul>li:focus>ul,
#header #gnb.menu>ul>li>a:focus+ul{top:100%;}
#header #gnb.menu>ul>li:hover>ul:after,
#header #gnb.menu>ul>li>a:hover+ul:after,
#header #gnb.menu>ul>li:focus>ul:after,
#header #gnb.menu>ul>li>a:focus+ul:after{height:100%;}
#header #gnb.menu>ul>li.on>ul>li{display:inline-block;}

#header #mobile_gnb{display:none;}

@media all and (max-width: 1240px) {
	#header #gnb.menu{padding:0 290px 0 125px;}
	#header #gnb.menu>ul>li>a{font-size: 0.95em;}
}
@media all and (max-width: 1024px) {
	#header #gnb.menu,
	#header .btn_sitemap{display:none;}
	#header .etc>ul>li:not(.search),
	#header .etc>ul>li.search:before{display:none;}
	#header .etc>ul>li.search>a{padding-right:0;}
	#header .etc>ul>li.search>a span{text-indent:-1000px;display:block;overflow:hidden;opacity:0;width:1px;font-size: 0;}
	#header .btn_mgnb{display:block;}

	body:not(.search) #header{height:5.57em !important;}
	body:not(.search) #header #searchbox{height:calc(100% - 5.57em);}
	body.search #header #searchbox.on .lay:nth-child(1){overflow:auto; height:calc(100% - 4em);}
	body.search #header #searchbox.on .lay:nth-child(2){position:absolute; left:0; bottom:0; width:100%;}
	#header #searchbox,
	body.search #header #searchbox.on{padding:0 2em;}

	#header #searchbox{left:0;width:100%;}
	#header #searchbox>button.end{right:2em;}

	#header #mobile_gnb{visibility:hidden; display:block; position:fixed; right:0; top:0; z-index:2000; width:100%; height:100%; box-sizing:border-box;}
	#header #mobile_gnb:before{opacity:0; content:""; display:block; position:absolute; left:0; top:0; z-index:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5);transition:all 0.2s linear;
		-webkit-transition:all 0.2s linear;}
	#header #mobile_gnb .lay{position:absolute; right:-280px; top:0; z-index:100; width:280px; height:100%; background-color:#fff;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}

	#header #mobile_gnb .metc{position:relative; height:55px; background-color:#33404f;}
	#header #mobile_gnb .metc ul{position:absolute;right: 60px;bottom:15px;}
	#header #mobile_gnb .metc ul li a{color:#fff;}

	#header #mobile_gnb .metc ul:after{content:""; display:block; clear:both;}
	#header #mobile_gnb .metc ul li{float:left; position:relative; width:calc(100% / 3); margin:0;}
	#header #mobile_gnb .metc ul li:nth-child(n+2):before{content:""; display:block; position:absolute; left:0; top:50%; width:1px; height:13px; margin-top:-6px; background-color:rgba(255,255,255,0.5);}
	#header #mobile_gnb .metc ul li,
	#header #mobile_gnb .metc ul li a{display: block;line-height:20px;text-align:center;font-size:15px;color:#fff;min-width: 100%;overflow:hidden}

	#header #mobile_gnb .metc ul li a{border-radius:30px;border:1px solid #fff;padding:3px 15px;}
	#header #mobile_gnb .metc ul li a span{position:relative; line-height:inherit;}
	#header #mobile_gnb .metc ul li a span em{position:absolute; left:0; top:-1000px; font-size:0;}

	#header #mobile_gnb .mfoot{position:relative;padding:10px;}
	#header #mobile_gnb .mfoot ul{display:block !important;}
	#header #mobile_gnb .mfoot ul:after{content:""; display:block; clear:both;}
	#header #mobile_gnb .mfoot ul li{float:left; position:relative;width:calc(50% - 0.4em);margin:0.2em;border: 1px solid rgba(0,0,0,0.2);}
	#header #mobile_gnb .mfoot ul li a{display:block; position:relative; height:100%; padding:1em 0; font-size:0.9em; font-weight:500; color:#485156;text-align:center}
	#header #mobile_gnb .mfoot ul li a:after{content:""; display:block; position:absolute; left:0; bottom:0; width:100%; height:0; background-color:#1d85c6;transition:height 0.3s ease;}
	#header #mobile_gnb .mfoot ul li a:hover,
	#header #mobile_gnb .mfoot ul li a:focus{color:#1d85c6;}
	#header #mobile_gnb .mfoot ul li a:hover:after,
	#header #mobile_gnb .mfoot ul li a:focus:after{height:0.3em;}

	#header #mobile_gnb .menu{overflow:auto; width:100%; height:calc(100% - 170px);}
	#header #mobile_gnb .menu .depth1_ul>li{border-bottom:1px solid #e5e5e5;position: relative;}
	#header #mobile_gnb .menu .depth1_ul>li>a{display:block;position:relative;height:60px;line-height:60px;padding:0 45px 0 25px;font-family:"nsr";font-weight:600;font-size: 1.2em;color:#273c57;}
	#header #mobile_gnb .menu .depth1_ul>li>a.etc{position:absolute;width:auto;top:0;right:0;font-size:0;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li{border-top:1px solid #e5e5e5;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li>a{display:block;position:relative;line-height:26px;padding:17px 45px 17px 35px;font-family:"nsr";font-weight:600;font-size: 1.1em;color:#222;background-color:#fff;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li.on>a{color:#fff; background-color:#273c57;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul{padding:10px 37px; background-color:#f4f4f4;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul>li{padding:5px 0;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul>li>a{display:block; position:relative; line-height:18px; padding-left:10px; font-family:"nsr"; font-size:14px; color:#000;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul>li>a:before{content:""; display:block; position:absolute; left:0; top:9px; width:2px; height:2px; background-color:#000;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul>li>a:hover,
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul>li>a:focus{text-decoration:underline; color:#0056a4;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li .depth3_ul>li>a:before{background-color:#0056a4;}

	#header #mobile_gnb .menu .depth1_ul>li.child>a:before,
	#header #mobile_gnb .menu .depth1_ul>li.child>a:after{content:"";display:block;position:absolute;right:21px;top:calc(50% - 1px);width: 13px;height:3px;background-color:#273c57;}
	#header #mobile_gnb .menu .depth1_ul>li.child>a:after{transform:rotate(90deg);-webkit-transform:rotate(90deg);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
	#header #mobile_gnb .menu .depth1_ul>li.child.on>a:after{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li.child>a:after{
		content:""; display:block; position:absolute; right:21px; top:calc(50% - 8px); width:17px; height:17px; background-image:url(/site/kr/img/layout/gnb_bul_2.png); background-repeat:no-repeat;background-position:center center;transition:background 0.3s ease;-webkit-transition:background 0.3s ease;}
	#header #mobile_gnb .menu .depth1_ul>li .depth2_ul>li.child.on>a:after{background-image:url(/site/kr/img/layout/gnb_bul_2_on.png);}

	#header #mobile_gnb .btn_close{overflow:hidden; display:block; position:absolute; right:23px; top:17px; z-index:200; width:17px; height:17px; text-indent:-1000px;}
	#header #mobile_gnb .btn_close:before{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:url(/site/kr/img/layout/search_close.svg) no-repeat center center;	transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
	#header #mobile_gnb .btn_close:hover:before,
	#header #mobile_gnb .btn_close:focus:before{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
	#header #mobile_gnb.on{visibility:visible;}
	#header #mobile_gnb.on:before{opacity:1;}
	#header #mobile_gnb.on .lay{right:0;}
	#header #mobile_gnb .metc ul li:last-child{display:none;}
	#header #mobile_gnb .metc ul li:nth-child(n+2):before{display:none;}
}
@media all and (max-width: 1000px) {
	#header #searchbox .midd{padding:0;}
}
@media all and (max-width: 800px) {
	#header #searchbox .head,
	#header #searchbox .midd,
	#header #searchbox .foot{font-size:0.9em;}
	#header #searchbox .midd .in>ul>li>.btn_more:before{right:3px; height:7px;}
	#header #searchbox .midd .in>ul>li>.btn_more:after{top:4px; width:7px;}
	#header #searchbox .midd .in>ul{width:34em;}
}
@media all and (max-width: 700px) {
	#wrap:before{display:none;}
	#header{padding-left:2.688em;}
}
@media all and (max-width: 600px) {
	#header #searchbox .midd{border-top:none;}
	#header #searchbox .midd .in>ul{display:block; left:0; padding:0 3em 3em 3em;transform:translateX(0);-webkit-transform:translateX(0);}
	#header #searchbox .midd .in>ul>li{display:block; width:100%; max-width:100%;}
	#header #searchbox .midd .in>ul>li:nth-child(2){padding-left:0; padding-right:0;}
}
@media all and (max-width: 500px) {
	#header #searchbox .lay,
	body.search #header #searchbox.on .lay:nth-child(1),
	body.search #header #searchbox.on .lay:nth-child(2) .in{width:100%; max-width:100%; padding:1em 0;}
	body.search #header #searchbox.on .lay:nth-child(2){padding:1em 1.5em;}
}



/* 하단 */
#footer{position:relative; z-index:300; background-color:#33404f;margin-top: -2em;}
#footer .layout{padding:3em 0;}
#footer .menu{width:100%; margin:0 0 1em 0; text-align:center;}
#footer .menu ul{display:inline-block !important;}
#footer .menu ul:after{content:""; display:block; clear:both;}
#footer .menu ul li{display: inline-block;vertical-align: top;}
#footer .menu>ul>li>ul.depth3_ul{display: none !important;}
#footer .menu ul li a{display:block;padding:0.6em 0.6em; font-size:0.9em; color:#fff;opacity: .8;}
#footer .menu ul li a.on{color:#b3e2ff;font-weight: 600;}
#footer address,
#footer .copy{line-height:1.8em;margin:0;text-align:center;font-style:normal;font-weight:300;font-size: 1em;color:rgba(255,255,255,0.6);}
#footer address a {color:rgba(255,255,255,0.6);}
#footer .sns{margin-top:0; text-align:center;}
#footer .sns ul{display:inline-block;}
#footer .sns ul li{float:left;margin: 0em;padding: 1.5em;padding-bottom:0}
#footer .sns ul li a{overflow:hidden;display:block;width:1.5em;height:1.5em;padding: 0.5em;text-align:left;text-indent:-1000px;background-repeat:no-repeat;background-position:center center;background-size:100% auto;}
#footer .sns ul li:nth-child(1) {padding-top: 1em}
#footer .sns ul li a.hb{position: relative; width:auto;height:3.5em;color:#999; text-indent: 0; padding-right: 2.5em;line-height: 1.5em;}
#footer .sns ul li a.hb:after {position: absolute; overflow:hidden;display:block; top:0.5em; right:0;width:0.5em; height:0.5em;padding: 0.5em;text-align:left;background-repeat:no-repeat;background-position:center center;background-size:100% auto; content: ""; background-image:url(/site/kr/img/layout/icon_sns.svg);}
#footer .sns ul li a.tw{background-image:url(/site/kr/img/layout/footer_sns_3.svg);}
#footer .sns ul li a.fa{background-image:url(/site/kr/img/layout/footer_sns_4.svg);}
#footer .sns ul li a.in{background-image:url(/site/kr/img/layout/footer_sns_1.svg);}
#footer .sns ul li a.yt{background-image:url(/site/kr/img/layout/footer_sns_2.svg);}

/* 20201014추가 */
#footer .mark{position: absolute;bottom: 50px;left: 50%;width:130px;height:50px;margin-left: 600px;}
#footer .mark a{display:block;width:100%;height:100%;}
#footer .mark img{display:inline-block;vertical-align:super;}
#footer .mark span {display:block;text-align:center;font-size:0;}

@media all and (max-width:1600px) {
	#footer .mark{left: auto;right: 50px;margin:0 auto;}
	#footer .mark img{}
}

@media all and (max-width:1240px) {
	#footer .mark{right:0;bottom: 37px;}
	#footer .mark img{}
}

@media all and (max-width:767px) {
	#footer .mark{position:relative;bottom: auto;width: 100% !important;height: auto;text-align: left;padding-top:10px;}
	#footer .mark img{display: block;position: relative !important;width:67px;height:47px;text-align: left;right:0 !important;margin: 0 auto;}
}


#footer ul.depth2_ul>li>ul>li {display: none;}
#footer ul.depth2_ul>li>ul>li>a{display: none;}

body#main #footer .layout .content_controll .btn_prev{display: none;}
#footer .layout .content_controll.active{bottom:0;}
#footer .layout .content_controll.on .controll_wrap:before{display: block;}
#footer .layout .content_controll.on{position: absolute;bottom:auto;top:-2em;background: transparent;}
#footer .layout .content_controll.on .btn_top:after{display: inline-block;}

#footer .layout{position:relative;max-width:100%;}
#footer .layout .content_controll{position:fixed;bottom:-4em;right: 0;width:100%;background:#083562;line-height: 0;transition:.5s ease;-webkit-transition:.5s ease;}
#footer .layout .content_controll:after{content:""; display:block; clear:both;}
#footer .layout .content_controll .controll_wrap{position: relative;float: right;margin-right: calc(50% - 1023px);}
#footer .layout .content_controll .controll_wrap:before{display:none;position: absolute;right: -0.5em;bottom: -0.5em;width:3.5em;height:3.5em;content: '';z-index: -1;background: #fff;}
#footer .layout .content_controll .btn_history{display: block;width:14em !important; padding:0.9em 5em 1em 1.5em !important;color:#fff;border-left:1px solid rgba(255,255,255,0.1);background:#083562 url(/site/kr/img/layout/kasit_history.png)right 1.2em top 1.2em no-repeat;}
#footer .layout .content_controll .btn_history:before,#footer .layout .content_controll .btn_history:after{display:none !important;}
#footer .layout .content_controll [class*="btn_"]{float:left;position:relative;z-index:100;width:3.5em;height:3.5em;background-color:#015eaa;border-right:1px solid rgba(255,255,255,0.1);}
#footer .layout .content_controll .btn_site{width: 14em;padding:1.5em;text-indent:0;color:#fff;background-color:#083562;transition: .5s;-webkit-transition: .5s;}
#footer .layout .content_controll .btn_site.on{width:17em;background-color: #004c98;}
#footer .layout .content_controll .btn_site span{display: block;line-height: 0.55em;}
#footer .layout .content_controll .btn_site span.btnmore{display: inline-block;position: absolute;right: 1.3em;top:50%;width:1.4em;height:1px;padding:0;background: #fff;}
#footer .layout .content_controll .btn_site:before{display: inline-block;position: absolute;right: 1.3em;top:40%;width:1.4em;height:1px;background: #fff;content: '';transition:0.3s ease;-webkit-transition:0.3s ease;transform-origin:83%;}
#footer .layout .content_controll .btn_site:after{display: inline-block;position: absolute;right: 1.3em;top:60%;width:1.4em;height:1px;background: #fff;content: '';transition:0.3s ease;-webkit-transition:0.3s ease;transform-origin:83%;}
#footer .layout .content_controll .btn_site:hover:before,
#footer .layout .content_controll .btn_site:focus:before{top:calc(40% - 0.1em);}
#footer .layout .content_controll .btn_site:hover:after,
#footer .layout .content_controll .btn_site:focus:after{top:calc(60% + 0.1em);}
#footer .layout .content_controll .btn_site.on span.btnmore{display: none;}
#footer .layout .content_controll .btn_site.on:before{top:calc(40% - 0.1em);width:1.7em;transform: rotate(-45deg);-webkit-transform:rotate(-45deg);}
#footer .layout .content_controll .btn_site.on:after{width:1.7em;transform: rotate(45deg);-webkit-transform:rotate(45deg);}
#footer .layout .content_controll .btn_site.on:hover:after,
#footer .layout .content_controll .btn_site.on:focus:after{top:60%;}
#footer .layout .content_controll .btn_prev span,
#footer .layout .content_controll .btn_top span,
#footer .layout .content_controll .btn_list:before,
#footer .layout .content_controll .btn_list:after,
#footer .layout .content_controll .btn_list span{opacity:0.8; content:""; display:block; position:absolute; left:calc(50% - 0.7em); top:50%; width:1.4em; height:1px;background-color:#fff;color:transparent;}
#footer .layout .content_controll .btn_prev:before,
#footer .layout .content_controll .btn_top:before{content:""; display:block; position:absolute; left:calc(50% - 0.7em + 1px); top:calc(50% - 0.4em); width:0.8em; height:0.8em; border:1px solid #fff; border-right:none; border-top:none; box-sizing:border-box;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
#footer .layout .content_controll .btn_prev span, #footer .layout .content_controll .btn_top span{top:1.7em;transition:width 0.3s ease;-webkit-transition:width 0.3s ease;}
#footer .layout .content_controll .btn_list:before, #footer .layout .content_controll .btn_list:after{transition:top 0.3s ease;-webkit-transition:top 0.3s ease;}
#footer .layout .content_controll .btn_list:before{top:calc(50% - 0.5em);}
#footer .layout .content_controll .btn_list:hover:before,
#footer .layout .content_controll .btn_list:focus:before{top:calc(50% - 0.6em);}
#footer .layout .content_controll .btn_list:after{top:calc(50% + 0.5em);}
#footer .layout .content_controll .btn_list:hover:after,
#footer .layout .content_controll .btn_list:focus:after{top:calc(50% + 0.6em);}
#footer .layout .content_controll .btn_prev:hover span,
#footer .layout .content_controll .btn_prev:focus span{width:1.7em;}
#footer .layout .content_controll .btn_top{border:none;transform:rotate(90deg);-webkit-transform:rotate(90deg);}
#footer .layout .content_controll .btn_prev:hover span, #footer .layout .content_controll .btn_top:hover span,
#footer .layout .content_controll .btn_prev:focus span, #footer .layout .content_controll .btn_top:focus span{width:1.7em;}

#footer .layout .content_controll .sitebox{display: none;position: absolute;right: 0;bottom:calc(3.5em - 1px);width: 100%;padding:2em 3.5em;border:0.5em solid #004c98;background: #fff;text-align: left;}
#footer .layout .content_controll .offensite ul{width:32%;float:left;}
#footer .layout .content_controll .offensite li{width:100% !important;}
#footer .layout .content_controll .campussite ul{width:32%;float:left;}
#footer .layout .content_controll .campussite li{width:100% !important;}
#footer .layout .content_controll .departsite ul{width:32%;float:left;}
#footer .layout .content_controll .departsite li{width:100% !important;}
#footer .layout .content_controll .sitebox ul li{display: inline-block;width:32%;margin:0.2em 0;vertical-align: top;}
#footer .layout .content_controll .sitebox ul li a{position:relative; display: block;padding:0.1em 0; color:#000;}
#footer .layout .content_controll .sitebox ul li a:before{display: inline-block;position: absolute;left: 0;bottom:0;width:0;height:1px;background:#004c98;content: '';transition: .5s;-webkit-transition: .5s;}
#footer .layout .content_controll .sitebox ul li a:after{display: inline-block;position: absolute;left: -0.7em;top: 0.8em;width: 4px;height: 4px;border-radius: 50%;background: #0b84c0;content: '';}
#footer .layout .content_controll .sitebox ul li a:hover,
#footer .layout .content_controll .sitebox ul li a:focus{color:#004c98;}
#footer .layout .content_controll .sitebox ul li a:hover:before,
#footer .layout .content_controll .sitebox ul li a:focus:before{width:95%;} 

#footer .layout .content_controll .btn_site.btn_offensite:before{right: 2em;width:0.7em;}
#footer .layout .content_controll .btn_site.btn_offensite span.btnmore:before{display: inline-block;position: absolute;right: -1px;top:-12px;width:9px;height:9px;background: url(/site/kr/img/layout/icon_offen.png)center no-repeat;content: '';transition:1s;-webkit-transition:1s;}
#footer .layout .content_controll .offensite .select_kai .select_tit{display: block;position: absolute;left: 2em;top:2em;width:calc(40% - 4em);}
#footer .layout .content_controll .offensite .select_kai .select_tit strong{position: relative;display: block;margin-bottom:0.5em;color:#fff;font-size:1.3em;z-index: 10;}
#footer .layout .content_controll .offensite .select_kai .select_tit strong:before{display: inline-block;position: absolute;left:-0.3em;bottom:2px;width:0;height:6px;background:#1e548c;content:'';z-index: -1;transition:.5s;-webkit-transition:.5s;}
#footer .layout .content_controll .offensite .select_kai .select_tit strong:after{display:inline-block;position:absolute;right:-2em;bottom:2px;width:0;height:6px;background:#32a9e1;content:'';z-index:-1;transition:.5s;-webkit-transition:.5s;}
#footer .layout .content_controll .offensite .select_kai .select_tit span{display: none;color:#fff;font-size:0.9em;line-height: 1.3;opacity: .8;}
#footer .layout .content_controll .offensite .select_kai2 .select_tit{top:9.5em;}
#footer .layout .content_controll .offensite .select_kai .select_con{display: none;float:right; width:60%;padding-left:2em;}
#footer .layout .content_controll .offensite .select_kai .select_con ul li{width:48%;}
#footer .layout .content_controll .offensite .select_kai.on .select_tit span{display: block;}
#footer .layout .content_controll .offensite .select_kai.on .select_con{display: block;}
#footer .layout .content_controll .offensite .select_kai.on .select_tit strong:before,
#footer .layout .content_controll .offensite .select_kai .select_tit:hover strong:before,
#footer .layout .content_controll .offensite .select_kai .select_tit:focus strong:before{width:calc(100% + 1em);}
#footer .layout .content_controll .offensite .select_kai.on .select_tit strong:after,
#footer .layout .content_controll .offensite .select_kai .select_tit:hover strong:after,
#footer .layout .content_controll .offensite .select_kai .select_tit:focus strong:after{width:1.5em;}
#footer .layout .content_controll .btn_site.btn_offensite.on:before,
#footer .layout .content_controll .btn_site.btn_offensite.on:before{right:1.3em;width:1.7em;}
#footer .layout .content_controll .btn_site.btn_offensite:hover span.btnmore:before,
#footer .layout .content_controll .btn_site.btn_offensite:focus span.btnmore:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);}


@media all and (max-width: 2125px) {
	#footer .layout .content_controll .controll_wrap{margin-right: 3em;}
}
@media all and (max-width: 1024px) {
	#footer{padding:1em 0; background: #344050;}
	#footer ul li:nth-child(n+6){display: block;}
	#footer .menu>ul{padding-right: 0;border-bottom: 0;}
	#footer .menu>ul>li{float: left;width:calc(20% - 0.2em);margin:0.1em;border:1px solid rgba(255,255,255,0.2);}
	#footer .menu ul li:not(:nth-child(1)){padding-left:0;}
	#footer .menu>ul>li>a{padding:0.8em 0;font-size: 1em;color:#fff;opacity: .7;}
	#footer .layout .content_controll .btn_list{display: none;}
	#footer .layout .content_controll .btn_history{display: none;}
}
@media all and (max-width: 767px) {
	#footer{padding:0;}
	#footer .layout{padding:3em 0 6em;}
	#footer .layout .content_controll{top:auto;bottom:0;left: 0;width: 100%;font-size: 1.1em;z-index: 1;}
	#footer .layout .content_controll .controll_wrap{margin:0;width: 100%;}	
	#footer .layout .content_controll .sitebox{overflow-y: auto;right: 0;height:20em;}
	#footer .layout .content_controll .offensite{height:auto;}
	#footer .layout .content_controll .offensite .select_kai .select_con{overflow-y: auto;height: 15em;}
	#footer .layout .content_controll .btn_site{width:33.33%;}
	#footer .layout .content_controll .btn_site.on{width:33.33%;}
	#footer .layout .content_controll .btn_top,
	#footer .layout .content_controll .btn_prev,
	#footer .layout .content_controll:before{display: none !important;}
	#footer .layout .content_controll .sitebox ul li{width:49%;}

	#footer .layout .content_controll.on{top:auto;bottom: 0;left:-30px;width:calc(100% + 60px);}
	#footer .layout .content_controll.on .controll_wrap:before{display:none;}
	#footer .layout .content_controll.on .sitebox{width:100%;}
	#footer .layout .content_controll.on .btn_top{overflow: visible;display: block !important;position: absolute;right: 5%;bottom: 42em;border-radius: 50%;}
	#footer .layout .content_controll.on .btn_top:after{position: absolute;left: -1em;top:-1em;width:calc(100% + 2em);height:calc(100% + 2em);background:#015eaa;border-radius: 50%; opacity: .2;content: '';z-index: -1;}

	#footer .menu>ul>li{width:calc(50% - 0.4em);margin:0.2em;}
	#footer .menu ul li:nth-child(13),#footer .menu ul li:nth-child(14),#footer .menu ul li:nth-child(15){display: block;}
	#footer .menu>ul>li>a{font-size: 1.2em;}
}
@media all and (max-width: 400px) {
	#footer .layout .content_controll.on .btn_top{bottom: 46em;}
}


/* Sub Layout */
#container{z-index:20;width: calc(100% - 3.7em);margin: 10em 0 0 3.7em;font-size: 15px;}
#container .layout{position:relative; padding-bottom:4em;}
#container #contents{min-height:200px; max-width:1240px; margin:0 auto;}

#container #location{position:relative; min-height:1.8em; margin-bottom:3.6em;}
#container #location:before{content:""; display:block; position:absolute; left:0; top:0.9em; z-index:0; width:1000%; height:1px; background-color:#e8ebef;}
#container #location h2{display:inline-block; position:relative; z-index:10; padding-right:1.5em; font-weight:600; font-size:1.8em; color:#015eaa; background-color:#fff;}
#container #location h2 span{display:inline-block; position:relative; padding-right:1.6em;}
#container #location h2 span:after{content:""; display:block; position:absolute; right:calc(0.8em - 1px); top:calc(50% - 0.4em); width:2px; height:0.8em; background-color:#ddd;}

#container #path{position:absolute; right:-2.8em; top:0; z-index:10; padding:0 2em; font-size:0.8em; background-color:#fff;}
#container #path:after{content:""; display:block; clear:both;}
#container #path .navi{float:left; white-space:nowrap;}

#container #path .navi>span{display:inline-block; position:relative; line-height:2.4em; color:rgba(0,0,0,0.6);}
#container #path .navi>span:last-child{color:#015eaa;}
#container #path .navi>span:not(:nth-child(1)){padding-left:2em;}
#container #path .navi>span:not(:nth-child(1)):before{content:""; display:block; position:absolute; left:calc(1em - 3px); top:0; width:5px; height:100%; background:url(/site/kr/img/layout/navi_bul.svg) no-repeat center center;}

#container #path .navi>ul>li{display:inline-block; position:relative; line-height:2.4em; color:rgba(0,0,0,0.6);}
#container #path .navi>ul>li:last-child{color:#015eaa;}
#container #path .navi>ul>li:not(:nth-child(1)){padding-left:2em;}
#container #path .navi>ul>li:not(:nth-child(1)):before{content:""; display:block; position:absolute; left:calc(1em - 3px); top:0; width:5px; height:100%; background:url(/site/kr/img/layout/navi_bul.svg) no-repeat center center;}
#container #path .navi>ul>li a{font-size:1em; color:rgba(0,0,0,0.6);}
#container #path .navi>ul>li:last-child>a{color:#015eaa;}

#container #path .print{overflow:hidden; float:left; position:relative; width:2.4em; height:2.4em; line-height:2.4em; margin-left:1em; text-indent:-1000px;}
#container #path .print:before,
#container #path .print:after{content:""; display:block; position:absolute; left:0; top:0; z-index:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center;}
#container #path .print:before{background-color:#11a4ee;border-radius:50%;-webkit-border-radius:50%;transform:scale(0);-webkit-transform:scale(0);}
#container #path .print:after{z-index:10; background-image:url(/site/kr/img/layout/icon_print.png);}
#container #path .print:hover:before,
#container #path .print:focus:before{transform:scale(1);-webkit-transform:scale(1);transition:transform 0.2s ease;-webkit-transition:transform 0.2s ease;}
#container #path .print:hover:after,
#container #path .print:focus:after{background:url(/site/kr/img/layout/icon_print_on.png) no-repeat center center;}
#container #path .sns{float:left; position:relative; width:2.4em; height:2.4em; line-height:2.4em; margin-left:1em;}
#container #path .sns button{overflow:hidden; position:absolute; left:0; top:0; width:100%; height:100%; text-indent:-1000px;}
#container #path .sns button:before,
#container #path .sns button:after{content:""; display:block; position:absolute; left:0; top:0; z-index:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center;}
#container #path .sns button:before{background-color:#004c98;border-radius:50%;-webkit-border-radius:50%;transform:scale(0);-webkit-transform:scale(0);}
#container #path .sns button:after{background-image:url(/site/kr/img/layout/icon_sns.svg); background-size:60% auto;}
#container #path .sns button:hover:before,
#container #path .sns button:focus:before,
#container #path .sns.on button:before{transform:scale(1);-webkit-transform:scale(1);transition:transform 0.2s ease;-webkit-transition:transform 0.2s ease;}
#container #path .sns button:hover:after,
#container #path .sns button:focus:after,
#container #path .sns.on button:after{background-image:url(/site/kr/img/layout/icon_sns_on.svg);}

#container #path .sns .sns_box{display:none; position:absolute; left:0; top:2.6em;}
#container #path .sns .sns_box ul li{margin-top:0.4em;}
#container #path .sns .sns_box ul li a{overflow:hidden; display:block; width:2.4em; height:2.4em; text-indent:-1000px;border-radius:50%;-webkit-border-radius:50%;box-shadow:1px 1px 3px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
#container #path .sns .sns_box ul li a:before{content:""; display:block; width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:40% auto;}
#container #path .sns .sns_box ul li a:focus {outline:2px solid #000;}
#container #path .sns .sns_box ul li.t a{background-color:#1da1f2;}
#container #path .sns .sns_box ul li.t a:before{background-image:url(/site/kr/img/layout/footer_sns_3.svg);}
#container #path .sns .sns_box ul li.f a{background-color:#3b5998;}
#container #path .sns .sns_box ul li.f a:before{background-image:url(/site/kr/img/layout/footer_sns_4.svg);}
#container #path .sns .sns_box .btn_close{overflow:hidden; display:block; width:2.4em; height:2.4em; margin-top:0.3em; text-indent:-1000px;}
#container #path .sns .sns_box .btn_close:before{content:""; display:block; width:100%; height:100%; background:url(/site/kr/img/layout/search_close_black.svg) no-repeat center center; background-size:40% auto;transform:rotate(0deg);-webkit-transform:rotate(0deg);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
#container #path .sns .sns_box .btn_close:hover:before,
#container #path .sns .sns_box .btn_close:focus:before{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
#container #path .sns.on .sns_box{display:block;}
@media all and (max-width: 1600px) {
	#tab{display:none;}
}
@media all and (max-width: 1300px) {
	#container .layout{padding-bottom:4em;}
	#container #contents{max-width:100%; width:100%;}
}
@media all and (max-width: 1370px) {
	#container #path{right:-2em;}
}
@media all and (max-width: 1100px) {
	#container #path{top:auto; bottom:calc(100% + 1em);}
	#container #location{margin-bottom:2.6em;}
}
@media all and (max-width: 1024px) {
	#wrap{font-size:0.9em;}
	#container{width:100%; margin:10em 0 0;}
	#container #path .print{display:none;}
}
@media all and (max-width: 700px) {
	#container{width:100%; margin-left:0; margin-top: 7em}
}
@media all and (max-width: 600px) {
	#wrap{font-size:0.7em;}
	#header{font-size:1.3em;}
}
@media all and (max-width: 400px) {
	#wrap{font-size:0.6em;}
	#container #path{font-size:10px;}
}

#container .footer{position: fixed;left: 4em;bottom:1em;width: calc(40% - 4em);}
#container .footer.on{bottom:0;opacity:0;}
#container .footer .lay{position:relative; max-width:407px; margin:0 auto;}
#container .footer .lay .menu>ul{border-bottom:1px solid #e5e5e5;}
#container .footer .lay .menu>ul:after{content:""; display:block; clear:both;}
#container .footer .lay .menu>ul>li{float:left;width:20%;height:100%;text-align:center;}
#container .footer .lay .menu>ul>li>a{display:block; position:relative; height:100%; padding:1.5em 0; font-size:0.9em; font-weight:500; color:#485156;}
#container .footer .lay .menu>ul>li>a:after{content:""; display:block; position:absolute; left:0; bottom:0; width:100%; height:0; background-color:#1d85c6;transition:height 0.3s ease;}
#container .footer .lay .menu>ul>li>a:hover,
#container .footer .lay .menu>ul>li>a:focus{color:#1d85c6;}
#container .footer .lay .menu>ul>li>a:hover:after,
#container .footer .lay .menu>ul>li>a:focus:after{height:0.3em;}
#container .footer .lay .menu>ul>li>ul{display:none;}
#container .footer .lay address{padding:1em 0; text-align:center; font-size:0.7em; color:#81878e;}
#container .footer .lay address span{font-size:1em; color:#2c99d5;}
#container .footer .lay ul li:nth-child(n+6){display:none;}

/* 탭 */
#tab{
	position:fixed; left:0; top:50%; z-index:100; padding:0 1.2em;
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	transform:rotate(90deg) translate(-45%, -4.7em);
	-webkit-transform:rotate(90deg) translate(-45%, -4.7em);
	transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;
}
#tab ul{}
#tab ul:after{content:""; display:block; clear:both;}
#tab ul li{float:left; position:relative;}
#tab ul li:not(:nth-child(1)){margin-left:1em;}
#tab ul li a{display:block; position:relative;}
#tab ul li a em{display:inline-block;text-indent: -9999px; line-height:1.8em; padding:0 0.5em; font-weight:500; font-size:0.95em; vertical-align:middle; color:#1c84c6;}

#tab ul li .simbol{overflow:hidden; display:inline-block; position:relative; width:1.875em; height:1.875em; vertical-align:top; background-color:#1155a7;
	border-radius:50%;-webkit-border-radius:50%;transform:scale(0);-webkit-transform:scale(0);transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;}
#tab ul li a:before{content:""; display:block; position:absolute; left:calc((1.8em - 0.5em) / 2); top:calc(50% - 0.25em); z-index:10; width:0.5em; height:0.5em; background-color:#c8d4e0;
	border-radius:50%;-webkit-border-radius:50%;}
#tab ul li .simbol:after{content:""; display:block; position:absolute; left:1em; top:0; z-index:0; width:1.8em; height:1.8em; background-color:#1f8ecd;
	border-radius:50%;-webkit-border-radius:50%;transition:left 0.3s ease 0.2s;-webkit-transition:left 0.3s ease 0.2s;}

#tab ul li.on .simbol{transform:scale(1);-webkit-transform:scale(1);}
#tab ul li.on .simbol:after{left:-1em;}
#tab ul li.on a:before{background-color:#fff;}
#tab ul li.on a em{background: #fff;text-indent:1px;}


/* Main layout */
body#main #wrap .layout{max-width: 100%;}
body#main #container{overflow: hidden; width:100%; margin:0;}

#maingroup{position:relative; height:100%;}
#maingroup .item{position: fixed;top:0;left:4em;display: inline-block;width:calc(40% - 4em); vertical-align: middle;transition:.5s ease .3s;-webkit-transition:.5s ease .3s;}
#maingroup .item.on{top:-10em;}
#maingroup .item>.lay{position:absolute; left:50%; top:calc(50% + 5.57em); width:100%; max-width:407px;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
#maingroup .item .logobox{position:relative; width:100%; height:6em; padding:0; margin:0 auto;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
#maingroup .item .logobox ul{position:absolute; left:0; bottom:0; width:100%;}
#maingroup .item .logobox ul li{opacity:0; position:absolute; left:0; bottom:0; z-index:0; width:100%;transition:opacity 0.3s linear;-webkit-transition:opacity 0.3s linear;}
#maingroup .item .logobox[data-type="1"] ul li:nth-child(1),
#maingroup .item .logobox[data-type="2"] ul li:nth-child(2),
#maingroup .item .logobox[data-type="3"] ul li:nth-child(3){opacity:1; z-index:100;}

#maingroup .item .logobox svg{overflow: visible; position:absolute; left:0; bottom:0; width:100%; height:11em;}
#maingroup .item .logobox svg>[class*="item_"]{opacity:0;transition:opacity 0.3s linear;-webkit-transition:opacity 0.3s linear;}
#maingroup .item .logobox[data-type="1"] svg>.item_1,
#maingroup .item .logobox[data-type="2"] svg>.item_2,
#maingroup .item .logobox[data-type="3"] svg>.item_3,
#maingroup .item .logobox[data-type="4"] svg>.item_4,
#maingroup .item .logobox[data-type="5"] svg>.item_5,
#maingroup .item .logobox[data-type="6"] svg>.item_6,
#maingroup .item .logobox[data-type="7"] svg>.item_7,
#maingroup .item .logobox[data-type="8"] svg>.item_8,
#maingroup .item .logobox[data-type="9"] svg>.item_9,
#maingroup .item .logobox[data-type="10"] svg>.item_10{opacity:1;}
#maingroup .item .logobox.ie img{width:270px;height:200px;margin:-200px auto 0;}

#maingroup .item .mainsearch{position:relative; margin-top:3em;padding:0.4em;background: #004c98;}
#maingroup .item .mainsearch input{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0px;}
#maingroup .item .mainsearch input[type="text"]{width:100%; height:3.6em; padding:0 3em 0 1em;background: #fff;color:#004c98;}
#maingroup .item .mainsearch input[type="text"]::placeholder{color:#333;}
#maingroup .item .mainsearch button{position: absolute;right: 0.3em;bottom: 0.3em;width: 4em;height: 3.8em;text-indent: -9999px;background: #004c98;}
#maingroup .item .mainsearch button:before{display: inline-block;position: absolute;left: 0.9em;top: 0.6em;width:2.5em;height:2.5em;background:url(/site/kr/img/layout/icon_search_on.png)center no-repeat;content: '';}

#maingroup .item .mainsearch .more_view{display: none; position: absolute;left: 50%;bottom:-150px;}
#maingroup .item .mainsearch .more_view span{display: inline-block;position: absolute;left: 0;top:-80px;height:80px;width:2px;background: linear-gradient(to bottom, #fff, #41aae1);animation:vertical 2s ease-out infinite;}
@keyframes vertical {
	0% { height: 0;top:-80px;}
	50% { height: 80px;top:-80px;}
	100% { height: 0;top:0;}
}
@-webkit-keyframes vertical {
	0% { height: 0;top:-80px;}
	50% { height: 80px;top:-80px;}
	100% { height: 0;top:0;}
}
#maingroup .item .banner{margin-top:2em;position: relative;padding-bottom: 1.2em;}
#maingroup .item .banner .move{position:relative;background: #fff;border-bottom:1px solid #ccc;}
#maingroup .item .banner .move>img{display:block; position:relative; z-index:0; width:100%;}
#maingroup .item .banner .move ul{overflow:hidden; position:absolute; left:0; top:0; z-index:100; width:100%; height:100%;}
#maingroup .item .banner .move ul li{display:block; position:absolute; left:0; top:0; z-index:0; width:100%; height:100%;}
#maingroup .item .banner .move ul li a{overflow:hidden; display:block; position:relative; width:100%; height:100%;padding:0 1.5em;vertical-align:middle;}
#maingroup .item .banner .move ul li a:after{content:""; display:block; position:absolute; right:1.5em; top:calc(50% - 0.5em); width:1.5em; height:1em; background:url(/site/kr/img/layout/btn_arrow_w.svg) no-repeat center center; background-size:100% auto;}
#maingroup .item .banner .move ul li a em,
#maingroup .item .banner .move ul li a span{display:inline-block; position:relative; font-size:1.1em;}
#maingroup .item .banner .move ul li a em{display: block;color:#004c98;padding-right:1em;vertical-align: top;}
#maingroup .item .banner .move ul li a span{display: block;width:100%;color:#383b3f;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#maingroup .item .banner .move ul li.on{z-index:1000;}

#maingroup .item .banner .controll{position: absolute;right:0;top: 6px;text-align: right;z-index: 10000;line-height:6px;}
#maingroup .item .banner .controll a{overflow:hidden; display:inline-block; margin:0 5px; text-align:left; text-indent:-1000px;}
#maingroup .item .banner .controll a:not([class*="btn_"]){position: relative;	width:15px; height:15px;}
#maingroup .item .banner .controll a:not([class*="btn_"]):before{display: inline-block;position: absolute;left: 4px;top:4px;width:6px;height:6px;border-radius:50%;-webkit-border-radius:50%;background:#dce1e5 ;content: '';}
#maingroup .item .banner .controll a:not([class*="btn_"]).on:before{background:#2987c4;}
#maingroup .item .banner .controll a[class*="btn_"]{width:15px; height:15px; background-repeat:no-repeat; background-position:center center;}
#maingroup .item .banner .controll a.btn_play{background-image:url(/site/kr/img/main/banner_play.svg);background-size: 50%;}
#maingroup .item .banner .controll a.btn_stop{background-image:url(/site/kr/img/main/banner_stop.svg);background-size: 50%;}

#maingroup .mainbanner{display: inline-block; width:60%;margin:3em 0 12em 40%;}
#maingroup .mainbanner .control{position: fixed;right: 3.3em;top:calc(50% - 5em);z-index: 10;background: #004c98;}
#maingroup .mainbanner .control a{display: block;width:3.5em;height:3.5em;background:url(/site/kr/img/main/photoroll_up.png)center no-repeat;}
#maingroup .mainbanner .control a.btn-next{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
#maingroup .mainbanner .control a span{font-size: 0;}
#maingroup .mainbanner .banner-box{margin-bottom:3em;width:85em;}
#maingroup .mainbanner .banner-box .boxitem{display: inline-block;vertical-align: top;}
#maingroup .mainbanner .banner-box .boxitem a{display: block;}
#maingroup .mainbanner .banner-box .boxitem .imgwrap{overflow: hidden; max-height:43em;height: auto;position:relative}
#maingroup .mainbanner .banner-box .boxitem .imgwrap img{width:100%;transition:1s ease;-webkit-transition:1s ease;}
#maingroup .mainbanner .banner-box .boxitem .videowrap{position: relative;height:43em;overflow: hidden;}
#maingroup .mainbanner .banner-box .boxitem .videowrap:after{display: inline-block;position: absolute;right: 3em;top:3em;width:28px;height:28px;background: url(/site/kr/img/main/mbanner_video.jpg.png);content: '';opacity: 1;transition:.5s;-webkit-transition:.5s;}
#maingroup .mainbanner .banner-box .boxitem .videowrap:before{display: inline-block;position: absolute;left: 0;top:0;width:100%;height:100%;background: #000;content: '';transition:.5s;-webkit-transition:.5s;opacity: 0.3;}
#maingroup .mainbanner .banner-box .boxitem .videowrap iframe{width:100%;}
#maingroup .mainbanner .banner-box .boxitem .txtwrap{position: relative; width:100%;padding:2em;background: #fff;}
#maingroup .mainbanner .banner-box .boxitem .txtwrap strong{font-size: 2.3em;line-height:1.2;font-weight: 600; color:#000;}
#maingroup .mainbanner .banner-box .boxitem .txtwrap strong span{position:relative;display:inline-block;z-index: 1;line-height:1.2;}
#maingroup .mainbanner .banner-box .boxitem .txtwrap strong span:before{display: inline-block;position: absolute;left:0;bottom:0;width:0;height:.5em;background: rgba(140,190,220,0.2);content: '';z-index: -1;transition:.5s;-webkit-transition:.5s;}
#maingroup .mainbanner .banner-box .boxitem .txtwrap span.txt{margin:1em 0;display: block;font-size:1.2em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;white-space: normal;line-height: 1.4;}
#maingroup .mainbanner .banner-box .boxitem .txtwrap span.date{display: block;padding-left:1.5em; margin-top:2em;font-size:1em;background: url(/site/kr/img/main/day_icon.png)left center no-repeat;}
#maingroup .mainbanner .banner-box .boxitem a#bn2 .imgwrap{max-height:25em;}
#maingroup .mainbanner .banner-box .rightbox{float: right;}
#maingroup .mainbanner .banner-box .hugebox{width:100%;}
#maingroup .mainbanner .banner-box .hugebox .imgwrap{width:calc(100% - 3em);}
#maingroup .mainbanner .banner-box .hugebox .txtwrap strong{display:block;padding-right: 5em;}
#maingroup .mainbanner .banner-box .hugebox .txtwrap span.txt{width:60%;margin:0.7em 0;letter-spacing:-0.01em;color:#666;line-height:1.4;}
#maingroup .mainbanner .banner-box .hugebox .txtwrap span.date{position: absolute;right:5em;top:2.5em;display: inline-block;vertical-align: top;margin:0;min-height: 20px;}
#maingroup .mainbanner .banner-box .bluebox{width:60%;}
#maingroup .mainbanner .banner-box .bluebox .txtwrap{background: #004c98;color:#fff;}
#maingroup .mainbanner .banner-box .bluebox .txtwrap strong{color:#fff;}
#maingroup .mainbanner .banner-box .bluebox .txtwrap span.date{background: url(/site/kr/img/main/day_iconblue.png)left center no-repeat;}
#maingroup .mainbanner .banner-box .bluebox2 .txtwrap{background: #0b84c0;}
#maingroup .mainbanner .banner-box .whitebox{width:calc(40% - 3em);}
#maingroup .mainbanner .banner-box .whitebox .imgwrap{height:16em;}
#maingroup .mainbanner .banner-box .whitebox .imgwrap img{/* width:auto; */height:100%;max-width: none;}
#maingroup .mainbanner .banner-box .whitebox .txtwrap strong{height:2.4em;display:block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
#maingroup .mainbanner .banner-box .whitebox .txtwrap span.txt{margin:1em 0;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;white-space: normal;line-height: 1.4;}
#maingroup .mainbanner .banner-box .boxitem.on{width:calc(100% - 4em);}
#maingroup .mainbanner .banner-box .boxitem.on .imgwrap{height:30em;}
#maingroup .mainbanner .banner-box .boxitem.on .txtwrap strong{height:auto !important;}
/*ov*/
#maingroup .mainbanner .banner-box .boxitem a:hover .imgwrap img,
#maingroup .mainbanner .banner-box .boxitem a:focus .imgwrap img{transform:scale(1.05);-webkit-transform:scale(1.05);}
#maingroup .mainbanner .banner-box .boxitem a:hover .txtwrap strong span:before,
#maingroup .mainbanner .banner-box .boxitem a:focus .txtwrap strong span:before{width:100%;}
#maingroup .mainbanner .banner-box .box03  a:hover .txtwrap strong,
#maingroup .mainbanner .banner-box .box03  a:focus .txtwrap strong{color:#004c98;}
#maingroup .mainbanner .banner-box .boxitem a:hover .videowrap:after,
#maingroup .mainbanner .banner-box .boxitem a:focus .videowrap:after{opacity: 0;}
#maingroup .mainbanner .banner-box .boxitem a:hover .videowrap:before,
#maingroup .mainbanner .banner-box .boxitem a:focus .videowrap:before{width:0;opacity: 0;}

/* 메인 화면 효과 : 화면 클릭시 레이아웃 활성화 */
body#main #wrap,
body#main #header,
body#main #header .util,
body#main #container .footer,
body#main #maingroup .item{transition:all 0.2s linear;-webkit-transition:all 0.2s linear;}
body#main #wrap:before{opacity:1;}
/*body#main #header{opacity:1; position:fixed; left:0; top:0;}*/
body#main #header #gnb.menu{background-color:#fff;}
body#main.fullscreen:not(.search){padding-top:0;}
body#main.fullscreen:not(.search) #wrap{padding-top:0;}
/*body#main.fullscreen:not(.search) #header{opacity:1; top:-5.57em;}*/
body#main.fullscreen:not(.search) #header .util{top:5.57em;}
body#main.fullscreen.sitemap #header{top:0 !important;}
body#main.fullscreen.sitemap #header .util{top:0 !important;}


@media all and (min-width: 1025px) {
	#maingroup .item{height:calc(100% - 13em) !important;}
}

@media all and (max-width: 2125px) {
	#maingroup .mainbanner .banner-box{width:100%;}
}
@media all and (max-width: 1800px) {
	#maingroup{font-size: 13px;}
	#maingroup .mainbanner .banner-box .hugebox .imgwrap{min-height: 100%;}
	#maingroup .mainbanner .banner-box .boxitem .imgwrap{height: auto;}
	#maingroup .mainbanner .banner-box .boxitem .videowrap{height:18em;}
	#maingroup .mainbanner .banner-box .boxitem .txtwrap{padding:1.5em;}
	#maingroup .mainbanner .banner-box .boxitem .txtwrap strong{font-size: 1.8em;}
	#maingroup .mainbanner .banner-box .hugebox .txtwrap span.date{right:5%;}
}
@media all and (max-width: 1500px) {
	#maingroup .item{left:6em;width:calc(40% - 3em);}
	#maingroup .mainbanner{width:55%;margin:3em 0 12em 45%;}
	#container .footer{width:calc(45% - 4em);}
}
@media all and (max-width: 1024px) {
	body#main{height:auto; padding-top:0;overflow: hidden;}
	body#main #header{background-color:#fff;}
	body#main #maingroup{height:100%;margin-bottom:10em;}
	#wrap:before{display: none;}
	body#main.search{height:100%;}
	body#main.fullscreen:not(.search) #header .util{top:0;}
	body#main.fullscreen:not(.search) #header{top:0em;}
	#container .footer{display: none;}

	#history_btn{display: none;}
	#maingroup .item{position: relative; left:0;width:100%;height:100%;}
	#maingroup .mainbanner{float: none;width:90%;margin:0 5%;}
	#maingroup .mainbanner .banner-box .hugebox .imgwrap{width:100%;}
}
@media all and (max-width: 767px) { 
	#maingroup .item>.lay{top:calc(50% + 5.57em - 12em); width:90%;max-width:100%;}
	#maingroup .item .banner .move{padding-bottom:1em;}
	#maingroup .mainbanner .banner-box .boxitem{width:100%;}
	#maingroup .mainbanner .banner-box .boxitem .imgwrap{min-height: 100%;height:auto;}
	#maingroup .mainbanner .banner-box .boxitem .videowrap{height:14em;}
	#maingroup .mainbanner .banner-box .boxitem.on{width:100%;}
	#maingroup .mainbanner .banner-box .hugebox .txtwrap strong{padding-right: 0;}
	#maingroup .mainbanner .banner-box .hugebox .txtwrap span.txt{width:100%;margin:2em 0 0;}
	#maingroup .mainbanner .banner-box .hugebox .txtwrap span.date{display: none;}
	#maingroup .item .mainsearch .more_view{display: inline-block;}
	#container .footer .lay .menu>ul>li{width:calc(50% - 0.4em);margin:0.2em;}
	#container .footer .lay .menu>ul>li:not(:nth-child(1)){display: none;}
	#container .footer .lay .menu>ul>li:nth-child(13),#container .footer .lay .menu>ul>li:nth-child(14),#container .footer .lay .menu>ul>li:nth-child(15){display: block;}
}


/* 통합검색화면 */
body#search.search{overflow-y:auto;height: auto;}
body#search.search:before{display:none;}
#search_page .box_group{position:relative;}
#search_page .box_group:before{content:""; display:none; position:absolute; right:calc(16.375em + 3em); top:0; width:1px; height:100%; background-color:#eaedf1;}
#search_page .box_group:after{content:""; display:block; clear:both;}
#search_page .box_left{float:left; width:100%;}
#search_page .box_left h3:first-child{margin-top:0;}
#search_page .box_right{float:right; width:16.375em;}
#search_page h3{overflow:hidden; position:relative;}
#search_page h3:after{content:""; display:block; position:absolute; left:0; top:50%; z-index:0; width:200%; height:1px; background-color:#eaedf1;}
#search_page h3 span{position:relative; z-index:10; padding-right:1.5em; background-color:#fff;}
#search_page .viewbox{}
#search_page .viewbox>ul>li{position:relative; padding:2em;}
#search_page .viewbox>ul>li:not(:first-child){border-top:1px dashed #eaedf1;}
#search_page .viewbox>ul>li:after{content:""; display:block; clear:both;}
#search_page .viewbox>ul>li>.photos{float:left; display:block; width:7.5em; height:9.375em; background-repeat:no-repeat; background-position:center center; background-size:cover;}
#search_page .viewbox>ul>li>.photos img{opacity:0; display:block; width:100%;}
#search_page .viewbox>ul>li>.lay{float:right; width:100%;}
#search_page .viewbox>ul>li>.photos+.lay{width:calc(100% - 7.5em - 3em);}
#search_page .viewbox>ul>li>.lay>strong{display:block; font-size:1.5em; color:#282b2e;}
#search_page .viewbox>ul>li>.lay>strong span{opacity:0.5; font-size:0.6em;}
#search_page .viewbox>ul>li>.lay>ul{margin-top:0.5em;}
#search_page .viewbox>ul>li>.lay>ul>li{padding:0.2em 0; font-size:0.9em; color:#282b2e;}
#search_page .viewbox>ul>li>.lay>.link{display:block; position:relative; margin-top:1.2em; font-size:0.9em;}
#search_page .viewbox>ul>li>.lay>strong+.link{margin-top:0.6em;}
#search_page .viewbox>ul>li>.lay>.link a{display:inline-block; position:relative; padding-bottom:0.3em; color:#1155a7;}
#search_page .viewbox>ul>li>.lay>.link a:after{content:""; display:block; position:absolute; left:0; bottom:0; width:100%; height:1px; background-color:#1155a7;}

#search_page .viewbox.maps>ul{padding-left:2em;}
#search_page .viewbox.maps>ul:after{content:""; display:block; clear:both;}
#search_page .viewbox.maps>ul>li{display:block; float:left; margin-right:1em; padding:2em 0;}
#search_page .viewbox.maps>ul>li:not(:first-child){border-top:none;}
#search_page .viewbox.maps>ul>li .map_card{display:block; width:100%; height:100%; padding:1em; border:1px solid #ddd;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
#search_page .viewbox.maps>ul>li .map_card>.photos{display:block; width:100%; background-image:url(/site/kr/img/layout/map_sample.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover;}
#search_page .viewbox.maps>ul>li .map_card>.photos img{display:block; width:100%;}
#search_page .viewbox.maps>ul>li .map_card>span:not(.photos){display:block; position:relative; padding:1em 0.5em 3em 0.5em;}
#search_page .viewbox.maps>ul>li .map_card>span:not(.photos):after{content:""; display:block; position:absolute; right:1em; bottom:1em; width:1.8em; height:1em; background:url(/site/kr/img/layout/btn_arrow_b.svg) no-repeat center center; background-size:100% auto;}
#search_page .viewbox.maps>ul>li .map_card>span:not(.photos)>strong{display:block; font-size:1.5em; color:#282b2e;}
#search_page .viewbox.maps>ul>li .map_card>span:not(.photos)>span{display:block; font-size:0.9em; color:#282b2e;}
#search_page .viewbox.maps>ul>li .map_card:hover,
#search_page .viewbox.maps>ul>li .map_card:focus{box-shadow:3px 3px 3px rgba(0,0,0,0.1);-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);}

#search_page .viewbox.maps>ul>li{width:calc((100% - 2em) / 3);}
#search_page .viewbox.maps>ul>li:nth-child(3n+3){margin-right:0;}

#search_page .box_left .viewbox.maps>ul>li{width:calc((100% - 1em) / 2);}
#search_page .box_left .viewbox.maps>ul>li:nth-child(2n+2){margin-right:0;}

#search_page .box_right .photos:before,
#search_page .box_right .files:before{display:block; font-weight:500; font-size:1.3em; color:#282b2e;}
#search_page .box_right .photos:before{content:"이미지 검색결과";}
#search_page .box_right .files:before{content:"첨부파일 검색결과";}

#search_page .box_right .photos{}
#search_page .box_right .photos li{padding:1em 0 0 0;}
#search_page .box_right .photos li img{display:block; width:100%;}

#search_page .box_right .photos+.files{margin-top:4em;}
#search_page .box_right .files li{border-bottom:1px solid #d7d7dc;}
#search_page .box_right .files li a{display:block; position:relative; padding:0.5em 3em 0.5em 1em; font-size:0.9em;}
#search_page .box_right .files li a:after{content:""; display:block; position:absolute; right:1em; top:calc(50% - (1.4em / 2)); width:1.4em; height:1.4em; background-repeat:no-repeat; background-position:center center; background-size:130% auto;
	border-radius:50%;-webkit-border-radius:50%;}
#search_page .box_right .files li a.pdf:after{background-color:#c11e08; background-image:url(/site/kr/img/skin/icon_down_6.png);}
#search_page .box_right .files li a.hwp:after{background-color:#1a90d0; background-image:url(/site/kr/img/skin/icon_down_5.png);}
#search_page .box_right .files li a.wd:after{background-color:#1f4d94; background-image:url(/site/kr/img/skin/icon_down_4.png);}
#search_page .box_right .files li a.img:after{background-color:#5b5b5b; background-image:url(/site/kr/img/skin/icon_down_3.png);}
#search_page .box_right .files li a.ppt:after{background-color:#cf4223; background-image:url(/site/kr/img/skin/icon_down_2.png);}
#search_page .box_right .files li a.ex:after{background-color:#327a47; background-image:url(/site/kr/img/skin/icon_down_1.png);}

#search_page .gsc-positioningWrapper{margin-bottom:2em;}
#search_page .gsc-tabHeader{line-height:2.6em;padding: 0 3em;font-weight:500;font-size: 1.2em;}
#search_page .gsc-adBlock{display:none !important;}
#search_page .cse .gsc-control-cse,
#search_page .gsc-control-cse{padding:0; font-size:16px;}
#search_page .gsc-results.gsc-webResult .gsc-expansionArea{font-size:2em;}
#search_page .gsc-results.gsc-webResult .gsc-result{padding:1em 0;}
#search_page .gsc-results.gsc-webResult .gsc-result:not(:first-child){border-top:1px dashed #ddd;}
#search_page .gsc-above-wrapper-area .gsc-result-info{display:none;}
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-spelling,
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-title,
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-title *{margin-bottom:0em; font-weight:500; font-size:0.85em; text-decoration:none; color:#282b2e;}
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-title *{font-size:1em;}
#search_page .gsc-results.gsc-webResult a.gs-visibleUrl,
#search_page .gsc-results.gsc-webResult .gs-visibleUrl{margin-bottom:0.5em; font-size:0.4em; color:#1155a7;}
#search_page .gsc-preview-reviews,
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-snippet,
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-promotion em,
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-snippet,
#search_page .gsc-control-cse .gsc-results.gsc-webResult .gs-promotion em{font-size:1.2em;}

#search_page .gs-web-image-box,
#search_page .gcsc-more-maybe-branding-root>a{display:none !important;}
#search_page .gcsc-branding>a{font-size:11px;}

.tab[data-type="2"]{margin-bottom:2em; }
.tab[data-type="2"]>ul{overflow: hidden; border-bottom:1px solid #dfe1e5;}
.tab[data-type="2"]>ul>li{display:inline-block;float: left;}
.tab[data-type="2"]>ul>li a{display:block;line-height: 3em;padding:0 1em;font-weight:500;font-size: 1.2em;}

.tab[data-type="2"]>ul>li.on a{color:#1A73E8; border-bottom:2px solid #1a73e8;}



/* box */
div+.stylebox{margin-top: 1em;}
.stylebox{padding:2em; border:1px solid #ddd;}
.stylebox[data-skin="2"]{border:none;background-color: #f5f5f5;}
.stylebox .list-1st{margin:0;}
.stylebox[data-scroll="yes"]{overflow-y:auto; max-height:20em;}

/* form style */
select.skin{min-width:10em;height:3em;padding:0 2em 0 1em;margin:1px 0;font-size:1em;background-image:url(/site/kr/img/layout/skin_select.svg);background-repeat: no-repeat;background-position: calc(100% - 1em) center;background-size:auto 0.5em;-webkit-appearance:none;}
input[type="text"].skin,
input[type="password"].skin{width:100%; height:3em; line-height:2.5em; margin:1px 0; padding:0 1em; border:1px solid #ddd;}
input[type="text"].skin::placeholder,
input[type="password"].skin::placeholder {color: #666;}
textarea.skin{width:100%; padding:1em; border:1px solid #ddd;}
textarea.skin::placeholder {color: #666;}
::placeholder{font-weight:normal; color:rgba(0,0,0,0.4);}
.results{text-align:right;margin-top: 1.5em;}
.results .input_wrap{display: inline-block;padding: 0.3em 1em 0.3em 0;border-bottom: 0.2em solid #1155A7;}
.results strong{display:block; margin-bottom:0.5em; font-weight:500;}
.results input[type="checkbox"],
.results input[type="radio"],
.results label{font-weight:normal; font-size:0.95em;}
.results input[type="radio"],
.results input[type="checkbox"]{margin-left:1em;}
.bank{position:relative; padding-left:11em;}
.bank:after{content:""; display:block; clear:both;}
.bank select{position:absolute; left:0; top:0; width:10em;}
.bank input[type="text"]{float:left;}
.bank input[type="text"]:nth-child(2){width:calc(70% - 1em); margin-right:1em;}
.bank input[type="text"]:nth-child(3){width:30%;}

input[type="number"].skin{width:100%; height:2em; line-height:1.5em; margin:1px 0; padding:0 1em; border:1px solid #ddd;}
input[type="number"].skin::placeholder {color: #666;}
.prog_calbox{}
div+.prog_calbox{margin-top:1.5em;}
.prog_calbox:after{content:""; display:block; clear:both;}
.prog_calbox .item{float:left; width:calc((100% - 3em) / 2); margin-right:3em;}
.prog_calbox .item:nth-child(2){margin-right:0;}
.prog_calbox a.type_2{float: right;margin-top:2em;}
.prog_calbox .item .head{height:3em; line-height:3em; font-weight:500; font-size:1.5em;}

.prog_calbox .cal .midd{border:1px solid #ddd;}
.prog_calbox .cal table.midd {width:100%;}
.prog_calbox .cal table.midd th,
.prog_calbox .cal table.midd td {display: block;}
.prog_calbox .cal table.midd tr .out .skip {font-size: 0;}
.prog_calbox .cal .midd>ul,
.prog_calbox .cal table.midd{overflow:hidden; position:relative; z-index:0;}
.prog_calbox .cal .midd>ul:after,
.prog_calbox .cal table.midd:after{content:""; display:block; clear:both;}
.prog_calbox .cal .midd>ul>li,
.prog_calbox .cal table.midd tr {float:left; position:relative; width:calc(100% / 7); padding:1px 0 0 1px;}
.prog_calbox .cal .midd>ul>li:nth-child(7n+1),
.prog_calbox .cal table.midd tr:nth-child(7n+1){padding-left:0;}
.prog_calbox .cal .midd>ul>li:not(:nth-child(n+8)):before,
.prog_calbox .cal table.midd tr:not(:nth-child(n+8)):before{content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:1px; height:1000px; background-color:#ddd;}
.prog_calbox .cal .midd>ul>li:nth-child(7n+1):after,
.prog_calbox .cal table.midd tr:nth-child(7n+1):after{content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:1000px; height:1px; background-color:#ddd;}
.prog_calbox .cal .midd>ul>li:nth-child(1):before,
.prog_calbox .cal .midd>ul:nth-child(1)>li:nth-child(1):after,
.prog_calbox .cal table.midd tr:nth-child(1):before,
.prog_calbox .cal table.midd:nth-child(1) tr:nth-child(1):after{display:none;}
.prog_calbox .cal .midd>ul>li>.in,
.prog_calbox .cal .midd>ul>li>.out,
.prog_calbox .cal table.midd tr .in,
.prog_calbox .cal table.midd tr .out{display:block; position:relative; z-index:0; width:100%; height:5.3em; background-color:#fff;}
.prog_calbox .cal .midd>ul>li>a.in:after,
.prog_calbox .cal table.midd tr a.in:after,
.prog_calbox .icon_hit:before{
	content:""; display:block; position:absolute; left:0; top:0; z-index:100; width:100%; height:100%; border:0 solid #015eaa; box-sizing:border-box;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.prog_calbox .cal .midd>ul>li>.out,
.prog_calbox .cal table.midd tr .out{background-color:#ddd;}
.prog_calbox .cal .midd>ul>li>span.out,
.prog_calbox .cal table.midd tr span.out {opacity:0.3;}
.prog_calbox .cal .midd>ul>li em,
.prog_calbox .cal table.midd tr em{position:absolute; right:0.8em; top:0.8em; line-height:1em; font-size:0.8em;}
.prog_calbox .cal .midd>ul>li.holi>.in:after,
.prog_calbox .cal table.midd tr.holi .in:after,
.prog_calbox .icon_holi:before{
	content:""; display:block; position:absolute; left:0.5em; bottom:0.5em; width:2em; height:2em; background-color:#ddd; background-image:url(/site/kr/img/skin/cal_icon_1.svg); background-repeat:no-repeat; background-position:center center; background-size:50% auto;
	border-radius:50%;-webkit-border-radius:50%;
}

.prog_calbox .cal .midd>ul:first-child>li>.in,
.prog_calbox .cal table.midd:first-child tr .in{height:3em; line-height:3em; text-align:center; font-weight:500;}
.prog_calbox .cal .midd>ul>li:nth-child(7n+1)>.in,
.prog_calbox .cal table.midd tr:nth-child(7n+1) .in{color:#ff5454;}
.prog_calbox .cal .midd>ul>li:nth-child(7n+7)>.in,
.prog_calbox .cal table.midd tr:nth-child(7n+7) .in{color:#1155a7;}
.prog_calbox .cal .midd>ul>li.on>a.in:after,
.prog_calbox .cal table.midd tr.on a.in:after{border-width:2px;}
.prog_calbox .helpbox{margin-top:1.5em; text-align:right;}
.prog_calbox .helpbox [class*="icon_"]{display:inline-block; position:relative; line-height:2em; padding-left:2.5em; margin-left:1em;}
.prog_calbox .helpbox [class*="icon_"]:before{display:block; position:absolute; left:0; top:0; right:auto; bottom:auto; width:2em; height:2em; vertical-align:top;}
.prog_calbox .helpbox .icon_hit:before{border-width:2px;}
.prog_calbox .item:nth-child(1) .head{position:relative; text-align:left;}
.prog_calbox .item:nth-child(1) .head [class*="btn_"]{position:absolute; top:0.5em; height:2em; background-color:transparent;border-radius:0.3em;-webkit-border-radius:0.3em;}
.prog_calbox .item:nth-child(1) .head [class*="btn_"]:before,
.prog_calbox .item:nth-child(1) .head [class*="btn_"]:after{content:""; display:block; position:absolute; top:0.2em; width:1.6em; height:1.6em;}
.prog_calbox .item:nth-child(1) .head [class*="btn_"]:before{background-color:rgba(0,0,0,0.2);border-radius:0.3em;-webkit-border-radius:0.3em;}
.prog_calbox .item:nth-child(1) .head [class*="btn_"]:after{background:url(/site/kr/img/skin/cal_icon_arrow.svg) no-repeat center center; background-size:25% auto;}
.prog_calbox .item:nth-child(1) .head [class*="btn_"] span{opacity:0; display:block; position:absolute; left:-1000px; font-size:0.7em; color:#888;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.prog_calbox .item:nth-child(1) .head .btn_prev{right:4em;}
.prog_calbox .item:nth-child(1) .head .btn_prev:before,
.prog_calbox .item:nth-child(1) .head .btn_prev:after{left:0.2em;}
.prog_calbox .item:nth-child(1) .head .btn_next{right:0;}
.prog_calbox .item:nth-child(1) .head .btn_next:before,
.prog_calbox .item:nth-child(1) .head .btn_next:after{right:0.2em;}
.prog_calbox .item:nth-child(1) .head .btn_next:after{transform:rotate(180deg);-webkit-transform:rotate(180deg);}

.prog_calbox .item:nth-child(2) .head{position:relative; padding-left:1.5em;}
.prog_calbox .item:nth-child(2) .head:before{content:""; display:block; position:absolute; left:0; top:1em; width:1em; height:1em; background:url(/site/kr/img/skin/day_icon.svg) no-repeat center center;}
.prog_calbox .item:nth-child(2) .midd .table{margin-top:0; font-size:1em;}
.prog_calbox .item:nth-child(2) .midd .table tbody{font-size:0.9em;}
.prog_calbox .item:nth-child(2) .midd .table th,
.prog_calbox .item:nth-child(2) .midd .table td{padding:1em 0.5em;font-size: 1.1em;}
.prog_calbox .item:nth-child(2) .foot>strong{font-size:1.1em; font-weight:500;}
.prog_calbox .item:nth-child(2) .foot>ul{padding:1em 1.3em; margin:0.3em 0 0 0; font-size:1em; border:1px solid #ddd;}
.prog_calbox .item:nth-child(2) .foot>ul>li{position:relative; padding-left:1.2em;}
.prog_calbox .item:nth-child(2) .foot>ul>li>em{position:absolute; left:0; top:0;}


@media all and (max-width: 1200px) {
	.prog_calbox{font-size:0.9em;}
}
@media all and (max-width: 1060px) {
	.prog_calbox{font-size:0.8em;}
}
@media all and (min-width: 651px) and (max-width: 900px) {
	.prog_calbox .item:nth-child(1){width:200px;}
	.prog_calbox .item:nth-child(2){width:calc(100% - 3em - 200px);}
	.prog_calbox .cal .midd>ul:nth-child(1),
	.prog_calbox .cal table.midd thead{display:none;}
	.prog_calbox .cal .midd>ul:nth-child(2),
	.prog_calbox .cal table.midd tbody{overflow-y:auto; height:29em;}
	.prog_calbox .cal .midd>ul:nth-child(2)>li,
	.prog_calbox .cal table.midd tbody tr{float:none; width:100%; padding:0;}
	.prog_calbox .cal .midd>ul:nth-child(2)>li:before,
	.prog_calbox .cal .midd>ul:nth-child(2)>li:after,
	.prog_calbox .cal table.midd tbody tr:before,
	.prog_calbox .cal table.midd tbody tr:after{display:none;}
	.prog_calbox .cal .midd>ul>li:not(:nth-child(1)),
	.prog_calbox .cal table.midd tr:not(:nth-child(1)){border-top:1px dashed #ddd;}
	.prog_calbox .cal .midd>ul>li>.in,
	.prog_calbox .cal .midd>ul>li>.out,
	.prog_calbox .cal table.midd tr .in,
	.prog_calbox .cal table.midd tr .out{height:3em;}
	.prog_calbox .cal .midd>ul:nth-child(2)>li em,
	.prog_calbox .cal table.midd tbody tr em{font-size:1em;}
	.prog_calbox .cal .midd>ul>li.holi>.in:before,
	.prog_calbox .cal table.midd tr.holi .in:before{content:"휴관일"; position:absolute; left:3em; bottom:0.5em;}
}
@media all and (max-width: 650px) {
	.prog_calbox .item{float:none; width:100%; margin-right:0;}
}
@media all and (max-width: 400px) {
	.prog_calbox .cal .midd>ul>li>.in,
	.prog_calbox .cal .midd>ul>li>.out,
	.prog_calbox .cal table.midd tr .in,
	.prog_calbox .cal table.midd tr .out{height:4em;}
	.prog_calbox .cal .midd>ul>li em,
	.prog_calbox .cal table.midd tr em{right:0.5em; top:0.5em;}
	.prog_calbox .cal .midd>ul>li.holi>.in:after,
	.prog_calbox .cal table.midd tr.holi .in:after,
	.prog_calbox .icon_holi:before{width:1.5em; height:1.5em;}
	.prog_calbox .item:nth-child(2) .midd .table th,
	.prog_calbox .item:nth-child(2) .midd .table td{padding:1em 0.5em;}
	#txt .prog_calbox .item:nth-child(2) .midd .table td .btn{padding:0.3em 1em;}
}


#prog_reservation{}
#prog_reservation .list_style_1 li{display:inline-block;}
#prog_reservation .list_style_1 li:not(:last-child){margin-right:1em;}
#prog_reservation .list_style_1 li label,
#prog_reservation .list_style_1 li span{line-height:2.5em; padding:0 0.5em; font-weight:normal; font-size:1em; vertical-align:top;}
@media all and (max-width: 900px) {
	#prog_reservation .list_style_1 li{display:block; position:relative; padding-left:5em;}
	#prog_reservation .list_style_1 li label{position:absolute; left:0; top:0;}
}
@media all and (max-width: 400px) {
	#prog_reservation .btn_group .btn{font-size:0.8em}
}


#prog_reservation_search{}
#prog_reservation_search .in{
	max-width:40em;
padding:2.5em 3em;
	margin:0 auto;
border:1px solid #ddd;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
#prog_reservation_search .in h3{margin-top:0;}
#prog_reservation_search .in .midd{margin-top:2em; padding-bottom:2em; border-bottom:1px solid #ddd;}
#prog_reservation_search .in .midd ul li{position:relative; line-height:3em; padding-left:6em;}
#prog_reservation_search .in .midd ul li label{display:block; position:absolute; left:0; top:0; line-height:3em;}
@media all and (max-width: 400px) {
	#prog_reservation_search .btn_group .btn{font-size:0.8em}
}



body[data-layout="pop"][data-code="011000"] #prog_reservation_search .in{padding:0;border:0}
body[data-layout="pop"][data-code="011000"] #prog_reservation_search .in h3{text-align:center}
body[data-layout="pop"][data-code="011000"] #prog_reservation_search .in .head{text-align:center;border-bottom:1px solid #ddd;padding-bottom:20px;}
body[data-layout="pop"][data-code="011000"] #prog_reservation_search .in .midd{padding-top:30px;padding-left:20px;padding-right:20px;background-color:#fafafa;margin-top:0}
body[data-layout="pop"][data-code="011000"] .btn_group{width:95%;margin:2em auto 0;}
body[data-layout="pop"][data-code="011000"] .btn_group .btn{width:100%;}

#prog_reservation_result{}
#prog_reservation_result>ul{margin-top:2em;}
#prog_reservation_result>ul:after{content:""; display:block; clear:both;}
#prog_reservation_result>ul>li{float:left; width:calc((100% - 2em) / 2); margin:0 2em 2em 0;}
#prog_reservation_result>ul>li:nth-child(2n+2){margin-right:0;}
#prog_reservation_result>ul>li .in{
	width:100%; padding:1.5em 2em; margin:0 auto; border:1px solid #ddd;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
#prog_reservation_result>ul>li .in .midd{padding-bottom:1.5em; border-bottom:1px solid #ddd;}
#prog_reservation_result>ul>li .in .midd ul li{position:relative; min-height:2em; line-height:2em; padding-left:8em;}
#prog_reservation_result>ul>li .in .midd ul li strong,
#prog_reservation_result>ul>li .in .midd ul li span{line-height:2em;}
#prog_reservation_result>ul>li .in .midd ul li strong{display:block; position:absolute; left:0; top:0; width:8em; padding-left:10px;}
#prog_reservation_result>ul>li .in .midd ul li strong:before{
	content:""; display:block; position:absolute; left:0; top:calc(50% - 2px); width:4px; height:4px; background-color:#888;
	border-radius:50%;
	-webkit-border-radius:50%;
}
#prog_reservation_result>ul>li .in .midd ul li strong:after{content:""; display:block; position:absolute; right:0; top:calc(50% - 0.5em); width:1px; height:1em; background-color:#888;}
#prog_reservation_result>ul>li .in .midd ul li span{display:block; padding-left:1em;}
#prog_reservation_result .btn_group{margin-top:1.5em;}
#prog_reservation_result .btn_group .btn{border-color:#888; background-color:#888;}
@media all and (max-width: 800px) {
	#prog_reservation_result>ul>li{width:100%; margin-right:0;}
}
@media all and (max-width: 400px) {
	#prog_reservation_result .btn_group .btn{font-size:0.8em}
}





/*
	새창 레이아웃
	<body data-layout="pop">
*/
body[data-layout="pop"]{/*height:100%;*/ padding-top:16.2em;border:1em solid #154e92; border-top:none;}
body[data-layout="pop"][data-code="011000"]{padding-top:150px;min-height:100%}
body[data-layout="pop"] #history_btn{display:none;}
body[data-layout="pop"] #wrap:before,
body[data-layout="pop"] #footer,
body[data-layout="pop"] #history_btn
body[data-layout="pop"] #header .util,
body[data-layout="pop"] #header .etc,
body[data-layout="pop"] #header .btn_sitemap{display:none;}
body[data-layout="pop"] #header{position:fixed; left:1em; top:0; width:calc(100% - 2em); height: 5.2em;padding-left:0;background-color:#154e92;border:none;}
body[data-layout="pop"] #header h1{left:1em;margin-left:-1em;}
body[data-layout="pop"] #header h1:after{content:"학사정보"; display:block; position:absolute; left:5em; top:0.65em; padding-left:1em; line-height:1em; font-weight:600; font-size:1.5em; border-left:1px solid rgba(255,255,255,0.5); color:#fff;}
body[data-layout="pop"] #header h1 a{background:url(/site/kr/img/layout/logo_w.svg) no-repeat center center;}
body[data-layout="pop"][data-code="011000"] #header h1:after{content:"나의예약안내"; display:block; position:absolute; left:5em; top:0.65em; padding-left:1em; line-height:1em; font-weight:600; font-size:1.5em; border-left:1px solid rgba(255,255,255,0.5); color:#fff;}
body[data-layout="pop"][data-code="011000"] #header h1 span{overflow:hidden; display:block; width:5.654em; height:3.64em; text-indent:-1000px; background:url(/site/kr/img/layout/logo_w.svg) no-repeat center center;background-size:contain;}
body[data-layout="pop"] #header #gnb.menu{display:block !important; position:absolute; left:0; top:5.2em; width:100%; height:7em; padding:0 !important; border-bottom:1px solid #b9b9b9; background-color:#fff;}
body[data-layout="pop"] #header #gnb.menu>ul{display:block; width:100%;}
body[data-layout="pop"] #header #gnb.menu>ul>li>a{display:none;}
body[data-layout="pop"] #header #gnb.menu>ul>li{float:none; width:100%; padding:0;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul{width:100%;padding:0}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul:before,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul:after,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li:before,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li a:after{display:none;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li{float:left;width: 100%;height:100%;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a{display:block; height:100%; text-align:center; color:#000;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul{}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li:first-child,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li:last-child {display: none;}


body[data-layout="pop"]#header #gnb.menu>ul>li>ul>li>ul>li>a:before{display:none}


body[data-layout="pop"] #header #gnb.menu>ul>li>ul{overflow:visible;display:block !important;position: absolute;left:0;top:0;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li{display: inline-block;height:calc(7em - 1px);float: none;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a{line-height:1.1em;padding:0.7em 0 0 0;font-size:1.2em;color:#2277f2;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a .svg_simbol{display:block; position:relative; width:2.8em; height:2.8em; margin:0 auto 0.3em auto;}
/*body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a .svg_simbol path{fill:#b5b5b5;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li.on>a .svg_simbol path{fill:#2277f2;}*/
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a:after{
	content:""; display:block; position:absolute; left:50%; bottom:-1px; width:0%; height:0.2em; background-color:#11a4ee;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a:hover:after,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a:focus:after,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li.on>a:after{left:0; width:100%;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul{overflow:visible;display:block !important;position:relative;left:0;top:0;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li{display: inline-block;height:calc(7em - 1px);float: left;width: calc(14.28% - 1px);}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a:before{display:none}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a{line-height:1.1em;padding: 0.8em 0;font-size:1.2em;color:#2277f2;text-align: center;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a .svg_simbol{display:block; position:relative; width:2.8em; height:2.8em; margin:0 auto 0.3em auto;}
/*body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a .svg_simbol path{fill:#b5b5b5;}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li.on>a .svg_simbol path{fill:#2277f2;}*/
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a:after{
	content:""; display:block; position:absolute; left:50%;top:auto; bottom:0; width:0%; height:0.2em;border-radius: 0; background-color:#11a4ee;
	transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
}
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a:hover:after,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li>a:focus:after,
body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li.on>a:after{left:0; width:100%;}

body[data-layout="pop"] #container{margin:0;}

body[data-layout="pop"] button.btn_popend{display:none; position:absolute; right:1.5em; top:1em; z-index:1000; width:3em; height:3em; text-indent:-100000px;}
body[data-layout="pop"] button.btn_popend:before{
	content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:100%; height:100%; background-color:#249bd6; background-image:url(/site/kr/img/layout/search_close.svg); background-repeat:no-repeat; background-position:center center; background-size:30% auto;
	border-radius:50%;
	-webkit-border-radius:50%;
}
body[data-layout="pop"] button.btn_popend:before{
	transform:rotate(0);
	-webkit-transform:rotate(0);
	transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;
}
body[data-layout="pop"] button.btn_popend:hover:before,
body[data-layout="pop"] button.btn_popend:focus:before{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}


@media all and (max-width: 1024px){
	body[data-layout="pop"] #header{left:1.1em; width:calc(100% - 2.2em);}
	body[data-layout="pop"] #header .btn_mgnb{display:none;}
}
@media all and (max-width: 767px){
	body[data-layout="pop"] #container #path{padding:0;right:0;}
	body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul{white-space:nowrap; overflow-x:auto; overflow-y:hidden;}
	body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>ul>li{float:none; display:inline-block; width:8.5em;}
	body[data-layout="pop"] #header #gnb.menu>ul>li>ul>li>a{padding-top:1.5em; font-size:0.9em;}
}
@media all and (max-width: 400px){
	body[data-layout="pop"] #header{left:1.3em; width:calc(100% - 2.6em);}
}





body[data-layout="pop"] .tab-ul li{margin-left:0}



	/* intro */
	body#main{}
	body#main #wrap{opacity:1;}
	body#main #intro{
		opacity:1; position:fixed; left:0; top:0; z-index:20000; width:100%; height:100%;
		transition:opacity 1s linear;
		-webkit-transition:opacity 1s linear;
	}
	body#main #intro svg{
		position:fixed; left:0; top:50%; z-index:100; width:100%; height:100%; background-color:#fff;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
	body#main #intro .cover{
		opacity:0; position:fixed; left:0; top:2.7%; z-index:0; width:100%; height:100%;
		transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
	}
	body#main #intro .cover:before,
	body#main #intro .cover:after{content:""; display:block; position:absolute; top:-50%; width:150%; height:200%; background-color:#fff; box-sizing:border-box;}
	body#main #intro .cover:before{left:-100%;}
	body#main #intro .cover:after{right:-100%;}

	body#main #intro.on{opacity:1;}
	body#main #intro.on svg{
		animation: intro_svg 2.5s linear 0s 1 forwards;
		-webkit-animation: intro_svg 2.5s linear 0s 1 forwards;
	}
	body#main #intro.on svg .in{
		transform:scale(0.2);
		-webkit-transform:scale(0.2);
		transform-origin:50% 50%;
		-webkit-transform-origin:50% 50%;
	}
	body#main #intro.on svg .b{
		animation: intro_text_bottom 2s linear 1s 1 forwards;
		-webkit-animation: intro_text_bottom 2s linear 1s 1 forwards;
		transform-origin:50% 86%;
		-webkit-transform-origin:50% 86%;
	}
	body#main #intro.on svg .t1{
		animation: intro_text_k 1s linear 1s 1 forwards;
		-webkit-animation: intro_text_k 1s linear 1s 1 forwards;
	}
	body#main #intro.on svg .t2{
		animation: intro_text_a 1s linear 1s 1 forwards;
		-webkit-animation: intro_text_a 1s linear 1s 1 forwards;
	}
	body#main #intro.on svg .t3{
		animation: intro_text_i 1s linear 1s 1 forwards;
		-webkit-animation: intro_text_i 1s linear 1s 1 forwards;
	}
	body#main #intro.on svg .t4{
		animation: intro_text_s 1s linear 1s 1 forwards;
		-webkit-animation: intro_text_s 1s linear 1s 1 forwards;
	}
	body#main #intro.on svg .t5{
		animation: intro_text_t 1s linear 1s 1 forwards;
		-webkit-animation: intro_text_t 1s linear 1s 1 forwards;
	}
	body#main #intro.on .cover{
		animation: intro_cover 2s linear 1.5s 1 forwards;
		-webkit-animation: intro_cover 2s linear 1.5s 1 forwards;
	}
	body#main #intro.on .cover:before{
		animation: intro_cover_before 1s ease-out 2s 1 forwards;
		-webkit-animation: intro_cover_before 1s ease-out 2s 1 forwards;
	}
	body#main #intro.on .cover:after{
		animation: intro_cover_after 1s ease-out 2s 1 forwards;
		-webkit-animation: intro_cover_after 1s ease-out 2s 1 forwards;
	}

	@keyframes intro_svg{
		0%,80%{opacity:1;}
		100%{opacity:0;}

		0%,80%{
			transform:translateY(-50%) scale(1);
			-webkit-transform:translateY(-50%) scale(1);
		}
		100%{
			transform:translateY(-50%) scale(2);
			-webkit-transform:translateY(-50%) scale(2);
		}
	}

	@keyframes intro_text_k{
		0%{
			transform:translate(0%,0);
			-webkit-transform:translate(0%,0);
		}
		100%{
			transform:translate(-10%,0);
			-webkit-transform:translate(-10%,0);
		}
	}
	@keyframes intro_text_a{
		0%{
			transform:translate(0%,0);
			-webkit-transform:translate(0%,0);
		}
		100%{
			transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
		}
	}
	@keyframes intro_text_i{
		0%{
			transform:translate(0%,0);
			-webkit-transform:translate(0%,0);
		}
		100%{
			transform:translate(0%,0);
			-webkit-transform:translate(0%,0);
		}
	}
	@keyframes intro_text_s{
		0%{
			transform:translate(0%,0);
			-webkit-transform:translate(0%,0);
		}
		100%{
			transform:translate(5%,0);
			-webkit-transform:translate(5%,0);
		}
	}
	@keyframes intro_text_t{
		0%{
			transform:translate(0%,0);
			-webkit-transform:translate(0%,0);
		}
		100%{
			transform:translate(10%,0);
			-webkit-transform:translate(10%,0);
		}
	}

	@keyframes intro_text_bottom{
		0%{
			transform:scale(1,1);
			-webkit-transform:scale(1,1);
		}
		50%{
			transform:scale(10,0.06);
			-webkit-transform:scale(10,0.06);
		}
		90%,100%{
			transform:scale(10,0.06);
			-webkit-transform:scale(10,0.06);
		}
		0%{opacity:1;}
		90%,100%{opacity:0;}
	}

	@keyframes intro_cover{
		0%{opacity:0;}
		2%,100%{opacity:1;}
	}

	@keyframes intro_cover_before{
		0%,60%{opacity:1;}
		100%{opacity:0;}
		0%{left:-100%;}
		100%{left:-200%;}
	}

	@keyframes intro_cover_after{
		0%,60%{opacity:1;}
		100%{opacity:0;}
		0%{right:-100%;}
		100%{right:-200%;}
	}





	@keyframes intro_svg{0%,80%{opacity:1;}100%{opacity:0;}
		0%,80%{	transform:translateY(-50%) scale(1);-webkit-transform:translateY(-50%) scale(1);}100%{transform:translateY(-50%) scale(2);-webkit-transform:translateY(-50%) scale(2);}}
	@keyframes intro_text_k{0%{transform:translate(0%,0);-webkit-transform:translate(0%,0);}100%{transform:translate(-10%,0);-webkit-transform:translate(-10%,0);}}
	@keyframes intro_text_a{0%{transform:translate(0%,0);-webkit-transform:translate(0%,0);}100%{transform:translate(-5%,0);-webkit-transform:translate(-5%,0);}}
	@keyframes intro_text_i{0%{transform:translate(0%,0);-webkit-transform:translate(0%,0);}100%{transform:translate(0%,0);-webkit-transform:translate(0%,0);}}
	@keyframes intro_text_s{0%{transform:translate(0%,0);-webkit-transform:translate(0%,0);}100%{transform:translate(5%,0);-webkit-transform:translate(5%,0);}}
	@keyframes intro_text_t{0%{transform:translate(0%,0);-webkit-transform:translate(0%,0);}100%{transform:translate(10%,0);-webkit-transform:translate(10%,0);}}
	@keyframes intro_text_bottom{0%{transform:scale(1,1);-webkit-transform:scale(1,1);}50%{transform:scale(10,0.06);-webkit-transform:scale(10,0.06);}90%,100%{transform:scale(10,0.06);-webkit-transform:scale(10,0.06);}0%{opacity:1;}90%,100%{opacity:0;}}
	@keyframes intro_cover{0%{opacity:0;}2%,100%{opacity:1;}}
	@keyframes intro_cover_before{0%,60%{opacity:1;}100%{opacity:0;}0%{left:-100%;}100%{left:-200%;}}
	@keyframes intro_cover_after{0%,60%{opacity:1;}100%{opacity:0;}0%{right:-100%;}100%{right:-200%;}}
