@import url("../components/popup.css");

/* ===== Common ===== */
.section-header {
    display: flex;
    margin-bottom: 50px;
}

.title-lg {
    font-family: 'GmarketSans', sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 400;
}

.title-md {
    font-size: clamp(25px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.5;
}

.lead {
    font-size: var(--font-lg);
    font-weight: 300;
}

.title-md span {
    display: block;
}

.title-lg,
.intro {
    flex: 1;
}

.intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ===== Section dot ===== */
.dot-nav {
    position: fixed;
    left: 66px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 60;
}

.dot-btn {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #EAECEF;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dot-btn.active {
    width: 10px;
    height: 10px;
    background: #5AE1C3;
    box-shadow: 0 0 14px #5AE1C3;
}

.dot-btn:focus-visible {
    outline: 2px solid #506BE1;
    outline-offset: 2px;
}

@media (max-width:1580px) {

    .dot-nav {
        left: auto;
        right: 14px;
        gap: 12px;
    }

    .title-md {
        font-size: 28px;
    }
}

@media (max-width:1024px) {
    .section-header {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 38px;
    }

    .title-lg {
        font-size: 34px;
    }

    .title-md {
        font-size: var(--font-3xl);
    }
}

@media (max-width:768px) {
    .section-header {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 32px;
    }

    .title-lg {
        font-size: 30px;
    }

    .title-md {
        font-size: var(--font-xl);
    }

    .title-md span {
        display: inline;
    }

    .lead {
        font-size: var(--font-md);
    }

    .dot-nav {
        gap: 10px;
    }

    .dot-btn {
        width: 7px;
        height: 7px;
    }

    .dot-btn.active {
        width: 9px;
        height: 9px;
    }
}

@media (max-width:480px) {
    .section-header {
        align-items: stretch;
        gap: 12px;
        margin-bottom: 28px;
    }

    .title-lg {
        font-size: 28px;
    }

    .dot-nav {
        right: 10px;
    }
}

/* ===== Section 1 ===== */
/* content A */
.cont1a {
    position: relative;
    min-height: 90vh;
    color: white;
    background: black;
}

.cont1a .hero-swiper,
.cont1a .hero-swiper .swiper-wrapper {
    width: 100%;
    height: 100vh;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-slide .kb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: scale(1);
}

.hero-slide .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
}

.hero-title {
    font-weight: 700;
    font-size: clamp(28px, 5vw, 72px);
    line-height: 1.2;
}

.hero-desc {
    margin-top: 6px;
    font-size: clamp(14px, 2vw, 24px);
    font-weight: 700;
}

.hero-pager {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

.hero-pager .bar {
    display: flex;
    gap: 6px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, .1);
    border-radius: 19px;
}

.hero-pager .bar span {
    display: block;
    width: 44px;
    height: 6px;
    background: white;
    border-radius: 300px;
}

.hero-pager .bar i {
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .5);
    border-radius: 120px;
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease, box-shadow .2s ease;
    opacity: .85;
}

.hero-pager .bar i:hover {
    transform: scale(1.35);
    background: white;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(255, 255, 255, .35);
}

.hero-arw {
    width: 6px;
    height: 12px;
    transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}

.hero-arw:hover {
    transform: scale(1.25);
    opacity: 1;
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, .25));
}

.hero-arw:active {
    transform: scale(1.15);
}

/* content B */
.cont1b {
    background: white;
    color: black;
    display: flex;
    align-items: center;
}

.cont1b .container {
    padding-bottom: 0;
}

.cont1b .title {
    margin: 0 0 50px;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
}

.cont1b .title-line1 {
    color: black;
}

.cont1b .title-line2 {
    background: linear-gradient(90deg, #506BE1, #5ED9FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.cont1b .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 20px;
}

.stat {
    position: relative;
    padding: 40px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--secondary-100);
    border-radius: 20px;
    overflow: hidden;
}

