.header {
  transform: translateY(-15.625rem);
}

.footer {
  background-color: #fffcf2;
}

#content {
  overflow: hidden;
}

.main-visual {
  position: relative;
  height: 100vh;
  min-height: 37.5rem;
  background-color: #000;
}

.mv-bg-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mv-bg-slide {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 117%;
}

.mv-bg-slide01 {
  background-image: url("../img/main/mv-bg01-pc.jpg?250808");
}

.mv-bg-slide02 {
  background-image: url("../img/main/mv-bg02-pc.jpg?250808");
}

.mv-bg-slide03 {
  background-image: url("../img/main/mv-bg03-pc.jpg?250808");
}

.mv-bg-slide04 {
  background-image: url("../img/main/mv-bg04-pc.jpg?250808");
}

.mv-bg-slide05 {
  background-image: url("../img/main/mv-bg05-pc.jpg?250808");
}

.mv-bg-slide06 {
  background-image: url("../img/main/mv-bg06-pc.jpg?250808");
}

.mv-bg-slide07 {
  background-image: url("../img/main/mv-bg07-pc.jpg?250808");
}

.mv-bg-slide08 {
  background-image: url("../img/main/mv-bg08-pc.jpg?250808");
}

.mv-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 100%;
  color: #e3e3e3;
  text-align: center;
}
.mv-text-wrap .mv-text-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mv-text-wrap .mv-deco-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  font-size: 2.5rem;
  display: flex;
  gap: 0.2em;
  margin-bottom: 1.375rem;
}
.mv-text-wrap .mv-deco-text-wrap em,
.mv-text-wrap .mv-deco-text-wrap .b {
  font-weight: 400;
}
.mv-text-wrap .mv-deco-text i {
  background-image: url("../img/main/mv-deco-pattern.png");
  background-repeat: no-repeat;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 20px rgba(50, 40, 25, 0.1);
}
.mv-text-wrap .mv-deco-text i:nth-child(1) {
  background-position: -13px -57px;
}
.mv-text-wrap .mv-deco-text i:nth-child(2) {
  background-position: -26px -57px;
}
.mv-text-wrap .mv-deco-text i:nth-child(3) {
  background-position: -39px -57px;
}
.mv-text-wrap .mv-deco-text i:nth-child(4) {
  background-position: -52px -57px;
}
.mv-text-wrap .mv-deco-text i:nth-child(5) {
  background-position: -65px -57px;
}
.mv-text-wrap .mv-deco-text i:nth-child(6) {
  background-position: -78px -57px;
}
.mv-text-wrap .mv-jeong {
  height: 0.9em;
  margin-top: 0.1em;
  aspect-ratio: 39/38;
}
.mv-text-wrap .mv-main-text {
  display: flex;
  justify-content: center;
}
.mv-text-wrap .mv-main-text .mv-main-text2 {
  margin-left: -0.75rem;
  margin-top: 4.375rem;
}
.mv-text-wrap .mv-sub-text {
  margin-top: 0.875rem;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  font-size: 1.125rem;
  text-shadow: 0px 0px 20px rgba(50, 40, 25, 0.5);
  box-shadow: 5px 5px 10px rgba(50, 40, 25, 0.5);
}

.mv-list-swiper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 33.3333333333vw;
  height: 11.25rem;
  color: #fff;
  background: linear-gradient(to right, #00392b 0%, #2f875e 40%, #2f875e 60%, #00392b 100%);
}
.mv-list-swiper .swiper {
  flex-grow: 1;
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
}
.mv-list-swiper .swiper em,
.mv-list-swiper .swiper .b {
  font-weight: 400;
}
.mv-list-swiper .swiper-slide {
  width: 33.333%;
  opacity: 0.25;
  transition: opacity 0.3s ease-in-out;
}
.mv-list-swiper .swiper-slide-active {
  opacity: 1;
}
.mv-list-swiper .swiper-slide-active .mv-list-dot {
  opacity: 1;
}
.mv-list-swiper .swiper-slide-active .mv-list-desc {
  opacity: 1;
}

.mv-list-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv-list-dot {
  margin-bottom: 0.9375rem;
  background-color: #ccb369;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mv-list-title {
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
}

