@charset "UTF-8";
* {
  letter-spacing: -0.03em;
}

h1, h2, h3, h4, p, span, a, li, button {
  letter-spacing: -0.03em;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

em {
  display: block;
  font-style: normal;
}

input,
button {
  all: unset;
}

button {
  cursor: pointer;
  display: block;
}

img,
strong {
  display: block;
}

img {
  max-width: 100%;
  object-fit: cover;
}

ol, ul {
  list-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

body {
  margin: 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1f1a12;
  line-height: normal;
  font-weight: normal;
}

.blind {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.lt-visual {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.lt-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.lt-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.lt-visual__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1140px;
  transform: translateX(-50%);
  z-index: 1;
}
.lt-visual__header {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.lt-visual__logo-wrap {
  width: 216px;
  display: grid;
  grid-template-columns: 130px 66px;
  gap: 20px;
}
.lt-visual__title {
  display: grid;
  justify-content: center;
  margin-top: 132px;
  color: #f2ece0;
  line-height: 1;
}
.lt-visual__title img {
  margin-inline: auto;
}
.lt-visual .share-wrap {
  position: absolute;
  top: 40px;
  right: -5px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  z-index: 10;
}
.lt-visual .share-wrap .share-tooltip {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.lt-visual .share-wrap .share-tooltip__close {
  display: none;
}
.lt-visual .share-wrap .share-tooltip.is-open {
  display: block;
  order: -1;
  position: absolute;
  right: 0;
  top: 90px;
}
.lt-visual .share-wrap .share-tooltip__list {
  width: 111px;
  height: 136px;
  position: relative;
  padding: 28px;
}
.lt-visual .share-wrap .share-tooltip__list::after {
  content: "";
  position: absolute;
  top: -19px;
  right: 23px;
  border: 10px solid transparent;
  border-color: transparent transparent #fff transparent;
}
.lt-visual .share-wrap .share-tooltip__text {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 11px;
  color: #000;
}
.lt-visual__brandday {
  margin-top: 30px;
}
.lt-visual__desc {
  font-size: 28px;
  margin-top: 70px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.lt-visual__date {
  margin-top: 30px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.lt-visual__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.lt-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
}
.lt-visual--mo {
  display: none;
}

.lt-nav {
  position: sticky;
  top: 0;
  background-color: #a68548;
  z-index: 12;
  height: 110px;
}
.lt-nav__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(auto, 229px));
  justify-content: center;
}
.lt-nav__item {
  position: relative;
}
.lt-nav__item:not(:first-child):before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 45px;
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.lt-nav__item.is-active:not(:first-child):before {
  display: none;
}
.lt-nav__target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  row-gap: 8px;
  font-weight: 500;
}
.lt-nav__discount {
  font-size: 20px;
  color: #f2ece0;
  line-height: 1;
}
.lt-nav__title {
  font-size: 28px;
  color: #f2ece0;
  line-height: 1;
}
.lt-nav .is-active {
  background-color: #8f6e30;
}
.lt-nav .is-active .lt-nav__discount {
  color: #f2ece0;
}

.lt-aside {
  position: fixed;
  top: 150px;
  right: 0;
  width: 150px;
  overflow: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  z-index: 20;
}
.lt-aside.is-visible {
  opacity: 1;
  visibility: visible;
}
.lt-aside__nav {
  padding-block: 30px;
  background-color: #fff;
}
.lt-aside__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  margin-inline: auto;
  gap: 60px;
}
.lt-aside__item {
  position: relative;
  width: 100%;
}
.lt-aside__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.062745098);
}
.lt-aside__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lt-aside__text {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  white-space: pre-wrap;
}
.lt-aside__tel {
  font-size: 16px;
  margin-top: 14px;
}
.lt-aside__top {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-block: 21px;
  color: #f2ece0;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  background-color: #a68548;
}
.lt-aside__top:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url("../images/aside/aside-top-arrow.png") no-repeat center/cover;
}

