/* header */
.main-logo {
  background: url(/_img/common/main_logo_en.png) no-repeat center center/contain;
}
.header.bg-wh .main-logo {
  background-image: url(/_img/common/main_logo_en.png);
}
.header.bg-dark:not(.active, .bg-light, .bg-wh) .main-logo {
  background-image: url(/_img/common/main_logo_w_en.png);
}
.en_left_box {
  width: 67%;
  display: flex;
  justify-content: space-between;
}
/* footer */
.footer .main-logo {
  width: 204px;
  height: 36px;
  background-image: url(/_img/common/main_logo_g_en.png);
}
.cite-map__list {
  column-gap: 80px;
}
.cite-map__item {
  max-width: 174px;
}

/* main */
.visual__title {
  font-size: 72px;
  padding: 0 100px;
}
.visual-swiper .swiper-horizontal > .swiper-pagination-bullets,
.visual-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35.5%;
}
.section__title {
  font-size: 40px;
}
.product-text__box .product__title {
  font-size: clamp(24px, 1.66vw, 32px);
}

/* sub */
.breadcrumb__item.depth-2 .custom-select {
  width: 360px;
}

@media screen and (max-width: 1600px) {
  .cite-map__list {
    column-gap: 40px;
  }

  .content__title {
    font-size: clamp(24px, 4vw, 64px);
    line-height: 1.357;
  }

  .visual__title {
    font-size: clamp(36px, 4.5vw, 72px);
    line-height: 1.22;
  }
  .section__title {
    font-size: clamp(24px, 2.6vw, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .header.bg-mo .main-logo,
  .header.bg-dark.bg-mo .main-logo {
    background-image: url(/_img/common/main_logo_en.png);
  }

  .breadcrumb__item.depth-1 .custom-select,
  .breadcrumb__item.depth-2 .custom-select {
    width: 100%;
  }

  .content__sub-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-info__wrap dt::after {
    top: 4px;
    transform: translateY(0);
  }
  .visual__title {
    padding: 0 20px;
  }

  .breadcrumb__item.depth-1 .custom-select,
  .breadcrumb__item.depth-2 .custom-select {
    font-size: 12px;
    line-height: 16px;
  }
  .breadcrumb__list .custom-select__list > li > a {
    font-size: 12px;
    line-height: 16px;
  }
}