.mv-list-desc {
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mv-list-desc-caption {
  font-size: 1rem;
  color: #ccb369;
}

.mv-list-desc-name {
  font-size: 1.25rem;
  font-weight: 400;
}

.mv-list-swiper-detail {
  padding: 1.125rem 0;
  font-size: 1.125rem;
  text-align: center;
  color: #a5cebb;
  background-color: rgba(0, 0, 0, 0.2);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.grid-banner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-flow: dense;
  position: relative;
}
.grid-banner .banner-text-wrap {
  color: #fff;
}
.grid-banner .info-text-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 2.6041666667vw;
}
.grid-banner .info-main-text {
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  display: flex;
  gap: 1.5625rem;
}
.grid-banner .info-main-text em,
.grid-banner .info-main-text .b {
  font-weight: 400;
}
.grid-banner .info-main-text span {
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 3.125vw;
}
.grid-banner .info-main-text span em,
.grid-banner .info-main-text span .b {
  font-weight: 400;
}
.grid-banner .info-main-text span.bigger {
  margin-top: -0.25rem;
  font-size: 1.5625vw;
  font-weight: 300;
  line-height: 1.15;
}
.grid-banner .info-main-text span .n {
  font-size: 0.5em;
  line-height: 1;
}
.grid-banner .info-main-text .bigger-wrap {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 0.5208333333vw;
}
.grid-banner .info-sub-text {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
}
@media screen and (max-width: 1280px) {
  .grid-banner .info-sub-text {
    font-size: clamp(0.875rem, 1.7578125vw, 1.7578125vw);
  }
}
@media screen and (max-width: 768px) {
  .grid-banner .info-sub-text {
    font-size: clamp(0.875rem, 2.34375vw, 2.34375vw);
  }
}
@media screen and (max-width: 576px) {
  .grid-banner .info-sub-text {
    font-size: clamp(0.875rem, 3.125vw, 3.125vw);
  }
}
.grid-banner .banner {
  position: relative;
  aspect-ratio: 640/600;
  overflow: hidden;
}
.grid-banner .banner-common-text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.grid-banner .banner-common-text-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  filter: blur(3.125rem);
}
.grid-banner .banner-common-text-wrap .banner-common-text {
  position: relative;
}

.meaningful .grid-align {
  grid-column: 1/span 5;
  position: relative;
}
.meaningful .info-main-text {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.meaningful .info-text-wrap {
  grid-column: 5/span 1;
}
.meaningful .swiper {
  grid-column: 1/span 4;
  width: 100%;
}
.meaningful .video-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.meaningful .polygon {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.2916666667vw;
  transform: translateX(50%);
}
.meaningful .swiper-pagination {
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  right: 0;
  top: 16.75rem;
  width: auto;
  transform: translateX(50%);
}
.meaningful .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-size: 0;
  margin: 0;
  opacity: 1;
}
.meaningful .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.9375rem;
  border-color: transparent;
  background-color: transparent;
  background-image: url("../img/common/swiper-buttet-icon.png");
}

.daily .grid-align {
  grid-column: 2/span 5;
  position: relative;
}
.daily .info-text-wrap {
  grid-column: 1/span 1;
}
.daily .banner1 {
  grid-column: 2/span 2;
}
.daily .banner2 {
  grid-column: 4/span 2;
}

.menu .grid-align {
  grid-column: 2/span 4;
  position: relative;
}

.menu-title {
  margin-bottom: 3.75rem;
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  font-size: 2.5rem;
}
.menu-title em,
.menu-title .b {
  font-weight: 400;
}

.menu-items-container {
  position: relative;
  width: 100%;
  padding-top: 58.5937%;
}
.menu-items-container .swiper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  overflow: visible;
}

.menu-items {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
}

.menu-item {
  position: relative;
  width: 25%;
  height: 100%;
}
.menu-item a {
  perspective: 1000px;
  display: block;
  height: 100%;
}
.menu-item:not(:first-child)::after {
  content: "";
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ced4da;
}

.menu-item-flip {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  transform: translateZ(-30px);
  transition: transform 1s;
}

.menu-item-sides {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
}

.menu-item-front {
  transform: rotateY(0deg) translateZ(30px);
}
.menu-item-front::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
  opacity: 0;
}
.menu-item1 .menu-item-front {
  background-image: url("../img/main/menu-item-front1.jpg?v=2");
}
.menu-item2 .menu-item-front {
  background-image: url("../img/main/menu-item-front2.jpg?v=2");
}
.menu-item3 .menu-item-front {
  background-image: url("../img/main/menu-item-front3.jpg?v=2");
}
.menu-item4 .menu-item-front {
  background-image: url("../img/main/menu-item-front4.jpg?v=2");
}

.menu-item-back {
  transform: rotateY(180deg) translateZ(30px);
}
.menu-item1 .menu-item-back {
  background-image: url("../img/main/menu-item-back1.jpg?v=2");
}
.menu-item2 .menu-item-back {
  background-image: url("../img/main/menu-item-back2.jpg?v=2");
}
.menu-item3 .menu-item-back {
  background-image: url("../img/main/menu-item-back3.jpg?v=2");
}
.menu-item4 .menu-item-back {
  background-image: url("../img/main/menu-item-back4.jpg?v=2");
}

.menu-item-right,
.menu-item-left {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  background-image: url("../img/main/menu-item-side.png");
}

.menu-item-right {
  left: auto;
  transform: rotateY(90deg) translateZ(30px);
}

