@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo.css');

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Apple SD Gothic Neo','Paperozi','Pretendard','Malgun Gothic', dotum, sans-serif;background:#fff}
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;font-family:'Apple SD Gothic Neo','Paperozi','Pretendard','Malgun Gothic', dotum, sans-serif}
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:'Apple SD Gothic Neo','Paperozi','Pretendard','Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Apple SD Gothic Neo','Paperozi','Pretendard','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:#000;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;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {position: relative;  width: 100%;  margin: 0 auto;}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:100%}


/* 팝업레이어 */
#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}

/* 상단 레이아웃
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}
*/

/* 메인메뉴
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('./images/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

*/

/* 마진 */
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}
.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}
.mb100{margin-bottom:100px !important;}
.mb150{margin-bottom:150px !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt75{margin-top:75px !important;}
.mt80{margin-top:80px !important;}
.mt85{margin-top:85px !important;}
.mt90{margin-top:90px !important;}
.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}
.mt150{margin-top:150px !important;}


/* font-size */
.txt180{font-size:180px;line-height:1.2; letter-spacing:-10px;}
.txt98{font-size:98px;line-height:1.2;}
.txt90{font-size:90px;line-height:1.2;}
.txt88{font-size:88px;line-height:1.2;}
.txt84{font-size:84px;line-height:1.2;}
.txt78{font-size:78px;line-height:1.2;}
.txt74{font-size:74px;line-height:1.2;}
.txt72{font-size:72px;line-height:1.2;}
.txt68{font-size:68px;line-height:1.2;}
.txt66{font-size:66px;line-height:1.2;}
.txt62{font-size:62px;line-height:1.428;}
.txt58{font-size:58px;line-height:1.2;}
.txt56{font-size:56px;line-height:1.428;}
.txt54{font-size:54px;line-height:1.428;}
.txt52{font-size:52px;line-height:130%;}
.txt50{font-size:50px;line-height:130%;}
.txt48{font-size:48px;line-height:130%;}
.txt46{font-size:46px;line-height:1.2;}
.txt45{font-size:45px;line-height:1.428;}
.txt44{font-size:44px;line-height:1.428;}
.txt42{font-size:42px;line-height:1.2;}
.txt40{font-size:40px;line-height:1.428;}
.txt38{font-size:38px;line-height:130%;}
.txt36{font-size:36px;line-height:1.428;}
.txt34{font-size:34px;line-height:1.428;}
.txt33{font-size:34px;line-height:1.428;}
.txt32{font-size:32px;line-height:1.428;}
.txt30{font-size:30px;line-height:1.428;}
.txt28{font-size:28px;line-height:1.33;}
.txt26{font-size:26px;line-height:1.33;}
.txt24{font-size:24px;line-height:1.5;}
.txt22{font-size:22px;line-height:1.63;}
.txt21{font-size:21px;line-height:1.63;}
.txt20{font-size:20px;line-height:1.63;}
.txt19{font-size:19px;line-height:1.63;}
.txt18{font-size:18px;line-height:1.63;}
.txt17{font-size:17px;line-height:1.33;}
.txt16{font-size:16px;line-height:1.33;}
.txt15{font-size:15px;line-height:1.33;}
.txt14{font-size:14px;line-height:1.5;}
.txt13{font-size:13px;line-height:1.5;}
.txt12{font-size:12px;line-height:1.5;}
.txt11{font-size:11px;line-height:1.5;}
.txt10{font-size:10px;line-height:1.5;}
.txt8{font-size:8px;line-height:1.33;}







