/* ************** font ************ */
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
/*font-family: 'Pretendard';*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*font-family: "Poppins", sans-serif;*/
/* ***************  global *************** */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background-color: #f7f5f0;
  word-break: keep-all;
}

@media only screen and (max-width: 720px) {
  body {
    word-break: break-all;
  }
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
} /*  ie-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
} /* ie-mac */
article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* *********** other ********** */
.effect {
  background-color: #000;
  filter: Alpha(opacity=35);
  opacity: 0.3;
  -moz-opacity: 0.3;
}

/* link */
a {
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* image */
img {
  border: 0;
  vertical-align: top;
}

/* define */
dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

/* sentence */
div, h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0px;
}

/* list */
ul, ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* area */
hr {
  display: none;
}

/* form */
form {
  margin: 0;
  padding: 0;
}

form label, label {
  height: 19px;
  cursor: default;
}

select {
  vertical-align: middle;
  height: 20px;
  letter-spacing: 0px;
}

legend {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

label {
  margin: 0;
  padding: 0;
}

checkbox {
  width: 13px;
  height: 13px;
}

input, textarea {
  vertical-align: middle;
  font-size: 12px;
  color: #222;
  line-height: 14px;
}

input.text {
  border: 5px solid #000;
  line-height: 26px;
  height: 26px;
  padding: 0 5px;
  font-size: 12px;
  color: #000;
}

/* table */
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

td {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #000;
}

td, th {
  text-align: left;
}

.border {
  border: 1px solid red;
}

.v-t {
  vertical-align: top;
}

.v-m {
  vertical-align: middle;
}

.v-b {
  vertical-align: bottom;
}

.txt-l {
  text-align: left;
}

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

.txt-r {
  text-align: right;
}

.default-select::-ms-expand {
  display: none;
}

div.film-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 11;
}

/* plug-ins */
.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}

.swiper-pagination-bullet-active {
  background: #353434 !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 42%) !important;
}

.swiper-button-next {
  width: 73px !important;
  height: 74px !important;
  background: url("../images/pc/btn_slide_right.png") 0 0 no-repeat;
  text-indent: -9999px;
  right: 20px !important;
}

.swiper-button-prev {
  width: 73px !important;
  height: 74px !important;
  background: url("../images/pc/btn_slide_left.png") 0 0 no-repeat;
  text-indent: -9999px;
  left: 20px !important;
}

@media only screen and (max-width: 720px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 47%) !important;
  }
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: url("../images/pc/btn_slide_right.png") 0 0 no-repeat;
    background-size: cover;
  }
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: url("../images/pc/btn_slide_left.png") 0 0 no-repeat;
    background-size: cover;
  }
}
.w-10-p {
  width: 10% !important;
}

.w-20-p {
  width: 20% !important;
}

.w-30-p {
  width: 30% !important;
}

.w-40-p {
  width: 40% !important;
}

.w-45-p {
  width: 45% !important;
}

.w-50-p {
  width: 50% !important;
}

.w-60-p {
  width: 60% !important;
}

.w-70-p {
  width: 70% !important;
}

.w-80-p {
  width: 80% !important;
}

.w-90-p {
  width: 90% !important;
}

.w-100-p {
  width: 100% !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 720px) {
  .pcshow {
    display: none !important;
  }
}
span.anchor-snap {
  display: block;
  height: 1px;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}

html,
body {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

div.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #082C2C;
  z-index: 120;
}

div.loading div.loading-img {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 133px;
  height: 155px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/loading_img.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 21;
}

