@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); 
@charset "utf-8";
@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.813em;height:100%;font-family:'NanumBarunGothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family:'NanumBarunGothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button, input[type=submit] {cursor:pointer}
input[type=text], input[type=password], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'NanumBarunGothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}

ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hd{ height: 80px;}

#hd_wrapper{margin:0 auto;width:100%;  position: relative; display:block; padding: 0}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:15px 10px; }
#logo img{vertical-align:middle; height: 50px }
 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */


#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#gnb {display:block;float:left; display: none}
#gnb .gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_wr{max-width:1200px;padding-right:200px;margin:0 auto;position:relative;}
#gnb a {display:block}
.gnb_1dli{position:relative;float:left;line-height:40px}
.gnb_1dli:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli button{display:none}
.gnb_1da {float:left;padding:0 20px;color:#fff;line-height:80px;font-size:1.077em;font-weight:500}
.gnb_2dul {display:none;position:absolute;top:80px;left:0;background:#202228;min-width:100%;z-index:99}
.gnb_1dli:hover .gnb_2dul {display:block}
.gnb_1dli:hover:before{background:#fa5064;position:absolute;bottom:0;left:0;width:100%;height:3px;content:''}
.gnb_1dli:hover .gnb_1da{color:#fa5064;}
.gnb_2da {color:#a8a6b0;padding:0 15px;font-weight:normal;white-space: nowrap;border-top:1px solid #121418}
.gnb_2da:hover{color:#fff;}

#tnb{background:#090a0c;line-height:40px}
#tnb ul {max-width:1200px;margin:0 auto}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left}
#tnb .right{float:right}
#tnb li a{color:#b8b8b8;display:block;padding: 0 13px}
#tnb li a:hover{background:#1b1e24}
#tnb .tnb_res a{background:#fa576b;color:#fff;padding:0 20px;font-weight:600;}
#tnb .tnb_res a:hover{background:#ff2f48}
#tnb .tnb_res i{margin-right:5px}
#tnb .tnb_sns i{color:#fa576b;margin-right:5px}

.hd_sch_btn{float:right;width:50px;border:0;background:0;height:80px;color:#fff;font-size:18px;vertical-align:top;}
#hd_sch{z-index:10;display:none;position:absolute;top:40px;left:0;background:#121418;width:100%;}
#hd_sch .sch_wr{margin:0 auto;max-width:1200px;position:relative;}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:80px;padding:0 50px;color:#fff;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid #ea185f}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:80px;width:50px;font-size:18px;}
#hd_sch .btn_close{background:none;border:0;position:absolute;top:0;right:0;width:50px;height:80px;color:#aaa;font-size:18px}
#hd_sch .btn_close:hover{color:#fff}

#gnb_open{float: right;width: 80px;border: 0 ;background: 0;height: 80px;color: #fff; font-size: 18px;vertical-align:top; top:0; margin-right: -3px}
#gnb_open img{height: 80px; }

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;min-width:300px}
#gnb2 .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;color:#555}
#gnb2 .gnb_tnb{padding:0 10px;}
#gnb2 .gnb_tnb li{display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a{color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul{margin:20px 0}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da{padding:0 20px;display:block;color:#fff;font-size:1.15em;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {position:relative;font-weight:bold;background:#fff;color:#333; text-align:center;z-index:9;background:rgba(0,0,0,0.4);line-height:300px;color:#fff;font-size:2.5em}

#container>p{display:none;}


 @media (max-width:639px){
    #container_title {line-height:55px;border-bottom:1px solid #eee;color:#000;font-size:1em;;text-align:left;padding:0 20px;background:none}

 }

/* 하단 레이아웃 */
#ft {background:#1c2020; padding-bottom: 65px}
.ft_wr{background:#292b33;color:#fff;padding:50px 10px 50px 10px; text-align: center}
.ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
.ft_wr img{position: relative; margin-left: 0px; margin-bottom: 20px; height: 30px}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}
#ft_copy{font-size: 12px; line-height: 160%;}

.ft_info{margin:0 auto;max-width:100%;padding:20px 0px; text-align: center; color: #fff; font-size: 14px}
.ft_info a{font-size: 12px; margin: 0 5px}
.ft_info:after {display:block;visibility:hidden;clear:both;content:""}
.ft_info .lt{float:left;width:50%;padding:20px}
#ft_contact{float:left;width:50%;;padding:20px;color:#fff}
#ft_contact h2{;font-size: 1.154em;margin-bottom:20px}
#ft_contact i{width:25px;color:#fa576b;line-height:30px;background:#222;position:relative;z-index:2}
#ft_contact li:after {display:block;visibility:hidden;clear:both;content:""}
#ft_contact .time{position:relative}
#ft_contact .time:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px ;background-image: linear-gradient(90deg, #666 25%, #222222 25%, #222222 50%, #666 50%, #666 75%, #222222 75%, #222222 100%);
background-size: 8.00px 8.00px;;z-index:0}
#ft_contact .text{background:#222;padding-right:10px;z-index:2;display:inline-block;line-height:30px;position:relative}
#ft_contact .num{background:#222;float:right;padding-left:10px;z-index:2;display:inline-block;line-height:30px;position:relative}
#ft_contact  a{display:block;text-align:center;background: #fa576b;
color: #fff;margin-top:20px;line-height:45px;
font-weight: 600;}

#top_btn{position:fixed;bottom:80px;right:20px;width:50px;height:50px;background:#121418;border:0;z-index:999;color:#fff;transition: opacity 0.2s ease-out;opacity:0;}
#top_btn.show {opacity: 1;}

/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #ea185f;border-color:#ea185f;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {border:0;background:#fa576b;border:1px solid #ff2741;color:#fff;cursor:pointer}
.btn_submit:hover{background:#ff2741}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#fa576b;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#ff2741}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}


/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}


/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}

.inner{margin: 0 auto; width: 100% !important; padding: 0; position: relative}
.inner2{margin: 0 auto; width: 96% !important; padding: 0; position: relative}

.img100{width: 100%;}


.mainBox01{height: 48.6111vh;}

.mainBox01 .slider div ul li img{ height: 48.6111vh; opacity: 1; }
.mainBox01 .flex-direction-nav a {width: 20px; background-size: 100% auto; margin: 20px 0 0;}



.mainBox02 ul li{display: block; width: 100%; padding: 30px 20px; height: 28vh; font-size: 16px; }
.mainBox02 ul li dt{font-size: 20px; font-weight: 700px; margin-bottom: 5px}
.mainBox02 ul li:nth-child(1){background-size: 100% auto;}
.mainBox02 ul li:nth-child(2){background-size: 100% auto;}
.mainBox02 ul li:nth-child(3){background-size: 100% auto;}
.mainBox02 ul li:nth-child(4){background-size: 100% auto;}

.mainBox03{padding: 40px 0 50px}
.mainBox03 dt{ font-size: 18px;  margin-bottom: 30px}
.mainBox03 dt img{vertical-align: middle; height: 40px}
.mainBox03 dt span{color: #ee7b00}

.mainBox04{ padding: 40px 0 50px; height: 30vh; }
.mainBox04 dt{ font-size:18px; margin-bottom: 50px}


.mainBox05 ul li{width: 100%; }

.mainBox06{display:block; width: 100%; height:47vh;  background-size: 100% auto;  font-size: 12px;  padding: 30px 25px; }
.mainBox06 dl{ font-size: 14px; }
.mainBox06 dt{ font-size: 27px;  margin: 15px 0 40px}
.mainBox06 a{ width: 140px; line-height: 40px; font-size: 12px; }

.mainBox07{display:block; width: 100%; height: 23.5vh; background-size: 100% auto;padding: 9vh 25px 0;}
.mainBox07 dl{font-size: 14px; }
.mainBox07 dt{font-size: 27px; }

.mainBox08{ width: 100%; height: 23.5vh;   background-size: 100% auto; padding: 25px 25px 0;  font-size: 12px;}
.mainBox08 dt{font-size: 20px; color: #ee7b00; margin-bottom: 20px; font-weight: 400}
.mainBox08 dl{font-size: 12px; color: #ee7b00; padding-left: 100px; margin-bottom: 7px}
.mainBox08 dl span{position: absolute; margin-left: -100px; width: 85px; text-align: right}

.mainBox09{ width: 100%; height: 23.5vh;  background-size: 100% auto; font-size: 12px; padding: 25px 0px 0 25px;}
.mainBox09 dt{font-size: 20px; margin-bottom: 20px}
.mainBox09 dl{font-size: 14px; }
.mainBox09 dl + dl{margin: 10px 0 10px; font-size: 14px}
.mainBox09 dl img{height: 20px}


.subTop{padding-top: 50px; height: 400px;  }
.subTop dt{margin-left: 20px; margin-top: 70px; font-size: 18px; }
.subTop dt img{padding-bottom: 10px; height: 70px}
.subTop dl{margin-left: 20px;font-size: 15px;   margin-top: 0px}


.subTop01{ background: url(https://nowwd.speedgabia.com/dana/img/top01.png) top center no-repeat; background-size: auto 300px;}
.subTop02{ background: url(https://nowwd.speedgabia.com/dana/img/top02.png) top center no-repeat; background-size: auto 300px;}
.subTop03{background-size: auto 300px; background: url(https://nowwd.speedgabia.com/dana/img/top03.png) top center no-repeat}
.subTop03 dt, .subTop03 dl{color: #fff}
.subTop04{background-size: auto 300px;background: url(https://nowwd.speedgabia.com/dana/img/top04.png) top center no-repeat}
.subTop04 dt, .subTop04 dl{color: #fff}
.subTop04 dt img{padding-left: 0px}


.subMenu{ position: relative; top: 40px; width: 100%; left:0%; margin-left: 0px; }
.subMenu a{ font-size: 12px; letter-spacing:-0.04em; line-height: 120%; background: #fff; padding: 15px 0}
.subMenu a.on, .subMenu a:hover{background: #3d4046; color: #fff; font-weight: 400}

.subMenu05 a{width: 33.333%}
.subMenu05 a:nth-child(4), .subMenu05 a:nth-child(5){width: 50%;}

.subMenu07 a{width: 25%}
.subMenu07 a:nth-child(5), .subMenu07 a:nth-child(6), .subMenu07 a:nth-child(7){width: 33.333%;min-height: 62px; vertical-align: top; border-top: none}
.subMenu07 a:nth-child(5), .subMenu07 a:nth-child(6){line-height: 30px}

.subTitile{margin: 80px 0; font-size: 20px; }
.subTitile dd{ font-size: 12px;  margin-top: 10px}

.subTitile2{margin: 80px 0 30px; font-size: 20px; }


.intBox01 ul li{display:block;  width: 100%;font-size: 12px; }
.intBox01 ul li:nth-child(2) img{width: 100%;}

.intBox02{padding: 60px 0; margin-top: 70px}
.intBox02 dt{font-size: 16px; margin-bottom: 50px; }
.intBox02 dl{font-size: 12px;  margin: 40px 0 15px; padding-left: 0px; line-height: 160%;}
.intBox02 dd span{font-size: 15px; width: 120px; height: 120px;  border: #c8b4a6 2px solid;margin: 10px 10px; }



.teaBox01 ul li{display:block;  width: 100%;font-size: 12px; }
.teaBox01 ul li:nth-child(2){padding: 30px 20px;}
.teaBox01 ul + ul {margin-top: 40px; padding: 0 10px; }
.teaBox01 ul + ul li{padding: 30px 20px;}
.teaBox01 ul li dt{font-size: 15px;  margin-bottom: 20px}
.teaBox01 ul li dl{font-size: 20px;  margin-top: 25px}
.teaBox01 ul li dl span{font-size: 13px;  margin-bottom: 5px}

.teaBox02{ padding: 60px 0; margin-top: 70px}
.teaBox03{margin-top: 40px}
.teaBox041{padding: 30px 20px !important; }
.teaBox042{padding: 30px 20px !important; }
.teaBox043{padding: 30px 20px !important; }

.dirBox01 ul li{display:block; width: 100%; }
.dirBox01 ul li:nth-child(2){padding: 20px 0px 20px 20px; width: 100%; }
.dirBox01 ul li dt{padding: 8px; font-size: 15px;}
.dirBox01 ul li dl{padding: 8px 0px 15px 8px;font-size: 12px;  margin-bottom: 15px}
.dirBox01 ul li dl span{font-size: 11px;}
.dirBox01 ul li dd{padding: 8px 0px 15px 8px;font-size: 17px;}
.dirBox01 ul li dd a{ width: 137px;height: 46px; line-height: 42px;  font-size: 15px;  margin-top: -10px}
.dirBox01 ul li img{width: 100%;}

.dirBox01b ul li:nth-child(1){width: 100%; padding: 40px 40px 40px 0px;}
.dirBox01b ul li:nth-child(2){width: 100%;padding: 0px 0px 0px 0px;}

.dirBox02{margin-top: 30px; text-align: center}


.facBox01{margin-bottom: 100px}
.facBox01 dl{ margin-top: -20px; margin-bottom: 30px}
.facBox01 dl a{font-size: 11px; padding: 10px 5px; margin: 0 0px; letter-spacing:-0.1em;}

#buttonTable img{width: 20px; opacity: 1.0}

.eyeBox01 ul li{display:block; width: 100%; font-size: 12px;  line-height: 180%;}

.eyeBox02{margin: 30px 0 40px; }
.eyeBox02 dd{ width: 20%; height: 9vh;  font-size: 12px; border: #c8b4a6 2px solid; margin: 0 2%}
.eyeBox02 dl{ width: 20%;  font-size: 12px;  margin: 0 2%; }
.eyeBox02 dl img{ padding-bottom: 10px; width: 100%;}

.eyeBox03{ padding: 60px 0; font-size: 14px; }
.eyeBox03 dt{font-size: 20px;  margin-bottom: 40px; }
.eyeBox03 dl{font-size: 17px; margin: 40px 0 20px; }
.eyeBox03 dd{font-size: 14px; margin-bottom: 20px; }

.eyeBox03b{ padding: 60px 0; font-size: 14px; }
.eyeBox03b dt{font-size: 20px;  margin-bottom: 40px; }
.eyeBox03b dl{font-size: 17px; margin: 40px 0 20px; }
.eyeBox03b dd{font-size: 14px; margin-bottom: 0px; }

.eyeBox04{margin-top: 40px}
.eyeBox04 ul li{display:block; width: 100%;  font-size: 12px;  margin-top: 20px}
.eyeBox04 ul li:nth-child(2n){margin-left: 0px;}
.eyeBox04 ul li dt{ font-size: 12px; padding: 15px 18px;  }
.eyeBox04 ul li dd{padding: 20px 18px; font-size: 12px;  min-height: auto}

.eyeBox04b ul li{width: 100%}
.eyeBox04b ul li + li{margin-left: 0px; margin-top: 20px}
.eyeBox04b ul li:nth-child(2n){margin-left: 0px;}
.eyeBox04b ul li dt{letter-spacing:-0.0em;}

.eyeBox05{  height: auto; padding-top: 50px; padding-bottom: 50px; background-size: auto 100%;}
.eyeBox05 dl{ margin-bottom: 17px;  font-size: 17px; padding: 0 20px}
.eyeBox05 a{ width: 40%; line-height: 46px; font-size: 15px; }

.estBox01{margin-top: 60px}
.estBox01 ul li{display: block; width: 100%;}
.estBox01 ul li:nth-child(1){text-align: left; padding: 30px 0px 30px 20px;}
.estBox01 ul li dd{font-size: 14px; margin-bottom: 20px;  padding-left: 40px }
.estBox01 ul li dd span{ width: 30px; height: 30px;  margin-left: -40px; line-height: 30px; margin-top: -5px}


.waxBox01{ padding: 60px 0; font-size: 15px; }
.waxBox01 dt{font-size: 20px;  margin-bottom: 40px; }
.waxBox01 ul li{display:block; width:100%;   font-size: 12px;  }
.waxBox01 ul li dl{font-size: 15px; }
.waxBox01 ul li img{display: block; margin: 30px auto 20px}
.waxBox01 ul li dd{padding-left:20%}
.waxBox01 ul li:nth-child(2){border: #e2e2e2 1px solid; border-left: none; border-right: none; margin: 30px 0; padding: 30px 0}


.waxBox02{font-size: 15px;  margin: 60px auto 60px; }
.waxBox02 dt{font-size: 20px;  margin-bottom: 40px;  }
.waxBox02 dl{font-size: 17px; margin: 40px 0 20px; }

.waxBox03{margin-top: 90px}
.waxBox03 ul li{display: block; width: 100%;  font-size: 12px; margin-top: 20px; margin-right: 0px}
.waxBox03 ul li:nth-child(4), .waxBox03 ul li:nth-child(8){margin-right: 0px;}
.waxBox03 ul li dt{  font-size: 14px; padding: 15px 0px 15px 15px; }
.waxBox03 ul li dd{padding: 20px 0px 20px 15px; font-size: 12px;  min-height: auto}


.proBox01{font-size: 12px; line-height: 160%; margin-bottom: 100px}
.proBox01 dt{margin: 20px 0; font-size: 15px}


.cerBox01{padding-bottom: 50px; }
.cerBox01 h2{font-size: 20px;  margin-bottom: 20px}
.cerBox01 h2 span{display: inline-flex; width: 30px; height: 30px; line-height: 28px; }


.cerBox02{margin-bottom: 40px}
.cerBox02 tr th{ font-size: 12px; padding: 15px; width: 33.3333%}
.cerBox02 tr td{ font-size: 12px;  padding: 15px 10px; }
.cerBox02 tr th:last-child , .cerBox02 tr td:last-child {border-right: none}


.cerBox02b tr td ol + ol{margin-top: 15px}

.cerBox02b tr td ol span{ width: 18px; height: 18px; margin-left: -30px;  font-size: 12px; margin-top: 0px}



.cerBox02d{margin-bottom: 0px}

.cerBox02d tr th{width: 85%;}
.cerBox02d tr th:nth-child(1){width: 15%;}


.cerBox03{text-align: right; margin-top: 0px; font-size: 11px}


.makBox01{ margin-top: 40px}
.makBox01 ul li{display: inline-block; width: 43%; height: 20vh;  font-size: 12px; padding-top: 30px; margin: 10px 3% }
.makBox01 ul li dt{font-size: 14px; }
.makBox01 ul li + li{margin-left: 0px}


.mt100{margin-top: 50px}

.oneBox01{padding-bottom: 50px}


/* 퀵메뉴 */
.mQuick{position: fixed; bottom: 0; width: 100%; z-index: 9; background: #826a5b; height: 65px; font-size: 0}
.mQuick a{width: 25%; display: inline-block; text-align: center}
.mQuick a img{height: 65px;}







.web{display: none !important}
.mobile{display: block !important}

