@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif CJK KR"), local("Source Han Serif K"), local("Source Han Serif"), local("Noto Serif CJK"), local("Noto Serif"), url("../fonts/NotoSerifCJKkr-Regular-subset.woff") format("woff"), url("../fonts/NotoSerifCJKkr-Regular-subset.woff2") format("woff2"), url("../fonts/NotoSerifCJKkr-Regular-subset.otf") format("otf");
}
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif CJK KR"), local("Source Han Serif K"), local("Source Han Serif"), local("Noto Serif CJK"), local("Noto Serif"), url("../fonts/NotoSerifCJKkr-Bold-subset.woff") format("woff"), url("../fonts/NotoSerifCJKkr-Bold-subset.woff2") format("woff2"), url("../fonts/NotoSerifCJKkr-Bold-subset.otf") format("otf");
}
/* FONT SIZES */
/* FONT WEIGHT */
/* LINE HEIGHTS */
/* SPACING */
/* MARGINS */
/* COLORS */
/* LAYOUT */
:root {
  --grid-gap: 1%; /* 간격 값 정의 */
}

body {
  width: 100%;
  font-family: "Pretendard", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #382F2D;
  background-color: #fff;
  transition: background-color 0s 0s, color 0s 0s;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* #Heading-style */
.headings-style,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-text > p,
.tmb .t-entry .t-entry-cat,
.tmb .t-entry .t-entry-title,
.tmb .t-entry .t-entry-table-typography,
.vc_pie_chart .vc_pie_chart_value,
ul.dwls_search_results .daves-wordpress-live-search_title .search-title {
  letter-spacing: initial;
  font-weight: initial;
  font-family: initial;
}

ul {
  margin: 0;
}

.post-content ul:not(.no-list):not(.navigation):not(.pagination):not(.term-filters-list):not(.uncode-woocommerce-sorting-dropdown):not(.nav-tabs), .post-content ul:not(.no-list):not(.navigation):not(.pagination):not(.term-filters-list) ul:not(.uncode-woocommerce-sorting-dropdown) {
  list-style: none;
}

.owl-carousel {
  touch-action: none;
  pointer-events: none;
}

.font-weight-menu, .menu-container:not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link), .top-menu.top-menu-enhanced ul.menu-smart > li > a:not(.social-menu-link), .menu-container:not(.grid-filters) ul.menu-smart li.dropdown > a, .top-menu.top-menu-enhanced ul.menu-smart li.dropdown > a, .menu-container:not(.grid-filters) ul.menu-smart li.mega-menu > a, .top-menu.top-menu-enhanced ul.menu-smart li.mega-menu > a, .menu-container:not(.vmenu-container):not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link):not(.vc_control-btn), .menu-smart i.fa-dropdown, .vmenu-container a {
  letter-spacing: 0;
}

h1, h2, h3, h4 {
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: "Pretendard", serif;
  color: #382F2D;
}
@media (max-width: 1280px) {
  h1, h2, h3, h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  h1, h2, h3, h4 {
    margin-bottom: 20px;
  }
}

h3:not([class*=fontsize-]), .h3:not([class*=fontsize-]) {
  font-size: 30px;
}
@media (max-width: 768px) {
  h3:not([class*=fontsize-]), .h3:not([class*=fontsize-]) {
    font-size: 26px;
  }
}

p, li {
  font-family: "Pretendard", serif;
  line-height: 1.6;
  word-break: keep-all;
  margin-top: 0;
  color: #382F2D;
  font-size: 22px;
}
@media (max-width: 1280px) {
  p, li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  p, li {
    font-size: 18px;
  }
}

p {
  margin-bottom: 20px;
}

span {
  font-family: "Pretendard", sans-serif;
  word-break: keep-all;
  margin-top: 0;
  color: #382F2D;
}

table {
  width: 100%;
  color: #382F2D;
  font-size: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 960px) {
  table {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  table {
    font-size: 16px;
  }
}
table th {
  padding: 16px;
  font-weight: 600;
  border: 1px solid #cfd6dc !important;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  table th {
    padding: 8px;
  }
}
table td {
  padding: 16px;
  font-weight: 400;
  border: 1px solid #cfd6dc !important;
}
@media (max-width: 768px) {
  table td {
    padding: 8px;
  }
}
table thead {
  background-color: #eee;
  border-top: 1px solid #cfd6dc;
  border-bottom: 1px solid #cfd6dc;
}

