@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;
}

.lt-visual {
  position: relative;
  width: 100%;
  height: 883px;
  background: url("../images/visual/visual-bg.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: 1140px;
  transform: translateX(-50%);
  z-index: 1;
}
.lt-visual__logo {
  margin-top: 70px;
  justify-self: flex-start;
}
.lt-visual__title {
  font-size: 100px;
  font-weight: 800;
  display: grid;
  justify-content: center;
  margin-top: 120px;
  color: #fff;
  line-height: 1;
}
.lt-visual__title img {
  margin-inline: auto;
}
.lt-visual__clip {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.lt-visual__clip .clip {
  position: relative;
  display: inline-block;
  font-size: 145px;
  line-height: 1;
}
.lt-visual__clip .clip__path {
  color: transparent;
  -webkit-text-stroke: 2px #2bcbff;
  margin-inline: 15px;
}
.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: 36px;
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
}
.lt-visual__desc {
  font-size: 30px;
  margin-top: 50px;
  color: #fff;
  line-height: 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;
  background-color: #090515;
  z-index: 10;
}
.lt-nav__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(auto, 228px));
  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.2);
}
.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: 600;
}
.lt-nav__discount {
  font-size: 22px;
  color: #4393ff;
  line-height: 1;
}
.lt-nav__title {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.lt-nav .is-active {
  background-color: #3560db;
}
.lt-nav .is-active .lt-nav__discount {
  color: #fff;
}

.lt-aside {
  position: fixed;
  top: 150px;
  right: 0;
  width: 160px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  z-index: 11;
}
.lt-aside.is-visible {
  opacity: 1;
  visibility: visible;
}
.lt-aside__nav {
  padding-block: 40px 25px;
  background-color: #fff;
}
.lt-aside__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  margin-inline: auto;
  gap: 50px;
}
.lt-aside__item {
  position: relative;
  width: 100%;
}
.lt-aside__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d4d4d4;
}
.lt-aside__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lt-aside__text {
  font-size: 24px;
  margin-top: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
.lt-aside__tel {
  font-size: 18px;
  margin-top: 10px;
}
.lt-aside__top {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-block: 31px 27px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  background-color: #3560db;
}
.lt-aside__top:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 12px;
  background: url("../images/aside/aside-top-arrow.png") no-repeat center/cover;
}

/* 공통 */
.lt-section:not(.lt-section--benefit, .lt-section--asia) {
  padding-block: 112px 140px;
}

.lt-section__inner:not(.lt-section--benefit .lt-section__inner) {
  position: relative;
  width: 1140px;
  margin: 80px auto 0;
}

.lt-section__content {
  position: relative;
}

.lt-section__sub-title {
  margin-top: 20px;
}

.cruise__logo {
  width: 230px;
  margin: 0 auto 40px;
}
.cruise__logo__text {
  padding: 10px 13px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 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: 2px;
  background-color: #0f2e64;
}
.cruise__logo__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #0f2e64;
}

