﻿@charset "utf-8";

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

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

#header *,
#footer *,
.top_util *,
.head_cen * { letter-spacing: -0.03em;}

.wrapper { width: 100%; min-width: 1200px;}
.wrapper > div { max-width: 1160px; margin: 0 auto; padding: 0 20px;}
.wrapper > div:after { content: ""; display: block; clear: both;}

/*
.col_headline { padding: 0 0 40px;}
.line_box { border-top: 2px solid #222; padding: 40px 0;}
.line_box .comlay { background: url(../bg/bg_line_cen.png) repeat-y 66.8% 0;}
.line_box > .col03 { background: url(../bg/bg_line_col03.png) repeat-y 26px 0;}
*/

/* 상단 네비게이션 */
.top_util { font-size: 13px; background: #515151; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif;}
.top_util a { color: #fff;}
.top_util ul:after { content: ""; display: block; clear: both;}
.top_util ul li { float: left;}

.top_util .tn_left { float: left;}
.top_util .tn_left:after { content: ""; display: block; clear: both;}
.top_util .tn_left li { position: relative; padding-left: 6px; margin-left: 6px;}
.top_util .tn_left li:first-child { background: none; padding-left: 0; margin-left: 0;}
.top_util .tn_left li a { position: relative; display: block; height: 40px; line-height: 39px; padding-left: 21px;}
.top_util .tn_left li a:after { position: absolute; left: 0; top: 50%; content: ""; display: block; width: 15px; height: 14px; margin-top: -8px;}
.top_util .tn_left li a.tl01:after { background: url(../icon/icon_tl01.png) no-repeat 0 0;}
.top_util .tn_left li a.tl02:after { background: url(../icon/icon_tl02.png) no-repeat 0 0;}
.top_util .tn_left li a:hover { text-decoration: underline;}

.top_util .tn_right { float: right;}
.top_util .tn_right:after { content: ""; display: block; clear: both;}
.top_util .tn_right li { position: relative; padding-left: 8px; margin-left: 9px;}
.top_util .tn_right li:after { position: absolute; left: -2px; top: 50%; margin-top: -2px; content: ""; display: block; width: 3px; height: 3px; background: #b2b2b9; border-radius: 50%;}
.top_util .tn_right li:first-child:after { display: none;}
.top_util .tn_right li a { display: block; height: 40px; line-height: 39px;}
.top_util .tn_right li a:hover { text-decoration: underline;}

/* 날짜 */
.today_txt { float: left; font-size: 15px; text-align: right; color: #222; margin-bottom: -3px; font-size: 11px; margin: 9px 4px 0 7px;}

/* Header */
#header { z-index: 100; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif;}
.head_top { position: relative; border-bottom: 3px solid #ff7e00; background: #fff; z-index: 1000;}
.head_top > div { display: flex; align-items: center;}
.head_top > div h1 { position: relative; float: left; display: table; margin-right: 30px; z-index: 2;}
.head_top > div h1 b { display: table-cell; height: 104px; vertical-align: middle; text-align: left;}

#gnb { display: flex; flex-wrap: wrap; align-items: center; text-align: center;}
#gnb > li { display: block;}
#gnb > li:first-child { background: none;}
#gnb > li > a { position: relative; display: block; height: 60px; line-height: 60px; font-size: 18px; padding: 0 12px; color: #000; font-weight: bold; margin-right: -1px; z-index: 1;}

#gnb > li > a.on, #gnb > li > a.active { color: #ff7e00;}

#gnb.horizontal .sub_wrap { position: absolute; left: 0; z-index: 10000;}
#gnb.horizontal .sub_wrap > div { box-shadow: 0 5px 10px rgba(255,255,255,.3); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background: rgba(255,126,0,.9); box-shadow: 4px 4px 0 rgba(0,0,0,.1);}
#gnb.horizontal .sub_wrap > div > div { display: flex; align-items: center; justify-content: center;}
#gnb.horizontal .sub_wrap h2 { position: relative; margin-right: 40px; padding: 20px 0;}
#gnb.horizontal .sub_wrap h2:after { position: absolute; right: -30px; top: 50%; margin-top: -3px; content: ""; display: block; width: 6px; height: 6px; background: rgba(255,255,255,.5); border-radius: 50%;}
#gnb.horizontal .sub_wrap h2 a { font-size: 22px; color: #fff; white-space: nowrap; opacity: .7;}
#gnb.horizontal .sub_wrap ul { display: flex; flex-wrap: wrap; padding: 20px 0;}
#gnb.horizontal .sub_wrap ul li { margin: 10px 15px;}
#gnb.horizontal .sub_wrap ul li a { color: #fff; font-weight: bold; font-size: 17px; transition: all .3s ease; border-top: 1px solid transparent; border-bottom: 1px solid transparent;}
#gnb.horizontal .sub_wrap ul li a:hover { border-bottom: 1px solid #fff;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { position: absolute; left: -2px; top: 60px; background: #ff7e00; z-index: 120; box-shadow: 4px 4px 0 rgba(0,0,0,.1);}
#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; padding: 15px 40px 15px 15px; color: #fff; font-weight: bold; font-size: 16px;}
#gnb.vertical > li > ul li a span { display: inline-block; white-space: nowrap;}
#gnb.vertical > li > ul li a:hover, #gnb > li > ul li a.active { background-color: #e95d00;}

/*
#gnb { position: relative; text-align: center; height: 60px; padding-top: 23px;}
#gnb:after { content: ""; display: block; clear: both;}
#gnb > li { float: left; display: block;}
#gnb > li:first-child { background: none;}
#gnb > li > a { position: relative; display: block; height: 60px; line-height: 59px; font-size: 18px; padding: 0 14px; color: #000; font-weight: bold; margin-right: -1px; z-index: 1;}
#gnb > li > a > span { position: relative; display: block;}
#gnb > li > a.on, #gnb > li > a.active { color: #ff7e00;}

#gnb > li > ul { position: absolute; left: 0; top: 80px; border-top: 0; background: #ff7e00; z-index: 120; box-shadow: 4px 4px 0 rgba(0,0,0,.1);}
#gnb > li > ul:after { content: ""; display: block; clear: both;}
#gnb > li > ul li { float: left; display: block;}
#gnb > li > ul li:first-child { background: none;}
#gnb > li > ul li a { position: relative; display: block; height: 55px; line-height: 53px; color: #fff; font-size: 16px; padding: 0 15px; font-weight: bold;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { background-color: #e95d00;}

#gnb.vertical > li { position: relative;}
#gnb.vertical > li > ul { left: 0; top: 60px; height: inherit; text-align: left; width: 500px;}
#gnb.vertical > li > ul li { float: none; display: block; background: none; text-align: left; border: 0;}
#gnb.vertical > li > ul li:first-child { padding-left: 0; margin-left: 0;}
#gnb.vertical > li > ul li a { display:block; height: 45px; line-height: 43px; padding: 0;}
#gnb.vertical > li > ul li:first-child a { border-top: 0;}
#gnb.vertical > li > ul li a span { display: inline-block; padding: 0 10px 0 15px;}
*/

.head_cen { position: relative; background: #e8e8ec; border-top: 2px solid #fff;}
.head_cen > div:after { content: ""; display: block; clear: both;}

.head_cen .hb_left { float: left;}
.head_cen .hb_left:after { content: ""; display: block; clear: both;}
.head_cen .hb_right { float: right;}
.head_cen .hb_right:after { content: ""; display: block; clear: both;}

.head_cen .hb_left .today { float: left; font-size: 15px; font-weight: bold; color: #333; padding-top: 12px; margin-right: 15px;}
.head_cen .hb_left .weather { float: left; padding-top: 5px;}
.head_cen .hb_left .head_skin { position: relative; float: left; width: 510px; background: #d5d5da; height: 48px; margin-left: -60px;}
.head_cen .hb_left .head_skin .arl_077 .recent_art { background: transparent;}
.head_cen .hb_left .edit_top { position: absolute !important; width: 100%; top: -16px;}

.head_cen .hb_right .sns_link { float: left; margin-top: 8px; margin-right: 10px;}
.head_cen .hb_right .sns_link:after { content: ""; display: block; clear: both;}
.head_cen .hb_right .sns_link > li { float: left; margin-right: 3px;}
.head_cen .hb_right .sns_link > li > a { display: block; width: 30px; height: 30px; background: url(../btn/btn_sns.png?2308) no-repeat 0 0; background-size: 300px 60px; text-indent: -9999em;}
.head_cen .hb_right .sns_link > li > a.sl01 { background-position: 0 0;}		/* 유튜브 */
.head_cen .hb_right .sns_link > li > a.sl02 { background-position: -30px 0;}	/* 페이스북 */
.head_cen .hb_right .sns_link > li > a.sl03 { background-position: -60px 0;}	/* 트위터 */
.head_cen .hb_right .sns_link > li > a.sl04 { background-position: -90px 0;}	/* 인스타그램 */
.head_cen .hb_right .sns_link > li > a.sl05 { background-position: -120px 0;}	/* 네이버 */
.head_cen .hb_right .sns_link > li > a.sl06 { background-position: -150px 0;}	/* 포스트 */
.head_cen .hb_right .sns_link > li > a.sl07 { background-position: -180px 0;}	/* rss */
.head_cen .hb_right .sns_link > li > a.sl08 { background-position: -210px 0;}	/* 카카오톡 */
.head_cen .hb_right .sns_link > li > a.sl09 { background-position: -240px 0;}	/* 카카오채털 */
.head_cen .hb_right .sns_link > li > a.sl10 { background-position: -270px 0;}	/* 카카오스토리 */
.head_cen .hb_right .sns_link > li > a:hover { background-position-y: -30px;}

.head_cen .hb_right .search_wrap { float: left;}

.search_wrap { position: relative; overflow: hidden; background: #fff; margin: 7px 0;}
.search_wrap input[type=text] { width: 170px; padding: 8px 10px 10px; margin-right: 32px; font-size: 13px; border: 0;}
.search_wrap .i_label { left: 10px; top:10px; font-size: 13px; color: #c9c9c9;}
.search_wrap .btn_search { position: absolute; right: 0; top: -1px; width:35px; height: 35px; background: url(../btn/btn_search.png) no-repeat center center; text-indent: -9999em;}

/* Footer */
#footer { background: #515151; font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif;}
#footer .wrapper > div { max-width: 1160px;}
.foot_top { border-bottom: 1px solid #2a2a2a;}
.foot_bot { border-top: 1px solid #787878;}

.foot_wrap { position: relative; padding: 30px 0 40px;}
.foot_wrap h6 { margin-bottom: 20px; text-align: center;}

.foot_nav { padding: 20px 0 22px; height: 18px;}
.foot_nav > ul { position: relative; text-align: center;}
.foot_nav > ul li { display: inline-block;}
.foot_nav > ul li:before { position: relative; top: -1px; content: "/"; font-size: 16px; margin: 0 14px 0 12px; color: #bbb;}
.foot_nav > ul li:first-child:before { display: none;}
.foot_nav > ul li a { font-size: 16px; color: #fff;}
.foot_nav > ul li a:hover { text-decoration: underline;}

.foot_con > p { font-size: 14px; color: #fff; text-align: center; line-height: 1.7;}
.foot_con > p * { font-style: normal; font-weight: normal; color: #fff; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 25px;}

/* Content */
#container { position: relative;}
#container > div { padding: 35px 0 70px;}

.main_con { padding: 45px 0;}
.main_con.bg_gray { background: #f6f6f6; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;}

.page_tit { position:relative; font-size: 26px; padding-bottom: 17px; line-height: 1.2; margin-left: -2px; border-bottom: 2px solid #dedede; margin-bottom: 20px;}

.btn_mobile { position: relative; text-align: center; padding: 15px 0;}
.sublay { background: url(../bg/bg_linewrap.png) repeat-y 800px 0;}
.aside_box { position: relative; padding-left: 60px; padding-bottom: 65px;}

.scroll-in01, .scroll-in02 { z-index: 10;}