.stat-headrow {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.stat-number {
    color: var(--primary);
    font-size: 46px;
    font-weight: 700;
}

.stat-unit {
    color: var(--primary);
    font-size: 32px;
    font-weight: 600;
}

.stat-heading {
    color: var(--black);
    font-size: var(--font-2xl);
    font-weight: 600;
}

.stat-note {
    color: var(--black-800);
    font-size: var(--font-base);
    font-weight: 500;
}

.stat-img {
    position: absolute;
    right: 40px;
    bottom: 30px;
    pointer-events: none;
}

.stat:nth-child(1) .stat-img {
    width: 77px;
    height: 66px;
}

.stat:nth-child(2) .stat-img {
    width: 74px;
    height: 76px;
}

.stat:nth-child(3) .stat-img {
    width: 61px;
    height: 70px;
}

@media (max-width:1440px) {
    .hero-copy {
        padding: 0 40px;
    }

    .cont1b .title {
        font-size: 40px;
    }
}

@media (max-width:1280px) {
    .hero-copy {
        padding: 0 32px;
    }

    .hero-title {
        font-size: clamp(28px, 6vw, 56px);
    }

    .hero-desc {
        font-size: clamp(14px, 2.2vw, 22px);
    }

    .cont1b .title {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .hero-copy {
        padding: 0 24px;
    }

    .cont1b .container {
        padding-bottom: 0;
    }

    .cont1b .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .stat {
        padding: 32px;
        min-height: 240px;
    }

    .stat-number {
        font-size: 40px;
    }

    .stat-unit {
        font-size: 28px;
    }

    .stat-img {
        right: 28px;
        bottom: 24px;
    }
}

@media (max-width:768px) {
    .cont1b .container {
        padding-bottom: 50px;
    }

    .cont1a .hero-swiper,
    .cont1a .hero-swiper .swiper-wrapper {
        width: 100%;
        height: 90vh;
    }

    .hero-copy {
        padding: 0 18px;
    }

    .hero-title {
        font-size: clamp(24px, 7vw, 40px);
    }

    .hero-desc {
        font-size: clamp(13px, 3.4vw, 18px);
    }

    .cont1b .title {
        font-size: 30px;
    }

    .cont1b .grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .stat {
        padding: 26px;
        min-height: 180px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-unit {
        font-size: 24px;
    }

    .stat-heading {
        font-size: var(--font-xl);
    }

    .stat-note {
        font-size: 16px;
    }

    .stat:nth-child(1) .stat-img {
        width: 66px;
        height: 56px;
    }

    .stat:nth-child(2) .stat-img {
        width: 64px;
        height: 66px;
    }

    .stat:nth-child(3) .stat-img {
        width: 54px;
        height: 62px;
    }
}

@media (max-width:480px) {
    .hero-copy {
        padding: 0 14px;
    }

    .hero-title {
        font-size: clamp(22px, 7.8vw, 32px);
    }

    .hero-desc {
        font-size: 14px;
    }

    .hero-pager {
        margin-top: 16px;
        gap: 8px;
    }

    .cont1b .title {
        font-size: var(--font-2xl);
    }

    .stat {
        padding: 22px;
        min-height: 150px;
    }

    .stat-number {
        font-size: var(--font-3xl);
    }

    .stat-unit {
        font-size: var(--font-lg);
    }

    .stat-heading {
        font-size: var(--font-md);
    }

    .stat-note {
        font-size: var(--font-sm);
    }

    .stat-img {
        right: 20px;
        bottom: 20px;
    }
}

/* ===== Section 2, 4 ===== */
.cont2 {
    background: white;
}

.zoom-scroll {
    position: relative;
}

.zoom-sticky {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.zoom-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    will-change: transform;
    z-index: 0;
}

.zoom-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.zoom-title {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 58px);
    line-height: 1.5;
}

.zoom-title span,
.zoom-desc span {
    display: block;
}

.zoom-desc {
    font-size: var(--font-3xl);
    line-height: 1.6;
    opacity: .9;
}

@media (max-width:1440px) {
    .zoom-copy {
        padding: 0 40px
    }

    .cont2 .zoom-title {
        font-size: 56px
    }
}

@media (max-width:1280px) {
    .zoom-copy {
        padding: 0 32px;
        gap: 16px
    }

    .zoom-desc {
        font-size: var(--font-2xl)
    }

    .cont2 .zoom-title {
        font-size: 45px
    }

    .cont4 .zoom-title {
        font-size: 48px
    }
}

@media (max-width:1024px) {
    .zoom-copy {
        padding: 0 24px
    }

    .zoom-desc {
        font-size: var(--font-xl);
        line-height: 1.6
    }

    .cont2 .zoom-title {
        font-size: 40px
    }

    .cont4 .zoom-title {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .zoom-sticky {
        height: 80vh;
    }

    .zoom-copy {
        padding: 0 18px;
        gap: 14px
    }

    .zoom-desc {
        font-size: var(--font-lg);
        line-height: 1.6;
        opacity: .95
    }

    .cont2 .zoom-title {
        font-size: 40px;
        line-height: 1.4
    }

    .cont4 .zoom-title {
        font-size: 38px
    }
}

@media (max-width:480px) {
    .zoom-copy {
        padding: 0 14px;
        gap: 12px
    }

    .zoom-desc {
        font-size: var(--font-base)
    }

    .cont2 .zoom-title {
        font-size: 30px
    }

    .cont4 .zoom-title {
        font-size: 28px
    }
}

@media (prefers-reduced-motion:reduce) {
    .zoom-img {
        transform: none !important
    }
}

/* ===== Section 3 ===== */
.cont3 .container {
    min-height: 100vh;
}

.business .list {
    display: flex;
    gap: 20px;
    height: 565px;
    flex-wrap: nowrap;
}

.business .list>li {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    flex: 1 1 0;
    min-width: 0;
    transition: flex-grow .55s ease;
}

.business .list>li:hover,
.business .list>li:focus-within,
.business .list>li.active {
    flex-grow: 4.6;
}

.business .card {
    position: relative;
    display: block;
    height: 100%;
    color: white;
}

.business .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.85s ease;
    will-change: transform;
}

.business .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform .55s ease, opacity .5s ease;
    z-index: 1;
    will-change: transform, opacity;
}

.business .list>li:hover .card::after,
.business .list>li:focus-within .card::after,
.business .list>li.active .card::after {
    opacity: 1;
    transform: scale(1);
}

.business .content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px;
    z-index: 2;
    opacity: 0;
    transform: scale(0.3) translateY(6px);
    transform-origin: 50% 50%;
    transition: opacity .4s ease, transform .55s ease;
    will-change: transform, opacity;
}

.business .list>li:hover .content,
.business .list>li:focus-within .content,
.business .list>li.active .content {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.business .label {
    position: absolute;
    left: 30px;
    top: 34px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    opacity: 1;
    transition: opacity .18s ease;
    z-index: 2;
}

.business .list>li:hover .label,
.business .list>li:focus-within .label,
.business .list>li.active .label {
    opacity: 0;
}

.business .kicker {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    opacity: .95;
}

.business .title {
    margin-top: auto;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.4;
}

.business .title span,
.business .desc span {
    display: block;
}

.business .desc {
    margin: 8px 0 40px;
    font-weight: 600;
    font-size: var(--font-md);
    line-height: 1.6;
}

.business .card:focus-visible .btn-outline-sm {
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 1),
        0 0 0 4px rgba(0, 70, 184, .55);
}

