@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;
  font-weight: 400
}

.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: 1.6rem
}

.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 {
  margin-top: 2.4rem;
  color: var(--white)
}

.nextcel-N13 .list-item span {
  display: block;
  color: var(--white);
  font-weight: 500
}

@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-N13 .list-item p {
    margin-top: 1.2rem
  }
}
/* nextcel-N14 */
.nextcel-N14 {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nextcel-N14 .addr {
    margin: 0
  }

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

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

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

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

.nextcel-N15 .list-area {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  margin-top: 8rem
}

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

.nextcel-N15 .item .imageset {
  height: 50rem
}

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

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

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

.nextcel-N15 .item .desc li {
  display: flex;
  gap: 0.8rem;
  color: #ECECEC;
  font-weight: 500
}

.nextcel-N15 .item .desc li::before {
  content: '';
  transform: translateY(1.125rem);
  width: 0.4rem;
  height: 0.4rem;
  background: #ECECEC;
  border-radius: 50%
}

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

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

  .nextcel-N15 .list-area {
    flex-direction: column;
    margin-top: 4rem
  }

  .nextcel-N15 .item .imageset {
    height: 32rem
  }
}
/* nextcel-N16 */
.nextcel-N16 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

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

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

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

.nextcel-N16 .item .imageset {
  height: 32rem
}

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

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

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

.nextcel-N16 .item .desc li {
  display: flex;
  gap: 0.8rem;
  color: #ECECEC;
  font-weight: 500
}

.nextcel-N16 .item .desc li::before {
  content: '';
  transform: translateY(1.125rem);
  width: 0.4rem;
  height: 0.4rem;
  background: #ECECEC;
  border-radius: 50%
}

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

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

  .nextcel-N16 .list-area {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem
  }
}
/* nextcel-N17 */
.nextcel-N17 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

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

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

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

.nextcel-N17 .item .imageset {
  height: 32rem
}

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

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

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

.nextcel-N17 .item .desc li {
  display: flex;
  gap: 0.8rem;
  color: #ECECEC;
  font-weight: 500
}

.nextcel-N17 .item .desc li::before {
  content: '';
  transform: translateY(1.125rem);
  width: 0.4rem;
  height: 0.4rem;
  background: #ECECEC;
  border-radius: 50%
}

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

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

  .nextcel-N17 .list-area {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem
  }
}
/* nextcel-N18 */
.nextcel-N18 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

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

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

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

.nextcel-N18 .item .imageset {
  height: 32rem
}

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

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

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

.nextcel-N18 .item .desc li {
  display: flex;
  gap: 0.8rem;
  color: #ECECEC;
  font-weight: 500
}

.nextcel-N18 .item .desc li::before {
  content: '';
  transform: translateY(1.125rem);
  width: 0.4rem;
  height: 0.4rem;
  background: #ECECEC;
  border-radius: 50%
}

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

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

  .nextcel-N18 .list-area {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem
  }
}
/* nextcel-N19 */
.nextcel-N19 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

.nextcel-N19 .textset .textset-desc {
  margin: 1.8rem 0
}

.nextcel-N19 .textset span {
  color: var(--text-color3)
}

.nextcel-N19 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N19 .process-list {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 2rem
}

.nextcel-N19 .process-item {
  flex: 1;
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid #ECECEC
}

.nextcel-N19 .process-item span {
  font-weight: 600;
  color: var(--primary)
}

.nextcel-N19 .process-item strong {
  display: block;
  margin-top: 1rem;
  font-weight: 700
}

.nextcel-N19 .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-N19 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N19 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N19 .process-info .desc {}

.nextcel-N19 .process-info .desc strong {
  font-weight: 700
}

.nextcel-N19 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N19 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N19 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N19 .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-N19 .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-N19 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

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

  .nextcel-N19 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N19 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N19 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N19 .process-list i {
    display: none
  }

  .nextcel-N19 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N19 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N19 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N19 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N19 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N20 */
.nextcel-N20 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url(../images/nextcel_N39_01.png) no-repeat center / cover
}

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

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

.nextcel-N20 .textset .textset-tit {
  color: var(--white)
}

.nextcel-N20 .textset .textset-desc {
  margin-top: 0.4rem;
  color: var(--white);
  font-weight: 400
}

.nextcel-N20 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 4rem
}

.nextcel-N20 .btn-wrap .btnset {
  margin: 0;
  padding: 0 2.4rem;
  min-height: 5.2rem
}

.nextcel-N20 .ico-arrow {
  gap: 1.4rem;
  font-weight: 700
}

.nextcel-N20 .ti-download {
  gap: 2.4rem;
  font-weight: 600
}

.nextcel-N20 .ico-arrow::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow.svg) no-repeat center / cover;
  transition: filter .3s
}

.nextcel-N20 .ico-arrow:hover::before {
  filter: brightness(0)
}

