@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Noto Sans KR', 'Lato', 'Malgun Gothic', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', 'Lato', 'Malgun Gothic', dotum, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

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

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

.deco_text {font-size:12px; color:#666;}
*, :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}

/* clear */
.clear {
  clear: both
}

.clear:after {
  content: "";
  display: block;
  clear: both
}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:100%;}

#hd_pop,
#hd_wrapper,
#tnb .inner,

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

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

/* 상단 레이아웃 */

#hd {background:rgba(0,0,0,0.3); position:absolute; top:0;left:0; z-index:1000;}
#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:105px;zoom:1; line-height:105px; z-index:9995;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left; width:15%;}

.hd_sch_wr {position:absolute; top:50%; right:0;margin-top:-14.5px;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden; position:relative;}
#hd_sch #sch_stx {float:left;width:203px;height:29px; line-height:29px;padding-left:30px;border-radius:30px;border:0;border-right:0;font-size:14px;color:#333333;background: #e5e5e5;}
#hd_sch #sch_submit {float:left;border:0;color:#4d4d4d;cursor:pointer; background:none; position:absolute; top:50%;left:10px; margin-top:-11px;}

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


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


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


/* 최상단 이벤트 메뉴 */
.top_event_banner {
  background:#f6cf08;
  padding:20px 10px;
  font-size:16px;
  font-weight:500;
  text-align:center;
}
.top_event_banner p {
  word-break: keep-all;
}
.top_event_banner p a {
  color:#2a1718;
}
.top_event_banner p a img{
  width:20px;
  margin-right:5px;
}

