@charset "utf-8";

/* .th-layout-header (헤더 래퍼: position/top/left/z-index + 루트 width, 미지정 시 100%) */
.th-layout-header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}


/* nextcel-N3 */
.nextcel-N3 {
  overflow: hidden;
  position: relative
}

.nextcel-N3 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center
}

.nextcel-N3 .contents-container:not(.fullscreen) {
  height: 76rem
}

.nextcel-N3 .slide-area {
  width: 100vw;
  height: 100%
}

.nextcel-N3 .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%
}

.nextcel-N3 .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding: 0 4rem
}

.nextcel-N3 .imageset {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.nextcel-N3 .imageset::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(var(--black-rgb), 0.4) 0%,
      rgba(var(--black-rgb), 0) 33.33%,
      rgba(var(--black-rgb), 0.3) 66.66%,
      rgba(var(--black-rgb), 0.8) 100%);
  pointer-events: none
}

.nextcel-N3 .textset {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-bottom: 21.2rem;
  width: 100%
}

.nextcel-N3 .container-lg .textset {
  max-width: 144rem
}

.nextcel-N3 .container-md .textset {
  max-width: 128rem
}

.nextcel-N3 .container-sm .textset {
  max-width: 102.4rem
}

.nextcel-N3 .textset .textset-subtit,
.nextcel-N3 .textset .textset-tit,
.nextcel-N3 .textset .textset-desc {
  opacity: 0;
  color: var(--white)
}

.nextcel-N3 .textset .textset-subtit {
  display: block;
  margin: 0
}

.nextcel-N3 .textset .textset-tit {
  margin: 0
}

.nextcel-N3 .textset .textset-tit+.textset-desc {
  margin-top: 2.4rem
}

.nextcel-N3 .textset .textset-desc {
  margin-top: 1.2rem
}

.nextcel-N3 .textset .textset-tit,
.nextcel-N3 .textset .textset-desc {
  translate: 0 3rem;
  opacity: 0;
  transition: opacity 0.6s ease, translate 0.6s ease
}

.nextcel-N3 .swiper-slide-active .textset .textset-tit,
.nextcel-N3 .swiper-slide-active .textset .textset-desc {
  translate: 0 0;
  opacity: 1
}

.nextcel-N3 .swiper-slide-active .textset .textset-desc {
  transition-delay: 0.1s
}

.nextcel-N3 .swiper-control {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 1;
  padding: 0 4rem;
  width: 100%
}

.nextcel-N3 .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  position: static;
  width: auto
}

.nextcel-N3 .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  background: rgba(var(--white-rgb), 0.4);
  opacity: 1;
  margin: 0 !important;
  transition: 0.3s
}

.nextcel-N3 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: -1.1rem;
  border-radius: 50%
}

.nextcel-N3 .swiper-pagination-bullet-active {
  background: var(--white)
}

.nextcel-N3 .swiper-pagination-bullet-active::after {
  background: conic-gradient(var(--white) calc(var(--progress, 0) * 360deg), transparent 0deg);
  mask: radial-gradient(circle, transparent 55%, var(--black) 60%);
  -webkit-mask: radial-gradient(circle, transparent 55%, var(--black) 60%)
}

.nextcel-N3 .btn-wrap {
  display: flex;
  align-items: center
}

.nextcel-N3 .btn-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background: none;
  border: none;
  color: var(--white)
}

.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  margin: 0 16px !important
}

.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%
}

.nextcel-N3 .swiper-progress button {
  display: none
}

.nextcel-N3 .swiper-progress button.active {
  display: flex
}

@media (max-width: 1200px) {
  .nextcel-N3 .slide-area {
    width: 100%
  }

  .nextcel-N3 .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem)
  }
}

@media (max-width: 992px) {
  .nextcel-N3 .contents-container:not(.fullscreen) {
    height: 60rem
  }

  .nextcel-N3 .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N3 .swiper-slide {
    padding: 0 1.6rem
  }

  .nextcel-N3 .swiper-control {
    padding: 0 3rem;
    gap: 2.7rem;
    bottom: 6rem
  }

  .nextcel-N3 .textset {
    padding-bottom: 12.2rem
  }

  .nextcel-N3 .textset .textset-desc {
    margin-top: 0.8rem
  }

  .nextcel-N3 .swiper-pagination {
    gap: 2.7rem
  }

  .nextcel-N3 .swiper-pagination-bullet {
    width: 5px;
    height: 5px
  }

  .nextcel-N3 .swiper-pagination-bullet::after {
    inset: -0.95
  }

  .nextcel-N3 .btn-wrap button {
    width: 2rem;
    height: 2rem
  }

  .nextcel-N3 {}
}
/* nextcel-N4 */
.nextcel-N4 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N4 .contents-inner {
  width: 100%
}

.nextcel-N4 .textset {
  text-align: center
}

.nextcel-N4 .textset-tit {
  font-weight: 700
}

.nextcel-N4 .textset .textset-desc {
  display: block;
  margin-top: .8rem
}

.nextcel-N4 .cardset-wrap {
  display: flex;
  gap: 2rem;
  margin-top: 8rem
}

.nextcel-N4 .cardset {
  --flex-duration: 0.55s;
  --title-hide-delay: 0.2s;
  position: relative;
  flex: 1;
  overflow: hidden;
  height: 53.2rem;
  border-radius: 2.4rem;
  transition: flex var(--flex-duration) cubic-bezier(0.4, 0, 0.2, 1)
}

.nextcel-N4 .cardset:hover {
  flex: 0 1 58rem
}

.nextcel-N4 .cardset-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N4 .cardset-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1)
}

.nextcel-N4 .cardset:hover .cardset-img {
  transform: scale(1.05)
}

.nextcel-N4 .cardset-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(var(--black-rgb), 0.7) 100%);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1)
}

.nextcel-N4 .cardset:hover .cardset-figure::before {
  opacity: 0.85
}

.nextcel-N4 .cardset-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  color: var(--white);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s
}

.nextcel-N4 .cardset:hover .cardset-title {
  opacity: 0;
  transform: translateY(calc(-50% - 1.2rem));
  visibility: hidden;
  transition:
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) var(--title-hide-delay),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) var(--title-hide-delay),
    visibility 0s linear calc(var(--title-hide-delay) + 0.35s)
}

.nextcel-N4 .cardset-body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 5rem;
  transform: translateY(2.4rem);
  transition:
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.35s
}

.nextcel-N4 .cardset:hover .cardset-body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) var(--flex-duration),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) var(--flex-duration),
    visibility 0s linear var(--flex-duration)
}

.nextcel-N4 .cardset-tit {
  color: var(--white);
  font-weight: 700
}

.nextcel-N4 .cardset-desc {
  display: block;
  margin: 1.2rem 0 0;
  color: var(--white)
}

.nextcel-N4 .cardset-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 8.8rem
}

.nextcel-N4 .cardset-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  height: 5rem;
  border: 1px solid var(--white);
  color: var(--white);
  font-weight: 700;
  border-radius: .8rem
}

@media (max-width: 992px) {
  .nextcel-N4 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N4 .textset .textset-desc {
    margin-top: 1rem
  }

  .nextcel-N4 .cardset-wrap {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 4rem
  }

  .nextcel-N4 .cardset {
    flex: none !important;
    width: 100%;
    height: 40rem;
    border-radius: 1.6rem
  }

  .nextcel-N4 .cardset-title {
    display: none
  }

  .nextcel-N4 .cardset-body {
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 2.6rem 2.4rem
  }

  .nextcel-N4 .cardset .cardset-desc {
    margin-top: 0.4rem
  }

  .nextcel-N4 .cardset-badge {
    margin-top: 2.4rem
  }

  .nextcel-N4 .cardset-badge span {
    padding: 0 1.2rem;
    height: 4rem
  }
}
/* nextcel-N5 */
.nextcel-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #0B0B06
}

.nextcel-N5 .group-title {
  margin-bottom: 6rem;
  width: 100%;
  text-align: center
}

.nextcel-N5 .group-title h2 {
  margin-bottom: 0.8rem;
  color: var(--white);
  font-weight: 700
}

.nextcel-N5 .group-title strong {
  color: var(--white)
}

.nextcel-N5 .swiper {
  overflow: visible
}

.nextcel-N5 .slide-item {
  display: flex;
  gap: 2.4rem;
  position: relative;
  width: 46.7rem;
  perspective: 3000px
}

.nextcel-N5 .slide-item:nth-child(odd) {
  height: 56rem
}

.nextcel-N5 .slide-item:nth-child(even) {
  height: 40rem
}

.nextcel-N5 .slide-item .front,
.nextcel-N5 .slide-item .back {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.4rem;
  backface-visibility: hidden;
  transition: transform 0.8s;
  transform-style: preserve-3d
}

.nextcel-N5 .slide-item .back {
  transform: rotateY(180deg);
  background: var(--primary);
  pointer-events: none
}

.nextcel-N5 .slide-item .front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--black-rgb), 0.4);
  pointer-events: none
}

.nextcel-N5 .thumb {
  width: 100%;
  height: 100%
}

.nextcel-N5 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem
}

.nextcel-N5 .desc {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 4rem;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.nextcel-N5 .back-desc {
  z-index: 2
}

.nextcel-N5 .desc strong,
.nextcel-N5 .desc p {
  color: var(--white);
  pointer-events: auto
}

.nextcel-N5 .desc-partner {
  display: inline-flex;
  align-items: center;
  padding: 0 1.6rem;
  margin-top: 2.4rem;
  width: min-content;
  height: 5rem;
  white-space: nowrap;
  border-radius: .8rem;
  border: 1px solid var(--white);
  color: var(--white);
  pointer-events: auto
}

.nextcel-N5 .desc h3 {
  margin-bottom: 0.8rem;
  color: rgba(var(--white-rgb), 0.6)
}

.nextcel-N5 .desc strong {
  font-weight: var(--fw-bold)
}

.nextcel-N5 .desc p {
  margin-top: 1.2rem
}

.nextcel-N5 .desc i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 2px solid var(--white);
  color: var(--white);
  font-size: 2rem;
  pointer-events: auto
}

.nextcel-N5 .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 8rem
}

.nextcel-N5 .swiper-pagination {
  position: static
}

.nextcel-N5 .swiper-pagination-progressbar {
  overflow: hidden;
  height: 0.4rem;
  background: #767676;
  border-radius: 10rem
}

.nextcel-N5 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--white)
}

.nextcel-N5 .paging-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem
}

.nextcel-N5 .paging-wrap [class*="btn"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  border: none;
  background: none;
  color: var(--white)
}

.nextcel-N5 .paging-wrap .btn-pause,
.nextcel-N5 .paging-wrap .btn-play {
  display: none
}

.nextcel-N5 .paging-wrap .btn-pause.active,
.nextcel-N5 .paging-wrap .btn-play.active {
  display: flex
}

@keyframes office-N7-fadeInAll {
  from {
    opacity: 0;
    visibility: hidden
  }

  to {
    opacity: 1;
    visibility: visible
  }
}

@keyframes office-N7-fadeInHead {
  from {
    opacity: 0;
    visibility: hidden
  }

  to {
    opacity: 1;
    visibility: visible
  }
}

@media (min-width: 993px) {

  .nextcel-N5 .front-desc>*,
  .nextcel-N5 .back-desc>* {
    opacity: 0;
    visibility: hidden;
    animation: none
  }

  .nextcel-N5 .slide-item .front-desc h3,
  .nextcel-N5 .slide-item .front-desc strong {
    opacity: 1;
    visibility: visible
  }

  .nextcel-N5 .slide-item:hover .front {
    transform: rotateY(-180deg)
  }

  .nextcel-N5 .slide-item:hover .back {
    transform: rotateY(0)
  }

  .nextcel-N5 .slide-item:hover .front-desc h3,
  .nextcel-N5 .slide-item:hover .front-desc strong {
    opacity: 0;
    visibility: hidden;
    animation: none
  }

  .nextcel-N5 .group-scroll .slide-area .slide-item:hover .back-desc>* {
    animation: office-N7-fadeInAll 0.3s ease 0.8s forwards !important
  }

  .nextcel-N5 .slide-item:not(:hover) .front {
    transform: rotateY(0)
  }

  .nextcel-N5 .slide-item:not(:hover) .back {
    transform: rotateY(180deg)
  }

  .nextcel-N5 .slide-item:not(:hover) .front-desc>*,
  .nextcel-N5 .slide-item:not(:hover) .back-desc>* {
    opacity: 0;
    visibility: hidden;
    animation: none
  }

  .nextcel-N5 .slide-item:not(:hover) .front-desc h3,
  .nextcel-N5 .slide-item:not(:hover) .front-desc strong {
    animation: office-N7-fadeInHead 0.3s ease 0.8s forwards
  }
}

@media (max-width: 992px) {
  .nextcel-N5 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N5 .wrap-sticky {
    overflow: hidden;
    top: calc(50% - 23.6rem);
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N5 .group-title {
    margin-bottom: 4rem;
    padding: 0 1.6rem
  }

  .nextcel-N5 .group-title h2 {
    margin-bottom: 0.4rem
  }

  .nextcel-N5 .slide-area {
    gap: 1.6rem;
    padding: 0 3.2rem 0 1.6rem
  }

  .nextcel-N5 .slide-item {
    width: 28rem
  }

  .nextcel-N5 .slide-item:nth-child(odd) {
    height: 36rem
  }

  .nextcel-N5 .slide-item:nth-child(even) {
    height: 26rem
  }

  .nextcel-N5 .slide-item .front,
  .nextcel-N5 .slide-item .back {
    border-radius: 1rem
  }

  .nextcel-N5 .desc {
    padding: 2.4rem
  }

  .nextcel-N5 .desc h3,
  .nextcel-N5 .desc strong,
  .nextcel-N5 .desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
  }

  .nextcel-N5 .desc h3 {
    margin-bottom: .4rem
  }

  .nextcel-N5 .slide-item .desc p {
    opacity: 1;
    visibility: visible;
    margin-top: 0.8rem
  }

  .nextcel-N5 .desc-partner {
    margin-top: 1.6rem
  }

  .nextcel-N5 .slide-item:nth-child(odd) .desc p {
    line-clamp: 10;
    -webkit-line-clamp: 10
  }

  .nextcel-N5 .desc strong,
  .nextcel-N5 .slide-item:nth-child(even) .desc p {
    line-clamp: 2;
    -webkit-line-clamp: 2
  }

  .nextcel-N5 .slide-item .desc i {
    display: none
  }

  .nextcel-N5 .pagination {
    gap: 2rem;
    margin-top: 4rem
  }

  .nextcel-N5 .swiper-pagination {
    max-width: 100%;
    flex: 1
  }

  .nextcel-N5 .paging-wrap {
    flex-shrink: 0
  }
}
/* nextcel-N6 */
.nextcel-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: url(../images/nextcel_N6_01.png) no-repeat center / cover
}