.nextcel-N20 .btnset.btnset-icon::before {
  font-size: 2rem
}

.nextcel-N20 .contents-container {
  text-align: center
}

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

  .nextcel-N20 .btn-wrap {
    margin: 2.4rem auto 0;
    gap: 1.6rem;
    flex-direction: column;
    max-width: 20.3rem
  }

  .nextcel-N20 .btn-wrap .btnset {
    justify-content: space-between;
    width: 100%
  }
}
/* nextcel-N21 */
.nextcel-N21 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

.nextcel-N21 .textset .textset-desc {
  margin: 1.8rem 0
}

.nextcel-N21 .textset span {
  color: var(--text-color3)
}

.nextcel-N21 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

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

.nextcel-N21 .process-item {
  flex: 1;
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid #ECECEC
}

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

.nextcel-N21 .process-item strong {
  display: block;
  margin-top: 1rem;
  font-weight: 700
}

.nextcel-N21 .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-N21 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N21 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N21 .process-info .desc {}

.nextcel-N21 .process-info .desc strong {
  font-weight: 700
}

.nextcel-N21 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N21 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N21 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N21 .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-N21 .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-N21 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

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

  .nextcel-N21 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N21 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N21 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N21 .process-list i {
    display: none
  }

  .nextcel-N21 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N21 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N21 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N21 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N21 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N22 */
.nextcel-N22 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url(../images/nextcel_N39_01.png) no-repeat center / cover
}

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

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

.nextcel-N22 .textset .textset-tit {
  color: var(--white)
}

.nextcel-N22 .textset .textset-desc {
  margin-top: 0.4rem;
  color: var(--white);
  font-weight: 400
}

.nextcel-N22 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 4rem
}

.nextcel-N22 .btn-wrap .btnset {
  margin: 0;
  padding: 0 2.4rem;
  min-height: 5.2rem
}

.nextcel-N22 .ico-arrow {
  gap: 1.4rem;
  font-weight: 700
}

.nextcel-N22 .ti-download {
  gap: 2.4rem;
  font-weight: 600
}

.nextcel-N22 .ico-arrow::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow.svg) no-repeat center / cover;
  transition: filter .3s
}

.nextcel-N22 .ico-arrow:hover::before {
  filter: brightness(0)
}

.nextcel-N22 .btnset.btnset-icon::before {
  font-size: 2rem
}

.nextcel-N22 .contents-container {
  text-align: center
}

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

  .nextcel-N22 .btn-wrap {
    margin: 2.4rem auto 0;
    gap: 1.6rem;
    flex-direction: column;
    max-width: 20.3rem
  }

  .nextcel-N22 .btn-wrap .btnset {
    justify-content: space-between;
    width: 100%
  }
}
/* nextcel-N23 */
.nextcel-N23 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

.nextcel-N23 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N23 .textset span {
  color: var(--text-color3)
}

.nextcel-N23 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N23 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N23 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N23 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N23 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N23 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N23 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N23 .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-N23 .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-N23 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

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

  .nextcel-N23 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N23 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N23 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N23 .process-list i {
    display: none
  }

  .nextcel-N23 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N23 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N23 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N23 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N23 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N24 */
.nextcel-N24 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url(../images/nextcel_N39_01.png) no-repeat center / cover
}

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

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

.nextcel-N24 .textset .textset-tit {
  color: var(--white)
}

.nextcel-N24 .textset .textset-desc {
  margin-top: 0.4rem;
  color: var(--white);
  font-weight: 400
}

.nextcel-N24 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 4rem
}

.nextcel-N24 .btn-wrap .btnset {
  margin: 0;
  padding: 0 2.4rem;
  min-height: 5.2rem
}

.nextcel-N24 .ico-arrow {
  gap: 1.4rem;
  font-weight: 700
}

.nextcel-N24 .ti-download {
  gap: 2.4rem;
  font-weight: 600
}

.nextcel-N24 .ico-arrow::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow.svg) no-repeat center / cover;
  transition: filter .3s
}

.nextcel-N24 .ico-arrow:hover::before {
  filter: brightness(0)
}

.nextcel-N24 .btnset.btnset-icon::before {
  font-size: 2rem
}

.nextcel-N24 .contents-container {
  text-align: center
}

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

  .nextcel-N24 .btn-wrap {
    margin: 2.4rem auto 0;
    gap: 1.6rem;
    flex-direction: column;
    max-width: 20.3rem
  }

  .nextcel-N24 .btn-wrap .btnset {
    justify-content: space-between;
    width: 100%
  }
}
/* nextcel-N25 */
.nextcel-N25 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 8rem
}

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

.nextcel-N25 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N25 .textset span {
  color: var(--text-color3)
}