/* intro */
.intro-Swiper {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

.intro-section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.intro-section div.inner-box {
  position: relative;
  width: 960px;
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
}

.section-1 {
  background: url("../images/intro_1.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.section-1 span.intro-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  background: url("../images/intro_logo.png") 50% 50% no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: -9999px;
}

.section-2 {
  background: url("../images/intro_2.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.section-2 div.select-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  line-heigth: 25px;
}
@media (max-width: 640px) {
  .section-2 div.select-box {
    width: 75%;
  }
}
.section-2 div.select-box p.select-hotel {
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.section-2 div.select-box div.select-button {
  margin-top: 150px;
}
@media (max-width: 640px) {
  .section-2 div.select-box div.select-button {
    margin-top: 70px;
  }
}
.section-2 div.select-box div.select-button a {
  display: inline-block;
  background: #0E4646 url("../images/intro_button_arrow.png") 205px 50% no-repeat;
  background-size: 5px 10px;
  padding: 13px 20px;
  border-radius: 26px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 300;
  color: #E8F89F;
  font-size: 15px;
  min-width: 230px;
  margin-bottom: 10px;
}
.section-2 div.select-box div.select-button a:hover {
  background: #222222 url("../images/intro_button_arrow.png") 205px 50% no-repeat;
  background-size: 5px 10px;
}

.section-3 {
  background: url("../images/intro_3.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.section-3 div.location-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  line-heigth: 25px;
  font-family: "Poppins";
  color: #fff;
}
.section-3 div.location-box p.t1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 75px;
}
.section-3 div.location-box div.location-hotel {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
}
.section-3 div.location-box div.location-hotel p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 5px;
}
.section-3 div.location-box div.location-ask {
  font-size: 13px;
}
.section-3 div.location-box div.location-ask a {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
}
.section-3 div.location-box div.location-ask p {
  width: 350px;
  margin: 20px auto 0 auto;
}

.section-4 {
  background: url("../images/intro_4.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.section-4 div.follow-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  line-heigth: 25px;
  font-family: "Poppins";
  color: #fff;
}
.section-4 div.follow-box p.t1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-4 div.follow-box div.follow-hotel a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  text-indent: -9999px;
}
.section-4 div.follow-box div.follow-hotel a.insta {
  background: url("../images/icon_insta.png") 50% 50% no-repeat;
  background-size: 22px auto;
}
.section-4 div.follow-box div.follow-hotel a.facebook {
  background: url("../images/icon_facebook.png") 50% 50% no-repeat;
  background-size: 22px auto;
}
.section-4 div.follow-box div.follow-hotel a.google {
  background: url("../images/icon_google.png") 50% 50% no-repeat;
  background-size: 22px auto;
}
.section-4 span.if-award {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 36px;
  background: url("../images/icon_if_award.png") 50% 50% no-repeat;
  background-size: cover;
}

.intro-Swiper .swiper-pagination {
  left: calc(50% + 480px) !important;
  right: auto !important;
  top: auto !important;
  bottom: 120px !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.intro-Swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  margin: 10px 0 !important;
}

.intro-Swiper .swiper-pagination-bullet-active {
  background: #fff !important;
}

.intro-Swiper p.copyright {
  position: absolute;
  left: auto !important;
  right: calc(50% + 225px) !important;
  top: auto !important;
  bottom: 30px !important;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
  white-space: nowrap;
  font-family: "Poppins";
  font-weight: 300;
  color: #fff;
  font-size: 10px;
}

.intro-Swiper a.language {
  position: absolute;
  left: calc(50% + 480px) !important;
  right: auto !important;
  top: 25px;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
  font-family: "Poppins";
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}
.intro-Swiper a.language::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  right: -1.7rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: color 300ms, -webkit-transform 300ms;
  transition: color 300ms, -webkit-transform 300ms;
  transition: color 300ms, transform 300ms;
  transition: color 300ms, transform 300ms, -webkit-transform 300ms;
  top: 5px;
}
.intro-Swiper a.language.on::after {
  -webkit-transform: translateY(0.3rem) rotate(225deg);
          transform: translateY(0.3rem) rotate(225deg);
}

.intro-Swiper div.language-menu {
  display: none;
  position: absolute;
  left: calc(50% + 480px) !important;
  right: auto !important;
  top: 60px;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 1;
  width: 60px;
  font-family: "Poppins";
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}
.intro-Swiper div.language-menu a {
  color: #fff;
}

/*
header a.hotels.on::after {
    content: "";
    display: block;
    box-sizing: border-box;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: calc(49% - 0.5rem);
    right: -1.7rem;
    transform: translateY(0.4rem) rotate(45deg) rotate(180deg);
    transition: color 300ms, transform 300ms;
}
    */
.nav-btn {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 0;
  background: transparent;
}
.nav-btn.nav-up {
  top: 100px;
  -webkit-animation: bounceUp 1.8s infinite;
          animation: bounceUp 1.8s infinite;
}
.nav-btn.nav-down {
  bottom: 100px;
  -webkit-animation: bounceDown 1.8s infinite;
          animation: bounceDown 1.8s infinite;
}

/* animation */
@-webkit-keyframes bounceDown {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(6px);
            transform: translateX(-50%) translateY(6px);
  }
}
@keyframes bounceDown {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(6px);
            transform: translateX(-50%) translateY(6px);
  }
}
@-webkit-keyframes bounceUp {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-6px);
            transform: translateX(-50%) translateY(-6px);
  }
}
@keyframes bounceUp {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-6px);
            transform: translateX(-50%) translateY(-6px);
  }
}
@media (max-width: 640px) {
  .card-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card {
    width: 240px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  .nav-btn.nav-up {
    top: 16px;
  }
  .nav-btn.nav-down {
    bottom: 55px;
  }
  .intro-Swiper p.copyright {
    left: 0 !important;
    right: 0 !important;
    bottom: 16px !important;
    width: 100%;
    text-align: center;
    white-space: normal;
    padding: 0 20px;
  }
  .intro-Swiper a.language {
    left: auto !important;
    right: 40px !important;
    top: 20px;
  }
  .intro-Swiper div.language-menu {
    left: auto !important;
    right: 20px !important;
    top: 52px;
    width: auto;
  }
  .intro-Swiper div.language-menu a {
    display: block;
    text-align: right;
    white-space: nowrap;
  }
  .intro-Swiper .swiper-pagination {
    left: auto !important;
    right: 15px !important;
    top: auto !important;
    bottom: 120px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}