@font-face {
    font-family: 'HyundaiSansHead';
    src: url('../fonts/HyundaiSansHead-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
:root {
    --hyundai-blue: #002c5f;
    --hyundai-light-blue: #a4ceec;
    --hyundai-accent: #a5cfed;
    --text-dark: #262626;
    --bg-light: #f6f3f2;
}
picture {
    display: block;
    width: 100%;
}
html,
body,
#kbwcs-container,
.sp-detail,
.magazine-container,
.kbw-content,
.body-wrapper,
[id^='kbwcs-'] {
    background-color: var(--bg-light) !important;
    margin: 0;
    padding: 0;
    font-family: 'HyundaiSansHead', sans-serif;
}
#header.nav-down,
#header,
.sp-sticky-header {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999 !important;
    pointer-events: auto !important;
}
.magazine-container,
.body-wrapper {
    padding-top: 44px !important;
    width: 100% !important;
    max-width: none !important;
}
div[data-sourcename],
.news_source,
.k14-source-info {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    pointer-events: none !important;
}
.magazine-common-container {
    width: 100%;
    overflow-x: hidden;
}
.mag-body-text {
    max-width: 660px;
    margin: 0 auto 100px;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: 'HyundaiSansHead', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0;
    color: #333333;
}
.mag-large-content {
    max-width: 980px;
    margin: 0 auto 32px;
    padding: 0 10px;
}
.mag-full-width {
    width: 100%;
    margin-bottom: 32px;
}
.mag-full-width img,
.mag-large-content img {
    display: block;
    width: 100%;
    height: auto;
}
.mag-section-blue {
    background-color: var(--hyundai-blue);
    color: #fff;
    padding: 0 0 200px;
    width: 100%;
    position: relative;
    overflow: visible;
}
.mag-section-blue::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background-color: var(--hyundai-accent);
    z-index: 0;
}
.mag-section-blue .mag-large-content {
    position: relative;
    z-index: 2;
}
.mag-heading-xl {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    line-height: normal;
}
.mag-heading-xl .brand-sub {
    display: block;
    font-size: 110px;
    line-height: 0.8;
    color: var(--hyundai-light-blue);
    letter-spacing: -2px;
}
.mag-heading-xl .brand-main {
    display: block;
    font-size: 200px;
    line-height: 0.8;
    color: #fff;
    margin-left: 110px;
    margin-top: -65px;
    letter-spacing: -6px;
}
.mag-heading-xl .emag-info {
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-top: 40px;
    text-transform: uppercase;
    color: #fff;
}
.mag-heading-subtitle {
    display: flex;
    gap: 40px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #888;
}
.intro-right-content {
    max-width: 550px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.intro-right-content h2 {
    font-size: 58px;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
.intro-right-content p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0;
}
.mag-quote-container {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 50px;
}
.mag-quote-box {
    background-color: var(--hyundai-blue);
    padding: 45px 80px;
    color: #fff;
    border-top: 20px solid var(--hyundai-accent);
}
.mag-quote-box .quote-text {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 30px;
}
.mag-quote-box .author {
    display: inline-block;
    background-color: var(--hyundai-accent);
    color: var(--hyundai-blue);
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.8px;
}
.mag-section-number {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    max-width: 980px;
    margin: 80px auto 40px;
}
.num-box {
    background-color: var(--hyundai-accent);
    color: var(--hyundai-blue);
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}
.section-title {
    font-size: 58px;
    color: var(--hyundai-blue);
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: -10px;
    padding-right: 20px;
}
.reveal, .reveal-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition-property: opacity, transform;
}
.reveal.active, .reveal-item.active {
    opacity: 1;
    transform: translateY(0);
}
.delay-1 {
    transition-delay: 0.2s;
}
.delay-2 {
    transition-delay: 0.4s;
}
.delay-3 {
    transition-delay: 0.6s;
}
.delay-4 {
    transition-delay: 0.8s;
}
.mag-cover {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-light);
}
.mag-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mag-cover-title {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
}
.mag-cover-title h1 {
    font-size: 60px;
    margin: 0;
    letter-spacing: 5px;
}
.mag-img-full {
    width: 100%;
    margin: 100px 0;
    position: relative;
}
.mag-img-full img {
    width: 100%;
    height: auto;
    display: block;
}
.mag-img-40 {
    width: 40%;
    margin: 100px auto;
    position: relative;
}
.mag-img-40 img {
    width: 100%;
    height: auto;
    display: block;
}
.mag-img-70, .mag-img-80 {
    width: 80%;
    margin: 100px auto;
    position: relative;
}
.mag-img-70 img, .mag-img-80 img {
    width: 100%;
    height: auto;
    display: block;
}
.mag-img-660 {
    max-width: 660px;
    margin: 100px auto;
    padding: 0 15px;
}
.mag-img-660 img {
    width: 100%;
    height: auto;
    display: block;
}
.mag-grid-2x2 {
    width: 80%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.mag-grid-2x2 img {
    width: 100%;
    height: auto;
    display: block;
}
.mag-heading-wrap {
    width: 100%;
    margin: 100px auto 100px;
}
.mag-heading-inner {
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}
.num-box-hanging {
    position: absolute;
    right: calc(100% + 80px);
    top: 0;
}
.mag-intro-gallery {
    width: 85%;
    margin: 80px auto 0;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 10;
}
.mag-intro-bottom-bg {
    background-color: var(--hyundai-accent);
    height: 250px;
    width: 100%;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .mag-cover {
        height: auto !important;
        display: block !important;
        padding: 0 !important;
    }
    .mag-cover picture {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        position: relative !important;
    }
    .mag-cover img {
        position: relative !important;
        height: auto !important;
        display: block !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    .mag-intro-gallery {
        width: 100%;
        margin: 40px auto 0;
        padding: 0 15px;
        box-sizing: border-box;
        flex-direction: column;
        gap: 15px;
    }
    .mag-intro-bottom-bg {
        height: 400px;
        margin-top: -370px;
    }
    .mag-img-70, .mag-img-40, .mag-img-80 {
        width: 100% !important;
        margin: 40px 0;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .mag-grid-2x2 {
        width: 100% !important;
        margin: 40px auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .mag-grid-2x2 {
        grid-template-columns: 1fr; 
        gap: 15px;
    }
    .mag-heading-wrap {
        margin: 60px auto 30px;
    }
    .mag-heading-inner {
        padding: 0 15px;
    }
    .mag-heading-subtitle {
        font-size: 10px;
        gap: 20px;
    }
    .num-box-hanging {
        position: static;
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 36px;
    }
    .mag-body-text {
        font-size: 16px;
        line-height: 26px;
        padding: 0 15px;
    }
}