/* 공통 */
html {
  font-size: 62.5%;
}
.at-container {
  padding: 0px 20px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
button {
  background: inherit;
  border: 0;
}
.num_txt {
  font-family: "SUITE", sans-serif;
}

/* main */
.main_banner {
  width: 100%;
  max-height: 820px;
  position: relative;
  margin-bottom: 32px;
}
.main_banner_text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.main_banner_li img {
  width: 100%;
}
.main_banner_text img {
  margin: 0 auto 28px;
}
.main_banner_text .mb_inner_txt {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.main_banner .swiper-button-prev:after {
  content: "";
  background: url(../img/banner_left_arrow.png) no-repeat;
  width: 47px;
  height: 92px;
}
.main_banner .swiper-button-next:after {
  content: "";
  background: url(../img/banner_right_arrow.png) no-repeat;
  width: 47px;
  height: 92px;
}
.main_banner .swiper-button-next {
  right: 10%;
}
.main_banner .swiper-button-prev {
  left: 10%;
}
section {
  width: 1200px;
  margin: 0 auto;
}
.w100p {
    width: 100%;
}
.popular > .set_tltle_box {
    max-width: 1200px;
    margin: 0 auto;
}
.popular > .popular_gallary_box {
    max-width: 1200px;
    margin: 0 auto;
}
.recommendation_box {
    max-width: 1200px;
    margin: 0 auto;
}
.sec_title {
  font-size: 42px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 30px;
}
.sec_title > span {
  color: #7457f9;
}
.pop_li_txt {
  border: 1px solid #e0e0e0;
  padding: 15px 10px;
}
.popular_slide_wrap {
  position: relative;
  overflow: hidden;
}
.popular_li > li {
  width: 19%;
  display: inline-block;
  border-radius: 4px;
}
.popular_li > li > a {
  width: 100%;
}

.popular_li > li .pop_li_img {
    height: 156px;
    overflow: hidden;
    display: grid;
    align-content: center;
    border-radius: 2px 2px 0 0;
}

.popular_li > li .pop_li_img > img {
  width: 100%;
  height: 100%;
}
.popular_li > li .pop_li_route_txt {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}
.popular_li > li h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.score_star {
  font-size: 14px;
  font-weight: 700;
  color: #ffbe26;
  margin-bottom: 30px;
  display: inline-block;
}
.score_star > img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-top;
}
.score_star > span {
  color: #888;
  font-weight: 400;
}
.popular_li > li .krw_amount {
  text-align: right;
  color: #df25ad;
  font-size: 2.4rem;
  font-weight: 700;
}
.popular_li > li .krw_amount .krw_mark {
  font-size: 12px;
  background-color: #f6f6f6;
  padding: 1px 5px;
  font-weight: 300;
  margin-right: 10px;
  vertical-align: middle;
}

.popular_li > li .krw_amount1 {
  display: none;
}

.sec_title {
  font-family: "Ibarra Real Nova", serif;
}

.popular_slide1 {
  margin-bottom: 32px;
}
.popular_slide1 .swiper-button-next {
  right: -50px;
  color: #e0e0e0;
}
.popular_slide1 .swiper-button-prev {
  left: -50px;
  color: #e0e0e0;
}
.popular_gallary {
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 32px;
}
.popular_gallary > a {
  position: relative;
  border-radius: 4px;
  width: 49%;
}
.popular_gallary > a img {
  width: 100%;
  border-radius: 4px;
}
.popular_gallary .pop_gal_txt {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.popular_gallary .pop_gal_txt > p {
  font-size: 2.4rem;
  margin-bottom: 2px;
}
.popular_gallary .pop_gal_txt > h4 {
  font-size: 3.6rem;
  font-weight: 700;
}
.recommendation {
  margin-bottom: 65px;
}
.sec_title > img {
  display: inline-block;
  vertical-align: -5px;
}
.mid_banner {
  width: 100%;
  background: url(../img/mid_banner.png) no-repeat center;
  height: 360px;
  position: relative;
  margin-bottom: 65px;
  padding: 24px 0 30px;
  background-size: cover;
}
.mid_b_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.mid_b_txt h3 {
  font-family: "Gill Sans Ultra Bold Condensed";
  font-size: 4.8rem;
  margin-bottom: 5px;
  font-weight: 900;
}
.mid_b_txt h3 > strong {
  color: #7457f9;
}
.mid_b_txt .mid_t_h {
  font-size: 2.6rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
}
.mid_t_h > strong {
    color: #7457f9;
    font-weight: 600;
}
.mid_b_txt .mid_t_b {
  font-size: 1.8rem;
  font-weight: 300;
  color: #232323;
  margin-bottom: 60px;
}
.mid_t_b > strong {
    color: #7457f9;
    font-weight: 600;
}
.mid_b_txt .mid_b_btn {
  height: 60px;
  color: #fff;
  background-color: #7457f9;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 50px;
}
.partner_li {
  flex-wrap: wrap;
  gap: 10px 0;
}
.partner_li > li {
  width: calc(100% / 5);
}
section.sec_02 {
  margin-bottom: 137px;
}
.popular .swiper-container,
.recommendation .swiper-container {
  overflow: visible;
}

/* login */
.login_pop input {
  width: 100%;
  margin-bottom: 30px;
}
.or_login_txt {
  margin: 30px 0;
  color: #888;
  text-align: center;
}
.login_icon_wrap {
  gap: 0 22px;
}

.login_pop .pop_sub_title {
  margin-bottom: 30px;
}
.pop_sub_title {
  font-weight: 500;
  text-align: center;
}
.pop_btn_wrap button {
  width: 48%;
  height: 50px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 600;
}

/* password */

.password_pop input {
  width: 100%;
  margin-bottom: 30px;
}
.password_pop .pop_sub_txt,
.password_pop2 .pop_sub_txt {
  text-align: center;
  margin-bottom: 20px;
}
.password_pop .passw_in_txt {
  margin-bottom: 30px;
  display: block;
}
.password_pop .pop_sub_title,
.password_pop2 .pop_sub_title {
  margin-bottom: 4px;
}
.pw_in_box {
  position: relative;
  margin-bottom: 30px;
}
.pw_in_box button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* 모바일 헤더 */
.header_m {
  padding: 26px 0px 26px 15px;
  background-color: #f6f6f6;
}
.pop.password_pop input,
.pop.password_pop2 input {
  margin-bottom: 0;
}

.pw_in_box input {
  width: 100%;
}

.mo_sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
}
.m_side_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.ml_close_btn {
  position: relative;
}
.sidebar.m_sidebar {
  width: 75%;
  position: absolute;
  height: 100%;
  z-index: 999;
  overflow: auto;
  padding: 10px 0px;
  background-color: #fff;
}
.lnb_top {
  border-bottom: 1px solid #e0e0e0;
}
.lnb_top > .lnb_top_li {
  font-weight: 500;
  padding: 14px 15px;
}
.lnb_menu_wrap {
  padding: 14px 15px;
}
.lnb_menu_wrap > .lm_title {
  font-weight: 700;
  margin-bottom: 12px;
}
.lnb_menu_wrap > .lnb_menu > li > a {
  display: inline-block;
  padding: 10px 0px;
}

.ml_close_btn_wrap {
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px;
}
.ml_close_btn_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.mo_sidebar .m_lnb_close_btn {
  width: auto;
  float: right;
}
.mo_sidebar .sidebar .logo {
  padding: 3px 40px 24px;
}
.m_sidebar .m_lnb_btn_wrap {
  padding: 12px 20px;
}
.m_sidebar .m_lnb_p_btn {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  position: relative;
}
.m_sidebar .m_lnb_p_btn:first-child {
  margin-bottom: 8px;
}
.m_sidebar .m_lnb_p_btn:first-child::after {
  content: "";
  display: inline-block;
  background: url(../img/m_lnb_icon1.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  margin-left: 5px;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.scroll {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

/* 모바일 서브메뉴 */
.lnb_menu_wrap > .lnb_menu > li {
  position: relative;
}
.lnb_menu_wrap > .lnb_menu > li button {
  background: url(../img/m_sub_menu_arrow.png) no-repeat;
  background-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 22%;
  right: 15px;
  transition: transform 0.3s ease-in-out;
}
.lnb_menu_wrap > .lnb_menu > li .rotate {
  transform: rotate(180deg);
}
.lnb_menu_wrap > .lnb_menu > .inb_sub_menu {
  box-sizing: border-box;
  padding: 15px;
  display: none;
}
.inb_sub_menu > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}

.inb_sub_menu > ul > li:first-of-type > a {
  margin-top: 0;
}
.inb_sub_menu > ul > li > .inb_sub_sub_menu {
  margin-top: 5px !important;
  color: #888888;
  display: block;
}
/* --모바일 서브메뉴 */

/* 회원가입 */

.singup_pop .sing_inbox1 input::placeholder {color: #B8B8B8;}
.singup_pop .sing_inbox2 input::placeholder {color: #B8B8B8;}

.singup_pop .sing_inbox1 input {
  width: 48%;
}
.singup_pop .sing_inbox1,
.singup_pop .sing_inbox2 {
  margin-bottom: 20px;
}
.singup_pop .sing_inbox2 input {
  width: 68%;
}
.singup_pop .sing_inbox2 select {
  width: 28%;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  padding: 13px 15px;
}
.sing_bt_txt {
  color: #888;
  font-size: 1.4rem;
  margin-top: 30px;
}
.sing_bt_txt > span {
  color: #7457f9;
}
.singup_pop .sing_inbox3 input {
  width: 20%;
  text-align: center;
}
.singup_pop .sing_inbox3 > span {
  font-size: 1.4rem;
  font-weight: 500;
}
.singup_pop .sing_inbox3 {
  margin-bottom: 30px;
}

/* write */
.write.secwrap {
  position: relative;
  width: 1000px;
  margin: 74px auto 130px;
}
.write .title_txt {
  text-align: center;
  font-family: "Encode Sans", sans-serif;
  font-size: 4.8rem;
  color: #232323;
  font-weight: 700;
  margin-bottom: 26px;
}
.write .title_txt > span {
  text-align: center;
  font-family: "Encode Sans", sans-serif;
  font-size: 4.8rem;
  color: #7457f9;
  font-weight: 700;
  margin-bottom: 26px;
}


.write .subtitle_txt {
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 55px;
}
.write form {
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 40px;
}
.write form > input {
  padding: 12px 10px;
  width: 49%;
}
.write input[type="text"]::placeholder {
    color:#B8B8B8;
}
.write textarea {
  padding: 15px;
  font-size: 1.8rem;
  margin-bottom: 65px;
  height: 130px;
}
.write h4.num_pass_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.write form.num_pass_form {
    margin-bottom: 100px;
}
.write h5.region_chk_title {
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 20px;
}
.write h5.region_chk_title > i {
    color: #7457F9;
}
.write .region_chk_content {margin-bottom: 80px;}

.write .chkst1 .on {width: 16px; height: 16px;}
.write .chkst1 .on::after {
    width: 6px;
    height: 9px;
    left: 5px;
    top: 2px;
}
.write .chkst1.region_chk {font-size: 1.6rem; font-weight: 400; padding-left: 24px; display: inline-block; line-height: 16px; margin-top: 0;}
.w_region_chk_wrap {flex-wrap: wrap; gap: 15px 0;}
.w_region_chk_wrap > label.region_chk {width: 25%;}
.w_region_chk_wrap > * {display: inline-block; font-size: 0;}
.seoul_etc_txt_wrap {margin-top: 15px;}
.seoul_etc_txt_wrap textarea {width: 98%; margin-top: 5px; height: 100px; border-radius: 4px; display: none; padding: 10px; font-size: 1.8rem; margin-left: 2%;}
.seoul_etc_txt_wrap textarea.hidden {display: block;}
.write .write {font-size: 2rem; font-weight: 700; margin-bottom: 10px;}

/* 약관 */
.privacy_policy > h3 {font-size: 4.8rem; font-weight: 700; text-align: center; margin-bottom: 50px;}
.privacy_policy > p {font-size: 1.6rem; margin-bottom: 30px;}
.privacy_policy > p:last-child {margin-bottom: 0;}
.privacy_policy > p > a {color: blue; text-decoration: underline;}
.privacy_policy > h6 {font-size: 2rem; font-weight: 500; margin-bottom: 5px;}



.send_btn {
  height: 60px;
  padding: 13px;
  width: 40%;
  margin: 0 auto;
  font-size: 2.4rem;
}

/* help */
.help_warp {
  flex-wrap: wrap;
  gap: 80px 0;
  justify-content: space-around;
  margin-bottom: 160px;
}
.help_warp li {
  width: 43%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 4px;
}
.help_warp li > a {
  width: 100%;
  display: block;
  text-align: center;
  height: 200px;
}
.help_warp li > a > .help_icon {
  position: absolute;
  top: -40px;
  left: -40px;
}
.help_item p {
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.que > span {
  font-size: 2.6rem;
  font-weight: 500;
}
.que:first-child {
  border-top: 1px solid #e0e0e0;
}
.que {
  position: relative;
  padding: 30px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.anw {
  display: none;
  overflow: hidden;
  font-size: 14px;
  background-color: #f8f8f8;
  padding: 30px;
  font-size: 2rem;
}
.anw span::before {
  content: "A.";
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: #7457f9;
}
.arrow-wrap {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.arrow-wrap img {
  width: 13.5px;
}
.que .arrow-top {
  display: none;
}
.que .arrow-bottom {
  display: block;
}
.que.on .arrow-bottom {
  display: none;
}
.que.on .arrow-top {
  display: block;
}

/* 검색 결과 */
.sr_title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.search_results.secwrap {
  margin: 10px auto 120px;
}

/* right aside */
.left_aside {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 23%;
}
.chk_item select {
  width: 90%;
  border: none;
  padding-bottom: 0;
}
.left_aside_top {
  padding: 17px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.left_aside_top > h4 {
  margin-bottom: 23px;
  font-size: 2rem;
  font-weight: 500;
  margin-left: 15px;
}
.chk_inner_li {
  display: none;
}
.chk_inner_li .chk_inner_item {
  margin-left: 27px;
  cursor: pointer;
}
.chk_inner_item {
  padding: 10px 15px;
}
.chk_inbox.on {
  background-color: #f5f5f9;
}
.seeall_btn {
  width: 90%;
  border: 1px solid #232323;
  height: 40px;
  border-radius: 5px;
  margin: 5px auto 0;
}
.left_aside_top .chk_wrap input[type="checkbox"] {
  display: none;
}
.left_aside_top .chk_wrap input[type="checkbox"] + label {
  background: url(../img/check.png) no-repeat center left;
  width: 16px;
  height: 16px;
  padding-left: 26px;
  background-size: 16px;
  cursor: pointer;
}
.left_aside {
  margin-right: 2%;
}
.left_aside_top .chk_wrap input[type="checkbox"]:checked + label {
  background: url(../img/check_on.png) no-repeat center left;
}
.fir_chk_item {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
}
.fir_chk_item .open_arrow_btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 13px;
}
.fir_chk_item .open_arrow_btn > img {
  width: 100%;
}
.fir_chk_item .open_arrow_btn > img {
  display: none;
}
.fir_chk_item .open_arrow_btn > img.on {
  display: block;
}
.left_aside_top.left_aside_bottom {
  padding: 17px 0 60px;
  border-bottom: 0;
}
.search_results_inner.in-bl-p > * {
  font-size: 1.6rem;
}
.search_results_content {
  width: 75%;
}
.search_results_content .sr_toptxt_wrap select {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px 10px;
}
.sr_toptxt_wrap .filter_btn {
  background-color: #7457f9;
  color: #fff;
  width: 66px;
  height: 24px;
  border-radius: 4px;
  display: none;
  margin-bottom: 20px;
  font-size: 14px;
}
.sr_toptxt_wrap .filter_btn2 {
  background-color: #7457f9;
  color: #fff;
  width: 66px;
  height: 24px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  display: none;
}
.sr_toptxt_wrap .filter_btn > img {
  display: inline-block;
  margin-right: 6px;
}
.sr_toptxt_wrap .filter_btn2 > img {
  display: inline-block;
  margin-right: 6px;
}
.search_results_content .sr_toptxt_wrap .sr_selc_box {
  margin-bottom: 20px;
  position: relative;
}
.search_results_content .sr_toptxt_wrap .sr_selc_box:last-child {
  margin-bottom: 0;
}
.search_results_content .sr_toptxt_wrap .sr_selc_box > span {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 30px;
}
.search_results_content .sr_toptxt_wrap .result_btn > span {
  font-size: 1.6rem;
  font-weight: 400;
}
.result_btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
}
.result_btn > img {
  vertical-align: middle;
}
.search_results_content .sr_toptxt_wrap .sr_selc_box span.inner_sel_txt {
  font-size: 1.6rem;
  font-weight: 400;
}
.page_wrap {
  font-family: "SUITE", sans-serif;
}
.page_wrap > li {
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 34px;
}
.page_wrap > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_wrap li {
  margin-right: 5px;
}
.page_wrap li.page_arrow_left {
  margin-right: 30px;
}
.page_wrap li.page_arrow_right {
  margin-left: 30px;
}
.page_wrap li.page_arrow_right {
  margin-right: 0px;
}
.page_wrap .page_num.on {
  background-color: #7457f9;
  color: #fff;
  border: 1px solid #7457f9;
}
.search_results_content .sr_toptxt_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.search_results_content .sr_toptxt_wrap .page_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.search_results_content .sr_toptxt_wrap {
  margin-bottom: 35px;
  position: relative;
}
.sr_content_list_wrap .srcon_li_txt {
  padding: 12px 10px 8px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}
.sr_content_list_wrap .srcon_li_img {
  border-radius: 10px 10px 0px 0px;
  height: 148px;
  overflow: hidden;
  display: grid;
  align-content: center;
}
.sr_content_list_wrap .srcon_li_img img {
  width: 100%;
  height: 100%;
}
.sr_content_list_wrap {
  flex-wrap: wrap;
  gap: 30px 1.3%;
}
.sr_content_list_wrap li {
  width: 24%;
}
.srcon_li_txt .srcon_hi_txt {
  color: #999;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.sr_content_list_wrap .srcon_li_txt > h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 6px;
}
.srcon_li_txt .score_star {
  margin-bottom: 7px;
}
.booked_txt {
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 14px;
}
.sr_content_list_wrap > li .w_txt_wrap {
  margin-bottom: 12px;
}
.w_txt_wrap > span {
  display: inline-block;
  color: #707070;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 8px 5px;
  margin-right: 5px;
}
.w_txt_wrap > span:last-child {
  margin-right: 0;
}
.price_btxt_wrap {
  margin-bottom: 16px;
}
.srcon_li_txt .price_btxt {
  font-size: 1.6rem;
}
.srcon_li_txt .price_btxt > span {
  font-weight: 700;
  font-family: "SUITE";
}
.srcon_li_txt span.dis_price_txt {
  font-size: 1.2rem;
  color: #888;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 12px;
  vertical-align: -17px;
  font-family: "SUITE", sans-serif;
}
.best_price_mark_txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7457f9;
  background-color: #f5f5f9;
  border-radius: 5px;
  padding: 8px 3px;
  display: inline-block;
}

#sr_select {
  display: inline-block;
}
#sr_select .selectBox2 * {
  box-sizing: border-box;
}
.selectBox2 {
  position: relative;
  min-width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: url("../img/sel_arrow.png") calc(100% - 7px) center no-repeat;
  background-size: 12px;
  cursor: pointer;
}

.selectBox2 .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  padding: 0 25px 0 15px;
  background: transparent;
  cursor: pointer;
}

.selectBox2 .optionList {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #232323;
  list-style-type: none;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  max-height: 0;
  padding: 8px;
  z-index: 1;
}

.selectBox2 .optionList::-webkit-scrollbar {
  width: 6px;
}
.selectBox2 .optionList::-webkit-scrollbar-track {
  background: transparent;
}
.selectBox2 .optionList::-webkit-scrollbar-thumb {
  background: #303030;
  border-radius: 45px;
}
.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {
  background: #303030;
}

.selectBox2.active .optionList {
  max-height: 500px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.selectBox2 .optionItem,
.selectBox2 .optionItem2 {
  padding: 5px 15px;
  border-radius: 4px;
  transition: 0.1s;
}

.selectBox2 .optionItem:hover {
  background-color: #f5f5f9;
  color: #7457f9;
}
.selectBox2 .optionItem2:hover {
  background-color: #f5f5f9;
  color: #7457f9;
}

.selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}
.selectBox2 .optionItem2:last-child {
  border-bottom: 0 none;
}

/* destinations_pop */
.pop_con.destinations_pop_con .pop_con_scroll_wrap {
  height: 90%;
  overflow-y: scroll;
}
.pop .pop_con.destinations_pop_con {
  width: 425px;
  padding: 30px;
  height: 70%;
  border-radius: 4px;
}
.destinations_pop_con .pop_title {
  text-align: left;
  font-weight: 500;
}
.destinations_pop_con .left_aside_top {
  border-bottom: none;
}
.destinations_pop_con .fix_btn_wrap button {
  width: 110px;
  height: 40px;
  border-radius: 4px;
}
.destinations_pop_con .fix_btn_wrap button.can_btn {
  border: 1px solid #232323;
}
.destinations_pop_con .fix_btn_wrap {
  padding: 20px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: end;
  gap: 0 10px;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.1);
}

/* category */
.category.secwrap {
  margin-top: 40px;
}
.top_route_txt {
  margin-bottom: 40px;
}
.last_route_txt {
  color: #888;
}
.aside_selected_top {
  padding: 0 15px;
  margin-bottom: 20px;
}
.aside_selected_top .selected_marktxt img {
  display: inline-block;
  cursor: pointer;
}
.selected_marktxt {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #f5f5f9;
  font-size: 1.4rem;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
.cle_sel_txt {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 15px;
  color: #df25ad;
}
.category .selectBox2 {
  width: 256px;
}
.result_btn_wrap {
  position: relative;
}
.result_calender_wrap {
  display: none;
  position: absolute;
  z-index: 2;
  width: 405px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  left: 0;
}
.result_calender_wrap .re_cal_top > button {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  min-width: 124px;
  height: 34px;
  font-size: 1.4rem;
}
.result_calender_wrap .re_cal_top {
  padding: 20px 23px;
  border-bottom: 1px solid #e0e0e0;
}
.result_calender_wrap .re_cal_top > button.today_btn {
  margin-right: 10px;
}
.re_calender_container {
  padding: 30px;
  justify-content: space-between;
}
.re_calender_inner_wrap h3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.cal_yaer_wrap {
  position: relative;
}
.cal_yaer_wrap > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cal_yaer_wrap .cal_naxt_btn {
  right: 0;
}
.cal_yaer_wrap .cal_first_btn {
  left: 0;
}
.re_cal_content {
  width: 100%;
}
.re_cal_content span {
  width: calc(100% / 7);
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
}
.calender_num_wrap {
  font-family: "SUITE", sans-serif;
}
.calender_num_wrap > span {
  cursor: pointer;
}
.calender_num_wrap > .be_num {
  color: #aaa;
}

/* 상세페이지 */
.detailed_page {
  margin: 20px auto 120px;
}
h4.top_sub_title {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.sel_mark_txtwrap > span {
  background-color: #f2f2f2;
  color: #707070;
  border-radius: 5px;
  padding: 7px 6px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.sel_mark_txtwrap > span:last-child {
  margin-right: 0;
}
.sel_mark_txtwrap {
  display: inline-block;
}
.top_icon_txt_wrap .location_text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 20px;
}
.top_icon_txt_wrap .location_text > img {
  display: inline-block;
}

.save_heart_wrap input[type="checkbox"] {
  display: none;
}
.save_heart_wrap input[type="checkbox"] + label {
  background: url(../img/heart.png) no-repeat center left;
  background-size: 16px;
  padding-left: 26px;
  cursor: pointer;
  font-weight: 500;
}
.save_heart_wrap input[type="checkbox"]:checked + label {
  background: url(../img/heart_on.png) no-repeat center left;
  background-size: 16px;
}

.k_txt {
  font-size: 1.4rem;
  color: #888;
  font-weight: 500;
}
.top_nav_txt_markwrap {
  margin-bottom: 10px;
}
.detailed_page section .right_top_img {
  margin-bottom: 10px;
}
.detailed_page section .left_img,
.detailed_page section .left_txt_con {
  width: 65%;
}
.detailed_page section .right_img,
.left_img,
.detailed_page section .right_txt_con {
  width: 33.3%;
}
.right_bottom_img_wrap {width: 49%;} 
.right_bottom_img_wrap > img {width: 100%;}

.pp_txt_mark {
  color: #7457f9;
  font-size: 1.4rem;
  background-color: #f5f5f9;
  border-radius: 5px;
  padding: 7px 3px;
  font-weight: 500;
}
.left_txt_con .pp_txt_mark {
  margin-right: 5px;
}
.leftcon_pp_wrap {
  margin-bottom: 20px;
}
.detailed_page .img_wrap {
  margin-bottom: 10px;
}
.detailed_page .main_banner {
  display: none;
}
.left_scroll_txtwrap {
  background-color: #fbfbfb;
  border-radius: 5px;
  padding: 15px;
}
.left_scroll_txtwrap > p {
  margin-bottom: 15px;
}
.left_scroll_txtwrap .seemore_btn {
  font-weight: 600;
}
.detailed_page .right_txt_con .pay_box_wrap {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 4px;
}
.detailed_page .right_txt_con .pay_box_wrap > p {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}
.detailed_page .right_txt_con .pay_box_wrap > .des_paytxt {
  color: #888;
  text-decoration: line-through;
  margin-left: 32px;
}
.pay_box_wrap .sel_op_btn {
  width: 100%;
  background-color: #7457f9;
  color: #fff;
  height: 60px;
  border-radius: 4px;
  font-size: 2.4rem;
  margin-top: 35px;
}
#det_sec01,
#det_sec02,
#det_sec03,
#det_sec04,
#det_sec05 {
  margin-bottom: 55px;
}
.chk_ava_btn {
  background-color: #7457f9;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
}
.chk_ava_btn > img {
  display: inline-block;
  vertical-align: middle;
}
#det_sec02 .sel_options_left,
.sel_options_right {
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 20px 30px;
  width: 65%;
}
#det_sec02 .sel_options_right {
  padding: 20px;
  overflow: scroll;
  height: 823px;
}
#det_sec02 .in_sub_txt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.chk_ava_toptxt {
  color: #888;
  margin-bottom: 10px;
  display: block;
}
.sel_op_box {
  margin-bottom: 30px;
}
.sel_op_box form input[type="radio"] {
  display: none;
}
.sel_op_box form input[type="radio"] + label {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #232323;
  border-radius: 4px;
  padding: 8px 15px;
  cursor: pointer;
  margin-bottom: 8px;
  width: 80%;
  background-color: #fff;
}
.sel_op_box form input[type="radio"] + label > p {
  text-align: right;
  margin-top: 5px;
  display: none;
}
.sel_op_box form input[type="radio"]:checked + label {
  border: 1px solid #7457f9;
  background-color: #f5f5f9;
}

.quantity_box {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 25px;
  margin-bottom: 10px;
}
.quantity_box .qua_left_title {
  font-size: 2rem;
  font-weight: 500;
}
.quantity_box .child_num_wrap > button {
  background-color: #f8f8f8;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  font-size: 2rem;
}
.quantity_box .child_num_wrap > .f_number_mid {
  width: 100px;
  text-align: center;
  font-size: 2rem;
  font-family: "SUITE", sans-serif;
}
.adult_sub_pp {
  color: #7457f9;
  font-size: 1.4rem;
}
.sel_op_box .com_pay_txt {
  font-size: 3rem;
  margin-bottom: 10px;
}
.sel_op_box .compay_subtxt {
  color: #888;
  margin-bottom: 56px;
  display: block;
}
.mob_pack_btn_wrap .right_b_pay {
  font-size: 20px;
  margin-bottom: 10px;
  display: none;
}
.Package_rightbtn_wrap {
  justify-content: end;
  gap: 0 15px;
}
.Package_rightbtn_wrap > button {
  width: 225px;
  height: 60px;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 5px;
}
.Package_rightbtn_wrap > button.add_cart_btn {
  background-color: #e2e3ff;
}
.Package_rightbtn_wrap > button.booknow_btn {
  background-color: #7457f9;
  color: #fff;
}
.sel_options_right {
  width: 33.3%;
  position: relative;
}
#det_sec02 .sel_options_right .in_sub_txt {
  margin-bottom: 0;
}
.right_title_topwrap {
  margin-bottom: 20px;
}
.sel_options_right .p_txt_notice {
  color: #888;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.sel_options_right2 .p_txt_notice:last-child {
  margin-bottom: 0;
}
.package_det_txt_wrap {
  padding-bottom: 30px;
}
.fold_item .fold_title {
  font-size: 2.4rem;
  font-weight: 500;
}
.address_sub_txt {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 0;
}

