main {
  width: 100%;
  margin: 0 auto;
}
main section > * {
  max-width: 1295px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  main section > * {
    padding: 0 15px;
  }
}
main section .hotel-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media screen and (max-width: 599px) {
  main section .hotel-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 30px;
  }
}
main section .hotel-wrapper .hotel-item {
  width: calc((100% - 39px) / 4);
}
@media screen and (max-width: 1023px) {
  main section .hotel-wrapper .hotel-item {
    width: calc((100% - 26px) / 3);
  }
}
@media screen and (max-width: 767px) {
  main section .hotel-wrapper .hotel-item {
    width: calc((100% - 13px) / 2);
  }
}
@media screen and (max-width: 599px) {
  main section .hotel-wrapper .hotel-item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 413px) {
  main section .hotel-wrapper .hotel-item {
    width: 100%;
  }
}
main section .hotel-wrapper .hotel-item > a {
  display: block;
  text-align: left;
}
main section .hotel-wrapper .hotel-item > a:first-of-type {
  width: 100%;
  aspect-ratio: 314/213;
  border-radius: 16px;
  overflow: hidden;
}
main section .hotel-wrapper .hotel-item > a img {
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
main section .hotel-wrapper .hotel-item > a .name {
  color: #1e1e1e;
}
main section .hotel-wrapper .hotel-item > a .name-en {
  color: #8d8d8d;
  margin: 4px auto;
}
main section .hotel-wrapper .hotel-item .tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
main section .hotel-wrapper .hotel-item .tag-wrapper a {
  border-radius: 4px;
  background: rgba(45, 45, 45, 0.5);
  padding: 2px 12px;
  text-align: center;
  color: #fff;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  transition: 0.3s linear;
}
main section .hotel-wrapper .hotel-item .tag-wrapper a:hover {
  background: #15aa93;
}
main section .hotel-wrapper .hotel-item .hotel-info {
  padding-top: 20px;
}
main section .hotel-wrapper .hotel-item .price-wrapper {
  padding-top: 20px;
}
main section .hotel-wrapper .hotel-item .price-wrapper p:first-of-type {
  color: #393939;
  margin-bottom: 4px;
  text-decoration: line-through;
}
main section .hotel-wrapper .hotel-item .price-wrapper p:last-of-type {
  color: #1e1e1e;
}
main section .hotel-wrapper .hotel-item:hover a:first-of-type img {
  scale: 1.1;
}
main .banner {
  width: 100vw;
  position: relative;
  height: 300px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/index/banner.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .banner h1,
main .banner p {
  color: #fff;
  text-align: center;
}
main .banner p {
  margin-top: 20px;
}
main .banner > * {
  z-index: 2;
  position: relative;
}
main .banner .shadow {
  position: absolute;
  width: 100vw;
  max-width: unset;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(5, 120, 103, 0.66);
  z-index: 0;
}
main .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 8px 10px 8px 80px;
  border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  max-width: 95%;
  margin: -30px auto 0;
  width: 740px;
  position: relative;
  z-index: 5;
}
main .btn-wrapper > button {
  text-align: left;
  color: #393939;
}
main .btn-wrapper > button span {
  color: #4b4b4b;
  display: inline-block;
  margin-top: 4px;
  opacity: 0.5;
}
main .btn-wrapper > span {
  width: 1px;
  height: 26px;
  border-left: 1px dashed #c7c7c7;
}
main .btn-wrapper .search-button {
  background: #15aa93;
  color: #fff;
  transition: 0.3s linear;
  border-radius: 40px;
  padding: 12px 31px;
  justify-self: flex-end;
  float: right;
}
main .btn-wrapper .search-button:hover {
  background: #1e1e1e;
}
@media screen and (max-width: 767px) {
  main .btn-wrapper {
    border-radius: 12px;
    padding: 20px;
    flex-direction: column;
  }
  main .btn-wrapper > * {
    width: 100%;
  }
  main .btn-wrapper > span {
    width: 100%;
    height: 1px;
    border-left: none;
    border-top: 1px dashed #c7c7c7;
    margin: 15px 0;
  }
  main .btn-wrapper .search-button {
    margin-top: 20px;
    text-align: center;
  }
}
main .promo-wrapper {
  text-align: center;
  margin: 0 auto 30px;
  padding: 80px 0 20px;
  background-color: #f9f9f9;
  position: relative;
}
main .promo-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -70px;
  left: 0;
  background: #f9f9f9;
  z-index: -1;
}
main .promo-wrapper h2 {
  color: #1e1e1e;
}
main .promo-wrapper > p {
  color: #868686;
  margin: 16px auto 30px;
}
main .location-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 128px;
       column-gap: 128px;
  background: #1e1e1e;
  width: 100%;
  padding: 56px 0 56px 108px;
}
main .location-wrapper .left {
  color: #fff;
  max-width: unset;
  margin: 0;
  text-align: center;
  width: 199px;
  padding: 0;
}
main .location-wrapper .left h2 {
  margin-bottom: 16px;
}
main .location-wrapper .scroll-wrapper {
  flex-grow: 1;
  width: 1077px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  margin: 0;
}
main .location-wrapper .scroll-wrapper::-webkit-scrollbar {
  display: none;
}
main .location-wrapper .scroll-wrapper > div {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding-right: 10px;
}
main .location-wrapper .scroll-wrapper > div .location-item {
  width: 228px;
  height: 216px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
}
main .location-wrapper .scroll-wrapper > div .location-item p {
  position: relative;
  z-index: 2;
  display: flex;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  row-gap: 8px;
  transition: 0.3s linear;
}
main .location-wrapper .scroll-wrapper > div .location-item p img {
  width: 50px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main .location-wrapper .scroll-wrapper > div .location-item div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  background: rgba(0, 0, 0, 0.4);
}
main .location-wrapper .scroll-wrapper > div .location-item > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
main .location-wrapper .scroll-wrapper > div .location-item:hover div {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
main .location-wrapper .scroll-wrapper > div .location-item:hover p {
  translate: 0 -10px;
}
@media screen and (max-width: 1511px) {
  main .location-wrapper {
    padding: 56px 0 56px 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
    justify-content: flex-start;
  }
  main .location-wrapper .left {
    margin: 0;
    flex-shrink: 0;
  }
  main .location-wrapper .scroll-wrapper {
    max-width: unset;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1023px) {
  main .location-wrapper {
    -moz-column-gap: 35px;
         column-gap: 35px;
    padding: 35px 0 35px 35px;
  }
}
@media screen and (max-width: 767px) {
  main .location-wrapper {
    padding: 35px 0;
    flex-direction: column;
    row-gap: 28px;
    align-items: center;
  }
  main .location-wrapper .left {
    width: 100%;
  }
  main .location-wrapper .scroll-wrapper {
    width: 100%;
  }
}
main .recommend-wrapper {
  padding: 45px 0 30px;
}
main .recommend-wrapper h2,
main .recommend-wrapper > p {
  text-align: center;
}
main .recommend-wrapper h2 {
  color: #1e1e1e;
}
main .recommend-wrapper > p {
  color: #868686;
  margin: 16px auto 40px;
}
main .recommend-wrapper .tab-scroller {
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
main .recommend-wrapper .tab-scroller::-webkit-scrollbar {
  display: none;
}
main .recommend-wrapper .tab-scroller .tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
}
main .recommend-wrapper .tab-scroller .tab-buttons button {
  width: 106px;
  text-align: center;
  border-radius: 12px;
  color: #393939;
  border: 1px solid #c7c7c7;
  transition: 0.3s linear;
  padding: 15px 0;
}
main .recommend-wrapper .tab-scroller .tab-buttons button:hover {
  border-color: #15aa93;
  color: #15aa93;
}
main .recommend-wrapper .tab-scroller .tab-buttons button.act {
  background: #15aa93;
  color: #fff;
}
main .recommend-wrapper .tab-contents > div {
  display: none;
}
main .recommend-wrapper .tab-contents > div.act {
  display: flex;
}