.nextcel-N6 .contents-inner {
  width: 100%
}

.nextcel-N6 .textset {
  text-align: center
}

.nextcel-N6 .textset .textset-tit {
  font-weight: 700;
  color: var(--white)
}

.nextcel-N6 .textset .textset-desc {
  display: block;
  margin-top: .8rem;
  color: var(--white)
}

.nextcel-N6 .list-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem 21.6rem;
  flex-wrap: wrap;
  margin-top: 8rem;
  padding: 4rem 8rem;
  background: rgba(var(--white-rgb), 0.02);
  backdrop-filter: blur(5rem);
  border-radius: 2.4rem
}

.nextcel-N6 .list-area .list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  padding: 6rem 0;
  min-height: 20.2rem
}

.nextcel-N6 .list-area .count-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 12rem;
  line-height: 13rem;
  font-weight: 300;
  color: var(--white)
}

.nextcel-N6 .list-area .count-num {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all
}

.nextcel-N6 .list-area .count-plus {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 700
}

.nextcel-N6 .list-item p {
  font-weight: 700;
  color: rgba(var(--white-rgb), 0.8)
}

@media (max-width: 992px) {
  .nextcel-N6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../images/nextcel_N6_02.png) no-repeat center/cover !important
  }

  .nextcel-N6 .textset .textset-desc {
    margin-top: 0.4rem
  }

  .nextcel-N6 .list-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    padding: 4rem 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N6 .list-area .list-item {
    gap: 0.4rem;
    padding: 0;
    width: 100%;
    min-height: 0
  }

  .nextcel-N6 .list-area .count-wrap {
    justify-content: center;
    gap: 0.8rem;
    font-size: 4.2rem;
    line-height: 4.8rem
  }

  .nextcel-N6 .list-area .count-num {
    display: block;
    font-size: 6rem;
    line-height: 6rem
  }

  .nextcel-N6 .list-area .count-plus {
    font-size: 2.4rem
  }

  .nextcel-N6 .list-item p {
    text-align: center
  }

  .nextcel-N6 .list-item p br {
    display: none
  }
}
/* nextcel-N7 */
.nextcel-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N7 .contents-inner {
  display: flex;
  align-items: flex-start;
  gap: 23rem;
  width: 100%
}

.nextcel-N7 .textset {
  flex-shrink: 0
}

.nextcel-N7 .textset-tit {
  font-weight: 700
}

.nextcel-N7 .textset-desc {
  display: block;
  margin: .8rem 0 4rem
}

.nextcel-N7 .textset .btnset {
  margin: 0;
  gap: 2.8rem;
  height: 5.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  border-width: 1px
}

.nextcel-N7 .textset .btnset::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow_right.svg) no-repeat center/contain;
  transition: filter .3s
}

.nextcel-N7 .textset .btnset:hover::before {
  filter: brightness(0) invert(1)
}

.nextcel-N7 .list-area {
  flex: 1;
  border-top: 4px solid var(--black)
}

.nextcel-N7 .tab-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  padding: 4rem 0;
  border-bottom: 1px solid var(--border-color)
}

.nextcel-N7 .tab-item:hover .thumb {
  opacity: 1;
  visibility: visible
}

.nextcel-N7 .tab-item:hover svg g {
  fill: var(--primary);
  stroke: var(--primary)
}

.nextcel-N7 .tab-item:hover svg line,
.nextcel-N7 .tab-item:hover svg path {
  stroke: var(--white)
}

.nextcel-N7 .date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem
}

.nextcel-N7 .date em {
  font-style: normal
}

.nextcel-N7 .date span {
  font-weight: 700;
  color: var(--text-color3)
}

.nextcel-N7 .desc {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  position: relative
}

.nextcel-N7 .desc img {
  width: 4.4rem;
  height: 4.4rem
}

.nextcel-N7 .desc strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 600;
  transition: color .3s
}

.nextcel-N7 .tab-item:hover .desc strong {
  color: var(--primary)
}

.nextcel-N7 .tab-item svg {
  width: 4.8rem;
  height: 4.8rem
}

.nextcel-N7 .tab-item svg g {
  transition: stroke 0.3s
}

.nextcel-N7 .thumb {
  position: absolute;
  right: 13rem;
  top: -1rem;
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 20rem;
  height: 20rem;
  border-radius: 2.4rem;
  transition: opacity 0.3s, visibility 0.3s
}

.nextcel-N7 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N7 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N7 .contents-inner {
    display: block
  }

  .nextcel-N7 .textset {
    text-align: center
  }

  .nextcel-N7 .textset .textset-desc {
    margin: .4rem 0 2.4rem
  }

  .nextcel-N7 .textset .btnset {
    gap: 1.2rem;
    padding: 0 2rem;
    height: 4rem;
    font-weight: 500;
    font-size: 1.4rem
  }

  .nextcel-N7 .textset .btnset::before {
    width: 2rem;
    height: 2rem
  }

  .nextcel-N7 .list-area {
    margin-top: 4rem;
    border-top-width: 1px
  }

  .nextcel-N7 .tab-item {
    gap: 1.6rem;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 2rem 1.6rem
  }

  .nextcel-N7 .tab-item a {
    gap: 1.6rem
  }

  .nextcel-N7 .date {}

  .nextcel-N7 .date em {
    display: none
  }

  .nextcel-N7 .date span {
    font-weight: 400
  }

  .nextcel-N7 .thumb {
    display: none
  }
}
/* nextcel-N8 */
.nextcel-N8 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url(../images/nextcel_N8_01.png) no-repeat center/cover
}

.nextcel-N8 .contents-container {
  display: flex;
  align-items: center;
  min-height: 53rem
}

.nextcel-N8 .block_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5)
}

.nextcel-N8 .contents-inner {
  width: 100%
}

.nextcel-N8 .textset {
  text-align: center
}

.nextcel-N8 .textset-tit {
  color: var(--white);
  font-weight: 500
}

.nextcel-N8 .textset .textset-desc {
  margin: .8rem 0 4rem;
  color: var(--white)
}

.nextcel-N8 .textset .btnset {
  margin: 0;
  gap: 3rem;
  height: 5.2rem;
  font-size: 1.8rem;
  font-weight: 700
}

.nextcel-N8 .textset .btnset::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow_right.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
  transition: filter .3s
}

.nextcel-N8 .textset .btnset:hover::before {
  filter: none
}

@media (max-width: 992px) {
  .nextcel-N8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url(../images/nextcel_N8_02.png) no-repeat center/cover !important
  }

  .nextcel-N8 .contents-container {
    min-height: 40rem
  }

  .nextcel-N8 .textset .textset-desc {
    margin: 1.2rem 0 2.4rem
  }

  .nextcel-N8 .textset .btnset {
    gap: 2rem;
    padding: 0 2rem;
    height: 4.2rem;
    font-size: 1.4rem;
    font-weight: 500
  }

  .nextcel-N8 .textset .btnset::before {
    width: 2rem;
    height: 2rem
  }
}
/* nextcel-N9 */
.nextcel-N9 {
  position: fixed;
  right: 8rem;
  bottom: 4rem;
  z-index: 100
}

.nextcel-N9 .contents-container {
  max-width: 100%
}

.nextcel-N9 .top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  color: var(--black);
  background: var(--white);
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1.8rem 0 rgba(var(--black-rgb), 0.1);
  transition: background 0.3s, color 0.3s
}

.nextcel-N9 .top-btn:hover {
  color: var(--white);
  background: var(--primary)
}

@media (max-width: 992px) {
  .nextcel-N9 {
    right: 1.6rem;
    bottom: 3.3rem
  }

  .nextcel-N9 .top-btn {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem
  }
}
/* nextcel-N11 */
.nextcel-N11 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 8rem
}

.nextcel-N11 .contents-inner {
  width: 100%
}

.nextcel-N11 .thumb-area {
  margin-bottom: 6rem;
  width: 100%;
  height: 42rem
}

.nextcel-N11 .thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.4rem
}

.nextcel-N11 .desc-area p {
  margin-top: 2rem;
  color: var(--text-color3);
  font-weight: 400
}

@media (max-width: 992px) {
  .nextcel-N11 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .nextcel-N11 .title-area {
    margin-bottom: 2rem
  }

  .nextcel-N11 .thumb-area {
    margin-bottom: 3rem;
    height: auto;
    aspect-ratio: 328/220
  }

  .nextcel-N11 .desc-area p {
    margin-top: 1.2rem
  }
}
/* nextcel-N12 */
.nextcel-N12 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem
}

.nextcel-N12 .contents-inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  width: 100%
}

.nextcel-N12 .title-area {
  flex: 1 1 48rem
}

.nextcel-N12 .desc-area {
  flex: 1 1 76rem;
  max-width: 76rem
}

.nextcel-N12 .desc-area .desc {
  margin-bottom: 8rem
}

.nextcel-N12 .desc-area .desc p {
  margin-top: 2.4rem;
  color: var(--text-color3)
}

.nextcel-N12 .table {
  border-top: 1px solid var(--black)
}

.nextcel-N12 .table .cell {
  display: flex;
  border-bottom: 1px solid var(--border-color)
}

.nextcel-N12 .table .cell:first-child {
  border-color: var(--black)
}

.nextcel-N12 .table .cell>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem 2.4rem
}

.nextcel-N12 .cell .th {
  flex: 1 1 21rem;
  font-weight: var(--fw-bold)
}

.nextcel-N12 .cell .td {
  flex: 1 1 55rem
}

.nextcel-N12 .cell .td span+.link-wrap {
  margin-top: 3.2rem
}

.nextcel-N12 .link-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem
}

.nextcel-N12 .link-wrap .btnset {
  flex: 1
}

.nextcel-N12 .btnset+.btnset {
  margin: 0
}

.nextcel-N12 .link-wrap [class*="ico-"]::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem
}

.nextcel-N12 .ico-map::before {
  background: url(../icons/ico_kakao_map.svg) no-repeat center/contain
}

.nextcel-N12 .ico-naver::before {
  background: url(../icons/ico_naver.svg) no-repeat center/contain
}

.nextcel-N12 .ico-kakao::before {
  background: url(../icons/ico_kakao.svg) no-repeat center/contain
}

.nextcel-N12 .ico-youtube::before {
  background: url(../icons/ico_youtube.svg) no-repeat center/contain
}

.nextcel-N12 .ico-instagram::before {
  background: url(../icons/ico_instagram.svg) no-repeat center/contain
}

.nextcel-N12 .ico-open::before {
  background: url(../icons/ico_open.svg) no-repeat center/contain
}

.nextcel-N12 .ico-temha::before {
  background: url(../icons/ico_temha.svg) no-repeat center/contain
}

.nextcel-N12 .ico-web::before {
  background: url(../icons/ico_web.svg) no-repeat center/contain
}

@media (max-width: 992px) {
  .nextcel-N12 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .nextcel-N12 .contents-inner {
    display: block
  }

  .nextcel-N12 .title-area {
    margin-bottom: 4rem
  }

  .nextcel-N12 .desc-area {
    max-width: 100%
  }

  .nextcel-N12 .desc-area .desc {
    margin-bottom: 3.6rem
  }

  .nextcel-N12 .desc-area .desc p {
    margin-top: 1.6rem
  }

  .nextcel-N12 .table .cell {
    flex-direction: column
  }

  .nextcel-N12 .table .cell .th {
    flex: none;
    padding: 1.2rem 1.6rem 0
  }

  .nextcel-N12 .table .cell .td {
    flex: none;
    padding: 1.2rem 1.6rem
  }

  .nextcel-N12 .link-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem
  }

  .nextcel-N12 .cell .td span+.link-wrap {
    margin-top: 1.2rem
  }

  .nextcel-N12 .link-wrap [class*="ico-"]::before {
    width: 1.6rem;
    height: 1.6rem
  }
}
/* nextcel-N13 */
.nextcel-N13 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 16rem
}

.nextcel-N13 .contents-inner {
  width: 100%
}

.nextcel-N13 .textset {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem
}

.nextcel-N13 .textset .textset-tit {
  padding-top: .6rem
}

.nextcel-N13 .textset .textset-subtit {
  display: block
}

.nextcel-N13 .textset .textset-desc {
  margin-top: 5.7rem;
  color: var(--text-color3);
  font-weight: 400
}

.nextcel-N13 .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 8rem
}

.nextcel-N13 .list-item {
  padding: 5rem;
  border-radius: .8rem
}

.nextcel-N13 .list-item.item1 {
  background: #2863AF
}

.nextcel-N13 .list-item.item2 {
  background: #5394BF
}

.nextcel-N13 .list-item.item3 {
  background: #289BAF
}

.nextcel-N13 .list-item img {
  width: 6.8rem;
  height: 6.8rem;
  object-fit: contain
}

.nextcel-N13 .list-item strong {
  display: block;
  margin: 3.4rem 0 0.8rem;
  color: var(--white)
}

.nextcel-N13 .list-item p {
  color: var(--white)
}