.nextcel-N25 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N25 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N25 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N25 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N25 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N25 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N25 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N25 .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-N25 .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-N25 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

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

  .nextcel-N25 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N25 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N25 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N25 .process-list i {
    display: none
  }

  .nextcel-N25 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N25 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N25 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N25 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N25 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N26 */
.nextcel-N26 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 16rem
}

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

.nextcel-N26 .compare-area {
  margin-top: 4rem;
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #ECECEC
}

.nextcel-N26 .item {
  display: grid;
  grid-template-columns: 19rem 1fr;
  gap: 2.4rem;
  align-items: center
}

.nextcel-N26 .item+.item {
  margin-top: 2rem
}

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

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

.nextcel-N26 .before,
.nextcel-N26 .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-N26 .before {
  background: #ECECEC
}

.nextcel-N26 .item:first-child .before {
  background: #CFCFCF
}

.nextcel-N26 .before p {
  color: #414141;
  font-weight: 500
}

.nextcel-N26 .after {
  background: #EEF2F9
}

.nextcel-N26 .item:first-child .after {
  background: var(--primary)
}

.nextcel-N26 .after p {
  color: #2863af;
  font-weight: 500
}

.nextcel-N26 .item:first-child .after p {
  color: var(--white)
}

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

  .nextcel-N26 .compare-area {
    padding: 1.6rem;
    border-radius: 1.6rem
  }

  .nextcel-N26 .item {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 0.8rem
  }

  .nextcel-N26 .item strong {
    text-align: center
  }

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

  .nextcel-N26 .before,
  .nextcel-N26 .after {
    min-height: 4.8rem
  }
}
/* nextcel-N27 */
.nextcel-N27 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url(../images/nextcel_N39_01.png) no-repeat center / cover
}

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

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

.nextcel-N27 .textset .textset-tit {
  color: var(--white)
}

.nextcel-N27 .textset .textset-desc {
  margin-top: 0.4rem;
  color: var(--white);
  font-weight: 400
}

.nextcel-N27 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 4rem
}

.nextcel-N27 .btn-wrap .btnset {
  margin: 0;
  padding: 0 2.4rem;
  min-height: 5.2rem
}

.nextcel-N27 .ico-arrow {
  gap: 1.4rem;
  font-weight: 700
}

.nextcel-N27 .ti-download {
  gap: 2.4rem;
  font-weight: 600
}

.nextcel-N27 .ico-arrow::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow.svg) no-repeat center / cover;
  transition: filter .3s
}

.nextcel-N27 .ico-arrow:hover::before {
  filter: brightness(0)
}

.nextcel-N27 .btnset.btnset-icon::before {
  font-size: 2rem
}

.nextcel-N27 .contents-container {
  text-align: center
}

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

  .nextcel-N27 .btn-wrap {
    margin: 2.4rem auto 0;
    gap: 1.6rem;
    flex-direction: column;
    max-width: 20.3rem
  }

  .nextcel-N27 .btn-wrap .btnset {
    justify-content: space-between;
    width: 100%
  }
}
/* nextcel-N28 */
.nextcel-N28 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

.nextcel-N28 .textset .textset-desc {
  margin: 1.6rem 0
}

.nextcel-N28 .textset span {
  color: var(--text-color3)
}

.nextcel-N28 .imageset {
  overflow: hidden;
  margin-top: 4rem;
  height: 42rem;
  border-radius: 2.4rem
}

.nextcel-N28 .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem
}

.nextcel-N28 .process-info .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #EEF2F9
}

.nextcel-N28 .process-info .desc strong {
  font-weight: 700;
  color: var(--primary)
}

.nextcel-N28 .process-info .desc p {
  color: var(--text-color3)
}

.nextcel-N28 .process-info .desc ul {
  margin-top: 1.6rem;
  min-height: 10.4rem
}

.nextcel-N28 .process-info .desc ul li {
  display: flex;
  gap: 0.4rem
}

.nextcel-N28 .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-N28 .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-N28 .process-info .thumb img {
  width: 5.2rem;
  height: 5.2rem;
  object-fit: cover
}

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

  .nextcel-N28 .imageset {
    border-radius: 1.6rem
  }

  .nextcel-N28 .process-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N28 .process-item {
    flex: none;
    width: 100%
  }

  .nextcel-N28 .process-list i {
    display: none
  }

  .nextcel-N28 .process-info {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem
  }

  .nextcel-N28 .process-info .item {
    padding: 2.4rem
  }

  .nextcel-N28 .process-info .desc ul {
    min-height: 9.6rem
  }

  .nextcel-N28 .process-info .thumb {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.2rem
  }

  .nextcel-N28 .process-info .thumb img {
    width: 4.6rem;
    height: 4.6rem
  }
}
/* nextcel-N29 */
.nextcel-N29 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url(../images/nextcel_N39_01.png) no-repeat center / cover
}

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

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

