/*
Theme Name: Ntcube-Basic-Child
template: ntcube-basic
Theme URI: https://ntcube.co.kr
Description: Ntcube-Basic child theme
Version: 1.1.4
Author: NTCUBE
Author URI: http://ntcube.co.kr
*/

html :where([style*=border-width]) {
  border-style: none;
}

/*font*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');

:root {
  --font-size-default: 14px;
}

html {
  font-size: var(--font-size-default);
}

* {
  font-family: 'Nunito', 'Pretendard';
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  color: var(--color-primary);
}

p {
  font-size: 14px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 14px;
  }

  h3 {
    font-size: px;
  }

  h4 {
    font-size: 13px;
  }

  p {
    font-size: 10px;
  }
}

/*font*/



/*Color*/
:root {
  --color-title: #222222;
  --color-text: #222222;
  --color-primary: #ae9754;
  --color-little: #ae97541a;
  --color-sub: #f9f8f4;
  --color-mute: #aaaaaa;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-danger: #ea1818;
  --color-warning: #e9ac00;
  --color-success: #24b020;


  --gnb-font-color: var(--color-title);
  --gnb-bg-color: #ffffff;

  --body-bg-color: var(--color-white);
}

::selection {
  background-color: var(--color-primary);
  color: #fff;
}

/*scrollbar custom*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 40px;
}

/*Layout*/
:root {
  --container-width: 1200px;
  --header-height: 80px;
  --divider-gap: 50px;
}

/*Grid*/
:root {
  --grid-num: auto;
  --grid-m-num: auto;
  --grid-t-num: auto;
  --grid-col: 1;
  --grid-gap: 20px;
  --row-gap: 0;
  --grid-row: 1;
  --grid-order: 0;
  --grid-col-start: auto;
  --grid-row-start: auto;
}


/*custom*/
img {
  display: block;
}

.container {
  max-width: 1200px;
}

.divider {
  margin-top: 100px;
  margin-bottom: 150px;
}



.mb-commerce {
  max-width: 1200px;
  margin: auto;
  padding: 30px 0px;
}

.prm {
  color: var(--color-primary);
}

#main {
  padding: 0 !important;
}

