﻿@charset "utf-8";

@import "reset_cache.css";
@import "module_cache.css";
@import "company_cache.css";

/* Common Layout */
.body_wrap { position: relative; min-width: 1020px; overflow: hidden;}

.wrapper { position: relative; width: 100%; min-width: 1020px;}
.wrapper > div { position: relative; max-width: 980px; margin: 0 auto;}
.wrapper > div:after { content: ""; display: block; clear: both;}

.line_bg { border-top: 1px solid #dedede; background: url(../bg/bg_line_cen.png) repeat-y 58.53% 0;}
.line_bg > div { padding-top: 20px;}

/* 상단 네비게이션 */
.top_nav { font-size: 12px; color: #808080; border-bottom: 1px solid #eaeaea;}
.top_nav a { color: #808080;}
.top_nav ul:after { content: ""; display: block; clear: both;}
.top_nav ul li { float: left;}
.top_nav .tn_left { float: left; border-right: 1px solid #f3f3f3;}
.top_nav .tn_left li { border-left: 1px solid #f3f3f3;}
.top_nav .tn_left li a { display: block; height: 35px; width: 34px; background: #fff url(../btn/btn_tn_left.png) no-repeat 0 0; text-indent: -9999px;}
.top_nav .tn_left li a.tl01 { background-position: 0 0;}
.top_nav .tn_left li a.tl02 { background-position: -34px 0;}

.top_nav .tn_right { float: right;}
.top_nav .tn_right:after { content: ""; display: block; clear: both;}
.top_nav .tn_right > li { padding-left: 7px; margin-left: 7px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.top_nav .tn_right > li:first-child { background: none;}
.top_nav .tn_right > li > a { display: block; height: 35px; line-height: 34px; color: #808080;}
.top_nav .tn_right > li > a:hover { color: #222;}
.top_nav .tn_right > li > a.icon_login { padding-right: 18px; background: url(../btn/btn_login.png) no-repeat right center;}

.member_collap { position: relative;}
.member_collap .icon_member { position: relative; display: block; padding-left: 16px; background: url(../bg/bg_collap.png) no-repeat 0 12px; height: 35px; line-height: 34px; z-index: 1001;}
.member_collap .icon_member span { display: block; padding-right: 10px; background: url(../icon/icon_collap.png) no-repeat right 0; transition: .3s all ease;}
.member_collap .icon_member.on span { background-position: right -35px;}
.member_collap .icon_member:hover { color: #000;}
.member_collap ul { position: absolute; left: -9px; top: 19px; background: #fff; z-index: 1000; width: 66px; height: 62px; padding: 23px 10px 0; background: url(../bg/bg_collap.png) no-repeat 0 -20px;}
.member_collap ul li { float: none;}
.member_collap ul li a { display: block; height: 22px; line-height: 21px; text-align: center;}
.member_collap ul li a:hover { background: #ededed;}

/* 날짜와 날씨 */
.today_txt { float: left; font-size: 13px; font-weight: bold; color: #777; margin: 7px 4px 0 13px; letter-spacing: 0;}

/* Header */
#header { z-index: 100;}
#header > div { padding: 0; max-width: 1020px;}
.head_top { position: relative; padding: 0 20px;}
.head_top > div { min-height: 120px;}
.head_top > div h1 { position: absolute; left: 50%; top:0; width: 400px; margin-left: -200px;}
.head_top > div h1 b { display: table-cell; width: 460px; height: 120px; vertical-align: middle; text-align: center;}
.head_top > div:after { content: ""; display: block; clear: both;}
.head_top > div > div { width: 260px; margin: 14px 0 2px; padding-bottom: 10px;}
.head_top .ht_left { float: left;}
.head_top .ht_left .com_ban { text-align: left !important;}
.head_top .ht_right { float: right;}
.head_top .ht_right .com_ban { text-align: right !important;}

.head_cen { position: relative; z-index: 120;}
.head_cen > div { background: #13acac;}

#gnb { position: relative; text-align: center; height: 49px;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block; margin-right: -1px;}
#gnb > li > a { display: block; height: 49px; line-height: 47px; font-size: 15px; padding: 0 13px; transition: .3s all ease; color: #fff; font-weight: bold; border-right: 1px solid #088f8f; border-left: 1px solid #088f8f;}
#gnb > li > a.on, #gnb > li > a.active { background: #088f8f; border-right: 1px solid #13acac; border-left: 1px solid #13acac;}
#gnb > li > a:first-child { border-left: 0;}

#gnb > li > ul { position: absolute; left: 0; top: 49px; background: #088f8f; padding: 0 5px;}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block; padding: 0 7px; background: url(../bg/bg_sub_line.png) no-repeat 0 center;}
#gnb > li > ul li:first-child { background: none;}
#gnb > li > ul li a { display: block; height: 50px; line-height: 47px; color: #fff; font-size: 14px;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { text-decoration: underline;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; height: inherit; text-align: left; width: 900px; padding: 7px 0 5px; background: rgba(0,0,0,.7); -webkit-backdrop-filter: saturate(180%) blur(3px); backdrop-filter: saturate(180%) blur(3px);}
#gnb.vertical > li > ul:before { position: absolute; left: 21px; top: -8px; content: ""; display: block; width: 13px; height: 8px; background: url(../bg/bg_sub_arrow.png) repeat 0 0;;}
#gnb.vertical > li > ul li { float: none; display: block; padding: 0; background:none; text-align: left;}
#gnb.vertical > li > ul li:first-child { padding-left: 0; margin-left: 0;}
#gnb.vertical > li > ul li a { display:block; height: 40px; line-height: 38px;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 30px 0 15px;}
#gnb.vertical > li > ul li a:hover, #gnb > li > ul li a.active { background: #000;}

/* Footer */
#footer { border-top: 1px solid #ddd;}
#footer > div { max-width: 980px;}
.foot_wrap { position: relative; padding: 20px 0 40px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 20px; display: table; margin-right: 40px; margin-left: 10px; margin-top: 5px; text-align: center;}
.foot_wrap h6 b { display: table-cell; vertical-align: middle; text-align: center;}
.foot_wrap > div { padding-left: 190px;}

.foot_nav { position: relative; padding: 25px 0 20px; border-bottom: 1px solid #ddd; font-size: 0;}
.foot_nav:after { content: ""; display: block; clear: both;}
.foot_nav li { float: left; padding-left: 10px; margin-left: 10px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.foot_nav li:first-child { background: none; padding-left: 0; margin-left: 0;}
.foot_nav li a { display: block; height: 16px; line-height: 14px; font-size: 13px; color: #444;}
.foot_nav li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 12px; color: #666; line-height: 1.7; letter-spacing: -0.04em;}
.foot_con > p * { font-style: normal; font-weight: normal; color: #666; margin-right: 10px; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 40px;}
.foot_con .update { letter-spacing: 0; color: #999;}
.foot_con .update > b { font-weight: bold;}

/* Content */
#container { margin-bottom: 10px; padding-top: 30px;}
.container_solo { clear: both; position: relative; padding-bottom: 0 !important;}
#container > div { padding-bottom: 30px;}
#main_con { margin-bottom: 10px; padding-top: 30px;}
#main_con > div { padding-bottom: 30px;}

.page_tit { position:relative; font-size: 26px; padding-bottom: 17px; line-height: 1.2; margin-left: -2px;}
.btn_mobile { position: relative; text-align: center; padding: 20px 0;}
.con_bg { background: #f7f7f7; padding: 30px 0;}

/* Search */
.search_box { position: absolute; right: 0; top: 0; height: 49px; overflow: hidden; padding-left: 40px;}
.search_con { position: absolute; width: 253px; height: 35px; padding: 7px 0 7px 7px; z-index: 10; background: #13acac; border-left: 1px solid #088f8f;}
.search_con:after { content: ""; display: block; clear: both;}
.search_con input { border: 0; font-size: 13px; padding: 7px 10px 8px; height: 20px; width: 170px;}
.search_con .i_label { top: 17px; left: 17px; font-size: 13px; color: #bbb;}
.search_box .btn_search_submit { position: absolute; right: 30px; top: 7px; display: block; width: 37px; height: 36px; text-indent: -9999px; background: #088f8f url(../btn/btn_search_collap.png) no-repeat -1px -6px;}
.search_box .head_search::placeholder { color: #999;}

.search_box .btn_search_close { position: absolute; right: 0; top: 0; display: block; width: 25px; height: 49px; text-indent: -9999px; background: url(../btn/btn_search_collap.png) no-repeat -50px 1px; z-index: 12; transition: none;}

.search_box .btn_all_search { position: absolute; right: 0; top: 0; display: block; width: 40px; height: 49px; text-indent: -9999px; background: url(../btn/btn_search_collap.png) no-repeat 0 0; z-index: 12; transition: none;}

/* add */
.intro_tit { font-size: 20px; color: #13acac; padding-left: 10px; padding-bottom: 6px; border-left: 2px solid #13acac; line-height: 1; margin-bottom: 20px;}
.intro_box { padding: 0 0 15px 0; border-bottom: 1px solid #dedede; margin-bottom: 30px;}
.intro_float:after { content: ""; display: block; clear: both;}
.intro_float img { float: left; margin: 0 15px 0 0;}
.intro_float { color: #363636; font-size: 15px;}