.nextcel-N29 .textset .textset-tit {
  color: var(--white)
}

.nextcel-N29 .textset .textset-desc {
  margin-top: 0.4rem;
  color: var(--white);
  font-weight: 400
}

.nextcel-N29 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 4rem
}

.nextcel-N29 .btn-wrap .btnset {
  margin: 0;
  padding: 0 2.4rem;
  min-height: 5.2rem
}

.nextcel-N29 .ico-arrow {
  gap: 1.4rem;
  font-weight: 700
}

.nextcel-N29 .ti-download {
  gap: 2.4rem;
  font-weight: 600
}

.nextcel-N29 .ico-arrow::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_arrow.svg) no-repeat center / cover;
  transition: filter .3s
}

.nextcel-N29 .ico-arrow:hover::before {
  filter: brightness(0)
}

.nextcel-N29 .btnset.btnset-icon::before {
  font-size: 2rem
}

.nextcel-N29 .contents-container {
  text-align: center
}

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

  .nextcel-N29 .btn-wrap {
    margin: 2.4rem auto 0;
    gap: 1.6rem;
    flex-direction: column;
    max-width: 20.3rem
  }

  .nextcel-N29 .btn-wrap .btnset {
    justify-content: space-between;
    width: 100%
  }
}
/* nextcel-N30 */
.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-N30 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

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

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

.nextcel-N30 .contact-area {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem
}

.nextcel-N30 .imageset {
  overflow: hidden;
  flex: 1 1 72rem;
  height: 83.7rem;
  border-radius: 2.4rem
}

.nextcel-N30 .form-group {
  flex: 1 1 66rem
}

.nextcel-N30 .form-alert {
  margin-bottom: 1.2rem;
  padding: 1.6rem;
  background: #FAFAFC
}

.nextcel-N30 .form-alert span {
  color: #c90000
}

.nextcel-N30 .form-group .form-tit {
  margin-bottom: 0.4rem;
  font-weight: var(--fw-medium)
}

.nextcel-N30 .form-group .form-tit+.checkset-wrap,
.nextcel-N30 .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap
}

.nextcel-N30 .form-group .form-tit span {
  color: #c90000
}

.nextcel-N30 .form-box+.form-box {
  margin-top: 2.4rem
}

.nextcel-N30 .inputset+.inputset {
  margin-top: 4rem
}

.nextcel-N30 .inputset .inputset-tit {
  margin-bottom: 0.8rem
}

.nextcel-N30 .inputset .inputset-label {
  width: 100%
}

.nextcel-N30 .inputset .inputset-textarea {
  display: block;
  height: 12rem;
  resize: none;
  border-radius: .8rem
}

.nextcel-N30 .checkset .checkset-input {
  display: block
}

.nextcel-N30 .checkset .checkset-label {
  padding-left: 3.2rem
}

.nextcel-N30 .checkset .checkset-label::before {
  width: 2.4rem;
  height: 2.4rem
}

.nextcel-N30 .checkset .checkset-label::after {
  font-size: 2.4rem
}

.nextcel-N30 .form-wrap {
  margin-top: .8rem
}

.nextcel-N30 .contents-agree {
  display: flex;
  align-items: center;
  gap: 0.4rem
}

.nextcel-N30 .form-btn {
  margin-top: 4rem
}

.nextcel-N30 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.nextcel-N30 .info-title h3 {
  font-size: var(--fs-h4)
}

.nextcel-N30 .modal-close {
  cursor: pointer
}

.nextcel-N30 .info-area {
  overflow-y: auto
}

.nextcel-N30 .info-group+.info-group {
  margin-top: 2.4rem
}

.nextcel-N30 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5)
}

.nextcel-N30 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem
}

.nextcel-N30 .info-desc::-webkit-scrollbar {
  width: 6px
}

.nextcel-N30 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd
}

.nextcel-N30 .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px
}

.nextcel-N30 .info-desc p {
  font-size: var(--fs-p1)
}

.nextcel-N30 .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.nextcel-N30 .info-desc .mtb {
  margin: 2.4rem 0
}

.nextcel-N30 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600
}

.nextcel-N30 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%
}

.nextcel-N30 .info-list p {
  padding-left: 1.2rem
}

.nextcel-N30 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem
}

.nextcel-N30 .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent
}

.nextcel-N30 .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nextcel-N30 .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem
}

.nextcel-N30 .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nextcel-N30 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white)
}

.nextcel-N30 .modal-confirm .modal-textarea {
  margin: 1.6rem 0
}

.nextcel-N30 .modal-confirm .modal-footer {
  text-align: center
}

.nextcel-N30 .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem
}

.nextcel-N30 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white)
}

