@charset "UTF-8";
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: #111;
  line-height: normal;
  font-weight: normal;
  letter-spacing: -0.03em;
}

.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%);
}

.mo-view {
  max-width: clamp(320px, 0px + 100vw, 750px);
  margin-inline: auto;
}

.lt-visual {
  position: relative;
  height: clamp(384px, 0px + 120vw, 900px);
  background: url("../images/visual/visual-bg-2x.jpg") no-repeat center/cover;
  overflow: hidden;
}
.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: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.lt-visual__logo {
  width: clamp(52.9066666667px, 0px + 16.5333333333vw, 124px);
  margin-top: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  margin-left: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  justify-self: flex-start;
}
.lt-visual__title {
  font-size: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  font-weight: 800;
  display: grid;
  justify-content: center;
  margin-top: clamp(28.16px, 0px + 8.8vw, 66px);
  color: #fff;
  line-height: 1;
}
.lt-visual__title img {
  width: clamp(99.84px, 0px + 31.2vw, 234px);
  margin-inline: auto;
}
.lt-visual__clip {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: clamp(12.8px, 0px + 4vw, 30px);
}
.lt-visual__clip .clip {
  position: relative;
  display: inline-block;
  font-size: clamp(68.2666666667px, 0px + 21.3333333333vw, 160px);
  line-height: 0.8;
}
.lt-visual__clip .clip__path {
  color: transparent;
  -webkit-text-stroke: 2px #2bcbff;
}
.lt-visual__clip .clip__path:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  color: #2bcbff;
  animation: animate 3s ease-in-out infinite;
}
@keyframes animate {
  0%, 100% {
    clip-path: polygon(0 49%, 9% 45%, 20% 41%, 31% 41%, 42% 46%, 52% 51%, 63% 55%, 74% 54%, 84% 51%, 93% 48%, 100% 44%, 100% 100%, 0 100%);
  }
  50% {
    clip-path: polygon(0 45%, 8% 54%, 16% 58%, 28% 61%, 38% 60%, 48% 55%, 60% 50%, 69% 44%, 79% 41%, 91% 41%, 100% 44%, 100% 100%, 0 100%);
  }
}
.lt-visual__date {
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
  margin-top: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  text-align: center;
  font-weight: 700;
}
.lt-visual__desc {
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  margin-top: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  color: #fff;
  line-height: clamp(17.92px, 0px + 5.6vw, 42px);
  text-align: center;
  font-weight: 600;
}
.lt-visual__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 117.2%;
  transform: translate(-50%, -50%);
}
.lt-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lt-visual #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.lt-visual #canvas.off {
  display: none;
}

.lt-nav {
  position: sticky;
  top: 0;
  margin-inline: auto;
  background-color: #090515;
  z-index: 10;
}
.lt-nav__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}
.lt-nav__list::-webkit-scrollbar {
  display: none;
}
.lt-nav__item {
  min-width: clamp(85.3333333333px, 0px + 26.6666666667vw, 200px);
  flex-shrink: 0;
  scroll-snap-align: center;
}
.lt-nav__target {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  font-weight: 600;
  white-space: nowrap;
}
.lt-nav__discount {
  display: none;
  font-size: 22px;
  color: #4393ff;
  line-height: 1;
}
.lt-nav__title {
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  color: #fff;
  line-height: 1;
}
.lt-nav .is-active {
  background-color: #3560db;
}
.lt-nav .is-active .lt-nav__discount {
  color: #fff;
}

/* 공통 */
.lt-section:not(.lt-section--benefit) {
  padding-block: clamp(59.7333333333px, 0px + 18.6666666667vw, 140px);
}

.lt-section__inner:not(.lt-section--benefit .lt-section__inner) {
  position: relative;
  width: clamp(285.8666666667px, 0px + 89.3333333333vw, 670px);
  margin: clamp(34.1333333333px, 0px + 10.6666666667vw, 50px) auto 0;
}

.lt-section__content {
  position: relative;
}

.lt-section__sub-title {
  margin-top: clamp(2.8px, 0px + 4vw, 0px);
}

/* 섹션별 */
.lt-section__title {
  text-align: center;
  color: #0f2e64;
  font-size: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
  font-weight: 700;
}
.lt-section__sub-title {
  text-align: center;
  color: #0f2e64;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 600;
}
.lt-section__sub-title__txtcol {
  display: inline-block;
  color: #3560db;
}

.cruise__logo {
  width: clamp(98.1333333333px, 0px + 30.6666666667vw, 230px);
  margin: 0 auto clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.cruise__logo__text {
  padding: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px) clamp(5.5466666667px, 0px + 1.7333333333vw, 13px);
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0f2e64;
}
.cruise__logo__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
  background-color: #0f2e64;
}
.cruise__logo__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
  background-color: #0f2e64;
}

.lt__more__button {
  margin: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(115.2px, 0px + 36vw, 270px);
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  line-height: clamp(30.72px, 0px + 9.6vw, 72px);
  text-align: center;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 600;
}
.lt__more__button--cruise {
  border: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px) solid #0f2e64;
  color: #0f2e64;
}
.lt__more__button--high {
  border: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px) solid #fff;
  color: #fff;
}
.lt__more__button--high img {
  filter: invert(1) brightness(2);
}
.lt__more__button__arrow {
  display: inline-block;
  margin-left: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  width: clamp(7.2533333333px, 0px + 2.2666666667vw, 17px);
  height: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  transition: transform 0.4s ease;
}

