﻿@charset "utf-8";

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

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

.wrapper { position: relative; width: 100%; min-width: @body_width@px;}
.wrapper > div { position: relative; max-width: @wrap_width@px; margin: 0 auto; padding: 0 @wrap_margin_left_right@px;}
.wrapper > div:after { content: ""; display: block; clear: both;}

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

/* 상단 네비게이션 */
.top_nav { font-size: 11px; color: @txt_sub_color@; background: #f3f3f3;}
.top_nav a { color: @txt_sub_color@;}
.top_nav ul:after { content: ""; display: block; clear: both;}
.top_nav ul li { float: left;}
.top_nav .tn_left { float: left;}
.top_nav .tn_left li { border-left: 1px solid #f3f3f3;}
.top_nav .tn_left li:first-child { border-left: 0;}
.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;}

.trans_nav { float: left; margin-top: 7px; margin-left: -50px; position: relative; z-index: 1000;}
.trans_nav:after { content: ""; display: block; clear: both;}
.trans_nav > li { float: left; margin-left: 5px;}
.trans_nav > li > a { display: block; width: 31px; height: 20px; background: url(../btn/btn_transition.png?200310) no-repeat 0 0; text-indent: -9999em;}
.trans_nav > li.tn01 > a { background-position: 0 0;}
.trans_nav > li.tn02 > a { background-position: -35px 0;}
.trans_nav > li.tn03 > a { background-position: -70px 0;}
.trans_nav > li.tn04 > a { background-position: -105px 0;}
.trans_nav > li.tn05 > a { background-position: -140px 0;}
.trans_nav > li.tn06 > a { background-position: -175px 0;}
.trans_nav > li.tn07 > a { background-position: 0 -25px;}
.trans_nav > li.tn08 > a { background-position: -35px -25px;}
.trans_nav > li.tn09 > a { background-position: -70px -25px;}

.weather_box > a { white-space: nowrap;}

.trans_sel { float: left; margin-left: 7px; border: 0; background: transparent url(../bg/arrow_b.svg) no-repeat right 10px; background-size: 18px; height: 34px;}
.trans_sel label { font-weight: bold; color: @sub_color@;}
.trans_sel.select_box select { height: 34px; line-height: 34px; padding: 6px 0;}
.trans_sel.select_box label { top: 9px;}

.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: @txt_sub_color@;}
.top_nav .tn_right > li > a:hover { color: @black@;}
.top_nav .tn_right > li > a.icon_login { padding-right: 18px; background: url(../btn/btn_login.png) no-repeat right center;}
.top_nav .tn_right > li > a.t_bold { font-weight: bold; color: #222;}

.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: 15px; text-align: right; color: @txt_main_color@; margin-bottom: -3px; font-size: 11px; margin: 9px 4px 0 13px;}

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

.head_cen { position: relative; z-index: 120;}

#gnb { position: relative; text-align: center; height: 49px; background: #d50077;}
#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: 14px; padding: 0 13px; transition: .3s all ease; color: #fff; font-weight: bold; border-right: 1px solid #bd006a; border-left: 1px solid #bd006a;}
#gnb > li > a.on, #gnb > li > a.active { background: #bd006a; border-right: 1px solid #d50077; border-left: 1px solid #d50077;}

#gnb > li > ul { position: absolute; left: 0; top: 49px; background: #bd006a; 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;}
#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: 1px; height: inherit; background: url(../bg/bg_sub_shadow.png) repeat 0 0; text-align: left; width: 900px; padding: 7px 0 5px;}
#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: 36px; line-height: 34px;}
#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 { color: #d50077;}

/* Footer */
#footer { border-top: 1px solid @border_main_color@;}
#footer > div { max-width: @wrap_width@px;}
.foot_wrap { position: relative; padding: 35px 0 30px;}
.foot_wrap:after { content: ""; display: block; clear: both;}
.foot_wrap h6 { position: absolute; left: 0; top: 35px; 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: 176px;}

.foot_con > ul { position: relative;}
.foot_con > ul:after { content: ""; display: block; clear: both;}
.foot_con > ul li { float: left; padding-left: 8px; margin-left: 8px; background: url(../icon/icon_line01.png) no-repeat 0 center;}
.foot_con > ul li:first-child { background: none; padding-left: 0; margin-left: 0;}
.foot_con > ul li a { display: block; height: 16px; line-height: 14px; font-size: 12px; color: @txt_sub_color@;}
.foot_con > ul li a:hover { color: @black@;}
.foot_con > p { font-size: 11px; color: @txt_sub_color@; letter-spacing: 0; margin-top: 5px;}
.foot_con > p * { font-style: normal; font-weight: normal; color: @medium@; margin-right: 10px; letter-spacing: 0;}
.foot_con > b { position: absolute; right: 0; bottom: 40px;}