.nextcel-N30 .modalset .modalset-close::before {
  color: var(--text-color1)
}

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

  .nextcel-N30 .contact-area {
    display: block;
    margin-top: 3rem
  }

  .nextcel-N30 .imageset {
    height: 24rem
  }

  .nextcel-N30 .form-group {
    margin-top: 2.4rem
  }

  .nextcel-N30 .form-alert {
    padding: 1.2rem;
    margin-bottom: 2.4rem
  }

  .nextcel-N30 .form-box+.form-box {
    margin-top: 1.4rem
  }

  .nextcel-N30 .form-group .form-tit+.checkset-wrap,
  .nextcel-N30 .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem
  }

  .nextcel-N30 .checkset .checkset-label {
    padding-left: 2.6rem;
    max-width: 100%
  }

  .nextcel-N30 .checkset .checkset-label::before {
    width: 1.8rem;
    height: 1.8rem
  }

  .nextcel-N30 .checkset .checkset-label::after {
    font-size: 1.8rem
  }

  .nextcel-N30 .contents-agree .btnset {
    transform: translateX(-0.8rem)
  }

  .nextcel-N30 .form-wrap {
    display: block;
    margin-top: 0.4rem
  }

  .nextcel-N30 .form-btn {
    margin-top: 2.4rem
  }

  .nextcel-N30 .form-btn .btnset {
    width: 100%
  }

  .nextcel-N30 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem
  }

  .nextcel-N30 .modal-confirm .modal-textarea {
    margin: 0.8rem 0
  }
}
/* nextcel-N31 */
.nextcel-N31 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden
}

.nextcel-N31 .contents-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--border-color)
}

.nextcel-N31 .point {
  font-style: normal;
  color: var(--primary)
}

.nextcel-N31 .btnset-icon .contents-tit {
  font-weight: var(--fw-bold)
}

.nextcel-N31 .inputset {
  flex-basis: 28rem;
  display: flex;
  align-items: center;
  position: relative
}

.nextcel-N31 .inputset button {
  background: none;
  border: 0
}

.nextcel-N31 .inputset.inputset-icon .icon {
  width: 1.6rem;
  height: 1.6rem
}

.nextcel-N31 .inputset.inputset-icon.icon-left .inputset-input {
  padding-left: 4.4rem
}

.nextcel-N31 .inputset.inputset-icon .ff-ico::before {
  font-size: 1.6rem
}

.nextcel-N31 .contents-top .inputset-input {
  padding-right: 3rem
}

.nextcel-N31 .cardset-wrap {
  gap: 4rem 0;
  --th-gutter: 0.5rem;
  padding-top: 2.4rem
}

.nextcel-N31 .cardset .cardset-figure {
  height: 28rem;
  border-radius: 3.2rem;
  overflow: hidden
}

.nextcel-N31 .cardset .cardset-body {
  padding: 1.2rem 1rem 0 1rem
}

.nextcel-N31 .cardset .cardset-subtit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.nextcel-N31 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.nextcel-N31 .cardset .cardset-desc {
  margin-top: 1.2rem;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  color: var(--text-color3)
}

.nextcel-N31 .pagiset {
  margin-top: 8rem
}

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

  .nextcel-N31 .contents-top {
    display: block;
    padding-bottom: 1.2rem
  }

  .nextcel-N31 .inputset {
    margin-top: 0.8rem
  }

  .nextcel-N31 .cardset-wrap {
    display: block;
    padding-top: 1.2rem
  }

  .nextcel-N31 .cardset {
    width: 100%
  }

  .nextcel-N31 .cardset+.cardset {
    margin-top: 2rem
  }

  .nextcel-N31 .cardset .cardset-figure {
    height: 20rem;
    border-radius: 2.4rem
  }

  .nextcel-N31 .cardset .cardset-body {
    padding: 0.8rem 0.8rem 0 0.8rem
  }

  .nextcel-N31 .cardset .cardset-desc {
    margin-top: 0.8rem
  }

  .nextcel-N31 .pagiset {
    margin-top: 4rem
  }
}
/* nextcel-N32 */
.nextcel-N32 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden
}

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

.nextcel-N32 .contents-title .textset .textset-desc {
  display: block;
  margin-top: .8rem;
  color: var(--text-color3)
}

.nextcel-N32 .contents-title .textset+.sns-list {
  margin-top: 4rem
}

.nextcel-N32 .contents-title .textset .textset-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem
}

.nextcel-N32 .contents-title .textset .textset-info+.textset-tit {
  margin-top: 0.8rem
}

.nextcel-N32 .contents-title .textset .textset-info span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  color: var(--text-color3)
}

.nextcel-N32 .contents-title .textset .textset-info span+span {
  padding-left: 0.8rem
}

.nextcel-N32 .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-N32 .contents-title .sns-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.2rem
}

.nextcel-N32 .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-N32 .contents-title .sns-link:hover {
  transform: scale(1.15)
}

.nextcel-N32 .contents-title .sns-figure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0
}

