@charset "utf-8";

/* nextcel-N1 [wUmqKlMmDM] */
.nextcel-N1 {
  width: 100%;
  background: var(--white);
  transition: background 0.3s;
  top: 0;
  left: 0;
  z-index: 999;
  position: absolute;
  position: fixed !important
}

.nextcel-N1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s, visibility 0.3s
}

.nextcel-N1.top-menu-active {
  padding-top: 6.7rem
}

.nextcel-N1.header-top-active {
  background: transparent
}

.nextcel-N1.header-top-active::after {
  opacity: 1;
  visibility: visible
}

.nextcel-N1.header-top-active:hover {
  background: var(--white)
}

.nextcel-N1.header-top-active:hover::after {
  opacity: 0;
  visibility: hidden
}

.nextcel-N1.header-top-active:hover .header-title img,
.nextcel-N1.header-top-active:hover .header-utils img {
  filter: invert(0)
}

.nextcel-N1.header-top-active:hover .header-gnblink span {
  color: var(--black)
}

.nextcel-N1.header-top-active:hover .header-gnbitem:hover .header-gnblink span::after {
  background: var(--black)
}

.nextcel-N1.header-top-active:hover .header-utils .btn-allmenu .ico-hamburger,
.nextcel-N1.header-top-active:hover .btn-momenu .ico-hamburger {
  background: var(--black)
}

.nextcel-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8rem
}

.nextcel-N1 .header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5
}

.nextcel-N1 .user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px
}

.nextcel-N1 .user-menu li {
  position: relative
}

.nextcel-N1 .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: #e5e5e5
}

.nextcel-N1 .user-menu li a {
  padding: 2rem 1.2rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap
}

.nextcel-N1 .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}

.nextcel-N1 .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}

.nextcel-N1 .header-title {
  margin-bottom: 0
}

.nextcel-N1 .header-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem
}

.nextcel-N1 .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
  transition: filter 0.3s
}

.nextcel-N1.header-top-active .header-title img {
  filter: brightness(0) invert(1)
}

.nextcel-N1 .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.nextcel-N1 .header-gnbitem {
  position: relative
}

.nextcel-N1 .header-gnblink {
  padding: 2.8rem 3rem;
  height: 100%;
  font-weight: 500;
  text-align: center;
  white-space: nowrap
}

.nextcel-N1 .header-gnblink span {
  position: relative;
  transition: color 0.3s
}

.nextcel-N1.header-top-active .header-gnblink span {
  color: var(--white)
}

.nextcel-N1 .header-gnblink span::after {
  content: "";
  transform: scaleX(0);
  width: 100%;
  height: 0.2rem;
  transition: 0.3s
}

.nextcel-N1 .header-sublist {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -.8rem);
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border-radius: .8rem
}

.nextcel-N1 .header-gnbitem:hover .header-sublist {
  overflow: hidden;
  min-height: auto;
  opacity: 1;
  pointer-events: auto
}

.nextcel-N1 .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scaleX(1);
  background: var(--text-color1)
}

.nextcel-N1.header-top-active .header-gnbitem:hover .header-gnblink span::after {
  background: var(--white)
}

.nextcel-N1 .header-subitem {
  overflow: hidden;
  min-width: 14rem;
  background: var(--black)
}

.nextcel-N1 .header-sublink {
  padding: 1rem 2.4rem;
  width: 100%;
  font-weight: 500;
  white-space: nowrap;
  color: var(--white)
}

.nextcel-N1 .header-right {
  display: flex;
  align-items: center;
  text-align: center
}

.nextcel-N1 .header-utils {
  margin-left: 1rem
}

.nextcel-N1 .header-utils>ul {
  display: flex;
  align-items: center
}

.nextcel-N1 .header-utils>ul>li+li {
  margin-left: 4rem
}

.nextcel-N1 .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: filter 0.3s
}

.nextcel-N1.header-top-active .header-utils img {
  filter: invert(100%)
}

.nextcel-N1 .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}