.menu-item-left {
  right: auto;
  transform: rotateY(-90deg) translateZ(30px);
}

.menu-item:hover .menu-item-flip {
  transform: rotateY(180deg) translateZ(30px);
}

.menu-item:hover ~ .menu-item .menu-item-front::after,
.menu-item ~ .menu-item:hover .menu-item-front::after {
  opacity: 1;
}

.menu-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.875rem;
  position: relative;
}
.menu-item-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250%;
  height: 150%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  filter: blur(3.125rem);
}
.menu-item-inner .menu-item-main-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu-item-inner .menu-item-text {
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  position: relative;
  margin-left: 1.0416666667vw;
  font-size: 2.5rem;
  color: #fff;
}
.menu-item-inner .menu-item-text em,
.menu-item-inner .menu-item-text .b {
  font-weight: 400;
}
.menu-item-inner .link-directive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.menu-item-inner .link-directive .link-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.4375rem;
  aspect-ratio: 0.5882;
  margin-left: 1.125rem;
  background-image: url("../img/common/link-icon.png");
}

.menu .swiper-pagination {
  display: none;
}

.place {
  overflow: hidden;
}

.place-pictures {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.place-picture {
  width: 50%;
}
.place-picture.place-picture4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.place-text-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-direction: column;
  color: #fff;
}

.place-text-blur {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  filter: blur(6.25rem);
}

.place-logo {
  margin-top: -6.25rem;
}
.place-logo .black {
  display: none;
}

.place-main-text {
  margin-top: 1.875rem;
}
.place-main-text .place-main-text-row1 {
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  font-size: 3.75rem;
  line-height: 1.2;
}
.place-main-text .place-main-text-row1 em,
.place-main-text .place-main-text-row1 .b {
  font-weight: 400;
}
.place-main-text .place-main-text-row1 em {
  font-weight: 400;
}
.place-main-text .place-main-text-row2 {
  margin-top: 1.5625vw;
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .place-main-text .place-main-text-row2 {
    font-size: clamp(0.875rem, 1.953125vw, 1.953125vw);
  }
}
@media screen and (max-width: 768px) {
  .place-main-text .place-main-text-row2 {
    font-size: clamp(0.875rem, 2.6041666667vw, 2.6041666667vw);
  }
}
@media screen and (max-width: 576px) {
  .place-main-text .place-main-text-row2 {
    font-size: clamp(0.875rem, 3.4722222222vw, 3.4722222222vw);
  }
}

.booking {
  padding: 9.375rem 0;
  background-color: #fffcf2;
}

.booking-text-wrap {
  margin-bottom: 3.75rem;
}

.booking-main-text {
  margin-bottom: 2.25rem;
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  font-size: 2.5rem;
}
.booking-main-text em,
.booking-main-text .b {
  font-weight: 400;
}

.booking-content {
  display: flex;
  align-items: center;
  position: relative;
}
.booking-content .booking-notice {
  width: 25%;
  line-height: 1;
}
.booking-content .booking-notice p {
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1280px) {
  .booking-content .booking-notice p {
    font-size: clamp(0.875rem, 1.953125vw, 1.953125vw);
  }
}
@media screen and (max-width: 768px) {
  .booking-content .booking-notice p {
    font-size: clamp(0.875rem, 2.6041666667vw, 2.6041666667vw);
  }
}
@media screen and (max-width: 576px) {
  .booking-content .booking-notice p {
    font-size: clamp(0.875rem, 3.4722222222vw, 3.4722222222vw);
  }
}
.booking-content .booking-notice p:first-child {
  margin-top: 0;
}
.booking-content .booking-notice p::before {
  content: "";
  position: absolute;
  left: -0.125rem;
  top: 50%;
  width: 0.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  transform: translateY(-50%);
}
.booking-content .booking-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 3.125rem;
  font-size: clamp(0.875rem, 1.25vw, 1.5rem);
  font-weight: 500;
  color: #fff;
  transition: background-color 0.2s;
  color: #fff;
  background: linear-gradient(to right, #00392b 0%, #2f875e 40%, #2f875e 60%, #00392b 100%);
}
@media screen and (max-width: 1280px) {
  .booking-content .booking-link {
    font-size: clamp(0.875rem, 2.34375vw, 2.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .booking-content .booking-link {
    font-size: clamp(0.875rem, 3.125vw, 3.125vw);
  }
}
@media screen and (max-width: 576px) {
  .booking-content .booking-link {
    font-size: clamp(0.875rem, 4.1666666667vw, 4.1666666667vw);
  }
}
.booking-content .booking-link:hover {
  background-color: #1a4d40;
}
.booking-content .booking-link .arrow {
  transition: transform 0.2s;
}
.booking-content .booking-link:hover .arrow {
  transform: translateX(5px);
}

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