.nextcel-N32 .contents-title .sns-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nextcel-N32 .contents-top img {
  max-width: 100%
}

.nextcel-N32 .contents-top h2+p {
  margin-top: 0.4rem
}

.nextcel-N32 .contents-top .contents-body {
  margin-top: 3.4rem;
  padding-bottom: 8rem
}

.nextcel-N32 .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-N32 .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-N32 .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-N32 .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-N32 .contents-top .contents-body .download-item .btnset {
  flex-shrink: 0;
  align-self: flex-start
}

.nextcel-N32 .contents-top .contents-body .read-content-empty {
  text-align: center
}

.nextcel-N32 .contents-top .contents-body .read-content-empty img {
  max-width: 100%;
  height: auto
}

.nextcel-N32 .contents-top .contents-body>div:not(.read-content-empty) p+p,
.nextcel-N32 .contents-top .contents-body>div:not(.read-content-empty) p+h2,
.nextcel-N32 .contents-top .contents-body>div:not(.read-content-empty) h2+p {
  margin-top: 0.4rem
}

.nextcel-N32 .contents-top .contents-gallery {
  margin-top: 4rem
}

.nextcel-N32 .contents-top .contents-gallery .image-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.nextcel-N32 .contents-top .contents-gallery .image-grid a {
  display: block
}

.nextcel-N32 .contents-top .contents-gallery .image-grid img {
  max-width: 20rem;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  vertical-align: top
}

.nextcel-N32 .contents-top .contents-descbox {
  margin-top: 8rem;
  padding: 2rem;
  border-radius: 1rem;
  background: var(--bg-color);
  font-weight: var(--fw-medium)
}

.nextcel-N32 .contents-bottom {
  margin-top: 12rem
}

.nextcel-N32 .contents-bottom .contents-total {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2.2rem
}

.nextcel-N32 .contents-bottom .form-box {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative
}

.nextcel-N32 .contents-bottom .form-profile {
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden
}

.nextcel-N32 .contents-bottom .form-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N32 .contents-bottom .inputset {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  flex-grow: 1
}

.nextcel-N32 .contents-bottom .inputset--comment .form-fields-stack {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem
}

.nextcel-N32 .contents-bottom .comment-guest-fields {
  display: flex;
  gap: 0.8rem;
  width: 100%
}

.nextcel-N32 .contents-bottom .comment-guest-fields .inputset {
  position: static;
  display: block;
  flex: none;
  align-items: stretch;
  gap: 0
}

.nextcel-N32 .contents-bottom .comment-guest-fields .form-control {
  width: 100%;
  color: #111
}

.nextcel-N32 .contents-bottom .comment-empty {
  margin: 0;
  padding: 1.6rem 0;
  color: var(--text-color3)
}

.nextcel-N32 .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-N32 .contents-bottom .inputset .textarea-box.focus-active {
  border: 1px solid var(--primary)
}

.nextcel-N32 .contents-bottom .form-fields-stack .inputset-textarea {
  padding: 0;
  border: none
}

.nextcel-N32 .contents-bottom .inputset-textarea {
  height: 6rem;
  resize: none
}

.nextcel-N32 .contents-bottom .inputset .inputset-textarea::-webkit-scrollbar {
  display: none
}

.nextcel-N32 .contents-bottom .inputset .inputset-textarea::-webkit-scrollbar-thumb {
  display: none
}

.nextcel-N32 .contents-bottom .inputset .btnset {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1
}

.nextcel-N32 .contents-bottom .comment-wrap {
  margin-top: 4rem
}

.nextcel-N32 .contents-bottom .comment-item {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border-color)
}

.nextcel-N32 .contents-bottom .comment-item+.comment-item {
  padding-top: 3rem
}

.nextcel-N32 .contents-bottom .comment-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem
}

.nextcel-N32 .contents-bottom .comment-profile {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0;
  border-radius: 50%;
  overflow: hidden
}

.nextcel-N32 .contents-bottom .comment-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N32 .contents-bottom .comment-info-group {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.nextcel-N32 .contents-bottom .comment-info-group p+p {
  position: relative;
  padding-left: 0.8rem
}

.nextcel-N32 .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-N32 .contents-bottom .comment-desc {
  margin-top: 1.6rem
}

.nextcel-N32 .contents-bottom .comment-name {
  font-weight: var(--fw-medium)
}

.nextcel-N32 .contents-bottom .comment-date {
  color: var(--text-color3)
}

.nextcel-N32 .contents-bottom .comment-manage {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0
}

.nextcel-N32 .contents-bottom .comment-edit-form {
  margin-top: 1.6rem
}

.nextcel-N32 .contents-bottom .comment-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem
}

.nextcel-N32 .contents-bottom .my-comment.edit .comment-author-edit {
  display: block;
  margin-top: 0.8rem
}