.nextcel-N1 .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.nextcel-N1 .header-utils .member a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0
}

.nextcel-N1 .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.nextcel-N1 .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.nextcel-N1 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}

.nextcel-N1 .header-utils .btn-allmenu .ico-hamburger,
.nextcel-N1 .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--black);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity
}

.nextcel-N1.header-top-active .header-utils .btn-allmenu .ico-hamburger,
.nextcel-N1.header-top-active .btn-momenu .ico-hamburger {
  background: var(--white)
}

.nextcel-N1 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.nextcel-N1 .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}

.nextcel-N1 .btn-momenu {
  display: none
}

.nextcel-N1 .btn-moclose {
  display: none
}

.nextcel-N1 .header-fullmenu {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  visibility: hidden;
  background: var(--black);
  transition: 0.3s;
  opacity: 0
}

.nextcel-N1 .header-fullmenu.fullmenu-right {
  top: 0;
  right: 0;
  width: 0;
  height: 100%
}

.nextcel-N1 .header-fullmenu.fullmenu-left {
  top: 0;
  left: 0;
  width: 0;
  height: 100%
}

.nextcel-N1 .header-fullmenu.fullmenu-top {
  width: 100%;
  height: 0;
  top: 0;
  left: 0
}

.nextcel-N1 .header-fullmenu.fullmenu-bottom {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0
}

.nextcel-N1 .header-fullmenu.fullmenu-active {
  visibility: visible;
  width: 100%;
  height: 100vh;
  opacity: 1
}

.nextcel-N1 .fullmenu-wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem
}

.nextcel-N1 .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem
}

.nextcel-N1 .fullmenu-title {
  margin-bottom: 0
}

.nextcel-N1 .fullmenu-title a {
  height: 4.3rem
}

.nextcel-N1 .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N1 .fullmenu-member {
  display: flex;
  position: absolute;
  top: 0;
  right: 0
}

.nextcel-N1 .fullmenu-member li {
  position: relative
}

.nextcel-N1 .fullmenu-member li a {
  padding: 1.2rem;
  font-weight: 500;
  color: var(--white)
}

.nextcel-N1 .fullmenu-member li::marker {
  content: ""
}

.nextcel-N1 .fullmenu-member li+li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.2)
}

.nextcel-N1 .fullmenu-gnblist {
  display: flex;
  justify-content: center
}

.nextcel-N1 .fullmenu-gnbitem {
  width: 20%
}

.nextcel-N1 .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}

.nextcel-N1 .fullmenu-gnblink {
  position: relative;
  padding-bottom: 4rem;
  width: 100%;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.nextcel-N1 .fullmenu-gnblink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s
}

.nextcel-N1 .fullmenu-gnblink.on::after {
  width: 18rem
}

.nextcel-N1 .fullmenu-sublist {
  padding-top: 4rem
}

.nextcel-N1 .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}

.nextcel-N1 .fullmenu-sublink {
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  color: #a2a2a2;
  transition: 0.3s
}

.nextcel-N1 .fullmenu-sublink::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.nextcel-N1 .fullmenu-sublink:hover {
  color: var(--white)
}

.nextcel-N1 .fullmenu-sublink:hover::before {
  right: auto;
  left: 0;
  width: 100%
}

.nextcel-N1 .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  padding: 0.5rem;
  width: 4.2rem;
  height: 4.2rem;
  background: transparent;
  border: none
}

.nextcel-N1 .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 1120px) {
  .nextcel-N1 .header-title a {
    height: 2rem
  }

  .nextcel-N1 .header-gnblink {
    padding: 2.8rem 2.4rem
  }
}

