@charset "utf-8";
@font-face {
  font-family: 'SUIT';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'SUIT';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'SUIT';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'SUIT';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'SUIT';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
  font-weight: 800;
}

@font-face {
    font-family: 'WarhavenB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/WarhavenB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'InkLipquid';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
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;}
input, button {margin:0;padding:0;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
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_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}

/* 게시물 선택복사 선택이동 */
#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 .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}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {margin-top: 100px;}
.pg {display:flex; align-items:center; justify-content:center; gap:15px;}
.pg_page {font-size: 18px; font-weight: 500;}

.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.png') no-repeat 50% 50%;padding:0;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.png') no-repeat 50% 50%;padding:0;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.png') no-repeat 50% 50%;padding:0;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.png') no-repeat 50% 50%;padding:0;}

.pg_current {font-size: 18px; font-weight: 500; text-decoration: underline; text-underline-offset: 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}

/* c&t */
body {
  font-family: 'SUIT', serif;
  letter-spacing: -0.025em;
}
button, textarea, input, select {font-family: 'SUIT', serif;}
.font_pr {font-family: 'Pretendard Variable', 'SUIT', serif !important;}
.font_wa {font-family: 'WarhavenB', 'SUIT', serif !important;}
.inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.inner_1270 {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.inner_1230 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.inner_1380 {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
.inner_1720 {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
@media (max-width: 1440px) {
  .inner,
  .inner_1270,
  .inner_1230,
  .inner_1380 {
    width: 100%;
    padding: 0 32px;
  }
}


/* img_100 */
.img_100 {
width: 100%;
display: block;
}

/*header*/
#header {
  width: 100%;
  height: 85px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .inner_1720 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo img {
  height: 29px;
}

#header .gnb {
  display: flex;
  align-items: center;
  padding-right: 141px;
}
#header .gnb > li {
  width: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#header .gnb > li:after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #97723d;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-50%);
}
#header .gnb > li:hover:after {
  width: 100%;
  opacity: 1;
}
#header .gnb > li > a {
  width: 100%;
  line-height: 85px;
  text-align: center;
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}
#header .gnb > li:hover > a {
  color: #97723d;
}
#header .gnb > li .sub_menu_list {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(105, 77, 29, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  z-index: 999;
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.4s;
}
#header .gnb > li:hover .sub_menu_list {
  transform: scaleY(1);
}
#header .gnb > li .sub_menu_list > li {
  width: 100%;
}
#header .gnb > li .sub_menu_list > li > a {
font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 60px;
  transition: 0.4s;
}
#header .gnb > li .sub_menu_list > li:hover a {
  background-color: #97723d;
  color: #fff;
}

#header .btn_ham {display: none;}

/* #header_mobile */

.mo_menu_top {padding: 0 20px; display:flex; height: 60px; align-items:center;}
.mo_menu_top .btn_close_ham {margin-left: auto;}

.mobile_menu_wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}
.mobile_menu_wrap.active {right: 0;}
.mobile_menu_wrap_bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; background-color: rgba(0,0,0,0.5);}
.mobile_menu_wrap_cont {position: absolute; right: 0; top: 0; width: 80%; height: 100%; background-color: #fff; z-index: 6;}

.mobile_menu .gnb_mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile_menu .gnb_mobile > li {
  display: flex;
  flex-direction: column;
}
.mobile_menu .gnb_mobile > li > a {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: right;
  line-height: 56px;
  padding: 0 16px;
}
.mobile_menu .gnb_mobile > li .sub_menu_list_mobile {
  flex-direction: column;
  background-color: #f2f2f2;
  display: none;
}
.sub_menu_list_mobile.active {
  display: block;
}
.mobile_menu .gnb_mobile > li .sub_menu_list_mobile li {
  display: flex;
  flex-direction: column;
}
.mobile_menu .gnb_mobile > li .sub_menu_list_mobile li > a {
  font-size: 14px;
  color: #333;
  text-align: right;
  line-height: 48px;
  padding: 0 24px;
}

@media (max-width: 1720px) {
  #header .inner_1720 {
    max-width: 1200px;
  }
  #header .gnb {
    padding-right: 0;
  }
}
@media (max-width: 1240px) {
  #header > .inner_1720 {
    padding: 0 20px;
  }
  #header .gnb > li {
    width: 100px;
  }
  #header .gnb > li > a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
#header {height: 60px;}
#header .logo img {
    width: auto;
    height: 20px;
  }
  #header .gnb {
    display: none;
  }
  #header .btn_ham {
    display: block;
  }
}

/* main_visual */
.main_visual {
  margin-top: 85px;
  position: relative;
}
.main_visual .main_visual_swp {
  position: relative;
}
.main_visual .main_visual_swp .swiper-slide {
  width: 100%;
  height: 870px;
  position: relative;
  opacity: 0;
  transition: opacity 4s ease;
  overflow: hidden;
}
.main_visual .main_visual_swp .swiper-slide-active {
  opacity: 1;
}