@media (max-width: 992px) {
  .nextcel-N13 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .nextcel-N13 .textset {
    display: block
  }

  .nextcel-N13 .textset .textset-subtit {
    margin: 4rem 0 1.6rem
  }

  .nextcel-N13 .textset .textset-desc {
    margin: 0
  }

  .nextcel-N13 .list-area {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 4rem
  }

  .nextcel-N13 .list-item {
    padding: 2.4rem;
    border-radius: 1.6rem
  }

  .nextcel-N13 .list-item img {
    width: 5.4rem;
    height: 5.4rem
  }

  .nextcel-N13 .list-item strong {
    margin-top: 2.4rem
  }
}
/* nextcel-N14 */
.nextcel-N14 {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N14 .contents-container.fullscreen {
  height: auto;
  align-items: flex-start
}

.nextcel-N14 h2 {
  text-align: center
}

.nextcel-N14 .contents-inner {
  display: flex;
  gap: 8rem;
  position: relative;
  margin-top: 8rem;
  width: 100%
}

.nextcel-N14 .link-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 0.5rem
}

.nextcel-N14 .line {
  position: relative;
  width: 0.1rem;
  height: 100%;
  background: #ddd
}

.nextcel-N14 .line .bar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #D91F29
}

.nextcel-N14 .line .bar::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #D91F29
}

.nextcel-N14 .info-area {
  flex: 1 1 61rem
}

.nextcel-N14 .info-wrap {
  position: sticky;
  top: 8rem
}

.nextcel-N14 .info {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0.1rem;
  width: 100%;
  min-height: 100%;
  background: var(--white);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  transition: clip-path 0.8s ease;
  pointer-events: none
}

.nextcel-N14 .info.active {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto
}

.nextcel-N14 .desc {
  position: relative
}

.nextcel-N14 .desc h3 {
  margin-bottom: 0.4rem;
  color: var(--primary)
}

.nextcel-N14 .desc span {
  display: block;
  margin: 2rem 0 0.4rem;
  font-weight: var(--fw-bold)
}

.nextcel-N14 .desc p {
  color: var(--text-color3)
}

.nextcel-N14 .thumb {
  position: relative;
  margin-top: 4rem;
  aspect-ratio: 610 / 420;
  max-height: 42rem
}

.nextcel-N14 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.4rem
}

.nextcel-N14 .timeline-area {
  flex: 1 1 66.5rem;
  padding: 6rem 0
}

.nextcel-N14 .timeline-area .item+.item {
  margin-top: 16rem
}

.nextcel-N14 .timeline-area .item strong {
  font-weight: var(--fw-bold)
}

.nextcel-N14 .timeline-area .list {
  margin-top: 1rem
}

.nextcel-N14 .timeline-area .list li {
  display: flex;
  gap: 0.8rem;
  color: var(--text-color3)
}

.nextcel-N14 .timeline-area .list li+li {
  margin-top: 0.4rem
}

.nextcel-N14 .timeline-area .list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: var(--text-color3)
}

.nextcel-N14 .timeline-area .info {
  display: none;
  padding: 0;
  min-height: auto
}

@media (max-width: 992px) {
  .nextcel-N14 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N14 .contents-inner {
    gap: 1.6rem;
    margin-top: 4rem
  }

  .nextcel-N14 .info-area {
    display: none
  }

  .nextcel-N14 .timeline-area {
    flex: 1;
    padding: 0
  }

  .nextcel-N14 .timeline-area .info {
    display: block
  }

  .nextcel-N14 .info {
    position: static;
    height: auto;
    clip-path: unset;
    pointer-events: auto
  }

  .nextcel-N14 .desc h3 {
    margin-bottom: 0.2rem
  }

  .nextcel-N14 .desc span {
    margin: 1.2rem 0 0.2rem
  }

  .nextcel-N14 .thumb {
    margin-top: 2.4rem;
    max-height: 100%;
    aspect-ratio: 307/240
  }

  .nextcel-N14 .thumb img {
    border-radius: 1.6rem
  }

  .nextcel-N14 .timeline-area .item.info+.item {
    margin-top: 1.6rem
  }

  .nextcel-N14 .timeline-area .item+.item {
    margin-top: 4rem
  }

  .nextcel-N14 .timeline-area .item.info-change+.item.info-change {
    margin-top: 6rem
  }

  .nextcel-N14 .timeline-area .item+.item.info {
    margin-top: 6rem
  }

  .nextcel-N14 .timeline-area .list {
    margin-top: .8rem
  }

  .nextcel-N14 .timeline-area .list li+li {
    margin-top: 0.2rem
  }

  .nextcel-N14 .timeline-area .list li::before {
    transform: translateY(1.15rem);
    width: 0.4rem
  }

  .nextcel-N14 .timeline-area .item>strong {
    display: block;
    margin-top: 1.6rem
  }
}
/* nextcel-N15 */
.nextcel-N15 {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N15 .contents-inner {
  width: 100%
}

.nextcel-N15 h2 {
  text-align: center
}

.nextcel-N15 .map-area {
  position: relative;
  margin-top: 8rem;
  height: 100rem
}

.nextcel-N15 .map-area iframe {
  width: 100%;
  height: 100%
}

.nextcel-N15 .info {
  position: absolute;
  right: 6rem;
  bottom: 5rem;
  padding: 2rem 2.4rem;
  width: 66rem;
  background: var(--white)
}

.nextcel-N15 .info h2 {
  font-weight: var(--fw-bold)
}

.nextcel-N15 .info .wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N15 .thumb {
  width: 27rem;
  min-height: 17.8rem;
  background: url(../images/sub_office_N11_01.png) no-repeat center/cover
}

.nextcel-N15 .addr {
  flex: 1;
  margin-top: 0.8rem
}

.nextcel-N15 .info strong {
  font-weight: 700
}

.nextcel-N15 .addr dl {
  display: grid;
  grid-template-columns: minmax(0, 6.2rem) 1fr;
  gap: 2rem 1.2rem
}

.nextcel-N15 .addr dl+dl {
  margin-top: 2rem
}

.nextcel-N15 .addr dd {
  margin: 0
}

@media (max-width: 992px) {
  .nextcel-N15 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N15 .map-area {
    margin-top: 4rem;
    height: auto
  }

  .nextcel-N15 .map-area iframe {
    border-radius: 1.8rem;
    aspect-ratio: 328 / 400
  }

  .nextcel-N15 .info {
    position: static;
    margin-top: 1.4rem;
    padding: 1.6rem 2rem;
    width: 100%;
    border: 1px solid var(--border-color)
  }

  .nextcel-N15 .info .wrap {
    flex-direction: column-reverse;
    gap: 1.6rem
  }

  .nextcel-N15 .thumb {
    flex: none;
    width: 100%;
    min-height: 0;
    height: 17.8rem;
    border-radius: 1.6rem
  }

  .nextcel-N15 .addr {
    margin: 0
  }

  .nextcel-N15 .addr dl {
    grid-template-columns: minmax(0, 5.4rem) 1fr;
    gap: 1.4rem 0.8rem
  }

  .nextcel-N15 .addr dl+dl {
    margin-top: 1.4rem
  }
}
/* nextcel-N17 */
.nextcel-N17 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 4rem
}

.nextcel-N17 .contents-inner {
  width: 100%
}

.nextcel-N17 .textset {
  text-align: center
}

.nextcel-N17 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N17 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N17 .list-area {
  margin-top: 8rem
}

.nextcel-N17 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N17 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N17 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N17 .list-title-wrap p {
  margin-top: -0.4rem;
  color: var(--text-color3);
  font-weight: 400
}

.nextcel-N17 .list-wrap {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 4rem
}

.nextcel-N17 .list-wrap .item {
  overflow: hidden;
  flex: 1;
  border-radius: 1.6rem;
  border: 1px solid #ececec
}

.nextcel-N17 .list-wrap .item-thumb {
  width: 100%;
  height: 12rem
}

.nextcel-N17 .list-wrap .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N17 .list-wrap .item-desc {
  padding: 2.4rem
}

.nextcel-N17 .list-wrap .item-desc span {
  font-weight: 600;
  color: var(--primary)
}

.nextcel-N17 .list-wrap .item-desc strong {
  display: block;
  margin: 1rem 0 0.8rem;
  font-weight: 700
}

.nextcel-N17 .list-wrap .item-desc li {
  display: flex;
  gap: .4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N17 .list-wrap .item-desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N17 .list-wrap .ff-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  align-self: center;
  color: var(--primary)
}

@media (max-width: 992px) {
  .nextcel-N17 {
    padding-top: 8rem;
    padding-bottom: 2rem
  }

  .nextcel-N17 .list-area {
    margin-top: 4rem
  }

  .nextcel-N17 .list-title-wrap p {
    margin: 0
  }

  .nextcel-N17 .list-wrap {
    overflow-x: auto;
    gap: 1.6rem;
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N17 .list-wrap .item {
    min-width: 22.2rem
  }

  .nextcel-N17 .list-wrap .ff-ico {
    display: none
  }
}
/* nextcel-N18 */
.nextcel-N18 {
  overflow: hidden;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 16rem
}

.nextcel-N18 .contents-inner {
  width: 100%
}

.nextcel-N18 .textset {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N18 .textset::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N18 .textset .textset-wrap {
  flex-shrink: 0
}

.nextcel-N18 .textset .textset-wrap p {
  margin-top: -0.4rem;
  color: var(--text-color3);
  font-weight: 400
}

.nextcel-N18 .list-area {
  margin-top: 4rem
}

.nextcel-N18 .list-wrap {
  display: flex;
  gap: 2rem;
  align-items: stretch
}

.nextcel-N18 .list-wrap:first-child .item {
  height: 30rem
}

.nextcel-N18 .list-wrap:last-child .item {
  flex: 1;
  height: 32rem
}

.nextcel-N18 .list-wrap+.list-wrap {
  margin-top: 2rem
}

.nextcel-N18 .item {
  overflow: hidden;
  position: relative;
  border-radius: 2.4rem
}

.nextcel-N18 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N18 .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem
}

.nextcel-N18 .item .desc strong {
  color: var(--white);
  font-weight: 700
}

.nextcel-N18 .item .desc ul {
  margin-top: 1.2rem
}

.nextcel-N18 .item .desc li {
  display: flex;
  gap: .8rem;
  color: #ECECEC
}

.nextcel-N18 .item .desc li::before {
  content: "";
  transform: translateY(1.05rem);
  opacity: 0.5;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--white)
}

.nextcel-N18 .slogan-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  min-height: 7rem;
  background: var(--primary);
  text-align: center
}

.nextcel-N18 .slogan-area strong {
  color: var(--white);
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N18 {
    padding-top: 2rem;
    padding-bottom: 4rem
  }

  .nextcel-N18 .textset .textset-wrap p {
    margin: 0
  }

  .nextcel-N18 .list-area,
  .nextcel-N18 .list-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
  }

  .nextcel-N18 .item {
    flex: none !important;
    border-radius: 1.6rem;
    width: 100%;
    height: 32rem !important
  }

  .nextcel-N18 .list-wrap+.list-wrap {
    margin: 0
  }

  .nextcel-N18 .slogan-area {
    margin-top: 1.6rem;
    padding: 2rem 3.2rem;
    border-radius: 1rem
  }
}
/* nextcel-N19 */
.nextcel-N19 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F7F7F7
}

.nextcel-N19 .textset {
  text-align: center
}

.nextcel-N19 .textset-subtit {
  color: var(--primary)
}

.nextcel-N19 .textset-tit {
  margin-top: .4rem
}

.nextcel-N19 .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2rem;
  margin-top: 8rem
}

.nextcel-N19 .list-area .item {
  overflow: hidden;
  border-radius: 2.4rem;
  background: var(--white)
}

.nextcel-N19 .list-area .item .thumb {
  height: 14rem
}

.nextcel-N19 .list-area .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N19 .list-area .item .desc {
  padding: 2.4rem
}

.nextcel-N19 .list-area .item .desc strong {
  font-weight: 700
}

.nextcel-N19 .list-area .item .desc ul {
  margin-top: .8rem
}

.nextcel-N19 .list-area .item .desc li {
  display: flex;
  gap: .4rem;
  color: #414141;
  font-weight: 500
}

.nextcel-N19 .list-area .item .desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

@media (max-width: 992px) {
  .nextcel-N19 {
    padding-top: 4rem;
    padding-bottom: 8rem;
    background: transparent
  }

  .nextcel-N19 .list-area {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 4rem
  }
}
/* nextcel-N20 */
.nextcel-N20 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: url(../images/nextcel_N20_07.png) no-repeat center/cover
}

.nextcel-N20 .block_overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--black-rgb), .6)
}

.nextcel-N20 .textset {
  text-align: center
}

.nextcel-N20 .textset-subtit {
  color: #7EA1CF
}

.nextcel-N20 .textset-tit {
  margin: 0.4rem 0 6rem;
  color: var(--white)
}

.nextcel-N20 .textset .textset-desc {
  margin: 0;
  color: var(--white);
  font-weight: 700
}

.nextcel-N20 .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem
}

.nextcel-N20 .list-area .item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem;
  border: 1px solid #767676
}

.nextcel-N20 .list-area .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
  height: 6.2rem;
  background: rgba(var(--white-rgb), .05);
  backdrop-filter: blur(1.6rem)
}

.nextcel-N20 .list-area .item .title h3 {
  color: var(--white);
  font-weight: 700
}

.nextcel-N20 .list-area .item .title span {
  font-weight: 500;
  color: var(--white)
}

.nextcel-N20 .list-area .item .desc {
  flex: 1;
  display: flex;
  padding: 2.4rem;
  background: var(--white);
  height: 100%
}

.nextcel-N20 .list-area .item .desc .desc-wrap {
  flex: 1
}

.nextcel-N20 .list-area .item .desc .desc-wrap strong {
  font-weight: 700
}

.nextcel-N20 .list-area .item .desc .desc-wrap ul {
  margin-top: .8rem
}

.nextcel-N20 .list-area .item .desc .desc-wrap li {
  display: flex;
  gap: .4rem;
  color: #414141;
  font-weight: 500
}