.col-lg-0 {
  padding-top: 20px;
  padding-bottom: 20px;
}

span.button {
  font-size: 16px !important;
  font-family: "Pretendard", sans-serif !important;
  padding: 14px 30px;
  border: 1px solid #607f72;
  display: inline-block !important;
  transition: color 0.3s ease, background-color 0.3s ease; /* 애니메이션 속도와 ease 추가 */
}
@media (max-width: 768px) {
  span.button {
    font-size: 15px !important;
    padding: 10px 26px;
  }
}
span.button:hover {
  background-color: #dfe5e3;
}

.text-center {
  text-align: center;
}

#main-slider h2 {
  font-size: 86px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-family: "Pretendard", serif;
}
@media (max-width: 1600px) {
  #main-slider h2 {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  #main-slider h2 {
    font-size: 60px;
  }
}
@media (max-width: 960px) {
  #main-slider h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #main-slider h2 {
    font-size: 35px;
  }
}
#main-slider p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #main-slider p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #main-slider p {
    font-size: 17px;
  }
}

@media (max-width: 960px) {
  .menu-container .logo-container {
    padding: 20px !important;
  }
}

.mobile-menu-button {
  padding: 0 20px;
}

.social-menu-link {
  font-size: 30px;
}

.menu-icons i:not(.fa-dropdown) {
  font-size: 24px !important;
}

.submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:hover,
.submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:focus {
  background-color: #cfd8d4 !important;
}