.business .card,
.business .card::before,
.business .card::after {
    border-radius: inherit;
}

.business .card::after {
    pointer-events: none;
}

.business .list>li:nth-child(1) .card::before {
    background-image: url('../../img/bg/bg-main-cont3-card01.png');
}

.business .list>li:nth-child(2) .card::before {
    background-image: url('../../img/bg/bg-main-cont3-card03.png');
}

.business .list>li:nth-child(3) .card::before {
    background-image: url('../../img/bg/bg-main-cont3-card02.png');
}

.business .list>li:nth-child(4) .card::before {
    background-image: url('../../img/bg/bg-main-cont3-card04.png');
}

.business .list>li:nth-child(5) .card::before {
    background-image: url('../../img/bg/bg-main-cont3-card05.png');
}

.business .list>li:nth-child(1) .card::after {
    background-image:
        linear-gradient(0deg, rgba(37, 53, 76, .5), rgba(37, 53, 76, .5)),
        linear-gradient(90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 45%),
        url('../../img/bg/bg-main-cont3-overlay01.png');
}

.business .list>li:nth-child(2) .card::after {
    background-image:
        linear-gradient(0deg, rgba(37, 53, 76, .5), rgba(37, 53, 76, .5)),
        linear-gradient(90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 45%),
        url('../../img/bg/bg-main-cont3-overlay03.png');
}

.business .list>li:nth-child(3) .card::after {
    background-image:
        linear-gradient(0deg, rgba(37, 53, 76, .5), rgba(37, 53, 76, .5)),
        linear-gradient(90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 45%),
        url('../../img/bg/bg-main-cont3-overlay02.png');
}

.business .list>li:nth-child(4) .card::after {
    background-image:
        linear-gradient(0deg, rgba(37, 53, 76, .5), rgba(37, 53, 76, .5)),
        linear-gradient(90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 45%),
        url('../../img/bg/bg-main-cont3-overlay04.png');
}

.business .list>li:nth-child(5) .card::after {
    background-image:
        linear-gradient(0deg, rgba(37, 53, 76, .5), rgba(37, 53, 76, .5)),
        linear-gradient(90deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 45%),
        url('../../img/bg/bg-main-cont3-overlay05.png');
}

@media (prefers-reduced-motion: reduce) {
    .business .list>li {
        transition: none;
    }

    .business .card::before,
    .business .card::after,
    .business .content {
        transition: none;
        transform: none;
        opacity: 1;
    }
}

@media (max-width:1440px) {
    .business .list {
        gap: 18px;
        height: 520px;
        overflow: visible;
    }

    .business .title {
        font-size: 42px;
    }
}

@media (max-width:1280px) {
    .business .list {
        height: 480px;
        overflow: visible;
    }

    .business .kicker {
        font-size: 22px;
    }

    .business .title {
        font-size: 36px;
    }

    .business .desc {
        font-size: var(--font-base);
    }
}

@media (max-width:1024px) {
    .cont3 .container {
        min-height: auto;
    }

    .business .list {
        flex-wrap: wrap;
        height: auto;
        gap: 16px;
        overflow: visible;
    }

    .business .title {
        font-size: 28px;
    }

    .business .kicker {
        font-size: var(--font-md);
    }

    .business .list>li {
        flex: 0 0 calc(50% - 8px);
        min-width: 0;
        min-height: 360px;
        transition: none;
        max-width: 100%;
    }

    .business .list>li:hover,
    .business .list>li:focus-within,
    .business .list>li.active {
        flex-grow: 0;
    }

    .business .content {
        opacity: 1;
        transform: none;
        padding: 28px;
    }

    .business .label {
        opacity: 0;
    }

    .business .card::after {
        opacity: 1;
        transform: none;
    }

    .business .card::before {
        transform: scale(1.02);
    }
}

@media (hover:hover) and (max-width:1024px) {
    .business .card:hover::before {
        transform: scale(1.04);
    }
}

@media (pointer:coarse) and (max-width:1024px) {
    .business .list>li {
        transition: none;
    }

    .business .card::before {
        transition: transform .3s ease;
    }

    .business .list>li:active .card::before {
        transform: scale(1.04);
    }
}

