@charset "euc-kr";

/* class */
#wrap {
  /* overflow-x: hidden; */
}

.inner {
  width: 80%;
  max-width: 130rem;
  margin: 0 auto;
}

.flex-container {
  display: flex;
}

.img-container {
  width: 100%;
}

.img-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-content {
  display: none;
}

.strong {
  font-weight: 700;
}

.warning {
  color: #a50000;
}

.green-font {
  color: #005e66;
}

.gold-font {
  color: #9d8a5a;
}

.title-container {
  text-align: center;
  padding: 6rem 0;
}
.title-container .title {
  font-size: 4.9rem;
  font-weight: bold;
  color: #9d8a5a;
}

.title-container .sub-tit {
  font-size: 2.7rem;
  font-weight: 300;
  color: #3e3a39;
  padding-top: 0.5em;
}

.title-container .sub-tit .font-b {
  font-weight: 600;
}

.sub-title-container .sub-tit {
  font-size: 2.8rem;
  font-weight: 600;
  color: #9d8a5a;
  text-transform: capitalize;
}

.sub-title-container .tit {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 1.2em;
  line-height: 1.3;
}

.sub-title-container .tit .font-b {
  font-weight: 600;
}
.page-under {
  margin-bottom: 13rem;
}

.page-up {
  padding-top: 10rem;
}

.font-b {
  font-weight: 600;
}
/* e::class */

/* s::sub-swiler */
.sub-swiper-container .swiper-btn-wrap {
  height: 7rem;
  display: flex;
  justify-content: space-between;
}

.sub-swiper-container .swiper-btn-wrap .swiper-nav-wrap {
  height: 100%;
  width: 11%;
  max-width: 9rem;
  position: relative;
}

.sub-swiper-container .swiper-page-wrap {
  display: flex;
  align-items: center;
}

.sub-swiper-container .swiper-pagination {
  position: initial;
}

.sub-swiper-container .swiper-button-prev:after,
.sub-swiper-container .swiper-button-next:after {
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.sub-swiper-container .swiper-button-prev,
.sub-swiper-container .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.sub-swiper-container .swiper-button-prev {
  left: 0;
}

.sub-swiper-container .swiper-button-next {
  right: 0;
}
.sub-swiper-container .swiper-button-prev:after {
  background-image: url('/default/img/swiper-prev-btn.svg');
}

.sub-swiper-container .swiper-button-next:after {
  background-image: url('/default/img/swiper-next-btn.svg');
}

.sub-swiper-container .swiper-button-prev.swiper-button-disabled .swiper-button-prev:after {
  background-image: url('/default/img/swiper-prev-btn-active.svg');
}

.sub-swiper-container .swiper-button-next.swiper-button-disabled .swiper-button-next:after {
  background-image: url('/default/img/swiper-next-btn-active.svg');
}
.sub-swiper-container .swiper-pagination-bullet {
  margin-right: 3.5em !important;
  width: 1rem;
  height: 1rem;
}
.sub-swiper-container .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.sub-swiper-container .swiper-pagination-bullet-active {
  background-color: #005e66;
}

/* e:: sub-swiper */
/* s:: header */
.header {
  height: 8rem;
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}

.header.on:after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  /* height: 18.1rem; */
  height: 22rem;
  z-index: -1;
  position: absolute;
}

.header .header-inner {
  width: 80%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  /* background-color: yellow; */
}

.header .header-inner .logo-container {
  width: 22rem;
}

.header .header-inner .logo-container img {
  width: 100%;
  object-fit: contain;
}

.header .header-inner .logo-container a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-inner .web-nav {
  width: 65%;
}
.header .web-nav .depth01-container {
  justify-content: space-between;
  width: 100%;
}

.header .web-nav .depth01-container .depth01 {
  width: calc(100% / 6);
  position: relative;
  height: 8rem;
}

.header .web-nav .depth01-container .depth01 > a {
  height: 100%;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 500;
}

.header .web-nav .depth01-container .depth01:hover > a {
  font-weight: bold;
  color: #9d8a5a;
}
.header .web-nav .depth01-container .depth01:hover .depth02-container {
  background-color: #f5f5f5;
}
.header .web-nav .depth02-container {
  position: absolute;
  width: 100%;
  /* height: 18rem; */
  height: 21.5rem;
  transition: all 0.3s;
  padding: 0.2em 0;
  display: none;
}
.header .web-nav .depth01-container .depth02 {
  text-align: center;
  font-size: 1.7rem;
}

.header .web-nav .depth01-container .depth02 a {
  width: 100%;

  display: block;
  padding: 0.5em 0;
}

.header .web-nav .depth01-container .depth02:hover a {
  font-weight: bold;
}

.booking-btn a {
  font-size: 2rem;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0.3em 1.2em;
  border-radius: 30px;
  transition: all 0.3s;
}

.booking-btn a .icon {
  font-size: 3rem;
  margin-right: 0.3em;
}

.booking-info {
  /* background-color: #fff; */
}
.booking-btn a:hover {
  background-color: #9d8a5a;
  border: 1px solid #9d8a5a;
  color: #fff;
}
/* e::header */

/* s:: footer */
.footer {
  background-color: #000;
  padding: 2em 0;
}

.footer .footer-inner {
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}

