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

.pc-view {
  min-width: 1280px;
}

.br-mo {
  display: none;
}

.lt-visual {
  position: relative;
  width: 100%;
  height: 780px;
  background: url("../images/visual/visual-bg-pc.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: 1260px;
  transform: translateX(-50%);
  z-index: 1;
}
.lt-visual__logo {
  display: grid;
  margin-top: 40px;
}
.lt-visual__logo .logo__inner {
  display: flex;
  justify-content: space-between;
}
.lt-visual__title {
  font-size: 100px;
  display: grid;
  justify-content: center;
  margin-top: 100px;
  color: #fff;
  text-align: center;
}
.lt-visual__title .title__logo {
  margin-inline: auto;
}
.lt-visual__title .title__desc {
  font-size: 36px;
  margin-top: 8px;
  line-height: 46px;
  font-weight: normal;
}
.lt-visual__title .title__headline {
  font-size: 110px;
  margin-top: 35px;
  line-height: 110px;
}
.lt-visual__title .title__benefit {
  font-size: 36px;
  width: fit-content;
  height: 70px;
  margin: 40px auto 0;
  padding-inline: 30px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #104eeb;
}
.lt-visual__title .title__destination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 30px;
  margin-top: 50px;
  line-height: 40px;
  font-weight: 600;
}
.lt-visual__title .title__destination span {
  font-size: 22px;
}
.lt-visual__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 136%;
  transform: translateY(-13%);
}
.lt-visual__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .lt-visual__video video {
    object-fit: fill;
  }
}

