@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');


/* 초기화 */
html {overflow-y:scroll} 
body {margin:0;padding:0;font-size:0.75em;font-family: 'Noto Sans KR', 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: 'Noto Sans KR', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
li{list-style: none;}
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: 'Noto Sans KR', sans-serif;;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer; background-color: transparent; border:0}

textarea, select {font-family: 'Noto Sans KR', 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 {min-width:1200px} */

/* 팝업레이어 */
#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_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:""}


.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_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('../img/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}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

/* #container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1} */
#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:#fff;margin:0 auto;text-align:center}
#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}

/* 게시물 선택복사 선택이동 */
#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}
.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}
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: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 #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:40px}

.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}

/*기본 리스트*/
.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 .btn_close {height:45px;width:60px;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}
.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}

/*style*/
#top_banner{width: 100%; text-align: center;position: relative; }
#top_banner .banner_bg{width: 100%; padding-bottom: 8%; background-position: center; background-repeat: no-repeat; background-size: cover;}
#top_banner button{position: absolute; top: 10px; right: 20px; background-color: transparent; border:0;background-image: url('../img/close_pop.png'); width:55px; height: 79px;font-size: 0px;}
#hd{width: 100%; position: relative; height: 140px;background-color: #fff;}
#hd.fix_hd{position: fixed;top:0; left: 0; z-index: 999; box-shadow: 5px 3px 5px rgba(0,0,0,.1)}
#hd .hd_wrap{width: 1620px; margin: 0 auto; position: relative; line-height: 140px; text-align: left; height: 100%;}
#hd #logo{display: inline-block; vertical-align: top;}
#hd .menu_ul{font-size: 0; display: inline-block; height: 100%; margin-left: 30px;}
#hd .menu_ul>li{display: inline-block; height: 100%; position: relative;}
#hd .menu_ul>li.sub_link{}
  #hd .menu_ul>li.sub_link.on .sub_menu{display: block;}
  #hd .menu_ul>li.sub_link:hover .sub_menu{display: block;}
#hd .menu_ul>li::after{content: ''; width: 2px; background-color: #000; height: 20px;  display: block; position: absolute; right: 0; top: 51%; margin-top: -10px;}
#hd .menu_ul>li:last-child::after{display: none;}
#hd .menu_ul>li>a{font-size: 21px; font-weight: bold; padding: 0 16px; ; position: relative; padding-bottom: 15px;}
#hd .menu_ul>li>a::after{content: ''; width: 80%; height: 4px; background-color: #e8bf5d; border-radius: 30px; display: block; position: absolute; left:10%; bottom:0;  opacity: 0;  transition: 0.5s}
#hd .menu_ul>li.on a::after{opacity: 1}
.sub_menu{
  display: none;
    line-height: normal;
    position: absolute;
    bottom: 12px;
    left: -15px;
    width: 186px;}
