@font-face {
    font-family: Paperlogy;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-1Thin.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-2ExtraLight.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-3Light.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-4Regular.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-5Medium.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-6SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-7Bold.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-8ExtraBold.woff2) format("woff2")
}

@font-face {
    font-family: Paperlogy;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Paperlogy-9Black.woff2) format("woff2")
}

*, :before, :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px
}

html.lenis, html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

body {
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    min-height: 100vh;
    font-family: Paperlogy, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

body.is-menu-open {
    overflow: hidden
}

img, picture, video, canvas, svg {
    max-width: 100%;
    display: block
}

input, button, textarea, select {
    font: inherit;
    color: inherit
}

a {
    color: inherit;
    text-decoration: none
}

ul, ol {
    list-style: none
}

button {
    cursor: pointer;
    background: 0 0;
    border: none
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (width >= 768px) {
    .inner {
        max-width: 1520px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (width >= 1024px) {
    .inner {
        max-width: 1480px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-title {
    color: #111;
    font-size: clamp(28px, 4.2vw, 60px);
    font-weight: 700;
    line-height: 1.25
}

.section-title--light {
    color: #fff
}

.section-desc {
    color: #666;
    margin-top: clamp(12px, 2vw, 16px);
    font-size: clamp(15px, 1.8vw, 21px);
    font-weight: 400;
    line-height: 1.7
}

.section-desc--light {
    color: #ffffffe6
}

.dummy-img {
    background-color: #c4c4c4;
    background-image: linear-gradient(135deg, #c4c4c4 0%, #b5b5b5 100%)
}

.btn-more {
    border-radius: 999px;
    align-items: center;
    gap: 10px;
    padding: clamp(12px, 2vw, 14px) clamp(24px, 3vw, 32px);
    font-size: clamp(14px, 1.6vw, 15px);
    font-weight: 500;
    transition: background-color .3s, color .3s, border-color .3s, transform .3s;
    display: inline-flex
}

.btn-more__arrow {
    background: url(../images/icon-arrow-right.png) 50%/contain no-repeat;
    width: 10px;
    height: 10px;
    transition: transform .3s;
    display: inline-block
}

.btn-more--light {
    color: #fff;
    border: 1px solid #fff
}

.btn-more--light:hover {
    color: #002b5c;
    background-color: #fff
}

.btn-more--light:hover .btn-more__arrow {
    background-image: url(../images/icon-arrow-right-black.png);
    transform: translate(3px, -3px)
}

.btn-more--dark {
    color: #111;
    border: 1px solid #111
}

.btn-more--dark .btn-more__arrow {
    background-image: url(../images/icon-arrow-right-black.png)
}

.btn-more--dark:hover {
    color: #fff;
    background-color: #111
}

.btn-more--dark:hover .btn-more__arrow {
    background-image: url(../images/icon-arrow-right.png);
    transform: translate(3px, -3px)
}

.site-header {
    z-index: 100;
    transition: box-shadow .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.site-header__shell {
    will-change: transform;
    background-color: #fff
}

.site-header.is-scrolled .site-header__shell, .site-header.is-gnb-open .site-header__shell {
    box-shadow: 0 4px 24px #00000014
}

.site-header.is-hidden {
    pointer-events: none
}

.site-header__top {
    border-bottom: 1px solid #eee;
    height: 80px
}

.site-header__top .inner {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex
}

.site-header__logo-group {
    align-items: flex-end;
    gap: 16px;
    display: flex
}

.site-header__logo {
    background: url(../images/logo-life.png) 0 50%/contain no-repeat;
    align-items: center;
    width: 325px;
    height: 40px;
    font-size: 0;
    display: flex
}

.site-header__logo-ext-separator {
    background-color: #dde2e5;
    border-radius: 100px;
    width: 1px;
    height: 20px;
    transform: translateY(-2px)
}

.site-header__logo-ext {
    aspect-ratio: 17/5;
    background: url(../images/logo-ext.svg) 50%/cover no-repeat;
    align-items: center;
    width: 119px;
    font-size: 0;
    display: flex
}

.site-header__utils {
    align-items: center;
    gap: 10px;
    display: flex
}

.site-header__nav {
    height: 64px;
    position: relative
}

.site-header__nav-bar {
    z-index: 3;
    background-color: #fff;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative
}

.header-select {
    position: relative
}

.header-select__trigger {
    color: #002b5c;
    cursor: pointer;
    background-color: #f4f6fb;
    border: 1px solid #e2e6ef;
    border-radius: 999px;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background-color .3s, border-color .3s, color .3s, box-shadow .3s;
    display: inline-flex
}

.header-select__trigger:hover, .header-select__trigger:focus-visible {
    background-color: #eef1f8;
    border-color: #c8d0e4
}

.header-select.is-open .header-select__trigger {
    color: #fff;
    background-color: #586cb2;
    border-color: #586cb2;
    box-shadow: 0 4px 16px #586cb259
}

.header-select__label {
    white-space: nowrap
}

.header-select__arrow {
    border-top: 5px solid;
    border-left: 4px solid #0000;
    border-right: 4px solid #0000;
    flex-shrink: 0;
    width: 0;
    height: 0;
    margin-left: 2px;
    transition: transform .3s
}

.header-select.is-open .header-select__arrow {
    transform: rotate(180deg)
}

.header-select__menu {
    z-index: 20;
    background-color: #fff;
    border-radius: 20px;
    min-width: 200px;
    padding: 8px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    box-shadow: 0 12px 32px #1a1e4124
}

.header-select__option {
    color: #002b5c;
    text-align: left;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-radius: 14px;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 2px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background-color .3s;
    display: flex
}

.header-select__option:first {
    margin-top: 0
}

.header-select__option:hover, .header-select__option:focus-visible, .header-select__option.is-active {
    background-color: #e8ecf8
}

.service-select .header-select__trigger {
    color: #fff;
    background-color: #586cb2;
    border-color: #586cb2;
    box-shadow: 0 4px 16px #586cb259
}

.service-select .header-select__trigger:hover, .service-select .header-select__trigger:focus-visible {
    color: #fff;
    background-color: #586cb2;
    border-color: #586cb2
}

.service-select__trigger .service-select__icon {
    filter: brightness(0) invert()
}

.service-select__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: filter .3s
}

.service-select__icon--1 {
    background-image: url(../images/icon-util-service-1.svg)
}

.service-select__icon--2 {
    background-image: url(../images/icon-util-service-2.svg)
}

.service-select__icon--3 {
    background-image: url(../images/icon-util-service-3.svg)
}

.service-select__icon--4 {
    background-image: url(../images/icon-util-service-4.svg)
}

.service-select__option .service-select__icon {
    filter: brightness(0) saturate() invert(14%) sepia(35%) saturate(1200%) hue-rotate(198deg) brightness(95%) contrast(95%)
}

.service-select__menu {
    min-width: 220px
}

.lang-select__icon {
    background: url(../images/icon-lang.png) 50%/contain no-repeat;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    transition: filter .3s
}

.lang-select.is-open .lang-select__trigger .lang-select__icon {
    filter: brightness(0) invert()
}

.lang-select__menu {
    min-width: 140px
}

.lang-select__option {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px
}

.gnb-toggle {
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    display: none
}

.gnb-toggle__line {
    background-color: #111;
    width: 22px;
    height: 2px;
    transition: transform .3s, opacity .3s;
    display: block
}

.gnb-dim {
    z-index: 95;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #00000073;
    transition: opacity .3s, visibility 0s linear .3s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

@media (width >= 1024px) {
    .gnb-dim {
        top: var(--header-height, 144px)
    }
}

.gnb {
    grid-template-columns:repeat(6, 1fr);
    align-items: center;
    width: 100%;
    display: grid
}

.gnb__item {
    height: 64px
}

.gnb__link {
    color: #111;
    justify-content: center;
    align-items: center;
    height: 64px;
    font-size: 18px;
    font-weight: 600;
    transition: color .3s;
    display: flex
}

.gnb__link:hover, .gnb__link.is-active, .gnb__item.is-hover .gnb__link {
    color: #002b5c
}

.gnb-mega {
    top: var(--header-height, 144px);
    z-index: 110;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    border-top: 1px solid #ebeef3;
    transition: opacity .32s, transform .32s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .32s;
    position: fixed;
    left: 0;
    right: 0;
    transform: translateY(-8px);
    box-shadow: 0 18px 48px #002b5c1a
}

.gnb-mega:before {
    content: "";
    height: 14px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0
}

.gnb-mega__inner {
    padding: 28px 20px 32px
}

.gnb-mega__grid {
    grid-template-columns:repeat(6, 1fr);
    align-items: start;
    gap: 0 4px;
    display: grid
}

.gnb-mega__col {
    border-radius: 12px;
    flex-direction: column;
    gap: 2px;
    min-height: 100%;
    padding: 10px 12px 12px;
    transition: background-color .28s, box-shadow .28s;
    display: flex
}

.gnb-mega__col.is-hover {
    background-color: #f3f7fb;
    box-shadow: inset 0 0 0 1px #002b5c0f
}

.gnb-mega__link {
    color: #4a4f57;
    background-position: 0;
    background-repeat: no-repeat;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    transition: color .25s, all .25s;
    display: flex
}

.gnb-mega__link:hover, .gnb-mega__link:focus-visible {
    color: #002b5c;
    background: #002b5c0f url(../images/icon-active-deco.svg) 7px no-repeat;
    padding-left: 24px
}

.gnb-mega__link--ext:after {
    content: "";
    background: url(../images/icon-ext-arrow.svg) 50%/contain no-repeat;
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

.gnb-mega__link:hover:after, .gnb-mega__link:focus-visible:after {
    border-color: #002b5c59
}

.gnb-mobile {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    flex-direction: column;
    min-height: 100dvh;
    transition: opacity .35s, visibility .35s, transform .35s;
    display: flex;
    position: fixed;
    inset: 0;
    transform: translateY(12px)
}

.gnb-mobile__head {
    background-color: #1a1e41;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    display: flex
}

.gnb-mobile .lang-select--mobile .header-select__trigger {
    color: #002b5c;
    background-color: #fff;
    border-color: #0000
}

.gnb-mobile .lang-select--mobile .header-select__trigger:hover, .gnb-mobile .lang-select--mobile .header-select__trigger:focus-visible {
    background-color: #fff;
    border-color: #0000
}

.gnb-mobile .lang-select--mobile.is-open .header-select__trigger {
    color: #fff;
    box-shadow: none;
    background-color: #586cb2;
    border-color: #586cb2
}

.gnb-mobile .lang-select--mobile .header-select__menu {
    z-index: 2;
    min-width: 140px;
    left: 0;
    right: auto
}

.gnb-mobile__close {
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex
}

.gnb-mobile__close span {
    width: 20px;
    height: 20px;
    position: relative
}

.gnb-mobile__close span:before, .gnb-mobile__close span:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0
}

.gnb-mobile__close span:before {
    transform: rotate(45deg)
}

.gnb-mobile__close span:after {
    transform: rotate(-45deg)
}

.gnb-mobile__services {
    background-color: #1a1e41;
    border-top: 1px solid #ffffff1f;
    grid-template-columns:repeat(4, 1fr);
    gap: 0;
    display: grid
}

.gnb-mobile__service {
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 20px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    display: flex
}

.gnb-mobile__service + .gnb-mobile__service {
    border-left: 1px solid #ffffff1f
}

.gnb-mobile__service-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px
}

.gnb-mobile__service-icon--1 {
    background-image: url(../images/icon-util-service-1.svg)
}

.gnb-mobile__service-icon--2 {
    background-image: url(../images/icon-util-service-2.svg)
}

.gnb-mobile__service-icon--3 {
    background-image: url(../images/icon-util-service-3.svg)
}

.gnb-mobile__service-icon--4 {
    background-image: url(../images/icon-util-service-4.svg)
}

.gnb-mobile__body {
    background-color: #fff;
    flex: 1;
    padding: 8px 0 32px;
    overflow-y: auto
}

.gnb-mobile__item {
    border-bottom: 1px solid #e8e8e8
}

.gnb-mobile__item.is-open .gnb-mobile__trigger:after {
    transform: rotate(180deg)
}

.gnb-mobile__item.is-open .gnb-mobile__panel {
    display: block
}

.gnb-mobile__item.is-open .gnb-mobile__trigger {
    color: #2a316a
}

.gnb-mobile__trigger {
    color: #111;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 24px;
    font-size: 17px;
    font-weight: 600;
    display: flex
}

.gnb-mobile__trigger:after {
    content: "";
    border-bottom: 2px solid #343a40;
    border-right: 2px solid #343a40;
    width: 10px;
    height: 10px;
    transition: transform .3s;
    transform: rotate(45deg)
}

.gnb-mobile__item.is-open .gnb-mobile__trigger:after {
    border-color: #2a316a;
    margin-top: 4px;
    transform: rotate(-135deg)
}

.gnb-mobile__panel {
    padding: 0 16px 16px;
    display: none
}

.gnb-mobile__sub {
    background-color: #f3f4f7;
    border-radius: 12px;
    padding: 12px 16px
}

.gnb-mobile__sub-link {
    color: #343a40;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s;
    display: flex
}

.gnb-mobile__sub-link:hover, .gnb-mobile__sub-link:focus-visible {
    color: #2a316a;
    background: url(../images/icon-active-deco.svg) 0 no-repeat;
    padding-left: 20px;
    font-weight: 600
}

.gnb-mobile__sub-link--ext::hover:after {
    background-image: url(../images/icon-ext-arrow-hover.svg)
}

.gnb-mobile__sub-link--ext::focus-visible:after {
    background-image: url(../images/icon-ext-arrow-hover.svg)
}

.gnb-mobile__sub-link--ext:after {
    content: "";
    background: url(../images/icon-ext-arrow.svg) 50%/cover no-repeat;
    flex-shrink: 0;
    width: 22px;
    height: 22px
}

@media (width >= 1024px) {
    .gnb-mobile, .gnb-toggle {
        display: none !important
    }

    :is(body:has(.site-header.is-gnb-open) .site-header__shell,body:has(.site-header .site-header__nav:hover) .site-header__shell,body:has(.gnb-mega:hover) .site-header__shell) {
        box-shadow: 0 4px 24px #00000014
    }

    .site-header.is-gnb-open:not(.is-gnb-scroll-block) ~ .gnb-mega {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .3s, transform .3s, visibility linear;
        transform: translateY(0)
    }

    .site-header.is-gnb-open:not(.is-gnb-scroll-block) ~ .gnb-dim {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .3s, visibility linear
    }

    .site-header.is-gnb-scroll-block ~ .gnb-mega, .site-header.is-gnb-scroll-block ~ .gnb-dim {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important
    }
}

@media (width <= 1023px) {
    .site-header__utils {
        display: none
    }

    .site-header__nav {
        height: 0;
        overflow: visible
    }

    .site-header__nav-bar {
        display: none
    }

    .gnb--desktop, .gnb-mega {
        display: none !important
    }

    .gnb-toggle {
        display: flex
    }

    .site-header.is-mobile-menu-open .gnb-toggle__line:first-child {
        transform: translateY(8px) rotate(45deg)
    }

    .site-header.is-mobile-menu-open .gnb-toggle__line:nth-child(2) {
        opacity: 0
    }

    .site-header.is-mobile-menu-open .gnb-toggle__line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }

    body.is-menu-open .gnb-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0)
    }

    .gnb-dim {
        display: none
    }
}

@media (width <= 767px) {
    .site-header__logo-group {
        gap: 8px
    }

    .site-header__logo {
        width: 228px;
        height: 28px
    }

    .site-header__logo-ext-separator {
        height: 16px
    }

    .site-header__logo-ext {
        background-size: contain;
        width: 70px;
        height: 30px
    }
}

.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

.hero__bg {
    background-color: #8a8a8a;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.hero__video {
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block
}

.hero__overlay {
    pointer-events: none;
    background-color: #00000059;
    position: absolute;
    inset: 0
}

.hero__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-top: 77px;
    padding-bottom: 0;
    padding-left: 70px;
    display: flex;
    position: relative
}

.hero__text {
    flex-direction: column;
    display: flex
}

.hero__line {
    padding-bottom: .05em;
    overflow: hidden
}

.hero__line > p, .hero__line > h1 {
    will-change: transform, opacity;
    display: block
}

.hero.is-revealed .hero__line > p, .hero.is-revealed .hero__line > h1 {
    opacity: 1;
    transform: translateY(0)
}

.hero.is-revealed .hero__desc {
    opacity: .9
}

.hero.is-revealed .hero__btn {
    opacity: 1;
    transform: translateY(0)
}

.hero__eyebrow, .hero__title {
    letter-spacing: -.02em;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3
}

.hero__desc {
    opacity: .9;
    margin-top: 40px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.7
}

.hero__btn {
    will-change: transform, opacity;
    align-self: flex-start;
    margin-top: 60px
}

@media (width <= 1023px) {
    .hero {
        min-height: 100svh
    }

    .hero__content {
        min-height: calc(100svh - var(--header-height, 80px));
        justify-content: flex-end;
        padding-top: clamp(48px, 12vw, 80px);
        padding-bottom: clamp(48px, 10vw, 72px);
        padding-left: 20px
    }

    .hero__eyebrow, .hero__title {
        font-size: clamp(26px, 6.5vw, 44px);
        line-height: 1.35
    }

    .hero__desc {
        margin-top: clamp(20px, 4vw, 32px);
        font-size: clamp(15px, 3.8vw, 20px);
        line-height: 1.65
    }

    .hero__desc br {
        display: none
    }

    .hero__btn {
        margin-top: clamp(32px, 6vw, 48px)
    }
}

@media (width <= 767px) {
    .hero__content {
        justify-content: flex-end;
        padding-top: 24px;
        padding-bottom: 48px
    }

    .hero__eyebrow {
        font-size: clamp(20px, 5.5vw, 26px);
        line-height: 1.4
    }

    .hero__title {
        margin-top: 4px;
        font-size: clamp(21px, 5.8vw, 28px);
        line-height: 1.35
    }

    .hero__desc {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.6
    }

    .hero__btn {
        margin-top: 28px;
        padding: 12px 28px
    }
}

.climate-risk {
    position: relative
}

.climate-risk__pin {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.climate-risk__backdrop {
    z-index: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.climate-risk__bg {
    will-change: transform, filter;
    background: url(../images/bg-climate-risk.png) 50%/cover no-repeat;
    position: absolute;
    inset: 0;
    transform: scale(1)
}

.climate-risk__dim {
    opacity: .25;
    will-change: opacity;
    pointer-events: none;
    background-color: #000;
    position: absolute;
    inset: 0
}

.climate-risk__inner {
    z-index: 1;
    align-items: flex-start;
    gap: 80px;
    height: calc(100vh - 120px);
    padding-top: 100px;
    display: flex;
    position: relative
}

.climate-risk__left {
    color: #fff;
    flex-shrink: 0;
    width: 440px;
    padding-top: 20px
}

.climate-risk__viewport {
    flex: 1;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(#0000 0%, #000 5% 90%, #0000 100%);
    mask-image: linear-gradient(#0000 0%, #000 5% 90%, #0000 100%)
}

.climate-risk__cards {
    will-change: transform;
    flex-direction: column;
    gap: 120px;
    padding-bottom: 120px;
    display: flex
}

.climate-risk__card {
    color: #fff;
    cursor: pointer;
    will-change: transform, opacity;
    width: 440px
}

.climate-risk__card--right {
    margin-left: auto
}

.climate-risk__card--left {
    margin-left: 40px;
    margin-right: auto
}

.climate-risk__card-media {
    will-change: transform;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.climate-risk__card-img {
    will-change: transform, filter;
    width: 100%;
    height: 500px;
    overflow: hidden;
    transform: scale(1.08)
}

.climate-risk__card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.climate-risk__card-shade {
    opacity: .6;
    pointer-events: none;
    background: linear-gradient(#0000001a 0%, #00000073 100%);
    transition: opacity .5s;
    position: absolute;
    inset: 0
}

.climate-risk__card.is-active .climate-risk__card-shade, .climate-risk__card.is-hover .climate-risk__card-shade {
    opacity: .15
}

.climate-risk__card-text {
    opacity: .4;
    will-change: transform, opacity;
    margin-top: 24px;
    transform: translateY(12px)
}

.climate-risk__card.is-active .climate-risk__card-text, .climate-risk__card.is-hover .climate-risk__card-text {
    opacity: 1;
    transform: translateY(0)
}

.climate-risk__card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3
}

.climate-risk__card-desc {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5
}

.climate-risk__footer {
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    transition: opacity .5s, transform .5s;
    display: flex;
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    transform: translateY(20px)
}

.climate-risk__footer.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

@media (width <= 1023px) {
    .climate-risk__pin {
        height: auto;
        min-height: 100vh;
        overflow: visible
    }

    .climate-risk__backdrop {
        z-index: 0;
        width: 100%;
        height: 100vh;
        margin-bottom: -100vh;
        position: sticky;
        top: 0
    }

    .climate-risk__bg {
        background-image: url(../images/bg-climate-risk-mobile.png);
        transform: scale(1.02)
    }

    .climate-risk__dim {
        opacity: .15
    }

    .climate-risk__inner {
        z-index: 1;
        flex-direction: column;
        gap: 32px;
        height: auto;
        min-height: auto;
        padding-top: clamp(64px, 14vw, 88px);
        padding-bottom: 24px;
        position: relative
    }

    .climate-risk__left {
        width: 100%;
        padding-top: 0
    }

    .climate-risk__left .section-desc br {
        display: none
    }

    .climate-risk__viewport {
        height: auto;
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none
    }

    .climate-risk__cards {
        flex-direction: column;
        gap: clamp(36px, 8vw, 48px);
        padding-bottom: 0;
        display: flex
    }

    .climate-risk__card {
        width: 100%;
        max-width: none;
        opacity: 1 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important
    }

    .climate-risk__card--right .climate-risk__card-media {
        width: min(82%, 320px);
        margin-left: auto;
        margin-right: 0
    }

    .climate-risk__card--right .climate-risk__card-text {
        text-align: right;
        padding-right: 0
    }

    .climate-risk__card--left .climate-risk__card-text {
        text-align: left;
        padding-left: 0
    }

    .climate-risk__card--left .climate-risk__card-media {
        width: min(88%, 340px);
        margin-left: 0;
        margin-right: auto
    }

    .climate-risk__card-media {
        border-radius: 32px;
        overflow: hidden
    }

    .climate-risk__card--right .climate-risk__card-img {
        height: clamp(240px, 62vw, 320px)
    }

    .climate-risk__card--left .climate-risk__card-img {
        height: clamp(180px, 48vw, 240px)
    }

    .climate-risk__card-img {
        border-radius: 32px;
        filter: none !important;
        transform: none !important
    }

    .climate-risk__card-shade {
        opacity: .2
    }

    .climate-risk__card-text {
        text-align: left;
        margin-top: 16px;
        padding-inline: 20px;
        opacity: 1 !important;
        transform: none !important
    }

    .climate-risk__card-title {
        font-size: clamp(17px, 4.2vw, 20px);
        font-weight: 700
    }

    .climate-risk__card-desc {
        color: #ffffffd1;
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.65
    }

    .climate-risk__card-desc br {
        display: none
    }

    .climate-risk__footer {
        z-index: 1;
        opacity: 1;
        pointer-events: auto;
        margin-top: clamp(28px, 6vw, 40px);
        padding-bottom: clamp(40px, 8vw, 56px);
        position: relative;
        bottom: auto;
        transform: none
    }
}

@media (width <= 767px) {
    .climate-risk__inner {
        gap: 28px;
        padding-top: 64px;
        padding-bottom: 16px
    }

    .climate-risk__cards {
        gap: 32px
    }

    .climate-risk__card--right .climate-risk__card-media {
        width: min(84%, 300px)
    }

    .climate-risk__card--left .climate-risk__card-media {
        width: min(90%, 320px)
    }

    .climate-risk__card--right .climate-risk__card-img {
        height: clamp(220px, 60vw, 280px)
    }

    .climate-risk__card--left .climate-risk__card-img {
        height: clamp(168px, 46vw, 220px)
    }

    .climate-risk__card-title {
        font-size: 16px
    }

    .climate-risk__card-desc {
        font-size: 12px
    }

    .climate-risk__footer {
        margin-top: 24px;
        padding-bottom: 48px
    }
}

.energy {
    position: relative
}

.energy__pin {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.energy__bg {
    background: url(../images/bg-energy.png) 50%/cover no-repeat;
    position: absolute;
    inset: 0
}

.energy__overlay {
    pointer-events: none;
    background: linear-gradient(#00000040 0%, #000000a6 100%);
    position: absolute;
    inset: 0
}

.energy__top {
    z-index: 2;
    color: #fff;
    padding-top: 100px;
    position: relative
}

.energy__slider {
    z-index: 1;
    width: 100%;
    position: relative
}

.energy__viewport {
    z-index: 1;
    width: 100%;
    margin-top: 48px;
    position: relative;
    overflow: hidden
}

.energy__track {
    will-change: transform;
    gap: 40px;
    width: max-content;
    padding-left: calc(50vw - 360px);
    padding-right: calc(50vw - 360px);
    display: flex
}

.energy__slide {
    color: #fff;
    will-change: transform, opacity;
    cursor: pointer;
    flex-shrink: 0;
    width: 720px
}

.energy__slide-media {
    border-radius: 32px;
    overflow: hidden
}

.energy__slide-img {
    will-change: transform, filter;
    width: 100%;
    height: 420px;
    transform: scale(.75)
}

.energy__slide.is-active .energy__slide-img {
    filter: brightness();
    transform: scale(1)
}

.energy__slide:not(.is-active) .energy__slide-img {
    filter: brightness(.55)
}

.energy__slide-info {
    text-align: left;
    opacity: 0;
    margin-top: 28px;
    transition: opacity .5s, transform .5s;
    transform: translateY(20px)
}

.energy__slide.is-active .energy__slide-info {
    opacity: 1;
    transform: translateY(0)
}

.energy__slide-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

.energy__slide-desc {
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6
}

.energy__footer {
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    transition: opacity .5s, transform .5s;
    display: flex;
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    transform: translateY(16px)
}

.energy__footer.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.energy__dots, .energy__fraction {
    display: none
}

.energy__fraction-current, .energy__fraction-total {
    font-variant-numeric: tabular-nums
}

.energy__dot {
    cursor: pointer;
    background-color: #ffffff59;
    border: none;
    border-radius: 999px;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    transition: width .3s, background-color .3s
}

.energy__dot.is-active {
    background-color: #fff;
    width: 24px
}

@media (width <= 1023px) {
    .energy__pin {
        height: auto;
        padding-bottom: clamp(40px, 8vw, 56px);
        overflow: visible
    }

    .energy__top {
        padding-top: clamp(64px, 14vw, 88px)
    }

    .energy__top .section-desc br {
        display: none
    }

    .energy__slider {
        z-index: 2;
        position: relative
    }

    .energy__viewport {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-top: clamp(24px, 5vw, 36px);
        scroll-padding-inline: 20px;
        position: relative;
        overflow: auto hidden
    }

    .energy__viewport::-webkit-scrollbar {
        display: none
    }

    .energy__fraction {
        z-index: 5;
        color: #ffffffeb;
        pointer-events: none;
        background-color: #0000008c;
        border-radius: 999px;
        align-items: center;
        gap: 2px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        display: inline-flex;
        position: absolute;
        top: calc(clamp(24px, 5vw, 36px) + 16px);
        right: 24px
    }

    .energy__fraction-sep {
        opacity: .65
    }

    .energy__track {
        gap: 16px;
        padding-left: 20px;
        padding-right: 20px
    }

    .energy__slide {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: calc(100vw - 40px);
        opacity: 1 !important;
        transform: none !important
    }

    .energy__slide-media {
        border-radius: 32px;
        position: relative;
        overflow: hidden
    }

    .energy__slide-img {
        height: clamp(200px, 54vw, 280px);
        filter: none !important;
        transform: none !important
    }

    .energy__slide:not(.is-active) .energy__slide-img {
        filter: none
    }

    .energy__slide-info {
        opacity: 1;
        pointer-events: auto;
        max-height: none;
        margin-top: 16px;
        overflow: visible;
        transform: none
    }

    .energy__slide:not(.is-active) .energy__slide-info {
        opacity: 0;
        pointer-events: none;
        max-height: 0;
        margin-top: 0;
        overflow: hidden
    }

    .energy__slide.is-active .energy__slide-info {
        margin-top: 16px
    }

    .energy__slide-title {
        font-size: clamp(16px, 4vw, 18px);
        font-weight: 700
    }

    .energy__slide-desc {
        font-size: 13px;
        line-height: 1.6
    }

    .energy__slide-desc br {
        display: none
    }

    .energy__dots {
        z-index: 2;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        padding-inline: 20px;
        display: flex;
        position: relative
    }

    .energy__footer {
        opacity: 1;
        pointer-events: auto;
        margin-top: clamp(28px, 5vw, 36px);
        position: relative;
        bottom: auto;
        transform: none
    }
}

@media (width <= 767px) {
    .energy__pin {
        padding-bottom: 40px
    }

    .energy__top {
        padding-top: 64px
    }

    .energy__viewport {
        margin-top: 20px
    }

    .energy__fraction {
        padding: 5px 10px;
        font-size: 11px;
        top: 32px;
        right: 22px
    }

    .energy__slide-img {
        height: clamp(190px, 52vw, 240px)
    }

    .energy__slide-title {
        font-size: 15px
    }

    .energy__slide-desc {
        font-size: 12px;
        line-height: 1.55
    }

    .energy__dots {
        margin-top: 16px
    }

    .energy__footer {
        margin-top: 24px
    }
}

@media (width >= 768px) and (width <= 1023px) {
    .energy__track {
        padding-inline: 40px
    }

    .energy__viewport {
        scroll-padding-inline: 40px
    }

    .energy__fraction {
        right: 44px
    }

    .energy__slide {
        width: calc(100vw - 80px)
    }

    .energy__dots {
        padding-inline: 40px
    }
}

.carbon {
    position: relative
}

.carbon__pin {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.carbon__bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.carbon__bg-photo {
    will-change: transform, opacity;
    background-color: #d8e8e0;
    background-image: url(../images/bg-carbon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    transform: scale(1.05)
}

.carbon__bg-gradient {
    opacity: 0;
    will-change: opacity;
    background: url(../images/bg-carbon-gradient.png) 50%/cover no-repeat;
    position: absolute;
    inset: 0
}

.carbon__bubbles {
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    position: absolute;
    top: 0;
    right: 0
}

.carbon__inner {
    z-index: 1;
    flex-direction: column;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    position: relative
}

.carbon__header {
    will-change: opacity;
    flex-shrink: 0;
    max-width: 640px
}

.carbon__viewport {
    flex: 1;
    min-height: 0;
    margin-top: 48px
}

.carbon__grid {
    grid-template-columns:1fr 1fr;
    gap: 0 80px;
    display: grid
}

.carbon__col {
    will-change: transform;
    flex-direction: column;
    gap: 400px;
    padding-bottom: 120px;
    display: flex
}

.carbon__col--right {
    margin-top: 400px
}

.carbon__card {
    cursor: pointer
}

.carbon__card-media {
    will-change: transform;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.carbon__card-img {
    will-change: transform;
    border-radius: 20px;
    transition: transform .6s;
    overflow: hidden;
    transform: scale(1.02)
}

.carbon__card-img img {
    aspect-ratio: 675/500;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block
}

.carbon__card-shade {
    opacity: .35;
    pointer-events: none;
    background: linear-gradient(#00000005 0%, #0000001f 100%);
    transition: opacity .5s;
    position: absolute;
    inset: 0
}

.carbon__card-text {
    margin-top: 20px
}

.carbon__card-title {
    color: #111;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3
}

.carbon__card-desc {
    color: #444;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5
}

.carbon__card.is-hover .carbon__card-img {
    transform: scale(1.05)
}

.carbon__card.is-hover .carbon__card-shade {
    opacity: .1
}

.carbon__footer {
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    transition: opacity .5s, transform .5s;
    display: flex;
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    transform: translateY(20px)
}

.carbon__footer.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

@media (width <= 1023px) {
    .carbon__pin {
        height: auto
    }

    .carbon__inner {
        height: auto;
        padding-top: clamp(72px, 14vw, 100px);
        padding-bottom: clamp(64px, 10vw, 80px)
    }

    .carbon__header {
        opacity: 1 !important
    }

    .carbon__header .section-desc br {
        display: none
    }

    .carbon__viewport {
        flex: none;
        margin-top: clamp(28px, 5vw, 40px);
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none
    }

    .carbon__grid {
        grid-template-columns:1fr;
        gap: clamp(40px, 8vw, 56px)
    }

    .carbon__col {
        gap: clamp(56px, 10vw, 72px);
        padding-bottom: 0
    }

    .carbon__col--right {
        margin-top: 0
    }

    .carbon__card-title {
        font-size: clamp(18px, 4vw, 22px)
    }

    .carbon__card-desc {
        font-size: 14px
    }

    .carbon__bubbles {
        max-width: 45vw;
        right: -5%;
        opacity: 1 !important
    }

    .carbon__bubbles img {
        width: 100%;
        height: auto
    }

    .carbon__footer {
        opacity: 1;
        pointer-events: auto;
        margin-top: clamp(32px, 6vw, 48px);
        position: relative;
        bottom: auto;
        transform: none
    }
}

@media (width <= 767px) {
    .carbon__inner {
        padding-top: 64px;
        padding-bottom: 48px
    }

    .carbon__viewport {
        margin-top: 24px
    }

    .carbon__grid {
        gap: 32px
    }

    .carbon__col {
        gap: 48px
    }

    .carbon__card-text {
        margin-top: 14px
    }

    .carbon__card-title {
        font-size: 16px
    }

    .carbon__card-desc {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.55
    }

    .carbon__bubbles {
        max-width: 38vw;
        opacity: .6 !important
    }

    .carbon__footer {
        margin-top: 24px;
        padding-bottom: 50px
    }
}

.climate-map {
    background-color: #fff;
    padding: 120px 0
}

.climate-map__header {
    text-align: center;
    margin: 0 auto
}

.climate-map__inner .section-desc {
    margin-top: 16px
}

.map-accordion {
    background-color: #111;
    border-radius: 32px 32px 0 0;
    height: 520px;
    margin-top: 64px;
    display: flex;
    overflow: hidden
}

.map-accordion__item {
    cursor: pointer;
    outline: none;
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    transition: flex .78s cubic-bezier(.22, 1, .36, 1), border-radius .78s cubic-bezier(.22, 1, .36, 1), border-color .35s, border-width .35s;
    position: relative;
    overflow: hidden
}

.map-accordion__item + .map-accordion__item {
    border-left: 2px solid #fff
}

.map-accordion__item:before {
    content: "";
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(#0000000d 35%, #0000009e 100%);
    transition: background .55s cubic-bezier(.22, 1, .36, 1);
    position: absolute;
    inset: 0
}

.map-accordion:hover .map-accordion__item:not(:hover), .map-accordion:focus-within .map-accordion__item:not(:focus-within) {
    border-left-width: 0;
    border-left-color: #0000;
    flex: 0 1 0
}

.map-accordion__item:hover, .map-accordion__item:focus-within, .map-accordion__item.is-active {
    z-index: 2;
    border-left-width: 0;
    border-left-color: #0000;
    border-radius: 32px 0;
    flex: 1 0 100%
}

.map-accordion__item:hover:before, .map-accordion__item:focus-within:before, .map-accordion__item.is-active:before {
    background: linear-gradient(#00000014 20%, #000000b8 100%)
}

.map-accordion__item:focus-within {
    box-shadow: inset 0 0 0 2px #ffffffd9
}

.map-accordion__img {
    position: absolute;
    inset: 0
}

.map-accordion__img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform .85s cubic-bezier(.22, 1, .36, 1);
    display: block;
    transform: scale(1.02)
}

.map-accordion__item:hover .map-accordion__img img, .map-accordion__item:focus-within .map-accordion__img img, .map-accordion__item.is-active .map-accordion__img img {
    transform: scale(1.06)
}

.map-accordion__body {
    z-index: 2;
    pointer-events: none;
    padding: 0 16px 32px;
    transition: padding .65s cubic-bezier(.22, 1, .36, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.map-accordion__item:hover .map-accordion__body, .map-accordion__item:focus-within .map-accordion__body, .map-accordion__item.is-active .map-accordion__body {
    padding: 0 36px 36px
}

.map-accordion__label {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 12px #00000073;
    white-space: nowrap;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    transition: font-size .55s cubic-bezier(.22, 1, .36, 1) .18s, text-align .55s cubic-bezier(.22, 1, .36, 1) .18s, white-space 0s linear .18s
}

.map-accordion__desc-row {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    transition: opacity .55s cubic-bezier(.22, 1, .36, 1), max-height .55s cubic-bezier(.22, 1, .36, 1), margin-top .55s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1);
    overflow: hidden;
    transform: translateY(14px)
}

.map-accordion__desc {
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 8px #0006;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7
}

.map-accordion__link-icon {
    vertical-align: -4px;
    opacity: 0;
    filter: drop-shadow(0 2px 6px #00000059);
    background: url(../images/icon-map-link.svg) 50%/contain no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: opacity .45s cubic-bezier(.22, 1, .36, 1), transform .45s cubic-bezier(.22, 1, .36, 1);
    display: inline-block;
    transform: translate(-4px) scale(.92)
}

.map-accordion__item:hover .map-accordion__label, .map-accordion__item:focus-within .map-accordion__label, .map-accordion__item.is-active .map-accordion__label {
    text-align: left;
    white-space: normal;
    font-size: 28px;
    transition-delay: .22s, .22s, .22s
}

.map-accordion__item:hover .map-accordion__desc-row, .map-accordion__item:focus-within .map-accordion__desc-row, .map-accordion__item.is-active .map-accordion__desc-row {
    opacity: 1;
    max-height: 120px;
    margin-top: 10px;
    transition-delay: .72s, .72s, .72s, .72s;
    transform: translateY(0)
}

.map-accordion__item:hover .map-accordion__desc, .map-accordion__item:focus-within .map-accordion__desc, .map-accordion__item.is-active .map-accordion__desc {
    font-size: 18px
}

.map-accordion__item:hover .map-accordion__link-icon, .map-accordion__item:focus-within .map-accordion__link-icon, .map-accordion__item.is-active .map-accordion__link-icon {
    opacity: 1;
    transition-delay: .92s;
    transform: translate(0) scale(1)
}

.map-accordion__item:hover .map-accordion__link-icon, .map-accordion__item.is-active .map-accordion__link-icon {
    animation: 2.4s ease-in-out 1.1s infinite map-accordion-link-pulse
}

.map-accordion.is-gsap-ready {
    background-color: #111
}

.map-accordion.is-gsap-ready .map-accordion__item {
    flex: none;
    transition: border-radius .78s cubic-bezier(.22, 1, .36, 1), border-color .35s, border-width .35s
}

.map-accordion.is-gsap-ready .map-accordion__item + .map-accordion__item {
    border-left: 2px solid #fff
}

.map-accordion.is-gsap-ready .map-accordion__item:before {
    transition: background .55s cubic-bezier(.22, 1, .36, 1)
}

.map-accordion.is-gsap-ready:hover .map-accordion__item:not(:hover), .map-accordion.is-gsap-ready:focus-within .map-accordion__item:not(:focus-within), .map-accordion.is-gsap-ready .map-accordion__item:hover, .map-accordion.is-gsap-ready .map-accordion__item:focus-within, .map-accordion.is-gsap-ready .map-accordion__item.is-active {
    border-left-width: 0;
    border-left-color: #0000;
    flex: none
}

.map-accordion.is-gsap-ready .map-accordion__img img, .map-accordion.is-gsap-ready .map-accordion__desc-row {
    transition: none
}

.map-accordion.is-gsap-ready .map-accordion__link-icon {
    transition: none;
    animation: none
}

.map-accordion.is-gsap-ready .map-accordion__item:hover .map-accordion__desc-row, .map-accordion.is-gsap-ready .map-accordion__item:focus-within .map-accordion__desc-row, .map-accordion.is-gsap-ready .map-accordion__item.is-active .map-accordion__desc-row {
    transition-delay: 0s
}

@keyframes map-accordion-link-pulse {
    0%, to {
        transform: translate(0) scale(1)
    }
    50% {
        transform: translate(2px, -2px) scale(1.04)
    }
}

@media (width <= 1023px) {
    .climate-map {
        padding: clamp(56px, 10vw, 80px) 0
    }

    .climate-map__header {
        text-align: left;
        max-width: none;
        margin: 0
    }

    .climate-map__inner .section-desc {
        margin-top: 12px
    }

    .map-accordion {
        background-color: #0000;
        border-radius: 0;
        flex-direction: column;
        gap: 12px;
        height: auto;
        margin-top: 28px;
        display: flex;
        overflow: visible
    }

    .map-accordion__item {
        border-radius: 36px 0;
        width: 100%;
        height: clamp(148px, 42vw, 200px);
        transition: transform .25s;
        overflow: hidden;
        border-left: none !important;
        flex: none !important
    }

    .map-accordion__item + .map-accordion__item {
        border-left: none
    }

    .map-accordion__item:before {
        background: linear-gradient(#0000000d 30%, #00000094 100%)
    }

    .map-accordion__item:active {
        transform: scale(.985)
    }

    .map-accordion:hover .map-accordion__item:not(:hover), .map-accordion:focus-within .map-accordion__item:not(:focus-within) {
        border-left-color: #0000;
        flex: none !important
    }

    .map-accordion__item:hover, .map-accordion__item:focus-within {
        z-index: 1;
        border-radius: 36px 0;
        width: 100%;
        height: clamp(148px, 42vw, 200px);
        flex: none !important
    }

    .map-accordion__item:hover:before, .map-accordion__item:focus-within:before {
        background: linear-gradient(#0000000d 30%, #00000094 100%)
    }

    .map-accordion__item:hover .map-accordion__img img, .map-accordion__item:focus-within .map-accordion__img img {
        transform: scale(1.02)
    }

    .map-accordion__body {
        padding: 0 20px 18px;
        left: 0;
        right: 0
    }

    .map-accordion__item:hover .map-accordion__body, .map-accordion__item:focus-visible .map-accordion__body {
        padding: 0 20px 18px
    }

    .map-accordion__label {
        text-align: left;
        white-space: normal;
        text-shadow: 0 2px 10px #00000080;
        font-size: clamp(14px, 3.8vw, 16px);
        font-weight: 700;
        line-height: 1.35
    }

    .map-accordion__item:hover .map-accordion__label, .map-accordion__item:focus-visible .map-accordion__label {
        text-align: left;
        font-size: clamp(14px, 3.8vw, 16px)
    }

    .map-accordion__desc-row {
        display: none
    }
}

@media (width <= 767px) {
    .map-accordion {
        gap: 10px
    }

    .map-accordion__item {
        border-radius: 34px 0;
        height: clamp(136px, 40vw, 168px)
    }

    .map-accordion__item:hover, .map-accordion__item:focus-visible {
        border-radius: 32px 0;
        height: clamp(136px, 40vw, 168px)
    }

    .map-accordion__body {
        padding: 0 16px 14px
    }

    .map-accordion__label {
        font-size: 14px
    }
}

@media (width >= 1024px) and (width <= 1279px) {
    .climate-map {
        padding: 96px 0
    }

    .map-accordion {
        height: 440px;
        margin-top: 48px
    }
}

.card-news {
    background-color: #f7f7f7;
    padding: 140px 0;
    position: relative;
    overflow: hidden
}

.card-news__bg {
    pointer-events: none;
    background: radial-gradient(60% 50% at 15% 20%, #1a808414 0%, #0000 70%), radial-gradient(50% 40% at 85% 80%, #0088cc0f 0%, #0000 70%);
    position: absolute;
    inset: 0
}

.card-news__inner {
    z-index: 1;
    position: relative
}

.card-news__header {
    text-align: center
}

.card-news__line {
    padding-bottom: .05em;
    overflow: hidden
}

.card-news__line > * {
    display: block
}

.card-news__line + .card-news__line {
    margin-top: 4px
}

.card-news-grid {
    perspective: 1200px;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px;
    margin-top: 72px;
    display: grid
}

.news-card {
    cursor: pointer;
    transform-style: preserve-3d;
    will-change: transform, opacity, box-shadow;
    background-color: #fff;
    border: 2px solid #0000;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px #00000014
}

.news-card.is-dim {
    opacity: .55;
    filter: saturate(.85)
}

.news-card.is-active {
    border-color: #1a8084;
    box-shadow: 0 20px 48px #1a80842e, 0 8px 24px #00000014
}

.news-card__media {
    position: relative;
    overflow: hidden
}

.news-card__img {
    will-change: transform, filter;
    width: 100%;
    height: 220px;
    transform: scale(1.05)
}

.news-card__shine {
    pointer-events: none;
    background: linear-gradient(105deg, #0000 40%, #ffffff73 50%, #0000 60%);
    position: absolute;
    inset: 0;
    transform: translate(-120%)
}

.news-card__body {
    padding: 28px 18px 32px
}

.news-card__tag {
    color: #0072c6;
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 700;
    display: inline-block
}

.news-card__title {
    color: #1d1d1d;
    margin-top: 7px;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.45;
    transition: color .3s
}

.news-card.is-active .news-card__title {
    color: #002b5c
}

.news-card__desc {
    color: #666;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65
}

@media (width <= 1023px) {
    .card-news {
        padding: clamp(64px, 10vw, 100px) 0
    }

    .card-news-grid {
        perspective: none;
        grid-template-columns:repeat(2, 1fr);
        gap: 20px;
        margin-top: clamp(36px, 6vw, 48px)
    }

    .news-card {
        border: none;
        border-radius: 12px;
        box-shadow: 0 4px 16px #00000014;
        transform: none !important
    }

    .news-card.is-active {
        border-color: #0000;
        box-shadow: 0 4px 16px #00000014
    }

    .news-card.is-dim {
        opacity: 1;
        filter: none
    }

    .news-card__img {
        aspect-ratio: 16/9;
        height: auto;
        transform: none
    }

    .news-card__body {
        padding: 20px 22px 24px
    }

    .news-card__tag {
        font-size: 13px;
        font-weight: 700
    }

    .news-card__title {
        margin-top: 10px;
        font-size: 17px;
        line-height: 1.4
    }

    .news-card__desc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.6;
        display: block
    }
}

@media (width <= 767px) {
    .card-news {
        background-color: #f3f3f3;
        padding: 56px 0
    }

    .card-news__header {
        text-align: left
    }

    .card-news-grid {
        flex-direction: column;
        gap: 16px;
        margin-top: 28px;
        display: flex
    }

    .news-card {
        border-radius: 14px;
        box-shadow: 0 4px 14px #0000001a
    }

    .news-card__shine {
        display: none
    }

    .news-card__title {
        font-size: 16px
    }
}

.site-footer {
    background-color: #000;
    padding: 48px 0
}

.site-footer__inner {
    align-items: center;
    gap: 48px;
    display: flex
}

.site-footer__logo {
    background: url(../images/logo-footer.png) 50%/contain no-repeat;
    flex-shrink: 0;
    width: 105px;
    height: 40px
}

.site-footer__info {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8
}

.site-footer__info p + p {
    margin-top: 4px
}

.top-btn {
    z-index: 90;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(135deg, #269177 0%, #1772b0 100%);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 60px;
    height: 60px;
    transition: opacity .3s, visibility .3s, transform .3s, background-color .3s;
    display: flex;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transform: translateY(16px)
}

.top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.top-btn:hover {
    background-color: #156568
}

.top-btn__icon {
    background: url(../images/icon-arrow-up.png) 50%/contain no-repeat;
    width: 10px;
    height: 13px
}

.top-btn__text {
    font-size: 15px;
    font-weight: 500
}

@media (width <= 1023px) {
    .site-footer {
        padding: clamp(32px, 6vw, 40px) 0
    }

    .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(20px, 4vw, 28px)
    }

    .site-footer__info {
        word-break: keep-all;
        font-size: 12px;
        line-height: 1.75
    }

    .top-btn {
        gap: 2px;
        width: 48px;
        height: 48px;
        bottom: clamp(20px, 4vw, 28px);
        right: clamp(16px, 4vw, 24px)
    }

    .top-btn__text {
        font-size: 10px
    }
}

@media (width <= 767px) {
    .site-footer {
        padding: 32px 0 40px
    }

    .site-footer__logo {
        width: 90px;
        height: 34px
    }

    .site-footer__info {
        color: #999999d9;
        font-size: 11px;
        line-height: 1.7
    }

    .top-btn {
        width: 44px;
        height: 44px;
        bottom: 20px;
        right: 16px
    }
}

[data-animate] {
    will-change: transform, opacity
}

/* 신규 서비스 배지 (메뉴 라벨 뒤 NEW 표시) */
.menu-new {
    vertical-align: .15em;
    letter-spacing: .04em;
    white-space: nowrap;
    color: #fff;
    background-color: #ee5a36;
    border-radius: 999px;
    margin-left: 6px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block
}

/* space-between 레이아웃(메가메뉴·모바일 메뉴)에서는 배지를 라벨 옆에 붙인다 */
.gnb-mega__link > .menu-new,
.gnb-mobile__sub-link > .menu-new,
.gnb-mobile__trigger > .menu-new {
    margin-right: auto
}
