/* S : ANIMATE */
.nexo-teaser-wrapper .visual-section,
.nexo-teaser-wrapper .banner-section,
.nexo-teaser-wrapper .usp-section {
  overflow: hidden;
}

.ani-elem {
  --duration: 1s;
  --delay: 0s;
  --play-state: paused;
  --y: 100px;
}

.ani-elem.run-animate {
  --play-state: running;
}

.ani-target {
  animation-duration: var(--duration);
  animation-delay: var(--delay);
  animation-play-state: var(--play-state);
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.ani-clip-up {
  display: block;
}

.ani-clip-up > span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.ani-clip-up > span span {
  display: block;
  translate: 0 100%;
  animation-name: ClipUp;
  will-change: translate, animation;
}

.ani-fade-in-up {
  opacity: 0;
  translate: 0 var(--y);
  animation-name: FadeIn, SlideUp;
  will-change: translate, opacity;
}

@keyframes ClipUp {
  0% {
    translate: 0 100%;
    opacity: 0;
  }

  100% {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes SlideUp {
  0% {
    translate: 0 var(--y);
  }

  100% {
    translate: 0 0;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* E : ANIMATE */

/* S : LNB */
.detail-nexo-teaser .model-menu-wrap {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 1);
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 299;
}

.detail-nexo-teaser .model-menu-wrap .on-scroll {
  display: none;
}

.detail-nexo-teaser .model-menu-wrap .on-scroll.is-show {
  display: block;
}

.detail-nexo-teaser .model-menu {
  position: relative;
  margin: 0 auto;
  width: 1096px;
  height: 70px;
}

.detail-nexo-teaser .model-menu h4 {
  position: relative;
  top: 17px;
  width: 104px;
  font-weight: 500;
  white-space: nowrap;
}

.detail-nexo-teaser .model-menu h4 span {
  font-size: 16px;
  font-weight: 500;
}

.detail-nexo-teaser .model-menu nav {
  position: absolute;
  top: 26px;
  right: 0;
}

.detail-nexo-teaser .model-menu nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.detail-nexo-teaser .model-menu nav ul li {
  margin-left: 32px;
}

.detail-nexo-teaser .model-menu nav ul li a {
  color: #191919;
}

.detail-nexo-teaser .model-menu nav ul li.is-active a {
  color: #999;
}

@media screen and (max-width: 1119px) {
  .detail-nexo-teaser .model-menu-wrap {
    top: 0;
    /* margin-bottom: 96px; */
    max-width: 1120px;
    height: 55px;
  }

  .detail-nexo-teaser .model-menu-wrap.with-gnb {
    top: 52px;
  }

  .detail-nexo-teaser .model-menu {
    padding: 0 20px;
    width: unset;
    height: 55px;
  }

  .detail-nexo-teaser .model-menu h4 {
    width: 100%;
    top: 13px;
  }

  .detail-nexo-teaser .model-menu h4 span {
    font-size: 12px;
  }

  .detail-nexo-teaser .model-menu h4:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../../assets/images/common/ico_gnb_arrow_blk.png?V=1.1.3) no-repeat 0 0;
    background-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .detail-nexo-teaser .model-menu h4.active:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .detail-nexo-teaser .model-menu .btn_model-menu {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: url(../../assets/images/common/ico_menu.svg?V=1.1.2) no-repeat center center;
    background-size: 48px;
  }

  .detail-nexo-teaser .model-menu .model-menu-list {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 0 6px 6px -1px #e9e9e9;
    display: none;
  }

  .detail-nexo-teaser .model-menu .model-menu-list li {
    padding: 12px 20px;
  }

  .detail-nexo-teaser .model-menu .model-menu-list li:first-child {
    padding-top: 24px;
  }

  .detail-nexo-teaser .model-menu .model-menu-list li:last-child {
    padding-bottom: 24px;
  }

  .detail-nexo-teaser .model-menu .model-menu-list a {
    color: #191919;
    opacity: 0.4;
  }

  .detail-nexo-teaser .model-menu .model-menu-list .is-active a {
    opacity: 1;
  }
}
/* E : LNB */

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
}

.nexo-teaser-wrapper .hmj-content {
  padding-top: 183px;
}

/* S: ScrollLock Style */
html[data-page-scroll="false"] {
  overflow: hidden;
}
/* E: ScrollLock Style */

/* S: Img Toggle Box Style */
.nexo-teaser-wrapper .img-centered {
  position: relative;
  height: var(--height, auto);
  overflow: hidden;
}

.nexo-teaser-wrapper .img-centered img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  max-width: none;
}

.nexo-teaser-wrapper .container {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.nexo-teaser-wrapper .out-link,
.nexo-teaser-wrapper .out-link:hover {
  color: #1c6bba;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
}

/* S: Swiper */

/* E: Swiper */

/* S: 01. visual-section */
.nexo-teaser-wrapper .visual-section {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.nexo-teaser-wrapper .visual-section .title-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 120px 0 0;
  z-index: 1;
}

.nexo-teaser-wrapper .visual-section .text-box .tit {
  font-size: 72px;
  line-height: 90px;
  font-weight: 500;
}

.nexo-teaser-wrapper .visual-section .text-box .sub-tit {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
}

.nexo-teaser-wrapper .visual-section .jcoty-logo-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nexo-teaser-wrapper .visual-section .jcoty-logo-box img.jcoty-logo-pc {
  width: 388px;
  height: 100%;
  object-fit: contain;
}

.nexo-teaser-wrapper .visual-section .jcoty-logo-box img.jcoty-logo-mo {
  display: none;
}

.nexo-teaser-wrapper .visual-section .cta-area {
  width: 100%;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nexo-teaser-wrapper .visual-section .btn-box-1 {
  display: flex;
  gap: 32px;
}

.nexo-teaser-wrapper .visual-section .btn-box-2 .btn {
  width: 100%;
}

.nexo-teaser-wrapper .visual-section .btn-box-2 .note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.72);
  color: #fff;
}

.nexo-teaser-wrapper .visual-section .btn-box-2 .note:only-child {
  margin-top: -8px;
}

.nexo-teaser-wrapper .visual-section .bg-img img {
  transform: scale(0.6);
  opacity: 0;
}
/* E: 01. visual-section */

/* S: 02. banner-section */
.nexo-teaser-wrapper .banner-section {
  position: relative;
}

.nexo-teaser-wrapper .banner-section .title-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 104px 0 0;
  z-index: 1;
  color: #fff;
}
.nexo-teaser-wrapper .banner-section .title-area .tit {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
}
.nexo-teaser-wrapper .banner-section .title-area .sub-tit {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}
.nexo-teaser-wrapper .banner-section .title-area .date-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 32px;
  line-height: 52px;
}
.nexo-teaser-wrapper .banner-section .title-area .date-box .date sub {
  font-size: 16px;
}
.nexo-teaser-wrapper .banner-section .title-area .desc-box {
  margin-top: 10px;
}
.nexo-teaser-wrapper .banner-section .title-area .desc {
  font-size: 14px;
  line-height: 22px;
  color: #ccc;
}
.nexo-teaser-wrapper .banner-section .title-area .btn {
  margin-top: 48px;
  background: transparent;
}
/* E: 02. banner-section */