.main_visual .main_visual_swp .swiper-slide > img {
  transform: scale(1);
  transition: transform 4s ease;
  object-fit: cover;
  height: 100%;
}
.main_visual .main_visual_swp .swiper-slide-active > img {
  transform: scale(1.1);
}
.main_visual .main_visual_swp .swiper-slide .text_box {
  position: absolute;
  top: 250px;
}
.main_visual .main_visual_swp .swiper-slide .text_box .badge {
  font-size: 24px;
  line-height: 70px;
  font-weight: 700;
  color: #cea66e;
}
.main_visual .main_visual_swp .swiper-slide .text_box .title {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: -2.5;
  line-height: 65px;
  color: #fff;
  word-break: keep-all;
}
.main_visual .main_visual_swp .swiper-slide .text_box .title .br_mo {
  display: none;
}
.main_visual .main_visual_swp .swiper-slide .text_box .desc {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  padding-top: 20px;
  word-break: keep-all;
}
.main_visual .main_visual_swp .box_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 120px;
  position: absolute;
  top: 73%;
  left: calc(50% - 720px);
  z-index: 1;
}
.main_visual .main_visual_swp .box_btn .main_visual_swp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.main_visual .main_visual_swp .box_btn .main_visual_swp_btn > img {
  width: 25px;
  height: 17px;
  object-fit: cover;
}
.main_visual .main_visual_swp .box_btn .main_visual_swp_btn_prev {
  transform: rotate(180deg);
}
.main_visual .main_visual_swp .main_visual_swp_pagination {
  top: 100%;
}
.main_visual .main_visual_swp .box_btn .main_visual_swp_fraction {
  font-family: 'Pretendard Variable', serif;
  font-size: 18px;
  font-weight: 600;
  color: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_visual .main_visual_swp .box_btn .main_visual_swp_fraction .total {
  color: #fff;
}
.main_visual .icon_scroll {
  z-index: 900;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_visual .icon_scroll:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #97723d;
  outline: 20px solid rgba(151, 114, 61, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite;
}
.main_visual .icon_scroll .icon_mouse {
  width: 22px;
  height: 38px;
  border-radius: 100px;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
}
.main_visual .icon_scroll .icon_mouse:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  animation: scroll 1.5s infinite;
}
.main_visual .main_visual_swp .main_visual_swp_progressbar {
  width: 400px;
  height: 3px;
  background-color: #999;
  top: 80%;
  z-index: 1;
  left: calc(50% - 720px);
}
.main_visual .main_visual_swp .main_visual_swp_progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

@media (max-width: 1440px) {
  .main_visual .main_visual_swp .box_btn {
    left: 32px;
  }
  .main_visual .main_visual_swp .main_visual_swp_progressbar {
    left: 32px;
  }
}
@media (max-width: 1200px) {
  .main_visual .main_visual_swp .swiper-slide .text_box .badge {
    font-size: 22px;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .title {
    font-size: 43px;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .desc {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
	.main_visual {
	  margin-top: 60px;
	}
  .main_visual .main_visual_swp .swiper-slide {
    height: 535px;
  }
  
  .main_visual .main_visual_swp .swiper-slide .text_box {
    top: 50%;
    transform: translateY( calc(-50% - 50px));
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .badge {
    font-size: 18px;
    line-height: 1.5;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .title {
    font-size: 28px;
    line-height: 1.5;
    padding-top: 32px;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .title .br_mo {
  display: block;
}
  .main_visual .main_visual_swp .swiper-slide .text_box .desc {
    font-size: 18px;
    word-break: keep-all;
    line-height: 1.5;
    padding-top: 32px;
  }
  .main_visual .main_visual_swp .main_visual_swp_progressbar {
    width: 300px;
  }
}
@media (max-width: 460px) {
  .main_visual .main_visual_swp .swiper-slide .inner {
    padding: 0 16px;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .badge {
    font-size: 16px;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .title {
    font-size: 22px;
    padding-top: 16px;
  }
  .main_visual .main_visual_swp .swiper-slide .text_box .desc {
    font-size: 16px;
    padding-top: 16px;
  }
  .main_visual .main_visual_swp .main_visual_swp_progressbar {
    width: 200px;
  }
    .main_visual .icon_scroll {
    width: 60px;
    height: 60px;
  }
  .main_visual .main_visual_swp .box_btn {
    left: 16px;
  }
  .main_visual .main_visual_swp .main_visual_swp_progressbar {
    left: 16px;
  }
}

/* service */
.service {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; 
}
.service .box_left {
  width: 45%;
  aspect-ratio: 1 / 0.93;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/service_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service .box_left .title {
  font-size: 55px;
  font-family: 'Nanum Myeongjo', serif;
  letter-spacing: -0.35rem;
  font-weight: 500;
  color: #fff;
}
.service .box_left .desc {
  font-size: 22px;
  line-height: 35px;
  padding-top: 40px;
  color: #fff;
}
.service .box_right {
  width: 45%;
  aspect-ratio: 1 / 0.93;
  background-color: #fffcf7;
  position: static;
}
.service .box_right .service_list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.service .box_right .service_list > li {
  width: 350px;
  padding: 40px 15px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  box-shadow: 0 0 12px rgba(105, 77, 29, 0.2);
  position: relative;
}
.service .box_right .service_list > li .box_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service .box_right .service_list > li .box_hover:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.service .box_right .service_list > li .hover_first {
  background-image: url(../img/service_list_img_1.jpg);
}
.service .box_right .service_list > li .hover_second {
  background-image: url(../img/service_list_img_2.jpg);
}
.service .box_right .service_list > li .hover_third {
  background-image: url(../img/service_list_img_3.jpg);
  background-color: rgba(0, 0, 0, 0.5);
}
.service .box_right .service_list > li:hover .box_hover {
  opacity: 1;
}
.service .box_right .service_list > li .box_hover .title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  z-index: 1;
}
.service .box_right .service_list > li .box_hover .desc {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-top: 24px;
  text-align: center;
  line-height: 1.5;
  z-index: 1;
  word-break: keep-all;
}
.service .box_right .service_list > li .box_img {
  overflow: hidden;
}
.service .box_right .service_list > li .box_img > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
}
.service .box_right .service_list > li .info {
  font-size: 26px;
  font-weight: 700;
  color: #121212;
}

@media (max-width: 1750px) {
  .service .box_right .service_list > li {
    width: 18%;
  }
}
@media (max-width: 1230px) {
  .service {
    flex-direction: column;
  }
  .service .box_left {
    width: 100%;
    aspect-ratio:  2 / 1;
  }
  .service .box_left .desc {
    text-align: center;
  }
  .service .box_right {
    width: 100%;
    aspect-ratio: 2 / 0.8;
  }
  .service .box_right .service_list {
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    top: 65%;
    right: 0;
  }
   .service .box_right .service_list > li {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .service .box_left .title {
    font-size: 51px;
  }
  .service .box_left .desc {
    font-size: 20px;
  }
  .service .box_right .service_list > li .info {
    font-size: 24px;
  }
  .service .box_right .service_list > li .box_hover .title {
    font-size: 26px;
  }
  .service .box_right .service_list > li .box_hover .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service .box_right .service_list {
    padding: 0 16px;
    top: 70%;
    gap: 16px;
  }
  .service .box_right .service_list > li {
    width: calc((100% - 32px) / 3 );
  }
  .service .box_right .service_list > li .info {
    font-size: 18px;
  }
  .service .box_right .service_list > li .box_hover .title {
    font-size: 24px;
  }
  .service .box_right .service_list > li .box_hover .desc {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .service .box_left {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .service .box_left .desc {
    padding-bottom: 100px;
  }
  .service .box_right {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .service .box_right .service_list {
    flex-wrap: wrap;
    top: 65%;
  }
  .service .box_right .service_list > li {
    width: calc((100% - 64px) / 2 );
  }
}
@media (max-width: 470px) {
  .service .box_left .box_text > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  .service .box_left .title {
    font-size: 36px;
    text-align: center;
    letter-spacing: -3px;
  }
  .service .box_left .desc {
    font-size: 16px;
	padding-top: 20px;
	padding-bottom: 0;
  }
  .service .box_right {
    aspect-ratio: 1 / 3.6;
  }
  .service .box_right .service_list {
    flex-direction: column;
    top: 60%;
  }
  .service .box_right .service_list > li {
    width: 100%;
  }
}

/* product */
.product {
  padding: 170px 0;
  background: url(../img/product_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product .box_text {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.product .box_text .badge {
  font-size: 18px;
  font-weight: 900;
  color: #594f3f;
}
.product .box_text .title {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: -2.5;
  color: #333;
  word-break: keep-all;
}
.product .box_text .title .impact {
  color: #693f07;
}
.product .box_text .desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #666;
  word-break: keep-all;
}
.product .product_list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 64px;
}
.product .product_list > li {
  width: 100%;
  position: relative;
  box-shadow: 0 0 12px rgba(105, 77, 29, 0.2);
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product .product_list > li:hover {
  transform: translateY(-30px);
}
.product .product_list > li:after {
  content: '';
  width: 100%;
  height: 7px;
  background-color: #693f07;
  position: absolute;
  top: 0;
  left: 0;
}
.product .product_list > li > a .box_img {
  overflow: hidden;
}
.product .product_list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .product_list > li > a .box_info {
  padding: 24px 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.product .product_list > li > a .box_info .badge {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background-color: #693f07;
  padding: 6px 12px;
  border-radius: 6px;
}
.product .product_list > li > a .box_info .price {
  font-size: 24px;
  font-weight: 800;
  color: #333;
}
.product .product_list > li > a .box_info .price .impact {
  color: #693f07;
}
.product .product_list > li > a .box_info .btn_more {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

@media (max-width: 1200px) {
  .product .product_list > li > a .box_info .badge {
    font-size: 13px;
  }
  .product .product_list > li > a .box_info .price {
    font-size: 22px;
  }
  .product .product_list > li > a .box_info .btn_more {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .product {
    padding: 60px 0 80px;
  }
  .product .inner_1270 {
    padding: 0 16px;
  }
  .product .product_list {
    flex-wrap: wrap;
  }
  .product .product_list > li {
    width: calc((100% - 64px)/2);
  }

}
@media (max-width: 470px) {
  .product .box_text .badge {
    font-size: 16px;
  }
  .product .box_text .title {
    font-size: 36px;
    word-break: keep-all;
    line-height: 1.5;
  }
  .product .box_text .desc {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.5;
  }
  .product .product_list > li {
    width: 100%;
  }
}

/* banner */
.banner {
  background: url(../img/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.banner .inner_1270 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .box_left {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.banner .box_left .title {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2.5;
}
.banner .box_left .btn_ask {
  font-size: 20px;
  font-weight: 600;
}
.banner .box_left .btn_ask > a {
	color: #fff;
}
.banner .box_right {
  font-size: 18px;
  color: #fff;
  width: 32%;
}
.banner .box_right .desc {
  font-weight: 500;
  line-height: 30px;
  transform: translateY(80px);
  word-break: keep-all;
}
.banner .box_right .desc .impact {
  font-weight: 700;
}
@media (max-width: 850px) {
  .banner .inner_1270 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner .box_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .banner .box_right {
    width: 100%;
  }
  .banner .box_right .desc {
    transform: none;
    padding-top: 32px;
  }
  .banner .box_right .desc br {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner .box_left {
    flex-direction: column;
    gap: 32px;
  }
  .banner .box_left .title {
    font-size: 28px;
  }
  .banner .box_left .btn_ask {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
  }
  .banner .box_right .desc {
    font-size: 16px;
  }
}


/* gallery */
.gallery {
  padding-top: 140px;
}
.gallery .box_text {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.gallery .box_text .badge {
  font-size: 18px;
  font-weight: 900;
  color: #594f3f;
}
.gallery .box_text .title {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: -2.5px;
  color: #333;
}
.gallery .box_text .desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #666;
  word-break: keep-all;
}
.gallery .gallery_swp {
  padding: 64px 0;
}
.gallery .gallery_swp .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
  outline: 2px solid transparent;
  box-shadow: 0 0 12px rgba(105, 77, 29, 0.2);
}
.gallery .gallery_swp .swiper-slide > a .box_img {
  overflow: hidden;
}
.gallery .gallery_swp .swiper-slide > a .box_img > img {
  width: 100%;
  aspect-ratio: 2 / 1.3;
  object-fit: cover;
}
.gallery .gallery_swp .swiper-slide > a .box_info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  padding: 20px 18px;
}
.gallery .gallery_swp .swiper-slide > a .box_info .title {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  line-height: 25px;
  word-break: keep-all;
}
.gallery .gallery_swp .swiper-slide > a .box_info .date {
  font-size: 16px;
  font-weight: 800;
  color: #999
}
.gallery .gallery_swp .swiper-slide:hover {
  outline: 2px solid #966727;
  transform: translateY(-30px);
}
.gallery .gallery_swp .swiper-slide:hover  > a .box_info {
  background-color: #fffcf7;
}
.gallery .gallery_swp .swiper-slide:hover  > a .box_info .title {
  color: #966727;
}

@media (max-width: 500px) {
  .gallery {
    padding-top: 80px;
  }
  .gallery .gallery_swp {
    padding: 16px;
	margin-top: 48px;
  }
  .gallery .box_text {
  padding-top: 0;
  }
  .gallery .box_text .badge {
    font-size: 16px;
  }
  .gallery .box_text .title {
    font-size: 36px;
  }
  .gallery .box_text .desc {
    font-size: 16px;
    padding: 0 16px;
  }
}

/* point */
.point {
  padding: 140px 0;
}
.point .box_title .line {
  width: 28%;
  height: 1px;
  background-color: #693f07;
  position: relative;
}
.point .box_title .line:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #693f07;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.point .box_title .line_right {
  transform: rotate(180deg);
}
.point .box_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .box_title .title {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #333;
  word-break: keep-all;
}
.point .point_list {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  padding-top: 64px;
}
.point .point_list > li {
  width: calc((100% - 50px) / 3);
  background-color: #313131;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  padding: 56px 40px;
}
.point .point_list > li.bg_brown {
  background-color: #693f07;
}
.point .point_list > li .box_img {
  overflow: hidden;
}
.point .point_list > li .box_img > img {
  width: 66px;
  object-fit: cover;
}
.point .point_list > li .box_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}
.point .point_list > li .box_text .title {
  width: fit-content;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.point .point_list > li .box_text .title:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
.point .point_list > li .box_text .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .point .point_list {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .point .point_list > li {
    width: calc(50% - 32px);
  }
  .point .point_list > li .box_text .desc {
    font-size: 16px;
  }
  .point .point_list > li .box_text .title {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
.point {
padding: 64px 0 80px;
}
  .point .inner_1230 {
    padding: 0 16px;
  }
  .point .box_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .point .box_title .title {
    font-size: 36px;
  }
  .point .point_list {
    gap: 5px;
  }
  .point .point_list > li {
    width: calc(50% - 2.5px);
    flex-direction: column;
    padding: 16px;
	gap: 16px;
  }
  .point .point_list > li .box_text {
    align-items: center;
  }
  .point .point_list > li .box_text .desc {
    font-size: 14px;
    text-align: center;
  }
  .point .point_list > li .box_text .title {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 580px) {
    .point .box_title .line {
    display: none;
  }
}


/* partner */
.partner {
  width: 100%;
  padding: 80px 0;
  background-color: #f4f4f4;
}
.partner .box_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner .box_title .badge {
  font-size: 18px;
  font-weight: 900;
  color: #594f3f;
  position: relative;
}
.partner .box_title .badge:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #594f3f;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.partner .box_title .title {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 38px;
  font-weight: 700;
  color: #333;
  padding-bottom: 64px;
  word-break: keep-all;
  line-height: 1.5;
}
.partner .partner_swp_wrap {
  position: relative;
}
.partner .partner_swp {
  position: static;
}
.partner .partner_swp .swiper-slide {
  width: 184px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.partner .partner_swp_btn {
  position: absolute;
  top: 50%;
}
.partner .partner_swp_btn > img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: cover;
}
.partner .partner_swp_btn_prev {
  left: -60px;
}
.partner .partner_swp_btn_next {
  right: -60px;
  transform: rotate(180deg);
}
@media (max-width: 1550px) {
  .partner .inner_1380 {
    max-width: 1200px;
  }
}
@media (max-width: 1300px) {
  .partner .inner_1380 {
    max-width: 1000px;
  }
}
@media (max-width: 1120px) {
  .partner .inner_1380 {
    max-width: 1120px;
    padding: 0;
  }
  .partner .partner_swp_btn {
    display: none;
  }
}
@media (max-width: 580px) {
  .partner .box_title {
    padding-bottom: 24px;
  }
  .partner .box_title .badge {
    font-size: 14px;
  }
  .partner .box_title .badge:after {
    width: 15px;
  }
  .partner .box_title .title {
    font-size: 28px;
    padding: 0 16px;
    line-height: 1.2;
  }
}

/* footer */
footer {
  margin-top: 140px;
  padding: 34px 0;
  background-color: #fff;
  border-top: 2px solid #eeeeee;
}
footer .footer_wrap {
  padding: 0 20px;
}
footer .site_list {
  display: flex;
}
footer .site_list > li {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
footer .site_list > li .dot {
  padding: 0 15px;
}
footer .address_list {
  display: flex;
  padding-top: 42px;
}
footer .address_list > li {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
footer .copy {
  font-size: 15px;
  color: #999;
  padding-top: 20px;
}
@media (max-width: 768px) {
	footer {
	  margin-top: 60px;
	}
  footer .inner {
    padding: 0 16px;
  }
  footer .footer_wrap {
    padding: 0;
  }
  footer .site_list > li {
    font-size: 12px;
  }
  footer .site_list > li .dot {
    padding: 0 8px;
  }
  footer .address_list {
    flex-direction: column;
    gap: 8px;
  }
  footer .address_list > li {
    font-size: 14px;
  }
  footer .copy {
    font-size: 12px;
  }
}

/* btn_up */
.btn_top {
  position: fixed;
  right: 18px;
  bottom: 34px;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
}
.btn_top > img {
  width: 53px;
  height: 53px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .btn_top > img {
    width: 36px;
    height: 36px;    
  }
  .btn_top {
    right: 16px;
    bottom: 16px;
  }
}

@keyframes scroll {
  0% {
    top: 20%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 20%;
  }
}
@keyframes bounce {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* sub_top */ 
.sub_section {margin-top: 85px;}
.sub_top {
  width: 100%;
  height: 450px;
  background-image: url(../img/sub_01_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sub_top .box_title {
  width: 100%;
  color: #fff;
  padding-top: 230px;
}
.sub_top .box_title.c_black {color: #000;}
.sub_top .box_title .badge {
  font-size: 24px;
  font-weight: 700;
}
.sub_top .box_title .title {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 60px;
  font-weight: 700;
  margin-top: 28px;
}
.sub_top .box_history {
  width: 35%;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 5;
}
.sub_top .box_history .box_icon {
  background-color: #fff;
  overflow: hidden;
}
.sub_top .box_history .box_icon > a {
  display: block;
  width: 100%;
  padding: 30px;
  overflow: hidden;
}
.sub_top .box_history .box_icon > a > img {
  width: auto;
  height: 13px;
}
.sub_top .box_history .history_list {
  flex: 1;
  height: 100%;
  position: relative;
}
.sub_top .box_history .history_list > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.sub_top .box_history .history_list > a .title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.sub_top .box_history .history_list > a .arrow {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.sub_top .box_history .history_list.active > a .arrow {
  transform: rotate(180deg);
}
.sub_top .box_history .history_list > a .arrow > img {
  width: 16px;
  object-fit: contain;
}
.sub_top .box_history .history_list .history_menu_list {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 14px 12px rgba(105, 77, 29, 0.2);
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.4s;
  
}
.sub_top .box_history .history_list .history_menu_list > li {
  display: flex;
  flex-direction: column;
}
.sub_top .box_history .history_list .history_menu_list > li > a {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 15px;
  background-color: #fff;
  transition: 0.4s;
}
.sub_top .box_history .history_list .history_menu_list > li.active > a {
  background-color: #97723d;
  color: #fff;
  font-weight: 700;
}
.sub_top .box_history .history_list .history_menu_list > li:hover > a{
  background-color: #97723d;
  color: #fff;
  font-weight: 700;
}
.sub_top .box_history .history_list .sub_pointer.active + .history_menu_list {
  transform: scaleY(1);
}
@media (max-width: 1200px) {
  .sub_top .box_title .badge {
    font-size: 20px;
  }
  .sub_top .box_title .title {
    font-size: 56px;
    margin-top: 32px;
  }
  .sub_top .box_history {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .sub_section {margin-top: 60px;}
  .inner {
    padding: 16px;
  }
  .sub_top {
    height: 280px;
  }
  .sub_top .box_title {
    padding: 84px 0;
    margin-top: 0;
    text-align: center;
  }
  .sub_top .box_title .badge {
    font-size: 16px;
  }
  .sub_top .box_title .title {
    font-size: 36px;
  }
  .sub_top .box_history {
    width: calc(100% - 32px);
  }
  .sub_top .box_history .box_icon > a {
    padding: 30px 16px;
  }
  .sub_top .box_history .history_list > a .title {
    font-size: 12px;
  }
  .sub_top .box_history .history_list > a .arrow > img {
    width: 8px;
    height: 6px;
  }
  .sub_top .box_history .history_list .history_menu_list > li > a {
    font-size: 12px;
  }
}

/* sub_top_title */
.sub_top_title {
  padding: 150px 0 130px;
  font-size: 45px;
  font-weight: 600;
  color: #121212;
  text-align: center;
}
@media (max-width: 768px) {
  .sub_top_title {
    padding: 100px 20px 40px;
    font-size: 28px;
  }
}

/* section_hi */
.hi .cont_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 58px;
  padding: 0 28px;
}
.hi .cont_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  position: relative;
}
.hi .cont_left:before {
  content: '';
  width: 2px;
  height: 58px;
  background-color: #121212;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hi .cont_left:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #dfdfdf;
  position: absolute;
  left: 0;
  top: 0;
}
.hi .cont_left .title {
  font-size: 40px;
  font-weight: 700;
  color: #121212;
}
.hi .cont_left .box_desc {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
.hi .cont_left .box_desc .desc {
  font-size: 17px;
  line-height: 1.4;
  color: #333;
  word-break: keep-all;
}
.hi .cont_left .box_desc .desc + .desc {
  margin-top: 34px;
}
.hi .cont_left .box_desc .signature {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  padding-right: 210px;
  position: relative;
}
.hi .cont_left .box_desc .signature:after {
  content: '';
  width: 120px;
  height: 46px;
  background-image: url(../img/img_signature.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 8%;
}
.hi .cont_right {
  overflow: visible;
}
.hi .cont_right .box_img {
  position: relative;
}
.hi .cont_right .box_img > img {
  max-width: 547px;
  aspect-ratio: 547 / 573;
  object-fit: cover;
}
.hi .cont_right .box_img .box_span {
  position: absolute;
  top: 58px;
  left: 0;
}
.hi .cont_right .box_img .box_span > span {
  display: block;
}
.hi .cont_right .box_img .box_span > span + span {
  margin-top: 13px;
}
.hi .cont_right .box_img .box_span .top {
  width: 96px;
  height: 12px;
  background-color: #cf9d47;
  transform: translateX(-40px);
}
.hi .cont_right .box_img .box_span .mid {
  width: 201px;
  height: 12px;
  background-color: #d1bea9;
  transform: translateX(-129px);
}
.hi .cont_right .box_img .box_span .bot {
  width: 78px;
  height: 12px;
  background-color: #573b2e;
  transform: translateX(-78px);
}

@media (max-width: 1024px) {
  .hi .cont_wrap {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 0 20px;
  }
  .hi .cont_left {
    padding-left: 0;
	width: 100%;
	text-align: left;
  }
  .hi .cont_left:before,
  .hi .cont_left:after {
    display: none;
  }
  .hi .cont_left .title {
    font-size: 32px;
  }
  .hi .cont_left .box_desc {
    margin-top: 40px;
  }
  .hi .cont_left .box_desc .desc {
    font-size: 16px;
  }
  .hi .cont_left .box_desc .desc + .desc {
    margin-top: 24px;
  }
  .hi .cont_left .box_desc .signature {
    padding-right: 0;
    margin-top: 32px;
    justify-content: center;
    width: auto;
  }
  .hi .cont_left .box_desc .signature:after {
    left: 120%;
  }
  .hi .cont_right .box_img > img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hi .cont_wrap {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .hi .cont_left .title {
    font-size: 26px;
  }
  .hi .cont_left .box_desc .desc {
    font-size: 15px;
  }
  .hi .cont_left .box_desc .desc + .desc {
    margin-top: 20px;
  }
  .hi .cont_left .box_desc .signature:after {
    left: 110%;
  }
  .hi .cont_right .box_img .box_span .top,
  .hi .cont_right .box_img .box_span .mid,
  .hi .cont_right .box_img .box_span .bot {
    height: 8px;
  }
  .hi .cont_right .box_img .box_span .top {
    width: 70px;
    transform: translateX(-20px);
  }
  .hi .cont_right .box_img .box_span .mid {
    width: 130px;
    transform: translateX(-80px);
  }
  .hi .cont_right .box_img .box_span .bot {
    width: 50px;
    transform: translateX(-50px);
  }
}

/* way */
.way .cont_wrap {
  display: flex;
  flex-direction: column;
  padding: 0 28px;
}
.way .box_top .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.way .box_top .map .iframe_wrap {
  width: 100%;
  position: relative;
}
.way .box_top .map .iframe_wrap > iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1384 / 498;
  border-radius: 20px 0 0 0;
}
.way .box_top .map .box_social {
  width: 213px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
}
.way .box_top .map .box_social > a .cont_social {
  width: 100%;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.way .box_top .map .box_social > a .cont_social .info {
  font-size: 16px;
  font-weight: 600;
}
.way .box_top .map .box_social > a .social_kakao {
  background-color: #fce501;
}
.way .box_top .map .box_social > a .social_kakao .info {
  color: #333;
}
.way .box_top .map .box_social > a .social_naver {
  background-color: #6abd47;
}
.way .box_top .map .box_social > a .social_naver .info {
  color: #fff;
}
.way .box_top .map .box_social > a .cont_social .icon_social {
  overflow: hidden;
}
.way .box_top .map .box_social > a .cont_social .icon_social > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.way .box_top .map .cont_box {
  width: 100%;
  padding: 20px 0;
  background-color: #a18555;
  display: flex;
  align-items: center;
}
.way .box_top .map .cont_box .marker {
  display: flex;
  padding-left: 93px;
}
.way .box_top .map .cont_box .marker .icon_marker {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.way .box_top .map .cont_box .marker .icon_marker > img {
  width: 16px;
  object-fit: cover;
}
.way .box_top .map .cont_box .marker .info {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-left: 14px;
}
.way .box_top .map .cont_box .address {
  display: flex;
  align-items: center;
  padding-left: 62px;
}
.way .box_top .map .cont_box .address .badge {
  font-size: 18px;
  font-weight: 700;
  color: #573b2e;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 100px;
}
.way .box_top .map .cont_box .address .info {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 26px;
}
.way .box_top .map .cont_box .ask {
  display: flex;
  align-items: center;
  padding-left: 200px;
}
.way .box_top .map .cont_box .ask .icon_ask {
  overflow: hidden;
}
.way .box_top .map .cont_box .ask .icon_ask > img {
  width: 26px;
  object-fit: cover;
}
.way .box_top .map .cont_box .ask .info {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-left: 14px;
}
.way .box_top .map .cont_box .tel {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  padding-left: 64px;
}
.way .box_bot {
  margin-top: 90px;
}
.way .title {
  font-size: 32px;
  font-weight: 800;
  color: #333;
  display: flex;
}
.way .title .bar {
  display: block;
  width: 7px;
  height: 31px;
  background-color: #b3986a;
  margin-right: 16px;
}
.way .box_cont {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.way .box_cont .box_icon_bus {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.way .box_cont .box_icon_bus > img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.way .box_cont .box_icon_bus .info {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-top: 18px;
}
.way .box_cont .type {
  width: 20%;
  background-color: #f0f0f0;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.way .box_cont .detail {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.way .box_cont .detail .box_detail {
  padding: 40px;
}
.way .box_cont .detail .detail_line {
  border-bottom: 1px solid #ccc;
}
.way .box_cont .detail .box_detail .time {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.way .box_cont .detail .box_detail .bus_list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.way .box_cont .detail .box_detail .bus_list > li {
  display: flex;
  align-items: center;
}
.way .box_cont .detail .box_detail .bus_list > li .badge {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff;
  margin-right: 42px;
}
.way .box_cont .detail .box_detail .bus_list > li .badge_blue {
  background-color: #4a61c3;
}
.way .box_cont .detail .box_detail .bus_list > li .badge_green {
  background-color: #6fb536;
}
.way .box_cont .detail .box_detail .bus_list > li .bus_num {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 1300px) {
  .way .box_top .map .cont_box .marker .info {
    font-size: 16px;
  }
  .way .box_top .map .cont_box .address .badge {
    font-size: 14px;
    padding: 4px 8px;
  }
  .way .box_top .map .cont_box .address .info {
    font-size: 14px;
  }
  .way .box_top .map .cont_box .ask .info {
    font-size: 16px;
  }
  .way .box_top .map .cont_box .tel {
    font-size: 34px;
  }
}
@media (max-width: 1140px) {
  .way .box_top .map .cont_box .marker,
  .way .box_top .map .cont_box .address,
  .way .box_top .map .cont_box .ask,
  .way .box_top .map .cont_box .tel {
    padding-left: 0;
  }
  .way .box_top .map .cont_box {
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 840px) {
  .way .cont_wrap {
    padding: 0;
  }
  .way .box_top .map .iframe_wrap iframe {
    aspect-ratio: 4 / 3;
    border-radius: 10px 0 0 0;
  }
  .way .box_top .map .cont_box {
    gap: 0;
    padding: 20px;
	flex-wrap: wrap;
  }
  .way .box_top .map .cont_box .marker,
  .way .box_top .map .cont_box .address,
  .way .box_top .map .cont_box .ask {
    padding: 10px 0;
  }
  .way .box_top .map .cont_box .marker,
  .way .box_top .map .cont_box .ask {
    width: 31%;
  }
  .way .box_top .map .cont_box .address,
  .way .box_top .map .cont_box .tel {
    width: 69%;
	padding-left: 16px;
  }
  .way .box_top .map .cont_box .marker .icon_marker > img {
    width: 12px;
  }
  .way .box_top .map .cont_box .ask .icon_ask > img {
    width: 20px;
  }
  .way .box_top .map .cont_box .marker .info {
    font-size: 14px;
	font-weight: 400;
	padding-left: 14px;
  }
  .way .box_top .map .cont_box .address .badge {
    font-size: 10px;
    padding: 3px 5px;
  }
  .way .box_top .map .cont_box .address .info {
    font-size: 10px;
	padding-left: 14px;
  }
  .way .box_top .map .cont_box .ask .info {
    font-size: 14px;
	font-weight: 400;
	padding-left: 6px;
  }
  .way .box_top .map .cont_box .tel {
    font-size: 24px;
  }	
  .way .box_top .map .box_social {
    width: auto;
  }
  .way .box_top .map .box_social > a .cont_social .info {
    font-size: 12px;
  }
  .way .box_top .map .box_social > a .cont_social {
	height: 32px;
	padding: 16px;
  }
  .way .box_top .map .box_social > a .cont_social .icon_social > img {
  width: 10px;
  height: 10px;
  }
  .way .box_cont {
    flex-direction: column;
  }
  .way .box_cont .box_icon_bus,
  .way .box_cont .type {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 20px;
    border: none;
    background: none;
  }
  .way .box_cont .detail .box_detail {
    padding: 20px;
  }
  .way .box_cont .detail .box_detail .bus_list > li .badge {
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 6px;
    margin-right: 16px;
  }
}

/* sub_partner */
.sub_partner .cont_wrap {
  padding: 0 28px;  
}
.sub_partner .total {
  font-size: 18px;
  font-weight: 600;
  color: #999;
}
.sub_partner .total .page {
  color: #121212;
}
.sub_partner .partner_list {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sub_partner .partner_list > li {
  width: calc((100% - 72px) / 4);
  background-color: #fff;
  border: 2px solid #dbdbdb;
  transition: 0.4s;
}
.sub_partner .partner_list > li:hover {
  border: 2px solid #cb912e;
  box-shadow: 0 0 15px rgba(99, 99, 99, 0.3);
}
.sub_partner .partner_list > li > a .box_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 46px 0;
}
.sub_partner .partner_list > li > a .box_logo > img {
  width: 153px;
  height: 36px;
  object-fit: contain;
}
.sub_partner .partner_list > li > a .name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 24px 0;
  border-top: 2px solid #dbdbdb;
}
.sub_partner .box_pic {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 170px;
}
.sub_partner .box_pic > img {
  width: 100%;
  aspect-ratio: 890 / 1230;
}
@media (max-width: 1200px) {
  .sub_partner .partner_list > li {
    width: calc((100% - 48px) / 3);
  }
  .sub_partner .box_pic {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
.sub_partner .inner {
padding: 0;
}
  .sub_partner .cont_wrap {
    padding: 0;
  }
  .sub_partner .partner_list {
    gap: 8px;
  }
  .sub_partner .partner_list > li {
    width: calc((100% - 16px) / 2);
  }
  .sub_partner .partner_list > li > a .box_logo {
    padding: 36px 0;
  }
  .sub_partner .partner_list > li > a .box_logo > img {
    width: 80%;
  }
  .sub_partner .partner_list > li > a .name {
    font-size: 16px;
    padding: 20px 0;
  }
}

/* sub_product */
.sub_product .cont_wrap {
  padding: 0 28px;
  display: flex;
  flex-direction: column; 
  align-items: center; 
}
.sub_product .product_list {
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-right: 2px;
}
.sub_product .product_list > li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
}
.sub_product .product_list > li > a {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 32px 0;
  text-align: center;
  transition: 0.4s;
}
.sub_product .product_list > li.active > a {
  background-color: #b3986a;
  border: 1px solid #b3986a;
  color: #fff;
}
.sub_product .sub_banner {
  width: 100%;
  background-image: url(../img/sub_product_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-top: 83px;
}
.sub_product .sub_banner .cont_wrap {
  padding: 82px 0;
}
.sub_product .sub_banner .badge {
  font-family: 'InkLipquid', serif;
  display: block;
  font-size: 30px;
  color: #333;
}
.sub_product .sub_banner .title {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 55px;
  color: #333;
  padding: 30px 0;
}
.sub_product .sub_banner .desc {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  word-break: keep-all
}
.sub_product .sub_product_title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  display: flex;
  margin-top: 104px;
  align-self: flex-start;
}
.sub_product .sub_product_title .bar {
  display: block;
  width: 6px;
  height: 28px;
  background-color: #b3986a;
  margin-right: 16px;
}
.sub_product .sub_product_table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    border-top: 2px solid #121212;
}
.sub_product .sub_product_table > li {
  list-style: none;
  padding: 18px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  word-break: keep-all;
  line-height: 1.4;
}
.sub_product .sub_product_table .bold {
  font-weight: 700;
  border-left: none;
}
.sub_product .sub_product_table .gray {
  background-color: #ebebeb;
}
.sub_product .sub_product_table .dim {
  background-color: #f2f2f2;
}
.sub_product .sub_product_table .top_line {
  border-bottom: 1px solid #ccc;
}
.sub_product .sub_product_table .colspan_2 {
    grid-column: span 2;
}
.sub_product .sub_product_table .rowspan_3 {
    grid-row: span 3;
}
.sub_product .sub_product_table .rowspan_2 {
    grid-row: span 2;
}
.sub_product .sub_product_table .rowspan_5 {
    grid-row: span 5;
}
@media (max-width: 1200px) {
  .sub_product .sub_banner .cont_wrap {
    padding: 60px 20px;
  }
  .sub_product .sub_banner .title {
    font-size: 42px;
    padding: 20px 0;
  }
  .sub_product .sub_banner .badge {
    font-size: 24px;
  }
  .sub_product .sub_banner .desc {
    font-size: 16px;
  }
  .sub_product .product_list > li > a {
    padding: 24px 0;
    font-size: 16px;
  }
  .sub_product .sub_product_title {
    font-size: 24px;
    margin-top: 80px;
  }
  .sub_product .sub_product_title .bar {
    height: 24px;
    width: 5px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .sub_product .cont_wrap {
    padding: 0;
  }
  .sub_product .product_list {
    flex-direction: column;
    gap: 8px;
  }
  .sub_product .product_list > li {
    margin-left: 0;
  }
  .sub_product .product_list > li > a {
    padding: 16px 0;
    font-size: 15px;
  }
  .sub_product .sub_banner {
	background-image: url(../img/sub_product_banner_mo.png);
	background-position: right;
  }
  .sub_product .sub_banner .cont_wrap {
    padding: 40px 16px;
  }
  .sub_product .sub_banner .title {
    font-size: 28px;
    padding: 16px 0;
  }
  .sub_product .sub_banner .badge {
    font-size: 18px;
  }
  .sub_product .sub_banner .desc {
    font-size: 14px;
  }
  .sub_product .sub_product_title {
    font-size: 20px;
    margin-top: 60px;
  }
  .sub_product .sub_product_title .bar {
    height: 20px;
    width: 4px;
    margin-right: 10px;
  }
  .sub_product .sub_product_table {
    grid-template-columns: 1fr;
  }
  .sub_product .sub_product_table .colspan_2 {
    grid-column: span 1;
  }
  .sub_product .sub_product_table > li {
    font-size: 15px;
    padding: 14px 16px;
	border-right: 1px solid #ccc;
  }
}

/* sub_step */
.sub_step .cont_wrap {
  padding: 0 28px;
  display: flex;
  flex-direction: column; 
  align-items: center; 
}
.sub_step .step_list {
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-right: 2px;
}
.sub_step .step_list > li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
}
.sub_step .step_list > li > a {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 32px 0;
  text-align: center;
  transition: 0.4s;
}
.sub_step .step_list > li.active > a {
  background-color: #b3986a;
  border: 1px solid #b3986a;
  color: #fff;
}
.sub_step .step_list > li > a .bold {
  font-weight: 800;
}
.sub_step .day_list {
  width: 100%;
  margin-top: 114px;
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.sub_step .day_list > li {
  width: 100%;
  padding: 40px 62px;
  background-color: #f8f6f2;
  display: flex;
  align-items: center;
  position: relative;
}
.sub_step .day_list > li:after {
  content: '';
  width: 18px;
  height: 22px;
  background-image: url(../img/icon_sub_step_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.sub_step .day_list > .no_arrow:after {
  display: none;
}
.sub_step .day_list > li .num {
  width: 40px;
  font-size: 30px;
  font-weight: 900;
  color: #966727;
  text-decoration: underline;
}
.sub_step .day_list > li .title {
  width: 250px;
  margin-left: 18px;
  font-size: 22px;
  font-weight: 600;
  color: #121212;
  line-height: 1.4;
  word-break: keep-all;
}
.sub_step .day_list > li > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 70px;
  position: relative;
}
.sub_step .day_list > li > ul:before {
  content: '';
  width: 1px;
  height: 100px;
  background-color: #b3986a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sub_step .day_list > li > ul > li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  color: #121212;
  word-break: keep-all;
  line-height: 1.4;
}
.sub_step .day_list > li > ul > li .circle {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #b3986a;
  outline: 5px solid rgba(179, 152, 106, 0.3);
}
.sub_step .day_list > li > ul > li .mobile {
  display: none;
}
.sub_step .day_list > li .title .small {
  font-size: 18px;
}
@media(max-width: 1200px) {
  .sub_step .day_list > li {
    padding: 32px;
  }
  .sub_step .day_list > li .num {
    font-size: 26px;
  }
  .sub_step .day_list > li .title {
    width: 200px;
    font-size: 18px;
  }
  .sub_step .day_list > li > ul > li {
    font-size: 14px;
  }
  .sub_step .day_list > li > ul > li .mobile {
    display: block;
  }
}
@media(max-width: 821px) {
  .sub_step .cont_wrap {
    padding: 0;
  }
  .sub_step .step_list {
    flex-direction: column;
    gap: 8px;
  }
  .sub_step .step_list > li {
    margin-left: 0;
    width: 100%;
  }
  .sub_step .step_list > li > a {
    font-size: 16px;
    padding: 20px 0;
  }
  .sub_step .day_list {
    margin-top: 60px;
    gap: 40px;
  }
  .sub_step .day_list > li {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .sub_step .day_list > li:after {
    top: 103%;
  }
  .sub_step .day_list > li .num {
    font-size: 24px;
  }
  .sub_step .day_list > li .title {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    margin-top: 12px;
  }
  .sub_step .day_list > li .title .small {
    font-size: 16px;
  }
  .sub_step .day_list > li > ul {
    padding-left: 20px;
    margin-top: 20px;
  }
  .sub_step .day_list > li > ul:before {
    display: none;
  }
  .sub_step .day_list > li > ul > li {
    font-size: 16px;
    line-height: 1.5;
  }
  .sub_step .day_list > li > ul > li .circle {
    width: 4px;
    height: 4px;
    outline-width: 4px;
  }
}

/* sub_ask */
.sub_ask input:focus,
.sub_ask textarea:focus {
  outline: none;
  box-shadow: none;
}
.sub_ask form {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #666;
}
.sub_ask .cont_wrap {
  padding: 0 28px;
}
.sub_ask form .box_set {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.sub_ask form .box_set .cont_left {
  width: 295px;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.sub_ask form .name_group {
  display: flex;
  align-items: center;
 }
.sub_ask form .name_group input {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  width: 498px;
  height: 56px;
  border: 1px solid #dcdcdc;
  padding: 0 22px;
}
.sub_ask form .box_set input::placeholder,
.sub_ask form .box_set .textarea_group textarea::placeholder,
.sub_ask form .box_set .phone_group .dash,
.sub_ask form .box_set .checkbox_group label {
  font-family: 'Pretendard Variable', serif;
  font-size: 18px;
  font-weight: 500;
  color: #a9a9a9;
}
.sub_ask form .box_set .name_group,
.sub_ask form .box_set .phone_group,
.sub_ask form .box_set .checkbox_group,
.sub_ask form .box_set .textarea_group {
  padding: 21px 30px;
  flex: 1;
}

.sub_ask form .phone_group {
  display: flex;
  gap: 15px;
  align-items: center;
}
.sub_ask form .phone_group input {
  width: 108px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border: 1px solid #dcdcdc;
  padding: 18px 22px;
}
.sub_ask form .checkbox_group {
  display: flex;
  gap: 18px;
  align-items: center;
}
.sub_ask form .checkbox_group label {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.sub_ask form .checkbox_group input {
  display: none;
}
.sub_ask form .checkbox_group span:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_sub_ask_chk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.sub_ask form .checkbox_group input:checked + span:before {
  background-image: url(../img/icon_sub_ask_chk_chk.png);
}
.sub_ask form .box_set .textarea_group textarea {
  width: 100%;
  height: 230px;
  resize: none;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border: 1px solid #dcdcdc;
  padding: 22px;
  word-break: keep-all;
}
.sub_ask form .agree_box {
  display: flex;
  align-items: center;
  margin-top: 36px;
  margin-left: 18px;
  gap: 14px;
}
.sub_ask form .agree_box .agree {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sub_ask form .agree_box .agree input {
  display: none;
}
.sub_ask form .agree_box .agree label span {
  position: relative;
  padding-left: 26px;
}
.sub_ask form .agree_box .agree label span:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_sub_ask_agree.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.sub_ask form .agree_box .agree input:checked + label span:before {
  background-image: url(../img/icon_sub_ask_agree_chk.png);
}
.sub_ask form .agree_box .agree label span {
  font-size: 18px;
  font-weight: 500;
  color: #a9a9a9;
}
.sub_ask form .agree_box .policy {
  font-size: 14px;
  font-weight: 500;
  color: #a9a9a9;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.2s;
}
.sub_ask form .agree_box .policy:hover {
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
}
.sub_ask form .submit_wrap {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_ask form .submit_wrap button {
  padding: 22px 68px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #573b2e;
  cursor: pointer;
  transition: 0.2s;
}
.sub_ask form .submit_wrap button:hover {
  background-color: #4a3227;
}
@media (max-width: 1200px) {

  .sub_ask form .box_set .cont_left {
    width: 160px;
  }
  .sub_ask form .box_set .name_group,
  .sub_ask form .box_set .phone_group,
  .sub_ask form .box_set .checkbox_group,
  .sub_ask form .box_set .textarea_group {
    padding: 16px;
  }
  .sub_ask form .box_set .name_group input,
  .sub_ask form .box_set .phone_group input,
  .sub_ask form .box_set .checkbox_group {
    width: 100%;
  }
  .sub_ask form .checkbox_group {
    justify-content: space-between;
  }
  .sub_ask form .checkbox_group label {
    font-size: 16px;
  }
  .sub_ask form .agree_box {
    flex-direction: row;
    justify-content: space-between;
  }

}
@media (max-width: 832px) {
  .sub_ask .cont_wrap {
    padding: 0;
  }
  .sub_ask form .box_set {
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
  }
  .sub_ask form .box_set .cont_left {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
    justify-content: flex-start;
    background-color: #fff;
  }
  .sub_ask form .name_group input,
  .sub_ask form .phone_group input,
  .sub_ask form .box_set .message_area {
    width: calc(100% - 32px);
    margin: 8px 0 0 0;
    padding: 16px;
    font-size: 16px;
  }
  .sub_ask form .phone_group {
    margin-left: 0;
    gap: 6px;
    justify-content: flex-start;
  }
  .sub_ask form .phone_group input {
    width: 25%;
    margin-left: 0;
    text-align: center;
  }
  .sub_ask form .box_set input::placeholder,
  .sub_ask form .box_set .textarea_group textarea::placeholder,
  .sub_ask form .box_set .phone_group .dash,
  .sub_ask form .box_set .checkbox_group label {
    font-size: 16px;
  }
  .sub_ask form .box_set .name_group,
  .sub_ask form .box_set .phone_group,
  .sub_ask form .box_set .checkbox_group,
  .sub_ask form .box_set .textarea_group {
    padding: 0;
  }
  .sub_ask form .checkbox_group {
  	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	}
  .sub_ask form .checkbox_group label {
    margin-left: 0;
    padding-left: 28px;
	width: calc(( 100% - 32px) / 2);
  }
  .sub_ask form .box_set .textarea_group textarea {
    padding: 12px;
  }
  .sub_ask form .agree_box {
    justify-content: space-between;
	margin: 0;
	padding-top: 24px;
  }
  .sub_ask form .agree_box .policy {
    font-size: 12px;
  }
  .sub_ask form .agree_box .agree label span {
    font-size: 12px;
  }
  .sub_ask form .submit_wrap {
    margin-top: 48px;
  }
  .sub_ask form .submit_wrap button {
    padding: 18px 48px;
    font-size: 16px;
  }
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: auto;
}
.modal.active {
  display: block;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1002;
}
.modal_content {
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 1003;
  padding: 16px;
}
.modal .modal_content .text_box_wrap {
  width: 100%;
  max-width: 600px;
  max-height: 80vh;
  height: auto;
  overflow: auto;
  text-align: center;
  position: relative;
  padding: 16px;
}
.modal .modal_content .text_box_wrap .modal_close {
  color: #808080;
  font-size: 28px;
  cursor: pointer;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1004;
}
.modal .modal_content .text_box_wrap .modal_close.active {
  display: none;
}
.modal_content .text_box {
  font-size: 18px;
  text-align: left;
}
.modal_content .text_box .text p {
  word-break: keep-all;
}
.modal_content .text_box .text + .text {
  margin-top: 18px;
}
.modal_close:hover,
.modal_close:focus {
  color: black;
  text-decoration: none;
}
@media (max-width: 768px) {
  .modal .modal_content {
      width: calc(100% - 32px);
  }
}

/* flot */
.flot {
  width: 90px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(99, 99, 99, 0.6);
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 999;
}
.flot .flot_list {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  border-top: 3px solid #a18555;
  border-bottom: 3px solid #a18555;
}
.flot .flot_list > li > a .box_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
 }
 .flot .flot_list > li > a .box_cont {
   border-bottom: 1px solid #dbdbdb;
 }
 .flot .flot_list > li:last-child > a .box_cont {
   border-bottom: none;
 }
 .flot .flot_list > li > a .box_cont .box_img {
   width: 30px;
 }
 .flot .flot_list > li > a .box_cont .box_img > img {
   width: 100%;
 }
 .flot .flot_list > li > a .box_cont .text {
   font-size: 14px;
   font-weight: 500;
   color: #121212;
   text-align: center;
   margin-top: 10px;
 }
 .flot .box_tel > a {
   background-color: #333;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 16px 0;
 }
 .flot .box_tel > a span {
   font-size: 30px;
   color: #fff;
 }
.flot .box_tel > a .bar {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  margin: 12px 0;
}
@media (max-width: 1440px) {
  .flot {
    right: 30px;
    bottom: 80px;
    width: 80px;
  }
  .flot .flot_list > li > a .box_cont {
    padding: 16px 0;
  }
  .flot .flot_list > li > a .box_cont .box_img {
    width: 28px;
  }
  .flot .flot_list > li > a .box_cont .text {
    font-size: 13px;
  }
  .flot .box_tel > a {
    padding: 14px 0;
  }
  .flot .box_tel > a span {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .flot {
    right: 20px;
    bottom: 70px;
    width: 70px;
  }
  .flot .flot_list {
    padding: 0 8px;
  }
  .flot .flot_list > li > a .box_cont {
    padding: 14px 0;
  }
  .flot .flot_list > li > a .box_cont .box_img {
    width: 24px;
  }
  .flot .flot_list > li > a .box_cont .text {
    font-size: 12px;
  }
  .flot .box_tel > a {
    padding: 12px 0;
  }
  .flot .box_tel > a span {
    font-size: 22px;
  }
  .flot .box_tel > a .bar {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .flot {
    right: 10px;
    bottom: 60px;
    width: 60px;
  }
  .flot .flot_list {
    padding: 0 6px;
  }
  .flot .flot_list > li > a .box_cont {
    padding: 12px 0;
  }
  .flot .flot_list > li > a .box_cont .box_img {
    width: 26px;
  }
  .flot .flot_list > li > a .box_cont .text {
    display: none;
  }
  .flot .box_tel > a {
    padding: 10px 0;
  }
  .flot .box_tel > a span {
    font-size: 18px;
  }
  .flot .box_tel > a .bar {
    width: 8px;
    height: 1px;
    margin: 8px 0;
  }
}