.top_event_banner strong {
  font-size:16px;
  color:#ff0000;
  font-weight:600;
  animation: changeColor 1s infinite;
}
@keyframes changeColor {
  0% { color:#ff0000; }
  50% { color:#b81111; }
  100% { color:#ff0000; }
}

/* 메인메뉴 */
#gnb {position:relative; width:70%; text-align:center;}
#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;zoom:1; display:inline-block;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;padding:0px;position:relative; padding-right:78px;}
#gnb .gnb_1dli:last-child {padding-right:0;}
#gnb .gnb_1dli > a {color:#ffffff; -webkit-transition:color 0.3s ease-out;
  -moz-transition:color 0.3s ease-out;
  -o-transition:color 0.3s ease-out;
  transition:color 0.3s ease-out}
#gnb .gnb_1dli > a:hover {color:#2D7AFF;}

.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;color:#ffffff;text-decoration:none; line-height:1; font-size:14px; font-family: 'Lato', sans-serif;}
.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;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;font-size:1em;width:100%;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 {}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#000000;margin:0 auto;text-align:center; padding:65px 0;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:20px 0 30px;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:100%;}

#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:#82838f;line-height:1.6; text-align:center;}
#ft_catch {margin:0 0 30px}
#ft_company .ft_info{ font-size:13px; color:#82838f;}
#ft_company .ft_info a {color:#82838f;}
#ft_copy {text-align:center;margin:0 auto;color:#5b5b5b;font-size:14px; color:#ffffff;}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#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; font-size:18px;}

/* 필수입력 */
.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:#cecece;}
#bo_list .td_datetime {color:#cecece !important;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:50px auto 100px; text-align:center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center; font-size:16px;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#ffffff;border:1px solid #ffffff; font-size:16px;}
.pg a:focus, .pg a:hover {text-decoration:none; color:#000000; font-size:16px;}
.pg_page {color:#959595;font-size:16px;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#ffffff}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #ffffff;padding:0;border:1px solid #ffffff}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #ffffff;padding:0;border:1px solid #ffffff}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #ffffff;padding:0;border:1px solid #ffffff}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #ffffff;padding:0;border:1px solid #ffffff}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#ffffff}
.pg_end, .pg_prev, .pg_next {margin-bottom:-5px;}
.pg_start {margin-bottom:-2px;}
.pg_current {display:inline-block;background:#ffffff;border:1px solid #ffffff;color:#333333;font-weight:bold;height:30px;line-height:28px;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}

/*  ================================= */
/* 몽스튜디오 커스텀 */
/*  ================================= */

/* 네비게이션*/
#gnb, #logo {float:left;}
#hd .logo_black {display:none;}
#hd {transition:background-color 0.5s; -webkit-transition:background-color 0.5s;}
.fa-search:before {color:#4d4d4d;}
#hd.fixed {z-index:9995 !important;position:fixed;top:0;left:0;right:0;background:#ffffff;box-shadow: 1px 2px 10px rgb(0 0 0 / 10%); -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 10%)}
#hd_wrapper {transition:all 0.5s;-webkit-transition:all 0.5s;}
#hd.fixed #hd_wrapper {height:80px; line-height:80px;}
#hd.fixed .logo_black {display:inline-block;}
#hd.fixed .logo_white {display:none;}
#hd.fixed .gnb_1da {color:#333333;}

/* 메인 배너 */
.mong_inner {max-width:1800px; height:100%; margin:0 auto; width:100%; position:relative;padding:0 20px;}
.main_banner {overflow:hidden;}
.main_banner .main_img img {width:100%;}
.main_banner.slide1 { background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)), url('../img/merbau/d4-min.jpg') no-repeat; max-height:100vh; background-position: 0 100%; background-size:cover;-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition:ease-in-out;transition:ease-in-out;}
.main_banner.slide2 { background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)), url('../img/sono/d1-min.jpg') no-repeat; max-height:100vh; background-position: center; background-size:cover;-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition:ease-in-out;transition:ease-in-out;}
.main_banner.slide3 { background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)), url('../img/cozy/d2-min.jpg') no-repeat; max-height:100vh; background-position: center; background-size:cover;-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition:ease-in-out;transition:ease-in-out;}
.main_banner.slide4 { background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)), url('../img/persona/d1-min.jpg') no-repeat; max-height:100vh; background-position: center; background-size:cover;-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition:ease-in-out;transition:ease-in-out;}
.main_banner.slide5 { background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)), url('../img/covent/d1-min.jpg') no-repeat; max-height:100vh; background-position: center; background-size:cover;-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition:ease-in-out;transition:ease-in-out;}
.main_banner.slide6 { background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)), url('../img/growood/d1-min.jpg') no-repeat; max-height:100vh; background-position: center; background-size:cover;-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition:ease-in-out;transition:ease-in-out;}
.main_banner_slide {position:relative; overflow:hidden;}
.main_banner_slide .owl-item .main_banner {background-size: cover;transition:all 1s;-webkit-transition:all 1s; transition-delay: 0.2s;-webkit-transition-delay: 0.2s; transform:scale(1.0);}
.main_banner_slide .owl-item.active .main_banner {background-size: cover; transform:scale(1.05); -webkit-transform:scale(1.05);}
.main_banner_slide .owl-item.active .main_txt {opacity:0;transition:all 1s;-webkit-transition:all 1s; transition-delay: 0.8s;-webkit-transition-delay: 0.8s;}
.main_banner_slide .owl-item.active .main_txt {opacity:1;}
.main_banner .mong_inner {height:100vh;}
.main_banner .main_txt  {text-align:left; position:absolute; bottom:13%;left:13%; color:#ffffff;}
.owl-item.active .main_banner .main_txt p {-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in-out;transition:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft150;animation-name:fadeInLeft150;opacity:1}
.main_banner .main_txt .sub_title { font-size:54px; font-weight:600;-webkit-animation-delay:400ms;animation-delay:400ms}
.main_banner .main_txt .main_title {font-size:85px; font-weight:600;-webkit-animation-delay:800ms;animation-delay:800ms}
.main_banner .main_txt .sub_text {font-size:30px; font-weight:400; margin-top:30px;-webkit-animation-delay:1200ms;animation-delay:1200ms}
.main_banner .main_txt img {width:100%; max-width:360px;}
.main_banner_slide .owl-nav, .main_banner_slide .owl-dots {display:none !important;}

@-webkit-keyframes scale{
  from{transform:scale(1.1)}
  to{transform:scale(1)}
}

@-webkit-keyframes fadeInLeft150{
  from{opacity:0;-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft150{
  from{opacity:0;-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  to{opacity:1;-webkit-transform:none;transform:none}
}

.main_ani {position:absolute; bottom:35px; left:0;right:0; margin:0 auto; text-align:center; z-index:99; opacity:0.6;}
.main_ani img {position:absolute; bottom:0;left:0;right:0; margin:0 auto; text-align:center;}
.main_ani img.move_ico {bottom:7px; -webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in;transition:ease-in;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:upDown;animation-name:upDown;animation-iteration-count: infinite;}

@-webkit-keyframes upDown{
  from{bottom:27px;}
  to{bottom:7px;}
}

/* 서브배너 */
.sub_banner {margin-top:90px;}
.sub_banner .mong_inner {max-width:1820px;}
.sub_banner_ul {}
.sub_banner ul li {float:left; width:100%; padding:0 10px;}
.sub_banner ul li img {width:100%;}

/* masonry_list */
.masonry_list {margin-top: 68px; margin-bottom:50px; min-height:1000px;}
.masonry_list .pic_lt {border:none; text-align:center; margin-bottom:0;}
.masonry_list .pic_lt li {padding:0 10px 20px; text-align:left;}
.masonry_list .pic_lt ul {padding:0; margin:0 -8px;}
/* .masonry_list .pic_lt ul:before {content:'';display:block; position:absolute; bottom:0;left:0;width:100%; height:20%; background:linear-gradient(transparent, #ffffff); z-index:999;} */
.masonry_list .pic_lt a.lt_img {margin:0 0 15px !important;border-radius: 20px; overflow: hidden; -webkit-box-shadow: 0px 5px 10px 0 rgb(0 0 0 / 10%); box-shadow: 0px 5px 10px 0 rgb(0 0 0 / 10%);}
.masonry_list .pic_lt a.lt_img img { transition:transform 0.5s;-webkit-transition:transform 0.5s;transform:scale(1);-webkit-transform:scale(1);}
.masonry_list .pic_lt a.lt_img:hover img {transform:scale(1.05);-webkit-transform:scale(1.05);}
.masonry_list .pic_lt a {font-size:14px;}
.masonry_list .pic_lt .lat_title {display:none;}
.grid-sizer, .grid-item {width: 16.666666% !important;}
.moreview_btn {font-size:20px; background:#245fc5; border-radius:30px; color:#ffffff; border:1px solid #245fc5; padding:12px 35px; transition:all 0.5s; -webkit-transition:all 0.5s; margin:50px auto; display:block;}
.moreview_btn:hover {color:#333333; border-color:#333333; background:#ffffff;}


/* 베스트 리뷰, 인스타 공통 */
.best_review {display:none;}
.best_review, .insta_wrap {margin-top:60px;}
.best_review img, .insta_wrap img {width:100%; object-fit:cover;-webkit-object-fit:cover;}
.right_main.mobile {display:none;}
.best_review .right_main img {position:absolute; top:0;left:0;width:100%; height:100%;}
.best_review .left_main img {position:absolute; top:0;left:0;width:100%; height:100%;}
.lat_title {text-align:center; position:relative;}
.hr_border {background:#707070;height:1px; width:55px;margin:25px auto 40px;}
.lat_title span {display:block; font-size:16px; color:#2D7AFF; font-weight:300;}
.lat_title a {display:block; font-size:36px; font-weight:600; color:#333333;}

/* 베스트 리뷰 */
.best_review .review_list {text-align:center; margin:0 -10px;}
.best_review .review_list .review_main { text-align:center;}
.best_review .review_list .review_main > div {float:left;}
.best_review .review_list .review_main > div.left_main li:hover a:after,
.best_review .review_list .review_main > div.right_main li:hover a:after,
.best_review .review_list .review_main > div.review_more li:hover a:after { content:'';
display:block; position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter: blur(5px); z-index:999;}
.best_review .review_list .review_main > div li .hover_txt {opacity:0;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%); color:#ffffff; width:100%; padding:20%; z-index:9991; transition:all 0.5s; -webkit-transition:all 0.5s;}
.best_review .review_list .review_main > div li:hover .hover_txt {opacity:1;}
.best_review .review_list .review_main > div li .hover_txt .hr_border{ background:#ffffff;width:30px; margin:25px auto;}
.best_review .review_list .review_main > div li .hover_txt .hover_title{font-size:33px;font-weight:700; word-break: keep-all;}
.best_review .review_list .review_main > div.right_main li .hover_txt {padding:10%;}
.best_review .review_list .review_main > div.right_main li .hover_txt .hover_title{font-size:24px;}
.best_review .review_list .review_main > div li .hover_txt .hover_text {font-size:14px; font-weight:400; word-break: keep-all;}
.best_review .review_list .review_main > div.left_main {width:40%;padding-right:5px;}
.best_review .review_list .review_main > div.left_main a {position:relative; width:100%;height:0;padding-bottom:99.8%; overflow:hidden;}

.best_review .review_list .review_main > div.right_main {width:60%; float:right;}
.best_review .review_list .review_main > div.right_main li {float:left; width:33.333333%; margin-bottom:10px; padding:0 5px;}
.best_review .review_list .review_main > div.right_main li a {position:relative; width:100%;height:0;padding-bottom:100%; overflow:hidden;}
.best_review .review_list .review_main > div li a {display:inline-block;border-radius:20px; overflow:hidden; transition:0.5s;}
.best_review .review_list .review_more {display:none;}
.best_review .review_list .review_more li {float:left; width:20%; padding:0 5px; margin-bottom:10px;}
.best_review .review_list .review_more li a {position:relative;}

/* 인스타 리스트 */
.insta_wrap .insta_list {text-align:center;}
.insta_wrap .insta_list > ul {margin:0 -5px;}
.insta_wrap .insta_list li {float:left; width:20%; text-align: center; padding:8px 5px;}
.insta_wrap .insta_list li a {display:inline-block;border-radius:10px;}



/* 하단정보 */
#ft {position:relative;}
#ft_link {text-align:center;}
#ft_link a {display:inline-block;color:#d5d5d5;line-height:1;font-weight:bold; font-size:14px; font-weight:300; margin-right:25px;position:relative;}
#ft_link a:after {content:'';display:inline-block;position:absolute;bottom:-5px;left:0;width:0;height:1px; background:#d5d5d5; transition:width 0.3s;-webkit-transition:width 0.3s;}
#ft_link a:hover:after {width:100%;}
#ft_link a:before {content:'';display:inline-block; position:absolute;width:1px; height:100%; background:#d5d5d5; top:0;right:0;margin-right:-15px;}
#ft_link a:last-child:before {display:none;} 
.sns_wrap {position:absolute;top:60px;right:60px;}
.sns_wrap a {margin-left:15px; display:inline-block;}

/* 서브 페이지 */

/* common */
.guide #gnb .gnb_1dli:nth-child(5) a {color:#2D7AFF;}
.review #gnb .gnb_1dli:nth-child(4) a, .event #gnb .gnb_1dli:nth-child(4) a, .faq #gnb .gnb_1dli:nth-child(4) a, .board #gnb .gnb_1dli:nth-child(4) a {color:#2D7AFF;}
.gallery #gnb .gnb_1dli:nth-child(3) a {color:#2D7AFF;}
.detail #gnb .gnb_1dli:nth-child(1) a,
.studio-merbautray #gnb .gnb_1dli:nth-child(1) a,
.studio-persona #gnb .gnb_1dli:nth-child(1) a,
.studio-sono #gnb .gnb_1dli:nth-child(1) a,
.studio-cozy236 #gnb .gnb_1dli:nth-child(1) a,
.studio-coventgarden #gnb .gnb_1dli:nth-child(1) a {color:#2D7AFF;}
.location #gnb .gnb_1dli:nth-child(6) a {color:#2D7AFF;}

.board_inner {max-width:1500px;}
.community_inner {max-width:1200px;}
#container_title {display:none;}
.sub_top_banner {background-size:cover; background-repeat:no-repeat; background-position:center; min-height:680px; height:680px; overflow:hidden;}

.notice_wrap .bo_fx .btn_bo_user li {width:100%;}
.board_write_btn {font-size:14px; width:100px; height:34px;line-height:34px; border-radius:50px; background:#ffffff; border:1px solid #2d7aff; display:inline-block; color:#2d7aff; transition:all 0.5s; -webkit-transition:all 0.5s;}
.board_write_btn:hover {background:#2d7aff; color:#ffffff;}


/* 커뮤니티 공통 */
.community_page { background-image:url('../img/community/banner.jpg');}
.community_page .sub_title {font-size:56px; font-weight:400;color:#ffffff; position:absolute; top:50%; left:145px; margin-top:-10px;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in-out;transition:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft150;animation-name:fadeInLeft150;opacity:1}
.cummunity_tab {margin:50px auto;}
.cummunity_tab ul {text-align:center;}
.cummunity_tab ul li {display:inline-block; margin:0 5px;}
.cummunity_tab ul li a {display:inline-block;background:#ffffff; border-radius:50px; border:1px solid #2d7aff; color:#2d7aff; width:130px; height:44px; cursor:pointer; line-height:42px; font-size:18px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.cummunity_tab ul li a:hover {background:#2d7aff; color:#ffffff;}
.cummunity_tab ul li.active a {background:#2d7aff; color:#ffffff;}

/* 공지사항 페이지 */
.notice_wrap {margin-bottom:50px;}
.notice_wrap #bo_v_con {font-size:14px;}
.notice_wrap .cmt_btn {display:none;}
.notice_wrap #bo_vc {display:none;}
.notice_wrap #bo_vc_w {display:none;}
.notice_wrap .tbl_wrap table {border-top:2px solid #333333; font-size:15px;}
.notice_wrap .tbl_head01 thead th {font-size:15px; font-weight:700; color:#333333;}
.notice_wrap #bo_list tbody tr td.td_name {font-size:15px; color:#0d0d0d; width:150px; text-align:center;}
.notice_wrap #bo_list tbody tr td.td_subject {padding-left:3% !important;}
.notice_wrap #bo_list tbody tr td.td_subject .bo_tit {font-size:16px; font-weight:500; }
.notice_wrap #bo_list .td_num2 {width:100px;}
.notice_wrap #bo_list tbody .even td {background:#ffffff;}
.notice_wrap #bo_list tbody .even:hover td {background:#fafafa;}
.notice_wrap #bo_list tbody tr:hover {border-left:none;}
.notice_wrap .bo_sch_wrap {display:block; position:static;}
.notice_wrap .bo_sch .sch_bar {margin-top:0;}
.notice_wrap .bo_sch form {padding:0;}
.notice_wrap .bo_sch {position:static; margin-left:0; margin-top:0;box-shadow:none;border-radius:0; border:none; float:right; width:180px;}
.notice_wrap .bo_sch .sch_input {width:100%; padding:0 10px;}
.bo_sch .sch_btn {position:absolute;top:0;right:85px;}
.notice_wrap .bo_sch .sch_bar {border:none; border-bottom:1px solid #9a9a9a; box-shadow:none; border-radius:0;}
.fa-search:before {color:#9a9a9a;}
.notice_wrap select {border:1px solid #ffffff;;margin-top: 15px; margin-left: 15px; background:transparent;}

/* faq 페이지 */
.faq_wrap #bo_cate {float:left;width:15%;}
.faq_wrap #faq_wrap {float:left; width:85%;}
.faq_wrap #faq_wrap li h3 {padding-left:20px; font-size:20px; font-weight:700; padding:30px 15px;}
.faq_wrap #faq_con .con_inner {font-size:16px; color:#797979;}
.faq_wrap #faq_wrap li {border-bottom:none;}
.faq_wrap #faq_wrap li:first-child {border-top:none;}
.faq_wrap #faq_wrap li h3.faq_li_open a {color:#245fc5;font-weight:700 !important;}
.faq_wrap #faq_wrap li h3 a {font-weight:400 !important;}
.faq_wrap .fa-plus:before {color:#333333;}
.faq_wrap .fa-close:before {color:#333333; font-size:25px;}
.faq_wrap #bo_cate li {display:block; font-size:18px; padding:20px 0;}
.faq_wrap #bo_cate li a { color:#777777; background:#ffffff; border:none; display:inline-block; padding:5px 0;}
.faq_wrap #bo_cate #bo_cate_on {background:#ffffff; color:#777777; box-shadow:none; border:none; position:relative;}
.faq_wrap #bo_cate #bo_cate_on:after {content:'';display:block; position:absolute; bottom:0;left:0;width:100%; height:2px; background:#333333; padding:0 20px;}

/* event 페이지 */

.event_wrap .cmt_btn, .event_wrap #bo_vc, .event_wrap #bo_vc_w{display:none;}
.event_wrap {margin-bottom:70px;}
.event_wrap #bo_v_con {font-size:15px; text-align:center;}
.event_wrap #bo_v_img img {width:100%;}
#bo_v_img a.view_image {width:60%; margin:0 auto;}
.event_wrap #bo_gall .gall_img img {width:100%; object-fit:cover; -webkit-object-fit:cover;transform:scale(1.1);}
.event_wrap #bo_gall .gall_img:hover img {transform:scale(1.15);}
.event_wrap #bo_gall .gall_img img {transition:all 0.5s; -webkit-transition:all 0.5s;}
.event_wrap #bo_gall .gall_li {}
.event_wrap #bo_gall .gall_img {border-bottom:none;}
.event_wrap #bo_gall .gall_text_href {text-align:center; margin:20px 0;}
.event_wrap #bo_gall .bo_tit {font-size:20px; margin-bottom:10px;}
.event_wrap #bo_gall .bo_cnt {font-size:15px; color:#777777;}
.event_wrap #bo_gall .gall_box {margin:0 0 70px 0;}

/* 리뷰 페이지 */
.review_wrap .review_list li {float:left; width:25%; padding:0 5px 30px;}
.review_wrap .review_list li:hover .img_wrap img {transform:scale(1.1);}
.review_wrap .review_list li .img_wrap img {transition:all 0.5s; -webkit-transition:all 0.5s;}
.review_wrap .review_list li .img_wrap { overflow:hidden; }
.review_wrap .review_list li .img_wrap img {width:100%;}
.review_wrap .review_list li .text_wrap {text-align:center; padding:30px 10px 30px;}
.review_wrap .review_list li .text_wrap img {}
.review_wrap .review_list li .text_wrap .review_tit {font-size:20px; color:#333333; margin-bottom:10px;}
.review_wrap .review_list li .text_wrap .review_tit span { font-size:14px; color:#777777; }
.review_wrap .review_list li .text_wrap .review_txt {font-size:15px; color:#777777;display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top:1px;
  max-height:80px;
  overflow:hidden;
  vertical-align:top;
  text-overflow: ellipsis;
  word-break:break-all;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3}


/* 가이드 페이지 */
.guide_page { background-image:url('../img/guide/banner.jpg');}
.guide_page .sub_title {font-size:56px; font-weight:400;color:#ffffff; position:absolute; top:50%; left:145px; margin-top:-10px;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in-out;transition:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft150;animation-name:fadeInLeft150;opacity:1}
.guide_content {margin-bottom:100px;}
.guide_content .cont_txt {border-top:1px solid #545454;}
.guide_content .cont_txt > ul {border-bottom:1px solid #545454; padding:40px 0;}
.guide_content .cont_txt > ul:last-child {border-bottom:none;}
.guide_content .cont_tit {font-size:30px; font-weight:700; text-align:center; line-height:1; margin:90px auto 45px;padding-bottom:45px;}
.guide_content .thead, .guide_content .tbody {float:left; padding:0 20px;}
.guide_content .thead {width:20%; font-size:25px; font-weight:700;}
.guide_content .tbody {width:80%; font-size:20px;}
.guide_content .tbody .sub_txt {font-size:15px; margin-top:30px;}
.guide_content .tbody .bank_info {margin-top:30px; font-size:25px; font-weight:700;}
.guide_content .tbody .bank_info span {font-weight:700;}
.guide_content .tbody .reservation_sub {margin-top:10px;}
.guide_content .tbody .warning_txt {margin-top:30px;}
.guide_content .tbody .warning_txt span{margin-top:10px; font-weight:700;}

/* 갤러리 페이지 */
.inner {}
.iframe_dim {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.6);z-index: 9994;width: 100%;height: 100%; display:none;}
.iframe_pop_wrap {position: fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index:9999; width:50%; display:none;}
.iframe_pop_wrap .iframe_pop {padding-top:56.25%; position:relative;}
.iframe_pop_wrap iframe {position:absolute; left:0; top:0; width:100%; height:100%; }


.gallery_wrap .hover_bg {}
.gallery_wrap .gallery_list .hover_txt {}
.gallery_wrap .gallery_list .social_btn {display:none;}

.gallery_wrap {margin-top:155px; margin-bottom:50px;}
.gallery #hd {z-index: 9995;position: fixed;top: 0;left: 0;right: 0;background: #ffffff;box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);-webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);}
.gallery #hd .gnb_1da {color:#333333;}
.gallery #hd .logo_black {display:inline-block;}
.gallery #hd .logo_white {display:none;}

.content #hd {z-index: 9995;position: fixed;top: 0;left: 0;right: 0;background: #ffffff;box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);-webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);}
.content #hd .gnb_1da {color:#333333;}
.content #hd .logo_black {display:inline-block;}
.content #hd .logo_white {display:none;}

.gallery_wrap .gallery_list ul {position:relative;}
.gallery_wrap .gallery_list ul > li img {width:100%;}
.gallery_wrap .gallery_list ul > li {float:left; position:relative; cursor:pointer;}
.gallery_wrap .gallery_list ul > li.gall0 {width:34%;}
/* .gallery_wrap .gallery_list > ul > li:hover:after {content:'';display:block; position:absolute;top:0;left:0;width:100%; height:100%;background:rgba(255,255,255,0.5);} */
.gallery_wrap .gallery_list > ul > li:hover .hover_bg {opacity:0.8;}

.gallery_wrap .gallery_list ul > li.gall1 {width:59.5%; float:right; margin:8% 0 6% 6.5%;}
.gallery_wrap .gallery_list ul > li.gall2 {width:59%; margin-top:6%;}
.gallery_wrap .gallery_list ul > li.gall3 {width:34.5%; float:right; margin-left:6.5%;}

.gallery_wrap .gallery_list ul > li.gall4 {width:36%; margin-top:19%;}
.gallery_wrap .gallery_list ul > li.gall5 {width:57.5%; float:right; margin-left:6.5%; margin-top:5%; margin-bottom:2%;}
.gallery_wrap .gallery_list ul .gallery_txt {position:absolute; top:0;left:0; color:#101010;z-index:999;}
.gallery_wrap .gallery_list ul .gallery_txt .mong_title {font-size:60px; font-weight:700;}
.gallery_wrap .gallery_list ul .gallery_txt .hr_border {margin:20px 0; border:5px solid #101010; width:70%; }
.gallery_wrap .gallery_list ul .gallery_txt .mong_sub {font-size:28px;}

.gallery_wrap .gallery_list .hover_txt {opacity:0;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%); color:#101010; width:auto; z-index:9991; transition:all 0.5s; -webkit-transition:all 0.5s; text-align:center;}
.gallery_wrap .gallery_list li:hover .hover_txt {opacity:1;}
.gallery_wrap .gallery_list .hover_txt .hr_border{ background:#101010;width:30px; margin:25px auto;}
.gallery_wrap .gallery_list .hover_txt .hover_title{font-size:33px;font-weight:700; word-break: keep-all;}
.gallery_wrap .gallery_list .hover_txt .hover_text {font-size:20px;}
.gallery_wrap .gallery_list .social_btn {position:absolute;top:20px; right:20px; z-index:9993;opacity:0; transition:all 0.3s;-webkit-transition:all 0.3s;}
.gallery_wrap .gallery_list li:hover .social_btn {opacity:1;}
.gallery_wrap .gallery_list .social_btn li {margin-left:10px;}
.gallery_wrap .gallery_list .social_btn .share_wrap li a {width:30px;height:30px;line-height:30px;}
.gallery_wrap .gallery_list .social_btn .share_wrap li {margin-left:0;}
.gallery_wrap .gallery_list .social_btn li.share_ico .share_wrap a {border:none;}

.gallery_wrap .gallery_list .social_btn li a {display:inline-block; background:#ffffff; border-radius:100%; width:48px; height:48px; line-height:46px; text-align:center; transition:all 0.5s;-webkit-transition:all 0.5s; border:1px solid #ffffff;}
.gallery_wrap .gallery_list .social_btn li.reservation_btn a {background:#2d7aff; color:#ffffff; font-size:22px; width:73px;border-radius:40px; border:1px solid #2d7aff;}
.gallery_wrap .gallery_list .social_btn li.reservation_btn a:hover {
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
.gallery_wrap .gallery_list .social_btn li.search_ico:hover a,
.gallery_wrap .gallery_list .social_btn li.share_ico:hover a {border-color: #333333;}
.gallery_wrap .gallery_list .social_btn li.search_ico a img {width:19px;}
.gallery_wrap .gallery_list .social_btn li.share_ico a img {width:14px; margin-left:5px;}

/* 스튜디오 */
.search_ico {display:none;}
.studio_tab_mo {overflow:hidden;margin:0 auto; text-align:center;z-index:999; padding:20px 0; display:none; position:absolute; top:50px; left:0; width:100%;}
.studio_tab_mo .mong_inner {padding:0 15px !important;}
.studio_tab_mo ul {white-space:nowrap;width:100%; overflow-x:scroll;}
.studio_tab_mo ul li {display:inline-block; width:33.333333%}
.studio_tab_mo ul li a {padding:5px; display:block;}
.studio_tab_mo .img_wrap img {width:100%;}
.studio_tab_mo ul li .txt_wrap {background:#ffffff; text-align:center; padding:10px 0;}
.studio_tab_mo ul li:hover .txt_wrap p {color:#2d7aff;}
.studio_tab_mo ul li.active .txt_wrap p {color:#2d7aff;}
.studio_tab_mo ul li:hover .img_wrap img {transform:scale(1.05);
  -webkit-transform:scale(1.05);}
  .studio_tab_mo ul li .img_wrap img  {transition: all 0.5s;-webkit-transition: all 0.5s;}
  .studio_tab_mo ul li .img_wrap {overflow:hidden;}
.studio_tab_mo .txt_wrap p {font-size:14px; color:#000000;}

.studio_wrap {margin-bottom:60px;}
.studio_tab {position:absolute;top:20%;left:0;right:0;margin:0 auto; text-align:center;z-index:999; }
.studio_tab .mong_inner {max-width:1500px;}
.studio_tab ul li {float:left; width:16.666666%;}
.studio_tab .img_wrap img {width:100%;}
.studio_tab ul li .txt_wrap {background:#ffffff; text-align:center; padding:10px 0;}
.studio_tab ul li:hover .txt_wrap p {color:#2d7aff;}
.studio_tab ul li.active .txt_wrap p {color:#2d7aff;}
.studio_tab ul li:hover .img_wrap img {transform:scale(1.05);
  -webkit-transform:scale(1.05);}
  .studio_tab ul li .img_wrap img  {transition: all 0.5s;-webkit-transition: all 0.5s; max-height:190px; object-fit:cover;-webkit-object-fit:cover;}
  .studio_tab ul li .img_wrap {overflow:hidden;}
.studio_tab ul li:first-child .txt_wrap { border-top-left-radius: 10px;}
.studio_tab ul li:last-child .txt_wrap { border-top-right-radius: 10px;}
.studio_tab .txt_wrap p {font-size:14px; color:#000000;}
.studio_page { background-image:url('../img/studio/studio_top_ban.jpg'); position:relative;}
.studio_page:after {content:'';display:block;position:absolute;top:0;left:0;background:rgba(0,0,0,0.3);z-index:99;width:100%;height:100%;}
.studio_page .sub_title {font-size:33px; font-weight:400;color:#ffffff; position:absolute; bottom:15%; left:0;right:0; margin:0 auto; text-align:center;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in-out;transition:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft150;animation-name:fadeInLeft150;opacity:1; z-index:100;}
.studio_wrap .gallery_list {margin-top:4%;}
.studio_wrap .gallery_list ul {position:relative;}
.studio_wrap .gallery_list ul > li img {width:100%;}
.studio_wrap .gallery_list ul > li {float:left; position:relative; transition:all 0.5s;}
.studio_wrap .gallery_list ul > li.gall0:after { opacity:0; transition:all 0.5s;-webkit-transition:all 0.5s;}
.studio_wrap .gallery_list ul > li.gall0 {width:34%;}
/* .studio_wrap .gallery_list > ul > li:hover:after {content:'';display:block; position:absolute;top:0;left:0;width:100%; height:100%;background:#ffffff;opacity:0.5; cursor:pointer;} */
.studio_wrap .gallery_list > ul > li:hover .hover_bg {opacity:0.8;}
.studio_wrap .gallery_list ul > li.gall1 {width:59.5%; float:right; margin:8% 0 6% 6.5%;}
.studio_wrap .gallery_list ul > li.gall2 {width:59%; margin-top:6%;}
.studio_wrap .gallery_list ul > li.gall3 {width:34.5%; float:right; margin-left:6.5%;}

.studio_wrap .gallery_list ul > li.gall4:hover:after {display:none;}
.studio_wrap .gallery_list ul > li.gall4 {width:36%; margin-top:19%;}
.studio_wrap .gallery_list ul > li.gall5 {width:57.5%; float:right; margin-left:6.5%; margin-top:5%; margin-bottom:2%;}
.studio_wrap .gallery_list ul .gallery_txt {position:absolute; top:0;left:0; color:#101010;}
.studio_wrap .gallery_list ul .gallery_txt .mong_title {font-size:60px; font-weight:700;}
.studio_wrap .gallery_list ul .gallery_txt .hr_border {margin:20px 0; border:5px solid #101010; width:70%; }
.studio_wrap .gallery_list ul .gallery_txt .mong_sub {font-size:28px;}

.studio_wrap .gallery_list .hover_txt {opacity:0;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%); color:#101010; width:100%; padding:20%; z-index:9991; transition:all 0.3s; -webkit-transition:all 0.3s; text-align:center; cursor:pointer;}
.studio_wrap .gallery_list li .hover_txt {opacity:0;}
.studio_wrap .gallery_list li:hover .hover_txt {opacity:1;}
.studio_wrap .gallery_list .hover_txt .hr_border{ background:#101010;width:30px; margin:25px auto;}
.studio_wrap .gallery_list .hover_txt .hover_title{font-size:33px;font-weight:700; word-break: keep-all;}
.studio_wrap .gallery_list .hover_txt .hover_text {font-size:14px;word-break:keep-all;}
.studio_wrap .gallery_list .social_btn {position:absolute;top:20px; right:20px; z-index:99; opacity:0; transition:all 0.5s;-webkit-transition:all 0.5s; z-index:9993;}
.studio_wrap .gallery_list li:hover .social_btn {opacity:1;}
.studio_wrap .gallery_list .social_btn li {margin-left:10px;}
.studio_wrap .gallery_list .social_btn li a {display:inline-block; background:#ffffff; border-radius:100%; width:48px; height:48px; line-height:46px; text-align:center; transition:all 0.5s;-webkit-transition:all 0.5s; border:1px solid #ffffff; cursor:pointer;}
.studio_wrap .gallery_list .social_btn li.reservation_btn a {background:#2d7aff; color:#ffffff; font-size:22px; width:73px;border-radius:40px; border:1px solid #2d7aff;}
.studio_wrap .gallery_list .social_btn li.reservation_btn a:hover {
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}

.hover_bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ffffff;opacity: 0; transition:all 0.3s; -webkit-transition:all 0.3s; cursor: pointer;}
.studio_wrap .gallery_list .social_btn li.search_ico {cursor:pointer;}
.studio_wrap .gallery_list .social_btn li.search_ico:hover a,
.studio_wrap .gallery_list .social_btn li.share_ico:hover a {border-color: #333333;}
.studio_wrap .gallery_list .social_btn li.search_ico a img {width:19px;}
.studio_wrap .gallery_list .social_btn li.share_ico a img {width:14px; margin-left:5px;}
.mo_studio {display:none;}
.studio_insta.insta_wrap .insta_list li {width:auto;}
.studio_wrap .insta_list a {border-radius:0 !important;}

.studio_wrap .review_list {text-align:center;}
.studio_wrap .review_list > ul {margin:0 -5px;}
.studio_wrap .review_list li {float:left; width:auto; text-align: center; padding:8px 5px;}
.studio_wrap .review_list li a {display:block;border-radius:0;}
.studio_wrap .review_list li a img {width:100%;}

.studio_wrap .review_list .owl-carousel .owl-nav .owl-next, .studio_wrap .review_list .owl-carousel .owl-nav .owl-prev {position: absolute;top: 50%;width: 24px;height: 42px;margin-top: -25px;text-indent: -9999em;}
.studio_wrap .review_list .owl-carousel .owl-nav .owl-prev {left: 2%;background: url(../img/studio/merbau-tray/slide_prev.png) no-repeat;background-size: cover;}
.studio_wrap .review_list .owl-carousel .owl-nav .owl-next {right:2%;background: url(../img/studio/merbau-tray/slide_next.png) no-repeat;background-size: cover;}

.studio_insta .insta_list .owl-carousel .owl-nav .owl-next, .studio_insta .insta_list .owl-carousel .owl-nav .owl-prev {position: absolute;top: 50%;width: 24px;height: 42px;margin-top: -25px;text-indent: -9999em;}
.studio_insta .insta_list .owl-carousel .owl-nav .owl-prev {left: 2%;background: url(../img/studio/merbau-tray/slide_prev.png) no-repeat;background-size: cover;}
.studio_insta .insta_list .owl-carousel .owl-nav .owl-next {right:2%;background: url(../img/studio/merbau-tray/slide_next.png) no-repeat;background-size: cover;}

/* 오시는길 페이지 */

.location #hd {z-index: 9995;position: fixed;top: 0;left: 0;right: 0;background: #ffffff;box-shadow: none;-webkit-box-shadow: none;}
.location #hd .gnb_1da {color:#333333;}
.location #hd .logo_black {display:inline-block;}
.location #hd .logo_white {display:none;}
.location #ft {display:none;}
.location_wrap .location_content .location_left {float:left;width:410px;box-shadow: 1px 120px 10px 1px rgb(0 0 0 / 20%); background:#ffffff;}
.location_wrap .location_content .location_right {float:left;width:auto;}

.location_wrap .location_content .location_left .location_nav {background:#333333; width:62px; height:calc(100vh); padding-top:50%; float:left;z-index:9;position:relative;}
.location_wrap .location_content .location_left .location_nav li {width:62px;height:62px; line-height:62px; text-align:center; cursor:pointer;}
.location_wrap .location_content .location_left .location_nav li .ico_on {display:none;}
.location_wrap .location_content .location_left .location_nav li.active {
  background:#777777;}
.location_wrap .location_content .location_left .location_nav li.active img {display:none;}
.location_wrap .location_content .location_left .location_nav li.active img.ico_on {display:inline-block;}


.location_wrap .location_content .location_left .location_info {float:left; width:348px; height:100%; padding:30% 30px 0; position:relative; }
.location_wrap .location_content .location_left .location_info:before {content:''; display:inline-block;position:absolute;top:0;left:-62px;width:62px; height:100%; background:#333333; z-index:0;}


.location_wrap .location_content .location_left .location_info .location_tit p {
  font-size:40px; font-weight:700; line-height:1;
}
.location_wrap .location_content .location_left .location_info .social_btn {position:absolute; top:135px; right:30px;}
.location_wrap .location_content .location_left .location_info .social_btn li {display:inline-block; margin:0 2.5px;}
.location_wrap .location_content .location_left .location_info .social_btn li a {display:inline-block; border-radius:100%; background:#dedede; width:30px; height:30px; line-height:30px; text-align:center;}

.location_foot .foot_info {margin-bottom:20px;}
.location_foot .foot_info .foot_title {font-size:18px; color:#245fc5; margin-bottom:5px; font-weight:700;}
.location_foot .foot_info .foot_text {font-size:13px; color:#245fc5;}
.location_tabpage {margin-top:50px; height:470px; margin-bottom:15px;}
.location_tabpage .direct_tit  {margin-bottom:10px;}
.location_tabpage .direct_tit p {font-size:18px; color:#245fc5; font-weight:500;}
.location_tabpage .direct_txt {margin-bottom:30px;}
.location_tabpage .location_car .direct_txt p {font-size:15px; line-height:2; position:relative; padding-left:20px;}
.location_tabpage .location_car .direct_txt p:before {content:''; display:inline-block; position:absolute; background:url(../img/location/location_dot.png); top:50%;left:0; width:12px; height:12px; margin-top:-6px;z-index:5;}
.location_tabpage .location_car .direct_txt p:after {content:''; display:inline-block; position:absolute; width:2px; height:100%; background:#c1c1c1; top:50%;left:5px; margin-top:-6px;z-index:1;}
.location_tabpage .location_car .direct_txt p:last-child:after {display:none;}


.location_tabpage .location_bus {display:none;}
.location_tabpage .location_bus .direct_txt p {font-size:13px; color:#777777;}
.location_tabpage .location_bus .direct_txt p span {color:#000000; font-weight:700;}
.location_tabpage .location_train {display:none;}
.location_tabpage .location_train .direct_txt p {font-size:15px; color:#000000;}
.location_tabpage .location_train .direct_txt p span {color:#000000; font-weight:700;}

.location_wrap .location_content .location_right {position:absolute;top:0;left:0;z-index:-2; height:100%; width:100%;}
.location_wrap .location_content .location_right .map_bg {height:100%;}
.location_wrap .location_content .location_right .map_bg > img {width:100%; height:100%; object-fit:cover;-webkit-object-fit:cover;}

/* 우측 고정 메뉴 */
.side_menu {position: fixed;bottom: 35px;right: 35px;width: 57px;height: 57px;line-height: 57px;text-align: center;font-size: 15px;z-index: 9995;border: none;transition: all 0.45s;-webkit-transition: all 0.45s;border-radius: 100%;box-shadow:1px 1px 5px 1px rgba(0,0,0,0.1);-webkit-box-shadow:1px 1px 5px 1px rgba(0,0,0,0.1);
}
.side_menu:hover {box-shadow:1px 1px 10px 1px rgba(0,0,0,0.3);}
.side_menu.reservation_ico {  background: #03c75a; margin-bottom:130px;}
.side_menu.kakao_ico {  background: #f6cf08; margin-bottom:65px;}
.side_menu.top_ico {  background: #e4e4e4;}
.side_menu  img {margin-top:-5px;}

/* 검색 페이지 */
.search_wrap .sub_top_banner {height:513px; min-height:513px;}
.search_page { background-image:url('../img/search/banner.jpg'); position:relative;}
.search_page:after {content:'';display:block;position:absolute;top:0;left:0;background:rgba(0,0,0,0.3);z-index:99;width:100%;height:100%;}
.search_page .sub_title {font-size:33px; font-weight:400;color:#ffffff; position:absolute; bottom:15%; left:0;right:0; margin:0 auto; text-align:center;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in-out;transition:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft150;animation-name:fadeInLeft150;opacity:1; z-index:100;}
.search_wrap #sch_res_detail {background:transparent;}
.search_wrap .sch_wr input {font-size:20px; height:45px; width:100% !important; padding:0 10px;}
.search_wrap #sch_res_detail .btn_submit {width:20px; height:20px; background:transparent; position:absolute; top:50%;right:20px; line-height:20px; font-size:20px; margin-top:-8px; z-index:999;}
.search_wrap #sch_res_detail .btn_submit .fa-search:before {font-size:20px;}


/* 스튜디오 검색결과 */
.studio_result_wrap ul li {float:left; width:50%;}
.studio_result_wrap ul li a {display:inline-block; padding:20px; box-shadow:1px 1px 10px 1px rgba(0,0,0,0.2); border-radius:10px; margin:0 15px 15px;}
.studio_result_wrap .result_img {float:left; width:30%;}
.studio_result_wrap .result_img img {width:100%;}
.studio_result_wrap .result_info {float:left; width:70%; padding-left:20px;}
.studio_result_wrap .result_info .result_title {font-size:19px; font-weight:700;margin-bottom:10px;}
.studio_result_wrap .result_info .result_text {font-size:13px; margin-bottom:10px; min-height: 57px; max-height: 57px; overflow:hidden;text-overflow: ellipsis;word-break:break-all;
-webkit-box-orient:vertical;-webkit-line-clamp:3;display: -webkit-box;}
.naver_btn { background:#03c75a; border-radius:5px; color:#ffffff; font-size:12px; border:none;padding:5px 10px; margin-top:19px}
.center_btn {text-align:center;}
.center_btn .moreview_btn {background:#ffffff; color:#707070; border-radius:0; border:1px solid #707070; padding:5px 20px; font-size:15px; margin-bottom:0;}
.center_btn .moreview_btn:hover {border:1px solid #245fc5;
background:#245fc5; color:#ffffff;}
.keyword {color:#245fc5;}

/* 이용안내 검색결과 */
.guide_result_wrap {border-top:1px solid #000000;}
.guide_result_wrap li {padding:20px 0; border-bottom:1px solid #707070;}
.guide_result_wrap li:last-child {margin-bottom:15px;}
.guide_result_wrap .result_img {float:left; width:15%; overflow:hidden;border-radius:10px;}
.guide_result_wrap .result_img img {width:100%; height:104px; object-fit:cover;-webkit-object-fit:cover;}
.guide_result_wrap .result_info {float:left; width:85%; padding-right:20px;}
.guide_result_wrap .result_info .result_title {font-size:19px; font-weight:700;margin-bottom:10px;}
.guide_result_wrap .result_info .result_text {font-size:16px; margin-bottom:10px; min-height: 57px; max-height: 57px; overflow:hidden;text-overflow: ellipsis;word-break:break-all;
-webkit-box-orient:vertical;-webkit-line-clamp:3;display: -webkit-box;}

/* faq 검색결과 */
.faq_result_wrap {border-top:1px solid #000000;}
.faq_result_wrap li {padding:20px 0; border-bottom:1px solid #707070;}
.faq_result_wrap li:last-child {margin-bottom:15px;}
.faq_result_wrap .result_info {width:100%; padding-right:20px;}
.faq_result_wrap .result_info .result_title {font-size:19px; font-weight:700;margin-bottom:10px;}
.faq_result_wrap .result_info .result_text {font-size:16px; margin-bottom:10px; min-height: 57px; max-height: 57px; overflow:hidden;text-overflow: ellipsis;word-break:break-all;
-webkit-box-orient:vertical;-webkit-line-clamp:3;display: -webkit-box;}

/* 사진 검색결과 */
.review_result_wrap ul {margin:0 -10px;}
.review_result_wrap ul li {float:left; width:33.333333%; text-align:center; margin-bottom:20px;}
.review_result_wrap ul li a {display:block; padding:0 10px;}
.review_result_wrap ul li a img {width:100%;}
.review_result_wrap {margin-bottom:10%;}

/* 공유하기 팝업 */
.share_ico {position:relative;}
.share_wrap {position:absolute;top:60px;right:0;background:#ffffff; box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3); padding:10px; width:116px;z-index:999; display:none; border-radius:3px;}
.share_wrap ul li {display:inline-block;margin:0;}
.prod_ico .share_wrap ul li {margin:0 5px;}
.share_wrap
.share_wrap a img {width:25px !important; margin-left:0;}
.studio_wrap .gallery_list .social_btn li.share_ico .share_wrap a {border:none;}
.studio_wrap .gallery_list .social_btn .share_wrap li a {width:30px;height:30px;line-height:30px;}
.studio_wrap .gallery_list .social_btn .share_wrap li {margin-left:0;}


/* 상세페이지 */
.toilet_vd ,.parking_vd, .smoking_vd{margin-bottom:40px; position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.toilet_vd iframe, .parking_vd iframe, .smoking_vd iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.detail_page {position:relative; background-image:url('../img/merbau/d2-min.jpg'); background-position: 0 50%;}
.detail_page:after {content:'';display:block;position:absolute;width:100%;height:100%;z-index:95;top:0;left:0; background:rgba(0,0,0,0.3);}
.detail_page .sub_title {font-size:44px; font-weight:400;color:#ffffff; position:absolute; top:45%; left:0;right:0; margin:0 auto; margin-top:-10px;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-transition:ease-in-out;transition:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInLeft150;animation-name:fadeInLeft150;opacity:1; text-align:center;z-index:99;}
.detail_page .sub_title p:last-child {font-size:20px; margin-top:20px;}

.mong_prod_view{margin-top:105px;padding-bottom:40px}
.mong_prod_view:after{display:block;clear:both;content:""}

/* mong_prod_view_imgs */
.mong_prod_view_imgs{width:62%;float:left;margin-right:6%}

/* mong_prod_thumb_swipe */
.mong_prod_thumb_swipe{position:relative}
.mong_prod_thumb_swipe img{width:100%;height:auto; max-height:520px; object-fit:cover;-webkit-object-fit:cover;}

.mong_prod_thumb_swipe .owl-carousel .owl-nav .owl-next, .mong_prod_thumb_swipe .owl-carousel .owl-nav .owl-prev {position: absolute;top: 50%;width: 23px;height: 42px;margin-top: -25px;text-indent: -9999em;}
.mong_prod_thumb_swipe .owl-carousel .owl-nav .owl-prev {left: 2%;background: url(../img/studio/merbau-tray/slide_prev.png) no-repeat;background-size: cover;}
.mong_prod_thumb_swipe .owl-carousel .owl-nav .owl-next {right:2%;background: url(../img/studio/merbau-tray/slide_next.png) no-repeat;background-size: cover;}


/* mong_prod_view_detail */
.mong_prod_view_detail{width:100%;float:left;margin-right:8%;text-align:center;margin-top:40px;}
.mong_prod_view_detail p {}
.mong_prod_view_detail img{max-width:100%;width:100%;height:auto}

/* mong_prod_view_info */
.mt-20 {margin-top:80px;}
.mong_prod_view_info .share_wrap {top:90px; right:100px; width:117px;}
.mong_prod_view_info {}
.mong_prod_view_info{width:31.987%;float:right;padding:60px 100px 20px 0;position:static; padding:0 30px 30px; border-radius:10px;box-shadow: 1px 1px 10px 5px rgb(0,0,0,0.1);-webkit-box-shadow: 1px 1px 10px 5px rgb(0,0,0,0.1); background:#ffffff;}
.mong_prod_info .prod_name{font-size:36px;font-weight:400;padding-right:80px}
.mong_prod_info .prod_sub p{font-size:24px;display:inline-block}

.mong_prod_view_imgs .info_tabs{}
.mong_prod_view_imgs .return_guide {margin-top:40px;}
.info_tabs .anchor {height:80px;}
.mong_prod_view_imgs .info_tabs ul.tabs{margin-bottom:8%;}
.mong_prod_view_imgs .info_tabs ul.tabs li{float:left;width:25%; text-align:center;}
.mong_prod_view_imgs .info_tabs ul.tabs li:first-child{margin-left:0}
.mong_prod_view_imgs .info_tabs ul.tabs li a{display:block;font-size:22px;letter-spacing:0.05em;color:#000000;border-bottom: 1px solid #2d7aff; padding:10px 0; transition:all 0.5s;-webkit-transition:all 0.5s; }
.mong_prod_view_imgs .info_tabs ul.tabs li a.on{color:#ffffff;border-color:#2d7aff;background:#2d7aff;}
.mong_prod_view_imgs .info_tabs ul.tabs li:hover a{color:#ffffff;border-color:#2d7aff;background:#2d7aff;}
.mong_prod_view_imgs .info_tabs .tab_container{padding:10px 0}
.mong_prod_view_imgs .info_tabs .tab_content{font-size:11px;letter-spacing:0.05em;color:#000000}
.mong_prod_view_imgs .info_tabs .tab_content .tab_title {font-size:24px; margin-bottom:3%; position:relative;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_title:after {display:block; content:'';position:absolute;bottom:-5px;left:0;width:24px;height:4px; background:#2d7aff;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_text {font-size:17px; margin-bottom:3%; word-break:keep-all;}
.tab_content .naver_btn {margin-top:0; margin-bottom:2%;}
.tab_content .call_btn {display:none; background:#2d7aff; border-radius:5px; color:#ffffff; font-size:18px; border:none;padding:10px 20px; margin-top:3%;margin-right:1%;}
.kakao_btn { background:#f6cf08; border-radius:5px; color:#2a1718; font-size:17px; border:none;padding:10px 20px; margin-top:3%}
.kakao_btn:hover {background:#d9b70a; transition:background-color 0.5s; -webkit-transition:background-color 0.5s;}
.call_btn:hover {background:#1f6aec !important;transition:background-color 0.5s; -webkit-transition:background-color 0.5s;}
.kakao_btn img {width:21px;}
.tab_content.warning_txt p.tab_text.warning {position:relative;padding-left:10px; margin-bottom:0.5% !important;}
.tab_content.warning_txt p.tab_text.warning:before {content:'·';display:inline-block; position:absolute;left:0;}
.warning_color {color:#ff0000;}
.return_guide .tab_text {margin-bottom:1% !important;}

.detail_review .tab_title span {color:#2d7aff;}
.detail_review .review_list > ul > li {float:left;}
.detail_review .review_list > ul > li.user_thumb {width:10%;}
.detail_review .review_list > ul {margin-bottom:5%;}
.detail_review .review_list > ul > li.user_review {width:90%; padding-left:5%; position:relative;}
.detail_review .review_list > ul > li .user_id {font-size:20px; margin-bottom:1%;}
.detail_review .review_list > ul > li .user_txt { font-size:17px; word-break:keep-all;}
.detail_review .review_list > ul > li .user_img {margin:2% 0;}
.detail_review .review_list > ul > li .user_date { color:#a2a2a2; font-size:16px;}
.detail_review .review_list .star_img {position:absolute;top:0;right:0;}

.detail_review .review_write {border-top:1px solid #a2a2a2; padding-top:20px;}
.detail_review .review_write textarea {float:left;width:89%; height:70px; font-size:16px; padding:10px;margin-right:1%; resize:none;border-radius:5px;}
.detail_review .review_write button {border-radius:5px;float:left;width:10%; height:70px;line-height:70px; background:#2d7aff; border:1px solid #2d7aff; color:#ffffff; font-size:16px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.detail_review .review_write button:hover {background:#1f6aec !important;}

.mong_prod_view_info .info_top {margin-bottom:2%;}
.mong_prod_view_info .info_top .prod_price {font-size:36px; font-weight:700; float:left;width:70%;}
.mong_prod_view_info .info_top .prod_ico {float:left; width:30%; text-align:right;}
.mong_prod_view_info .info_top .prod_ico button {background:#f5f5f5; width:44px;height:44px;border:1px solid #f5f5f5; border-radius:100%; margin-left:5px;}

.mong_prod_view_info .btn_wrap{margin-top:30px}
.mong_prod_view_info .btn_wrap:after{display:block;clear:both;content:''}
.mong_prod_view_info .btn_wrap button.naver_btn {width:100%; font-size:18px; transition:background-color 0.5s;-webkit-transition:background-color 0.5s;}
.mong_prod_view_info .btn_wrap button.naver_btn:hover {background:#07aa4f;}
.mong_prod_view_info .btn_wrap button.naver_btn img {margin-top:-3px; width:25px;}
.mong_prod_view_info .btn_wrap button{float:left;width:50%;float:left;margin-left:-1px;line-height:50px;font-size:13px;letter-spacing:0.05em;}
.mong_prod_view_info .btn_wrap button.btn_buy{width:50%;background:#222;color:#fff}

.info_middle .prod_option {margin:5% 0 4%; padding-bottom:4%; border-bottom:2px solid #2d7aff;}
.info_middle .prod_option > div.check_studio {font-size:20px;}
.info_middle .prod_option > div.check_studio input {margin-right:10px; margin-top:3px;}
.info_middle .prod_option > div { float:left; width:50%;}
.info_middle .prod_option > div.option_price {text-align:right; font-size:18px; color:#9b9b9b; }
.info_middle .prod_option > div.option_price span {color:#2d7aff; font-size:20px; margin-right:5%;}
.info_middle .prod_option > div.option_price select {height:25px; line-height:25px; margin-top:-5px; font-size:14px;border:1px solid #9b9b9b;}
.info_middle .prod_sub p {font-size:17px; word-break:keep-all;}
.info_middle .prod_table {font-size:16px; color:#747474; border-top:1px solid #747474; border-bottom:1px solid #747474;margin:4% 0;}
.info_middle .prod_table > ul > li {float:left; }
.info_middle .prod_table > ul {border-bottom:1px solid #747474; padding:3% 0;}
.info_middle .prod_table > ul:last-child {border-bottom:none;}
.info_middle .prod_table > ul > li.thead {width:25%; position:relative; padding-left:2%;}
.info_middle .prod_table > ul > li.thead:before {content:'·';display:inline-block; position:absolute;left:0;}
.info_middle .prod_table > ul > li.tbody {width:75%; word-break:keep-all;}
.info_middle .prod_benefit ul li {float:left; width:33.333333%; height:60px; line-height:60px;text-align:center;margin-bottom:2%;}
.info_middle .prod_benefit {margin-bottom:3%;     border-bottom: 2px solid #2d7aff;}
.mong_prod_view_info_mo { display:none;}
.other_page_btn {background:#2D7AFF; color:#ffffff;padding:2px 5px; border-radius:5px; font-size:14px; margin-left:5px;}

/* 모바일 예약정보 */
.mong_prod_view_info_mo .info_top {margin-bottom:2%;}
.mong_prod_view_info_mo .info_top .prod_price {font-size:36px; font-weight:700; float:left;width:70%;}
.mong_prod_view_info_mo .info_top .prod_ico {float:left; width:30%; text-align:right;}
.mong_prod_view_info_mo .info_top .prod_ico button {background:#f5f5f5; width:44px;height:44px;border:1px solid #f5f5f5; border-radius:100%; margin-left:5px;}

.mong_prod_view_info_mo .btn_wrap{margin-top:30px}
.mong_prod_view_info_mo .btn_wrap:after{display:block;clear:both;content:''}
.mong_prod_view_info_mo .btn_wrap button.naver_btn {width:100%; font-size:18px; transition:background-color 0.5s;-webkit-transition:background-color 0.5s;}
.mong_prod_view_info_mo .btn_wrap button.naver_btn:hover {background:#07aa4f;}
.mong_prod_view_info_mo .btn_wrap button.naver_btn img {margin-top:-3px; width:25px;}
.mong_prod_view_info_mo .btn_wrap button{float:left;width:50%;float:left;margin-left:-1px;line-height:50px;font-size:13px;letter-spacing:0.05em;}
.mong_prod_view_info_mo .btn_wrap button.btn_buy{width:50%;background:#222;color:#fff}

.mong_prod_view_info_mo .info_middle .prod_option {margin:5% 0 3%; padding-bottom:3%; border-bottom:2px solid #2d7aff;}
.mong_prod_view_info_mo .info_middle .prod_option > div.check_studio {font-size:20px;}
.mong_prod_view_info_mo .info_middle .prod_option > div.check_studio input {margin-right:10px; margin-top:3px;}
.mong_prod_view_info_mo .info_middle .prod_option > div { float:left; width:50%;}
.mong_prod_view_info_mo .info_middle .prod_option > div.option_price {text-align:right; font-size:18px; color:#9b9b9b; }
.mong_prod_view_info_mo .info_middle .prod_option > div.option_price span {color:#2d7aff; font-size:20px; margin-right:5%;}
.mong_prod_view_info_mo .info_middle .prod_option > div.option_price select {height:25px; line-height:25px; margin-top:-5px; font-size:14px;border:1px solid #9b9b9b;}
.mong_prod_view_info_mo .info_middle .prod_sub p {font-size:17px;}
.mong_prod_view_info_mo .info_middle .prod_table {font-size:16px; color:#747474; border-top:1px solid #747474; border-bottom:1px solid #747474;margin:3% 0;}
.mong_prod_view_info_mo .info_middle .prod_table > ul > li {float:left; }
.mong_prod_view_info_mo .info_middle .prod_table > ul {border-bottom:1px solid #747474; padding:2% 0;}
.mong_prod_view_info_mo .info_middle .prod_table > ul:last-child {border-bottom:none;}
.mong_prod_view_info_mo .info_middle .prod_table > ul > li.thead {width:25%; position:relative; padding-left:2%;}
.mong_prod_view_info_mo .info_middle .prod_table > ul > li.thead:before {content:'·';display:inline-block; position:absolute;left:0;}
.mong_prod_view_info_mo .info_middle .prod_table > ul > li.tbody {width:75%; color:#000000;}
.mong_prod_view_info_mo .info_middle .prod_benefit ul li {float:left; width:33.333333%; height:60px; line-height:60px;text-align:center;margin-bottom:2%;}
.mong_prod_view_info_mo .info_middle .prod_benefit {margin-bottom:3%;     border-bottom: 2px solid #2d7aff;}

.mong_prod_view_info_mo .info_foot.detail_btn {text-align:center;}
.mong_prod_view_info_mo .info_foot.detail_btn button {
  border-radius: 5px;
  color: #2a1718;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  margin-top: 3%;
  margin:3% 5px 0;}
  .mong_prod_view_info_mo .info_foot.detail_btn button.call_btn {background:#2d7aff; color:#ffffff;}

/* /모바일 예약정보 */


/* 모바일 전용 하단 푸터 고정 */
.info_foot.detail_btn.mo {position:fixed; width:100%;left:0;right:0;bottom:0; z-index:9999; display:none;}
.info_foot.detail_btn.mo button {border-radius:0; width:50%; float:left; margin:0;}
.info_foot.detail_btn.mo .call_btn:hover {background:#2d7aff;}
.info_foot.detail_btn.mo .kakao_btn:hover{background:#f6cf08;}

.info_foot.detail_btn {text-align:center;}
.info_foot.detail_btn button {
  border-radius: 5px;
  color: #2a1718;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  margin-top: 3%;
  margin:3% 5px 0;}
  .info_foot.detail_btn button.call_btn {background:#2d7aff; color:#ffffff; display:none;}

  .other_studio .other_title { font-size:30px; font-weight:700; text-align:center; padding:5% 0 2%;}
  .other_studio ul li a {display:block; position:relative; border-radius:30px; overflow:hidden; margin:0 10px;}
  .other_studio ul li .deco_text {width:100%; background:rgba(0,0,0,0.5); color:#ffffff; padding:5%; position:absolute;bottom:0;left:0;}
  .other_studio ul li .deco_text .tit {font-size:20px; margin-bottom:5%;}
  .other_studio ul li .deco_text .txt {font-size:15px; margin-bottom:3%;}
  .other_studio ul li .deco_text .sub {font-size:13px;}

  .other_studio .owl-carousel .owl-dots.disabled{display:block !important;}
.other_studio .owl-carousel .owl-dots {text-align:center; margin:3% auto;}
.other_studio .owl-carousel .owl-dots.disabled {}
.other_studio .owl-carousel .owl-dots button.active {
  background: transparent;
  width:17px; height:17px;
}
.other_studio .owl-carousel .owl-dots button {
  border-radius: 100%;
  background: #000000;
  border: 1px solid #000000;
  width: 12px;
  height: 12px;
  margin:0 5px;
}

/* .detail_wrap {margin-top:155px;}
.detail #hd {z-index: 9995;position: fixed;top: 0;left: 0;right: 0;background: #ffffff;box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);-webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);}
.detail #hd .gnb_1da {color:#333333;}
.detail #hd .logo_black {display:inline-block;}
.detail #hd .logo_white {display:none;} */
.detail_inner {width:1500px;}

/* location 동영상 팝업 */
.video_wrap {position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); z-index:99993; width:50%;}
.video_wrap.bus_pop, .video_wrap.train_pop, .video_wrap.car_pop  {display:none;}
.video_wrap > div{position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden; border-radius:10px;}
.video_wrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.location_dim {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.6);z-index:9994;width:100%;height:100%;}

.gnb_mnal {display:none;}

/* 모바일 네비 */
.mo_nav {height:100%; background:#F3F3F3; position:fixed; right:0;top:0;width:70%;  z-index:9999; display:none;}
.mo_gnb_wrap .gnb_1da {font-size:18px;padding:12px 0; color:#484848;}
.mo_gnb_wrap {padding:0 20px;}


/*오시는길 비디오*/
.video_dim {display:none; position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.6);z-index:9994;width:100%;height:100%;}
.toilet_iframe, .parking_iframe,.smoking_iframe { display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%); z-index:9999; width:50%; text-align: center;}
.toilet_iframe video, .parking_iframe video, .smoking_iframe video {width:100%; height:auto;}


/* 상세페이지별 사진 */
.other_studio img {min-height:700px; object-fit:cover;-webkit-object-fit:cover;}


.detail_page.sono_wrap {position: relative;background-image: url(../img/sono/d1-min.jpg);background-position: 0 80%;}
.detail_page.merbautray_wrap {position: relative;background-image: url(../img/merbau/d2-min.jpg);background-position: 0 80%;}
.detail_page.persona_wrap {position: relative;background-image: url(../img/persona/d1-min.jpg);background-position: 0 80%;}
.detail_page.cozy_wrap {position: relative;background-image: url(../img/cozy/d1-min.jpg);background-position: 0 80%;}
.detail_page.coventgarden_wrap {position: relative;background-image: url(../img/covent/d1-min.jpg);background-position: 0 80%;}
.detail_page.growood_wrap {position: relative;background-image: url(../img/growood/d1-min.jpg);background-position: 0 80%;}
.br_mo {display:none;}

/* 이용약관 */
#ctt {margin:0 auto !important; max-width:1800px;}

/* video 관련 */
.video_100 {padding-top:56.25%; position:relative;}
.video_100 iframe {position:absolute; left:0;top:0;width:100%;height:100%;}
.video_slide video {width:100%; height:100vh; object-fit:cover;}


/* 2022-12-19 유/무 장비 리스트 추가 */
.prd_list {display:flex;flex-wrap:wrap;}
.prd_list li {padding:5px;margin-bottom:30px; width:25%;}
.prd_list li img {width:100%; border:1px solid #e4e4e4; border-radius:10px;}
.prd_list li .prd_name {text-align:center;}
.prd_list li .prd_name h4 {font-size:15px; line-height:1.2; margin-top:15px; font-weight:500; min-height:40px; text-overflow:ellipsis;overflow:hidden; word-break:keep-all; min-height:54px;}
.prd_list li .prd_name h4 span {font-size:13px; font-weight:500; text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

.prd_wrap .prd_tit {font-size:16px; font-weight:600; margin-bottom:10px; margin-top:15px;}
.prd_2 > div {display:flex;}
.prd_2 {float:left; width:25%;}
.prd_2 .prd_list {display:block;}
.prd_2 .prd_list li {width:100%;}

.prd_price {border-top:1px solid #333; border-bottom:1px solid #333; margin-top:10px; height:70px;}
.alignCenter .prd_price {line-height:60px;}
.prd_price ul li {float:left; font-size:16px; margin-bottom:0;}
.prd_price ul li:first-child {text-align:left; width:50%; color:#727377;}
.prd_price ul li:last-child {font-weight:600; width:50%; text-align:right;}


/* 2022-12-19 가이드 추가*/
.guide_content .prd_list li {width:20%;}
.guide_content .prd_2 {width:20%;}
.guide_content .prd_2 .prd_list li {width:100%}

.blue_txt {color:#2D7AFF; font-weight:600;}

/* ----------------------------- 미디어쿼리 -----------------------------  */
@media (max-width: 1600px) {
  .detail_inner {width:auto;}
}
@media (max-width: 1400px) {
  #gnb .gnb_1dli {padding-right:60px;}
}

@media (max-width: 1200px) {
  .guide_content .prd_list li {width:25%;}

  /* video 관련 */
.video_100 {padding-top:44.25%;}


  /* 모바일 카테고리 */
  .mo_gnb_wrap .gnb_1da img{ width:25px; margin-right:15px}
  .mo_sub_cate li a {font-size:14px;}
  .mo_sub_cate li {padding-left:40px; line-height:1.6; margin-bottom:15px;}
  .mo_sub_cate {margin:10px 0 20px;}
  .hd_sch_wr2 #hd_sch {padding: 15px 20px;}
  .hd_sch_wr2 #hd_sch #sch_stx {display:block; width:100%; padding-left:20px; background:#ffffff; border:1px solid #777777;}
  .hd_sch_wr2 #hd_sch #sch_submit {right:35px; left:auto;}
  .hd_sch_wr2 {border-bottom:1px solid #555555;}
  .mo_dim {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);z-index: 9994;width: 100%;height: 100%; display:none;}
  .mo_gnb_wrap .closer_btn {position:absolute; top:20px; left:0; margin-left:-35px; width:25px; height:25px; line-height:25px; border:none; border-radius:100%; background:#333333;}
  .mo_gnb_wrap .closer_btn .fa-close:before {color:#ffffff;}

  .content #hd .fa-bars:before, .gallery #hd .fa-bars:before, .location #hd .fa-bars:before {color:#000000 !important;}
  .mong_inner {padding:0 15px;}
  #gnb {display:none;}
  #hd_wrapper {height:52.5px; line-height:52.5px;}
  #hd.fixed #hd_wrapper {height:52.5px; line-height:52.5px;}
  #hd_sch #sch_stx {display:none;}
  #logo a {display:inline-block;}
  .gnb_menu_btn {background:transparent; }
  .gnb_mnal {position:absolute; top:16px;right:0; width:20px !important; height:20px !important; display:block;}
  .gnb_menu_btn {width:20px; height:20px; border:none; display:block;}
  #hd.fixed .gnb_menu_btn .fa-navicon:before, #hd.fixed .fa-reorder:before, #hd.fixed .fa-bars:before {color:#000000 !important;}
  #hd .gnb_menu_btn .fa-navicon:before, #hd .fa-reorder:before, #hd .fa-bars:before {color:#ffffff;font-size:20px;}
  #logo img {height:24px;}

  /* 메인배너 */
  .main_banner .main_txt .sub_title {font-size:28px; font-weight:400;}
  .main_banner .main_txt .main_title {font-size:40px;}
  .main_banner .main_txt .sub_text {font-size:22px;}
  .main_banner .main_txt {left:0; padding:0 5%; bottom:30%; width:80%;}

  /* 서브배너 */
  .sub_banner {margin-top:30px;}
  .sub_banner .mong_inner {padding:0 5px;}

  /* 우측 픽스 메뉴 */
  .side_menu {width:44px;height:44px; line-height:44px; right:20px;bottom:60px;}
  .side_menu img {height:25px;}
  .side_menu.top_ico img {height:7px;}
  .side_menu.reservation_ico {margin-bottom:100px;}
  .side_menu.kakao_ico {margin-bottom:50px;}


  /* 메인 masonry list */
  .grid-sizer, .grid-item {width:33.333333% !important;}

  /* 상세 페이지 */
  .info_foot.detail_btn button.call_btn  {display:inline-block;}
  .tab_content .call_btn {display:inline-block;}

.sub_top_banner.detail_page {min-height:100vh;height:100vh;}
.detail_page .sub_title {font-size:28px; top:40%;}
.detail_page .sub_title p:last-child {font-size:16px; padding:0 40px;}
.detail_page .sub_title p:last-child br:first-child {display:none;}
.mong_prod_view_info {display:none;}
.mong_prod_view_info_mo { display:block;}
.detail_inner {width:auto;}
.mong_prod_view_imgs {width:100%; margin-right:0;}
.mong_prod_view .mong_inner {padding:0;}
.mong_prod_view {margin-top:20px;}
.mong_prod_view_imgs .info_tabs {padding:0 20px;}
.mong_prod_info {padding:0 20px; margin-bottom:30px;}
.mong_prod_info .prod_name {font-size:26px;}
.mong_prod_info .prod_sub p {font-size:16px;}
.info_tabs .anchor {height:30px;}
.mong_prod_view_imgs .info_tabs ul.tabs {display:none;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_title {font-size:18px; font-weight:700;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_text {font-size:14px; margin-bottom:50px;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_text.mb-10 {margin-bottom:10px;}
.mb-10 {margin-bottom:10px !important;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_text.btn_text {margin-bottom:20px !important;}
.mong_prod_view_imgs .info_tabs .tab_content .tab_title:after {height:2px;}
.tab_content .naver_btn {margin:20px 0;}

.tab_content .call_btn {width:49%; margin-right:0;font-size:16px;}
.tab_content .kakao_btn {width:49%; font-size:16px;}
.mong_prod_view_info_mo .info_middle .prod_option > div.check_studio {font-size:17px; width:45%;}
.mong_prod_view_info_mo .info_top .prod_price {font-size:24px;}
.mong_prod_view_imgs .info_tabs .tab_content.detail_review {margin-top:40px;}
.mong_prod_view_info_mo .info_middle .prod_option > div.option_price {font-size:16px; width:55%;}
.mong_prod_view_info_mo .info_middle .prod_option > div.option_price span {font-size:16px;}
.mong_prod_view_info_mo .btn_wrap button.naver_btn {font-size:16px; line-height:40px;}
.mong_prod_view_info_mo .info_middle .prod_sub p {font-size:14px;}
.mong_prod_view_info_mo .info_middle .prod_table {font-size:14px;}
.mong_prod_view_info_mo .info_top .prod_ico button {width:35px; height:35px;}
.mong_prod_view_info_mo .info_top .prod_ico button img {width:14px;}
.mong_prod_view_info_mo .info_top .prod_ico button.wish_ico img {width:16px;}

.detail_review .review_list > ul > li.user_thumb img {width:100%;}
.detail_review .review_list > ul > li .user_id {font-size:18px;}
.detail_review .review_list > ul > li .user_txt {font-size:14px;}
.detail_review .review_list .star_img img {width:60%;}
.detail_review .review_list .star_img {text-align:right;}
.detail_review .review_list > ul > li .user_date {font-size:13px;}
.detail_review .review_list > ul > li .user_img img {width:30%;}
.detail_review .review_list > ul {margin-bottom:10%;}
.detail_review .review_list > ul:last-child {margin-bottom:5%;}

.mong_prod_view_detail {margin-top:20px;}

.info_foot.detail_btn.mo {display:block;}

/* 다른 스튜디오 */
.other_studio .other_title {font-size:24px; padding:5% 0;}
.other_studio ul li .deco_text .tit {font-size:18px; margin-bottom:3%;}
.other_studio ul li .deco_text .txt {font-size:14px;}
.other_studio ul li .deco_text {padding:10%;}
.other_studio .owl-carousel .owl-dots button {width:6px;height:6px;}
.other_studio .owl-carousel .owl-dots button.active {width:10px; height:10px;}
.other_studio .owl-carousel .owl-dots {margin:5% auto;}

}

@media (max-width: 980px) {

  /* 2023-06-29 */
  .studio_wrap .gallery_list ul > li img {max-height:500px; object-fit:cover;}
  /* 2022-12-19 */
  .prd_list li, .prd_2 {width:33.333333%;}
  .prd_wrap .prd_tit {}

  .guide_content .prd_list li {width:33.333333%; font-size:13px;}
  .guide_content .prd_2 {width:33.333333%;}

    /* video 관련 */
  .video_100 {padding-top:66.25%;}

  /* 다른 스튜디오 */
  .other_studio img {min-height:400px; max-height:400px;}

  .mong_prod_view_imgs .info_tabs .tab_content.warning_txt {margin-top:30px;}
  .mt-20{margin-top:0;}
  .iframe_pop_wrap {width:90%;}

  .toilet_iframe iframe, .parking_iframe iframe, .smoking_iframe iframe {height:250px;}
.sub_banner ul li img {border-radius:10px; overflow:hidden;}

.sub_banner .owl-carousel .owl-dots.disabled{display:block !important;}
.sub_banner .owl-carousel .owl-dots {text-align:center; margin:3% auto;}
.sub_banner .owl-carousel .owl-dots.disabled {}
.sub_banner .owl-carousel .owl-dots button.active {
  background: #c1c1c1;
}
.sub_banner .owl-carousel .owl-dots button {
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  width: 6px;
  height: 6px;
  margin:0 5px;
}
  /* 메인 masonry list */
.masonry_list {margin-top:20px; overflow:hidden;}
.grid-sizer, .grid-item {width:50% !important; }
.masonry_list .pic_lt li {padding:0 8px 20px;}
.masonry_list .pic_lt ul:before {height:5%;}

/* 더보기 크기 */
.moreview_btn {font-size:14px;}

/* 베스트 리뷰 */
.best_review .mong_inner {padding:0 10px;}
.lat_title a {font-size:24px; }
.lat_title span {font-size:14px;}
.best_review .review_list .review_main > div.left_main li .hover_txt {opacity:1; padding:20px;}
.best_review .review_list .review_main > div li .hover_txt .hover_title {font-size:24px;}
.best_review .review_list .review_main > div li .hover_txt .hover_text {font-size:13px;}
.best_review .review_list .review_main > div.left_main {width:100%; padding:0 5px;}
.best_review .review_list {margin:0;}
.best_review .review_list .review_main > div.right_main {width:100%; margin-top:20px;}
.best_review .review_list .review_main > div.right_main li {width:100%;}
.right_main.pc {display:none;}
.right_main.mobile {display:block;}
.best_review .review_list .review_main > div.mobile li .hover_txt .hover_text {display:none;}
.best_review .review_list .review_main > div.right_main li .hover_txt .hover_title {font-size:14px;}

.best_review .review_list .review_main > div.left_main > ul > li {width:80%; margin:0 auto;}
.best_review .moreview_btn {display:none;}
.best_review, .insta_wrap {margin-top:30px;}

/* 인스타그램 */
.insta_wrap .insta_list li {width:33.333333%; padding:5px;}
.insta_wrap .insta_list li:last-child {}

/* 푸터 */
.sns_wrap {display:none;}
#ft_company .ft_info {font-size:12px;}
#ft_link a {font-size:12px; margin-right:10px;}
#ft_copy {font-size:12px;}
#ft_link a:before {margin-right:-7px;}
#ft_catch img {}
/* 서브 탑 배너 */
.sub_top_banner {min-height:240px; height:240px;}
.guide_page .sub_title {font-size:24px; left:0;right:0;text-align:center;}

/* 가이드 페이지 */
.guide_content .cont_tit {font-size:24px; margin:60px auto 20px; padding-bottom:0;}
.guide_content .cont_txt > ul {padding:30px 0;}
.guide_content .thead {font-size:20px; width:100%; margin-bottom:10px;}
.guide_content .tbody {font-size:16px; width:100%;}
.guide_content .tbody .bank_info {font-size:16px;}
.guide_content .tbody .sub_txt {font-size:14px;}
.guide_content .thead, .guide_content .tbody {padding:0;}

/* 개인정보 처리방침 */
#ctt_con > div:first-child {margin-top:40px !important;}

/* 갤러리 페이지 */
.gallery_wrap .gallery_list ul > li img {max-height:300px !important;object-fit:cover;-webkit-object-fit:cover;}

.gallery_wrap {margin-top:52.5px;}
.gallery_wrap .mong_inner {padding:0;}
.gallery_wrap .gallery_list > ul > li {width:100% !important; border-bottom:1px solid #e4e4e4;}
.gallery_wrap .gallery_list > ul .gallery_txt {display:none;}
.gallery_wrap .gallery_list .hover_txt {opacity:1; position:static;transform:none !important; padding:25px 0; display:block;}
.gallery_wrap .gallery_list .hover_txt a{display:inline-block; padding:0 25px;}
.gallery_wrap .gallery_list .hover_txt .hover_title {font-size:18px;}
.gallery_wrap .gallery_list .hover_txt .hover_text {font-size:14px;}
.gallery_wrap .gallery_list .social_btn {opacity:1;}
.gallery_wrap .gallery_list .social_btn li.reservation_btn a {font-size:16px; width:60px;}
.gallery_wrap .gallery_list .social_btn li a {width:38px;height:38px;line-height:36px;}
.gallery_wrap .gallery_list .social_btn li.share_ico a img {width:12px; margin-left:4px;}
.gallery_wrap .gallery_list .social_btn li.search_ico a img {font-size:17px;}
.gallery_wrap .gallery_list > ul > li:hover:after {display:none;}
.gallery_wrap .gallery_list ul > li.gall1, .gallery_wrap .gallery_list ul > li.gall2, .gallery_wrap .gallery_list ul > li.gall3, .gallery_wrap .gallery_list ul > li.gall4, .gallery_wrap .gallery_list ul > li.gall5 {margin:0; margin-bottom:30px; margin-top:0 !important;}
.gallery_wrap .gallery_list ul > li.gall0 {margin-bottom:30px;}
.gallery_wrap .gallery_list .hover_txt .hr_border {margin:12px auto;}


/* 커뮤니티 페이지 */
.community_page .sub_title {font-size:24px; left:0; right:0; text-align:center;}
.cummunity_tab ul li {margin:0 1px;}
.cummunity_tab ul li a {font-size:12px; width:70px; height:30px; line-height:28px;}
.cummunity_tab {margin:40px auto 30px;}

/* 커뮤니티 - 리뷰 */
.review_wrap .review_list li {width:100%;}
.review_wrap .review_list li .img_wrap {width:35%; float:left;}
.review_wrap .review_list li .text_wrap {padding:10px 0 0 20px; width:65%; float:left; text-align:left;}
.review_wrap .review_list li .text_wrap img {width:55px;}
.review_wrap .review_list li .text_wrap .review_tit {font-size:18px; margin-bottom:5px;}
.review_wrap .review_list li .text_wrap .review_txt {font-size:12px;}

/* 커뮤니티 - 이벤트 */
.event_wrap #bo_gall .gall_li {width:100%;}
.event_wrap #bo_gall .gall_img {height:auto !important;}
.event_wrap #bo_gall .bo_tit {font-size:18px; margin-bottom:5px;}
.event_wrap #bo_gall .bo_cnt {font-size:14px;}
.event_wrap #bo_gall .gall_text_href {margin:8px 0;}
.event_wrap #bo_gall .gall_box {margin:0 0 30px 0;}

/* 커뮤니티 - faq */
.faq_wrap #bo_cate ul {white-space:nowrap; overflow-x:scroll;}
.faq_wrap #bo_cate {width:100%; margin-bottom:0;}
.faq_wrap #bo_cate li {display:inline-block; font-size:14px; margin:0 10px;}
.faq_wrap #faq_wrap li h3 {padding-left:5px; min-height:auto; line-height:auto; padding:10px 0; font-size:15px;}
.faq_wrap #faq_wrap li h3 .tit_btn {top:10px; font-size:16px;}
.faq_wrap #faq_con .con_inner .closer_btn {top:10px;}
.faq_wrap #faq_wrap {width:100%;}
.faq_wrap .fa-close:before {font-size:16px;}
.faq_wrap #faq_con .con_inner {font-size:14px; padding:5px 5px 20px 10px;}


/* 커뮤니티 - 공지사항 */
.notice_wrap #bo_list tbody tr td.td_name {font-size:14px; width:auto; margin-right:10px;}
.notice_wrap .tbl_head01 thead th {display:none;}
.notice_wrap #bo_list .td_num2 {display:none;}
.notice_wrap #bo_list tbody .even td {font-size:14px;}
.notice_wrap #bo_list tbody tr td.td_subject {padding-left:0 !important; padding-bottom:0;}
.notice_wrap .tbl_head01 td {height:auto; line-height:1.6; float:left; border-top:none; border-bottom:none;}
.notice_wrap .tbl_head01 td.td_subject {width:100%;}
.board_write_btn {font-size:12px; width:80px; height:30px; line-height:30px;}
.notice_wrap #bo_list tbody tr {border-bottom:1px solid #ececec;}
.notice_wrap #bo_list tbody tr td.td_name {text-align:left; padding:0 0 10px 0; font-size:12px;}
.notice_wrap #bo_list .td_datetime {text-align:left; font-size:12px !important; padding:0; width:auto; position:relative;}
.notice_wrap #bo_list .td_datetime:before {content:''; display:inline-block;position:absolute;width:1px;height:10px;background:#cecece; top:50%; margin-top:-4px; left:-5px;}
.notice_wrap #bo_list tbody tr {border-left:none;}
.notice_wrap .tbl_head01 tbody tr:hover td, .notice_wrap #bo_list tbody .even:hover td {background:#ffffff;}


/* 오시는길 */
.location_wrap .location_content .location_left .location_info .location_tit p {font-size:24px;}
.location_wrap .location_content .location_left .location_info .social_btn {top:80px;}
.location_wrap .location_content .location_left .location_info {padding:80px 15px 0; width:300px;}
.location_tabpage {height:450px; margin-top:40px;}
.location_tabpage .direct_tit p {font-size:18px;}
.location_tabpage .location_car .direct_txt p {font-size:14px;}
.location_wrap .location_content .location_left .location_nav {width:50px;}
.location_wrap .location_content .location_left .location_nav li {width:50px; height:50px; line-height:50px;}
.location_wrap .location_content .location_left .location_nav li img {width:24px;}
.location_wrap .location_content .location_left .location_nav li.tab_train img {width:20px;}
.location_wrap .location_content .location_left {width:350px;}
.location_tabpage .location_bus .direct_txt p {font-size:14px;}
.location_tabpage .location_train .direct_txt p {font-size:14px;}

.location_wrap .location_content .location_right:after {content:'';display:block; position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.video_wrap {width:90%;}
.location_wrap .location_content .location_left .location_info .social_btn li a {width:25px;height:25px;line-height:24px;}
.location_wrap .location_content .location_left .location_info .social_btn li.search_ico a img {width:12px;}
.location_wrap .location_content .location_left .location_info .social_btn li.share_ico a img {width:14px;}
.location_wrap .location_content .location_left .location_info .social_btn li { float:left; width:50%; margin:0;padding:0 2.5px;}


/* 스튜디오 페이지 */
/* 갤러리 페이지 */
.studio_wrap .gallery_list > ul > li:hover .hover_bg {display:none !important;}
.studio_wrap {}
.studio_page .sub_title {font-size:20px;width: 60%; font-size: 28px;bottom:auto;top:45%;left:0;right:0;}
.studio_wrap .mong_inner {padding:0;}
.studio_wrap .gallery_list > ul > li {width:100% !important;}
.studio_wrap .gallery_list li .hover_txt > div {padding:0 20px;}
.studio_wrap .gallery_list > ul .gallery_txt {display:none;}
.studio_wrap .gallery_list .hover_txt {opacity:1 !important; position:static;transform:none !important; padding:25px;}
.studio_wrap .gallery_list .hover_txt .hover_title {font-size:18px;}
.studio_wrap .gallery_list .hover_txt .hover_text {font-size:14px;}
.studio_wrap .gallery_list .social_btn {opacity:1;}
.studio_wrap .gallery_list .social_btn li.reservation_btn a {font-size:16px; width:60px;}
.studio_wrap .gallery_list .social_btn li a {width:38px;height:38px;line-height:36px;}
.studio_wrap .gallery_list .social_btn li.share_ico a img {width:12px; margin-left:4px;}
.studio_wrap .gallery_list .social_btn li.search_ico a img {font-size:17px;}
.studio_wrap .gallery_list > ul > li:hover:after {display:none;}
.studio_wrap .gallery_list ul > li.gall1, .studio_wrap .gallery_list ul > li.gall2, .studio_wrap .gallery_list ul > li.gall3, .studio_wrap .gallery_list ul > li.gall4, .studio_wrap .gallery_list ul > li.gall5 {margin:20px 0 0 0;}
.studio_wrap .gallery_list .hover_txt .hr_border {margin:12px auto;}
.studio_wrap .gallery_list .hover_txt {opacity: 1;position: static;transform: none !important;padding:25px 0 !important; display:inline-block; }


.sub_top_banner.studio_page {min-height:100vh;height:100vh;}
.studio_tab_mo {display:block;}
.mo_studio {padding:0 20px; margin:40px 0; display:block;}
.studio_wrap .review_list > ul {margin:0;}
.insta_wrap .insta_list > ul {margin:0;}
.insta_wrap .mong_inner {padding:0;}
.studio_wrap .gallery_list ul > li.gall4 {display:none;}
.mo_gallery_txt {text-align:right; float:left; width:50%; padding:8% 0;}
.mo_gallery_txt .hr_border {margin:10px 0; float:right;}
.mo_gallery_txt .mong_title { font-size:20px; font-weight:700;}
.mo_gallery_txt .mong_sub {font-size:14px;}
.mo_gall4 {float:left; width:50%; padding-right:10px;}
.mo_gall4 img {width:100%;}

/* 검색결과 페이지 */
.search_wrap .sub_top_banner {height:240px; min-height:240px;}
.search_page .sub_title {font-size:18px; padding:10px 20px; bottom:5%;}
.search_page #sch_res_detail {padding:20px 0;}
#sch_res_detail .frm_input {height:35px !important; font-size:16px;}
.studio_result_wrap ul li {width:100%;}
.studio_result_wrap ul li a {margin: 0 0 15px; padding:10px;}
.studio_result_wrap .result_info .result_title {font-size:15px; margin-bottom:5px;}
.studio_result_wrap .result_info {padding-left:10px; width:65%;}
.studio_result_wrap .result_img {width:35%;}
.studio_result_wrap .result_info .result_text {font-size:12px;-webkit-line-clamp:2; max-height:34px;min-height:34px; }
.studio_result_wrap .naver_btn {margin-top:7px;}
.search_wrap #sch_res_detail .btn_submit {margin-top:-12px; padding:0; right:10px;}
.search_wrap #sch_res_detail .btn_submit i {vertical-align: top;}
.search_wrap #sch_res_detail .btn_submit .fa-search:before {font-size:18px;}
.guide_result_wrap .result_info .result_title {font-size:15px; }
.guide_result_wrap .result_info .result_text {font-size:12px; margin-bottom:0; max-height:70px;min-height:70px; -webkit-line-clamp:4; }
.guide_result_wrap .result_img {width:30%;}
.guide_result_wrap .result_info {width:70%; padding-right:10px;}

.faq_result_wrap .result_info .result_title {font-size:15px;}
.faq_result_wrap .result_info .result_text {font-size:12px; margin-bottom:0; max-height:70px;min-height:70px; -webkit-line-clamp:4;}
.review_result_wrap ul li {width:100%;}


/* 비디오 */
.toilet_iframe, .parking_iframe, .smoking_iframe {width:80%; height:auto;}
}

@media (max-width: 700px) {
.main_banner .main_txt .sub_title {font-size:19px; font-weight:400;}
.main_banner .main_txt .main_title {font-size:26px;}
.main_banner .main_txt .sub_text {font-size:15px;}

.detail_review .review_list > ul > li .user_img img {width:50%;}

.detail_review .review_write textarea {width:79%; font-size:14px; height:50px;}
.detail_review .review_write button {width:20%; font-size:14px; height:50px; line-height:50px;}

.kevin_video {padding-top:56.25%; position:relative}
.kevin_video iframe {position:absolute; left:0; top:0; width:100%; height:100%;}

.prd_list li .prd_name h4 { min-height:58px;}
}


/* 2022-11-01 일단 숨김 */
.wish_ico {display:none;}



@media (max-width: 500px) {
  /* 2023-06-29 */
  .mo_studio .mo_gall4 {display:none;}
  .mo_studio .mo_gallery_txt {width:100%; text-align:center;}
  .mo_gallery_txt .hr_border {float:none; margin:10px auto;}


  .studio_wrap .gallery_list ul > li img {max-height:250px;}
  .main_banner .mong_inner {height:100vh;}
  .mo_gallery_txt {padding:0;}
  .mong_prod_view_info_mo .info_middle .prod_benefit img {width:80%;}
  .other_page_btn.parking_video {margin-left:0;top:0 !important;}
  .faq_wrap #faq_wrap li h3, .faq_wrap #faq_con .con_inner {font-size:13px;}

  .event_wrap #bo_gall .bo_tit {font-size:16px;}
  .event_wrap #bo_v_title .bo_v_tit {font-size:20px;}
  #bo_v_img a.view_image {width:100%;}
  .event_wrap #bo_v_con {min-height:auto;}
  .br_mo {display:block;}

  /* 2022-12-19 */
  .prd_list li {width:50%;}
  .prd_list li .prd_name h4 {font-size:15px;}
  .prd_list li .prd_name h4 span {font-size:12px; word-break:keep-all;}
  .prd_2 {width:50%;}

  .guide_content .prd_list li, .guide_content .prd_2 {width:50%;}

  .prd_list li .prd_name h4 { min-height:54px;}
  .prd_list li {margin-bottom:40px;}
  .prd_price ul li {font-size:13px;}

  .prd_price {height:60px;}
  .alignCenter .prd_price {line-height:50px;}
}

@media (max-width: 350px) {
  .guide_content .prd_list li, .guide_content .prd_2, .prd_list li {
    width:100%;
  }
}