@media (max-width:768px) {
    .business .list {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .business .list>li {
        flex: 0 0 80%;
        scroll-snap-align: center;
        min-height: 320px;
        margin-right: 12px;
    }

    .business .list>li:last-child {
        margin-right: 0;
    }

    .business .title {
        font-size: var(--font-2xl);
        line-height: 1.35;
    }

    .business .desc {
        font-size: 15px;
        margin: 6px 0 28px;
    }

    .business .content {
        padding: 24px;
    }
}

@media (max-width:480px) {
    .business .list {
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .business .list>li {
        flex: 0 0 88%;
        border-radius: 16px;
        scroll-snap-align: center;
    }

    .business .content {
        padding: 20px;
    }

    .business .kicker {
        font-size: var(--font-base);
    }

    .business .title {
        font-size: var(--font-xl);
    }

    .business .desc {
        font-size: 14px;
    }

    .business .card,
    .business .card::before,
    .business .card::after {
        border-radius: 16px;
    }
}

/* ===== Section 4 ===== */
.cont4 .zoom-title strong {
    display: inline-block;
    background: linear-gradient(90deg, #506BE1 0%, #5ED9FC 61%, #5ED9FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    transition: transform .28s ease, filter .28s ease;
    will-change: background-position, transform, filter;
}

.cont4:hover .zoom-title strong,
.cont4 .zoom-title strong:hover {
    animation: zrg-gradient-move 1.8s linear infinite;
    transform: translateY(-1px) scale(1.02);
    filter: drop-shadow(0 2px 8px rgba(94, 217, 252, .45));
}

.cont4:hover .zoom-title strong.rainbow,
.cont4 .zoom-title strong.rainbow:hover {
    animation: zrg-gradient-move 1.8s linear infinite, zrg-hue 2.4s linear infinite;
    filter: drop-shadow(0 3px 12px rgba(94, 217, 252, .55));
}

@keyframes zrg-gradient-move {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes zrg-hue {
    0% {
        filter: hue-rotate(0deg) drop-shadow(0 3px 12px rgba(94, 217, 252, .55));
    }

    100% {
        filter: hue-rotate(360deg) drop-shadow(0 3px 12px rgba(94, 217, 252, .55));
    }
}

@media (prefers-reduced-motion: reduce) {

    .cont4 .zoom-title strong,
    .cont4:hover .zoom-title strong,
    .cont4 .zoom-title strong:hover {
        animation: none !important;
        transform: none;
        filter: none;
        background-position: 100% 50%;
    }
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .cont4 .zoom-title strong {
        color: #5ED9FC;
        -webkit-text-fill-color: initial;
        background: none;
    }
}

/* ===== Section 5 ===== */
.cont5 {
    position: relative;
    color: white;
}

.cont5 .bg {
    position: absolute;
    inset: 0;
    background: url('../../img/bg/bg-main-cont5.jpg') center/cover no-repeat
}

.cont5 .container {
    min-height: 100vh;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont5 .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .95);
    background: transparent;
    color: white;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .2s;
    z-index: 2;
}

.cont5 .nav:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(calc(-50% - 1px));
}

.cont5 .nav.prev {
    left: -40px;
}

.cont5 .nav.next {
    right: -40px;
}

.cont5 .nav:disabled {
    opacity: .4;
    pointer-events: none;
    cursor: default;
}

.cont5 .nav .hero-arw {
    width: 26px;
    height: auto;
    display: block;
}

.cont5 .solution {
    display: grid;
    grid-template-columns: 640px 1fr;
    column-gap: 100px;
    align-items: start;
}

.cont5 .tabs {
    padding-top: 50px;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    display: inline-flex;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.cont5 .tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline-offset: 4px;
}

.cont5 .tabs img {
    display: block;
    height: 22px;
    width: auto;
    opacity: .6;
    filter: grayscale(25%);
    transition: opacity .2s, filter .2s, transform .2s;
}

.cont5 .tabs a:hover img {
    opacity: .9;
    filter: none;
    transform: translateY(-1px);
}

.cont5 .tabs a[aria-selected="true"] img {
    opacity: 1;
    filter: none;
}

.solution .panel {
    display: none;
}

.solution .panel:not([hidden]) {
    grid-column: 1 / -1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 640px 1fr;
    column-gap: 100px;
    align-items: stretch;
    min-height: 595px;
}

.cont5 .media {
    grid-column: 1;
    height: 595px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.cont5 .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solution .detail {
    margin-top: 100px;
    grid-column: 2;
    color: white;
    display: grid;
    grid-template-rows: auto 0 minmax(0, 1fr) auto;
    gap: 16px;
}

.solution .brand {
    grid-row: 1;
}

.solution .copy {
    grid-row: 3;
}

.solution .btn-solid {
    grid-row: 4;
    gap: 43px;
}

.solution .brand {
    margin-bottom: 50px;
}

.solution .logo {
    display: block;
    width: 318px;
    height: auto;
    margin: 0 0 16px;
}

.solution .copy {
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.solution .title,
.solution .desc {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.solution .title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 10px;
}

.solution .title strong {
    font-weight: 800;
}

.solution .desc {
    font-size: var(--font-lg);
    line-height: 1.6;
    font-weight: 400;
}

@media (max-width:1580px) {

    .cont5 .nav.prev {
        left: 25px;
    }

    .cont5 .nav.next {
        right: 25px;
    }
}

@media (max-width:1440px) {
    .cont5 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cont5 .solution {
        grid-template-columns: 600px 1fr;
        column-gap: 80px;
        align-items: start;
    }

    .solution .panel:not([hidden]) {
        grid-template-columns: 600px 1fr;
        column-gap: 80px;
        min-height: 560px;
    }

    .cont5 .media {
        height: 560px;
    }

    .solution .logo {
        width: 280px;
    }

    .cont5 .nav {
        display: none;
    }
}

@media (max-width:1280px) {
    .cont5 .solution {
        grid-template-columns: 560px 1fr;
        column-gap: 64px;
    }

    .solution .panel:not([hidden]) {
        grid-template-columns: 560px 1fr;
        column-gap: 60px;
        min-height: 520px;
    }

    .cont5 .media {
        height: auto;
    }

    .solution .logo {
        width: 240px;
    }
}

@media (max-width:1024px) {
    .cont5 .container {
        min-height: auto;
    }

    .cont5 .nav {
        display: none;
    }

    .cont5 .solution {
        display: flex;
        flex-direction: column;
        gap: 20px;
        transform-origin: top left;
    }

    .solution .panel:not([hidden]) {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 18px;
        min-height: auto;
    }

    .cont5 .media img {
        width: 90%;
        height: 90%;
        border-radius: 20px;
        object-fit: cover;
    }

    .cont5 .tabs {
        width: 100%;
        order: 0;
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .cont5 .tabs img {
        height: 23px;
        transition: opacity .2s, transform .2s;
    }

    .cont5 .tabs a:hover img {
        opacity: 1;
        transform: translateY(-1px);
    }

    .solution .detail {
        order: 3;
        grid-column: auto;
        margin-top: 6px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 560px;
        text-align: left;
    }

    .solution .brand {
        margin-bottom: 8px;
    }

    .solution .logo {
        width: 180px;
    }

    .solution .title {
        font-size: var(--font-xl);
        line-height: 1.45;
    }

    .solution .desc {
        font-size: var(--font-md);
        line-height: 1.6;
    }

    .solution .btn-solid {
        margin-top: 15px;
    }
}

@media (max-width:768px) {
    .cont5 .container {
        justify-content: center;
    }

    .cont5 .solution {
        gap: 18px;
        transform: scale(.96);
    }

    .solution .panel:not([hidden]) {
        flex-direction: column;
        gap: 20px;
    }

    .cont5 .nav {
        display: block;
        width: 50px;
        height: 50px;
        top: 40%;
    }

    .cont5 .nav.prev {
        left: 6vw;
    }

    .cont5 .nav .hero-arw {
        width: 21px;
    }

    .cont5 .nav.next {
        right: 6vw;
    }

    .cont5 .tabs {
        gap: 14px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .cont5 .tabs a {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .cont5 .tabs img {
        height: 26px;
    }

    .cont5 .media img {
        width: 100%;
        max-height: 400px;
    }

    .solution .logo {
        width: 140px;
        margin-bottom: 0;
    }

    .solution .btn-solid {
        align-self: flex-end;
    }
}

@media (max-width:600px) {
    .cont5 .nav {
        display: none;
    }
}

@media (max-width:480px) {
    .cont5 .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cont5 .solution {
        gap: 16px;
    }

    .cont5 .tabs {
        gap: 12px;
    }

    .cont5 .tabs img {
        height: 30px;
    }

    .solution .logo {
        width: 100px;
    }

    .solution .btn-solid {
        gap: 16px;
    }

    .solution .title {
        font-size: var(--font-lg);
        line-height: 1.45;
    }

    .solution .desc {
        font-size: var(--font-base);
    }
}

/* ===== Section 6 ===== */
.cont6 .container {
    min-height: 100vh;
}

.cont6 .achieve-pin {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cont6 .achieve-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.cont6 .achieve .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    will-change: transform;
}

.cont6 .swiper-slide {
    flex: 0 0 auto;
    width: 360px;
    height: 500px;
}

.cont6 .wide {
    width: 493px;
}

.cont6 .card {
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 20px;
    color: white;
}

.card.wide {
    position: relative;
    overflow: hidden;
    color: var(--indigo);
    background: #CFEEFF;
}

.card.wide .wide-bg {
    position: absolute;
    inset: 0;
}

.card.wide .wide-bg img {
    height: 100%;
    width: 100%;
}

.card.wide .wide-inner {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cont6 .logo {
    margin-bottom: 20px;
    max-width: 180px;
    max-height: 56px;
}

.cont6 .title {
    max-width: 260px;
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 800;
}

.cont6 .desc {
    font-size: var(--font-lg);
    line-height: 1.7;
    font-weight: 600;
}

.cont6 .bg-deep-blue {
    background: #2F3CD6;
}

.cont6 .bg-soft-blue {
    background: #506BE1;
}

.cont6 .bg-kepco {
    background: #48C4F7;
}

.cont6 .bg-kwp {
    background: #5ED9FC;
}

.cont6 .bg-kps {
    background: #41CDA4;
}

.cont6 .bg-motie {
    background: #6DC49B;
}

.cont6 .achieve-progress {
    position: relative;
    margin-top: 80px;
    height: 7px;
}

.cont6 .achieve-progress .rail {
    position: absolute;
    inset: 0;
    background: #F8F9FA;
    border-radius: 999px;
}

.cont6 .achieve-progress .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--indigo);
    border-radius: 999px;
    transition: width .25s ease;
}

@media (max-width:1440px) {
    .cont6 .swiper-slide {
        width: 340px;
        height: 480px;
    }

    .cont6 .wide {
        width: 460px;
    }

    .cont6 .card {
        padding: 28px;
    }

    .cont6 .title {
        font-size: var(--font-xl);
    }

    .cont6 .desc {
        font-size: var(--font-lg);
    }

    .cont6 .logo {
        max-width: 180px;
    }

    .cont6 .achieve .swiper-wrapper {
        gap: 20px;
    }
}

@media (max-width:1280px) {
    .cont6 .swiper-slide {
        width: 320px;
        height: 460px;
    }

    .cont6 .wide {
        width: 420px;
    }

    .cont6 .card {
        padding: 26px;
    }

    .cont6 .title {
        font-size: var(--font-lg);
        line-height: 1.5;
    }

    .cont6 .desc {
        font-size: var(--font-md);
    }

    .cont6 .logo {
        max-width: 160px;
    }

    .cont6 .achieve .swiper-wrapper {
        gap: 18px;
    }
}

@media (max-width:1024px) {
    .cont6 .container {
        min-height: auto;
    }

    .cont6 .achieve-swiper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px;
        scroll-snap-type: x mandatory;
    }

    .cont6 .achieve .swiper-wrapper {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 1fr);
        grid-auto-columns: max-content;
        gap: 18px 18px;
        transform: none;
        width: max-content;
    }

    .cont6 .swiper-slide {
        width: 320px;
        height: auto;
        scroll-snap-align: start;
        display: flex;
        min-width: 0;
        box-sizing: border-box;
    }

    .cont6 .swiper-slide.wide {
        width: 420px;
        grid-row: 1 / span 2;
    }

    .cont6 .card {
        width: 100%;
        height: 100%;
        border-radius: 18px;
        padding: 24px;
    }

    .cont6 .achieve-progress {
        display: none;
    }
}

@media (max-width:768px) {
    .cont6 .achieve-swiper {
        padding: 0 14px;
    }

    .cont6 .achieve .swiper-wrapper {
        gap: 16px 16px;
    }

    .cont6 .swiper-slide {
        width: 300px;
    }

    .cont6 .swiper-slide.wide {
        width: 420px;
        grid-row: 1 / span 2;
    }

    .cont6 .logo {
        width: 120px;
        max-height: 30px;
        margin-bottom: 8px;
    }

    .cont6 .card {
        border-radius: 16px;
    }

    .cont6 .card.wide .title {
        font-size: var(--font-lg);
    }

    .cont6 .title {
        font-size: var(--font-md);
    }

    .cont6 .desc {
        font-size: var(--font-base);
    }
}

@media (max-width:480px) {
    .cont6 .achieve-swiper {
        padding: 0 12px;
    }

    .cont6 .achieve .swiper-wrapper {
        gap: 12px 12px;
    }

    .cont6 .swiper-slide {
        width: 260px;
    }

    .cont6 .swiper-slide.wide {
        width: 260px;
        grid-row: 1 / span 2;
    }

    .cont6 .card {
        border-radius: 14px;
    }

    .cont6 .desc br {
        display: none;
    }
}

/* ===== Section 7 ===== */
.cont7 {
    position: relative;
}

.cont7 .bg {
    position: absolute;
    inset: 0;
    background: url('../../img/bg/bg-main-cont7.jpg') center/cover no-repeat;
    z-index: -1;
}

.cont7 .container {
    min-height: 100vh;
}

.cont7 .section-header {
    margin-bottom: 50px;
}

.cont7 .partner {
    margin-top: 80px;
    display: grid;
    gap: 50px;
}

.cont7 .intro {
    flex: 1.3;
}

.cont7 .row {
    display: grid;
    gap: 16px;
}

.cont7 .tag {
    color: var(--primary-600);
    font-weight: 400;
    font-size: var(--font-2xl);
}

.cont7 .panel {
    background: white;
    border-radius: 20px;
    box-shadow: 0 6px 22px rgba(21, 53, 86, 0.08);
    padding: 30px 37px;
}

.cont7 .logo-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px 36px;
    align-items: center;
}

html[lang="en"] .cont7 .logo-list {
    justify-content: center;
    justify-items: center;
    gap: 50px 36px;
    position: relative;
}

html[lang="en"] .cont7 .logo-list>*:nth-child(n+7):nth-child(-n+11) {
    transform: translateX(calc(80px + 18px));
}

.cont7 .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont7 .logo-item img {
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: .85;
    transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.cont7 .logo-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-1px);
}

@media (max-width:1440px) {
    .cont7 .container {
        min-height: 90vh;
    }

    .cont7 .section-header {
        margin-bottom: 44px;
    }

    .cont7 .partner {
        margin-top: 70px;
        gap: 44px;
    }

    .cont7 .panel {
        padding: 28px 32px;
    }

    .cont7 .logo-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 26px 32px;
    }

    .cont7 .logo-item img {
        max-width: 180px;
        max-height: 50px;
    }

    .cont7 .tag {
        font-size: var(--font-xl);
    }

    html[lang="en"] .cont7 .logo-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 44px 32px;
    }

    html[lang="en"] .cont7 .logo-list>*:nth-child(n+6):nth-child(-n+10) {
        transform: translateX(91px);
    }
}