.nextcel-N20 .list-area .item .desc .desc-wrap li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N20 .list-area .item .desc img {
  flex-shrink: 0;
  align-self: flex-end;
  width: 6rem;
  height: 6rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N20 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N20 .textset-tit {
    margin-bottom: 4rem
  }

  .nextcel-N20 .list-area {
    overflow-x: auto;
    display: flex;
    gap: 0.8rem;
    align-items: stretch;
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N20 .list-area .item {
    flex-shrink: 0;
    width: 32.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N20 .list-area .item .desc img {
    display: none
  }
}
/* nextcel-N21 */
.nextcel-N21 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 4rem
}

.nextcel-N21 .contents-inner {
  width: 100%
}

.nextcel-N21 .textset {
  text-align: center
}

.nextcel-N21 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N21 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N21 .list-area {
  margin-top: 8rem
}

.nextcel-N21 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N21 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N21 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N21 .list-title-wrap p {
  margin-top: -0.4rem;
  color: var(--text-color3);
  font-weight: 400
}

.nextcel-N21 .list-wrap {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 4rem
}

.nextcel-N21 .list-wrap .item {
  overflow: hidden;
  flex: 1;
  border-radius: 1.6rem;
  border: 1px solid #ececec
}

.nextcel-N21 .list-wrap .item-thumb {
  width: 100%;
  height: 12rem
}

.nextcel-N21 .list-wrap .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N21 .list-wrap .item-desc {
  padding: 2.4rem
}

.nextcel-N21 .list-wrap .item-desc span {
  font-weight: 600;
  color: var(--primary)
}

.nextcel-N21 .list-wrap .item-desc strong {
  display: block;
  margin: 1rem 0 0.8rem;
  font-weight: 700
}

.nextcel-N21 .list-wrap .item-desc li {
  display: flex;
  gap: .4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N21 .list-wrap .item-desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N21 .list-wrap .ff-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  align-self: center;
  color: var(--primary)
}

@media (max-width: 992px) {
  .nextcel-N21 {
    padding-top: 8rem;
    padding-bottom: 2rem
  }

  .nextcel-N21 .list-area {
    margin-top: 4rem
  }

  .nextcel-N21 .list-title-wrap p {
    margin: 0
  }

  .nextcel-N21 .list-wrap {
    overflow-x: auto;
    gap: 1.6rem;
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N21 .list-wrap .item {
    min-width: 22.2rem
  }

  .nextcel-N21 .list-wrap .ff-ico {
    display: none
  }
}
/* nextcel-N22 */
.nextcel-N22 {
  overflow: hidden;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 16rem
}

.nextcel-N22 .contents-inner {
  width: 100%
}

.nextcel-N22 .textset {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N22 .textset::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N22 .textset .textset-wrap {
  flex-shrink: 0
}

.nextcel-N22 .textset .textset-wrap p {
  margin-top: -0.4rem;
  color: var(--text-color3);
  font-weight: 400
}

.nextcel-N22 .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N22 .item {
  overflow: hidden;
  position: relative;
  height: 50rem;
  border-radius: 2.4rem
}

.nextcel-N22 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N22 .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem
}

.nextcel-N22 .item .desc strong {
  color: var(--white);
  font-weight: 700
}

.nextcel-N22 .item .desc ul {
  margin-top: 1.2rem
}

.nextcel-N22 .item .desc li {
  display: flex;
  gap: .8rem;
  color: #ECECEC
}

.nextcel-N22 .item .desc li::before {
  content: "";
  transform: translateY(1.05rem);
  opacity: 0.5;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--white)
}

.nextcel-N22 .slogan-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  min-height: 7rem;
  background: var(--primary);
  text-align: center
}

.nextcel-N22 .slogan-area strong {
  color: var(--white);
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N22 {
    padding-top: 2rem;
    padding-bottom: 8rem
  }

  .nextcel-N22 .textset .textset-wrap p {
    margin: 0
  }

  .nextcel-N22 .list-area {
    grid-template-columns: 1fr;
    gap: 2.4rem
  }

  .nextcel-N22 .item {
    height: 37rem;
    border-radius: 1.6rem
  }
}
/* nextcel-N23 */
.nextcel-N23 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N23 .contents-inner {
  width: 100%
}

.nextcel-N23 .textset {
  text-align: center
}

.nextcel-N23 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N23 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N23 .list-area {
  margin-top: 8rem
}

.nextcel-N23 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N23 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N23 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N23 .list-title-wrap strong {
  color: #414141
}

.nextcel-N23 .list-title-wrap strong span {
  background: linear-gradient(90deg, #005483 0%, #01796F 38%, #009943 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.nextcel-N23 .list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N23 .list-wrap .item {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #ececec
}

.nextcel-N23 .list-wrap .item .thumb {
  height: 14rem
}

.nextcel-N23 .list-wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N23 .list-wrap .item .desc {
  padding: 2.4rem
}

.nextcel-N23 .list-wrap .item .desc span {
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.4rem;
  border-radius: .4rem;
  background: var(--primary);
  color: var(--white);
  font-weight: 700
}

.nextcel-N23 .list-wrap .item .desc strong {
  display: block;
  margin: 0.8rem 0;
  font-weight: 700
}

.nextcel-N23 .list-wrap .item .desc li {
  display: flex;
  gap: .4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N23 .list-wrap .item .desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N23 .slogan-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  min-height: 7rem;
  background: var(--primary);
  text-align: center
}

.nextcel-N23 .slogan-area strong {
  flex-shrink: 0;
  color: var(--white);
  font-weight: 700
}

.nextcel-N23 .slogan-wrap {
  display: flex;
  align-items: center;
  gap: .8rem
}

.nextcel-N23 .slogan-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  height: 3.8rem;
  padding: 0 1.2rem;
  border-radius: .8rem;
  background: rgba(var(--white-rgb), .2);
  color: var(--white)
}

.nextcel-N23 .slogan-wrap span::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url(../icons/ico_check.svg) no-repeat center center / contain
}

@media (max-width: 992px) {
  .nextcel-N23 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N23 .list-area {
    margin-top: 4rem
  }

  .nextcel-N23 .list-wrap {
    grid-template-columns: 1fr;
    gap: 1.6rem
  }

  .nextcel-N23 .list-wrap .item .desc strong {
    margin: 0 0 0.4rem
  }

  .nextcel-N23 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N23 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N23 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N23 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }
}
/* nextcel-N24 */
.nextcel-N24 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: url(../images/nextcel_N24_01.png) no-repeat center / cover
}

.nextcel-N24 .contents-inner {
  width: 100%
}

.nextcel-N24 .textset {
  text-align: center
}

.nextcel-N24 .textset .textset-subtit {
  color: #C74735;
  font-weight: 500
}

.nextcel-N24 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N24 .list-area {
  margin-top: 8rem
}

.nextcel-N24 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N24 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N24 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N24 .list-title-wrap strong {
  color: #C74735
}

.nextcel-N24 .list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N24 .list-wrap .item {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #ececec;
  background: var(--white)
}

.nextcel-N24 .list-wrap .item .thumb {
  height: 14rem
}

.nextcel-N24 .list-wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N24 .list-wrap .item .desc {
  padding: 2.4rem
}

.nextcel-N24 .list-wrap .item .desc span {
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.4rem;
  border-radius: .4rem;
  background: #C74735;
  color: var(--white);
  font-weight: 700
}

.nextcel-N24 .list-wrap .item .desc strong {
  display: block;
  margin-top: 0.8rem;
  font-weight: 700
}

.nextcel-N24 .list-wrap .item .desc p {
  color: #D06679;
  font-weight: 600
}

.nextcel-N24 .list-wrap .item .desc ul {
  margin-top: .8rem
}

.nextcel-N24 .list-wrap .item .desc li {
  display: flex;
  gap: .4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N24 .list-wrap .item .desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N24 .slogan-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  min-height: 7rem;
  background: #C74735;
  text-align: center
}

.nextcel-N24 .slogan-area strong {
  flex-shrink: 0;
  color: var(--white);
  font-weight: 700
}

.nextcel-N24 .slogan-wrap {
  display: flex;
  align-items: center;
  gap: .8rem
}

.nextcel-N24 .slogan-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  height: 3.8rem;
  padding: 0 1.2rem;
  border-radius: .8rem;
  background: rgba(var(--white-rgb), .2);
  color: var(--white)
}

.nextcel-N24 .slogan-wrap span::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url(../icons/ico_check.svg) no-repeat center center / contain
}

@media (max-width: 992px) {
  .nextcel-N24 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../images/nextcel_N24_06.png) no-repeat center / cover !important
  }

  .nextcel-N24 .list-area {
    margin-top: 4rem
  }

  .nextcel-N24 .list-wrap {
    grid-template-columns: 1fr;
    gap: 1.6rem
  }

  .nextcel-N24 .list-wrap .item .desc strong {
    margin: 0
  }

  .nextcel-N24 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N24 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N24 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N24 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }
}
/* nextcel-N25 */
.nextcel-N25 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F7F7F7
}

.nextcel-N25 .contents-inner {
  width: 100%
}

.nextcel-N25 .textset {
  text-align: center
}

.nextcel-N25 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N25 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N25 .list-area {
  margin-top: 8rem
}

.nextcel-N25 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N25 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N25 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N25 .list-title-wrap span {
  color: #B31B23
}

.nextcel-N25 .list-wrap {
  margin-top: 4rem
}

.nextcel-N25 .list-wrap .item-wrap {
  display: flex;
  gap: 2rem;
  border-radius: 2.4rem;
  padding: 3rem;
  background: #ececec
}

.nextcel-N25 .list-wrap .item-wrap+.item-wrap {
  margin-top: 2rem
}

.nextcel-N25 .list-wrap .item {
  flex: 1 1 48.4rem;
  overflow: hidden;
  position: relative;
  height: 32.8rem;
  border-radius: 2.4rem
}

.nextcel-N25 .item .thumb {
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N25 .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N25 .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem
}

.nextcel-N25 .item .desc strong {
  color: var(--white);
  font-weight: 700
}

.nextcel-N25 .item .desc p {
  margin-top: 0.8rem;
  font-weight: 500;
  color: var(--white)
}

.nextcel-N25 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N25 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N25 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N25 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N25 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N25 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N25 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N25 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N25 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N25 .list-area {
    margin-top: 4rem
  }

  .nextcel-N25 .list-title-wrap p {
    margin: 0
  }

  .nextcel-N25 .list-wrap .item-wrap {
    overflow-x: auto;
    gap: 0.8rem;
    transform: translateX(-1.6rem);
    width: calc(100% + 3.2rem);
    padding: 0 1.6rem;
    background: transparent;
    border-radius: 0
  }

  .nextcel-N25 .list-wrap .item-wrap+.item-wrap {
    margin-top: 1.6rem
  }

  .nextcel-N25 .list-wrap .item {
    min-width: 22rem;
    height: 22rem
  }

  .nextcel-N25 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2.4rem;
    padding: 1.6rem
  }

  .nextcel-N25 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N25 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N25 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N25 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N26 */
.nextcel-N26 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N26 .contents-inner {
  width: 100%
}

.nextcel-N26 .textset {
  text-align: center
}

.nextcel-N26 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N26 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N26 .list-area {
  margin-top: 8rem
}

.nextcel-N26 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N26 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N26 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N26 .list-title-wrap span {
  color: #B31B23
}

.nextcel-N26 .list-wrap {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N26 .main-item {
  flex: 1 1 37.2rem;
  overflow: hidden;
  position: relative;
  min-height: 34.2rem;
  border-radius: 2.4rem
}

.nextcel-N26 .main-item .thumb {
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N26 .main-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N26 .main-item .desc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.4rem
}

.nextcel-N26 .main-item .desc span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(4px);
  min-height: 3.8rem;
  color: var(--white)
}

.nextcel-N26 .item {
  flex: 1 1 24.7rem;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #ececec
}

.nextcel-N26 .item .thumb {
  width: 100%;
  height: 17.6rem
}

.nextcel-N26 .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N26 .item .desc {
  padding: 2.4rem
}

.nextcel-N26 .item .desc strong {
  font-weight: 700
}

.nextcel-N26 .item .desc ul {
  margin-top: 0.8rem
}

.nextcel-N26 .item .desc li {
  display: flex;
  gap: .4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N26 .item .desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N26 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N26 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N26 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N26 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N26 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N26 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N26 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N26 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N26 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N26 .list-area {
    margin-top: 4rem
  }

  .nextcel-N26 .list-wrap {
    overflow-x: auto;
    gap: 0.8rem;
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N26 .main-item {
    flex-shrink: 0;
    width: 29.8rem;
    height: 31.2rem
  }

  .nextcel-N26 .list-wrap .item {
    flex-shrink: 0;
    width: 24.3rem
  }

  .nextcel-N26 .item .thumb {
    height: 14.6rem
  }

  .nextcel-N26 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2.4rem;
    padding: 1.6rem
  }

  .nextcel-N26 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N26 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N26 .slogan-area .slogan-list .item {
    flex: none;
    padding: 0;
    background: transparent
  }

  .nextcel-N26 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N27 */
.nextcel-N27 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: url(../images/nextcel_N27_01.png) no-repeat center / cover
}

.nextcel-N27 .contents-inner {
  width: 100%
}

.nextcel-N27 .textset {
  text-align: center
}

.nextcel-N27 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N27 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N27 .list-area {
  margin-top: 8rem
}

.nextcel-N27 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N27 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N27 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N27 .list-title-wrap strong {
  color: var(--primary)
}

.nextcel-N27 .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N27 .list-wrap .item {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #ececec;
  background: var(--white)
}

.nextcel-N27 .list-wrap .item .thumb {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: #EEF2F9
}

.nextcel-N27 .list-wrap .item .thumb img {
  flex: 1 1 0;
  min-width: 0;
  height: 17.2rem;
  object-fit: cover;
  border-radius: 1rem
}

.nextcel-N27 .list-wrap .item .desc {
  padding: 2.4rem
}

