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

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #000;
}

.lt-visual {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  width: 100%;
  height: calc(100vh - 90px);
}
.lt-visual__inner {
  width: 1268px;
  margin-inline: auto;
}
.lt-visual__header {
  display: flex;
  justify-content: space-between;
}
.lt-visual__title {
  position: absolute;
  top: 311px;
  left: 50%;
  transform: translateX(-50%);
}
.lt-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/visual/visual-bg.png") no-repeat center/cover;
}
.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-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-nav {
  position: sticky;
  top: 0;
  background-color: #171717;
  z-index: 12;
  height: 90px;
}
.lt-nav__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 317px));
  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:nth-of-type(2) .lt-nav__title {
  padding-left: 57px;
  background: url("../images/icon-live-pick.png") no-repeat left center/47px 20px;
}
.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: #fff;
  line-height: 1;
}
.lt-nav__title {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.lt-nav .is-active {
  background-color: #0b56bb;
}
.lt-nav .is-active .lt-nav__discount {
  color: #fff;
}

.lt-aside {
  position: fixed;
  top: 140px;
  right: 0px;
  width: 150px;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
}
.lt-aside.is-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.lt-aside__nav {
  padding: 20px 0;
  background-color: #fff;
  line-height: 1;
}
.lt-aside__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  margin-inline: auto;
  gap: 40px;
}
.lt-aside__item {
  position: relative;
  width: 100%;
}
.lt-aside__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: -20px;
  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;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  white-space: pre-wrap;
  color: #171717;
}
.lt-aside__tel {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}
.lt-aside__top {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  color: #f2ece0;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  background-color: #171717;
}
.lt-aside__top:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  background: url("../images/icon-arrow-top.png") no-repeat center/cover;
}

.lt-floating {
  position: fixed;
  bottom: 15px;
  width: 210px;
  height: 423px;
  background: gray;
  right: 20px;
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
}
.lt-floating.is-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.lt-floating.hide {
  display: none;
}
.lt-floating__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lt-floating__video {
  max-width: 100%;
}
.lt-floating__video-cover {
  position: relative;
  height: 373px;
}
.lt-floating__video-cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  left: 0;
  top: 0;
}
.lt-floating__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
  height: 50px;
  background-color: #171717;
  gap: 8px;
}
.lt-floating__icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url("../images/icon-arrow-right.png") no-repeat left center/7px 11px;
}
.lt-floating__close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  background-color: rgba(0, 0, 0, 0.5);
}
.lt-floating__close-btn:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../images/icon-arrow-x-mark.png") no-repeat center/15px 15px;
}

.lt-section {
  padding-block: 130px;
}
.lt-section__inner {
  width: 1268px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lt-section__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #171717;
  font-weight: 600;
  margin-bottom: 100px;
  line-height: 1;
}
.lt-section__main-title {
  font-size: 70px;
  line-height: 1;
}
.lt-section__sub-title {
  font-size: 30px;
  line-height: 1;
}

