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

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

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

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

input,
button {
  all: unset;
}

button {
  cursor: pointer;
  display: block;
}

img,
strong {
  display: block;
}

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

ol, ul {
  list-style: none;
}

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

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

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

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

.lt-visual {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
.lt-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.lt-visual__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1140px;
  transform: translateX(-50%);
  z-index: 5;
}
.lt-visual__header {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.lt-visual__title {
  display: grid;
  justify-content: center;
  margin-top: 144px;
  color: #f2ece0;
  line-height: 1;
}
.lt-visual__title img {
  margin-inline: auto;
}
.lt-visual .share-wrap {
  position: absolute;
  top: 40px;
  right: -5px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  z-index: 10;
}
.lt-visual .share-wrap .share-tooltip {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.lt-visual .share-wrap .share-tooltip__close {
  display: none;
}
.lt-visual .share-wrap .share-tooltip.is-open {
  display: block;
  order: -1;
  position: absolute;
  right: 0;
  top: 90px;
}
.lt-visual .share-wrap .share-tooltip__list {
  width: 111px;
  height: 136px;
  position: relative;
  padding: 28px;
}
.lt-visual .share-wrap .share-tooltip__list::after {
  content: "";
  position: absolute;
  top: -19px;
  right: 23px;
  border: 10px solid transparent;
  border-color: transparent transparent #fff transparent;
}
.lt-visual .share-wrap .share-tooltip__text {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 11px;
  color: #000;
}
.lt-visual__desc {
  font-size: 30px;
  margin-top: 51px;
  color: #fff;
  line-height: 1.33;
  text-align: center;
  font-weight: 500;
}
.lt-visual__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lt-visual {
  /* 배경 스와이퍼 */
}
.lt-visual__swiper {
  width: 100%;
  height: 100%;
  min-width: 1280px;
  overflow: hidden;
  position: relative;
}
.lt-visual__swiper .swiper-wrapper {
  height: 100%;
}
.lt-visual__swiper .swiper-slide {
  height: 100%;
}
.lt-visual__swiper .swiper-slide > div {
  height: 100%;
}
.lt-visual__bg-slide {
  width: 100%;
  height: 100%;
  min-width: 1280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lt-visual__bg-slide.pc-bg1 {
  background-image: url("../images/visual/visual-01.jpg");
}
.lt-visual__bg-slide.pc-bg2 {
  background-image: url("../images/visual/visual-02.jpg");
}
.lt-visual__bg-slide.pc-bg3 {
  background-image: url("../images/visual/visual-03.jpg");
}
.lt-visual__bg-slide.pc-bg4 {
  background-image: url("../images/visual/visual-04.jpg");
}
.lt-visual__bg-slide.pc-bg5 {
  background-image: url("../images/visual/visual-05.jpg");
}

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

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

/* 공통 */
.lt-section__content {
  position: relative;
  padding-block: 130px;
}

.price-badge {
  position: relative;
  top: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 38px;
  border-radius: 10px;
  background-color: #e54520;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-align: center;
}

.price-value {
  padding-left: 5px;
  color: #e54520;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.075em;
}

.price-original {
  padding-left: 10px;
  color: #8b8b8b;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-decoration: line-through;
}
.price-original--sm-gap {
  padding-left: 5px;
  letter-spacing: 0.04em;
}

.price-unif .fw-normal {
  font-size: 18px;
  font-weight: 400;
}

/* 카드 Swiper */
.lt-swiper {
  overflow: hidden;
  margin-inline: auto;
  box-sizing: border-box;
}
.lt-swiper .swiper-pagination {
  position: static;
  text-align: center;
}
.lt-swiper .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}
.lt-swiper .swiper-pagination-bullet-active {
  background-color: #1f1a12;
}

/* 링크 호버 효과 */
.link_hover_bt {
  position: relative;
  display: block;
  overflow: hidden;
}

.link_hover {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.link_hover_bt:hover .link_hover {
  opacity: 1;
  visibility: visible;
}

/* 호버 오버레이 효과 */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #000;
  opacity: 0.4;
  border-radius: inherit;
}

.hover-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-btn {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-align: center;
  border: 5px solid #fff;
  border-radius: 50px;
  width: 170px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* section */
.lt-section__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.lt-section__titles {
  flex-direction: column;
}
.lt-section__sub-title {
  text-align: center;
  color: #f2ece0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.lt-section__title {
  margin-top: 21px;
  text-align: center;
  color: #f2ece0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 800;
}
.lt-section {
  /* 01 time-deal */
}
.lt-section--time-deal {
  background-color: #104eeb;
}
.lt-section--time-deal .lt-section__title-wrap {
  padding-right: 146px;
  margin-bottom: 35px;
}
.lt-section--time-deal .lt-section__title__txtcol {
  display: inline-block;
  color: #FFDE00;
}
.lt-section--time-deal .lt-section__icon {
  width: 146px;
  height: 146px;
  margin-right: 35px;
}
.lt-section--time-deal .lt-section__inner {
  width: 1060px;
  margin: 73px auto 0;
}
.lt-section--time-deal .time-deal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 35px;
}
.lt-section--time-deal .time-deal__item {
  display: block;
  width: 100%;
}
.lt-section--time-deal .time-card {
  position: relative;
  display: block;
  width: 1060px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.lt-section--time-deal .time-card__inner {
  display: flex;
  height: 100%;
}
.lt-section--time-deal .time-card__thumb {
  position: relative;
  flex: none;
  width: 530px;
  height: 360px;
}
.lt-section--time-deal .time-card__img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.lt-section--time-deal .time-card__logo {
  position: absolute;
  width: 178px;
  top: 22px;
  right: 16px;
  z-index: 1;
}
.lt-section--time-deal .time-card__badge {
  position: absolute;
  width: 261px;
  bottom: 4px;
  left: 10px;
  z-index: 1;
}
.lt-section--time-deal .time-card__countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #e54520;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.05em;
  text-align: right;
}
.lt-section--time-deal .time-card__countdown--gold {
  background-color: #dfaf2e;
}
.lt-section--time-deal .time-card__body {
  flex: 1;
  padding: 44px 10px 36px 37px;
  background-color: #fff;
}
.lt-section--time-deal .time-card__sub-name {
  color: #323232;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.lt-section--time-deal .time-card__name {
  padding-top: 7px;
  color: #323232;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.lt-section--time-deal .time-card__name--tight {
  letter-spacing: -0.075em;
}
.lt-section--time-deal .time-card__price-row {
  padding-top: 12px;
}
.lt-section--time-deal .time-card__features {
  padding-top: 20px;
  color: #323232;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.lt-section--time-deal .time-card__feature {
  margin: 0;
}
.lt-section--time-deal .icon-check {
  display: inline-block;
  margin-right: 7px;
  vertical-align: -2px;
}
.lt-section--time-deal .txt-red {
  color: #e54520;
}
.lt-section {
  /* 02 페스타 PICK */
}
.lt-section--pick {
  background-color: #fff;
}
.lt-section--pick .lt-section__title-wrap {
  padding-left: 155px;
  margin-bottom: 42px;
}
.lt-section--pick .lt-section__sub-title {
  color: #104eeb;
}
.lt-section--pick .lt-section__title {
  color: #1f1a12;
}
.lt-section--pick .lt-section__title__txtcol {
  color: #104eeb;
}
.lt-section--pick .lt-section__title__txtcol i {
  font-style: italic;
}
.lt-section--pick .lt-section__icon {
  width: 155px;
  height: 122px;
}
.lt-section--pick .lt-section__icon img {
  display: block;
}
.lt-section--pick .lt-swiper {
  width: 1260px;
}
.lt-section--pick .lt-swiper .swiper-slide {
  width: 300px;
  height: auto;
}
.lt-section--pick .lt-swiper .swiper-pagination {
  margin: 40px auto;
}
.lt-section--pick .lt-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
.lt-section--pick .pick-section {
  scroll-margin-top: 80px;
}
.lt-section--pick .pick-section + .pick-section {
  margin-top: 70px;
}
.lt-section--pick .tab-bar {
  width: 760px;
  height: 85px;
  margin: 0 auto 50px;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ecf5ff;
}
.lt-section--pick .tab-bar__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.lt-section--pick .tab-bar__btn--active {
  color: #fff;
  font-weight: 800;
  background-color: #4154ff;
  border-radius: 10px;
}
.lt-section--pick .link_hover_bt {
  width: 100%;
  border-radius: 15px;
}
.lt-section--pick .link_hover_bt:hover .pick-card__img {
  transform: scale(1.06);
}
.lt-section--pick .pick-card {
  width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.lt-section--pick .pick-card__thumb {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.lt-section--pick .pick-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lt-section--pick .pick-card__logo {
  position: absolute;
  left: 8px;
  bottom: 10px;
  z-index: 1;
  width: 140px;
}
.lt-section--pick .pick-card__tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}
.lt-section--pick .pick-card__tag--blue {
  background-color: #4154ff;
}
.lt-section--pick .pick-card__tag--red {
  background-color: #e54520;
}
.lt-section--pick .pick-card__tag--purple {
  background-color: #7e00f3;
}
.lt-section--pick .pick-card__tag--teal {
  background-color: #2e9fa3;
}
.lt-section--pick .pick-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
}
.lt-section--pick .pick-card__category {
  padding-top: 21px;
  color: #4154ff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.lt-section--pick .pick-card__category span {
  color: #323232;
}
.lt-section--pick .pick-card__category--red {
  color: #e54520;
}
.lt-section--pick .pick-card__category--sky {
  color: #007aff;
}
.lt-section--pick .pick-card__name {
  flex: none;
  width: 100%;
  color: #323232;
}
.lt-section--pick .pick-card__main-name {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
}
.lt-section--pick .pick-card__sub-name {
  display: block;
  font-size: 24px;
  color: #323232;
  overflow: hidden;
  white-space: nowrap;
}
.lt-section--pick .pick-card__tags {
  color: #323232;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.4;
  overflow: hidden;
  white-space: normal;
  display: block;
  max-height: calc(1.4em * 2);
  word-break: auto-phrase;
}
.lt-section--pick .pick-card__tags--multiline {
  overflow: hidden;
  white-space: normal;
  display: block;
  max-height: calc(1.4em * 2);
  margin-bottom: 23px;
  line-height: 24px;
}
.lt-section--pick .pick-card__original-price {
  padding-top: 20px;
  padding-right: 13px;
  box-sizing: border-box;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  text-decoration: line-through;
}
.lt-section--pick .pick-card__price-row {
  display: flex;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 18px;
}
.lt-section--pick .pick-card__discount-badge-wrap {
  flex: none;
  width: 110px;
}
.lt-section--pick .pick-card__price {
  flex: 1;
  padding-right: 5px;
  color: #323232;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: right;
}
.lt-section--pick .pick-card__price-sub {
  font-size: 20px;
  font-weight: 400;
}
.lt-section--pick .pick-card__info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 5px 13px;
  border: 1px solid #dedede;
  border-radius: 20px;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}
.lt-section--pick .pick-card__info-badge--red {
  margin-top: 16px;
  color: #323232;
}
.lt-section--pick .lowest-price-bar {
  flex: none;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  background-color: #007aff;
  margin-top: auto;
}
.lt-section--pick .lowest-price-bar--red {
  background-color: #242c47;
}
.lt-section--pick .lowest-price-bar__label {
  flex: none;
  width: 100px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.lt-section--pick .lowest-price-bar__value {
  flex: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  line-height: 1;
}
.lt-section--pick .lowest-price-bar__value .price-unit {
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
}
.lt-section--pick .discount-badge {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #dedede;
  border-radius: 20px;
  color: #e54520;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.lt-section--pick .discount-badge--gray {
  padding-right: 15px;
  padding-left: 15px;
  color: #323232;
}
.lt-section {
  /* 03 연휴 출발 */
}
.lt-section--calendar {
  background-color: #f8ebdb;
}
.lt-section--calendar .lt-section__sub-title {
  color: #1f1a12;
}
.lt-section--calendar .lt-section__title {
  color: #1f1a12;
}
.lt-section--calendar .lt-section__title__txtcol {
  display: inline-block;
  color: #e51919;
}
.lt-section--calendar .lt-section__inner {
  width: 1260px;
  margin: 100px auto 0;
}
.lt-section--calendar .promotion-calendar-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  margin: 0 auto;
}
.lt-section--calendar .promotion-calendar-container .calendar-box {
  position: relative;
  flex: 1;
  overflow: hidden;
  width: 600px;
  height: 600px;
  background-color: #fff;
  border-radius: 13px;
}
.lt-section--calendar .promotion-calendar-container .calendar-bg-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.lt-section--calendar .promotion-calendar-container .calendar-link-maps {
  position: absolute;
  top: 197px;
  left: 38px;
  right: 38px;
  bottom: 65px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 29px;
  row-gap: 22px;
  place-items: center;
  z-index: 1;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:hover {
  background: url("../images/calendar-september-hover.jpg") no-repeat 0 0;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:first-child {
  grid-column-start: 3;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(1):hover {
  background-position: -158px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(2):hover {
  background-position: -237px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(3):hover {
  background-position: -316px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(4):hover {
  background-position: -395px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(5):hover {
  background-position: -474px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(6):hover {
  background-position: 0px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(7):hover {
  background-position: -79px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(8):hover {
  background-position: -158px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(9):hover {
  background-position: -237px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(10):hover {
  background-position: -316px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(11):hover {
  background-position: -395px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(12):hover {
  background-position: -474px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(13):hover {
  background-position: 0px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(14):hover {
  background-position: -79px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(15):hover {
  background-position: -158px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(16):hover {
  background-position: -237px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(17):hover {
  background-position: -316px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(18):hover {
  background-position: -395px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(19):hover {
  background-position: -474px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(20):hover {
  background-position: 0px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(21):hover {
  background-position: -79px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(22):hover {
  background-position: -158px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(23):hover {
  background-position: -237px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(24):hover {
  background-position: -316px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(25):hover {
  background-position: -395px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(26):hover {
  background-position: -474px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(27):hover {
  background-position: 0px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(28):hover {
  background-position: -79px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(29):hover {
  background-position: -158px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--september .calendar-target-link:nth-child(30):hover {
  background-position: -237px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:hover {
  background: url("../images/calendar-october-hover.jpg") no-repeat 0 0;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:first-child {
  grid-column-start: 5;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(1):hover {
  background-position: -316px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(2):hover {
  background-position: -395px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(3):hover {
  background-position: -474px 0px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(4):hover {
  background-position: 0px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(5):hover {
  background-position: -79px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(6):hover {
  background-position: -158px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(7):hover {
  background-position: -237px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(8):hover {
  background-position: -316px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(9):hover {
  background-position: -395px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(10):hover {
  background-position: -474px -72px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(11):hover {
  background-position: 0px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(12):hover {
  background-position: -79px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(13):hover {
  background-position: -158px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(14):hover {
  background-position: -237px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(15):hover {
  background-position: -316px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(16):hover {
  background-position: -395px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(17):hover {
  background-position: -474px -144px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(18):hover {
  background-position: 0px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(19):hover {
  background-position: -79px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(20):hover {
  background-position: -158px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(21):hover {
  background-position: -237px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(22):hover {
  background-position: -316px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(23):hover {
  background-position: -395px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(24):hover {
  background-position: -474px -216px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(25):hover {
  background-position: 0px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(26):hover {
  background-position: -79px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(27):hover {
  background-position: -158px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(28):hover {
  background-position: -237px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(29):hover {
  background-position: -316px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(30):hover {
  background-position: -395px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-box--october .calendar-target-link:nth-child(31):hover {
  background-position: -474px -288px;
}
.lt-section--calendar .promotion-calendar-container .calendar-target-link {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.lt-section--calendar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lt-section {
  /* 04 지역관 */
}
.lt-section--region {
  background-color: #f5f5f5;
}
.lt-section--region .lt-section__sub-title {
  text-align: center;
  color: #104eeb;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.lt-section--region .lt-section__title {
  color: #1f1a12;
}
.lt-section--region .lt-section__title__txtcol {
  color: #104eeb;
}
.lt-section--region .lt-section__inner {
  width: 1260px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.lt-section--region .promotion-region-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  width: 100%;
}
.lt-section--region .link_hover_bt {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.lt-section--region .link_hover_bt:hover .region-card__img {
  transform: scale(1.08);
}
.lt-section--region .region-card {
  position: relative;
  width: 100%;
  height: 100%;
}
.lt-section--region .region-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.lt-section--region .region-card__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 41px 20px;
  box-sizing: border-box;
  color: #fff;
}
.lt-section--region .region-card__date {
  padding-top: 0;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
}
.lt-section--region .region-card__note {
  padding-top: 2px;
  font-size: 22px;
  line-height: 1.35;
  color: #fff;
  opacity: 0.95;
  letter-spacing: -0.025em;
}
.lt-section--region .region-card__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lt-section--region .region-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lt-section--region .region-card__price {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  transform: translateX(-50%);
  width: 220px;
  height: 100px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../images/region-coupon.png") no-repeat center/contain;
}
.lt-section--region .region-card__price-label {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-right: 45px;
}
.lt-section--region .region-card__price-value {
  margin-top: 16px;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  margin-right: 45px;
}
.lt-section {
  /* 05 항공사 할인 */
}
.lt-section--ticketing {
  background-color: #104eeb;
}
.lt-section--ticketing .lt-section__title__txtcol {
  color: #42d0ff;
}
.lt-section--ticketing .lt-section__inner {
  width: 1080px;
  margin: 100px auto 0;
}
.lt-section--ticketing .ticketing-list {
  display: grid;
  justify-content: center;
  gap: 10px;
}
.lt-section--ticketing .ticketing {
  position: relative;
  width: 1080px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.lt-section--ticketing .ticketing:hover .ticketing__title {
  color: #104eeb;
}
.lt-section--ticketing .ticketing__text-wrap {
  flex: none;
  align-self: center;
  box-sizing: border-box;
  padding: 35px 0 35px 49px;
}
.lt-section--ticketing .ticketing__title-wrap {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 25px;
}
.lt-section--ticketing .ticketing__title {
  color: #323232;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.lt-section--ticketing .ticketing__date {
  color: #104eeb;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 800;
}
.lt-section--ticketing .ticketing__desc {
  font-size: 26px;
  letter-spacing: -0.025em;
  line-height: 1.41;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lt-section--ticketing .ticketing__desc .txt-blue {
  color: #104eeb;
  font-weight: 800;
}
.lt-section--ticketing .ticketing__info {
  color: #828282;
  font-size: 22px;
}
.lt-section--ticketing .ticketing__notice {
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.05em;
  margin-top: 15px;
  word-break: keep-all;
}
.lt-section--ticketing .ticketing__img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.lt-section--ticketing .ticketing__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.25) 12%, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.8) 28%, rgba(0, 0, 0, 0.95) 36%, #000 45%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.25) 12%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.8) 28%, rgba(0, 0, 0, 0.95) 36%, #000 45%, #000 100%);
}

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

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

/* 아이콘 모션 */
.icon_deal {
  animation: icon_deal 1s infinite ease-in-out alternate;
}

@keyframes icon_deal {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-7px) scale(1.05);
  }
}