.foot_sns {/*  position: absolute; right: 0; bottom: 65px; */}
.foot_sns:after { content: ""; display: block; clear: both;}
.foot_sns > li { float: left; width: 33.3333%;}
.foot_sns > li > a { display: block; text-align: center; padding: 12px 0;}
.foot_sns > li.fs01 > a { background: #4a6ca5;}
.foot_sns > li.fs02 > a { background: #f33c69;}
.foot_sns > li.fs03 > a { background: #33be5d;}

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

.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;}

/* Search */
.search_con { position: absolute; left: 0; top: 49px; width: 100%; background: @over_main_color@; z-index: 10;}
.search_con > div { position: relative; margin: 30px auto; width: 468px; height: 36px; border: 2px solid #fff;}
.search_con > div:after { content: ""; display: block; clear: both;}
.search_con input { float: left; border: 0; font-size: 15px; padding: 9px 13px 11px; width: 400px; background: transparent; color: #fff;}
.search_con .i_label { top: 10px; left: 13px; font-size: 15px; color: #fff;}
.search_box .btn_search { position: absolute; right: 0; top: 0; width: 43px; height: 36px; background:url(../btn/btn_search.png) no-repeat 0 -1px; text-indent: -9999px;}

.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: 100; transition: .3s all ease;}
.search_box .btn_all_search:active { background-color: @over_main_color@;}
.search_box .btn_all_search.on { background-position: -40px 0; background-color: @over_main_color@;}

/* 설문조사 */
.flex_list { display: flex; flex-wrap: wrap;}
.flex_list > li { position: relative; padding-right: 9px;}
.flex_list .rdo_wrap { display: block;}
.flex_list .in_pos { position: absolute; top: -6px; padding-left: 5px;}

.c_list:after { content: ""; display: block; clear: both;}
.c_list > li { position: relative; width: 50%; float: left;}

.survey_wrap { font-size: 14px; border: 1px solid #ddd; margin-bottom: 25px; border-radius: 10px; padding: 20px 20px 35px; box-shadow: 0 5px 5px rgba(0,0,0,.25); background: #f7f7f7;}
.survey_wrap h2 { font-size: 17px; border-bottom: 2px solid #222; padding-bottom: 7px; margin-bottom: -16px; position: relative;}
.survey_wrap .iradio { top:2px;}
.survey_wrap dl { border-top: 1px dashed #ddd; padding-top: 15px; margin-top: 15px;}
.survey_wrap dl dt { font-size: 15px; margin-bottom: 6px; word-break: keep-all;}

/* 구독신청 */
.btn_subsc { position: fixed; left: -220px; bottom: 40px; z-index: 3000000001; transition: all .3s ease;}
.btn_subsc.on { left: 30px;}
.btn_subsc .subsc_wrap { display: block; padding: 20px 20px 40px; border-radius: 20px; transition: all .3s ease;
	background: linear-gradient(137deg, rgba(0,0,0,.9), rgba(213,0,119,.9), rgba(192,28,178,.9), rgba(294,255,216,.9));
	-webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); 
	background-size: 800% 800%;
	
	-webkit-animation: BackMove 7s ease infinite;
	-moz-animation: BackMove 7s ease infinite;
	-o-animation: BackMove 7s ease infinite;
	animation: BackMove 7s ease infinite;

}
.btn_subsc .subsc_wrap:hover { box-shadow: 0 0 10px rgba(0,0,0,.5);}
.btn_subsc .btn_day_close { position: absolute; left: 0; bottom: 15px; font-weight: bold; width: 195px; text-align: center; color: #fff; opacity: .6; text-decoration: underline; transition: all .3s ease;}
.btn_subsc .btn_day_close:hover { opacity: 1;}
.btn_subsc .btn_suc_close { position: absolute; right: -10px; top: -10px; display: block; width: 30px; height: 30px; background: #fff url(/data/images/btn_x.svg) no-repeat center center; box-shadow: 0 0 10px rgba(0,0,0,.5); border-radius: 50%; background-size: 15px; transition: all .3s ease;}
.btn_subsc .btn_suc_close:hover { transform: rotate(-90deg);}

@-webkit-keyframes BackMove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes BackMove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes BackMove {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes BackMove { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.job, .jop * { font-family: -apple-system, BlinkMacSystemFont, 'Pretendard Variable', Pretendard, Apple SD Gothic Neo, 맑은고딕, Malgun Gothic, Droid Sans, sans-serif; font-size: 18px; line-height: 1.76;}

.job { padding: 30px 0;}
.job_top { background: url(/data/images/job_top_logo.png?240104) no-repeat center 0; background-size: 525px; padding-top: 80px;}

.job_tit { font-size: 28px; text-align: center; margin-bottom: 20px; letter-spacing: -0.03em;}
.job_c { color: #0078ae !important;}

.job_box > div { float: left;}
.job_box:after { content: ""; display: block; clear: both;}
.jb_left { width: 30%; box-sizing: border-box; padding-right: 40px;}
.jb_right { width: 70%; box-sizing: border-box;}

.job_box h4 { position: relative; font-size: 26px; font-weight: bold; color: #0078ae; padding-left: 42px; margin-bottom: 20px; letter-spacing: -0.03em; line-height: 1.3;}
.job_box h4 .notranslate { position: absolute; left: 0; top: 2px; display: block; width: 30px; height: 30px; background: #0078ae; color: #fff; text-align: center; line-height: 28px;}
.job p { word-break: keep-all; letter-spacing: -0.02em !important;}
.sub_sctit { font-size: 21px; margin-bottom: 15px; line-height: 1.4;}

.job table { border-top: 2px solid #333; margin: 13px 0; font-size: 15px;}
.job table th,.job table td { padding: 7px 15px; text-align: left; border-bottom: 1px solid #dedede; border-left: 1px solid #dedede;}
.job table th:first-child,.job table td:first-child { border-left: 0;}
.job table tr:nth-child(2n) td { background: #f5f7f9;}
.job table th { background: #e9f3fa; border-bottom: 3px double #aaa; padding: 10px 15px;}

.button-52 { display: inline-block; font-size: 21px; padding: 7px 25px; font-weight: bold; border: 1px solid #0078ae; cursor: pointer; position: relative; color: #015074; background-color: #c0e3f9; transition: all .3s ease;}
.button-52:hover { background-color: #a6d5f2;}

.button-52.rev { background-color: #015074; color: #fff; border-radius: 5px; overflow: hidden;}
.button-52.rev:hover { background-color: #003c58;}

.j_line { display: block; outline: 0; border: 0; border-top: 2px dashed #eee; margin: 60px 0;}
.j_btn_wrap { width: 100%; text-align: center; margin: 20px 0;}

.img_wrapper { position: relative; text-align: center; margin-bottom: 30px;}
.img_wrapper:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; z-index: 2;}
.img_wrapper img { width: 100%; border-radius: 12px;}

.job_bot { border: 4px solid #c5e0f2; border-radius: 12px; padding: 20px 25px 10px;}

.tit_notice { position: relative; font-size: 26px; color: #0078ae; margin-bottom: 20px; letter-spacing: -0.03em; border-bottom: 2px solid #0078ae; padding-bottom: 10px; padding-left: 40px; line-height: 1.3;}
.tit_notice:after { content: ""; position: absolute; left: 0; top: 5px; display: block; width: 33px; height: 33px; background: url(/data/images/icon_notice.svg) no-repeat center 0;}

.job_how dl { margin: 15px 0;}
.job_how dt { display: inline-block; font-weight: bold; background: #0078ae; border-radius: 15px; color: #fff; padding: 0 15px;}
.job_how dd { margin: 0 15px;}
.job_how dd ul li { position: relative; font-weight: bold; padding-left: 15px; margin-top: 10px; word-break: keep-all; line-height: 1.5;}
.job_how dd ul li:after { content: ""; position: absolute; left: 0; top: 10px; display: block; width: 6px; height: 6px; background: #222; border-radius: 50%;}

.bc_logo { height: 15px; position: relative; top: -2px; margin: 0 0 0 3px;}
.bc_logo.bcb { height: 27px; top: -1px; margin: 0 3px 0 -3px;}

.op_wrap { border: 4px solid #c5e0f2; border-radius: 12px; padding: 20px 25px 23px; display: flex; align-items: center; justify-content: center; margin: 25px 0;}
.op_wrap p { position: relative; padding-left: 30px; flex: 1; margin-left: 25px; font-size: 16px; color: #f05454; line-height: 1.3; background: url(/data/images/icon_info.svg) no-repeat 5px 1px; background-size: 20px;}