/* 공통 */
.lt-section__inner {
  position: relative;
}

.lt-section__content {
  position: relative;
  padding-block: 150px;
}

.lt__more-button {
  position: relative;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  width: 260px;
  border: solid 2px #1f1a12;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #1f1a12;
}
.lt__more-button:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url("../images/more-button.png") no-repeat center/cover;
}

.symbol__list {
  width: 100%;
  margin: 55px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.symbol__item {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 22px;
}
.symbol__item:not(:first-child):before {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  left: -30px;
  top: 30px;
  background-color: rgba(229, 221, 209, 0.1882352941);
}
.symbol__item img {
  height: 69px;
  object-fit: scale-down;
}
.symbol__txt {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #f2ece0;
}

.product__content {
  background-color: #f2ece0;
}
.product__content .product__list {
  margin-top: 0;
}
.product__content .product__txt-wrap {
  height: 336px;
}
.product__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 30px;
}
.product__list:has(> :nth-child(4):last-child) {
  gap: 10px;
}
.product__list:has(> :nth-child(4):last-child) .hover__tag,
.product__list:has(> :nth-child(4):last-child) .hover__desc,
.product__list:has(> :nth-child(4):last-child) .hover__price {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 1470px) {
  .product__list:has(> :nth-child(4):last-child) .product__desc br,
  .product__list:has(> :nth-child(4):last-child) .hover__desc br {
    display: none;
  }
  .product__list:has(> :nth-child(4):last-child) .product__tag {
    font-size: 18px;
  }
  .product__list:has(> :nth-child(4):last-child) .product__title,
  .product__list:has(> :nth-child(4):last-child) .hover__title {
    font-size: 22px;
  }
  .product__list:has(> :nth-child(4):last-child) .hover__title-wrap {
    gap: 4px;
  }
  .product__list:has(> :nth-child(4):last-child) .hover__tag {
    font-size: 16px;
  }
  .product__list:has(> :nth-child(4):last-child) .hover__desc {
    font-size: 15px;
    line-height: 1.4;
  }
  .product__list:has(> :nth-child(4):last-child) .hover__price {
    font-size: 36px;
  }
  .product__list:has(> :nth-child(4):last-child) .hover__price--unit {
    font-size: 26px;
  }
}
.product__item {
  position: relative;
  flex: 0 1 360px;
  min-width: 0;
}
.product__item .view--default {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
.product__item .view--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 28, 34, 0.9);
  color: #fff;
  padding-inline: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.product__item .view--hover::after {
  display: block;
  content: "바로가기";
  font-size: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 42px;
  height: 17px;
  background: url("../images/hover-arrow.png") center/auto no-repeat;
}
.product__item .hover {
  position: relative;
  height: 100%;
}
.product__item .hover__sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.product__item .hover__title-wrap {
  display: inline-block;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.product__item .hover__title {
  line-height: 1;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 600;
}
.product__item .hover__content {
  margin-top: 40px;
}
.product__item .hover__tag {
  display: inline-block;
  border: solid 2px #fff;
  padding: 7px 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
}
.product__item .hover__desc {
  display: block;
  margin-top: 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.product__item .hover__price {
  margin-top: 18px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.product__item .hover__price--unit {
  font-size: 30px;
}
.product__item:hover .view--hover {
  opacity: 1;
  visibility: visible;
}
.product__tag {
  padding-inline: 40px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 600;
  color: #f2ece0;
  background-color: #c35012;
}
.product__img {
  width: 100%;
  aspect-ratio: 360/240;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product__txt-wrap {
  height: 260px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 22px;
  box-sizing: border-box;
  color: #1f1a12;
  word-break: keep-all;
}
.product__sub-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
}
.product__title-wrap {
  display: flex;
  flex-direction: column;
}
.product__title {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  white-space: nowrap;
}
.product__desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__more-button:after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background: url("../images/product-more-button.png") no-repeat center/cover;
  transition: transform 0.4s ease;
}

.md-comment {
  display: inline-block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #a68548;
  line-height: 1;
}

.lt-swiper {
  position: relative;
  overflow-x: hidden;
  margin-top: 100px;
}
.lt-swiper .swiper {
  width: 1140px;
  height: 740px;
  margin-inline: auto;
}
.lt-swiper .swiper-wrapper {
  margin-inline: auto;
  height: 100%;
}
.lt-swiper .swiper-wrapper .grid-product__link {
  display: grid;
  grid-template-columns: 580px 530px;
  gap: 30px;
  height: 100%;
}
.lt-swiper .swiper-wrapper .grid-product__left {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-self: start;
}
.lt-swiper .swiper-wrapper .grid-product__left img {
  width: 100%;
  height: auto;
}
.lt-swiper .swiper-wrapper .grid-product__img {
  position: relative;
  width: 580px;
  height: 326px;
  overflow: hidden;
}
.lt-swiper .swiper-wrapper .grid-product__img .video-watermark {
  width: 110px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.lt-swiper .swiper-wrapper .grid-product__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lt-swiper .swiper-wrapper .grid-product__right {
  height: 100%;
  overflow: hidden;
  min-width: 0;
}
.lt-swiper .swiper-wrapper .grid-product__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lt-swiper .swiper-wrapper .grid-product__info {
  color: #f2ece0;
  display: flex;
  flex-direction: column;
  height: 375px;
}
.lt-swiper .swiper-wrapper .grid-product__sub-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.lt-swiper .swiper-wrapper .grid-product__title-wrap {
  margin-top: 18px;
  display: grid;
  gap: 9px;
}
.lt-swiper .swiper-wrapper .grid-product__title {
  line-height: 54px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.lt-swiper .swiper-wrapper .grid-product__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 30px;
  opacity: 0.5;
}
.lt-swiper .swiper-wrapper .grid-product__button {
  position: relative;
  margin-top: auto;
  width: 310px;
  height: 70px;
  background-color: #c35012;
  font-size: 30px;
  font-weight: 600;
  color: #f2ece0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease;
}
.lt-swiper .swiper-wrapper .grid-product__button::after {
  display: block;
  content: "자세히 보기";
  font-size: 0;
  width: 10px;
  height: 17px;
  background: url("../images/button-arrow.png") center/auto no-repeat;
}
.lt-swiper .swiper-wrapper .grid-product__button:hover {
  background-color: #a68548;
}
.lt-swiper {
  /* navigation */
}
.lt-swiper .swiper-button-next,
.lt-swiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  width: 48px;
  height: 50px;
}
.lt-swiper .swiper-button-next::after,
.lt-swiper .swiper-button-prev::after {
  content: none;
}
.lt-swiper .swiper-button-prev {
  background: center/contain no-repeat url(../images/prev-button.png);
  left: calc(50% - 650px);
}
.lt-swiper .swiper-button-next {
  background: center/contain no-repeat url(../images/next-button.png);
  right: calc(50% - 650px);
}

/* section */
.lt-section__sub-title {
  text-align: center;
  color: #cdb27f;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.lt-section__title {
  margin-top: 20px;
  text-align: center;
  color: #f2ece0;
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
}
.lt-section__desc {
  margin: 25px auto 0;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #f2ece0;
}
.lt-section {
  /* 전세기 전세선 */
}
.lt-section--charter {
  background: url("../images/charter-bg.jpg") center/cover no-repeat;
}
.lt-section--charter .tab-switch {
  margin-top: 68px;
}
.lt-section--charter .tab-switch .switch-head {
  position: sticky;
  top: 110px;
  z-index: 11;
  padding-block: 20px;
  transition: background-color 0.3s ease;
}
.lt-section--charter .tab-switch .switch-head.is-stuck {
  background-color: #182025;
}
.lt-section--charter .tab-switch .switch-head .tab-switch-list {
  width: 560px;
  display: flex;
  margin: 0 auto;
  gap: 10px;
}
.lt-section--charter .tab-switch .switch-head .tab-switch-item {
  position: relative;
  width: 180px;
  height: 58px;
  border: solid 2px #f2ece0;
  box-sizing: border-box;
  background-color: #1f2a30;
}
.lt-section--charter .tab-switch .switch-head .tab-switch-item .tab-switch-link {
  height: 100%;
  text-align: center;
}
.lt-section--charter .tab-switch .switch-head .tab-switch-item .tab-switch-txt {
  display: grid;
  height: 100%;
  justify-content: center;
  align-content: center;
  color: #f2ece0;
  font-size: 22px;
  font-weight: 600;
}
.lt-section--charter .tab-switch .switch-head .tab-switch-item {
  /* active 시 */
}
.lt-section--charter .tab-switch .switch-head .tab-switch-item.is-active {
  background: #f2ece0;
}
.lt-section--charter .tab-switch .switch-head .tab-switch-item.is-active .tab-switch-txt {
  color: #1f1a12;
}
.lt-section--charter .tab-switch .switch-body {
  position: relative;
  margin: 67px auto 0;
}
.lt-section--charter .tab-switch .switch-body .switch-content {
  display: none;
  position: relative;
  scroll-margin-top: 220px;
}
.lt-section--charter .tab-switch .switch-body .switch-content.is-active {
  display: block;
}
.lt-section--charter .charter-section__title-wrap {
  display: grid;
  gap: 20px;
  line-height: 1;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #f2ece0;
}
.lt-section--charter .charter-section__title-wrap .txt-color {
  color: #cdb27f;
  font-size: 60px;
}
.lt-section--charter .charter--korea {
  width: 1000px;
  height: 500px;
  margin-inline: auto;
  position: relative;
}
.lt-section--charter .charter--korea .korea__txt-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  padding: 50px 40px;
  box-sizing: border-box;
}
.lt-section--charter .charter--korea .korea__sub-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  margin-top: 18px;
}
.lt-section--charter .charter--korea .korea__title-wrap {
  margin-top: 26px;
  font-size: 30px;
  font-weight: 600;
  display: grid;
  gap: 8px;
}
.lt-section--charter .charter--korea .korea__title {
  line-height: 1;
}
.lt-section--charter .charter--korea .korea__desc {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.lt-section--charter .charter--korea .korea__tag {
  width: 300px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c42a30;
  color: #f2ece0;
  font-size: 24px;
  font-weight: 500;
}
.lt-section--charter .charter--korea .korea__price {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.lt-section--charter .charter--korea .korea__price--unit {
  font-size: 30px;
}
.lt-section--charter .charter--korea .korea__button {
  position: relative;
  margin-top: 20px;
  width: 260px;
  height: 60px;
  background-color: #c35012;
  font-size: 26px;
  font-weight: 600;
  color: #f2ece0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  transition: 0.3s ease;
}
.lt-section--charter .charter--korea .korea__button::after {
  display: block;
  content: "예약하기";
  font-size: 0;
  width: 10px;
  height: 17px;
  background: url("../images/button-arrow.png") center/auto no-repeat;
}
.lt-section--charter .charter--korea .korea__button:hover {
  background-color: #a68548;
}
.lt-section--charter .product__list {
  width: 100%;
  max-width: none;
  margin: 80px auto 0;
  flex-wrap: nowrap;
  justify-content: center;
}
.lt-section--charter .product__item {
  min-width: 0;
}
.lt-section--charter .product__img {
  position: relative;
}
.lt-section--charter .product__desc {
  font-size: 20px;
}
.lt-section--charter .product__tag {
  height: 42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-inline: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #c42a30;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.lt-section--charter .hover__content {
  margin-top: 30px;
}
.lt-section--charter .hover__tag {
  background-color: #c42a30;
  border: none;
}
.lt-section--charter .hover__desc {
  margin-top: 20px;
}
.lt-section--charter .txt-highlight {
  color: #c35012;
}
.lt-section {
  /* 비즈니스 클래스 유럽 여행 */
}
.lt-section--europe {
  background: url("../images/europe-bg.jpg") center/cover no-repeat;
}
.lt-section {
  /* 비즈니스 클래스 크루즈 여행 */
}
.lt-section--cruise {
  background: url("../images/cruise-bg.jpg") center/cover no-repeat;
}
.lt-section {
  /* 하이앤드 */
}
.lt-section--highend {
  background: url("../images/highend-bg.jpg") center/cover no-repeat;
}
.lt-section--highend .lt-section__inner {
  margin-top: 96px;
}
.lt-section--highend .highend__sub-title {
  color: #f2ece0;
  white-space: nowrap;
}
.lt-section--highend .highend__title {
  width: 326px;
  margin: 23px auto 0;
}
.lt-section--highend .highend-swiper {
  height: auto;
}
.lt-section--highend .highend-swiper .highend-product__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lt-section--highend .highend-swiper .grid-product__button {
  position: relative;
  margin-top: 50px;
  width: 310px;
  height: 70px;
  background-color: #c35012;
  font-size: 26px;
  font-weight: 600;
  color: #f2ece0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  transition: 0.3s ease;
}
.lt-section--highend .highend-swiper .grid-product__button::after {
  display: block;
  content: "예약하기";
  font-size: 0;
  width: 10px;
  height: 17px;
  background: url("../images/button-arrow.png") center/auto no-repeat;
}
.lt-section--highend .highend-swiper .grid-product__button:hover {
  background-color: #a68548;
}
.lt-section--highend .highend-swiper .grid-product__info {
  flex: 1;
  min-width: 0;
  height: auto;
}
.lt-section--highend .highend-swiper .grid-product__title {
  white-space: nowrap;
}
.lt-section--highend .highend-swiper .grid-product__right {
  position: relative;
  width: 570px;
  height: 675px;
  flex-shrink: 0;
}
.lt-section--highend .highend-swiper .grid-product__right img {
  position: absolute;
  object-fit: cover;
}
.lt-section--highend .highend-swiper .grid-product__right .img-main {
  width: 420px;
  height: 525px;
  top: 0;
  right: 0;
  z-index: 1;
}
.lt-section--highend .highend-swiper .grid-product__right .img-sub {
  width: 280px;
  height: 372px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lt-section--highend .md-comment__wrap {
  margin-top: 50px;
  position: relative;
  margin-left: 20px;
}
.lt-section--highend .md-comment__wrap::after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #cdb27f;
}
.lt-section--highend .md-comment__wrap .md-comment__quote {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.lt-section--highend .md-comment__wrap .md-comment {
  color: #cdb27f;
  font-size: 20px;
  margin-top: 20px;
}
.lt-section {
  /* 프라이빗투어 */
}
.lt-section--private {
  background-color: #f2ece0;
}
.lt-section--private .lt-section__desc {
  color: #1f1a12;
}
.lt-section--private .private__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1470px;
  justify-content: center;
  margin: 104px auto 0;
  gap: 10px;
}

.lt-section--private .private__list .hover__desc,
.lt-section--private .private__list .hover__price {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 1470px) {
  .lt-section--private .private__list .product__title,
  .lt-section--private .private__list .hover__title {
    font-size: 22px;
  }
  .lt-section--private .private__list .product__desc br,
  .lt-section--private .private__list .hover__desc br {
    display: none;
  }
  .lt-section--private .private__list .pc-sm-text {
    font-size: 20px;
  }
  .lt-section--private .private__list .hover__title-wrap {
    gap: 4px;
  }
  .lt-section--private .private__list .hover__desc {
    font-size: 15px;
    line-height: 1.4;
  }
  .lt-section--private .private__list .hover__price {
    font-size: 36px;
  }
  .lt-section--private .private__list .hover__price--unit {
    font-size: 26px;
  }
}
.lt-section--private .private__title {
  color: #1f1a12;
}
.lt-section--private .private__desc {
  color: #1f1a12;
}
.lt-section--private .pc-sm-text {
  font-size: 26px;
}
.lt-section--private .product__list {
  row-gap: 30px;
}
.lt-section--private .product__item {
  flex: 0 0 calc((100% - 30px) / 4);
  box-sizing: border-box;
}
.lt-section--private .product__tag {
  position: absolute;
  right: 0;
  top: 0;
}

.lt-footer {
  width: 100%;
  display: grid;
  overflow-x: hidden;
}
.lt-footer__inner {
  background-color: #696969;
}
.lt-footer__inner:not(:first-child) {
  background-color: #424242;
}
.lt-footer__nav, .lt-footer__info, .lt-footer__awards {
  width: 1140px;
  margin: 0 auto;
}
.lt-footer__nav {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.lt-footer__nav-item {
  font-size: 14px;
  padding-inline: 20px;
  color: #adaeb0;
  line-height: 53px;
}
.lt-footer__info {
  padding: 28px 13px;
}
.lt-footer__info-item {
  font-size: 13px;
  color: #adaeb0;
  line-height: 18px;
  letter-spacing: 0;
}
.lt-footer__info .copyright {
  margin-top: 18px;
}
.lt-footer__awards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 1100px;
  height: 80px;
  padding: 20px 0 0 14px;
  border-top: 1px solid #353535;
}
.lt-footer__awards .lt-footer__award {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}
.lt-footer__awards .lt-footer__award img {
  flex-shrink: 0;
  width: auto;
}
.lt-footer__awards .lt-footer__award-title {
  font-size: 11px;
  color: #adaeb0;
  line-height: 15px;
}

.lt-banner {
  height: 80px;
}
.lt-banner__inner {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #3e2723;
}
.lt-banner__title {
  font-size: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1140px;
  height: 80px;
  margin-inline: auto;
  color: #f2ece0;
  line-height: 1;
  font-weight: 500;
}
.lt-banner__title:before {
  content: "";
  margin-right: 15px;
  display: inline-flex;
  align-self: flex-end;
  width: 64px;
  height: 91px;
  pointer-events: none;
  background: url("../images/banner/banner-icon.png") no-repeat center/cover;
}
.lt-banner .branday-logo {
  width: 133px;
  height: 27px;
  margin-left: 8px;
}
.lt-banner__text {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.lt-banner__text:after {
  content: "";
  width: 10px;
  height: 17px;
  margin-left: 20px;
  background: url("../images/banner/banner-right-arrow.png") no-repeat center/cover;
}
.lt-banner__highlight {
  color: #ceb280;
  margin-left: 20px;
}

/* 애니메이션 기본 상태 (숨김) */
[data-animate] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

[data-animate=top] {
  transform: translateY(-40px);
}

[data-animate=bottom] {
  transform: translateY(40px);
}

[data-animate=left] {
  transform: translateX(-40px);
}

[data-animate=right] {
  transform: translateX(40px);
}

[data-animate=fade] {
  transform: none;
}

/* 활성 상태 (보임) */
[data-animate].is-animated {
  opacity: 1;
  transform: translate(0, 0);
}

/* 딜레이 유틸리티 */
[data-delay="100"] {
  transition-delay: 0.1s;
}

[data-delay="200"] {
  transition-delay: 0.2s;
}

[data-delay="300"] {
  transition-delay: 0.3s;
}

[data-delay="400"] {
  transition-delay: 0.4s;
}

[data-delay="500"] {
  transition-delay: 0.5s;
}

[data-delay="600"] {
  transition-delay: 0.6s;
}

[data-delay="700"] {
  transition-delay: 0.7s;
}

[data-delay="800"] {
  transition-delay: 0.8s;
}

[data-delay="900"] {
  transition-delay: 0.9s;
}

[data-delay="1000"] {
  transition-delay: 1s;
}