.lt-section--festa {
  background-color: #eeeeee;
}
.lt-section--festa .festa__product-container .festa__product-card {
  border: 1px solid #dedede;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical {
  width: 1100px;
  margin-bottom: 24px;
  background: #fff;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__video-area {
  width: 100%;
  height: 575px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__product-link {
  padding: 42px 41px 56px;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__info-area {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__tag-group {
  display: flex;
  gap: 10px;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__tag {
  padding-inline: 10px;
  display: flex;
  align-items: center;
  height: 38px;
  background: #d5b880;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  font-size: 18px;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__benefit-badge {
  display: flex;
  align-items: center;
  padding-inline: 18px;
  height: 38px;
  font-size: 25px;
  color: #fff;
  background-color: #e54520;
  border-radius: 5px;
  font-weight: 600;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__benefit-list {
  margin-top: 5px;
  font-size: 18px;
  color: #7b7b7b;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__title-container {
  display: flex;
  gap: 50px;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__title-row {
  display: flex;
  justify-content: space-between;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__sub-title {
  font-size: 24px;
  font-weight: 600;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__main-title {
  font-size: 34px;
  font-weight: 700;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__feature-list {
  font-size: 17px;
  color: #7b7b7b;
  font-weight: 600;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__price-group {
  text-align: right;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__original-price {
  font-size: 22px;
  color: #7d7d7d;
  margin-right: 10px;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__sale-price {
  font-size: 36px;
  font-weight: 700;
  color: #e54520;
}
.lt-section--festa .festa__product-container .festa__product-card--vertical .festa__unit {
  font-size: 30px;
  font-weight: 600;
  color: #e54520;
}
.lt-section--festa .festa__product-container .festa__product-card .festa__badge {
  position: absolute;
  top: 0;
  padding: 20px 15px;
  width: 97px;
  height: 78px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.lt-section--festa .festa__product-container .festa__product-card .festa__badge--left {
  left: 0;
  background-color: #d5b880;
  color: #323232;
}
.lt-section--festa .festa__product-container .festa__product-card .festa__badge--right {
  right: 0;
  background-color: #e54520;
  color: #fff;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal {
  width: 1100px;
  height: 338px;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__product-link {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  gap: 20px;
  position: relative;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__contents-area {
  width: 600px;
  height: 338px;
  overflow: hidden;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__info-area {
  padding-block: 30px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #9d9d9d;
  line-height: 1;
  margin-bottom: 20px;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__point-title {
  font-size: 24px;
  font-weight: 600;
  color: #e54520;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__main-title {
  font-size: 38px;
  font-weight: 700;
  color: #323232;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__benefit-item {
  font-size: 18px;
  color: #7b7b7b;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__meta-row {
  display: flex;
  justify-content: space-between;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__benefit-badge {
  align-self: flex-end;
  background-color: #e54520;
  color: #fff;
  width: 194px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__price-group {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__original-price-group {
  font-size: 22px;
  color: #7d7d7d;
  text-align: right;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__original-price-group .festa__unit {
  font-size: 22px;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__sale-price-group {
  display: flex;
  color: #e54520;
  font-weight: 700;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__sale-price {
  font-size: 40px;
}
.lt-section--festa .festa__product-container .festa__product-card--horizontal .festa__unit {
  font-size: 26px;
  align-self: flex-end;
}
.lt-section--festa .festa__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.lt-section--pick {
  background: url("../images/live-pick/bg.jpg") no-repeat center/100% 100%;
  margin-bottom: 25px;
}
.lt-section--pick .lt-section__title {
  color: #fff;
}
.lt-section--pick .lt-section__contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.lt-section--pick .lt-swipper {
  overflow: hidden;
}
.lt-section--pick .swiper-button-prev {
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: -88px;
}
.lt-section--pick .swiper-button-prev::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 30px;
  position: absolute;
  background: url("../images/live-pick/icon-prev-black.png") no-repeat center/17px 30px;
}
.lt-section--pick .swiper-button-next {
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: -88px;
}
.lt-section--pick .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 30px;
  background: url("../images/live-pick/icon-next-black.png") no-repeat center/17px 30px;
}
.lt-section--pick .swiper-pagination {
  position: absolute;
  bottom: -20px;
  transform: translateY(100%);
}
.lt-section--pick .pick__product-link {
  width: 100%;
  height: 725px;
  border-radius: 20px;
  overflow: hidden;
}
.lt-section--pick .pick__product-link:hover .product-card__button {
  background-color: #fff;
  color: #171717;
}
.lt-section--pick .pick__product-link:hover .product-card__button::after {
  background: url("../images/live-pick/right-arrow-active.png") no-repeat center/cover;
}
.lt-section--pick .pick__product-card {
  width: 100%;
  height: 100%;
  position: relative;
}
.lt-section--pick .product-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.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: 20px 20px 40px 20px;
  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: 5px;
}
.lt-section--pick .product-card__tag {
  display: flex;
  align-items: center;
  padding-inline: 15px 15px;
  height: 34px;
  background-color: #171717;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 17px;
}
.lt-section--pick .product-card__tag .emoji {
  font-family: "Noto Color Emoji", sans-serif;
  line-height: 1.3;
  margin-bottom: 2px;
}
.lt-section--pick .product-card__slogan {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.lt-section--pick .product-card__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.lt-section--pick .product-card__price-original {
  color: #bbb;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 18px;
  display: block;
}
.lt-section--pick .product-card__price-current {
  font-size: 40px;
  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: 26px;
  color: #fff;
  font-weight: 700;
}
.lt-section--pick .product-card__button {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding-right: 25px;
  position: relative;
}
.lt-section--pick .product-card__button:after {
  content: "";
  right: 90px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 16px;
  background: url("../images/live-pick/right-arrow.png") no-repeat center/cover;
}

.lt-section--business {
  padding-block: 0;
}
.lt-section--business .lt-section__title {
  color: #fff;
  margin-bottom: 70px;
}
.lt-section--business .business-section {
  padding-block: 130px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.lt-section--business .business-section--turkey {
  background-image: url("../images/business/turkey-bg.jpg");
}
.lt-section--business .business-section--emirates {
  background-image: url("../images/business/emirates-bg.png");
}
.lt-section--business .business-section--t-way {
  background-image: url("../images/business/t-way-bg.jpg");
}
.lt-section--business .business__tab-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 780px;
  height: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 40px;
  margin-inline: auto;
  margin-bottom: 100px;
}
.lt-section--business .business__tab-item {
  width: 250px;
  height: 70px;
  border-radius: 35px;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
}
.lt-section--business .business__tab-item.is-active {
  background-color: #740a17;
  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;
  margin-bottom: 100px;
  overflow: hidden;
}
.lt-section--business .business__intro-block .video-container {
  width: 758px;
  height: 426px;
  display: flex;
  overflow: hidden;
}
.lt-section--business .business__intro-thumb {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.lt-section--business .business__intro-info {
  width: 550px;
  height: 460px;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #dedede;
  margin-left: -40px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
}
.lt-section--business .business__brand-desc {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.lt-section--business .business__tab-contents {
  min-width: 0;
  width: 100%;
}
.lt-section--business .business__brand-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.lt-section--business .business__brand-tag {
  display: flex;
  align-items: center;
  padding-inline: 20px;
  border-radius: 20px;
  height: 40px;
  background-color: #ad8c4f;
  color: #fff;
  font-size: 24px;
}
.lt-section--business .business__tab-contents--turkey .business__brand-logo {
  margin: 50px 0 25px;
}
.lt-section--business .business__tab-contents--emirates .business__brand-logo {
  margin: 36px 0 18px;
}
.lt-section--business .business__tab-contents--t-way .business__brand-logo {
  margin: 54px 0 26px;
}
.lt-section--business .business__product-list {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.lt-section--business .business__product-item {
  display: grid;
  grid-template-columns: 678px 550px;
  gap: 50px 40px;
  overflow: hidden;
}
.lt-section--business .business__product-item .product__thumb {
  grid-column: 1;
  grid-row: 1;
  width: 678px;
  height: 380px;
  overflow: hidden;
}
.lt-section--business .business__product-item .product__info {
  grid-column: 1;
  grid-row: 2;
  width: 678px;
  height: 375px;
}
.lt-section--business .business__product-item .product__info .info__site {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}
.lt-section--business .business__product-item .product__info .info__title {
  font-size: 44px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 30px;
}
.lt-section--business .business__product-item .product__info .info__hash {
  font-size: 20px;
  margin-bottom: 64px;
  line-height: 25px;
}
.lt-section--business .business__product-item .product__info .info__link {
  width: 310px;
  height: 70px;
  background-color: #740a17;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.lt-section--business .business__product-item .product__info .info__link::after {
  content: "";
  position: absolute;
  right: 80px;
  width: 10px;
  height: 17px;
  background: url("../images/business/icon-arrow-right.png") no-repeat center/cover;
}
.lt-section--business .business__product-item .product__image {
  width: 550px;
  height: 804px;
  grid-column: 2;
  grid-row: 1/3;
  background-color: #000;
  position: relative;
}
.lt-section--business .business__product-item .product__image-badge {
  color: #fff;
  background-color: #e54520;
  width: 117px;
  height: 78px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-block: 16px;
  font-size: 24px;
  font-weight: 600;
}
.lt-section--business .business__product-item .product__image-badge em {
  font-size: 20px;
}
.lt-section--business .business__product-item:hover .product__info .info__link {
  background-color: #ad8c4f;
  color: #f2ece0;
}
.lt-section--business .swiper-button-prev {
  width: 58px;
  height: 58px;
  background: #8c8c8c;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: -88px;
}
.lt-section--business .swiper-button-prev::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 30px;
  position: absolute;
  background: url("../images/business/icon-prev-white.png") no-repeat center/17px 30px;
}
.lt-section--business .swiper-button-next {
  width: 58px;
  height: 58px;
  background: #8c8c8c;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: -88px;
}
.lt-section--business .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 30px;
  background: url("../images/business/icon-next-white.png") no-repeat center/17px 30px;
}
.lt-section--business .swiper-pagination {
  position: absolute;
  bottom: -30px;
  transform: translateY(100%);
}

.lt-section--region {
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.lt-section--region .lt-section__title {
  margin-bottom: 70px;
}
.lt-section--region .region__tab-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1041px;
  height: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 40px;
  margin-inline: auto;
  margin-bottom: 100px;
}
.lt-section--region .region__tab-item {
  width: 250px;
  height: 70px;
  border-radius: 35px;
  font-size: 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;
  gap: 20px;
}
.lt-section--region .region__product-item {
  background-color: #fff;
  width: 302px;
  height: 590px;
}
.lt-section--region .region__product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lt-section--region .product__thumb {
  width: 100%;
  height: 260px;
  position: relative;
  flex-shrink: 0;
}
.lt-section--region .product__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 70px;
  background-color: #d5b880;
  color: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
.lt-section--region .product__info {
  flex-grow: 1;
  border: 1px solid #dedede;
  padding: 30px 20px 0 20px;
}
.lt-section--region .product__sub-title {
  font-size: 20px;
  color: #0b56bb;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 20px;
}
.lt-section--region .product__sub-title.red {
  color: #e52020;
}
.lt-section--region .product__title {
  font-size: 28px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 28px;
}
.lt-section--region .product__tags {
  display: flex;
  flex-direction: column;
  color: #171717;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
.lt-section--region .product__benefit-box {
  width: 115px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e52020;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 45px;
}
.lt-section--region .product__price-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.lt-section--region .product__price-original {
  font-size: 18px;
  line-height: 18px;
  color: #999;
}
.lt-section--region .product__price-current {
  font-size: 34px;
  line-height: 34px;
  color: #171717;
  font-weight: 700;
}
.lt-section--region .product__price-unit {
  font-size: 26px;
}

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