.lt__more__button {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.lt__more__button--cruise {
  border: 2px solid #0f2e64;
  color: #0f2e64;
}
.lt__more__button--high {
  border: 2px solid #fff;
  color: #fff;
}
.lt__more__button--high img {
  filter: invert(1) brightness(2);
}
.lt__more__button__arrow {
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 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: 70px;
  font-weight: 700;
}
.lt-section__sub-title {
  text-align: center;
  color: #0f2e64;
  font-size: 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: 127px 50px;
  background: url("../images/202603-lottetour-pc-benefit-bg.jpg") no-repeat center/cover;
}
.lt-section--benefit .benefit__title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 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: 6px;
  height: 6px;
  background-color: #4169e1;
  border-radius: 50%;
}
.lt-section--benefit .benefit__item__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.lt-section--benefit .benefit__item__content__icon {
  width: 252px;
  height: 216px;
}
.lt-section--benefit .benefit__item__content__text {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #0f2e64;
}
.lt-section--benefit .benefit__item__content__sub-text {
  margin-top: 30px;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  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: -15px;
  display: inline-block;
  width: 461px;
  height: 157px;
  margin-inline: 10px;
}
.lt-section--benefit .benefit__item:first-child .benefit__item__sub-text {
  font-size: 24px;
  font-weight: 600;
  color: #0f2e64;
  letter-spacing: -0.03em;
}
.lt-section--benefit .benefit__item:first-child::after {
  content: "-";
  display: block;
  margin: 100px auto;
  width: 910px;
  height: 2px;
  background-color: #0f2e64;
  font-size: 0;
}
.lt-section--benefit .benefit__number {
  margin: 0 auto 40px;
  width: 150px;
  text-align: center;
  background-color: #0f2e64;
  border-radius: 0 20px 0 20px;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  font-weight: 600;
}
.lt-section--benefit .benefit__notice__button {
  margin: 90px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0f2e64;
  width: 178px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #0f2e64;
  font-size: 20px;
  font-weight: 600;
}
.lt-section--benefit .benefit__notice__icon {
  display: inline-block;
  margin-left: 9px;
  width: 14px;
  height: 8px;
  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: 1102px;
}
.lt-section--benefit .benefit__notice__list {
  display: grid;
  gap: 36px;
  width: 850px;
  margin: 60px auto;
}
.lt-section--benefit .benefit__notice__content p {
  margin-bottom: 6px;
  color: #fff;
  font-size: 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: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.lt-section {
  /* time-deal */
}
.lt-section--time-deal {
  background-color: #0f2e64;
}
.lt-section--time-deal .lt-section__icon {
  width: 177px;
  height: 126px;
  margin: 0 auto 27px;
}
.lt-section--time-deal .lt-section__title {
  text-align: center;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 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: 28px;
  line-height: 36px;
  font-weight: 500;
}
.lt-section--time-deal .time-deal__list {
  position: relative;
  display: grid;
  gap: 50px;
}
.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 > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 17, 42, 0.4);
  border-radius: 20px;
  opacity: 0;
  z-index: 9;
}
.lt-section--time-deal .time-deal__item > a::after {
  content: "바로가기";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 22px 48px;
  border: 4px solid #fff;
  border-radius: 15px;
  padding-right: 75px;
  background-image: url("../images/202603-lottetour-pc-time-deal-icon-arrow.png");
  background-repeat: no-repeat;
  background-position: right 46px center;
  background-size: 12px 21px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
  opacity: 0;
  z-index: 9;
}
.lt-section--time-deal .time-deal__item > a:hover::before {
  opacity: 1;
}
.lt-section--time-deal .time-deal__item > a:hover::after {
  opacity: 1;
}
.lt-section--time-deal .time-deal__item--clock {
  background-color: #3560db;
  border-radius: 20px;
  height: 110px;
  margin-bottom: -40px;
}
.lt-section--time-deal .time-deal__item--clock__text-wrap {
  padding-inline: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  line-height: 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: 60px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
  border-radius: 20px;
}
.lt-section--time-deal .time-deal__item--content__logo__list {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.lt-section--time-deal .time-deal__item--content__sub-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 10px;
}
.lt-section--time-deal .time-deal__item--content__title {
  margin-block: 18px 12px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 51px;
}
.lt-section--time-deal .time-deal__item--content__price {
  color: #d4d4d4;
  font-size: 28px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  line-height: 28px;
}
.lt-section--time-deal .time-deal__item--content__price__text {
  display: inline-block;
  font-size: 24px;
}
.lt-section--time-deal .time-deal__item--content__discount {
  margin-block: 0px 16px;
  color: #3560db;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 42px;
}
.lt-section--time-deal .time-deal__item--content__discount__text {
  display: inline-block;
  font-size: 28px;
}
.lt-section--time-deal .time-deal__item--content__tag__list {
  display: flex;
  gap: 5px;
}
.lt-section--time-deal .time-deal__item--content__tag__item {
  padding-inline: 6px;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.05em;
}
.lt-section--time-deal .time-deal__item--content__video {
  position: relative;
  width: 570px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.lt-section--time-deal .time-deal__item--content__video__tag__item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  background-color: #db3535;
  width: 106px;
  height: 100px;
  border-radius: 0 20px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 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: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.lt-section--time-deal .time-deal__item--content__video img {
  height: 100%;
  display: block;
  border-radius: 20px;
}
.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: 20px 20px 0 0;
  width: 100%;
}
.lt-section .cruise--visual__tag__list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  z-index: 7;
}
.lt-section .cruise--visual__tag__item {
  width: 110px;
  height: 110px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 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: 16px;
  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__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
.lt-section .cruise__item > a:hover .cruise--content__button {
  background-color: #1b195b;
}
.lt-section .cruise__item .cruise--content {
  background-color: #fff;
  padding: 35px 40px 40px;
}
.lt-section .cruise__item .cruise--content__sub-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 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: 15px 30px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 52px;
  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: 18px;
  font-weight: 600;
  display: flex;
  margin-bottom: 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;
}
.lt-section .cruise__item .cruise--content__benefit__description:before {
  content: ":";
  margin-inline: 4px;
}
.lt-section .cruise__item .cruise--content__description {
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  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: 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: 150px;
  background-color: #1b195b;
  border-radius: 0 20px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}