@media (max-width: 992px) {
  .nextcel-N1 {
    padding-top: 0;
    padding-bottom: 0
  }

  .nextcel-N1.block-active.header-top-active {
    background: var(--white);
    transition: none
  }

  .nextcel-N1.header-top-active:hover {
    background: inherit
  }

  .nextcel-N1.header-top-active:hover::after {
    opacity: 1;
    visibility: visible
  }

  .nextcel-N1.block-active.header-top-active:hover {
    background: var(--white)
  }

  .nextcel-N1.block-active.header-top-active::after {
    opacity: 0;
    visibility: hidden
  }

  .nextcel-N1.header-top-active:hover .header-title img {
    filter: brightness(250%) contrast(150%) saturate(0%)
  }

  .nextcel-N1.block-active.header-top-active .header-title img {
    filter: invert(0)
  }

  .nextcel-N1.header-top-active:hover .header-utils img {
    filter: invert(100%)
  }

  .nextcel-N1 .header-gnb {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 0 1.6rem;
    width: 100%;
    height: 0;
    transition: height 0.3s, background 0.3s;
    background: var(--white)
  }

  .nextcel-N1 .header-gnb::after {
    content: none
  }

  .nextcel-N1.block-active .header-gnb {
    overflow-y: auto;
    height: calc(100vh - 6rem);
    padding-bottom: 19rem
  }

  .nextcel-N1 .header-container {
    min-height: 6rem
  }

  .nextcel-N1 .header-top {
    z-index: 10;
    visibility: hidden;
    border: none;
    opacity: 0;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility
  }

  .nextcel-N1.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible
  }

  .nextcel-N1 .user-menu {
    justify-content: flex-start;
    padding: 0 2.2rem
  }

  .nextcel-N1 .user-menu li a,
  .nextcel-N1 .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
  }

  .nextcel-N1 .user-menu li:first-child a {
    padding-left: 0
  }

  .nextcel-N1 .header-title a {
    width: 12rem;
    height: 2rem
  }

  .nextcel-N1 .header-center {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    width: 100%;
    height: 0
  }

  .nextcel-N1 .header-gnblist {
    display: block;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
    opacity: 0
  }

  .nextcel-N1 .header-gnblink {
    display: flex;
    align-items: flex-end;
    padding: 1.8rem 0;
    width: 100%;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5
  }

  .nextcel-N1.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
  }

  .nextcel-N1.block-active .header-gnblink span {
    color: var(--text-color1)
  }

  .nextcel-N1 .header-gnbitem:hover .header-gnblink span {
    border: none
  }

  .nextcel-N1 .header-gnbitem:hover .header-gnblink span::after {
    content: none
  }

  .nextcel-N1 .header-sublist {
    display: none;
    position: relative;
    padding: 1.8rem 0 2rem 0;
    opacity: 1
  }

  .nextcel-N1.header-top-active .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--text-color1)
  }

  .nextcel-N1 .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--text-color1)
  }

  .nextcel-N1 .header-subitem {
    width: 100%;
    background: transparent;
    transition: background 0.3s
  }

  .nextcel-N1 .header-subitem+.header-subitem {
    padding-top: 0.8rem
  }

  .nextcel-N1 .header-sublink {
    padding: 0;
    color: var(--text-color3);
    text-align: left
  }

  .nextcel-N1 .header-sublink:active {
    color: var(--text-color1)
  }

  .nextcel-N1 .header-sublink:hover {
    color: var(--text-color1);
    background: var(--white)
  }

  .nextcel-N1 .header-right button,
  .nextcel-N1 .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
  }

  .nextcel-N1 .header-utils>ul>li {
    margin-left: 0.6rem
  }

  .nextcel-N1 .header-utils>ul>li.button {
    display: none
  }

  .nextcel-N1 .header-utils .allmenu {
    display: none
  }

  .nextcel-N1 .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem
  }

  .nextcel-N1 .btn-momenu .ico-hamburger {
    width: 2rem
  }

  .nextcel-N1 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
  }

  .nextcel-N1.header-top-active:hover .btn-momenu .ico-hamburger,
  .nextcel-N1.header-top-active .btn-momenu .ico-hamburger {
    background: var(--white)
  }

  .nextcel-N1.header-top-active.block-active .btn-momenu .ico-hamburger {
    background: var(--text-color1)
  }

  .nextcel-N1.block-active .header-center {
    pointer-events: auto
  }

  .nextcel-N1.block-active .header-title {
    display: flex;
    align-items: center;
    height: 6rem
  }

  .nextcel-N1.block-active .header-gnblist {
    visibility: visible;
    opacity: 1
  }

  .nextcel-N1 .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
  }

  .nextcel-N1.header-top-active .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    filter: invert(0)
  }

  .nextcel-N1.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
  }

  .nextcel-N1.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
  }

  .nextcel-N1.block-active .header-member {
    display: flex
  }

  .nextcel-N1.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
  }

  .nextcel-N1.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
  }

  .nextcel-N1.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    visibility: hidden;
    opacity: 0
  }

  .nextcel-N1 .header-fullmenu {
    display: none
  }
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N1 [wUmqKlMmDM] : 편집됨 */
.nextcel-N1[id='wUmqKlMmDM'] {
  position: absolute;
  position: fixed !important
}
/* nextcel-N2 [kxmqKlS1Vx] */
.nextcel-N2 {
  overflow: hidden;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background: var(--black)
}