.page .page-body {
  background-color: #fff !important;
}
.page .main-container h2 {
  font-size: 60px;
}
@media (max-width: 1600px) {
  .page .main-container h2 {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .page .main-container h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .page .main-container h2 {
    font-size: 36px;
  }
}
.page #section-title {
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}
@media (max-width: 960px) {
  .page #section-title {
    margin-top: 12.25vw;
    margin-bottom: 12.25vw;
  }
}
.page #section-title.mb-0 {
  margin-bottom: 0 !important;
}
.page #section-title .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page #section-title h2 {
  width: 100%;
  font-family: "Pretendard", serif;
  font-size: 42px;
  text-align: center;
  color: #382F2D;
}
@media (max-width: 960px) {
  .page #section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .page #section-title h2 {
    font-size: 27px;
  }
}
.page #section-title p {
  font-family: "Pretendard", serif;
  font-size: 22px;
  text-align: center;
  width: 65%;
}
@media (max-width: 1280px) {
  .page #section-title p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .page #section-title p {
    font-size: 18px;
    width: 100%;
  }
}
.page #section-list {
  margin-top: 8.33vw;
  margin-bottom: 8.33vw;
}
@media (max-width: 768px) {
  .page #section-list {
    margin-top: 20vw;
  }
}
.page #section-list .row-container {
  margin-bottom: 10vw;
}
.page #section-list .row-container:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .page #section-list .reverse .wpb_row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page #section-list h2 {
  font-family: "Pretendard", serif;
  font-size: 54px;
}
@media (max-width: 1280px) {
  .page #section-list h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page #section-list h2 {
    font-size: 30px;
  }
}
.page #section-list span {
  display: block;
  font-family: "Pretendard", serif;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .page #section-list span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page #section-list span {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.page #section-list .text-block {
  width: 100%;
  height: 100%;
  padding: 0 18%;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .page #section-list .text-block {
    padding: 0 12%;
  }
}
@media (max-width: 1280px) {
  .page #section-list .text-block {
    padding: 0 10%;
  }
}
@media (max-width: 960px) {
  .page #section-list .text-block {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .page #section-list .text-block {
    padding: 0 20px;
  }
}
.page #section-list .text-block ul {
  padding: 0;
}
.page #section-list .text-block ul li {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
.page #section-list .text-block ul li b {
  width: 110px;
  flex-shrink: 0;
}
.page #section-list .text-block ul li div {
  display: inline-block;
}
.page #section-list .image-block {
  padding-left: 0 !important;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page #section-list .image-block {
    padding: 0 20px !important;
  }
}
.page #experiences {
  margin-bottom: 8.33vw;
}
.page #experiences h2 {
  text-align: center;
}
.page #experiences p {
  text-align: center;
}
.page #experiences .experiences-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3개의 동일한 너비 컬럼 생성 */
  gap: 20px; /* 컬럼 사이 간격 (필요에 따라 조정) */
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page #experiences .experiences-container {
    grid-template-columns: repeat(1, 1fr); /* 3개의 동일한 너비 컬럼 생성 */
  }
}
.page #experiences .experiences-container .cols-4 {
  position: relative;
  display: block;
}
.page #experiences .experiences-container .cols-4 a {
  width: 100%;
  height: 100%;
}
.page #experiences .experiences-container .cols-4 img {
  display: block;
}
.page #experiences .experiences-container .cols-4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: background 0.3s ease; /* 애니메이션 속도와 ease 추가 */
}
.page #experiences .experiences-container .cols-4:hover .item-description {
  opacity: 1;
}
.page #experiences .experiences-container .cols-4:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.page #experiences .experiences-container .item-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease; /* 애니메이션 속도와 ease 추가 */
}
@media (max-width: 768px) {
  .page #experiences .experiences-container .item-description {
    opacity: 1;
  }
}
.page #experiences .experiences-container .item-description span {
  color: #fff;
  font-family: "Pretendard", sans-serif;
}
.page #experiences .experiences-container .item-description span.title {
  font-size: 30px;
  margin-bottom: 10px;
}
.page #experiences .experiences-container .item-description span.button {
  border: 1px solid #fff;
}
.page #experiences .experiences-container .item-description span:hover.button {
  background-color: #fff;
  color: #382F2D;
}
.page #room-point {
  margin: 6.25vw 0 0;
}
.page #room-point h2 {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page #room-point h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .page #room-point h3 {
    font-size: 20px;
  }
}
.page #room-point p {
  flex-grow: 1; /* 텍스트 내용에 따라 확장 */
  margin-bottom: 20px !important;
}
.page #room-point .cols-4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.page #room-point .room-point-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3개의 동일한 너비 컬럼 생성 */
  gap: 20px; /* 컬럼 사이 간격 (필요에 따라 조정) */
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .page #room-point .room-point-container {
    grid-template-columns: repeat(1, 1fr); /* 1개의 동일한 너비 컬럼 생성 */
  }
}
.page #facilities {
  padding: 60px 0;
  background-color: #dfe5e3;
}
@media (max-width: 768px) {
  .page #facilities {
    padding: 30px 0;
  }
}
.page #facilities .facilities-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1280px) {
  .page #facilities .facilities-container {
    grid-template-columns: 1fr; /* 1:1 비율로 변경 */
  }
}
.page #facilities .facilities-container h2 {
  color: #5E5554;
  line-height: 1.2;
}
.page #facilities .facilities-container ul {
  column-count: 2;
  column-gap: 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .page #facilities .facilities-container ul {
    column-count: 1;
  }
}
.page #facilities .facilities-container ul li {
  color: #5E5554;
  margin-bottom: 20px;
}
.page #reserve {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .page #reserve {
    margin: 60px 0;
  }
}
.page #reserve h2 {
  font-size: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .page #reserve h2 {
    font-size: 60px;
  }
}
@media (max-width: 960px) {
  .page #reserve h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .page #reserve h2 {
    font-size: 40px;
  }
}
.page #reserve h2 a {
  color: #fff !important;
  opacity: 0.6;
  transition: opacity 0.3s ease; /* 애니메이션 속도와 ease 추가 */
}
@media (max-width: 768px) {
  .page #reserve h2 a {
    opacity: 1;
  }
}
.page #reserve h2 a:hover {
  opacity: 1;
}
.page .row-pl-1 {
  padding-left: 18% !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .page .row-pl-1 {
    padding-left: 12% !important;
  }
}
@media (max-width: 1280px) {
  .page .row-pl-1 {
    padding-left: 8% !important;
  }
}
@media (max-width: 768px) {
  .page .row-pl-1 {
    padding: 0 20px !important;
  }
}
.page .row-pl-1 ul {
  padding: 0 !important;
}
.page .row-pl-1 ul li {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
.page .row-pl-1 ul li b {
  width: 110px;
  flex-shrink: 0;
}
.page .row-pl-1 ul li div {
  display: inline-block;
}
.page .list-block {
  margin-bottom: 8.33vw;
}
.page .list-block:last-child {
  margin-bottom: 0;
}

.page-reservation #row-unique-0 {
  padding: 0;
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}
.page-reservation #row-unique-0 .reservation-info {
  margin-bottom: 40px;
}
.page-reservation #row-unique-0 .reservation-info li {
  margin-bottom: 0;
}
.page-reservation #row-unique-0 ul {
  padding: 0;
  margin-bottom: 20px;
}
.page-reservation #row-unique-0 ul li {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
.page-reservation #row-unique-0 ul li b {
  width: 180px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .page-reservation #row-unique-0 ul li b {
    width: 150px;
  }
}
.page-reservation #row-unique-0 ul li div {
  display: inline-block;
}
.page-reservation .image-block {
  padding-right: 40px !important;
}
@media (max-width: 960px) {
  .page-reservation .image-block {
    padding-right: 0 !important;
  }
}
.page-reservation .text-block {
  padding-left: 40px !important;
}
@media (max-width: 960px) {
  .page-reservation .text-block {
    padding-left: 0 !important;
  }
}