.lt-section .cruise__item .cruise--content__price-wrap__price {
  margin-bottom: 3px;
  text-align: right;
  color: #d4d4d4;
  font-size: 24px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.lt-section .cruise__item .cruise--content__price-wrap__price__text {
  font-size: 18px;
}
.lt-section .cruise__item .cruise--content__price-wrap__discount {
  text-align: right;
  color: #1b195b;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.lt-section .cruise__item .cruise--content__price-wrap__discount__text {
  font-size: 28px;
}
.lt-section .cruise__item .cruise--content__button {
  width: 100%;
  background-color: #3560db;
  border-radius: 0 0 20px 20px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.lt-section .cruise__item .cruise--content__button__arrow {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 21px;
}
.lt-section .cruise__item .cruise__carrier {
  display: flex;
  column-gap: 10px;
}
.lt-section .cruise__item .cruise__tag__list {
  display: flex;
  column-gap: 5px;
  margin-block: 22px;
}
.lt-section .cruise__item .cruise__tag__item {
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  padding-inline: 15px;
}
.lt-section .cruise__item .cruise__tag__item__01 {
  background-color: #db3535;
}
.lt-section .cruise__item .cruise__tag__item__02 {
  background-color: #43198d;
}
.lt-section .cruise__item .cruise__tag__item__03 {
  background-color: #3560db;
}
.lt-section .cruise__item .cruise__tag__item__04 {
  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 {
  /* 한국 v2 */
}
.lt-section--asia {
  padding-top: 112px;
  background: #dbeffa;
}
.lt-section--asia .lt-section__content {
  padding-bottom: 140px;
}
.lt-section--asia .lt-section__content:not(:first-child) {
  padding-top: 140px;
  background: linear-gradient(180deg, #c3e0f6 0%, #74b8f2 100%);
}
.lt-section--asia .asia--visual {
  position: relative;
}
.lt-section--asia .asia--visual > img {
  border-radius: 20px 0 0 20px;
}
.lt-section--asia .asia--visual__tag__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lt-section--asia .asia--visual__tag__item {
  background-color: #3560db;
  width: 110px;
  height: 110px;
  border-radius: 0 20px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-top: 30px;
  box-sizing: border-box;
}
.lt-section--asia .asia--visual__tag__item-sub-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.lt-section--asia .asia--visual__tag__item:first-child:not(:only-child) {
  background-color: #db3535;
}
.lt-section--asia .asia--visual__tag__item:only-child.is-red {
  background-color: #db3535;
}
.lt-section--asia .asia--visual__tag__item:only-child.is-blue {
  background-color: #3560db;
}
.lt-section--asia .asia__list {
  display: grid;
  gap: 50px;
}
.lt-section--asia .asia__item {
  position: relative;
  width: 100%;
}
.lt-section--asia .asia__item > a:hover .asia--content__button {
  background-color: #db3535;
}
.lt-section--asia .asia--content {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.lt-section--asia .asia--content-wrap {
  height: 100%;
}
.lt-section--asia .asia--content__sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 36px;
}
.lt-section--asia .asia--content__title {
  color: #fff;
  margin-block: 10px 26px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.lt-section--asia .asia--content__benefit {
  font-size: 18px;
  display: flex;
  margin-bottom: 15px;
}
.lt-section--asia .asia--content__benefit__title {
  flex: none;
  color: #24b4ff;
}
.lt-section--asia .asia--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--asia .asia--content__benefit__description:before {
  content: ":";
  margin-inline: 4px;
}
.lt-section--asia .asia--content__description {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.lt-section--asia .asia--content__price-wrap {
  margin-top: 15px;
  width: 490px;
  display: grid;
  align-items: end;
  justify-items: stretch;
  grid-template-columns: repeat(2, 1fr);
}
.lt-section--asia .asia--content__price-wrap__tag {
  width: 150px;
  background-color: #fff;
  border-radius: 0 20px 0 20px;
  text-align: center;
  color: #3560db;
  font-size: 24px;
  font-weight: 800;
  line-height: 50px;
}
.lt-section--asia .asia--content__price-wrap__price {
  margin-bottom: 3px;
  text-align: right;
  color: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.lt-section--asia .asia--content__price-wrap__price__text {
  font-size: 18px;
}
.lt-section--asia .asia--content__price-wrap__discount {
  text-align: right;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.lt-section--asia .asia--content__price-wrap__discount__text {
  font-size: 28px;
}
.lt-section--asia .asia--content__button {
  margin-top: 40px;
  width: 490px;
  background-color: #3560db;
  border-radius: 20px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.lt-section--asia .asia--content__button__arrow {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 21px;
}
.lt-section--asia .asia__logo__wrap {
  display: flex;
  column-gap: 15px;
}
.lt-section--asia .asia__tag__list {
  display: flex;
  column-gap: 5px;
  margin-block: 20px;
}
.lt-section--asia .asia__tag__item {
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-inline: 15px;
  line-height: 38px;
}
.lt-section--asia .asia__tag__item__01 {
  background-color: #db3535;
}
.lt-section--asia .asia__tag__item__02 {
  background-color: #43198d;
}
.lt-section--asia .asia__tag__item__03 {
  background-color: #3560db;
}
.lt-section--asia .asia__tag__item__04 {
  background-color: #e4af0d;
}
.lt-section {
  /* 비즈니스 */
}
.lt-section--high {
  background: linear-gradient(180deg, #372823 0%, #7d6e43 100%);
}
.lt-section--high .lt-section__icon {
  width: 321px;
  height: 95px;
  margin: 0 auto;
}
.lt-section--high .lt-section__title {
  text-align: center;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
.lt-section--high .lt-section__sub-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.lt-section--high .high--visual {
  position: relative;
}
.lt-section--high .high--visual > img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.lt-section--high .high--visual__logo-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  border-radius: 0 20px 0 20px;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
}
.lt-section--high .high--visual__logo-tag__item {
  font-size: 22px;
  align-content: center;
  width: 110px;
  height: 110px;
  color: #fff;
  line-height: 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 {
  margin-inline: auto;
}
.lt-section--high .high--visual__logo-tag__item-sub-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.lt-section--high .high--visual__tag__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 7;
}
.lt-section--high .high--visual__tag__item {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.lt-section--high .high--visual__tag__item-sub-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 16px;
}
.lt-section--high .high--visual__tag__item:has(p) {
  font-size: 14px;
}
.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;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
.lt-section--high .high__item > a:hover .high--content__button {
  background-color: #372823;
}
.lt-section--high .high__item > a:hover .high--content__price-wrap__tag {
  background-color: #005d6c;
}
.lt-section--high .high__item .high--content {
  background-color: #fff;
  padding: 35px 40px 40px;
}
.lt-section--high .high__item .high--content__sub-title {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 36px;
}
.lt-section--high .high__item .high--content__title {
  margin-block: 15px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 52px;
  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: 18px;
  font-weight: 500;
  line-height: 28px;
}
.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: 150px;
  background-color: #372823;
  border-radius: 0 20px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}
.lt-section--high .high__item .high--content__price-wrap__price {
  margin-bottom: 3px;
  text-align: right;
  color: #d4d4d4;
  font-size: 24px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.lt-section--high .high__item .high--content__price-wrap__price__text {
  font-size: 18px;
}
.lt-section--high .high__item .high--content__price-wrap__discount {
  text-align: right;
  color: #372823;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.lt-section--high .high__item .high--content__price-wrap__discount__text {
  font-size: 28px;
}
.lt-section--high .high__item .high--content__button {
  width: 100%;
  background-color: #af9241;
  border-radius: 0 0 20px 20px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.lt-section--high .high__item .high--content__button__arrow {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 21px;
}
.lt-section--high .high__item .high__carrier {
  display: flex;
  column-gap: 10px;
}
.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: 70px;
  font-weight: 700;
}
.lt-section--choices .choices__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.lt-section--choices .choices__item {
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  width: 555px;
  height: 350px;
  border-radius: 20px;
}
.lt-section--choices .choices__item-box {
  display: flex;
}
.lt-section--choices .choices__numbering {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  width: 90px;
  height: 90px;
  background-color: #0f2e64;
  border-radius: 0 20px 0 20px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
}
.lt-section--choices .choices__text__question {
  color: #111;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
}
.lt-section--choices .choices__text__answer {
  margin-top: 56px;
  color: #0f2e64;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}
.lt-section--choices .choices__icon__01 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 7;
  width: 227px;
  height: 227px;
}
.lt-section--choices .choices__icon__02 {
  position: absolute;
  bottom: 33px;
  right: 31px;
  z-index: 7;
  width: 215px;
  height: 215px;
}
.lt-section--choices .choices__icon__03 {
  position: absolute;
  bottom: 22px;
  right: 23px;
  z-index: 7;
  width: 220px;
  height: 220px;
}
.lt-section--choices .choices__icon__04 {
  position: absolute;
  bottom: 22px;
  right: 23px;
  z-index: 7;
  width: 213px;
  height: 213px;
}

.lt-countdown {
  position: relative;
  display: flex;
  column-gap: 50px;
  justify-content: center;
  margin-top: 54px;
}
.lt-countdown * {
  box-sizing: border-box;
  backface-visibility: hidden;
}
.lt-countdown .flip {
  position: relative;
  width: 134px;
  height: 121px;
  font-size: 40px;
  line-height: 121px;
  font-weight: 700;
  border-radius: 20px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lt-countdown .flip:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-image: radial-gradient(circle, white 4px, transparent 4px), radial-gradient(circle, white 4px, transparent 4px);
  background-size: 8px 8px, 8px 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: 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: 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: 40px;
  overflow: hidden;
  outline: 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: 20px;
  border-top-right-radius: 20px;
  background: #fff;
}
.lt-countdown .flip-clock-inner .up:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 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: 20px;
  border-bottom-right-radius: 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: 20px;
  font-size: 40px;
  line-height: 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;
  }
}

.lt-footer {
  display: grid;
}
.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 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(#2693df, #7119dd);
  z-index: 100;
}
.lt-banner__title {
  font-size: 26px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1140px;
  height: 80px;
  margin-inline: auto;
  color: #fff;
  line-height: 1;
}
.lt-banner__title:before {
  content: "";
  margin-right: 21px;
  display: inline-flex;
  align-self: flex-end;
  width: 79px;
  height: 118px;
  pointer-events: none;
  background: url("../images/banner/banner-emoticon.png") no-repeat center/cover;
}
.lt-banner__text {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.lt-banner__text:after {
  content: "";
  width: 36px;
  height: 36px;
  margin-left: 16px;
  background: url("../images/banner/banner-right-arrow.png") no-repeat center/cover;
}
.lt-banner__point-text {
  margin-inline: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lt-banner__highlight {
  color: #ffd71e;
}

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