@media (max-width:1580px) {
    html[lang="en"] .cont7 .logo-list>*:nth-child(n+6):nth-child(-n+10) {
        transform: none;
    }

    html[lang="en"] .cont7 .logo-list>*:nth-child(n+7):nth-child(-n+11) {
        transform: none;
    }
}

@media (max-width:1280px) {
    .cont7 .container {
        min-height: 80vh;
    }

    .cont7 .partner {
        margin-top: 60px;
        gap: 40px;
    }

    .cont7 .panel {
        padding: 26px 28px;
    }

    .cont7 .logo-list,
    html[lang="en"] .cont7 .logo-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 28px;
    }

    .cont7 .logo-item img {
        max-width: 170px;
        max-height: 48px;
    }

    .cont7 .tag {
        font-size: var(--font-lg);
    }
}

@media (max-width:1024px) {
    .cont7 .container {
        min-height: auto;
    }

    .cont7 .partner {
        margin-top: 48px;
        gap: 32px;
    }

    .cont7 .panel {
        padding: 24px 22px;
        border-radius: 18px;
    }

    .cont7 .logo-list,
    html[lang="en"] .cont7 .logo-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px 24px;
    }

    .cont7 .logo-item img {
        max-width: 160px;
        max-height: 44px;
    }

    .cont7 .tag {
        font-size: var(--font-md);
    }
}

