/* JB-9131 fix50: default ABSENT (0). Local planb also 0; keep in sync.
 * .model-menu-wrap.with-gnb always uses --banner-top-height — CDN 40/84 caused FOUC. */
:root {
    --banner-top-height: 0px;
}
html:has(.banner-top:not([hidden])) {
    --banner-top-height: 40px;
}
@media screen and (max-width: 750px) {
    html:has(.banner-top:not([hidden])) {
        --banner-top-height: 84px;
    }
}
html:not(.pip-layout-ready) .hmj-header,
html:not(.pip-layout-ready) .model-menu-wrap,
html:not(.pip-layout-ready) .pip-wrapper.hmj-content {
    transition: none !important;
}

/* JB-9131 fix68: PC popup scroll-lock (sec13/sec17) — reserve gutter, keep root scrollbar */
@media screen and (min-width: 1120px) {
    html {
        scrollbar-gutter: stable;
    }
    html[data-page-scroll="false"] {
        overflow-y: scroll;
    }
}

/*
 * pub-fe common.css (MO):
 *   html[data-page-scroll="false"] body { position:fixed; top:0; ... }
 * JS 는 body.style.top = -scrollY 로 오프셋하는데, unlock 때 inline top 을 지우면
 * common.css top:0 이 드러나 화면이 상단으로 점프함.
 * 이 페이지에서는 body lock 을 JS inline 에만 맡기고 common 규칙을 무력화.
 */
@media screen and (max-width: 1119px) {
    html[data-page-scroll="false"] body {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
    }
}

/* JB-9131 fix47: match prod ioniq5_n.css — content pad 0; MO banner via planb sibling. */
.pip-wrapper.hmj-content {
    transition: padding 0.4s ease;
    overflow: hidden;
    padding-top: 0;
}

.banner-top[hidden] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
/* When banner node exists (visible campaign): sibling offsets use CSS var. */
.banner-top + .hmj-header,
.banner-top + .hmj-header .gnb-menu-box,
.banner-top + .hmj-header .gnb-search-dim .search-outer-box {
    top: var(--banner-top-height, 0px);
}
.banner-top + .hmj-header .gnb-menu-box {
    height: calc(100% - var(--banner-top-height, 0px));
}
/* Banner absent: planb .detail-ioniq5 .model-menu-wrap.with-gnb defaults (72/52). When present: */
.banner-top ~ .hmj-header ~ .hmj-container .model-menu-wrap.with-gnb,
.hmj-container .model-menu-wrap.with-gnb {
    top: calc(var(--banner-top-height, 0px) + var(--header-height, 72px));
}
.banner-top ~ .hmj-header.scr-chk ~ .hmj-container .model-menu-wrap.with-gnb,
.banner-top ~ .hmj-header.scr-chk ~ .hmj-container .model-menu-wrap,
.hmj-header.scr-chk ~ .hmj-container .model-menu-wrap.with-gnb,
.hmj-header.scr-chk ~ .hmj-container .model-menu-wrap {
    top: var(--banner-top-height, 0px);
}
.banner-top ~ .hmj-container .model-menu-wrap {
    top: var(--banner-top-height, 0px);
}
@media screen and (max-width: 1119px) {
    .banner-top ~ .hmj-container .model-menu-wrap.with-gnb,
    .hmj-container .model-menu-wrap.with-gnb {
        top: calc(var(--banner-top-height, 0px) + var(--header-height, 52px));
    }
}
.pip-wrapper img {
    width: 100%;
    display: block;
}
.pip-wrapper video {
    max-width: inherit;
    display: block;
}

.detail-ioniq5 .model-menu h4 {
    width: auto;
}
.pip-wrapper .display-pc {
    display: block;
}
.pip-wrapper .display-mo {
    display: none;
}

.pip-wrapper .skip-btn {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: transparent;
    border: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.pip-wrapper .skip-btn.active {
    opacity: 1;
    pointer-events: auto;
}
.pip-wrapper .skip-btn.with-gnb {
    top: 260px;
}
.pip-wrapper .skip-btn p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.pip-wrapper .skip-btn svg path {
    stroke: #fff;
}

.pip-wrapper .cont-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.pip-wrapper .sec-bg-wrapper,
.pip-wrapper .sec-bg-wrapper-dark {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.pip-wrapper .cont-sec .container {
    position: absolute;
    width: 1120px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
}
.pip-wrapper .full-banner-sec {
    position: relative;
}
.pip-wrapper .full-banner-sec .container {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1120px;
}

.pip-wrapper .swiper-controller {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pip-wrapper .swiper-controller .swiper-pagination,
.pip-wrapper .swiper-controller .swiper-button-prev,
.pip-wrapper .swiper-controller .swiper-button-next {
    position: inherit;
    margin: 0;
    padding: 0;
}
.pip-wrapper .swiper-pagination-progressbar {
    position: relative;
    background: transparent;
}
.pip-wrapper .swiper-pagination-progressbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #979797;
}
.pip-wrapper .swiper-pagination-progressbar span {
    background: #EE3A21 !important;
    height: 3px;
}
.pip-wrapper .swiper-controller .swiper-button {
    display: flex;
    gap: 16px;
}
.pip-wrapper .swiper-controller .swiper-button-prev,
.pip-wrapper .swiper-controller .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
}
.pip-wrapper .swiper-controller .swiper-button-prev::after,
.pip-wrapper .swiper-controller .swiper-button-next::after {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}
.pip-wrapper .swiper-controller .swiper-button-prev::after {
    background: url("../../assets/images/planb/ioniq_n/icon/swiper-prev-sec2.png") center center / contain no-repeat;
}
.pip-wrapper .swiper-controller .swiper-button-next::after {
    background: url("../../assets/images/planb/ioniq_n/icon/swiper-next-sec2.png") center center / contain no-repeat;
}

.pip-wrapper .sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh + 98px);
    overflow: hidden;
}
.pip-wrapper .sec1 .sec-bg-wrapper.trigger {
    width: 100%;
    height: 100%;
}
.pip-wrapper .sec1 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* JB-9131 fix48: match prod ioniq5_n.css */
    padding: 200px 0 98px 0;
}
.pip-wrapper .sec1 .top-cont {
    width: 100%;
    color: #fff;
}
.pip-wrapper .sec1 .top-cont h2 {
    font-size: 56px;
    line-height: 90px;
    font-weight: 500;
}
.pip-wrapper .sec1 .top-cont p {
    font-size: 32px;
    line-height: 52px;
    font-weight: 500;
}
.pip-wrapper .sec1 .top-cont .btn-group {
    margin-top: 25px;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 576px;
}
.pip-wrapper .sec1 .top-cont .btn-group .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 56px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}
.pip-wrapper .sec1 .top-cont .btn-group .btn.btn-type2:hover {
    background: #002C5F;
}
.pip-wrapper .sec1 .top-cont .btn-group a.btn-line {
    background: transparent;
    border: 1px solid #002C5F;
    color: #002C5F;
}
.pip-wrapper .sec1 .top-cont .btn-group a.btn-full {
    width: 100%;
}
.pip-wrapper .sec1 .top-cont .img-box {
    width: 321px;
}
.pip-wrapper .sec1 .swiper-slide {
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    background-position: center 52px;
    -webkit-background-size: cover;
    background-size: cover;
}
.pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n"] {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_01_01_pc_v2.jpg");

}
.pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n-dk"] {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_01_02_pc.jpg");
}

.pip-wrapper .sec1 .media-cont, .pip-wrapper .sec1 .media-inner, .pip-wrapper .sec1 .media-slider   {
    position: relative;
    width: 100%;
    height: 100%;
}
.pip-wrapper .slide-btn {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    font-size: 0;
    border: 1px solid #CCC;
    background: #fff;
    border-radius: 50%;
}
.pip-wrapper .slide-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002C5F;
    mask-repeat: no-repeat;
    mask-position: center;
}
.pip-wrapper .slide-btn-prev::after {
    mask-image: url('data:image/svg+xml,%3Csvg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.375 1.25L1.89666 5.72834L6.375 10.2067" stroke="%23E9E9E9" stroke-width="2"/%3E%3C/svg%3E');
    mask-position: calc(50% - 1px) center;
}
.pip-wrapper .slide-btn-next::after {
    mask-image: url('data:image/svg+xml,%3Csvg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.625 9.75L6.10334 5.27166L1.625 0.793314" stroke="%23E9E9E9" stroke-width="2" /%3E%3C/svg%3E');
}
.cont-sec .media-slider-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    z-index: 10;
}
.cont-sec .media-slider-buttons .slide-btn{
    background: transparent;
}
.cont-sec .media-slider-buttons .slide-btn::after {
    background: #fff;
}
.cont-sec .media-slider-status {
    position: absolute;
    left: 50%;
    bottom: 128px;
    display: flex;
    align-items: center;
    margin-left: -560px;
    z-index: 5;
}
.cont-sec .media-slider-status .btn-state {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Crect%20x%3D%2214%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%2212%22%20fill%3D%22%23E9E9E9%22%2F%3E%0A%20%20%3Crect%20x%3D%2220.332%22%20y%3D%2213%22%20width%3D%223%22%20height%3D%2212%22%20fill%3D%22%23E9E9E9%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
.cont-sec .media-slider-status .btn-state.is-paused {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M24.2504%2018.8336C24.3691%2018.9128%2024.3691%2019.0872%2024.2504%2019.1664L15.8109%2024.7927C15.678%2024.8813%2015.5%2024.786%2015.5%2024.6263L15.5%2013.3737C15.5%2013.214%2015.678%2013.1187%2015.8109%2013.2073L24.2504%2018.8336Z%22%20fill%3D%22%23E9E9E9%22%2F%3E%0A%3C%2Fsvg%3E");
}
.cont-sec .media-slider-status .progress {
    position: relative;
    width: 200px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
}
.cont-sec .media-slider-status .progress .bar {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #fff;
    scale: var(--progress-x, 0) 1;
    transform-origin: left top;
    will-change: scale;
}
.cont-sec .media-slider-status .count {
    margin: 0 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #CCC;;
}
.cont-sec .media-slider-status .count .cur {
    color: #fff;
}
.cont-sec .media-slider-status .count .bar {
    width: 2px;
    height: 12px;
    background: #999;
    translate: 0 -1px;
}
.cont-sec .media-slider-status .count .cur,
.cont-sec .media-slider-status .count .len {
    width: 32px;
    text-align: center;
}

.pip-wrapper .top-visual-banner {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 98px;
    background: rgba(25, 25, 25, 0.80);
}
.pip-wrapper .top-visual-banner .inner {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}
.pip-wrapper .top-visual-banner .img-box {
    flex: 0 0 204px;
    max-width: initial;
}
.pip-wrapper .top-visual-banner .banner-slider {
    flex: 1;
}
.pip-wrapper .top-visual-banner .swiper-slide {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    height: 98px;
    overflow: hidden;
}
.pip-wrapper .top-visual-banner .swiper-button-next::after,
.pip-wrapper .top-visual-banner .swiper-button-prev::after {
    content: '';
}
.pip-wrapper .top-visual-banner .swiper-button-next,
.pip-wrapper .top-visual-banner .swiper-button-prev {
    --swiper-navigation-size: 48px;
    width: var(--swiper-navigation-size, "auto");
}
.pip-wrapper .top-visual-banner .swiper-button-next {
    right: auto;
    left: calc(100% + 10px);
}
.pip-wrapper .top-visual-banner .swiper-button-prev {
    left: auto;
    right: calc(100% + 10px);
}
.pip-wrapper .top-visual-banner .swiper-button-next svg,
.pip-wrapper .top-visual-banner .swiper-button-prev svg {
    display: block;
    width: 24px;
    height: 24px;
}
.pip-wrapper .top-visual-banner .swiper-pagination {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #ccc;
    --swiper-pagination-color: #0793EA;
    bottom: 16px;
    display: flex;
    justify-content: center;
}
.pip-wrapper .top-visual-banner .banner-text {
    flex: 1;
}
.pip-wrapper .top-visual-banner .banner-text h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    white-space: nowrap;
}
.pip-wrapper .top-visual-banner .banner-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #ccc;
}
.pip-wrapper .top-visual-banner .btn {
    flex: 0 0 220px;
    min-width: auto;
    height: 48px;
    background: transparent;
}
.pip-wrapper .top-visual-banner .btn span {
    font-size: 16px;
    color: #fff;
}