.js-toggle-wrapper {
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.js-toggle-section.is-active .lt__more__button__arrow {
  transform: rotate(180deg);
}

.lt-section__title {
  text-align: center;
  color: #0f2e64;
  font-size: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
  font-weight: 700;
}
.lt-section__sub-title {
  text-align: center;
  color: #0f2e64;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 600;
}
.lt-section__sub-title__txtcol {
  display: inline-block;
  color: #3560db;
}
.lt-section {
  /* benefit */
}
.lt-section--benefit .lt-section__inner {
  text-align: center;
  padding-block: clamp(54.1866666667px, 0px + 16.9333333333vw, 127px) clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  background: url("../images/202603-lottetour-mo-benefit-bg.jpg") no-repeat center/cover;
}
.lt-section--benefit .benefit__title {
  margin-bottom: clamp(34.1333333333px, 0px + 10.6666666667vw, 80px);
  text-align: center;
  font-size: clamp(18.7733333333px, 0px + 5.8666666667vw, 44px);
  font-weight: 700;
  line-height: clamp(27.7333333333px, 0px + 8.6666666667vw, 65px);
  color: #0f2e64;
}
.lt-section--benefit .benefit__title__semi {
  font-weight: 600;
}
.lt-section--benefit .benefit__title__txtcol {
  display: inline-block;
  position: relative;
  color: #3560db;
}
.lt-section--benefit .benefit__title__txtcol:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  width: clamp(2.56px, 0px + 0.8vw, 6px);
  height: clamp(2.56px, 0px + 0.8vw, 6px);
  background-color: #4169e1;
  border-radius: 50%;
}
.lt-section--benefit .benefit__item__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(27.3066666667px, 0px + 8.5333333333vw, 64px);
  font-weight: 700;
  margin-bottom: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  background: linear-gradient(180deg, #0f2e64 35%, #3560db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lt-section--benefit .benefit__item__content__icon {
  margin: 0 auto clamp(19.2px, 0px + 6vw, 45px);
  width: clamp(107.52px, 0px + 33.6vw, 252px);
  height: clamp(92.16px, 0px + 28.8vw, 216px);
}
.lt-section--benefit .benefit__item__content__text {
  text-align: center;
  font-size: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  line-height: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  font-weight: 700;
  color: #0f2e64;
}
.lt-section--benefit .benefit__item__content__sub-text {
  margin-top: clamp(12.8px, 0px + 4vw, 30px);
  text-align: center;
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  line-height: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 600;
  color: #0f2e64;
}
.lt-section--benefit .benefit__item__highlight {
  color: #365fdd;
}
.lt-section--benefit .benefit__item:first-child .benefit__item__text__per {
  position: relative;
  top: clamp(-5px, (0px + 0.6666666667vw) * -1, -2.1333333333px);
  display: inline-block;
  width: clamp(127.5733333333px, 0px + 39.8666666667vw, 299px);
  height: clamp(43.0933333333px, 0px + 13.4666666667vw, 101px);
  margin-inline: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
}
.lt-section--benefit .benefit__item:first-child .benefit__item__sub-text {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  color: #0f2e64;
  letter-spacing: -0.03em;
}
.lt-section--benefit .benefit__item:first-child::after {
  content: "-";
  display: block;
  margin: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px) auto;
  width: clamp(285.8666666667px, 0px + 89.3333333333vw, 670px);
  height: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
  background-color: #0f2e64;
  font-size: 0;
}
.lt-section--benefit .benefit__number {
  margin: 0 auto clamp(19.2px, 0px + 6vw, 45px);
  width: clamp(64px, 0px + 20vw, 150px);
  text-align: center;
  background-color: #0f2e64;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  color: #fff;
  font-size: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  line-height: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 600;
}
.lt-section--benefit .benefit__notice__button {
  margin: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px) solid #0f2e64;
  width: clamp(104.5333333333px, 0px + 32.6666666667vw, 245px);
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  line-height: clamp(24.32px, 0px + 7.6vw, 57px);
  text-align: center;
  color: #0f2e64;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 600;
}
.lt-section--benefit .benefit__notice__icon {
  display: inline-block;
  margin-left: clamp(6.4px, 0px + 2vw, 15px);
  width: clamp(7.2533333333px, 0px + 2.2666666667vw, 17px);
  height: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  transition: transform 0.3s ease;
}
.lt-section--benefit {
  /* Open 상태 */
}
.lt-section--benefit .benefit__notice__toggle.open .benefit__notice__icon {
  transform: rotate(180deg);
}
.lt-section--benefit .benefit__notice__content {
  transition: max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  contain: layout;
  background-color: #122648;
  text-align: left;
  margin: 0 auto;
}
.lt-section--benefit .benefit__notice__content.open {
  max-height: clamp(509.44px, 0px + 159.2vw, 1194px);
}
.lt-section--benefit .benefit__notice__list {
  display: grid;
  gap: clamp(15.36px, 0px + 4.8vw, 36px);
  width: clamp(285.8666666667px, 0px + 89.3333333333vw, 670px);
  margin: clamp(25.6px, 0px + 8vw, 60px) auto;
}
.lt-section--benefit .benefit__notice__content p {
  margin-bottom: clamp(2.56px, 0px + 0.8vw, 6px);
  color: #fff;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 700;
}
.lt-section--benefit .benefit__notice__content ul {
  list-style: none;
  padding-left: 0;
}
.lt-section--benefit .benefit__notice__content ul li {
  color: #b9c5db;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  line-height: clamp(12.8px, 0px + 4vw, 30px);
  font-weight: 500;
  letter-spacing: -0.022em;
}
.lt-section {
  /* time-deal */
}
.lt-section--time-deal {
  background-color: #0f2e64;
}
.lt-section--time-deal .lt-section__icon {
  width: clamp(75.52px, 0px + 23.6vw, 177px);
  height: clamp(53.76px, 0px + 16.8vw, 126px);
  margin: 0 auto clamp(11.52px, 0px + 3.6vw, 27px);
}
.lt-section--time-deal .lt-section__title {
  text-align: center;
  color: #fff;
  font-size: clamp(27.3066666667px, 0px + 8.5333333333vw, 64px);
  font-weight: 700;
  line-height: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
}
.lt-section--time-deal .lt-section__title__txtcol {
  display: inline-block;
  color: #2be4ff;
}
.lt-section--time-deal .lt-section__sub-title {
  text-align: center;
  color: #fff;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  line-height: clamp(15.36px, 0px + 4.8vw, 36px);
  font-weight: 500;
}
.lt-section--time-deal .time-deal__list {
  position: relative;
  display: grid;
  gap: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--time-deal .time-deal__item {
  position: relative;
  width: 100%;
}
.lt-section--time-deal .time-deal__item > a {
  display: block;
}
.lt-section--time-deal .time-deal__item--clock {
  background-color: #3560db;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  margin-bottom: clamp(-40px, (0px + 5.3333333333vw) * -1, -17.0666666667px);
}
.lt-section--time-deal .time-deal__item--clock__text-wrap {
  padding-inline: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  line-height: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
  font-weight: 700;
}
.lt-section--time-deal .time-deal__item--clock__title {
  color: #fff;
}
.lt-section--time-deal .time-deal__item--clock__text {
  color: #2be4ff;
}
.lt-section--time-deal .time-deal__item--content {
  background-color: #fff;
  padding: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  display: grid;
  gap: clamp(23.8933333333px, 0px + 7.4666666667vw, 56px);
  border-radius: 0 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--time-deal .time-deal__item--content__logo__list {
  display: flex;
  gap: clamp(6.4px, 0px + 2vw, 15px);
  margin-bottom: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--time-deal .time-deal__item--content__logo__item.costa-logo {
  width: clamp(19.6266666667px, 0px + 6.1333333333vw, 46px);
}
.lt-section--time-deal .time-deal__item--content__logo__item.asiana-logo {
  width: clamp(52.48px, 0px + 16.4vw, 123px);
}
.lt-section--time-deal .time-deal__item--content__logo__item.princess-logo {
  width: clamp(23.04px, 0px + 7.2vw, 54px);
}
.lt-section--time-deal .time-deal__item--content__logo__item.century-logo {
  width: clamp(20.9066666667px, 0px + 6.5333333333vw, 49px);
}
.lt-section--time-deal .time-deal__item--content__sub-title {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  line-height: clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--time-deal .time-deal__item--content__title {
  margin-block: clamp(7.68px, 0px + 2.4vw, 18px) clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: clamp(25.6px, 0px + 8vw, 60px);
}
.lt-section--time-deal .time-deal__item--content__price {
  color: #d4d4d4;
  font-size: clamp(14.08px, 0px + 4.4vw, 33px);
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
  line-height: clamp(14.08px, 0px + 4.4vw, 33px);
}
.lt-section--time-deal .time-deal__item--content__price__text {
  display: inline-block;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
}
.lt-section--time-deal .time-deal__item--content__discount {
  margin-block: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px) clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  color: #3560db;
  font-size: clamp(21.76px, 0px + 6.8vw, 51px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: clamp(21.76px, 0px + 6.8vw, 51px);
}
.lt-section--time-deal .time-deal__item--content__discount__text {
  display: inline-block;
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
}
.lt-section--time-deal .time-deal__item--content__tag__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
}
.lt-section--time-deal .time-deal__item--content__tag__item {
  padding-inline: clamp(6.4px, 0px + 2vw, 15px);
  border: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px) solid #000;
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  text-align: center;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 600;
  line-height: clamp(17.92px, 0px + 5.6vw, 42px);
  letter-spacing: -0.03em;
}
.lt-section--time-deal .time-deal__item--content__video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lt-section--time-deal .time-deal__item--content__video__tag__item {
  position: absolute;
  top: clamp(8.5333333333px, 0px + 2.6666666667vw, 6px);
  right: clamp(8.5333333333px, 0px + 2.6666666667vw, 6px);
  z-index: 7;
  background-color: #db3535;
  width: clamp(55.4666666667px, 0px + 17.3333333333vw, 114px);
  height: clamp(55.4666666667px, 0px + 17.3333333333vw, 96px);
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  text-align: center;
  color: #fff;
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  line-height: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  letter-spacing: -0.03em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.lt-section--time-deal .time-deal__item--content__video__tag__item-sub-text {
  font-size: clamp(7.68px, 0px + 2.4vw, 18px);
  color: rgba(255, 255, 255, 0.5);
}
.lt-section--time-deal .time-deal__item--content__video img {
  height: 100%;
  display: block;
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
}
.lt-section--time-deal .time-deal__item--content__video .time-deal__item__video {
  display: grid;
}
.lt-section--time-deal .time-deal__item--content__video .time-deal__item__video video {
  width: 100%;
  object-fit: cover;
}
.lt-section .cruise--visual {
  position: relative;
}
.lt-section .cruise--visual > img {
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 0;
  width: 100%;
}
.lt-section .cruise--visual__tag__list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  overflow: hidden;
  z-index: 7;
}
.lt-section .cruise--visual__tag__item {
  width: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  height: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  text-align: center;
  color: #fff;
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  letter-spacing: -0.03em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #3560db;
}
.lt-section .cruise--visual__tag__item-sub-text {
  font-size: clamp(7.68px, 0px + 2.4vw, 18px);
  color: rgba(255, 255, 255, 0.5);
}
.lt-section .cruise--visual__tag__item__01 {
  background-color: #db3535;
}
.lt-section .cruise--visual__tag__item__02 {
  background-color: #3560db;
}
.lt-section .cruise--visual__tag__item__03 {
  background-color: #005d6c;
}
.lt-section .cruise--visual__tag__item__03 > img {
  width: clamp(42.24px, 0px + 13.2vw, 99px);
}
.lt-section .cruise__list {
  position: relative;
  display: grid;
  gap: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section .cruise__item .cruise--content {
  background-color: #fff;
  padding: clamp(19.2px, 0px + 6vw, 45px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section .cruise__item .cruise--content__sub-title {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: clamp(15.36px, 0px + 4.8vw, 36px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt-section .cruise__item .cruise--content__title {
  margin-block: clamp(6.4px, 0px + 2vw, 15px) clamp(12.8px, 0px + 4vw, 30px);
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: clamp(25.6px, 0px + 8vw, 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt-section .cruise__item .cruise--content__benefit {
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  display: flex;
  margin-bottom: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section .cruise__item .cruise--content__benefit__title {
  flex: none;
  color: #db3535;
}
.lt-section .cruise__item .cruise--content__benefit__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.lt-section .cruise__item .cruise--content__benefit__description:before {
  content: ":";
  margin-inline: clamp(1.7066666667px, 0px + 0.5333333333vw, 4px);
}
.lt-section .cruise__item .cruise--content__description {
  color: #555555;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 500;
  line-height: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt-section .cruise__item .cruise--content__price-wrap {
  margin-top: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  display: grid;
  align-items: end;
  justify-items: stretch;
  grid-template-columns: repeat(2, auto);
}
.lt-section .cruise__item .cruise--content__price-wrap__tag {
  width: clamp(64px, 0px + 20vw, 150px);
  background-color: #1b195b;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  text-align: center;
  color: #fff;
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  font-weight: 600;
  line-height: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
}
.lt-section .cruise__item .cruise--content__price-wrap__price {
  margin-bottom: clamp(1.28px, 0px + 0.4vw, 3px);
  text-align: right;
  color: #d4d4d4;
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
}
.lt-section .cruise__item .cruise--content__price-wrap__price__text {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
}
.lt-section .cruise__item .cruise--content__price-wrap__discount {
  text-align: right;
  color: #1b195b;
  font-size: clamp(22.1866666667px, 0px + 6.9333333333vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.lt-section .cruise__item .cruise--content__price-wrap__discount__text {
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
}
.lt-section .cruise__item .cruise--content__button {
  width: 100%;
  background-color: #3560db;
  border-radius: 0 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  line-height: clamp(38.4px, 0px + 12vw, 90px);
  text-align: center;
  color: #fff;
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
  font-weight: 700;
}
.lt-section .cruise__item .cruise--content__button__arrow {
  display: inline-block;
  margin-left: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  width: clamp(5.12px, 0px + 1.6vw, 12px);
  height: clamp(8.96px, 0px + 2.8vw, 21px);
}
.lt-section .cruise__item .cruise__carrier {
  display: flex;
  column-gap: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  align-items: center;
}
.lt-section .cruise__item .cruise__carrier__item {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.lt-section .cruise__item .cruise__carrier__item.costa-logo {
  width: clamp(19.6266666667px, 0px + 6.1333333333vw, 46px);
}
.lt-section .cruise__item .cruise__carrier__item.ke-logo {
  width: clamp(52.9066666667px, 0px + 16.5333333333vw, 124px);
}
.lt-section .cruise__item .cruise__carrier__item.asiana-logo {
  width: clamp(52.48px, 0px + 16.4vw, 123px);
}
.lt-section .cruise__item .cruise__carrier__item.emirates-logo {
  width: clamp(20.9066666667px, 0px + 6.5333333333vw, 49px);
}
.lt-section .cruise__item .cruise__carrier__item.msc-logo {
  width: clamp(32.4266666667px, 0px + 10.1333333333vw, 76px);
}
.lt-section .cruise__item .cruise__carrier__item.tway-logo {
  width: clamp(31.5733333333px, 0px + 9.8666666667vw, 74px);
}
.lt-section .cruise__item .cruise__carrier__item.ncl-logo {
  width: clamp(40.1066666667px, 0px + 12.5333333333vw, 94px);
}
.lt-section .cruise__item .cruise__carrier__item.qatar-logo {
  width: clamp(46.08px, 0px + 14.4vw, 108px);
}
.lt-section .cruise__item .cruise__carrier__item.ha-logo {
  width: clamp(52.9066666667px, 0px + 16.5333333333vw, 124px);
}
.lt-section .cruise__item .cruise__carrier__item.finnair-logo {
  width: clamp(52.9066666667px, 0px + 16.5333333333vw, 124px);
}
.lt-section .cruise__item .cruise__carrier__item.etihad-logo {
  width: clamp(34.9866666667px, 0px + 10.9333333333vw, 82px);
}
.lt-section .cruise__item .cruise__carrier__item.princess-logo {
  width: clamp(23.04px, 0px + 7.2vw, 54px);
}
.lt-section .cruise__item .cruise__carrier__item.alaska-logo {
  width: clamp(33.28px, 0px + 10.4vw, 78px);
}
.lt-section .cruise__item .cruise__carrier__item.century-logo {
  width: clamp(20.9066666667px, 0px + 6.5333333333vw, 49px);
}
.lt-section .cruise__item .cruise__carrier__item.ca-logo {
  width: clamp(46.5066666667px, 0px + 14.5333333333vw, 109px);
}
.lt-section .cruise__item .cruise__carrier__item.rc-logo {
  width: clamp(51.6266666667px, 0px + 16.1333333333vw, 121px);
}
.lt-section .cruise__item .cruise__carrier__item.dream-logo {
  width: clamp(62.72px, 0px + 19.6vw, 147px);
}
.lt-section .cruise__item .cruise__carrier__item.disney-logo {
  width: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
}
.lt-section .cruise__item .cruise__carrier__item.air-tahiti-logo {
  width: clamp(53.76px, 0px + 16.8vw, 126px);
}
.lt-section .cruise__item .cruise__carrier__item.pg-logo {
  width: clamp(51.6266666667px, 0px + 16.1333333333vw, 121px);
}
.lt-section .cruise__item .cruise__carrier__item.antarctica-logo {
  width: clamp(40.5333333333px, 0px + 12.6666666667vw, 95px);
}
.lt-section .cruise__item .cruise__carrier__item.ponat-logo {
  width: clamp(45.6533333333px, 0px + 14.2666666667vw, 107px);
}
.lt-section .cruise__item .cruise__tag__list {
  margin-block: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
}
.lt-section .cruise__item .cruise__tag__item {
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  text-align: center;
  color: #fff;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 600;
  line-height: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  padding-inline: clamp(6.4px, 0px + 2vw, 15px);
}
.lt-section .cruise__item .cruise__tag__item__01 {
  display: inline-block;
  background-color: #db3535;
  margin-right: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
}
.lt-section .cruise__item .cruise__tag__item__02 {
  display: inline-block;
  background-color: #43198d;
}
.lt-section .cruise__item .cruise__tag__item__03 {
  display: inline-block;
  background-color: #3560db;
}
.lt-section .cruise__item .cruise__tag__item__04 {
  display: inline-block;
  background-color: #e4af0d;
}
.lt-section {
  /* 유럽 */
}
.lt-section--europe {
  background: linear-gradient(180deg, #c3e0f6 0%, #74b8f2 100%);
}
.lt-section {
  /* 미주 */
}
.lt-section--america {
  background: linear-gradient(180deg, #c3e0f6 0%, #74b8f2 100%);
}
.lt-section {
  /* 한국출발 */
}
.lt-section--korea {
  background: #dbeffa;
}
.lt-section--korea .korea--visual {
  position: relative;
}
.lt-section--korea .korea--visual > img {
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--korea .korea--visual__tag__list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  overflow: hidden;
  z-index: 7;
}
.lt-section--korea .korea--visual__tag__item {
  width: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  height: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  text-align: center;
  color: #fff;
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  letter-spacing: -0.03em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #3560db;
}
.lt-section--korea .korea--visual__tag__item-sub-text {
  font-size: clamp(7.68px, 0px + 2.4vw, 18px);
  color: rgba(255, 255, 255, 0.5);
}
.lt-section--korea .korea--visual__tag__item__01 {
  background-color: #db3535;
}
.lt-section--korea .korea--visual__tag__item__02 {
  background-color: #3560db;
}
.lt-section--korea .korea--visual__tag__item__03 {
  background-color: #005d6c;
}
.lt-section--korea .korea--visual__tag__item__03 > img {
  width: clamp(42.24px, 0px + 13.2vw, 99px);
}
.lt-section--korea .korea__list {
  display: grid;
  gap: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--korea .korea__item {
  position: relative;
  width: 100%;
}
.lt-section--korea .korea__item > a:hover .asia--content__button {
  background-color: #db3535;
}
.lt-section--korea .korea--content {
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  padding: clamp(196.2666666667px, 0px + 61.3333333333vw, 460px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.lt-section--korea .korea--content-wrap {
  height: 100%;
}
.lt-section--korea .korea--content__sub-title {
  color: #fff;
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: clamp(15.36px, 0px + 4.8vw, 36px);
}
.lt-section--korea .korea--content__title {
  color: #fff;
  margin-block: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px) clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  line-height: clamp(25.6px, 0px + 8vw, 60px);
  font-weight: 700;
  letter-spacing: -0.05em;
}
.lt-section--korea .korea--content__benefit {
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  display: flex;
  margin-bottom: clamp(6.4px, 0px + 2vw, 15px);
}
.lt-section--korea .korea--content__benefit__title {
  flex: none;
  color: #24b4ff;
}
.lt-section--korea .korea--content__benefit__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #fff;
}
.lt-section--korea .korea--content__benefit__description:before {
  content: ":";
  margin-inline: clamp(1.7066666667px, 0px + 0.5333333333vw, 4px);
}
.lt-section--korea .korea--content__description {
  color: #fff;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  line-height: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  font-weight: 500;
}
.lt-section--korea .korea--content__price-wrap {
  margin-top: clamp(6.4px, 0px + 2vw, 15px);
  width: clamp(251.7333333333px, 0px + 78.6666666667vw, 590px);
  display: grid;
  align-items: end;
  justify-items: stretch;
  grid-template-columns: repeat(2, 1fr);
}
.lt-section--korea .korea--content__price-wrap__tag {
  width: clamp(64px, 0px + 20vw, 150px);
  background-color: #fff;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  text-align: center;
  color: #3560db;
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  font-weight: 800;
  line-height: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
}
.lt-section--korea .korea--content__price-wrap__price {
  margin-bottom: clamp(1.28px, 0px + 0.4vw, 3px);
  text-align: right;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
}
.lt-section--korea .korea--content__price-wrap__price__text {
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
}
.lt-section--korea .korea--content__price-wrap__discount {
  text-align: right;
  color: #fff;
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.lt-section--korea .korea--content__price-wrap__discount__text {
  font-size: clamp(16.2133333333px, 0px + 5.0666666667vw, 38px);
}
.lt-section--korea .korea--content__button {
  margin-top: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  width: 100%;
  background-color: #3560db;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  line-height: clamp(38.4px, 0px + 12vw, 90px);
  text-align: center;
  color: #fff;
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
  font-weight: 700;
}
.lt-section--korea .korea--content__button__arrow {
  display: inline-block;
  margin-left: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  width: clamp(5.12px, 0px + 1.6vw, 12px);
  height: clamp(8.96px, 0px + 2.8vw, 21px);
}
.lt-section--korea .korea__logo__wrap {
  display: flex;
  align-items: center;
  column-gap: clamp(6.4px, 0px + 2vw, 15px);
}
.lt-section--korea .korea__logo.costa-clear-logo {
  width: clamp(16.64px, 0px + 5.2vw, 39px);
}
.lt-section--korea .korea__logo.lotte-clear-logo {
  width: clamp(38.4px, 0px + 12vw, 90px);
}
.lt-section--korea .korea__logo.msc-clear-logo {
  width: clamp(32.4266666667px, 0px + 10.1333333333vw, 76px);
}
.lt-section--korea .korea__tag__list {
  display: flex;
  gap: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  margin-block: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--korea .korea__tag__item {
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  text-align: center;
  color: #fff;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 600;
  line-height: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  padding-inline: clamp(6.4px, 0px + 2vw, 15px);
}
.lt-section--korea .korea__tag__item__01 {
  background-color: #db3535;
}
.lt-section--korea .korea__tag__item__02 {
  background-color: #43198d;
}
.lt-section--korea .korea__tag__item__03 {
  background-color: #3560db;
}
.lt-section--korea .korea__tag__item__04 {
  background-color: #e4af0d;
}
.lt-section {
  /* 아시아 */
}
.lt-section--asia {
  background: linear-gradient(180deg, #c3e0f6 0%, #74b8f2 100%);
}
.lt-section {
  /* 비즈니스 */
}
.lt-section--high {
  background: linear-gradient(180deg, #372823 0%, #7d6e43 100%);
}
.lt-section--high .lt-section__icon {
  width: clamp(136.96px, 0px + 42.8vw, 321px);
  height: clamp(40.5333333333px, 0px + 12.6666666667vw, 95px);
  margin: clamp(2.9866666667px, 0px + 0.9333333333vw, 7px) auto clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
}
.lt-section--high .lt-section__title {
  text-align: center;
  color: #fff;
  font-size: clamp(27.3066666667px, 0px + 8.5333333333vw, 64px);
  font-weight: 700;
}
.lt-section--high .lt-section__sub-title {
  text-align: center;
  color: #fff;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 500;
}
.lt-section--high .high--visual {
  position: relative;
}
.lt-section--high .high--visual > img {
  width: 100%;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 0;
}
.lt-section--high .high--visual__logo-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
.lt-section--high .high--visual__logo-tag__item {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  align-content: center;
  width: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  height: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  color: #fff;
  line-height: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  text-align: center;
  background-color: #3560db;
}
.lt-section--high .high--visual__logo-tag__item:not(:first-child) {
  background-color: #005d6c;
}
.lt-section--high .high--visual__logo-tag__item img {
  width: clamp(42.24px, 0px + 13.2vw, 99px);
  margin-inline: auto;
}
.lt-section--high .high--visual__logo-tag__item-sub-text {
  font-size: clamp(7.68px, 0px + 2.4vw, 18px);
  color: rgba(255, 255, 255, 0.5);
}
.lt-section--high .high--visual__tag__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  position: absolute;
  top: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  left: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  z-index: 7;
}
.lt-section--high .high--visual__tag__item {
  width: clamp(34.1333333333px, 0px + 10.6666666667vw, 80px);
  height: clamp(34.1333333333px, 0px + 10.6666666667vw, 80px);
  border-radius: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  text-align: center;
  color: #fff;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 500;
  letter-spacing: -0.03em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lt-section--high .high--visual__tag__item__01 {
  background-color: #db3535;
}
.lt-section--high .high--visual__tag__item__02 {
  background-color: #43198d;
}
.lt-section--high .high--visual__tag__item__03 {
  background-color: #3560db;
}
.lt-section--high .high--visual__tag__item__04 {
  background-color: #e4af0d;
}
.lt-section--high .high__list {
  position: relative;
  display: grid;
  gap: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--high .high__item .high--content {
  background-color: #fff;
  padding: clamp(19.2px, 0px + 6vw, 45px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--high .high__item .high--content__sub-title {
  margin-top: clamp(6.4px, 0px + 2vw, 15px);
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: clamp(15.36px, 0px + 4.8vw, 36px);
}
.lt-section--high .high__item .high--content__title {
  margin-block: clamp(6.4px, 0px + 2vw, 15px);
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: clamp(25.6px, 0px + 8vw, 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt-section--high .high__item .high--content__description {
  color: #555555;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  font-weight: 500;
  line-height: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
}
.lt-section--high .high__item .high--content__price-wrap {
  display: grid;
  align-items: end;
  justify-items: stretch;
  grid-template-columns: repeat(2, auto);
}
.lt-section--high .high__item .high--content__price-wrap__tag {
  width: clamp(64px, 0px + 20vw, 150px);
  background-color: #005d6c;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  text-align: center;
  color: #fff;
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  font-weight: 600;
  line-height: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
}
.lt-section--high .high__item .high--content__price-wrap__price {
  margin-bottom: clamp(1.28px, 0px + 0.4vw, 3px);
  text-align: right;
  color: #d4d4d4;
  font-size: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
}
.lt-section--high .high__item .high--content__price-wrap__price__text {
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
}
.lt-section--high .high__item .high--content__price-wrap__discount {
  text-align: right;
  color: #372823;
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.lt-section--high .high__item .high--content__price-wrap__discount__text {
  font-size: clamp(16.2133333333px, 0px + 5.0666666667vw, 38px);
}
.lt-section--high .high__item .high--content__button {
  width: 100%;
  background-color: #af9241;
  border-radius: 0 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  line-height: clamp(38.4px, 0px + 12vw, 90px);
  text-align: center;
  color: #fff;
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
  font-weight: 700;
}
.lt-section--high .high__item .high--content__button__arrow {
  display: inline-block;
  margin-left: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  width: clamp(5.12px, 0px + 1.6vw, 12px);
  height: clamp(8.96px, 0px + 2.8vw, 21px);
}
.lt-section--high .high__item .high__carrier {
  display: flex;
  align-items: center;
  column-gap: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
}
.lt-section--high .high__item .high__carrier__item.princess-logo {
  width: clamp(23.04px, 0px + 7.2vw, 54px);
}
.lt-section--high .high__item .high__carrier__item.msc-logo {
  width: clamp(32.4266666667px, 0px + 10.1333333333vw, 76px);
}
.lt-section--high .high__item .high__carrier__item.emirates-logo {
  width: clamp(20.9066666667px, 0px + 6.5333333333vw, 49px);
}
.lt-section--high .high__item .high__carrier__item.ke-logo {
  width: clamp(52.9066666667px, 0px + 16.5333333333vw, 124px);
}
.lt-section--high .high__item .high__carrier__item.lh-logo {
  width: clamp(52.0533333333px, 0px + 16.2666666667vw, 122px);
}
.lt-section--high .high__item .high__carrier__item.ncl-logo {
  width: clamp(40.1066666667px, 0px + 12.5333333333vw, 94px);
}
.lt-section--high .high__item .high__carrier__item.asiana-logo {
  width: clamp(52.48px, 0px + 16.4vw, 123px);
}
.lt-section--high .high__item .high__carrier__item.ambassador-logo {
  width: clamp(52.48px, 0px + 16.4vw, 123px);
}
.lt-section {
  /* 특수지역 */
}
.lt-section--special {
  background: linear-gradient(180deg, #c3e0f6 0%, #74b8f2 100%);
}
.lt-section--choices {
  background-color: #395fcd;
}
.lt-section--choices .lt-section__title {
  text-align: center;
  color: #fff;
  font-size: clamp(27.3066666667px, 0px + 8.5333333333vw, 64px);
  font-weight: 700;
}
.lt-section--choices .choices__list {
  display: grid;
  gap: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--choices .choices__item {
  position: relative;
  padding: clamp(25.6px, 0px + 8vw, 60px) clamp(21.3333333333px, 0px + 6.6666666667vw, 50px) clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  height: clamp(166.4px, 0px + 52vw, 390px);
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--choices .choices__item-box {
  display: flex;
}
.lt-section--choices .choices__numbering {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  width: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  background-color: #0f2e64;
  border-radius: 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0 clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-weight: 600;
}
.lt-section--choices .choices__text__question {
  color: #111;
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  font-weight: 500;
  text-align: left;
}
.lt-section--choices .choices__text__answer {
  margin-top: clamp(23.8933333333px, 0px + 7.4666666667vw, 56px);
  color: #0f2e64;
  font-size: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  font-weight: 700;
  text-align: left;
}
.lt-section--choices .choices__icon__01 {
  position: absolute;
  bottom: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  right: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  z-index: 7;
  width: clamp(115.6266666667px, 0px + 36.1333333333vw, 271px);
  height: clamp(110.9333333333px, 0px + 34.6666666667vw, 260px);
}
.lt-section--choices .choices__icon__02 {
  position: absolute;
  bottom: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  right: clamp(10.24px, 0px + 3.2vw, 24px);
  z-index: 7;
  width: clamp(103.68px, 0px + 32.4vw, 243px);
  height: clamp(103.68px, 0px + 32.4vw, 243px);
}
.lt-section--choices .choices__icon__03 {
  position: absolute;
  bottom: clamp(2.9866666667px, 0px + 0.9333333333vw, 7px);
  right: clamp(10.24px, 0px + 3.2vw, 24px);
  z-index: 7;
  width: clamp(108.3733333333px, 0px + 33.8666666667vw, 254px);
  height: clamp(108.3733333333px, 0px + 33.8666666667vw, 254px);
}
.lt-section--choices .choices__icon__04 {
  position: absolute;
  bottom: clamp(14.08px, 0px + 4.4vw, 33px);
  right: clamp(2.9866666667px, 0px + 0.9333333333vw, 7px);
  z-index: 7;
  width: clamp(111.7866666667px, 0px + 34.9333333333vw, 262px);
  height: clamp(104.96px, 0px + 32.8vw, 246px);
}

.lt-countdown {
  position: relative;
  display: flex;
  column-gap: clamp(12.8px, 0px + 4vw, 30px);
  justify-content: center;
  margin-top: clamp(25.6px, 0px + 8vw, 60px);
}
.lt-countdown * {
  box-sizing: border-box;
  backface-visibility: hidden;
}
.lt-countdown .flip {
  position: relative;
  width: clamp(57.1733333333px, 0px + 17.8666666667vw, 134px);
  height: clamp(51.6266666667px, 0px + 16.1333333333vw, 121px);
  font-size: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  line-height: clamp(51.6266666667px, 0px + 16.1333333333vw, 121px);
  font-weight: 700;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lt-countdown .flip:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(-30px, (0px + 4vw) * -1, -12.8px);
  width: clamp(12.8px, 0px + 4vw, 30px);
  height: 100%;
  background-image: radial-gradient(circle, white clamp(1.7066666667px, 0px + 0.5333333333vw, 4px), transparent clamp(1.7066666667px, 0px + 0.5333333333vw, 4px)), radial-gradient(circle, white clamp(1.7066666667px, 0px + 0.5333333333vw, 4px), transparent clamp(1.7066666667px, 0px + 0.5333333333vw, 4px));
  background-size: clamp(3.4133333333px, 0px + 1.0666666667vw, 8px) clamp(3.4133333333px, 0px + 1.0666666667vw, 8px), clamp(3.4133333333px, 0px + 1.0666666667vw, 8px) clamp(3.4133333333px, 0px + 1.0666666667vw, 8px);
  background-position: center 40%, center 60%;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.lt-countdown .flip:nth-child(1) .inn:after {
  content: "일";
}
.lt-countdown .flip:nth-child(2) .inn:after {
  content: "시간";
}
.lt-countdown .flip:nth-child(3) .inn:after {
  content: "분";
}
.lt-countdown .flip:nth-child(4) .inn:after {
  content: "초";
}
.lt-countdown .flip-clock-before,
.lt-countdown .flip-clock-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: clamp(51.6266666667px, 0px + 16.1333333333vw, 121px);
  z-index: 1;
}
.lt-countdown .flip-clock-before {
  z-index: 2;
}
.lt-countdown .flip-clock-active {
  z-index: 3;
}
.lt-countdown .flip-clock-inner {
  height: 100%;
  perspective: clamp(85.3333333333px, 0px + 26.6666666667vw, 200px);
  overflow: visible;
  position: relative;
}
.lt-countdown .flip-clock-inner .up,
.lt-countdown .flip-clock-inner .down,
.lt-countdown .flip-clock-inner .shadow,
.lt-countdown .flip-clock-inner .inn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  overflow: hidden;
  outline: clamp(0.4266666667px, 0px + 0.1333333333vw, 1px) solid transparent;
  z-index: 1;
}
.lt-countdown .flip-clock-inner .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.lt-countdown .flip-clock-inner .up {
  transform-origin: 50% 100%;
  top: 0;
  border-top-left-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  border-top-right-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  background: #fff;
}
.lt-countdown .flip-clock-inner .up:after {
  content: "";
  position: absolute;
  top: clamp(25.6px, 0px + 8vw, 60px);
  left: 0;
  z-index: 5;
  width: 100%;
  height: clamp(0.4266666667px, 0px + 0.1333333333vw, 1px);
  background-color: rgba(15, 46, 100, 0.2);
}
.lt-countdown .flip-clock-inner .up .inn {
  top: 0;
}
.lt-countdown .flip-clock-inner .down {
  bottom: 0;
  transform-origin: 50% 0;
  border-bottom-left-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  border-bottom-right-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  background: #fff;
}
.lt-countdown .flip-clock-inner .down .inn {
  bottom: 0;
}
.lt-countdown .flip-clock-inner .inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #0a2148;
  text-align: center;
  background: #fff;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  font-size: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  line-height: clamp(51.6266666667px, 0px + 16.1333333333vw, 121px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.16) 40%, rgba(0, 0, 0, 0) 55%);
}
.lt-countdown .flip.play .flip-clock-before {
  z-index: 3;
}
.lt-countdown .flip.play .flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both;
}
.lt-countdown .flip.play .flip-clock-before .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  animation: show 0.5s linear both;
}
.lt-countdown .flip.play .flip-clock-before .down .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
  animation: show 0.5s linear both;
}
.lt-countdown .flip.play .flip-clock-active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.lt-countdown .flip.play .flip-clock-active .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  animation: hide 0.5s 0.3s linear both;
}
.lt-countdown .flip.play .flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both;
}
.lt-countdown .flip.play .flip-clock-active .down .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
  animation: hide 0.5s 0.2s linear both;
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 애니메이션 기본 상태 (숨김) */
[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;
}

.lt-footer {
  max-width: clamp(320px, 0px + 100vw, 750px);
  margin-inline: auto;
}
.lt-footer__nav {
  display: flex;
  background-color: #696969;
}
.lt-footer__nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(9.3866666667px, 0px + 2.9333333333vw, 22px);
  height: clamp(29.0133333333px, 0px + 9.0666666667vw, 68px);
  color: #fff;
}
.lt-footer__nav-item:not(:first-child) {
  border-left: 1px solid #787878;
}
.lt-footer__info {
  padding: clamp(12.8px, 0px + 4vw, 30px);
}
.lt-footer__info-item {
  font-size: clamp(7.68px, 0px + 2.4vw, 18px);
  color: #596168;
  line-height: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
}
.lt-footer .copyright {
  margin-top: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
}

.lt-banner {
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
}
.lt-banner__top {
  position: absolute;
  top: clamp(-100px, (0px + 13.3333333333vw) * -1, -42.6666666667px);
  right: 0;
  width: clamp(41.8133333333px, 0px + 13.0666666667vw, 98px);
  height: clamp(41.8133333333px, 0px + 13.0666666667vw, 98px);
  background: url("../images/banner/banner-top-2x.png") no-repeat center/cover;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.lt-banner__top.is-visible {
  top: clamp(-150px, (0px + 20vw) * -1, -64px);
  opacity: 1;
}
.lt-banner__inner {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 100;
}
.lt-banner__list {
  display: flex;
  max-width: clamp(320px, 0px + 100vw, 750px);
  margin-inline: auto;
  justify-content: center;
}
.lt-banner__item {
  flex: 1.4736;
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg, #2893df 0%, #701edd 100%);
}
.lt-banner__item:before {
  content: "";
  display: block;
}
.lt-banner__item.call {
  column-gap: clamp(3.84px, 0px + 1.2vw, 9px);
}
.lt-banner__item.call:before {
  width: clamp(22.6133333333px, 0px + 7.0666666667vw, 53px);
  height: clamp(20.9066666667px, 0px + 6.5333333333vw, 49px);
  background: url("../images/banner/banner-call-2x.png") no-repeat center/cover;
}
.lt-banner__item.kakaotalk {
  column-gap: clamp(6.4px, 0px + 2vw, 15px);
  color: #3e2723;
  background: linear-gradient(180deg, #ffeb3b 0%, #e9bc3f 100%);
}
.lt-banner__item.kakaotalk:before {
  width: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  height: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  background: url("../images/banner/banner-kakao-2x.png") no-repeat center/cover;
}
.lt-banner__item.reserve {
  flex: 1;
  position: relative;
  column-gap: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  color: #434343;
  background: linear-gradient(180deg, #ededed 0%, #cecece 100%);
}