/* S: 03. usp-section */
.nexo-teaser-wrapper .usp-section {
  padding: 120px 0 130px;
}

.nexo-teaser-wrapper .usp-section .content-box {
  display: flex;
  gap: 60px;
}
.nexo-teaser-wrapper .usp-section .content-box .img-box {
  max-width: 480px;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .tit {
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .text-list {
  margin-top: 10px;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol {
  counter-reset: list-counter;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li {
  position: relative;
  padding: 16px 0 16px 40px;
  border-top: 1px solid #ccc;
  counter-increment: list-counter;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li:last-child {
  border-bottom: 1px solid #ccc;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li p {
  font-size: 24px;
  line-height: 38px;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li:before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 22px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #002c5f;
  color: #fff;
}
.nexo-teaser-wrapper .usp-section .content-box .text-box .btn {
  margin-top: 32px;
}
/* E: 03. usp-section */

/* S: 04. fcv-section */
.nexo-teaser-wrapper .fcv-section .fcv-content-wrapper {
  --pt: calc(var(--banner-top-height, 0px) + 70px);
  position: relative;
  height: 150vh;
}
.nexo-teaser-wrapper .fcv-section .fcv-sticky-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nexo-teaser-wrapper .fcv-section .fcv-sticky-content {
  position: sticky;
  top: 0;
  padding-top: var(--pt, 0px);
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
.nexo-teaser-wrapper .fcv-section .bg-img {
  position: sticky;
  top: 0;
  height: 100vh;
}
.nexo-teaser-wrapper .fcv-section .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nexo-teaser-wrapper .fcv-section .tit {
  margin-top: -98px;
  margin-bottom: 98px;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
  transition: transform 0.5s ease;
}
/* .hmj-header:not(.scr-chk) ~ .nexo-teaser-wrapper .fcv-section .tit {
  transform: translateY(calc(var(--header-height, 0px) / 1.2));
} */
.nexo-teaser-wrapper .fcv-section .fcv-content-list {
  --item-height: 450px;
  --item-gap: 40px;
  position: relative;
  height: var(--item-height, auto);
}
.nexo-teaser-wrapper .fcv-section .fcv-content-item {
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px 104px 60px 80px;
  display: flex;
  gap: 40px;
  width: 100%;
  height: var(--item-height, auto);
  background-color: #fff;
  border-radius: 8px;
  transform: translate3d(
      0,
      max(
        calc((var(--item-height, auto) + var(--item-gap, 0px)) * calc(var(--item-index, 0) - var(--currentIndex, 0))),
        0px
      ),
      0
    )
    scale(calc(1 - 0.1 * clamp(0, calc((var(--currentIndex, 0) - var(--item-index, 0)) * 999), 1)));
  transition: transform 0.5s ease;
  box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.nexo-teaser-wrapper .fcv-section .fcv-content-item .img-box {
  max-width: 264px;
}
.nexo-teaser-wrapper .fcv-section .fcv-content-item .text-box .item-tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.nexo-teaser-wrapper .fcv-section .fcv-content-item .text-box .item-desc {
  margin-top: 24px;
  font-size: 14px;
  line-height: 26px;
}
.nexo-teaser-wrapper .fcv-section .fcv-content-item .text-box .item-desc + .item-desc {
  margin-top: 26px;
}
.nexo-teaser-wrapper .fcv-section .fcv-content-item .btn-detail-box {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 40px;
}
.nexo-teaser-wrapper .fcv-section .fcv-content-item .btn-detail-box .btn {
  min-width: 160px;
  background-color: transparent;
}
/* E: 04. fcv-section */

/* S: 05. newsroom-section */
.nexo-teaser-wrapper .newsroom-section {
  padding: 104px 0 120px;
  background-color: #f6f4f3;
}
.nexo-teaser-wrapper .newsroom-section .content-tit {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
}
.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item {
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  max-width: 352px;
  height: auto;
}

.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .img-box {
  flex: 0 0 auto;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .text-box {
  flex: 1;
  padding: 24px 36px 36px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .item-tit {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .item-date {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .btn {
  margin-top: auto;
  border-color: rgba(28, 107, 186, 0.46);
}
.nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .btn span {
  color: #1c6bba;
}

.nexo-teaser-wrapper .newsroom-section .contact-content-wrapper {
  margin-top: 100px;
}
.nexo-teaser-wrapper .newsroom-section .contact-content-wrapper .content-tit {
  margin-bottom: 24px;
}

.nexo-teaser-wrapper .newsroom-section .contact-content {
  padding: 48px 60px 60px;
  background-color: #fff;
}
.nexo-teaser-wrapper .newsroom-section .contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.nexo-teaser-wrapper .newsroom-section .contact-item:first-child {
  flex: 0 0 100%;
}
.nexo-teaser-wrapper .newsroom-section .contact-item {
  flex: 1;
}
.nexo-teaser-wrapper .newsroom-section .contact-item .item-tit {
  padding: 0 16px;
  margin-bottom: 20px;
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 32px;
  background-color: #002c5f;
  color: #fff;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box + .contact-info-box {
  margin-top: 16px;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-tit {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-group {
  display: flex;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item .ic {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item .info-item-tit {
  margin-right: 24px;
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item .info-item-text {
  font-size: 18px;
  line-height: 26px;
}
.nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item .info-item-text strong {
  font-weight: 500;
}
.nexo-teaser-wrapper .newsroom-section .notice-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.nexo-teaser-wrapper .newsroom-section .out-link-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nexo-teaser-wrapper .newsroom-section .out-link-form .ic {
  display: flex;
  align-items: center;
}
.nexo-teaser-wrapper .newsroom-section .out-link-form .out-link {
  font-size: 18px;
  line-height: 22px;
  color: #1c6bba;
  text-underline-position: under;
}
.nexo-teaser-wrapper .newsroom-section .out-link-email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nexo-teaser-wrapper .newsroom-section .out-link-email .ic {
  display: flex;
  align-items: center;
}
.nexo-teaser-wrapper .newsroom-section .out-link-email .out-link {
  font-size: 18px;
  line-height: 22px;
  color: #1c6bba;
  text-underline-position: under;
}
/* E: 05. newsroom-section */

/* S: 06. gallery-section */
.nexo-teaser-wrapper .gallery-section {
  padding: 104px 0;
}
.nexo-teaser-wrapper .gallery-section .gallery-content-wrapper {
  position: relative;
}
.nexo-teaser-wrapper .gallery-section .gallery-content-wrapper .tit {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
}
.nexo-teaser-wrapper .gallery-section .gallery-tab-buttons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 0;
  display: flex;
}
.nexo-teaser-wrapper .gallery-section .gallery-tab-buttons .gallery-tab-button {
  position: relative;
  min-width: 100px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #ccc;
}
.nexo-teaser-wrapper .gallery-section .gallery-tab-buttons .gallery-tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.nexo-teaser-wrapper .gallery-section .gallery-tab-buttons .gallery-tab-button.is-active {
  color: #0793ea;
}
.nexo-teaser-wrapper .gallery-section .gallery-content-item {
  visibility: hidden;
  height: 0;
}
.nexo-teaser-wrapper .gallery-section .gallery-content-item.is-active {
  visibility: visible;
  height: auto;
}
.nexo-teaser-wrapper .gallery-section .gallery-thumb-list {
  margin-top: 40px;
  display: flex;
  overflow-x: auto;
}
.nexo-teaser-wrapper .gallery-section .gallery-thumb-list .gallery-thumb-inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.nexo-teaser-wrapper .gallery-section .gallery-thumb-item {
  width: 86px;
  height: 86px;
  opacity: 0.5;
}
.nexo-teaser-wrapper .gallery-section .gallery-thumb-item.is-active {
  opacity: 1;
}
.nexo-teaser-wrapper .gallery-section .gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* E: 06. gallery-section */

@media screen and (min-width: 1921px) {
  .nexo-teaser-wrapper .img-centered {
    height: auto;
  }

  .nexo-teaser-wrapper .img-centered img {
    position: static;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1119px) {
  .nexo-teaser-wrapper .out-link,
  .nexo-teaser-wrapper .out-link:hover {
    font-size: 14px;
    line-height: 22px;
  }

  .nexo-teaser-wrapper .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nexo-teaser-wrapper .img-centered {
    height: auto;
  }
  .nexo-teaser-wrapper .img-centered img {
    position: static;
    margin-left: 0;
    width: 100%;
  }

  .nexo-teaser-wrapper .btn:not(.btn-middle) {
    height: 50px;
  }

  /* S: 01. visual-section */
  .nexo-teaser-wrapper .visual-section {
    --pt: calc(var(--header-height, 0px) + var(--menu-wrap-height, 0px));
    padding-top: var(--pt);
  }
  .nexo-teaser-wrapper .visual-section .title-area {
    padding-top: calc(var(--pt) + 48px);
  }
  .nexo-teaser-wrapper .visual-section .text-box .tit {
    font-size: 24px;
    line-height: 38px;
  }
  .nexo-teaser-wrapper .visual-section .text-box .sub-tit {
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .nexo-teaser-wrapper .visual-section .cta-area {
    max-width: 100%;
  }
  .nexo-teaser-wrapper .visual-section .cta-area .btn {
    width: 100%;
  }
  /* E: 01. visual-section */

  /* S: 02. banner-section */
  .nexo-teaser-wrapper .banner-section {
    padding: 56px 0 106px;
  }
  .nexo-teaser-wrapper .banner-section .title-area {
    padding-top: 0;
    position: static;
  }
  .nexo-teaser-wrapper .banner-section .title-area .tit {
    font-size: 18px;
    line-height: 26px;
  }
  .nexo-teaser-wrapper .banner-section .title-area .sub-tit {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
  }
  .nexo-teaser-wrapper .banner-section .title-area .desc-box {
    margin-top: 16px;
  }
  .nexo-teaser-wrapper .banner-section .title-area .desc {
    font-size: 12px;
    line-height: 26px;
  }
  .nexo-teaser-wrapper .banner-section .title-area .btn {
    margin-top: 16px;
    width: 100%;
  }
  .nexo-teaser-wrapper .banner-section .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .nexo-teaser-wrapper .banner-section .bg-img img {
    object-fit: cover;
  }
  /* E: 02. banner-section */

  /* S: 03. usp-section */
  .nexo-teaser-wrapper .usp-section {
    padding: 48px 0;
  }
  .nexo-teaser-wrapper .usp-section .content-box {
    flex-direction: column;
    gap: 36px;
  }
  .nexo-teaser-wrapper .usp-section .content-box .img-box {
    margin: 0 auto;
    padding: 0 48px;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .tit {
    font-size: 18px;
    line-height: 28px;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .text-list {
    margin-top: 16px;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol {
    border-top: 1px solid #ccc;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li {
    padding: 12px 0 12px 28px;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .text-list ol li:before {
    top: 14px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .nexo-teaser-wrapper .usp-section .content-box .text-box .btn {
    width: 100%;
  }
  /* E: 03. usp-section */

  /* S: 04. fcv-section */
  .nexo-teaser-wrapper .fcv-section {
    overflow: hidden;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-wrapper {
    padding: 48px 0;
    height: auto;
  }
  .nexo-teaser-wrapper .fcv-section .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-list-mo {
    overflow: visible;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-item-mo {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-item-mo .img-box img {
    width: 100%;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-item-mo .text-box {
    flex: 1;
    padding: 24px 24px 22px;
    background-color: #fff;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-item-mo .text-box .item-tit {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-item-mo .text-box .item-desc {
    font-size: 13px;
    line-height: 20px;
    color: #999;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-mo .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-mo .swiper-pagination-bullet-active {
    background-color: #0793ea;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-mo .swiper-pagination {
    margin-top: 24px;
    position: static;
    display: flex;
    justify-content: center;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-mo .fcv-content-btn-box {
    margin-top: 40px;
  }
  .nexo-teaser-wrapper .fcv-section .fcv-content-mo .fcv-content-btn-box .btn {
    width: 100%;
    background: transparent;
  }
  .nexo-teaser-wrapper .fcv-section .tit {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
    transform: none !important;
  }
  /* E: 04. fcv-section */

  /* S: 05. newsroom-section */
  .nexo-teaser-wrapper .newsroom-section {
    padding: 48px 0;
    overflow: hidden;
  }
  .nexo-teaser-wrapper .newsroom-section .content-tit {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-list {
    overflow: visible;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item {
    max-width: none;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .img-box {
    border-radius: 0;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .img-box img {
    width: 100%;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .text-box {
    position: relative;
    padding: 24px 24px 22px;
    border-radius: 0;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .item-tit {
    font-size: 15px;
    line-height: 24px;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .item-date {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .btn-detail {
    position: absolute;
    right: 25px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #1c6bba;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content .newsroom-item .btn-detail .ic {
    display: flex;
    align-items: center;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content-wrapper .swiper-pagination {
    position: static;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content-wrapper .swiper-pagination-bullet {
    opacity: 1;
    background: #ccc;
  }
  .nexo-teaser-wrapper .newsroom-section .newsroom-content-wrapper .swiper-pagination-bullet-active {
    background: #0793ea;
  }

  .nexo-teaser-wrapper .newsroom-section .contact-content-wrapper {
    margin-top: 72px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-content-wrapper .content-tit {
    margin-bottom: 16px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-content {
    padding: 30px 24px 48px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-list {
    flex-direction: column;
    gap: 24px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-item .item-tit {
    margin-bottom: 16px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-info-box .info-tit {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-info-box .info-group {
    flex-direction: column;
    gap: 8px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item .info-item-tit {
    margin-right: 12px;
    min-width: 56px;
    font-size: 14px;
    line-height: 26px;
  }
  .nexo-teaser-wrapper .newsroom-section .contact-info-box .info-item .info-item-text {
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
  }
  .nexo-teaser-wrapper .newsroom-section .notice-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }
  .nexo-teaser-wrapper .newsroom-section .out-link-form {
    gap: 4px;
  }
  .nexo-teaser-wrapper .newsroom-section .out-link-form .ic {
    margin-right: 6px;
  }
  .nexo-teaser-wrapper .newsroom-section .out-link-form .out-link {
    font-size: 14px;
  }
  .nexo-teaser-wrapper .newsroom-section .out-link-email .out-link {
    font-size: 14px;
  }
  /* E: 05. newsroom-section */

  /* S: 06. gallery-section */
  .nexo-teaser-wrapper .gallery-section {
    padding: 56px 0 60px;
    overflow: hidden;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-content-wrapper .tit {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-tab-buttons {
    position: static;
    padding: 8px 0 0;
    margin-bottom: 28px;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-tab-buttons .gallery-tab-button {
    flex: 1;
    min-width: auto;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-content {
    margin: 0 -20px;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-item img  {
    width: 100%;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-thumb-list {
    margin-top: 16px;
    padding: 0 20px;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-thumb-list .gallery-thumb-inner {
    gap: 8px;
  }
  .nexo-teaser-wrapper .gallery-section .gallery-thumb-item {
    width: 54px;
    height: 54px;
  }
  /* E: 06. gallery-section */
}