@charset "utf-8";

a:focus,
button:focus {outline:1px dotted #000;}
.more{display:block;overflow: hidden;position:absolute;top:0;right:0;width:50px;height:50px;border:0;font-size:0;}
.more:before,
.more:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.more:before {width: calc(100%/2);height: 1px;background: #b2b2b2;}
.more:after {width: 1px;height: calc(100%/2);background: #b2b2b2;}
button[data-control]{position:relative;display:inline-block;margin:0 -4px;width:25px;height:25px;vertical-align:middle;overflow: hidden;}
button[data-control]:before,
button[data-control]:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
button[data-control="prev"]:before,
button[data-control="next"]:before{width: calc(100%/2.5);height: calc(100%/2.5);border-width:2px;border-style: solid;border-color: #333;transform: rotate(45deg);}
button[data-control="prev"]:before{right: -5px;border-width: 0 0 2px 2px;}
button[data-control="next"]:before{left: -5px;border-width: 2px 2px 0 0;}
button[data-control="stop"]:before{width: 2px;height: calc(100%/2);box-shadow: -3px 0 #333, 3px 0 #333;}
button[data-control="play"]:before{right: -5px;width: 0;height: 0;border-width: 10px 0 10px 15px;border-style: solid;border-color: transparent transparent transparent #333;}

.layout{position:relative;margin:0 auto;width:100%;max-width: 1260px;}
.clear:after,
.layout:after{display:block;visibility:hidden;clear:both;content:""}

#top_layout{display:block;position: relative;z-index: 15;width:100%;height:145px;text-align:center;}
#top_layout.on {z-index: 999;}
#top_layout .top_wrap {height: 100px;padding: 0 30px;}
#top_layout .top_wrap #logo {position: relative;z-index: 11;float: left;padding: 22px 0 0;}
#top_layout .top_wrap #logo > a {display:inline-block;width: 212px;height: 56px;background-image: url(/images/edu/common/logo.png);background-repeat: no-repeat;font-size: 0;vertical-align: top;}

#top_layout .top_wrap .utile_wrap {height:100%;float: right;margin-right: -30px;}
#top_layout .top_wrap .utile_wrap li {float:left;position: relative;z-index: 11;}
#top_layout .top_wrap .utile_wrap li.login {}
#top_layout .top_wrap .utile_wrap li.login a {display:block; line-height:100px;}
#top_layout .top_wrap .utile_wrap li.login a span {display:inline-block;width:13px;height:18px;margin: -2px 7px 0 0;background: url(/images/career/common/icon.png)no-repeat;vertical-align: middle;}
#top_layout .top_wrap .utile_wrap li.pc {height:100%;}
#top_layout .top_wrap .utile_wrap li.pc a {display: block;width: 70px;height: 100%;background: url(/images/edu/common/menu.png)no-repeat center;font-size: 0;}
#top_layout .top_wrap .utile_wrap li.mo {display:none;}
#top_layout .top_wrap .utile_wrap li.mo button {display: block;width: 70px;height: 100%;background: url(/images/edu/common/menu.png)no-repeat center;font-size: 0;}

#gnb_layout{display: block !important;overflow:hidden;position:absolute;top: 45px;left: 0;width: 100%;min-height:100px;transition: all 0.1s ease-out;-webkit-transition: all 0.1s ease-out;}
#gnb_layout:after{top:100px}
#gnb_layout.open{}
#gnb_layout.open:after{position: absolute;top: 100px;bottom: 0;right:0;width: 100%;height:auto;background: #006fc2 ;content:"";}
#gnb_layout.open:before{}
#gnb {position: absolute;top:0px;left: 0;width: 100%;height: 100px;z-index:2;}
#gnb_layout.action{position:relative;background-color:#fff;}
#gnb_layout .layout{position:relative;height: 100%;}
#gnb_layout .depth1_ul{display:inline-block;float: none;height:100%;z-index:14;}
#gnb_layout .depth1_ul:after {display: block; content: ''; clear: both;}
#gnb_layout .depth1_ul>li{display:inline-block;float:left;position: relative;height:100%;margin: 0 -2px;vertical-align:top;}
#gnb_layout .depth1_ul>li>a{position:relative;display:block;height:100%;padding: 0 40px;text-align:center;}
#gnb_layout .depth1_ul>li>a:after {display:block;position:absolute;top:50%;right: 0;content:'';width:5px;height:5px;margin-top:-2.5px;border-radius:50%;background:#dfdfdf;}
#gnb_layout .depth1_ul>li:last-child>a:after {display:none;}
#gnb_layout .depth1_ul>li>a.current{}
#gnb_layout .depth1_ul>li>a.current span,
#gnb_layout .depth1_ul>li>a.current em {font-weight: 700;color: #345aa0;}
#gnb_layout .depth1_ul>li>a.current + .item{opacity: 1;display: block}
#gnb_layout .depth1_ul>li>a span{display: inline-block;position: relative;z-index: 1;height: 100%;line-height: 100px;font-size: 20px;font-weight: bold;font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;color: #282828;vertical-align: middle;transition:all 0.3s;-webkit-transition:all 0.3s;}
#gnb_layout .depth1_ul>li>a span:before{display:block;opacity:0;position:absolute;left:50%;bottom: 0;content:'';margin-left: -2.5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 7px solid #006fc2;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}
#gnb_layout .depth1_ul>li>a.current span:before {opacity:1;}
#gnb_layout .depth1_ul > li .item{display: none;position:absolute;top: 100px;left: 50%;z-index: 100;width: 600px;margin: 0;text-align: left;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
#gnb_layout .depth1_ul > li .item .gnb-title {position:absolute;top:0;left: 0;height:100%;padding: 85px 20px 0 0;width: 325px;text-align: left;}
#gnb_layout .depth1_ul > li .item .gnb-title:after {display:block;position:absolute;right:0; bottom:0; content:''; width:557px; height:265px; background:url(/images/kor/common/gnb_bg.png)no-repeat;}
#gnb_layout .depth1_ul > li .item .gnb-title strong{display:inline-block;position: relative;z-index: 1;margin: 0 0 30px;font-size: 42px;font-weight: 700;font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;color: #006abe;line-height: 1.1;}
#gnb_layout .depth1_ul > li .item .gnb-title strong:after {display:block;position:absolute;left:-35px;top:-25px;content:'';width:69px;height:68px;background:url(/images/kor/common/gnb_obj.png)no-repeat;}
#gnb_layout .depth1_ul > li .item .gnb-title strong span { display: block; position: absolute; left: 6px; bottom: -6px; z-index: -1; width: 100%; font-size: 42px;font-weight: 700;font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;color: #ebf3f9;line-height: 1.1;text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;}
#gnb_layout .depth1_ul > li .item .gnb-title p{display:inline-block;position: relative;z-index: 1;width:100%;padding:0;margin:0;font-size:16px; font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;color: #526b8b;line-height: 1.4;}
#gnb_layout .depth1_ul > li .item .gnb-depth {position:relative;height:100%;min-height: 243px;}
#gnb_layout .depth1_ul > li .item .depth2_ul{position: relative;top: 0;height: 100% !important;width: 100%;text-align: center;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li{display: inline-block;position:relative;margin: 0 20px;text-align: left;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a{display:block;position: relative;vertical-align: top;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a span {display: inline-block;position: relative;height: 73px;line-height: 73px;color: #fff;font-size: 17px;font-weight: 700;font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;vertical-align: top;transition: all 0.3s;-webkit-transition: all 0.3s;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on span,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:hover span,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:focus span {}
#gnb_layout .depth1_ul > li .depth2_ul > li > a[target="_blank"]:after {display:inline-block;width:12px;height:11px;margin: 30px 0 0 5px;border:none;background:url(/images/kor/common/target.png)no-repeat;content:'';vertical-align:middle;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on[target="_blank"]:before,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a[target="_blank"]:hover:before,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a[target="_blank"]:focus:before {background-position:0 0;}

#gnb_layout .depth3_ul {display: none;padding: 0;}
#gnb_layout .depth3_ul > li {position:relative; margin:5px 0; }
#gnb_layout .depth3_ul > li > a {display:block;position:relative;width:100%;}
#gnb_layout .depth3_ul > li > a > span {display:inline-block;position: relative;font-size:15px;color: #333;}
#gnb_layout .depth3_ul > li > a > span:before {display:block; position:absolute; z-index:-1;content:''; left:0; bottom:-3px; width:0; height:10px; background:#dce8f6; transition:all 0.3s; -webkit-transition:all 0.3s;}
#gnb_layout .depth3_ul > li > a:hover > span:before,
#gnb_layout .depth3_ul > li > a:focus > span:before {width:100%;}
#gnb_layout .depth3_ul > li > a[target="_blank"] > span:after {display:inline-block;width:12px;height:11px;margin:-2px 0 0 5px;background:url(/images/kor/common/target.png)no-repeat;content:'';vertical-align:middle;}
#gnb_layout .depth3_ul > li > a:hover > span,
#gnb_layout .depth3_ul > li > a:focus > span {}

#body_layout {display: block;width: 100%;}


@media screen and (max-width:1319px){   
    .layout {max-width: 100%;padding:0 30px;}

    #gnb_layout .depth1_ul {padding-left: 185px;}
    #gnb_layout .depth1_ul>li>a {padding:0 30px;}
    #gnb_layout .depth1_ul>li>a span {font-size:19px;}
    #gnb_layout .depth1_ul > li .item .depth2_ul > li {margin:0 15px;}
    #gnb_layout .depth1_ul > li.n5 .item {left:auto;right: -50px;transform:none;-webkit-transform:none;}
    #gnb_layout .depth1_ul > li.n5 .item .depth2_ul {text-align:right;}
}



@media screen and (max-width:1023px){
    #top_layout .top_wrap .utile_wrap li.login,
    #top_layout .top_wrap .utile_wrap li.pc {display:none;}
    #top_layout .top_wrap .utile_wrap li.mo {display:block;height: 100%;}
    #top_layout.on + .gnb_bg {display:none;}

    #gnb_layout{display: none !important;}  
}

@media screen and (max-width:767px){    
    .layout {padding:0 20px;}

    #top_layout .top_wrap {padding:0 20px;}
    #top_layout .top_wrap #logo {padding:28.5px 0 0;}
    #top_layout .top_wrap #logo > a {width:202px;height: 43px;background-image: url(/images/edu/common/logo2.png);}
    #top_layout .top_wrap .utile_wrap {margin-right:-20px;}
    #top_layout .top_wrap .utile_wrap li.mo button {width:60px;}
}



/* mobile menu */
#mobile-menu{overflow: visible;padding:0 !important;z-index: 9999;}
#mobile-menu .modal-dialog {float:right;width: 100%;max-width: 380px;height: 100%;margin: 0;border-radius: 0;-webkit-transform: translate(25%,0);transform: translate(25%,0);}
#mobile-menu.in .modal-dialog,
#mobile-menu.show .modal-dialog {-webkit-transform:translate(0px,0);transform: translate(0px,0);}
#mobile-menu .modal-dialog .modal-content{position: static;height: 100%;padding: 70px 60px 0;background: #00569a;border-radius: 0;}
#mobile-menu .modal-dialog .modal-content .topUtile {position:absolute;top:0;left:0;width: 100%;height: 75px;padding: 20px 25px 0;text-align: center;}
#mobile-menu .modal-dialog .modal-content .topUtile:after {display:block; clear:both; visibility:hidden; content:'';}
#mobile-menu .modal-dialog .modal-content .topUtile .logo {float:left;width:68px; height:21px;background: url(/images/career/common/logo.png)no-repeat; background-size:68px 21px;}
#mobile-menu .modal-dialog .modal-content .topUtile .login {float:right;margin-right: 40px;}
#mobile-menu .modal-dialog .modal-content .topUtile .login a {display:block; font-size:15px; color:#191919;}
#mobile-menu .modal-dialog .modal-content .topUtile .login span {display:inline-block;width:13px;height:18px;margin: -2px 7px 0 0;background: url(/images/career/common/icon.png)no-repeat;vertical-align: middle;}

#mobile-menu .modal-dialog .modal-content .modal-body {height:100%;padding: 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul {overflow-y: scroll;overflow-x: hidden;height:100%;background: #00569a;text-align:left;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li {position:relative;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a {display:block;padding: 13px 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov {}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a span,
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a em {display: inline-block;color: #fff;font-size: 19px;font-weight: bold;font-family: 'nsr','맑은고딕','Malgun Gothic',-apple-system;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul {display:block;width: 100%;padding: 10px 0;border-top: 1px solid rgba(255,255,255,.3);border-bottom: 1px solid rgba(255,255,255,.3);}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li {display:block;width: 100%;margin: 10px 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a {display:block;width: 100%;position:relative;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.dep:before,
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.dep:after {content: '';position: absolute;top: -1px;bottom: 0;margin: auto;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.dep:before {right: 0;width: 12px;height: 2px;background: #fff;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.dep:after {right: 5px;width: 2px;height: 12px;background: #fff;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.dep.ov:after {display:none;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a span {display:block;line-height:1.4;color: #fff;font-size: 17px;font-weight: bold;font-family: 'nsr','맑은고딕','Malgun Gothic',-apple-system;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul {display:none;padding: 10px 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li {position:relative;margin: 10px 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li:after {display:block;position:absolute;left: 20px;top: 11.5px;width: 5px;height: 1px;background: #fff;content:'';}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li > a {display:block;padding-left: 30px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li > a span {display:block;font-size: 15px;color: #fff;font-family: 'nsr','맑은고딕','Malgun Gothic',-apple-system;}
#mobile-menu .mobile-close {position:absolute;top: -40px;right: -25px;}
#mobile-menu .mobile-close span {display:block;position:relative;width: 25px;height: 25px;font-size:0;}
#mobile-menu .mobile-close span:before,
#mobile-menu .mobile-close span:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
#mobile-menu .mobile-close span:before {width:100%;height: 1px;background: #fff;}
#mobile-menu .mobile-close span:after {width: 1px;height:100%;background: #fff;}
.modal-backdrop.in{opacity: .8;z-index: 12;}

.modal-open,
.modal-open #body_layout {overflow:hidden;height:100%;}

/* util */
#top_utilwrap {width:100%; height:45px; background:#eaeff4}
#top_utilwrap .layout {max-width:1260px; height:100%; margin:0 auto; width:100%; position:relative}
#top_utilwrap .layout .sns_wrap {position:absolute; right:0; top:4px}
#top_utilwrap .layout .sns_wrap >  a {display:inline-block; width:34px; height:34px; background:url(/images/edu/common/sns_ir.png); font-size:0; vertical-align:middle; margin:0 5px}
#top_utilwrap .layout .sns_wrap >  a.yt {background-position:71px 0;}
#top_utilwrap .layout .sns_wrap >  a.fb {background-position:146px 0;}
#top_utilwrap .layout .sns_wrap >  a.in {background-position:34px 0;}
#top_utilwrap .layout .sns_wrap >  a.tw {background-position:108px 0;}
#top_utilwrap .layout .sns_wrap >  a.bg {background-position:183px 0;}