.form_address_btn::before {
  content: "";
  display: inline-block;
  background: url(../img/address_icon.png) no-repeat center left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: sub;
}
.package_det_fold .form_address_btn::after {
  content: "";
  display: inline-block;
  background: url(../img/form_arrow.png) no-repeat center right;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.fold_det_itemwrap {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}
.fold_det_itemwrap:first-child {
  border-top: 1px solid #e0e0e0;
}
.fold_det_itemwrap:last-child {
  border-bottom: none;
}
.package_fold_inner {
  padding: 10px 0 0;
}

.fir_chk_item.fold_item {
  padding: 0 15px;
}
.in_map_title {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 0;
}
.in_map_title::before {
  content: "";
  display: inline-block;
  background: url(../img/map_img.png);
  width: 24px;
  height: 24px;
  vertical-align: sub;
  margin-right: 10px;
}
.before_line {
  position: relative;
}
.line_content {
  position: relative;
  padding-left: 32px;
}

.line_content::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12px;
  background-color: #a5a5a5;
}
.line_content .hour_txt {
  color: #888;
}
.line_content .hour_txt > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 300;
}
.line_content .hour_txt:first-child {
  margin-right: 20px;
}
.line_content .hour_txt2 {
  margin: 10px 0 15px;
  color: #888;
  font-weight: 300;
}
.bu_right_img > img:first-child {
  margin-bottom: 4px;
}
.in_map_title > img {
  display: inline-block;
}
.in_map_title.in_map_title2 {
  color: #888;
  font-size: 1.6rem;
  font-weight: 300;
}
.line_content .bu_temple_imgwrap {
  padding-bottom: 30px;
}
.in_map_img_title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.bu_temple_imgwrap2 {
  margin-bottom: 15px;
}
.sel_options_right .schedule_b_txt {
  color: #888;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 30px;
}
.itiner_wrap {
  padding-top: 30px;
}
.itiner_wrap > p {
  font-weight: 500;
  margin-bottom: 20px;
}
.itiner_btn_wrap {
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}
.itiner_btn_wrap > button {
  width: 150px;
  height: 40px;
  border: 1px solid #232323;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.what_txt_wrap > p {
  color: #888;
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.what_txt_wrap > p:last-child {
  margin-bottom: 0;
}
.what_txt_wrap > p:first-child {
  margin-top: 10px;
}
.what_txt_wrap > p.w_chk_be {
  display: flex;
}
.what_txt_wrap > p::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}
.what_txt_wrap > p.w_chk_be::before {
  background: url(../img/w_chk.png) no-repeat center left;
}
.w_chk_be > span {
  display: inline-block;
  width: 90%;
}
.what_txt_wrap > p.w_close_be::before {
  background: url(../img/w_close.png) no-repeat center left;
}
.meet_wrap .meet_top_txt {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.meet_wrap .meet_top_txt > img {
  display: inline-block;
  margin-right: 5px;
}
.meet_wrap .meet_top_txt.alt_txt {
  color: #888;
  font-weight: 400;
}
.meet_wrap .meet_top_txt.alt_txt > img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.meet_wrap .meet_top_txt.alt_txt > span {
  margin-left: 21px;
  display: block;
  font-size: 1.4rem;
}
.meet_wrap {
  padding-top: 10px;
}
.meet_info_txt_wrap .meetup_time {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.meet_info_txt_wrap .exit_txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.meet_exit_img_wrap {
  margin-bottom: 20px;
}
.meet_explan_txt {
  color: #888;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.meet_more_btn {
  margin-top: 10px;
  font-weight: 600;
}
.meet_info_wrap {
  margin-bottom: 30px;
}
.meet_drop_txt {
  margin-bottom: 35px;
}
.meet_drop_txt > p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.meet_drop_txt > span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
}
.meet_drop_txt:last-child {
  margin-bottom: 0;
}
.meet_mid_mark_txt {
  margin-bottom: 30px;
}
.be_you_book_wrap {
  margin-top: 20px;
}
.beyou_booktxt {
  margin-bottom: 30px;
}
.beyou_booktxt > h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.beyou_booktxt > p {
  font-size: 1.4rem;
  color: #888;
}
.beyou_booktxt:last-child {
  margin-bottom: 0;
}
#det_sec03 .what_to_expect_wrap {
  width: 65%;
}
.what_to_expect_wrap > .wte_txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.wte_img_wrap > img {
  margin-bottom: 30px;
}
.sec04_review_score {
  margin-bottom: 20px;
}
.sec04_review_score .reviews_star {
  margin-right: 20px;
}
.sec04_review_score .reviews_star > span {
  margin-right: 5px;
}
.sec04_review_score .reviews_star > span:last-child {
  margin-right: 0;
}
.sec04_review_score > .re_score_numtxt {
  font-size: 3.4rem;
  font-weight: 700;
  margin-right: 15px;
}
.sec04_review_score > .re_score_numtxt > span {
  font-size: 2rem;
  font-weight: 400;
}
span.sec4_re_num_txt {
  font-size: 2rem;
}
.re_graph_line {
  width: 230px;
  height: 10px;
  border-radius: 40px;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
.re_graph_line_on {
  background-color: #7457f9;
  height: 100%;
  display: block;
}
.re_graph_line_on.line_5 {
  width: 100%;
}
.reviews_graph_item {
  width: 25%;
}
.reviews_graph_item .st_g_num_right {
  color: #888;
}
.reviews_graph_item > p {
  font-size: 2rem;
  margin-bottom: 12px;
}
.reviews_graph_wrap {
  flex-wrap: wrap;
  gap: 33px 168px;
  margin-bottom: 40px;
}
.re_graph_line_on.line_4 {
  width: 97%;
}

#det_sec04 .reviews_wrap {
  width: 65%;
}
.photo_gal_right {
  gap: 0 12px;
}
.photo_gal_left > h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.re_photo_gal_sec {
  background-color: #fbfbfb;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.photo_gal_left > p {
  margin-bottom: 40px;
}
.photo_gal_left > .photo_more_btn {
  font-weight: 600;
}
.photo_gal_tab > li {
  font-size: 1.6rem;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 5px 18px;
  margin-right: 5px;
  cursor: pointer;
}
.photo_gal_tab > li:last-child {
  margin-right: 0;
}
.photo_gallery_filter {
  margin-bottom: 35px;
}
.photo_gallery_filter > select {
  width: 230px;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  border-radius: 4px;
}
.photo_gal_tab > li.on {
  border: 1px solid #7457f9;
  background-color: #f5f5f9;
}
.rev_profile_top .profile_txt_wrap > h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.rev_profile_top .profile_txt_wrap > span {
  color: #888;
}
.rev_profile_top > img {
  margin-right: 15px;
}
.rev_profile_top {
  margin-bottom: 10px;
}
.re_tab_star {
  margin-right: 10px;
}
.re_tab_star > i {
  color: #ffbe26;
  margin-right: 2px;
  font-size: 1.8rem;
}
.re_tab_star > i:last-child {
  margin-right: 0;
}
.re_tab_txt_wrap > span {
  font-size: 1.6rem;
}
.re_tab_txt_wrap {
  margin-bottom: 15px;
}
.review_tab_content > li {
  margin-bottom: 50px;
}
.reviews_wrap .page_wrap {
  text-align: center;
}
.review_tab_content > li .re_for_txt {
  font-size: 1.4rem;
  color: #888;
  display: block;
  margin-bottom: 5px;
}
.sec_rev_sentence {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.rev_mob_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.review_mo_wrap > li {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
}

.reviews_wrap_mobile {
  display: none;
}
.re_read_btn {
  width: 100%;
  border: 1px solid #232323;
  border-radius: 4px;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.sec_rev_mid_txt {
  margin-bottom: 20px;
}
.faqs_wrap {
  margin-bottom: 70px;
}
.faqs_wrap > .hc_btn {
  height: 50px;
  border: 1px solid #232323;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 4px;
}
.exp_more_wrap > .exp_m_txt {
  margin-bottom: 50px;
}
.exp_more_wrap > .exp_m_txt > p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.exp_more_wrap > .exp_m_txt > span {
  color: #888;
  display: inline-block;
}
.exp_more_wrap > .exp_m_txt > span::after {
  display: inline-block;
  content: "|";
  margin: 0 15px;
}
.exp_more_wrap > .exp_m_txt > span:last-child::after {
  content: "";
}

.like_slide_wrap .swiper-container,
.trending_slide_wrap .swiper-container {
  overflow: visible;
}
#det_sec06 .popular_slide1 {
  margin-bottom: 55px;
}
.trending_slide_wrap .pop_li_txt {
  border: none;
  padding: 10px 0 0;
}
.trending_slide_wrap .popular_li > li h3 {
  margin-bottom: 5px;
}

/* details_pop */
.package_details_pop .sel_options_right {
  width: 100%;
}
.bu_fis_img {
  cursor: pointer;
}
.pop.package_details_pop .pop_con .bu_temple_imgwrap .bu_fis_img.swiper-slide {
  width: calc(100% / 4);
}

.package_details_pop .sel_options_right {
  width: 100%;
  padding: 0;
  background-color: #fff;
  overflow: scroll;
}
.pop.package_details_pop .pop_con {
  width: 1000px;
  height: 90%;
  padding: 30px;
  border-radius: 4px;
}
.package_details_pop h5.in_sub_txt {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.package_details_pop h6.in_sub_txt_2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.r_close_btn {
  position: absolute;
  top: 0;
  right: -40px;
}
.package_details_pop_inner {
  height: 100%;
  overflow-y: scroll;
}
.cal_chk_pac_txt {
  margin-bottom: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.calender_chk_wrap {
  background-color: #f5f5f9;
  border-radius: 5px;
  padding: 10px;
}
.cal_right_chk {
  cursor: pointer;
}
.calender_right_chk [type="checkbox"] {
  appearance: none;
  position: relative;
  border-radius: 1.25em;
  width: 50px;
  height: 24px;
  left: 0;
  background-color: #dbdbdb;
  float: right;
  top: 5px;
}
.calender_right_chk [type="checkbox"]::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #efefef;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: left 250ms linear;
}
.calender_right_chk [type="checkbox"]:checked {
  background-color: #7457f9;
}
.calender_right_chk [type="checkbox"]:checked::before {
  left: 27px;
}
.calender_chk_wrap .cal_chk_left_txt {
  font-size: 1.6rem;
  color: #888;
}
.calender_bottom_wrap {
  padding: 30px 20px;
  border-top: 1px solid #e0e0e0;
}
.calender_bottom_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.calender_bottom_wrap > p {
  color: #888;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.calender_bottom_wrap > p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.calender_bottom_wrap > p.cal_b_txt1 {
  background: url(../img/cal_b_icon1.png) no-repeat center left;
}
.calender_bottom_wrap > p.cal_b_txt2 {
  background: url(../img/cal_b_icon2.png) no-repeat center left;
}
.calender_bottom_wrap > p.cal_b_txt3 {
  background: url(../img/cal_b_icon2.png) no-repeat center left;
  margin-bottom: 30px;
}
.detailed_page .result_calender_wrap {
  width: 450px;
}
.cal_clear_btn {
  border: 1px solid #232323;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  font-weight: 500;
  float: right;
}
.chkeck_ava_wrap {
  position: relative;
}

.review_img_pop .img_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}
.review_img_pop .img_con .bu_fis_img {
  width: 100%;
}
.review_img_pop .swiper-button-next {
  right: -70px;
}
.review_img_pop .swiper-button-next::after {
  content: "";
  display: block;
  background: url(../img/img_arrow.png) no-repeat;
  width: 47px;
  height: 47px;
}
.review_img_pop .swiper-button-prev {
  left: -70px;
}
.review_img_pop .swiper-button-prev::after {
  content: "";
  display: block;
  background: url(../img/img_arrow2.png) no-repeat;
  width: 47px;
  height: 47px;
}
.rev_list_img_wrap > div {
  cursor: pointer;
}

/* 달력 팝업 */
.calender_pop .result_calender_wrap {
  position: relative;
  z-index: 999;
  display: block;
}
.pop.calender_pop .pop_con {
  z-index: 99;
  height: 87%;
  overflow-y: scroll;
}

/* 모바일 리뷰 */
.m_review {
  margin: 18px 0;
  padding: 0 15px;
}
.m_review .photo_gallery_filter {
  flex-flow: column-reverse;
  align-items: flex-start;
}
.m_review .photo_gallery_filter > select {
  margin-bottom: 10px;
  width: 160px;
}
.m_review .m_re_img_wrap > div {
  width: 24%;
}
.m_review .m_re_img_wrap > img {
  width: 100%;
}
.m_review .reviews_graph_item {
  width: 47%;
}
.m_review .reviews_graph_wrap {
  gap: 20px 0;
  justify-content: space-between;
}
.m_review .photo_gal_left > h5 {
  margin-bottom: 15px;
}

/* 예약하기 */
section > .reservation {
  margin: 30px 0 120px;
}
.reservation_step {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 37px 90px 57px;
  position: relative;
  margin-bottom: 30px;
}
.setp_ber_inner {
  position: relative;
}
.setp_ber_inner::after {
  content: "";
  display: inline-block;
  background-color: #e0e0e0;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.res_step_item {
  text-align: center;
  display: block;
  color: #e0e0e0;
  font-weight: 600;
  position: relative;
}
.res_step_item.activate {
  color: #7457f9;
}
.res_step_item > p {
  position: absolute;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.res_item_img {
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 6px;
}
.reservation_container {
  align-items: flex-start;
}
.res_left_content {
  width: 65%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
h3.enter_title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #7457f9;
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.enter_info_content {
  padding: 40px 30px;
}
.enter_subtitle {
  font-size: 2.4rem;
  font-weight: 600;
}
.enter_subtitle.other_title {
  margin-bottom: 20px;
}
.enter_info_box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 4px;
}
.other_box > img {
  margin-right: 16px;
}
.orther_txt > h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.enter_info_section {
  margin-bottom: 40px;
}
.enter_info_section:last-child {
  margin-bottom: 0;
}
.contact_info_title {
  margin-bottom: 10px;
}
.cont_info_subtxt {
  margin-bottom: 20px;
  color: #888;
}
.enter_info_section .info_add_btn,
.enter_info_section .info_name_btn {
  border: 1px solid #7457f9;
  border-radius: 4px;
  padding: 6px 15px;
  font-weight: 600;
  color: #7457f9;
  margin-bottom: 30px;
}
.enter_info_section .info_name_btn {
  margin-right: 16px;
}
.enter_info_section .info_name_btn.active {
  background-color: #f5f5f9;
}
.con_info_list {
  margin-bottom: 20px;
}
.con_info_list:last-child {
  margin-bottom: 0;
}
.con_info_list > p {
  width: 50%;
}
.con_info_list > span {
  width: 30%;
  display: inline-block;
  color: #7457f9;
  font-weight: 600;
}
.con_info_list > span.c_blk {
  color: #232323;
}
.contact_info_box {
  position: relative;
}
.contact_info_box .edit_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
  text-decoration: underline;
}
.upgrades_topbanner {
  background-color: #7457f9;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  background-image: url(../img/Upgrades_img.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: bottom;
}
.upgrades_box {
  border: 1px solid #e0e0e0;
  border-radius: 0 0 4px 4px;
  padding: 25px 20px 20px;
}

.upgrades_box > form > span.on {
  width: 24px;
  height: 24px;
  padding-left: 26px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}
/* .upgrades_box input[type="checkbox"] {display: none;}
.upgrades_box input[type="checkbox"] + label { } */

.chkst1 {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 6px;
}

.chkst1 input[type="checkbox"] {
  display: none;
}

.chkst1 .on {
  width: 24px;
  height: 24px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.chkst1 input[type="checkbox"]:checked + .on {
  background: #7457f9;
  border-radius: 4px;
  border: #7457f9;
}
.chkst1 .on:after {
  content: "";
  position: absolute;
  display: none;
}
.chkst1 .on:after {
  display: block;
}
.on:after {
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 3px;
}
.upgrades_box span.flex_txt {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 1.4rem;
  margin-left: 16px;
}
.upgrades_box span.k_txt {
  color: #888;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 16px;
}
.upgrades_right_txt_wrap h5.noshow_txt {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
}
.upg_sentence {
  margin: 15px 0 20px;
}
.no_show_bt_txt {
  gap: 0 30px;
}
.no_show_bt_txt > span {
  color: #888;
  text-decoration: underline;
}
.discounts_wrap > li {
  margin-bottom: 30px;
}
.discounts_wrap > li > p:first-child {
  font-size: 1.8rem;
}
.discounts_folder.fir_chk_item {
  padding: 0px;
  margin-bottom: 30px;
}
.dis_inli_btxt {
  margin: 20px 0 40px;
  color: #888;
}
.dis_inli_btxt > span {
  text-decoration: underline;
}
.dis_inner_li_top {
  border-bottom: 1px solid #e0e0e0;
}
.chkst1.discounts_chk {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
}
.dis_inner_li_bottom .dis_b_al_txt {
  font-size: 1.8rem;
  background-color: #f5f5f9;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
  align-items: flex-start;
  display: flex;
}
.dis_inner_li_bottom {
  margin-top: 40px;
}
.dis_b_al_txt > img {
  display: inline-block;
  margin-right: 6px;
}
.dis_b_al_txt2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.pay_go_btn {
  width: 100%;
  background-color: #7457f9;
  color: #fff;
  font-size: 2.4rem;
  height: 60px;
  border-radius: 4px;
}
.coupon_input > input {
  width: 230px;
  height: 40px;
  padding: 10px 15px;
  border-radius: 4px 0 0 4px;
  font-size: 1.4rem;
}
.coupon_input > button {
  width: 90px;
  height: 40px;
  background-color: #7457f9;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0 4px 4px 0;
}
.dis_coupon_wrap {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 50px;
}
.dis_coupon_in_txt_wrap > span {
  color: #7457f9;
  border: 1px solid #7457f9;
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 1.6rem;
  margin-right: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
.coupon_input {
  margin-bottom: 30px;
}
.dis_coupon_in_txt_wrap > span.active {
  background-color: #f5f5f9;
  font-weight: 600;
}
.dis_coupon_in_txt_wrap {
  margin-bottom: 20px;
}
.not_see_txt {
  font-size: 1.8rem;
  text-align: center;
}

.res_right_content {
  width: 33%;
}
.res_right_box {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 16px;
}
.res_right_box > h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.res_right_folder1 > p {
  font-weight: 600;
  color: #7457f9;
}
.res_right_box table {
  width: 100%;
}
.res_right_box table th {
  text-align: left;
  color: #888;
  font-weight: 400;
  vertical-align: top;
  padding-bottom: 20px;
}
.res_right_box table td {
  text-align: right;
  padding-bottom: 20px;
}
.total_tb {
  border-top: 1px solid #e0e0e0;
}
.total_tb th,
.total_tb td {
  padding-top: 20px;
}
.total_tb td {
  font-weight: 600;
}
.res_right_box table .total_tb th,
.res_right_box table .total_tb td {
  padding-bottom: 10px;
}
.payment_tb td {
  color: #7457f9;
  font-weight: 700;
  font-size: 3rem;
}
.res_right_box3 > p {
  margin-bottom: 16px;
}
.res_right_box3 > .res_box3_txt2 {
  background-color: #f5f5f9;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
}
.res_right_box3 > .res_box3_txt2 > span {
  font-weight: 600;
  font-family: "SUITE";
}
.res_right_box3 > .res_box3_txt3 {
  color: #888;
  margin-bottom: 0;
}

.pop .other_info_con {
  width: 680px;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 40px 30px;
}
.o_info_pop_title {
  font-size: 2.4rem;
  color: #7457f9;
  font-weight: 600;
  margin-bottom: 40px;
}
.pop .other_info_con .o_pop_close_btn {
  position: absolute;
  top: 40px;
  right: 30px;
}
.other_info_pop .o_pop_in_wrap label {
  display: block;
  margin-bottom: 10px;
}
.other_info_pop .o_pop_in_wrap label > span {
  color: #ffaa00;
  font-weight: 600;
}
.o_pop_in_item {
  width: 48%;
}
.other_info_pop .o_pop_in_wrap input[type="text"] {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
}
input[type="text"]::placeholder {
  color: #888;
}
.o_pop_in_wrap {
  margin-bottom: 40px;
}
.o_pop_in_wrap .other_selc_box {
  width: 100%;
  height: 40px;
}
.o_pop_in_wrap .other_selc_box .label {
  color: #888;
}
.o_pop_in_wrap .other_selc_box .optionList > li {
  color: #888;
}
.o_pop_in_wrap .other_selc_box .optionList > li:hover {
  color: #7457f9;
}
.o_pop_in_wrap .other_selc_box .optionItemtxt {
  margin-bottom: 10px;
  color: #232323;
}
.o_pop_in_wrap .other_selc_box .label {
  width: 100%;
}
.o_pop_in_wrap .selectBox2 {
  height: 40px;
  width: 100%;
}

.optionList > .optiontxt {
  padding: 15px;
}
.o_pop_in_wrap .selectBox2 .optionList {
  top: 40px;
}
.selectBox2.selectBox4 .optionList {
  z-index: 2;
}
.selectBox2.selectBox3 .optionList {
  z-index: 3;
}
.other_info_pop_b_txt {
  color: #888;
  font-size: 1.2rem;
}
.pop_other_btnwrap button {
  width: 48%;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
}
.pop_other_btnwrap .cen_o_btn {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.pop_other_btnwrap {
  position: absolute;
  bottom: 50px;
  width: 91%;
  left: 30px;
}
.coupon_inner_list {
  gap: 10px;
  flex-wrap: wrap;
}
.coupon_inner_list > li {
  background: url(../img/coupon_bg.png) no-repeat;
  width: 300px;
  height: 380px;
  padding: 20px;
  position: relative;
  background-size: cover;
}
.coupon_inner_list > li .coupon_li_title {
  background-color: #7457f9;
  border-radius: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 84%;
}
.coupon_inner_list > li .cp_li_name {
  margin-bottom: 10px;
}
.coupon_inner_list > li .cp_li_txt1 {
  font-size: 1.2rem;
  color: #888;
  font-weight: 600;
}
.coupon_inner_list > li .cp_line {
  background: url(../img/cp_line.png) no-repeat center center;
  height: 4px;
  margin: 30px auto;
}
.coupon_inner_list > li .cp_li_txt5 {
  font-size: 1.4rem;
  text-decoration: underline;
}
.cp_barcode {
  float: right;
}
.coupon_inner_list > li .cp_li_txt2 {
  color: #888;
  margin-bottom: 10px;
}
.coupon_inner_list > li .cp_li_txt3 {
  font-size: 1.4rem;
  color: #888;
}
.coupon_inner_list > li .cp_li_txt4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #888;
}
.coupon_in_top {
  position: relative;
}
.chkst1.coupon_chk {
  margin-top: 0;
  padding-left: 0;
  position: absolute;
  right: 20px;
  top: 15px;
}
.coupon_list_wrap {
  background-color: #f5f5f9;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  height: 420px;
  overflow: scroll;
  display: none;
}

/* empty_shop */
.empty_shop {
  margin: 100px 0 120px;
}
.empty_shop_top > img {
  margin: 0 auto;
}
.empty_shop_top > p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #888;
  margin-bottom: 15px;
  text-align: center;
}
.empty_shop_top > p.emp_txt2 {
  font-size: 1.6rem;
  font-weight: 400;
}
.empty_shop_top {
  margin-bottom: 65px;
}
.empty_shop_list_warp > h4 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.empshop_li {
  margin-bottom: 60px;
}
.empshop_li_item > a {
  position: relative;
}
.empshop_li_item > a > p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.empty_shop_list_warp button.btn_b1 {
  width: 37%;
  height: 60px;
  font-size: 2.4rem;
  margin: 0 auto;
}

/* shop_page */
.shop_page_wrap {
  margin: 80px 0 120px;
}
.shop_top_select_box {
  width: 70%;
  margin-bottom: 16px;
}
.shop_top_select_box .sel_del_btn {
  border: 1px solid #232323;
  padding: 5px 8px;
  border-radius: 4px;
}
.shop_sel_li_left {
  width: 70%;
}
.shop_li_box {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.shop_sel_li_right {
  width: 28%;
}
.shop_chk.chkst1 {
  font-weight: 400;
  font-size: 1.8rem;
}
.shop_sel_txt_warp {
  width: 80%;
}
.shop_sel_txt_warp > h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop_sel_txt_warp > p {
  color: #888;
  font-size: 1.4rem;
}
.shop_sel_txt_warp > p:first-child {
  margin-bottom: 5px;
}
.shop_sel_img_warp {
  margin-right: 20px;
}
.quantity_box.shop_li_count_wrap {
  padding: 0;
}
.quantity_box.shop_li_count_wrap .child_num_wrap > button {
  width: 28px;
  height: 28px;
}
.sel_item_top_inner .child_num_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.shop_li_count_wrap.quantity_box .child_num_wrap > .f_number_mid {
  width: 50px;
  font-size: 13px;
  font-weight: 600;
}
.shop_top_li_box {
  align-items: flex-start;
  margin-bottom: 140px;
}
.shop_selli_bottom_wrap {
  border-top: 1px solid #e0e0e0;
  padding: 20px 20px 20px 60px;
}
.sel_item_top_inner {
  padding: 20px;
  position: relative;
}
.s_sel_bl_wrap > button {
  font-size: 1.4rem;
  font-weight: 600;
}
.s_sel_bl_wrap > button:first-child {
  margin-right: 16px;
}
.sel_b_total_price {
  font-size: 2.4rem;
}
.shop_sel_li_right {
  padding: 20px;
}
.sp_sel_ar_wrap {
  margin-bottom: 10px;
}
.shop_top_li_wrap .shop_sel_li_right #ch_txt1 {
  font-size: 1.4rem;
  margin-right: 10px;
}
.shop_top_li_wrap .shop_sel_li_right > h5 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.shop_top_li_wrap .shop_sel_li_right > button.shop_right_book_btn {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.shop_top_li_wrap .shop_sel_li_right > p.last_txt {
  margin-bottom: 0;
}
.shop_top_li_wrap .shop_sel_li_right > p.last_txt > span {
  color: #7457f9;
  font-weight: 600;
}
.sp_sel_btn_wrap {
  position: relative;
}
.sp_ar_inner {
  display: none;
  position: absolute;
  right: -20px;
  width: 400px;
  background-color: #fff;
  padding: 15px;
  top: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.sp_ar_inner h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.sp_ar_inner p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.sp_ar_inner span {
  color: #888;
  font-size: 1.4rem;
}
.subtotal_btn {
  display: none;
}
.sr_content_list_content > h4 {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 700;
}

/* 결제하기 */
.payment_sec {
  margin: 30px 0 120px;
}
.com_payment_con {
  padding: 40px 30px;
}
.cardkey_txt_wrap {
  width: 100%;
  background-color: #e2e3ff;
  color: #7457f9;
  padding: 7px 10px;
}
.cardkey_txt_wrap > p {
  font-size: 1.4rem;
}
.cardkey_txt_wrap > img {
  margin-right: 10px;
}
.complete_payment_li > li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.complete_payment_li > li label {
  cursor: pointer;
}
.complete_payment_li > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.comp_pay_inner input[type="radio"] {
  appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.comp_pay_inner input[type="radio"]:checked {
  box-shadow: 0 0 0 1px #7457f9;
  border: 4px solid #fff;
  background-color: #7457f9;
}
.comp_pay_inner p {
  font-size: 2rem;
  font-weight: 500;
}
.pm_card_img.flex {
  gap: 0 6px;
}
.res_left_con_wrap {
  width: 65%;
}
.res_left_con_wrap > .res_left_content {
  width: 100%;
  margin-bottom: 30px;
}
.res_left_content2,
.res_left_content3 {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 30px;
}
.res_left_content2 > button {
  color: #7457f9;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 20px;
}
.res_left_content2 i {
  margin-left: 30px;
}
.res_left_content3 > p {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.res_left_content3 > p > span.udl_1 {
  text-decoration: underline;
}
.res_left_content3 > p > span.udl_1_p {
  text-decoration: underline;
  color: #7457f9;
}
.res_left_content3 > h4.pay_txt {
  text-align: right;
  font-size: 3rem;
  font-family: "SUITE";
  margin-bottom: 18px;
}
.res_left_content3 > button.Pay_now_btn {
  width: 225px;
  height: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  background-color: #7457f9;
  border-radius: 4px;
  float: right;
}
.res_left_content3::after {
  content: "";
  display: block;
  clear: both;
}
.pay_inner_box {
  display: none;
}
.n_pay_box {
  margin-top: 30px;
}
.n_pay_box > button {
  width: 200px;
  height: 40px;
  border: 1px solid #e0e0e0;
  font-size: 1.4rem;
  border-radius: 4px;
  text-align: left;
  padding: 10px;
}
.n_pay_box > button:first-child {
  margin-right: 20px;
}
.n_pay_box > button.on {
  border: 1px solid #7457f9;
}
.credit_card_box {
  padding: 30px 20px;
  background-color: #fbfbfb;
  border-radius: 4px;
  margin-top: 20px;
}
.credit_c_inbox label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.credit_c_inbox input[type="number"] {
  width: 330px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 1.4rem;
}
.credit_c_inbox > img {
  display: inline-block;
  margin-left: 15px;
}
.cr_c_inwrap {
  margin: 40px 0 30px;
}
.credit_card_box .save_card_chk {
  font-weight: 400;
  font-size: 1.8rem;
}

/* promo_code_pop */
.promo_code_pop.pop .pop_con {
  width: 1089px;
  border-radius: 4px;
}
.promo_code_pop.pop .pop_con > h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.promo_codepop_inner {
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 20px;
  height: 370px;
  overflow-y: scroll;
}
.promo_codepop_inner input[type="number"] {
  width: 230px;
  height: 40px;
  border-radius: 4px 0 0 4px;
  font-size: 1.4rem;
  border-right: 1px solid #7457f9;
}
.promo_codepop_inner form button {
  height: 40px;
  background-color: #7457f9;
  color: #fff;
  width: 90px;
  border-radius: 0 4px 4px 0;
  font-size: 1.4rem;
}
.promo_codepop_inner form {
  margin-bottom: 20px;
}
.p_code_tab a {
  font-size: 1.6rem;
  width: 160px;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  font-weight: 500;
}
.p_code_tab li.on a {
  color: #7457f9;
  border-bottom: 3px solid #7457f9;
}
.p_code_tab {
  border-bottom: 1px solid #dbdbdb;
}
.code_tab_nocont_txt {
  text-align: center;
  padding-top: 110px;
}
.promo_code_b_wrap {
  margin-top: 10px;
}
.promo_code_b_wrap > p {
  color: #7457f9;
  font-weight: 500;
}
.promo_code_b_wrap > button {
  width: 80px;
  height: 40px;
}
.p_code_tabcont {
  display: none;
}
.p_code_tabcont.on {
  display: block;
}

/* payment_successful */
section.payment_succ {
  margin: 50px auto 120px;
}
.payment_succ_top {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 65px;
}
.payment_succ_top > h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #7457f9;
  margin-bottom: 35px;
}
.payment_succ_top > h3 i {
  margin-right: 15px;
}
.payment_succ_top > p {
  margin-bottom: 40px;
}
.payment_succ_top .pm_order_num_txt > p.order_num_t {
  color: #888;
  font-size: 1.6rem;
  margin-right: 7px;
  margin-bottom: 50px;
}
.payment_succ_top .pm_order_num_txt > p.order_num_t > span {
  color: #232323;
}
.pm_order_num_txt i {
  color: #7457f9;
  font-size: 1.6rem;
  vertical-align: -webkit-baseline-middle;
}
.payment_succ_top .see_book_btn {
  width: 225px;
  height: 60px;
  font-size: 2rem;
  font-weight: 500;
}

/* payment_succ_pop */
.payment_succ_pop.pop .pop_con {
  border-radius: 4px;
  text-align: center;
}
.payment_succ_pop.pop .pop_con > img {
  width: auto;
  margin: 0 auto 33px;
}
.payment_succ_pop.pop .pop_con > h5 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.payment_succ_pop.pop .pop_con > p {
  color: #888;
  margin-bottom: 45px;
}
.payment_succ_pop.pop .pop_con > button.rn_btn {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
}

/* see_bookings */
section.see_bookings {
  margin: 30px auto 120px;
}
.see_bookings_box {
  border: 1px solid #e0e0e0;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.see_book_left_txt > p {
  color: #888;
}
.see_book_left_txt > h4 {
  color: #7457f9;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.see_book_right_txt > p {
  color: #888;
}
.see_book_right_txt > p:first-child {
  margin-bottom: 3px;
}
.see_book_top_txt {
  padding-bottom: 58px;
  border-bottom: 1px solid #e0e0e0;
}
.see_book_bottom_txt {
  padding-top: 35px;
}
.see_book_bottom_txt > .paid_left_wrap > p {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 30px;
}
.see_book_bottom_txt > .paid_left_wrap > p span {
  font-weight: 400;
}
.see_book_bottom_txt > .paid_left_wrap > button {
  color: #7457f9;
}
.see_book_bottom_txt button.see_vo_btn {
  width: 167px;
  height: 40px;
  border: 1px solid #232323;
  border-radius: 4px;
  font-weight: 500;
}
.see_bookings_box > h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.booking_det_inner {
  padding-top: 30px;
}
.booking_det_img {
  margin-right: 30px;
}
.booking_det_text > h6 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.booking_det_text > table tr th {
  text-align: left;
  font-weight: 500;
  width: 66%;
  padding: 5px 0;
}
.booking_det_text > table tr:first-child th {
  padding-top: 0;
}
.booking_det_text > table tr td {
  color: #888;
}
.cancell_li_wrap > li button {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #232323;
}
.cancell_li_wrap > li button > i {
  font-size: 1rem;
  display: block;
}
.cancell_li_wrap > li > p {
  margin-right: 10px;
}
.cancell_li_wrap > li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.cancell_li_wrap > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cancell_li_txtbox {
  position: absolute;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  width: 400px;
  bottom: 20px;
  left: 250px;
  display: none;
  z-index: 2;
}
.credits_step {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.credits_step > p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
.credits_step > p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #df25ad;
  border-radius: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
.credits_step > p::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background-color: #df25ad;
  position: absolute;
  left: 3px;
}
.credits_step > p:last-child {
  margin-bottom: 0;
}
.credits_step > p:last-child:after {
  display: none;
}
.see_bookings_box .how_txt {
  font-size: 1.8rem;
  padding-top: 30px;
}
.adiition_wrap {
  padding-top: 30px;
}
.adiition_left p.fis_txt {
  margin-bottom: 44px;
}
.adiition_left p.las_txt {
  margin-bottom: 30px;
}
.adiition_left > button {
  width: 140px;
  height: 40px;
  border: 1px solid #232323;
  border-radius: 4px;
}
.adiition_right > p {
  margin-bottom: 20px;
}
.adiition_left,
.adiition_right {
  width: 50%;
}
.chat_us_wrap {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 65px;
}
.chat_us_wrap > h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
.chat_us_wrap > button {
  width: 140px;
  height: 40px;
  font-weight: 500;
}
.explore_nearby_wrap > h3 {
  margin-bottom: 32px;
  font-size: 3.6rem;
  font-weight: 600;
}
.explore_nearby_wrap .sr_content_list_wrap .srcon_li_img {
  border-radius: 4px 4px 0 0;
  height: 148px;
  overflow: hidden;
  display: grid;
  align-content: center;
}
.explore_nearby_wrap .sr_content_list_wrap .srcon_li_txt {
  border-radius: 0 0 4px 4px;
}
.ex_seemore_btn {
  width: 125px;
  height: 40px;
  border: 1px solid #232323;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 40px auto 0;
}

/* payment_detailes.pop */
.payment_det_pop.pop .pop_con {
  border-radius: 4px;
}
.payment_det_pop.pop .pop_con > h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.payment_det_pop .pay_sub_total_box {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.payment_det_pop .pay_sub_total_box > p {
  font-size: 1.8rem;
  font-family: "SUITE";
}
.payment_det_pop .b_total_wrap > p {
  font-weight: 900;
  font-family: "SUITE";
  font-size: 2rem;
}
.payment_det_pop .b_total_wrap {
  margin: 15px 0 40px;
}
.payment_det_pop .b_total_wrap > span {
  font-weight: 600;
  font-size: 1.8rem;
}
.payment_det_pop .pay_total_wrap {
  margin-bottom: 40px;
}
.payment_det_pop .s_receipt_btn {
  border: 1px solid #232323;
  font-weight: 500;
  width: 130px;
  height: 40px;
  border-radius: 4px;
}
.payment_det_pop h5 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem;
}
.payment_det_pop .night_course_tb {
  width: 100%;
  border-top: 2px solid #7457f9;
}
.payment_det_pop table {
  width: 100%;
}
.payment_det_pop th {
  padding: 20px;
  background-color: #fbfbfb;
  text-align: left;
  font-weight: 400;
}
.night_course_tb h6 {
  color: #7457f9;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 16px 20px;
  background-color: #f5f5f5;
}
.payment_det_pop td {
  padding: 20px;
  background-color: #fbfbfb;
  text-align: right;
  font-family: "SUITE";
}

/* receipt */
section.receipt_sec {
  margin: 35px auto 160px;
}
section.receipt_sec .see_rece_sec_title {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 42px;
}
section.receipt_sec .receipt_info_bar {
  background-color: #f5f5f9;
  padding: 20px 30px;
  border-radius: 4px;
  margin-bottom: 84px;
}
section.receipt_sec .receipt_info_bar p {
  margin-right: 40px;
}
section.receipt_sec .receipt_info_bar p > span {
  font-weight: 600;
}
section.receipt_sec table {
  width: 100%;
}
section.receipt_sec table tr th {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
section.receipt_sec table tr th:first-child {
  text-align: left;
  width: 35%;
}
section.receipt_sec table tr td {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
section.receipt_sec table tr td:first-child {
  text-align: left;
  width: 35%;
}
section.receipt_sec table tr th:last-child {
  text-align: right;
}
section.receipt_sec table tr td:last-child {
  text-align: right;
}
section.receipt_sec .tb_b_total_wrap {
  text-align: right;
  padding-top: 30px;
  width: 36%;
  float: right;
}
.rec_tb_det_wrap::after {
  content: "";
  display: block;
  clear: both;
}
section.receipt_sec .tb_b_total_wrap .sub_tb_total1 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
section.receipt_sec .tb_b_total_wrap .sub_tb_total2 {
  font-size: 2.4rem;
  font-weight: 600;
}
section.receipt_sec button.print_btn {
  width: 250px;
  height: 60px;
  font-size: 2.4rem;
  margin: 180px auto 0;
}
.tb_b_total_wrap span {
  width: 50%;
  display: inline-block;
}

/* voucher */
section.voucher_sec {
  margin: 80px auto;
}
.voucher_wrap {
  width: 1000px;
  margin: 0 auto;
}
.v_title_top_wrap {
  background-color: #7457f9;
  border-radius: 4px 4px 0 0;
  padding: 20px;
}
.voucher_box {
  border: 1px solid #e0e0e0;
  padding: 30px 20px 40px;
  margin-bottom: 30px;
}
.voucher_box > .v_box_title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.voc_box_inner {
  padding-top: 20px;
}
.voc_box_inner .voc_box_txt_con h5.v_in_title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.8rem;
}
.voc_box_inner .voc_box_txt_con p.voc_txt {
  margin-bottom: 5px;
}
.voc_box_inner .voc_box_txt_con p.voc_txt:last-child {
  margin-bottom: 0;
}
.voc_box_inner .voc_box_txt_con {
  margin-bottom: 30px;
}
.voc_box_inner .voc_box_txt_con:last-child {
  margin-bottom: 0;
}
.voc_box_inner .voc_box_txt_con p.voc_txt > span {
  color: #7457f9;
}
.line_content p.line_inner_litxt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.line_content p.line_inner_litxt:last-child {
  margin-bottom: 0;
}
section.voucher_sec .in_map_title {
  font-weight: 500;
  margin-bottom: 20px;
  margin-bottom: 10px;
}
section.voucher_sec .v_sch_txt {
  color: #888;
  font-size: 1.4rem;
  margin-top: 30px;
}
.voc_box_inner .voc_box_txt_con.voc_box_how_txt_wrap h5:last-child {
  margin-bottom: 0;
}
.voc_box_inner .voc_box_txt_con.voc_box_how_txt_wrap {
  margin-bottom: 15px;
}
.voc_box_inner.local_op_txt > h6 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
.voc_box_inner .local_txt_box {
  margin-bottom: 30px;
}
.voc_box_inner .local_txt_box:last-child {
  margin-bottom: 0;
}
.voc_box_inner .local_txt_box > p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.voc_box_inner .local_txt_box > span {
  display: block;
}
.voc_box_inner .voc_fis_txt {
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.voc_box_inner .voc_fis_txt > span {
  display: block;
  color: #888;
  margin-bottom: 10px;
}
.voc_box_inner .voc_fis_txt > p {
  font-size: 1.8rem;
  font-weight: 500;
}
.voc_box_inner .voc_fis_txt_fwrap .voc_fis_txt {
  width: 50%;
  border-bottom: none;
  padding-bottom: 0;
}
.voc_box_inner .voc_fis_txt_fwrap {
  padding-top: 20px;
}
.voc_box_inner .voc_fis_txt_fwrap:last-child {
  padding-top: 30px;
}
.v_meet_txt {
  color: #888;
  font-size: 1.4rem;
}
.voucher_wrap .vo_bottom_txt > span {
  color: #7457f9;
}
.voucher_wrap .v_dw_btn {
  width: 400px;
  height: 60px;
  margin: 70px auto 0;
}
.voucher_wrap .v_dw_btn > img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: -8px;
}

/* currency_pop */
.pop.lnb_lan_pop .pop_con {
  width: 250px;
  border-radius: 4px;
  padding: 10px 15px 20px;
}
.pop.lnb_lan_pop .pop_con > h3 {
  font-weight: 500;
}
.pop.lnb_lan_pop .hd_sel_inner_box li p {
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
}
.pop.lnb_lan_pop .pop_con button.pop_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.pop.lnb_lan_pop .pop_con {
  top: 50%;
}

/* about */
.about_img_wrap {width: fit-content; margin: 0 auto;}
.about_img_wrap > img {width: 100%;}


/* 공지 */
.notify table {width: 100%; margin-bottom: 30px;}
.notify table th {text-align: left; font-weight: 400; padding: 20px 0; border-bottom: 1px solid #E0E0E0; width: 70%;}
.notify table tr:first-child th, .notify table tr:first-child td {border-top: 1px solid #E0E0E0;}
.notify table td {text-align: right; color: #888; border-bottom: 1px solid #E0E0E0; width: 30%;}
.notify .page_wrap {text-align: center;}