.pip-wrapper .sec3 {
    overflow: hidden;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select:none;
}
.pip-wrapper .sec3 .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 104px;
}
.pip-wrapper .sec3 .video-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    object-fit: cover;
}
.pip-wrapper .sec3 .video-wrapper .sec3-video {
    position: absolute;
    left: 50%; right: 50%;
    transform: translate(-50%);
    min-width: 100vw;
    min-height: 100vh;
}
.pip-wrapper .sec3 .sec3-cont {
    color: #fff;
    text-align: center;
}
.pip-wrapper .sec3 .sec3-cont strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 7px;
    opacity: 0.7;
}
.pip-wrapper .sec3 .progress-wrapper {
    width: 100%;
    margin: 21px 0 47px 0;
}
.pip-wrapper .sec3 .progress-wrapper .progress-bar {
    position: relative;
    margin: 0 auto;
    width: 564px;
    height: 4px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.3);
}
.pip-wrapper .sec3 .progress-wrapper .progress-bar-ani {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.3);
}
.pip-wrapper .sec3 .progress-wrapper .progress-per {
    position: relative;
    width: 0;
    max-width: 96%;
    height: 4px;
    border-radius: 60px;
    background: linear-gradient(90deg, #5F87D4 0%, #ABFFFF 100%);
}
.pip-wrapper .sec3 .progress-wrapper .progress-blur {
    opacity: 0;
    display: block;
    height: 16px;
    width: 586px;
    margin: -10px auto 0 auto;
    background: url('../../assets/images/planb/ioniq_n/icon/progress-blur.png') center center / cover no-repeat;
}
.pip-wrapper .sec3 .progress-wrapper .progress-per.transition {
    transition: width 0.4s ease;
}
.pip-wrapper .sec3 .progress-wrapper .progress-per-eff {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
.pip-wrapper .sec3 .progress-wrapper .progress-per-eff::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 49px;
    height: 10px;
    background: url("../../assets/images/planb/ioniq_n/icon/video-eff.png") center center / contain no-repeat;
}
.pip-wrapper .sec3 .count-wrapper {
    display: flex;
    justify-content: center;
    gap: 130px;
}
.pip-wrapper .sec3 .count-wrapper .count {
    width: 215px;
}
.pip-wrapper .sec3 .count-wrapper .count > span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.pip-wrapper .sec3 .count-wrapper .count p {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}
.pip-wrapper .sec3 .count-wrapper .count p > span {
    width: 130px;
    display: inline-block;
    font-size: 56px;
    font-weight: 500;
    line-height: 90px;
    margin-right: 8px;
}
.pip-wrapper .sec3 .count-wrapper .count:nth-child(2) p > span {
    width: 145px;
}
.pip-wrapper .sec3 .count-wrapper .count em {
    opacity: 0.6;
}
.pip-wrapper .sec3 #dkeditionLink {
    position: absolute;
    bottom: 110px;
}
.pip-wrapper .sec3-5 {
    color: #fff;
}
.pip-wrapper .sec3-5 .dk-01 {
    position: relative;
    height: 100vh;
    background: url("../../assets/images/planb/ioniq_n/main/images_35_01_pc.jpg") no-repeat center;
    background-size: cover;
}
.pip-wrapper .sec3-5 .wrapper-text {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 1120px;
    height: 100%;
    margin: 0 auto;
}
.pip-wrapper .sec3-5 .wrapper-text .main-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 104px;
}
.pip-wrapper .sec3-5 .wrapper-text .main-text h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec3-5 .wrapper-text .main-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.pip-wrapper .sec3-5 .wrapper-text .bottom-text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: auto;
    padding-bottom: 80px;
    text-align: center;
}
.pip-wrapper .sec3-5 .wrapper-text .bottom-text .price {
    font-size: 24px;
    line-height: 38px;
}
.pip-wrapper .sec3-5 .wrapper-text .bottom-text .price span {
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
}
.pip-wrapper .sec3-5 .wrapper-text .bottom-text .btn {
    max-width: 280px;
    margin: 0 auto;
}
.pip-wrapper .sec3-5 .wrapper-text .bottom-text .btn-like {
    width: 394px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
}
.pip-wrapper .sec3-5 .dk-02 {
    position: relative;
    padding-bottom: 182px;
    background-color: rgba(25, 25, 25, 1);
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper {
    max-width: 1120px;
    margin-top: 40px;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper {
    overflow: hidden;
    padding-bottom: 32px;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-slide {
    width: 100%;
    height: 629px;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper iframe {
    width: 1120px;
    height: 100%;
    border: 0;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-next, .pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-prev {
    top: calc(50% - 4px);
    width: 40px;
    height: 40px;
    color: transparent;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-next::after, .pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-prev::after {
    display: none;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-prev {
    left:0;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-next {
    right: 0;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-pagination {
    bottom: -6px;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    background: #fff;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-disabled {
    pointer-events: all;
}
.pip-wrapper .sec3-5 .dk-03 {
    background: #fff;
    color: #191919;
    padding-bottom: 230px;
}
.dk-03 .cta-outer {
    margin-top: 24px;
    width: 280px;
}
.dk-03 .thumb-slide-sec {
    position: relative;
}
.dk-03 .thumb-slide-sec-inner {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
}

.dk-03 .dk-detail-swiper {
    flex: 0 0 667px;
    margin-right: 32px;
}

.dk-03 .dk-detail-swiper .swiper-slide {
    display: flex;
    align-items: flex-end;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dk-03 .dk-detail-swiper .swiper-slide .txt-area {
    display: none;
}
.dk-03 .dk-detail-swiper .swiper-slide-active {
    opacity: 1;
}

.dk-03 .dk-detail-swiper .img-area {
    width: 667px;
    overflow: hidden;
    flex-shrink: 0;
}

.dk-03 .dk-detail-swiper .img-area img {
    width: 100%;
    height: auto;
    display: block;
}

.dk-03 .view-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dk-03 .txt-area {
    margin: auto 0 24px;
    transition: opacity 0.4s ease;
}

.dk-03 .txt-area .main-txt {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

.dk-03 .txt-area .sub-txt {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 8px;
}

.dk-03 .txt-area .sub-txt:last-of-type {
    margin-bottom: 0;
}

.dk-03 .txt-area .sub-txt-list {
    position: relative;
    padding-left: 20px;
}
.dk-03 .txt-area .sub-txt-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 3px;
}

.dk-03 .thumb-slider-wrap {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.dk-03 .thumb-slider {
    overflow: visible;
    margin-left: unset;
    margin-right: auto;
    width: 234px;
}
.dk-03 .thumb-slider .swiper-wrapper {
    display: flex;
}

.dk-03 .thumb-slider .swiper-slide {
    position: relative;
    width: 234px;
    height: 156px;
}
.dk-03 .thumb-slider .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.7);
}

.dk-03 .thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}

.dk-03 .thumb-slider .thumb-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dk-03 .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.dk-03 .swiper-button-prev,
.dk-03 .swiper-button-next {
    position: static;
    width: 58px;
    height: 58px;
    margin: 0;
}

.dk-03 .swiper-button-next {
    margin-left: 6px;
}

.dk-03 .swiper-button-prev::after,
.dk-03 .swiper-button-next::after {
    content: none;
}

.dk-03 .swiper-pagination {
    position: static;
    display: inline-block;
    margin: 0 15px;
    width: 80px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #999;
}
.dk-03 .swiper-pagination .swiper-pagination-current {
    color: #191919;
}

/* 반응형 스타일 */
@media (max-width: 1119px) {
    .pip-wrapper .sec3-5 .dk-03 .main-text {
        padding-top: 115px;
    }

    .dk-03 .view-content .txt-area .main-txt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .dk-03 .view-content .txt-area .sub-txt {
        font-size: 14px;
        line-height: 22px;
    }

    .dk-03 .thumb-slide-sec-inner {
        gap: 32px;
    }

    .dk-03 .thumb-slider-wrap {
        padding: 0;
    }

    .dk-03 .thumb-slider .swiper-slide {
        height: 60px;
    }

    .dk-03 .swiper-nav {
        margin: 0;
        padding: 0;
    }

    .dk-03 .dk-detail-swiper {
        margin: 0;
        flex: 1;
    }

    .dk-03 .dk-detail-swiper .swiper-slide .txt-area {
        display: block;
        margin: 0;
    }
    .dk-03 .view-content {
        display: none;
    }

    .dk-03 .swiper-button-prev,
    .dk-03 .swiper-button-next {
        display: none;
    }

    .dk-03 .dk-detail-swiper .swiper-slide {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 56px;

    }
    .dk-03 .dk-detail-swiper .swiper-slide .img-area {
        width: 100%;
    }
    .dk-03 .txt-area .main-txt {
        font-size: 16px;
        line-height: 26px;
    }
    .dk-03 .txt-area .sub-txt {
        font-size: 13px;
        line-height: 20px;
    }
    .dk-03 .swiper-fraction {
        display: none;
    }
    .dk-03 .swiper-pagination {
        position: absolute;
        bottom: 140px;
        right: 0;
        left: 0;
        margin: auto;
        width: auto;
    }
    .dk-03 .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 4px;
        background-color: #191919;
    }
}

.pip-wrapper .sec4 {
    color: #fff;
    overflow: hidden;
    height: 10000px;
    z-index: -1;
}
.pip-wrapper .sec4 .sec-bg-wrapper {
    height: 100vh;
    bottom: 0;
    left: 0;
    transition: top 0.2s ease;
    will-change: transform;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_05_01_pc.jpg");
}
.pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: screen;
}
.pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step1 {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_05_02_pc.jpg");
}
.pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step2  {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_05_03_pc.jpg");
}
.pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step3 {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_05_04_pc.jpg");
}
.pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step4  {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_05_05_pc.jpg");
}
.pip-wrapper .sec4 .sec-bg-wrapper-text {
    width: 1120px;
    height: 100%;
    background: transparent;
    margin: 0 auto;
}
.pip-wrapper .sec4 .container {
    position: relative;
    width: 1120px;
    top: 0;
    left: 50%;
    z-index: 2;
    height: 100vh;
}
.pip-wrapper .sec4 .main-text {
    transition: all 0.8s ease;
    opacity: 0;
    width: 1120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 274px;
    margin: 0 auto;
    top: 0;
}
.pip-wrapper .sec4 .main-text.trigger {
    opacity: 1;
    padding-top: 174px;
}
.pip-wrapper .sec4 .main-text h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec4 .main-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.pip-wrapper .sec4 .sub-text {
    opacity: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 135px;
}
.pip-wrapper .sec4 .sub-text.type1 {
    width: 565px;
    bottom: 40px;
    right: 0;
}
.pip-wrapper .sec4 .sub-text.type2 {
    width: 792px;
    bottom: 40px;
    left: 0;
}
.pip-wrapper .sec4 .sub-text.type3 {
    width: 401px;
    bottom: 40px;
    right: 0;
}
.pip-wrapper .sec4 .sub-text.type4 {
    width: 528px;
    bottom: 40px;
    right: 145px;
}
.pip-wrapper .sec4 .sub-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.pip-wrapper .sec4 .sub-text h3 em {
    color: #EE3A21;
}
.pip-wrapper .sec4 .sub-text p {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pip-wrapper .sec5 {
    background: #111111;
    height: 1533px;
}
.pip-wrapper .sec5 .container {
    padding: 104px 0;
    color: #fff;
}
.pip-wrapper .sec5 h3 {
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(200px);
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec5 h3.trigger {
    opacity: 1;
    transform: translateY(0);
}
.pip-wrapper .sec5 h3 em {
    color: #EE3A21;
}
.pip-wrapper .sec5 .tab-wrapper {
    margin: 48px 0 32px 0;
    display: flex;
    gap: 20px;
    height: 145px;
}
.pip-wrapper .sec5 .video-dec {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -26px;
}
.pip-wrapper .sec5 .tab-wrapper li {
    transition: color .2s ease;
    position: relative;
    width: 33.33%;
    height: 100%;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.pip-wrapper .sec5 .tab-wrapper li::before {
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #666;
}
.pip-wrapper .sec5 .tab-wrapper li.active {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}
.pip-wrapper .sec5 .tab-wrapper li.active::before {
    background: #fff;
}
.pip-wrapper .sec5 .tab-wrapper li span {
    display: inline-block;
    padding-top: 16px;
}
.pip-wrapper .sec5 .tab-contents {
    display: none;
    flex-direction: column;
    gap: 40px;
}
.pip-wrapper .sec5 .tab-contents.active {
    display: flex;
}
.pip-wrapper .sec5 .video-wrapper {
    width: 100%;
    height: 629px;
    overflow: hidden;
}
.pip-wrapper .sec5 .video-wrapper video {
    width: 100% !important;
    height: auto;
}
.pip-wrapper .sec5 .pip-sec5-swiper {
    width: 100%;
}
.pip-wrapper .sec5 .swiper-slide {
    display: flex;
    height: 332px;
    justify-content: space-between;
    overflow: hidden;
}
.pip-wrapper .sec5 .swiper-slide .slide-img-wrapper {
    width: 572px;
}
.pip-wrapper .sec5 .swiper-slide .slide-cont-wrapper {
    width: 508px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pip-wrapper .sec5 .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #EE3A21;
    color: #EE3A21;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.pip-wrapper .sec5 .swiper-slide h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.pip-wrapper .sec5 .swiper-slide h4 em {
    color: #EE3A21;
}
.pip-wrapper .sec5 .swiper-slide p {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.pip-wrapper .sec5 .swiper-slide p i {
    display: block;
    position: relative;
    padding-left: 20px;
    font-style: normal;
}
.pip-wrapper .sec5 .swiper-slide p i::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
}
.pip-wrapper .sec5 .swiper-controller {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 508px;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    height: 48px;
}
.pip-wrapper .sec5 .swiper-controller .swiper-pagination {
    position: inherit;
    width: 372px;
    top: 50%;
    transform: translateY(-50%);
}

.pip-wrapper .full-banner-sec.sec6 .container,
.pip-wrapper .full-banner-sec.sec7 .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.pip-wrapper .full-banner-sec p {
    font-size: 30px;
    font-weight: 500;
    line-height: 52px;
    text-align: center;
    opacity: 0.9;
}
.pip-wrapper .full-banner-sec p em {
    color: #EE3A21;
}
.pip-wrapper .full-banner-sec .banner-btn {
    width: 263px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pip-wrapper .sec8 {
    height: 5000px;
}
.pip-wrapper .sec8 .sec-bg-wrapper {
    height: 100vh;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_08_01_pc.jpg");
}
.pip-wrapper .sec8 .sec-bg-wrapper-dark {
    height: 100vh;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_08_02_pc.jpg");
}
.pip-wrapper .sec8 .sec-bg-wrapper.rear {
    background-image: url("../../assets/images/planb/ioniq_n/main/images_08_03_pc.jpg");
}
.pip-wrapper .sec8 .sec-bg-wrapper-dark.rear {
    opacity: 0;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_08_04_pc.jpg");
}
.pip-wrapper .sec8 .container {
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pip-wrapper .sec8 .main-text {
    /* JB-9131: banner adds to sticky chrome; keep title below LNB */
    padding-top: calc(126px + var(--banner-top-height, 0px));
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width: 1120px) {
    html:not(.pip-banner-absent) .pip-wrapper .sec8 .main-text {
        /* Match banner-OFF visual position on PC */
        padding-top: 126px;
    }
}
.pip-wrapper .sec8 .main-text h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec8 .main-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.pip-wrapper .sec8 .toggle-btn {
    position: absolute;
    top: calc(194px + var(--banner-top-height, 0px));
    right: 0;
    cursor: pointer;
    width: 126px;
    height: 46px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.25);
}
.pip-wrapper .sec8 .toggle-btn::before {
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
}
.pip-wrapper .sec8 .toggle-btn.rear::before {
    left: 80px;
}
.pip-wrapper .sec8 .toggle-btn span {
    opacity: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
}
.pip-wrapper .sec8 .toggle-btn span.front.active {
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.pip-wrapper .sec8 .toggle-btn span.rear.active {
    opacity: 1;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.pip-wrapper .sec8 .scroll-btn {
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.pip-wrapper .sec8 .scroll-btn span {
    width: 56px;
    height: 56px;
    background: url('../../assets/images/planb/ioniq_n/icon/more-btn.png') center center / contain no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.pip-wrapper .sec8 .scroll-btn p {
    transition: height 0.4s ease;
    height: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}
.pip-wrapper .sec8 .scroll-btn:hover p {
    height: 22px;
}

.pip-wrapper .sec9 .display-mo-inline {
    display: none;
}
.pip-wrapper .sec9 {
    transition: all 0.8s ease;
    overflow: hidden;
    height: 0;
    opacity: 0;
}
.pip-wrapper .sec9 .sec-bg-wrapper {
    height: 100%;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_09_01_pc.jpg");
}
.pip-wrapper .sec9 .container {
    padding: 120px 0 198px 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 24px;
}
.pip-wrapper .sec9 .hover-card {
    transition: flex 0.6s ease;
    flex: 1;
    position: relative;
    width: 33.33%;
    background: url("../../assets/images/planb/ioniq_n/main/images_09_02_pc.jpg") center center / auto 150% no-repeat;
    cursor: pointer;
}
.pip-wrapper .sec9 .hover-card:nth-child(2) {
    background: url("../../assets/images/planb/ioniq_n/main/images_09_03_pc.jpg") center left / auto 150% no-repeat;
}
.pip-wrapper .sec9 .hover-card:nth-child(3) {
    background: url("../../assets/images/planb/ioniq_n/main/images_09_04_pc.jpg") center left / auto 130% no-repeat;
}
.pip-wrapper .sec9 .hover-card:hover {
    flex: 3;
}
.pip-wrapper .sec9 .hover-card::before {
    transition: background 0.6s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.pip-wrapper .sec9 .hover-card .dimmed {
    transition: opacity 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0;
}
.pip-wrapper .sec9 .hover-card::after {
    content: "";
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 50px;
    height: 50px;
    background: url("../../assets/images/planb/ioniq_n/icon/plus-icon.png") center center / contain no-repeat;
    z-index: 7;
}
.pip-wrapper .sec9 .hover-card span {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    z-index: 6;
}
.pip-wrapper .sec9 .slider-btn {
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.pip-wrapper .sec9 .slider-btn span {
    width: 56px;
    height: 56px;
    background: url('../../assets/images/planb/ioniq_n/icon/more-btn2.png') center center / contain no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.pip-wrapper .sec9 .slider-btn p {
    transition: height 0.4s ease;
    height: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}
.pip-wrapper .sec9 .slider-btn:hover p {
    height: 22px;
}
.pip-wrapper .sec9 .popup-slider-wrapper {
    transition: opacity 0.6s ease;
    height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 99999;
    overflow: hidden;
}
.pip-wrapper .sec9 .popup-slider-wrapper .close-btn {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.pip-wrapper .sec9 .popup-slider-wrapper .close-btn span {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../../assets/images/planb/ioniq_n/icon/close-icon.png') center center / contain no-repeat;
    cursor: pointer;
}
.pip-wrapper .sec9 .popup-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.pip-wrapper .sec9 .pip-sec9-swiper {
    display: none;
    box-sizing: content-box;
    padding-top: 3%;
    height: auto;
    width: 1120px;
    padding-right: 50%;
    padding-bottom: 150px;
}
.pip-wrapper .sec9 .sec9-swiper-l {
    padding-bottom: 200px;
}
.pip-wrapper .sec9 .pip-sec9-swiper.active {
    display: block;
}
.pip-wrapper .sec9 .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 620px;
    height: 562px;
}
.pip-wrapper .sec9 .slide-img-wrapper {
    transition: opacity 0.6s ease;
    position: relative;
    height: 382px;
}
.pip-wrapper .sec9 .swiper-slide .slide-img-wrapper::after {
    transition: background 0.6s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.pip-wrapper .sec9 .slide-cont-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}
.pip-wrapper .sec9 .slide-cont-wrapper span {
    transition: color 0.6s ease;
    color: #5b1f1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.pip-wrapper .sec9 .slide-cont-wrapper h4 {
    transition: color 0.6s ease;
    color: #414141;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    padding: 8px 0 16px 0;
}
.pip-wrapper .sec9 .slide-cont-wrapper h4 em {
    color: #EE3A21;
}
.pip-wrapper .sec9 .slide-cont-wrapper p {
    transition: color 0.6s ease;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.pip-wrapper .sec9 .swiper-slide.swiper-slide-active .slide-img-wrapper {
    opacity: 1;
}
.pip-wrapper .sec9 .swiper-slide.swiper-slide-active .slide-cont-wrapper span {
    color: #EE3A21;
}
.pip-wrapper .sec9 .swiper-slide.swiper-slide-active .slide-cont-wrapper h4 {
    color: #fff;
}
.pip-wrapper .sec9 .swiper-slide.swiper-slide-active .slide-cont-wrapper p {
    color: #ccc;
}
.pip-wrapper .sec9 .swiper-slide.swiper-slide-active .slide-img-wrapper::after {
    background: rgba(0, 0, 0, 0);
}
.pip-wrapper .sec9 .swiper-controller {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1120px;
    z-index: 31;
    display: flex;
    justify-content: flex-end;
    height: 48px;
}
.pip-wrapper .sec9 .swiper-controller .swiper-pagination {
    width: 968px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pip-wrapper .sec10 {
    height: 100vh;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_10_01_pc.jpg");
}
.pip-wrapper .sec10 .container {
    padding-bottom: 104px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.pip-wrapper .sec10 .sec10-title {
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(200px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pip-wrapper .sec10 .sec10-title.trigger {
    opacity: 1;
    transform: translateY(0);
}
.pip-wrapper .sec10 span {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.pip-wrapper .sec10 p {
    font-size: 34px;
    font-weight: 500;
    line-height: 58px;
}
.pip-wrapper .sec10 .sec10-note {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pip-wrapper .sec11 {
    height: 4960px;
    background: #101010;
}
.pip-wrapper .sec11 .fixed-content {
    bottom: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #101010;
}
.pip-wrapper .sec11 .tab-content {
    width: 1120px;
    height: calc(100vh - 70px);
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.pip-wrapper .sec11 .tab-wrapper {
    z-index: 3;
    width: 100%;
    height: 72px;
    top: 70px;
    background: #000;
}
.pip-wrapper .sec11 .tab-wrapper ul {
    height: 100%;
    margin: 0 auto;
    width: 1120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pip-wrapper .sec11 .tab-wrapper ul li {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.pip-wrapper .sec11 .tab-wrapper ul li.active {
    color: #EE3A21;
}
.pip-wrapper .sec11 .tab-wrapper ul li:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    opacity: 0.8;
    background: linear-gradient(rgba(255, 255, 255, 0) 10% , #ffffff 50%, rgba(255, 255, 255, 0) 90%);
}
.pip-wrapper .sec11 .section-title {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
}
.pip-wrapper .sec11 .section-title h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec11 .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.pip-wrapper .sec11 .slide-dec {
    width: 550px;
    margin-top: 170px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pip-wrapper .sec11 .slide-dec span {
    display: block;
    text-align: center;
    width: 40px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #EE3A21;
    color: #EE3A21;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.pip-wrapper .sec11 .slide-dec h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.pip-wrapper .sec11 .slide-dec h4 em {
    color: #EE3A21;
}
.pip-wrapper .sec11 .slide-dec p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.pip-wrapper .sec11 .tab-content .pagination {
    position: absolute;
    left: calc(50% + 100px);
    top: 45%;
    transform: translate(-50%, -50%);
    width: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.pip-wrapper .sec11 .pagination span {
    transition: background 0.4s ease;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.pip-wrapper .sec11 .pagination span.active {
    background: #EE3A21;
}
.pip-wrapper .sec11 .img-scroll {
    display: none;
    position: absolute;
    top: 110px;
    left: calc(50% + 140px);
    width: 728px;
    height: auto;
}
.pip-wrapper .sec11 .img-scroll.active {
    display: block;
    overflow-y: hidden;
    height: auto;
}
.pip-wrapper .sec11 .img-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.pip-wrapper .sec12 {
    width: 100%;
    padding: 104px 0 160px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 80px;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_12_01_pc.jpg");
}
.pip-wrapper .sec12 .section-title {
    width: 1120px;
    margin: 0 auto;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(200px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pip-wrapper .sec12 .section-title.trigger {
    opacity: 1;
    transform: translateY(0);
}
.pip-wrapper .sec12 .section-title h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec12 .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.pip-wrapper .sec12 .content-box {
    width: 1120px;
    margin: 0 auto;
    position: static;
}
.pip-wrapper .sec12 .content-box h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.pip-wrapper .sec12 .content-box p {
    margin-top: 32px;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.pip-wrapper .sec12 .content-box span {
    margin-top: 16px;
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.pip-wrapper .sec12 .content-box img {
    transition: all 1.2s ease;
    height: auto;
}
.pip-wrapper .sec12 .content-box .dec-wrapper {
    transition: all 0.8s ease;
    height: auto;
}
.pip-wrapper .sec12 .content-box:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pip-wrapper .sec12 .content-box:nth-child(2) img {
    aspect-ratio: 5 / 6;
    object-fit: cover;
    width: 600px;
}
.pip-wrapper .sec12 .content-box:nth-child(2) .dec-wrapper {
    width: 400px;
}
.pip-wrapper .sec12 .content-box:nth-child(3) {
    display: flex;
    align-items: center;
    height: 520px;
}
.pip-wrapper .sec12 .content-box:nth-child(3) img {
    aspect-ratio: 15 / 13;
    object-fit: cover;
    position: absolute;
    width: 600px;
    left: calc(50% - 30px);
    transform: translateY(-50%);
}
.pip-wrapper .sec12 .content-box:nth-child(3) .dec-wrapper {
    width: 440px;
}
.pip-wrapper .sec12 .content-box:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 720px;
}
.pip-wrapper .sec12 .content-box:nth-child(4) img {
    aspect-ratio: 5 / 6;
    object-fit: cover;
    position: absolute;
    width: 600px;
    right: calc(50% + 100px);
    transform: translateY(-50%);
}
.pip-wrapper .sec12 .content-box:nth-child(4) .dec-wrapper {
    width: 580px;
}

.pip-wrapper .sec13 {
    box-sizing: content-box;
    padding-top: 104px;
    position: relative;
    height: 1150px;
    background: #000;
}
.pip-wrapper .sec13 .container {
    pointer-events: none;
}
.pip-wrapper .sec13 .section-title {
    margin-top: 104px;
    position: relative;
    z-index: 30;
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}

.gallery-img-box {
    position: absolute;
    width: 2417px;
    height: 100%;
    top: 96px;
    left: calc(50% + 128px);
    transform: translateX(-50%);
}
.pip-wrapper .gallery-img-wrapper {
    position: absolute;
    width: 2624px;
    height: 1022px;
    top: 0;
    left: 0;
}
.pip-wrapper .gallery-cover {
    position: absolute;
    width: 100%;
    height: 1022px;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}
.pip-wrapper .gallery-img-container {
    position: absolute;
    overflow: hidden;
}
.pip-wrapper .gallery-img {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
.pip-wrapper .gallery-img div {
    transition: transform 0.8s ease;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pip-wrapper .gallery-img:hover div {
    transform: scale(1.1);
}
.pip-wrapper .gallery-img-container-1 {
    width: 985px;
    height: 418px;
    top: 131px;
    left: 231px;
    clip-path: polygon(400px 5px, 587px 58px, 725px 146px, 985px 434px, 0 434px, 195px 1px);
}
.pip-wrapper .gallery-img-container-2 {
    width: 648px;
    height: 460px;
    top: 549px;
    left: 38px;
    clip-path: polygon(200px 0, 648px 0, 461px 460px, 0 453px, 0 420px);
}
.pip-wrapper .gallery-img-container-3 {
    width: 645px;
    height: 428px;
    top: 549px;
    left: 685px;
    clip-path: polygon(0 0, 526px 0px, 566px 29px, 645px 44px, 645px 428px, 453px 348px, 129px 67px);
}
.pip-wrapper .gallery-img-container-4 {
    width: 550px;
    height: 461px;
    top: 545px;
    left: 1329px;
    clip-path: polygon(0 0, 550px 0, 345px 461px, 0 449px, 0 449px);
}
.pip-wrapper .gallery-img-container-5 {
    width: 611px;
    height: 280px;
    top: 266px;
    left: 1400px;
    clip-path: polygon(137px 0, 611px 0, 485px 280px, 0 280px);
}
.pip-wrapper .gallery-img-container-6 {
    width: 585px;
    height: 256px;
    top: 12px;
    left: 1540px;
    clip-path: polygon(585px 0, 490px 255px, 0 255px, 60px 120px, 14px 112px, 66px 0);
}
.pip-wrapper .gallery-img-container-1 div {
    background-image: url("../images/planb/ioniq_n/main/images_13_02_01_pc.jpg");
}
.pip-wrapper .gallery-img-container-2 div {
    background-image: url("../images/planb/ioniq_n/main/images_13_02_02_pc.jpg");
}
.pip-wrapper .gallery-img-container-3 div {
    background-image: url("../images/planb/ioniq_n/main/images_13_02_03_pc.jpg");
}
.pip-wrapper .gallery-img-container-4 div {
    background-image: url("../images/planb/ioniq_n/main/images_13_02_04_pc.jpg");
}
.pip-wrapper .gallery-img-container-5 div {
    background-image: url("../images/planb/ioniq_n/main/images_13_02_05_pc.jpg");
}
.pip-wrapper .gallery-img-container-6 div {
    background-image: url("../images/planb/ioniq_n/main/images_13_02_06_pc.jpg");
}

.pip-wrapper .sec13 .popup-slider-wrapper {
    transition: opacity 0.6s ease;
    height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    overflow: hidden;
}
.pip-wrapper .sec13 .popup-slider-wrapper .close-btn {
    width: 1120px;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pip-wrapper .sec13 .popup-slider-wrapper .close-btn h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
    color: #fff;
}
.pip-wrapper .sec13 .popup-slider-wrapper .close-btn span {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../../assets/images/planb/ioniq_n/icon/close-icon.png') center center / contain no-repeat;
    cursor: pointer;
}
.pip-wrapper .sec13 .popup-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.pip-wrapper .sec13 .pip-sec13-main-swiper {
    height: 643px;
    width: 1120px;
}
.pip-wrapper .sec13 .pip-sec13-main-swiper .swiper-slide {
    width: 100%;
    height: 431px;
}
.pip-wrapper .sec13 .pip-sec13-thumb-swiper {
    position: absolute;
    bottom: 115px;
    width: 1120px;
    height: 81px;
}
.pip-wrapper .sec13 .pip-sec13-thumb-swiper .swiper-slide {
    position: relative;
    height: 100%;
}
.pip-wrapper .sec13 .pip-sec13-thumb-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.pip-wrapper .sec13 .pip-sec13-thumb-swiper .swiper-slide.swiper-slide-active::after {
    background: rgba(0, 0, 0, 0);
}
.pip-wrapper .sec13 .swiper-controller {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1120px;
    display: flex;
    justify-content: flex-end;
    height: 48px;
}
.pip-wrapper .sec13 .swiper-controller .swiper-pagination {
    width: 882px;
    top: 50%;
    transform: translateY(-50%);
}
.pip-wrapper .sec13 .swiper-controller .swiper-pagination-text {
    display: flex;
    justify-content: space-between;
    margin-right: 29px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.pip-wrapper .sec13 .swiper-controller .swiper-pagination-text span {
    display: inline-block;
    width: 45px;
    text-align: center;
}
.pip-wrapper .sec13 .swiper-controller .swiper-pagination-text span.now-idx {
    position: relative;
    color: #fff;
}
.pip-wrapper .sec13 .swiper-controller .swiper-pagination-text span.now-idx::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #666;
}

.pip-wrapper .sec14 {
    padding: 104px 0 259px 0;
    background: #000;
}
.pip-wrapper .sec14-banner-wrapper {
    width: 1120px;
    display: flex;
    gap: 32px;
}
.pip-wrapper .sec14-banner-wrapper > div {
    width: 33.33%;
}
.pip-wrapper .sec14-banner {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.pip-wrapper .sec14-banner p {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.96px;
}
.pip-wrapper .sec14-banner::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 24px;
    right: 24px;
    background: url("../../assets/images/planb/ioniq_n/icon/banner-icon.png") center center / contain no-repeat;
}

.pip-wrapper .sec14-banner-wrapper .banner-dec {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.pip-wrapper .sec15 {
    padding: 131px 0;
    background: #000;
    height: 968px;
    color: #fff;
}
.pip-wrapper .sec15 .container-wrapper {
    width: 1120px;
    margin: 0 auto;
}
.pip-wrapper .sec15 .title {
    width: 485px;
    height: 180px;
    margin-bottom: 56px;
}
.pip-wrapper .sec15 .contents {
    display: flex;
    gap: 56px;
}
.pip-wrapper .sec15 .sec15-left {
    width: 548px;
}
.pip-wrapper .sec15 .sec15-right {
    width: 517px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.pip-wrapper .sec15 .sec15-right .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.pip-wrapper .sec15 .sec15-right .text span {
    margin-top: 24px;
    display: block;
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.pip-wrapper .sec15 .sec15-right .sec15-btn {
    cursor: pointer;
    width: 217px;
    height: 56px;
    color: #EAE9E4;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pip-wrapper .lnb-wrapper {
    transition: opacity 0.6s ease;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    display: flex;
    gap: 16px;
    z-index: -1;
}
.pip-wrapper .lnb-wrapper.active {
    opacity: 1;
    z-index: 10;
}
.pip-wrapper .lnb-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pip-wrapper .lnb-wrapper em {
    margin-top: 9px;
    transition: height 0.2s ease;
    position: relative;
    width: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 60px;
}
.pip-wrapper .lnb-wrapper em::after {
    transition: height 0.2s ease;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50%;
}
.pip-wrapper .lnb-wrapper li {
    transition: color 0.2s ease;
    cursor: pointer;
    position: relative;
    display: block;
    height: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.pip-wrapper .lnb-wrapper li.active {
    color: rgba(255, 255, 255, 1);
}
.pip-wrapper .lnb-wrapper li:hover {
    color: rgba(255, 255, 255, 1);
}
.pip-wrapper .lnb-wrapper.type-dark li {
    color: rgba(102, 102, 102, 0.5);
}
.pip-wrapper .lnb-wrapper.type-dark li.active,
.pip-wrapper .lnb-wrapper.type-dark li.hover {
    color: #666;
}
.pip-wrapper .lnb-wrapper.type-dark em {
    background: rgba(102, 102, 102, 0.2);
}
.pip-wrapper .lnb-wrapper.type-dark em::after {
    background: #666;
}

/* 추가 */
.pip-wrapper .sec16 {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    background-image: url("../../assets/images/planb/ioniq_n/main/images_16_01_pc.jpg");
}
.pip-wrapper .sec16 .section-title {
    width: 1120px;
    margin-left: 400px;
    margin-top: 104px;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(200px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pip-wrapper .sec16 .section-title.trigger {
    opacity: 1;
    transform: translateY(0);
}
.pip-wrapper .sec16 .section-title h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec16 .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.pip-wrapper .sec16 .display-mo {
    display: none;
}

.pip-wrapper .sec16 .pip-sec16-swiper {
    width: 100%;
    /* margin: 0 auto; */
    /* margin-left: 258.5px; */
    margin-top: 562px;
    margin-bottom: 104px;
    margin-left: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow: hidden;
}

.pip-wrapper .sec16 .swiper-wrapper {
    top: 0;
    left: 0;
    width: 540px;
    overflow: visible;
    position: relative;
}

.pip-wrapper .sec16 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
    opacity: 0.5;
    position: relative;
}

.pip-wrapper .sec16 .swiper-slide .sec16-img-wrapper {
    position: relative;
}

.pip-wrapper .sec16 .swiper-slide .sec16-img-wrapper.on .img-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.pip-wrapper .sec16 .swiper-slide .sec16-img-wrapper .img-on {
    display: none;
}

.pip-wrapper .sec16 .swiper-slide .toggle-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    width: 126px;
    height: 46px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.25);
}
.pip-wrapper .sec16 .swiper-slide .toggle-btn::before {
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
}
.pip-wrapper .sec16 .swiper-slide .toggle-btn.on::before {
    right: 80px;
}
.pip-wrapper .sec16 .swiper-slide .toggle-btn span {
    opacity: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    border: none;
    color: #fff;
}
.pip-wrapper .sec16 .swiper-slide .toggle-btn span.off.active {
    opacity: 1;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.pip-wrapper .sec16 .swiper-slide .toggle-btn span.on.active {
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.pip-wrapper .sec16 .swiper-slide-active {
    opacity: 1;
}

.pip-wrapper .sec16 .swiper-slide .slide-img-wrapper {
    width: 540px;
}
.pip-wrapper .sec16 .swiper-slide .slide-cont-wrapper {
    width: 540px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.pip-wrapper .sec16 .swiper-slide .display-pc {
    display: flex;
}

.pip-wrapper .sec16 .swiper-slide .display-mo {
    display: none;
}

.pip-wrapper .sec16 .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #EE3A21;
    color: #EE3A21;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.pip-wrapper .sec16 .swiper-slide h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.pip-wrapper .sec16 .swiper-slide p {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.pip-wrapper .sec16 .swiper-slide .slide-cont-small {
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.pip-wrapper .sec16 .swiper-controller {
    width: 1120px;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    height: 48px;
    margin-top: 40px;
}
.pip-wrapper .sec16 .swiper-controller .swiper-pagination {
    position: inherit;
    width: 984px;
    top: 50%;
    margin-right: 24px;
    transform: translateY(-50%);
}

.pip-wrapper .sec17 {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pip-wrapper .sec17 .bg-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    position: relative;
}

.pip-wrapper .sec17 .bg-pc {
    display: block;
}

.pip-wrapper .sec17 .bg-mo {
    display: none;
}

.pip-wrapper .sec17 .display-pc {
    display: block;
}
.pip-wrapper .sec17 .display-mo {
    display: none;
}

.pip-wrapper .sec17 .section-title {
    width: 100%;
    /* margin: 0 auto; */
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    margin-top: 104px;
    opacity: 0;
    transform: translateY(200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.pip-wrapper .sec17 .section-title.trigger {
    opacity: 1;
    transform: translateY(0);
}
.pip-wrapper .sec17 .section-title h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    width: 1120px;
    text-align: left;
}
.pip-wrapper .sec17 .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 1120px;
    text-align: left;
}

.pip-wrapper .sec17 .dot-icon {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    /* transition: content 0.3 ease; */
    /* animation: changeDotIcon 3s ease-in infinite; */
}

.pip-wrapper .sec17 .dot-box {
    position: absolute;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pip-wrapper .sec17 .dot-icon-wrap {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    height: 100%;
}

.pip-wrapper .sec17 .dot-icon-wrap .dot-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: initial;
    opacity: 0;
}

.pip-wrapper .sec17 .dot-icon-wrap .icon-lg {
    animation: showIconLg 3s ease-in infinite;
}

.pip-wrapper .sec17 .dot-icon-wrap .icon-sm {
    animation: showIconSm 3s ease-in infinite;
    z-index: 11;
}

.pip-wrapper .sec17 .dot-icon-wrap .icon-bs {
    z-index: 12;
    opacity: 1;
}

@keyframes showIconLg {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
}
@keyframes showIconSm {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
}

.pip-wrapper .sec17 .dot-box1 {
    top: 20.8%;
    right: 22.8%;
}

.pip-wrapper .sec17 .dot-box2  {
    top: 76.9%;
    right: 50.2%;
}
.pip-wrapper .sec17 .dot-box3  {
    top: 69.1%;
    right: 70.2%;
}
.pip-wrapper .sec17 .dot-box4 {
    top: 70.8%;
    right: 34%;
}
.pip-wrapper .sec17 .dot-box5  {
    top: 47.8%;
    right: 22.4%;
}
.pip-wrapper .sec17 .dot-box6  {
    top: 54.8%;
    right: 57.8%;
}

.pip-wrapper .sec17 .dot-title {
    width: 150px;
    height: 32px;
    position: absolute;
    z-index: 9;
    opacity: 0;
}

.pip-wrapper .sec17 .dot-title1 {
    width: 195px;
    height: 32px;
    top: calc(20.8% + 8px);
    right: calc(22.8% + 42px);
    background-image: url("../../assets/images/planb/ioniq_n/icon/dot_title_01.svg");
}
.pip-wrapper .sec17 .dot-title2 {
    width: 200px;
    height: 39px;
    top: calc(76.9% + 42px);
    right: calc(50.2% - 78px);
    background-image: url("../../assets/images/planb/ioniq_n/icon/dot_title_04.svg");
}
.pip-wrapper .sec17 .dot-title3 {
    width: 228px;
    height: 39px;
    top: calc(69.1% + 40px);
    right: calc(70.8% - 100px);
    background-image: url("../../assets/images/planb/ioniq_n/icon/dot_title_06.svg");
}
.pip-wrapper .sec17 .dot-title4 {
    width: 410px;
    height: 39px;
    top: calc(70.8% + 40px);
    right: calc(34.5% - 192px);
    background-image: url("../../assets/images/planb/ioniq_n/icon/dot_title_03.svg");
}
.pip-wrapper .sec17 .dot-title5 {
    width: 243px;
    height: 32px;
    top: calc(47.8% + 6px);
    right: calc(22.4% + 40px);
    background-image: url("../../assets/images/planb/ioniq_n/icon/dot_title_02.svg");
}
.pip-wrapper .sec17 .dot-title6 {
    width: 190px;
    height: 39px;
    top: calc(54.8% + 40px);
    right: calc(57.8% - 74px);
    background-image: url("../../assets/images/planb/ioniq_n/icon/dot_title_05.svg");
}

.pip-wrapper .sec17 .popup-slider-wrapper {
    transition: opacity 0.6s ease;
    height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    overflow: hidden;
}
.pip-wrapper .sec17 .popup-slider-wrapper .close-btn {
    width: 740px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: end;
}
.pip-wrapper .sec17 .popup-slider-wrapper .close-btn span {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../../assets/images/planb/ioniq_n/icon/close-icon.png') center center / contain no-repeat;
    cursor: pointer;
}
.pip-wrapper .sec17 .popup-slider {
    height: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.pip-wrapper .sec17 .popup-slider-wrapper .display-pc {
    display: flex;
}
.pip-wrapper .sec17 .popup-slider-wrapper .display-mo {
    display: none;
}

.pip-wrapper .sec17 .pip-sec17-swiper {
    width: 1120px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.pip-wrapper .sec17 .swiper-wrapper {
    width: 740px;
    overflow: visible;
}

.pip-wrapper .sec17 .swiper-slide {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pip-wrapper .sec17 .swiper-slide-active {
    opacity: 1;
}

.pip-wrapper .sec17 .swiper-slide .slide-img-wrapper {
    width: 740px;
}
.pip-wrapper .sec17 .swiper-slide .slide-cont-wrapper {
    width: 740px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.pip-wrapper .sec17 .swiper-slide span {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #FFFFFF;
}

.pip-wrapper .sec17 .swiper-slide p {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #E9E9E9;
}

.pip-wrapper .sec17 .swiper-slide .slide-cont-small {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pip-wrapper .sec17 .swiper-controller {
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    height: fit-content;
    margin-top: 58px;
}
.pip-wrapper .sec17 .swiper-controller .swiper-pagination {
    position: inherit;
    width: 740px;
    height: fit-content;
    top: 50%;
    margin-right: 24px;
    transform: translateY(-50%);
}
.pip-wrapper .sec17 .swiper-controller .swiper-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    height: fit-content;
    opacity: 1;
    width: 1120px;
    top: 30%;
    left: 50%;
    margin: 0 auto;
    margin-right: 24px;
    transform: translate(-50%, -50%);
}

.pip-wrapper .sec17 .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100% !important;
    padding: 0 !important;
    opacity: 1 !important;
    background: #ccc !important;
}
.pip-wrapper .sec17 .swiper-pagination .swiper-pagination-bullet-active {
    background: #EE3A21 !important;
}

.pip-wrapper .sec18 {
    width: 100%;
    min-height: 1080px;
    color: #fff;
    background-color: #101010;
    display: flex;
    flex-direction: column;
}

.pip-wrapper .sec18 .section-title {
    width: 1120px;
    margin: 0 auto;
    margin-top: 104px;
    display: flex;
    transition: all 0.8s ease;
    opacity: 0;
    transform: translateY(200px);
    flex-direction: column;
    gap: 8px;
}
.pip-wrapper .sec18 .section-title.trigger {
    opacity: 1;
    transform: translateY(0);
}
.pip-wrapper .sec18 .section-title h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec18 .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.pip-wrapper .sec18 .container {
    padding: 245px 0 198px 0;
    height: 580px;
    opacity: 1;
    transition: all 0.8s ease;
    transform: translateX(-50%);
    display: flex;
}
.pip-wrapper .sec18 .container .trigger {
    opacity: 1;
    transform: translateY(0);
}

.pip-wrapper .sec18 .container .display-pc {
    display: flex;
}

.pip-wrapper .sec18 .container .display-mo {
    display: none;
}

.pip-wrapper .sec18 .hover-card {
    flex: 1;
    position: relative;
    width: 373px;
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
}

.pip-wrapper .sec18 .bg-hover-card  {
    position: relative;
    width: 100%;
    filter: brightness(50%);
    transition: transform 1s, filter 1s ease;
}

.pip-wrapper .sec18 .hover-card span {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-weight: 500;
    z-index: 6;
    font-size: 24px;
    line-height: 38px;
    text-align: left;
    transition: bottom 0.6s ease;
}

.pip-wrapper .sec18 .hover-card p {
    position: absolute;
    left: 40px;
    bottom: -150px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    z-index: 6;
    opacity: 0;
    display: block;
    color: #E9E9E9;
    transition: bottom 0.6s ease;
}

.pip-wrapper .sec18 .scroll-btn {
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    z-index: 10;
}
.pip-wrapper .sec18 .scroll-btn span {
    width: 56px;
    height: 56px;
    background: url('../../assets/images/planb/ioniq_n/icon/more-btn.png') center center / contain no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.pip-wrapper .sec18 .scroll-btn p {
    transition: height 0.4s ease;
    height: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}
.pip-wrapper .sec18 .scroll-btn:hover p {
    height: 22px;
}

.pip-wrapper .sec19 {
    width: 100%;
    height: 1080px;
    /* height: 0;
    opacity: 0; */
    color: #fff;
    background-color: #191919;
    display: none;
    flex-direction: column;
}

.pip-wrapper .sec19 .section-title {
    width: 1120px;
    margin: 0 auto;
    margin-top: 104px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pip-wrapper .sec19 .section-title h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}
.pip-wrapper .sec19 .section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.pip-wrapper .sec19 .tab-wrapper {
    width: 1120px;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
}

.pip-wrapper .sec19 .tab-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pip-wrapper .sec19 .tab-btn {
    width: 144px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #666666;
    opacity: 0px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pip-wrapper .sec19 .active-btn {
    color: #EE3A21;
    border: 1px solid #EE3A21
}

.pip-wrapper .sec19 .tab-wrapper .tab-content {
    width: 100%;
    margin-top: 24px;
    display: none;
}

.pip-wrapper .sec19 .tab-wrapper .active {
    display: flex;
    position: relative;
}

.pip-wrapper .sec19 .tab-content .display-pc {
    display: block;
}

.pip-wrapper .sec19 .tab-content .display-mo {
    display: none;
}


.pip-wrapper .sec19 .pip-sec19-swiper {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.pip-wrapper .sec19 .swiper-wrapper {
    width: 100%;
    overflow: visible;
    /* height: 448px; */
}

.pip-wrapper .sec19 .swiper-slide {
    width: 1120px;
    display: flex;
}

.pip-wrapper .sec19 .swiper-slide .slide-img-wrapper {
    width: 635px;
    position: relative;
    /* height:220px; */
}

.pip-wrapper .sec19 .swiper-slide .slide-img-wrapper picture {
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    transition: opacity 0.6s linear;
    pointer-events: none;
}

.pip-wrapper .sec19 .swiper-slide .slide-img-wrapper picture.show {
    opacity: 1;
    pointer-events: auto;
}

.pip-wrapper .sec19 .swiper-slide .slide-cont-wrapper {
    margin-left: 20px;
    width: 453px;
    height: 448px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pip-wrapper .sec19 .swiper-slide .img-prev {
    display: flex;
    align-items: center;
    gap: 32px;
}

.pip-wrapper .sec19 .swiper-slide .img-prev img {
    width: 156px;
}

.pip-wrapper .sec19 .swiper-slide .text-cont-wrapper {
    position: relative;
    height:326px;
}
.pip-wrapper .sec19 .swiper-slide .text-cont-head {
    margin-bottom: 16px;
}
.pip-wrapper .sec19 .swiper-slide .text-cont-head h4 + .sub-text {
    margin-top: 4px;
}

.pip-wrapper .sec19 .swiper-slide .text-cont-wrapper .text-cont {
    position: absolute;
    bottom:0;
    left:0;
    opacity: 0;
    transition: opacity 0.6s linear;
    pointer-events: none;
}

.pip-wrapper .sec19 .swiper-slide .text-cont-wrapper .text-cont.show {
    opacity: 1;
    pointer-events: auto;
}

.pip-wrapper .sec19 .swiper-slide h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.pip-wrapper .sec19 .swiper-slide p {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.pip-wrapper .sec19 .swiper-slide p:not(.sub-text) {
    margin-bottom: 8px;
}
.pip-wrapper .sec19 .swiper-slide p:last-of-type {
    margin-bottom: 0;
}

.pip-wrapper .sec19 .swiper-slide .sub-text {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.pip-wrapper .sec19 .swiper-controller {
    margin-top: 40px;
    position: relative;
    height:48px;
}
.pip-wrapper .sec19 .swiper-controller .swiper-pagination {
    position: inherit;
    width: 984px;
    top: 0;

    transform: translateY(-50%);
}

.pip-wrapper .sec19 .close-btn {
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.pip-wrapper .sec19 .close-btn span {
    width: 56px;
    height: 56px;
    background: url('../../assets/images/planb/ioniq_n/icon/more-btn2.png') center center / contain no-repeat;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.pip-wrapper .sec19 .close-btn p {
    transition: height 0.4s ease;
    height: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}
.pip-wrapper .sec19 .close-btn:hover p {
    height: 22px;
}

.is-scrolling .dk-02 .flims-swiper {
    pointer-events: none;
}

.layer-popup-wrap.type-guide .guide-title {
    display: block;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.layer-popup-wrap.type-guide .guide-text {
    margin-top: 16px;
    color: #666;
    letter-spacing: -0.14px;
}
.layer-popup-wrap.type-guide .guide-tel-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding: 12px 20px;
    border-radius: 4px;
    border: solid 1px rgba(28, 107, 186, 0.4);
    font-weight: 500;
    color: #1c6bba;
}
.layer-popup-wrap.type-guide .guide-info {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.layer-popup-wrap.type-guide .cta-outer .btn-close {
    width: 240px;
    height: 48px;
    margin: 0 auto;
}
.layer-popup-wrap.type-guide .cta-outer .btn-close span {
    font-size: 16px;
}


@media screen and (max-width: 1119px)  {
    /* JB-9131 fix51: banner OFF content pad 0 (was 52) so KV title gap under LNB
     * matches banner ON. ON uses overlay header + banner pad only; OFF must not
     * add an extra 52px or title sits lower relative to LNB. */
    .pip-wrapper .hmj-content {
        padding-top: 0;
    }
    .banner-top ~ .hmj-container .pip-wrapper.hmj-content,
    .banner-top ~ .hmj-container .hmj-content.pip-wrapper,
    .banner-top ~ .hmj-container .hmj-content {
        padding-top: var(--banner-top-height, 0px);
    }

    .pip-wrapper .display-pc {
        display: none;
    }
    .pip-wrapper .display-mo {
        display: block;
    }

    .pip-wrapper .cont-sec {
        background-position: top center;

    }

    .pip-wrapper .sec-bg-wrapper,
    .pip-wrapper .sec-bg-wrapper-dark {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .pip-wrapper .cont-sec .container {
        padding: 0 20px;
        width: 100%;
    }
    .pip-wrapper .full-banner-sec {
        position: relative;
    }

    .pip-wrapper .swiper-pagination-mo {
        padding: 0;
        text-align: center;
    }
    .pip-wrapper .swiper-pagination-mo .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        padding: 0 !important;
        opacity: 1 !important;
        background: #ccc !important;
    }
    .pip-wrapper .swiper-pagination-mo .swiper-pagination-bullet-active {
        background: #EE3A21 !important;
    }
    .pip-wrapper .swiper-button-mo {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: 0;
        transform: translateY(-50%);
    }
    .pip-wrapper .swiper-button-mo .swiper-button-prev-mo,
    .pip-wrapper .swiper-button-mo .swiper-button-next-mo {
        position: absolute;
        width: 34px !important;
        height: 34px !important;
    }
    .pip-wrapper .swiper-button-mo .swiper-button-prev-mo {
        left: 20px;
    }
    .pip-wrapper .swiper-button-mo .swiper-button-next-mo {
        right: 20px;
    }
    .pip-wrapper .swiper-button-mo .swiper-button-prev-mo::after,
    .pip-wrapper .swiper-button-mo .swiper-button-next-mo::after {
        position: absolute;
        content: "";
        width: 34px;
        height: 34px;
        border-radius: 50%;
        cursor: pointer;
        top: 0;
        left: 0;
    }
    .pip-wrapper .swiper-button-mo .swiper-button-prev-mo::after {
        background: url("../../assets/images/planb/ioniq_n/icon/swiper-prev-sec13.png") center center / contain no-repeat;
    }
    .pip-wrapper .swiper-button-mo .swiper-button-next-mo::after {
        background: url("../../assets/images/planb/ioniq_n/icon/swiper-next-sec13.png") center center / contain no-repeat;
    }

    .pip-wrapper .lnb-wrapper {
        display: none;
    }
    /* JB-9131: header/menuWrap/LNB 동일 transition·calc top (scr-chk 연동) */
    .hmj-header.type-pip.on {
        transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .pip-wrapper .lnb-wrapper-mo.display-mo.dash {
        transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        display: none;
        position: fixed;
        width: 100%;
        height: 70px;
        background: #fff;
        z-index: 11;
        top: calc(var(--banner-top-height, 0px) + var(--header-height, 52px));
    }
    .hmj-header.scr-chk ~ .hmj-container .pip-wrapper .lnb-wrapper-mo.display-mo.dash {
        top: var(--banner-top-height, 0px);
    }

    .pip-wrapper .lnb-wrapper-mo {
        transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        display: none;
        position: fixed;
        top: calc(var(--banner-top-height, 0px) + var(--header-height, 52px) + var(--menu-wrap-height, 55px));
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        z-index: 12;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .pip-wrapper .lnb-wrapper-mo.display-mo:not(.dash)::-webkit-scrollbar {
        display: none;
    }
    .pip-wrapper .lnb-wrapper-mo.display-mo.is-active:not(.dash) {
        display: block;
    }
    .pip-wrapper .lnb-wrapper-mo.display-mo.dash.is-active {
        display: flex;
    }
    .hmj-header.scr-chk ~ .hmj-container .pip-wrapper .lnb-wrapper-mo:not(.dash) {
        top: calc(var(--banner-top-height, 0px) + var(--menu-wrap-height, 55px));
    }
    /* iOS WebKit: scroll LNB 탭 간격 벌어짐 방지 (ioniq5_pe navi-indicator 동일 패턴) */
    .pip-wrapper .lnb-wrapper-mo ul {
        height: 100%;
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
    }
    .pip-wrapper .lnb-wrapper-mo ul li {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-items: center;
        box-sizing: border-box;
        position: relative;
        flex: none;
        padding: 0 20px;
        height: 100%;
        color: #999;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
    }
    .pip-wrapper .lnb-wrapper-mo ul li::before {
        transition: background 0.4s ease;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #fff;
    }
    .pip-wrapper .lnb-wrapper-mo ul li.active {
        color: #000;
    }
    .pip-wrapper .lnb-wrapper-mo ul li.active::before {
        background: #1C6BBA;
    }

    .pip-wrapper .sec1 .swiper-slide {
        background-position: center center;
    }
    .pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n"] {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_01_01_mo_v3_l.jpg");
    }
    .pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n-dk"] {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_01_02_mo_v2_l.jpg");
    }
    /* JB-9131 fix48: match prod ioniq5_n.css MO KV (banner via .hmj-content pad) */
    .pip-wrapper .sec1 {
        top: 53px;
        height: calc(100vh - 45px);
    }
    .pip-wrapper .sec1 .container {
        transition: padding-top .4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
        padding: 82px 20px 65px 20px;
    }
    .scr-chk ~ .hmj-container .pip-wrapper .sec1 .container {
        padding-top: 40px;
    }
    .pip-wrapper .sec1 .top-cont h2 {
        font-size: 32px;
        line-height: 52px;
    }
    .pip-wrapper .sec1 .top-cont p {
        font-size: 20px;
        line-height: 32px;
    }
    .pip-wrapper .sec1 .top-cont.type2 h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec1 .top-cont.type2 p {
        font-size: 18px;
        line-height: 30px;
    }
    .pip-wrapper .slide-btn {
        width: 30px;
        height: 30px;
    }
    .pip-wrapper .sec1 .top-cont .btn-group {
        margin-top: 16px;
        gap: 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .pip-wrapper .sec1 .top-cont .btn-group .btn {
        width: calc(50% - 4px);
        min-width: unset;
        height: 48px;
    }
    .pip-wrapper .sec1 .top-cont .btn-group a.btn-full {
        width: 100%;
    }
    .pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n-dk"] .top-cont .btn-group {
        margin-top: 32px;
    }
    .pip-wrapper .sec1 .top-cont .img-box {
        position: absolute;
        top: 85px;
        right: 57px;
        width: 66px;
        height: 80px;
    }
    .pip-wrapper .sec1 .media-slider-status {
        left: 0;
        /* JB-9131 fix23: clear DK .top-visual-banner (not GNB Top Banner).
           fix21 max(40/84)+152 only restored Top-Banner compensation (~147–191px from
           sec1 bottom). MO dark banner is height:auto (~210px+ with 2-line h4 + CTA),
           so controls still sat in the text. Pin to containing-block bottom instead. */
        top: auto;
        bottom: 230px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 20px 0 10px;
        width: 100%;
        translate: 0;
        transition: bottom .4s ease;
    }
    @media screen and (max-width: 750px) {
        .pip-wrapper .sec1 .media-slider-status {
            bottom: 246px;
        }
    }
    .pip-wrapper .sec1 .media-slider-status .progress {
        margin-left: 0;
        flex: 1;
    }
    .pip-wrapper .sec1 .media-slider-status .progress .bar {
        height: 2px;
    }
    .pip-wrapper .sec1 .media-slider-status .btn-state {
        border: 0;
        width: 30px;
        height: 30px;
    }
    .pip-wrapper .sec1 .media-slider-buttons {
        width: auto;
        gap: 8px;
    }
    .pip-wrapper .sec1 .media-slider-status .count {
        margin-left: 6px;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec1 .media-slider-status .count .cur,
    .pip-wrapper .sec1 .media-slider-status .count .len {
        width: 26px;
    }
    .pip-wrapper .sec1 .media-slider-status .count .bar {
        width: 1px;
    }
    .pip-wrapper .top-visual-banner {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: #191919cc;
    }
    .pip-wrapper .top-visual-banner .inner {
        margin: 0 auto;
        padding: 24px 0 40px;
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    .pip-wrapper .top-visual-banner .banner-slider {
        width: 100%;
    }
    .pip-wrapper .top-visual-banner .swiper-slide {
        height: auto;
        padding: 0 20px;
        flex-direction: column;
        gap: 0;
    }
    .pip-wrapper .top-visual-banner .swiper-button-next {
        top: calc(50% - 40px);
        left: auto;
        right: 4px;
    }
    .pip-wrapper .top-visual-banner .swiper-button-prev {
        top: calc(50% - 40px);
        right: auto;
        left: 4px;
    }
    .pip-wrapper .top-visual-banner .banner-text {
        flex: auto;
        width: 100%;
    }
    .pip-wrapper .top-visual-banner .banner-text h4 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 26px;
    }
    .pip-wrapper .top-visual-banner .btn {
        flex: auto;
        width: 100%;
        min-width: auto;
        flex-shrink: 0;
        background-color: transparent;
    }
    .pip-wrapper .top-visual-banner .btn span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #fff;
    }

    .pip-wrapper .sec3 {
        overflow: hidden;
        height: 100vh;
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select:none;
    }
    .pip-wrapper .sec3 .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-bottom: 0;
    }
    .pip-wrapper .sec3 .video-wrapper {
        overflow: hidden;
        object-fit: fill;
    }
    .pip-wrapper .sec3 .video-wrapper > .sec3-video {
        width: initial;
        height: 100vh;
    }
    .pip-wrapper .sec3 .sec3-cont {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .pip-wrapper .sec3 .sec3-cont strong {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 22px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 5.16px;
    }
    .pip-wrapper .sec3 .progress-wrapper {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 117px 0 0 0;
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-bar {
        width: 80%;
        height: 4px;
        border-radius: 60px;
        background: rgba(255, 255, 255, 0.3);
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-per {
        position: relative;
        width: 0;
        height: 4px;
        border-radius: 60px;
        background: #ABFFFF;
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-per.transition {
        transition: width 0.4s ease;
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-per-eff {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-per-eff::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -24px;
        transform: translateY(-50%);
        width: 49px;
        height: 10px;
        background: url("../../assets/images/planb/ioniq_n/icon/video-eff.png") center center / contain no-repeat;
    }
    .pip-wrapper .sec3 .count-wrapper {
        gap: 40px;
        flex-direction: column;
    }
    .pip-wrapper .sec3 .count-wrapper .count {
        width: 100%;
    }
    .pip-wrapper .sec3 .count-wrapper .count > span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .pip-wrapper .sec3 .count-wrapper .count p {
        font-size: 20px;
        line-height: 32px;
    }
    .pip-wrapper .sec3 .count-wrapper .count p > span {
        width: 75px;
        margin-right: 2px;
        font-size: 32px;
        line-height: 52px;
    }
    .pip-wrapper .sec3 .count-wrapper .count:nth-child(2) p > span {
        width: 85px;
    }
    .pip-wrapper .sec3 .count-wrapper .count em {
        opacity: 0.6;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-per {
        position: relative;
        width: 0;
        height: 4px;
        border-radius: 60px;
        background: linear-gradient(90deg, #5F87D4 0%, #ABFFFF 100%);
    }
    .pip-wrapper .sec3 .progress-wrapper .progress-blur {
        opacity: 1;
        height: 10px;
        margin-bottom: -7px;
        width: 81%;
    }

    .pip-wrapper .sec3 #dkeditionLink {
        position: absolute;
        bottom: 139px;
    }

    .pip-wrapper .sec3-5 .dk-01 {
        height: calc(100vh - var(--banner-top-height) + 70px);
        background-image: url("../../assets/images/planb/ioniq_n/main/images_35_01_mo.jpg");
    }
    .pip-wrapper .sec3-5 .wrapper-text {
        width: 100%;
        height: 100%;
        padding: 0 20px;
    }
    .pip-wrapper .sec3-5 .dk-02 {
        padding-bottom: 230px;
    }
    .pip-wrapper .sec3-5 .dk-02 .flims-swiper {
        max-width: calc(100% + 40px);
        margin: 40px -20px 0;
    }
    .pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper {
        aspect-ratio: 360 / 232;
    }
    .pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-slide {
        height: 100%;
    }
    .pip-wrapper .sec3-5 .dk-02 .flims-swiper iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 1.779 / 1;
    }
    .pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-pagination {
        bottom: 0;
    }
    .pip-wrapper .sec3-5 .dk-02 .flims-swiper .swiper-button-next {
        left: auto;
    }
    .pip-wrapper .sec3-5 .dk-03 {
        padding-bottom: 109px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .main-text {
        padding-top: 110px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .main-text h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .main-text p {
        font-size: 13px;
        line-height: 20px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .bottom-text {
        padding-bottom: 40px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .bottom-text .price {
        font-size: 18px;
        line-height: 30px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .bottom-text .price span {
        font-size: 20px;
        line-height: 32px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .bottom-text .btn-like {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 48px;
    }

    .pip-wrapper .sec3-5 .wrapper-text .bottom-text .btn {
        width: 100%;
        max-width: unset;
        height: 48px;
    }
    .pip-wrapper .sec3-5 .wrapper-text .bottom-text .btn span {
        font-size: 13px;
    }
    .dk-03 .cta-outer {
        width: 100%;
    }
    .dk-03 .cta-outer .btn {
        height: 48px;
    }
    .dk-03 .cta-outer .btn span {
        font-size: 13px;
    }

    .pip-wrapper .sec4 {
        position: relative;
        height: 6000px;
        z-index: -1;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .pip-wrapper .sec4 .sec-bg-wrapper {
        width: 150%;
        left: -25%;
        background-image: url("../../assets/images/planb/ioniq_n/main/images_05_01_mo.jpg");
        background-size: auto 100%;
        background-position: center top;
    }
    .pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage {
        position: absolute;
        width: 100%;
        opacity: 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center top;
    }

    .pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step1 {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_05_02_mo.jpg");
    }
    .pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step2  {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_05_03_mo.jpg");
    }
    .pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step3 {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_05_04_mo.jpg");
    }
    .pip-wrapper .sec4 .sec-bg-wrapper > .sec-bg-wrapper-stage.step4  {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_05_05_mo.jpg");
    }

    .pip-wrapper .sec4 .sec-bg-wrapper-text {
        width: 100%;
        height: 100vh;
    }
    .pip-wrapper .sec4 .container {
        position: relative;
        top: 0;
        left: 50%;
        z-index: 2;
        width: 100%;
        height: 100vh;
    }
    .pip-wrapper .sec4 .main-text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /* restore prod MO (pre fix42/tune2) — title clears sticky LNB */
        padding-top: 215px;
        gap: 10px;
        width: calc(100vw - 40px);
        margin: 0 auto;
    }
    .pip-wrapper .sec4 .main-text.trigger {
        opacity: 1;
        padding-top: 115px;
    }
    .pip-wrapper .sec4 .main-text h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec4 .main-text p {
        font-size: 13px;
        line-height: 20px;
    }
    .pip-wrapper .sec4 .sub-text {
        opacity: 0;
        left: 20px;
        transform: translateX(0);
        gap: 12px;
        justify-content: center;
        height: 140px;
    }
    .pip-wrapper .sec4 .sub-text.type1 {
        left: 20px;
        width: calc(100vw - 40px);
        bottom: 95px;
    }
    .pip-wrapper .sec4 .sub-text.type2 {
        left: 20px;
        width: calc(100vw - 40px);
        bottom: 95px;
    }
    .pip-wrapper .sec4 .sub-text.type3 {
        left: 20px;
        width: calc(100vw - 40px);
        bottom: 95px;
    }
    .pip-wrapper .sec4 .sub-text.type4 {
        left: 20px;
        width: calc(100vw - 40px);
        bottom: 95px;
    }
    .pip-wrapper .sec4 .sub-text h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .pip-wrapper .sec4 .sub-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .pip-wrapper .sec5 {
        height: auto;
    }
    .pip-wrapper .sec5 .container {
        position: static;
        transform: none;
        padding: 115px 0 80px 0;
    }
    .pip-wrapper .sec5 h3 {
        padding: 0 20px;
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec5 .tab-wrapper {
        height: 50px;
        margin: 30px 0 40px 0;
        gap: 10px;
        position: relative;
        padding: 0 20px;
    }
    .pip-wrapper .sec5 .tab-title {
        width: 100%;
        height: auto;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .pip-wrapper .sec5 .video-dec {
        padding: 0 20px;
        margin-top: -10px;
    }
    .pip-wrapper .sec5 .tab-wrapper li {
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec5 .tab-wrapper li.active {
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec5 .tab-wrapper li span {
        padding-top: 10px;
    }
    .pip-wrapper .sec5 .tab-contents {
        gap: 20px;
    }
    .pip-wrapper .sec5 .video-wrapper {
        height: auto;
    }
    .pip-wrapper .sec5 .pip-sec5-swiper {
        width: 100%;
    }
    .pip-wrapper .sec5 .swiper-wrapper {
        width: 100%;
    }
    .pip-wrapper .sec5 .swiper-slide {
        transition: opacity 0.7s ease;
        overflow: hidden;
        width: 85%;
        padding-left: 20px;
        height: auto;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        opacity: 0.4;
    }
    .pip-wrapper .sec5 .swiper-slide-active {
        transition: opacity 0.3s ease;
        opacity: 1;
    }
    .pip-wrapper .sec5 .swiper-slide .slide-img-wrapper {
        width: 100%;
    }
    .pip-wrapper .sec5 .swiper-slide .slide-cont-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .pip-wrapper .sec5 .swiper-slide span {
        border-radius: 6px;
        width: 35px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec5 .swiper-slide h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .pip-wrapper .sec5 .swiper-slide p {
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec5 .swiper-slide p i {
        padding-left: 16px;
    }
    .pip-wrapper .sec5 .swiper-slide p i::before {
        top: 7px;
        left: 3px;
        width: 4px;
        height: 4px;
    }
    .pip-wrapper .sec5 .swiper-controller {
        position: static;
        width: 100vw;
        justify-content: flex-start;
        height: 48px;
    }
    .pip-wrapper .sec5 .swiper-controller .swiper-pagination {
        margin-top: 15px;
        width: 100vw;
        transform: none;
    }
    .pip-wrapper .sec5 .swiper-controller .swiper-button {
        display: none;
    }

    .pip-wrapper .full-banner-sec.sec6 .container,
    .pip-wrapper .full-banner-sec.sec7 .container {
        gap: 20px;
        text-align: center;
    }
    .pip-wrapper .full-banner-sec p {
        font-size: 16px;
        line-height: 26px;
    }
    .pip-wrapper .full-banner-sec .banner-btn {
        width: 137px;
        height: 40px;
        font-size: 13px;
        line-height: 20px;
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .pip-wrapper .sec8 {
        height: 5000px;
    }
    .pip-wrapper .sec8 .sec-bg-wrapper {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_08_01_mo_v2.jpg");
    }
    .pip-wrapper .sec8 .sec-bg-wrapper-dark {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_08_02_mo_v2.jpg");
    }
    .pip-wrapper .sec8 .sec-bg-wrapper.rear {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_08_03_mo_v2.jpg");
    }
    .pip-wrapper .sec8 .sec-bg-wrapper-dark.rear {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_08_04_mo_v2.jpg");
    }
    .pip-wrapper .sec8 .main-text {
        /* JB-9131 tune2: banner OFF pull up ~20px (100→80) */
        padding-top: 80px;
        gap: 10px;
    }
    html:not(.pip-banner-absent) .pip-wrapper .sec8 .main-text {
        /* JB-9131 tune2: banner ON pull up ≥60px (120→60) */
        padding-top: 60px;
    }
    .pip-wrapper .sec8 .main-text h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec8 .main-text p {
        font-size: 13px;
        line-height: 20px;
    }
    .pip-wrapper .sec8 .toggle-btn {
        /* JB-9131 tune2: track Design title (banner OFF 90→70) */
        top: 70px;
        right: 20px;
        width: 80px;
        height: 28px;
    }
    html:not(.pip-banner-absent) .pip-wrapper .sec8 .toggle-btn {
        /* JB-9131 tune2: banner ON (110→50) */
        top: 50px;
    }
    .pip-wrapper .sec8 .toggle-btn::before {
        left: 5px;
        width: 18px;
        height: 18px;
    }
    .pip-wrapper .sec8 .toggle-btn.rear::before {
        left: 56px;
    }
    .pip-wrapper .sec8 .toggle-btn span {
        opacity: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec8 .toggle-btn span.front.active {
        right: 10px;
    }
    .pip-wrapper .sec8 .toggle-btn span.rear.active {
        left: 10px;
    }
    .pip-wrapper .sec8 .scroll-btn {
        gap: 10px;
    }
    .pip-wrapper .sec8 .scroll-btn span {
        width: 40px;
        height: 40px;
    }
    .pip-wrapper .sec8 .scroll-btn p {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        height: 20px;
    }
    .pip-wrapper .sec8 .scroll-btn:hover p {
        height: 20px;
    }

    .pip-wrapper .sec9 .display-mo-inline {
        display: inline;
    }
    .pip-wrapper .sec9 .sec-bg-wrapper {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_09_01_mo.jpg");
    }
    .pip-wrapper .sec9 .container {
        padding: 186px 20px 120px 20px;
        flex-direction: column;
        gap: 20px;
    }
    .pip-wrapper .sec9 .hover-card {
        display: block;
        overflow: hidden;
        flex: initial;
        width: 100%;
        height: 33.33%;
        max-height: 136px;
        background: url("../../assets/images/planb/ioniq_n/main/images_09_02_mo.jpg") center center / cover no-repeat;
    }
    .pip-wrapper .sec9 .hover-card:nth-child(2) {
        background: url("../../assets/images/planb/ioniq_n/main/images_09_03_mo.jpg") center center / cover no-repeat;
    }
    .pip-wrapper .sec9 .hover-card:nth-child(3) {
        background: url("../../assets/images/planb/ioniq_n/main/images_09_04_mo.jpg") center center / cover no-repeat;
    }
    .pip-wrapper .sec9 .hover-card:hover {
        flex: initial;
        content: none;
    }
    .pip-wrapper .sec9 .hover-card::before {
        content: none;
    }
    .pip-wrapper .sec9 .hover-card .dimmed {
        display: none;
    }
    .pip-wrapper .sec9 .hover-card::after {
        bottom: 18px;
        right: 15px;
        width: 30px;
        height: 30px;
        background: url("../../assets/images/planb/ioniq_n/icon/plus-icon-mo.png") center center / contain no-repeat;
    }
    .pip-wrapper .sec9 .hover-card span {
        top: 20px;
        left: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .pip-wrapper .sec9 .slider-btn {
        bottom: 30px;
        gap: 10px;
    }
    .pip-wrapper .sec9 .slider-btn span {
        width: 40px;
        height: 40px;
    }
    .pip-wrapper .sec9 .slider-btn p {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        height: 20px;
    }
    .pip-wrapper .sec9 .popup-slider-wrapper {
        background: rgba(0, 0, 0, 1);
    }
    .pip-wrapper .sec9 .popup-slider-wrapper .close-btn {
        width: 100%;
        margin: 2vh 0 20px 0;
        padding: 0 20px;
    }
    .pip-wrapper .sec9 .popup-slider-wrapper .close-btn span {
        width: 24px;
        height: 24px;
    }
    .pip-wrapper .sec9 .popup-slider {
        position: static;
        transform: none;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .pip-wrapper .sec9 .pip-sec9-swiper {
        padding: 0 20px;
        width: calc(100% - 40px);
        height: auto;
        overflow: visible;
    }
    .pip-wrapper .sec9 .swiper-slide {
        gap: 30px;
        width: 100%;
        height: auto;
    }
    .pip-wrapper .sec9 .slide-img-wrapper {
        width: 100%;
        height: auto;
        opacity: 1;
    }
    .pip-wrapper .sec9 .slide-cont-wrapper span {
        font-size: 12px;
        line-height: 20px;
        color: #EE3A21;
    }
    .pip-wrapper .sec9 .slide-cont-wrapper h4 {
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0 20px 0;
        color: #fff;
    }
    .pip-wrapper .sec9 .slide-cont-wrapper p {
        font-size: 13px;
        line-height: 20px;
        color: #ccc;
    }
    .pip-wrapper .sec9 .swiper-slide .slide-img-wrapper::after {
        background: none;
    }
    .pip-wrapper .sec9 .swiper-controller {
        position: static;
        width: 100%;
        height: 10px;
        margin-top: 20px;
    }
    .pip-wrapper .sec9 .swiper-controller .swiper-button {
        display: none;
    }
    .pip-wrapper .sec9 .swiper-controller .swiper-pagination {
        width: 100%;
        transform: translateY(0);
    }

    .pip-wrapper .sec10 {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_10_01_mo.jpg");
    }
    .pip-wrapper .sec10 .container {
        padding-bottom: 115px;
    }
    .pip-wrapper .sec10 .sec10-title {
        gap: 10px;
    }
    .pip-wrapper .sec10 span {
        font-size: 13px;
        line-height: 20px;
    }
    .pip-wrapper .sec10 p {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec10 .sec10-note {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    .pip-wrapper .sec11 {
        color: #fff;
        height: auto;
        background: #000;
    }
    .pip-wrapper .sec11 .sec11-top-cont {
        padding: 115px 20px 40px 20px;
        background: #000;
    }
    .pip-wrapper .sec11 .sec11-bottom-cont {
        padding: 115px 20px 40px 20px;
        background: #101010;
    }
    .pip-wrapper .sec11 .section-title {
        width: 100%;
        margin: 0;
        padding-bottom: 40px;
        gap: 10px;
    }
    .pip-wrapper .sec11 .section-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec11 .section-title p {
        font-size: 13px;
        line-height: 20px;
    }
    .pip-wrapper .sec11 .slide-dec {
        width: 100%;
        margin-top: 0;
        gap: 10px;
    }
    .pip-wrapper .sec11 .slide-dec span {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 35px;
        height: 20px;
        border-radius: 6px;
        font-size: 12px;
        line-height: 1;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    .pip-wrapper .sec11 .slide-dec h4 {
        font-size: 15px;
        line-height: 24px;
    }
    .pip-wrapper .sec11 .slide-dec p {
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec11 .pip-sec11-swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .pip-wrapper .sec11 .swiper-pagination-mo {
        margin-top: 67px;
    }


    .pip-wrapper .sec12 {
        padding: 115px 0;
        gap: 40px;
        background-image: url("../../assets/images/planb/ioniq_n/main/images_12_01_mo.jpg");
        background-position: bottom center;
    }
    .pip-wrapper .sec12 .section-title {
        padding: 0 20px;
        width: 100%;
        gap: 10px;
    }
    .pip-wrapper .sec12 .section-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec12 .section-title p {
        font-size: 13px;
        line-height: 20px;
    }
    .pip-wrapper .sec12 .content-box {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .pip-wrapper .sec12 .content-box h4 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }
    .pip-wrapper .sec12 .content-box p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec12 .content-box span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec12 .content-box:nth-child(2) {
        display: block;
    }
    .pip-wrapper .sec12 .content-box:nth-child(2) img {
        aspect-ratio: 5 / 6;
        object-fit: cover;
        width: 280px
    }
    .pip-wrapper .sec12 .content-box:nth-child(2) .dec-wrapper {
        width: 92%;
    }
    .pip-wrapper .sec12 .content-box:nth-child(3) {
        margin-top: 60px;
        height: auto;
        flex-direction: column-reverse;
    }
    .pip-wrapper .sec12 .content-box:nth-child(3) img {
        position: relative;
        width: 282px;
        left: auto;
        aspect-ratio: 141 / 82;
        transform: translateY(0);
        right: -25px;
    }
    .pip-wrapper .sec12 .content-box:nth-child(3) .dec-wrapper {
        width: 282px;
        margin-left: auto;
    }
    .pip-wrapper .sec12 .content-box:nth-child(3) h4,
    .pip-wrapper .sec12 .content-box:nth-child(4) h4 {
        margin-top: 40px;
    }
    .pip-wrapper .sec12 .content-box:nth-child(4) {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 60px;
        height: auto;
    }
    .pip-wrapper .sec12 .content-box:nth-child(4) img {
        aspect-ratio: 5 / 6;
        object-fit: cover;
        width: 282px;
        max-height: 336px;
        position: static;
        transform: translateY(0);
    }
    .pip-wrapper .sec12 .content-box:nth-child(4) .dec-wrapper {
        width: 88%;
    }

    .pip-wrapper .sec13 {
        margin-top: -1px;
        color: #fff;
        padding: 115px 0;
        height: auto;
        background: #101010;
    }
    .pip-wrapper .sec13 .main-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px 10px 20px;
    }
    .pip-wrapper .sec13 .main-text h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
    }
    .pip-wrapper .sec13 .main-text .page-text {
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: auto;
    }
    .pip-wrapper .sec13 .main-text .page-text::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 23px;
        width: 1px;
        height: 8px;
        background: #666;
        transform: translateY(-50%);
    }
    .pip-wrapper .sec13 .main-text .page-text span {
        display: inline-block;
        width: 13px;
        color: #666;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }
    .pip-wrapper .sec13 .main-text .page-text span.active {
        color: #fff;
    }
    .pip-wrapper .sec13 .pip-sec13-main-swiper-mo {
        box-sizing: content-box;
        height: auto;
        width: 100%;
    }
    .pip-wrapper .sec13 .pip-sec13-main-swiper-mo .swiper-slide {
        width: 100%;
        height: 138px;
    }
    .pip-wrapper .sec13 .pip-sec13-thumb-swiper-mo {
        position: absolute;
        bottom: 115px;
        width: 200%;
        padding-left: 50%;
        padding-bottom: 30px;
        height: auto;
        left: -36%;
    }
    .pip-wrapper .sec13 .swiper-pagination-mo {
        width: 86%;
        position: absolute;
        right: 0;
        bottom: 60%;
        z-index: 10;
        text-align: center;
    }
    .pip-wrapper .sec13 .pip-sec13-thumb-swiper-mo .swiper-slide .img-wrapper {
        position: relative;
    }
    .pip-wrapper .sec13 .pip-sec13-thumb-swiper-mo .swiper-slide .img-wrapper::after {
        transition: background 0.7s ease;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(72, 72, 72, 0.5);
    }
    .pip-wrapper .sec13 .pip-sec13-thumb-swiper-mo .swiper-slide.swiper-slide-active .img-wrapper::after {
        background: rgba(72, 72, 72, 0);
    }

    .pip-wrapper .sec14 {
        padding: 80px 0;
        height: auto;
    }
    .pip-wrapper .sec14 .container {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }
    .pip-wrapper .sec14-banner-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: auto;
    }
    .pip-wrapper .sec14-banner-wrapper > div {
        width: 100%;
    }
    .pip-wrapper .sec14-banner {
        width: 100%;
    }
    .pip-wrapper .sec14-banner p {
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: normal;
        letter-spacing: -0.72px;
    }
    .pip-wrapper .sec14-banner::before {
        width: 45px;
        height: 45px;
        right: 24px;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url("../../assets/images/planb/ioniq_n/icon/banner-icon-mo.png") center center / contain no-repeat;
    }

    .pip-wrapper .sec15 {
        padding: 115px 0;
        height: auto;
    }
    .pip-wrapper .sec15 .container-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .pip-wrapper .sec15 .title {
        width: 320px;
        height: auto;
        margin-bottom: 40px;
    }
    .pip-wrapper .sec15 .contents {
        flex-direction: column;
        gap: 32px;
    }
    .pip-wrapper .sec15 .sec15-left {
        width: 100%;
    }
    .pip-wrapper .sec15 .sec15-right {
        gap: 52px;
        width: 100%;
        justify-content: flex-start;
    }
    .pip-wrapper .sec15 .sec15-right .text {
        color: #ccc;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec15 .sec15-right .text span {
        margin-top: 20px;
    }
    .pip-wrapper .sec15 .sec15-right .sec15-btn {
        width: 100%;
        height: 50px;
        font-size: 14px;
        line-height: 22px;
    }

    .pip-wrapper .sec16 {
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        background-image: url("../../assets/images/planb/ioniq_n/main/images_16_01_01_mo.jpg");
        background-position: center;
    }

    .pip-wrapper .sec16 .section-title {
        padding: 0 20px;
        width: 100%;
        margin-top: 115px;
        margin-left: 0;
    }
    .pip-wrapper .sec16 .section-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec16 .section-title p {
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: -0.04em;
    }

    .pip-wrapper .sec16 .display-mo {
        display: block;
    }

    .pip-wrapper .sec16 .pip-sec16-swiper {
        margin: 0 auto;
        margin-top: 260px;
        margin-bottom: 40px;
        width: 100%;
        position: relative;
    }
    .pip-wrapper .sec16 .swiper-wrapper {
        width: 100%;
    }
    .pip-wrapper .sec16 .swiper-slide {
        transition: opacity 0.7s ease;
        overflow: hidden;
        width: 85%;
        padding-left: 20px;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        opacity: 0.4;
    }
    .pip-wrapper .sec16 .swiper-slide-active {
        transition: opacity 0.3s ease;
        opacity: 1;
    }
    .pip-wrapper .sec16 .swiper-slide .slide-img-wrapper {
        width: 100%;
    }
    .pip-wrapper .sec16 .swiper-slide .slide-cont-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }
    .pip-wrapper .sec16 .swiper-slide .display-pc {
        display: none;
    }

    .pip-wrapper .sec16 .swiper-slide .display-mo {
        display: flex;
    }
    .pip-wrapper .sec16 .swiper-slide span {
        border-radius: 6px;
        width: 35px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec16 .swiper-slide h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .pip-wrapper .sec16 .swiper-slide p {
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec16 .swiper-controller {
        position: static;
        width: 100vw;
        justify-content: flex-start;
        height: 48px;
    }
    .pip-wrapper .sec16 .swiper-controller .swiper-pagination {
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
        transform: none;
    }
    .pip-wrapper .sec16 .swiper-controller .swiper-button {
        display: none;
    }
    .pip-wrapper .sec17 {
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .pip-wrapper .sec17 .bg-image {
        aspect-ratio: 1 / 2;
        object-fit: cover;
        width: 100%;
        position: relative;
    }

    .pip-wrapper .sec17 .bg-pc {
        display: none;
    }

    .pip-wrapper .sec17 .bg-mo {
        display: block;
    }

    .pip-wrapper .sec17 .display-pc {
        display: none;
    }
    .pip-wrapper .sec17 .display-mo {
        display: block;
    }


    .pip-wrapper .sec17 .section-title {
        padding: 0 20px;
    }
    .pip-wrapper .sec17 .section-title.trigger {
        opacity: 1;
        transform: translateY(0);
    }
    .pip-wrapper .sec17 .section-title h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
        width: 100%;
    }
    .pip-wrapper .sec17 .section-title p {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: -0.04em;
    }

    .pip-wrapper .sec17 .dot-icon {
        /* width: 34px;
        height: 34px; */
    }
    .pip-wrapper .sec17 .dot-box1 {
        /* top: 42%;
        right: 9%; */
        top: 43%;
        right: 10%;
    }
    .pip-wrapper .sec17 .dot-box2 {
        /* top: 72.5%;
        right: 61%; */
        top: 75%;
        right: 64%;
    }
    .pip-wrapper .sec17 .dot-box3 {
        /* top: 66%;
        right: 85%; */
        top: 67%;
        right: 87%;
    }
    .pip-wrapper .sec17 .dot-box4 {
        /* top: 70%;
        right: 30%; */
        top: 71%;
        right: 32%;
    }
    .pip-wrapper .sec17 .dot-box5 {
        /* top: 56.5%;
        right: 6.8%; */
        top: 57.5%;
        right: 8.8%;
    }
    .pip-wrapper .sec17 .dot-box6 {
        /* top: 59%;
        right: 76%; */
        top: 61%;
        right: 78%;
    }

    .pip-wrapper .sec17 .dot-box {
        position: absolute;
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pip-wrapper .sec17 .dot-icon-wrap {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 100%;
        height: 100%;
    }

    .pip-wrapper .sec17 .dot-icon-wrap .dot-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        max-width: initial;
        opacity: 0;
    }

    .pip-wrapper .sec17 .dot-icon-wrap .icon-lg {
        animation: showIconLg 3s ease-in infinite;
    }

    .pip-wrapper .sec17 .dot-icon-wrap .icon-sm {
        animation: showIconSm 3s ease-in infinite;
        z-index: 11;
    }

    .pip-wrapper .sec17 .dot-icon-wrap .icon-bs {
        z-index: 12;
        opacity: 1;
    }

    @keyframes showIconLg {
        0% {
            opacity: 0;
        }
        30% {
            opacity: 1;
        }
    }
    @keyframes showIconSm {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
    }
    .pip-wrapper .sec17 .popup-slider-wrapper .close-btn {
        width: 100%;
        margin: 0 auto;
    }
    .pip-wrapper .sec17 .popup-slider-wrapper .close-btn span {
        display: block;
        width: 24px;
        height: 24px;
        background: url('../../assets/images/planb/ioniq_n/icon/close-icon.png') center center / contain no-repeat;
        cursor: pointer;
    }
    .pip-wrapper .sec17 .popup-slider {
        width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        top: 48px;
        transform: translateX(-50%);
    }

    .pip-wrapper .sec17 .popup-slider-wrapper .display-pc {
        display: none;
    }
    .pip-wrapper .sec17 .popup-slider-wrapper .display-mo {
        display: flex;
    }
    .pip-wrapper .sec17 .pip-sec17-swiper-mo {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    .pip-wrapper .sec17 .swiper-wrapper {
        width: 100%;
    }
    .pip-wrapper .sec17 .swiper-slide {
        transition: opacity 0.7s ease;
        overflow: hidden;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        opacity: 0.4;
    }
    .pip-wrapper .sec17 .swiper-slide-active {
        transition: opacity 0.3s ease;
        opacity: 1;
    }
    .pip-wrapper .sec17 .swiper-slide .slide-img-wrapper {
        width: 100%;
    }
    .pip-wrapper .sec17 .swiper-slide .slide-cont-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
    .pip-wrapper .sec17 .swiper-slide span {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }
    .pip-wrapper .sec17 .swiper-slide p {
        margin-bottom: 30px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #E9E9E9;
    }
    .pip-wrapper .sec17 .swiper-slide .slide-cont-small {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #ccc;
    }
    .pip-wrapper .sec17 .swiper-controller {
        position: static;
        width: 100vw;
        justify-content: flex-start;
        height: 48px;
        margin-top: 0;
    }
    .pip-wrapper .sec17 .swiper-controller .swiper-pagination {
        margin-top: -5px;
        margin-right: 0;
        width: 100vw;
        transform: none;
    }
    .pip-wrapper .sec17 .swiper-controller .swiper-button {
        display: none;
    }

    .pip-wrapper .sec18 {
        width: 100%;
        min-height: 913px;
        color: #fff;
        display: flex;
        flex-direction: column;
        background-color: #101010;
        position: relative;
    }

    .pip-wrapper .sec18 .section-title {
        padding: 0 20px;
        width: 100%;
        margin-top: 115px;
    }
    .pip-wrapper .sec18 .section-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec18 .section-title p {
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: -0.04em;
    }
    .pip-wrapper .sec18 .container {
        height: 820px;
        position: static;
        margin-top: 50px;
        padding: 0 20px;
        transform: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        transition: none;
    }

    .pip-wrapper .sec18 .container .display-pc {
        display: none;
    }

    .pip-wrapper .sec18 .container .display-mo {
        display: flex;
    }

    .pip-wrapper .sec18 .hover-card {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
        background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("../../assets/images/planb/ioniq_n/main/images_18_01_02_mo.jpg") center center / cover no-repeat !important;
    }
    .pip-wrapper .sec18 .hover-card:nth-child(4) {
        background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("../../assets/images/planb/ioniq_n/main/images_18_02_02_mo.jpg") center center / cover no-repeat !important;
    }
    .pip-wrapper .sec18 .hover-card:nth-child(6) {
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../assets/images/planb/ioniq_n/main/images_18_03_02_mo.jpg") center center / cover no-repeat !important;
    }

    .pip-wrapper .sec18 .hover-card span {
        bottom: 20px;
        left: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

    .pip-wrapper .sec18 .hover-card p {
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #CCCCCC;
        bottom: 20px;
        left: 20px;
    }

    .pip-wrapper .sec18 .scroll-btn {
        position: static;
        width: 100%;
        transform: none;
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        cursor: pointer;
    }

    .pip-wrapper .sec18 .scroll-btn span {
        width: 40px;
        height: 40px;
    }
    .pip-wrapper .sec18 .scroll-btn p {
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .pip-wrapper .sec19 {
        margin-top: -1px;
        width: 100%;
        min-height: 1080px;
        height: 100%;
        display: none;
        /* height: 0px;
        min-height: 0px;
        opacity: 0; */
    }
    .pip-wrapper .sec19 .section-title {
        padding: 0 20px;
        width: 100%;
        margin-top: 115px;
    }
    .pip-wrapper .sec19 .section-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .pip-wrapper .sec19 .section-title p {
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: -0.04em;
    }

    .pip-wrapper .sec19 .hover-card .display-mo {
        display: block;
    }

    .pip-wrapper .sec19 .tab-wrapper {
        width: 100%;
    }

    .pip-wrapper .sec19 .tab-btn-wrapper {
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .pip-wrapper .sec19 .tab-btn {
        flex: 1;
        height: 34px;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .pip-wrapper .sec19 .tab-wrapper .tab-content {
        padding: 0 20px;
        margin-top: 20px;
    }

    .pip-wrapper .sec19 .tab-content .display-pc {
        display: none;
    }

    .pip-wrapper .sec19 .tab-content .display-mo {
        display: flex;
    }


    .pip-wrapper .sec19 .pip-sec19-swiper {
        width: 100%;
        /* margin: 0 auto; */
        display: flex;
        flex-direction: column;
        align-items: start;
        overflow: hidden;
    }
    .pip-wrapper .sec19 .swiper-slide {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pip-wrapper .sec19 .swiper-slide .slide-img-wrapper {
        width: 100%;
        height: fit-content;
        gap: 0;
    }

    .pip-wrapper .sec19 .swiper-slide .slide-img-wrapper picture{
        position: initial;
        width: 100%;
        opacity: 1;
    }

    .pip-wrapper .sec19 .swiper-slide .slide-img-wrapper picture img{
        width: 100%;
        /* height: 220px; */
    }

    .pip-wrapper .sec19 .swiper-slide .slide-cont-wrapper {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: none;
        margin-left: 0;
        margin-top: 40px;
    }

    .pip-wrapper .sec19 .swiper-slide .text-cont-wrapper {
        margin-top: 0;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .pip-wrapper .sec19 .swiper-slide .text-cont-head {
        margin-bottom: 20px;
    }
    .pip-wrapper .sec19 .swiper-slide h4 {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }

    .pip-wrapper .sec19 .swiper-slide p {
        color: #E9E9E9;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .pip-wrapper .sec19 .swiper-slide p:not(.sub-text) {
        margin-bottom: 10px;
    }

    .pip-wrapper .sec19 .swiper-slide .sub-text {
        margin: 0;
        color: #ccc;
    }

    .pip-wrapper .sec19 .swiper-controller {
        margin-top: 0;
        position: static;
        width: 100%;
        justify-content: flex-start;
        height: 48px;
    }
    .pip-wrapper .sec19 .swiper-controller .swiper-pagination {
        width: 100%;
        transform: none;
    }

    .pip-wrapper .sec19 .swiper-controller .swiper-button {
        display: none;
    }

    .pip-wrapper .sec19 .close-btn {
        position: static;
        width: 100%;
        transform: none;
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        cursor: pointer;
    }
    .pip-wrapper .sec19 .close-btn span {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .pip-wrapper .sec19 .close-btn p {
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .layer-popup-wrap.type-guide .guide-title {
        font-size: 14px;
    }
    .layer-popup-wrap.type-guide .guide-text {
        font-size: 13px;
        line-height: 20px;
    }
    .layer-popup-wrap.type-guide .guide-text span {
        letter-spacing: -1.04px;
    }
    .layer-popup-wrap.type-guide .guide-tel-box {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.39px;
    }
    .layer-popup-wrap.type-guide .cta-outer .btn-close {
        width: 100%;
    }
    .layer-popup-wrap.type-guide .cta-outer .btn-close span {
        font-size: 13px;
    }
    .pip-wrapper .sec16 .swiper-slide .toggle-btn {
        top: 12px;
        right: 12px;
        width: 80px;
        height: 28px;
    }
    .pip-wrapper .sec16 .swiper-slide .toggle-btn::before {
        right: 5px;
        width: 18px;
        height: 18px;
    }
    .pip-wrapper .sec16 .swiper-slide .toggle-btn.on::before {
        right: 56px;
    }
    .pip-wrapper .sec16 .swiper-slide .toggle-btn span {
        opacity: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .pip-wrapper .sec16 .swiper-slide .toggle-btn span.off.active {
        left: 10px;
    }
    .pip-wrapper .sec16 .swiper-slide .toggle-btn span.on.active {
        right: 10px;
    }
}

@media screen and (max-width: 400px) {
    .pip-wrapper .sec8 .main-text {
        /* JB-9131 tune2: banner OFF (110→90) */
        padding-top: 90px;
    }
    html:not(.pip-banner-absent) .pip-wrapper .sec8 .main-text {
        /* JB-9131 tune2: banner ON (130→70) */
        padding-top: 70px;
    }
    .pip-wrapper .sec8 .main-text p {
        font-size: 3.25vmin;
    }
    .pip-wrapper .sec8 .toggle-btn {
        top: 80px;
    }
    html:not(.pip-banner-absent) .pip-wrapper .sec8 .toggle-btn {
        top: 60px;
    }
}

.quick-menu {
    z-index: 301;
}
.btn-top-box.active {
    z-index: 10 !important;
}

@media screen and (max-width: 391px) {
    .pip-wrapper .sec1 .swiper-slide {
        background-position: top center;
    }
}

@media screen and (max-width: 389px) {
    .pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n"] {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_01_01_mo_v3_s.jpg");
    }
    .pip-wrapper .sec1 .swiper-slide[data-item-type="ioniq5-n-dk"] {
        background-image: url("../../assets/images/planb/ioniq_n/main/images_01_02_mo_v2_s.jpg");
    }
}