.nextcel-N32 .contents-bottom .my-comment.edit .comment-desc {
  display: none
}

.nextcel-N32 .contents-bottom .my-utils {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.nextcel-N32 .contents-bottom .my-utils button {
  background: none;
  border: 0
}

.nextcel-N32 .contents-bottom .my-utils .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem
}

.nextcel-N32 .contents-bottom .my-utils .btn-more::before {
  font-size: 1.6rem
}

.nextcel-N32 .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-N32 .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-N32 .contents-bottom .my-utils-list button::before {
  font-size: 1.6rem
}

.nextcel-N32 .contents-bottom .my-utils-list button:hover {
  background: #f2f6f3
}

.nextcel-N32 .contents-bottom .comment-author-edit {
  display: none
}

.nextcel-N32 .contents-bottom .comment-author-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2rem
}

.nextcel-N32 .contents-bottom .modalset .modalset-body {
  text-align: center
}

.nextcel-N32 .contents-bottom .modalset .modalset-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
  padding-top: 0
}

.nextcel-N32 .contents-bottom .modalset .modalset-footer::before {
  content: none
}

.nextcel-N32 .contents-bottom .modalset .modalset-footer .btnset+.btnset {
  margin: 0
}

.nextcel-N32 .manage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.8rem
}

.nextcel-N32 .con-bottom.btn-box {
  position: relative;
  display: flex;
  width: 100%
}

.nextcel-N32 .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-N32 .con-bottom.btn-box span,
.nextcel-N32 .con-bottom.btn-box p {
  color: #dddddd
}

.nextcel-N32 .con-bottom.btn-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 700
}

.nextcel-N32 .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-N32 .con-bottom.btn-box .prev-btn .ico-arrow {
  transform: rotate(180deg)
}

.nextcel-N32 .con-bottom.btn-box .link-btn.active {
  border-color: var(--primary)
}

.nextcel-N32 .con-bottom.btn-box .link-btn.active span,
.nextcel-N32 .con-bottom.btn-box .link-btn.active p {
  color: #111
}

.nextcel-N32 .con-bottom.btn-box .link-btn.active .ico-arrow {
  display: block
}

.nextcel-N32 .con-bottom.btn-box .list-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%)
}

.nextcel-N32 .con-bottom.btn-box .list-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

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

  .nextcel-N32 .contents-title {
    margin-bottom: 4rem
  }

  .nextcel-N32 .contents-title .textset .textset-info+.textset-tit {
    margin-top: 0.4rem
  }

  .nextcel-N32 .contents-title .textset+.sns-list {
    margin-top: 2.4rem
  }

  .nextcel-N32 .contents-title .sns-list {
    gap: 0.8rem
  }

  .nextcel-N32 .contents-title .sns-link {
    width: 2.8rem;
    height: 2.8rem
  }

  .nextcel-N32 .contents-title .sns-figure {
    width: 1.2rem;
    height: 1.2rem
  }

  .nextcel-N32 .contents-top .contents-body {
    margin-top: 4rem;
    padding-bottom: 4rem
  }

  .nextcel-N32 .contents-top .contents-descbox {
    margin-top: 4rem;
    padding: 1.6rem
  }

  .nextcel-N32 .contents-bottom {
    margin-top: 6rem
  }

  .nextcel-N32 .contents-bottom .contents-total {
    margin-bottom: 1.6rem
  }

  .nextcel-N32 .contents-bottom .comment-item {
    padding-bottom: 2.4rem
  }

  .nextcel-N32 .contents-bottom .comment-item+.comment-item {
    padding-top: 2.4rem
  }

  .nextcel-N32 .contents-bottom .form-box {
    gap: 1.2rem
  }

  .nextcel-N32 .contents-bottom .form-profile {
    width: 4.8rem;
    height: 4.8rem
  }

  .nextcel-N32 .contents-bottom .inputset .textarea-box {
    padding: 1.6rem 1.6rem 8rem 1.6rem;
    border-radius: 2.4rem
  }

  .nextcel-N32 .contents-bottom .inputset .inputset-textarea {
    height: 7.2rem
  }

  .nextcel-N32 .contents-bottom .comment-wrap {
    margin-top: 2.4rem
  }

  .nextcel-N32 .contents-bottom .comment-profile {
    width: 4rem;
    height: 4rem
  }

  .nextcel-N32 .contents-bottom .my-utils .btn-more {
    width: 1.6rem;
    height: 1.6rem
  }

  .nextcel-N32 .contents-bottom .my-utils .btn-more::before {
    font-size: 1.4rem
  }

  .nextcel-N32 .contents-bottom .my-utils-list {
    min-width: 6.6rem
  }

  .nextcel-N32 .contents-bottom .my-utils-list button {
    padding: 0.2rem 0.8rem
  }

  .nextcel-N32 .contents-bottom .my-utils-list button::before {
    font-size: 1.2rem
  }

  .nextcel-N32 .con-bottom.btn-box {
    justify-content: space-between
  }

  .nextcel-N32 .con-bottom.btn-box .link-btn {
    justify-content: center;
    padding-top: 0;
    max-width: calc(50% - 3rem);
    height: 5.8rem
  }

  .nextcel-N32 .con-bottom.btn-box .link-btn:not(.active) span,
  .nextcel-N32 .con-bottom.btn-box .link-btn .ico-arrow,
  .nextcel-N32 .con-bottom.btn-box .link-btn.active .ico-arrow,
  .nextcel-N32 .con-bottom.btn-box .link-btn.active p {
    display: none
  }

  .nextcel-N32 .con-bottom.btn-box .link-btn.active {
    border-color: #ddd
  }

  .nextcel-N32 .con-bottom.btn-box span {
    font-weight: 700
  }

  .nextcel-N32 .con-bottom.btn-box p {
    margin-top: 0;
    width: 50%
  }

  .nextcel-N32 .con-bottom.btn-box .list-btn {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.8rem;
    height: 4.8rem
  }

  .nextcel-N32 .con-bottom.btn-box .ff-ico::before {
    font-size: 1.4rem
  }

  .nextcel-N32 .contents-title .textset .textset-desc {
    margin-top: .4rem
  }
}
/* nextcel-N33 */
.nextcel-N33 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.nextcel-N33 .tableset {
  text-align: center;
  width: 100%
}

