@import url("https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap");
* {
  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;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

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

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
}

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

.lt-visual {
  overflow: hidden;
  position: relative;
  padding: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px) clamp(12.8px, 0px + 4vw, 30px) 0;
  width: 100%;
  height: calc(100vh - clamp(93.8666666667px, 0px + 29.3333333333vw, 220px));
}
.lt-visual__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lt-visual__title {
  position: absolute;
  top: 50%;
  width: clamp(199.2533333333px, 0px + 62.2666666667vw, 467px);
  height: clamp(197.9733333333px, 0px + 61.8666666667vw, 464px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.lt-visual__logo {
  width: clamp(62.2933333333px, 0px + 19.4666666667vw, 146px);
  height: clamp(22.1866666667px, 0px + 6.9333333333vw, 52px);
}
.lt-visual__award {
  width: clamp(97.28px, 0px + 30.4vw, 228px);
  height: fV(80);
}
.lt-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/visual/visual-bg-2x.png") no-repeat center/cover;
}
.lt-visual__bg .video-container {
  width: 100%;
  height: 100%;
}
.lt-visual__bg .random-video {
  display: none;
}
.lt-visual__bg .random-video.is-active {
  display: block;
}
.lt-visual__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lt-visual__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  z-index: 9999;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.lt-nav {
  position: sticky;
  top: 0;
  background-color: #171717;
  z-index: 12;
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
}
.lt-nav__list {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(4, minmax(auto, clamp(79.7866666667px, 0px + 24.9333333333vw, 187px)));
  justify-content: center;
}
.lt-nav__item {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lt-nav__item:not(:first-child):before {
  content: "";
  width: clamp(0.4266666667px, 0px + 0.1333333333vw, 1px);
  height: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  position: absolute;
  left: 0;
  top: clamp(19.2px, 0px + 6vw, 45px);
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.lt-nav__item:nth-of-type(2) .lt-nav__title {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: clamp(14.08px, 0px + 4.4vw, 33px);
  background: url("../images/icon-live-pick.png") no-repeat center clamp(10.6666666667px, 0px + 3.3333333333vw, 25px)/clamp(20.0533333333px, 0px + 6.2666666667vw, 47px) clamp(9.8133333333px, 0px + 3.0666666667vw, 23px);
}
.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: 100%;
  width: 100%;
  row-gap: clamp(6.8266666667px, 0px + 2.1333333333vw, 16px);
  font-weight: 500;
}
.lt-nav__title {
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  color: #fff;
  line-height: 1;
}
.lt-nav .is-active {
  background-color: #0b56bb;
}
.lt-nav .is-active .lt-nav__discount {
  color: #fff;
}

.lt-section__inner {
  padding: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px) clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  margin-bottom: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
}
.lt-section__sub-title {
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 600;
}
.lt-section__main-title {
  font-size: clamp(32.4266666667px, 0px + 10.1333333333vw, 76px);
  font-weight: 700;
}
.lt-section__contents {
  position: relative;
}
.lt-section--festa {
  background-color: #eee;
}
.lt-section--festa .product-card {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--festa .product-card__header {
  padding: clamp(12.8px, 0px + 4vw, 30px);
  background-color: #fff;
}
.lt-section--festa .product-card__contents-area {
  width: clamp(268.8px, 0px + 84vw, 630px);
  height: clamp(151.04px, 0px + 47.2vw, 354px);
  position: relative;
  margin-bottom: clamp(12.8px, 0px + 4vw, 30px);
  overflow: hidden;
}
.lt-section--festa .product-card__benefit-badge {
  padding-inline: clamp(6.8266666667px, 0px + 2.1333333333vw, 16px);
  font-weight: 700;
  font-size: clamp(13.6533333333px, 0px + 4.2666666667vw, 32px);
  color: #fff;
  background-color: #e54520;
  height: clamp(20.48px, 0px + 6.4vw, 48px);
  text-align: center;
  position: absolute;
  left: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  top: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  display: flex;
  align-items: center;
}
.lt-section--festa .product-card__meta-row {
  margin-bottom: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--festa .product-card__tag-group {
  display: flex;
  gap: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
}
.lt-section--festa .product-card__tag {
  padding-inline: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  font-weight: 600;
  color: #fff;
  background-color: #be913f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(16.2133333333px, 0px + 5.0666666667vw, 38px);
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
}
.lt-section--festa .product-card__tag:nth-of-type(2) {
  order: -1;
}
.lt-section--festa .product-card__sub-title {
  font-size: clamp(15.36px, 0px + 4.8vw, 36px);
  font-weight: 600;
  color: #e54520;
  margin-bottom: clamp(6.4px, 0px + 2vw, 15px);
  line-height: 1;
}
.lt-section--festa .product-card__main-title {
  font-size: clamp(23.04px, 0px + 7.2vw, 54px);
  line-height: 1;
  font-weight: 700;
  color: #171717;
  margin-bottom: clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--festa .product-card__benefit-list {
  display: flex;
  flex-direction: column;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  margin-bottom: clamp(12.8px, 0px + 4vw, 30px);
  line-height: 1.2;
}
.lt-section--festa .product-card__price-group {
  text-align: right;
}
.lt-section--festa .product-card__original-price {
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  color: #999;
  margin-bottom: clamp(5.12px, 0px + 1.6vw, 12px);
  display: inline-block;
  line-height: 1;
}
.lt-section--festa .product-card__sale-price {
  color: #e54520;
  font-weight: 700;
  font-size: clamp(25.6px, 0px + 8vw, 60px);
  line-height: 1;
}
.lt-section--festa .product-card__unit {
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
}
.lt-section--festa .product-card__link {
  width: 100%;
  height: clamp(38.4px, 0px + 12vw, 90px);
  background-color: #0b264b;
  color: #fff;
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--festa .product-card .link__arrow {
  display: inline-block;
  width: clamp(5.9733333333px, 0px + 1.8666666667vw, 14px);
  height: clamp(9.8133333333px, 0px + 3.0666666667vw, 23px);
}
.lt-section--festa .festa__card-wrapper {
  margin-top: clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--pick .lt-section__inner {
  padding: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px) 0;
}
.lt-section--pick .lt-section__title {
  margin-bottom: clamp(43.52px, 0px + 13.6vw, 102px);
  color: #fff;
}
.lt-section--pick .swiper-wrapper {
  height: auto;
}
.lt-section--pick .swiper-slide {
  width: clamp(204.8px, 0px + 64vw, 480px);
  height: clamp(363.9466666667px, 0px + 113.7333333333vw, 853px);
}
.lt-section--pick .pick__product-link {
  height: 100%;
}
.lt-section--pick .pick__product-card {
  height: 100%;
  position: relative;
}
.lt-section--pick .product-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  overflow: hidden;
}
.lt-section--pick .product-card__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}
.lt-section--pick .product-card__info {
  height: 100%;
  padding: clamp(11.52px, 0px + 3.6vw, 27px) clamp(11.52px, 0px + 3.6vw, 27px) clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}
.lt-section--pick .product-card__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
}
.lt-section--pick .product-card__tag {
  display: flex;
  align-items: center;
  padding-inline: clamp(6.4px, 0px + 2vw, 15px);
  height: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  background-color: #171717;
  color: #fff;
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  font-weight: 600;
  border-radius: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--pick .product-card__tag .emoji {
  font-family: "Noto Color Emoji", sans-serif;
  line-height: 1.3;
  margin-bottom: clamp(2.56px, 0px + 0.8vw, 6px);
}
.lt-section--pick .product-card__slogan {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
  color: #fff;
  margin-bottom: clamp(5.12px, 0px + 1.6vw, 12px);
}
.lt-section--pick .product-card__title {
  font-size: clamp(16.2133333333px, 0px + 5.0666666667vw, 38px);
  font-weight: 600;
  margin-bottom: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  color: #fff;
}
.lt-section--pick .product-card__price-original {
  color: #bbb;
  display: inline-block;
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  margin-bottom: clamp(8.1066666667px, 0px + 2.5333333333vw, 19px);
  display: block;
}
.lt-section--pick .product-card__price-current {
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  color: #fff;
  font-weight: 700;
}
.lt-section--pick .product-card__price-box {
  display: inline-block;
  margin-bottom: 20px;
}
.lt-section--pick .product-card__price-unit {
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  color: #fff;
  font-weight: 700;
}
.lt-section--pick .product-card__button {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(178.3466666667px, 0px + 55.7333333333vw, 418px);
  height: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
  border: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px) solid #fff;
  border-radius: clamp(14.9333333333px, 0px + 4.6666666667vw, 35px);
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 700;
  color: #fff;
  padding-right: clamp(10.6666666667px, 0px + 3.3333333333vw, 25px);
  position: relative;
}
.lt-section--pick .product-card__button:after {
  content: "";
  right: clamp(44.3733333333px, 0px + 13.8666666667vw, 104px);
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: clamp(5.9733333333px, 0px + 1.8666666667vw, 14px);
  height: clamp(9.8133333333px, 0px + 3.0666666667vw, 23px);
  background: url("../images/live-pick/right-arrow-2x.png") no-repeat center/cover;
}
.lt-section--pick .swiper-button-prev {
  width: clamp(24.7466666667px, 0px + 7.7333333333vw, 58px);
  height: clamp(24.7466666667px, 0px + 7.7333333333vw, 58px);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
}
.lt-section--pick .swiper-button-prev::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(7.2533333333px, 0px + 2.2666666667vw, 17px);
  height: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  position: absolute;
  background: url("../images/live-pick/icon-prev-black-2x.png") no-repeat center/clamp(7.2533333333px, 0px + 2.2666666667vw, 17px) clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--pick .swiper-button-next {
  width: clamp(24.7466666667px, 0px + 7.7333333333vw, 58px);
  height: clamp(24.7466666667px, 0px + 7.7333333333vw, 58px);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
}
.lt-section--pick .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(7.2533333333px, 0px + 2.2666666667vw, 17px);
  height: clamp(12.8px, 0px + 4vw, 30px);
  background: url("../images/live-pick/icon-next-black-2x.png") no-repeat center/clamp(7.2533333333px, 0px + 2.2666666667vw, 17px) clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--pick .swiper-pagination {
  position: absolute;
  bottom: clamp(-20px, (0px + 2.6666666667vw) * -1, -8.5333333333px);
  transform: translateY(100%);
}
.lt-section--pick {
  background: url("../images/live-pick/bg-2x.png") no-repeat center/100% 100%;
}
.lt-section--business {
  background: url("../images/business/bg-2x.png") no-repeat center/100% 100%;
}
.lt-section--business .video-container {
  overflow: hidden;
}
.lt-section--business .lt-section__title {
  color: #fff;
}
.lt-section--business .business__tab-contents--turkey .product__logo {
  width: clamp(64.4266666667px, 0px + 20.1333333333vw, 151px);
  height: clamp(17.4933333333px, 0px + 5.4666666667vw, 41px);
}
.lt-section--business .business__tab-contents--emirates .product__logo {
  width: clamp(39.2533333333px, 0px + 12.2666666667vw, 92px);
  height: clamp(27.3066666667px, 0px + 8.5333333333vw, 64px);
}
.lt-section--business .business__tab-contents--t-way .product__logo {
  width: clamp(41.3866666667px, 0px + 12.9333333333vw, 97px);
  height: clamp(19.6266666667px, 0px + 6.1333333333vw, 46px);
}
.lt-section--business .business-section {
  background: url("../images/business/section-bg-2x.png") no-repeat top center/clamp(320px, 0px + 100vw, 750px) clamp(229.12px, 0px + 71.6vw, 537px);
}
.lt-section--business .business__tab-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(294.4px, 0px + 92vw, 690px);
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  background: #fff;
  padding: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  border-radius: clamp(23.4666666667px, 0px + 7.3333333333vw, 55px);
  margin-inline: auto;
  margin-bottom: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
}
.lt-section--business .business__tab-item {
  width: clamp(94.72px, 0px + 29.6vw, 222px);
  height: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px);
  border-radius: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  font-weight: 600;
  cursor: pointer;
}
.lt-section--business .business__tab-item.is-active {
  background-color: #0b264b;
  color: #fff;
}
.lt-section--business .business__tab-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lt-section--business .business__intro-block {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px);
}
.lt-section--business .business__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  margin-bottom: clamp(29.8666666667px, 0px + 9.3333333333vw, 70px);
}
.lt-section--business .business__intro-divider {
  display: inline-block;
  width: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px);
  height: clamp(45.2266666667px, 0px + 14.1333333333vw, 106px);
  background-color: #000;
}
.lt-section--business .business__intro-thumb {
  width: clamp(294.4px, 0px + 92vw, 690px);
  height: clamp(165.5466666667px, 0px + 51.7333333333vw, 388px);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.lt-section--business .business__intro-info {
  width: clamp(294.4px, 0px + 92vw, 690px);
  height: clamp(64px, 0px + 20vw, 150px);
  background-color: #ad8c4f;
  display: flex;
  flex-direction: column;
}
.lt-section--business .business__brand-desc {
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  line-height: clamp(14.9333333333px, 0px + 4.6666666667vw, 35px);
  font-weight: 600;
}
.lt-section--business .business__tab-contents {
  min-width: 0;
  width: 100%;
}
.lt-section--business .business__brand-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding-block: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  column-gap: clamp(5.5466666667px, 0px + 1.7333333333vw, 13px);
  row-gap: clamp(6.8266666667px, 0px + 2.1333333333vw, 16px);
}
.lt-section--business .business__brand-tag {
  color: #fff;
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  line-height: 1;
}
.lt-section--business .business__brand-tag strong {
  display: inline-block;
}
.lt-section--business .business__tab-contents--turkey .business__brand-logo {
  width: clamp(116.9066666667px, 0px + 36.5333333333vw, 274px);
  height: clamp(31.5733333333px, 0px + 9.8666666667vw, 74px);
}
.lt-section--business .business__tab-contents--emirates .business__brand-logo {
  width: clamp(65.7066666667px, 0px + 20.5333333333vw, 154px);
  height: clamp(45.6533333333px, 0px + 14.2666666667vw, 107px);
}
.lt-section--business .business__tab-contents--t-way .business__brand-logo {
  width: clamp(68.2666666667px, 0px + 21.3333333333vw, 160px);
  height: clamp(32px, 0px + 10vw, 75px);
}
.lt-section--business .business__product-list {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(25.6px, 0px + 8vw, 60px);
}
.lt-section--business .business__product-item {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  gap: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  overflow: hidden;
}
.lt-section--business .business__product-item .product__thumb {
  width: clamp(294.4px, 0px + 92vw, 690px);
  height: clamp(165.5466666667px, 0px + 51.7333333333vw, 388px);
  position: relative;
}
.lt-section--business .business__product-item .product__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lt-section--business .business__product-item .product__info .info__badge {
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: clamp(12.8px, 0px + 4vw, 30px);
  background-color: #be913f;
  color: #fff;
  padding-inline: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  height: clamp(19.2px, 0px + 6vw, 45px);
  border-radius: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
}
.lt-section--business .business__product-item .product__info .info__title {
  font-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  text-align: center;
  margin-bottom: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
}
.lt-section--business .business__product-item .product__info .info__title .highlights {
  font-weight: 700;
  color: #740a17;
}
.lt-section--business .business__product-item .product__info .info__hash {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  text-align: center;
  margin-bottom: clamp(28.16px, 0px + 8.8vw, 66px);
  line-height: 1.2;
}
.lt-section--business .business__product-item .product__info .info__link {
  width: 100%;
  height: clamp(38.4px, 0px + 12vw, 90px);
  gap: clamp(6.4px, 0px + 2vw, 15px);
  background-color: #740a17;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 600;
  padding-right: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  position: relative;
}
.lt-section--business .business__product-item .product__info .info__link-arrow {
  width: clamp(5.9733333333px, 0px + 1.8666666667vw, 14px);
  height: clamp(9.8133333333px, 0px + 3.0666666667vw, 23px);
  background: url("../images/business/icon-arrow-right-2x.png") no-repeat center/cover;
  display: inline-block;
}
.lt-section--business .business__product-item .product__info .info__link:hover {
  background-color: #ad8c4f;
  color: #f2ece0;
}
.lt-section--business .business__product-item .product__logo {
  position: absolute;
  top: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  left: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
}
.lt-section--business .business__product-item .product__image {
  width: 550px;
  height: 804px;
  background-color: #000;
  position: relative;
}
.lt-section--business .business__product-item .product__image-badge {
  color: #fff;
  background-color: #e54520;
  width: clamp(54.1866666667px, 0px + 16.9333333333vw, 127px);
  height: clamp(38.4px, 0px + 12vw, 90px);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-block: clamp(5.9733333333px, 0px + 1.8666666667vw, 14px);
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  font-weight: 600;
}
.lt-section--business .business__product-item .product__image-badge em {
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
}
.lt-section--region {
  padding-block: clamp(55.4666666667px, 0px + 17.3333333333vw, 130px);
  background-color: #eee;
  display: flex;
  flex-direction: column;
  gap: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px);
}
.lt-section--region .lt-section__title {
  margin-bottom: clamp(17.92px, 0px + 5.6vw, 42px);
}
.lt-section--region .lt-section__inner {
  padding: 0 clamp(12.8px, 0px + 4vw, 30px);
}
.lt-section--region .region__tab-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(294.4px, 0px + 92vw, 690px);
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  background: #fff;
  padding: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  border-radius: clamp(23.4666666667px, 0px + 7.3333333333vw, 55px);
  margin-inline: auto;
  margin-bottom: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
}
.lt-section--region .region__tab-item {
  width: clamp(70.8266666667px, 0px + 22.1333333333vw, 166px);
  height: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px);
  border-radius: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  font-size: clamp(12.8px, 0px + 4vw, 30px);
  font-weight: 600;
  cursor: pointer;
}
.lt-section--region .region__tab-item.is-active {
  background-color: #051d3d;
  color: #fff;
}
.lt-section--region .region__tab-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lt-section--region .region__tab-contents {
  min-width: 0;
  width: 100%;
}
.lt-section--region .region__product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12.8px, 0px + 4vw, 30px) clamp(4.2666666667px, 0px + 1.3333333333vw, 10px);
}
.lt-section--region .region__product-item {
  background-color: #fff;
  width: clamp(145.0666666667px, 0px + 45.3333333333vw, 340px);
  height: clamp(260.2666666667px, 0px + 81.3333333333vw, 610px);
}
.lt-section--region .region__product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lt-section--region .product__thumb {
  width: 100%;
  height: clamp(110.9333333333px, 0px + 34.6666666667vw, 260px);
  background-color: #000;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.lt-section--region .product__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(42.6666666667px, 0px + 13.3333333333vw, 100px);
  height: clamp(34.1333333333px, 0px + 10.6666666667vw, 80px);
  background-color: #d5b880;
  color: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
}
.lt-section--region .product__info {
  flex-grow: 1;
  border: clamp(0.8533333333px, 0px + 0.2666666667vw, 2px) solid #dedede;
  padding: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) clamp(8.5333333333px, 0px + 2.6666666667vw, 20px) 0;
}
.lt-section--region .product__sub-title {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
  color: #0b56bb;
  font-weight: 600;
  margin-bottom: clamp(5.12px, 0px + 1.6vw, 12px);
  display: inline-block;
  line-height: 1;
}
.lt-section--region .product__sub-title.red {
  color: #e52020;
}
.lt-section--region .product__title {
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  font-weight: 600;
  color: #171717;
  margin-bottom: clamp(6.8266666667px, 0px + 2.1333333333vw, 16px);
  display: inline-block;
  line-height: 1;
}
.lt-section--region .product__tags {
  display: flex;
  flex-direction: column;
  color: #171717;
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  margin-bottom: clamp(6.8266666667px, 0px + 2.1333333333vw, 16px);
  line-height: 1.2;
}
.lt-section--region .product__benefit-box {
  padding-inline: clamp(5.9733333333px, 0px + 1.8666666667vw, 14px);
  padding-block: clamp(2.1333333333px, 0px + 0.6666666667vw, 5px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e52020;
  border-radius: clamp(7.4666666667px, 0px + 2.3333333333vw, 17.5px);
  color: #fff;
  font-size: clamp(11.9466666667px, 0px + 3.7333333333vw, 28px);
  font-weight: 600;
  margin-bottom: clamp(8.5333333333px, 0px + 2.6666666667vw, 20px);
  line-height: 1;
}
.lt-section--region .product__price-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lt-section--region .product__price-original {
  font-size: clamp(10.24px, 0px + 3.2vw, 24px);
  color: #999;
}
.lt-section--region .product__price-current {
  font-size: clamp(17.0666666667px, 0px + 5.3333333333vw, 40px);
  color: #171717;
  font-weight: 700;
}
.lt-section--region .product__price-unit {
  font-size: clamp(11.0933333333px, 0px + 3.4666666667vw, 26px);
}

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

.lt-banner {
  width: clamp(320px, 0px + 100vw, 750px);
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
}
.lt-banner__inner {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 100;
}
.lt-banner__list {
  position: relative;
  display: flex;
  max-width: clamp(320px, 0px + 100vw, 750px);
  margin-inline: auto;
  gap: 0;
}
.lt-banner__item {
  font-size: clamp(14.5066666667px, 0px + 4.5333333333vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(46.9333333333px, 0px + 14.6666666667vw, 110px);
  color: #000;
  font-weight: 300;
  letter-spacing: -1px;
  box-sizing: border-box;
}
.lt-banner__item.reserve {
  background-color: #dcdcdc;
  width: clamp(81.0666666667px, 0px + 25.3333333333vw, 190px);
}
.lt-banner__item.call {
  background-color: #e54520;
  background-image: url("../images/footer/icon-call-2x.png");
  background-repeat: no-repeat;
  background-position: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px) center;
  background-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px) clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  padding-left: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  width: clamp(119.4666666667px, 0px + 37.3333333333vw, 280px);
  color: #fff;
}
.lt-banner__item.kakao {
  background-image: url("../images/footer/icon-kakao-2x.png");
  background-repeat: no-repeat;
  background-position: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px) center;
  background-size: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px) clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  padding-left: clamp(21.3333333333px, 0px + 6.6666666667vw, 50px);
  width: clamp(119.4666666667px, 0px + 37.3333333333vw, 280px);
  color: #fff;
  background-color: #3e2723;
}