@charset "utf-8";

/* common */
body,
.contentWrap .contTop {
    background-color: #fff;
}
.topBgTxtArea {
    display: none !important;
}

:root {
    --cont-max-width: 1120px;
}

/* Key-Visual Area */
.keyVisual {
    position: relative;
    width: 100%;
    height: 760px;
    background-size: cover;
}
.keyVisual__title {
    position: absolute;
    top: 135px;
    left: 147px;
    margin: 0;
    font-family: "HyundaiSansHeadMedium";
    font-size: 100px;
    line-height: 1;
    color: #fff;
    z-index: 1;
}
.keyVisual__title > span {
    display: block;
    font-family: "HyundaiSansHeadMedium";
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 25px;
}

/* Sub Key-Visual Area */
.sub-keyVisual {
    position: relative;
    width: 99vw;
    margin-left: calc(-50vw + 50.8%);
    margin-bottom: -10px;
}
.sub-keyVisual__title {
    position: absolute;
    left: calc(50% - var(--cont-max-width) / 2);
    top: 0;
    max-width: var(--cont-max-width);
    width: 100%;
    padding-top: 148px;
    z-index: 5;
}
.sub-keyVisual__title h2 {
    font-family: "HyundaiSansHeadMedium";
    font-size: 58px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}
.sub-keyVisual__title h2 > span {
    display: block;
    font-family: "HyundaiSansHeadMedium";
    font-size: 34px;
    line-height: 28px;
    margin-bottom: 25px;
}
.sub-keyVisual__media img,
.sub-keyVisual__media video {
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Banner Area */
.bottom-banner {
    position: relative;
    height: 435px;
    background-size: cover;
    text-align: center;
}
.bottom-banner--kona {
    background-image: url("/content/dam/hyundai/ww/en/images/find-a-car/pip/suv/kona-sx2/sx2-kona-digital-studio-banner-pc.jpg");
}
.bottom-bannerWrap {
    --cont-max-width: 1320px;
    max-width: var(--cont-max-width);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bottom-banner__box {
    padding: 0 40px;
}
.bottom-banner__title {
    font-family: "HyundaiSansHeadMedium";
    font-size: 56px;
    line-height: 66px;
    color: #fff;
    text-align: left;
    margin-bottom: 22px;
}
.bottom-banner__button {
    display: block;
    min-width: 262px;
    width: fit-content;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 20.8em;
}
.bottom-banner__button:hover {
    color: #fff;
}
.bottom-banner__button span {
    color: #fff;
    font-size: 16px;
    line-height: 58px;
}

/* h */
.pip-title {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    font-family: "HyundaiSansHeadMedium";
}
.pip-subTitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 26px;
    letter-spacing: -0.02em;
    font-family: "HyundaiSansHeadMedium";
}
.txt-col__elem .pip-subTitle {
    margin-bottom: 18px;
}
.txt-desc {
    font-size: 16px;
    line-height: 28px;
}
.txt-info {
    font-family: "HyundaiSansTextRegular";
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.pip-desc {
    font-family: "HyundaiSansTextRegular";
    line-height: 28px;
    font-weight: 400;
}
.pip-txtWrap {
    margin-bottom: 58px;
}

/* text column */
.txt-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.txt-col .pip-title {
    margin-bottom: 0;
}
.txt-col__elem {
    text-align: left;
}
.txt-col__elem + .txt-col__elem {
    width: 55%;
}

.txt-col.txt-col--half {
    gap: 128px 32px;
}
.txt-col--half .txt-col__elem {
    width: calc(50% - 16px);
}

/* section */
.section-media {
    width: 100%;
    max-width: var(--cont-max-width);
    margin: 100px auto;
}
.section-media__description {
    margin: 0 0 50px;
    text-align: center;
}
.section-media__elem {
    text-align: center;
}
.section-media__elem.videoy {
    height: 630px;
}
.section-media__elem .p-asterisk {
    margin-top: 37px;
    font-size: 16px;
    line-height: 28px;
    text-indent: -8px;
    padding-left: 8px;
}
.section-media__elem .p-asterisk::before {
    content: "* ";
}

.section-media.full-media {
    max-width: 100%;
}
.section-media.full-media .section-media__description {
    width: var(--cont-max-width);
    margin: 0 auto 50px;
}

.section-bg {
    width: 100%;
    max-width: initial;
    background-color: #f6f3f2;
    padding: 100px 0;
    width: 99vw;
    margin-left: calc(-50vw + 50.8%);
}
.section-bg .section-media__inner {
    max-width: var(--cont-max-width);
    margin: 0 auto;
}

.section-col .section-media__inner {
    display: flex;
    gap: 30px;
}
.section-col .section-media__description {
    width: 30%;
    text-align: left;
}
.section-col .section-media__elem {
    width: 73%;
    text-align: left;
}
.section-col .section-media__elem img {
    width: 100%;
}

.section-col.section-media__elem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-col__elem {
    width: 50%;
}
.section-col__elem img {
    width: 100%;
    display: block;
}
.section-col__txt {
    padding: 0 70px;
}

.section-col.section-col--half .section-media__inner {
    flex-direction: row-reverse;
    align-items: center;
}
.section-col.section-col--half .section-media__description {
    width: 50%;
    margin: 0;
}
.section-col.section-col--half .section-media__elem {
    width: 50%;
}

/* img comment */
.img-comment {
    position: relative;
}
.img-comment__txt,
.img-comment--wide {
    position: absolute;
    right: 40px;
    bottom: 44px;
    font-family: "HyundaiSansTextRegular";
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.img-comment--wide {
    right: calc(50% - var(--cont-max-width) / 2);
    bottom: 80px;
}
.img-comment--right {
    text-align: right;
}

/* tab */
.section__tab {
    display: flex;
    padding-left: 0;
}
.section__tab li {
    flex: 1;
    height: 71px;
    text-align: center;
    border-bottom: 4px solid #e5e5e5;
    cursor: pointer;
    list-style: none;
}
.section__tab li.on {
    border-color: #00aad2;
    color: #00aad2;
}
.section__tab li {
    font-family: "HyundaiSansHeadMedium";
    font-size: 22px;
    line-height: 71px;
    text-align: center;
    color: #b2b2b2;
    text-decoration: none;
}

/* button */
.btnWrap {
    text-align: center;
    margin-top: 30px;
}
.btnWrap .btn {
    max-width: 260px;
    width: 100%;
    height: 56px;
}

/* List */
.li-asterisk li {
    font-size: 14px;
    line-height: 28px;
    text-indent: -8px;
    padding-left: 8px;
    text-align: left;
}
.li-asterisk li::before {
    content: "* ";
}

.btnWrap + .li-asterisk {
    margin-top: 160px;
    list-style: none;
    padding: 0;
}

/* gallery area */
.gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.gallery img {
    width: 100%;
}
.gallery-col {
    display: flex;
    gap: 24px;
}
.gallery-col div {
    width: 50%;
}

/* Count number */
.count-num {
    position: absolute;
    left: calc(50% - var(--cont-max-width) / 2);
    bottom: 238px;
    max-width: var(--cont-max-width);
    width: 100%;
    color: #fff;
}
.count-num--half {
    display: flex;
}
.count-num__section {
    width: 50%;
    position: relative;
}
.count-num__section h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.count-num__section h3 + .count-num__wrapper {
    margin-top: 50px;
}
.count-num__wrapper {
    position: relative;
    display: flex;
    gap: 30px;
}
.count-num__item {
    width: auto;
    text-align: center;
}
.count-num__value {
    font-size: 80px;
    line-height: 65px;
    font-weight: normal;
    display: inline-block;
}
.count-num__unit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-left: 8px;
}
.count-num__desc {
    position: absolute;
    left: calc(50% - var(--cont-max-width) / 2);
    bottom: 148px;
    width: var(--cont-max-width);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}
.count-num__desc + .li-asterisk {
    position: absolute;
    left: calc(50% - var(--cont-max-width) / 2);
    bottom: 80px;
    color: #fff;
}

/* Graph Area */
.graph__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.graph__elem {
    width: 50%;
}
.graph__desc {
    width: 50%;
}
.graph__spec {
    display: flex;
    align-items: center;
    gap: 52px;
    justify-content: space-between;
}
.graph__item {
    display: flex;
    gap: 20px;
}
.graph__item strong {
    font-size: 80px;
    line-height: 1;
    color: #444;
    font-weight: 500;
    letter-spacing: -4px;
}
.graph__icon {
    font-size: 14px;
    line-height: 14px;
    color: #00aad2;
    font-weight: 700;
    text-align: center;
}
.graph__icon.i-torque {
    color: #002c5f;
}
.graph__icon:before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background-size: cover;
    margin: 0 auto 2px;
}
.graph__icon.i-power::before {
    background: url("/content/dam/hyundai/ww/en/images/find-a-car/pip/suv/kona-sx2/hev/sx2-kona-hev-performance_icon_1.png")
        center / contain;
    background-repeat: no-repeat;
}
.graph__icon.i-torque::before {
    background: url("/content/dam/hyundai/ww/en/images/find-a-car/pip/suv/kona-sx2/hev/sx2-kona-hev-performance_icon_2.png")
        center / contain;
    background-repeat: no-repeat;
}
.graph__unit {
    width: 100%;
}

/* swiper */
:root {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-theme-color: #02b0d3 !important;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 57px !important;
    --swiper-pagination-bottom: 44px;
}
.swiper-pagination {
    line-height: 1;
}
.swiper-button span {
    opacity: 0;
    font-size: 0;
}
.swiper-button .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 40px);
}
.swiper-button .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 40px);
}