.sub_menu>li{    display: inline-block;}
  .sub_menu>li>a{
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;}
    .sub_menu>li>a.on{border-bottom: 3px solid #e8bf5d;}
#hd .menu_ul>li:hover a::after{opacity: 1; transition: 0.5s}
.hd_right_btn{position: absolute;top:0px; right: 0px;    line-height: initial;}
.hd_right_btn>ul{display: block;line-height: 30px;margin-top: 25px;}
.hd_right_btn>ul>li{display: inline-block;position: relative;line-height: 30px;}
.hd_right_btn>ul>li>a{display: block;padding: 0px 10px; font-size: 18px; color: #6b6b6b;line-height: 30px;}
.hd_right_btn>ul>li:first-child:after{width: 1px; height: 15px; background-color: #6b6b6b;content: ''; display: block;position: absolute;right:-2px; top:9px;}
#hd .com_info{display: inline-block; line-height: 57px;margin-left: -20px;margin-top:5px;}
.com_info span{display: inline; color:#fff; font-weight: bold; font-size: 19px; background-color: #4726ff;padding: 15px 25px; border-radius: 50px;}
.com_info img{vertical-align: middle; position: relative;top: -9px;}
#hd .m_btn{display: none; position: absolute; right:0; top: 50%; transform: translateY(-50%); width: 30px; }
#hd .m_btn i{width: 100%; height: 2px; background-color: #000; display: block;}
#hd .m_btn i{margin-bottom: 10px;}
#hd .m_btn i:last-child{margin-bottom: 0}
.m_bg{background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; position: fixed; z-index: 999; top: 0; left: 0;   display: none;}
.m_menu_wrap{width: 90%; height: 100%; background-color: #fff; position: fixed; top: 0; right: -90%; z-index: 9999; padding: 80px 50px 0; }
.m_menu_wrap ul.m_menu_ul>li{line-height: 40px; border-bottom: 1px solid #000; margin-bottom: 10px;}
.m_menu_wrap ul.m_menu_ul>li a{font-size: 18px;}
.m_menu_wrap .close_btn{position: absolute; right: 30px; top: 20px; width: 25px;}
.m_menu_wrap .close_btn img{width: 100%;}
#ft{width: 100%;  background: #fff; padding: 60px 0 75px;}
#ft .ft_wrap {font-size: 0;position: relative; width: 1620px; margin: 0 auto; }
#ft .ft_wrap .left,#ft .ft_wrap .right{display: inline-block; vertical-align: top;}
#ft .ft_wrap .left{width: 65%; font-size:18px;  color:#000; text-align: left;}
#ft .ft_wrap .left p:first-child{font-weight: bold;}
#ft .ft_wrap .right{width: 35%; text-align: right;padding-right: 40px;}
#ft .ft_wrap .left p.copy{font-size: 14px; margin-top: 10px;}
#ft .ft_wrap .left p span{margin-left: 40px; display: inline-block;}
#ft .ft_wrap .left p:nth-child(2) span{ margin-left: 30px;}

#ft .ft_wrap .left ul{font-size: 0; margin-top: 20px;}
#ft .ft_wrap .left ul li{display: inline-block;}
#ft .ft_wrap .left ul li a{font-size: 20px; font-weight: 300; color:#000;}
#ft .ft_wrap .left ul li::after{content: ''; display: inline-block; width: 1px; height: 20px; background-color: #fff; vertical-align: top; margin:6px 24px 0}
#ft .ft_wrap .left ul li:last-child::after{display: none;}
#ft .ft_wrap .sns_wrap{font-size: 0;margin-top:30px; }
#ft .ft_wrap .sns_wrap a{display: inline-block; margin-left: 25px; vertical-align: top;}
#ft .ft_wrap .sns_wrap a.ft_kakao{margin-right: 85px;font-size: 18px; color: #434141; position: relative;}
#ft .ft_wrap .sns_wrap a.ft_kakao:after{position: absolute;content: ''; display: block;right: -40px; top:10px; background-color: #434141; height:20px;width: 1px;}
#ft .ft_wrap .sns_wrap a.ft_kakao>img{margin-right: 10px;}
#ft .ft_wrap .sns_wrap a:first-child{margin-left: 0}
#ft .ft_wrap .family_site{margin-top: 50px; font-size: 15px; margin-right: 5px; width: 290px;}
#top_btn {width:70px;height:70px;color:#424242;text-align:center;font-size:15px;z-index:90;background:#FFF; border:0}
.quick_box{position:fixed;bottom:40px;right:20px; z-index: 99}
.quick_img{margin-left: -3px;}
.quick_box .kako_btn{width: 138px; height: 138px; display: block;margin-top: 5px;}
.quick_box img{width: 100%;}
#top_btn img{width:20px;display: block; margin: 0px auto 5px;}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/*메인*/
.main_banner{width: 100%; height: 100%}
.slide_layer{height: 100%; width: 100%; position: relative; overflow: hidden;}
.slide_wrap{height: 100%; font-size: 0}
.main_banner .slide{height: 850px; padding-bottom: 22%; opacity: 0.5; background-color: #447049; font-size: 0px; text-align: center; color:#fff; background-position: center; background-repeat:no-repeat; background-size: cover;}
.main_banner .slide.swiper-slide-active{opacity: 1}
.main_banner .banner_btns{background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 99;font-size: 0px;
    text-align: center;}
.main_banner .banner_btn{  color: #fff; font-size: 24px;width: 145px;}
.main_banner .banner_btn:first-child{margin-right: 30px;position: relative;margin-left: 0px;}
.main_banner .banner_btn{margin-left: 30px;}
.main_banner .banner_btn:first-child:after{display: block;width: 1px; height:26px;content: ''; background-color: #fff;position: absolute;right:-30px; top:8px; }
.swiper-pagination_main{margin-top:20px;}
.swiper-pagination_main .swiper-pagination-bullet{width: 14px; height: 14px;background-color: #fff;opacity: 1;}
.swiper-pagination_main .swiper-pagination-bullet-active{background-color: #fa6159}
.swiper-pagination_main.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 10px;}


.main_center{background-color: #f7f7f7;padding:150px 0px 160px;}
.main_center_box{width: 1330px; margin: 0px auto;display: table;;}
.main_center_box>div{vertical-align: top; display: table-cell;}
.baner_center_img{width:842px;}
.baner_center_img>img{width: 100%;}
.baner_center_txt .baner_center_txt_tit{font-size: 36px; font-weight: bold;display: block;margin-bottom: 65px;}
.baner_center_txt>div{font-size: 24px; margin-bottom: 50px;}
.baner_center_txt>a{font-weight: bold; width: 194px; line-height: 65px; border-radius: 5px;background-color: #00c5a8;font-size: 20px; color: #fff; text-align: center;display: block;}

.info_layer{margin-top: 35px; width: 100%; background-image: url('../img/info_layer.png'); background-position: center; background-size: cover; text-align: center; padding: 130px 0 270px; position: relative;}
.info_layer .b_txt{ color:#1e374a; letter-spacing: -1px;font-size: 48px; }
.info_layer .b_txt span{font-weight: bold;}

.info_layer .box_wrap{width: 1620px; margin: 0 auto; background-color: #c4beb5; font-size: 0; position: absolute; left: 50%; transform: translateX(-50%); bottom: -35px;}
.info_layer .box_wrap li{ text-align: center; display: inline-block; width: 33.3333%;  padding: 45px 0; position: relative;}
.info_layer .box_wrap li::after{content: ''; display: inline-block; width: 5px; height: 90px; background-color: #939598; border-radius: 50px; position: absolute; right: 0; top: 50%; margin-top: -45px;}
.info_layer .box_wrap li:last-child::after{display: none;}

.info_layer .box_wrap li img{display: inline-block; vertical-align: middle;}
.info_layer .box_wrap li .txt{display: inline-block; vertical-align: middle; font-size: 22px; text-align: left; padding-left: 20px;}
.info_layer .box_wrap li .txt p:first-child{font-size: 36px;}
.info_layer .box_wrap li .txt p.call_txt{font-size: 44px;}

.insight_layer{padding: 120px 0 100px;; text-align: center;}

.bro_layer{width: 100%; background-image: url('../img/layer04_bg.png'); background-position: center; background-size: cover; text-align: center; padding: 104px 0 70px; position: relative;}
.bro_layer p:first-child{font-size: 32px; color:#fff;}
.bro_layer p:nth-child(2){font-size: 20px; color:#f0ede5; margin: 24px auto 55px; }
.bro_layer p:nth-child(2) span{font-weight: bold;}

.news_layer{padding: 108px 0 140px; width: 100%;}

.law_layer{width: 100%}
.board_page img{max-width: 100%;}
.law_layer .laweyer_wrap{overflow: hidden;}
.law_layer .laweyer_slides{height: 100%; font-size: 0; }
.law_layer .laweyer_slide{height: 100%;  font-size: 14px; position: relative; }
.law_layer .laweyer_slide a{display: block; height: auto; background-size: cover; background-position: center; height: auto; padding-bottom: 132%;}
.letter_layer{width: 100%; padding: 80px 0; background-color: #cec8bf;}
.letter_layer .letter_wrap{width: 1470px; margin: 0 auto; font-size: 0}
.letter_layer .left_txt{width: 30%; display: inline-block; vertical-align: top; text-align: left; }
.letter_layer .left_txt .tit{font-size: 45px; font-weight: 300;}
.letter_layer .left_txt p{font-size: 20px; color: #35002d;}
.letter_layer .right{width: 70%; display: inline-block; vertical-align: bottom;}
.letter_layer .right input{border:1px solid #fff; font-size: 16px; padding-left: 15px; width: 270px; height: 80px; font-size: 16px;}
.letter_layer .right input::placeholder{color:#666;}
.letter_layer .right input.news_input02{width: 408px; border:1px solid #fff; margin-left: 15px;}

.letter_layer .right #news_submit{width: 280px; line-height: 80px; height: 80px; background-color: #685a55; color:#fff; font-size: 18px; text-align: center; border:0;  margin-left: 13px;}
.letter_layer .right label{display: block; font-size: 20px;  text-align: right; cursor: pointer; margin-top: 15px; padding-right: 47px;color: #35002d;}
.letter_layer .right label button{vertical-align: top;}
.letter_layer .right label span{width: 16px; height: 16px; display: inline-block; border:1px solid #dddddd; background-color: #fff; vertical-align: middle; position: relative; margin-right: 8px;}
.letter_layer .right label input[type="checkbox"]{display: none; width: auto; height: auto; line-height: normal;}
.letter_layer .right label span::after{
  content: '';
  width: 8px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  left: 4px;
}
.letter_layer .right label input[type="checkbox"]:checked ~ span{background-color: #1a3260; }
.letter_layer .right label input[type="checkbox"]:checked ~ span::after{display: block;}

.n_pop_bg{position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); top: 0; left: 0;  z-index: 999; display: none;}
.n_pop_layer{position: fixed; width: 616px; height: auto;; background-color: #fff; padding: 76px 88px; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); color:#393939;  display: none;}
.n_pop_layer .close_pop{width: 25px; position: absolute; right: 30px; top: 30px;}
.n_pop_layer .close_pop img{width: 100%;}
.n_pop_layer .tit{color:#393939; font-size: 21px; font-weight: 500; text-align: center; line-height: 23px}
.n_pop_layer ul{display: table; border-collapse: collapse; border-spacing: 0; width: 100%; margin: 20px auto 30px;;}
.n_pop_layer ul li{display: table-row;}
.n_pop_layer ul li p{display: table-cell; border-top: 2px solid #eeeeee; border-bottom: 2px solid #eeeeee; padding: 20px 0; font-size: 16px; vertical-align: middle;}
.n_pop_layer ul li i{font-style:normal;}
.n_pop_layer ul li p span{display: block;}
.n_pop_layer ul li p:first-child{font-weight: 500; vertical-align: middle; padding-left: 30px;}
.n_pop_layer ul li p:last-child{padding-left: 15px;}
.n_pop_layer .info{font-size: 14px;  text-align: center; line-height: 18px;}
.n_pop_layer .ok_btn{font-size: 16px; font-weight: 500; color:#fff; width: 185px; line-height:52px; height: 52px; text-align: center; background-color: #89a230; margin:  50px auto 0; display: block; }

/*lateast*/
.insight_pic{width: 1325px; margin: 0 auto;}
.insight_pic_title{font-weight: bold; font-size: 36px;margin-bottom: 55px;}
.in_layer{overflow: hidden;}
.insight_pic .lt_img{display: block;width: 100%; height: auto; padding-bottom: 68%; background-position: center; background-size: cover;}
.insight_pic .gallery_li  .txt{padding-top: 60px; padding-left: 28px; text-align: left;}
.insight_pic .gallery_li  .txt p{font-size: 26px; margin-bottom: 18px; font-weight: 500; color:#424242;}
.insight_pic .gallery_li  .txt a{font-size: 12px;}
.insight_pic .in_btn_box{display: block; position: relative; width: 100%; padding-bottom: 60px;}
.insight_pic button{background-color: transparent; border:0; position: absolute; bottom: 0}
.insight_pic button.in_left{left: 80px;}
.insight_pic button.in_right{right: 80px;}
.insight_pic .pg_box{display: inline-block; font-size:30px; color:#593bff; margin-bottom: 20px;}
.insight_pic .pg_box>span{cursor: pointer}
.insight_pic .pg_box .pg_num{display: inline-block; margin: 0 15px;width: auto; }
.lt_more{width:260px; line-height: 75px; border:1px solid #000; border-radius: 40px;text-align: center;font-size:20px; font-weight: bold;display: block; margin:0px auto;}

.news_pic{width: 1820px; margin: 0 auto; text-align: center; padding: 0 40px;}
.news_pic .tit::after{content: ''; display: block;; width: 100px; height: 2px; background-color: #e8bf5d; margin: 8px auto 0;}
.news_pic .tit{font-size: 50px; color:#593bff; position: relative;;  margin-bottom: 100px;}
.news_pic ul{width:100%; font-size: 0;}
.news_pic ul li{width: 31.3333%; font-size: 16px; display: inline-block; margin-right: 3%; vertical-align: top;}
.news_pic ul li:last-child{margin-right: 0;}
.news_pic .lt_img{display: block;width: 100%; height: auto;;padding-bottom: 68%; background-position: center; background-size: cover;}
.news_pic .gallery_li  .txt{padding-top: 40px;  text-align: left; position: relative;}
.news_pic .gallery_li  .txt p:first-child{font-size: 26px; margin-bottom: 10px; font-weight: 500; color:#424242;}
.news_pic .gallery_li  .txt p:nth-child(2){ color:#5c493a; font-size: 18px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 50px;}
.news_pic .gallery_li  .txt a{font-size: 15px; display: block; margin-top: 115px; padding-bottom: 18px; border-bottom: 5px solid #e8bf5d; font-weight: 500;  width: 100%;}


/*top_title*/
.top_title{width: 100%; background-color: #000; height: 67px; line-height: 67px;}
.top_title a{display: inline-block; line-height: 67px; position: relative; height: 67px; padding-left: 45px; padding-right: 35px; margin-right: 30px;}
.top_title a::after{content: ''; width:3px; height: 57px; border-radius: 30px; background-color: #7c7b7b; display: inline-block;position: absolute; right: 0; top: 50%; margin-top: -28px;}
.top_title a img{margin-top: -10px;}
.top_title .top_wrap{width: 1480px; margin: 0 auto; font-size: 30px; color:#cec8bf;}
#container{width: 1480px; margin: 0 auto; padding: 40px 0}

.page{padding:50px 0 100px; }

/*온라인 상담*/
.contact_layer .contact_tit{text-align: center; font-size: 32px; color:#282828; padding: 50px 0 40px 0;}
.contact_layer .contact_tit a{display: block; font-size: 16px; font-weight: bold; color:#e30101;}
.contact_layer .txt_wrap{border: 1px solid #dddddd; padding: 20px 30px; background-color: #fff;}
.contact_layer .txt_wrap .tit{ color: #1c1c1c; font-size: 18px; margin-bottom: 15px;}
.contact_layer .txt_wrap .txt{font-size: 14px; background-color: #f9f9f9; border: 1px solid #dbdbdb; height: 150px; white-space: pre-line; overflow-y: scroll;}
.contact_layer .txt_wrap label{font-size: 15px; color:#777; display: block; margin-top: 10px;}
.contact_layer .txt_wrap label span{width: 16px; height: 16px; display: inline-block; border:1px solid #dddddd; background-color: #fff; vertical-align: middle; position: relative; margin-right: 8px;}
.contact_layer .txt_wrap input[type="checkbox"]{display: none;}
.contact_layer .txt_wrap label span::after{
  content: '';
  width: 8px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  left: 4px;
}
.contact_layer .txt_wrap input[type="checkbox"]:checked ~ span{background-color: #1a3260; }
.contact_layer .txt_wrap input[type="checkbox"]:checked ~ span::after{display: block;}

.contact_form{width: 100%; margin-top: 40px;}
.contact_form .tit_box{position: relative; width: 100%;  padding-bottom: 10px;  }
.contact_form .tit_box p:first-child{color:#1c1c1c; font-size: 20px; font-weight: 500; }
.contact_form .tit_box p:last-child{position: absolute; bottom: 10px; right: 0;color:#626262; font-size: 14px;}
.contact_form .tit_box p:last-child span{color:#e30101;}
.contact_form table{width: 100%; border-spacing: 0; border-collapse:collapse; border-top: 2px solid #000; font-size: 15px}
.contact_form table th{border-bottom: 1px solid #dfdfdf; background-color: #f7f7f7; text-align: left; font-weight: 500; padding: 11px 0px 10px 20px;width: 20%;}
.contact_form table th span{color:#e30101;}
.contact_form table td{border-bottom: 1px solid #dfdfdf; padding: 10px 0px 10px 20px}
.contact_form input,.contact_form select,.contact_form textarea{height: 34px; border:1px solid #cecece; padding-left: 10px}
.contact_form textarea{width: 100%;height: 120px; padding: 10px;}
.contact_form #submit_btn{width: 140px;  display:block; margin: 0 auto; height: 54px; line-height: 54px; color:#fff;  background-color: #1a3260; font-size: 16px; font-weight: 500;text-align: center; margin-top: 30px;}
.contact_form input#u_subject{width: 100%;}
.contact_form select#u_hp1{width: 100px;}
/*파일첨부*/
.filebox input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0); border: 0;}
.filebox{font-size: 0px;text-align: left;}
.filebox label {  display: inline-block; padding: 0px;; color: #fff;text-align: center; font-size: 14px; line-height: 40px; vertical-align: middle; background-color: #1a3260; cursor: pointer; border: 0px; border-radius: 3px; width:70px;}
.filebox .upload-name { margin-right: 3px; text-align: left;display: inline-block;padding:0px 10px; height: 40px; font-size: 14px; vertical-align: middle; background-color: #f5f5f5; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 200px;}
.file_link{margin-top:5px; font-size:15px;display: block}
.filebox_t_m{margin-top: 10px;}
.file_name_cursor{ cursor: pointer;}
.file_submit_btn{  display: inline-block; padding: 0px;; color: #fff;text-align: center; font-size: 14px; line-height: 40px; background-color: #283890; cursor: pointer; border: 0px; border-radius: 3px; width:70px;}
.file_submit_td{vertical-align: bottom !important;}




.page_list{width: 100%; font-size: 0px;margin-top:10px;}
.page_list>li{display: inline-block;vertical-align: top;width: 423px; height: 541px;border-radius: 15px;position: relative;margin-right: 30px;margin-bottom: 30px;}
.page_list>li:nth-child(3n){margin-right: 0px;}
.chk_box input[type="checkbox"] + label span{cursor: pointer;}
.page_list_box{width: 100%;height: 100%;}
.page_list_div{width: 100%;height: 100%;}
.page_list_div>a{display: block;width: 100%; height: 100%;overflow: hidden;border-radius: 15px;position: relative;}
.page_list_div>a .img{width: 100%; height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;

        -webkit-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out;
        -ms-transition: transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
      }
      .page_list_div>a:hover .img.over_img span{
        width: 100%;
        height: 100%;
display: block;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center top;
      }
.page_list .chk_box{z-index: 99;}

.page_list_div>a:hover .img{
  -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
}
.page_list_div .page_txt{position: absolute;top: 0px; left: 0px; width: 100%; height: 100%;padding:35px 40px;text-align: left;}
.page_list_div .page_list_cate{font-size: 22px; color: #fff;position: relative;margin-bottom: 30px;display: block;}
.page_list_div .page_list_cate:after{position: absolute;bottom:-10px; width: 25px; height: 3px; background-color: #fff; left: 0px; content: ''; display: block;}
.page_list_div .page_list_tit{color: #fff; font-size: 30px; color: #fff;margin-bottom: 25px; word-break: keep-all;display: block;}
.page_list_div .page_list_txt{color: #fff; font-size: 13px;word-break: keep-all;display: block;}
.page_list_div .no_image{background-color: #ccc;width: 100%; height: 100%;display: block;}



.reservation_page{padding: 0px 0px 100px;}

      .reservation_form #submit_btn {
          width: 140px;
          display: block;
          margin: 0 auto;
          height: 54px;
          line-height: 54px;
          color: #fff;
          background-color: #1a3260;
          font-size: 16px;
          font-weight: 500;
          text-align: center;
          margin-top: 30px;
      }
.admin_reservation_box{text-align: center;margin-bottom: 5px;}
      .admin_reservation{ color: red;font-size: 14px;font-weight: bold;display: inline-block;}
.page_top{width: 100%;}
.page_top>img{width: 100%;}
.page_top_txt{padding-top:120px;text-align: center;padding-bottom: 150px;}
.page_top_txt>strong{font-size:36px; display: block;color: #00c5a8;margin-bottom: 20px;}
.page_top_txt>span{font-size:36px; display: block;color: #333;margin-bottom: 30px;font-weight: bold;}

.reservation_box{border:1px solid #e8e8e8;width:800px; margin: 0px auto;display: table;border-radius: 10px;}
.reservation_box.active{width:1065px;}
.date_box.active{width:665px;}
.date_box.active>.date_layer{width:100%;}
.reservation_box>div{display: table-cell;width: 400px;vertical-align: top;}

.swiper-bottom {
  overflow:hidden ;
  width: 400px;
  padding:50px 0px 20px;
  border-right: 1px solid #e0e0e0;
}
.contents_box{display: block;font-size: 0px;}
.doc_box{display: inline-block;width: 50%;vertical-align: top;text-align: center;margin-bottom: 10px;position: relative;}
.doc_box>label{cursor: pointer;}
.doc_img{width:160px; line-height: 160px;border-radius: 100px;margin: 0px auto;position: relative;height:160px; display: list-item;}
.doc_img::after{background-color: transparent; content: ''; display: block;width: 100%; height: 100%;position: absolute;top: 0px;left:0px; border-radius: 100px;}
.sel_data strong{font-size: 17px;margin:5px 10px;display: block;}
.sel_data span{font-size: 16px;margin:0px 10px;display: block;font-weight: bold;}
.doc_box input[type="radio"]{width: 0px; height: 0px;opacity: 0;position: absolute;top:0px;left: 0px;}
.doc_box input[type="radio"]:checked+label .doc_img:after{background-color: #00dfff;opacity: 0.5;}
.doc_box label.active .doc_img:after{background-color: #00dfff;opacity: 0.5;}
.doc_box.active{width:200px; margin: 100px auto;display: block;}
.doc_box input[type="radio"]:disabled+label{cursor: default;}
.custom_slide_wrap .swiper-pagination-custom{text-align: center;margin-top:15px;}
.custom_slide_wrap .swiper-pagination-custom .custom_bullet{display: inline-block;margin-right: 10px;}
.custom_slide_wrap .swiper-pagination-custom .custom_bullet>span{font-size: 18px;font-weight: bold;color: #999;cursor: pointer;}
.custom_slide_wrap .swiper-pagination-custom .custom_bullet:hover span{color: #00c5a8;}
.custom_slide_wrap .swiper-pagination-custom .custom_bullet:last-child{margin-right: 0px;}
.custom_slide_wrap .swiper-pagination-custom .swiper-pagination-custom-bullet-active>span{color: #00c5a8;}

.date_layer{width:400px;height:798px; position: relative;overflow: hidden;}
.date_layer.active{width:665px;}
.date_layer .date_txt{text-align: center;margin-top:45px;margin-bottom: 50px;}
.date_layer .date_txt>strong{font-size: 20px;display: block;}

.date_layer.details_layer .date_txt>strong{text-align: left;}
.date_layer .date_txt>span{display: block;font-size: 17px;}
.date_layer.details_layer{padding: 50px 20px 20px;height: auto; border-left: 1px solid #e0e0e0}
.date_layer.details_layer .date_txt{margin: 0px 0px 15px;;}
.details_layer .send_box{}
.details_layer .send_box .send_half{display: table;width:100%;}
.details_layer .send_box .send_half>div{display: table-cell;width:50%;}
.details_layer .send_box .send_half>div:first-child{padding-right: 10px;}
.details_layer .send_box>div{margin-bottom: 15px;}
.details_layer .send_box input[type="text"]{border:1px solid #ccc; height: 40px;border-radius: 5px;padding: 5px;width: 100%;}
.details_layer .send_box textarea{border:1px solid #ccc; height: 80px; border-radius: 5px; resize: none;padding: 5px; width: 100%; }
.details_layer .send_box strong{font-size:12px; color: #666;display: block;margin-bottom: 3px;}

.date_layer .datepicker{padding: 0px 10px;width: 400px;vertical-align: top; display: inline-block;}
.date_layer .ui-datepicker{width: 100%;border: 0px;padding: 0px 32px;}
.date_layer .ui-datepicker .ui-datepicker-header{padding: 0px;border:0px; background: none;}
.date_layer .ui-datepicker .ui-datepicker-next{}
  .date_layer .ui-datepicker .ui-datepicker-prev{}
.date_layer .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width: auto;height: auto;border:0px;}
    .date_layer .ui-datepicker .ui-datepicker-prev-hover{top:2px; left:2px;}
    .date_layer .ui-datepicker .ui-datepicker-next-hover{top:2px; right:2px;}
    .date_layer .ui-datepicker .ui-datepicker-next span{right:0px;left: auto;}
.date_layer .ui-datepicker .ui-datepicker-prev span, .date_layer .ui-datepicker .ui-datepicker-next span{
  font-weight: bold;
  cursor: pointer;
    background: none;
    font-size: 13px;
    text-indent: inherit;
    width: auto;
    margin: 0px;
    height: auto;}
    .date_layer .ui-datepicker th{padding: 0px;width: 45px; height: 45px;font-size: 14px;}
    .date_layer .ui-datepicker td{padding: 0px;}
    .date_layer .ui-datepicker td span, .ui-datepicker td a{text-align: center; padding: 0px;width: 100%; height: 45px;}
    .date_layer .ui-state-default{border:0px !important; background: none !important;padding: 0px;text-align: center;
    line-height: 45px;
    font-size: 14px;}
    .date_layer .ui-datepicker-today .ui-state-default{}
      .date_layer .ui-state-default.ui-state-active{background-color: #eef5ff !important; border-radius: 40px;font-weight: bold; color: #0060e8;}
      .date_layer .ui-datepicker .ui-datepicker-title{font-size: 18px;}
      .time_box{width: 250px;display: none;vertical-align: top;padding-left: 10px;height: 400px; overflow-y: scroll;padding-right: 10px;}
      .time_box.active{display: inline-block;}
      .time_box::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

.time_box::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #217af4; /* 스크롤바의 색상 */

    border-radius: 10px;
}

.time_box::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}
      .time_box>div{margin-bottom: 10px;}
      .time_box input[type="radio"]{width: 0px; height: 0px;opacity: 0;position: absolute;top:0px;left: 0px;}
      .time_box input[type="radio"]+label{width: 100%; border-radius: 10px; line-height: 40px;border:1px solid #7fb5ff;display: block;cursor: pointer;font-size: 20px; font-weight: bold; text-align: center;color: #0068ff;}
      .time_box input[type="radio"]:checked+label{background-color: #666; color: #fff;border:1px solid #666;}
.mid_img{
  max-width:100%;
}




/*반응형*/
@media(max-width:1830px){
  .insight_pic{width: 100%;}
  .news_pic{width: 100%;}
  .news_pic{padding: 0}
  .insight_layer{padding: 120px 50px 100px;}
  .news_layer{padding: 108px 50px 140px}

}
@media(max-width:1630px){
  .page_top_txt{
    padding: 120px 20px 150px;
  }
  #ft .ft_wrap{width: 100%;}
  #ft{padding: 60px 50px 75px}
  #hd .hd_wrap{width: 100%; display: flex; justify-content: space-between;}
  .info_layer .box_wrap{width: 90%}
  #hd{padding: 0 50px;}
  #hd .menu_ul li a{font-size: 16px; padding: 0 15px 10px;}
  .com_info span{font-size: 14px; padding:  10px 20px}
  .com_info img{width: 40px; top: -6px;}
  #hd #logo{width: 140px;}
  #hd #logo img{width: 100%;}

  .info_layer .b_txt{font-size: 35px;}
  .info_layer .box_wrap li .txt p:first-child{font-size: 25px;}
  .info_layer .box_wrap li .txt p.call_txt{font-size: 30px;}
  .info_layer .box_wrap li img{height: 60px;}
  .info_layer .box_wrap li .txt{font-size: 18px;}
  .info_layer{padding: 130px 0 200px;}

  .insight_pic .tit{font-size: 40px; }
  .insight_pic .pg_box{font-size: 20px;}
  .news_pic .tit{font-size: 40px;}
  .insight_pic .gallery_li .txt p{font-size: 22px;}
  .insight_pic .gallery_li .txt{padding-top: 30px; padding-left: 28px;}
  .insight_pic .gallery_li .txt{margin-bottom: 10px;}
  .news_pic .gallery_li .txt p:first-child{font-size: 22px;}
  .news_pic .gallery_li .txt p:nth-child(2){font-size: 15px; height: 42px; }
  .news_pic .gallery_li .txt a{margin-top: 65px; font-size: 14px;}
  .news_pic .gallery_li .txt{padding-top: 20px;}
  .bro_layer p:first-child{font-size: 28px;}
  .bro_layer p:nth-child(2){font-size: 38px;margin: 24px auto 55px}
  .bro_layer{padding: 74px 20px 50px}

  .letter_layer .letter_wrap{width: 100%; padding: 0 50px;}
  .letter_layer .right{padding-left: 30px;}
  .letter_layer .right input{width: 33%;}
  .letter_layer .right form{width: 100%; font-size: 0}
  .letter_layer .right input.news_input02{width: 45%; margin-left: 1%;}
  .letter_layer .right #news_submit{width: 20%; margin-left: 1%;}
  .letter_layer .left_txt .tit{font-size: 35px;}
  .letter_layer .left_txt p{font-size: 18px;}
  #ft .ft_wrap .left{font-size: 16px;}
  #ft .ft_wrap .left ul li a{font-size: 16px;}


  #ft .ft_wrap .family_site{margin-top: 30px;}
  #ft .ft_wrap .left p.copy{margin-top: 10px}
  #ft .ft_wrap .left ul{margin-top: 30px;}
  #ft .ft_wrap .left p:nth-child(2) span{margin-left: 20px}
  #ft .ft_wrap .left p span{margin-left: 20px;}
.letter_layer .right label{padding-right: 0; font-size: 13px;}
  .top_title .top_wrap{width: 100%; }
  .top_title{padding: 0 50px;}
  #container{width: 100%; padding: 40px 50px;}

  .baner_center_img{
    width: 60%;
  }
  .hd_right_btn>ul>li>a{
    font-size: 15px;;
  }
  .main_center_box{
    width: 100%;
  }
  .main_center{
    padding: 150px 50px 160px;
  }
  #hd .com_info{
    margin: 0;
  }
  #top_banner button{
    width: 35px;
    height: 59px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .hd_right_btn{
    position: relative;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao{
    font-size: 16px;;
    width: auto;
    margin-right: 55px;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao img{
    width: 30px;
  }
  #ft .ft_wrap .sns_wrap a{
    width: 30px;
    vertical-align: middle;
    margin-left: 15px;
  }
  #ft .ft_wrap .sns_wrap a img{
    width: 100%;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao:after{
    height: 16px;
    top: 5px;
  }
  #hd{
    height: 100px;
  }
  #hd .hd_wrap{
    line-height: 100px;
    align-items: center;
  }
  .hd_right_btn>ul{
    margin-top: 0;
  }
}
@media(max-width:1400px){
  .board_page .page_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .board_page .page_list>li{
    width: 32%;
    margin-right: 0;
  }
  .board_page .page_list_div>a .img{
    padding-bottom: 130%;
  }
  .board_page .page_list_div>a .no_image{
    padding-bottom: 130%;
  }
}
@media(max-width:1310px){
  #hd .menu_ul li a{font-size: 16px; padding: 0 10px 15px;}
  #hd .menu_ul li::after{height: 10px; margin-top: -5px;}
  .com_info span{
    padding: 5px 15px;
    
  }
  #hd .com_info{
    line-height: normal;
  }
  .com_info span{
    display: block;
  }
  #hd .com_info{
    display: block;
    margin-top: 5px;
  }
  .hd_right_btn>ul{
    margin-top: 0;
  }
  #hd .com_info{
    font-size: 12px;
  }
  .hd_right_btn{
    text-align: center;
  }

  .main_banner .banner_btn{
    font-size: 18px;
  }
  .swiper-pagination_main .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .swiper-pagination_main.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;;
  }
  .main_banner .banner_btn:first-child:after{
    height: 18px;
  }
  .main_banner .banner_btn{
    width: auto;
  }
  .main_banner .banner_btn img{
    vertical-align: top;
    position: relative;
    top: 5px;
  }
  .main_banner .banner_btns>div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media(max-width:1200px){
  
  .page_top_txt>strong{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .page_top_txt>span{
    font-size: 28px;
  }
  #hd{padding: 0 30px; height: 90px;}
  .com_info span{font-size: 13px; padding: 5px 10px;}
  .com_info img{width: 34px; top: -3px;}
  #hd .hd_wrap{line-height: 90px;}
  .info_layer .b_txt{font-size: 28px;}
  .info_layer .box_wrap li .txt p:first-child{font-size: 20px;}
  .info_layer .box_wrap li .txt{font-size: 15px;}
  .info_layer .box_wrap li .txt p.call_txt{font-size: 26px;}
  .insight_pic .tit{font-size: 30px;}
  .insight_pic button{width: 70px;}
  .insight_pic button img{width: 100%;}
  .insight_pic .gallery_li .txt{padding-top: 20px; padding-left: 0}
  .insight_pic .gallery_li .txt p{margin-bottom: 8px;}
  .info_layer .box_wrap li img{height: 50px;}
  .insight_layer{padding: 90px 30px 70px}
  .insight_pic .pg_box{font-size: 18px;}
  .insight_pic .gallery_li .txt p{font-size: 20px;}
  .news_pic .tit{font-size: 30px;}
  .news_pic .tit{margin-bottom: 40px;}
  .news_layer{padding: 88px 30px 100px}
  .bro_layer p:first-child{font-size: 24px;}
  .bro_layer p:nth-child(2){margin: 14px auto 30px; font-size: 30px;}
  .bro_layer a{width:200px; display: inline-block; }
  .bro_layer a img{width: 100%;}
  .news_pic .gallery_li .txt a{border-bottom: 3px solid #e8bf5d}
  .letter_layer .left_txt .tit{font-size: 30px;}
  .letter_layer .left_txt p{font-size: 15px;}
  .letter_layer .right input{height: 50px;}
  .letter_layer .right #news_submit{height: 50px; line-height: 50px;}

  .info_layer{padding: 90px 0 150px}
  .info_layer .box_wrap li{padding: 25px 0;}

  .letter_layer{padding: 50px 0}
  .letter_layer .letter_wrap{padding: 0 30px;}
  .news_layer{padding: 58px 30px 80px}

  #ft .ft_wrap .left{font-size: 14px; line-height: 28px;}
  #ft .ft_wrap .left ul li a{font-size: 14px;}
  #ft .ft_wrap .family_site{width: 200px;}

  #ft .ft_wrap .left p:nth-child(2) span{display: block; margin-left: 0}
  .quick_box{right: 30px;}
  #ft .ft_wrap .right{
    padding-right: 0;
  }
  #hd .menu_ul li a{
    font-size: 15px;
    padding: 0 7px 12px;
  }
  #ft{padding: 40px 30px 45px}
  .news_pic .gallery_li .txt a{margin-top:45px}

  .insight_pic .in_btn_box{padding-bottom: 50px;}

  .top_title .top_wrap{font-size: 22px;}
  .top_title{line-height: 50px; height: 50px;}
  .top_title a{line-height: 50px; height: 50px;}
  .top_title a::after{height: 38px; margin-top: -19px;}
  .top_title{padding: 0 30px;}
  #container{padding: 40px 30px;}
  .com_info span{
    font-size: 11px;
  }
  #hd .menu_ul{
    margin-left: 0;
  }
  .hd_right_btn>ul>li>a{
    padding: 0 5px;
    font-size: 12px;
  }

  .baner_center_txt>div{
    font-size: 20px;;
  }
  .baner_center_txt .baner_center_txt_tit{
    font-size: 28px;;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao{
    margin-right: 20px;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao:after{
    right: -19px;
  }
  .reservation_box.active{
    width: 100%;
  }
  .reservation_form{
    padding: 0 20px;

  }
  .date_layer .datepicker{
    width: 100%;
  }
  .time_box{
    width: 100%;
    height: 200px;
  }
  .date_layer{
    height: auto;
    padding-bottom: 50px;
  }
  .swiper-bottom{
    border-right: 0;
  }
  .reservation_box>div:first-child{
    border-right: 1px solid #ddd;
  }
}
@media(max-width:1000px){
  #hd{height: 100px;}
  #hd .hd_wrap{line-height: 100px;}
  #hd .m_btn{display: inline-block;}
  #hd .menu_ul{display: none;}
  .com_info span{font-size: 11px;}
  .info_layer .b_txt{font-size: 24px;}
  #hd .menu_ul li a{padding: 0 6px 15px; width: 90px;}
  #hd .com_info.pc_v{display: none;}
  .com_info.mb_v{display: block; margin-top: 15px; position: relative;}
  .com_info img{
    display: none;
  }
  .bro_layer p:first-child{font-size: 20px;}
  .bro_layer p:nth-child(2){font-size: 25px; margin: 10px auto 20px}
  .bro_layer a{width: 170px;}
  .news_pic .tit{font-size: 25px;}
  .news_pic .gallery_li .txt p:first-child{font-size: 20px;}
  .news_pic .gallery_li .txt p:nth-child(2){font-size: 14px;}
  .insight_pic .tit{font-size: 25px;}
  .insight_pic .gallery_li .txt{padding-top: 15px;}
  .info_layer .box_wrap li img{height: 40px;}
  .info_layer .box_wrap li .txt p.call_txt{font-size: 22px;}
  .info_layer .box_wrap li .txt{font-size: 13px; padding-left: 10px;}
  .letter_layer .right input{font-size: 13px;}

  #ft .ft_wrap .left p span{margin-left: 10px;}
  #hd .com_info img{width: 24px;}

  .hd_right_btn{
    display: none;
  }

  .baner_center_img{
    width: 50%;
  }
  .quick_box{
    display: none;
  }
  .main_banner .slide{
    height: auto;
    padding-bottom: 52%;
  }
  .main_center{
    padding: 80px 30px 60px;
  }
  .page_list_div>a .img{
    height: auto;
    padding-bottom: 113%;
  }
  .page_list_div>a .no_image{
    height: auto;
    padding-bottom: 113%;
  }
  .page_list>li{
    height: auto;
  }
  .page_list_div .page_list_tit{
    font-size: 22px;;
    margin-bottom: 5px;;
  }
  .page_list_div .page_list_cate{
    font-size: 18px;
    margin-bottom: 18px;
  }
  .page_list_div .page_list_cate:after{
    height: 2px;;
  }
  .page_list_div .page_txt{
    padding: 25px 20px;
  }
  .insight_pic_title{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .insight_pic .pg_box{
    font-size: 14px;
  }
  .main_center_box>div{
    vertical-align: middle;
  }
  .baner_center_txt .baner_center_txt_tit{
    font-size: 22px;
    margin-bottom: 25px;
  }
  .baner_center_txt>div{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .baner_center_txt>a{
    width: 134px;
    line-height: 45px;
    font-size: 16px;
  }
  .lt_more{
    line-height: 50px;
    width: 220px;
    font-size: 18px;
  }
  .news_layer{
    padding: 90px 30px 70px;
  }
  .ft_logo img{
    max-width: 100%;
  }
  #ft .ft_wrap{
    flex-direction: column-reverse;
    display: flex;
  }
  #ft .ft_wrap .left{
    width: 100%;
  }
  #ft .ft_wrap .right{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  #ft .ft_wrap .sns_wrap{
    margin-top: 20px;
  }
  .reservation_form{
    padding: 0 20px;
  }
  .reservation_box{
    width: 100%;
    display: block;
  }
  .reservation_box>div{
    width: 100%;
    display: block;
  }
  .swiper-bottom{
    width: 100%;
  }
  .date_layer{
    width: 100%;
  }
  .date_layer .datepicker{
    width: 100%;
  }
  .time_box{
    width: 100%;
  }
  .date_box.active{
    width: 100%;
  }
  .reservation_box.active{
    width: 100%;
  }
  .reservation_box>div:first-child{
    border-right: 0;
  }
  .date_layer .ui-state-default.ui-state-active{
    width: 45px;
    display: inline-block;
  }
  .date_layer .ui-datepicker td{
    text-align: center;
  }
  .doc_box.active{
    margin: 40px auto 20px;
  }
  .date_layer.details_layer{
    border-left: 0;
  }
}

@media(max-width:800px){
  #hd{padding: 0 20px;}
  .banner_btns{display: none;}
  .info_layer{margin-top: 15px; padding: 60px 0 400px}
  .info_layer .b_txt{font-size: 20px; }
  .info_layer .box_wrap{}
  .info_layer .box_wrap li img{display: block; margin: 0 auto 10px;; }
  .info_layer .box_wrap li .txt{text-align: center; width: 100%;}

  .news_pic ul li{display: block; width: 100%; margin-bottom: 20px;}
  .news_pic .gallery_li .txt a{margin-top: 15px;}
  .letter_layer .left_txt{display: block; width: 100%;}
  .letter_layer .right{display: block;width: 100%; padding-left: 0; margin-top: 20px;}
  .insight_layer{padding: 90px 20px 40px}
  .insight_pic button.in_right{right: 0}
  .insight_pic button.in_left{left: 0}
  .insight_pic button{width: 40px; }
  .insight_pic .pg_box{font-size: 16px;}
  .insight_pic .in_btn_box{padding-bottom: 40px;}
  .news_layer{padding: 40px 20px 40px}
  #ft{padding: 40px 20px 45px}
  .letter_layer .letter_wrap{padding: 0 20px;}
  #ft .ft_wrap .right{display: block; width: 100%; text-align: left;}
  #ft .ft_wrap .left{display: block; width: 100%; }
  #ft .ft_wrap .sns_wrap a{width: 30px; margin-left: 10px;}
  #ft .ft_wrap{padding-top: 50px;}
  #ft .ft_wrap .left ul{position: absolute; top: 0; margin: 0}
  .quick_box a{width: 40px; height: 40px;}
  #top_btn{width: 40px; height: 40px; font-size: 11px;}
  .quick_box {right: 20px;}
  .main_banner .slide{padding-bottom: 52%;}
  .info_layer .box_wrap li{width: 100%; display: block; border-bottom: 1px solid #939598}
  .info_layer .box_wrap li:last-child{border-bottom: 0}
  .info_layer .box_wrap li::after{display: none;}
  .insight_pic .tit{font-size: 20px;}
  .news_pic .tit{font-size: 20px;}
  .letter_layer .left_txt .tit{font-size: 22px;}
  .letter_layer .left_txt p{font-size: 14px;}
.letter_layer .right #news_submit{font-size: 16px;}
  .letter_layer {padding: 30px 0}
  .bro_layer p:nth-child(2){font-size: 18px;}
  .bro_layer p:first-child{font-size: 16px;}
  .bro_layer a{width: 150px;}
  .bro_layer{padding: 54px 20px 40px;}
  .insight_pic .gallery_li .txt p{font-size: 18px;}
  .info_layer .box_wrap li .txt p:first-child{font-size: 18px;}
  .info_layer .box_wrap li{padding: 15px 0}
  .info_layer .box_wrap li img{height: 30px;}
  .info_layer .box_wrap li .txt p.call_txt{font-size: 18px;}
  .info_layer .b_txt{font-size: 18px;}
  #ft .ft_wrap .left ul li::after{margin: 7px 10px 0; height: 14px;}
  #ft .ft_wrap .left ul li a{font-size: 13px;}
  #ft .ft_wrap .left p span{display: block; margin-left: 0}
  #ft .ft_wrap .left{font-size: 13px;}
  .letter_layer .right input{padding-left: 5px;}
  .news_pic .gallery_li .txt p:first-child{font-size: 18px;}
  .news_pic .gallery_li .txt p:nth-child(2){font-size: 13px; }
  .news_pic .gallery_li .txt a{font-size: 12px; padding-bottom:5px;}
  .news_pic .tit{margin-bottom: 30px;}
  #ft .ft_wrap .left p.copy{font-size: 12px;}
  .news_pic .gallery_li .txt{padding-top: 10px;}
  .letter_layer .right input{height: 40px;}
.letter_layer .right #news_submit{height: 40px; line-height: 40px;}
  #hd{height: 60px;}
  #hd .hd_wrap{line-height: 60px;}
  #container{padding: 0 20px;}
  .top_title{padding: 0 20px; line-height: 40px; height: 40px;}
  .top_title a{padding-left: 0; padding-right: 20px; margin-right: 20px; height: 40px; line-height: 40px;}
  .top_title .top_wrap{font-size: 16px;}
  .top_title a::after{width: 2px; height: 24px; margin-top: -12px;}
  .top_title a img{width: 22px; margin-top: -7px;}
  .news_wrap {overflow: hidden;}
  .contact_form .tit_box p:last-child{font-size: 12px;}
.contact_form .tit_box p:first-child{font-size: 16px;}
  .contact_form table{display: block;}
  .contact_form table tr{display: block;}
  .contact_form table th{display: block; width: 100%;}
  .contact_form table td{display: block; padding: 10px 0px 10px 0px}
  .contact_form input, .contact_form select, .contact_form textarea{width: 100%; font-size: 15px;}
  .contact_form .hp_td{font-size: 0}
  .contact_form .hp_td input{width: 30%; font-size: 15px;}
  .contact_form .hp_td span{font-size: 15px; text-align: center; display: inline-block; width: 5%; line-height: 34px; vertical-align: middle;}
  .contact_form .hp_td select{width: 30%;}
  .contact_form select#u_hp1{width: 30%;}
  .contact_form .email_td {font-size: 0}
  .contact_form .email_td input{width: 45%; font-size: 15px;}
  .contact_form .email_td span{display: inline-block; font-size: 16px; width: 10%; text-align: center; vertical-align: middle;}
  .contact_form .email_td select{margin-top: 15px;}
  .contact_form .file_td p{font-size: 12px; margin-top: 5px;}
  #captcha.m_captcha audio{width: 100%;}
  #captcha{width: 100%;}
  .contact_layer .contact_tit{font-size: 20px; padding: 30px 0 20px 0}
  .contact_layer .txt_wrap{padding: 10px;}
  .contact_layer .txt_wrap .tit{font-size: 15px; margin-bottom: 5px;}
  .contact_layer .txt_wrap .txt{font-size: 12px;}
  .contact_layer .txt_wrap label{font-size: 12px;}
  .contact_layer .txt_wrap label span{margin-right: 5px;}

  .contact_form #submit_btn{margin-bottom: 40px; height: 40px; line-height: 40px;  font-size: 15px;}

  .n_pop_layer{width: 90%; padding: 56px 48px}
  .n_pop_layer .close_pop{width: 18px; top: 20px; right: 20px;}
  .n_pop_layer .tit{font-size: 18px;}
  .n_pop_layer ul li p{font-size: 14px;}
  .n_pop_layer ul li p:first-child{padding-left: 15px; width: 80px;}
  .n_pop_layer .ok_btn{margin: 30px auto 0 ;}
  .n_pop_layer ul li span{position: relative; padding-left: 10px;}
  .n_pop_layer ul li span i{position: absolute; left: 0; }
  #top_banner button{
    width: 3%;
    height: auto;
    padding-bottom: 3%;
  }
  .main_center{
    padding: 60px 20px 40px;
  }
  .main_center_box{
    display: flex;
    flex-direction: column-reverse;
  }
  .baner_center_img{
    width: 100%;
    margin-bottom: 20px;
  }
  .insight_pic_title{
    font-size: 22px;
    word-break: keep-all;
  }
  .ft_logo{
    width: 210px;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao{
    font-size: 14px;
  }
  #ft .ft_wrap .sns_wrap a.ft_kakao img{
    width: 20px;
  }
  #ft .ft_wrap .sns_wrap a{
    width: 24px;
  }
  .baner_center_txt>div{
    word-break: keep-all;
  }
  .baner_center_txt>div br{
    display: none;
  }
  .bro_layer p:nth-child(2) br{
    display: none;
  }
  .board_page .page_list>li{
    width: 49%;
    margin-bottom: 2%;
  }
  .board_page .page_list_div .page_txt{
    padding: 10px;
  }
  .board_page .page_list_div .page_list_tit{
    font-size: 16px;
  }
  .board_page .page_list_div .page_list_cate{
    font-size: 14px;
  }
  .board_page .page_list_div .page_list_txt{
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pg_wrap{
    float: none;
    clear: none;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .pg{
    display: block;
  }
  .pg_page{
    height: 22px;
    line-height: 20px;
    padding: 0 2px;
    min-width: 22px;
  }
  .pg_current{
    height: 22px;
    line-height: 20px;
    padding: 0 2px;
    min-width: 22px;
    background: #56c1a8;
    border: 1px solid #56c1a8;
  }
  .m_login_box{
    display:flex;
  }
  .m_login_box li a{
    font-size:16px;
    font-weight:500;
    color:#666
  }
  .m_login_box li:last-child{
    margin-right:0;
  }
  .m_login_box li::after{
    content:"|";
    display:inline-block;
    vertical-align:top;
    position:relative;
    top:3px;
    margin:0 10px
  }
  .m_login_box li:last-child::after{
    display:none
  }
  .page_top_txt>strong{
    font-size: 22px;
    margin-bottom: 10px;
    word-break: keep-all;

  }
  .page_top_txt>span{
    font-size: 22px;
    word-break: keep-all;

  }
  .page_top_txt{
    padding: 70px 20px 70px;
  }
  .date_layer{
    height: auto;
    padding-bottom: 20px;
  }
  .doc_img{
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .doc_img img{
    max-width: 100%;
  }
  .sel_data span{
    font-size: 14px;
  }
  .sel_data strong{
    font-size: 16px;
    word-break: keep-all;
  }
  .custom_slide_wrap .swiper-pagination-custom .custom_bullet>span{
    font-size: 16px;
  }
  .date_layer .ui-datepicker{
    padding: 0;
  }
  .reservation_form #submit_btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .time_box input[type="radio"]+label{
    font-size: 16px;
  }
  .m_sub_menu{
    display: none;
  }
  .m_sub_menu li a{
    color: #666;
  }
  .m_sub_menu li{
    padding: 0 10px;
  }
  .m_menu_wrap ul.m_menu_ul>li.on>a{
    color:#4726ff;
    font-weight: bold;
  }
}
@media(max-width:500px){
  #ft .ft_wrap .left ul li a{font-size: 11px;}
  #ft .ft_wrap{padding-top: 40px;}
  #ft{padding: 30px 20px 35px}
  .bro_layer{padding: 34px 20px 30px; }
  .bro_layer p{word-break: keep-all;}
  .m_menu_wrap ul.m_menu_ul>li a{font-size: 16px;}
  .m_menu_wrap{padding: 80px 20px 0;}
  .letter_layer .right input{width: 100%;}
  .letter_layer .right input.news_input02{width: 100%;margin-left: 0; margin-top: 10px;}
  .letter_layer .right #news_submit{width: 100%; margin-left: 0; margin-top: 15px;}
  #hd .m_btn{width: 25px;}
  #hd .m_btn i{margin-bottom: 7px;}

  .n_pop_layer{padding: 50px 20px 30px;}
  .n_pop_layer .info br{display: none;}
  .n_pop_layer .info{font-size: 12px; word-break: keep-all;}
  .n_pop_layer ul li p:last-child{padding-left: 10px; word-break: keep-all;}
  .n_pop_layer ul li p{font-size: 13px; padding: 15px 0}
  .n_pop_layer .tit{font-size: 16px; line-height: 20px; word-break: keep-all;}
  /* .n_pop_layer .tit br{display: none;} */
  .n_pop_layer .ok_btn{width: 100%;  line-height: 42px; height: 42px;}
  .m_login_box li a{
    font-size: 14px;
  }
  .m_login_box li::after{
    font-size: 9px;
    top: 1px;
  }
}