.footer .logo-container {
  width: 29rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer .logo-container img {
  width: 100%;
  object-fit: contain;
}

.footer .info-container {
  /* width: 50%; */
  color: #fff;
  text-align: center;
}

.footer .info-btn li {
  margin: 0.5em 2em 0.5em 0;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

.footer .info-btn li a {
  color: #fff;
}

.footer .info-container li.privacy {
  border-bottom: 1px solid #fff;
}

.footer .info-container .main-info {
  font-size: 1.6rem;
  padding-top: 1em;
}

.footer .info-container .main-info li {
  margin-bottom: 0.2em;
  text-align: left;
  color: #6a6969;
}

.footer .info-container .main-info li span {
  padding-right: 1em;
  color: #6a6969;
}

.footer .info-container .main-info li .line {
  display: inline-block;
  width: 1px;
  height: 0.8em;
  background-color: #6a6969;
  padding-right: 0;
  margin-right: 1em;
  margin-top: 0.3em;
}

.footer .btn-wrap li {
  background-color: #b9baba;
  width: 5rem;
  height: 5rem;
  margin-right: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.footer .btn-container {
  display: flex;
  align-items: flex-end;
}

.footer .btn-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .btn-wrap li img {
  max-width: 3.5rem;
  object-fit: contain;
}
/* e::footer */

/* s:: fix-btn */
.fix-btn-container {
  position: fixed;
  top: 50%;
  right: 3%;
  z-index: 9999;
}

.fix-btn-wrap {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.fix-btn {
  width: 6rem;
  height: 6rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}

.fix-btn.go-kakao {
  background-color: #fae100;
}

.fix-btn.go-booking {
  background-color: #9d8a5a;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.fix-btn.go-booking img {
  width: 45%;
  padding: 0.5em 0 0.2em;
}

.fix-btn.go-booking .booking-info {
  font-size: 1.2rem;
}

.fix-btn img {
  flex-shrink: 0;
  width: 65%;
}
/* e::fix-btn */

@media (max-width: 1280px) {
  .header .header-inner,
  .footer .footer-inner {
    width: 90%;
  }

  .header .header-inner .logo-container,
  .footer .logo-container {
    width: 20rem;
  }

  .footer .logo-container img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .title-container {
    padding: 2em 0;
  }

  .title-container .title {
    font-size: 3.6rem;
  }

  .title-container .sub-tit {
    font-size: 2.4rem;
  }

  .sub-title-container .sub-tit {
    font-size: 2.4rem;
  }
  .sub-title-container .tit {
    font-size: 3.6rem;
  }
  .mobile-content {
    display: block;
  }
  .web-content {
    display: none;
  }
  .header .header-inner {
    width: 90%;
  }

  .mobile-nav .menu-btn {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mobile-nav .menu-btn span {
    font-size: 4rem;
  }

  .mobile-nav.on .close-btn {
    display: flex;
  }

  .mobile-nav.on .hamburger-btn {
    display: none;
  }
  .mobile-nav .close-btn {
    display: none;
  }
  .mobile-nav.on .mobile-nav-container {
    display: block;
  }
  .mobile-nav-container {
    display: none;
    position: fixed;
    width: 50%;
    height: calc(100% - 80px);
    top: 80px;
    right: 0;
    padding: 1em 0;
    background-color: #fff;
    overflow-y: scroll;
  }

  .mobile-nav-container .m-dept01 .m-depth01-tit {
    font-size: 1.6rem;
    display: block;
    /* border-bottom: 1px solid #ccc; */
    padding: 0.5em 1em;
    /* margin-bottom: 0.7em; */
  }

  .mobile-nav-container .m-dept01 .m-depth01-tit.on {
    background-color: #eee;
    font-weight: bold;
    color: #9d8a5a;
  }

  .mobile-nav-container .m-depth02 {
    padding: 0 0 0.5em 1em;
  }

  .mobile-booking {
    display: flex;
    margin-top: 1em;
    justify-content: center;
  }

  .footer .footer-inner {
    display: block;
  }

  .footer .info-btn {
    margin-top: 1em;
  }

  .footer .btn-wrap li {
    width: 4rem;
    height: 4rem;
    margin-top: 1em;
  }

  .footer .btn-wrap li img {
    width: 70%;
  }
}

@media (max-width: 650px) {
  .page-under {
    margin-bottom: 10vh;
  }
  .flex-container {
    flex-wrap: wrap;
  }
  .inner {
    width: 90%;
  }

  /* nav */
  .mobile-nav-container {
    width: 100%;
  }
  .mobile-nav-container .m-dept01 > a {
    font-size: 1.6rem;
  }
  .m-depth02-container {
    display: none;
    border-bottom: 1px solid #ccc;
  }
  .mobile-nav-container .m-depth02 {
    font-size: 1.4rem;
    padding: 0.5em 1em 0.5em 2em;
    /* display: none; */
  }
  /* e::nav */
  .title-container {
    padding: 2em 1em;
  }
  .title-container .title {
    font-size: 2.4rem;
  }

  .title-container .sub-tit {
    font-size: 1.7rem;
  }

  .sub-title-container .sub-tit {
    font-size: 1.7rem;
  }

  .sub-title-container .tit {
    font-size: 2.4rem;
  }

  .footer .info-btn li {
    font-size: 1.2rem;
    margin: 0 1em 0.5em 0;
  }
  .footer .info-container .main-info li {
    font-size: 1.2rem;
  }

  .fix-btn {
    width: 5rem;
    height: 5rem;
  }

  .booking-btn a {
    font-size: 1.6rem;
  }

  .fix-btn.go-booking .booking-info {
    font-size: 1rem;
  }
}