.main-container .row-container.row-pa0 .row-parent {
  padding: 0;
}
.main-container .row-container.row-mb0 {
  margin-bottom: 0 !important;
}
.main-container .row-inner {
  margin: 0 auto;
  min-width: initial;
}
.main-container .row-inner .column_parent:first-child {
  padding: 0;
}
.main-container .row-navigation {
  padding: 0;
}
.main-container .row-navigation .row-parent {
  padding: 36px;
}

.main-container .row-container .row-parent {
  padding: 36px;
}
.main-container .row-container .row-parent.no-bottom-padding {
  padding-bottom: 0 !important;
}
.main-container .row-container .row-parent.no-top-padding {
  padding-top: 0 !important;
}
@media (max-width: 960px) {
  .main-container .row-container .row-parent {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .main-container .row-container .row-parent {
    padding: 20px;
  }
}

.footer-container {
  color: #fff;
  background-color: #607f72;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-container .wpb_row .wpb_column {
  padding: 40px 0;
}
.footer-container .logo {
  display: block;
  width: 230px;
  height: 175px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .footer-container .logo {
    width: 200px;
    height: 152px;
  }
}
.footer-container .copyright {
  color: #fff;
}
.footer-container .contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.footer-container .tel {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* 수직 중앙 정렬 */
}
@media (max-width: 768px) {
  .footer-container .tel {
    font-size: 24px;
  }
}
.footer-container .tel:hover, .footer-container .tel:active, .footer-container .tel:focus {
  color: #dfe5e3 !important;
}
.footer-container .tel span {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .footer-container .tel span {
    font-size: 18px;
  }
}
.footer-container .naver {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* 수직 중앙 정렬 */
}
.footer-container .naver i {
  margin-left: 5px;
}
.footer-container .naver:hover, .footer-container .naver:active, .footer-container .naver:focus {
  color: #dfe5e3 !important;
}
.footer-container ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 30px;
}
.footer-container ul li {
  font-family: "Pretendard", sans-serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer-container ul li a {
  color: #fff;
}

.page-location h3 {
  margin-bottom: 20px;
}
.page-location .navigation ul {
  margin-bottom: 20px;
}
.page-location .navigation ul li {
  list-style: disc;
}
.page-location ul.map-list {
  display: flex;
  justify-content: center;
  margin: 20px 0 80px;
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 768px) {
  .page-location ul.map-list {
    flex-direction: column;
  }
}
.page-location ul.map-list li {
  margin: 0 20px;
  width: 240px;
  list-style: none;
}
@media (max-width: 768px) {
  .page-location ul.map-list li {
    margin: 0 auto 20px;
    width: 80%;
  }
}
.page-location ul.map-list li a span {
  width: 100%;
  text-align: center;
  display: block;
}

#map {
  width: 80%;
  height: 600px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  #map {
    width: 90%;
    margin-top: 30px;
    height: 400px;
  }
}

/*# sourceMappingURL=layout.css.map */