.nextcel-N33 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid var(--primary);
  border-bottom: 0
}

.nextcel-N33 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left
}

.nextcel-N33 .tableset .date {
  white-space: nowrap
}

.nextcel-N33 .pagiset {
  margin-top: 4rem
}

.nextcel-N33.temha_board .con-body img {
  max-width: 100%
}

.nextcel-N33 .tableset.tableset-fract .tableset-table tbody tr:hover {
  background: #fafafa
}

.nextcel-N33 .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-N33 .tableset.tableset-fract .tableset-table .tableset-tit .tableset-tit-inner .btnset {
  flex-shrink: 0;
  align-self: flex-start
}

.nextcel-N33 .tableset .tableset-table> :not(caption):not(colgroup)>*>* {
  padding: 2.8rem 2.4rem
}

.nextcel-N33 .tableset .tableset-table span.h5 {
  color: #111;
  font-weight: 700
}

.nextcel-N33 .tableset .tableset-table .nextcel-N33__title-link:hover {
  text-decoration: underline
}

.nextcel-N33 .contents-form .inputset.inputset-icon.icon-right .inputset-input {
  padding-right: calc(1.2rem + 1.6rem + 1.2rem)
}

.nextcel-N33 .contents-form .inputset.inputset-icon.icon-right .icon {
  right: 1.2rem;
  left: auto
}

.nextcel-N33 .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-N33 .contents-form .bo_list_total strong {
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.nextcel-N33 .contents-form .inputset {
  width: 40rem
}

.nextcel-N33 .contents-form .inputset-input {
  border-radius: 0.6rem !important
}

.nextcel-N33 .contents-form .inputset button {
  background: none;
  border: 0
}

.nextcel-N33 .contents-form .inputset.inputset-icon .ff-ico::before {
  font-size: 2rem
}

.nextcel-N33 .btn_bo_user {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.4rem;
  position: relative;
  align-items: flex-end
}

.nextcel-N33 .btn_bo_user ul {
  display: flex;
  gap: 0.8rem
}

.nextcel-N33 .pagiset .pagiset-ctrl .pagiset-first::after,
.nextcel-N33 .pagiset .pagiset-ctrl .pagiset-prev::after,
.nextcel-N33 .pagiset .pagiset-ctrl .pagiset-next::after,
.nextcel-N33 .pagiset .pagiset-ctrl .pagiset-last::after {
  font-size: 1.4rem !important
}

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

  .nextcel-N33 .tableset-table {
    min-width: auto
  }

  .nextcel-N33 .tableset-table .tableset-tit .nextcel-N33__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-N33 .tableset.tableset-fract .tableset-table {
    display: block
  }

  .nextcel-N33 .tableset.tableset-fract thead {
    display: none
  }

  .nextcel-N33 .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid var(--primary)
  }

  .nextcel-N33 .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-N33 .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5
  }

  .nextcel-N33 .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6
  }

  .nextcel-N33 .pagiset {
    margin-top: 2rem
  }

  .nextcel-N33 .btn_bo_user {
    margin-top: 4rem
  }

  .nextcel-N33 .contents-form {
    flex-direction: column;
    align-items: flex-start
  }

  .nextcel-N33 .contents-form .inputset {
    width: 100%
  }

  .nextcel-N33 .contents-form>* {
    width: 100%
  }
}