.nextcel-N27 .list-wrap .item .desc span {
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 0.4rem;
  border-radius: .4rem;
  background: var(--primary);
  color: var(--white);
  font-weight: 700
}

.nextcel-N27 .list-wrap .item .desc strong {
  display: block;
  margin: 0.8rem 0;
  font-weight: 700
}

.nextcel-N27 .list-wrap .item .desc li {
  display: flex;
  gap: .4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N27 .list-wrap .item .desc li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N27 .slogan-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  min-height: 7rem;
  background: var(--primary);
  text-align: center
}

.nextcel-N27 .slogan-area strong {
  flex-shrink: 0;
  color: var(--white);
  font-weight: 700
}

.nextcel-N27 .slogan-wrap {
  display: flex;
  align-items: center;
  gap: .8rem
}

.nextcel-N27 .slogan-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  height: 3.8rem;
  padding: 0 1.2rem;
  border-radius: .8rem;
  background: rgba(var(--white-rgb), .2);
  color: var(--white)
}

.nextcel-N27 .slogan-wrap span::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url(../icons/ico_check.svg) no-repeat center center / contain
}

@media (max-width: 992px) {
  .nextcel-N27 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N27 .list-area {
    margin-top: 4rem
  }

  .nextcel-N27 .list-wrap {
    grid-template-columns: 1fr;
    gap: 1.6rem
  }

  .nextcel-N27 .list-wrap .item .thumb {
    gap: 0.8rem;
    padding: 0.8rem
  }

  .nextcel-N27 .list-wrap .item .thumb img {
    height: 10rem
  }

  .nextcel-N27 .list-wrap .item .desc strong {
    margin: 0 0 0.4rem
  }

  .nextcel-N27 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N27 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N27 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N27 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }
}
/* nextcel-N28 */
.nextcel-N28 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F7F7F7
}

.nextcel-N28 .contents-inner {
  width: 100%
}

.nextcel-N28 .textset {
  text-align: center
}

.nextcel-N28 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N28 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N28 .list-area {
  margin-top: 8rem
}

.nextcel-N28 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N28 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N28 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N28 .list-wrap {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin-top: 4rem
}

.nextcel-N28 .main-item {
  flex: 1 1 46.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
  padding: 2rem;
  border-radius: 2.8rem;
  background: #EEF2F9
}

.nextcel-N28 .main-item img {
  width: 100%;
  min-height: 19.2rem;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover
}

.nextcel-N28 .main-item img:first-child {
  grid-column: span 3
}

.nextcel-N28 .item-wrap {
  flex: 1 1 95.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem
}

.nextcel-N28 .item-wrap .item {
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #ECECEC;
  background: var(--white)
}

.nextcel-N28 .item-wrap .item img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain
}

.nextcel-N28 .item-wrap .item strong {
  display: block;
  font-weight: 700;
  margin: .8rem 0
}

.nextcel-N28 .item-wrap .item p {
  color: #414141;
  font-weight: 500
}

.nextcel-N28 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N28 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N28 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N28 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N28 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N28 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N28 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N28 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N28 {
    padding-top: 8rem;
    padding-bottom: 2rem
  }

  .nextcel-N28 .list-area {
    margin-top: 4rem
  }

  .nextcel-N28 .list-wrap {
    display: block
  }

  .nextcel-N28 .main-item {
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N28 .main-item img:first-child {
    height: 13.9rem
  }

  .nextcel-N28 .main-item img {
    height: 9.8rem;
    min-height: 0
  }

  .nextcel-N28 .item-wrap {
    overflow-x: auto;
    display: flex;
    gap: 0.8rem;
    transform: translateX(-1.6rem);
    margin-top: 2.4rem;
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N28 .item-wrap .item {
    flex-shrink: 0;
    width: 30.2rem;
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N28 .item-wrap .item img {
    width: 2.8rem;
    height: 2.8rem
  }

  .nextcel-N28 .item-wrap .item strong {
    margin-top: 0
  }

  .nextcel-N28 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2.4rem;
    padding: 1.6rem
  }

  .nextcel-N28 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N28 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N28 .slogan-area .slogan-list .item {
    flex: none;
    padding: 0;
    background: transparent
  }

  .nextcel-N28 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N29 */
.nextcel-N29 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N29 .contents-inner {
  width: 100%
}

.nextcel-N29 .textset {
  text-align: center
}

.nextcel-N29 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N29 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N29 .list-area {
  margin-top: 8rem
}

.nextcel-N29 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N29 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N29 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N29 .list-wrap {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin-top: 4rem
}

.nextcel-N29 .main-item {
  flex: 1 1 38rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
  padding: 2rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N29 .main-item img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover
}

.nextcel-N29 .main-img {
  grid-column: span 3;
  min-height: 20.6rem
}

.nextcel-N29 .main-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 1rem
}

.nextcel-N29 .main-thumb img {
  min-height: 12.6rem
}

.nextcel-N29 .main-thumb span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 3.8rem;
  padding: 0.4rem 1.2rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(.4rem);
  color: var(--white);
  text-align: center
}

.nextcel-N29 .item-wrap {
  flex: 1 1 95.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem
}

.nextcel-N29 .item-wrap .item {
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #ECECEC;
  background: var(--white)
}

.nextcel-N29 .item-wrap .item img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain
}

.nextcel-N29 .item-wrap .item strong {
  display: block;
  font-weight: 700;
  margin: .8rem 0
}

.nextcel-N29 .item-wrap .item p {
  color: #414141;
  font-weight: 500
}

