@charset "UTF-8";

/********* common_layout *********/
html, body {height:100%; width: 100%; margin: 0 auto;}
body {line-height:1.67; color:#333; font-family: 'Noto Sans KR', 'sans-serif'; font-size:18px;}
.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;}

#real_contents {width: 100%; max-width: 1920px; margin: 0 auto;}

/* 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;}
.gnb_header {top:-100px; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.head_logo {position:absolute; left:0; top:50%; width: 210px; height: 48px; z-index:1; margin-top:-21px;}
.head_logo a {display: block; width: 100%; height: 100%;}

.gnb {float:right; padding-right: 150px;}
.gnb > li {position:relative; z-index:1; float:left; width:150px;}
.gnb > li:first-child {margin-left:0;}
.gnb > li > a {display:block; height:120px; line-height:120px; font-size:1.222em; font-weight:500; color: #fff; text-align: center;}
.gnb > li > a:after {content:""; display:block; position:absolute; left:50%; bottom:0; z-index:1; width:0; height:3px; margin-left: -40px;
background-color:#e32c51; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.gnb > li:hover > a:after, .gnb > li:focus > a:after {width:80px;}

.gnb > li:last-child .sub_gnb {border-right: 1px solid #dedede;}
.sub_gnb {display:none; position:absolute; left:0; top:120px; z-index:1; width:100%; height: 300px; padding-top: 15px; border-left: 1px solid #dedede;}
.sub_gnb > li {margin-bottom: 15px;}
.sub_gnb > li:last-child {margin-bottom: 0; }
.sub_gnb > li > a {display:block; font-size: 1em; text-align: center;}
.sub_gnb > li:hover > a, .sub_gnb > li > a:focus {color:#e32c51; 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: #2e51ad;}
.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:120px; left:0; display: none; background-color: #fff; border-top: 1px solid #dedede; width: 100%; height: 300px;  box-shadow: 0 5px 10px rgba(211,211,211,0.5);}







/* sitemap (10/10) */ 
.head_right_btn_box {position: absolute; right: 0px; top:50%; width: 90px; height: 45px; margin-top: -23px; }
.head_sch_btn {float: left; width: 50%; height: 45px; border: 1px solid #000; background: url('/images/common/sch_ico.png') center center no-repeat; font-size: 0;}
.head_sch_btn {-webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -ms-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s;		}
.sitemap_btn {position: relative; float: left; width: 50%; height: 45px; padding: 14px 15px; border: 1px solid #000; border-left: none; font-size: 0;}
.sitemap_btn {-webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -ms-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s;		}
.sitemap_btn .sitemap_btn_top {float: right; display: block; width: 16px; height: 2px; margin-bottom: 4px; background-color: #000;}
.sitemap_btn .sitemap_btn_mid {float: right; display: block; width: 10px; height: 2px; margin-bottom: 4px; background-color: #000;}
.sitemap_btn .sitemap_btn_mid {-webkit-transition: width 0.3s; -moz-transition: width 0.3s; -ms-transition: width 0.3s; -o-transition: width 0.3s; transition: width 0.3s;}
.sitemap_btn .sitemap_btn_bottom {float: right; display: block; width: 16px; height: 2px; background-color: #000;}
.sitemap_btn:hover {background-color: #fff;}
.sitemap_btn:hover .sitemap_btn_mid {width: 16px;}
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; overflow: auto; padding: 100px 0 ; background: rgba(0,0,0,0.8) url('/images/common/sitemap_bg.jpg') center center/cover no-repeat;}
.sitemap_wrap .title {position: relative; display: block; margin-bottom: 150px;}
.sitemap_wrap .sitemap_close {position: absolute; right: -90px; top: 0px; width: 45px; height: 45px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.sitemap_wrap .sitemap_close:hover {transform:rotate(180deg);}
.sitemap_wrap .sitemap > li {float: left; width: 20%; height: 320px; border-right: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 85px; padding-left: 30px;}
.sitemap_wrap .sitemap > li:nth-child(1) {border-left:1px solid rgba(255, 255, 255, 0.3);}
.sitemap_wrap .sitemap > li:nth-child(6) {border-left: 1px solid rgba(255, 255, 255, 0.3);}
.sitemap_wrap .sitemap > li > a {position: relative; display: block; padding-bottom: 0px; color: #fff; font-size: 1.667em; font-weight: 500; line-height: 1;}
.sitemap_wrap .sitemap > li > a:before {content: '01'; position: relative; display: block; margin-bottom: 20px; color: #e32c51; font-size: 0.800em; line-height: 1;}
.sitemap_wrap .sitemap > li:nth-child(1) > a:before {content: '01';}
.sitemap_wrap .sitemap > li:nth-child(2) > a:before {content: '02';}
.sitemap_wrap .sitemap > li:nth-child(3) > a:before {content: '03';}
.sitemap_wrap .sitemap > li:nth-child(4) > a:before {content: '04';}
.sitemap_wrap .sitemap > li:nth-child(5) > a:before {content: '05';}
.sitemap_wrap .sitemap > li:nth-child(6) > a:before {content: '06';}
.sitemap_wrap .sitemap > li:nth-child(7) > a:before {content: '07';}
.sitemap_wrap .sitemap > li:nth-child(8) > a:before {content: '08';}
.sitemap_wrap .sitemap_sub_gnb {min-height: 200px; margin-top: 35px;}
.sitemap_wrap .sitemap_sub_gnb > li {position: relative; margin-bottom: 20px; padding-left: 13px; line-height: 1;}
.sitemap_wrap .sitemap_sub_gnb > li:last-child {margin-bottom: 0;}
.sitemap_wrap .sitemap_sub_gnb > li:before {content: '';position: absolute; left: 0; top:8px; width: 4px; height:4px; background-color: #fff; border-radius: 50%;}
.sitemap_wrap .sitemap_sub_gnb > li > a {position: relative; display: inline-block; color: #fff; font-size: 1em; line-height: 1; font-weight: 300;}
.sitemap_wrap .sitemap_sub_gnb > li > a:hover:after {content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background-color: #d2d2d2;}
.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('/images/bull/bull_bar.jpg') no-repeat 0 9px;}

/* scrolled */
.header.scrolled {padding-top:90px;}
.header.scrolled .gnb_header {position:fixed; left: 0; top:0; z-index:1; width:100%; background-color: #fff; border-bottom: 1px solid #e2e4e8; box-shadow:0 2px 5px rgba(211,211,211,0.5);}
.header.scrolled .gnb_bg {top: 120px;}


/* m_gnb */
.m_gnb_btn {display:none; position:absolute; right:20px; top:50%; z-index:1; width:24px; height:24px; margin-top:-12px;}
.m_gnb_btn span {display:block; position:absolute; left:0; top:0; z-index:1; width:100%; height:4px; border-radius:2px; background-color:#333; }
.m_gnb_btn span.mid {top:50%; margin-top:-2px;}
.m_gnb_btn span.btm {top:auto; bottom:0;}

.m_gnb_wrap {display:none; position:fixed; right:-480px; top:0; z-index:9999; overflow-y: auto; width: 100%; max-width: 480px; max-height:800px; height:100%; background-color:#fff;}
.m_gnb_top {height:70px; border-bottom:1px solid #e5e5e5; text-align:center;}
.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:55px; line-height:55px; padding-left:10%; border-bottom:1px solid #e5e5e5; color:#000; font-size:22px;}
.m_gnb > li > a.on {background-color:#2e51ad; color:#fff;}
.m_sub_gnb {display:none; padding: 0 10%; background-color:#fff; border-bottom: 1px solid #e5e5e5;}
.m_sub_gnb > li > a {display:block; width:100%; height:40px; line-height:40px; border-top:1px solid #efede9; color:#000; font-size:16px;}
.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; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0;}



/* footer */
.footer {position:absolute; bottom:0; z-index:1; width: 100%;  background-color: #f5f5f5;}

.quick_box {position: fixed; left:50%; bottom: 70px; z-index: 2; margin-left: 600px;}
.q_share_box {display: none; position: relative; z-index: 1; margin-bottom: 5px;}
.quick_box button, .quick_box a {display: block; width: 30px; height: 30px; line-height: 30px; background-color: rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#80ffffff,endColorStr=#80ffffff)"; 
border: 1px solid #ccc; font-size: 20px; 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) */
.foot_top {border-bottom: 1px solid #ccc;}
.foot_top .link_list{float:left; padding:15px 0;}
.foot_top .link_list li{float:left;} 
.foot_top .link_list li:after{content: "|"; display: inline-block; margin-top: -6px;  color: #aeafb0;  font-size: 13px; vertical-align: middle;} 
.foot_top .link_list li:last-child:after{display:none;}  
.foot_top .link_list li a{padding:0 13px;}
.foot_top .site_box .baro_box {position: relative; float: right; border-left:1px solid #ccc;}
.foot_top .site_box .baro_box .site_btn {position:relative; width: 240px; height: 48px; line-height: 48px; padding: 0 15px; color: #000; text-align: left; outline: none;}
.foot_top .site_btn .arr {position:absolute; right:15px; top:50%; margin-top:-5px; font-size:12px; transition:all 0.3s;}
.foot_top .site_btn.on .arr {transform:rotate(180deg);}
.foot_top .site_box .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;}
.foot_top .site_box .baro_box .site_link li {border-bottom: 1px dashed #515462;}
.foot_top .site_box .baro_box .site_link li:last-child {border-bottom: 0;}
.foot_top .site_box .baro_box .site_link li a {display: block; padding: 10px 15px; color: #000;}
.foot_top .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: 35px 0;}  
.foot_top .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:260px;}
.foot_btm .txt_box .btn_box {margin-bottom: 25px; overflow: hidden;}
.foot_btm .txt_box .btn_box a {position: relative; float: left; margin-right: 30px; font-size: 0.889em;}
.foot_btm .txt_box .btn_box a:after {content: ''; position: absolute; right: -15px; top: 6px; display: block; width: 1px; height: 13px; background-color: #dedede;}
.foot_btm .txt_box .btn_box a:last-child {margin-right: 0;}
.foot_btm .txt_box .btn_box a:last-child:after {display: none;}
.foot_btm .txt {margin-bottom: 3px; color: #666666; font-size: 14px;}
.foot_btm .txt span {display: inline-block;}
.copyright {margin-top: 10px; color: #666666; font-size: 14px;}

/* banner_box (10/10) */
.banner_box1 {border-bottom:1px solid #ccc;}
.banner_box1 .banner_slider {height: 70px; overflow: hidden; padding: 0 20px;}
.banner_box1 .banner_slider  li {display: table; width: 16.6%; float: left;}
.banner_box1 .banner_slider .slick-arrow {width:9px; height:17px; background: url('/images/common/banner_next.png') no-repeat 0 0; margin-top: -8px; transform: none;}
.banner_box1 .banner_slider .slick-prev {left: 0; background: url('/images/common/banner_prev.png') no-repeat 0 0;}
.banner_box1 .banner_slider .slick-next {right: 0;}
.banner_box1 .banner_slider .slick-arrow:before {display: none;}
.banner_box1 .banner_slider li a {display: table-cell; width: 100%; height: 70px; text-align: center; vertical-align: middle;}
.banner_box1 .banner_slider li a img {display: inline-block; max-width: 80%; max-height: 40px; vertical-align: middle;}
.counsel_btn {display: none; position: absolute; right: -200px; bottom: -10px;} 


.util_sch_box {display: none; position: absolute; width: 100%; height: 120px; padding: 35px 0; background: #fff; border: 1px solid #d7d7d7;}
.gnb_header .util_sch_box .container {padding-left: 0;}
.util_sch_box .util_sch {position: relative; width: 100%; max-width: 1000px; margin: 0 auto; }
.util_sch_box .util_sch input {width: 100%; height: 50px; padding: 0 100px 0 30px; border: 3px solid #e32c51; border-radius: 30px;}
.util_sch_box .util_sch_box_btn {position: absolute; display: block; right: 0px; top: 0px; width: 50px; height: 50px; line-height: 48px; color: #e32c51; padding-right: 10px; text-align: center; font-size: 26px;}
.util_sch_box .util_sch_box_btn img {vertical-align: middle;}
.util_sch_box .util_close {position: absolute; top: -25px; right: 0; font-size: 25px;}



