@charset "UTF-8";

/********* common_layout *********/
html, body {height:100%;}
body {line-height:1.3; color:#333; font-family: 'Noto Sans KR', 'sans-serif'; font-size:18px; overflow-x: hidden;}
.wrapper {position:relative; z-index:1; min-height:100%;}
.container {position:relative; z-index:1; max-width:1280px; margin:0 auto;}
.contents {padding-bottom:238px;}
.fc_point1 {color: #000;}
.fc_point2 {color: #000;}


/* common_layer */
.common_layer_box {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0,0,0,0.5); font-size: 0; text-align: center;}
.common_layer_box:after {content: ""; display: inline-block; height: 100%; vertical-align: middle;}
.common_layer {display: inline-block; position: relative; z-index: 1; min-width:500px; max-width:900px; background-color: #fff; border-radius: 6px; font-size: 15px; text-align: left; vertical-align: middle; box-shadow:0 0 17px 0 #333;}
.common_layer_top {padding: 20px 25px; background-color: #2196f3; border-top-left-radius: 4px; border-top-right-radius: 4px;}
.common_layer_tit {color: #fff; font-size: 20px;}
.common_layer_contents {padding:20px 25px;}
.common_layer_close {position: absolute; right: -85px; top: 7px; z-index: 1; width: 60px; height: 60px; background-color: #3e475c; border-radius: 50%; color: #fff; font-size: 22px; transition:all 0.1s;}
.common_layer_close:hover, .common_layer_close:focus {transform:rotate(180deg);}

/* cc_layer */
.cc_layer_box {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0,0,0,0.5); font-size: 0; text-align: center;}
.cc_layer_box:after {content: ""; display: inline-block; height: 100%; vertical-align: middle;}
.cc_layer {display: inline-block; position: relative; z-index: 1; max-width: 700px; background: #fff url('/template/cms/admin/image/cc_layer_bg.jpg'); border-radius: 6px; font-size: 15px; text-align: left; vertical-align: middle; box-shadow:0 0 17px 0 #333;}
.cc_layer_contents {padding:60px;}
.cc_layer_top {margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #cacaca;}
.cc_strong_tit {display: block; margin-bottom: 20px;}
.cc_layer_top .date {font-size: 16px; font-weight: 500;}
.cc_layer_mid {margin-bottom: 50px;}
.cc_layer_mid .txt_each {line-height: 1.6; margin-bottom: 25px; word-break:keep-all;}
.cc_layer_mid .txt_each:last-child {margin-bottom: 0;}
.cc_layer_close {position: absolute; right: -85px; top: 7px; z-index: 1; width: 60px; height: 60px; background-color: #3e475c; border-radius: 50%; color: #fff; font-size: 22px; transition:all 0.1s;}
.cc_layer_close:hover, .cc_layer_close:focus {transform:rotate(180deg);}

/* alert_layer, confirm_layer */
.alert_layer_box, .confirm_layer_box {display: none; position:fixed; left:50%; top:50%; z-index:9999; width:400px; margin-left:-200px; margin-top: -200px; padding:60px 20px; background-color: #fff; border:1px solid #707070; border-radius: 6px; text-align:center; box-shadow:0 0 17px 0 #333;}
.alert_layer_box .txt, .confirm_layer_box .txt {font-size:1.13em; font-weight: 500;}
.alert_layer_box .btn_wrap, .confirm_layer_box .btn_wrap {padding-top: 40px;}

/* skip navi */
.skip_navi {position:absolute; z-index:999999; width:100%; left:0; top:0; text-align:center;}
.skip_navi a {display:block; position:absolute; left:0; top:-9999px; z-index:1; width:100%; height:40px; line-height:40px; background-color:#333; color:#fff; font-size:20px; font-weight:700;}
.skip_navi a:hover, .skip_navi a:focus {top:0;}

/* header */
.header {position:relative; z-index:9999; background-color:#FFF;}


.gnb_header > .container {max-width: 1000px; height: 120px;}
.gnb_header {top:-100px; padding: 0 300px 0 260px; border-bottom: 1px solid #fff; background-color:#FFF; transition:all 0.1s; -moz-transition:all 0.1s; -webkit-transition:all 0.1s;}
.header:hover .gnb_header {border-bottom: 1px solid #313131;}
.head_logo {position:absolute; left:45px; top:50%; z-index:2; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%);}

.gnb {position: absolute; left: 50%; top: 0; width: 100%; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform:translate(-50%,0) ;}
.gnb > li {position:relative; z-index:1; float:left; width:33%;}
.gnb > li:first-child {margin-left:0;}

.gnb > li > a {display:block; height:120px; line-height:120px; font-size:1.222em; font-weight:500; text-align: center; -ms-word-break: keep-all; word-break: keep-all;}
.gnb > li > a:after {content:""; display:none; position:absolute; left:50%; bottom:-9px; z-index:2; width: 19px; height: 17px; margin-left: -10px; background: url('/template/cms/academy/images/common/gnb_over_dot.png') no-repeat; }


.gnb > li:hover .sub_gnb {background-color: #f5f5f5;}
.gnb > li:hover > a, .gnb > li:focus > a {color: #009be5;}
.gnb > li:hover > a:after, .gnb > li:focus > a:after {display: block;}

.sub_gnb {display:none; position:absolute; left:0; top:121px; z-index:1; width:100%; height: 430px; padding-top: 40px;}
.sub_gnb:after {content: ''; position: absolute; left: 0; top: 40px; width: 1px; height: calc(100% - 90px);  background-color: #efefef;}
.sub_gnb > li { width: 100%; max-width: 225px; margin:0 auto 12px;}
.gnb > li:first-child .sub_gnb:after {display: none;}
.sub_gnb > li:last-child {margin-bottom: 0;}
.sub_gnb > li > a {display:block; -ms-word-break: keep-all; word-break: keep-all; text-align: center;}
.sub_gnb > li:hover > a, .sub_gnb > li > a:focus {text-decoration: underline; text-underline-position: under; color:#2196f3; font-weight: 500;}

.sub2_gnb {padding-top: 5px; padding-left: 3px;}
.sub2_gnb > li {margin-bottom: 5px;}
.sub2_gnb > li:last-child {margin-bottom: 0;}
.sub2_gnb > li > a {color: #777; font-size: 0.933em;}
.sub2_gnb > li > a:before {content:'-'; padding-right: 5px;}
.sub2_gnb > li > a:hover {color: #009be5;}


.gnb_header .gnb > li.none_head {display: none !important;}



.util_header {position:absolute; top:0; z-index:1; width:100%; background-color:#2e51ad;}
.util_header .container {height:30px; line-height:30px;}
.home_link {color:#fff;}


.gnb_bg {position: absolute; top:121px; left:0; display: none; background-color: #fff; width: 100%; height: 430px;  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25);}


.header_util_right {position: absolute; right: 40px; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); z-index: 2;}
.header_util_right .language_btn_wrap {float: left; margin-right: 35px; padding-top: 3px;}
.header_util_right .language_btn_wrap a {margin: 0 10px; padding-bottom: 7px; color: rgba(0,0,0,0.5); font-weight: 700;}
.header_util_right .language_btn_wrap a.on {border-bottom: 3px solid #00c0ff; color: rgba(0,0,0,0.8);}
.header_util_right .header_util_sch {float: left; margin-right: 30px; font-size: 0;} 
.header_util_right .sitemap_btn {float: left; padding-top: 5px; font-size: 0;}

/* sitemap (10/10) */
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; overflow: auto; padding: 110px 0; background-image: url('/template/cms/academy/images/common/sitemap_bg.png'); -webkit-background-size: cover;
background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: #fff; overflow: hidden;}

.sitemap_wrap .sitemap_logo {position:absolute; left:45px; top:33px;}

.sitemap_wrap .sitemap_close {position: absolute; top: 44px; right: 43px; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; color: #000;}
.sitemap_wrap .sitemap_close:hover {transform:rotate(180deg);}

.sitemap_wrap .sitemap_box {position: absolute; left: 50%; top: 50%; width: 100%; max-width: 1465px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}


.sitemap_wrap .sitemap {display: block; width: 100%;}
.sitemap_wrap .sitemap > li {float: left; width: 25%; margin-right: 5%;}
.sitemap_wrap .sitemap > li:nth-child(1) {width: 17%;}
.sitemap_wrap .sitemap > li > a {display: block; margin: 0 0 45px 0; color: #171717; font-size: 1.667em; font-weight: 700;}



.sitemap_wrap .sitemap_sub_gnb {min-height: 200px; padding: 0 40px 0 0;}
.sitemap_wrap .sitemap_sub_gnb > li {position: relative; padding-left: 15px; margin-bottom: 15px;}
.sitemap_wrap .sitemap_sub_gnb > li:before {content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; border-radius:50%;  background-color: #009be5; }
.sitemap_wrap .sitemap_sub_gnb > li:last-child {margin-bottom: 0;}
.sitemap_wrap .sitemap_sub_gnb > li > a {position: relative; display: inline-block; font-size: 1.111em; word-break:keep-all;}
.sitemap_wrap .sitemap_sub_gnb > li > a:after {content: ''; position: absolute; display: none;	 left: -5px; bottom: -2px; width: calc(100% + 10px); height: 11px; background-color: #7fd6ff; z-index: -1;}
.sitemap_wrap .sitemap_sub2_gnb {margin-top: 8px;}
.sitemap_wrap .sitemap_sub2_gnb > li {margin-bottom: 5px;}
.sitemap_wrap .sitemap_sub2_gnb > li:last-child {margin-bottom: 0;}
.sitemap_wrap .sitemap_sub2_gnb > li > a {display: block; color: #777; margin-left: 13px; padding-left: 10px; background: url('/template/cms/academy/images/bull/bull_bar.jpg') no-repeat 0 9px;}

.sitemap_wrap .sitemap > li:hover > a {color: #009be5;}
.sitemap_wrap .sitemap > li:hover .sitemap_sub_gnb > li > a:hover {font-weight: 700;}
.sitemap_wrap .sitemap > li:hover .sitemap_sub_gnb > li > a:hover:after {display: block;	}



/* scrolled */
.header.scrolled {padding-top:121px;}
.header.scrolled .gnb_header {position:fixed; top:0; z-index:1; width:100%; border-bottom: 1px solid #e2e4e8; box-shadow:0 2px 5px rgba(211,211,211,0.5);}
.header.scrolled .gnb_bg {top:121px;}


.header.sch .sub_gnb {display: none !important;}
.header.sch .gnb_bg {display: none !important;}




/*search_box_wrap*/
.search_box_wrap {display: none; position: absolute; left: 0; top: 120px; width: 100%; padding: 45px 0 50px; background-color:#e8e8e8; -webkit-background-size: cover ; background-size: cover; z-index: 3;}
.search_box_wrap .search_box {width: 100%; max-width: 1080px; margin: 0 auto;}
.search_box_wrap .search_box .search_box_bar {position: relative; width: 100%; height: 64px; margin-top: 12px; padding: 0 60px 0 0; border-bottom: 3px solid #000;}
.search_box_wrap .search_box .search_box_bar input {border: none; width: 100%; height: 55px; padding-left: 15px; background: none; color: #000; font-size: 1.667em;}
.search_box_wrap .search_box .search_box_bar input::placeholder {color: rgba(0, 0, 0, 0.5); font-weight: 300;}
.search_box_wrap .search_btn {position: absolute; display: block; right: 0; top: 0; width: 55px; height: 55px; margin: 0 0 10px 0;  background: url('/template/cms/academy/images/common/ico_search_btn.png') no-repeat; background-position: center center; border-radius:50%;  text-align: center; font-size: 0; overflow: hidden; -webkit-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.21); -moz-box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.21); box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.21);}
.search_box_wrap .search_btn:hover {background-image: url('/template/cms/academy/images/common/ico_search_btn_over.png');}




/* m_gnb */
.m_gnb_btn {display:none; position:absolute; right:35px; top:50%; z-index:1; width:55px; height:45px; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%);}
.m_gnb_btn .bar {position: absolute; left: 0; width: 55px; height: 5px; background-color: #000; -webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s; }
.m_gnb_btn .bar_top { top: 9px;}
.m_gnb_btn .bar_bottom {bottom: 10px;}

.m_gnb_btn.on {width: 45px; height: 45px;}
.m_gnb_btn.on .bar {left: 3px; width: 59px;}
.m_gnb_btn.on .bar_top { top: 0px;  transform: rotate( 45deg); transform-origin: left top;}
.m_gnb_btn.on .bar_bottom {bottom: 0;transform: rotate(-45deg); transform-origin: left bottom;}

.m_gnb_wrap {display:none; position:fixed; right:-480px; top:120px; z-index:9999; overflow-y: auto; width: 100%; height: calc(100% - 120px); background-color:#009be5;}
.m_gnb_top {height:70px; line-height: 70px; padding-left: 30px; background-color: #000;}
.m_gnb_top a {display: inline-block;  color: #fff; font-size: 1.063em;}
.m_gnb_top a i {margin-right: 5px;}
.m_gnb_top a:nth-child(1) {position: relative;}
.m_logo {display: inline-block; vertical-align: middle;}
.m_logo img {max-height:60px;}

.m_gnb > li > a {display:block; position:relative; z-index:1; height:90px; line-height:90px; padding: 0 35px; color:#fff; font-size:35px;}
.m_gnb > li > a:after {content: ''; position: absolute; right: 35px; top: 50%; width: 29px; height: 16px; margin-top: -8px; background: url('/template/cms/academy/images/common/xi-angle-down.png') no-repeat; }
.m_gnb > li > a.on:after {-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }


.m_sub_gnb {display:none; padding: 35px 35px; background-color:#0080cc;}
.m_sub_gnb > li {margin-bottom: 34px;}
.m_sub_gnb > li:last-child {margin-bottom: 0;}
.m_sub_gnb > li > a {position: relative; display:block; width:100%; padding-left: 20px; color:#fff; font-size:28px;}
.m_sub_gnb > li > a:hover {color: #f0ff00;}
.m_sub_gnb > li > a:before {content: ''; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; background-color: #fff; border-radius:50%;}
.m_sub_gnb > li:first-child > a {border-top:0 none;}
.m_sub2_gnb {padding:5px 5%; border-top: 1px solid #efede9;}
.m_sub2_gnb li a {display:block; padding:5px 0; color:#5a5340;}
.m_sub2_gnb li a:before {content:"-"; margin-right:5px; vertical-align:top;}
.m_gnb_close {display:block; position:absolute; top:20px; right:15px; z-index:1; width:30px; height:30px; line-height: 30px; color:#000; font-size:25px; text-align: center;}
.m_gnb_bg {display:none; position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:#000; opacity: 0;}




.m_search_box {position: absolute; bottom: 125px; width: 100%; margin: 0 0 35px; padding: 0 35px;}

.m_search_box .search_box_bar {position: relative; width: 100%; height: 80px; padding: 0 60px 0 0; background-color: #fff;  border-radius: 40px;}
.m_search_box .search_box_bar input {border: none; width: 100%; height: 80px; padding-left: 35px; background: none; color: #000; font-size: 1.556em;}
.m_search_box .search_box_bar input::placeholder {color: rgba(0, 0, 0, 0.5); font-weight: 300;}
.m_search_box .search_btn {position: absolute; display: block; right: 0; top: 0; width: 80px; height: 80px; background: url('/template/cms/academy/images/common/ico_search_btn_m.png') no-repeat; background-position: center center; border-radius:50%;  text-align: center; font-size: 0; overflow: hidden; }



.m_gnb_wrap .language_btn_wrap {position: absolute; bottom: 50px; left: 50%; width: 150px; padding-top: 3px; margin-left: -75px;}
.m_gnb_wrap .language_btn_wrap a {display: inline-block; margin: 0 10px; padding-bottom: 7px; color: rgba(255,255,255,0.5); font-weight: 700; font-size: 1.333em;}
.m_gnb_wrap .language_btn_wrap a.on {border-bottom: 5px solid #f0ff00; color: #fff;}


/* footer */
.footer {position:absolute; display: table; bottom:0; z-index:1; width: 100%; padding: 30px 45px 40px; background-color: #fff; border-top: 1px solid #000; table-layout: fixed;}

.quick_box {position: fixed; right: 40px; bottom: 140px;}
.q_share_box {display: none; position: relative; z-index: 1; margin-bottom: 5px;}
.quick_box button, .quick_box a {display: block; width: 60px; height: 60px; line-height: 60px; background-color: #313131; color: #fff; font-size: 30px; text-align: center;}
.quick_box button:hover, .quick_box button:focus, .quick_box a:hover, .quick_box a:focus {font-size: 22px;}
.q_share_menu {display: none; position: absolute; left: 0; bottom: 35px; z-index: 1;}
.q_share_menu li {margin-bottom: 5px;}
.q_share_menu li:last-child {margin-bottom: 0;}
.quick_box .top_btn {}




/* foot_top (10/10) */

.footer .link_list {display: table-cell; vertical-align: middle;	 width: 26%; }
.footer .link_list > li {margin-bottom: 15px;}
.footer .link_list > li:last-child {margin-bottom: 0;}
.footer .link_list > li > a {font-size: 0.833em; font-weight: 500;}
.footer .link_list > li > a.fw_bold {color: #009be5;}


.footer .txt_box {display: table-cell; vertical-align: middle; width: 50%;}
.footer .txt_box > div.left {float: left; width: 20vw;}
.footer .txt_box > div.right {float: left;}
.footer .txt_box > div {margin-bottom: 20px; font-size: 0.778em; color: rgba(51,51,51,0.7);}
.footer .txt_box > div p {margin-bottom: 8px; font-weight: 500; color: #000;} 

.footer .txt_box .copyright {float: left; clear: both; font-size: 0.778em; color: rgba(51,51,51,0.5);}


.footer .foot_right {display: table-cell; vertical-align: middle; width: 437px;}
.footer .foot_right .sns_box {display: table-cell; vertical-align: middle; width: 235px; padding-left: 10px;}
.footer .foot_right .sns_box .box {float: left; width: 25px; height: 53px; margin: 0 13px; line-height: 53px; text-align: center;}
.footer .foot_right .sns_box .box i {color: #909090; font-size: 25px;}
.footer .foot_right .sns_box .box .sns_youtube {display: inline-block; width: 23px; height: 16px; background: url('/template/cms/academy/images/common/sns_youtube.png') no-repeat;}


.baro_box {position: relative; width: 205px; display: table-cell; vertical-align: middle; }
.baro_box .site_btn {position:relative; width: 205px; height: 53px; line-height: 53px; padding: 0 30px; background-color: #e8e8e8; text-align: left; outline: none; font-size: 0.778em; color: rgba(66,66,66,0.5);}
.site_btn .arr {position:absolute; right:30px; top:50%; margin-top:-5px; font-size:12px; transition:all 0.1s;}
.site_btn.on .arr {transform:rotate(180deg);}
.baro_box .site_link {display: none; position: absolute; left: 0; bottom: 49px; width: 100%; max-height: 120px; border: 1px solid #ccc; background-color: #fff; overflow-y: auto;}
.baro_box .site_link li {border-bottom: 1px dashed #515462;}
.baro_box .site_link li:last-child {border-bottom: 0;}
.baro_box .site_link li a {display: block; padding: 10px 15px; color: #000;}


.site_box .foot_top_btn {float: right; width: 59px; height: 49px; padding-top: 0px; border-left: 1px solid #ccc;
border-right: 1px solid #ccc; color: #000; font-size: 12px; font-weight: 300; outline: none;}
.foot_btm {position: relative; overflow:hidden; padding: 25px 0 35px;}
.site_box .foot_top_btn i {display:block;}
.foot_btm .foot_logo {position:absolute; top:7px; left:0; display:inline-block;}
.foot_btm .txt_box {padding-left:150px;}