.nextcel-N29 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N29 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N29 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N29 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N29 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N29 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N29 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N29 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N29 {
    padding-top: 8rem;
    padding-bottom: 2rem
  }

  .nextcel-N29 .list-area {
    margin-top: 4rem
  }

  .nextcel-N29 .list-wrap {
    display: block
  }

  .nextcel-N29 .main-item {
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N29 .main-img {
    min-height: 0;
    height: 12.2rem
  }

  .nextcel-N29 .main-thumb img {
    min-height: 0;
    height: 11rem
  }

  .nextcel-N29 .main-thumb span {
    padding: 0.2rem 1.2rem;
    min-height: 3.4rem
  }

  .nextcel-N29 .item-wrap {
    overflow-x: auto;
    display: flex;
    gap: 0.8rem;
    transform: translateX(-1.6rem);
    margin-top: 2.4rem;
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N29 .item-wrap .item {
    flex-shrink: 0;
    width: 30.2rem;
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N29 .item-wrap .item img {
    width: 2.8rem;
    height: 2.8rem
  }

  .nextcel-N29 .item-wrap .item strong {
    margin-top: 0
  }

  .nextcel-N29 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2.4rem;
    padding: 1.6rem
  }

  .nextcel-N29 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N29 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N29 .slogan-area .slogan-list .item {
    flex: none;
    padding: 0;
    background: transparent
  }

  .nextcel-N29 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N30 */
.nextcel-N30 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N30 .contents-inner {
  width: 100%
}

.nextcel-N30 .textset {
  text-align: center
}

.nextcel-N30 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N30 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N30 .list-area {
  margin-top: 8rem
}

.nextcel-N30 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N30 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N30 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N30 .list-wrap {
  margin-top: 4rem
}

.nextcel-N30 .list-wrap .item-wrap {
  display: flex;
  gap: 2rem;
  border-radius: 2.4rem;
  padding: 3rem 2.8rem;
  background: #ececec
}

.nextcel-N30 .list-wrap .item-wrap+.item-wrap {
  margin-top: 2rem
}

.nextcel-N30 .list-wrap .item {
  flex: 1 1 18.2rem;
  overflow: hidden;
  position: relative;
  height: 22rem;
  border-radius: 2.4rem
}

.nextcel-N30 .list-wrap .item:first-child {
  flex-basis: 37.2rem
}

.nextcel-N30 .item .thumb {
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N30 .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N30 .item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  text-align: center
}

.nextcel-N30 .item .desc strong {
  color: var(--white);
  font-weight: 700
}

.nextcel-N30 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N30 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N30 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N30 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N30 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N30 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N30 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N30 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N30 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N30 .list-area {
    margin-top: 4rem
  }

  .nextcel-N30 .list-title-wrap p {
    margin: 0
  }

  .nextcel-N30 .list-wrap .item-wrap {
    overflow-x: auto;
    gap: 0.8rem;
    transform: translateX(-1.6rem);
    width: calc(100% + 3.2rem);
    padding: 0 1.6rem;
    background: transparent;
    border-radius: 0
  }

  .nextcel-N30 .list-wrap .item-wrap+.item-wrap {
    margin-top: 1.6rem
  }

  .nextcel-N30 .list-wrap .item {
    flex-shrink: 0;
    width: 18.2rem;
    max-width: 18.2rem;
    height: 22rem
  }

  .nextcel-N30 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N30 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N30 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N30 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N30 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N31 */
.nextcel-N31 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F7F7F7
}

.nextcel-N31 .contents-inner {
  width: 100%
}

.nextcel-N31 .textset {
  text-align: center
}

.nextcel-N31 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N31 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N31 .list-area {
  margin-top: 8rem
}

.nextcel-N31 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N31 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N31 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N31 .list-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N31 .list-wrap .item {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #ececec;
  background: var(--white)
}

.nextcel-N31 .list-wrap .item .thumb {
  height: 15rem
}

.nextcel-N31 .list-wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N31 .list-wrap .item .desc {
  padding: 2.4rem
}

.nextcel-N31 .list-wrap .item .desc strong {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700
}

.nextcel-N31 .list-wrap .item .desc li {
  font-weight: 500;
  color: #414141
}

.nextcel-N31 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N31 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N31 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N31 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N31 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N31 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N31 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N31 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 1440px) {
  .nextcel-N31 .list-wrap {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 992px) {
  .nextcel-N31 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N31 .list-area {
    margin-top: 4rem
  }

  .nextcel-N31 .list-wrap {
    overflow-x: auto;
    display: flex;
    gap: 1.6rem;
    transform: translateX(-1.6rem);
    width: calc(100% + 3.2rem);
    padding: 0 1.6rem
  }

  .nextcel-N31 .list-wrap .item {
    flex-shrink: 0;
    width: 22.4rem
  }

  .nextcel-N31 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N31 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N31 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N31 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N31 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N31 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N31 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N31 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N32 */
.nextcel-N32 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N32 .contents-inner {
  width: 100%
}

.nextcel-N32 .textset {
  text-align: center
}

.nextcel-N32 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N32 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N32 .list-area {
  margin-top: 8rem
}

.nextcel-N32 .list-title {
  overflow-x: auto;
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N32 .list-title::-webkit-scrollbar {
  display: none
}

.nextcel-N32 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N32 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N32 .list-title-wrap strong {
  display: flex;
  align-items: center;
  gap: 1.4rem
}

.nextcel-N32 .list-title-wrap span {
  display: flex;
  align-items: center;
  gap: 1.4rem
}

.nextcel-N32 .list-title-wrap span+span::before {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: #CFCFCF
}

.nextcel-N32 .list-wrap {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N32 .server-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 30.2rem
}

.nextcel-N32 .server-item {
  flex: 1;
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #ECECEC
}

.nextcel-N32 .server-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  min-height: 2.4rem;
  border-radius: .8rem;
  color: var(--white);
  font-weight: 700
}

.nextcel-N32 .server-item:nth-child(1) span {
  background: #2863AF
}

.nextcel-N32 .server-item:nth-child(2) span {
  background: #5394BF
}

.nextcel-N32 .server-item:nth-child(3) span {
  background: #289BAF
}

.nextcel-N32 .server-item strong {
  display: block;
  margin-top: 0.8rem;
  font-weight: 700
}

.nextcel-N32 .server-item p {
  font-weight: 600;
  color: #5382BF
}

.nextcel-N32 .item-wrap {
  flex: 1 1 111.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem
}

.nextcel-N32 .item-wrap .item {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 1.6rem;
  border: 1px solid #ececec;
  background: var(--white)
}

.nextcel-N32 .item-wrap .item .thumb {
  flex: 1 1 20.8rem;
  display: block;
  min-height: 21.9rem
}

.nextcel-N32 .item-wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N32 .item-wrap .item .desc {
  flex: 1 1 33.9rem;
  padding: 2.4rem
}

.nextcel-N32 .item-wrap .item .desc strong {
  display: block;
  margin-bottom: 2.25rem;
  font-weight: 700
}

.nextcel-N32 .item-wrap .item .desc li {
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N32 .item-wrap .item .desc li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N32 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N32 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N32 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N32 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N32 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N32 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N32 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N32 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 1440px) {
  .nextcel-N32 .list-title-wrap {
    flex-shrink: 1
  }

  .nextcel-N32 .list-title-wrap strong {
    flex-wrap: wrap
  }

  .nextcel-N32 .list-title::after {
    max-width: 30%
  }
}

@media (max-width: 992px) {
  .nextcel-N32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N32 .list-area {
    margin-top: 4rem
  }

  .nextcel-N32 .list-title {
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N32 .list-title::-webkit-scrollbar {
    display: block
  }

  .nextcel-N32 .list-title::after {
    display: none
  }

  .nextcel-N32 .list-wrap {
    display: block
  }

  .nextcel-N32 .server-wrap {
    overflow-x: auto;
    flex-direction: row;
    gap: 1.6rem;
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N32 .server-item {
    padding: 1.6rem;
    border-radius: 1.6rem;
    min-width: 17.2rem
  }

  .nextcel-N32 .item-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N32 .item-wrap .item {
    display: block;
    width: 100%
  }

  .nextcel-N32 .item-wrap .item .thumb {
    min-height: 0;
    height: 12rem
  }

  .nextcel-N32 .item-wrap .item .desc {
    padding: 1.6rem
  }

  .nextcel-N32 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N32 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N32 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N32 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N32 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N32 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N32 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N32 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N33 */
.nextcel-N33 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N33 .contents-inner {
  width: 100%
}

.nextcel-N33 .textset {
  text-align: center
}

.nextcel-N33 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N33 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N33 .list-area {
  margin-top: 8rem
}

.nextcel-N33 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N33 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N33 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N33 .list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N33 .list-wrap .item {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #ececec;
  background: var(--white)
}

.nextcel-N33 .list-wrap .item .thumb {
  display: block;
  height: 17.6rem
}

.nextcel-N33 .list-wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N33 .list-wrap .item .desc {
  padding: 2.4rem
}

.nextcel-N33 .list-wrap .item .desc strong {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700
}

.nextcel-N33 .list-wrap .item .desc li {
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N33 .list-wrap .item .desc li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N33 .field-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
  border-radius: 1.6rem;
  padding: 2rem 3.2rem;
  border: 1px solid #ECECEC
}

.nextcel-N33 .field-area strong {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N33 .field-area ul {
  flex: 1;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap
}

.nextcel-N33 .field-area ul li {
  flex: 1 1 calc(100% / 6 - 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  border-radius: 1.4rem;
  background: #ECECEC;
  color: #414141;
  text-align: center;
  font-weight: 500
}

.nextcel-N33 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N33 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N33 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N33 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N33 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N33 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N33 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N33 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N33 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N33 .list-area {
    margin-top: 4rem
  }

  .nextcel-N33 .list-title {
    display: block
  }

  .nextcel-N33 .list-title::after {
    display: none
  }

  .nextcel-N33 .list-wrap {
    display: block
  }

  .nextcel-N33 .list-wrap .item {
    width: 100%;
    border-radius: 1.6rem
  }

  .nextcel-N33 .list-wrap .item+.item {
    margin-top: 1.6rem
  }

  .nextcel-N33 .list-wrap .item .thumb {
    height: 12rem
  }

  .nextcel-N33 .list-wrap .item .desc {
    padding: 1.6rem
  }

  .nextcel-N33 .field-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N33 .field-area strong {
    margin: 0 auto
  }

  .nextcel-N33 .field-area ul {
    overflow-x: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    transform: translateX(-1.6rem);
    padding: 0 1.6rem;
    width: calc(100% + 3.2rem)
  }

  .nextcel-N33 .field-area ul li {
    flex: 0 0 auto;
    padding: 1.2rem 1.6rem
  }

  .nextcel-N33 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N33 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N33 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N33 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N33 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N33 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N33 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N33 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N34 */
.nextcel-N34 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F7F7F7
}

.nextcel-N34 .contents-inner {
  width: 100%
}

.nextcel-N34 .textset {
  text-align: center
}

.nextcel-N34 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N34 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N34 .list-area {
  margin-top: 8rem
}

.nextcel-N34 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N34 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N34 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N34 .list-wrap {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin-top: 4rem
}

.nextcel-N34 .main-item {
  flex: 1 1 55rem;
  min-height: 41.7rem
}

.nextcel-N34 .main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.4rem
}

.nextcel-N34 .item-wrap {
  flex: 1 1 87rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem
}

.nextcel-N34 .item-wrap .item {
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid #ECECEC;
  background: var(--white)
}

.nextcel-N34 .item-wrap .item img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain
}

.nextcel-N34 .item-wrap .item strong {
  display: block;
  font-weight: 700;
  margin: .8rem 0
}

.nextcel-N34 .item-wrap .item p {
  color: #414141;
  font-weight: 500
}

.nextcel-N34 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N34 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N34 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N34 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N34 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N34 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N34 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N34 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N34 {
    padding-top: 8rem;
    padding-bottom: 2rem
  }

  .nextcel-N34 .list-area {
    margin-top: 4rem
  }

  .nextcel-N34 .list-wrap {
    display: block
  }

  .nextcel-N34 .main-item {
    min-height: 0;
    height: 21.7rem
  }

  .nextcel-N34 .item-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N34 .item-wrap .item {
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N34 .item-wrap .item img {
    width: 2.8rem;
    height: 2.8rem
  }

  .nextcel-N34 .item-wrap .item strong {
    margin-top: 0
  }

  .nextcel-N34 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N34 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N34 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N34 .slogan-area .slogan-list .item {
    flex: none;
    padding: 0;
    background: transparent
  }

  .nextcel-N34 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N35 */
.nextcel-N35 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N35 .contents-inner {
  width: 100%
}

.nextcel-N35 .textset {
  text-align: center
}

.nextcel-N35 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N35 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N35 .list-area {
  margin-top: 8rem
}

.nextcel-N35 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N35 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N35 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N35 .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem
}

.nextcel-N35 .list-wrap .item {
  overflow: hidden;
  border: 1px solid #ECECEC;
  padding: 2.4rem;
  border-radius: 2.4rem
}

.nextcel-N35 .list-wrap .thumb-wrap {
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N35 .list-wrap .thumb-wrap .thumb {
  flex: 1;
  padding: 1.6rem;
  min-height: 21rem;
  border-radius: 1.6rem;
  background: #ECECEC
}

.nextcel-N35 .list-wrap .thumb img {
  display: block;
  width: 6rem;
  height: 6rem;
  object-fit: contain
}

.nextcel-N35 .list-wrap .thumb span {
  display: inline-flex;
  margin: .8rem 0;
  padding: 0 0.4rem;
  border-radius: .4rem;
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  min-height: 2.4rem
}

.nextcel-N35 .list-wrap .item .desc {
  margin-top: 2.4rem
}

.nextcel-N35 .list-wrap .item .desc strong {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700
}

.nextcel-N35 .list-wrap .item .desc li {
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N35 .list-wrap .item .desc li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N35 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N35 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N35 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N35 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N35 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N35 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N35 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N35 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 1440px) {
  .nextcel-N35 .list-wrap {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 992px) {
  .nextcel-N35 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N35 .list-area {
    margin-top: 4rem
  }

  .nextcel-N35 .list-wrap {
    grid-template-columns: 1fr;
    gap: 2.4rem
  }

  .nextcel-N35 .list-wrap .item {
    overflow: visible;
    padding: 0;
    border: none
  }

  .nextcel-N35 .list-wrap .thumb-wrap .thumb {
    min-height: 0
  }

  .nextcel-N35 .list-wrap .thumb img {
    width: 4rem;
    height: 4rem
  }

  .nextcel-N35 .list-wrap .thumb span {
    min-height: 2rem
  }

  .nextcel-N35 .list-wrap .item .desc {
    margin-top: 1.6rem
  }

  .nextcel-N35 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N35 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N35 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N35 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N35 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N35 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N35 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N35 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N36 */
.nextcel-N36 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F7F7F7
}

.nextcel-N36 .contents-inner {
  width: 100%
}

.nextcel-N36 .textset {
  text-align: center
}

.nextcel-N36 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N36 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N36 .list-area {
  margin-top: 8rem
}

.nextcel-N36 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N36 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N36 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N36 .list-wrap {
  margin-top: 4rem
}

.nextcel-N36 .item-wrap {
  display: flex;
  align-items: stretch;
  gap: 1.2rem
}

.nextcel-N36 .item-wrap+.item-wrap {
  margin-top: 2rem
}

.nextcel-N36 .item-wrap .item {
  flex: 1;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: var(--white);
  border: 1px solid #ececec
}

.nextcel-N36 .item span {
  font-weight: 600;
  color: var(--primary)
}

.nextcel-N36 .item strong {
  display: block;
  font-weight: 700;
  margin: 1rem 0 .8rem
}

.nextcel-N36 .item li {
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N36 .item li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N36 .item-wrap .ff-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  align-self: center;
  color: var(--primary)
}

@media (max-width: 992px) {
  .nextcel-N36 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N36 .textset .textset-tit br {
    display: none
  }

  .nextcel-N36 .list-area {
    margin-top: 4rem
  }

  .nextcel-N36 .item-wrap {
    flex-direction: column;
    gap: 1.6rem
  }

  .nextcel-N36 .item-wrap+.item-wrap {
    margin-top: 1.6rem
  }

  .nextcel-N36 .item-wrap .ff-ico {
    display: none
  }

  .nextcel-N36 .item {
    flex: none;
    width: 100%
  }
}
/* nextcel-N37 */
.nextcel-N37 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N37 .contents-inner {
  width: 100%
}

.nextcel-N37 .textset {
  text-align: center
}

.nextcel-N37 .textset .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.nextcel-N37 .textset .textset-tit {
  margin-top: .4rem
}

.nextcel-N37 .list-area {
  margin-top: 8rem
}

.nextcel-N37 .list-title {
  display: flex;
  align-items: center;
  gap: 3.2rem
}

.nextcel-N37 .list-title::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #cfcfcf
}

.nextcel-N37 .list-title-wrap {
  flex-shrink: 0
}

.nextcel-N37 .list-wrap {
  margin-top: 4rem;
  display: flex;
  align-items: stretch;
  gap: 1.2rem
}

.nextcel-N37 .list-wrap .item {
  overflow: hidden;
  flex: 1;
  border-radius: 1.6rem;
  background: var(--white);
  border: 1px solid #ececec
}

.nextcel-N37 .item .thumb {
  height: 16rem
}

.nextcel-N37 .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N37 .item .desc {
  padding: 2.4rem
}

.nextcel-N37 .desc span {
  font-weight: 600;
  color: var(--primary)
}

.nextcel-N37 .desc strong {
  display: block;
  font-weight: 700;
  margin: 1rem 0 .8rem
}

.nextcel-N37 .desc li {
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
  color: #414141
}

.nextcel-N37 .desc li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: #414141;
  border-radius: 50%
}

.nextcel-N37 .list-wrap .ff-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  align-self: center;
  color: var(--primary)
}

.nextcel-N37 .slogan-area {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  background: #EEF2F9
}

.nextcel-N37 .slogan-area .slogan-title {
  flex-shrink: 0;
  font-weight: 700
}

.nextcel-N37 .slogan-area .slogan-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: .8rem
}

.nextcel-N37 .slogan-area .slogan-list .item {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: .8rem;
  background: #DDE6F2
}

.nextcel-N37 .slogan-area .slogan-list .item strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N37 .slogan-area .slogan-list .item strong::before {
  content: "";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_check_primary.svg) no-repeat center / contain
}

.nextcel-N37 .slogan-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: .8rem
}

.nextcel-N37 .slogan-content span {
  padding: 0.4rem 1.2rem;
  border-radius: .8rem;
  min-height: 3.4rem;
  border: 1px solid #A9C1DF;
  color: #414141;
  font-weight: 500
}

@media (max-width: 992px) {
  .nextcel-N37 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N37 .textset .textset-tit br {
    display: none
  }

  .nextcel-N37 .list-area {
    margin-top: 4rem
  }

  .nextcel-N37 .list-wrap {
    flex-direction: column;
    gap: 1.6rem
  }

  .nextcel-N37 .item {
    flex: none;
    width: 100%;
    border-radius: 1.6rem
  }

  .nextcel-N37 .list-wrap .ff-ico {
    display: none
  }

  .nextcel-N37 .slogan-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem
  }

  .nextcel-N37 .slogan-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem
  }

  .nextcel-N37 .slogan-wrap span {
    height: 3.2rem;
    border-radius: .4rem
  }

  .nextcel-N37 .slogan-wrap span::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N37 .slogan-area .slogan-title br {
    display: none
  }

  .nextcel-N37 .slogan-area .slogan-list {
    flex: none;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    width: 100%
  }

  .nextcel-N37 .slogan-area .slogan-list .item {
    padding: 0;
    background: transparent
  }

  .nextcel-N37 .slogan-content span {
    padding: 0.4rem 1.2rem;
    min-height: 3.2rem;
    background: #DDE6F2
  }
}
/* nextcel-N38 */
.nextcel-N38 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N38 .textset {
  text-align: center
}

.nextcel-N38 .textset .textset-desc {
  margin-top: 1.6rem
}

.nextcel-N38 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N38 .process-list {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 2rem
}

.nextcel-N38 .process-item {
  flex: 1;
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid #ECECEC
}

.nextcel-N38 .process-item span {
  font-weight: 600;
  color: var(--primary)
}

.nextcel-N38 .process-item strong {
  display: block;
  margin-top: 1rem;
  font-weight: 700
}

.nextcel-N38 .process-list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 3.2rem;
  height: 3.2rem;
  color: var(--primary)
}

.nextcel-N38 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N38 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N38 .process-info .desc {}

.nextcel-N38 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N38 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N38 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N38 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N38 .process-info .desc ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: var(--black);
  border-radius: 50%
}

.nextcel-N38 .process-info .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0 auto;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.8rem;
  background: #DDE6F2
}

.nextcel-N38 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N38 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N38 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N38 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N38 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N38 .process-list i {
    display: none
  }

  .nextcel-N38 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N38 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N38 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N38 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N38 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N40 */
.nextcel-N40 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N40 .textset {
  text-align: center
}

.nextcel-N40 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N40 .textset span {
  color: var(--text-color3)
}

.nextcel-N40 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N40 .process-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N40 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N40 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N40 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N40 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N40 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N40 .process-info .desc ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: var(--black);
  border-radius: 50%
}

.nextcel-N40 .process-info .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0 auto;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.8rem;
  background: #DDE6F2
}

.nextcel-N40 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N40 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N40 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N40 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N40 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N40 .process-list i {
    display: none
  }

  .nextcel-N40 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N40 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N40 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N40 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N40 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N41 */
.nextcel-N41 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N41 .textset {
  text-align: center
}

.nextcel-N41 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N41 .textset span {
  color: var(--text-color3)
}

.nextcel-N41 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N41 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N41 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N41 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N41 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N41 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N41 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N41 .process-info .desc ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: var(--black);
  border-radius: 50%
}

.nextcel-N41 .process-info .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0 auto;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.8rem;
  background: #DDE6F2
}

.nextcel-N41 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N41 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N41 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N41 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N41 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N41 .process-list i {
    display: none
  }

  .nextcel-N41 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N41 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N41 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N41 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N41 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N42 */
.nextcel-N42 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N42 .textset {
  text-align: center
}

.nextcel-N42 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N42 .textset span {
  color: var(--text-color3)
}