.nextcel-N2 .footer-logo img {
  height: 3rem;
  object-fit: contain
}

.nextcel-N2 .footer-center {
  margin: 3.4rem 0 2.4rem
}

.nextcel-N2 .footer-center p {
  color: var(--white)
}

.nextcel-N2 .footer-center span {
  display: block
}

.nextcel-N2 .footer-center span+span {
  margin-top: 0.2rem
}

.nextcel-N2 .footer-snslist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem
}

.nextcel-N2 .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem
}

.nextcel-N2 .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem
}

.nextcel-N2 .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nextcel-N2 .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.nextcel-N2 .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-p2)
}

.nextcel-N2 .footer-menulist li:first-child a {
  padding-left: 0
}

.nextcel-N2 .footer-menulink a {
  padding: 0 1.2rem;
  color: var(--white)
}

.nextcel-N2 .footer-menulink {
  position: relative
}

.nextcel-N2 .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1)
}

.nextcel-N2 .footer-txt {
  display: flex;
  margin-top: 0.6rem
}

.nextcel-N2 .footer-txt+.footer-txt {
  margin-top: 0.3rem
}

.nextcel-N2 .footer-txt p,
.nextcel-N2 .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3)
}

.nextcel-N2 .footer-txt p+p {
  margin-left: 0.8rem
}

.nextcel-N2 .footer-txt p span+span {
  margin-left: 0.8rem
}

.nextcel-N2 .footer-info-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 0.2rem
}

.nextcel-N2 .footer-info-item {
  display: flex;
  align-items: center;
  gap: .8rem
}

.nextcel-N2 .footer-info-item strong {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  color: var(--white)
}

.nextcel-N2 .footer-info-item strong::after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: rgba(var(--white-rgb), 0.2)
}

.nextcel-N2 .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background: rgba(var(--black-rgb), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden
}

.nextcel-N2 .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}

.nextcel-N2 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem
}

.nextcel-N2 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid var(--line-color1)
}

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

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

.nextcel-N2 .modal-email .info-area {
  max-height: 17rem
}

.nextcel-N2 .modal-privacy .info-area {
  max-height: 70.3rem
}

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

.nextcel-N2 .info-group strong {
  padding-bottom: 1.2rem;
  display: block
}

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

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

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

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

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

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

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

  .nextcel-N2 .footer-menulink a {
    padding: 0 0.8rem
  }

  .nextcel-N2 .footer-snslist {
    margin: 1.2rem 0 2.4rem
  }

  .nextcel-N2 .footer-center {
    margin: 2.4rem 0
  }

  .nextcel-N2 .footer-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin-top: 0.8rem
  }

  .nextcel-N2 .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    text-align: center
  }

  .nextcel-N2 .footer-txt {
    margin-top: 2.4rem
  }

  .nextcel-N2 .footer-txt p+p {
    margin-left: 0
  }

  .nextcel-N2 .footer-txt+.footer-txt {
    margin-top: 0.6rem
  }
}