.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:last-child .lt-nav__title {
  color: #ffd88b;
}
.lt-nav__item:last-child.is-active {
  background-color: #a2864b;
}
.lt-nav__item:last-child.is-active .lt-nav__title {
  color: #fff;
}
.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: 20px 0 0 20px;
  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-top: 5px;
  background-color: #fff;
}
.lt-aside__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}
.lt-aside__item {
  position: relative;
  width: 100%;
  padding-block: 25px;
}
.lt-aside__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 2px;
  background-color: #d4d4d4;
  transform: translateX(-50%);
}
.lt-aside__item:last-child {
  background: linear-gradient(180deg, #0e51fc 15%, #3600ff 100%);
}
.lt-aside__item:last-child:before {
  content: none;
}
.lt-aside__item:last-child .lt-aside__text {
  font-size: 26px;
  color: #fff;
}
.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__text .highlight {
  display: block;
  color: #2be4ff;
}
.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: #a2b3df;
}
.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__head {
  text-align: center;
}
.lt-section__content {
  max-width: 1260px;
  margin-inline: auto;
}
.lt-section {
  /* 크루즈 전세선 */
}
.lt-section__charter {
  padding-block: 110px;
  background-color: #000435;
}
.lt-section__charter .lt-section__title {
  font-size: 70px;
  color: #fff;
  line-height: 84px;
  font-weight: bold;
}
.lt-section__charter .lt-section__title .highlight {
  color: #2275ff;
  font-weight: bold;
}
.lt-section__charter .charter__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 70px;
}
.lt-section__charter .charter__list .highlight {
  color: #2275ff;
}
.lt-section__charter .charter__item {
  position: relative;
}
.lt-section__charter .charter__text {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
}
.lt-section__charter .charter__title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.lt-section__charter .charter__desc {
  font-size: 22px;
  margin-top: 10px;
  line-height: 28px;
  letter-spacing: -0.03em;
}
.lt-section__benefit {
  padding-block: 130px 136px;
  background: url("../images/charter/benefit-bg-pc.jpg") no-repeat center/cover;
}
.lt-section__benefit .lt-section__desc {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 27px;
  row-gap: 30px;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  background: linear-gradient(180deg, #0f2e64 35%, #2460ed 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lt-section__benefit .lt-section__desc .max__discount {
  position: relative;
  top: -15px;
}
.lt-section__benefit .lt-section__content {
  max-width: 1140px;
  margin-top: 70px;
  text-align: center;
}
.lt-section__benefit .benefit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 20px;
  justify-content: center;
  padding-inline: 20px;
  counter-reset: benefit;
}
.lt-section__benefit .benefit__item {
  position: relative;
  align-content: center;
  padding-block: 30px 20px;
  border-radius: 24px;
  counter-increment: benefit;
  background: linear-gradient(180deg, #fff 10%, #e0eef9 100%);
  overflow: hidden;
}
.lt-section__benefit .benefit__item:first-child {
  grid-row: span 2;
}
.lt-section__benefit .benefit__item:first-child:after {
  font-size: 46px;
  padding: 28px 20px;
}
.lt-section__benefit .benefit__item:first-child .highlight {
  font-size: 68px;
}
.lt-section__benefit .benefit__item:after {
  content: counter(benefit, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  padding: 19px 12px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #0f2e64;
  border-radius: 0 24px 0 24px;
}
.lt-section__benefit .benefit__label {
  font-size: 28px;
  display: inline-block;
  padding-inline: 30px;
  color: #0f2e64;
  line-height: 46px;
  font-weight: 600;
  border-radius: 9px;
  border: 2px solid #0f2e64;
}
.lt-section__benefit .benefit__label-note {
  font-size: 20px;
}
.lt-section__benefit .benefit__price {
  font-size: 32px;
  margin-top: 20px;
  color: #0f2e64;
  font-weight: 600;
}
.lt-section__benefit .benefit__price .highlight {
  font-size: 42px;
  background: linear-gradient(180deg, #0f2e64 35%, #2460ed 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
.lt-section__benefit .benefit__guide {
  font-size: 18px;
  margin-top: 15px;
  color: #0f2e64;
  line-height: 24px;
  font-weight: 600;
}
.lt-section {
  /* time-deal */
}
.lt-section__time-deal {
  padding-block: 100px 120px;
  background-color: #0f2e64;
}
.lt-section__time-deal .lt-section__title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
}
.lt-section__time-deal .lt-section__title__txtcol {
  font-size: 40px;
  display: block;
  color: #2be4ff;
}
.lt-section__time-deal .lt-section__content {
  max-width: 1180px;
  margin-top: 80px;
}
.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:nth-child(even) .time-deal__item--clock {
  background-color: #a1864b;
}
.lt-section__time-deal .time-deal__item:nth-child(even) .time-deal__item--content__sub-title {
  background-color: #6f5014;
}
.lt-section__time-deal .time-deal__item:nth-child(even) .time-deal__item--content__sub-title .highlight {
  color: #ffdb8d;
}
.lt-section__time-deal .time-deal__item:nth-child(even) .time-deal__item--content__discount {
  color: #765d1c;
}
.lt-section__time-deal .time-deal__item:nth-child(even) .time-deal__item--content__title__accent {
  color: #6f5014;
}
.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/charter/time-deal-icon-arrow-pc.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;
  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--content {
  background-color: #fff;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
  border-radius: 20px;
}
.lt-section__time-deal .time-deal__item--content__sub-title {
  font-size: 22px;
  display: inline-flex;
  column-gap: 4px;
  padding-inline: 12px;
  color: #fff;
  line-height: 40px;
  background: #0f2e64;
  font-weight: 600;
  border-radius: 7px;
}
.lt-section__time-deal .time-deal__item--content__sub-title .highlight {
  color: #6fedff;
}
.lt-section__time-deal .time-deal__item--content__title {
  display: block;
  margin-top: 15px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 51px;
}
.lt-section__time-deal .time-deal__item--content__title__prefix {
  display: block;
  font-size: 30px;
}
.lt-section__time-deal .time-deal__item--content__title__accent {
  color: #104eeb;
}
.lt-section__time-deal .time-deal__item--content__desc {
  font-size: 20px;
  margin-top: 15px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.lt-section__time-deal .time-deal__item--content__price {
  color: #a6a6a6;
  font-size: 30px;
  margin-top: 25px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.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: 10px 28px;
  color: #3560db;
  font-size: 44px;
  font-weight: 600;
  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;
  border-radius: 20px;
}
.lt-section__time-deal .time-deal__item--content__video__tag__item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  background-color: #db3535;
  width: 110px;
  height: 110px;
  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 {
  position: relative;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lt-section__time-deal .time-deal__item--content__video .time-deal__item__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lt-section__time-deal .time-deal__item--content__video .time-deal__item__video-sub {
  position: absolute;
  left: -40px;
  bottom: -25px;
  width: 180px;
  height: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.lt-section__time-deal .time-deal__item--content__video .time-deal__item__video-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lt-section__time-deal .time-deal__item--content__video__notice {
  font-size: 18px;
  margin-top: 20px;
  color: #a6a6a6;
  text-align: right;
}
.lt-section__bellissima {
  padding-bottom: 120px;
  background-color: #8cc6f4;
}
.lt-section__bellissima .lt-section__head {
  padding-top: 120px;
  height: 1177px;
  background-image: url("../images/bellissima/bellissima-bg-top-line-pc.png"), url("../images/bellissima/bellissima-bg-top-pc-v2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center;
  background-size: 100% auto, cover;
}
@media (min-width: 2000px) {
  .lt-section__bellissima .lt-section__head {
    padding-top: 60px;
    background-position: center bottom, center 55%;
  }
  .lt-section__bellissima .lt-section__head .bellissima__spec {
    margin-top: 600px;
  }
}
@media (min-width: 3000px) {
  .lt-section__bellissima .lt-section__head {
    padding-top: 35px;
    background-position: center bottom, center 55%;
  }
  .lt-section__bellissima .lt-section__head .bellissima__spec {
    margin-top: 650px;
  }
}
.lt-section__bellissima .lt-section__title {
  font-size: 70px;
  margin-top: 20px;
  color: #08214c;
  line-height: 84px;
}
.lt-section__bellissima .lt-section__title .highlight {
  color: #0f4ee7;
}
.lt-section__bellissima .bellissima__title-en {
  display: block;
}
.lt-section__bellissima .lt-section__desc {
  font-size: 28px;
  width: fit-content;
  justify-self: center;
  margin-inline: auto;
  padding-inline: 20px;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  background-color: #104eeb;
}
.lt-section__bellissima .bellissima__spec {
  margin-top: 487px;
}
.lt-section__bellissima .spec__list {
  display: grid;
  margin-inline: auto;
  width: fit-content;
  gap: 60px;
  grid-template-columns: repeat(6, max-content);
  justify-content: center;
}
.lt-section__bellissima .spec__item {
  width: 92px;
}
.lt-section__bellissima .spec__label,
.lt-section__bellissima .spec__value {
  font-size: 20px;
  display: flex;
  color: #fff;
  line-height: 34px;
  justify-content: center;
  white-space: nowrap;
}
.lt-section__bellissima .spec__label {
  margin-top: 15px;
}
.lt-section__bellissima .spec__value {
  font-size: 26px;
}
.lt-section__bellissima .lt-section__content {
  max-width: none;
}
.lt-section__bellissima .course {
  padding-block: 120px;
  text-align: center;
  background: url("../images/bellissima/bellissima-course-bg-pc.jpg") no-repeat center top;
  background-size: 5464px auto;
}
.lt-section__bellissima .course .course__badge {
  display: inline-block;
  padding-inline: 20px;
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  background-color: #0f2e64;
  border-radius: 20px;
}
.lt-section__bellissima .course .course__badge .highlight {
  font-weight: 600;
}
.lt-section__bellissima .course .course__title {
  font-size: 70px;
  margin-top: 20px;
  color: #111;
  font-weight: 700;
}
.lt-section__bellissima .course .course__title .highlight {
  display: inline-block;
  color: #2460ed;
}
.lt-section__bellissima .course__route {
  display: inline-block;
  padding-inline: 35px;
  margin-top: 30px;
  font-size: 30px;
  color: #0f2e64;
  line-height: 60px;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #0f2e64;
  border-radius: 33px;
}
.lt-section__bellissima .course__map {
  display: grid;
  justify-content: center;
  height: 710px;
  margin: 184px 0 0 -30px;
}
.lt-section__bellissima .course__map-item {
  grid-area: 1/1;
  opacity: 0;
}
.lt-section__bellissima .course__map-item.is-active {
  opacity: 1;
}
.lt-section__bellissima .course__schedule {
  width: 1040px;
  margin-inline: auto;
  padding: 37px 56px;
  text-align: left;
  background-color: #fff;
  border-radius: 24px;
}
.lt-section__bellissima .course__schedule-list {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin-inline: -20px;
  text-align: center;
}
.lt-section__bellissima .course__schedule-item {
  position: relative;
  padding-top: 80px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.lt-section__bellissima .course__schedule-item::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 50%;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 5px solid #0f2e64;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.lt-section__bellissima .course__schedule-item::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  width: 100%;
  height: 6px;
  background-color: #0f2e64;
}
.lt-section__bellissima .course__schedule-item:nth-child(even) .course__schedule-place {
  color: #3080c0;
}
.lt-section__bellissima .course__schedule-item:last-child::after {
  display: none;
}
.lt-section__bellissima .course__schedule-item.is-active {
  color: #2460ed;
  font-weight: 600;
}
.lt-section__bellissima .course__schedule-item.is-active::before {
  border-color: #2460ed;
}
.lt-section__bellissima .course__schedule-item.is-active .course__schedule-mark {
  background-color: #2460ed;
}
.lt-section__bellissima .course__schedule-item.is-active .course__schedule-date,
.lt-section__bellissima .course__schedule-item.is-active .course__schedule-place {
  color: #2460ed;
}
.lt-section__bellissima .course__schedule-date {
  display: block;
  color: #0f2e64;
}
.lt-section__bellissima .course__schedule-place {
  font-size: 24px;
  display: block;
  color: #0f2e64;
  font-weight: 600;
}
.lt-section__bellissima .course__schedule-mark {
  position: absolute;
  top: 0;
  left: 50%;
  padding-inline: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  background-color: #0f2e64;
  border-radius: 16px;
  transform: translateX(-50%);
}
.lt-section__bellissima .course__note {
  margin-top: 40px;
  padding-inline: 20px;
}
.lt-section__bellissima .course__note-title {
  font-size: 20px;
  color: #0f2e64;
  line-height: 34px;
  font-weight: 700;
}
.lt-section__bellissima .course__note-text {
  font-size: 20px;
  color: #0f2e64;
  line-height: 34px;
}
.lt-section__bellissima .bellissima__video {
  max-width: 1200px;
  height: 499px;
  margin-inline: auto;
}
.lt-section__bellissima .bellissima__video video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.lt-section__facilities {
  padding-block: 115px 220px;
  background: url("../images/facilities/facilities-bg-bottom-pc.jpg") no-repeat bottom center #31255c;
  background-size: 100% auto;
}
.lt-section__facilities .lt-section__inner:not(:first-child) {
  margin-top: 140px;
}
.lt-section__facilities .facilities__tab-group {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 10px;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
.lt-section__facilities .facilities__tab-item {
  font-size: 28px;
  padding-inline: 55px;
  color: #000;
  line-height: 80px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 13px;
}
.lt-section__facilities .facilities__tab-item.is-active {
  color: #fff;
  background-color: #451ed7;
}
.lt-section__facilities .facilities__title {
  font-size: 38px;
  margin-top: 80px;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
.lt-section__facilities .facilities-Swiper {
  position: relative;
  padding-inline: 12.24%;
  margin-top: 55px;
}
.lt-section__facilities .facilities-Swiper .swiper-wrapper {
  height: auto;
}
.lt-section__facilities .facilities-Swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.24%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  z-index: 2;
}
.lt-section__facilities .facilities-Swiper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.24%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  z-index: 2;
}
.lt-section__facilities .facilities-Swiper .swiper-slide {
  position: relative;
}
.lt-section__facilities .facilities-Swiper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.lt-section__facilities .facilities-Swiper .swiper-slide img {
  width: 100%;
}
.lt-section__facilities .facilities-Swiper .swiper-slide {
  container-type: inline-size;
}
.lt-section__facilities .facilities-Swiper .facilities__caption {
  position: absolute;
  left: 5.59cqw;
  bottom: 5.59cqw;
  font-size: 3.92cqw;
  color: #fff;
  font-weight: 600;
}
.lt-section__facilities .facilities-Swiper .facilities__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  aspect-ratio: 720/520;
}
.lt-section__facilities .facilities-Swiper .facilities__grid-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.lt-section__facilities .facilities-Swiper .facilities__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lt-section__facilities .facilities-Swiper .facilities__grid-item .facilities__caption {
  font-size: 3.64cqw;
}
.lt-section__facilities .facilities__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
  margin-top: 33px;
  padding-inline: 12.24%;
  z-index: 0;
}
.lt-section__facilities .swiper-pagination-progressbar {
  position: relative;
  flex: 1;
  height: 5px;
  max-width: 656px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
.lt-section__facilities .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
  border-radius: 3px;
}
.lt-section__facilities .facilities__nav {
  display: flex;
  column-gap: 12px;
  flex-shrink: 0;
}
.lt-section__facilities .swiper-button-prev,
.lt-section__facilities .swiper-button-next {
  position: static;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: none;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.lt-section__facilities .swiper-button-prev .swiper-navigation-icon,
.lt-section__facilities .swiper-button-next .swiper-navigation-icon {
  height: 40%;
}
.lt-section__facilities .swiper-button-prev .swiper-navigation-icon path,
.lt-section__facilities .swiper-button-next .swiper-navigation-icon path {
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linejoin: round;
}
.lt-section__cabins {
  padding-block: 120px;
  background-color: #efefef;
}
.lt-section__cabins .cabins__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  row-gap: 40px;
}
.lt-section__cabins .cabins__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.lt-section__cabins .cabins__thumb {
  position: relative;
  aspect-ratio: 2/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lt-section__cabins .cabins__thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lt-section__cabins .cabins__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 12px;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background-color: #2460ed;
  font-weight: 600;
  border-radius: 0 24px 0 20px;
  letter-spacing: -0.03em;
}
.lt-section__cabins .cabins__info {
  padding: 30px 30px;
}
.lt-section__cabins .cabins__title {
  font-size: 40px;
  color: #111;
  line-height: 44px;
  font-weight: 700;
}
.lt-section__cabins .cabins__title .cabins__title-en {
  font-size: 30px;
  font-weight: 600;
}
.lt-section__cabins .cabins__spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.lt-section__cabins .cabins__spec-item {
  padding-inline: 16px;
  font-size: 20px;
  color: #111;
  line-height: 36px;
  font-weight: 500;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.lt-section__cabins .cabins__price-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.lt-section__cabins .cabins__price-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}
.lt-section__cabins .cabins__price-name {
  font-size: 26px;
  color: #111;
  font-weight: 600;
}
.lt-section__cabins .cabins__price-option {
  font-size: 18px;
  color: #111;
  font-weight: 600;
}
.lt-section__cabins .cabins__price-value {
  flex: none;
  font-size: 34px;
  color: #ee2b23;
  font-weight: 700;
}
.lt-section__cabins .cabins__price-unit {
  font-size: 20px;
}
.lt-section__cabins .cabins__note-list {
  margin-top: 20px;
}
.lt-section__cabins .cabins__note-item {
  font-size: 18px;
  color: #a7a7a7;
  line-height: 24px;
}
.lt-section__club .lt-section__title {
  font-size: 70px;
  margin-top: 20px;
  font-weight: 700;
}
.lt-section__club .lt-section__desc {
  font-size: 28px;
  line-height: 36px;
}
.lt-section__club {
  /* 1. MSC 요트클럽 */
}
.lt-section__club .club__yacht {
  padding-block: 120px;
  background-color: #04072c;
  color: #fff;
}
.lt-section__club .club__yacht .lt-section__title .highlight {
  color: #ffd88b;
}
.lt-section__club .club__yacht-logo {
  width: 420px;
  margin-inline: auto;
}
.lt-section__club .club__video {
  max-width: 1280px;
  margin: 60px auto 0;
  border-radius: 16px;
  overflow: hidden;
}
.lt-section__club .club__video video {
  width: 100%;
  object-fit: cover;
}
.lt-section__club .club__benefit-list {
  display: grid;
  grid-template-columns: repeat(7, max-content);
  column-gap: 60px;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}
.lt-section__club .club__benefit-item {
  position: relative;
}
.lt-section__club .club__benefit-item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}
.lt-section__club .club__benefit-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.lt-section__club .club__benefit-note {
  color: #ffd88b;
}
.lt-section__club .club__room-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 70px;
}
.lt-section__club .club__room-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.lt-section__club .club__room-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #c99b38;
  border-radius: 0 0 12px 12px;
  z-index: 2;
}
.lt-section__club .club__room-thumb img {
  width: 100%;
  aspect-ratio: 296/275;
  object-fit: cover;
}
.lt-section__club .club__room-price {
  display: block;
  margin-top: 22px;
  font-size: 36px;
  color: #db3535;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
}
.lt-section__club .club__room-price-unit {
  font-size: 24px;
}
.lt-section__club .club__room-info {
  padding: 20px;
}
.lt-section__club .club__room-title {
  font-size: 32px;
  color: #111;
  line-height: 38px;
  font-weight: 700;
}
.lt-section__club .club__room-name {
  font-size: 26px;
  font-weight: 600;
}
.lt-section__club .club__room-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.lt-section__club .club__room-spec-item {
  padding-inline: 15px;
  font-size: 20px;
  color: #111;
  line-height: 38px;
  background-color: #efefef;
  border-radius: 8px;
  font-weight: 600;
}
.lt-section__club .club__yacht-link {
  width: 400px;
  margin: 50px auto 0;
  font-size: 30px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  font-weight: 500;
  background-color: #b88f3d;
  border-radius: 12px;
}
.lt-section__club .club__yacht-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: top;
}
.lt-section__club {
  /* 2. 롯데관광이 만든 한국형 크루즈 */
}
.lt-section__club .club__korean {
  padding-block: 120px;
  color: #fff;
  background: url("../images/club/club-korean-bg-pc.jpg") no-repeat center/cover #04072c;
}
.lt-section__club .club__korean .lt-section__title {
  margin-top: 15px;
}
.lt-section__club .club__korean-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 55px;
  padding-inline: 60px;
}
.lt-section__club .club__korean-item {
  display: flex;
  flex-direction: column;
  color: #111;
  border-radius: 20px;
  overflow: hidden;
}
.lt-section__club .club__korean-thumb img {
  width: 100%;
  aspect-ratio: 620/380;
  object-fit: cover;
}
.lt-section__club .club__korean-info {
  flex: 1;
  padding: 30px 36px;
  background-color: #fff;
}
.lt-section__club .club__korean-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.lt-section__club .club__korean-desc-list {
  margin-top: 20px;
}
.lt-section__club .club__korean-desc-item {
  position: relative;
  padding-left: 18px;
  font-size: 26px;
  line-height: 38px;
}
.lt-section__club .club__korean-desc-item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.lt-section__club {
  /* 3. 일정 / 항로 */
}
.lt-section__club .club__port {
  padding-block: 120px;
  background: url("../images/club/club-port-bg-pc.jpg") no-repeat center top #eaf6ff;
  background-size: 100% auto;
}
.lt-section__club .club__port .lt-section__title {
  color: #0f2e64;
}
.lt-section__club .club__port .lt-section__desc {
  margin-top: 20px;
  color: #0f2e64;
}
.lt-section__club .club__port-list {
  display: grid;
  row-gap: 100px;
  margin-top: 80px;
}
.lt-section__club .club__port-thumb-list {
  display: flex;
  gap: 20px;
}
.lt-section__club .club__port-thumb-item {
  flex: 0 1 auto;
  min-width: 0;
}
.lt-section__club .club__port-thumb-item img {
  width: 100%;
  border-radius: 20px;
}
.lt-section__club .club__port-label {
  font-size: 28px;
  margin-top: 40px;
  color: #0f2e64;
  line-height: 34px;
  font-weight: 600;
}
.lt-section__club .club__port-title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 12px;
}
.lt-section__club .club__port-name {
  font-size: 44px;
  color: #08214c;
  line-height: 50px;
  font-weight: 600;
}
.lt-section__club .club__port-temp {
  font-size: 18px;
  display: flex;
  padding-bottom: 5px;
  color: #08214c;
  font-weight: 600;
}
.lt-section__club .club__port-flag {
  width: 27px;
  margin-right: 6px;
}
.lt-section__club .club__port-temp-value {
  margin-left: 10px;
  font-weight: 500;
}
.lt-section__club .club__port-desc {
  font-size: 26px;
  margin-top: 30px;
  color: #08214c;
  line-height: 38px;
}

.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(4, 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;
}