#main .container {
  width: 100%;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
  .mb-commerce {
    max-width: 90%;
  }
}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  .divider {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .mb-commerce {
    max-width: 90%;
  }

  .mb-mo-divider {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

/*custom*/

/*slider*/
.slider {
  overflow-x: hidden;
}

.slider .slide-item {
  height: 90vh !important;
}

.slider .slick-dots {
  bottom: 30px !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button:before {
  color: #f3f3f3 !important;
  opacity: 1 !important;
  font-family: 'Pretendard' !important;
  font-size: 50px !important;
}

.slick-dots li.slick-active button:before {
  color: var(--color-primary) !important;
  opacity: 1 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  .slider .slide-item {
    height: 55vh !important;
  }

  .slider .slide-item.slide-item-mobile {
    background-position: left !important;
  }

  .slider .slick-dots {
    bottom: 20px !important;
  }

  .slick-dots li {
    width: 15px !important;
  }

  .slick-dots li button:before {
    font-size: 30px !important;
  }
}

/*slider*/

/*main.css*/

.main1 {
  background-image: url(/images/circle_bg_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 150px;
  margin-bottom: 70px;
}

.main-object {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
  padding-bottom: 120px;
}

.circle-area {
  position: relative;
  width: 300px;
}

.circle-title h2 {
  margin-bottom: 20px;
}

.circle-title h4 {
  margin-bottom: 30px;
}

.circle {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.circle div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.circle:hover .circle-hover {
  opacity: 1;
}

.circle-hover {
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s linear;
  background: rgb(174 151 84 / 75%);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle p {
  font-size: 23px;
  font-weight: 600;
}

.bg-circle {
  width: 330px;
  height: 330px;
  background-color: #fcfbf9;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.bg-circle.c1 {
  top: 10px;
  left: 70px;
}

.bg-circle.c2 {
  top: 170px;
  left: -140px;
}

.bg-circle.c3 {
  top: 10px;
  left: 130px;
}

.bg-circle.c4 {
  top: 170px;
  left: -90px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  .main1 {
    margin: 0;
    background: none;
  }

  .main-object {
    padding: 50px 2%;
  }

  .circle {
    width: 80%;
  }

  .circle p {
    font-size: 15px;
  }

  .circle-title h2 {
    margin-bottom: 8px;
  }

  .circle-title h4 {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .bg-circle.c1 {
    top: 110px;
    left: -140px;
  }

  .bg-circle.c3 {
    top: -190px;
    left: 220px;
  }

}

/*main.css*/


/*sub*/
.page-title {
  text-align: center;
  margin-bottom: 80px;
}

.page-title::before {
  content: 'WISE HALL';
  font-size: 12px;
  letter-spacing: 6px;
  color: var(--color-primary);
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
}

.highlight {
  display: inline;
  box-shadow: inset 0 -15px 0 var(--color-sub);
}

.content-title {
  margin-bottom: 20px !important;
  display: inline-flex;
  align-items: center;
}

.content-title .material-symbols-rounded {
  font-size: 21px;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 20;
}

.content-title .title-icon {
  margin-right: 5px;
}

.info-text {
  font-size: 14px;
}

.helper-text {
  color: var(--color-mute);
  margin-top: 20px;
  font-size: 13px;
}

.list-text li {
  font-size: 14px;
  line-height: 2.2;
  text-indent: -1em;
  padding-left: 1em;
}

.list-text li::before {
  content: '·';
  margin-right: 10px;
}


#info .content {
  margin-bottom: 80px;
}

#location .content {
  margin-bottom: 60px;
}

.content-flex {
  display: flex;
}

.content-flex .content {
  width: 50%;
}

.place-title {
  padding: 0 0 30px 0;
  margin: 40px 0;
  border-bottom: solid 1px #eee;
}

.parking-icon {
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.parking-image {
  margin-top: 25px;
  display: inline-flex;
}

.parking-image div:first-child {
  margin-right: 30px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  .page-title {
    margin-bottom: 50px;
  }

  .page-title::before {
    font-size: 6px;
    margin-bottom: 18px;
  }

  .content-title {
    margin-bottom: 12px !important;
  }

  .info-text {
    font-size: 12px;
  }

  .helper-text {
    font-size: 11px;
    margin-top: 12px;
  }

  .list-text li {
    font-size: 12px;
  }

  #info .content {
    margin-bottom: 60px;
  }

  #location .content {
    margin-bottom: 40px;
  }

  .content-flex {
    display: block;
  }

  .content-flex .content {
    width: unset;
  }

  .place-title {
    padding: 0px 0 20px 0;
    margin: 20px 0;
  }

  .place-title h2 {
    font-size: 18px;
  }

  .parking-image {
    margin-top: 15px;
  }

  .parking-image div:first-child {
    margin-right: 10px;
  }
}

/*sub*/




/*table*/

.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  text-align: center;
}

.table tr th,
.table tr td {
  padding: 20px 0;
  border: solid 1px #eee;
  font-size: 14px;
}

.table tr th {
  background-color: var(--color-sub);
}

#info .content .price .table tr th,
#info .table tr td {
  width: 50%;
}

#info .content.refund .price .table tr th,
#info .table tr td {
  width: calc(100% / 3);
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {

  .table tr th,
  .table tr td {
    min-width: unset;
    padding: 12px 0;
    font-size: 12px;
  }
}

/*table*/


/*tap*/
.tab.tab-line .tab-nav>div {
  font-size: 22px;
}

.tab.tab-line .tab-nav>div.active {
  border: 0;
  border-bottom: solid 3px var(--color-primary);
  color: var(--color-primary);
}

.tab.tab-line .tab-nav>div {
  border-bottom: solid 3px #eee;
  color: var(--color-mute);
}

.tab.tab-line .tab-nav>div:hover {
  color: var(--color-mute);
}

.tab.tab-line .tab-nav>div {
  font-weight: 700;
}

.tab.tab-line .tab-nav>div.active:hover {
  color: var(--color-primary);
}

.tab .tab-nav {
  margin: 0 0 70px 0;
}

.tab.tab-line .tab-nav>div {
  padding: 0 0 25px 0;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  .tab.tab-line .tab-nav>div {
    font-size: 16px;
    padding: 0 0 12px 0;
  }

  .tab .tab-nav {
    margin: 0 0 30px 0;
  }
}

/*tap*/

/*map*/
.map>.root_daum_roughmap {
  padding-bottom: 45.83%;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
  .map>.root_daum_roughmap {
    padding-bottom: 66.15%;
  }
}

/*map*/

/*popup*/
.s-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.s-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  padding: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90vh;
}

span.s-close-button {
  font-size: 30pt;
  font-weight: 300;
  float: right;
  text-align: center;
  cursor: pointer;
  /* position:absolute;
  right: 0; */
  z-index: 99;
}

.s-modal-content span.s-close-button {
  position: sticky;
  top: 0px;
  right: 0px;
}

.s-show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99999;
}