article {position:relative;}
.white {color:#fff;}
.black {color:#151515;}
.blue {color:#008ce5;}
.gray {color:#666;}
.gray8 {color:#888;}
.gray9 {color:#999;}
.beige {color:#fa4027;}
.beige1 {color:#ce9c6c;}
.yellow {color:#f4ea00;}
.orange{color: #fa4027;}

.all_block {display:block;}
.inline_1280 {display:block;}
.inline_1000 {display:block;}
.inline_980 {display:block;}
.inline_820 {display:block;}
.inline_520 {display:block;}
.in820_b520 {display:block;}

.fwn {font-weight:normal;}
.fwb {font-weight:bold;}
.fw100 {font-weight:100;}
.fw200 {font-weight:200;}
.fw300 {font-weight:300;}
.fw350 {font-weight:350;}
.fw400 {font-weight:400;}
.fw500 {font-weight:500;}
.fw600 {font-weight:600;}
.fw700 {font-weight:700;}
.fw800 {font-weight:800;}
.fw900 {font-weight:900;}
.wk {-ms-word-break:keep-all;word-break:keep-all;}
.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.pd30{ padding-left:30px;}
.pd18{ padding-left:18px;}
.pd10{ padding-left:10px;}

.lh1 {line-height:1;}
.lh12 {line-height:1.2;}
.lh13 {line-height:1.33;}
.lh15 {line-height:1.5;}
.lh17 {line-height:1.7;}
.lh2 {line-height:2;}
.lh3 {line-height:3;}

.font_p {font-family:'Paperozi';}



/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position: relative;width: 100%;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#81cfd9;margin:0 auto;text-align:left;z-index: 1;  position: relative;padding: 100px 0;color:#fff}
#ft img {}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}



.ft_box_01 {display: flex;}
.ft_box_01 P{font-size:20px;padding: 30px 30px 0 0;line-height: 30px;color: #fff;}
.pd_0 {padding: 30px 0px 0 0 !important;}

.line_02 {background: #fff;  width: 100%;  height: 1px;}
.ft_01 {font-size: 20px;  padding: 30px 30px 30px 0;}
.ft_02 {font-size: 20px;  padding: 20px 0px 00px 0;}

@media screen and (max-width:800px) {

#ft {padding: 50px 0;}

#ft img {width: 77%;}
.ft_box_01 P {font-size: 18px;  padding: 30px 20px 0 0;}

element.style {
}
#ft p {color: #fff;font-size: 18px;}
.ft_01  {  font-size: 18px;    padding: 30px 0px 30px 0;}



}




/* 게시물 선택복사 선택이동 */
#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;width:0;height: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:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#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_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#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.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

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:#3a8afd;color:#fff;cursor:pointer;border-radius:3px;padding: 5px 10px;}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;border-radius: 3px;  padding: 5px 10px;}
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;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;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;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
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;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.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:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;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;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom: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: 6%;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_01 ,.frm_input {border:1px solid #d0d3db;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:34px}
.frm_input_01 {height:26px}


.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.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}
.frm_info.add_info { margin-top: 10px !important; padding: 8px 12px; background: #fff; border: 1px solid #ddd; border-radius: 6px; line-height: 1.6; }
.btn_info_toggle { display: block; margin: 5px 0 0 21px; font-size: 12px; color: #3f51b5; background: none; border: none; cursor: pointer; text-decoration: underline; }

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.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 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.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.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 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;background-size: cover;}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

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



/* 상단 레이아웃 */
.header{height: 100px;position:fixed; top:0; left:0; width:100%; font-weight:300; color:#000; z-index:30; box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.21);}
.header:hover {background:#fff;}
.header:hover .gnb> li >a {color:#000}
.header__wrap{height: 100px;display:flex; max-width:1600px; margin:0 auto; padding:0 120px; justify-content:space-between; align-items:center; text-align:center; }
.logo__link{display:block; width:205px; height:53px; background:url('/images/main/logo_03.png') no-repeat; background-size:205px 53px}
.gnb>li{display:inline-block; position:relative}
.gnb> li >a {color:#fff}
.gnb__link{display:block; padding:0 30px; font-size:20px; font-weight:400; line-height:120px; transition:all 0.3s ease-out}

.gnb__link:hover{color:#000}
.snb{position:relative; line-height:22px; z-index:60;display: none;}
.snb__item{display:inline-block}
.snb__item~.snb__item{margin-left:30px}
.snb__contact{display:inline-block; position:relative; font-size:16px; font-weight:bold}
.snb__contact:before{content:''; display:block; position:absolute; bottom:0; left:0; width:0; height:2px; background:#fff; transition:all 0.3s ease-out}
.snb__contact:hover:before{width:100%}
.snb__lang{display:inline-block; position:relative; padding-right:10px; font-size:15px; font-weight:bold}
.snb__lang:after{position:absolute; top:50%; right:0; width:3px; height:13px; margin-top:-7px; background:url(../images/icon_lang_white.svg) no-repeat; background-size:3px 13px; content:''}
.btn-menu{position:relative; width:34px; height:22px; padding:6px}
.btn-menu__line{display:block; position:absolute; right:6px; height:3px; background:#fff}
.btn-menu__line--bottom{bottom:6px; width:16px}
.btn-menu__line--top{top:6px; width:22px}
.logo{position:relative; z-index:40}

.sec-header.on .btn-menu__line {background:#000}

.lnb{display:none; position:absolute; top:120px; left:0; width:100%; background:#fff; text-align:center; transition:all 0.3s ease-out}
.lnb:before{content:''; position:absolute; left:0; top:0; width:100%; height:1px; background:#ccc}
.lnb:after{content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ccc}
.lnb__wrap{display:flex; max-width:1680px; margin:0 auto}
.lnb__box{flex:1; position:relative; padding:50px 0; border-right:1px solid #ccc}
.lnb__box:last-child{border-right:0}
.lnb__box:after{content:''; position:absolute; top:-1px; left:50%; width:0; height:2px; background:#23b182; transition:all 0.3s ease-out; z-index:5}
.lnb__box:hover:after{width:160px; margin-left:-80px}
.lnb__title{margin-bottom:30px; font-size:20px; font-weight:500; color:#000}
.lnb__list>li~li{margin-top:10px}
.lnb__list>li a{color:#333; font-size:16px}
.lnb__list>li:hover a{font-weight:600; color:#23b182}
.lnb__tab{font-size:9px}



.header.active .lnb{display:block}
.header.active,.header.sub--white{ color:#000}
.header.white{background:#fff}
.header.white .snb__item{color:#000}
.header.white .logo__link,.header.active .logo__link, .header.sub--white .logo__link{background-image:url('/images/main/logo_02.png')}
.header.white .snb__lang:after,.header.active .snb__lang:after,.header.sub--white .snb__lang:after{background-image:url(../images/icon_lang.svg)}
.header.white .btn-menu__line,.header.active .btn-menu__line,.header.sub--white .btn-menu__line{background:#000}
.header.white .snb__contact:before,.header.active .snb__contact:before,.header.sub--white .snb__contact:before{background:#333}
.header button {-webkit-appearance:none; -webkit-border-radius:none; background:none; border:none; font-size:inherit; font-weight:inherit; outline:none; cursor:pointer; text-align:left}

/*comm*/
.blind{visibility:hidden; overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0}



/* sitemap */
.sitemap{position:fixed; overflow-y:scroll; top:0; left:0; width:100%; height:auto; background:#fff; color:#000; opacity:0; visibility:hidden; transition:all 0.3s ease-out; z-index:-1}
.sitemap.active{padding-right:17px; visibility:visible; opacity:1; z-index:9}
.sitemap__wrap{display:flex; max-width:1920px; height:100%; margin:0 auto; padding:220px 120px 0}
.sitemap__box{flex:1}
.sitemap__slogan{font-size:4.2vw; font-weight:900; line-height:1.2; letter-spacing:0; text-align:left; text-transform:uppercase}
.sitemap__item{padding: 10px 0;overflow:hidden; padding-left:80px; color:#000}
.sitemap__title{font-size:36px; font-weight:bold; cursor:pointer; user-select:none}
.sitemap__page{font-size:16px; font-weight:600}
.sitemap__list{display:none; margin-bottom:20px}
.sitemap__list>li{display:inline-block; min-width:272px; margin-top:15px; font-size:20px; font-weight:bold; color:#999}
.sitemap__list>li:nth-child(2n){padding-left:15px}
.sitemap__list>li:hover{color:#000}
.sitemap__item.active .sitemap__list>li a{color:#000}
.sitemap__item.active .sitemap__title {color:#000;}

.btn-todayclose img{width:17px; height:17px}
.btn-close{position:absolute; top:0; right:0; cursor:pointer}
.btn-close img{width:17px; height:17px}
.modal-open{overflow:hidden}
.modal-open .header__wrap{padding-right:137px}
.modal-open .btn-menu.on .btn-menu__line--top{top:10px; transform:rotate(-45deg)}
.modal-open .btn-menu.on .btn-menu__line--bottom{bottom:9px; width:22px; transform:rotate(45deg)}


@media screen and (max-width:1439px) {
    /* common */
    .header__wrap{padding:10px 40px}
	.gnb__link{padding:0 20px}
	.modal-open .header__wrap{padding-right:40px}
	.content__title+div{overflow:visible}
	.content__wrap{padding-left:40px; padding-right:40px}
    /* sitemap */
    .sitemap__wrap{padding:90px 40px 0}
    .sitemap__slogan{font-size:5.6vw}
    .sitemap__list>li{display:block}
    .sitemap__list>li:nth-child(2n){padding-left:0}
	.gnb{display:none}
	.logo__link {width: 140px;    background-size: 140px;}
	.snb {display:block}
}


@media screen and (max-width:1023px) {
	.header {height: 80px;}
	.header__wrap{padding:0px 20px;height: 80px;}
    .logo__link{width: 140px;    background-size: 140px;}
    .gnb{display:none}
    .snb{line-height:19px}
    .snb__item~.snb__item{margin-left:10px}
    .snb__contact,.snb__lang{font-size:12px}
    .snb__lang:after{width:4px; height:9px; margin-top:-4px; background-size:4px 9px}
    .btn-menu{width:26px; height:19px}
    .btn-menu__line{height:2px}
    .btn-menu__line--top{width:14px}
    .btn-menu__line--bottom{width:10px}
    .modal-open .header__wrap{padding-right:20px}
    .modal-open .btn-menu.on .btn-menu__line--top{top:8px}
    .modal-open .btn-menu.on .btn-menu__line--bottom{width:14px}
	.subtitle{font-size:22px; font-weight:600; text-align:center}
	.subtitle~.unit{margin-top:15px}
	.notice{margin-top:40px}
	.pagination{margin-top:60px}
    /* sitemap */
    .sitemap.active{padding-right:0}
    .sitemap__wrap{overflow-y:auto; height:calc(100% - 85px); margin-top:85px; padding:0 0px 20px; flex-direction:column; border-top:1px solid #ddd}
    .sitemap__wrap::-webkit-scrollbar{display:none}
    .sitemap__box{flex:none}
    .sitemap__box~.sitemap__box{margin-top:25px; padding-bottom:60px;}
    .sitemap__slogan{display:none}
   
    .sitemap__item{padding: 0px 0;text-align: left;}
	.sitemap__item:hover {background:#81cfd9;}
	.sitemap__item:hover a {color:#fff}
    .sitemap__title{font-size:28px;padding: 19px 0 14px 30px;    line-height: 28px;    border-bottom: 1px solid #dfdfdf;}
    .sitemap__list{margin:0; padding-left:20px}
    .sitemap__list>li{display:block; margin:15px 0; font-size:18px}
    .sitemap__list>li:nth-child(2n){padding-left:0}
    .modal-open .sitemap__slogan span:before{height:100%; color:#000}
}

@media (max-width:800px) {


}

/*main_visual*/

section {display:block;}

.visual_wrap { height:100vh; padding-top:0px;}
.visual_wrap .visual_swiper {width:100%; height:100%;}
.visual_wrap .visual_swiper .swiper-slide {display:flex; align-items:center; background-position:center; background-repeat:no-repeat; background-size:cover; padding:0 calc((100% - 1300px) / 2);}
.visual_wrap .visual_swiper .swiper-slide.solution-02 {background-image:url(/images/main/main_slider_002.jpg);}
.visual_wrap .visual_swiper .swiper-slide.solution-03 {background-image:url(/images/main/main_slider_003.jpg);}
.visual_wrap .visual_swiper .swiper-slide.solution {background-image:url(/images/main/main_slider_001.jpg);}
.visual_wrap .visual_swiper .swiper-slide.swiper-slide-active .visual_title {opacity:1; transform:translateY(0px);}
.visual_wrap .visual_swiper .swiper-pagination {top: 170px;}
.visual_wrap .visual_swiper .swiper-pagination .swiper-pagination-bullet {width:10px; height:10px; background-color:transparent; border:solid 1px #fff; border-radius:50%; opacity:1; margin-left:0; margin-right:24px; transition:0.1s;}
.visual_wrap .visual_swiper .swiper-pagination .swiper-pagination-bullet:last-child {margin-right:0;}
.visual_wrap .visual_swiper .swiper-pagination .swiper-pagination-bullet-active {background-color:#fff;}
.visual_wrap .visual_swiper .visual_title {display:block; opacity:0; transform:translateY(40px); transition:0.4s;}
.visual_wrap .visual_swiper .visual_title .fraction {width:110px; font-size:16px; font-weight:500; color:#000; margin-top:40px}
.visual_wrap .visual_swiper .visual_title .fraction span:first-child::after {content:"/"; display:inline-block; margin:0 4px;}
.visual_wrap .visual_swiper .l-title_wrap .l-label {color: #ffffff;  font-size: 39px;  line-height: 49px;  font-weight: 300;  letter-spacing: -1px;  text-shadow: 2px 1px 7px #919191;}
.visual_wrap .visual_swiper .l-title_wrap .l-title {color: #ffffff;  font-size: 70px;  font-weight: 600;  line-height: 80px;  letter-spacing: -2px;  padding: 30px 0 20px 0; text-shadow: 2px 1px 7px #919191;}
.visual_wrap .visual_swiper .l-title_wrap .l-subtxt {color: #ffffff;  font-size: 28px;line-height: 38px;  letter-spacing: -1px;  font-weight: 400;  margin: 10px 0 0 0;  text-shadow: 2px 1px 7px #919191;}
.visual_wrap .visual_swiper .l-title_wrap .slider01_04 {  color: #ffffff;  box-shadow: 4px 7px 13px -7px rgba(0, 0, 0, 0.21);  font-size: 23px;  text-shadow: 2px 1px 7px #919191;  border: 1px solid #fff;
  width: 140px;  text-align: center;  padding: 10px 0;  margin: 50px 0 0 0;}
@media (max-width:1520px) {
	.visual_wrap .visual_swiper .swiper-slide {padding-left:5%; padding-right:5%;}
	.visual_wrap .visual_swiper .l-title_wrap .l-title {font-size:40px; line-height:58px;}
}

@media (max-width:1024px) {
	.visual_wrap { height:800px}
	.visual_wrap {padding-top:0px;}
	.visual_wrap .visual_swiper .l-title_wrap .l-label {font-size:30px;}
	.visual_wrap .visual_swiper .swiper-pagination {top:110px;}
	.visual_wrap .visual_swiper .swiper-pagination .swiper-pagination-bullet {margin-right:20px; width:8px; height:8px;}
	.visual_wrap .visual_swiper .l-title_wrap .l-title {font-size:50px; line-height:60px; font-weight:700;}
	.visual_wrap .visual_swiper .l-title_wrap .l-label {font-size:35px; margin-bottom:-26px;}
	.visual_wrap .visual_swiper .l-title_wrap .l-subtxt {font-size:22px;}
}

@media (max-width:800px){


}

@media (max-width:700px) {
	.visual_wrap {height:600px;}	
	.visual_wrap .visual_swiper .swiper-slide.solution {background-image:url(/images/main/m_main_slide01.jpg);}
	.visual_wrap .visual_swiper .swiper-slide.solution-02 {background-image:url(/images/main/m_main_slider_002.jpg);}
	.visual_wrap .visual_swiper .swiper-slide.solution-03 {background-image:url(/images/main/m_main_slider_003.jpg);}
	.visual_wrap .visual_swiper .visual_title {display:block; position:relative; top: 7%;}
	.visual_wrap .visual_swiper .visual_title .fraction {margin-bottom:25px; color:rgba(0, 0, 0, 0.4); font-size:12px;}
	.visual_wrap .visual_swiper .visual_title .fraction span:first-child {color:#000;}
	.visual_wrap .visual_swiper .visual_title .fraction span:first-child::after {content:""; width:28px; height:1px; background-color:rgba(0, 0, 0, 0.4); margin:auto 15px; transform:translateY(-4px);}
	.visual_wrap .visual_swiper .l-title_wrap .l-title {font-size:38px; line-height: 44px; font-weight:700;}
	.visual_wrap .visual_swiper .l-title_wrap .l-label {font-size:26px; margin-bottom:-26px;line-height: 36px;}
	.visual_wrap .visual_swiper .l-title_wrap .l-subtxt {font-size:20px;line-height: 30px;}
	.visual_wrap .visual_swiper .l-title_wrap .l-btn {width:172px; height:52px; font-size:15px; margin-top:44px;}
	.visual_wrap .visual_swiper .l-title_wrap .slider01_04 {font-size: 20px;}

	.mo_br {display:block}
	.p_br {display:none}
	.m_br {display:block !important;}
	.pc_br {display:none}
	
}



.main1600 {max-width:1600px;width:100%;padding: 0 20px 0; margin:0 auto;}
.main1300 {max-width:1300px;width:100%;padding: 0 20px 0; margin:0 auto;}

.mg_0 {margin:0 !important;}
.blue{color:#029fb2 !important;}
.tac {text-align:center;}



.section_01 {}
.sec_01_bg {padding: 0 0 80px 0;}
.section_01_box {}
.main_title_01 {font-size: 61px;  font-weight: 400;  color: #728e9a;  padding: 90px 0 50px 0;}
.main_title_01 span {font-weight: 700; }
.section_01_txt_01 {font-size: 44px;  font-weight: 500;  color: #728e9a;  padding: 0px 0 30px 0;}
.section_01_txt_02 {font-size: 44px;  font-weight: 500;  color: #728e9a;  padding: 55px 0 30px 0;}
.section_01_txt_box_01 {display: flex;flex-wrap: wrap;  justify-content: space-between;}
.section_01_txt_box_01 ul {margin: 0 0px 0 0; width: 290px;  height: 250px;  box-shadow: 10px 5px 9px -3px rgba(0, 0, 0, 0.21);  border: 1px solid #dfdfdf70;padding: 60px 0 0 40px;
  background: #fff;  border-radius: 20px;}


.section_01_txt_box_01 ul:hover {border:2px solid #81cfd9;}
.section_01_txt_box_01 ul li {}
.section_01_txt_box_01 ul li:nth-child(1) {font-size: 30px;  font-weight: 500;}
.section_01_txt_box_01 ul li:nth-child(2) {font-size: 18px;  padding: 10px 0 30px 0;}
.section_01_txt_box_01 ul li:nth-child(3) {}

.mo_br {display:none}
.pc_br {display:block}
.dp_pc {display:block}
.dp_mo {display:none}

@media (max-width: 1500px) {
.section_01_txt_box_01 ul {    width: 49%;    margin: 0 0 30px 0;  }
}


@media all and (max-width:800px){
.main_title_01 {font-size:40px;   padding: 40px 0 30px 0; line-height: 50px;}
.section_01_txt_box_01 ul {width: 48%; padding: 50px 0 0 20px;height: 220px;}
.section_01_txt_box_01 ul li:nth-child(1) {    font-size: 30px;    font-weight: 500;}
.section_01_txt_box_01 ul li:nth-child(2) {font-size: 18px;    padding: 15px 0 16px 0;}
.section_01_txt_box_01 ul li:nth-child(3) {}

.section_01_txt_01{font-size: 34px;}


.mo_br {display:block}
.pc_br {display:none}
.dp_pc {display:none}
.dp_mo {display:block}
}

@media all and (max-width:500px){
.section_01_txt_box_01 ul {width: 100%;}
}


.section_01_box_01 {padding: 160px 0 100px 0;background: #f5feff;}
.main_title_02 {font-size: 30px;  font-weight: 500;}
.main_title_03 {font-size: 64px;  font-weight: 500;  padding: 10px 0 0 0;}
.section_01_txt_box_02 {display: flex;  padding: 60px 0 0 0;flex-wrap: wrap; }
.section_01_txt_box_02 ul {width:38%;  padding: 0 0 60px 0; background: #fff;  border-radius: 20px;margin: 0 80px 0 150px;}
.section_01_txt_box_02 ul:hover {box-shadow: 4px 3px 7px 2px rgba(99, 191, 170, 0.21);}
.section_01_txt_box_02 ul li {}
.section_01_txt_box_02 ul li:nth-child(1) {text-align: center;  background: #81cfd9;  padding: 20px 0;  border-radius: 20px 20px 0 0;}
.section_01_txt_box_02 ul li:nth-child(2) {padding: 50px 20px 0 80px;}
.main_txt_up_01 {color: #fff;  font-size: 22px;  padding: 0 0 4px 0;}
.main_txt_up_02 {color: #fff;  font-size: 60px;}
.main_txt_up_02 span {font-size: 40px;  padding: 0 0 0 10px;  font-weight: 300;}
.main_txt_up_03 {font-size: 40px;  font-weight: 600;  color: #4a4a4a;}
.main_txt_up_03 img {padding: 0 10px 0 0;}
.main_txt_up_04 {font-size: 25px;color: #4a4a4a;line-height: 40px;  padding: 30px 0 0 0;}

.pd35{padding: 10px 0 35px 0 !important;}

.section_02 {padding: 100px 0;}
.main_title_04 {font-size: 65px;  font-weight: 600;}
.main_title_05 {font-size: 20px;  padding: 20px 0 0 0;}
.section_01_txt_box_03 {padding: 60px 0 0 0;display: flex;  justify-content: space-between;}
.section_01_img {}
.section_01_img:hover{content: url(/images/main/section_02_img_01_on.jpg);}
.section_02_img:hover{content: url(/images/main/section_02_img_02_on.jpg);}
.section_03_img:hover{content: url(/images/main/section_02_img_03_on.jpg);}
.section_04_img:hover{content: url(/images/main/section_02_img_04_on.jpg);}
.section_05_img:hover{content: url(/images/main/section_02_img_05_on.jpg);}
.section_06_img:hover{content: url(/images/main/section_02_img_06_on.jpg);}




.section_01_txt_box_03 ul {padding: 50px 0 0 20px; width:230px;height:280px}
.section_01_txt_box_03 ul:hover {background: #81cfd9; color:#fff;}
.section_01_txt_box_03 ul li {}
.section_01_txt_box_03 ul li:nth-child(1) {color: #029fb2;  font-size: 21px;}
.section_01_txt_box_03 ul li:nth-child(2) {font-size: 30px;  font-weight: 500;  padding: 10px 0 70px 0;}
.section_01_txt_box_03 ul li:nth-child(3) {background-color: #000;  width: 180px;  height: 1px;}
.section_01_txt_box_03 ul li:nth-child(4) {font-size: 17px;  padding: 40px 0 0 0;}
.section_01_txt_box_03 ul li:nth-child(4) img {padding: 0 0 0 10px;}

.section_03 {}
.section_03 img {width:100%}
.adress {display: flex;flex-wrap:wrap;}
.adress_boc_left {width: 55%;}
.adress_boc_left img {width:100%}
.adress_boc_right {padding: 120px 0 0 60px;width: 45%;}
.adress_boc_right ul li {}
.adress_boc_right ul li:nth-child(1) {display: flex;}
.adress_boc_right ul li:nth-child(2) {display: flex;padding: 40px 0 0 0;}
.adress_txt_01 {font-size: 35px;  font-weight: 600;color: #1b1b1b;}
.adress_txt_02 {font-size: 48px;  font-weight: 700;color: #029fb2;padding: 15px 0 29px 0;}
.line {width: 585px;  background: #dfdfdf;  height: 1px;}
.adress_txt_03 {font-size: 35px;  font-weight: 500;  color: #1b1b1b;padding: 30px 0 25px 0;}
.adress_txt_04 {font-size: 27px;  color: #1b1b1b;padding: 0 117px 0 20px;}
.adress_txt_05 {font-size: 27px;  color: #1b1b1b;line-height: 34px;}
.adress_txt_06 {font-size: 27px;  color: #1b1b1b;padding: 0 70px 0 20px;}
.adress_txt_07 {font-size: 27px;  color: #1b1b1b;line-height: 38px;}
.adress_txt_07 span {color: #688fa1;  }

@media (max-width: 1800px) {



}



@media (max-width: 1100px) {
.section_01_txt_box_02 ul{width: 48%;margin: 0 19px 0 0px;}
.section_01_box_01 {padding: 80px 0 20px 0;}

}

@media (max-width: 800px) {

.main_title_02 {font-size: 18px;  font-weight: 500;}
.main_title_03 {font-size: 33px;  font-weight: 500;  padding: 10px 0 0 0;}

.section_01_txt_box_02 ul {width: 100%;   margin: 0 0px 50px 0px;min-height: 600px;}
.section_01_txt_box_02 ul li:nth-child(2) { padding: 50px 20px 0 20px;}


.main_txt_up_01 {color: #fff;  font-size: 22px;  padding: 0 0 4px 0;}
.main_txt_up_02 {color: #fff;  font-size: 55px;}
.main_txt_up_02 span {font-size: 36px;  padding: 0 0 0 10px;  font-weight: 300;}
.main_txt_up_03 {font-size: 36px;  font-weight: 600;  color: #4a4a4a;}
.main_txt_up_03 img {padding: 0 10px 0 0;}
.main_txt_up_04 {font-size: 22px;color: #4a4a4a;line-height: 35px;  padding: 15px 0 0 0;}

.dp_no {display:none}
.main_title_04 {font-size: 31px;  font-weight: 600;}
.main_title_05 {font-size: 15px;  padding: 10px 0 0 0;}
}



#visual {position:relative; overflow:hidden; width:100%; height:450px; box-sizing:border-box;}
#visual .subtop{position:absolute; width:100%; height:450px; background-position:top center; background-repeat:no-repeat; z-index:-1; animation:animate_background 2s ease-in-out;}


#visual .brand_story_top {background-image:url('/images/sub/content0001_bg.jpg');background-size: cover;}
#visual .contetn0101_top {background-image:url('/images/sub/content0101_bg.jpg');background-size: cover;}
#visual .contetn0201_top {background-image:url('/images/sub/content0201_bg.jpg');background-size: cover;}
#visual .contetn0301_top {background-image:url('/images/sub/content0301_bg.jpg');background-size: cover;}
#visual .contetn0401_top {background-image:url('/images/sub/content0401_bg.jpg');background-size: cover;}
#visual .contetn0501_top {background-image:url('/images/sub/content0501_bg.jpg');background-size: cover;}


#visual .process_top{background-image:url('/img/sub/process_top.jpg');}
#visual .product_top{background-image:url('/img/sub/product_top.jpg');}
#visual .tea_recipe_top{background-image:url('/img/sub/content0101_bg.jpg');}

@media (max-width: 800px) {
#visual {height:260px;}
#visual .subtop {height:260px;}


}


@keyframes animate_background {
0% {transform: scale(1.12); -ms-transform: scale(1.12); -webkit-transform: scale(1.12); }
100%  {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}




.subtop_wrap {max-width:width:1300px; margin:0 auto; position:relative;text-align:center;}
.subtop_wrap h2{position:relative; color:#fff; top:200px; font-size:65px; font-weight:600; } 
.subtop_wrap p{position:relative; color:#fff; top:185px; font-size:30px; font-weight:300; } 
@media (max-width: 800px) {
.subtop_wrap {top: -60px;}
.subtop_wrap p { font-size: 19px;    font-weight: 500;}
.subtop_wrap h2 { font-size: 37px;top: 189px;}
}

.sub1600 {max-width:1600px;width:100%;margin:0 auto;padding:0 20px}
.sub0101 {background: #f5feff;  padding: 100px 0 120px 0;}
.dp_flex {display:flex;flex-wrap:wrap;}

.content0101 {padding: 100px 0 160px 0;}
.sub_01_img_01 img {width:100%}
.sub_01_img_02 img {width:100%}



.new_sub0101 {padding:120px 0 90px 0}

.sub0101_box_01 {display: flex;  flex-wrap: wrap;}
.sub0101_left_box {width:51%}
.sub0101_left_box img {width:100%}
.sub0101_right_box {width: 49%;  padding: 0 0 0 60px;}
.sub0101_right_box img {width:100%}
.sub0101_right_txt_01 {color: #222;font-size: 27px;  color: #81cfd9;  font-weight: 600;  text-decoration: underline;}
.sub0101_right_txt_02 {color: #222;font-size: 56px;  padding: 30px 0 30px 0;letter-spacing: -1px;}
.sub0101_right_txt_03 {font-size: 25px;  color: #222;}


.sub0101_box_02 {display: flex;  flex-wrap: wrap;padding: 0 0 90px 0;}
.sub0101_box_02 .sub0101_right_box {width:51%}
.sub0101_box_02 .sub0101_right_box img {width:100%}
.sub0101_box_02 .sub0101_left_box {width: 49%;  padding: 0 0 0 0px;text-align: right;}
.sub0101_box_02 .sub0101_left_box img {width:100%}
.sub0101_box_02 .sub0101_right_txt_01 {color: #222;font-size: 27px;  color: #81cfd9;  font-weight: 600;  text-decoration: underline;}
.sub0101_box_02 .sub0101_right_txt_02 {color: #222;font-size: 56px;  padding: 30px 0 30px 0;letter-spacing: -1px;}
.sub0101_box_02 .sub0101_right_txt_03 {font-size: 25px;  color: #222;}



.sub0101_box_03 {display: flex;  flex-wrap: wrap;}
.sub0101_left_box {width:51%;padding: 0 0 90px 0;}
.sub0101_left_box img {width:100%}
.sub0101_right_box {width: 49%;  padding: 0 0 0 60px;}
.sub0101_right_box img {width:100%}
.sub0101_right_txt_01 {color: #222;font-size: 27px;  color: #81cfd9;  font-weight: 600;  text-decoration: underline;}
.sub0101_right_txt_02 {color: #222;font-size: 56px;  padding: 30px 0 30px 0;letter-spacing: -1px;}
.sub0101_right_txt_03 {font-size: 25px;  color: #222;}

.sub0101_right_txt_02 .span_01 {font-weight:700}
.sub0101_right_txt_02 .span_02 {color:#4a9ea9;font-weight:700}

.content0201 {padding:120px 0 0 0}
.content0201_left {width: 38.2%;}
.content0201_txt_01 {font-size:30px; font-weight:500;}
.content0201_txt_02 {font-size:64px; font-weight:600;color:#111111}
.content0201_txt_03 {font-size:25px; font-weight:500;color:#111111}
									
.content0201_right {  width: 61.8%;}
.sub0201_txt_box_01 {}
.content0201_img_01 img {width:100%}
.line_03 {width: 100%;  height: 1px;  background: #dfdfdf;  margin: 30px 0;}
.content0201_right_txt_01 {font-sizE:47px; font-weight:600;margin: 40px 0 50px 20px;position:relative;}
.content0201_right_txt_01:after {position: absolute;  content: '';  width: 6px;  height: 45px;  background: #29aebe;  top: 7px;  left: -20px;}
.content0201_right_txt_02 {font-sizE:37px; font-weight:600}
.content0201_right_txt_02 img {padding: 0 10px 0 0;}
.content0201_right_txt_03 {font-sizE:28px; font-weight:400;padding: 0 0 0 20px;}

.dott_01 {position:relative;}
.dott_01:after {position:absolute;content:'';width:5px;height:5px;background:#000;top:14px;left:0;  border-radius: 50px;}

.sub0201_txt_box_02 {padding:70px 0 80px 0}
.sub0201_txt_box_03 {padding:70px 0 80px 0}
.sub0201_txt_box_04 {padding:40px 0 80px 0}
.sub0201_txt_box_05 {padding:40px 0 280px 0}


@media (max-width: 1000px) {
.sub0101_left_box {width:100%;padding: 0 0 30px 0;}
.sub0101_right_box {width:100%; padding: 0 0 0 0px;}
.sub0101_right_txt_01 {font-size: 20px; }
.sub0101_right_txt_02 {font-size: 42px; padding: 30px 0 30px 0;}
.sub0101_right_txt_03 {font-size: 18px; }


.sub0101_box_02 {padding: 70px 0 90px 0;}
.sub0101_box_02 .sub0101_left_box {width:100%;order: 2;padding:30px 0 0 0}
.sub0101_box_02 .sub0101_right_box {width:100%; padding: 0 0 0 0px;order: 1;}
.sub0101_box_02 .sub0101_right_txt_01 {font-size: 20px; }
.sub0101_box_02 .sub0101_right_txt_02 {font-size: 42px; padding: 30px 0 30px 0;}
.sub0101_box_02 .sub0101_right_txt_03 {font-size: 18px; }

}

@media (max-width: 800px) {

.sub0101_left_box {width:100%;padding: 0 0 30px 0;}
.sub0101_right_box {width:100%; padding: 0 0 0 0px;}
.sub0101_right_txt_01 {font-size: 20px; }
.sub0101_right_txt_02 {font-size: 42px; padding: 30px 0 30px 0;}
.sub0101_right_txt_03 {font-size: 18px; }


.sub0101_box_02 {padding: 70px 0 90px 0;}
.sub0101_box_02 .sub0101_left_box {width:100%;order: 2;padding:30px 0 0 0}
.sub0101_box_02 .sub0101_right_box {width:100%; padding: 0 0 0 0px;order: 1;}
.sub0101_box_02 .sub0101_right_txt_01 {font-size: 20px; }
.sub0101_box_02 .sub0101_right_txt_02 {font-size: 42px; padding: 30px 0 30px 0;}
.sub0101_box_02 .sub0101_right_txt_03 {font-size: 18px; }





.content0201_left {width:100%}
.content0201_right {    padding: 40px 0 0 0;width:100%}
.content0201_txt_01 {    font-size: 23px;    font-weight: 500;}
.content0201_txt_02 {    font-size: 50px;    font-weight: 600;}
.content0201_txt_03 {    font-size: 20px;    font-weight: 500;}
.content0201_right_txt_01 {    font-sizE: 38px;    font-weight: 600;    margin: 40px 0 50px 20px;}
.content0201_right_txt_01:after {    position: absolute;    content: '';    width: 6px;    height: 35px;    background: #29aebe;    top: 7px;    left: -20px;}
.content0201_right_txt_02 {    font-sizE: 30px;    font-weight: 600;}
.content0201_right_txt_02 img {    padding: 0 10px 0 0;width: 33px;}
.content0201_right_txt_03 {font-sizE: 23px;padding: 0 0 0 15px;}
.dott_01::after {top: 12px;}





}



.content0301 {padding:120px 0 100px 0}
.proream_box {}
.content0301_txt_01 {font-size: 30px;}
.content0301_txt_02 {font-size: 54px;font-weight:600}

.proream_box_table {padding: 70px 0 0 0px;}
.proream_box_table table {border-top: 2px solid #000;text-align:center;}
.proream_box_table table tr {}
.proream_box_table table tr th {width: 270px;  padding: 20px 0px;  font-size: 37px; border-right: 1px solid #b1b1b1;  border-bottom: 1px solid #b1b1b1;} 
.proream_box_table table tr th:nth-child(1) {border-left: none; }
.proream_box_table table tr th:last-child {border-right: none; }
.proream_box_table table tr td {font-size: 28px;  color: #111;  padding: 40px 0; border-bottom: 1px solid #b1b1b1; border-right: 1px solid #b1b1b1; } 
.proream_box_table table tr td:nth-child(1) {font-size: 37px;  font-weight: 600;  padding: 50px 0;} 
.proream_box_table table tr td:nth-child(1) {border-left: none; }
.proream_box_table table tr td:last-child {border-right: none; }
.content0301_txt_03 {font-size: 25px;  color: #111;  padding: 30px 0 0 0;  line-height: 37px;}

.content0401 {padding: 120px 0 0 0;}
.location_map {}

.location_box {background: #f8f8f8;  padding: 0px 0 40px 70px;  margin: 0px 0 0 0;  position: relative;  z-index: 99999;}
.location_box ul {}
.location_box ul li {display:flex;flex-wrap: wrap;border-bottom: 1px solid #d1d1d1;  padding: 40px 0 40px 0;}
.location_box ul li:last-child {border-bottom:none;}
.location_box_txt_01 {font-size: 35px;  color: #1b1b1b;  font-weight: 700;padding: 0 140px 0 0px;}
.location_box_txt_02 span {font-size: 32px;  font-weight: 500;color: #1b1b1b;}
.location_box_txt_02 {font-size: 27px;  font-weight: 300;color: #1b1b1b;}
.location_box_txt_03 {font-size: 27px;  font-weight: 300;  color: #1b1b1b;padding: 0 0 0 100px;}
.location_box_txt_03 span {font-size: 32px;  font-weight: 500;color: #1b1b1b;}
.location_box_txt_04 {font-size: 35px;  color: #1b1b1b;  font-weight: 700;padding: 0 80px 0 0;}
.location_box_txt_05 {font-size: 27px;  font-weight: 300;color: #1b1b1b;line-height: 38px;}
.location_box_txt_05 span {color:#688fa1}
.location_box_txt_06 {font-size: 35px;  color: #1b1b1b;  font-weight: 700;padding: 0 71px 0 0;}
.location_box_txt_07 {font-size: 36px;  font-weight: 700;color: #1b1b1b;}


.content0501{padding: 120px 0 0 0;}


.content0501_box_table_01 {padding: 70px 0 120px 0px;}
.content0501_box_table_01 table {border-top: 2px solid #000;text-align:center;}
.content0501_box_table_01 table tr th { padding: 40px 110px;  font-size: 35px; border-right: 1px solid #b1b1b1;  border-bottom: 1px solid #b1b1b1;} 
.content0501_box_table_01 table tr th:nth-child(1) {border-left: none;width: 440px; }
.content0501_box_table_01 table tr th:last-child {border-right: none;border-right: none;  font-size: 30px;  font-weight: 300; }
.content0501_box_table_01 table tr td {font-size: 20px;  color: #111;  padding: 40px;  border-bottom: 1px solid #b1b1b1; border-right: 1px solid #b1b1b1; } 
.content0501_box_table_01 table tr td:nth-child(1) {font-size: 37px;  font-weight: 600;  padding: 50px 0;border-left: none;} 
.content0501_box_table_01 table tr td:last-child {border-right: none;font-size: 30px;  font-weight: 300;  }


.content0501_box_table_02 {padding: 0px 0 120px 0px;}
.content0501_box_table_02 table {border-top: 2px solid #000;text-align:center;}
.content0501_box_table_02 table tr th { padding: 40px 110px;  font-size: 35px; border-right: 1px solid #b1b1b1;  border-bottom: 1px solid #b1b1b1;} 
.content0501_box_table_02 table tr th:nth-child(1) {border-left: none;width: 440px; }
.content0501_box_table_02 table tr th:last-child {border-right: none;border-right: none;  font-size: 35px; }
.content0501_box_table_02 table tr td {font-size: 28px;  color: #111;  padding: 20px 10px; border-bottom: 1px solid #b1b1b1; border-right: 1px solid #b1b1b1; } 
.content0501_box_table_02 table tr td:nth-child(1) {  padding: 30px 0;border-left: none;} 
.content0501_box_table_02 table tr td:last-child {border-right: none;font-size: 30px;  font-weight: 300;  }
.ft_37 {font-size: 37px !important;  font-weight: 600;}


.content0501_box_table_03 {padding: 0px 0 120px 0px;}
.content0501_box_table_03 table {border-top: 2px solid #000;text-align:center;}
.color_gray{background: #f7f7f7;}
.content0501_box_table_03 table tr th { padding: 40px 10px;  font-size: 35px; border-right: 1px solid #b1b1b1;  border-bottom: 1px solid #b1b1b1;} 
.content0501_box_table_03 table tr th:nth-child(1) {border-left: none; width: 50%;}
.content0501_box_table_03 table tr th:last-child {border-right: none;border-right: none;  font-size: 35px; }
.content0501_box_table_03 table tr td {font-size: 28px;  color: #111;  padding: 30px 10px; border-bottom: 1px solid #b1b1b1; border-right: 1px solid #b1b1b1; } 
.content0501_box_table_03 table tr td:nth-child(1) {  padding: 30px 10px;border-left: none;} 
.content0501_box_table_03 table tr td:last-child {border-right: none;font-size: 30px;  font-weight: 300;  }

.content0501_box_01 {}
.content0501_box_01 img {width:100%}
@media all and (max-width:1000px){

.content0301_txt_01 {    font-size: 23px;}
.content0301_txt_02 {    font-size: 45px;    font-weight: 600;}

.proream_box_table table tr th {font-size: 18px;padding: 20px 10px;}
.proream_box_table table tr td:nth-child(1) {font-size: 18px;}
.proream_box_table table tr td {font-size: 16px;padding: 20px 10px;}
.content0301_txt_03 {    font-size: 15px;    color: #111;    padding: 30px 0 0 0;    line-height: 25px;}

.proream_box_table table {width:640px}
.proream_box_table {overflow: scroll;}
}

@media all and (max-width:1000px){
.location_map img {width:100%}

.location_box {background: #f8f8f8;  padding: 0px 0 40px 0px;  margin: -63px 0 0 0;  position: relative;  z-index: 99999;}
.location_box ul {}
.location_box ul li {display:flex;border-bottom: 1px solid #d1d1d1;  padding: 40px 0 40px 0;}
.location_box ul li:last-child {border-bottom:none;}
.location_box_txt_01 {font-size: 26px;  color: #1b1b1b;  font-weight: 700;padding: 0 93px 0 0px;}
.location_box_txt_02 span {font-size: 23px;  font-weight: 500;color: #1b1b1b;}
.location_box_txt_02 {font-size: 20px;  font-weight: 400;color: #1b1b1b;}
.location_box_txt_03 {font-size: 20px;  font-weight: 400;  color: #1b1b1b;padding: 20px 0 0 0px;}
.location_box_txt_03 span {font-size: 23px;  font-weight: 500;color: #1b1b1b;}
.location_box_txt_04 {font-size: 26px;  color: #1b1b1b;  font-weight: 700;padding: 0 50px 0 0;}
.location_box_txt_05 {font-size: 20px;  font-weight: 400;color: #1b1b1b;line-height: 30px;}
.location_box_txt_05 span {color:#688fa1}
.location_box_txt_06 {font-size: 26px;  color: #1b1b1b;  font-weight: 700;padding: 0 40px 0 0;}
.location_box_txt_07 {font-size: 29px;  font-weight: 700;}


.content0501_box_table_01 {padding: 70px 0 120px 0px;}
.content0501_box_table_01 table {border-top: 2px solid #000;text-align:center;}
.content0501_box_table_01 table tr th { padding: 40px 0px;  font-size: 27px; border-right: 1px solid #b1b1b1;  border-bottom: 1px solid #b1b1b1;} 
.content0501_box_table_01 table tr th:nth-child(1) {border-left: none; width: 30%;}
.content0501_box_table_01 table tr th:last-child {border-right: none;border-right: none;  font-size: 23px;  font-weight: 300;padding: 0 10px; }
.content0501_box_table_01 table tr td {font-size: 20px;  color: #111;  padding: 20px 10px;  border-bottom: 1px solid #b1b1b1; border-right: 1px solid #b1b1b1; } 
.content0501_box_table_01 table tr td:nth-child(1) {font-size: 27px;  font-weight: 600;  padding: 50px 0;border-left: none;} 
.content0501_box_table_01 table tr td:last-child {border-right: none;font-size: 23px;  font-weight: 300;  }


.content0501_box_table_02 {padding: 0px 0 50px 0px;}
.content0501_box_table_02 table {border-top: 2px solid #000;text-align:center;}
.content0501_box_table_02 table tr th { padding: 20px 0px;  font-size: 23px; border-right: 1px solid #b1b1b1;  border-bottom: 1px solid #b1b1b1;} 
.content0501_box_table_02 table tr th:nth-child(1) {border-left: none;width: 0px; }
.content0501_box_table_02 table tr th:last-child {border-right: none;border-right: none;  font-size: 23px; }
.content0501_box_table_02 table tr td {font-size: 18px;  color: #111;  padding: 30px 10px border-bottom: 1px solid #b1b1b1; border-right: 1px solid #b1b1b1; } 
.content0501_box_table_02 table tr td:nth-child(1) { padding: 10px 10px;border-left: none;} 
.content0501_box_table_02 table tr td:last-child {border-right: none;font-size: 18px;  font-weight: 300;  }
.ft_37 {font-size: 27px !important;  font-weight: 600;}


.content0501_box_table_03 table tr th:nth-child(1) {width: 57%;    }
.content0501_box_table_03 table tr th {font-size: 28px !important;}
.content0501_box_table_03 table tr td {font-size: 20px !important;}
}



@media all and (max-width:2000px){
	#progress_circle { right:15px; transform:translateX(0);}
}
@media all and (max-width:1800px){
	.all_menu_btn {right:0; margin-right:0;}
	#quick {left:15px; transform:translateX(0);}
	
	#header #gnb_wrap .dep1_con .dep1 {display:inline-block; padding:0 5px; font-size:15px; color:#fff; line-height:95px; transition:.25s;}

}
@media all and (max-width:1600px){
	#header #logo {margin-right:30px; margin-top:0;}
	#header #gnb_wrap .dep1_con .dep1 {padding:0 7px;}
	.case_slide_wrap .case_slide .list {margin:0 10px;}
	.case_slide_wrap .case_slide .list span {padding:15px; width:80%;}
}
@media all and (max-width:1500px){
	#header #gnb_wrap {display:none;}
	#header #logo a {line-height:80px;}
	.all_menu_btn {padding:18px 25px;}


}
@media all and (max-width:1430px){ 
	img,
	.slick-slide img {max-width:100%;}
	.slick_nav {left:15px; transform:translate(0,0)} 
	.company_info_bot .info_txt_box {width:100%; padding:0 30px;}
}
@media all and (max-width:1230px){ 
	.main1600 {}
	.sub1600 {}

	.all_menu_wrap {left:5%; width:95%;}
	.all_menu_wrap .dep1_con {margin-bottom:25px;}
	.all_menu_wrap #all_menu,
	.all_menu_wrap .all_menu_bottom  {width:100%; padding:0 10%;}
	.all_menu_wrap .dep1_con .dep1 {font-size:16px;}
	.all_menu_wrap .dep2_con .dep2 {font-size:14px;}

	.company_info_bot .way_box {padding-right:15px;}
	
	
	#header .top_util {display:none;}

    .all_menu_wrap .top_util_mobile {position:absolute; top:10%; right:3%;;  font-family:'Montserrat', sans-serif; display:block; }
    .all_menu_wrap .top_util_mobile li {display:inline-block; padding:0 7px; text-align:center; position:relative; z-index:2; letter-spacing:-0.5px; }
    .all_menu_wrap .top_util_mobile a {display:inline-block;  transition:.25s; z-index:9999;  color:#fff; font-weight:600;	}
    .all_menu_wrap .top_util_mobile a:hover {opacity:1;}

	header .util_wrap {display:flex; justify-content:space-between; align-items:center; height:auto;}
	header .logo {position:static; margin:28px 0; margin-left:20px;}
	header .controls {position:static; margin-right:15px;}
	header .menu {display:none;}

	header .controls .lang display:none;}
	header .controls .langMenu.open { display:none;}
	
	.floatMenu a {width:56px; height:56px;}
	.floatMenu img {width:100%; }

	
}
@media all and (max-width:980px){
	.company_info_bot {flex-wrap:wrap;}
	.company_info_bot .company_info_lt,
	.company_info_bot .company_info_rt {width:100%;}
	.company_info_bot .info_txt_box {padding:50px 20px;}
	.company_info_bot .company_map .map {height:500px;}
	.company_info_bot .company_map .map .wrap_map {height:530px !important;}
	.company_info_bot .map_btn a {padding:20px; font-size:14px;}
	#footer .inner {flex-wrap:wrap;}
	#footer .inner > div {width:100%;}
	#footer .f_menu {text-align:left; margin-bottom:30px;}
	#footer .f_menu a:first-child {padding-left:0;}




}

@media all and (min-width:821px){
.all_menu_wrap .dep2_wrap {display:flex !important; margin:0!important; padding:0!important; height:auto !important;}





}
@media all and (max-width:820px){

	.main1600 {}
	.sub1600 {}

	.flex_con{display:block}
	.pt160{padding-top:70px !important}
	.pb160{padding-bottom:70px !important}
	
	header .logo {width:170px; height:40px; margin:15px 0 15px 0px;}
	header .controls > a {width:40px; height:40px; }
	header .controls .gnbOpen {background-size:14px auto;}
	
	.openGnb .inner {width:80%; padding-left:20px; background-size:360px auto;}
	.openGnb .top {height:60px; }.openGnb .openGnb_close {width:36px; height:36px;}
	.openGnb .inner > ul {padding-top:20px;}
	.openGnb .dep1 {padding:12px 0;}
	.openGnb .dep1 p a { font-size:26px; background-size:15px auto;}
	.openGnb .dep1 .submenu { margin-top:12px; }
	.openGnb .dep1 .submenu a { padding:15px 0;  font-size:20px;}
	.openGnb .controls {left:20px; padding-left:24px; background-size:18px auto;}
	.openGnb .controls a {margin:0 5px; font-size:1em;}

	.floatMenu a {width:40px; height:40px;}

	#header #logo a {line-height:70px;}
	#header #logo img {width:145px; vertical-align:middle;}
	.all_menu_btn {top:0; padding:15px;}
	.all_menu_btn .menu_btn {width:45px; height:40px;}
	.all_menu_btn.active .menu_btn {height:55px;}
	.all_menu_btn .menu_btn:before, .all_menu_btn .menu_btn:after {font-size:11px;}
	.all_menu_wrap .all_menu_logo {top:15px; left:15px;}
	.all_menu_wrap .all_menu_logo img {width:200px;}
	.all_menu_wrap #all_menu,
	.all_menu_wrap .all_menu_bottom {padding:0 20px;}
	.all_menu_wrap #all_menu {margin-top:120px; padding-bottom:20px;}

	.all_menu_wrap .dep1_con {flex-wrap:wrap; margin-bottom:0; opacity:1;}
	.all_menu_wrap .dep1_con .dep1 {width:100%; color:#999; line-height:35px; font-size:15px; position:relative; margin:0;}
	.all_menu_wrap .dep1_con .dep1:after,
	.all_menu_wrap .dep1_con .dep1:before {content:''; position:absolute; top:50%; right:0; width:0.8em; height:1px; background:#777b7d; transition:background 0.5s, transform 0.5s;}
	.all_menu_wrap .dep1_con .dep1:after {transform:translate(0,-50%) rotate(90deg);}
	.all_menu_wrap .dep1_con .dep1:before {transform:translate(0,-50%);}
	.all_menu_wrap .dep1_con.active .dep1:after,
	.all_menu_wrap .dep1_con.active .dep1:before {background:#fff; height:1px;}
	.all_menu_wrap .dep1_con.active .dep1:after {transform:translate(0,-50%) rotate(0);}
	.all_menu_wrap .dep1_con.active .dep1 {color:#fff;}
	.all_menu_wrap .dep2_wrap {display:none; width:100%; padding:15px; background-color:#333; border-top:1px solid #777; border-bottom:1px solid #777; }
	.all_menu_wrap .dep2_wrap.active {/* height:auto !important; */ padding:15px !important; flex-wrap:wrap; }
	.all_menu_wrap .dep2_con {width:100%;}
	/* .all_menu_wrap .dep2_wrap.active .dep2_con .dep2, */
	.all_menu_wrap .dep2_con .dep2 {display:block; width:100%; line-height:25px; font-size:13px; margin:0; color:#999;}
	.all_menu_wrap .dep2_con:hover .dep2 {color:#fa4027;}
	.all_menu_wrap .dep2_con .dep2:after {display:none;}

	/* .all_menu_wrap .dep2_con .dep2:hover {color:#fa4027;}
	.all_menu_wrap .dep2_con .dep2:hover:after {background-color:#fa4027;} */

	.slick_nav  {position:static; width:100%; padding:0 15px; margin-top:40px;}
	.slick_arrow .prev_btn,
	.slick_arrow .next_btn {left:25px;}
	.slick_arrow .next_btn {left:125px;}
	.treebg_con {padding:140px 15px;}
	.case_slide_wrap {padding:120px 0;}
	.case_slide_wrap .tit_box .tit_wrap {position:static; margin-bottom:40px;}
	.case_slide_wrap .case_slide .case_list {width:100%; }
	.case_slide_wrap .case_slide .list .img {border-radius:0 50px 0 0}

	.company_info_bot .way_box {padding:0 15px 0 55px;}
	.company_info_bot .way_box .subway_info:before,
	.company_info_bot .way_box .bus_info:before {width:40px; height:40px; background-size:cover; left:-55px;}
	.company_info_bot .way_box .parking_info:before {width:40px; height:40px; background-size:cover; left:-55px;}


	#footer {padding:50px 0 70px;}
	#footer .f_logo img {width:200px;}
	#quick .quick_list li a {}
	#progress_circle {width:120px; height:120px;}
	#progress_circle .progress_circle_bg {background-size:cover;}
	#quick {bottom:15px;}
	#quick .quick_list li a {width:100px; height:32px; line-height:32px; padding-left:40px; font-size:12px; background-position:12px 50%; background-size:20px auto;}
	
	.m { display:block;}	
	.pc { display:none;}
	.only_pc{display:none;}
	.only_m{display:block;}

	#footer .inner {flex-wrap:wrap;}
	#footer .inner > div {width:100%;}
	#footer .f_menu {text-align:left; margin-bottom:30px;}
	#footer .f_menu a:first-child {padding-left:0;}

	.txt15, .txt16  {font-size:18px} 

}
@media all and (max-width:520px){
    .tit_ani_wrap .txt_ani_box { padding:0 20px;}
	.case_slide_wrap .case_slide .list span {padding:10px;}
	.case_slide_wrap .case_slide .list .img {border-radius:0 30px 0 0}
	.company_info_bot .way_box {padding:0 5px 0 40px;}
	.company_info_bot .way_box .subway_info:before,
	.company_info_bot .way_box .bus_info:before {width:30px; height:30px; left:-40px;}
	.company_info_bot .way_box .bus_info dt {width:65px;}
	.company_info_bot .way_box .bus_info dt,
	.company_info_bot .way_box .bus_info dd {margin-bottom:5px; font-size:14px;}
	.company_info_bot .way_box .parking_info:before  {width:30px; height:30px; left:-40px;}



	.company_info_bot .map_btn a {padding:15px;font-size:12px;}
	.company_info_bot .company_map .map {height:350px;}
	.company_info_bot .company_map .map .wrap_map {height:330px !important;}

	#footer .f_menu a {padding:0 5px;}
	#progress_circle {width:80px; height:80px;}
	#quick .quick_list li a  {width:90px; font-size:11px; padding-left:35px;  background-size:17px auto;}
}



.About_box_01 {}
.About_img_box_01 {width: 35%;  margin: 0 auto;min-width: 200px;}
.About_img_box_01 img {width:100%}
.About_txt_box {padding: 0 0 0 320px;}
.About_txt_01 {font-size:55px; line-height:65px; padding: 55px 0 40px 0;}
.About_txt_02 {font-size: 28px;  color: #111;  font-weight: 300;  line-height: 38px;}
.About_img_box_02 {display: flex;  flex-wrap: wrap;justify-content: space-between;padding: 100px 0 0 0;}
.About_img_box_02 img {width: 49.5%;  padding: 0 0 15px 0;}

.About_Doctor_box_01 {}
.About_Doctor_img_box_01 {text-align:center}
.About_Doctor_img_box_01 img {width: 100%;  max-width: 200px;  text-align: center;}
.About_Doctor_01 {font-size: 46px;  color: #111;  padding: 40px 0 100px 0;}
.About_Doctor_box_02 {display: flex;  flex-wrap: wrap;border-bottom: 1px solid #dfdfdf;  padding: 0 0 80px 0;justify-content: center;}
.About_Doctor_box_03 {display: flex;  flex-wrap: wrap;padding: 80px 0 0 0;justify-content: center;}
.Doctor_box_left {width: 20%;}

.About_Doctor_02 {font-size: 30px;  color: #111;}
.About_Doctor_03 {font-size: 60px;  color: #111; font-weight:600}
.About_Doctor_03 span {font-size: 55px;font-weight:400}
.About_Doctor_04 {width: 40px;  height: 8px;  background: #8f8c88;}

.dott_02 {position:relative;}
.dott_02:after {position:absolute;content:'';width:5px;height:5px;background:#4a4a4a;top:14px;left:0;  border-radius: 50px;}

.Doctor_box_right {padding: 0 0 0 80px;width: 38%;}
.About_Doctor_05  {font-size: 30px;  color: #4a4a4a;  padding: 0 0 0 10px;}

.ct_0701_img_box {display: flex;  flex-wrap: wrap;  justify-content: space-between;}
.ct_0701_img_box img {width: 49.5%;  padding: 0 0 10px 0;}

@media all and (max-width:1000px){
.About_txt_box {padding: 0 0 0 0px;}
}
@media all and (max-width:800px){
.content0101 {padding: 100px 0 100px 0;}
.About_img_box_02 img {width: 100%;  padding: 0 0 15px 0;}
.About_txt_01 {font-size: 35px;  line-height: 45px;}
.About_txt_02 {font-size: 24px;line-height: 34px;}

.About_Doctor_01 {font-size:40px}
.About_Doctor_03 {font-size: 55px;}
.About_Doctor_03 span {font-size: 32px;}
.About_Doctor_02 {font-size:22px}
.About_Doctor_05 {font-size:22px;padding: 0 0 5px 10px;}



.Doctor_box_right {width: 100%;padding: 60px 0 0 0px;}
.Doctor_box_left {width: 100%;}

}
.down {background-color:rgba(0,99,255,.1);z-index:8}

.sec-wrap {position:relative;width:100%;margin:0;padding:0;box-sizing:border-box;}
.sec-header{position:fixed; top:0; left:0; z-index:9; height:100px ; width:100%;  text-align:center;  transition:all ease .5s; -webkit-transition:all ease .5s; -o-transition:all ease .5s; 
			-moz-transition:all ease .5s; -ms-transition:all ease .5s; overflow: hidden; rgba(236, 236, 236, 0.4);} 
 .n_wrap {width:1600px; margin:0 auto}
.sec-header .logo{display: block; width: 285px;  height: 73px; background: url('/images/main/logo_03.png') no-repeat;background-size: cover; position:relative;  top:0px; float:left}  



/* mouseover */
.sec-header.on{background:  rgb(255,255,255,0.5); opacity :1; box-shadow:2px 2px 5px rgba(0,0,0,0.05);}
.sec-header.on .logo{background-image:url('/images/main/logo_02.png');}
.sec-header.on .nav:after{display:none;}
.sec-header.on .nav > li > {color:#333;}  
.sec-header.on .nav > li >  a {color:#333;} 

.sec-header:after{opacity:0; transition:all ease .6s;-webkit-transition:all ease .6s; -o-transition:all ease .6s; -moz-transition:all ease .6s; -ms-transition:all ease .6s;}
.sec-header:before{box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.21);content:''; width:100%; height:100px; background:#fff; position:absolute; top:0; right:0; z-index:-1; opacity:0.2; transition:all ease .6s;-webkit-transition:all ease .6s; -o-transition:all ease .6s; -moz-transition:all ease .6s; -ms-transition:all ease .6s;}
.sec-header.active:after{content:''; width:320px; height:168px; background:url(/images/nav-bg.png) no-repeat; position:absolute; bottom:0; right:12%; z-index:-2; opacity:1;} 
.sec-header.active:before{opacity:1;}

.btn-menu__line {}

.map_01 {width:100% !important;}


@media all and (max-width:1000px){
.sec-header .logo {width: 190px;    height: 50px;    margin: 15px 0 15px 0px;}
.sec-header .logo {background: url('/images/main/m_logo_03.png') no-repeat;}
.sec-header.on .logo {background: url('/images/main/m_logo_02.png') no-repeat;}

}



.kakaomap {position:relative; margin:0 auto; max-width:1600px; width:100%}
.kakaomap > .root_daum_roughmap {width:100%; padding-bottom:29.25%;}
.kakaomap > .root_daum_roughmap .wrap_map {position:absolute; z-index:1; top:0; left:0;width:100%; height:100%;}
.kakaomap > .hide {disply:display:none;}

@media all and (max-width:800px){
.kakaomap > .root_daum_roughmap {width:100%; padding-bottom:68.25%;}
}

.admin_bt {color: #fff;  border: 1px solid #fff;  padding: 3px 15px;  position: relative;  top: 10px;  font-size: 18px;}