﻿.background-wrapper {
    position: relative;
    width: 100%;
    max-width: 2560px;
    overflow: hidden;
    margin: auto;
    padding: 0 0 120px;
    box-sizing: border-box;
    font-family: 'Myriad pro semibold', 'Segoe UI', 'Arial', 'PingFang TC', 'Microsoft JhengHei', 'sans-seri';
    font-weight: 400;
    background-color: #ffffff;
}

.hero-banner {
    margin: 0 auto;
    margin-top: -91px;
    height: 777px;
    z-index: 20;
    display: flex;
    width: 100%;
    max-width: 2560px;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.hero-banner-link {
    flex: 1;
    width: 100%;
}

.hero-banner-bg {
    width: 100%;
    object-fit: cover;
    height: 777px;
}

.hero-banner-text {
    top: calc((100% + 84px) / 2);
    left: 49.2%;
    transform: translate(-100%, -50%);
    padding-bottom: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 540px;
    position: absolute;
    cursor: default;
    z-index: 1;
}

.hero-banner-title {
    margin-bottom: 17px;
    font-weight: unset;
    color: #fff;
    font-size: 42px;
    line-height: 1.16em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.hero-banner-subtitle {
    margin-top: 0;
    color: #a1cbff;
    font-size: 36px;
    line-height: 110%;
}

.hero-banner-button {
    margin-top: 25px;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: start;
    height: auto;
    word-break: break-word;
    color: #FFFFFF;
    max-width: 300px;
    padding: 5px 0 7px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    min-height: 32px;
    box-sizing: border-box;
    font-size: 19px;
    cursor: pointer;
}

.hero-banner-button a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
}

.hero-banner-button:hover a {
    text-decoration: underline
}

.ghost-btn path {
    stroke: currentColor;
    stroke-width: 1.2px;
}

.hero-banner-img {
    top: calc((100% + 84px) / 2);
    left: calc(49.2% + 590px);
    transform: translate(-100%, -50%);
    padding-bottom: 16px;
    box-sizing: border-box;
    width: 40%;
    max-width: 540px;
    position: absolute;
    cursor: default;
    z-index: 1;
}

.hero-banner-img img {
    width: 100%;
}
    .topic-banner {
    margin: auto;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 2560px;
    height: 832px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#topic-banner-background {
    line-height: 0;
    background: #000;
    border-style: none;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.topic-banner-container {
    margin: 284px auto 0;
    width: 100%;
    max-width: 920px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 1;
}

.topic-banner-title {
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    font-weight: 700;
    font-size: 50px;
    font-style: normal;
    line-height: 115%;
    letter-spacing: -.25px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.topic-banner-description {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    line-height: 170%;
    letter-spacing: .48px;
    text-decoration: none;
    display: -webkit-box;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

    .topic-banner-description h2 {
        text-align: center;
        font-size: 36px;
    }

    .topic-banner-btn {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
    }

.topic-banner-btn a {
    min-height: 52px;
    text-decoration: none;
    -webkit-transition: all .2s;
    padding: 6.5px 24px;
    border-radius: 8px;
    background-color: #13547a;
    border: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 180px;
    box-sizing: border-box;
}

.solid_btn {
    text-align: center;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: .02em;
    cursor: pointer;
}

.topic-banner-btn svg {
    margin-inline-start: 10.25px;
    transform: rotate(0);
    outline: none;
    color: #fff;
}

.topic-banner-btn a:hover {
    background-color: #002e52;
}

.feature-solution {
    margin: auto;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 130.5px;
    position: relative;
    width: 100%;
    max-width: 2560px;
    box-sizing: border-box;
    overflow: hidden;
}

#feature-solution-background {
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature-card {
    margin: auto;
    width: 100%;
    max-width: 1236px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.feature-card-box {
    background: hsla(0, 0%, 100%, .75);
    border-radius: 4px;
    margin-bottom: 37px;
    display: flex;
    width: 100%;
    min-height: 440px;
    overflow: hidden;
    flex-shrink: 0;
    backdrop-filter: blur(5px);
}

.feature-card-box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.feature-card-box-image {
    width: 50%;
    line-height: 0;
}

    .feature-card-box-image img {
        width: 100%;
        height: 100%;
    }

picture {
    line-height: 0;
}

.feature-card-content {
    padding: 91.5px 68px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
}

.feature-title {
    display: -webkit-box;
    color: #181818;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 12px;
}

.feature-description {
    display: -webkit-box;
    color: #181818;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 170%;
    letter-spacing: .02em;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 42.5px;
}


/* 전체 슬라이더 영역 */

.topic-slider-wrapper {
    margin: auto;
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-block-start: 120px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}


/* 슬라이드 이미지 영역 */

.slider-section {
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 960px;
    width: 50%;
    overflow: hidden;
    height: 480px;
    flex-shrink: 0;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

topic-img-swiper-slide {
    width: 715px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0ms;
    transition-property: opacity;
    pointer-events: none;
}

topic-img-swiper-slide.active {
    opacity: 1;
}

.slide-image {
    object-fit: cover;
    height: 480px;
    width: 100%;
    border-style: none;
}


/* 텍스트 콘텐츠 */

.text-slider {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 50%;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.text-slider .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.topic-text-swiper-slide.swiper-slide {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.topic-text-swiper-slide {
    padding: 0 104px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    transition-property: transform, -webkit-transform;
}

.content-wrapper {
    padding-block: 20px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 448px;
    box-sizing: border-box;
}

.type {
    margin-bottom: 12px;
    color: #1a821c;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 2px;
    text-decoration: none;
}

.title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #181818;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    text-decoration: none;
    margin: 0;
}

.description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #181818;
    margin-block-start: 12px;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 170%;
    letter-spacing: .02em;
    text-decoration: none;
}

.content-wrapper .logo {
    margin-block-start: 12px;
}

.logo img {
    width: 84px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
    border-style: none;
}

.textLink-link {
    padding-block: 10.5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    color: #13547a;
}

.textLink-linkText {
    -webkit-transition: all .5s;
    transform: translateY(-2px);
    position: relative;
    font-size: 1.125rem;
    font-family: TTNormsProNormal, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    font-weight: 500;
    color: #13547a;
}

.textLink-linkText svg {
    margin-left: 9px;
    margin-top: -4px;
    -webkit-transition: all .2s ease-in-out;
    transform: rotate(0);
    vertical-align: middle;
}

.textLink-link:hover {
    color: #002e52;
}

.textLink-link:hover .textLink-linkText {
    text-decoration: underline;
    color: #002e52;
}

.textLink-link:hover .textLink-linkText svg {
    transform: translateX(4px);
    stroke: #002e52;
}


/* 페이지네이션 */

.slider-pagination {
    display: block;
    left: 0;
    text-align: left;
    width: 100%;
    -webkit-transition: opacity .3s;
    transform: translateZ(0);
    padding-inline-start: 104px;
    position: relative;
    padding-left: 104px;
    z-index: 10;
    bottom: 0 !important;
    list-style: none;
}

.slider-pagination-bullet {
    cursor: pointer;
    margin: 0 20px 0 0 !important;
    border-radius: 100%;
    border: 1px solid #4d4d4d;
    background: rgba(0, 0, 0, 0) !important;
    display: inline-block;
    opacity: .2;
    width: 10px !important;
    height: 10px !important;
    bottom: 0;
    position: relative;
    text-align: left;
}

.slider-pagination-bullet:hover,
.slider-pagination-bullet.active {
    background: #13547a !important;
    border: 1px solid #13547a !important;
    opacity: 1;
}


/* 좌우 내비게이션 */

.slider-prev {
    right: auto;
    margin-top: -22px;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: none !important;
    left: calc(50% + 43.71px) !important;
    transform: rotate(0);
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    z-index: 10;
    bottom: 224px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.slider-next {
    left: auto;
    margin-top: -22px;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: none !important;
    right: 43.7px !important;
    transform: rotate(0);
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    z-index: 10;
    bottom: 224px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.slider-prev svg,
.slider-next svg {
    height: 32px;
    width: 16.58px;
}

.slider-prev[disabled="true"],
.slider-next[disabled="true"] {
    display: none !important;
}

.card-slider-section {
    padding-block-start: 80px;
    margin: auto;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.card-slider-title {
    padding: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 756px;
    margin-inline: auto;
    box-sizing: border-box;
    word-wrap: break-word;
    color: #181818;
    font-size: 2.75rem;
    font-family: TTNormsProMedium, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    margin-block-end: 48px;
}

.card-slider-title h2 {
    text-align: center;
    margin: 0;
    width: 100%;
    font-size: 2.75rem;
    font-family: TTNormsProMedium, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    color: #181818;
    max-width: 756px;
}

.card-slider-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 1184px;
    margin-inline: auto;
}

.card-slide {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 1184px;
    padding-inline: 20px !important;
    margin-inline: auto;
}

.news-swiper-wrapper {
    transition-duration: 0ms;
    transition-property: transform, -webkit-transform;
}

.news-swiper-slide {
    transform: translateZ(0);
    margin-right: 20px;
    transition-property: transform, -webkit-transform;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 368px;
    height: auto;
    -webkit-box-pack: justify;
}

.resource-card {
    height: 100%;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    color: #13547a;
    text-decoration: none;
    list-style: none;
}

.card-head {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.card-head-img {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 448 / 252;
}

.card-head-img picture {
    width: 100%;
}

.card-head-img img {
    -webkit-transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-style: none;
}

.resource-card:hover .card-head-img img {
    transform: scale(1.1);
}

.card-info {
    padding-top: 32px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.resource-title {
    text-align: left;
    -webkit-transition: .3s ease-in-out;
    display: -webkit-box;
    color: #181818;
    font-size: 1.5rem;
    font-family: TTNormsProMedium, Segoe UI, system-ui, sans-serif;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.resource-title:hover {
    text-decoration: underline;
}

.resource-label {
    padding-block-end: 4px;
    color: #666;
    font-family: Roboto, Segoe UI, system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    margin-block-start: 12px;
}

.swiper-prev {
    left: 0;
    transform: translate(-100%, -50%);
    margin: 0;
    right: auto;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: none !important;
    position: absolute;
    opacity: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 48px;
    top: 50%;
    height: 44px;
    z-index: 10;
}

.swiper-prev svg {
    right: 0;
    background-color: rgba(77, 77, 77, .64);
    border-radius: 99px;
    background-image: none !important;
    background-size: auto !important;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
    -webkit-transition: opacity .5s ease;
    padding: 9px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    width: 48px !important;
    height: 48px !important;
    box-sizing: border-box;
}

.swiper-next {
    right: 0;
    transform: translate(100%, -50%);
    margin: 0;
    left: auto;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: none !important;
    position: absolute;
    opacity: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 48px;
    top: 50%;
    height: 44px;
    z-index: 10;
}

.swiper-next svg {
    left: 0;
    background-color: rgba(77, 77, 77, .64);
    border-radius: 99px;
    background-image: none !important;
    background-size: auto !important;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
    -webkit-transition: opacity .5s ease;
    padding: 9px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    width: 48px !important;
    height: 48px !important;
    box-sizing: border-box;
    outline: none;
}

.news-swiper-pagination {
    display: block;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: opacity .3s;
    transform: translateZ(0);
    position: relative;
    margin-block-start: 32px;
    bottom: 10px;
    width: 100%;
    z-index: 10;
}

.swiper-pagination-bullet {
    border-radius: 100%;
    border: 1px solid #4d4d4d;
    background: rgba(0, 0, 0, 0) !important;
    margin: 0 24px 0 0 !important;
    cursor: pointer;
    display: inline-block;
    opacity: .2;
    box-sizing: border-box;
    width: 10px !important;
    height: 10px !important;
    bottom: 0;
    position: relative;
    text-align: center;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.active {
    background: #13547a !important;
    border: 1px solid #13547a !important;
    opacity: 1;
}

.swiper-pagination-bullet.active span {
    padding: 0;
    margin: -1px;
    border: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.swiper-pagination-counter {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .background-wrapper {
        padding: 0 0 64px;
    }
    .hero-banner {
        margin-top: -48px;
        height: 548px;
    }
    .hero-banner-link {
        height: 548px;
    }
    .hero-banner-bg {
        height: 548px;
    }
    .hero-banner-text {
        top: 76px;
        left: 0;
        transform: none;
        text-align: center;
        max-width: 768px;
    }
    .hero-banner-title {
        margin-bottom: 10px;
        font-size: 29px;
    }
    .hero-banner-subtitle {
        margin-top: 6px;
        font-size: 18px;
        line-height: 120%;
    }
    .hero-banner-button {
        margin-top: 8px;
        margin-left: auto;
        padding: 6px 0;
    }
    .hero-banner-button a {
        font-size: 1.0625rem;
    }

    .hero-banner-img {
        top: 45%;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 300px;
    }

    .hero-banner-img img{
        width: 280px;
        height: 300px;
    }
    .topic-banner {
        height: 1000px;
    }
    .topic-banner-container {
        margin: 0 auto;
        max-width: calc(100% - 32px);
        margin-top: 130px;
    }
    .topic-banner-title {
        -webkit-line-clamp: 3;
        font-size: 36px;
    }
    .topic-banner-description h2 {
        font-size: 32px;
    }
    .topic-banner-description {
        margin-bottom: 32px;
        font-size: 24px;
    }
    .topic-banner-btn a {
        min-height: 0;
    }
    .solid_btn {
        font-size: 18px;
    }
    .feature-solution {
        padding: 64px 16px 90.5px;
    }
    .feature-card {
        -webkit-box-align: center;
        align-items: center;
    }
    .feature-card-box {
        margin-bottom: 16px;
        max-width: 540px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-height: auto;
        height: auto;
    }
    .feature-card-box:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .feature-card-box-image {
        width: 100%;
    }
    .feature-card-box-image img {
        aspect-ratio: 328 / 280;
        object-fit: cover;
        height: auto;
    }
    .feature-card-content {
        padding: 40px;
        width: 100%;
    }
    .feature-title {
        font-size: 30px;
        line-height: 115%;
    }
    .feature-description {
        margin-bottom: 30px;
        -webkit-line-clamp: 6;
        font-size: 18px;
    }
    .topic-slider-wrapper {
        height: 752px;
        padding-block-start: 0;
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    .slider-section {
        height: 320px;
        width: 100%;
    }
    .slide-image {
        height: 320px;
    }
    .text-slider {
        -webkit-box-flex: 1;
        flex-grow: 1;
        width: 100%;
    }
    .topic-text-swiper-slide {
        padding: 32px 16px 24px;
    }
    .content-wrapper {
        padding-block: 0;
        height: unset;
    }
    .title {
        font-size: 32px;
        line-height: 115%;
    }
    .slider-pagination {
        visibility: hidden;
    }
    .slider-prev {
        display: none !important;
    }
    .slider-next {
        display: none !important;
    }
    .card-slider-section {
        padding-block-start: 64px;
    }
    card-slider-title {
        font-size: 2.25rem;
    }
    .card-slider-title h2 {
        font-size: 2.25rem;
    }
    .card-slider-wrapper {
        padding-inline: 16px;
        overflow: hidden;
    }
    .card-slide {
        max-width: 1144px;
        padding-inline: 0 !important;
    }
    .news-swiper-wrapper {
        width: 100%;
    }
    .news-swiper-slide {
        width: 100%;
    }
    .resource-title {
        font-size: 1.3rem;
    }
}