.popup-title h2 {
  font-size: 25px;
}

.popup-title p {
  font-size: 16px;
  margin-bottom: 70px;
}

.popup-content h3 {
  font-size: 20px;
  margin-bottom: 45px;
}

.popup-content select {
  color: var(--color-title);
}

.popup-content label span {
  color: var(--color-primary);
}

.popup-content .form-group {
  margin: 0;
}

.terms p {
  font-size: 15px;
}

.terms-box {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 5px;
}

.terms-box p {
  color: var(--color-aaa);
  font-size: 15px;
  line-height: 1.6;
}

.input-helper {
  font-size: 14px;
  margin-top: 12px;
}

.popup-bottom-button {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.popup-bottom-button>button:last-child {
  margin-right: 10px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {
  .s-modal-content {
    min-width: 500px
  }

  .s-modal-content span.s-close-button {
    top: -40px;
    right: -40px;
    margin-top: -40px;
    margin-right: -40px;
  }
}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {
  .s-modal-content {
    min-width: 600px;
    padding: 40px;
  }

  .s-modal-content span.s-close-button {
    top: -20px;
    right: -20px;
    margin-top: -20px;
    margin-right: -20px;
  }
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
  .s-modal-content {
    min-width: 600px;
    padding: 40px;
  }

  .s-modal-content span.s-close-button {
    top: -20px;
    right: -20px;
    margin-top: -20px;
    margin-right: -20px;
  }
}

/* Moble ( ~ 767px)*/
@media screen and (max-width:767px) {
  .s-modal-content {
    left: 10%;
    transform: translate(-5%, -50%);
    padding: 30px 20px;
    min-width: 90%;
  }

  .popup-bottom-button .btn-wide {
    min-width: auto;
  }

  .popup-bottom-button {
    display: block;
  }

  .popup-bottom-button>button {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .popup-bottom-button>button:last-child {
    margin: 0;
  }
}

/* //popup*/

.mb-reservation-calendar-wrap .mb-calendar-select-btn1 {
  background-color: var(--color-primary);
  color: #fff;
  border: 0;
  border-radius: 0;
}

.mb-reservation-select-item-active .toggle-check-bg {
  background-color: var(--color-primary) !important;
  color: #fff;
}



.reserv-alert-text {
  font-size: 15px;
  color: var(--color-primary);
  margin-top: 10px;
  text-align: center;
  margin-top: 10px !important;
}



/**/
.mb-no-reservation .toggle-check-bg {
  background-image: none !important;
  background-color: #eee !important;
}

.mb-reservation-select-item-box li .toggle-check {
  color: #888 !important;
}

.mb-reservation-calendar-wrap .mb-select-list {
  padding: 40px 5px !important;
}

.mb-table-select-date-body>tr>td>div>span {
  font-weight: 600;
  color: red;
  font-size: 18px;
}