/* full page */
.fp-section-wrap {
    width: 100%;
    height: 100%;
}
.fp-section {
    width: 100%;
    height: 100%;
    position: relative;
}
.fp-section .sub-keyVisual__title {
    padding-top: 100px;
}
.fp-section img {
    height: 920px;
}

@media print, screen and (min-width: 741px) and (max-width: 20000px) {
    .topArea .sharing {
        top: 120px;
    }
    .navigationTabWrap.fixed {
        z-index: 100;
    }

    /* Count number */
    .count-num__section:first-child::after {
        content: "";
        border-right: 1px solid #ffffff40;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
    }
    .count-num__section:first-child .count-num__wrapper {
        margin-right: 30px;
    }
    .count-num__section:last-child .count-num__wrapper {
        margin-left: 30px;
    }
    .count-num__info {
        display: inline-block;
    }
    .count-num__value + .count-num__info,
    .count-num__unit + .count-num__info {
        margin-top: 16px;
    }
}

/* Mobile */
@media screen and (min-width: 0) and (max-width: 740px) {
    .sub-keyVisual__media img {
        height: 450px;
        object-position: -400px;
    }
    /* common */
    .navigationTabWrap.fixed {
        z-index: 100;
    }
    .txt-col.align-center-mobile .txt-col__elem {
        text-align: center;
    }
    .section-media__elem.videoy {
        height: 200px;
    }

    .parallax + .section-media {
        padding: 0;
    }
    /* KV Area */
    .keyVisual {
        height: 334px;
    }
    .keyVisual__title {
        top: 22px;
        left: 20px;
        font-size: 35px;
    }
    .keyVisual__title > span {
        font-size: 19px;
        line-height: 32px;
        margin-bottom: 0;
    }

    /* Sub KV Area */
    .sub-keyVisual.bg-img {
        height: 473px;
    }
    .sub-keyVisual__title {
        left: 0;
        max-width: 90%;
        padding: 34px 0 0 20px;
    }
    .sub-keyVisual__title h2 {
        font-size: 35px;
    }
    .sub-keyVisual__title h2 > span {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    /* Banner Area */
    .bottom-banner {
        height: 135px;
    }
    .bottom-banner--kona {
        background-image: url("/content/dam/hyundai/ww/en/images/find-a-car/pip/suv/kona-sx2/sx2-kona-digital-studio-banner-m.jpg");
    }
    .bottom-bannerWrap {
        padding: 0 16px;
    }
    .bottom-banner__title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }
    .bottom-banner__button {
        width: 100px;
        min-width: 100px;
        margin-right: 5em;
    }
    .bottom-banner__button span {
        line-height: 28px;
        font-size: 10px;
    }

    /* text column */
    .txt-col {
        flex-direction: column;
    }
    .txt-col__elem + .txt-col__elem {
        width: 100%;
    }

    .txt-col.txt-col--half {
        gap: 40px;
    }
    .txt-col--half .txt-col__elem {
        width: 100%;
    }

    /* h */
    .pip-txtWrap {
        margin-bottom: 30px;
    }
    .pip-title {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 8px;
    }
    .pip-subTitle {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .pip-desc,
    .txt-info {
        font-size: 14px;
        line-height: 19px;
    }

    /* section */
    .section-media {
        margin: 50px auto;
    }
    .section-media__description {
        margin: 0 0 30px;
    }
    /* .section-media__description.align-center-mobile {text-align:left} */
    .section-media {
        padding: 0 15px;
    }
    .section-media__elem img,
    .section-media__elem video {
        width: 100%;
        height: auto;
    }

    .section-media + .sub-keyVisual {
        margin-top: 60px;
    }
    .section-media.section-bg {
        padding: 50px 15px 40px;
    }

    .section-col .section-media__inner {
        flex-direction: column;
    }
    .section-col .section-media__elem {
        width: 100%;
    }
    .section-col .section-media__description {
        width: 100%;
    }

    .section-col.section-media__elem {
        flex-direction: column;
        gap: 30px;
    }
    .section-col .section-col__elem {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .section-col.section-col--half .section-media__inner {
        flex-direction: column;
        gap: 30px;
    }
    .section-col.section-col--half .section-media__description,
    .section-col.section-col--half .section-media__elem {
        width: 100%;
    }

    /* img comment */
    .img-comment__txt,
    .img-comment__txt--wide {
        font-size: 11px;
        line-height: 14px;
        width: 100%;
        text-align: center;
        right: 0;
        bottom: 15px;
    }
    .img-comment__txt--wide {
        right: 0;
        bottom: 25px;
    }

    /* tab */
    .section__tab li {
        height: 51px;
        border-width: 2px;
        font-size: 13px;
        line-height: 51px;
    }

    /* swiper */
    :root {
        --swiper-pagination-bullet-size: 7px;
        --swiper-pagination-bullet-horizontal-gap: 3px;
        --swiper-navigation-size: 5px !important;
        --swiper-pagination-bottom: 15px;
    }
    .swiper-slide img {
        aspect-ratio: 16/9;
        height: 202px;
    }
    .exterior-swiper .swiper-button-prev {
        left: 0;
    }
    .exterior-swiper .swiper-button-next {
        right: 0;
    }
    .exterior-swiper .swiper-button-next,
    .exterior-swiper .swiper-button-prev {
        width: 26px;
        height: 26px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* gallery area */
    .gallery,
    .gallery-col {
        gap: 6px;
    }

    /* Count number */
    .count-num {
        position: relative;
        left: 0;
        top: 0;
        background-color: #000;
        padding-top: 35px;
        box-sizing: border-box;
    }
    .count-num--half {
        flex-direction: column;
        gap: 95px;
        padding-bottom: 140px;
    }
    .count-num__section {
        width: 100%;
    }
    .count-num__section:first-child::after {
        content: "";
        border-bottom: 1px solid #ffffff20;
        position: absolute;
        left: 0;
        bottom: -30px;
        width: calc(100% - 50px);
        margin: 0 25px;
    }
    .count-num__section h3 {
        font-size: 21px;
        line-height: 26px;
    }
    .count-num__section h3 + .count-num__wrapper {
        margin-top: 35px;
    }
    .count-num__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .count-num__unit {
        margin-left: 7px;
    }
    .count-num__desc {
        left: 0;
        top: 527px;
        width: auto;
        font-size: 14px;
        line-height: 19px;
        margin: 0 25px;
    }
    .count-num__desc + .li-asterisk {
        left: 0;
        bottom: 52px;
        margin: 0 25px;
    }
    .li-asterisk li {
        line-height: 19px;
        color: #707070;
    }

    /* Graph Area */
    .graph__box {
        flex-direction: column;
        gap: 48px;
    }
    .graph__elem {
        width: 80%;
        margin: 0 auto;
    }
    .graph__desc {
        width: 100%;
    }
    .graph__spec {
        margin-top: 0;
        gap: 0;
        padding: 0 20px;
    }
    .graph__item {
        align-items: center;
        width: 50%;
        gap: 0;
    }
    .graph__item + .graph__item {
        margin-top: 0;
    }
    .graph__item strong {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -3px;
    }
    .graph__icon {
        width: 50%;
        font-size: 12px;
        line-height: 21px;
    }
    .graph__icon:before {
        width: 43px;
        height: 42px;
    }
    .graph__unit {
        font-size: 12px;
        width: 50%;
    }
    .graph__unit.i-power .graph__icon:before,
    .graph__unit.i-torque .graph__icon:before {
        width: 40px;
        height: 40px;
    }

    .parallax + .section-media {
        padding: 0;
    }
}

/* tablet */
@media screen and (min-width: 741px) and (max-width: 1366px) {
    .keyVisual {
        height: 630px;
    }
    .bottom-banner {
        height: 280px;
    }
    .full-swiper .swiper-button .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10%);
    }
    .full-swiper .swiper-button .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10%);
    }
}

@media screen and (min-width: 960px) and (max-width: 1530px) {
    .page-node-6360 .banner-text-2 {
        line-height: 100px;
    }
}