@media (max-width:768px) {
    .cont7 .partner {
        margin-top: 36px;
        gap: 24px;
    }

    .cont7 .panel {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .cont7 .logo-list,
    html[lang="en"] .cont7 .logo-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 18px;
    }

    .cont7 .logo-item img {
        max-width: 150px;
        max-height: 42px;
    }

    .cont7 .tag {
        font-size: var(--font-base);
    }
}

@media (max-width:480px) {
    .cont7 .partner {
        margin-top: 28px;
        gap: 20px;
    }

    .cont7 .panel {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .cont7 .logo-list,
    html[lang="en"] .cont7 .logo-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 14px;
    }

    .cont7 .logo-item img {
        max-width: 130px;
        max-height: 38px;
    }

    .cont7 .tag {
        font-size: var(--font-sm);
    }
}

/* ===== Section 8 ===== */
.cont8 .container {
    min-height: 90vh;
}

.cont8 .controls {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 20px;
}

.cont8 .press {
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

.cont8 .sidebar {
    width: 330px;
    flex: 0 0 330px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.cont8 .btn-outline {
    padding: 17px 34px;
    font-size: var(--font-xl);
    font-weight: 600;
    line-height: 1.5;
}

.cont8 .card-list {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cont8 .card-list .item {
    flex: 0 0 calc((100% - 2 * 20px) / 3);
    display: flex;
}

.cont8 .card-list .item.wide {
    flex: 0 0 calc(((100% - 2 * 20px) / 3) * 2 + 20px);
}

.cont8 .feature {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    color: white;
    aspect-ratio: 680 / 318;
}

.cont8 .feature .img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.cont8 .feature .grad {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    pointer-events: none;
}

.cont8 .feature .meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 30px 40px;
}

.cont8 .chip {
    width: fit-content;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 300px;
    color: white;
    font-size: var(--font-sm);
    font-weight: 500;
    line-height: 21px;
}

.cont8 .chip.red {
    background: #C50003;
}

.cont8 .chip.indigo {
    background: #506BE1;
}

.cont8 .title-md {
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 28ch;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.cont8 .date {
    font-size: var(--font-base);
    font-weight: 300;
    line-height: 1.6;
    color: var(--white-40);
}

.cont8 .feature {
    min-width: 680px;
}

.cont8 .card {
    min-width: 330px;
    display: block;
    color: inherit;
    border-radius: 20px;
    overflow: hidden;
    background: #F8F9FA;
}

.cont8 .thumb {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 330 / 147;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid var(--black-200);
    border-bottom: none;
}

.cont8 .content {
    padding: 20px 30px;
    background: #F8F9FA;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cont8 .content .title-sm {
    font-size: var(--font-lg);
    font-weight: 600;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.cont8 .content .date {
    color: var(--black-600);
}

.cont8 .feature:hover .img,
.cont8 .card:hover .thumb {
    transform: scale(1.01);
    transition: transform .25s ease;
}

.cont8 .btn-outline:hover,
.cont8 .btn-gray:hover,
.cont8 .intro .arrow:hover {
    transform: translateY(-1px);
    transition: transform .2s ease;
}

.cont8 .feature,
.cont8 .card-list .item .card {
    will-change: transform, opacity;
}

.cont8 .sw-out-l {
    opacity: 0;
    transform: translateX(-28px);
    transition: transform .22s ease, opacity .22s ease;
}

.cont8 .sw-in-r {
    opacity: 1;
    transform: translateX(0);
    transition: transform .26s ease, opacity .26s ease;
}

.cont8 .sw-out-r {
    opacity: 0;
    transform: translateX(28px);
    transition: transform .22s ease, opacity .22s ease;
}

.cont8 .sw-in-l {
    opacity: 1;
    transform: translateX(0);
    transition: transform .26s ease, opacity .26s ease;
}

.cont8 .sw-fade0 {
    opacity: 0;
    transform: translateX(12px);
}

.cont8 .sw-fade1 {
    opacity: 1;
    transform: translateX(0);
    transition: transform .28s ease, opacity .28s ease;
}

.cont8 .card-list .item.is-empty {
    display: none;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width:1440px) {
    .cont8 .container {
        min-height: 80vh;
    }

    .cont8 .press {
        gap: 60px;
    }

    .cont8 .card-list {
        gap: 18px;
    }

    .cont8 .card-list .item {
        flex: 0 0 calc((100% - 2*18px)/3);
    }

    .cont8 .card-list .item.wide {
        flex: 0 0 calc(((100% - 2*18px)/3)*2 + 18px);
    }

    .cont8 .feature .meta {
        padding: 26px 34px;
    }

    .cont8 .title-md {
        font-size: var(--font-xl);
    }

    .cont8 .feature {
        min-width: auto;
    }
}

@media (max-width:1280px) {
    .cont8 .press {
        gap: 48px;
    }

    .cont8 .sidebar {
        width: 300px;
        flex: 0 0 300px;
    }

    .cont8 .btn-outline {
        padding: 16px 28px;
        font-size: var(--font-lg);
    }

    .cont8 .card-list {
        gap: 16px;
    }

    .cont8 .card-list .item {
        flex: 0 0 calc((100% - 2*16px)/3);
    }

    .cont8 .card-list .item.wide {
        flex: 0 0 calc(((100% - 2*16px)/3)*2 + 16px);
    }

    .cont8 .feature {
        border-radius: 18px;
    }

    .cont8 .feature .img,
    .cont8 .feature .grad {
        border-radius: 18px;
    }

    .cont8 .feature .meta {
        padding: 24px 28px;
    }

    .cont8 .title-md {
        font-size: var(--font-lg);
    }

    .cont8 .card {
        min-width: auto;
    }
}

@media (max-width:1024px) {
    .cont8 .container {
        min-height: auto;
    }

    .cont8 .section-header {
        flex-direction: row;
    }

    .cont8 .press {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    .cont8 .card-list {
        order: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .cont8 .card-list .item {
        flex: initial;
        width: auto;
    }

    .cont8 .card-list .item {
        width: 100%;
    }

    .cont8 .sidebar {
        order: 2;
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
    }

    .cont8 .sidebar .btn-gray {
        order: 1;
    }

    .cont8 .sidebar .btn-outline {
        order: 3;
    }

    .cont8 .feature {
        aspect-ratio: 16/9;
        border-radius: 18px;
    }

    .cont8 .feature .img,
    .cont8 .feature .grad {
        border-radius: 18px;
    }

    .cont8 .feature .meta {
        padding: 20px 22px;
    }

    .cont8 .title-md {
        font-size: var(--font-xl);
        line-height: 1.45;
        max-width: 32ch;
    }

    .cont8 .content .title-sm {
        font-size: var(--font-md);
    }

    .cont8 .date {
        font-size: var(--font-base);
    }

    .cont8 .content {
        padding: 18px 22px;
    }
}

@media (max-width:768px) {
    .cont8 .controls {
        gap: 14px;
    }

    .cont8 .btn-outline {
        padding: 14px 22px;
        font-size: var(--font-md);
    }

    .cont8 .card-list {
        order: 1;
        gap: 14px;
    }

    .cont8 .sidebar {
        order: 2;
    }

    .cont8 .sidebar .btn-gray {
        order: 1;
    }

    .cont8 .sidebar .btn-outline {
        order: 3;
    }

    .cont8 .feature {
        border-radius: 16px;
    }

    .cont8 .feature .img,
    .cont8 .feature .grad {
        border-radius: 16px;
    }

    .cont8 .feature .meta {
        padding: 18px;
    }

    .cont8 .title-md {
        font-size: var(--font-lg);
        line-height: 1.4;
    }

    .cont8 .date {
        font-size: var(--font-sm);
    }

    .cont8 .content {
        padding: 16px 18px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .cont8 .thumb {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
}

@media (max-width:480px) {
    .cont8 .controls {
        gap: 12px;
    }

    .cont8 .btn-outline {
        padding: 12px 18px;
        font-size: var(--font-base);
    }

    .cont8 .sidebar {
        order: 2;
    }

    .cont8 .sidebar .btn-gray {
        order: 1;
    }

    .cont8 .sidebar .btn-outline {
        order: 3;
    }

    .cont8 .feature {
        border-radius: 14px;
    }

    .cont8 .feature .img,
    .cont8 .feature .grad {
        border-radius: 14px;
    }

    .cont8 .feature .meta {
        padding: 16px;
    }

    .cont8 .title-md {
        font-size: var(--font-md);
    }

    .cont8 .content {
        padding: 14px 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .cont8 .thumb {
        aspect-ratio: 1.4 / 1;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@supports not (aspect-ratio: 1 / 1) {
    .cont8 .feature {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 56.25%;
    }

    .cont8 .feature .img,
    .cont8 .feature .grad,
    .cont8 .feature .meta {
        position: absolute;
        inset: 0;
    }
}

html[lang="en"] .cont8 .card-list .item.wide {
    display: none;
}

/* ===== Section 9 ===== */
.cont9 .container {
    padding-top: 0;
}

.cont9 .box {
    min-height: 415px;
    padding: 40px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    background-image: linear-gradient(0deg, rgba(202, 230, 252, 0.20) 0%, rgba(202, 230, 252, 0.20) 100%),
        url('../../img/bg/bg-main-cont9.jpg');
    background-color: rgba(0, 178, 255, 0.30);
    background-blend-mode: screen, normal;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: white;
}

.cont9 .text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cont9 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    word-wrap: break-word;
}

.cont9 .desc {
    font-size: var(--font-lg);
    font-weight: 600;
    line-height: 32px;
}

@media (max-width:1440px) {
    .cont9 .box {
        min-height: 400px;
        padding: 60px 120px;
        gap: 36px;
        border-radius: 20px;
    }

    .cont9 .title {
        font-size: 38px;
    }

    .cont9 .desc {
        font-size: var(--font-xl);
        line-height: 32px;
    }
}

@media (max-width:1280px) {
    .cont9 .box {
        min-height: 380px;
        padding: 50px 90px;
        gap: 32px;
    }

    .cont9 .title {
        font-size: 36px;
    }

    .cont9 .desc {
        font-size: var(--font-lg);
        line-height: 30px;
    }
}

@media (max-width:1024px) {
    .cont9 .container {
        padding-top: 0;
    }

    .cont9 .box {
        min-height: 360px;
        padding: 40px 60px;
        gap: 28px;
        border-radius: 18px;
        background-position: center;
    }

    .cont9 .text {
        gap: 10px;
    }

    .cont9 .title {
        font-size: 32px;
        line-height: 1.45;
    }

    .cont9 .desc {
        font-size: var(--font-md);
        line-height: 28px;
    }
}

@media (max-width:768px) {
    .cont9 .box {
        min-height: auto;
        padding: 36px 40px;
        gap: 24px;
    }

    .cont9 .title {
        font-size: var(--font-xl);
        line-height: 1.4;
        word-break: keep-all;
    }

    .cont9 .desc {
        font-size: var(--font-base);
        line-height: 26px;
    }
}

@media (max-width:480px) {
    .cont9 .box {
        padding: 28px 24px;
        gap: 20px;
        border-radius: 16px;
    }

    .cont9 .title {
        font-size: var(--font-lg);
        line-height: 1.4;
    }

    .cont9 .desc {
        font-size: var(--font-sm);
        line-height: 22px;
    }
}