.nextcel-N42 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N42 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N42 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N42 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N42 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N42 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N42 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N42 .process-info .desc ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: var(--black);
  border-radius: 50%
}

.nextcel-N42 .process-info .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0 auto;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.8rem;
  background: #DDE6F2
}

.nextcel-N42 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N42 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N42 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N42 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N42 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N42 .process-list i {
    display: none
  }

  .nextcel-N42 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N42 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N42 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N42 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N42 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N43 */
.nextcel-N43 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 8rem
}

.nextcel-N43 .textset {
  text-align: center
}

.nextcel-N43 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N43 .textset span {
  color: var(--text-color3)
}

.nextcel-N43 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N43 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N43 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N43 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N43 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N43 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N43 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N43 .process-info .desc ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: var(--black);
  border-radius: 50%
}

.nextcel-N43 .process-info .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0 auto;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.8rem;
  background: #DDE6F2
}

.nextcel-N43 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N43 {
    padding-top: 8rem;
    padding-bottom: 4rem
  }

  .nextcel-N43 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N43 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N43 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N43 .process-list i {
    display: none
  }

  .nextcel-N43 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N43 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N43 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N43 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N43 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N44 */
.nextcel-N44 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 16rem
}

.nextcel-N44 h2 {
  text-align: center
}

.nextcel-N44 .compare-area {
  margin-top: 4rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #ECECEC
}

.nextcel-N44 .item {
  display: grid;
  grid-template-columns: 19rem 1fr;
  gap: 2.4rem;
  align-items: center
}

.nextcel-N44 .item+.item {
  margin-top: 2rem
}

.nextcel-N44 .item strong {
  font-weight: 700
}

.nextcel-N44 .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem
}

.nextcel-N44 .before,
.nextcel-N44 .after {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.6rem;
  min-height: 5rem;
  text-align: center;
  border-radius: 1.4rem
}

.nextcel-N44 .before {
  background: #ECECEC
}

.nextcel-N44 .item:first-child .before {
  background: #CFCFCF
}

.nextcel-N44 .before p {
  color: #414141;
  font-weight: 500
}

.nextcel-N44 .after {
  background: #EEF2F9
}

.nextcel-N44 .item:first-child .after {
  background: var(--primary)
}

.nextcel-N44 .after p {
  color: #2863af;
  font-weight: 500
}

.nextcel-N44 .item:first-child .after p {
  color: var(--white)
}

@media (max-width: 992px) {
  .nextcel-N44 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .nextcel-N44 .compare-area {
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N44 .item {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 0.8rem
  }

  .nextcel-N44 .item strong {
    text-align: center
  }

  .nextcel-N44 .list-wrap {
    grid-template-columns: 1fr;
    gap: 0.8rem
  }

  .nextcel-N44 .before,
  .nextcel-N44 .after {
    min-height: 4.8rem
  }
}
/* nextcel-N45 */
.nextcel-N45 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N45 .textset {
  text-align: center
}

.nextcel-N45 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N45 .textset span {
  color: var(--text-color3)
}

.nextcel-N45 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N45 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N45 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N45 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N45 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N45 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N45 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N45 .process-info .desc ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(1.25rem);
  background: var(--black);
  border-radius: 50%
}

.nextcel-N45 .process-info .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0 auto;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 1.8rem;
  background: #DDE6F2
}

.nextcel-N45 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N45 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N45 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N45 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N45 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N45 .process-list i {
    display: none
  }

  .nextcel-N45 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N45 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N45 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N45 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N45 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N46 */
.board_blank {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 300px;
  background: #ddd;
  flex-direction: column;
  font-size: 30px;
  line-height: 1.5;
  padding-left: 20px
}

.nextcel-N46 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N46 .contents-inner {
  width: 100%
}

.nextcel-N46 h2 {
  text-align: center
}

.nextcel-N46 .contact-area {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem
}

.nextcel-N46 .imageset {
  overflow: hidden;
  flex: 1 1 72rem;
  height: 83.7rem;
  border-radius: 2.4rem
}

.nextcel-N46 .form-group {
  flex: 1 1 66rem
}

.nextcel-N46 .form-alert {
  margin-bottom: 1.2rem;
  padding: 1.6rem;
  background: #FAFAFC
}

.nextcel-N46 .form-alert span {
  color: #c90000
}

.nextcel-N46 .form-group .form-tit {
  margin-bottom: 0.4rem;
  font-weight: var(--fw-medium)
}

.nextcel-N46 .form-group .form-tit+.checkset-wrap,
.nextcel-N46 .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap
}

.nextcel-N46 .form-group .form-tit span {
  color: #c90000
}

.nextcel-N46 .form-box+.form-box {
  margin-top: 2.4rem
}

.nextcel-N46 .inputset+.inputset {
  margin-top: 4rem
}

.nextcel-N46 .inputset .inputset-tit {
  margin-bottom: 0.8rem
}

.nextcel-N46 .inputset .inputset-label {
  width: 100%
}

.nextcel-N46 .inputset .inputset-textarea {
  display: block;
  height: 12rem;
  resize: none;
  border-radius: .8rem
}

.nextcel-N46 .checkset .checkset-input {
  display: block
}

.nextcel-N46 .checkset .checkset-label {
  padding-left: 3.2rem
}

.nextcel-N46 .checkset .checkset-label::before {
  width: 2.4rem;
  height: 2.4rem
}

.nextcel-N46 .checkset .checkset-label::after {
  font-size: 2.4rem
}

.nextcel-N46 .form-wrap {
  margin-top: .8rem
}

.nextcel-N46 .contents-agree {
  display: flex;
  align-items: center;
  gap: 0.4rem
}

.nextcel-N46 .form-btn {
  margin-top: 4rem
}

.nextcel-N46 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.nextcel-N46 .info-title h3 {
  font-size: var(--fs-h4)
}

.nextcel-N46 .modal-close {
  cursor: pointer
}

.nextcel-N46 .info-area {
  overflow-y: auto
}

.nextcel-N46 .info-group+.info-group {
  margin-top: 2.4rem
}

.nextcel-N46 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5)
}

.nextcel-N46 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem
}

.nextcel-N46 .info-desc::-webkit-scrollbar {
  width: 6px
}

.nextcel-N46 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd
}

.nextcel-N46 .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px
}

.nextcel-N46 .info-desc p {
  font-size: var(--fs-p1)
}

.nextcel-N46 .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.nextcel-N46 .info-desc .mtb {
  margin: 2.4rem 0
}

.nextcel-N46 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600
}

.nextcel-N46 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%
}

.nextcel-N46 .info-list p {
  padding-left: 1.2rem
}

.nextcel-N46 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem
}

.nextcel-N46 .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent
}

.nextcel-N46 .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nextcel-N46 .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem
}

.nextcel-N46 .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nextcel-N46 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white)
}

.nextcel-N46 .modal-confirm .modal-textarea {
  margin: 1.6rem 0
}

.nextcel-N46 .modal-confirm .modal-footer {
  text-align: center
}

.nextcel-N46 .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem
}

.nextcel-N46 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white)
}

.nextcel-N46 .modalset .modalset-close::before {
  color: var(--text-color1)
}

@media (max-width: 992px) {
  .nextcel-N46 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N46 .contact-area {
    display: block;
    margin-top: 3rem
  }

  .nextcel-N46 .imageset {
    height: 24rem
  }

  .nextcel-N46 .form-group {
    margin-top: 2.4rem
  }

  .nextcel-N46 .form-alert {
    padding: 1.2rem;
    margin-bottom: 2.4rem
  }

  .nextcel-N46 .form-box+.form-box {
    margin-top: 1.4rem
  }

  .nextcel-N46 .form-group .form-tit+.checkset-wrap,
  .nextcel-N46 .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem
  }

  .nextcel-N46 .checkset .checkset-label {
    padding-left: 2.6rem;
    max-width: 100%
  }

  .nextcel-N46 .checkset .checkset-label::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N46 .checkset .checkset-label::after {
    font-size: 1.8rem
  }

  .nextcel-N46 .contents-agree .btnset {
    transform: translateX(-0.8rem)
  }

  .nextcel-N46 .form-wrap {
    display: block;
    margin-top: 0.4rem
  }

  .nextcel-N46 .form-btn {
    margin-top: 2.4rem
  }

  .nextcel-N46 .form-btn .btnset {
    width: 100%
  }

  .nextcel-N46 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem
  }

  .nextcel-N46 .modal-confirm .modal-textarea {
    margin: 0.8rem 0
  }
}
/* nextcel-N47 */
.nextcel-N47 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden
}

.nextcel-N47 .contents-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--border-color)
}

.nextcel-N47 .point {
  font-style: normal;
  color: var(--primary)
}

.nextcel-N47 .btnset-icon .contents-tit {
  font-weight: var(--fw-bold)
}

.nextcel-N47 .inputset {
  flex-basis: 28rem;
  display: flex;
  align-items: center;
  position: relative
}

.nextcel-N47 .inputset button {
  background: none;
  border: 0
}

.nextcel-N47 .inputset.inputset-icon .icon {
  width: 1.6rem;
  height: 1.6rem
}

.nextcel-N47 .inputset.inputset-icon.icon-left .inputset-input {
  padding-left: 4.4rem
}

.nextcel-N47 .inputset.inputset-icon .ff-ico::before {
  font-size: 1.6rem
}

.nextcel-N47 .contents-top .inputset-input {
  padding-right: 3rem
}

.nextcel-N47 .cardset-wrap {
  gap: 4rem 0;
  --th-gutter: 0.5rem;
  padding-top: 2.4rem
}

.nextcel-N47 .cardset .cardset-figure {
  height: 28rem;
  border-radius: 3.2rem;
  overflow: hidden
}

.nextcel-N47 .cardset .cardset-body {
  padding: 1.2rem 1rem 0 1rem
}

.nextcel-N47 .cardset .cardset-subtit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.nextcel-N47 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.nextcel-N47 .cardset .cardset-desc {
  margin-top: 1.2rem;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  color: var(--text-color3)
}

.nextcel-N47 .pagiset {
  margin-top: 8rem
}

@media (max-width: 992px) {
  .nextcel-N47 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: hidden
  }

  .nextcel-N47 .contents-top {
    display: block;
    padding-bottom: 1.2rem
  }

  .nextcel-N47 .inputset {
    margin-top: 0.8rem
  }

  .nextcel-N47 .cardset-wrap {
    display: block;
    padding-top: 1.2rem
  }

  .nextcel-N47 .cardset {
    width: 100%
  }

  .nextcel-N47 .cardset+.cardset {
    margin-top: 2rem
  }

  .nextcel-N47 .cardset .cardset-figure {
    height: 20rem;
    border-radius: 2.4rem
  }

  .nextcel-N47 .cardset .cardset-body {
    padding: 0.8rem 0.8rem 0 0.8rem
  }

  .nextcel-N47 .cardset .cardset-desc {
    margin-top: 0.8rem
  }

  .nextcel-N47 .pagiset {
    margin-top: 4rem
  }
}
/* nextcel-N48 */
.nextcel-N48 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden
}

.nextcel-N48 .contents-title .textset {
  text-align: center
}

.nextcel-N48 .contents-title .textset .textset-desc {
  display: block;
  margin-top: .8rem;
  color: var(--text-color3)
}

.nextcel-N48 .contents-title .textset+.sns-list {
  margin-top: 4rem
}

.nextcel-N48 .contents-title .textset .textset-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem
}

.nextcel-N48 .contents-title .textset .textset-info+.textset-tit {
  margin-top: 0.8rem
}

.nextcel-N48 .contents-title .textset .textset-info span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  color: var(--text-color3)
}

.nextcel-N48 .contents-title .textset .textset-info span+span {
  padding-left: 0.8rem
}

.nextcel-N48 .contents-title .textset .textset-info span+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background-color: var(--border-color)
}

.nextcel-N48 .contents-title .sns-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.2rem
}

.nextcel-N48 .contents-title .sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--bg-color);
  transition: 0.3s
}

.nextcel-N48 .contents-title .sns-link:hover {
  transform: scale(1.15)
}

.nextcel-N48 .contents-title .sns-figure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0
}

.nextcel-N48 .contents-title .sns-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nextcel-N48 .contents-top img {
  max-width: 100%
}

.nextcel-N48 .contents-top h2+p {
  margin-top: 0.4rem
}

.nextcel-N48 .contents-top .contents-body {
  margin-top: 3.4rem;
  padding-bottom: 8rem
}

.nextcel-N48 .contents-top .contents-body .download-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none
}

.nextcel-N48 .contents-top .contents-body .download-item {
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f7f8;
  border-radius: 0.4rem;
  gap: 0.8rem
}

.nextcel-N48 .contents-top .contents-body .download-item p {
  flex: 1;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  color: #111;
  margin: 0;
  font-size: inherit;
  line-height: inherit
}

.nextcel-N48 .contents-top .contents-body .download-item p::before {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.2rem);
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem
}

.nextcel-N48 .contents-top .contents-body .download-item .btnset {
  flex-shrink: 0;
  align-self: flex-start
}

.nextcel-N48 .contents-top .contents-body .read-content-empty {
  text-align: center
}

.nextcel-N48 .contents-top .contents-body .read-content-empty img {
  max-width: 100%;
  height: auto
}

.nextcel-N48 .contents-top .contents-body>div:not(.read-content-empty) p+p,
.nextcel-N48 .contents-top .contents-body>div:not(.read-content-empty) p+h2,
.nextcel-N48 .contents-top .contents-body>div:not(.read-content-empty) h2+p {
  margin-top: 0.4rem
}

.nextcel-N48 .contents-top .contents-gallery {
  margin-top: 4rem
}

.nextcel-N48 .contents-top .contents-gallery .image-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.nextcel-N48 .contents-top .contents-gallery .image-grid a {
  display: block
}

.nextcel-N48 .contents-top .contents-gallery .image-grid img {
  max-width: 20rem;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  vertical-align: top
}

