@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:15px;}
.wrapper {position:relative; z-index:1; min-height:100%;}
.container {position:relative; z-index:1; max-width:1200px; margin:0 auto;}
.contents {padding-bottom:135px;}
.fc_point1 {color: #005dab;}
.fc_point2 {color: #0082c8;}

/* 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; padding-top:36px; background-color:#FFF; border-bottom:1px solid #dcdcdc;}
.gnb_header {top:-100px; background-color:#FFF; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.head_logo {position:absolute; left:0; top:12px; z-index:1; }
.gnb {float:right; padding-right: 30px;}
.gnb > li {position:relative; z-index:1; float:left; padding-right: 100px; }
.gnb > li:first-child {margin-left:0;}
.gnb > li > a {display:block; position: relative; height:87px; padding-top: 30px; font-family: 'NanumSquare'; font-size: 1.267em; font-weight:700;
transition:padding-right 0.3s; -moz-transition:padding-right 0.3s; -webkit-transition:padding-right 0.3s;}
.gnb > li > a:after {content:""; display:block; position:absolute; left:0; bottom:0; z-index:1; width:0; height:3px; 
background-color:#3e83cd; 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:100%;}
.gnb > li:hover > a {color: #3e83cd;}

.sub_gnb {display:none; position:absolute; left:0; top:87px; z-index:1; width:100%; padding-top: 30px;}
.sub_gnb > li {margin-bottom: 15px;}
.sub_gnb > li:last-child {margin-bottom: 0;}
.sub_gnb > li > a {display:block; color: #595a5c;}
.sub_gnb > li:hover > a, .sub_gnb > li > a:focus {font-weight: 700;}
.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:7px; z-index:1; width:100%; text-align: right;}
.util_header .container {height:30px; line-height:30px;}
.util_header .util_link {display: inline-block; width: 113px; height: 29px; line-height: 27px; margin: 0 2px; border: 1px solid #dcdcdc; border-radius: 20px; font-size: 0.933em; text-align: center;}
.util_header .util_link:before {display: inline-block; content:''; width: 13px; height: 17px; margin-top: -5px; margin-right: 7px; background: url('/images/common/login_ico.png') no-repeat center/contain; vertical-align: middle;}
.util_header .util_link.logout:before {width: 13px; height: 17px; margin-right: 7px; background-image: url('/images/common/logout_ico.png');}
.util_header .util_link.mypage:before {width: 16px; height: 15px; margin-right: 6px; background-image: url('/images/common/mypage_ico.png');}
.util_header .util_link:last-child {margin-right: 0;}
.home_link {color:#fff;}
.gnb_bg {position: absolute; top:124px; left:0; display: none; width: 100%; height: 245px; background-color: #fff; border-bottom: 2px solid #2270c1;}
.gnb_bg:before {display: block; content:''; position: absolute; left: 0; top: 0; bottom: 0; width: 50%; background-color: #e1effe;}
.gnb_bg .inner {position: relative; max-width: 1200px; height: 100%; margin: 0 auto; padding-top: 50px; background-color: #fff;}
.gnb_bg .inner:before {display: block; content:''; position: absolute; left: -126px; top: 0; width: 390px; height: 100%; background: url('/images/common/gnb_bg.jpg') no-repeat 0 0;}
.gnb_bg .inner p {position: relative;}
.gnb_bg .inner .t1 {font-family: 'NanumSquare'; font-size: 1.933em; font-weight: 700;}
.gnb_bg .inner .t1 b {display: block; font-weight: 900;}
.gnb_bg .inner .t2 {margin-top: 10px; color: #9ca8b9; font-size: 1.133em;}

/* sitemap */ 
.sitemap_btn {position: absolute; right: 0; top: 32px; outline: none; font-size:0; }
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; max-height: 100%; z-index: 9999; padding: 80px 0; overflow: auto; background-color: #fff;}
.sitemap_wrap .container {background-color: #fff;}
.sitemap_wrap .title {font-family: 'NanumSquare'; font-size: 2.667em; font-weight: 700; text-align: center;}
.sitemap_wrap .sitemap_close {position: absolute; right: 0; top: 6px; -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 {padding: 50px 30px; background-color: #fff;}
.sitemap_wrap .sitemap > li {float: left; width: 23.2%; margin-right: 2.4%;}
.sitemap_wrap .sitemap > li.none {display: block !important;}
.sitemap_wrap .sitemap > li:nth-child(4n) {margin-right: 0;}
.sitemap_wrap .sitemap > li:nth-child(4n+1) {clear: both;}
.sitemap_wrap .sitemap > li:nth-child(n+5) {margin-top: 8%;}
.sitemap_wrap .sitemap > li > a {display: block; height: 62px; line-height: 60px; background-color: #f7fafb; border: 1px solid #e7e7e7; text-align: center; font-size: 1.400em;}
.sitemap_wrap .sitemap_sub_gnb {margin-top: 30px;}
.sitemap_wrap .sitemap_sub_gnb > li {margin-bottom: 20px;}
.sitemap_wrap .sitemap_sub_gnb > li:last-child {margin-bottom: 0;}
.sitemap_wrap .sitemap_sub_gnb > li > a {display: inline-block; padding-left: 12px; background: url('/images/bull/bull_dot.jpg') 0 8px no-repeat; color: #555555; font-size: 1.067em; }
.sitemap_wrap .sitemap_sub_gnb > li > a:hover {color: #00a3e4; text-decoration: underline;}
.sitemap_wrap .sitemap_sub_gnb > li > a[target='_blank'] {position: relative; padding-right: 22px;}
.sitemap_wrap .sitemap_sub_gnb > li > a[target='_blank']:after {display: inline-block; content:''; position: absolute; right: 0; top: 4px; width: 13px; height: 13px; background: url('/images/common/external_ico.png') no-repeat center/contain;}
.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;}
.sitemap_bg {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9998; overflow: auto; padding: 0 0 110px; background-color: rgba(0,0,0,0.8);}

/* scrolled */
.header.scrolled {padding-top:124px; z-index: 9999 !important;}
.header.scrolled .head_logo {top: 18px;}
.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 > li > a {padding-top: 0; line-height: 87px;}
.header.scrolled .gnb_bg {top:88px;}


/* m_gnb */
.m_gnb_btn {display:none; position:absolute; right:20px; top:50%; margin-top: -10px; z-index:1; }
.m_gnb_btn img {max-height: 20px;}
.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:35px;}
.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:18px; font-weight: 500;}
.m_gnb > li > a.on {background-color:#3e83cd; color:#fff;}
.m_gnb > li.none {display: block !important;}
.m_sub_gnb {display:none; padding: 0 10%; background-color:#fff; border-bottom: 1px solid #e5e5e5; background-color: #f7f7f7;}
.m_sub_gnb > li > a {display:block; width:100%; height:40px; line-height:40px; border-top:1px solid #efede9; color:#555; font-size:14px;}
.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;}
.m_gnb_wrap .btn_box {padding: 50px 0 30px; text-align: center;}
.m_gnb_wrap .m_btn {display: inline-block; width: 90%; height: 49px; line-height: 47px; margin: 2px; border: 1px solid #dcdcdc; background-color: #f4f4f4; font-size: 0.933em; text-align: center;}
.m_gnb_wrap .m_btn:before {display: inline-block; content:''; width: 13px; height: 17px; margin-top: -5px; margin-right: 7px; background: url('/images/common/login_ico.png') no-repeat center/contain; vertical-align: middle;}
.m_gnb_wrap .m_btn.logout {width: 45%;}
.m_gnb_wrap .m_btn.logout:before {width: 13px; height: 17px; margin-right: 7px; background-image: url('/images/common/logout_ico.png');}
.m_gnb_wrap .m_btn.mypage {width: 45%;}
.m_gnb_wrap .m_btn.mypage:before {width: 16px; height: 15px; margin-right: 6px; background-image: url('/images/common/mypage_ico.png');}


/* footer */
.footer {position:absolute; bottom:0; z-index:1; width: 100%;  background-color: #f5f5f5;}
.footer .quick_box {display: none !important; position: fixed; left:50%; bottom: 70px; z-index: 2; margin-left: 600px;}
.footer .q_share_box {display: none; position: relative; z-index: 1; margin-bottom: 5px;}
.footer .quick_box button, .footer .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;}
.footer .quick_box button:hover, .footer .quick_box button:focus, .footer .quick_box a:hover, .footer .quick_box a:focus {font-size: 22px;}
.footer .q_share_menu {display: none; position: absolute; left: 0; bottom: 35px; z-index: 1;}
.footer .q_share_menu li {margin-bottom: 5px;}
.footer .q_share_menu li:last-child {margin-bottom: 0;}
.footer .foot_logo {display: inline-block; position: absolute; left: 0; top: 25px;}
.footer .txt_box {padding: 46px 0; padding-left: 190px; color: #787878; font-size: 0.933em; font-weight: 350;}
.footer .txt_box .t1 {margin-bottom: 5px;}
.footer .txt_box .t1 .each {display: inline-block; vertical-align: middle;}
.footer .txt_box .t1 .each:after {display: inline-block; content:'|'; margin: -6px 10px 0; color: #c0c0c0; vertical-align: middle;}
.footer .txt_box .t1 .each:last-child:after {display: none;}
.footer .site_box {position: absolute; right: 0; top: 50%; 
-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.footer .site_box .site_btn {position: relative; width: 296px; height: 50px; padding: 0 20px; border: 1px solid #c1c1c1; color: #545454; font-size: 0.933em; font-weight: 350; text-align: left;}
.footer .site_box .site_btn em {display: inline-block; content:''; position: absolute; right: 0; top: 0; width: 48px; height: 100%; border-left: 1px solid #c1c1c1; text-align: center;}
.footer .site_box .site_btn em:after {display: inline-block; content:''; width: 0; height: 100%; vertical-align: middle;}
.footer .site_box .site_btn em img {vertical-align: middle; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.footer .site_box .site_btn.on em img {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.footer .site_box .site_link {display: none; position: absolute; left: 0; bottom: 100%; width: 100%; max-height: 156px; overflow: auto; border: 1px solid #c1c1c1; border-bottom: 0; background-color: #f5f5f5;}
.footer .site_box .site_link > li {border-bottom: 1px dashed #c1c1c1;}
.footer .site_box .site_link > li:last-child {border-bottom: 0;}
.footer .site_box .site_link > li a {display: block; padding: 10px; color: #545454; font-size: 0.933em; font-weight: 350;}