@media (max-width: 576px) {
  .nextcel-N2 .footer-menulist {
    justify-content: flex-start;
    flex-wrap: wrap
  }
}
/* nextcel-N10 [mqMr01DTaE] */
.nextcel-N10[id='mqMr01DTaE'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_01.png) no-repeat center/cover
}

.nextcel-N10[id='mqMr01DTaE'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='mqMr01DTaE'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='mqMr01DTaE'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='mqMr01DTaE'] .textset {
  text-align: center
}

.nextcel-N10[id='mqMr01DTaE'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='mqMr01DTaE'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='mqMr01DTaE'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='mqMr01DTaE'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='mqMr01DTaE'] {
    background: url(../images/nextcel_N10_02.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='mqMr01DTaE'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='mqMr01DTaE'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='mqMr01DTaE'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [ekMr01LXbo] */
.nextcel-N10[id='ekMr01LXbo'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_01.png) no-repeat center/cover
}

.nextcel-N10[id='ekMr01LXbo'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='ekMr01LXbo'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='ekMr01LXbo'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='ekMr01LXbo'] .textset {
  text-align: center
}

.nextcel-N10[id='ekMr01LXbo'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='ekMr01LXbo'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='ekMr01LXbo'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='ekMr01LXbo'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='ekMr01LXbo'] {
    background: url(../images/nextcel_N10_02.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='ekMr01LXbo'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='ekMr01LXbo'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='ekMr01LXbo'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [suMr01QUmL] */
.nextcel-N10[id='suMr01QUmL'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_03.png) no-repeat center/cover
}

.nextcel-N10[id='suMr01QUmL'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='suMr01QUmL'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='suMr01QUmL'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='suMr01QUmL'] .textset {
  text-align: center
}

.nextcel-N10[id='suMr01QUmL'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='suMr01QUmL'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='suMr01QUmL'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='suMr01QUmL'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='suMr01QUmL'] {
    background: url(../images/nextcel_N10_04.png) no-repeat center/cover
  }

  .nextcel-N10[id='suMr01QUmL'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='suMr01QUmL'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='suMr01QUmL'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [nImreJl1Z7] */
.nextcel-N10[id='nImreJl1Z7'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_03.png) no-repeat center/cover
}

.nextcel-N10[id='nImreJl1Z7'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='nImreJl1Z7'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='nImreJl1Z7'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='nImreJl1Z7'] .textset {
  text-align: center
}

.nextcel-N10[id='nImreJl1Z7'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='nImreJl1Z7'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='nImreJl1Z7'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='nImreJl1Z7'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='nImreJl1Z7'] {
    background: url(../images/nextcel_N10_04.png) no-repeat center/cover
  }

  .nextcel-N10[id='nImreJl1Z7'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='nImreJl1Z7'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='nImreJl1Z7'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [yaMrEJLixv] */
.nextcel-N10[id='yaMrEJLixv'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_03.png) no-repeat center/cover
}

.nextcel-N10[id='yaMrEJLixv'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='yaMrEJLixv'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='yaMrEJLixv'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='yaMrEJLixv'] .textset {
  text-align: center
}

.nextcel-N10[id='yaMrEJLixv'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='yaMrEJLixv'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='yaMrEJLixv'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='yaMrEJLixv'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='yaMrEJLixv'] {
    background: url(../images/nextcel_N10_04.png) no-repeat center/cover
  }

  .nextcel-N10[id='yaMrEJLixv'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='yaMrEJLixv'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='yaMrEJLixv'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [AAmReK63Ru] */
.nextcel-N10[id='AAmReK63Ru'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_03.png) no-repeat center/cover
}

.nextcel-N10[id='AAmReK63Ru'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='AAmReK63Ru'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='AAmReK63Ru'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='AAmReK63Ru'] .textset {
  text-align: center
}

.nextcel-N10[id='AAmReK63Ru'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='AAmReK63Ru'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='AAmReK63Ru'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='AAmReK63Ru'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='AAmReK63Ru'] {
    background: url(../images/nextcel_N10_04.png) no-repeat center/cover
  }

  .nextcel-N10[id='AAmReK63Ru'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='AAmReK63Ru'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='AAmReK63Ru'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [Wjmr01rCO8] */
.nextcel-N10[id='Wjmr01rCO8'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_05.png) no-repeat center/cover
}

.nextcel-N10[id='Wjmr01rCO8'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='Wjmr01rCO8'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='Wjmr01rCO8'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='Wjmr01rCO8'] .textset {
  text-align: center
}

.nextcel-N10[id='Wjmr01rCO8'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='Wjmr01rCO8'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='Wjmr01rCO8'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='Wjmr01rCO8'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='Wjmr01rCO8'] {
    background: url(../images/nextcel_N10_06.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='Wjmr01rCO8'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='Wjmr01rCO8'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='Wjmr01rCO8'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [xRmr01rY5R] */
.nextcel-N10[id='xRmr01rY5R'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_05.png) no-repeat center/cover
}

.nextcel-N10[id='xRmr01rY5R'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='xRmr01rY5R'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='xRmr01rY5R'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='xRmr01rY5R'] .textset {
  text-align: center
}

.nextcel-N10[id='xRmr01rY5R'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='xRmr01rY5R'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='xRmr01rY5R'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='xRmr01rY5R'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='xRmr01rY5R'] {
    background: url(../images/nextcel_N10_06.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='xRmr01rY5R'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='xRmr01rY5R'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='xRmr01rY5R'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [leMR01XLTi] */
.nextcel-N10[id='leMR01XLTi'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_05.png) no-repeat center/cover
}

.nextcel-N10[id='leMR01XLTi'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='leMR01XLTi'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='leMR01XLTi'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='leMR01XLTi'] .textset {
  text-align: center
}

.nextcel-N10[id='leMR01XLTi'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='leMR01XLTi'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='leMR01XLTi'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='leMR01XLTi'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='leMR01XLTi'] {
    background: url(../images/nextcel_N10_06.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='leMR01XLTi'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='leMR01XLTi'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='leMR01XLTi'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [qjmR01xV1f] */
.nextcel-N10[id='qjmR01xV1f'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_05.png) no-repeat center/cover
}

.nextcel-N10[id='qjmR01xV1f'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='qjmR01xV1f'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='qjmR01xV1f'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='qjmR01xV1f'] .textset {
  text-align: center
}

.nextcel-N10[id='qjmR01xV1f'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='qjmR01xV1f'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='qjmR01xV1f'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='qjmR01xV1f'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='qjmR01xV1f'] {
    background: url(../images/nextcel_N10_06.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='qjmR01xV1f'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='qjmR01xV1f'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='qjmR01xV1f'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [zMMR01y3x5] */
.nextcel-N10[id='zMMR01y3x5'] {
  overflow: hidden;
  position: relative;
  background: url(../images/nextcel_N10_05.png) no-repeat center/cover
}

.nextcel-N10[id='zMMR01y3x5'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='zMMR01y3x5'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='zMMR01y3x5'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='zMMR01y3x5'] .textset {
  text-align: center
}

.nextcel-N10[id='zMMR01y3x5'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='zMMR01y3x5'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='zMMR01y3x5'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='zMMR01y3x5'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='zMMR01y3x5'] {
    background: url(../images/nextcel_N10_06.png) no-repeat center/cover !important
  }

  .nextcel-N10[id='zMMR01y3x5'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='zMMR01y3x5'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='zMMR01y3x5'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [Hbmr4KfL96] */
.nextcel-N10[id='Hbmr4KfL96'] {
  overflow: hidden;
  position: relative;
  background: url(../images/img_mr4khg5u.png) no-repeat center / cover
}

.nextcel-N10[id='Hbmr4KfL96'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='Hbmr4KfL96'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='Hbmr4KfL96'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='Hbmr4KfL96'] .textset {
  text-align: center
}

.nextcel-N10[id='Hbmr4KfL96'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='Hbmr4KfL96'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='Hbmr4KfL96'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='Hbmr4KfL96'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='Hbmr4KfL96'] {
    background: url(../images/img_mr4khgfq.png) no-repeat center / cover !important
  }

  .nextcel-N10[id='Hbmr4KfL96'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='Hbmr4KfL96'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='Hbmr4KfL96'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [BOMr4Lb3wU] */
.nextcel-N10[id='BOMr4Lb3wU'] {
  overflow: hidden;
  position: relative;
  background: url(../images/img_mr4khg5u.png) no-repeat center / cover
}

.nextcel-N10[id='BOMr4Lb3wU'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='BOMr4Lb3wU'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='BOMr4Lb3wU'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='BOMr4Lb3wU'] .textset {
  text-align: center
}

.nextcel-N10[id='BOMr4Lb3wU'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='BOMr4Lb3wU'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='BOMr4Lb3wU'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='BOMr4Lb3wU'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='BOMr4Lb3wU'] {
    background: url(../images/img_mr4khgfq.png) no-repeat center / cover !important
  }

  .nextcel-N10[id='BOMr4Lb3wU'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='BOMr4Lb3wU'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='BOMr4Lb3wU'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [KVMR4LDQgs] */
.nextcel-N10[id='KVMR4LDQgs'] {
  overflow: hidden;
  position: relative;
  background: url(../images/img_mr4khg5u.png) no-repeat center / cover
}

.nextcel-N10[id='KVMR4LDQgs'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='KVMR4LDQgs'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='KVMR4LDQgs'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='KVMR4LDQgs'] .textset {
  text-align: center
}

.nextcel-N10[id='KVMR4LDQgs'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='KVMR4LDQgs'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='KVMR4LDQgs'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='KVMR4LDQgs'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='KVMR4LDQgs'] {
    background: url(../images/img_mr4khgfq.png) no-repeat center / cover !important
  }

  .nextcel-N10[id='KVMR4LDQgs'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='KVMR4LDQgs'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='KVMR4LDQgs'] .textset .textset-subtit {
    height: 4rem
  }
}
/* nextcel-N10 [eQMr4m59Mh] */
.nextcel-N10[id='eQMr4m59Mh'] {
  overflow: hidden;
  position: relative;
  background: url(../images/img_mr4khg5u.png) no-repeat center / cover
}

.nextcel-N10[id='eQMr4m59Mh'] .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='eQMr4m59Mh'] .contents-container {
  height: 60rem
}

.nextcel-N10[id='eQMr4m59Mh'] .contents-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%
}

.nextcel-N10[id='eQMr4m59Mh'] .textset {
  text-align: center
}

.nextcel-N10[id='eQMr4m59Mh'] .textset .textset-tit {
  margin-bottom: 2.2rem;
  color: var(--white)
}

.nextcel-N10[id='eQMr4m59Mh'] .textset .textset-subtit {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 0 2.4rem;
  height: 4.2rem;
  border-radius: 9rem;
  background: rgba(var(--white-rgb), .1);
  backdrop-filter: blur(1.5rem);
  margin-bottom: 0;
  color: var(--white)
}

.nextcel-N10[id='eQMr4m59Mh'] .textset .textset-subtit i {
  color: var(--white)
}

.nextcel-N10[id='eQMr4m59Mh'] .textset .textset-subtit strong {
  font-weight: 700
}

@media (max-width: 992px) {
  .nextcel-N10[id='eQMr4m59Mh'] {
    background: url(../images/img_mr4khgfq.png) no-repeat center / cover !important
  }

  .nextcel-N10[id='eQMr4m59Mh'] .contents-container {
    height: 48rem
  }

  .nextcel-N10[id='eQMr4m59Mh'] .textset .textset-tit {
    margin-bottom: 1.4rem
  }

  .nextcel-N10[id='eQMr4m59Mh'] .textset .textset-subtit {
    height: 4rem
  }
}