.nextcel-N48 .contents-top .contents-descbox {
  margin-top: 8rem;
  padding: 2rem;
  border-radius: 1rem;
  background: var(--bg-color);
  font-weight: var(--fw-medium)
}

.nextcel-N48 .contents-bottom {
  margin-top: 12rem
}

.nextcel-N48 .contents-bottom .contents-total {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2.2rem
}

.nextcel-N48 .contents-bottom .form-box {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative
}

.nextcel-N48 .contents-bottom .form-profile {
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden
}

.nextcel-N48 .contents-bottom .form-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N48 .contents-bottom .inputset {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  flex-grow: 1
}

.nextcel-N48 .contents-bottom .inputset--comment .form-fields-stack {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem
}

.nextcel-N48 .contents-bottom .comment-guest-fields {
  display: flex;
  gap: 0.8rem;
  width: 100%
}

.nextcel-N48 .contents-bottom .comment-guest-fields .inputset {
  position: static;
  display: block;
  flex: none;
  align-items: stretch;
  gap: 0
}

.nextcel-N48 .contents-bottom .comment-guest-fields .form-control {
  width: 100%;
  color: #111
}

.nextcel-N48 .contents-bottom .comment-empty {
  margin: 0;
  padding: 1.6rem 0;
  color: var(--text-color3)
}

.nextcel-N48 .contents-bottom .inputset .textarea-box {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2.4rem 2.4rem 9.6rem 2.4rem;
  border: 1px solid var(--border-color);
  border-radius: 3.2rem
}

.nextcel-N48 .contents-bottom .inputset .textarea-box.focus-active {
  border: 1px solid var(--primary)
}

.nextcel-N48 .contents-bottom .form-fields-stack .inputset-textarea {
  padding: 0;
  border: none
}

.nextcel-N48 .contents-bottom .inputset-textarea {
  height: 6rem;
  resize: none
}

.nextcel-N48 .contents-bottom .inputset .inputset-textarea::-webkit-scrollbar {
  display: none
}

.nextcel-N48 .contents-bottom .inputset .inputset-textarea::-webkit-scrollbar-thumb {
  display: none
}

.nextcel-N48 .contents-bottom .inputset .btnset {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1
}

.nextcel-N48 .contents-bottom .comment-wrap {
  margin-top: 4rem
}

.nextcel-N48 .contents-bottom .comment-item {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border-color)
}

.nextcel-N48 .contents-bottom .comment-item+.comment-item {
  padding-top: 3rem
}

.nextcel-N48 .contents-bottom .comment-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem
}

.nextcel-N48 .contents-bottom .comment-profile {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0;
  border-radius: 50%;
  overflow: hidden
}

.nextcel-N48 .contents-bottom .comment-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N48 .contents-bottom .comment-info-group {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.nextcel-N48 .contents-bottom .comment-info-group p+p {
  position: relative;
  padding-left: 0.8rem
}

.nextcel-N48 .contents-bottom .comment-info-group p+p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: var(--border-color)
}

.nextcel-N48 .contents-bottom .comment-desc {
  margin-top: 1.6rem
}

.nextcel-N48 .contents-bottom .comment-name {
  font-weight: var(--fw-medium)
}

.nextcel-N48 .contents-bottom .comment-date {
  color: var(--text-color3)
}

.nextcel-N48 .contents-bottom .comment-manage {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0
}

.nextcel-N48 .contents-bottom .comment-edit-form {
  margin-top: 1.6rem
}

.nextcel-N48 .contents-bottom .comment-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem
}

.nextcel-N48 .contents-bottom .my-comment.edit .comment-author-edit {
  display: block;
  margin-top: 0.8rem
}

.nextcel-N48 .contents-bottom .my-comment.edit .comment-desc {
  display: none
}

.nextcel-N48 .contents-bottom .my-utils {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.nextcel-N48 .contents-bottom .my-utils button {
  background: none;
  border: 0
}

.nextcel-N48 .contents-bottom .my-utils .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem
}

.nextcel-N48 .contents-bottom .my-utils .btn-more::before {
  font-size: 1.6rem
}

.nextcel-N48 .contents-bottom .my-utils-list {
  display: none;
  position: absolute;
  top: 0;
  right: 4rem;
  min-width: 8rem;
  padding: 0.4rem 0;
  border-radius: 0.4rem;
  border: 1px solid var(--border-color);
  background: var(--white)
}

.nextcel-N48 .contents-bottom .my-utils-list button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  padding: 0.2rem 1rem;
  transition: 0.3s
}

.nextcel-N48 .contents-bottom .my-utils-list button::before {
  font-size: 1.6rem
}

.nextcel-N48 .contents-bottom .my-utils-list button:hover {
  background: #f2f6f3
}

.nextcel-N48 .contents-bottom .comment-author-edit {
  display: none
}

.nextcel-N48 .contents-bottom .comment-author-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2rem
}

.nextcel-N48 .contents-bottom .modalset .modalset-body {
  text-align: center
}

.nextcel-N48 .contents-bottom .modalset .modalset-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
  padding-top: 0
}

.nextcel-N48 .contents-bottom .modalset .modalset-footer::before {
  content: none
}

.nextcel-N48 .contents-bottom .modalset .modalset-footer .btnset+.btnset {
  margin: 0
}

.nextcel-N48 .manage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.8rem
}

.nextcel-N48 .con-bottom.btn-box {
  position: relative;
  display: flex;
  width: 100%
}

.nextcel-N48 .con-bottom.btn-box .link-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 3.2rem;
  border-top: 2px solid #dddddd
}

.nextcel-N48 .con-bottom.btn-box span,
.nextcel-N48 .con-bottom.btn-box p {
  color: #dddddd
}

.nextcel-N48 .con-bottom.btn-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 700
}

.nextcel-N48 .con-bottom.btn-box .ico-arrow {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/icon_right_arrow.svg) no-repeat center/contain
}

.nextcel-N48 .con-bottom.btn-box .prev-btn .ico-arrow {
  transform: rotate(180deg)
}

.nextcel-N48 .con-bottom.btn-box .link-btn.active {
  border-color: var(--primary)
}

.nextcel-N48 .con-bottom.btn-box .link-btn.active span,
.nextcel-N48 .con-bottom.btn-box .link-btn.active p {
  color: #111
}

.nextcel-N48 .con-bottom.btn-box .link-btn.active .ico-arrow {
  display: block
}

.nextcel-N48 .con-bottom.btn-box .list-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%)
}

.nextcel-N48 .con-bottom.btn-box .list-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 992px) {
  .nextcel-N48 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N48 .contents-title {
    margin-bottom: 4rem
  }

  .nextcel-N48 .contents-title .textset .textset-info+.textset-tit {
    margin-top: 0.4rem
  }

  .nextcel-N48 .contents-title .textset+.sns-list {
    margin-top: 2.4rem
  }

  .nextcel-N48 .contents-title .sns-list {
    gap: 0.8rem
  }

  .nextcel-N48 .contents-title .sns-link {
    width: 2.8rem;
    height: 2.8rem
  }

  .nextcel-N48 .contents-title .sns-figure {
    width: 1.2rem;
    height: 1.2rem
  }

  .nextcel-N48 .contents-top .contents-body {
    margin-top: 4rem;
    padding-bottom: 4rem
  }

  .nextcel-N48 .contents-top .contents-descbox {
    margin-top: 4rem;
    padding: 1.6rem
  }

  .nextcel-N48 .contents-bottom {
    margin-top: 6rem
  }

  .nextcel-N48 .contents-bottom .contents-total {
    margin-bottom: 1.6rem
  }

  .nextcel-N48 .contents-bottom .comment-item {
    padding-bottom: 2.4rem
  }

  .nextcel-N48 .contents-bottom .comment-item+.comment-item {
    padding-top: 2.4rem
  }

  .nextcel-N48 .contents-bottom .form-box {
    gap: 1.2rem
  }

  .nextcel-N48 .contents-bottom .form-profile {
    width: 4.8rem;
    height: 4.8rem
  }

  .nextcel-N48 .contents-bottom .inputset .textarea-box {
    padding: 1.6rem 1.6rem 8rem 1.6rem;
    border-radius: 2.4rem
  }

  .nextcel-N48 .contents-bottom .inputset .inputset-textarea {
    height: 7.2rem
  }

  .nextcel-N48 .contents-bottom .comment-wrap {
    margin-top: 2.4rem
  }

  .nextcel-N48 .contents-bottom .comment-profile {
    width: 4rem;
    height: 4rem
  }

  .nextcel-N48 .contents-bottom .my-utils .btn-more {
    width: 1.6rem;
    height: 1.6rem
  }

  .nextcel-N48 .contents-bottom .my-utils .btn-more::before {
    font-size: 1.4rem
  }

  .nextcel-N48 .contents-bottom .my-utils-list {
    min-width: 6.6rem
  }

  .nextcel-N48 .contents-bottom .my-utils-list button {
    padding: 0.2rem 0.8rem
  }

  .nextcel-N48 .contents-bottom .my-utils-list button::before {
    font-size: 1.2rem
  }

  .nextcel-N48 .con-bottom.btn-box {
    justify-content: space-between
  }

  .nextcel-N48 .con-bottom.btn-box .link-btn {
    justify-content: center;
    padding-top: 0;
    max-width: calc(50% - 3rem);
    height: 5.8rem
  }

  .nextcel-N48 .con-bottom.btn-box .link-btn:not(.active) span,
  .nextcel-N48 .con-bottom.btn-box .link-btn .ico-arrow,
  .nextcel-N48 .con-bottom.btn-box .link-btn.active .ico-arrow,
  .nextcel-N48 .con-bottom.btn-box .link-btn.active p {
    display: none
  }

  .nextcel-N48 .con-bottom.btn-box .link-btn.active {
    border-color: #ddd
  }

  .nextcel-N48 .con-bottom.btn-box span {
    font-weight: 700
  }

  .nextcel-N48 .con-bottom.btn-box p {
    margin-top: 0;
    width: 50%
  }

  .nextcel-N48 .con-bottom.btn-box .list-btn {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.8rem;
    height: 4.8rem
  }

  .nextcel-N48 .con-bottom.btn-box .ff-ico::before {
    font-size: 1.4rem
  }

  .nextcel-N48 .contents-title .textset .textset-desc {
    margin-top: .4rem
  }
}
/* nextcel-N49 */
.nextcel-N49 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N49 .tableset {
  text-align: center;
  width: 100%
}

.nextcel-N49 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid var(--primary);
  border-bottom: 0
}

.nextcel-N49 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left
}

.nextcel-N49 .tableset .date {
  white-space: nowrap
}

.nextcel-N49 .pagiset {
  margin-top: 4rem
}

.nextcel-N49.temha_board .con-body img {
  max-width: 100%
}

.nextcel-N49 .tableset.tableset-fract .tableset-table tbody tr:hover {
  background: #fafafa
}

.nextcel-N49 .tableset.tableset-fract .tableset-table .tableset-tit .tableset-tit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-weight: var(--fw-medium)
}

.nextcel-N49 .tableset.tableset-fract .tableset-table .tableset-tit .tableset-tit-inner .btnset {
  flex-shrink: 0;
  align-self: flex-start
}

.nextcel-N49 .tableset .tableset-table> :not(caption):not(colgroup)>*>* {
  padding: 2.8rem 2.4rem
}

.nextcel-N49 .tableset .tableset-table span.h5 {
  color: #111;
  font-weight: 700
}

.nextcel-N49 .tableset .tableset-table .nextcel-N49__title-link:hover {
  text-decoration: underline
}

.nextcel-N49 .contents-form .inputset.inputset-icon.icon-right .inputset-input {
  padding-right: calc(1.2rem + 1.6rem + 1.2rem)
}

.nextcel-N49 .contents-form .inputset.inputset-icon.icon-right .icon {
  right: 1.2rem;
  left: auto
}

.nextcel-N49 .contents-form {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-end;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #000
}

.nextcel-N49 .contents-form .bo_list_total strong {
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.nextcel-N49 .contents-form .inputset {
  width: 40rem
}

.nextcel-N49 .contents-form .inputset-input {
  border-radius: 0.6rem !important
}

.nextcel-N49 .contents-form .inputset button {
  background: none;
  border: 0
}

.nextcel-N49 .contents-form .inputset.inputset-icon .ff-ico::before {
  font-size: 2rem
}

.nextcel-N49 .btn_bo_user {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.4rem;
  position: relative;
  align-items: flex-end
}

.nextcel-N49 .btn_bo_user ul {
  display: flex;
  gap: 0.8rem
}

.nextcel-N49 .pagiset .pagiset-ctrl .pagiset-first::after,
.nextcel-N49 .pagiset .pagiset-ctrl .pagiset-prev::after,
.nextcel-N49 .pagiset .pagiset-ctrl .pagiset-next::after,
.nextcel-N49 .pagiset .pagiset-ctrl .pagiset-last::after {
  font-size: 1.4rem !important
}

@media (max-width: 992px) {
  .nextcel-N49 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .nextcel-N49 .tableset-table {
    min-width: auto
  }

  .nextcel-N49 .tableset-table .tableset-tit .nextcel-N49__title-link span {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 1.6rem;
    line-height: 2.6rem
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table {
    display: block
  }

  .nextcel-N49 .tableset.tableset-fract thead {
    display: none
  }

  .nextcel-N49 .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid var(--primary)
  }

  .nextcel-N49 .tableset.tableset-fract tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 0.8rem;
    gap: 0.4rem;
    border-bottom: 1px solid var(--border-color)
  }

  .nextcel-N49 .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5
  }

  .nextcel-N49 .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6
  }

  .nextcel-N49 .pagiset {
    margin-top: 2rem
  }

  .nextcel-N49 .btn_bo_user {
    margin-top: 4rem
  }

  .nextcel-N49 .contents-form {
    flex-direction: column;
    align-items: flex-start
  }

  .nextcel-N49 .contents-form .inputset {
    width: 100%
  }

  .nextcel-N49 .contents-form>* {
    width: 100%
  }
}