﻿@charset "utf-8";
@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
  }

  @font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
  }


/* 폰트셋팅 */
.mont * {font-family: 'Montserrat', sans-serif;}
.mont {font-family: 'Montserrat', sans-serif;}
.godo * {font-family: 'godo', sans-serif;}
.godo {font-family: 'godo', sans-serif;}

/* 초기화 */
html {}
body {margin:0;padding:0;font-family: 'Nanum Gothic', sans-serif; background:#1a1a1a;}
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}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:inherit;text-decoration:none}

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

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}


.placeholdersjs { color: #aaa !important; }

a { cursor: pointer; }

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 공통 레이아웃 */
.inner_box {width:100%; max-width:1740px; height:100%; padding:0 20px; margin:0 auto;}
.mo_view {display:none;} /* 768 */
.mo_view2 {display:none;} /* 640 */
.mo_view3 {display:none;} /* 1024 */
.mo_view4 {display:none;} /* 375 */
.pc_view {display:flex;}

/* 상단 레이아웃 */
header {width:100%; height:86px; background:rgba(0,0,0,0.4); position:fixed; z-index:1; top:0; }
header .inner_box {display:flex; align-items:center; justify-content:space-between;}
header nav {height:100%;}
header .dep1 {display:flex; height:100%;}
header .dep1>li {height:100%; display:flex; align-items:center; margin-right:90px; position:relative;}
header .dep1>li:last-child {margin-right:0;}
header .dep1>li p {height:100%; display:flex; align-items:center; font-size:18px; color:#fff; letter-spacing:-0.04em; font-weight:700; white-space:nowrap;}
header .dep2 {position:absolute; width:190px; background:#fff; display:none; align-items:center; flex-direction:column; left:50%; transform:translateX(-50%); padding:20px 0; top:72px; border:1px solid #dcdcdc;}
header .dep2>li {font-size:16px; color:#666666; letter-spacing:-0.04em; font-weight:700; margin:10px 0;}
header .dep2>li:hover {color:#ff7800;}
header .top_menu ul {display:flex; align-items:center;}
header .top_menu ul li {font-size:14px; color:#fff; font-weight:300; display:flex; align-items:center;}
header .top_menu ul li:not(:first-child)::before {content:''; width:1px; height:11px; background:#fff; display:flex; margin:0 20px;}
.mo_nav {width:100%; height:100vh; position:fixed; z-index:2; background:#27221e; display:none; overflow:scroll;}
.mo_nav .mo_nav_h {width:100%; padding:30px 20px; display:flex; align-items:center; justify-content:space-between; margin-bottom:50px;}
.mo_nav .mo_nav_h ul {display:flex;}
.mo_nav .mo_nav_h ul li {font-size:20px; color:#fff; font-weight:500; letter-spacing:-0.04em; margin-right:30px;}
.mo_nav .mo_nav_h .btn_mo_close img {width:43px;}
.mo_nav .dep1 {width:100%; display:flex; align-items:center; flex-direction:column;}
.mo_nav .dep1>li {font-size:26px; color:#fff; font-weight:700; margin-bottom:50px; letter-spacing:-0.04em; display:flex; align-items:center; flex-direction:column;}
.mo_nav .dep1>li .dep2 {width:100%; display:flex; align-items:center; flex-direction:column;}
.mo_nav .dep1>li .dep2 li {font-size:22px; color:#979797; font-weight:700; margin-top:30px; letter-spacing:-0.04em;}

/* 중간 레이아웃 */
.wrap {width:100%; position:relative; overflow:hidden;}
.wrap .page_nav {position:absolute; right:50px; top:50vh; transform:translateY(-50%); z-index:1; display:flex; flex-direction:column; align-items:center;}
.wrap .page_nav p {font-size:16px; color:#fff; font-weight:300; display:flex; flex-direction:column; align-items:center;}
.wrap .page_nav p:last-child::before {content:'/'; margin:20px 0; display:flex;}
.wrap .page_nav .view_page {font-weight:800;}
.wrap .main {width:100%;}
.wrap .main .sec1 .txt_box {width:100%; height:100%; position:absolute; top:0; left:0; display:flex; align-items:center; justify-content:center; z-index:1;}
.wrap .main .sec1 .txt_box .inner_box {display:flex; justify-content:center; flex-direction:column; padding:0 210px;}
.wrap .main .sec1 .txt_box h4 {font-size:22px; color:#ff7800; font-weight:700; margin-bottom:20px; line-height:22px;}
.wrap .main .sec1 .txt_box h3 {font-size:74px; color:#ffffff; font-weight:800; letter-spacing:-0.06em; margin-bottom:50px; line-height:74px;}
.wrap .main .sec1 .txt_box p {font-size:18px; color:#fff; font-weight:400; letter-spacing:-0.04em; line-height:26px; margin-bottom:70px; word-wrap:break-word; word-break:keep-all;}
.wrap .main .sec1 .txt_box ul {display:flex; font-size:0;}
.wrap .main .sec1 .txt_box ul li {width:12px; height:12px; border-radius:6px; background:#fff; margin-right:12px; display:flex; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1);}
.wrap .main .sec1 .txt_box ul li.on {width:48px; height:12px; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1);}
.wrap .main .sec1 .txt_box ul li a {width:100%; height:100%;}
.wrap .main .sec1 .slide01 {background:url('../img/main_sec1_slide1.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec1 .slide02 {background:url('../img/main_sec1_slide2.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec1 .slide03 {background:url('../img/main_sec1_slide3.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec1 .slide04 {background:url('../img/main_sec1_slide4.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .con {width:100%; height:100%; display:flex;}
.wrap .main .sec2 .con .column {width:33.33%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; position:relative; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1);}
.wrap .main .con .column::before {content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,0,0,0.8); display:flex;}
.wrap .main .sec2 .con .column:hover {transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1);}
.wrap .main .sec2 .con .column.on {width:calc(56% + 1px);}
.wrap .main .sec2 .con .column.off {width:22%;}
.wrap .main .con .column:hover::before {background:none;}
.wrap .main .con .column .column_con {width:100%; display:flex; position:relative; flex-direction:column; align-items:center;}
.wrap .main .con .column .nomal_con, .wrap .main .con .column .over_con {width:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; position:relative; left:50%; transform:translate(-50%); z-index:1;}
.wrap .main .con .column .nomal_con {top:100px;}
.wrap .main .con .column .over_con {opacity:0; top:150px;}
.wrap .main .con .column h4 {font-size:15px; color:#ff7800; font-weight:900; letter-spacing:0.06em; margin-bottom:17px; display:flex; align-items:center; flex-direction:column;}
.wrap .main .sec2 .con .column h4::before {content:''; width:36px; height:36px; display:flex; margin-bottom:30px; opacity:1; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1);}
.wrap .main .con .column:hover h4::before {opacity:0; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1);}
.wrap .main .con .column h3 {font-size:54px; color:#fff; font-weight:700; letter-spacing:-0.04em; margin-bottom:38px;}
.wrap .main .con .column p {font-size:17px; text-align:center; color:#fff; font-weight:400; letter-spacing:-0.04em; margin-bottom:60px; line-height:26px;}
.wrap .main .con .column .btn_work {width:227px; height:66px; border:1px solid #fff; font-size:16px; font-weight:600;}
.wrap .main .con .column .btn_work a {width:100%; height:100%; color:#fff; display:flex; align-items:center; justify-content:center; position:relative; background:transparent; transition:color .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1); overflow:hidden;}
.wrap .main .con .column .btn_work a:hover {color:#323232;}
.wrap .main .con .column .btn_work span {z-index:1;}
.wrap .main .con .column .btn_work a::before {background:#fff; content:''; display:block; width:120%; height:100%; position:absolute; left:0; top:0; transform-origin:right top; transform:translateX(-101%) skewX(-17.62deg); transition:transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1); backface-visibility:hidden;}
.wrap .main .con .column .btn_work a:hover::before {transform:translateX(0) skewX(-17.62deg); transform-origin:left top;}
.wrap .main .con .column > a {width:100%; height:100%; position:absolute; z-index:2;}
.wrap .main .sec2 .col1 {background:url('../img/main_sec2_column1.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec2 .col1 h4::before {background:url('../img/main_sec2_icon1.png'); background-size:contain; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec2 .col2 {background:url('../img/main_sec2_column2.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec2 .col2 h4::before {background:url('../img/main_sec2_icon2.png'); background-size:contain; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec2 .col3 {background:url('../img/main_sec2_column3.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec2 .col3 h4::before {background:url('../img/main_sec2_icon3.png'); background-size:contain; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec3 .con .column {width:50%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; position:relative;}
.wrap .main .sec3 .col1 {background:url('../img/main_sec3_column1.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec3 .col1 h4::before {content:''; width:38px; height:36px; display:flex; margin-bottom:30px; opacity:1; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1); background:url('../img/main_sec3_icon1.png'); background-size:contain; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec3 .col2 {background:url('../img/main_sec3_column2.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec3 .col2 h4::before {content:''; width:45px; height:36px; display:flex; margin-bottom:30px; opacity:1; transition:all .75s cubic-bezier(.64,.03,.21,1), -webkit-transform .75s cubic-bezier(.64,.03,.21,1); background:url('../img/main_sec3_icon2.png'); background-size:contain; background-repeat:no-repeat; background-position:center;}
.wrap .main .sec4 {padding:50px 0;}
.wrap .main .sec4 .con {flex-direction:column; align-items:center;}
.wrap .main .sec4 .logo {margin-bottom:27px;}
.wrap .main .sec4 .footer {width:780px; display:flex; flex-flow:row wrap; justify-content:center; margin-bottom:20px;}
.wrap .main .sec4 .footer p {font-size:15px; color:#fff; font-weight:400; letter-spacing:-0.04em; line-height:26px; display:flex; align-items:center;}
.wrap .main .sec4 .footer p:not(:first-child)::before {content:''; width:1px; height:11px; background:#646464; display:flex; margin:0 15px;}
.wrap .main .sec4 .footer p:nth-child(4)::before {display:none;}
.wrap .main .sec4 .con>p {font-size:15px; color:#646464; font-weight:300; letter-spacing:-0.02em;}

.bn_box {width:100%; height:567px; display:flex; align-items:center; justify-content:center; flex-direction:column; position:relative;}
.bn01 {background:url('../img/sub01.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn02_01 {background:url('../img/sub02_01.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn02_02 {background:url('../img/sub02_02.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn02_03 {background:url('../img/sub02_03.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn02_04 {background:url('../img/sub02_04.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn03 {background:url('../img/sub03.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn04 {background:url('../img/sub04.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn05 {background:url('../img/sub05.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn06 {background:url('../img/mypage.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.bn_box h4 {width:100%; font-size:22px; color:#ff7800; margin-bottom:20px; text-align:center; padding:0 20px;}
.bn_box h3 {font-size:64px; color:#fff; font-weight:700; letter-spacing:0.14em; margin-bottom:33px; text-align:center;}
.bn_box p {font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; line-height:26px; text-align:center;}
.bn_box .tab_box {width:100%; position:absolute; bottom:0; display:flex; align-items:center; justify-content:center; left:50%; transform:translateX(-50%);}
.bn_box .tab_box ul {width:100%; height:77px; background:#1a1a1a; display:flex; justify-content:center; align-items:center;}
.bn_box .tab_box ul li {font-size:18px; color:#aaa; font-weight:400; letter-spacing:-0.04em; display:flex; align-items:center;}
.bn_box .tab_box ul li.on {color:#fff; font-weight:700;}
.bn_box .tab_box ul li:not(:first-child)::before {content:''; width:1px; height:15px; background:#aaa; margin:0 60px; display:flex;}
.sub_con {width:100%; margin:120px 0; display:flex; align-items:center; justify-content:center;}
.sub_inner {width:100%; max-width:1340px; padding:0 20px;}
.sub_tit {font-size:48px; color:#fff; font-weight:700; letter-spacing:-0.04em; margin-bottom:20px; text-align:center;}
.sub_tit span {color:#f46814;}
.sub_txt {font-size:17px; color:#aaa; letter-spacing:-0.04em; line-height:24px; text-align:center; word-wrap:break-word; word-break:keep-all;}
.sub_txt span {color:#fff; font-weight:800;}

.sub01 .sub_inner {display:flex; align-items:center; justify-content:center; flex-direction:column; padding:0 90px;}
.sub01 h3 {font-size:36px; color:#fff; font-weight:700; letter-spacing:-0.04em; margin-bottom:50px; word-wrap:break-word; word-break:keep-all; text-align:center;}
.sub01 .sub_txt:not(:last-child) {margin-bottom:50px;}
.sub01 h4 {font-size:24px; color:#fff; font-weight:700; letter-spacing:-0.04em; word-wrap:break-word; word-break:keep-all; margin-bottom:37px; text-align:center;}
.sub01 ul {width:100%; display:flex; justify-content:space-between; margin-bottom:50px;}
.sub01 ul li {width:calc((100% - 80px) / 5); height:216px; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.sub01 ul .item1 {background:url('../img/sub01_img01.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.sub01 ul .item2 {background:url('../img/sub01_img02.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.sub01 ul .item3 {background:url('../img/sub01_img03.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.sub01 ul .item4 {background:url('../img/sub01_img04.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.sub01 ul .item5 {background:url('../img/sub01_img05.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
.sub01 ul li .num {font-size:24px; color:#f46814; font-weight:700; margin-bottom:20px;}
.sub01 ul li .txt {font-size:17px; color:#fff; letter-spacing:-0.04em; line-height:24px; text-align:center; word-wrap:break-word; word-break:keep-all;}
.sub01 h5 {font-size:24px; color:#fff; letter-spacing:-0.04em; font-weight:700; display:flex; align-items:center; flex-direction:column; text-align:center; white-space:nowrap;}
.sub01 h5::before, .sub01 h5::after {content:''; width:491px; height:1px; background:url('../img/sub01_line.png'); background-size:contain; background-repeat:no-repeat; background-position:center; display:flex;}
.sub01 h5::before {margin:10px 0 30px 0;}
.sub01 h5::after {margin:30px 0 80px 0;}

.sub02_01 {flex-direction:column; align-items:center; margin:120px 0 0 0;}
.sub02_01 .sec1 {width:100%; display:flex; align-items:center; justify-content:center; padding-bottom:120px;}
.sub02_01 .sec1 .sub_innter {display:flex; flex-direction:column;}
.sub02_01 .sec1 .item_box {width:100%; display:flex; align-items:stretch;}
.sub02_01 .sec1 .item_box .txt_box {width:50%; display:flex; justify-content:center; flex-direction:column; padding:0 55px;}
.sub02_01 .sec1 .item_box .txt_box h4 {font-size:24px; font-weight:700; color:#f46814; margin-bottom:20px;}
.sub02_01 .sec1 .item_box .txt_box h3 {font-size:32px; font-weight:400; color:#fff; letter-spacing:-0.06em; margin-bottom:30px;}
.sub02_01 .sec1 .item_box .txt_box h3 span {font-size:44px; font-weight:700;}
.sub02_01 .sec1 .item_box .txt_box .sub_txt {text-align:left;}
.sub02_01 .sec1 .item_box:nth-child(even) {flex-direction:row-reverse;}
.sub02_01 .sec1 .item_box:nth-child(even) .txt_box {align-items:flex-end;}
.sub02_01 .sec1 .item_box:nth-child(even) .txt_box .sub_txt {text-align:right;}
.sub02_01 .sec1 .item_box::before {content:''; width:50%; height:454px; display:flex;}
.sub02_01 .sec1 .item_box:nth-child(1)::before {background:url('../img/sub02_01_img01.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_01 .sec1 .item_box:nth-child(2)::before {background:url('../img/sub02_01_img02.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_01 .sec1 .item_box:nth-child(3)::before {height:830px; background:url('../img/sub02_01_img03.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_01 .sec1 .item_box .txt_box table {width:100%; border-collapse:collapse; margin-top:40px; margin-bottom:20px; padding:0;}
.sub02_01 .sec1 .item_box .txt_box table th {font-size:17px; color:#fff; font-weight:700; line-height:24px; letter-spacing:-0.04em; background:#2b2b2b; border-right:1px solid #555; border-bottom:1px solid #555; padding:22px 5px; word-wrap:break-word; word-break:keep-all;}
.sub02_01 .sec1 .item_box .txt_box table td {width:30%; font-size:17px; color:#aaa; font-weight:700; line-height:24px; letter-spacing:-0.04em; text-align:center; border-right:1px solid #555; border-bottom:1px solid #555; padding:22px 5px; word-wrap:break-word; word-break:keep-all;}
.sub02_01 .sec1 .item_box .txt_box table th:last-child {border-right:0;}
.sub02_01 .sec1 .item_box .txt_box table td:last-child {border-right:0;}
.sub02_01 .sec1 .item_box .txt_box table td span {color:#ff7800; font-weight:700;}
.sub02_01 .sec1 .item_box .txt_box p:last-child:not(.sub_txt) {font-size:18px; color:#aaa; letter-spacing:-0.04em; font-weight:400;}
.sub02_01 .sec1 .item_box .txt_box p:last-child:not(.sub_txt) span {color:#2b2b2b;}
.sub02_01 .sec2 {width:100%; display:flex; align-items:center; justify-content:center; background:#2b2b2b; padding:100px 0 120px 0;}
.sub02_01 .sec2 .sub_inner {display:flex; flex-direction:column; align-items:center; padding:0 70px;}
.sub02_01 .sec2 .item_box {width:100%; margin:60px 0; display:flex; flex-flow:row wrap; justify-content:space-between;}
.sub02_01 .sec2 .item_box .item {width:calc((100% - 40px) / 3); height:73px; margin-bottom:20px; display:flex; align-items:center; justify-content:center; background:url(../img/sub02_01_btn.jpg); background-size:cover; background-position:center; background-repeat:no-repeat; font-size:17px; color:#fff; letter-spacing:-0.04em; font-weight:800; word-wrap:break-word; word-break:keep-all; text-align:center;}

.sub02_02 .sub_txt {margin-bottom:60px;}
.sub02_02 .item_box {width:100%; display:flex; flex-flow:row wrap; justify-content:space-between;}
.sub02_02 .item_box .item {width:calc((100% - 20px) / 2); display:flex; flex-direction:column; margin-bottom:40px;}
.sub02_02 .item_box .item5 {width:100%; margin-bottom:0;}
.sub02_02 .item_box .item::before {content:''; width:100%; height:380px; display:flex;}
.sub02_02 .item_box .item1::before {background:url('../img/sub02_02_img01.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_02 .item_box .item2::before {background:url('../img/sub02_02_img02.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_02 .item_box .item3::before {background:url('../img/sub02_02_img03.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_02 .item_box .item4::before {background:url('../img/sub02_02_img04.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_02 .item_box .item5::before {background:url('../img/sub02_02_img05.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_02 .item_box .item .txt_box {width:100%; height:106px; padding:40px; background:#2a2a2a; display:flex; align-items:center;}
.sub02_02 .item_box .item .txt_box p {width:100%; font-size:17px; font-weight:700; color:#fff; letter-spacing:-0.04em; line-height:26px; display:flex; align-items:center; word-wrap:break-word; word-break:keep-all;}
.sub02_02 .item_box .item5 .txt_box {height:auto;}
.sub02_02 .item_box .item5 .txt_box p {align-items:flex-start;}
.sub02_02 .item_box .item .txt_box p::before {content:'Q'; font-size:36px; font-weight:800; color:#f46814; letter-spacing:-0.04em; margin-right:30px;}
.sub02_02 .item_box .item5 .txt_box p::before {content:'A'; position:relative; top:10px;}

.sub02_03 .sub_txt {margin-bottom:60px;}
.sub02_03 .item_box {width:100%; display:flex; flex-direction:column;}
.sub02_03 .item_box .item {width:100%; display:flex; align-items:center; justify-content:flex-end; margin-bottom:70px; padding:50px;}
.sub02_03 .item_box .item:nth-child(even) {justify-content:flex-start;}
.sub02_03 .item_box .item1 {background:url('../img/sub02_03_img01.jpg'); background-size:cover; background-position:left center; background-repeat:no-repeat;}
.sub02_03 .item_box .item2 {background:url('../img/sub02_03_img02.jpg'); background-size:cover; background-position:right center; background-repeat:no-repeat;}
.sub02_03 .item_box .item3 {background:url('../img/sub02_03_img03.jpg'); background-size:cover; background-position:left center; background-repeat:no-repeat; margin-bottom:0;}
.sub02_03 .item_box .item .txt_box {width:50%; padding:66px 40px; background:rgba(26,26,26,0.8);}
.sub02_03 .item_box .item .txt_box h4 {font-size:24px; color:#f46814; font-weight:800; margin-bottom:20px;}
.sub02_03 .item_box .item .txt_box h3 {font-size:60px; color:#fff; font-weight:700; margin-bottom:40px;}
.sub02_03 .item_box .item .txt_box .txt {width:100%; display:flex; margin-bottom:13px;}
.sub02_03 .item_box .item .txt_box .txt p:last-child {font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; word-wrap:break-word; word-break:keep-all;}
.sub02_03 .item_box .item .txt_box .txt .num {font-size:17px; color:#f46814; font-weight:600; margin-right:23px; flex-shrink:0;}

.sub02_04 .sub_txt {margin-bottom:60px;}
.sub02_04 .item_box {width:100%; display:flex; justify-content:space-between; margin-bottom:60px;}
.sub02_04 .item_box .item {width:calc((100% - 40px) / 3); display:flex; flex-direction:column; align-items:center;}
.sub02_04 .item_box .item::before {content:''; width:100%; height:420px; display:flex;}
.sub02_04 .item_box .item1::before {background:url('../img/sub02_04_img01.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_04 .item_box .item2::before {background:url('../img/sub02_04_img02.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_04 .item_box .item3::before {background:url('../img/sub02_04_img03.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub02_04 .item_box .item .txt_box {width:100%; height:calc(100% - 420px); padding:60px 20px; background:#0d0d0d; display:flex; flex-direction:column; align-items:center;}
.sub02_04 .item_box .item .txt_box .num {font-size:26px; color:#f46814; font-weight:800; margin-bottom:20px;}
.sub02_04 .item_box .item .txt_box p:last-child {width:100%; font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; line-height:26px; text-align:center; word-wrap:break-word; word-break:keep-all;}
.sub02_04 .cmd_box {width:100%; border:1px solid #fff; display:flex; align-items:center; justify-content:center; padding:42px 20px; font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; text-align:center;}

.sub03 {flex-direction:column; align-items:center; margin:120px 0 0 0;}
.sub03 .sec1 {width:100%; display:flex; align-items:center; justify-content:center; padding-bottom:120px;}
.sub03 .sec1 .sub_txt {margin-bottom:60px;}
.sub03 .sec1 .item_box {width:100%; display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch;}
.sub03 .sec1 .item_box .item {width:calc((100% - 40px) / 3); margin-bottom:20px; display:flex; flex-direction:column;}
.sub03 .sec1 .item_box .item::before {content:''; width:100%; height:315px; display:flex;}
.sub03 .sec1 .item_box .item1::before {background:url('../img/sub03_img01.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub03 .sec1 .item_box .item2::before {background:url('../img/sub03_img02.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub03 .sec1 .item_box .item3::before {background:url('../img/sub03_img03.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub03 .sec1 .item_box .item4::before {background:url('../img/sub03_img04.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub03 .sec1 .item_box .item5::before {background:url('../img/sub03_img05.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub03 .sec1 .item_box .item6::before {background:url('../img/sub03_img06.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
.sub03 .sec1 .item_box .item .txt_box {width:100%; height:calc(100% - 315px); background:#2a2a2a; padding:40px 30px;}
.sub03 .sec1 .item_box .item .txt_box h4 {font-size:14px; color:#f46814; font-weight:700; margin-bottom:10px;}
.sub03 .sec1 .item_box .item .txt_box h3 {font-size:30px; color:#fff; font-weight:700; letter-spacing:-0.04em; margin-bottom:20px;}
.sub03 .sec1 .item_box .item .txt_box p {font-size:17px; color:#aaa; font-weight:400; letter-spacing:-0.04em; line-height:26px; word-wrap:break-word; word-break:keep-all;}
.sub03 .sec2 {width:100%; display:flex; align-items:center; justify-content:center; background:#2b2b2b; padding:100px 0 120px 0;}
.sub03 .sec2 .sub_txt {margin-bottom:43px;}
.sub03 .sec2 .item_box {width:100%; display:flex; align-items:center; margin-bottom:20px;}
.sub03 .sec2 .item_box .item {width:50%; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.sub03 .sec2 .item_box .item.off {padding:64px 70px; background:#444;}
.sub03 .sec2 .item_box .item.on {padding:95px 70px; background:#d85f17;}
.sub03 .sec2 .item_box .item h4 {width:100%; font-size:26px; color:#aaa; font-weight:400; letter-spacing:-0.04em; margin-bottom:20px; text-align:center;}
.sub03 .sec2 .item_box .item.on h4 {color:#fff;}
.sub03 .sec2 .item_box .item h3 {width:100%; font-size:60px; color:#aaa; font-weight:800; letter-spacing:-0.06em; text-align:center; word-wrap:break-word; word-break:keep-all;}
.sub03 .sec2 .item_box .item h3::after {content:''; width:100%; height:1px; margin:20px 0 30px 0; display:flex; background:#aaa;}
.sub03 .sec2 .item_box .item.on h3 {color:#fff;}
.sub03 .sec2 .item_box .item.on h3::after {background:#fff;}
.sub03 .sec2 .item_box .item p {width:100%; font-size:17px; color:#aaa; font-weight:400; letter-spacing:-0.04em; line-height:26px; text-align:center; word-wrap:break-word; word-break:keep-all;}
.sub03 .sec2 .item_box .item.on p {color:#fff;}
.sub03 .sec2 p:last-child {width:100%; text-align:center; font-size:18px; color:#aaa; font-weight:400; letter-spacing:-0.04em;}

.sub04 .sub_inner {display:flex; flex-direction:column; align-items:center;}
.sub04 h3 {margin-bottom:60px;}
.sub04 .item_box {width:100%; display:flex;}
.sub04 .item_box .calcu {width:480px;}
.sub04 .item_box .item {width:calc(100% - 480px);}
.sub04 .item_box .item table {width:100%; border-top:1px solid #555;}
.sub04 .item_box .item table th {width:230px; background:#2b2b2b; height:70px; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; text-align:center; border-bottom:1px solid #555; border-right:1px solid #555; word-wrap:break-word; word-break:keep-all;}
.sub04 .item_box .item table th.total_th {background:#404040;}
.sub04 .item_box .item table td {width:calc(100% - 230px); padding:0 30px; font-size:17px; color:#aaa; font-weight:400; border-bottom:1px solid #555;}
.sub04 .item_box .item table td.total_td {background:#373737;}
.sub04 .item_box .item table td.right_td {text-align:right;}
.sub04 .item_box .item table td .calcu_txt {width:370px; height:47px; border:0; padding:0 20px;}
.sub04 .item_box .item table th.two_line {height:131px;}
.sub04 .item_box .item table td .radio_td {display:flex; align-items:center; margin-bottom:20px;}
.sub04 .item_box .item table td .radio_td input[type="radio"] {display:none;}
.sub04 .item_box .item table td .radio_td input[type="radio"] + label {font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; display:flex; align-items:center; margin-right:28px;}
.sub04 .item_box .item table td .radio_td input[type="radio"] + label::before {content:''; width:14px; height:14px; border-radius:50%; border:1px solid #d4d4d4; display:flex; background:#fff; margin-right:9px; flex-shrink:0;}
.sub04 .item_box .item table td .radio_td input[type="radio"]:checked + label::before {background:#787878; border:3px solid #fff;}
.sub04 .item_box .item table td select {width:265px; height:47px; border:0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('../img/btn_sel.png') no-repeat 95% 50% #fff; padding:0 20px;}
.sub04 .item_box .item table td select::-ms-expand {display:none;}

.sub05 .sub_inner {display:flex; flex-direction:column; align-items:center;}
.sub05 table {width:100%; border-top:1px solid #555; border-collapse:collapse; margin-bottom:60px;}
.sub05 table th {width:230px; background:#2b2b2b; height:70px; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; text-align:center; border-bottom:1px solid #555; border-right:1px solid #555; word-wrap:break-word; word-break:keep-all;}
.sub05 table td {width:calc(100% - 230px); padding:0 30px; font-size:17px; color:#aaa; font-weight:400; border-bottom:1px solid #555;}
.sub05 table td .cs_txt {width:100%; height:47px; border:0; padding:0 20px;}
.sub05 table th.ta_th {height:auto;}
.sub05 table td.ta_td {padding:16px 30px;}
.sub05 table td .cs_ta {width:100%; height:475px; border:0; padding:20px;}
.sub05 .btn_cs {width:227px; height:66px; background:#f46814;}
.sub05 .btn_cs a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em;}

.mypage .sub_inner {display:flex; flex-direction:column; align-items:center; padding:0 70px;}
.mypage h3 {margin-bottom:60px;}
.mypage .r_tab {width:100%; display:flex; margin-bottom:60px;}
.mypage .r_tab li {width:20%; height:67px; display:flex; align-items:center; justify-content:center; font-size:18px; color:#fff; font-weight:400; letter-spacing:-0.04em; background:#2b2b2b; cursor:pointer; text-align:center; word-wrap:break-word; word-break:keep-all;}
.mypage .r_tab li.on {font-weight:700; background:#f46814;}
.mypage .r_con_box {width:100%;}
.mypage .r_con_box .r_con {width:100%; display: flex; height: 600px; flex-direction:column; align-items:center;}
.mypage .r_con_box .r_con .year_sel {width:100%; display:flex; align-items:center; justify-content:flex-end; margin-bottom:20px;}
.mypage .r_con_box .r_con .year_sel span {font-size:18px; color:#fff; font-weight:400; letter-spacing:-0.04em; word-wrap:break-word; word-break:keep-all;}
.mypage .r_con_box .r_con .year_sel select {width:112px; height:47px; padding:0 20px; border:0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('../img/btn_sel.png') no-repeat 90% 50% #fff; margin:0 10px; font-size:17px; color:#787878; letter-spacing:-0.04em; font-weight:400;}
.mypage .r_con_box .r_con .year_sel select::-ms-expand {display:none;}
.mypage .r_con_box .r_con .year_sel .btn_ok {width:100px; height:47px; background:#515151; margin-left:20px;}
.mypage .r_con_box .r_con .year_sel .btn_ok a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:15px; color:#fff; font-weight:700; letter-spacing:-0.04em;}
.mypage .r_con_box .r_con .graph {width:100%; display:flex; justify-content:center; height: 600px; }
.mypage .r_con_box .r_con .graph img {width:100%; height:100%;}

.notice .sub_inner {display:flex; flex-direction:column; align-items:center; padding:0 70px;}
.notice h3 {margin-bottom:60px;}
.notice form {width:100%;}
.notice .item_box {width:100%; border-top:1px solid #555; border-collapse:collapse; margin-bottom:60px;}
.notice .item_box .item {width:100%; display:flex;}
.notice .item_box .item .tit {height:70px; background:#2b2b2b; border-bottom:1px solid #555; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; display:flex; align-items:center; justify-content:center;}
.notice .item_box .item .tit:first-child {width:150px;}
.notice .item_box .item .tit:last-child {width:200px;}
.notice .item_box .item .tit:nth-child(2) {width:calc(100% - 350px);}
.notice .item_box .item .txt {height:65px; border-bottom:1px solid #555; font-size:17px; color:#aaa; font-weight:400; letter-spacing:-0.04em; text-align:center; display:flex; align-items:center; justify-content:center;}
.notice .item_box .item .txt:first-child {width:150px;}
.notice .item_box .item .txt:last-child {width:200px;}
.notice .item_box .item .txt:nth-child(2) {width:calc(100% - 350px); text-align:left; padding:0 10px;}
.notice .item_box .item .txt p {width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; word-wrap:normal;}
.notice .btn_write {width:227px; height:66px; background:#f46814;}
.notice .btn_write a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em;}
.notice .btn_confirm {width:100%; display:flex; justify-content:flex-end;}
.notice .btn_cancel {width:100px; height:50px; background:#f2f2f2; margin-right:10px;}
.notice .btn_cancel a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:13px; color:#323232; font-weight:700; letter-spacing:-0.04em;}
.notice .btn_submit {width:100px; height:50px; background:#f46814; display:flex; align-items:center; justify-content:center; font-size:13px; color:#fff; font-weight:700; letter-spacing:-0.04em;}
.notice .pg_wrap {width:100%; display:flex; align-items:center; justify-content:center;}
.notice .pg {width:100%; display:flex; align-items:center; justify-content:center;}
.notice .pg_page {width:50px; height:50px; display:flex; align-items:center; justify-content:center; background:none; border:0; font-size:17px; color:#aaa; font-weight:400; letter-spacing:-0.04em;}
.notice .pg_current {width:50px; height:50px; display:flex; align-items:center; justify-content:center; background:none; border:2px solid #ff7900; font-size:17px; color:#ff7900; font-weight:800; letter-spacing:-0.04em; border-radius:0;}
.notice .pg_start {background:url('../img/btn_start.png'); background-repeat:no-repeat; background-position:center;}
.notice .pg_end {background:url('../img/btn_end.png'); background-repeat:no-repeat; background-position:center;}
.notice .tit_box {width:100%; padding:40px 20px; background:#2b2b2b; display:flex; flex-direction:column; align-items:center; justify-content:center; border-top:1px solid #555; border-bottom:1px solid #555;}
.notice .tit_box h4 {font-size:20px; color:#fff; font-weight:700; letter-spacing:-0.04em; margin-bottom:20px; word-wrap:break-word; word-break:keep-all; text-align:center;}
.notice .tit_box p {font-size:15px; color:#aaa; font-weight:400; letter-spacing:-0.04em;}
.notice .con_box {width:100%; min-height:530px; padding:40px; font-size:17px; color:#aaa; font-weight:400; letter-spacing:-0.04em; line-height:26px; border-bottom:1px solid #555; margin-bottom:60px;}
.notice .con_box p {width:100%; word-wrap:break-word; word-break:keep-all;}
.notice .btn_list {width:227px; height:66px; background:#f46814;}
.notice .btn_list a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em;}

.modify .sub_inner {display:flex; flex-direction:column; align-items:center; padding:0 70px;}
.modify h3 {margin-bottom:60px;}
.modify .sec {width:100%; display:flex; flex-direction:column; margin-bottom:60px;}
.modify .sec h4 {font-size:26px; color:#fff; font-weight:400; letter-spacing:-0.04em; margin-bottom:20px;}
.modify .sec h4 span {color:#f46814; font-weight:800;}
.modify .sec table {width:100%; border-top:1px solid #555; border-collapse:collapse;}
.modify .sec table th {width:230px; background:#2b2b2b; height:70px; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; text-align:center; border-bottom:1px solid #555; border-right:1px solid #555; word-wrap:break-word; word-break:keep-all;}
.modify .sec table td {width:calc(100% - 230px); padding:0 30px; font-size:17px; color:#aaa; font-weight:400; border-bottom:1px solid #555;}
.modify .sec table th.b_th {height:auto;}
.modify .sec table td.b_td {padding:16px 30px;}
.modify .sec table td .modify_txt {width:370px; height:47px; border:0; padding:0 20px;}
.modify .sec table td .m_tel {display:flex; align-items:center;}
.modify .sec table td .m_tel .modify_tel {width:104px; height:47px; border:0; padding:0 20px;}
.modify .sec table td .m_tel span {margin:0 10px;}
.modify .sec table td.b_td .m_tel:first-child {margin-bottom:11px;}
.modify .sec table td .post_box {display:flex; align-items:center; margin-bottom:11px;}
.modify .sec table td .post_box .modify_post {width:205px; height:47px; border:0; padding:0 20px; margin-right:10px;}
.modify .sec table td .post_box .btn_post {width:155px; height:47px; background:#515151;}
.modify .sec table td .post_box .btn_post a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:15px; color:#fff; font-weight:700; letter-spacing:-0.04em;}
.modify .sec table td .addr_box {display:flex; align-items:center;}
.modify .sec table td .addr_box .modify_txt:first-child {margin-right:10px;}
.modify .btn_modify {width:227px; height:66px; background:#f46814;}
.modify .btn_modify a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em;}

.login {width:100%; display:flex; align-items:center; justify-content:center;}
.login .sub_inner {height:820px; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.login h4 {font-size:22px; color:#ff7800; font-weight:400; margin-bottom:15px;}
.login h3 {font-size:64px; color:#fff; font-weight:700; letter-spacing:0.14em; margin-bottom:30px;}
.login p {width:100%; font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; margin-bottom:50px; text-align:center;  word-wrap:break-word; word-break:keep-all; text-align:center;}
.login .login_box {display:flex; margin-bottom:40px;}
.login .login_box .login_input {display:flex; flex-direction:column; margin-right:20px;}
.login .login_box .login_input .login_txt {width:330px; height:55px; border:0; padding:0 20px; background:#fff;}
.login .login_box .login_input .login_txt:first-child {margin-bottom:10px;}
.login .login_box .btn_login {width:120px; height:120px;}
.login .login_box .btn_login .btn_submit {width:120px; height:120px; background:#f46814; border:0; border-radius:0; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; border-radius:0; -webkit-appearance:none;}
.login .idpw {display:flex;}
.login .idpw li {display:flex; align-items:center; font-size:15px; color:#aaa; font-weight:400; letter-spacing:-0.04em;}
.login .idpw li:not(:first-child)::before {content:''; width:1px; height:14px; background:#555; display:flex; margin:0 30px;}

.join {width:100%; display:flex; align-items:center; justify-content:center;}
.join .sub_inner {display:flex; flex-direction:column; align-items:center; padding:230px 20px 120px 20px;}
.join .sub_inner>h4 {font-size:22px; color:#ff7800; font-weight:400; margin-bottom:15px;}
.join h3 {font-size:64px; color:#fff; font-weight:700; letter-spacing:0.14em; margin-bottom:30px;}
.join p {width:100%; font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; margin-bottom:50px; text-align:center;  word-wrap:break-word; word-break:keep-all; text-align:center;}
.join .sec {width:100%; display:flex; flex-direction:column; margin-bottom:60px;}
.join .sec h4 {font-size:26px; color:#fff; font-weight:400; letter-spacing:-0.04em; margin-bottom:20px;}
.join .sec h4 span {color:#f46814; font-weight:800;}
.join .sec table {width:100%; border-top:1px solid #555; border-collapse:collapse;}
.join .sec table th {width:230px; background:#2b2b2b; height:70px; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; text-align:center; border-bottom:1px solid #555; border-right:1px solid #555; word-wrap:break-word; word-break:keep-all;}
.join .sec table td {width:calc(100% - 230px); padding:0 30px; font-size:17px; color:#aaa; font-weight:400; border-bottom:1px solid #555;}
.join .sec table th.b_th {height:auto;}
.join .sec table td.b_td {padding:16px 30px;}
.join .sec table td.agree_td {width:100%; height:auto; padding:16px 30px; text-align:right;}
.join .sec table td .join_txt {width:370px; height:47px; border:0; padding:0 20px;}
.join .sec table td .m_tel {display:flex; align-items:center;}
.join .sec table td .m_tel .join_tel {width:104px; height:47px; border:0; padding:0 20px;}
.join .sec table td .m_tel span {margin:0 10px;}
.join .sec table td.b_td .m_tel:first-child {margin-bottom:11px;}
.join .sec table td .post_box {display:flex; align-items:center; margin-bottom:11px;}
.join .sec table td .post_box .join_post {width:205px; height:47px; border:0; padding:0 20px; margin-right:10px;}
.join .sec table td .post_box .btn_post {width:155px; height:47px; background:#515151;}
.join .sec table td .post_box .btn_post a {width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:15px; color:#fff; font-weight:700; letter-spacing:-0.04em;}
.join .sec table td .addr_box {display:flex; align-items:center;}
.join .sec table td .addr_box .join_txt:first-child {margin-right:10px;}
.join .sec table td.agree_td textarea {width:100%; height:260px; padding:30px; font-size:15px; color:#787878; font-weight:400; letter-spacing:-0.04em; line-height:22px;}
.join .sec table td.agree_td input[type="checkbox"] {display:none;}
.join .sec table td.agree_td input[type="checkbox"] + label {font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; display:flex; align-items:center; justify-content:flex-end; margin:10px 0;}
.join .sec table td.agree_td input[type="checkbox"] + label::before {content:''; width:14px; height:14px; border-radius:50%; border:1px solid #d4d4d4; display:flex; background:#fff; margin-right:9px;}
.join .sec table td.agree_td input[type="checkbox"]:checked + label::before {background:#787878; border:3px solid #fff;}
.join .btn_join {width:227px; height:66px;}
.join .btn_join .btn_submit {width:227px; height:66px; background:#f46814; border:0; border-radius:0; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em;}

.idpw {width:100%; display:flex; align-items:center; justify-content:center;}
.idpw .sub_inner {height:820px; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.idpw h4 {font-size:22px; color:#ff7800; font-weight:400; margin-bottom:15px;}
.idpw h3 {font-size:64px; color:#fff; font-weight:700; letter-spacing:0.14em; margin-bottom:30px;}
.idpw p {width:100%; font-size:17px; color:#fff; font-weight:400; letter-spacing:-0.04em; margin-bottom:50px; text-align:center;  word-wrap:break-word; word-break:keep-all; text-align:center;}
.idpw form {width:100%; display:flex; flex-direction:column; align-items:center;}
.idpw table {width:100%; border-top:1px solid #555; border-collapse:collapse; margin-bottom:60px;}
.idpw table th {width:230px; background:#2b2b2b; height:70px; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em; text-align:center; border-bottom:1px solid #555; border-right:1px solid #555; word-wrap:break-word; word-break:keep-all;}
.idpw table td {width:calc(100% - 230px); padding:0 30px; font-size:17px; color:#aaa; font-weight:400; border-bottom:1px solid #555;}
.idpw table td #captcha #captcha_info {display:none;}
.idpw table td .idpw_txt {width:415px; height:47px; border:0; padding:0 20px;}
.idpw .btn_ok {width:227px; height:66px;}
.idpw .btn_ok .btn_submit {width:227px; height:66px; background:#f46814; border:0; border-radius:0; font-size:18px; color:#fff; font-weight:700; letter-spacing:-0.04em;}

/* 하단 레이아웃 */
footer {width:100%; padding:50px 20px; background:#0a0a0a;}
footer .con {width:100%; display:flex; flex-direction:column; align-items:center;}
footer .logo {margin-bottom:27px;}
footer .footer {width:780px; display:flex; flex-flow:row wrap; justify-content:center; margin-bottom:20px;}
footer .footer p {font-size:15px; color:#fff; font-weight:400; letter-spacing:-0.04em; line-height:26px; display:flex; align-items:center;}
footer .footer p:not(:first-child)::before {content:''; width:1px; height:11px; background:#646464; display:flex; margin:0 15px;}
footer .footer p:nth-child(4)::before {display:none;}
footer .con>p {font-size:15px; color:#646464; font-weight:300; letter-spacing:-0.02em;}


/* 미디어쿼리 */
@media all and (max-width:1440px){
    /* 중간 레이아웃 */
    .wrap .main .sec1 .txt_box .inner_box {padding:0 20px;}
    .wrap .main .sec1 .txt_box h3 {font-size:68px; margin-bottom:40px;}
    .wrap .main .con .column h3 {font-size:50px;}
}
@media all and (max-width:1280px){
    /* 상단 레이아웃 */
    header .logo img {width:150px;}
    header .dep1>li {margin-right:70px;}

    /* 중간 레이아웃 */
    .wrap .main .con .column h3 {font-size:40px;}
    .wrap .main .sec4 {padding:40px 0;}
    .wrap .main .sec4 .logo {margin-bottom:20px;}
    .wrap .main .sec4 .logo img {width:150px;}

    .bn_box {height:540px;}
    .bn_box h4 {font-size:20px; margin-bottom:15px;}
    .bn_box h3 {font-size:62px; margin-bottom:28px;}
    .bn_box p {font-size:15px; line-height:24px;}
    .sub_con {margin:100px 0;}
    .sub_tit {font-size:42px;}
    .sub_txt {font-size:15px; line-height:24px;}

    .sub01 h3 {font-size:34px; margin-bottom:45px;}
    .sub01 .sub_txt:not(:last-child) {margin-bottom:45px;}
    .sub01 h4 {font-size:22px; margin-bottom:32px;}
    .sub01 ul {margin-bottom:45px;}
    .sub01 ul li {height:180px;}
    .sub01 h5 {font-size:22px;}
    .sub01 h5::after {margin:30px 0 70px 0;}

    .sub02_01 {margin:100px 0 0 0;}
    .sub02_01 .sec1 {padding-bottom:100px;}
    .sub02_01 .sec1 .item_box .txt_box {padding:0 40px;}
    .sub02_01 .sec1 .item_box .txt_box h4 {font-size:22px; margin-bottom:15px;}
    .sub02_01 .sec1 .item_box .txt_box h3 {font-size:30px; margin-bottom:25px;}
    .sub02_01 .sec1 .item_box .txt_box h3 span {font-size:42px;}
    .sub02_01 .sec1 .item_box .txt_box table {margin-top:30px;}
    .sub02_01 .sec2 {padding:80px 0 100px 0;}
    .sub02_01 .sec2 .item_box {margin:50px 0;}

    .sub02_02 .item_box .item::before {height:330px;}
    .sub02_02 .item_box .item .txt_box p {font-size:15px; line-height:24px;}

    .sub02_03 .item_box .item {padding:40px; margin-bottom:60px;}
    .sub02_03 .item_box .item .txt_box {padding:50px 30px;}
    .sub02_03 .item_box .item .txt_box h4 {font-size:22px; margin-bottom:15px;}
    .sub02_03 .item_box .item .txt_box h3 {font-size:56px; margin-bottom:30px;}
    .sub02_03 .item_box .item .txt_box .txt .num {margin-right:15px;}

    .sub02_04 .item_box {margin-bottom:50px;}
    .sub02_04 .item_box .item::before {height:370px;}
    .sub02_04 .item_box .item .txt_box {height:calc(100% - 370px); padding:40px 20px;}
    .sub02_04 .item_box .item .txt_box .num {font-size:24px; margin-bottom:15px;}
    .sub02_04 .item_box .item .txt_box p:last-child {font-size:15px; line-height:24px;}
    .sub02_04 .cmd_box {padding:37px 0; font-size:15px;}

    .sub03 {margin-bottom:0 !important;}
    .sub03 .sec1 {padding-bottom:100px;}
    .sub03 .sec1 .item_box .item .txt_box {padding:30px 20px;}
    .sub03 .sec1 .item_box .item .txt_box h3 {font-size:26px;}
    .sub03 .sec1 .item_box .item .txt_box p {font-size:15px; line-height:24px;}
    .sub03 .sec2 {padding:80px 0 100px 0;}
    .sub03 .sec2 .item_box .item h4 {font-size:20px; margin-bottom:15px;}
    .sub03 .sec2 .item_box .item h3 {font-size:48px;}
    .sub03 .sec2 .item_box .item h3::after {margin:10px 0 20px 0;}
    .sub03 .sec2 .item_box .item p {font-size:15px; line-height:24px;}
    .sub03 .sec2 .item_box .item.off {padding:40px;}
    .sub03 .sec2 .item_box .item.on {padding:70px;}

    .sub04 .item_box .item table td .calcu_txt {width:300px;}

    .modify .sec table td .addr_box {flex-direction:column; align-items:flex-start;}
    .modify .sec table td .addr_box .modify_txt:first-child {margin-right:0; margin-bottom:10px;}

    .join .sec table td .addr_box {flex-direction:column; align-items:flex-start;}
    .join .sec table td .addr_box .join_txt:first-child {margin-right:0; margin-bottom:10px;}

    /* 하단 레이아웃 */
    footer {padding:40px 0;}
    footer .logo {margin-bottom:20px;}
    footer .logo img {width:150px;}
}
@media all and (max-width:1024px){
    /* 공통 레이아웃 */
    .mo_view3 {display:flex;}

    /* 상단 레이아웃 */
    header .dep1>li {margin-right:40px;}
    header .dep1 > li p {font-size:16px;}
    header .top_menu ul li {font-size:12px;}
    header .top_menu ul li:not(:first-child)::before {margin:0 10px;}

    /* 중간 레이아웃 */
    .wrap .main .sec1 .txt_box h4 {font-size:18px; margin-bottom:15px;}
    .wrap .main .sec1 .txt_box h3 {font-size:60px; margin-bottom:30px;}
    .wrap .main .con .column h4 {font-size:14px; margin-bottom:15px;}
    .wrap .main .con .column h3 {font-size:36px;}
    .wrap .main .con .column p {font-size:14px; margin-bottom:50px;}
    .wrap .main .sec4 .footer p {font-size:13px; line-height:22px;}
    .wrap .main .sec4 .con>p {font-size:13px;}

    .bn_box {height:500px;}
    .bn_box h3 {margin-bottom:24px;}
    .sub_con {margin:80px 0;}
    .sub01 .sub_inner {padding:0 20px;}
    .sub_tit {font-size:40px;}

    .sub01 ul li {height:150px;}
    .sub01 ul li .num {font-size:22px; margin-bottom:10px;}
    .sub01 ul li .txt {font-size:15px; line-height:20px;}
    .sub01 h5::before {margin:5px 0 20px 0;}
    .sub01 h5::after {margin:20px 0 60px 0;}

    .sub02_01 {margin:80px 0 0 0;}
    .sub02_01 .sec1 {padding-bottom:80px;}
    .sub02_01 .sec1 .item_box .txt_box {padding:0 20px;}
    .sub02_01 .sec1 .item_box .txt_box h4 {font-size:20px; margin-bottom:10px;}
    .sub02_01 .sec1 .item_box .txt_box h3 {font-size:28px; margin-bottom:20px;}
    .sub02_01 .sec1 .item_box .txt_box h3 span {font-size:40px;}
    .sub02_01 .sec1 .item_box .txt_box table {margin-top:20px; margin-bottom:10px;}
    .sub02_01 .sec2 {padding:60px 0 80px 0;}
    .sub02_01 .sec2 .sub_inner {padding:0 20px;}
    .sub02_01 .sec2 .item_box {margin:40px 0;}
    .sub02_01 .sec1 .item_box .txt_box p:last-child:not(.sub_txt) {font-size:16px;}

    .sub02_02 .item_box .item::before {height:280px;}
    .sub02_02 .item_box .item .txt_box {height:86px; padding:20px;}
    .sub02_02 .item_box .item .txt_box p::before {font-size:32px; margin-right:10px;}
    .sub02_02 .item_box .item5 .txt_box {height:auto;}

    .sub02_03 .item_box .item .txt_box h4 {font-size:20px; margin-bottom:10px;}
    .sub02_03 .item_box .item .txt_box h3 {font-size:52px; margin-bottom:20px;}
    .sub02_03 .item_box .item .txt_box .txt .num {font-size:15px; margin-right:10px;}
    .sub02_03 .item_box .item .txt_box .txt p:last-child {font-size:15px;}

    .sub02_04 .item_box {margin-bottom:40px;}
    .sub02_04 .item_box .item::before {height:320px;}
    .sub02_04 .item_box .item .txt_box {height:calc(100% - 320px); padding:30px 20px;}
    .sub02_04 .item_box .item .txt_box .num {font-size:22px; margin-bottom:10px;}
    .sub02_04 .cmd_box {padding:32px 20px;}

    .sub03 .sec1 {padding-bottom:80px;}
    .sub03 .sec1 .item_box .item::before {height:250px;}
    .sub03 .sec1 .item_box .item .txt_box {height:calc(100% - 250px); padding:20px;}
    .sub03 .sec1 .item_box .item .txt_box h4 {margin-bottom:5px;}
    .sub03 .sec1 .item_box .item .txt_box h3 {font-size:22px; margin-bottom:15px;}
    .sub03 .sec2 {padding:60px 0 80px 0;}
    .sub03 .sec2 .item_box .item h4 {font-size:18px; margin-bottom:10px;}
    .sub03 .sec2 .item_box .item h3 {font-size:42px;}
    .sub03 .sec2 .item_box .item.off {padding:30px;}
    .sub03 .sec2 .item_box .item.on {padding:60px;}
    .sub03 .sec2 p:last-child {font-size:16px;}

    .sub04 .item_box .calcu {display:none;}
    .sub04 .item_box .item {width:100%;}

    .mypage .sub_inner {padding:0 20px;}

    .notice .sub_inner {padding:0 20px;}

    .modify .sub_inner {padding:0 20px;}

    .join .sub_inner {padding:180px 20px 70px 20px;}

    /* 하단 레이아웃 */
    footer .footer p {font-size:13px; line-height:22px;}
    footer .con>p {font-size:13px;}
}
@media all and (max-width:768px){
    /* 공통 레이아웃 */
    .pc_view {display:none;}
    .mo_view {display:flex;}

    /* 상단 레이아웃 */
    header {height:80px;}
    header .btn_mo_nav img {width:43px; height:100% }

    /* 중간 레이아웃 */
    .wrap .page_nav {right:20px;}
    .wrap .main .sec1 .txt_box h4 {font-size:20px; line-height:20px;}
    .wrap .main .sec1 .txt_box h3 {font-size:54px; line-height:62px;}
    .wrap .main .sec1 .slide01 {background:url('../img/mobile/main_sec1_slide1.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec1 .slide02 {background:url('../img/mobile/main_sec1_slide2.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec1 .slide03 {background:url('../img/mobile/main_sec1_slide3.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec1 .slide04 {background:url('../img/mobile/main_sec1_slide4.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .con {flex-direction:column;}
    .wrap .main .sec2 .con .column {width:100%; height:33.33%;}
    .wrap .main .sec2 .con .column.on {width:100%;}
    .wrap .main .sec2 .con .column.off {width:100%;}
    .wrap .main .con .column .nomal_con {top:0;}
    .wrap .main .con .column .over_con {display:none;}
    .wrap .main .con .column::before {display:none;}
    .wrap .main .con .column:hover h4::before {opacity:1;}
    .wrap .main .sec2 .col1 {background:url('../img/mobile/main_sec2_column1.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec2 .col2 {background:url('../img/mobile/main_sec2_column2.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec2 .col3 {background:url('../img/mobile/main_sec2_column3.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .con .column h4 {font-size:20px; margin-bottom:15px;}
    .wrap .main .sec2 .con .column h4::before {margin-bottom:16px;}
    .wrap .main .con .column h3 {font-size:42px; margin-bottom:0;}
    .wrap .main .sec3 .con .column {width:100%; height:50%;}
    .wrap .main .sec3 .col1 h4::before {margin-bottom:16px;}
    .wrap .main .sec3 .col2 h4::before {margin-bottom:16px;}
    .wrap .main .sec3 .col1 {background:url('../img/mobile/main_sec3_column1.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec3 .col2 {background:url('../img/mobile/main_sec3_column2.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center;}
    .wrap .main .sec4 .footer {width:100%; padding:0 20px;}
    .wrap .main .sec4 .footer p:nth-child(5)::before {display:flex;}

    .bn_box {height:400px;}
    .bn_box h4 {font-size:18px; margin-bottom:10px;}
    .bn_box h3 {font-size:58px; margin-bottom:20px;}
    .bn_box p {font-size:14px; line-height:20px;}
    .bn_box .tab_box ul {width:100%; height:50px;}
    .bn_box .tab_box ul li {font-size:16px;}
    .bn_box .tab_box ul li:not(:first-child)::before {height:13px; margin:0 40px;}
    .sub_con {margin:60px 0;}
    .sub_tit {font-size:34px;}
    .sub_txt {font-size:14px; line-height:20px;}

    .sub01 h3 {font-size:30px; margin-bottom:40px;}
    .sub01 .sub_txt:not(:last-child) {margin-bottom:40px;}
    .sub01 h4 {font-size:20px; margin-bottom:27px;}
    .sub01 ul {margin-bottom:40px; flex-flow:row wrap; justify-content:center;}
    .sub01 ul li {width:calc((100% - 40px) / 3); margin-right:20px; margin-bottom:20px;}
    .sub01 ul li:nth-child(3n) {margin-right:0;}
    .sub01 h5 {font-size:20px;}
    .sub01 h5::after {margin:20px 0 40px 0;}

    .sub02_01 {margin:60px 0 0 0;}
    .sub02_01 .sec1 {padding-bottom:60px;}
    .sub02_01 .sec1 .item_box {flex-direction:column;}
    .sub02_01 .sec1 .item_box .txt_box {width:100%; padding:50px 0;}
    .sub02_01 .sec1 .item_box:nth-child(even) {flex-direction:column;}
    .sub02_01 .sec1 .item_box:nth-child(even) .txt_box {align-items:flex-start;}
    .sub02_01 .sec1 .item_box:nth-child(even) .txt_box .sub_txt {text-align:left;}
    .sub02_01 .sec1 .item_box::before {width:100%; height:390px;}
    .sub02_01 .sec1 .item_box:nth-child(1)::before {background:url('../img/mobile/sub02_01_img01.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
    .sub02_01 .sec1 .item_box:nth-child(2)::before {background:url('../img/mobile/sub02_01_img02.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}
    .sub02_01 .sec1 .item_box:nth-child(3)::before {height:390px; background:url('../img/mobile/sub02_01_img03.jpg'); background-size:cover; background-position:center; background-repeat:no-repeat;}

    .sub02_01 .sec1 .item_box .txt_box h4 {font-size:18px;}
    .sub02_01 .sec1 .item_box .txt_box h3 {font-size:26px;}
    .sub02_01 .sec1 .item_box .txt_box h3 span {font-size:34px;}
    .sub02_01 .sec1 .item_box .txt_box p:last-child:not(.sub_txt) {font-size:14px;}

    .sub02_02 .sub_txt {margin-bottom:40px;}
    .sub02_02 .item_box .item::before {height:230px;}
    .sub02_02 .item_box .item {margin-bottom:20px;}

    .sub02_03 .item_box .item .txt_box {width:100%;}
    .sub02_03 .item_box .item{padding:440px 0 0;}
    .sub02_03 .item_box .item1 {background:url('../img/sub02_03_img01_m.jpg') center; background-size:cover; }
    .sub02_03 .item_box .item2 {background:url('../img/sub02_03_img02_m.jpg') center; background-size:cover;}
    .sub02_03 .item_box .item3 {background:url('../img/sub02_03_img03_m.jpg') center; background-size:cover;}

    .sub02_04 .item_box {flex-direction:column;}
    .sub02_04 .item_box .item {width:100%; margin-bottom:20px;}
    .sub02_04 .cmd_box {line-height:24px;}

    .sub03 .sec1 {padding-bottom:60px;}
    .sub03 .sec1 .item_box .item {width:calc((100% - 20px) / 2);}
    .sub03 .sec2 {padding:40px 0 60px 0;}
    .sub03 .sec2 .item_box {flex-direction:column;}
    .sub03 .sec2 .item_box .item.off {width:90%;}
    .sub03 .sec2 .item_box .item.on {width:100%;}

    .sub04 h3 {margin-bottom:40px;}

    .sub05 table {margin-bottom:40px;}
    .sub05 .btn_cs {width:180px; height:50px;}
    .sub05 .btn_cs a {font-size:16px;}

    .mypage h3 {margin-bottom:40px;}
    .mypage .r_tab {margin-bottom:40px;}
    .mypage .r_tab li {font-size:16px;}
    .mypage .r_con_box .r_con .year_sel span {font-size:16px;}

    .notice h3 {margin-bottom:40px;}
    .notice .item_box {margin-bottom:40px;}
    .notice .item_box .item .tit {height:60px; font-size:16px;}
    .notice .item_box .item .tit:first-child {width:100px;}
    .notice .item_box .item .tit:last-child {width:150px;}
    .notice .item_box .item .tit:nth-child(2) {width:calc(100% - 250px);}
    .notice .item_box .item .txt {height:55px; font-size:16px;}
    .notice .item_box .item .txt:first-child {width:100px;}
    .notice .item_box .item .txt:last-child {width:150px;}
    .notice .item_box .item .txt:nth-child(2) {width:calc(100% - 250px);}
    .notice .btn_write {width:180px; height:50px;}
    .notice .btn_write a {font-size:16px;}
    .notice .tit_box {padding:30px 20px;}
    .notice .con_box {padding:30px; min-height:400px; margin-bottom:40px;}
    .notice .btn_list {width:180px; height:50px;}
    .notice .btn_list a {font-size:16px;}

    .modify h3 {margin-bottom:40px;}
    .modify .sec {margin-bottom:40px;}
    .modify .sec h4 {font-size:24px;}
    .modify .btn_modify {width:180px; height:50px;}
    .modify .btn_modify a {font-size:16px;}

    .login .sub_inner {height:500px;}
    .login h4 {font-size:20px; margin-bottom:10px;}
    .login h3 {font-size:58px; margin-bottom:20px;}
    .login p {font-size:15px; margin-bottom:40px;}
    .login .login_box {margin-bottom:30px;}
    .login .idpw li {font-size:13px;}
    .login .idpw li:not(:first-child)::before {margin:0 20px;}

    .join .sub_inner {padding:130px 20px 40px 20px;}
    .join .sub_inner>h4 {font-size:20px; margin-bottom:10px;}
    .join h3 {font-size:58px; margin-bottom:20px;}
    .join p {font-size:15px; margin-bottom:40px;}
    .join .sec {margin-bottom:40px;}
    .join .sec h4 {font-size:24px;}
    .join .btn_join {width:180px; height:50px;}
    .join .btn_join .btn_submit {width:180px; height:50px;}

    .idpw .sub_inner {height:600px;}
    .idpw h4 {font-size:20px; margin-bottom:10px;}
    .idpw h3 {font-size:58px; margin-bottom:20px;}
    .idpw p {font-size:15px; margin-bottom:40px;}
    .idpw .btn_ok {width:180px; height:50px;}
    .idpw .btn_ok .btn_submit {width:180px; height:50px;}

    /* 하단 레이아웃 */
    footer .footer {width:100%; padding:0 20px;}
    footer .footer p:nth-child(5)::before {display:flex;}
}
@media all and (max-width:640px){
    /* 공통 레이아웃 */
    .mo_view2 {display:flex;}

    /* 상단 레이아웃 */
    header {height:60px;}
    header .logo img {width:130px;}
    header .btn_mo_nav img {width:36px;}
    .mo_nav .mo_nav_h {padding-bottom:0;}
    .mo_nav .mo_nav_h ul li {font-size:16px; margin-right:20px;}
    .mo_nav .mo_nav_h .btn_mo_close img {width:36px;}
    .mo_nav .dep1>li {font-size:20px;}
    .mo_nav .dep1>li .dep2 li {font-size:18px;}


    /* 중간 레이아웃 */
    .wrap .main .sec1 .txt_box h4 {font-size:18px; line-height:18px; margin-bottom:10px;}
    .wrap .main .sec1 .txt_box h3 {font-size:50px; line-height:58px; margin-bottom:20px;}
    .wrap .main .sec1 .txt_box p {font-size:16px; line-height:22px; margin-bottom:50px;}
    .wrap .main .sec2 .con .column h4::before {width:32px; height:32px;}
    .wrap .main .con .column h4 {font-size:18px; margin-bottom:10px;}
    .wrap .main .con .column h3 {font-size:38px;}
    .wrap .main .sec3 .col1 h4::before {height:32px;}
    .wrap .main .sec3 .col2 h4::before {height:32px;}
    .wrap .main .sec4 {padding:30px 0;}
    .wrap .main .sec4 .logo {margin-bottom:10px;}
    .wrap .main .sec4 .logo img  {width:130px;}
    .wrap .main .sec4 .footer p {font-size:12px; line-height:18px;}
    .wrap .main .sec4 .footer {margin-bottom:10px;}
    .wrap .main .sec4 .con>p {font-size:12px;}

    .bn_box {height:350px;}
    .bn_box h4 {font-size:16px; margin-bottom:5px;}
    .bn_box h3 {font-size:44px; margin-bottom:15px;}
    .bn_box p {font-size:12px; line-height:18px;}
    .bn_box .tab_box ul li {font-size:14px;}
    .bn_box .tab_box ul li:not(:first-child)::before {height:11px; margin:0 20px;}
    .sub_tit {font-size:30px;}
    .sub_txt {font-size:12px; line-height:18px;}

    .sub01 h3 {font-size:28px;}
    .sub01 h4 {font-size:18px;}
    .sub01 ul li .num {font-size:20px;}
    .sub01 ul li .txt {font-size:13px; line-height:18px;}
    .sub01 h5 {font-size:18px;}

    .sub02_01 .sec1 .item_box::before {height:300px;}
    .sub02_01 .sec1 .item_box:nth-child(3)::before {height:300px;}
    .sub02_01 .sec1 .item_box .txt_box {padding:40px 0;}
    .sub02_01 .sec1 .item_box .txt_box h4 {font-size:16px;}
    .sub02_01 .sec1 .item_box .txt_box h3 {font-size:20px;}
    .sub02_01 .sec1 .item_box .txt_box h3 span {font-size:30px;}
    .sub02_01 .sec1 .item_box .txt_box table th {font-size:15px; padding:15px 5px; line-height:20px;}
    .sub02_01 .sec1 .item_box .txt_box table td {font-size:15px; padding:15px 5px; line-height:20px;}
    .sub02_01 .sec1 .item_box .txt_box p:last-child:not(.sub_txt) {font-size:12px;}
    .sub02_01 .sec2 .item_box {margin:30px 0;}
    .sub02_01 .sec2 .item_box .item {width:calc((100% - 10px) / 2); font-size:15px; margin-bottom:10px;}

    .sub02_02 .item_box .item::before {height:180px;}
    .sub02_02 .item_box .item .txt_box {padding:10px;}
    .sub02_02 .item_box .item .txt_box p {align-items:flex-start;}
    .sub02_02 .item_box .item .txt_box p::before {font-size:28px; position:relative; top:5px;}

    .sub02_03 .item_box .item {padding:0; margin-bottom:50px; padding-top:350px}
    .sub02_03 .item_box .item .txt_box {padding:40px 20px;}
    .sub02_03 .item_box .item .txt_box h4 {font-size:18px; margin-bottom:5px;}
    .sub02_03 .item_box .item .txt_box h3 {font-size:48px; margin-bottom:15px;}
    .sub02_03 .item_box .item .txt_box .txt {margin-bottom:8px;}

    .sub03 .sec1 .item_box .item {width:100%;}
    .sub03 .sec2 .item_box .item h4 {font-size:16px; margin-bottom:5px;}
    .sub03 .sec2 .item_box .item h3 {font-size:36px;}
    .sub03 .sec2 .item_box .item p {font-size:13px; line-height:20px;}

    .sub04 .item_box .item table th {width:150px; font-size:15px; height:60px;}
    .sub04 .item_box .item table td {width:calc(100% - 150px); font-size:15px;}
    .sub04 .item_box .item table td .calcu_txt {width:100%; height:40px;}
    .sub04 .item_box .item table td .radio_td {margin-bottom:10px;}
    .sub04 .item_box .item table td .radio_td input[type="radio"] + label {font-size:15px;}
    .sub04 .item_box .item table td select {width:100%; height:40px;}

    .sub05 table th {width:150px; font-size:15px; height:60px;}
    .sub05 table td {width:calc(100% - 150px); font-size:15px;}
    .sub05 table td .cs_txt {height:40px;}
    .sub05 table td .cs_ta {height:300px;}

    .mypage .r_tab li {font-size:14px;}
    .mypage .r_con_box .r_con .year_sel span {font-size:14px;}
    .mypage .r_con_box .r_con .year_sel select {width:80px; font-size:15px; padding:0 10px;}
    .mypage .r_con_box .r_con .year_sel .btn_ok {width:80px; margin-left:10px;}
    .mypage .r_con_box .r_con .year_sel .btn_ok a {font-size:13px;}

    .notice .pg_page {width:40px; height:40px; font-size:15px;}
    .notice .pg_current {width:40px; height:40px; font-size:15px;}
    .notice .tit_box h4 {font-size:18px;}
    .notice .tit_box p {font-size:13px;}
    .notice .con_box {font-size:15px;}

    .modify .sec h4 {font-size:18px;}
    .modify .sec table th {width:150px; font-size:15px; height:60px;}
    .modify .sec table td {width:calc(100% - 150px); font-size:15px;}
    .modify .sec table td .modify_txt {width:100%; height:40px;}
    .modify .sec table td .m_tel .modify_tel {width:60px; height:40px;}
    .modify .sec table td .post_box .modify_post {width:calc(100% - 110px); height:40px;}
    .modify .sec table td .post_box .btn_post {width:100px; height:40px;}

    .login .login_box .login_input {margin-right:10px;}
    .login .login_box .login_input .login_txt {width:280px; height:45px;}
    .login .login_box .btn_login {width:100px; height:100px;}
    .login .login_box .btn_login .btn_submit {width:100px; height:100px; font-size:16px;}

    .join .sec h4 {font-size:18px;}
    .join .sec table th {width:150px; font-size:15px; height:60px;}
    .join .sec table td {width:calc(100% - 150px); font-size:15px;}
    .join .sec table td .join_txt {width:100%; height:40px;}
    .join .sec table td .m_tel .join_tel {width:60px; height:40px;}
    .join .sec table td .post_box .join_post {width:calc(100% - 110px); height:40px;}
    .join .sec table td .post_box .btn_post {width:100px; height:40px;}
    .join .sec table td.agree_td input[type="checkbox"] + label {font-size:15px;}

    .idpw table th {display:none;}
    .idpw table td {width:100%; font-size:15px; padding:10px ;}
    .idpw table td .idpw_txt {width:100%; height:40px;}

    /* 하단 레이아웃 */
    footer {padding:30px 0;}
    footer .logo {margin-bottom:10px;}
    footer .logo img  {width:130px;}
    footer .footer p {font-size:12px; line-height:18px;}
    footer .footer {margin-bottom:10px;}
    footer .con>p {font-size:12px;}
}
@media all and (max-width:425px){
    /* 상단 레이아웃 */
    .mo_nav .mo_nav_h .btn_mo_close img {width:32px;}

    /* 중간 레이아웃 */
    .wrap .page_nav p {font-size:14px;}
    .wrap .page_nav p:last-child::before {margin:10px 0;}
    .wrap .main .sec1 .txt_box h4 {font-size:16px; line-height:16px;}
    .wrap .main .sec1 .txt_box h3 {font-size:46px; line-height:52px;}
    .wrap .main .sec1 .txt_box p {font-size:14px; line-height:18px;}
    .wrap .main .sec1 .txt_box ul li {width:10px; height:10px; border-radius:5px; margin-right:10px;}
    .wrap .main .sec1 .txt_box ul li.on {width:35px; height:10px;}
    .wrap .main .sec2 .con .column h4::before {width:26px; height:26px; margin-bottom:10px;}
    .wrap .main .con .column h4 {font-size:16px; margin-bottom:8px;}
    .wrap .main .con .column h3 {font-size:32px;}
    .wrap .main .sec3 .col1 h4::before {height:26px; margin-bottom:10px;}
    .wrap .main .sec3 .col2 h4::before {height:26px; margin-bottom:10px;}
    .wrap .main .sec4 {padding:20px 0;}
    .wrap .main .sec4 .logo img  {width:100px;}
    .wrap .main .sec4 .footer p {font-size:11px; line-height:14px;}
    .wrap .main .sec4 .footer p:not(:first-child)::before {margin:0 10px;}
    .wrap .main .sec4 .con>p {font-size:11px;}

    .bn_box {height:300px;}
    .bn_box h4 {font-size:14px;}
    .bn_box h3 {font-size:32px; margin-bottom:10px;}
    .bn_box .tab_box ul li {font-size:12px;}
    .bn_box .tab_box ul li:not(:first-child)::before {height:9px; margin:0 10px;}
    .sub_con {margin:40px 0;}
    .sub_tit {font-size:28px; margin-bottom:15px;}

    .sub01 h3 {font-size:24px; margin-bottom:30px;}
    .sub01 .sub_txt:not(:last-child) {margin-bottom:30px;}
    .sub01 h4 {font-size:16px;}
    .sub01 ul {margin-bottom:30px;}
    .sub01 ul li {height:120px;}
    .sub01 ul li .num {font-size:18px; margin-bottom:5px;}
    .sub01 h5::before, .sub01 h5::after {width:100%;}

    .sub02_01 {margin:40px 0 0 0;}
    .sub02_01 .sec1 {padding-bottom:40px;}
    .sub02_01 .sec1 .item_box::before {height:200px;}
    .sub02_01 .sec1 .item_box:nth-child(3)::before {height:200px;}
    .sub02_01 .sec1 .item_box .txt_box {padding:20px 0;}
    .sub02_01 .sec1 .item_box .txt_box h4 {font-size:14px; margin-bottom:5px;}
    .sub02_01 .sec1 .item_box .txt_box h3 {font-size:18px; margin-bottom:15px;}
    .sub02_01 .sec1 .item_box .txt_box h3 span {font-size:28px;}
    .sub02_01 .sec1 .item_box .txt_box table th {font-size:13px; padding:10px 5px; line-height:16px;}
    .sub02_01 .sec1 .item_box .txt_box table td {font-size:13px; padding:10px 5px; line-height:16px;}
    .sub02_01 .sec2 {padding:40px 0 60px 0;}
    .sub02_01 .sec2 .item_box {margin:20px 0;}
    .sub02_01 .sec2 .item_box .item {font-size:13px;}
    .sub02_01 .sec1 .item_box .txt_box table th {font-size:12px;}
    .sub02_01 .sec1 .item_box .txt_box table td {font-size:12px;}

    .sub02_02 .item_box .item {width:100%;}
    .sub02_02 .item_box .item .txt_box {height:60px; padding:20px;}
    .sub02_02 .item_box .item .txt_box p {align-items:center; font-size:13px; line-height:20px;}
    .sub02_02 .item_box .item .txt_box p::before {top:0; font-size:24px;}
    .sub02_02 .item_box .item5 .txt_box {height:auto;}
    .sub02_02 .item_box .item5 .txt_box p {align-items:flex-start;}
    .sub02_02 .item_box .item5 .txt_box p::before {top:5px;}

    .sub02_03 .item_box .item {margin-bottom:40px; padding-top:270px;}
    .sub02_03 .item_box .item .txt_box {padding:30px 20px;}
    .sub02_03 .item_box .item .txt_box h4 {font-size:16px; margin-bottom:0;}
    .sub02_03 .item_box .item .txt_box h3 {font-size:42px; margin-bottom:10px;}
    .sub02_03 .item_box .item .txt_box .txt .num {font-size:13px;}
    .sub02_03 .item_box .item .txt_box .txt p:last-child {font-size:13px;}
    .sub02_03 .item_box .item .txt_box .txt {margin-bottom:3px;}

    .sub02_04 .item_box .item::before {height:270px;}
    .sub02_04 .item_box .item .txt_box {height:calc(100% - 270px); padding:20px;}
    .sub02_04 .item_box .item .txt_box .num {font-size:20px; margin-bottom:5px;}
    .sub02_04 .item_box .item .txt_box p:last-child {font-size:13px; line-height:20px;}
    .sub02_04 .cmd_box {font-size:13px; line-height:20px; padding:27px 20px;}

    .sub03 .sec1 {padding-bottom:40px;}
    .sub03 .sec1 .item_box .item::before {height:200px;}
    .sub03 .sec1 .item_box .item .txt_box {height:calc(100% - 200px);}
    .sub03 .sec1 .item_box .item .txt_box h4 {font-size:13px; margin-bottom:0;}
    .sub03 .sec1 .item_box .item .txt_box h3 {font-size:18px; margin-bottom:10px;}
    .sub03 .sec1 .item_box .item .txt_box p {font-size:13px; line-height:20px;}
    .sub03 .sec2 .item_box .item h4 {font-size:14px;}
    .sub03 .sec2 .item_box .item h3 {font-size:28px;}
    .sub03 .sec2 p:last-child {font-size:14px;}

    .sub04 h3 {margin-bottom:20px;}
    .sub04 .item_box .item table th {width:100px; font-size:13px;}
    .sub04 .item_box .item table td {width:calc(100% - 100px); font-size:13px; padding:0 10px;}
    .sub04 .item_box .item table td .radio_td input[type="radio"] + label {font-size:13px; margin-right:10px;}

    .sub05 table {margin-bottom:20px;}
    .sub05 table th {width:100px; font-size:13px;}
    .sub05 table td {width:calc(100% - 100px); font-size:13px; padding:0 10px;}
    .sub05 table td.ta_td {padding:10px;}
    .sub05 table td .cs_ta {height:200px;}
    .sub05 .btn_cs {width:150px; height:40px;}
    .sub05 .btn_cs a {font-size:14px;}

    .mypage h3 {margin-bottom:20px;}
    .mypage .r_tab {margin-bottom:20px; flex-flow:row wrap;}
    .mypage .r_tab li {height:50px; font-size:12px;}
    .mypage .r_tab li:nth-child(1),.mypage .r_tab li:nth-child(2) {width:calc(100% / 2);}
    .mypage .r_tab li:nth-child(3),.mypage .r_tab li:nth-child(4),.mypage .r_tab li:nth-child(5) {width:calc(100% / 3);}
    .mypage .r_con_box .r_con .year_sel span {font-size:12px;}
    .mypage .r_con_box .r_con .year_sel select {font-size:13px;}
    .mypage .r_con_box .r_con .year_sel .btn_ok a {font-size:11px;}

    .notice h3 {margin-bottom:20px;}
    .notice .item_box {margin-bottom:20px;}
    .notice .item_box .item .tit {height:50px; font-size:14px;}
    .notice .item_box .item .tit:first-child {width:60px;}
    .notice .item_box .item .tit:last-child {width:120px;}
    .notice .item_box .item .tit:nth-child(2) {width:calc(100% - 180px);}
    .notice .item_box .item .txt {height:45px; font-size:14px;}
    .notice .item_box .item .txt:first-child {width:60px;}
    .notice .item_box .item .txt:last-child {width:120px;}
    .notice .item_box .item .txt:nth-child(2) {width:calc(100% - 180px);}
    .notice .btn_write {width:150px; height:40px;}
    .notice .btn_write a {font-size:14px;}
    .notice .tit_box {padding:20px;}
    .notice .tit_box h4 {font-size:16px; margin-bottom:10px;}
    .notice .tit_box p {font-size:11px;}
    .notice .con_box {min-height:250px; padding:20px; font-size:13px; margin-bottom:20px;}
    .notice .btn_list {width:150px; height:40px;}
    .notice .btn_list a {font-size:14px;}

    .modify h3 {margin-bottom:20px;}
    .modify .sec {margin-bottom:20px;}
    .modify .sec table th {width:100px; font-size:13px;}
    .modify .sec table td {width:calc(100% - 100px); font-size:13px; padding:0 10px;}
    .modify .sec table td.b_td {padding:10px;}
    .modify .btn_modify {width:150px; height:40px;}
    .modify .btn_modify a {font-size:14px;}

    .login h4 {font-size:16px; margin-bottom:5px;}
    .login h3 {font-size:52px; margin-bottom:10px;}
    .login p {font-size:13px; margin-bottom:20px;}
    .login .login_box {margin-bottom:20px;}
    .login .login_box .login_input .login_txt {width:180px;}

    .join h4 {font-size:16px; margin-bottom:5px;}
    .join h3 {font-size:52px; margin-bottom:10px;}
    .join p {font-size:13px; margin-bottom:20px;}
    .join .sec {margin-bottom:20px;}
    .join .sec table th {width:100px; font-size:13px;}
    .join .sec table td {width:calc(100% - 100px); font-size:13px; padding:0 10px;}
    .join .sec table td.b_td {padding:10px;}
    .join .btn_join {width:150px; height:40px;}
    .join .btn_join .btn_submit {width:150px; height:40px;}

    .idpw h4 {font-size:16px; margin-bottom:5px;}
    .idpw h3 {font-size:44px; margin-bottom:10px;}
    .idpw p {font-size:13px; margin-bottom:20px;}
    .idpw .btn_ok {width:150px; height:40px;}
    .idpw .btn_ok .btn_submit {width:150px; height:40px;}

    /* 하단 레이아웃 */
    footer {padding:20px 0;}
    footer .logo img  {width:100px;}
    footer .footer p {font-size:11px; line-height:14px;}
    footer .footer p:not(:first-child)::before {margin:0 10px;}
    footer .con>p {font-size:11px;}
}
@media all and (max-width:375px){
    /* 공통 레이아웃 */
    .mo_view4 {display:flex;}

    /* 상단 레이아웃 */
    .mo_nav .mo_nav_h {padding:20px; padding-bottom:0;}
    .mo_nav .mo_nav_h ul li {font-size:14px; margin-right:10px;}
    .mo_nav .mo_nav_h .btn_mo_close img {width:28px;}
    .mo_nav .dep1>li {font-size:18px; margin-bottom:40px;}
    .mo_nav .dep1>li .dep2 li {font-size:16px; margin-top:20px;}

    /* 중간 레이아웃 */
    .wrap .page_nav p {font-size:12px;}
    .wrap .page_nav p:last-child::before {margin:8px 0;}
    .wrap .main .sec1 .txt_box h4 {font-size:14px; line-height:14px;}
    .wrap .main .sec1 .txt_box h3 {font-size:42px; line-height:48px;}
    .wrap .main .sec1 .txt_box p {font-size:12px; line-height:16px;}
    .wrap .main .sec2 .con .column h4::before {width:24px; height:24px; margin-bottom:5px;}
    .wrap .main .con .column h4 {font-size:14px; margin-bottom:5px;}
    .wrap .main .con .column h3 {font-size:28px;}
    .wrap .main .sec3 .col1 h4::before {height:24px; margin-bottom:5px;}
    .wrap .main .sec3 .col2 h4::before {height:24px; margin-bottom:5px;}
    .wrap .main .sec4 {padding:10px 0;}
    .wrap .main .sec4 .footer p {font-size:10px; line-height:13px;}
    .wrap .main .sec4 .footer p:not(:first-child)::before {margin:0 5px;}
    .wrap .main .sec4 .con>p {font-size:10px;}

    .bn_box h4 {font-size:13px;}
    .bn_box h3 {font-size:26px;}
    .sub_tit {font-size:24px; margin-bottom:10px;}

    .sub01 h3 {font-size:18px; margin-bottom:20px;}
    .sub01 .sub_txt:not(:last-child) {margin-bottom:20px;}
    .sub01 h4 {font-size:14px; margin-bottom:22px;}
    .sub01 ul {margin-bottom:20px;}
    .sub01 ul li {width:calc((100% - 20px) / 3); height:100px; margin-right:10px; margin-bottom:10px;}
    .sub01 ul li .num {font-size:16px;}
    .sub01 ul li .txt {font-size:12px;}
    .sub01 h5 {font-size:14px;}
    .sub01 h5::before {margin:0 0 10px 0;}
    .sub01 h5::after {margin:10px 0 20px 0;}

    .sub02_01 .sec1 .item_box .txt_box h4 {font-size:13px;}
    .sub02_01 .sec1 .item_box .txt_box h3 {font-size:16px;}
    .sub02_01 .sec1 .item_box .txt_box h3 span {font-size:24px;}
    .sub02_01 .sec2 .item_box .item {font-size:12px;}

    .sub02_03 .item_box .item {padding-top:200px; margin-bottom:30px;}
    .sub02_03 .item_box .item .txt_box h4 {font-size:14px;}
    .sub02_03 .item_box .item .txt_box h3 {font-size:38px; margin-bottom:5px;}

    .sub03 .sec2 .item_box .item.off {padding:20px;}
    .sub03 .sec2 .item_box .item.on {padding:40px;}

    .modify .sec table th {width:80px;}
    .modify .sec table td {width:calc(100% - 80px);}
    .modify .sec table td .m_tel .modify_tel {width:50px;}

    .join .sec table th {width:80px;}
    .join .sec table td {width:calc(100% - 80px);}
    .join .sec table td .m_tel .join_tel {width:50px;}

    /* 하단 레이아웃 */
    footer {padding:10px 0;}
    footer .footer p {font-size:10px; line-height:13px;}
    footer .footer p:not(:first-child)::before {margin:0 5px;}
    footer .con>p {font-size:10px;}
}
@media all and (max-width:320px){
}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;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;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:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:none;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_reload {position:static;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}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

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

/* 버튼 */


a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;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;padding:7px;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:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#253dbe;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#0025eb}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ccc;}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;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:110px;text-align:center}
.td_group {width:80px;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:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

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

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-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;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.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_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}


.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

#notice_send_list_wrap { margin-top: 10px; }
#notice_send_list_wrap > ul > li { display: inline-block; border: 1px solid #ddd; border-radius: 15px; padding: 5px 10px; background: #fff; }
#notice_send_list_wrap > ul > li > input { border:0; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
#mypage_alert_wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    background: white;
    width: 360px;
    margin-left: -180px;
    height: 245px;
    margin-top:-125.5px;
    z-index: 100;
    color: black;
    display: none;
    /* display: block; */
}
#mypage_alert_wrap h2 { padding-bottom: 15px; padding: 30px; position: relative; font-size: 18px; letter-spacing: -0.06em; }
#mypage_alert_wrap h2 span { float: right; cursor:pointer; position: absolute; right: 0; top: 0; padding: 10px; }
#mypage_alert_wrap .alert_date { float:right; }
#mypage_alert_wrap ul { padding: 10px 0; height: 120px; padding: 0 30px; }
#mypage_alert_wrap ul li { margin-bottom: 20px; color: #787878; font-weight: bold; }
#mypage_alert_wrap ul li a { display: inline-block; width: 210px; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; color: #787878; }
#mypage_alert_wrap p { padding-top: 15px; }
#mypage_alert_wrap p input[type="button"] { padding:20px 0; width: 100%; cursor: pointer; border:0; background:#f46814; color: #fff; }
.sub05 table td { padding: 15px; }
.sub05 table td.qa_subject .bo_tit { color: #aaa; padding: 0 30px; }

#chart_wrap { position: relative; width: 100%; }
#chart_unit { position: absolute; top: 18px; left: 30px; z-index: 1; color: #fff; font-size: 12px; }
