﻿@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;}

.wrapper { position: relative; width: 100%; min-width: 1200px;}
.wrapper > div { position: relative; 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: 12px; background: #515151;}
.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;}
#header * { 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 #50a8c2; background: #fff;}
.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 { 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: 16px; padding: 0 12px; 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: #50a8c2;}

#gnb > li > ul { position: absolute; left: 0; top: 80px; border-top: 0; background: #50a8c2; 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: 15px; padding: 0 15px; font-weight: bold;}
#gnb > li > ul li a:hover, #gnb > li > ul li a.active { background-color: #358aa3;}

#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: 700px; 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) no-repeat 0 0; 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: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: #e3e3e3;}
#footer .wrapper > div { max-width: 1160px;}

.foot_wrap { position: relative; padding: 30px 0 80px; display: flex;}
.foot_wrap h6 { margin-right: 50px;}

.foot_box { display: flex; flex-grow: 1;}

.foot_con { margin-right: 30px; width: 45%;}
.foot_con > p { font-size: 14px; line-height: 1.7;}
.foot_con > p * { font-style: normal; font-weight: normal; letter-spacing: 0;}

.foot_nav { flex-grow: 1; border-left: 1px solid #999; margin-bottom: 20px; padding-left: 30px;}
.foot_nav .fnt { font-size: 17px; margin-bottom: 10px;}
.foot_nav .fnl li { margin-top: 7px;}
.foot_nav .fnl li a { font-size: 14px;}
.foot_nav .fnl li a:hover { text-decoration: underline;}
.foot_nav .fnl_h { display: flex;}
.foot_nav .fnl_h li { margin-right: 20px;}
.sponsor { position: absolute; right: 0; bottom: 25px;}
/* .foot_bot_txt { position: absolute;} */

/* 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: 1px 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;}

.ff_wrap { font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif;}

.site_link { position: relative; display: flex; flex-wrap: wrap; margin: 0 -5px -10px;}
.site_link li { width: 50%; display: flex; margin-bottom: 10px;}
.site_link li a { flex-grow: 1; display: block; text-align: center; display: flex; flex-direction: column; margin: 0 5px;
	background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 3px;
	transition: all .3s ease;
}
.site_link li a .text { display: block; font-size: 18px; font-weight: bold; height: 100%;
	background-color: #fff;
	border-radius: 6px;
	display: block;
	padding: 15px 0;
}

.site_link li a .text span { display: block; margin-top: 10px;}
.site_link li a .icons { display: block; width: 44px; height: 42px; margin: 0 auto; background-size: 100% !important;}
.site_link li a .icons.ico01 { background: url(/data/images/s_icon01.png) no-repeat center center;}
.site_link li a .icons.ico02 { background: url(/data/images/s_icon02.png) no-repeat center center;}
.site_link li a .icons.ico03 { background: url(/data/images/s_icon03.png) no-repeat center center;}
.site_link li a .icons.ico04 { background: url(/data/images/s_icon04.png) no-repeat center center;}
.site_link li a .icons.ico05 { background: url(/data/images/s_icon05.png) no-repeat center center;}
.site_link li a .icons.ico06 { background: url(/data/images/s_icon06.png) no-repeat center center;}
.site_link li a .icons.ico07 { background: url(/data/images/s_icon07.png) no-repeat center center;}
.site_link li a .icons.ico08 { background: url(/data/images/s_icon08.png) no-repeat center center;}

.site_link li a:active,
.site_link li a:hover {
	transform: translateY(-1px);
	box-shadow: rgba(0,0,0,.2) 0 15px 30px -5px;
}

.mgb_wrap { border-top: 1px solid #eee; border-bottom: 1px solid #eee; display: flex; margin-bottom: 15px;}
.mgb_wrap * { color: #50a8c2; font-weight: bold; text-align: center;}
.mgb_wrap h3 { background: #eee; font-size: 21px; padding: 12px 20px;}
.mgb_wrap .mgb { display: flex; flex-grow: 1; align-items: center; padding: 0 10px;}
.mgb_wrap .mgb li { flex-grow: 1;}
.mgb_wrap .mgb li a { display: block; font-size: 17px; transition: all .3s ease; padding: 15px 0;}
.mgb_wrap .mgb:hover a { opacity: .5;}
.mgb_wrap .mgb li a:hover { opacity: 1; transform: translateY(-1px);}

.recomm_list { display: flex; border: 1px solid #ddd; margin-bottom: 30px;}
.recomm_list li { flex: 1;}
.recomm_list li a { font-weight: bold; font-size: 19px; border: 1px solid #ddd; display: block; padding: 20px 10px; text-align: center; transition: all .3s ease;}
.recomm_list li a b { color: #50a8c2; margin-right: 5px;}
.recomm_list li a:hover { box-shadow: 0 0 20px rgba(0,0,0,.2);}