@charset "UTF-8";
/*! style.scss © zen9.co.kr, 2017.12 */
/**********************************
***************************/
/******* fn *******/
/**********************************
***************************/
/******* animation *******/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@keyframes sdb {
    100% {
        top: 50%;
        opacity: 0.2;
    }
}
@keyframes introV1 {
    0% {
        top: -50%;
        opacity: 0;
        transform: scale(1);
    }
    70% {
        top: 0;
        opacity: 1;
        transform: scale(1);
    }
    100% {
        top: 0;
        opacity: 1;
        transform: scale(1.05);
    }
}
@keyframes introV2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes introV3 {
    60% {
        opacity: 0;
    }
    100% {
        top: 0;
        left: 0;
        opacity: 0;
    }
}
@keyframes introV4 {
    20% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        width: 30rem;
    }
    100% {
        width: 30rem;
        opacity: 1;
    }
}
@keyframes introV4-m {
    20% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        width: 8.8510638298vw;
    }
    100% {
        width: 80vw;
        opacity: 1;
    }
}
@keyframes introV4-m-en {
    20% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        width: 6vw;
    }
    100% {
        width: 80vw;
        opacity: 1;
    }
}
@keyframes introV4-en {
    20% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        width: 2.5520833333vw;
    }
    100% {
        width: 41.6666666667vw;
        opacity: 1;
    }
}
@keyframes introV5 {
    from {
        top: calc(50% - 2.03125vw);
        left: 18.359375vw;
    }
    to {
        top: 4rem;
        left: 8rem;
    }
}
@keyframes introV6 {
    0% {
        width: 36.71875vw;
        height: 4.0625vw;
    }
    100% {
        width: 20.9rem;
        height: 2.3rem;
    }
}
@keyframes clipPath1 {
    from {
        clip-path: circle(0);
    }
    to {
        clip-path: circle(100%);
    }
}
@keyframes fade_in_1 {
    from {
        opacity: 0;
        transform: translateX(5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes link {
    from {
        right: 2.5rem;
    }
    to {
        right: 1.2rem;
    }
}
/**
 * Swiper 11.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 25, 2023
 */
/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    --icon: "Material Symbols Outlined";
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #222;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Slide styles end */
/*241120*/
/*"data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='20' y='3' width='12' height='6' rx='2' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M35 24H17C15.8954 24 15 23.1046 15 22V18.2038C15 15.2179 17.1956 12.6863 20.1515 12.2641L20.2828 12.2453C21.2681 12.1046 22 11.2607 22 10.2654V9H30V10.2654C30 11.2607 30.7319 12.1046 31.7172 12.2453L31.8485 12.2641C34.8044 12.6863 37 15.2179 37 18.2038V22C37 23.1046 36.1046 24 35 24Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='15' y='24' width='22' height='7' rx='2' stroke='%23222222' stroke-width='2'/%3E%3Crect x='15' y='31' width='22' height='7' rx='2' stroke='%23222222' stroke-width='2'/%3E%3Crect x='15' y='38' width='22' height='12' rx='2' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M46 7L6.40202 46.598' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46 46.5977L6.40202 6.99968' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"*/
.icon {
    position: relative;
}

.icon-logo_blue {
    width: 150px;
    height: 150px;
    position: relative;
    background: url("../../static/images/svg/icon-logo.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
}
.icon-logo_blue::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3498db;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.icon-logo_orange {
    width: 40px;
    height: 40px;
    position: relative;
    background: url("../../static/images/svg/icon-logo.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
}
.icon-logo_orange::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

#svg {
    width: 1400px;
    margin: 0 auto;
}
#svg .svg-logo {
    width: 209px;
    height: 23px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 88 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4181_20971)'%3E%3Cpath d='M62.0716 18.6843H51.1134V24.9148H47.522V18.6843H36.5704V16.2947H62.0716V18.6843ZM48.6973 9.12595C47.916 9.76722 47.0755 10.341 46.176 10.827C45.2765 11.313 44.3639 11.745 43.4382 12.1231C42.5124 12.5011 41.5998 12.8183 40.7003 13.0883C39.8008 13.3583 38.9603 13.6014 38.179 13.8106L37.2861 11.6168C38.0346 11.3333 38.7896 11.07 39.5513 10.8135C40.3129 10.557 41.0614 10.287 41.7902 9.98998C42.519 9.69297 43.2215 9.35545 43.8912 8.96394C44.5609 8.57918 45.1781 8.12016 45.7361 7.57339C46.2942 7.02662 46.7932 6.38535 47.2266 5.63607C47.6599 4.8868 48.0144 3.98901 48.2836 2.96973H52.6104C52.4725 3.59075 52.2887 4.18477 52.0523 4.73154C51.816 5.28506 51.5402 5.80483 51.2382 6.29084C51.7634 7.00637 52.4069 7.62739 53.1619 8.15391C53.917 8.67368 54.7377 9.1327 55.6175 9.53096C56.4973 9.92247 57.4165 10.2667 58.3685 10.5637C59.3206 10.8675 60.2726 11.1443 61.2246 11.4008L60.3317 13.6014C59.465 13.4394 58.5327 13.2571 57.5281 13.0343C56.5236 12.8183 55.5125 12.5348 54.5013 12.1973C53.4771 11.8598 52.4725 11.4413 51.4811 10.935C50.4831 10.4422 49.5574 9.83472 48.6907 9.1192M75.006 3.31399C74.8747 4.77879 74.5267 6.18959 73.9621 7.55989C74.2641 8.18766 74.658 8.80868 75.1242 9.41621C75.5904 10.0305 76.1287 10.6245 76.7262 11.1848C77.3303 11.7585 77.9803 12.2918 78.6828 12.7846C79.3853 13.2841 80.1404 13.7364 80.9414 14.1346L79.6939 16.1732C79.0833 15.8762 78.4267 15.5387 77.7176 15.1539C77.0085 14.7691 76.3126 14.3506 75.6166 13.8984C74.9207 13.4461 74.2575 12.9601 73.6272 12.4471C72.9969 11.934 72.4585 11.4075 71.9989 10.8608C71.1125 11.9813 70.0686 12.9871 68.8671 13.8781C67.659 14.7624 66.2999 15.5049 64.7898 16.1057L63.7196 14.2156C64.8226 13.7566 65.8206 13.1693 66.7135 12.4606C67.6065 11.7518 68.3681 10.9283 69.005 9.98998C69.6418 9.05169 70.1408 8.02566 70.4954 6.91187C70.8499 5.79808 71.0469 4.59653 71.0797 3.32749H74.9994L75.006 3.31399ZM66.7529 17.2667H87.9995V24.9148H84.4869V19.4403H66.7595V17.26L66.7529 17.2667ZM84.4869 16.1664V9.77397H78.8338V7.15488H84.4869V3.07098H87.9733V16.1664H84.4869Z' fill='%23222'/%3E%3Cpath d='M10.0522 27.7981C10.0522 27.7981 10.1572 22.4249 9.47439 20.4269C8.78499 18.422 8.02337 15.2022 2.94809 11.8406C1.18191 10.666 0.591002 10.774 0.413728 10.882C0.229888 10.99 -0.0524364 11.4828 8.91602e-05 13.6361C0.0526147 15.8029 -0.104962 21.7499 2.3703 24.3758C4.84557 26.9948 6.75619 27.6226 10.0522 27.7981Z' fill='%2300B4D6'/%3E%3Cpath d='M14.063 13.6223C18.0352 7.08128 24.0231 4.7727 24.6797 4.57694C25.2444 4.40144 25.5267 4.21243 25.5726 3.73316C25.6252 3.27415 24.8964 2.28186 22.7888 1.24907C19.913 -0.161726 14.063 0.000280179 14.063 0.000280179C14.063 0.000280179 8.22609 -0.161726 5.34375 1.24907C3.23616 2.28186 2.5008 3.27415 2.55333 3.73316C2.60585 4.21243 2.88161 4.40819 3.44626 4.57694C4.09626 4.77945 10.0907 7.08128 14.0564 13.6223H14.063Z' fill='%2300B4D6'/%3E%3Cpath d='M14.0645 27.9998C15.1084 27.9998 16.0736 27.9525 16.9534 27.8918C16.9534 27.8918 17.0584 23.0586 16.7695 21.2631C16.4544 19.2717 15.7781 16.1126 14.071 13.6758C12.364 16.1126 11.6942 19.265 11.3725 21.2631C11.0902 23.0586 11.1887 27.8918 11.1887 27.8918C12.0619 27.9525 13.0337 27.9998 14.0645 27.9998Z' fill='%2300B4D6'/%3E%3Cpath d='M18.0755 27.7981C18.0755 27.7981 17.9705 22.4249 18.6533 20.4269C19.3427 18.422 20.1043 15.2022 25.1796 11.8406C26.9524 10.666 27.5367 10.774 27.714 10.882C27.8978 10.99 28.1736 11.4828 28.1211 13.6361C28.0685 15.8029 28.2327 21.7499 25.7574 24.3758C23.2821 26.9948 21.365 27.6226 18.0755 27.7981Z' fill='%2300B4D6'/%3E%3Cpath d='M1.76023 6.1834C1.39912 6.10914 1.16275 5.74463 1.16275 5.34637C1.16275 4.8671 1.54356 4.47559 2.00316 4.47559C2.08195 4.47559 2.22639 4.49584 2.33801 4.54984C2.33801 4.54984 6.15268 6.3319 8.55572 9.58552L8.49007 9.68677C5.27287 7.09468 1.75366 6.1834 1.75366 6.1834H1.76023Z' fill='%2300B4D6'/%3E%3Cpath d='M0.906639 8.20178C0.552092 8.10728 0.282898 7.78326 0.263201 7.385C0.25007 6.90573 0.604617 6.48047 1.07735 6.48047C1.1824 6.48047 1.33997 6.50747 1.45816 6.56147C1.45816 6.56147 5.29909 8.16803 7.70213 11.1854L7.63648 11.2731C4.27484 8.81605 0.906639 8.20178 0.906639 8.20178Z' fill='%2300B4D6'/%3E%3Cpath d='M0.734967 10.389C0.386985 10.3012 0.124357 9.98397 0.111226 9.60596C0.0915285 9.14019 0.446076 8.72168 0.905675 8.72168C0.931937 8.72168 1.08295 8.72168 1.23396 8.77568C1.23396 8.77568 4.93701 10.3282 6.86733 12.7313L6.80167 12.8393C3.58448 10.7265 0.734967 10.389 0.734967 10.389Z' fill='%2300B4D6'/%3E%3Cpath d='M26.3747 6.1834C26.7359 6.10914 26.9854 5.74463 26.9854 5.34637C26.9854 4.8671 26.598 4.47559 26.1318 4.47559C26.0662 4.47559 25.9086 4.49584 25.797 4.54984C25.797 4.54984 21.9823 6.3319 19.5858 9.58552L19.6449 9.68677C22.8621 7.09468 26.3813 6.1834 26.3813 6.1834H26.3747Z' fill='%2300B4D6'/%3E%3Cpath d='M27.2343 8.20178C27.5888 8.10728 27.858 7.78326 27.8712 7.385C27.8908 6.90573 27.5166 6.48047 27.057 6.48047C26.952 6.48047 26.8009 6.50747 26.6828 6.56147C26.6828 6.56147 22.8418 8.16803 20.4322 11.1854L20.5044 11.2731C23.8661 8.8228 27.2408 8.20853 27.2408 8.20853L27.2343 8.20178Z' fill='%2300B4D6'/%3E%3Cpath d='M27.3981 10.389C27.7461 10.3012 28.0021 9.98397 28.0153 9.60596C28.0415 9.14019 27.687 8.72168 27.2339 8.72168C27.188 8.72168 27.0501 8.72168 26.8991 8.77568C26.8991 8.77568 23.1895 10.3282 21.2592 12.7313L21.3248 12.8393C24.5289 10.7265 27.3915 10.389 27.3915 10.389H27.3981Z' fill='%2300B4D6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4181_20971'%3E%3Crect width='88' height='28' fill='%2300B4D6'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-logo-2 {
    width: 154px;
    height: 69px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 154 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.3012 39.7105C71.3012 39.7105 71.4479 32.0456 70.482 29.1919C69.504 26.3381 68.4281 21.7291 61.2025 16.9307C58.684 15.2386 57.8526 15.4028 57.5958 15.5543C57.3269 15.7058 56.9356 16.4003 57.009 19.494C57.0824 22.5877 56.8623 31.086 60.3711 34.8237C63.8922 38.5614 66.6064 39.4579 71.289 39.7105H71.3012Z' fill='%2300B4D6'/%3E%3Cpath d='M77.0116 19.4696C82.66 10.1253 91.1815 6.8422 92.1107 6.55177C92.9176 6.29923 93.3089 6.03405 93.3822 5.35217C93.4556 4.69555 92.4164 3.26866 89.421 1.80388C85.3131 -0.216503 77.0116 0.0107901 77.0116 0.0107901C77.0116 0.0107901 68.7102 -0.22913 64.6144 1.79125C61.6191 3.25603 60.5676 4.68292 60.6532 5.33955C60.7266 6.02142 61.1178 6.29923 61.9247 6.53915C62.8539 6.82958 71.3754 10.1253 77.0116 19.457V19.4696Z' fill='%2300B4D6'/%3E%3Cpath d='M77.0155 40.0013C78.507 40.0013 79.8763 39.9381 81.1234 39.8498C81.1234 39.8498 81.2701 32.9426 80.8666 30.3792C80.4143 27.5254 79.4607 23.0175 77.0277 19.5449C74.6069 23.0175 73.6533 27.5254 73.2009 30.3792C72.8097 32.9426 72.9442 39.8498 72.9442 39.8498C74.1912 39.9381 75.5606 40.0013 77.0277 40.0013H77.0155Z' fill='%2300B4D6'/%3E%3Cpath d='M82.7111 39.7105C82.7111 39.7105 82.5644 32.0456 83.5302 29.1919C84.5083 26.3381 85.5964 21.7291 92.8098 16.9307C95.3283 15.2386 96.1597 15.4028 96.4164 15.5543C96.6854 15.7058 97.0766 16.4003 96.9911 19.494C96.9177 22.5877 97.15 31.086 93.6289 34.8237C90.12 38.5614 87.3814 39.4579 82.7111 39.7105Z' fill='%2300B4D6'/%3E%3Cpath d='M59.5043 8.84919C58.9908 8.74817 58.6484 8.21783 58.6484 7.64959C58.6484 6.96771 59.1864 6.41211 59.8466 6.41211C59.9566 6.41211 60.1645 6.44999 60.3234 6.51313C60.3234 6.51313 65.7395 9.05123 69.1628 13.6981L69.065 13.837C64.4925 10.1372 59.492 8.83657 59.492 8.83657L59.5043 8.84919Z' fill='%2300B4D6'/%3E%3Cpath d='M58.2962 11.7162C57.7949 11.59 57.4037 11.1101 57.3915 10.5545C57.367 9.87265 57.8805 9.25391 58.5529 9.25391C58.6996 9.25391 58.9319 9.29179 59.0909 9.36755C59.0909 9.36755 64.5559 11.6531 67.9669 15.9717L67.8691 16.0979C63.0888 12.6002 58.3084 11.7162 58.3084 11.7162H58.2962Z' fill='%2300B4D6'/%3E%3Cpath d='M58.0608 14.8466C57.5596 14.7203 57.1928 14.2657 57.1805 13.7354C57.1561 13.0661 57.6574 12.4727 58.3053 12.4727C58.3542 12.4727 58.5621 12.4727 58.7699 12.561C58.7699 12.561 64.0393 14.7708 66.7779 18.2055L66.6924 18.357C62.1198 15.3391 58.0608 14.8592 58.0608 14.8592V14.8466Z' fill='%2300B4D6'/%3E%3Cpath d='M94.5067 8.84919C95.0202 8.74817 95.3747 8.21783 95.3747 7.64959C95.3747 6.96771 94.8246 6.41211 94.1521 6.41211C94.0543 6.41211 93.8465 6.44999 93.6753 6.51313C93.6753 6.51313 88.247 9.05123 84.8359 13.6981L84.9215 13.837C89.494 10.1372 94.4945 8.83657 94.4945 8.83657L94.5067 8.84919Z' fill='%2300B4D6'/%3E%3Cpath d='M95.7255 11.7162C96.2267 11.59 96.6057 11.1101 96.6302 10.5545C96.6669 9.87265 96.1289 9.25391 95.4809 9.25391C95.3342 9.25391 95.1142 9.29179 94.943 9.36755C94.943 9.36755 89.478 11.6531 86.0547 15.9717L86.1525 16.0979C90.9329 12.6002 95.7255 11.7162 95.7255 11.7162Z' fill='%2300B4D6'/%3E%3Cpath d='M95.9627 14.8466C96.4518 14.7203 96.8185 14.2657 96.843 13.7354C96.8797 13.0661 96.3784 12.4727 95.7426 12.4727C95.6815 12.4727 95.4859 12.4727 95.2658 12.561C95.2658 12.561 89.9964 14.7708 87.2578 18.2055L87.3556 18.357C91.9159 15.3391 95.9749 14.8592 95.9749 14.8592L95.9627 14.8466Z' fill='%2300B4D6'/%3E%3Cpath d='M119.652 60.3787H129.687V58.9127H120.447V54.8098H129.687V53.3438H118.047V58.9127C118.047 59.723 118.763 60.3787 119.647 60.3787H119.652Z' fill='%23222'/%3E%3Cpath d='M134.346 53.0547H131.945V60.6704H134.346V53.0547Z' fill='%23222'/%3E%3Cpath d='M127.056 61.2715C122.972 61.2715 119.664 62.8452 119.664 64.7843C119.664 66.7233 122.972 68.2971 127.056 68.2971C131.141 68.2971 134.449 66.7233 134.449 64.7843C134.449 62.8452 131.141 61.2715 127.056 61.2715ZM127.056 66.9107C124.377 66.9107 122.204 65.9458 122.204 64.7515C122.204 63.5571 124.377 62.5923 127.056 62.5923C129.736 62.5923 131.909 63.5618 131.909 64.7515C131.909 65.9412 129.736 66.9107 127.056 66.9107Z' fill='%23222'/%3E%3Cpath d='M154.002 65.5098H136.547V67.121H154.002V65.5098Z' fill='%23222'/%3E%3Cpath d='M115.83 60.145H108.047V59.4097C111.89 59.2129 114.835 58.117 114.835 56.7915C114.835 56.0842 113.993 55.4425 112.625 54.9648H114.965V53.7189H108.122V52H105.502V53.7189H98.673V54.9648H101.004C99.636 55.4379 98.7939 56.0842 98.7939 56.7915C98.7939 58.117 101.734 59.2129 105.572 59.4097V60.145H97.7891V61.4611H115.826V60.145H115.83ZM101.45 56.6884C101.45 55.836 103.851 55.1428 106.81 55.1428C109.768 55.1428 112.169 55.836 112.169 56.6884C112.169 57.5409 109.768 58.234 106.81 58.234C103.851 58.234 101.45 57.5409 101.45 56.6884Z' fill='%23222'/%3E%3Cpath d='M114.824 66.3822H101.295V65.5016H114.819V63.305C114.819 62.7008 114.28 62.209 113.619 62.209H98.8203V63.5251H112.419V64.3307H98.8203V66.5227C98.8203 67.1691 99.3972 67.6983 100.1 67.6983H114.819V66.3822H114.824Z' fill='%23222'/%3E%3Cpath d='M144.718 58.836C146.812 61.1779 149.822 62.3957 152.808 63.4823L153.418 62.0069C150.422 60.9016 147.347 58.63 146.253 56.5035C146.76 55.4684 147.1 54.3443 147.235 53.1406H144.411C143.904 57.2857 140.866 60.5456 137.023 62.0069L137.633 63.4823C140.438 62.4894 142.955 60.9203 144.718 58.836Z' fill='%23222'/%3E%3Cpath d='M36.1427 59.6072H38.6316V57.8508H36.1427V53.0547H33.7422V67.7007H36.1427V59.6072Z' fill='%23222'/%3E%3Cpath d='M25.8739 67.2802C29.1397 67.2802 31.7868 64.0531 31.7868 60.0766C31.7868 56.1001 29.1397 52.873 25.8739 52.873C22.608 52.873 19.9609 56.1001 19.9609 60.0766C19.9609 64.0531 22.608 67.2802 25.8739 67.2802ZM25.8739 54.3297C27.8185 54.3297 29.3909 56.9011 29.3909 60.0766C29.3909 63.2522 27.8139 65.8236 25.8739 65.8236C23.9339 65.8236 22.3568 63.2522 22.3568 60.0766C22.3568 56.9011 23.9339 54.3297 25.8739 54.3297Z' fill='%23222'/%3E%3Cpath d='M18.0366 59.1437H10.3279V57.9259H17.0224V56.5349H3.41937V54.6567H17.0224V53.2656H1.01883V56.4599C1.01883 57.2702 1.73527 57.9259 2.61919 57.9259H7.7087V59.139H0V60.605H18.0366V59.139V59.1437Z' fill='%23222'/%3E%3Cpath d='M48.0447 62.9434V65.51H40.5547V67.1212H58.0097V65.51H50.5197V62.9434H48.0447Z' fill='%23222'/%3E%3Cpath d='M95.8925 65.51H88.4025V62.9434H85.9275V65.51H78.4375V67.1212H95.8925V65.51Z' fill='%23222'/%3E%3Cpath d='M79.1641 57.4256C79.1641 59.9782 82.7463 62.0437 87.1658 62.0437C91.5854 62.0437 95.1676 59.9735 95.1676 57.4256C95.1676 54.8776 91.5854 52.8027 87.1658 52.8027C82.7463 52.8027 79.1641 54.8729 79.1641 57.4256ZM92.4787 57.4256C92.4787 59.1679 90.1014 60.5824 87.1658 60.5824C84.2303 60.5824 81.853 59.1679 81.853 57.4256C81.853 55.6832 84.2303 54.2687 87.1658 54.2687C90.1014 54.2687 92.4787 55.6832 92.4787 57.4256Z' fill='%23222'/%3E%3Cpath d='M0.90625 64.7901C0.90625 66.7339 4.53962 68.3029 9.02434 68.3029C13.5091 68.3029 17.1424 66.7292 17.1424 64.7901C17.1424 62.8511 13.5091 61.2773 9.02434 61.2773C4.53962 61.2773 0.90625 62.8511 0.90625 64.7901ZM14.5977 64.7527C14.5977 65.9423 12.0994 66.9119 9.02434 66.9119C5.94923 66.9119 3.44635 65.947 3.44635 64.7527C3.44635 63.5583 5.94458 62.5935 9.02434 62.5935C12.1041 62.5935 14.5977 63.563 14.5977 64.7527Z' fill='%23222'/%3E%3Cpath d='M45.3836 58.3716C45.9558 59.121 46.7001 59.758 47.5282 60.3154C47.3887 60.3856 47.2491 60.4559 47.1049 60.5168L47.8213 61.7814C49.4496 61.1585 50.9616 59.8798 52.1153 58.4044C53.2644 59.9313 55.1392 61.0226 57.0048 61.8423L57.7119 60.4606C55.6603 59.3786 54.3018 57.8892 53.5017 56.2124C54.0227 55.1539 54.3204 54.1048 54.3204 53.2148H51.6315C51.6315 54.826 50.8406 57.4302 49.11 59.1632C48.0632 58.292 47.2863 57.2803 46.756 56.1796C47.2631 55.1305 47.5561 54.0954 47.5561 53.2148H44.8625C44.8625 55.3506 43.4762 59.2381 40.3359 60.5121L41.0524 61.7767C42.6899 61.1491 44.2159 59.8517 45.3789 58.3669L45.3836 58.3716Z' fill='%23222'/%3E%3Cpath d='M76.2287 53.0547H73.8281V67.7007H76.2287V53.0547Z' fill='%23222'/%3E%3Cpath d='M65.1937 62.2451C66.3149 63.8375 68.7014 65.3504 70.4135 66.2356L71.2648 64.8539C68.8922 63.5144 67.2313 61.6737 66.5475 59.8376C66.9755 58.7416 67.2081 57.5894 67.2081 56.4373V53.2148H64.5889V56.4373C64.5889 59.9454 62.7652 63.3411 59.625 64.615L60.3414 65.8797C62.3791 65.0975 64.0213 63.8048 65.1937 62.2451Z' fill='%23222'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-logo-3 {
    width: 330px;
    height: 19.25px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23222'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23222'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23222'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23222'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23222'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23222'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23222'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23222'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23222'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23222'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23222'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23222'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23222'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23222'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23222'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23222'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23222'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23222'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23222'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%2300B4D6'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%2300B4D6'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%2300B4D6'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%2300B4D6'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%2300B4D6'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%2300B4D6'/%3E%3C/svg%3E%0A");
    background-size: 100%;
}
#svg .svg-logo-4 {
    width: 326px;
    height: 76px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 326 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M155.513 47.7708C155.513 47.7708 155.689 38.5419 154.505 35.103C153.29 31.6642 151.946 26.13 142.973 20.3559C139.854 18.3246 138.814 18.5166 138.495 18.7085C138.159 18.9004 137.679 19.7321 137.759 23.4429C137.855 27.1697 137.583 37.3743 141.933 41.9008C146.316 46.3953 149.691 47.4829 155.497 47.7868L155.513 47.7708Z' fill='%2300B4D6'/%3E%3Cpath d='M162.607 23.4268C169.629 12.1825 180.217 8.23182 181.353 7.87993C182.361 7.57603 182.856 7.25613 182.936 6.42441C183.032 5.64067 181.737 3.92925 178.026 2.15384C172.924 -0.261358 162.607 0.0105575 162.607 0.0105575C162.607 0.0105575 152.291 -0.277352 147.22 2.15384C143.494 3.92925 142.198 5.62468 142.294 6.42441C142.374 7.25613 142.87 7.57603 143.861 7.87993C145.013 8.23182 155.602 12.1985 162.607 23.4268Z' fill='%2300B4D6'/%3E%3Cpath d='M162.608 48.1226C164.463 48.1226 166.159 48.0427 167.71 47.9307C167.71 47.9307 167.886 39.6295 167.39 36.5425C166.831 33.1036 165.647 27.6814 162.624 23.5068C159.617 27.6814 158.433 33.1036 157.874 36.5425C157.378 39.6295 157.554 47.9307 157.554 47.9307C159.089 48.0267 160.801 48.1226 162.624 48.1226H162.608Z' fill='%2300B4D6'/%3E%3Cpath d='M169.706 47.7708C169.706 47.7708 169.514 38.5419 170.73 35.103C171.946 31.6642 173.289 26.13 182.262 20.3559C185.381 18.3246 186.421 18.5166 186.741 18.7085C187.077 18.9004 187.556 19.7321 187.46 23.4429C187.364 27.1697 187.652 37.3743 183.27 41.9008C178.903 46.3953 175.512 47.4829 169.706 47.7868V47.7708Z' fill='%2300B4D6'/%3E%3Cpath d='M140.868 10.6311C140.228 10.5032 139.812 9.86339 139.812 9.19162C139.812 8.3599 140.484 7.7041 141.3 7.7041C141.444 7.7041 141.7 7.73609 141.892 7.83206C141.892 7.83206 148.626 10.887 152.88 16.4852L152.768 16.6611C147.09 12.2146 140.868 10.6471 140.868 10.6471V10.6311Z' fill='%2300B4D6'/%3E%3Cpath d='M139.363 14.1026C138.74 13.9426 138.26 13.3828 138.228 12.695C138.196 11.8633 138.835 11.1436 139.667 11.1436C139.859 11.1436 140.131 11.1915 140.339 11.2715C140.339 11.2715 147.121 14.0226 151.375 19.2208L151.247 19.3648C145.313 15.1582 139.363 14.1026 139.363 14.1026Z' fill='%2300B4D6'/%3E%3Cpath d='M139.05 17.8595C138.442 17.6996 137.978 17.1557 137.962 16.5159C137.93 15.7002 138.554 14.9805 139.37 14.9805C139.418 14.9805 139.69 14.9805 139.945 15.0764C139.945 15.0764 146.487 17.7315 149.894 21.8742L149.782 22.0501C144.104 18.4193 139.066 17.8435 139.066 17.8435L139.05 17.8595Z' fill='%2300B4D6'/%3E%3Cpath d='M184.356 10.6311C184.996 10.5032 185.428 9.86339 185.428 9.19162C185.428 8.3599 184.74 7.7041 183.908 7.7041C183.78 7.7041 183.524 7.73609 183.316 7.83206C183.316 7.83206 176.583 10.887 172.328 16.4852L172.44 16.6611C178.118 12.2146 184.34 10.6471 184.34 10.6471L184.356 10.6311Z' fill='%2300B4D6'/%3E%3Cpath d='M185.879 14.1026C186.503 13.9426 186.983 13.3828 186.999 12.695C187.047 11.8633 186.391 11.1436 185.575 11.1436C185.383 11.1436 185.111 11.1915 184.903 11.2715C184.903 11.2715 178.122 14.0226 173.867 19.2208L173.995 19.3648C179.929 15.1582 185.895 14.1026 185.895 14.1026H185.879Z' fill='%2300B4D6'/%3E%3Cpath d='M186.157 17.8595C186.764 17.6996 187.228 17.1557 187.244 16.5159C187.292 15.7002 186.668 14.9805 185.869 14.9805C185.805 14.9805 185.549 14.9805 185.277 15.0764C185.277 15.0764 178.735 17.7315 175.328 21.8742L175.44 22.0501C181.102 18.4193 186.157 17.8435 186.157 17.8435V17.8595Z' fill='%2300B4D6'/%3E%3Cpath d='M274.626 60.1988L274.578 60.1348H271.523V75.5696H274.802V65.461C274.802 64.9332 274.802 64.3574 274.77 63.9095C274.802 63.9575 274.85 63.9895 274.882 64.0375L284.879 75.5536H287.934V60.1348H284.655V69.9395C284.655 70.4833 284.655 71.0431 284.687 71.491C284.479 71.2511 284.223 70.9632 283.951 70.6593L274.626 60.1668V60.1988Z' fill='%23222'/%3E%3Cpath d='M268.639 60.165H265.328V75.5679H268.639V60.165Z' fill='%23222'/%3E%3Cpath d='M317.062 73.5217C314.326 73.5217 311.591 72.642 310.248 71.3145L309.992 71.0905L308.312 72.9619L308.568 73.2178C310.008 74.4334 313.191 75.649 316.998 75.649C322.212 75.649 325.187 74.0975 325.187 71.3944C325.187 69.0432 322.612 68.2755 319.349 67.3318L318.565 67.1079C318.085 66.9639 317.621 66.8359 317.174 66.708C314.183 65.8443 312.199 65.2845 312.199 63.9089C312.199 62.6453 313.655 61.9416 316.294 61.9416H316.374C318.885 61.9416 321.364 62.9173 323.363 64.7087L323.795 65.1085V62.2615L323.763 62.1335L323.731 62.0535L323.683 62.0216C323.06 61.5897 319.973 59.9902 316.278 59.9902C311.527 59.9902 308.568 61.5257 308.568 64.0049C308.568 67.0759 313.175 68.1475 315.382 68.6593H315.43C315.702 68.7393 315.942 68.7873 316.118 68.8353L316.678 68.9952C320.229 69.9709 321.54 70.3388 321.54 71.4584C321.54 72.818 320.021 73.5057 317.03 73.5057L317.062 73.5217Z' fill='%23222'/%3E%3Cpath d='M248.693 75.5679H255.507C260.129 75.264 263.232 72.1131 263.232 67.7305C263.232 63.0601 260.033 60.165 254.883 60.165H246.773V73.7925C246.773 74.7842 247.621 75.5839 248.677 75.5839L248.693 75.5679ZM250.116 62.1804H254.835C258.114 62.1804 259.921 64.1637 259.921 67.7625C259.921 71.3613 258.13 73.5046 254.851 73.5046H250.116V62.1804Z' fill='%23222'/%3E%3Cpath d='M298.636 75.8399C303.707 75.8399 305.994 73.6966 307.066 72.657V66.643H299.116V68.9302H304.171V71.4254C303.147 72.9129 301.387 73.6167 298.636 73.6167C295.325 73.6167 293.358 71.3774 293.358 67.6026C293.358 64.1798 295.677 61.7966 299.004 61.7966C301.196 61.7966 303.387 62.7723 305.658 64.7876L306.266 65.2994V62.1005L306.106 61.9885C304.698 61.0448 302.443 59.7812 299.052 59.7812C293.566 59.7812 290.031 62.9322 290.031 67.8266C290.031 72.7209 293.662 75.8399 298.652 75.8399H298.636Z' fill='%23222'/%3E%3Cpath d='M219.784 75.9846C225.014 75.9846 228.661 72.6417 228.661 67.8273C228.661 63.0129 225.014 59.75 219.784 59.75C214.553 59.75 210.891 63.0609 210.891 67.9713C210.891 73.5054 215.353 75.9846 219.784 75.9846ZM219.768 61.8453C223.015 61.8453 225.286 64.3245 225.286 67.8753C225.286 71.4261 223.015 73.9373 219.768 73.9373C216.521 73.9373 214.217 71.4421 214.217 67.8753C214.217 64.3085 216.441 61.8453 219.768 61.8453Z' fill='%23222'/%3E%3Cpath d='M192.516 60.1348V75.5536H196.018V68.9798H205.327V75.5536H208.83V60.1348H205.327V66.7406H196.018V60.1348H192.516Z' fill='%23222'/%3E%3Cpath d='M234.237 60.1348H230.734V73.6183C230.734 74.6899 231.646 75.5696 232.766 75.5696H245.002V73.3783H234.221V60.1348H234.237Z' fill='%23222'/%3E%3Cpath d='M165.733 60.165H162.422V75.5519H165.733V60.165Z' fill='%23222'/%3E%3Cpath d='M132.971 75.9842C138.185 75.9842 141.832 72.6253 141.832 67.8429C141.832 63.0605 138.185 59.7656 132.971 59.7656C127.757 59.7656 124.078 63.0605 124.078 67.9869C124.078 73.521 128.541 76.0002 132.971 76.0002V75.9842ZM132.955 61.8449C136.202 61.8449 138.473 64.3241 138.473 67.8749C138.473 71.4257 136.202 73.9369 132.955 73.9369C129.708 73.9369 127.421 71.4417 127.421 67.8749C127.421 64.3081 129.644 61.8449 132.955 61.8449Z' fill='%23222'/%3E%3Cpath d='M176.877 75.9842C182.092 75.9842 185.738 72.6253 185.738 67.8429C185.738 63.0605 182.092 59.7656 176.877 59.7656C171.663 59.7656 167.984 63.0605 167.984 67.9869C167.984 73.521 172.447 76.0002 176.877 76.0002V75.9842ZM176.861 61.8449C180.108 61.8449 182.38 64.3241 182.38 67.8749C182.38 71.4257 180.108 73.9369 176.861 73.9369C173.615 73.9369 171.327 71.4417 171.327 67.8749C171.327 64.3081 173.551 61.8449 176.861 61.8449Z' fill='%23222'/%3E%3Cpath d='M114.56 75.6486C119.758 75.6486 122.749 74.0972 122.749 71.3941C122.749 69.0429 120.174 68.2911 116.927 67.3314L116.143 67.1075C115.663 66.9635 115.2 66.8356 114.752 66.7076C111.761 65.8439 109.777 65.2841 109.777 63.9086C109.777 62.645 111.233 61.9412 113.872 61.9412H113.968C116.479 61.9412 118.958 62.9169 120.958 64.7243L121.389 65.1082V62.2611L121.373 62.1332L121.341 62.0532L121.293 62.0212C120.67 61.5893 117.583 60.0059 113.888 60.0059C109.138 60.0059 106.179 61.5413 106.179 64.0045C106.179 67.0755 110.785 68.1472 112.992 68.659C113.296 68.723 113.536 68.7869 113.728 68.8349L114.288 68.9949C117.823 69.9706 119.15 70.3384 119.15 71.458C119.15 72.8176 117.631 73.5054 114.64 73.5054C111.921 73.5054 109.186 72.6257 107.826 71.2981L107.57 71.0742L105.891 72.9296L106.147 73.1855C107.602 74.4011 110.769 75.6167 114.576 75.6167L114.56 75.6486Z' fill='%23222'/%3E%3Cpath d='M152.168 75.8415C156.918 75.8415 159.141 73.6982 160.197 72.6745L160.325 72.4346L157.638 71.219L157.558 71.331C156.582 72.7865 154.823 73.4903 152.184 73.4903C149.385 73.4903 146.553 71.6669 146.553 67.6042C146.553 64.2613 148.985 61.9261 152.471 61.9261C154.903 61.9261 157.382 63.0937 159.077 65.0611L159.365 65.381V62.198L159.317 62.15C158.118 61.0144 155.702 59.7988 152.535 59.7988C146.873 59.7988 143.227 62.9498 143.227 67.8281C143.227 72.7065 146.985 75.8255 152.168 75.8255V75.8415Z' fill='%23222'/%3E%3Cpath d='M82.3934 66.627H76.1875V68.8182H82.3934V66.627Z' fill='%23222'/%3E%3Cpath d='M1.90337 75.5679H8.7011C13.3236 75.264 16.4425 72.129 16.4425 67.7305C16.4425 63.0601 13.2436 60.165 8.1093 60.165H0V73.7765C0 74.7682 0.863712 75.5679 1.90337 75.5679ZM3.32689 62.1964H8.04532C11.3242 62.1964 13.1316 64.1797 13.1316 67.7785C13.1316 71.3773 11.3402 73.5046 8.07731 73.5046H3.34289V62.1964H3.32689Z' fill='%23222'/%3E%3Cpath d='M87.4535 71.5381H95.051L96.7944 75.5688H100.345L93.4515 60.1819L93.4035 60.0859H89.3569L82.3672 75.5688H85.6941L87.4375 71.5381H87.4535ZM90.6204 64.3245C90.7324 64.0846 90.8604 63.7327 91.0043 63.3808L91.0363 63.3169C91.1483 63.045 91.2602 62.7571 91.3562 62.5171C91.4522 62.7411 91.5481 62.997 91.6601 63.2529C91.82 63.6527 92.012 64.1326 92.1239 64.3885L94.1073 69.3948H88.4292L90.6364 64.3405L90.6204 64.3245Z' fill='%23222'/%3E%3Cpath d='M40.9579 65.4753C40.9579 64.9474 40.9579 64.3716 40.9259 63.9238C40.9579 63.9718 40.9898 64.0037 41.0378 64.0517L51.0345 75.5679H54.0895V60.165H50.8266V69.9698C50.8266 70.5136 50.8266 71.0574 50.8586 71.5213C50.6506 71.2813 50.3947 70.9934 50.1228 70.7055L40.8139 60.213L40.7659 60.165H37.7109V75.5839H40.9739V65.4913L40.9579 65.4753Z' fill='%23222'/%3E%3Cpath d='M26.729 75.9842C31.9432 75.9842 35.59 72.6253 35.59 67.8429C35.59 63.0605 31.9432 59.7656 26.729 59.7656C21.5147 59.7656 17.8359 63.0605 17.8359 67.9709C17.8359 73.5051 22.2984 75.9842 26.729 75.9842ZM26.697 61.8449C29.9439 61.8449 32.2151 64.3241 32.2151 67.8749C32.2151 71.4257 29.9439 73.9369 26.697 73.9369C23.4501 73.9369 21.1628 71.4417 21.1628 67.8749C21.1628 64.3081 23.3861 61.8449 26.697 61.8449Z' fill='%23222'/%3E%3Cpath d='M64.7774 75.8415C69.8477 75.8415 72.0709 73.6982 73.1266 72.6745L73.1906 72.5466V66.6605H65.2572V68.9318H70.3115V71.4269C69.2879 72.9144 67.5285 73.6182 64.7774 73.6182C61.4665 73.6182 59.4991 71.379 59.4991 67.6042C59.4991 64.1973 61.8184 61.7982 65.1293 61.7982C67.3205 61.7982 69.4958 62.7738 71.767 64.7892L72.3429 65.301L72.3748 62.1181L72.2149 62.0061C70.8074 61.0624 68.5521 59.7988 65.1772 59.7988C59.7071 59.7988 56.1562 62.9498 56.1562 67.8281C56.1562 72.7065 59.787 75.8255 64.7774 75.8255V75.8415Z' fill='%23222'/%3E%3C/svg%3E%0A");
    background-size: 100%;
}
#svg .svg-lang {
    width: 26px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 27C21.1797 27 27 21.1797 27 14C27 6.8203 21.1797 1 14 1C6.8203 1 1 6.8203 1 14C1 21.1797 6.8203 27 14 27Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.29688 14H26.9969' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 1.26172C17.2167 4.54432 19.2 9.04009 19.2 13.9991C19.2 18.9581 17.2167 23.4539 14 26.7364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0047 1.26172C10.788 4.54432 8.80469 9.04009 8.80469 13.9991C8.80469 18.9581 10.788 23.4539 14.0047 26.7364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-work-place {
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23fff'/%3E%3Crect x='12' width='10' height='10' fill='%23fff'/%3E%3Crect y='12' width='10' height='10' fill='%23fff'/%3E%3Crect x='12' y='12' width='10' height='10' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-menu-icon {
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H26' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-s {
    width: 384px;
    height: 384px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96 0C42.9807 0 0 42.9807 0 96C0 148.996 42.9425 191.962 95.9294 192H1.6873e-05L0 384L288 384C341.019 384 384 341.019 384 288C384 234.999 341.049 192.03 288.055 192H384V0H96Z' fill='%232F75FF'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-o {
    width: 384px;
    height: 384px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='192' cy='192' r='192' fill='%23666'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-c {
    width: 384px;
    height: 384px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M192 0C166.786 0 141.819 4.96623 118.525 14.6151C95.2303 24.264 74.0643 38.4067 56.2355 56.2355C38.4066 74.0643 24.264 95.2303 14.6151 118.525C4.96623 141.819 0 166.786 0 192C0 217.214 4.96623 242.181 14.6151 265.475C24.264 288.77 38.4067 309.936 56.2355 327.764C74.0644 345.593 95.2303 359.736 118.525 369.385C141.819 379.034 166.786 384 192 384H284V383.938C285.162 383.979 286.328 384 287.5 384C340.795 384 384 340.795 384 287.5C384 238.94 348.132 198.757 301.444 192C348.132 185.243 384 145.06 384 96.5C384 43.2045 340.795 0 287.5 0C286.328 0 285.162 0.0208811 284 0.0622913V0H192Z' fill='%232F75FF'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-i {
    width: 384px;
    height: 384px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62C0 27.7583 27.7583 0 62 0H322C356.242 0 384 27.7583 384 62C384 96.2417 356.242 124 322 124H62C27.7583 124 0 96.2417 0 62Z' fill='%23B4986F'/%3E%3Crect y='124' width='384' height='260' fill='%23B4986F'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-o-2 {
    width: 384px;
    height: 384px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='192' cy='192' r='192' fill='%23FF4002'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-link {
    width: 12px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23fff' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-link-left {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10H2' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 5L2 10L7 15' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-link-2 {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-link-3 {
    width: 41px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5C0.723858 8.5 0.5 8.72386 0.5 9C0.5 9.27614 0.723858 9.5 1 9.5L1 8.5ZM1 9.5L40 9.5V8.5L1 8.5L1 9.5Z' fill='%23fff'/%3E%3Cpath d='M32 1L40 9L32 17' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-link-4 {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.71038 1.99609H1.99609V21.9961H21.9961V16.2818' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8454 1.99609H21.9883M21.9883 1.99609V9.13895M21.9883 1.99609L11.9883 11.9961' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-time {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23fff' stroke-width='1.5'/%3E%3Crect x='9.5' y='5' width='1.5' height='6' rx='0.75' fill='%23fff'/%3E%3Crect x='5' y='11' width='1.5' height='6' rx='0.75' transform='rotate(-90 5 11)' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-time-2 {
    width: 42px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='3.66602' width='37.6922' height='34.1332' rx='4' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M1 12.7344H38.6922' stroke='%23fff' stroke-width='2'/%3E%3Cellipse cx='34.3849' cy='32.4669' rx='8.61535' ry='8.5333' fill='%232F75FF' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M34.3843 28.1992V32.9992L37.0766 35.6659' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.6929 1V9.26664' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29 1V9.26664' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-puzzle {
    width: 400px;
    height: 400px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 583 583' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='0.6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M326.586 48.9609C321.38 21.0936 296.917 0 267.525 0C238.133 0 213.67 21.0936 208.464 48.9609H30C13.4315 48.9609 0 62.3924 0 78.9609V246.557C0 252.079 5.0098 256.223 10.5311 256.223C43.7145 256.223 70.6149 283.109 70.6149 316.275C70.6149 349.441 43.7145 376.327 10.5311 376.327C5.0098 376.327 0 380.471 0 385.992V552.998C0 569.566 13.4314 582.998 30 582.998H197.895C203.347 582.998 207.441 578.058 207.441 572.607C207.441 539.441 234.342 512.555 267.525 512.555C300.709 512.555 327.609 539.441 327.609 572.607C327.609 578.058 331.704 582.998 337.155 582.998H503.951C520.519 582.998 533.951 569.566 533.951 552.998V375.32C561.864 370.142 583.001 345.678 583.001 316.279C583.001 286.88 561.864 262.415 533.951 257.237V78.9609C533.951 62.3924 520.519 48.9609 503.951 48.9609H326.586Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-down-arrow {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 1.33301L7.00033 6.66634L12.3337 1.33301' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-down-arrow-2 {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08417 0.500001L0.915833 0.5C0.52025 0.5 0.281329 0.937623 0.495243 1.27038L4.07941 6.84575C4.27623 7.15191 4.72377 7.15191 4.92059 6.84575L8.50476 1.27038C8.71867 0.937625 8.47975 0.500001 8.08417 0.500001Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-up-arrow {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L7 1L13 7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-up-arrow-2 {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915833 7.5L8.08417 7.5C8.47975 7.5 8.71867 7.06238 8.50476 6.72962L4.92059 1.15425C4.72377 0.848089 4.27623 0.848089 4.07941 1.15425L0.495243 6.72962C0.281329 7.06238 0.52025 7.5 0.915833 7.5Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-right-arrow {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 16.668L13.3346 10.0013L6.66797 3.33464' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-pin {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8.66667C17 14.3486 10 18 10 18C10 18 3 14.3486 3 8.66667C3 4.98477 6.13401 2 10 2C13.866 2 17 4.98477 17 8.66667Z' stroke='%23fff' stroke-width='1.75' stroke-linejoin='round'/%3E%3Ccircle cx='10.0031' cy='8.3' r='2.3' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-tel {
    width: 20px;
    height: 21px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12.7942C5.29793 10.7122 4.6272 8.69416 4.27643 7.06027C3.85535 5.09884 4.9921 3.27251 6.72945 2.26945L7.15327 2.02476C8.51953 1.23595 10.2659 1.89428 10.7714 3.3887L11.2605 4.83445C11.4905 5.51432 11.3386 6.26529 10.8624 6.80229L9.75032 8.0564C9.46474 8.37845 9.41728 8.8471 9.63249 9.21987L10.3971 10.5442' stroke='%23fff' stroke-width='1.75'/%3E%3Cpath d='M6.5 12.7915C7.70207 14.8735 9.11436 16.4634 10.354 17.5841C11.8421 18.9295 13.9921 18.8582 15.7295 17.8551L16.1533 17.6104C17.5195 16.8216 17.8226 14.9801 16.7811 13.7951L15.7736 12.6486C15.2998 12.1095 14.5735 11.8656 13.8704 12.0095L12.2282 12.3455C11.8065 12.4318 11.3769 12.2386 11.1617 11.8658L10.3971 10.5415' stroke='%23fff' stroke-width='1.75'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-tel-2 {
    width: 48px;
    height: 46px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4064 16.1271C30.4265 14.5886 29.1753 12.3237 29.1753 9.79824C29.1753 5.16347 33.3893 1.40625 38.5876 1.40625C43.7858 1.40625 47.9999 5.16347 47.9999 9.79824C47.9999 14.433 43.7858 18.1902 38.5876 18.1902C37.609 18.1902 36.6652 18.0571 35.7779 17.81' stroke='%23fff' stroke-width='1.7'/%3E%3Cpath d='M32.4062 16.127V19.7546L35.7778 17.7632' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cellipse cx='34.6483' cy='9.94147' rx='1.14441' ry='1.16413' fill='%23fff'/%3E%3Cellipse cx='38.4623' cy='9.94147' rx='1.14441' ry='1.16413' fill='%23fff'/%3E%3Cellipse cx='42.2777' cy='9.94147' rx='1.14441' ry='1.16413' fill='%23fff'/%3E%3Cpath d='M13.1461 29.1195C9.06683 22.2717 7.44559 15.7743 6.95165 11.6583C6.7123 9.66381 7.85565 7.85232 9.63161 6.86592L17.5575 2.46373C18.9255 1.70393 20.6844 2.35776 21.2111 3.82186L24.3441 12.5309C24.5838 13.1971 24.4421 13.932 23.9725 14.4583L19.8477 19.0812C19.5674 19.3953 19.5253 19.851 19.7428 20.216L22.088 24.153' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M12.9027 28.8121C16.982 35.6599 21.9834 40.2799 25.4198 42.7617C27.0849 43.9642 29.2814 43.9207 31.0574 42.9343L38.9833 38.5321C40.3512 37.7723 40.6503 35.9755 39.6044 34.7997L33.3832 27.8059C32.9073 27.2708 32.1783 27.0196 31.4709 27.147L25.2586 28.2656C24.8365 28.3416 24.4074 28.1476 24.1899 27.7825L21.8447 23.8456' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-bg-A {
    width: 300px;
    height: 301px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 578 579' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M288.951 0.785156C131.683 0.785156 3.91494 126.326 0.203022 282.519H0.00765742V565.132C-0.187707 574.992 3.32885 578.994 13.5855 578.213C71.804 573.625 130.511 556.248 177.008 520.422C240.501 471.416 273.517 407.084 284.067 327.034C285.044 322.251 292.858 321.861 293.933 327.034C304.385 406.986 337.401 471.318 400.992 520.422C447.489 556.248 506.098 573.625 564.415 578.213C574.671 578.994 578.188 574.992 577.992 565.132V282.519H577.797C573.987 126.326 446.219 0.785156 288.951 0.785156ZM466.244 262.897H111.658C102.281 262.897 98.6665 250.597 106.676 245.521C195.665 189.779 236.789 148.681 280.746 67.8508C284.262 61.3102 293.738 61.3102 297.254 67.8508C341.211 148.583 382.335 189.779 471.324 245.521C479.333 250.5 475.719 262.897 466.342 262.897H466.244Z' fill='%23FF4002'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-main-bg-D {
    width: 300px;
    height: 450px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 642 750' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M321 0L0 0L0 750H321C498.32 750 642 582.15 642 375C642 167.85 498.32 0 321 0Z' fill='%232F75FF'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-search {
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2929 25.7071C24.6834 26.0976 25.3166 26.0976 25.7071 25.7071C26.0976 25.3166 26.0976 24.6834 25.7071 24.2929L24.2929 25.7071ZM18.2929 19.7071L24.2929 25.7071L25.7071 24.2929L19.7071 18.2929L18.2929 19.7071Z' fill='%23fff'/%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-close {
    width: 38px;
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2207 36.4082L36.3962 1.22812' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.5957 1.60352L36.7712 36.7836' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-filter {
    width: 23px;
    height: 23px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1H1L9.47368 12.7018V24L15.9298 17.5439V12.7018L24 1Z' stroke='%23fff' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-input-reset {
    width: 23px;
    height: 23px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23aaa'/%3E%3Cpath d='M8 8L16 16' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 16L16 8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-chk {
    width: 15px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5.33333 9.33333L13.6667 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-page-prevleft {
    width: 10px;
    height: 10px;
    background: svgPageArrowLeft("fff");
    background-size: 100% 100%;
}
#svg .svg-page-prev {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-page-prev2 {
    width: 15px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.668 1.66699L8.33464 5.00033L11.668 8.33366' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-download {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23162DA1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23162DA1'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23162DA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-ban {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' transform='rotate(90 12 12)' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M21.5234 6.5L2.03786 17.75' stroke='%23FF0000' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-bulb {
    width: 74px;
    height: 74px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8445 43.759L20.1381 44.4668L20.8445 43.759ZM58.8942 27.5604C58.8942 33.6111 56.44 39.0867 52.4703 43.0493L53.8832 44.4648C58.2134 40.1424 60.8942 34.1635 60.8942 27.5604H58.8942ZM37.0096 5.67578C49.0962 5.67578 58.8942 15.4739 58.8942 27.5604H60.8942C60.8942 14.3693 50.2007 3.67578 37.0096 3.67578V5.67578ZM15.125 27.5604C15.125 15.4739 24.9231 5.67578 37.0096 5.67578V3.67578C23.8185 3.67578 13.125 14.3693 13.125 27.5604H15.125ZM21.5509 43.0512C17.58 39.0885 15.125 33.6121 15.125 27.5604H13.125C13.125 34.1646 15.8067 40.1443 20.1381 44.4668L21.5509 43.0512ZM24.5495 58.5606V49.6311H22.5495V58.5606H24.5495ZM27.5495 61.5606C25.8926 61.5606 24.5495 60.2174 24.5495 58.5606H22.5495C22.5495 61.322 24.7881 63.5606 27.5495 63.5606V61.5606ZM46.4726 61.5606H27.5495V63.5606H46.4726V61.5606ZM49.4726 58.5606C49.4726 60.2174 48.1294 61.5606 46.4726 61.5606V63.5606C49.234 63.5606 51.4726 61.322 51.4726 58.5606H49.4726ZM49.4726 49.6284V58.5606H51.4726V49.6284H49.4726ZM20.1381 44.4668C21.5957 45.9214 22.5495 47.735 22.5495 49.6311H24.5495C24.5495 47.0519 23.2611 44.7579 21.5509 43.0512L20.1381 44.4668ZM52.4703 43.0493C50.7605 44.7559 49.4726 47.0497 49.4726 49.6284H51.4726C51.4726 47.7327 52.4261 45.9193 53.8832 44.4648L52.4703 43.0493Z' fill='%23FF4002'/%3E%3Cpath d='M23.5469 50.4531L50.47 50.4531' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M23.5469 55.8379L37.0084 55.8379' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43.7344 55.8379H50.4651' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M28.9297 62.5723H45.0835V65.303C45.0835 67.5122 43.2927 69.303 41.0835 69.303H32.9297C30.7205 69.303 28.9297 67.5122 28.9297 65.303V62.5723Z' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M53.3333 27.6673C53.3333 25.5224 52.9109 23.3985 52.09 21.4168C51.2692 19.4352 50.0661 17.6346 48.5494 16.1179C47.0327 14.6012 45.2321 13.3981 43.2505 12.5773C41.2688 11.7565 39.1449 11.334 37 11.334' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-heart {
    width: 74px;
    height: 74px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9394 38.3429C6.35355 31.8591 6.35355 21.3467 12.9394 14.8629C19.5252 8.37904 30.2028 8.37904 36.7887 14.8629L39 17.04L41.2114 14.8629C47.7972 8.37904 58.4748 8.37904 65.0607 14.8629C71.6465 21.3467 71.6465 31.8591 65.0607 38.3429L39 64L23.2562 48.5' stroke='%232F75FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 39H27.5L32.5 27.5L37 46L43.5 34H52' stroke='%232F75FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-slogan {
    width: 74px;
    height: 74px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 34L10 62' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M39 34L58 55' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M64 10L39 34' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M19 14L39 34' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M39 34V65' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='64' cy='10' r='7' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='39' cy='34' r='9' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='19' cy='14' r='5' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='58' cy='55' r='4' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='39' cy='65' r='6' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='10' cy='62' r='7' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-all-gnb-bg {
    width: 640px;
    height: 360px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.046 112.253C678.924 112.253 1141.76 575.085 1141.76 1144H1296.01C1295.97 490.015 763.958 -42 110.046 -42C-5.56245 -42 -117.317 -25.3132 -223 5.66103V167.403C-118.48 131.666 -6.47133 112.217 110.046 112.217V112.253Z' fill='%23162DA1'/%3E%3Cpath d='M110.046 367.862C537.977 367.862 886.146 716.032 886.146 1143.96H1040.4C1040.4 630.962 623.047 213.609 110.046 213.609C-7.27113 213.609 -119.534 235.495 -223 275.303V443.08C-122.007 394.91 -9.12521 367.862 110.046 367.862Z' fill='%23162DA1'/%3E%3Cpath d='M110.033 623.51C397.017 623.51 630.523 856.98 630.523 1144H784.776C784.776 771.946 482.087 469.293 110.069 469.293C-10.9922 469.293 -124.637 501.503 -222.977 557.562V744.389C-132.671 668.989 -16.5181 623.546 110.069 623.546L110.033 623.51Z' fill='%23162DA1'/%3E%3Cpath d='M1816.47 -42C1162.56 -42 630.54 490.015 630.504 1143.96H784.757C784.757 575.049 1247.59 112.217 1816.47 112.217C1930.04 112.217 2039.39 130.721 2141.66 164.786V3.33433C2038.27 -26.1857 1929.17 -42 1816.47 -42Z' fill='%23162DA1'/%3E%3Cpath d='M1816.47 213.609C1303.51 213.609 886.156 630.962 886.156 1143.96H1040.41C1040.41 716.032 1388.58 367.862 1816.51 367.862C1932.59 367.862 2042.75 393.674 2141.7 439.554V272.322C2040.42 234.404 1930.85 213.609 1816.51 213.609H1816.47Z' fill='%23162DA1'/%3E%3Cpath d='M1816.46 469.255C1444.41 469.255 1141.75 771.944 1141.75 1143.96H1296.01C1296.01 856.978 1529.48 623.472 1816.5 623.472C1939.45 623.472 2052.55 666.443 2141.69 737.989V552.98C2045.17 499.648 1934.32 469.219 1816.5 469.219L1816.46 469.255Z' fill='%23162DA1'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-intro-cover {
    width: 640px;
    height: 360px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0C255.981 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-stock-icon {
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0625 65.1138L26.8437 63.6014C28.7674 62.8319 30.9145 62.8387 32.8332 63.6204L44.9642 68.5627C46.9968 69.3908 49.2803 69.3474 51.2799 68.4428L73.0325 58.6024C74.9926 57.7157 75.8228 55.3774 74.8607 53.4533V53.4533C73.9513 51.6345 71.7688 50.8572 69.9145 51.6916L59.6735 56.3001' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16.2812 50.2102L27.6872 45.322C29.5097 44.5409 31.5574 44.4645 33.4331 45.1076L50.9932 51.1282C52.811 51.7514 53.8117 53.6995 53.2595 55.5401V55.5401C52.6851 57.4548 50.6531 58.5273 48.7483 57.9212L37.2987 54.2781' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.39844 53.5461V74.7653C3.39844 76.2521 4.96306 77.2191 6.29286 76.5542L21.9967 68.7022C22.9659 68.2177 23.3729 67.0495 22.9147 66.0676L15.0717 49.2612C14.6126 48.2773 13.4524 47.8395 12.4577 48.2746L4.5968 51.7138C3.86883 52.0323 3.39844 52.7515 3.39844 53.5461Z' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M49.5625 18.8682L52.5827 30.4658L56.8111 18.8682L61.0394 30.4658L64.0596 18.8682' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.1172 24.2695L65.5137 24.2695' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='56.815' cy='24.1402' r='15.815' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M56.8199 46.2821C62.6921 46.2821 68.3237 43.9493 72.476 39.7971C76.6282 35.6449 78.9609 30.0132 78.9609 24.141C78.9609 18.2689 76.6282 12.6372 72.476 8.48496C68.3237 4.33271 62.6921 2 56.8199 2' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57.4297 43.374L54.7032 46.1005L57.4297 48.8269' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-stock-icon-2 {
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 33V45' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 45V39H57V45' stroke='%23444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='13' cy='56' r='7' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M1 78V76C1 69.3726 6.37258 64 13 64V64C19.6274 64 25 69.3726 25 76V78' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='57' cy='56' r='7' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M45 78V76C45 69.3726 50.3726 64 57 64V64C63.6274 64 69 69.3726 69 76V78' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='35' cy='56' r='7' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M47 76V79H23V76C23 69.3726 28.3726 64 35 64C41.6274 64 47 69.3726 47 76Z' fill='white'/%3E%3Cpath d='M23 78V76C23 69.3726 28.3726 64 35 64V64C41.6274 64 47 69.3726 47 76V78' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='16' y='9' width='39' height='21' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M19 5L52 5' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M24 1L47 1' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M32 13H47.7758C48.8061 14.6259 51 15.7857 51 15.7857V23.2143C49.0434 24.233 47.7758 26 47.7758 26H32' stroke='%23444' stroke-width='2'/%3E%3Cpath d='M39 13H23.2242C22.1939 14.6259 20 15.7857 20 15.7857V23.2143C21.9566 24.233 23.2242 26 23.2242 26H39' stroke='%23444' stroke-width='2'/%3E%3Ccircle cx='35.5' cy='19.5' r='3.5' fill='white' stroke='%23444' stroke-width='2'/%3E%3Ccircle cx='27.5' cy='19.5' r='1.5' fill='%23444'/%3E%3Ccircle cx='43.5' cy='19.5' r='1.5' fill='%23444'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-stock-icon-3 {
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 76 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='73' width='76' height='2' rx='1' fill='%23444'/%3E%3Crect x='4' y='49' width='14' height='25' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='22' y='33' width='14' height='41' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='40' y='44' width='14' height='30' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='58' y='28' width='14' height='46' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M11 29L29 11L47 24L65 6' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='29' cy='11' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='47' cy='24' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='65' cy='6' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='11' cy='29' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-error-icon {
    width: 253px;
    height: 192px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M235.629 43.1016H248.186C251.5 43.1016 254.186 45.7879 254.186 49.1016V108.801C254.186 112.115 251.5 114.801 248.186 114.801H209.648' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 4'/%3E%3Crect x='1.80469' y='42.6914' width='207.841' height='130.431' rx='8' fill='white'/%3E%3Cpath d='M1.80469 50.0391C1.80469 45.6208 5.38641 42.0391 9.80469 42.0391H201.646C206.064 42.0391 209.646 45.6208 209.646 50.0391V63.2474H1.80469V50.0391Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask0_2042_3883' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='41' width='211' height='134'%3E%3Crect x='1.80469' y='42.0391' width='207.841' height='131.491' rx='8' fill='white' stroke='black' stroke-width='2'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2042_3883)'%3E%3Crect x='19.8281' y='147.02' width='171.787' height='44.76' rx='12' fill='%2315486C' fill-opacity='0.1'/%3E%3Cellipse cx='205.401' cy='44.1704' rx='38.1749' ry='38.3657' fill='%2315486C' fill-opacity='0.1'/%3E%3C/g%3E%3Cpath d='M201.646 42.0391H9.80469C5.38641 42.0391 1.80469 45.6208 1.80469 50.0391V142.778V165.53C1.80469 169.949 5.3864 173.53 9.80468 173.53H201.646C206.064 173.53 209.646 169.949 209.646 165.53V50.0391C209.646 45.6208 206.064 42.0391 201.646 42.0391Z' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='27.2578' y='154.445' width='156.941' height='37.1145' rx='8' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='14.5349' cy='52.6443' r='2.12083' fill='%2315486C' fill-opacity='0.15'/%3E%3Ccircle cx='21.9568' cy='52.6443' r='2.12083' fill='%2315486C' fill-opacity='0.15'/%3E%3Ccircle cx='29.3786' cy='52.6443' r='2.12083' fill='%2315486C' fill-opacity='0.15'/%3E%3Crect x='19.8359' y='72.793' width='49.8395' height='7.4229' rx='3.71145' fill='%23FF4002'/%3E%3Crect x='19.8359' y='87.6406' width='77.4103' height='47.7187' rx='2' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='87.6406' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='98.2422' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='108.848' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='119.453' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='130.055' width='56.202' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Cpath d='M47.4031 171.414L37.8594 180.958' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='47.4016' cy='171.413' r='6.36249' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='205.408' cy='42.0411' r='30.752' fill='%23FF4002'/%3E%3Cpath d='M189.622 15.817C196.384 11.9131 204.377 10.7273 211.981 12.5003C219.585 14.2733 226.23 18.8721 230.568 25.3641C234.905 31.856 236.611 39.7549 235.339 47.4584C234.068 55.1618 229.913 62.0931 223.719 66.8462C217.525 71.5993 209.754 73.8182 201.984 73.0529C194.214 72.2876 187.026 68.5954 181.878 62.7252C176.73 56.855 174.007 49.2464 174.263 41.4428C174.518 33.6392 177.732 26.2249 183.253 20.704' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='205.41' cy='42.0427' r='18.027' stroke='white' stroke-width='2'/%3E%3Cpath d='M218.172 29.3164L192.678 54.8105' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M69.3121 178.051L66.983 170.097H68.5943L70.147 175.927H70.2349L71.7877 170.097H73.399L74.9371 175.897H75.025L76.5631 170.097H78.1744L75.8453 178.051H74.2486L72.6373 172.323H72.5201L70.9234 178.051H69.3121ZM81.1773 178.051L78.8482 170.097H80.4595L82.0123 175.927H82.1002L83.6529 170.097H85.2642L86.8023 175.897H86.8902L88.4283 170.097H90.0396L87.7105 178.051H86.1138L84.5025 172.323H84.3853L82.7886 178.051H81.1773ZM93.0425 178.051L90.7134 170.097H92.3248L93.8775 175.927H93.9654L95.5181 170.097H97.1295L98.6675 175.897H98.7554L100.294 170.097H101.905L99.5757 178.051H97.9791L96.3677 172.323H96.2506L94.6539 178.051H93.0425ZM103.135 178.153C102.564 178.153 102.081 177.685 102.095 177.113C102.081 176.542 102.564 176.073 103.135 176.073C103.692 176.073 104.175 176.542 104.175 177.113C104.175 177.685 103.692 178.153 103.135 178.153ZM106.065 181.039V170.097H107.588V171.386H107.72C107.999 170.888 108.541 169.994 110.005 169.994C111.924 169.994 113.345 171.503 113.345 174.096C113.345 176.659 111.954 178.212 110.02 178.212C108.57 178.212 107.999 177.333 107.72 176.806H107.632V181.039H106.065ZM107.603 174.066C107.603 175.736 108.336 176.879 109.669 176.879C111.045 176.879 111.763 175.663 111.763 174.066C111.763 172.499 111.06 171.327 109.669 171.327C108.321 171.327 107.603 172.411 107.603 174.066ZM114.532 175.81C114.532 173.993 116.07 173.524 117.505 173.422C118.033 173.385 119.227 173.319 119.6 173.305L119.586 172.675C119.586 171.781 119.044 171.254 117.974 171.254C117.051 171.254 116.495 171.679 116.334 172.265H114.781C114.927 170.946 116.158 169.994 118.033 169.994C119.293 169.994 121.153 170.463 121.153 172.763V178.051H119.629V176.967H119.571C119.263 177.567 118.531 178.227 117.212 178.227C115.704 178.227 114.532 177.362 114.532 175.81ZM116.055 175.824C116.055 176.586 116.685 176.981 117.564 176.981C118.838 176.981 119.6 176.132 119.6 175.18V174.447C119.234 174.477 118.091 174.557 117.725 174.579C116.7 174.652 116.055 175.033 116.055 175.824ZM126.382 181.2C124.376 181.2 123.057 180.307 122.911 178.827H124.507C124.654 179.574 125.357 179.94 126.397 179.94C127.642 179.94 128.433 179.413 128.433 178.168V176.601H128.331C128.052 177.113 127.481 177.934 126.016 177.934C124.141 177.934 122.691 176.527 122.691 173.993C122.691 171.459 124.112 169.994 126.031 169.994C127.51 169.994 128.052 170.888 128.345 171.386H128.448V170.097H129.971V178.227C129.971 180.263 128.433 181.2 126.382 181.2ZM126.368 176.645C127.701 176.645 128.448 175.663 128.448 174.022C128.448 172.411 127.715 171.327 126.368 171.327C124.976 171.327 124.288 172.499 124.288 174.022C124.288 175.575 125.005 176.645 126.368 176.645ZM135.303 178.212C132.96 178.212 131.524 176.601 131.524 174.125C131.524 171.679 132.989 169.994 135.201 169.994C137.017 169.994 138.731 171.122 138.731 173.993V174.55H133.077C133.121 176.059 134.007 176.923 135.318 176.923C136.211 176.923 136.783 176.542 137.046 176.059H138.628C138.277 177.348 137.046 178.212 135.303 178.212ZM133.091 173.378H137.193C137.193 172.162 136.417 171.283 135.215 171.283C133.963 171.283 133.15 172.25 133.091 173.378ZM141.309 178.153C140.738 178.153 140.254 177.685 140.269 177.113C140.254 176.542 140.738 176.073 141.309 176.073C141.866 176.073 142.349 176.542 142.349 177.113C142.349 177.685 141.866 178.153 141.309 178.153ZM149.293 174.74V170.097H150.845V178.051H149.322V176.674H149.234C148.868 177.523 148.047 178.153 146.861 178.153C145.323 178.153 144.239 177.128 144.239 175.15V170.097H145.806V174.96C145.806 176.044 146.465 176.732 147.418 176.732C148.282 176.732 149.293 176.103 149.293 174.74ZM152.75 178.051V170.097H154.258V171.356H154.346C154.639 170.507 155.43 169.979 156.368 169.979C156.558 169.979 156.866 169.994 157.027 170.009V171.503C156.895 171.474 156.529 171.415 156.207 171.415C155.123 171.415 154.317 172.162 154.317 173.202V178.051H152.75ZM159.766 167.445V178.051H158.199V167.445H159.766Z' fill='%23FF4002'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-error-icon-2 {
    width: 253px;
    height: 192px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 286 169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.348 17C256.348 8.16344 249.184 1 240.348 1C232.653 1 226.227 6.43143 224.695 13.6695C222.432 11.4025 219.304 10 215.848 10C209.799 10 204.754 14.2956 203.597 20.0025C196.809 20.1359 191.348 25.6801 191.348 32.5C191.348 36.5895 193.312 40.2204 196.348 42.5009V45H203.848H256.348V44.9991C256.397 44.9997 256.447 45 256.496 45C263.4 45 269.348 39.4036 269.348 32.5C269.348 25.5964 263.4 20 256.496 20C256.352 20 256.208 20.0024 256.065 20.0073C256.251 19.0333 256.348 18.028 256.348 17Z' fill='%23DAEAF5'/%3E%3Cmask id='mask0_2_2' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='191' y='1' width='79' height='44'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.348 17C256.348 8.16344 249.184 1 240.348 1C232.653 1 226.227 6.43143 224.695 13.6695C222.432 11.4025 219.304 10 215.848 10C209.799 10 204.754 14.2956 203.597 20.0025C196.809 20.1359 191.348 25.6801 191.348 32.5C191.348 36.5895 193.312 40.2204 196.348 42.5009V45H203.848H256.348V44.9991C256.397 44.9997 256.447 45 256.496 45C263.4 45 269.348 39.4036 269.348 32.5C269.348 25.5964 263.4 20 256.496 20C256.352 20 256.208 20.0024 256.065 20.0073C256.251 19.0333 256.348 18.028 256.348 17Z' fill='%23E5F0F8'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_2)'%3E%3Cpath d='M65 42C65 34.268 71.268 28 79 28H236C243.732 28 250 34.268 250 42V130C250 137.732 243.732 144 236 144H79C71.268 144 65 137.732 65 130V42Z' fill='%2315486C' fill-opacity='0.1'/%3E%3C/g%3E%3Cpath d='M224.695 13.6695L223.987 14.3759C224.246 14.6356 224.627 14.7325 224.979 14.6283C225.331 14.5241 225.597 14.2356 225.673 13.8766L224.695 13.6695ZM203.597 20.0025L203.617 21.0023C204.085 20.9931 204.484 20.6602 204.577 20.2012L203.597 20.0025ZM196.348 42.5009H197.348C197.348 42.1864 197.2 41.8902 196.948 41.7013L196.348 42.5009ZM196.348 45H195.348C195.348 45.5523 195.795 46 196.348 46V45ZM256.348 45V46C256.9 46 257.348 45.5523 257.348 45H256.348ZM256.348 44.9991L256.359 43.9992C256.092 43.9961 255.835 44.1001 255.645 44.2879C255.455 44.4758 255.348 44.7319 255.348 44.9991H256.348ZM256.065 20.0073L255.083 19.8205C255.026 20.119 255.108 20.4272 255.306 20.6579C255.504 20.8887 255.796 21.017 256.099 21.0067L256.065 20.0073ZM240.348 2C248.632 2 255.348 8.71573 255.348 17H257.348C257.348 7.61116 249.736 0 240.348 0V2ZM225.673 13.8766C227.11 7.09127 233.135 2 240.348 2V0C232.171 0 225.345 5.77159 223.716 13.4623L225.673 13.8766ZM215.848 11C219.027 11 221.904 12.2892 223.987 14.3759L225.403 12.963C222.96 10.5158 219.58 9 215.848 9V11ZM204.577 20.2012C205.642 14.9513 210.284 11 215.848 11V9C209.314 9 203.867 13.6399 202.617 19.8037L204.577 20.2012ZM192.348 32.5C192.348 26.2258 197.372 21.125 203.617 21.0023L203.578 19.0027C196.246 19.1467 190.348 25.1344 190.348 32.5H192.348ZM196.948 41.7013C194.153 39.6016 192.348 36.2617 192.348 32.5H190.348C190.348 36.9174 192.47 40.8392 195.747 43.3005L196.948 41.7013ZM197.348 45V42.5009H195.348V45H197.348ZM203.848 44H196.348V46H203.848V44ZM256.348 44H203.848V46H256.348V44ZM255.348 44.9991V45H257.348V44.9991H255.348ZM256.496 44C256.45 44 256.405 43.9997 256.359 43.9992L256.336 45.9991C256.389 45.9997 256.443 46 256.496 46V44ZM268.348 32.5C268.348 38.8157 262.884 44 256.496 44V46C263.916 46 270.348 39.9914 270.348 32.5H268.348ZM256.496 21C262.884 21 268.348 26.1843 268.348 32.5H270.348C270.348 25.0086 263.916 19 256.496 19V21ZM256.099 21.0067C256.231 21.0023 256.363 21 256.496 21V19C256.341 19 256.186 19.0026 256.032 19.0079L256.099 21.0067ZM255.348 17C255.348 17.9649 255.257 18.9077 255.083 19.8205L257.048 20.1941C257.245 19.1588 257.348 18.091 257.348 17H255.348Z' fill='%23444444'/%3E%3Cpath d='M210.592 20.8103C211.07 21.0864 211.234 21.698 210.958 22.1763C210.682 22.6546 210.07 22.8185 209.592 22.5423L210.592 20.8103ZM209.592 22.5423C208.008 21.6279 206.229 21.1044 204.402 21.0153L204.499 19.0177C206.644 19.1222 208.732 19.7368 210.592 20.8103L209.592 22.5423ZM204.402 21.0153C202.575 20.9262 200.753 21.2741 199.088 22.0301L198.261 20.209C200.216 19.3215 202.355 18.9131 204.499 19.0177L204.402 21.0153ZM199.088 22.0301C197.423 22.7861 195.962 23.9285 194.826 25.3623L193.258 24.1207C194.591 22.4375 196.306 21.0965 198.261 20.209L199.088 22.0301ZM194.826 25.3623C193.691 26.7961 192.914 28.48 192.559 30.2744L190.597 29.887C191.013 27.7806 191.925 25.8038 193.258 24.1207L194.826 25.3623Z' fill='%23444444'/%3E%3Cpath d='M16 168L270 168' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M275 168L285 168' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 168L11 168' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M44 85V23C44 19.6863 46.6863 17 50 17H145C148.313 17 151 19.6863 151 23V33.5' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round' stroke-dasharray='5 5'/%3E%3Ccircle cx='44' cy='17' r='10' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M47 14L41 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M41 14L47 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M59 42C59 37.5817 62.5817 34 67 34H236C240.418 34 244 37.5817 244 42V150H69C63.4772 150 59 145.523 59 140V42Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M67 46C67 43.7909 68.7909 42 71 42H232C234.209 42 236 43.7909 236 46V150H67V46Z' fill='white'/%3E%3Cpath d='M57 150H260.419C260.74 150 261 150.26 261 150.581C261 160.201 253.201 168 243.581 168H57V150Z' fill='white'/%3E%3Cmask id='mask1_2_2' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='56' y='149' width='206' height='20'%3E%3Cpath d='M57 150H260.419C260.74 150 261 150.26 261 150.581C261 160.201 253.201 168 243.581 168H57V150Z' fill='white' stroke='%23222222' stroke-width='2'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_2_2)'%3E%3Cpath d='M239.5 162.5H74.5L71.5 170.5H241.5L258.5 166C261.667 162.167 265.679 154.223 259.5 158.5C253 163 241.5 162.5 239.5 162.5Z' fill='%23DAEAF5'/%3E%3C/g%3E%3Cpath d='M57 150H260.419C260.74 150 261 150.26 261 150.581V150.581C261 160.201 253.201 168 243.581 168H57V150Z' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='75' cy='50' r='2' fill='%2315486C' fill-opacity='0.1'/%3E%3Ccircle cx='82' cy='50' r='2' fill='%2315486C' fill-opacity='0.1'/%3E%3Ccircle cx='89' cy='50' r='2' fill='%2315486C' fill-opacity='0.1'/%3E%3Ccircle cx='151' cy='97' r='19' fill='%23FF4002'/%3E%3Crect x='144' y='89' width='4' height='16' fill='white'/%3E%3Crect x='154' y='89' width='4' height='16' fill='white'/%3E%3Cpath d='M134.501 68.4204C141.757 64.2312 150.335 62.9588 158.494 64.8613C166.654 66.7639 173.784 71.699 178.439 78.6655C183.094 85.632 184.925 94.1082 183.56 102.375C182.195 110.641 177.737 118.079 171.09 123.18C164.443 128.28 156.104 130.662 147.766 129.84C139.428 129.019 131.714 125.057 126.19 118.758C120.666 112.458 117.744 104.294 118.018 95.9196C118.293 87.5455 121.742 79.5893 127.666 73.6648' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='25' y='84' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='25' y='105' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='25' y='126' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='25' y='147' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='101' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='122' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='143' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='164' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M43 101V99C43 97.8954 43.8954 97 45 97H73C74.1046 97 75 97.8954 75 99V101' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43 122V120C43 118.895 43.8954 118 45 118H73C74.1046 118 75 118.895 75 120V122' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43 143V141C43 139.895 43.8954 139 45 139H73C74.1046 139 75 139.895 75 141V143' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43 164V162C43 160.895 43.8954 160 45 160H73C74.1046 160 75 160.895 75 162V164' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 91H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 112H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 133H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 154H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='84' cy='91' r='3' fill='%23FF4002'/%3E%3Ccircle cx='84' cy='112' r='3' fill='%23FF4002'/%3E%3Ccircle cx='84' cy='133' r='3' fill='%23444444'/%3E%3Ccircle cx='84' cy='154' r='3' fill='%23444444'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-error-icon-3 {
    width: 222px;
    height: 173px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 222 173' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 172L206 172' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M211 172L221 172' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 172L11 172' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M37 32.5C37 28.9102 39.9101 26 43.5 26C47.0899 26 50 28.9101 50 32.5V172H37V32.5Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M171 32.5C171 28.9102 173.91 26 177.5 26C181.09 26 184 28.9101 184 32.5V172H171V32.5Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask0_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='15' y='35' width='194' height='31'%3E%3Crect x='15' y='35' width='194' height='31' rx='6' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2037_4441)'%3E%3Cpath d='M42 35H65L46 66H23L42 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M87 35H110L91 66H68L87 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M132 35H155L136 66H113L132 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M177 35H200L181 66H158L177 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M17 35H43L24 66H-2L17 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M65 35H88L69 66H46L65 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M110 35H133L114 66H91L110 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M155 35H178L159 66H136L155 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M200 35H226L207 66H181L200 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3C/g%3E%3Crect x='15' y='35' width='194' height='31' rx='6' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask1_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='15' y='82' width='194' height='31'%3E%3Crect x='15' y='82' width='194' height='31' rx='6' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_2037_4441)'%3E%3Cpath d='M42 82H65L46 113H23L42 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M87 82H110L91 113H68L87 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M132 82H155L136 113H113L132 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M177 82H200L181 113H158L177 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M17 82H43L24 113H-2L17 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M65 82H88L69 113H46L65 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M110 82H133L114 113H91L110 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M155 82H178L159 113H136L155 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M200 82H226L207 113H181L200 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3C/g%3E%3Crect x='15' y='82' width='194' height='31' rx='6' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask2_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='14' y='81' width='196' height='33'%3E%3Cmask id='mask3_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='15' y='82' width='194' height='31'%3E%3Crect x='15' y='82' width='194' height='31' rx='6' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_2037_4441)'%3E%3Cpath d='M42 82H65L46 113H23L42 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M87 82H110L91 113H68L87 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M132 82H155L136 113H113L132 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M177 82H200L181 113H158L177 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M17 82H43L24 113H-2L17 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M65 82H88L69 113H46L65 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M110 82H133L114 113H91L110 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M155 82H178L159 113H136L155 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M200 82H226L207 113H181L200 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3C/g%3E%3Crect x='15' y='82' width='194' height='31' rx='6' stroke='black' stroke-width='2'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_2037_4441)'%3E%3Ccircle cx='112' cy='56' r='39' fill='%2315486C' fill-opacity='0.1'/%3E%3C/g%3E%3Ccircle cx='112' cy='50' r='39' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='112' cy='50' r='29' fill='%23FF4002'/%3E%3Cpath d='M111.068 35.3864C111.4 34.538 112.6 34.5379 112.932 35.3864L116.083 43.4611C116.226 43.8252 116.567 44.0731 116.957 44.0958L125.61 44.5982C126.52 44.651 126.891 45.7929 126.186 46.3701L119.481 51.863C119.178 52.1106 119.048 52.5118 119.147 52.8899L121.343 61.2751C121.574 62.1562 120.603 62.8619 119.836 62.3702L112.54 57.6903C112.211 57.4793 111.789 57.4793 111.46 57.6903L104.164 62.3702C103.397 62.8619 102.426 62.1562 102.657 61.2751L104.853 52.8899C104.952 52.5118 104.822 52.1106 104.519 51.863L97.8138 46.3701C97.1092 45.7929 97.4802 44.651 98.3895 44.5982L107.043 44.0958C107.433 44.0731 107.774 43.8252 107.917 43.4611L111.068 35.3864Z' fill='white'/%3E%3Ccircle cx='44' cy='10' r='9' fill='%23FF4002' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='178' cy='10' r='9' fill='%23FF4002' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='174.5' cy='6.5' r='1.5' fill='white'/%3E%3Cpath d='M44 19.5V27' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M178 19.5V27' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='40.5' cy='6.5' r='1.5' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-logo {
    width: 350px;
    height: 350px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 350 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='175' cy='175' r='175' fill='%2300B4D6'/%3E%3Ccircle opacity='0.2' cx='175' cy='175' r='155' fill='%2300B4D6'/%3E%3Ccircle cx='175' cy='175' r='135' fill='white'/%3E%3Cpath d='M159.339 227.467C159.339 227.467 159.743 207.041 157.075 199.441C154.38 191.842 151.416 179.581 131.555 166.808C124.63 162.334 122.34 162.739 121.639 163.143C120.911 163.547 119.833 165.406 120.022 173.625C120.237 181.871 119.618 204.48 129.292 214.451C138.966 224.422 146.458 226.793 159.312 227.467H159.339Z' fill='%2300ACCD'/%3E%3Cpath d='M175.029 173.569C190.578 148.696 213.968 139.938 216.528 139.157C218.738 138.51 219.843 137.783 220.031 135.95C220.247 134.199 217.391 130.426 209.145 126.519C197.881 121.156 175.029 121.776 175.029 121.776C175.029 121.776 152.204 121.156 140.94 126.519C132.694 130.426 129.811 134.199 130.027 135.95C130.242 137.783 131.293 138.483 133.53 139.157C136.063 139.938 159.507 148.696 175.029 173.569Z' fill='%2300ACCD'/%3E%3Cpath d='M175.013 228.245C179.109 228.245 182.854 228.056 186.304 227.84C186.304 227.84 186.708 209.462 185.576 202.644C184.337 195.045 181.722 183.054 175.013 173.811C168.356 183.054 165.716 195.072 164.476 202.644C163.371 209.462 163.775 227.84 163.775 227.84C167.198 228.083 170.97 228.245 175.013 228.245Z' fill='%2300ACCD'/%3E%3Cpath d='M190.678 227.467C190.678 227.467 190.274 207.041 192.942 199.441C195.636 191.842 198.627 179.581 218.461 166.808C225.386 162.334 227.677 162.739 228.378 163.143C229.105 163.547 230.183 165.406 229.968 173.625C229.779 181.871 230.399 204.48 220.724 214.451C211.05 224.422 203.532 226.793 190.678 227.467Z' fill='%2300ACCD'/%3E%3Cpath d='M126.891 145.272C125.49 145.002 124.547 143.601 124.547 142.092C124.547 140.259 126.029 138.777 127.834 138.777C128.131 138.777 128.724 138.858 129.155 139.074C129.155 139.074 144.057 145.838 153.462 158.207L153.219 158.584C140.662 148.748 126.891 145.272 126.891 145.272Z' fill='%2300ACCD'/%3E%3Cpath d='M123.562 152.929C122.161 152.579 121.11 151.339 121.056 149.83C121.002 147.998 122.404 146.381 124.236 146.381C124.667 146.381 125.26 146.462 125.718 146.677C125.718 146.677 140.728 152.767 150.133 164.247L149.863 164.57C136.74 155.274 123.562 152.902 123.562 152.902V152.929Z' fill='%2300ACCD'/%3E%3Cpath d='M122.905 161.253C121.531 160.929 120.534 159.717 120.48 158.288C120.399 156.51 121.774 154.92 123.579 154.92C123.687 154.92 124.28 154.92 124.845 155.136C124.845 155.136 139.316 161.037 146.862 170.172L146.619 170.576C134.034 162.546 122.905 161.28 122.905 161.28V161.253Z' fill='%2300ACCD'/%3E%3Cpath d='M223.136 145.272C224.565 145.002 225.508 143.601 225.508 142.092C225.508 140.259 223.999 138.777 222.166 138.777C221.897 138.777 221.304 138.858 220.846 139.074C220.846 139.074 205.917 145.838 196.539 158.207L196.781 158.584C209.366 148.748 223.109 145.272 223.109 145.272H223.136Z' fill='%2300ACCD'/%3E%3Cpath d='M226.515 152.929C227.889 152.579 228.94 151.339 228.994 149.83C229.075 147.998 227.62 146.381 225.814 146.381C225.41 146.381 224.79 146.462 224.332 146.677C224.332 146.677 209.322 152.767 199.891 164.247L200.16 164.57C213.284 155.274 226.488 152.902 226.488 152.902L226.515 152.929Z' fill='%2300ACCD'/%3E%3Cpath d='M227.155 161.253C228.502 160.929 229.526 159.717 229.553 158.288C229.661 156.51 228.287 154.92 226.508 154.92C226.347 154.92 225.781 154.92 225.215 155.136C225.215 155.136 210.717 161.037 203.172 170.172L203.414 170.576C215.945 162.546 227.128 161.28 227.128 161.28L227.155 161.253Z' fill='%2300ACCD'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-motif1 {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.15604 24.3167C2.36465 20.584 2.36465 14.5322 6.15604 10.7995C9.94742 7.06683 16.0945 7.06683 19.8858 10.7995L21.1589 12.0528L22.432 10.7995C26.2233 7.06683 32.3704 7.06683 36.1618 10.7995C39.9531 14.5322 39.9531 20.584 36.1618 24.3167L21.1589 39.0873L12.0954 30.1641' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 24.6966H14.5287L17.4072 18.0762L19.9978 28.7264L23.7398 21.8182H28.6331' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-ci-motif2 {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_92_12)'%3E%3Cpath d='M31.4796 3.38281H20.0391V11.0098H31.4796L29.4899 7.19633L31.4796 3.38281Z' fill='%23FF4002' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5625 18.1608V1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.2433 40.5647H2.875L19.5591 17.6836L36.2433 40.5647Z' fill='%23FF4002' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M13.3672 26.2656C13.9739 27.5182 15.2957 28.9327 17.6141 27.7688C20.2839 26.4283 21.2542 27.0172 22.985 28.585C24.672 30.1133 26.5123 28.0193 26.7145 27.0172' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_92_12'%3E%3Crect width='40' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-motif3 {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.0001' cy='19.0001' r='19.0001' transform='matrix(-1 0 0 1 39 1)' fill='%23162DA1' stroke='white' stroke-width='2'/%3E%3Cpath d='M20.3131 2.3125V8.51016L21.4044 7.98579C22.8373 7.29722 24.5489 7.58878 25.6731 8.71295V8.71295C27.1351 10.175 27.1351 12.5454 25.6731 14.0074V14.0074C24.5489 15.1316 22.8373 15.4231 21.4044 14.7346L20.3131 14.2102V20.4079' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9916 38.0957L19.9916 31.898L18.9003 32.4224C17.4673 33.111 15.7558 32.8194 14.6316 31.6953V31.6953C13.1696 30.2332 13.1696 27.8628 14.6316 26.4008V26.4008C15.7558 25.2766 17.4673 24.9851 18.9003 25.6736L19.9916 26.198L19.9916 20.0003' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.6797 20.0006L31.482 20.0006L32.0064 21.0919C32.695 22.5248 32.4034 24.2364 31.2792 25.3606V25.3606C29.8172 26.8226 27.4468 26.8226 25.9848 25.3606V25.3606C24.8606 24.2364 24.569 22.5248 25.2576 21.0919L25.782 20.0006L19.5843 20.0006' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.89844 19.683L8.0961 19.683L7.57172 18.5917C6.88316 17.1587 7.17472 15.4472 8.29889 14.323V14.323C9.76091 12.861 12.1313 12.861 13.5934 14.323V14.323C14.7175 15.4472 15.0091 17.1587 14.3205 18.5917L13.7961 19.683L19.9938 19.683' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typek1 {
    width: 195px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 195 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9446)'%3E%3Cpath d='M26.0954 11.0923H0V8.98829H11.157V7.27138H3.78145C3.13417 7.27138 2.5891 7.06939 2.14623 6.66542C1.68632 6.27827 1.46488 5.7733 1.46488 5.20099V0.689899H24.6305V2.65929H4.95676V5.33565H24.6305V7.30505H14.9384V9.02196H26.0954V11.126V11.0923ZM1.31158 17.0174C1.31158 16.3272 1.61819 15.6876 2.23139 15.0816C2.8446 14.4757 3.67924 13.9539 4.73532 13.4994C5.7914 13.0449 7.03485 12.6914 8.46567 12.4221C9.89649 12.1528 11.4125 12.0181 13.0307 12.0181C14.6488 12.0181 16.1648 12.1528 17.5956 12.4221C19.0265 12.6914 20.2699 13.0449 21.326 13.4994C22.3821 13.9539 23.2167 14.4757 23.8299 15.0816C24.4431 15.6876 24.7497 16.3272 24.7497 17.0174C24.7497 17.7075 24.4431 18.364 23.8299 18.9699C23.2167 19.5759 22.3821 20.0977 21.326 20.5522C20.2699 21.0067 19.0265 21.3601 17.5956 21.6126C16.1648 21.8651 14.6488 21.9998 13.0307 21.9998C11.4125 21.9998 9.89649 21.8651 8.46567 21.6126C7.03485 21.3601 5.7914 21.0067 4.73532 20.5522C3.67924 20.0977 2.8446 19.5759 2.23139 18.9699C1.61819 18.364 1.31158 17.7075 1.31158 17.0174ZM21.1216 16.9669C21.1216 16.5461 20.9172 16.1589 20.4914 15.7886C20.0655 15.4183 19.4864 15.0816 18.771 14.7955C18.0385 14.5262 17.1868 14.2905 16.1989 14.1222C15.211 13.9707 14.1719 13.8865 13.0647 13.8865C11.9575 13.8865 10.9015 13.9707 9.93056 14.1222C8.94261 14.2905 8.09093 14.5093 7.35849 14.7955C6.62605 15.0816 6.04691 15.4015 5.62107 15.7886C5.19523 16.1589 4.99083 16.5629 4.99083 16.9669C4.99083 17.3708 5.19523 17.7917 5.62107 18.162C6.04691 18.5323 6.62605 18.8521 7.35849 19.1383C8.09093 19.4244 8.94261 19.6432 9.93056 19.7947C10.9185 19.963 11.9575 20.0304 13.0647 20.0304C14.1719 20.0304 15.228 19.9462 16.1989 19.7947C17.1868 19.6432 18.0385 19.4244 18.771 19.1383C19.5034 18.8521 20.0825 18.5323 20.4914 18.162C20.9172 17.7917 21.1216 17.3877 21.1216 16.9669ZM37.4227 20.5522C36.2303 20.5522 35.1061 20.2829 34.0841 19.7442C33.0451 19.2224 32.1423 18.4818 31.3758 17.5728C30.6093 16.6471 29.9961 15.5698 29.5362 14.3242C29.0933 13.0786 28.8719 11.7488 28.8719 10.3349C28.8719 8.92096 29.0933 7.5912 29.5362 6.36243C29.979 5.11683 30.5922 4.03956 31.3758 3.11377C32.1423 2.18799 33.0451 1.44736 34.0841 0.908721C35.1232 0.370083 36.2303 0.100764 37.4227 0.100764C38.615 0.100764 39.7052 0.370083 40.7442 0.908721C41.7833 1.44736 42.7031 2.18799 43.4696 3.11377C44.2531 4.03956 44.8493 5.11683 45.3092 6.36243C45.7521 7.5912 45.9735 8.93779 45.9735 10.3349C45.9735 11.732 45.7521 13.0786 45.3092 14.3242C44.8664 15.5698 44.2531 16.6471 43.4696 17.5728C42.7031 18.4986 41.7833 19.2224 40.7442 19.7442C39.7052 20.2829 38.598 20.5522 37.4227 20.5522ZM37.4227 2.17115C36.7073 2.17115 36.06 2.37314 35.4298 2.81079C34.7995 3.2316 34.2715 3.82073 33.8116 4.54453C33.3517 5.28516 32.994 6.14361 32.7214 7.13672C32.4489 8.12984 32.3126 9.19028 32.3126 10.3181C32.3126 11.4458 32.4489 12.5063 32.7214 13.4994C32.994 14.4925 33.3517 15.351 33.8116 16.0916C34.2715 16.8322 34.7995 17.4045 35.4298 17.8422C36.06 18.263 36.7073 18.4818 37.4227 18.4818C38.1381 18.4818 38.7854 18.263 39.3986 17.8422C40.0118 17.4213 40.5569 16.8322 40.9997 16.0916C41.4426 15.351 41.8173 14.4925 42.0899 13.4994C42.3624 12.5063 42.4987 11.4627 42.4987 10.3181C42.4987 9.17345 42.3624 8.12984 42.0899 7.13672C41.8173 6.14361 41.4596 5.28516 40.9997 4.54453C40.5569 3.82073 40.0118 3.2316 39.3986 2.81079C38.7854 2.37314 38.1211 2.17115 37.4227 2.17115ZM52.2759 21.1413H48.8011V0.35325H52.2759V7.15356H55.8871V9.67842H52.2759V21.1581V21.1413ZM65.6302 7.89418C64.7956 8.95463 63.8417 9.91408 62.7856 10.7725C61.7296 11.631 60.5883 12.2706 59.396 12.7251L58.3399 10.9409C59.4641 10.4864 60.452 9.82991 61.2867 8.97146C62.1213 8.11301 62.8027 7.20405 63.3307 6.21094C63.8587 5.21783 64.2505 4.22471 64.506 3.21477C64.7615 2.20482 64.8978 1.32953 64.8978 0.55524H68.7814C68.7814 1.19487 68.6792 1.85134 68.4919 2.57513C68.2875 3.29893 67.9979 4.02272 67.6402 4.78018C68.032 5.57131 68.5089 6.32877 69.071 7.0189C69.6331 7.72586 70.2974 8.39916 71.0469 9.00512C71.6771 8.39916 72.2052 7.70903 72.6821 6.9684C73.142 6.2446 73.5338 5.48714 73.8234 4.71285C74.13 3.93856 74.3514 3.21477 74.4877 2.49097C74.6239 1.78401 74.6921 1.12754 74.6921 0.55524H78.5757C78.5757 1.19487 78.4735 1.86817 78.2691 2.59196C78.0647 3.31576 77.7752 4.05639 77.3834 4.81385C77.9796 6.00895 78.7631 7.11989 79.751 8.12984C80.739 9.15662 81.9824 10.0487 83.4644 10.8399L82.4594 12.8093C81.778 12.5063 81.1137 12.1865 80.4494 11.8498C79.7851 11.4963 79.1378 11.1428 78.5246 10.7389C77.9114 10.3517 77.3323 9.91408 76.8042 9.44277C76.2762 8.97146 75.7993 8.46649 75.3734 7.91102C74.5218 8.95463 73.5679 9.91408 72.5118 10.7725C71.4557 11.631 70.3315 12.2706 69.1392 12.7083L68.1001 10.924C68.2875 10.8567 68.4919 10.7557 68.7133 10.6379C68.1342 10.2339 67.5721 9.81308 67.044 9.35861C66.516 8.90413 66.039 8.39916 65.6132 7.87735M73.0569 18.0273H83.9072V20.2997H58.6465V18.0273H69.4628V14.3578H73.0398V18.0273H73.0569ZM94.2807 13.3984C93.429 14.4925 92.407 15.4856 91.2317 16.3777C90.0563 17.2699 88.7448 17.9936 87.2628 18.566L86.2238 16.748C87.348 16.2936 88.353 15.6708 89.2558 14.8796C90.1415 14.0885 90.908 13.1627 91.5212 12.1528C92.1515 11.126 92.6114 10.0151 92.935 8.81997C93.2586 7.62486 93.4119 6.3961 93.4119 5.1505V0.572072H97.1934V5.16733C97.1934 6.80008 96.8698 8.41599 96.2395 9.99824C96.7335 11.2943 97.5511 12.5736 98.7094 13.8192C99.8677 15.0648 101.316 16.1589 103.053 17.1184L101.844 19.0878C101.213 18.7679 100.549 18.3976 99.8506 17.9936C99.1352 17.5728 98.4539 17.1184 97.7555 16.6302C97.0571 16.1421 96.4099 15.6203 95.7966 15.0816C95.1834 14.543 94.6724 13.9875 94.2636 13.4321M110.241 21.1581H106.766V0.35325H110.241V21.1581ZM138.687 20.3334H113.426V18.061H124.277V14.3915H127.854V18.061H138.67V20.3334H138.687ZM126.065 13.1291C124.464 13.1291 122.965 12.9607 121.568 12.6241C120.155 12.2875 118.928 11.8161 117.889 11.2102C116.833 10.6042 116.015 9.91408 115.402 9.12295C114.789 8.33183 114.499 7.47337 114.499 6.58125C114.499 5.68913 114.806 4.84751 115.402 4.03956C115.998 3.24843 116.833 2.54147 117.889 1.9355C118.945 1.32953 120.172 0.875056 121.568 0.521575C122.965 0.184926 124.464 0.0166016 126.065 0.0166016C127.666 0.0166016 129.165 0.201758 130.579 0.521575C131.976 0.858224 133.202 1.32953 134.258 1.9355C135.314 2.54147 136.132 3.24843 136.745 4.03956C137.358 4.84751 137.648 5.68913 137.648 6.58125C137.648 7.47337 137.341 8.33183 136.745 9.12295C136.132 9.93091 135.314 10.621 134.258 11.2102C133.202 11.8161 131.976 12.2875 130.579 12.6241C129.165 12.9776 127.666 13.1291 126.065 13.1291ZM126.065 2.08699C125.009 2.08699 124.004 2.20482 123.067 2.44047C122.131 2.67613 121.33 2.99594 120.632 3.39992C119.95 3.82073 119.405 4.29204 118.996 4.84751C118.588 5.38615 118.383 5.95845 118.383 6.58125C118.383 7.20405 118.588 7.77636 118.996 8.33183C119.405 8.8873 119.95 9.35861 120.632 9.76258C121.33 10.1666 122.131 10.4864 123.067 10.722C124.004 10.9577 124.992 11.0755 126.065 11.0755C127.138 11.0755 128.126 10.9745 129.063 10.722C130 10.4864 130.818 10.1666 131.499 9.76258C132.197 9.35861 132.742 8.8873 133.151 8.33183C133.56 7.77636 133.747 7.20405 133.747 6.58125C133.747 5.95845 133.543 5.38615 133.151 4.84751C132.742 4.29204 132.197 3.82073 131.499 3.39992C130.801 2.99594 129.983 2.67613 129.063 2.44047C128.126 2.22165 127.121 2.08699 126.065 2.08699ZM166.094 20.3334H141.464V18.061H159.502L160.814 3.29893H142.724V0.992883H161.12C161.614 0.976051 162.057 1.06021 162.466 1.22854C162.875 1.38003 163.232 1.61568 163.522 1.90183C163.812 2.20482 164.033 2.52464 164.186 2.89495C164.34 3.2821 164.391 3.66924 164.357 4.07322L163.011 18.0441H166.06V20.3165L166.094 20.3334ZM180.13 11.4795H168.854V9.61109H194.966V11.4795H183.69V13.6677H180.13V11.4795ZM190.026 3.56825V2.44047H170.335V0.572072H191.73C192.224 0.572072 192.632 0.723564 192.973 1.00972C193.314 1.3127 193.484 1.68301 193.484 2.10382V5.21783H173.93V6.46343H193.484V8.34866H172.192C171.681 8.34866 171.255 8.18034 170.898 7.86052C170.54 7.52387 170.352 7.13672 170.352 6.66542V3.55141H190.043L190.026 3.56825ZM173.793 12.6241V14.9301H190.026V12.6241H193.484V20.9562H172.192C171.681 20.9562 171.255 20.7878 170.898 20.468C170.54 20.1482 170.352 19.7442 170.352 19.3066V12.6241H173.81H173.793ZM173.793 19.0878H190.026V16.7985H173.793V19.0878Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9446'%3E%3Crect width='195' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typek2 {
    width: 209px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 209 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9466)'%3E%3Cpath d='M162.381 11.3099H176V9.33112H163.461V3.79319H176V1.81445H160.203V9.33112C160.203 10.4248 161.175 11.3099 162.375 11.3099H162.381Z' fill='%23fff'/%3E%3Cpath d='M182.313 1.42285H179.055V11.7022H182.313V1.42285Z' fill='%23fff'/%3E%3Cpath d='M172.447 12.5107C166.903 12.5107 162.414 14.6349 162.414 17.2521C162.414 19.8694 166.903 21.9935 172.447 21.9935C177.99 21.9935 182.479 19.8694 182.479 17.2521C182.479 14.6349 177.99 12.5107 172.447 12.5107ZM172.447 20.1222C168.81 20.1222 165.861 18.8199 165.861 17.2079C165.861 15.5958 168.81 14.2935 172.447 14.2935C176.083 14.2935 179.032 15.6021 179.032 17.2079C179.032 18.8136 176.083 20.1222 172.447 20.1222Z' fill='%23fff'/%3E%3Cpath d='M208.994 18.2324H185.305V20.4071H208.994V18.2324Z' fill='%23fff'/%3E%3Cpath d='M157.212 10.9874H146.649V9.99483C151.864 9.72931 155.86 8.25 155.86 6.46092C155.86 5.50632 154.718 4.64023 152.861 3.9954H156.037V2.31379H146.75V0H143.195V2.32012H133.926V4.00172H137.089C135.233 4.64023 134.09 5.51264 134.09 6.46724C134.09 8.25632 138.081 9.73563 143.29 10.0011V10.9937H132.727V12.7701H157.205V10.9937L157.212 10.9874ZM137.696 6.32184C137.696 5.17126 140.953 4.23563 144.969 4.23563C148.985 4.23563 152.243 5.17126 152.243 6.32184C152.243 7.47241 148.985 8.40805 144.969 8.40805C140.953 8.40805 137.696 7.47241 137.696 6.32184Z' fill='%23fff'/%3E%3Cpath d='M155.837 19.4081H137.476V18.2196H155.83V15.2547C155.83 14.4392 155.098 13.7754 154.201 13.7754H134.117V15.5518H152.572V16.6392H134.117V19.5978C134.117 20.4702 134.9 21.1846 135.853 21.1846H155.83V19.4081H155.837Z' fill='%23fff'/%3E%3Cpath d='M196.412 9.22349C199.253 12.3844 203.338 14.0281 207.392 15.4948L208.219 13.5034C204.153 12.0114 199.979 8.94533 198.495 6.07521C199.184 4.67809 199.644 3.16085 199.828 1.53613H195.995C195.307 7.13096 191.184 11.531 185.969 13.5034L186.796 15.4948C190.603 14.1545 194.019 12.0367 196.412 9.22349Z' fill='%23fff'/%3E%3Cpath d='M49.0548 10.2671H52.4327V7.89642H49.0548V1.42285H45.7969V21.1912H49.0548V10.2671Z' fill='%23fff'/%3E%3Cpath d='M35.103 20.6218C39.5353 20.6218 43.1278 16.266 43.1278 10.8988C43.1278 5.53153 39.5353 1.17578 35.103 1.17578C30.6707 1.17578 27.0781 5.53153 27.0781 10.8988C27.0781 16.266 30.6707 20.6218 35.103 20.6218ZM35.103 3.14187C37.7422 3.14187 39.8762 6.61256 39.8762 10.8988C39.8762 15.185 37.7358 18.6557 35.103 18.6557C32.4701 18.6557 30.3297 15.185 30.3297 10.8988C30.3297 6.61256 32.4701 3.14187 35.103 3.14187Z' fill='%23fff'/%3E%3Cpath d='M24.4787 9.6468H14.0167V8.00312H23.1023V6.12553H4.64697V3.59048H23.1086V1.71289H1.38904V6.02438C1.38904 7.11806 2.36137 8.00312 3.56099 8.00312H10.4683V9.64048H0V11.6192H24.4787V9.64048V9.6468Z' fill='%23fff'/%3E%3Cpath d='M65.2043 14.7676V18.2319H55.0391V20.4067H78.7285V18.2319H68.5633V14.7676H65.2043Z' fill='%23fff'/%3E%3Cpath d='M130.135 18.2319H119.97V14.7676H116.617V18.2319H106.445V20.4067H130.135V18.2319Z' fill='%23fff'/%3E%3Cpath d='M107.438 7.31485C107.438 10.7603 112.299 13.5482 118.297 13.5482C124.295 13.5482 129.157 10.7539 129.157 7.31485C129.157 3.87577 124.295 1.0752 118.297 1.0752C112.299 1.0752 107.438 3.86945 107.438 7.31485ZM125.508 7.31485C125.508 9.66658 122.281 11.5758 118.297 11.5758C114.313 11.5758 111.087 9.66658 111.087 7.31485C111.087 4.96313 114.313 3.05393 118.297 3.05393C122.281 3.05393 125.508 4.96313 125.508 7.31485Z' fill='%23fff'/%3E%3Cpath d='M1.23438 17.2521C1.23438 19.8757 6.16547 21.9935 12.252 21.9935C18.3385 21.9935 23.2696 19.8694 23.2696 17.2521C23.2696 14.6349 18.3385 12.5107 12.252 12.5107C6.16547 12.5107 1.23438 14.6286 1.23438 17.2521ZM19.8159 17.2015C19.8159 18.8073 16.4254 20.1159 12.252 20.1159C8.07855 20.1159 4.68172 18.8136 4.68172 17.2015C4.68172 15.5895 8.07224 14.2872 12.252 14.2872C16.4317 14.2872 19.8159 15.5958 19.8159 17.2015Z' fill='%23fff'/%3E%3Cpath d='M61.5849 8.5912C62.3615 9.6027 63.3717 10.4625 64.4955 11.2148C64.3061 11.3096 64.1167 11.4044 63.921 11.4866L64.8933 13.1935C67.1031 12.3527 69.1551 10.6268 70.721 8.63546C72.2805 10.6964 74.8249 12.1694 77.3568 13.2757L78.3165 11.4107C75.5321 9.9504 73.6885 7.94005 72.6025 5.67684C73.3096 4.2481 73.7137 2.83201 73.7137 1.63086H70.0643C70.0643 3.80557 68.991 7.32051 66.6422 9.65959C65.2216 8.48373 64.1672 7.11822 63.4474 5.63258C64.1356 4.21649 64.5334 2.81937 64.5334 1.63086H60.8777C60.8777 4.51362 58.9962 9.76074 54.7344 11.4803L55.7067 13.1872C57.9292 12.3401 60.0001 10.5889 61.5786 8.58488L61.5849 8.5912Z' fill='%23fff'/%3E%3Cpath d='M103.453 1.42285H100.195V21.1912H103.453V1.42285Z' fill='%23fff'/%3E%3Cpath d='M88.4795 13.8262C90.0011 15.9756 93.2401 18.0176 95.5636 19.2124L96.7191 17.3475C93.499 15.5394 91.245 13.0549 90.3168 10.5768C90.8977 9.09747 91.2134 7.54229 91.2134 5.98712V1.6377H87.6587V5.98712C87.6587 10.7222 85.1837 15.3055 80.9219 17.0251L81.8942 18.7319C84.6597 17.6762 86.8884 15.9314 88.4795 13.8262Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9466'%3E%3Crect width='209' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typek3 {
    width: 38px;
    height: 300px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.278 260.13H31.1219L32.9473 240.865C32.9962 240.295 32.9147 239.741 32.7028 239.219C32.5072 238.714 32.1976 238.241 31.7901 237.85C31.3826 237.443 30.91 237.133 30.3395 236.905C29.7854 236.677 29.166 236.562 28.4978 236.562L3.43076 236.595V239.757H28.0903L26.2975 260.13H1.70312V263.259H35.278V260.13Z' fill='%23231916'/%3E%3Cpath d='M36.1262 223.314H21.376V218.245H16.4865V223.314H1.6875V226.443H36.1262V223.314Z' fill='%23231916'/%3E%3Cpath d='M7.7772 213.844C9.21147 214.675 10.8902 215.311 12.7971 215.783C14.7041 216.256 16.7577 216.484 18.9417 216.484C21.1256 216.484 23.1793 216.24 25.0862 215.783C26.9931 215.311 28.6718 214.659 30.1061 213.844C31.5404 213.013 32.6813 212.051 33.4962 210.959C34.3274 209.851 34.7349 208.694 34.7349 207.455C34.7349 206.216 34.3274 205.043 33.4962 203.951C32.6813 202.842 31.5404 201.881 30.1061 201.05C28.6718 200.218 26.9931 199.583 25.0862 199.11C23.1793 198.637 21.1256 198.409 18.9417 198.409C16.7577 198.409 14.7203 198.654 12.7971 199.11C10.8902 199.583 9.21147 200.235 7.7772 201.05C6.34294 201.881 5.21834 202.842 4.38712 203.951C3.5559 205.043 3.14844 206.216 3.14844 207.455C3.14844 208.694 3.5559 209.867 4.38712 210.959C5.21834 212.051 6.34294 213.029 7.7772 213.844ZM9.30926 205.043C9.86341 204.293 10.6131 203.625 11.5421 203.054C12.4712 202.5 13.5795 202.06 14.867 201.734C16.1383 201.408 17.4911 201.245 18.9417 201.245C20.3922 201.245 21.745 201.408 23.0163 201.734C24.2875 202.06 25.3958 202.5 26.3575 203.054C27.3028 203.625 28.0688 204.277 28.6066 205.043C29.1608 205.792 29.4379 206.607 29.4379 207.455C29.4379 208.302 29.1608 209.101 28.6066 209.867C28.0525 210.617 27.3028 211.285 26.3575 211.839C25.4121 212.41 24.2875 212.85 23.0163 213.159C21.745 213.485 20.3759 213.632 18.9417 213.632C17.5074 213.632 16.1383 213.469 14.867 213.159C13.5958 212.833 12.4875 212.393 11.5421 211.839C10.5968 211.285 9.86341 210.617 9.30926 209.867C8.77141 209.117 8.47804 208.302 8.47804 207.455C8.47804 206.607 8.75511 205.809 9.30926 205.043Z' fill='%23231916'/%3E%3Cpath d='M33.6335 162.683H28.8906V191.368H33.6335V162.683Z' fill='%23231916'/%3E%3Cpath d='M7.71968 184.832C9.31693 183.61 10.7023 182.224 11.8595 180.725C12.4136 181.507 13.0982 182.273 13.9457 183.007C14.7769 183.756 15.6733 184.457 16.6186 185.142C17.564 185.826 18.5093 186.446 19.4709 187.016C20.4325 187.587 21.3289 188.092 22.1927 188.532L23.8389 185.81C21.4756 184.506 19.5035 182.99 17.9225 181.263C16.3416 179.535 15.217 177.791 14.5487 175.998C15.4126 173.798 15.8526 171.565 15.8526 169.316V162.992H10.7023V169.316C10.7023 171.027 10.4741 172.722 10.0504 174.369C9.6103 176.015 8.97466 177.547 8.12714 178.965C7.27962 180.383 6.25282 181.621 5.03044 182.73C3.80805 183.838 2.43898 184.702 0.890625 185.305L2.30859 187.815C4.3296 187.032 6.13873 186.038 7.73598 184.8L7.71968 184.832Z' fill='%23231916'/%3E%3Cpath d='M5.42403 283.014H34.4679V280.439H7.8036V278.728H34.4679V274.425C34.4679 273.822 34.2397 273.317 33.7834 272.909C33.327 272.502 32.7566 272.29 32.0883 272.29H2.91406V274.865H29.7576V276.414H2.91406V280.716C2.91406 281.368 3.15854 281.906 3.66379 282.346C4.15275 282.786 4.73949 283.014 5.42403 283.014Z' fill='%23231916'/%3E%3Cpath d='M16.2601 290.332H21.117V287.317H36.5028V284.726H0.890625V287.317H16.2601V290.332Z' fill='%23231916'/%3E%3Cpath d='M2.91406 288.897V298.122C2.91406 298.742 3.15854 299.28 3.66379 299.72C4.15275 300.176 4.73949 300.388 5.42403 300.388H34.4679V288.897H29.7576V292.076H7.62432V288.897H2.91406ZM29.7576 294.651V297.813H7.62432V294.651H29.7413H29.7576Z' fill='%23231916'/%3E%3Cpath d='M7.10209 140.647C8.55265 139.474 9.84023 138.137 10.9811 136.67C11.5516 137.404 12.2035 138.088 12.9206 138.724C13.6378 139.359 14.4038 139.946 15.2024 140.5C14.9091 140.663 14.632 140.794 14.3712 140.875L15.7892 143.353C17.419 142.749 18.9511 141.869 20.3853 140.68C21.8196 139.506 23.1235 138.186 24.297 136.735C24.8674 137.485 25.5194 138.186 26.2365 138.838C26.9536 139.474 27.736 140.077 28.5672 140.631C29.3984 141.185 30.2785 141.69 31.1912 142.163C32.1039 142.635 33.0167 143.075 33.9294 143.483L35.2984 140.761C33.2774 139.685 31.5987 138.43 30.2459 137.029C28.8931 135.611 27.8174 134.079 27.0188 132.433C27.5404 131.389 27.9478 130.379 28.2249 129.368C28.502 128.358 28.6324 127.413 28.6324 126.549H23.3354C23.3354 127.347 23.2376 128.244 23.042 129.238C22.8464 130.232 22.5367 131.243 22.1293 132.302C21.7218 133.345 21.184 134.405 20.5646 135.415C19.929 136.442 19.1956 137.371 18.348 138.219C17.3212 137.355 16.4248 136.426 15.6425 135.464C14.8765 134.502 14.2245 133.476 13.703 132.367C14.2082 131.341 14.5994 130.33 14.8765 129.336C15.1535 128.342 15.2839 127.429 15.2839 126.549H9.98692C9.98692 127.608 9.80764 128.814 9.44907 130.216C9.0905 131.601 8.55266 132.987 7.83552 134.339C7.11839 135.709 6.18938 136.98 5.04849 138.153C3.90759 139.327 2.57112 140.24 1.03906 140.859L2.47333 143.336C4.10317 142.717 5.65153 141.82 7.08579 140.631L7.10209 140.647Z' fill='%23231916'/%3E%3Cpath d='M21.1397 145.619H16.2664V150.688H1.5V153.817H35.9387V150.688H21.1397V145.619Z' fill='%23231916'/%3E%3Cpath d='M13.5841 36.5325C13.5841 36.5325 13.7308 29.4753 12.8018 26.8512C11.8728 24.2272 10.846 19.9896 3.98432 15.5727C1.58845 14.0243 0.78982 14.171 0.561642 14.3014C0.317165 14.4481 -0.0576997 15.0838 0.00749412 17.9197C0.072688 20.7719 -0.122894 28.5789 3.20199 32.0342C6.54318 35.4894 9.13463 36.3044 13.5841 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0127 17.9031C24.3749 9.31384 32.4752 6.28232 33.3554 6.00525C34.1214 5.77707 34.4963 5.53259 34.5614 4.89695C34.6266 4.27761 33.6487 2.99003 30.7965 1.63726C26.9012 -0.204467 19.0127 0.00741322 19.0127 0.00741322C19.0127 0.00741322 11.1242 -0.204467 7.22891 1.65356C4.37668 3.00633 3.39877 4.31021 3.46397 4.91325C3.52916 5.54889 3.90403 5.79337 4.67006 6.02155C5.55017 6.28232 13.6505 9.31384 19.0127 17.9194V17.9031Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0032 36.7935C20.4212 36.7935 21.7251 36.7283 22.8986 36.6468C22.8986 36.6468 23.0452 30.2904 22.6541 27.9434C22.2303 25.3194 21.3176 21.1632 19.0032 17.9688C16.7051 21.1632 15.7924 25.3031 15.3524 27.9434C14.9775 30.3067 15.1079 36.6468 15.1079 36.6468C16.2977 36.7283 17.6015 36.7935 18.9869 36.7935H19.0032Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5325C24.4147 36.5325 24.268 29.4753 25.197 26.8512C26.126 24.2272 27.1528 19.9896 34.0145 15.5727C36.4104 14.0243 37.1927 14.171 37.4372 14.3014C37.6816 14.4481 38.0565 15.0838 37.9913 17.9197C37.9261 20.7719 38.138 28.5789 34.7968 32.0342C31.4556 35.4894 28.8642 36.3044 24.4147 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M2.37742 8.12449C1.88847 8.0267 1.5625 7.53775 1.5625 7.03249C1.5625 6.39685 2.06775 5.8916 2.70339 5.8916C2.80118 5.8916 2.99677 5.9242 3.15975 5.98939C3.15975 5.98939 8.31007 8.32007 11.5535 12.6066L11.472 12.737C7.13658 9.33058 2.37742 8.14079 2.37742 8.14079V8.12449Z' fill='%2300A0CA'/%3E%3Cpath d='M1.23142 10.7811C0.742461 10.667 0.383895 10.227 0.367596 9.70541C0.351298 9.06977 0.823954 8.51562 1.45959 8.51562C1.60628 8.51562 1.81816 8.54822 1.96485 8.61342C1.96485 8.61342 7.14776 10.7159 10.4075 14.6927L10.3097 14.8068C5.77869 11.5797 1.23142 10.7811 1.23142 10.7811Z' fill='%2300A0CA'/%3E%3Cpath d='M1.00351 13.6488C0.53085 13.5347 0.188583 13.111 0.172284 12.622C0.155986 12.0027 0.628641 11.4648 1.24798 11.4648C1.29688 11.4648 1.49246 11.4648 1.68804 11.5463C1.68804 11.5463 6.69167 13.5836 9.29943 16.7455L9.21793 16.8759C4.86624 14.1052 1.0198 13.6651 1.0198 13.6651L1.00351 13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M35.637 8.12449C36.1259 8.0267 36.4682 7.53775 36.4682 7.03249C36.4682 6.39685 35.9466 5.8916 35.311 5.8916C35.2132 5.8916 35.0176 5.9242 34.8546 5.98939C34.8546 5.98939 29.7043 8.32007 26.4609 12.6066L26.5424 12.737C30.8941 9.33058 35.637 8.14079 35.637 8.14079V8.12449Z' fill='%2300A0CA'/%3E%3Cpath d='M36.8088 10.7811C37.2815 10.667 37.6401 10.227 37.6727 9.70541C37.7053 9.06977 37.2 8.51562 36.5807 8.51562C36.434 8.51562 36.2221 8.54822 36.0754 8.61342C36.0754 8.61342 30.8925 10.7159 27.6328 14.6927L27.7306 14.8068C32.2779 11.596 36.8251 10.7811 36.8251 10.7811H36.8088Z' fill='%2300A0CA'/%3E%3Cpath d='M37.0147 13.6488C37.471 13.5347 37.8296 13.111 37.8459 12.622C37.8785 12.0027 37.4058 11.4648 36.7865 11.4648C36.7213 11.4648 36.542 11.4648 36.3301 11.5463C36.3301 11.5463 31.3265 13.5836 28.7188 16.7455L28.8002 16.8759C33.1356 14.1052 36.9984 13.6651 36.9984 13.6651L37.0147 13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M4.20325 113.086C5.26265 114.357 6.50134 115.351 7.90301 116.101C9.32097 116.834 10.8367 117.209 12.4666 117.209C14.0964 117.209 15.5796 116.834 17.0139 116.101C18.4318 115.367 19.6705 114.357 20.7299 113.086C21.7893 111.814 22.6205 110.315 23.2236 108.587C23.8266 106.876 24.1363 105.034 24.1363 103.078C24.1363 101.123 23.8266 99.2971 23.2236 97.5858C22.6205 95.8744 21.7893 94.3913 20.7299 93.12C19.6705 91.8487 18.4318 90.8382 17.0139 90.0885C15.5959 89.3387 14.0801 88.9639 12.4666 88.9639C10.853 88.9639 9.32097 89.3387 7.90301 90.0885C6.50134 90.8382 5.26265 91.8487 4.20325 93.12C3.14385 94.3913 2.31263 95.8907 1.70959 97.5858C1.10655 99.2971 0.796875 101.123 0.796875 103.078C0.796875 105.034 1.10655 106.86 1.70959 108.587C2.32893 110.315 3.14385 111.798 4.20325 113.086ZM6.06128 98.7103C6.43614 97.3413 6.9251 96.1515 7.54444 95.1247C8.16378 94.0979 8.89721 93.2993 9.74473 92.7125C10.5923 92.1258 11.505 91.8324 12.4666 91.8324C13.4282 91.8324 14.3246 92.1258 15.1558 92.7125C16.0033 93.2993 16.7205 94.0979 17.3398 95.1247C17.9592 96.1352 18.4481 97.3413 18.823 98.7103C19.1978 100.079 19.3771 101.53 19.3771 103.095C19.3771 104.659 19.1978 106.11 18.823 107.479C18.4644 108.848 17.9592 110.038 17.3398 111.065C16.7205 112.091 15.987 112.89 15.1558 113.477C14.3246 114.064 13.4119 114.357 12.4666 114.357C11.5213 114.357 10.5923 114.064 9.74473 113.477C8.89721 112.89 8.16378 112.091 7.54444 111.065C6.9251 110.038 6.43614 108.848 6.06128 107.479C5.70271 106.11 5.50713 104.659 5.50713 103.095C5.50713 101.53 5.68642 100.079 6.06128 98.7103Z' fill='%23231916'/%3E%3Cpath d='M32.7272 102.198H37.6494V98.7265H32.7272V89.3223H27.9844V118.024H32.7272V102.198Z' fill='%23231916'/%3E%3Cpath d='M7.7011 78.8756C9.15166 79.4949 10.8467 79.9839 12.7862 80.3425C14.7257 80.701 16.8119 80.8803 19.0122 80.8803C21.2125 80.8803 23.2824 80.701 25.2382 80.3425C27.1941 79.9839 28.8891 79.4949 30.3397 78.8756C31.7902 78.2562 32.9311 77.5228 33.7623 76.6916C34.5936 75.8604 35.0173 74.9477 35.0173 73.986C35.0173 73.0244 34.5936 72.1606 33.7623 71.3131C32.9311 70.4656 31.7739 69.7484 30.3397 69.1291C28.8891 68.5098 27.1941 68.0208 25.2382 67.6459C23.2987 67.2711 21.2125 67.0918 19.0122 67.0918C16.8119 67.0918 14.7257 67.2711 12.7862 67.6459C10.8304 68.0045 9.13536 68.5098 7.7011 69.1291C6.25053 69.7484 5.10964 70.4656 4.27842 71.3131C3.4472 72.1443 3.02344 73.0407 3.02344 73.986C3.02344 74.9314 3.4472 75.8441 4.27842 76.6916C5.10964 77.5228 6.25053 78.2562 7.7011 78.8756ZM8.87459 72.291C9.44503 71.7695 10.2274 71.3294 11.2379 70.9382C12.2321 70.5471 13.4056 70.2374 14.7583 70.0255C16.0948 69.8136 17.5291 69.6996 19.0448 69.6996C20.5606 69.6996 21.9786 69.8136 23.3313 70.0255C24.6678 70.2374 25.8413 70.5471 26.8355 70.9382C27.8297 71.3294 28.612 71.7858 29.1988 72.291C29.7692 72.8126 30.0626 73.3504 30.0626 73.9209C30.0626 74.4913 29.7692 75.0617 29.1988 75.567C28.6283 76.0723 27.846 76.5123 26.8355 76.9035C25.8413 77.2946 24.6678 77.588 23.3313 77.8162C21.9786 78.0444 20.5606 78.1422 19.0448 78.1422C17.5291 78.1422 16.1111 78.0444 14.7583 77.8162C13.4056 77.6043 12.2484 77.2946 11.2379 76.9035C10.2437 76.5123 9.46133 76.0723 8.87459 75.567C8.30414 75.0617 8.01077 74.5076 8.01077 73.9209C8.01077 73.3341 8.28784 72.7963 8.87459 72.291Z' fill='%23231916'/%3E%3Cpath d='M36.8139 62.9511H21.6075V60.5715H34.8092V57.8496H7.96564V54.1662H34.7929V51.4443H3.22279V57.703C3.22279 58.5016 3.53246 59.1861 4.1518 59.724C4.77114 60.2781 5.52087 60.5552 6.40099 60.5552H16.4408V62.9348H1.23438V65.8196H36.8139V62.9348V62.9511Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typek4 {
    width: 38px;
    height: 340px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5108 336.502H2.0625V339.665H36.5108V336.502Z' fill='%23231916'/%3E%3Cpath d='M11.9972 328.774C14.3938 327.242 16.4643 325.465 18.2087 323.427C19.2358 324.568 20.377 325.595 21.616 326.476C22.8551 327.356 24.1593 328.155 25.5451 328.889C26.9145 329.606 28.3329 330.258 29.8002 330.845C31.2674 331.432 32.7184 331.986 34.1857 332.508L35.3921 329.622C33.8922 329.068 32.4413 328.399 30.9903 327.601C29.5393 326.818 28.1862 325.938 26.9308 324.992C25.6755 324.047 24.5506 323.036 23.5561 321.976C22.5779 320.916 21.7954 319.873 21.2411 318.846C21.7465 317.819 22.1703 316.759 22.4964 315.667C22.8388 314.575 23.0507 313.433 23.1648 312.243H17.6218C17.3772 314.297 16.8229 316.205 15.9915 317.998C15.16 319.791 14.084 321.422 12.7961 322.922C11.5082 324.422 10.0246 325.726 8.36167 326.867C6.69876 328.008 4.92172 328.921 3.04688 329.639L4.2533 332.524C7.02482 331.562 9.617 330.323 12.0135 328.791L11.9972 328.774Z' fill='%23231916'/%3E%3Cpath d='M36.4489 251.497H21.1078V250.046C22.9826 249.948 24.7433 249.753 26.3899 249.459C28.0366 249.166 29.4386 248.791 30.6287 248.318C31.8189 247.862 32.7644 247.34 33.4492 246.769C34.1502 246.199 34.4926 245.579 34.4926 244.911C34.4926 244.242 34.1013 243.574 33.335 242.954C32.5688 242.335 31.4928 241.797 30.1233 241.34H34.7697V238.895H21.2545V235.553H16.0864V238.895H2.5875V241.34H7.20126C5.84811 241.797 4.78841 242.335 4.02217 242.954C3.25592 243.574 2.86465 244.226 2.86465 244.911C2.86465 245.595 3.20701 246.199 3.87544 246.769C4.54386 247.34 5.48944 247.862 6.69586 248.318C7.90229 248.775 9.32065 249.149 10.9184 249.459C12.5324 249.753 14.2931 249.948 16.2005 250.046V251.497H0.859375V254.073H36.4489V251.497ZM14.5213 247.503C13.2334 247.34 12.1085 247.128 11.1629 246.851C10.2173 246.574 9.46738 246.248 8.91308 245.889C8.35878 245.53 8.08162 245.123 8.08162 244.715C8.08162 244.307 8.35878 243.9 8.91308 243.541C9.46738 243.183 10.2173 242.84 11.1629 242.579C12.1085 242.302 13.2334 242.09 14.5213 241.927C15.8093 241.764 17.1787 241.683 18.646 241.683C20.1133 241.683 21.499 241.764 22.787 241.927C24.0749 242.09 25.1835 242.302 26.1454 242.579C27.091 242.84 27.8409 243.183 28.3952 243.541C28.9495 243.9 29.2267 244.291 29.2267 244.715C29.2267 245.139 28.9495 245.514 28.3952 245.889C27.8409 246.248 27.091 246.574 26.1454 246.851C25.1998 247.128 24.0749 247.34 22.787 247.503C21.499 247.666 20.1296 247.747 18.646 247.747C17.1624 247.747 15.8093 247.666 14.5213 247.503Z' fill='%23231916'/%3E%3Cpath d='M2.89844 259.713V263.985C2.89844 264.621 3.14298 265.175 3.63207 265.615C4.12117 266.072 4.70808 266.283 5.40911 266.283H34.4611V263.691H7.74044V261.963H34.4448V257.659C34.4448 257.056 34.2166 256.551 33.7601 256.143C33.3036 255.719 32.733 255.523 32.0809 255.523H2.89844V258.099H29.7006V259.681H2.89844V259.713Z' fill='%23231916'/%3E%3Cpath d='M34.6348 274.47H29.8906V289.371H34.6348V274.47Z' fill='%23231916'/%3E%3Cpath d='M9.9752 302.315C11.2957 302.935 12.8282 303.424 14.6053 303.799C16.366 304.158 18.2734 304.353 20.2787 304.353C22.284 304.353 24.1915 304.158 25.9522 303.799C27.7129 303.44 29.2617 302.935 30.5822 302.315C31.9028 301.696 32.9462 300.962 33.6961 300.131C34.4461 299.299 34.821 298.403 34.821 297.425C34.821 296.446 34.4461 295.599 33.6961 294.751C32.9299 293.919 31.9028 293.186 30.5822 292.566C29.2617 291.947 27.7292 291.441 25.9522 291.083C24.1915 290.724 22.284 290.528 20.2787 290.528C18.2734 290.528 16.366 290.708 14.6053 291.083C12.8445 291.441 11.2957 291.947 9.9752 292.566C8.65465 293.186 7.61126 293.919 6.84502 294.751C6.07877 295.582 5.6875 296.479 5.6875 297.425C5.6875 298.37 6.06247 299.283 6.84502 300.131C7.61126 300.962 8.65465 301.696 9.9752 302.315ZM11.4425 295.729C11.9479 295.207 12.6326 294.767 13.4804 294.376C14.3444 293.985 15.3552 293.675 16.529 293.463C17.7028 293.251 18.9419 293.137 20.2461 293.137C21.5504 293.137 22.822 293.251 23.9795 293.463C25.137 293.675 26.1478 293.985 27.0282 294.376C27.8922 294.767 28.5933 295.224 29.0987 295.729C29.6041 296.251 29.8486 296.789 29.8486 297.359C29.8486 297.93 29.5878 298.517 29.0987 299.022C28.5933 299.528 27.9085 299.968 27.0282 300.359C26.1641 300.75 25.137 301.044 23.9795 301.272C22.822 301.484 21.583 301.598 20.2461 301.598C18.9093 301.598 17.7028 301.484 16.529 301.272C15.3552 301.06 14.3444 300.75 13.4804 300.359C12.6163 299.968 11.9316 299.511 11.4425 299.022C10.9371 298.517 10.6925 297.963 10.6925 297.359C10.6925 296.756 10.9371 296.234 11.4425 295.729Z' fill='%23231916'/%3E%3Cpath d='M5.61456 288.832H25.4391V285.947H7.21226V277.926H25.4554V275.04H2.48438V285.947C2.48438 286.746 2.77783 287.43 3.39735 288.001C4.00056 288.555 4.7342 288.849 5.61456 288.849V288.832Z' fill='%23231916'/%3E%3Cpath d='M36.0968 223.375H21.3425V218.305H16.4516V223.375H1.64844V226.505H36.0968V223.375Z' fill='%23231916'/%3E%3Cpath d='M7.73163 213.903C9.1663 214.734 10.8455 215.37 12.753 215.843C14.6604 216.316 16.7146 216.544 18.8992 216.544C21.0838 216.544 23.1217 216.299 25.0455 215.843C26.9529 215.37 28.6321 214.718 30.0668 213.903C31.5015 213.071 32.6264 212.11 33.4578 211.017C34.2893 209.909 34.6969 208.751 34.6969 207.512C34.6969 206.273 34.2893 205.099 33.4578 204.007C32.6264 202.898 31.5015 201.936 30.0668 201.105C28.6321 200.273 26.9529 199.638 25.0455 199.165C23.138 198.692 21.0838 198.464 18.8992 198.464C16.7146 198.464 14.6767 198.708 12.753 199.165C10.8292 199.638 9.1663 200.29 7.73163 201.105C6.29696 201.936 5.17205 202.898 4.34059 204.007C3.50914 205.099 3.10156 206.273 3.10156 207.512C3.10156 208.751 3.50914 209.925 4.34059 211.017C5.17205 212.11 6.29696 213.088 7.73163 213.903ZM9.26411 205.099C9.81842 204.349 10.5684 203.681 11.4976 203.11C12.4269 202.556 13.5355 202.116 14.8235 201.79C16.0951 201.464 17.4482 201.301 18.8992 201.301C20.3502 201.301 21.7033 201.464 22.975 201.79C24.2466 202.116 25.3552 202.556 26.3171 203.11C27.2627 203.681 28.0126 204.333 28.5669 205.099C29.1212 205.849 29.3984 206.664 29.3984 207.512C29.3984 208.36 29.1212 209.159 28.5669 209.925C28.0126 210.675 27.2627 211.343 26.3171 211.898C25.3715 212.452 24.2466 212.908 22.975 213.218C21.7033 213.544 20.3502 213.691 18.8992 213.691C17.4482 213.691 16.0951 213.528 14.8235 213.218C13.5518 212.892 12.4432 212.452 11.4976 211.898C10.5521 211.327 9.81842 210.675 9.26411 209.925C8.70981 209.175 8.43266 208.36 8.43266 207.512C8.43266 206.664 8.70981 205.865 9.26411 205.099Z' fill='%23231916'/%3E%3Cpath d='M33.6277 162.727H28.8672V191.436H33.6277V162.727Z' fill='%23231916'/%3E%3Cpath d='M7.69035 184.883C9.28805 183.66 10.6738 182.291 11.8313 180.775C12.3856 181.557 13.0704 182.324 13.9181 183.057C14.7496 183.807 15.6462 184.508 16.5755 185.193C17.5211 185.861 18.4667 186.497 19.4285 187.068C20.3904 187.638 21.3034 188.144 22.1512 188.584L23.7978 185.861C21.4338 184.557 19.4611 183.041 17.8798 181.313C16.2984 179.585 15.1734 177.84 14.505 176.047C15.3691 173.846 15.8093 171.613 15.8093 169.363V163.037H10.6575V169.363C10.6575 171.091 10.4456 172.77 10.0054 174.417C9.5652 176.063 8.92938 177.596 8.08162 179.014C7.23387 180.432 6.20677 181.671 4.98405 182.78C3.76132 183.889 2.39186 184.753 0.859375 185.356L2.26144 187.867C4.28301 187.084 6.09265 186.09 7.69035 184.851V184.883Z' fill='%23231916'/%3E%3Cpath d='M7.07968 140.687C8.51435 139.513 9.81859 138.176 10.9598 136.709C11.5304 137.442 12.1825 138.127 12.8999 138.747C13.6172 139.383 14.3834 139.969 15.1823 140.524C14.8888 140.687 14.6117 140.817 14.3508 140.899L15.7692 143.377C17.3995 142.774 18.932 141.893 20.3667 140.703C21.8013 139.529 23.1056 138.209 24.2794 136.758C24.85 137.508 25.5021 138.209 26.2195 138.861C26.9368 139.497 27.7193 140.1 28.5508 140.654C29.3985 141.208 30.2626 141.714 31.1756 142.187C32.0722 142.659 33.0015 143.1 33.9145 143.507L35.3002 140.785C33.2787 139.709 31.5995 138.453 30.2463 137.051C28.8932 135.633 27.8172 134.1 27.0183 132.454C27.5563 131.41 27.9476 130.4 28.2247 129.389C28.5019 128.378 28.6323 127.432 28.6323 126.568H23.3338C23.3338 127.367 23.236 128.264 23.0404 129.258C22.8447 130.253 22.535 131.264 22.1274 132.323C21.7198 133.367 21.1818 134.426 20.5623 135.437C19.9265 136.464 19.1928 137.394 18.3451 138.241C17.318 137.377 16.4213 136.448 15.6388 135.486C14.8725 134.524 14.2204 133.497 13.6987 132.389C14.2041 131.361 14.5954 130.351 14.8725 129.356C15.1497 128.362 15.2801 127.449 15.2801 126.568H9.98162C9.98162 127.628 9.80229 128.851 9.44362 130.237C9.08495 131.622 8.54695 133.008 7.82962 134.361C7.11229 135.731 6.16671 137.002 5.0418 138.176C3.90059 139.35 2.56374 140.263 1.03125 140.882L2.48222 143.361C4.11253 142.741 5.64501 141.844 7.09598 140.654L7.07968 140.687Z' fill='%23231916'/%3E%3Cpath d='M21.1295 145.659H16.2386V150.729H1.48438V153.86H35.9327V150.729H21.1295V145.659Z' fill='%23231916'/%3E%3Cpath d='M13.5882 36.5417C13.5882 36.5417 13.7186 29.4825 12.8057 26.8577C11.8764 24.2329 10.8493 19.9941 3.98572 15.576C1.58918 14.0272 0.80663 14.174 0.562084 14.3044C0.301235 14.4511 -0.0574316 15.0869 0.0077806 17.9237C0.0729928 20.7767 -0.122644 28.5858 3.20318 32.0421C6.5453 35.4983 9.13749 36.3135 13.5882 36.5417Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9952 17.9082C24.3589 9.31645 32.4615 6.28409 33.3419 6.00694C34.1081 5.77869 34.4831 5.53415 34.5483 4.89833C34.6298 4.27881 33.6353 2.99087 30.7823 1.63772C26.8859 -0.204524 18.9952 0.0074153 18.9952 0.0074153C18.9952 0.0074153 11.1045 -0.204524 7.20809 1.65402C4.35506 3.00718 3.36057 4.31142 3.44209 4.91463C3.5073 5.55045 3.88227 5.795 4.64852 6.02324C5.52888 6.28409 13.6315 9.31645 18.9952 17.9245V17.9082Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9965 36.8036C20.3986 36.8036 21.7191 36.7384 22.8929 36.6569C22.8929 36.6569 23.0234 30.315 22.6484 27.9511C22.2245 25.3263 21.3115 21.169 18.9965 17.9736C16.6978 21.169 15.7848 25.31 15.3446 27.9511C14.9697 30.315 15.1001 36.6569 15.1001 36.6569C16.2902 36.7384 17.5944 36.8036 18.9965 36.8036Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5417C24.4147 36.5417 24.268 29.4825 25.1972 26.8577C26.1265 24.2329 27.1536 19.9941 34.0172 15.576C36.4137 14.0272 37.1963 14.174 37.4408 14.3044C37.6854 14.4511 38.0603 15.0869 37.9951 17.9237C37.9299 20.7767 38.1419 28.5858 34.7997 32.0421C31.4576 35.4983 28.8654 36.3135 24.4147 36.5417Z' fill='%2300A0CA'/%3E%3Cpath d='M2.36916 8.1261C1.88007 8.02828 1.57031 7.53919 1.57031 7.03379C1.57031 6.39797 2.07571 5.89258 2.71153 5.89258C2.80934 5.89258 3.00498 5.92518 3.16801 5.9904C3.16801 5.9904 8.31977 8.33803 11.5641 12.6094L11.4826 12.7399C7.14595 9.33252 2.38546 8.1424 2.38546 8.1424L2.36916 8.1261Z' fill='%2300A0CA'/%3E%3Cpath d='M1.21602 10.7837C0.743232 10.6696 0.368262 10.2294 0.351959 9.7077C0.335655 9.07188 0.824747 8.51758 1.44426 8.51758C1.59099 8.51758 1.80293 8.55018 1.94966 8.6154C1.94966 8.6154 7.13403 10.7185 10.3946 14.6964L10.2968 14.8106C5.76457 11.5826 1.21602 10.7837 1.21602 10.7837Z' fill='%2300A0CA'/%3E%3Cpath d='M0.989246 13.6534C0.516458 13.5392 0.174094 13.1154 0.157791 12.6263C0.125184 12.0068 0.614276 11.4688 1.23379 11.4688C1.2664 11.4688 1.47834 11.4687 1.67397 11.534C1.67397 11.534 6.67901 13.5718 9.27119 16.7346L9.18968 16.8651C4.83676 14.0935 0.989246 13.6534 0.989246 13.6534Z' fill='%2300A0CA'/%3E%3Cpath d='M35.6246 8.1261C36.1137 8.02828 36.4398 7.53919 36.4398 7.03379C36.4398 6.39797 35.9181 5.89258 35.2822 5.89258C35.1844 5.89258 34.9888 5.92518 34.8258 5.9904C34.8258 5.9904 29.674 8.33803 26.4297 12.6094L26.5112 12.7399C30.8641 9.33252 35.6083 8.1424 35.6083 8.1424L35.6246 8.1261Z' fill='%2300A0CA'/%3E%3Cpath d='M36.8036 10.7837C37.2764 10.6696 37.6514 10.2294 37.6677 9.7077C37.7003 9.07188 37.1949 8.51758 36.5754 8.51758C36.4286 8.51758 36.2167 8.55018 36.07 8.6154C36.07 8.6154 30.8856 10.7185 27.625 14.6964L27.7228 14.8106C32.2551 11.5989 36.8199 10.7837 36.8199 10.7837H36.8036Z' fill='%2300A0CA'/%3E%3Cpath d='M37.017 13.6534C37.4898 13.5392 37.8321 13.1154 37.8485 12.6263C37.8811 12.0068 37.4083 11.4688 36.7888 11.4688C36.7235 11.4688 36.5442 11.4687 36.3323 11.534C36.3323 11.534 31.3272 13.5718 28.7188 16.7346L28.8003 16.8651C33.1369 14.0935 37.0007 13.6534 37.0007 13.6534H37.017Z' fill='%2300A0CA'/%3E%3Cpath d='M4.18077 113.118C5.24047 114.389 6.4795 115.384 7.88157 116.134C9.29993 116.867 10.8161 117.242 12.4464 117.242C14.0767 117.242 15.5603 116.867 16.9787 116.134C18.397 115.4 19.6524 114.389 20.6958 113.118C21.7555 111.846 22.5869 110.346 23.1901 108.618C23.7933 106.906 24.1031 105.064 24.1031 103.108C24.1031 101.151 23.7933 99.3254 23.1901 97.6136C22.5869 95.9017 21.7555 94.4182 20.6958 93.1465C19.6361 91.8749 18.397 90.8641 16.9787 90.1142C15.5603 89.3642 14.0441 88.9893 12.4464 88.9893C10.8487 88.9893 9.29993 89.3642 7.88157 90.1142C6.4795 90.8641 5.24047 91.8749 4.18077 93.1465C3.12108 94.4182 2.28962 95.918 1.68641 97.6136C1.0832 99.3254 0.773438 101.151 0.773438 103.108C0.773438 105.064 1.0832 106.89 1.68641 108.618C2.28962 110.346 3.12108 111.83 4.18077 113.118ZM6.03932 98.7385C6.39799 97.369 6.90338 96.1789 7.5229 95.1518C8.14241 94.141 8.87605 93.3259 9.72381 92.739C10.5716 92.152 11.4845 91.8586 12.4464 91.8586C13.4083 91.8586 14.305 92.152 15.1364 92.739C15.9842 93.3259 16.7015 94.1247 17.321 95.1518C17.9405 96.1789 18.4296 97.369 18.8046 98.7385C19.1796 100.108 19.3589 101.559 19.3589 103.124C19.3589 104.689 19.1796 106.14 18.8046 107.51C18.4459 108.879 17.9405 110.069 17.321 111.096C16.7015 112.123 15.9679 112.922 15.1364 113.509C14.305 114.096 13.4083 114.389 12.4464 114.389C11.4845 114.389 10.5716 114.096 9.72381 113.509C8.87605 112.922 8.14241 112.123 7.5229 111.096C6.90338 110.069 6.41429 108.879 6.03932 107.51C5.66435 106.14 5.48502 104.689 5.48502 103.124C5.48502 101.559 5.66435 100.108 6.03932 98.7385Z' fill='%23231916'/%3E%3Cpath d='M32.7129 102.227H37.6365V98.7545H32.7129V89.3477H27.9688V118.057H32.7129V102.227Z' fill='%23231916'/%3E%3Cpath d='M7.67897 78.8975C9.12994 79.517 10.8255 80.0061 12.7818 80.3647C14.7219 80.7234 16.8087 80.9027 19.0096 80.9027C21.2105 80.9027 23.281 80.7234 25.2374 80.3647C27.1937 80.0061 28.8892 79.517 30.3239 78.8975C31.7749 78.2779 32.9161 77.5443 33.7475 76.7128C34.579 75.8814 35.0029 74.9684 35.0029 74.0065C35.0029 73.0447 34.579 72.1806 33.7475 71.3328C32.8998 70.4851 31.7586 69.7677 30.3239 69.1482C28.8729 68.5287 27.1774 68.0396 25.2374 67.6647C23.281 67.2897 21.2105 67.1104 19.0096 67.1104C16.8087 67.1104 14.7382 67.2897 12.7818 67.6647C10.8255 68.0233 9.12994 68.5287 7.67897 69.1482C6.24431 69.7677 5.08679 70.4851 4.25533 71.3328C3.42388 72.1643 3 73.061 3 74.0065C3 74.9521 3.42388 75.8651 4.25533 76.7128C5.08679 77.5443 6.228 78.2779 7.67897 78.8975ZM8.85279 72.311C9.4234 71.7893 10.2222 71.3491 11.2167 70.9579C12.2112 70.5666 13.385 70.2568 14.7382 70.0449C16.075 69.833 17.5097 69.7188 19.0259 69.7188C20.5421 69.7188 21.9767 69.833 23.3136 70.0449C24.6504 70.2568 25.8243 70.5666 26.8187 70.9579C27.8132 71.3491 28.5958 71.8056 29.1827 72.311C29.7533 72.8327 30.0467 73.3707 30.0467 73.9413C30.0467 74.5119 29.7533 75.0825 29.1827 75.5879C28.6121 76.0933 27.8132 76.5335 26.8187 76.9248C25.8243 77.3161 24.6504 77.6095 23.3136 77.8378C21.9767 78.066 20.5421 78.1638 19.0259 78.1638C17.5097 78.1638 16.0913 78.066 14.7382 77.8378C13.4013 77.6258 12.2275 77.3161 11.2167 76.9248C10.2222 76.5335 9.4397 76.0933 8.85279 75.5879C8.28219 75.0825 7.98873 74.5282 7.98873 73.9413C7.98873 73.3544 8.26588 72.8164 8.85279 72.311Z' fill='%23231916'/%3E%3Cpath d='M36.7927 62.9699H21.5819V60.5897H34.8037V57.8671H7.93628V54.1826H34.7874V51.46H3.1921V57.7203C3.1921 58.5192 3.50185 59.2039 4.12137 59.7419C4.74089 60.2962 5.49083 60.5734 6.35489 60.5734H16.3976V62.9536H1.20312V65.8392H36.7927V62.9536V62.9699Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typec1 {
    width: 182px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 182 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9452)'%3E%3Cpath d='M8.13462 15.47C8.00601 16.268 7.79701 16.9519 7.49156 17.5544C7.20219 18.1406 6.84851 18.6454 6.4466 19.0688C6.0447 19.4759 5.61064 19.8179 5.12835 20.0947C4.66213 20.3553 4.17984 20.5833 3.69755 20.7298C2.57221 21.1044 1.33433 21.2672 0 21.2184V19.3457C1.07711 19.2805 1.94523 19.1177 2.60436 18.8409C3.26349 18.564 3.77793 18.2546 4.13161 17.8801C4.48529 17.5056 4.72644 17.0984 4.85505 16.6751C4.98366 16.2517 5.04796 15.8446 5.08012 15.47H2.9902C2.41145 15.47 1.96131 15.3886 1.63978 15.2258C1.31826 15.0629 1.09319 14.8838 0.932426 14.6721C0.78774 14.4604 0.691282 14.2813 0.675205 14.1021C0.643053 13.923 0.643053 13.8253 0.643053 13.7765V4.755H10.0477V3.28942H0V1.36788H10.0316V0H13.3755V1.36788H23.3267V3.28942H13.3755V4.755H22.748V13.8253C22.6998 14.265 22.5551 14.5907 22.3461 14.8187C22.121 15.0466 21.8799 15.2095 21.6226 15.3072C21.3333 15.4212 21.0117 15.47 20.642 15.47H18.2627C18.2627 15.8446 18.3431 16.2517 18.4717 16.6751C18.6003 17.0984 18.8414 17.5056 19.1951 17.8801C19.5488 18.2546 20.0472 18.5803 20.7063 18.8571C21.3654 19.134 22.2335 19.2968 23.3267 19.362V21.2346C21.9763 21.2998 20.7385 21.1532 19.6292 20.7624C19.1469 20.5996 18.6646 20.3879 18.1984 20.111C17.7322 19.8505 17.282 19.4922 16.8962 19.0851C16.4943 18.6617 16.1406 18.1569 15.8352 17.5544C15.5297 16.9682 15.3207 16.2679 15.2082 15.4537H13.3755V21.1695H10.0316V15.4537H8.13462V15.47ZM3.97085 9.2983H10.0316V6.3997H3.97085V9.2983ZM10.0316 10.9267H3.97085V13.809H10.0316V10.9267ZM13.3755 9.2983H19.4363V6.3997H13.3755V9.2983ZM13.3755 13.809H19.4363V10.9267H13.3755V13.809ZM48.5826 21.1858H26.5098V19.2317H31.59V15.8446H28.2943C27.8281 15.8446 27.4744 15.7631 27.2333 15.5677C26.9921 15.3886 26.8153 15.1932 26.7028 14.9815C26.5742 14.7372 26.5098 14.4604 26.5098 14.151V6.64397H31.59V3.25685H26.5098V1.33531H48.5826V3.28942H43.5025V6.67654H48.5826V14.1836C48.5826 14.493 48.5183 14.7698 48.3897 15.0141C48.2772 15.2258 48.1003 15.4212 47.8592 15.6003C47.6181 15.7794 47.2644 15.8771 46.7982 15.8771H43.5025V19.2642H48.5826V21.2184V21.1858ZM40.1586 14.1673H45.2388V8.33753H40.1586V3.27313H34.9178V8.33753H29.8376V14.1673H34.9178V19.2317H40.1586V14.1673ZM58.6786 9.02147C57.8747 10.0637 56.9745 11.0081 55.9456 11.8386C54.9328 12.6854 53.8557 13.3205 52.7142 13.7439L51.7336 11.9852C52.8107 11.5455 53.7431 10.9104 54.5309 10.0799C55.3186 9.24944 55.9777 8.35381 56.4761 7.37676C56.9745 6.3997 57.3603 5.42265 57.6015 4.4456C57.8587 3.46854 57.9712 2.60548 57.9712 1.87269H61.6688C61.6688 2.49149 61.5723 3.14286 61.3794 3.84308C61.1865 4.5433 60.9132 5.25981 60.5595 5.97631C60.9292 6.74167 61.3794 7.45818 61.9099 8.1584C62.4404 8.85862 63.0835 9.49371 63.7908 10.0962C64.3857 9.49371 64.9001 8.84234 65.3342 8.10955C65.7682 7.39304 66.138 6.66025 66.4273 5.92746C66.7167 5.19467 66.9257 4.46188 67.0704 3.76166C67.2151 3.06144 67.2794 2.42635 67.2794 1.87269H70.9769C70.9769 2.49149 70.8805 3.15914 70.6876 3.85936C70.4947 4.55959 70.2214 5.29238 69.8516 6.04145C70.4143 7.21392 71.1699 8.28867 72.1184 9.2983C73.0669 10.2916 74.2404 11.1873 75.6552 11.9363L74.6906 13.8416C74.0475 13.5485 73.4045 13.2391 72.7775 12.8971C72.1505 12.5551 71.5396 12.1969 70.9448 11.8224C70.366 11.4315 69.8034 11.0081 69.2889 10.5522C68.7745 10.0962 68.3243 9.6077 67.9224 9.07032C67.1186 10.0962 66.2184 11.0244 65.2056 11.8549C64.1927 12.6854 63.1317 13.3205 62.0064 13.7439L61.0257 11.9852C61.1222 11.9526 61.2186 11.9201 61.3151 11.8549C61.4115 11.8061 61.508 11.7572 61.6045 11.7084C61.0418 11.3175 60.5113 10.8942 59.9968 10.4545C59.4985 10.0148 59.0322 9.52628 58.6303 9.00518M65.72 18.9223H76.041V21.1695H51.9908V18.9223H62.3118V15.3723H65.72V18.9223ZM85.7029 14.3953C84.883 15.4863 83.9184 16.4634 82.8091 17.3264C81.6998 18.1895 80.4298 18.8897 79.0151 19.4271L78.0344 17.6684C79.1116 17.2287 80.0761 16.6099 80.9282 15.8283C81.7802 15.0466 82.4876 14.151 83.0824 13.1414C83.6612 12.148 84.1113 11.057 84.4167 9.88453C84.7222 8.71206 84.883 7.52332 84.883 6.302V1.90526H88.4841V6.36714C88.4841 7.99556 88.1786 9.55884 87.5677 11.0896C88.05 12.376 88.8377 13.6136 89.947 14.8187C91.0563 16.0237 92.4228 17.1147 94.0786 18.0429L92.905 19.9482C92.3102 19.6388 91.6832 19.2805 91.008 18.8734C90.3328 18.4663 89.6737 18.0266 89.0146 17.5544C88.3554 17.0822 87.7445 16.5774 87.1658 16.04C86.5871 15.5026 86.1048 14.9652 85.7189 14.4115M100.911 21.9837H97.6154V1.67728H100.911V22V21.9837ZM128.594 21.1858H104.544V18.9386H114.865V15.3886H118.273V18.9386H128.594V21.1858ZM116.569 14.1184C115.042 14.1184 113.611 13.9556 112.277 13.6136C110.943 13.2716 109.769 12.832 108.772 12.2457C107.776 11.6758 106.972 10.9919 106.409 10.2102C105.83 9.42857 105.541 8.59807 105.541 7.70244C105.541 6.80681 105.83 5.9926 106.409 5.22724C106.988 4.4456 107.776 3.76166 108.772 3.17543C109.769 2.58919 110.943 2.13323 112.277 1.79127C113.611 1.46558 115.042 1.30274 116.569 1.30274C118.097 1.30274 119.511 1.46558 120.862 1.79127C122.196 2.13323 123.37 2.58919 124.366 3.17543C125.363 3.76166 126.167 4.4456 126.73 5.22724C127.308 6.00888 127.598 6.83938 127.598 7.70244C127.598 8.56551 127.308 9.42857 126.73 10.2102C126.151 10.9919 125.363 11.6758 124.366 12.2457C123.37 12.8157 122.196 13.2716 120.862 13.6136C119.527 13.9393 118.097 14.1184 116.569 14.1184ZM116.569 3.35455C115.557 3.35455 114.608 3.46854 113.708 3.69652C112.824 3.9245 112.036 4.2339 111.393 4.64101C110.734 5.03183 110.219 5.50407 109.833 6.02517C109.448 6.54626 109.255 7.11621 109.255 7.71873C109.255 8.32124 109.448 8.90748 109.833 9.44486C110.219 9.96595 110.75 10.4382 111.393 10.829C112.052 11.2198 112.824 11.5455 113.708 11.7572C114.592 11.9852 115.541 12.0992 116.569 12.0992C117.598 12.0992 118.531 11.9852 119.415 11.7572C120.299 11.5292 121.087 11.2198 121.746 10.829C122.405 10.4219 122.936 9.96595 123.321 9.44486C123.707 8.92376 123.9 8.33753 123.9 7.71873C123.9 7.09993 123.707 6.56255 123.321 6.02517C122.936 5.50407 122.405 5.03183 121.746 4.64101C121.087 4.25018 120.299 3.94078 119.415 3.69652C118.531 3.46854 117.566 3.35455 116.569 3.35455ZM154.654 21.1858H131.199V18.9386H148.384L149.638 4.51073H132.388V2.26351H149.928C150.394 2.26351 150.812 2.34493 151.214 2.50777C151.6 2.67061 151.937 2.89859 152.227 3.17543C152.5 3.45226 152.725 3.77794 152.87 4.15248C153.014 4.52702 153.063 4.91784 153.047 5.32494L151.777 18.9386H154.67V21.1858H154.654ZM167.805 12.5226H157.05V10.6987H181.936V12.5226H171.181V14.6558H167.789V12.5226H167.805ZM177.225 4.82013V3.69652H158.464V1.87269H178.865C179.331 1.87269 179.717 2.01924 180.039 2.32865C180.36 2.63805 180.521 2.9963 180.521 3.41969V6.46484H161.889V7.68616H180.521V9.50999H160.217C159.734 9.50999 159.332 9.34715 158.979 9.03775C158.625 8.71206 158.464 8.33753 158.464 7.88157V4.83642H177.225V4.82013ZM160.217 21.7883C159.734 21.7883 159.332 21.6255 158.979 21.3161C158.625 20.9904 158.464 20.6158 158.464 20.1599V13.6462H161.76V15.8608H177.225V13.6462H180.521V21.7557H160.217V21.7883ZM161.76 19.9319H177.225V17.7172H161.76V19.9319Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9452'%3E%3Crect width='182' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typec2 {
    width: 206px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 206 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9488)'%3E%3Cpath d='M173.196 9.33328H160.644V3.79376H173.196V1.81445H157.383V9.33328C157.383 10.4273 158.356 11.3126 159.557 11.3126H173.19V9.33328H173.196Z' fill='%23fff'/%3E%3Cpath d='M179.519 1.42285H176.258V11.7051H179.519V1.42285Z' fill='%23fff'/%3E%3Cpath d='M169.637 12.5146C164.088 12.5146 159.594 14.6394 159.594 17.2574C159.594 19.8754 164.088 22.0001 169.637 22.0001C175.186 22.0001 179.68 19.8754 179.68 17.2574C179.68 14.6394 175.186 12.5146 169.637 12.5146ZM169.637 20.1283C165.996 20.1283 163.045 18.8193 163.045 17.2131C163.045 15.6069 165.996 14.2979 169.637 14.2979C173.277 14.2979 176.229 15.6069 176.229 17.2131C176.229 18.8193 173.277 20.1283 169.637 20.1283Z' fill='%23fff'/%3E%3Cpath d='M116.569 14.7725H113.213V18.2378H103.031V20.4132H126.745V18.2378H116.569V14.7725Z' fill='%23fff'/%3E%3Cpath d='M125.766 7.31664C125.766 3.87025 120.899 1.0752 114.894 1.0752C108.89 1.0752 104.023 3.87025 104.023 7.31664C104.023 10.763 108.89 13.5518 114.894 13.5518C120.899 13.5518 125.766 10.7567 125.766 7.31664ZM107.677 7.31664C107.677 4.96424 110.906 3.0545 114.894 3.0545C118.883 3.0545 122.112 4.96424 122.112 7.31664C122.112 9.66904 118.883 11.5788 114.894 11.5788C110.906 11.5788 107.677 9.66904 107.677 7.31664Z' fill='%23fff'/%3E%3Cpath d='M143.454 9.9977C148.674 9.73211 152.675 8.25237 152.675 6.46278C152.675 5.5079 151.531 4.64156 149.673 3.99655H152.852V2.31446H143.555V0H139.996V2.32078H130.718V4.00287H133.891C132.033 4.64156 130.889 5.51423 130.889 6.4691C130.889 8.25869 134.883 9.73843 140.097 10.004V10.9968H129.523V12.7738H154.028V10.9968H143.454V10.004V9.9977ZM134.491 6.32998C134.491 5.17907 137.753 4.24317 141.772 4.24317C145.792 4.24317 149.053 5.17907 149.053 6.32998C149.053 7.48089 145.792 8.41679 141.772 8.41679C137.753 8.41679 134.491 7.48089 134.491 6.32998Z' fill='%23fff'/%3E%3Cpath d='M152.642 18.2312V15.2654C152.642 14.4433 151.909 13.7793 151.011 13.7793H130.906V15.5562H149.381V16.6439H130.906V19.6034C130.906 20.476 131.69 21.1906 132.651 21.1906H152.648V19.4137H134.269V18.2248H152.642V18.2312Z' fill='%23fff'/%3E%3Cpath d='M206.003 18.2383H182.289V20.4136H206.003V18.2383Z' fill='%23fff'/%3E%3Cpath d='M193.407 9.22667C196.251 12.3885 200.34 14.0327 204.398 15.4997L205.226 13.5078C201.156 12.0154 196.978 8.94843 195.493 6.08382C196.182 4.68629 196.643 3.16861 196.826 1.53711H192.99C192.301 7.13354 188.174 11.5348 182.953 13.5078L183.781 15.4997C187.592 14.1591 191.012 12.0407 193.407 9.22667Z' fill='%23fff'/%3E%3Cpath d='M64.7961 14.7715H61.4399V18.2368H51.2578V20.4122H74.9719V18.2368H64.7961V14.7715Z' fill='%23fff'/%3E%3Cpath d='M57.82 8.59367C58.5974 9.59913 59.6024 10.4655 60.7337 11.218C60.5441 11.3128 60.3545 11.4077 60.1586 11.4899L61.1319 13.1973C63.344 12.3562 65.3982 10.6299 66.9656 8.63793C68.5268 10.6994 71.0675 12.1729 73.6083 13.2795L74.569 11.414C71.7817 9.95325 69.9362 7.94233 68.8491 5.67846C69.557 4.24932 69.9615 2.83282 69.9615 1.63132H66.3083C66.3083 3.80666 65.2338 7.32261 62.8827 9.65604C61.4606 8.47984 60.4051 7.11393 59.6845 5.62787C60.3735 4.21138 60.7717 2.81385 60.7717 1.625H57.1185C57.1185 4.50859 55.235 9.75722 50.9688 11.4773L51.9421 13.1846C54.1732 12.3373 56.2399 10.5856 57.82 8.58102V8.59367Z' fill='%23fff'/%3E%3Cpath d='M99.4801 1.42285H96.2188V21.1969H99.4801V1.42285Z' fill='%23fff'/%3E%3Cpath d='M84.4874 13.8297C86.0106 15.9797 89.2529 18.0223 91.5788 19.2175L92.7355 17.352C89.5121 15.5434 87.2557 13.0582 86.3266 10.5793C86.9081 9.09961 87.2241 7.54399 87.2241 5.98837V1.6377H83.6657V5.98837C83.6657 10.7248 81.1881 15.3094 76.9219 17.0295L77.8952 18.7369C80.6635 17.6808 82.8946 15.9355 84.4874 13.8297Z' fill='%23fff'/%3E%3Cpath d='M7.99527 15.4111H9.87243V20.9633H13.159V15.4111H14.9793C15.9337 21.7095 22.9809 21.0202 22.9809 21.0202V19.1863C18.6957 18.965 18.0889 16.8592 17.9878 15.4111H20.339C20.339 15.4111 22.254 15.487 22.4184 13.7923V4.96444H13.159V3.55426H22.9746V1.66981H13.159V0.354492H9.87243V1.66349H0V3.54794H9.86611V4.95811H0.606756V13.767H0.613076C0.613076 13.9124 0.632038 15.3921 2.92001 15.4048H4.98678C4.88565 16.8592 4.26625 18.9397 0 19.161V20.9949C0 20.9949 7.03458 21.5957 7.99527 15.4048V15.4111ZM13.1527 6.59594H19.1444V9.39732H13.1527V6.59594ZM13.1527 10.9972H19.1444V13.7859H13.1527V10.9972ZM3.89967 6.59594H9.86611V9.39732H3.89967V6.59594ZM3.89967 13.7923V11.0035H9.86611V13.7923H3.89967Z' fill='%23fff'/%3E%3Cpath d='M47.853 19.0784H42.8599V15.7775H46.1149C47.9414 15.7648 47.853 14.1586 47.853 14.1586V6.85481H42.8662V3.55386H47.8593V1.66309H26.1172V3.55386H31.1103V6.85481H26.1235V14.1586C26.1235 14.1586 26.035 15.7648 27.8616 15.7775H31.1166V19.0784H26.1235V20.9692H47.8656V19.0784H47.853ZM39.5733 19.0784H34.3969V14.1523H29.4038V8.47999H34.3969V3.55386H39.5733V8.47999H44.5664V14.1523H39.5733V19.0784Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9488'%3E%3Crect width='206' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-ci-typec3 {
    width: 38px;
    height: 300.4px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.2545 260.131H31.0984L32.9238 240.866C32.9727 240.296 32.8912 239.742 32.6794 239.22C32.4675 238.715 32.1741 238.242 31.7666 237.851C31.3592 237.444 30.8865 237.134 30.3324 236.906C29.7619 236.678 29.1589 236.563 28.4906 236.563L3.40732 236.596V239.758H28.0669L26.2741 260.115H1.67969V263.244H35.2545V260.115V260.131Z' fill='%23231916'/%3E%3Cpath d='M36.1034 223.313H21.337V218.261H16.4474V223.313H1.64844V226.443H36.1034V223.313Z' fill='%23231916'/%3E%3Cpath d='M7.73814 213.859C9.17241 214.691 10.8511 215.326 12.7581 215.799C14.665 216.272 16.7186 216.5 18.9026 216.5C21.0866 216.5 23.1239 216.272 25.0471 215.799C26.9703 215.326 28.6328 214.674 30.067 213.859C31.5013 213.028 32.6259 212.067 33.4571 210.975C34.2883 209.866 34.6958 208.693 34.6958 207.454C34.6958 206.215 34.2883 205.058 33.4571 203.95C32.6259 202.842 31.5013 201.88 30.067 201.065C28.6328 200.234 26.954 199.582 25.0471 199.126C23.1402 198.653 21.0866 198.425 18.9026 198.425C16.7186 198.425 14.6813 198.653 12.7581 199.126C10.8348 199.598 9.17241 200.25 7.73814 201.065C6.30388 201.896 5.17928 202.858 4.34806 203.95C3.51684 205.058 3.10938 206.215 3.10938 207.454C3.10938 208.693 3.51684 209.866 4.34806 210.975C5.17928 212.067 6.30388 213.028 7.73814 213.859ZM9.27019 205.058C9.82434 204.309 10.5578 203.64 11.5031 203.07C12.4484 202.516 13.5567 202.076 14.828 201.75C16.0993 201.424 17.452 201.261 18.9026 201.261C20.3531 201.261 21.7059 201.424 22.9772 201.75C24.2485 202.076 25.3568 202.516 26.3021 203.07C27.2637 203.64 28.0134 204.292 28.5676 205.058C29.1217 205.808 29.3988 206.623 29.3988 207.454C29.3988 208.285 29.1217 209.1 28.5676 209.866C28.0134 210.632 27.2637 211.284 26.3021 211.838C25.3568 212.409 24.2322 212.849 22.9772 213.159C21.7059 213.485 20.3369 213.631 18.9026 213.631C17.4683 213.631 16.0993 213.468 14.828 213.159C13.5567 212.833 12.4484 212.393 11.5031 211.838C10.5578 211.284 9.82434 210.616 9.27019 209.866C8.71604 209.117 8.43898 208.302 8.43898 207.454C8.43898 206.607 8.71604 205.808 9.27019 205.058Z' fill='%23231916'/%3E%3Cpath d='M33.6257 162.698H28.8828V191.384H33.6257V162.698Z' fill='%23231916'/%3E%3Cpath d='M7.70338 184.831C9.30063 183.609 10.686 182.224 11.8432 180.724C12.3973 181.507 13.0982 182.273 13.9294 183.006C14.7769 183.756 15.657 184.473 16.6023 185.141C17.5476 185.809 18.493 186.445 19.4546 187.015C20.4162 187.586 21.3289 188.091 22.1764 188.531L23.8226 185.809C21.4593 184.505 19.4872 182.99 17.9062 181.262C16.3253 179.551 15.2007 177.791 14.5324 175.998C15.3963 173.797 15.8363 171.581 15.8363 169.332V163.008H10.686V169.332C10.686 171.043 10.4741 172.738 10.0341 174.384C9.594 176.03 8.95836 177.562 8.11084 178.98C7.26332 180.398 6.23652 181.637 5.01413 182.745C3.80805 183.854 2.42268 184.717 0.890625 185.32L2.3086 187.83C4.3296 187.048 6.13874 186.054 7.73599 184.815L7.70338 184.831Z' fill='%23231916'/%3E%3Cpath d='M5.40907 283.014H34.4366V280.439H7.77235V278.711H34.4366V274.409C34.4366 273.822 34.2085 273.317 33.7521 272.893C33.2957 272.485 32.7253 272.273 32.0571 272.273H2.88281V274.849H29.7101V276.397H2.88281V280.7C2.88281 281.335 3.12728 281.89 3.61624 282.33C4.10519 282.77 4.69194 282.998 5.39278 282.998L5.40907 283.014Z' fill='%23231916'/%3E%3Cpath d='M16.2451 290.349H21.0858V287.317H36.4715V284.742H0.859375V287.317H16.2451V290.349Z' fill='%23231916'/%3E%3Cpath d='M2.89844 288.898V298.123C2.89844 298.743 3.14291 299.281 3.63186 299.721C4.12082 300.161 4.70756 300.389 5.40839 300.389H34.436V288.898H29.7257V292.06H7.60869V288.898H2.89844ZM29.7257 294.652V297.814H7.60869V294.652H29.7257Z' fill='%23231916'/%3E%3Cpath d='M7.08512 140.665C8.51939 139.491 9.82327 138.155 10.9805 136.688C11.5509 137.421 12.2028 138.106 12.92 138.741C13.6371 139.377 14.4031 139.964 15.2018 140.518C14.9084 140.681 14.6313 140.811 14.3705 140.893L15.7885 143.37C17.4183 142.767 18.9504 141.887 20.3847 140.697C21.8189 139.524 23.1228 138.204 24.2963 136.753C24.8667 137.503 25.5187 138.204 26.2358 138.855C26.9529 139.491 27.7353 140.094 28.5665 140.648C29.414 141.202 30.2778 141.708 31.1905 142.18C32.087 142.653 33.016 143.093 33.9287 143.501L35.2978 140.779C33.293 139.703 31.598 138.464 30.2452 137.046C28.8925 135.628 27.8168 134.096 27.0181 132.45C27.5397 131.423 27.9472 130.397 28.2242 129.386C28.5013 128.376 28.648 127.43 28.648 126.566H23.351C23.351 127.365 23.2532 128.261 23.0576 129.256C22.862 130.234 22.5524 131.26 22.1449 132.32C21.7374 133.363 21.1996 134.406 20.5802 135.433C19.9446 136.46 19.2112 137.389 18.3637 138.236C17.3369 137.372 16.4241 136.443 15.6581 135.482C14.8921 134.52 14.2401 133.493 13.7186 132.385C14.2239 131.358 14.615 130.348 14.8921 129.353C15.1692 128.359 15.2996 127.43 15.2996 126.566H10.0026C10.0026 127.626 9.82327 128.848 9.4647 130.234C9.10613 131.619 8.56829 133.004 7.85115 134.357C7.13402 135.726 6.20501 136.997 5.06412 138.171C3.92323 139.361 2.58674 140.257 1.05469 140.876L2.48896 143.354C4.11881 142.734 5.65086 141.838 7.10143 140.648L7.08512 140.665Z' fill='%23231916'/%3E%3Cpath d='M21.1084 145.637H16.2352V150.689H1.46875V153.819H35.9074V150.689H21.1084V145.637Z' fill='%23231916'/%3E%3Cpath d='M13.5841 36.5325C13.5841 36.5325 13.7308 29.4753 12.8181 26.8512C11.8891 24.2272 10.8623 19.9896 4.00062 15.5727C1.60475 14.0243 0.806125 14.171 0.561648 14.3014C0.317171 14.4481 -0.0576998 15.0837 0.00749401 17.9197C0.0726878 20.7719 -0.139181 28.5789 3.202 32.0341C6.54319 35.4894 9.13463 36.3043 13.5841 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9908 17.9194C24.3529 9.33013 32.4533 6.29862 33.3334 6.02155C34.0994 5.79337 34.4743 5.54889 34.5395 4.91325C34.621 4.31021 33.6268 2.99003 30.7745 1.65356C26.8792 -0.204467 18.9908 0.00741322 18.9908 0.00741322C18.9908 0.00741322 11.1023 -0.204467 7.20698 1.63726C4.37104 2.99003 3.36053 4.29391 3.44202 4.89695C3.50722 5.53259 3.88209 5.77707 4.64812 6.00525C5.52824 6.26602 13.6286 9.29753 18.9908 17.9031V17.9194Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9876 36.7935C20.4056 36.7935 21.7094 36.7283 22.8829 36.6631C22.8829 36.6631 23.0133 30.3067 22.6384 27.9434C22.2147 25.3194 21.302 21.1632 18.9876 17.9688C16.6895 21.1632 15.7768 25.3194 15.3367 27.9434C14.9619 30.3067 15.0923 36.6631 15.0923 36.6631C16.282 36.7446 17.5859 36.7935 18.9713 36.7935H18.9876Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5325C24.4147 36.5325 24.268 29.4753 25.197 26.8512C26.126 24.2272 27.1528 19.9896 34.0145 15.5727C36.4104 14.0243 37.209 14.171 37.4372 14.3014C37.6816 14.4481 38.0565 15.0837 37.9913 17.9197C37.9261 20.7719 38.138 28.5789 34.7968 32.0341C31.4556 35.4894 28.8642 36.3043 24.4147 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M2.36961 8.14109C1.88066 8.0433 1.55469 7.55435 1.55469 7.0491C1.55469 6.41346 2.05993 5.9082 2.69557 5.9082C2.79337 5.9082 2.98895 5.9408 3.15193 6.00599C3.15193 6.00599 8.30225 8.33667 11.5456 12.6232L11.4642 12.7536C7.12876 9.34718 2.36961 8.15739 2.36961 8.15739V8.14109Z' fill='%2300A0CA'/%3E%3Cpath d='M1.21577 10.7811C0.743119 10.667 0.368257 10.227 0.351958 9.70541C0.33566 9.06977 0.824602 8.51562 1.46024 8.51562C1.60693 8.51562 1.81882 8.54822 1.9655 8.61342C1.9655 8.61342 7.14841 10.7159 10.3918 14.6927L10.294 14.8068C5.74675 11.596 1.19947 10.7811 1.19947 10.7811H1.21577Z' fill='%2300A0CA'/%3E%3Cpath d='M0.980749 13.6488C0.508093 13.5347 0.165818 13.111 0.133222 12.622C0.116923 12.0027 0.589584 11.4648 1.20893 11.4648C1.25782 11.4648 1.4534 11.4648 1.64898 11.5463C1.64898 11.5463 6.6526 13.5836 9.26036 16.7455L9.17887 16.8759C4.82718 14.1052 0.980749 13.6651 0.980749 13.6651V13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M35.6214 8.14109C36.1103 8.0433 36.4526 7.55435 36.4526 7.0491C36.4526 6.41346 35.931 5.9082 35.2954 5.9082C35.1976 5.9082 35.002 5.9408 34.839 6.00599C34.839 6.00599 29.6887 8.33667 26.4453 12.6232L26.5268 12.7536C30.8622 9.34718 35.6214 8.15739 35.6214 8.15739V8.14109Z' fill='%2300A0CA'/%3E%3Cpath d='M36.7854 10.7811C37.2581 10.667 37.6329 10.227 37.6492 9.70541C37.6818 9.06977 37.1766 8.51562 36.5572 8.51562C36.4105 8.51562 36.1987 8.54822 36.052 8.61342C36.052 8.61342 30.8691 10.7159 27.6094 14.6927L27.7072 14.8068C32.2544 11.596 36.8017 10.7811 36.8017 10.7811H36.7854Z' fill='%2300A0CA'/%3E%3Cpath d='M37.0069 13.6488C37.4795 13.5347 37.8218 13.111 37.8381 12.622C37.8707 12.0027 37.398 11.4648 36.7787 11.4648C36.7135 11.4648 36.5342 11.4648 36.3223 11.5463C36.3223 11.5463 31.3187 13.5836 28.7109 16.7455L28.7924 16.8759C33.1278 14.1052 36.9906 13.6651 36.9906 13.6651L37.0069 13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M34.7994 113.95H27.5303V109.158H32.2405C32.9088 109.158 33.414 109.028 33.7563 108.784C34.0985 108.523 34.3593 108.262 34.506 107.952C34.7016 107.61 34.7831 107.219 34.7831 106.779V96.1849H27.514V91.3931H34.7831V88.6387H3.18036V91.3931H10.4495V96.1849H3.18036V106.779C3.18036 107.219 3.27815 107.61 3.45744 107.952C3.62042 108.246 3.8649 108.523 4.20716 108.784C4.54943 109.028 5.05468 109.158 5.72292 109.158H10.4332V113.95H3.16406V116.705H34.7668V113.95H34.7994ZM22.7548 113.95H15.2575V106.795H7.9884V98.5644H15.2575V91.4094H22.7548V98.5644H30.0239V106.795H22.7548V113.95Z' fill='%23231916'/%3E%3Cpath d='M9.6553 78.3535C10.3235 77.9787 10.9592 77.4897 11.5296 76.903C12.1001 76.3162 12.6053 75.6154 13.0291 74.7679C13.4528 73.9366 13.7625 72.9424 13.9418 71.8178H16.6636V79.9182H21.4554V71.8178H24.0794C24.2424 72.975 24.5358 73.9692 24.9758 74.8005C25.4159 75.6317 25.9212 76.3488 26.4916 76.9519C27.062 77.5386 27.6977 78.0276 28.3659 78.4024C29.0342 78.7773 29.7187 79.087 30.4032 79.3151C32.0168 79.853 33.777 80.0649 35.7002 79.9671V77.3104C34.1356 77.2126 32.8969 76.9845 31.9516 76.5933C31.0063 76.2021 30.2891 75.7458 29.7839 75.2079C29.2786 74.6864 28.9364 74.1159 28.7571 73.5129C28.5615 72.9098 28.4637 72.3394 28.4474 71.8015H31.8538C32.3753 71.8015 32.848 71.7201 33.2555 71.5734C33.614 71.4267 33.9726 71.1985 34.2986 70.8888C34.6245 70.5629 34.8201 70.1065 34.8853 69.4709V56.6603H21.4554V54.5904H35.7002V51.8685H21.4554V49.9453H16.6636V51.8685H2.32099V54.5904H16.6636V56.6603H3.20111V69.422C3.20111 69.422 3.2174 69.6176 3.25 69.8783C3.2826 70.1228 3.41298 70.3999 3.62486 70.6933C3.83674 70.9866 4.17901 71.2311 4.63537 71.4593C5.09172 71.6875 5.74366 71.8015 6.55859 71.8015H9.5575C9.5086 72.3394 9.41082 72.9098 9.23153 73.5129C9.05225 74.1159 8.70999 74.6864 8.20473 75.2079C7.69948 75.7458 6.96605 76.1858 6.02073 76.5607C5.07542 76.9356 3.83674 77.18 2.30469 77.2778V79.9345C4.22791 79.9997 5.98814 79.7715 7.60169 79.2499C8.28622 79.0218 8.97076 78.7121 9.6553 78.3372V78.3535ZM21.4391 59.0236H30.1099V63.1145H21.4391V59.0236ZM21.4391 65.4288H30.1099V69.4872H21.4391V65.4288ZM7.97654 59.0236H16.6473V63.1145H7.97654V59.0236ZM7.97654 69.4872V65.4288H16.6473V69.4872H7.97654Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typec4 {
    width: 38px;
    height: 340.6px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.4993 336.405H2.0625V339.567H36.4993V336.405Z' fill='%23231916'/%3E%3Cpath d='M12.0021 328.681C14.3978 327.149 16.4676 325.372 18.2114 323.335C19.2382 324.476 20.379 325.503 21.6176 326.383C22.8562 327.263 24.1601 328.061 25.5454 328.795C26.9144 329.512 28.3322 330.18 29.799 330.751C31.2495 331.337 32.7163 331.891 34.1831 332.413L35.3891 329.528C33.8897 328.974 32.4229 328.306 30.9724 327.507C29.5382 326.709 28.1856 325.845 26.9143 324.883C25.6594 323.938 24.5349 322.928 23.5407 321.868C22.5629 320.809 21.7806 319.766 21.2428 318.739C21.748 317.712 22.1717 316.637 22.4977 315.561C22.84 314.469 23.0518 313.328 23.1659 312.139H17.6247C17.364 314.176 16.8261 316.099 15.995 317.892C15.1638 319.684 14.0882 321.314 12.8006 322.814C11.4968 324.297 10.0301 325.617 8.3677 326.758C6.70535 327.898 4.92891 328.811 3.05469 329.528L4.2607 332.413C7.03129 331.451 9.62261 330.213 12.0184 328.681H12.0021Z' fill='%23231916'/%3E%3Cpath d='M36.4598 251.414H21.1237V249.963C22.9979 249.865 24.7581 249.67 26.4042 249.376C28.0502 249.083 29.4681 248.708 30.6578 248.236C31.8475 247.779 32.7928 247.258 33.4773 246.687C34.1618 246.117 34.5041 245.498 34.5041 244.829C34.5041 244.161 34.1129 243.493 33.3469 242.874C32.5809 242.254 31.5053 241.717 30.1363 241.26H34.7811V238.816H21.2704V235.475H16.1041V238.816H2.62598V241.26H7.23819C5.8855 241.717 4.82616 242.254 4.06017 242.874C3.29419 243.493 2.90303 244.145 2.90303 244.829C2.90303 245.514 3.24529 246.117 3.91349 246.687C4.58169 247.258 5.52695 247.779 6.73297 248.236C7.93899 248.692 9.35688 249.067 10.9703 249.376C12.5838 249.67 14.3439 249.865 16.2508 249.963V251.414H0.898438V253.989H36.4761V251.414H36.4598ZM14.5395 247.421C13.252 247.258 12.1438 247.046 11.1822 246.769C10.2369 246.492 9.48726 246.182 8.93314 245.807C8.37903 245.449 8.11827 245.058 8.11827 244.65C8.11827 244.243 8.39532 243.852 8.93314 243.477C9.48726 243.118 10.2369 242.792 11.1822 242.515C12.1275 242.238 13.252 242.026 14.5395 241.863C15.827 241.7 17.196 241.619 18.6628 241.619C20.1296 241.619 21.5149 241.7 22.7861 241.863C24.0736 242.026 25.1818 242.238 26.1434 242.515C27.1049 242.792 27.8546 243.118 28.3925 243.477C28.9466 243.852 29.2236 244.226 29.2236 244.65C29.2236 245.074 28.9466 245.449 28.3925 245.807C27.8383 246.182 27.0886 246.492 26.1434 246.769C25.1981 247.046 24.0736 247.258 22.7861 247.421C21.4986 247.584 20.1296 247.665 18.6628 247.665C17.196 247.665 15.827 247.584 14.5395 247.421Z' fill='%23231916'/%3E%3Cpath d='M2.89844 259.644V263.914C2.89844 264.55 3.14291 265.104 3.63184 265.544C4.12076 266 4.70747 266.212 5.40827 266.212H34.4506V263.637H7.75512V261.926H34.4506V257.623C34.4506 257.02 34.2224 256.515 33.7661 256.108C33.3097 255.684 32.7556 255.488 32.0874 255.488H2.91474V258.063H29.708V259.644H2.91474H2.89844Z' fill='%23231916'/%3E%3Cpath d='M34.6098 274.393H29.8672V289.289H34.6098V274.393Z' fill='%23231916'/%3E%3Cpath d='M9.97376 302.212C11.2939 302.831 12.8421 303.32 14.6023 303.695C16.3624 304.054 18.2529 304.249 20.2738 304.249C22.2947 304.249 24.1853 304.054 25.9454 303.695C27.7055 303.32 29.2538 302.831 30.5739 302.212C31.894 301.593 32.9371 300.859 33.6867 300.028C34.4364 299.197 34.8113 298.301 34.8113 297.323C34.8113 296.345 34.4364 295.498 33.6867 294.666C32.9208 293.835 31.894 293.102 30.5739 292.483C29.2538 291.863 27.7055 291.358 25.9454 290.999C24.1853 290.625 22.2947 290.445 20.2738 290.445C18.2529 290.445 16.3624 290.625 14.6023 290.999C12.8421 291.358 11.2939 291.863 9.97376 292.483C8.65365 293.102 7.61061 293.835 6.84463 294.666C6.07864 295.498 5.6875 296.394 5.6875 297.323C5.6875 298.252 6.06234 299.197 6.84463 300.028C7.61061 300.859 8.65365 301.593 9.97376 302.212ZM11.4405 295.628C11.9458 295.106 12.6303 294.666 13.4777 294.275C14.3415 293.884 15.352 293.574 16.5254 293.363C17.6988 293.151 18.9374 293.037 20.2412 293.037C21.545 293.037 22.8162 293.151 23.9734 293.363C25.1305 293.574 26.141 293.884 27.021 294.275C27.8848 294.666 28.5856 295.123 29.0908 295.628C29.596 296.149 29.8405 296.687 29.8405 297.258C29.8405 297.828 29.5798 298.399 29.0908 298.904C28.5856 299.409 27.9011 299.849 27.021 300.24C26.141 300.631 25.1305 300.925 23.9734 301.153C22.8162 301.365 21.5776 301.479 20.2412 301.479C18.9048 301.479 17.6988 301.365 16.5254 301.153C15.352 300.941 14.3415 300.631 13.4777 300.24C12.614 299.849 11.9295 299.393 11.4405 298.904C10.9353 298.399 10.6909 297.844 10.6909 297.258C10.6909 296.671 10.9353 296.133 11.4405 295.628Z' fill='%23231916'/%3E%3Cpath d='M5.62133 288.734H25.4392V285.849H7.2022V277.831H25.4392V274.946H2.49219V285.849C2.49219 286.648 2.78555 287.332 3.40486 287.903C4.00787 288.457 4.74126 288.75 5.62133 288.75V288.734Z' fill='%23231916'/%3E%3Cpath d='M36.1008 223.3H21.3352V218.248H16.4623V223.3H1.66406V226.429H36.1008V223.3Z' fill='%23231916'/%3E%3Cpath d='M7.74569 213.848C9.17988 214.679 10.8585 215.315 12.7654 215.787C14.6722 216.26 16.7257 216.488 18.9095 216.488C21.0934 216.488 23.1306 216.26 25.0537 215.787C26.9605 215.315 28.6392 214.663 30.0734 213.848C31.5076 213.017 32.6484 212.055 33.4633 210.963C34.2944 209.855 34.7019 208.682 34.7019 207.443C34.7019 206.204 34.2944 205.047 33.4633 203.939C32.6484 202.831 31.5076 201.869 30.0734 201.054C28.6392 200.223 26.9605 199.571 25.0537 199.115C23.1469 198.642 21.0934 198.414 18.9095 198.414C16.7257 198.414 14.6722 198.642 12.7654 199.115C10.8585 199.587 9.17988 200.239 7.74569 201.054C6.31151 201.885 5.18698 202.847 4.35581 203.939C3.52463 205.047 3.11719 206.204 3.11719 207.443C3.11719 208.682 3.52463 209.855 4.35581 210.963C5.17069 212.055 6.31151 213.017 7.74569 213.848ZM9.27767 205.047C9.83179 204.297 10.5815 203.629 11.5104 203.059C12.4557 202.505 13.5476 202.065 14.8352 201.739C16.1064 201.413 17.4591 201.25 18.9095 201.25C20.36 201.25 21.7127 201.413 22.9839 201.739C24.2552 202.065 25.3634 202.505 26.3249 203.059C27.2702 203.629 28.0362 204.281 28.574 205.047C29.1281 205.797 29.4052 206.612 29.4052 207.443C29.4052 208.274 29.1281 209.089 28.574 209.855C28.0199 210.621 27.2702 211.273 26.3249 211.827C25.3797 212.397 24.2552 212.837 22.9839 213.147C21.7127 213.473 20.36 213.62 18.9095 213.62C17.4591 213.62 16.1064 213.457 14.8352 213.147C13.5639 212.821 12.4557 212.381 11.5104 211.827C10.5652 211.273 9.81549 210.605 9.27767 209.855C8.72355 209.105 8.44649 208.29 8.44649 207.443C8.44649 206.595 8.72355 205.797 9.27767 205.047Z' fill='%23231916'/%3E%3Cpath d='M33.6183 162.689H28.8594V191.373H33.6183V162.689Z' fill='%23231916'/%3E%3Cpath d='M7.71083 184.822C9.30799 183.6 10.677 182.215 11.8504 180.715C12.4045 181.498 13.1053 182.264 13.9365 182.997C14.784 183.747 15.664 184.464 16.6093 185.132C17.5546 185.8 18.4998 186.436 19.4614 187.006C20.4229 187.577 21.3356 188.082 22.1831 188.522L23.8291 185.8C21.466 184.497 19.494 182.981 17.9131 181.253C16.3322 179.542 15.2077 177.782 14.5395 175.989C15.4033 173.789 15.8433 171.573 15.8433 169.323V163H10.6933V169.323C10.6933 171.035 10.4814 172.73 10.0414 174.376C9.60135 176.022 8.96574 177.554 8.11827 178.972C7.27079 180.39 6.24404 181.628 5.02172 182.736C3.7994 183.845 2.43041 184.708 0.898438 185.311L2.30003 187.821C4.32093 187.039 6.12996 186.045 7.72713 184.806L7.71083 184.822Z' fill='%23231916'/%3E%3Cpath d='M7.09395 140.656C8.54444 139.483 9.83194 138.146 10.9891 136.679C11.5595 137.413 12.2114 138.097 12.9285 138.733C13.6456 139.368 14.4116 139.955 15.2101 140.509C14.9168 140.672 14.6397 140.803 14.379 140.884L15.7969 143.361C17.4266 142.758 18.9586 141.878 20.3928 140.689C21.827 139.515 23.1308 138.195 24.2879 136.745C24.8583 137.494 25.5102 138.195 26.2273 138.847C26.9444 139.483 27.7267 140.086 28.5579 140.64C29.389 141.194 30.2691 141.699 31.1818 142.172C32.0781 142.644 33.0071 143.084 33.9198 143.492L35.3051 140.77C33.2842 139.694 31.6055 138.456 30.2528 137.038C28.9001 135.62 27.8245 134.088 27.0096 132.442C27.5474 131.415 27.9386 130.389 28.2156 129.378C28.4927 128.368 28.6231 127.422 28.6231 126.559H23.3263C23.3263 127.357 23.2286 128.254 23.033 129.248C22.8374 130.226 22.544 131.252 22.1203 132.312C21.7129 133.355 21.1913 134.398 20.5557 135.424C19.9201 136.451 19.1867 137.38 18.3393 138.228C17.3125 137.364 16.4162 136.435 15.6339 135.473C14.8679 134.512 14.216 133.485 13.6945 132.377C14.1997 131.35 14.5908 130.34 14.8679 129.345C15.1287 128.351 15.2753 127.422 15.2753 126.559H9.97862C9.97862 127.618 9.79934 128.84 9.44079 130.226C9.08225 131.611 8.54443 132.996 7.82734 134.349C7.11024 135.718 6.18128 136.989 5.04045 138.162C3.89962 139.352 2.56322 140.249 1.03125 140.868L2.46543 143.345C4.09519 142.726 5.62717 141.829 7.07765 140.64L7.09395 140.656Z' fill='%23231916'/%3E%3Cpath d='M21.1308 145.627H16.2415V150.679H1.49219V153.808H35.929V150.679H21.1308V145.627Z' fill='%23231916'/%3E%3Cpath d='M13.5834 36.5303C13.5834 36.5303 13.7301 29.4735 12.8011 26.8496C11.8721 24.2257 10.8454 19.9883 3.98411 15.5717C1.58836 14.0234 0.789784 14.1701 0.561618 14.3004C0.317154 14.4471 -0.0576967 15.0827 0.0074936 17.9185C0.0726839 20.7706 -0.122888 28.5771 3.20182 32.0322C6.54282 35.4873 9.13414 36.3022 13.5834 36.5303Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0127 17.9185C24.3746 9.32963 32.4745 6.29828 33.3546 6.02122C34.1206 5.79305 34.4954 5.54859 34.5606 4.91298C34.6258 4.30997 33.648 2.98987 30.7959 1.65347C26.9008 -0.204456 19.0127 0.00741282 19.0127 0.00741282C19.0127 0.00741282 11.1247 -0.204456 7.24589 1.63717C4.39381 2.98987 3.39966 4.29368 3.48115 4.89669C3.54634 5.53229 3.92118 5.77676 4.68717 6.00492C5.56724 6.26568 13.6671 9.29703 19.029 17.9022L19.0127 17.9185Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0108 36.7915C20.4287 36.7915 21.7325 36.7263 22.9059 36.6611C22.9059 36.6611 23.0363 30.305 22.6615 27.9419C22.2377 25.318 21.3251 21.1621 19.0108 17.9678C16.7129 21.1621 15.8002 25.318 15.3602 27.9419C14.9853 30.305 15.1157 36.6611 15.1157 36.6611C16.3054 36.7426 17.6092 36.7915 18.9945 36.7915H19.0108Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5303C24.4147 36.5303 24.268 29.4735 25.197 26.8496C26.1259 24.2257 27.1527 19.9883 34.014 15.5717C36.4097 14.0234 37.192 14.1701 37.4365 14.3004C37.6809 14.4471 38.0558 15.0827 37.9906 17.9185C37.9091 20.7706 38.1373 28.5771 34.7963 32.0322C31.4553 35.4873 28.8639 36.3022 24.4147 36.5303Z' fill='%2300A0CA'/%3E%3Cpath d='M2.38519 8.13999C1.89626 8.04221 1.57031 7.55328 1.57031 7.04806C1.57031 6.41245 2.09184 5.90723 2.71115 5.90723C2.80894 5.90723 3.0045 5.93982 3.16748 6.00501C3.16748 6.00501 8.31752 8.33557 11.5607 12.6218L11.4792 12.7522C7.14409 9.34602 2.38519 8.15629 2.38519 8.15629V8.13999Z' fill='%2300A0CA'/%3E%3Cpath d='M1.23918 10.78C0.766549 10.6659 0.391707 10.2259 0.375409 9.70437C0.359111 9.06877 0.831738 8.51465 1.46734 8.51465C1.61402 8.51465 1.8259 8.54724 1.97258 8.61243C1.97258 8.61243 7.1715 10.7148 10.4147 14.6914L10.3169 14.8055C5.7862 11.5949 1.22289 10.78 1.22289 10.78H1.23918Z' fill='%2300A0CA'/%3E%3Cpath d='M1.00345 13.6477C0.530822 13.5337 0.188582 13.1099 0.172284 12.621C0.155986 12.0017 0.62861 11.4639 1.24792 11.4639C1.28051 11.4639 1.49238 11.4639 1.68795 11.5454C1.68795 11.5454 6.69131 13.5826 9.28262 16.7443L9.20113 16.8747C4.86598 14.1041 1.00345 13.664 1.00345 13.664V13.6477Z' fill='%2300A0CA'/%3E%3Cpath d='M35.6365 8.13999C36.1254 8.04221 36.4677 7.55328 36.4677 7.04806C36.4677 6.41245 35.9461 5.90723 35.3105 5.90723C35.2127 5.90723 35.0172 5.93982 34.8542 6.00501C34.8542 6.00501 29.7042 8.33557 26.4609 12.6218L26.5424 12.7522C30.8776 9.34602 35.6365 8.15629 35.6365 8.15629V8.13999Z' fill='%2300A0CA'/%3E%3Cpath d='M36.7934 10.78C37.266 10.6659 37.6409 10.2259 37.6572 9.70437C37.6898 9.06877 37.1845 8.51465 36.5652 8.51465C36.4186 8.51465 36.2067 8.54724 36.0437 8.61243C36.0437 8.61243 30.8611 10.7148 27.6016 14.6914L27.6994 14.8055C32.2464 11.5949 36.7934 10.78 36.7934 10.78Z' fill='%2300A0CA'/%3E%3Cpath d='M37.022 13.6477C37.4784 13.5337 37.8369 13.1099 37.8532 12.621C37.8858 12.0017 37.4132 11.4639 36.7939 11.4639C36.7287 11.4639 36.5494 11.4639 36.3375 11.5454C36.3375 11.5454 31.3342 13.5826 28.7266 16.7443L28.8081 16.8747C33.1432 14.1041 37.0057 13.664 37.0057 13.664L37.022 13.6477Z' fill='%2300A0CA'/%3E%3Cpath d='M34.797 113.945H27.5283V109.153H32.2383C32.9065 109.153 33.3954 109.023 33.7539 108.779C34.0962 108.518 34.357 108.257 34.5199 107.947C34.6992 107.605 34.797 107.214 34.797 106.774V96.1805H27.5283V91.3891H34.797V88.6348H3.19598V91.3891H10.4647V96.1805H3.19598V106.774C3.19598 107.214 3.29377 107.605 3.47304 107.947C3.63602 108.241 3.88048 108.518 4.22273 108.779C4.56498 109.023 5.07021 109.153 5.73841 109.153H10.4484V113.945H3.17969V116.699H34.7807V113.945H34.797ZM22.7531 113.945H15.2562V106.79H7.98747V98.56H15.2562V91.4054H22.7531V98.56H30.0218V106.79H22.7531V113.945Z' fill='%23231916'/%3E%3Cpath d='M9.6627 78.35C10.3309 77.9752 10.9665 77.4863 11.5369 76.8996C12.1073 76.3128 12.6126 75.612 13.0363 74.7646C13.46 73.9334 13.7697 72.9392 13.949 71.8147H16.6707V79.9146H21.4622V71.8147H24.0698C24.2327 72.9718 24.5261 73.966 24.9661 74.7972C25.4062 75.6283 25.9114 76.3454 26.4818 76.9484C27.0522 77.5352 27.6715 78.0241 28.356 78.3989C29.0242 78.7738 29.7087 79.0834 30.4095 79.3116C32.023 79.8494 33.7831 80.0613 35.7062 79.9635V77.307C34.1417 77.2092 32.8868 76.981 31.9578 76.5899C31.0125 76.1988 30.2954 75.7424 29.7902 75.2046C29.285 74.6831 28.9427 74.1127 28.7635 73.5097C28.5842 72.9066 28.4701 72.3362 28.4538 71.7984H31.86C32.3815 71.7984 32.8542 71.7169 33.2779 71.5702C33.6527 71.4236 33.995 71.1954 34.3046 70.8858C34.6306 70.5598 34.8262 70.1035 34.8914 69.4679V56.658H21.4622V54.5882H35.7062V51.8665H21.4622V49.9434H16.6707V51.8665H2.3125V54.5882H16.6707V56.658H3.20886V69.419C3.20886 69.419 3.22516 69.6145 3.25775 69.8753C3.29035 70.1198 3.42073 70.3968 3.6326 70.6902C3.84447 70.9835 4.18671 71.228 4.65934 71.4562C5.11568 71.6843 5.75128 71.7984 6.58246 71.7984H9.58122C9.53233 72.3362 9.41824 72.9066 9.25526 73.5097C9.07599 74.1127 8.73374 74.6831 8.22852 75.2046C7.70699 75.7424 6.98989 76.1825 6.04463 76.5573C5.09938 76.9322 3.86076 77.1766 2.32879 77.2744V79.9309C4.2519 79.9961 6.01204 79.7679 7.6255 79.2464C8.31 79.0182 8.9945 78.7086 9.6627 78.3337V78.35ZM21.4459 59.0211H30.1162V63.1118H21.4459V59.0211ZM21.4459 65.4261H30.1162V69.4842H21.4459V65.4261ZM7.98405 59.0211H16.6544V63.1118H7.98405V59.0211ZM7.98405 69.4842V65.4261H16.6544V69.4842H7.98405Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typee1 {
    width: 295px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 295 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9458)'%3E%3Cpath d='M1.98524 15.5745C1.43471 15.5745 0.950913 15.4011 0.567211 15.0543C0.18351 14.7075 0 14.2977 0 13.809V0.394227H8.44144C9.77606 0.394227 10.9772 0.567626 12.0616 0.914424C13.1293 1.26122 14.0468 1.76566 14.7975 2.3962C15.5483 3.0425 16.1155 3.83068 16.5325 4.74497C16.9329 5.65925 17.1331 6.69965 17.1331 7.85039C17.1331 8.93807 16.9329 9.93117 16.5492 10.8297C16.1655 11.744 15.615 12.5322 14.9143 13.21C14.2137 13.8878 13.3628 14.4238 12.3619 14.8336C11.3609 15.2435 10.2765 15.4799 9.07538 15.5588H1.98524V15.5745ZM3.45332 13.5568H8.39139C10.093 13.5568 11.3943 13.0681 12.2951 12.1065C13.196 11.145 13.6464 9.74201 13.6464 7.89768C13.6464 6.05334 13.196 4.76073 12.2951 3.81492C11.3943 2.8691 10.0763 2.3962 8.35803 2.3962H3.45332V13.541V13.5568ZM27.8434 15.9844C26.709 15.9844 25.5746 15.8267 24.4568 15.5272C23.3391 15.212 22.3548 14.7391 21.4873 14.0927C20.6031 13.4464 19.9024 12.6267 19.3853 11.6336C18.8514 10.6405 18.5845 9.45827 18.5845 8.08684C18.5845 6.87305 18.8014 5.78536 19.2518 4.79226C19.6856 3.79915 20.3195 2.94792 21.137 2.23856C21.9544 1.5292 22.922 0.977478 24.0564 0.599153C25.1909 0.220828 26.4587 0.0159021 27.8434 0.0159021C29.2281 0.0159021 30.4626 0.205065 31.5803 0.599153C32.7148 0.977478 33.699 1.5292 34.5165 2.23856C35.3339 2.93216 35.9679 3.78339 36.4183 4.74497C36.8687 5.72231 37.1023 6.79423 37.1023 7.96073C37.1023 9.12723 36.8854 10.2307 36.4183 11.208C35.9679 12.2011 35.3339 13.0524 34.5165 13.746C33.699 14.4553 32.7148 15.007 31.5803 15.4011C30.4459 15.7952 29.1947 16.0001 27.8434 16.0001M27.8267 2.06516C26.9592 2.06516 26.1751 2.20704 25.4745 2.50654C24.7571 2.79029 24.1565 3.20014 23.6561 3.72034C23.1556 4.24053 22.7552 4.87107 22.4716 5.5962C22.188 6.32132 22.0545 7.14103 22.0545 8.02378C22.0545 8.90654 22.188 9.69472 22.4716 10.4356C22.7552 11.1607 23.1389 11.7913 23.6561 12.3115C24.1732 12.8474 24.7738 13.2573 25.4911 13.541C26.1918 13.8405 26.9759 13.9824 27.8267 13.9824C28.6775 13.9824 29.4449 13.8405 30.1623 13.541C30.863 13.2573 31.4802 12.8317 31.9807 12.3115C32.4812 11.7913 32.8816 11.1607 33.1652 10.4356C33.4488 9.71048 33.5823 8.90654 33.5823 8.02378C33.5823 7.14103 33.4488 6.33708 33.1652 5.61196C32.8816 4.88684 32.4979 4.2563 31.9807 3.72034C31.4802 3.20014 30.8797 2.79029 30.1623 2.49078C29.4449 2.20704 28.6775 2.0494 27.8267 2.0494M42.6743 15.5745H39.2711V0.394227H42.4408L42.4908 0.441518L52.2001 10.7824C52.3503 10.9243 52.4837 11.0661 52.6172 11.208C52.7507 11.3499 52.8674 11.476 52.9675 11.6021C52.9675 11.3814 52.9342 11.145 52.9342 10.877C52.9342 10.609 52.9342 10.341 52.9342 10.073V0.425754H56.3541V15.5903H53.1677L42.7577 4.24053C42.7577 4.24053 42.7077 4.19324 42.691 4.17748C42.691 4.14595 42.6576 4.13019 42.6243 4.11442C42.6243 4.33511 42.641 4.57157 42.6576 4.83955C42.6576 5.10753 42.6576 5.37551 42.6576 5.62772V15.5745H42.6743ZM67.5148 15.8267C66.2136 15.8267 64.9958 15.6376 63.9114 15.2435C62.8103 14.8494 61.8761 14.3134 61.0753 13.6041C60.2746 12.9105 59.6573 12.075 59.2069 11.1134C58.7564 10.1361 58.5396 9.07994 58.5396 7.94497C58.5396 6.80999 58.7564 5.65925 59.2069 4.68191C59.6406 3.70457 60.2912 2.8691 61.1087 2.19127C61.9261 1.51344 62.9104 0.977478 64.0782 0.599153C65.2293 0.236592 66.5306 0.0316656 67.9653 0.0316656C68.8328 0.0316656 69.6502 0.0947198 70.3843 0.252355C71.1183 0.394227 71.8023 0.567626 72.4029 0.788316C73.0201 0.993242 73.554 1.2297 74.0378 1.48191C74.5216 1.73413 74.9386 1.97058 75.3057 2.20704L75.4725 2.31738V5.45433L74.8385 4.94989C73.6374 3.95679 72.4696 3.2159 71.3352 2.743C70.2008 2.25433 69.0663 2.01787 67.8985 2.01787C67.0477 2.01787 66.247 2.15974 65.5296 2.44349C64.8122 2.72723 64.1783 3.12132 63.6611 3.62575C63.144 4.13019 62.7436 4.7292 62.46 5.43856C62.1764 6.14792 62.0429 6.90457 62.0429 7.74004C62.0429 8.67009 62.1764 9.50556 62.4099 10.2149C62.6602 10.94 63.0272 11.5706 63.4943 12.075C63.9614 12.5794 64.5453 12.9735 65.2293 13.2415C65.9133 13.5095 66.6807 13.6514 67.5482 13.6514C68.9829 13.6514 70.1841 13.478 71.1183 13.1312C72.0525 12.7844 72.7866 12.2327 73.3204 11.5075V9.03265H68.0654V6.79423H76.3567V12.5952L76.2733 12.7056C76.0063 12.9735 75.6393 13.273 75.1889 13.6198C74.7384 13.9666 74.1712 14.3134 73.4872 14.6445C72.8033 14.9755 71.9858 15.2593 71.0182 15.4799C70.0506 15.7164 68.8995 15.8267 67.5816 15.8267M85.9325 8.90654H79.4763V6.7627H85.9325V8.90654ZM89.4025 15.5588H85.9492L93.1895 0.331173H97.3935L97.4436 0.425754L104.634 15.5745H100.914L99.0952 11.6179H91.1709L89.3525 15.5745L89.4025 15.5588ZM92.2219 9.4425H98.1276L96.0923 4.50851C96.0256 4.3824 95.9421 4.20901 95.8587 4.00408C95.7753 3.79915 95.6919 3.57846 95.6085 3.3893C95.5584 3.26319 95.5084 3.13708 95.4584 3.01098C95.4083 2.88487 95.3583 2.77452 95.3082 2.66418C95.2582 2.79029 95.1914 2.90063 95.1414 3.0425C95.0913 3.16861 95.0413 3.31048 94.9745 3.45236L94.9412 3.51541C94.8077 3.87797 94.6743 4.19324 94.5241 4.46122L92.2386 9.42674L92.2219 9.4425ZM119.531 13.541C122.668 13.541 124.236 12.8632 124.236 11.5075C124.236 11.2238 124.153 10.9873 123.952 10.7982C123.769 10.609 123.469 10.4198 123.068 10.2464C122.668 10.073 122.151 9.89965 121.5 9.71048C120.849 9.52132 120.065 9.31639 119.164 9.07994L118.564 8.92231C118.464 8.89078 118.364 8.87502 118.23 8.84349C118.097 8.81196 117.963 8.78043 117.813 8.74891C117.429 8.67009 116.996 8.57551 116.495 8.4494C115.995 8.32329 115.478 8.18142 114.944 8.00802C114.427 7.83462 113.909 7.64546 113.392 7.40901C112.892 7.17255 112.441 6.90457 112.041 6.5893C111.641 6.27403 111.324 5.91147 111.073 5.51738C110.823 5.12329 110.706 4.66615 110.706 4.16172C110.706 3.5627 110.89 3.01098 111.257 2.52231C111.624 2.03364 112.158 1.62378 112.858 1.27699C113.559 0.930188 114.393 0.677971 115.394 0.504572C116.395 0.331173 117.513 0.236592 118.747 0.236592C119.698 0.236592 120.616 0.315409 121.483 0.488808C122.351 0.646444 123.135 0.85137 123.802 1.07206C124.486 1.29275 125.053 1.5292 125.521 1.73413C125.988 1.95482 126.305 2.11245 126.455 2.2228H126.522L126.555 2.31738V2.45925L126.572 5.26516L126.121 4.87107C125.07 3.98832 123.919 3.29472 122.684 2.83758C121.45 2.36467 120.165 2.12822 118.847 2.12822H118.747C117.363 2.12822 116.295 2.28585 115.561 2.63265C114.844 2.96369 114.477 3.45235 114.477 4.0829C114.477 4.41393 114.593 4.71344 114.844 4.96566C115.094 5.21787 115.444 5.43856 115.895 5.64349C116.345 5.84841 116.896 6.05334 117.546 6.22674C118.18 6.4159 118.898 6.62083 119.665 6.82575C119.898 6.88881 120.132 6.95186 120.366 7.03068C120.599 7.09373 120.849 7.17255 121.116 7.23561L121.917 7.47206C122.768 7.70851 123.552 7.9292 124.303 8.16566C125.037 8.38634 125.687 8.65433 126.238 8.95383C126.788 9.25334 127.222 9.60014 127.522 9.99423C127.839 10.3883 127.99 10.877 127.99 11.4602C127.99 12.8001 127.256 13.8405 125.754 14.5657C124.269 15.2908 122.167 15.6533 119.465 15.6533C118.464 15.6533 117.53 15.5903 116.629 15.4642C115.728 15.3223 114.894 15.1489 114.143 14.9282C113.376 14.7075 112.708 14.4395 112.124 14.1558C111.54 13.8721 111.057 13.5726 110.673 13.273L110.406 13.0208L112.174 11.1923L112.441 11.3972C112.792 11.7282 113.242 12.0277 113.743 12.2957C114.26 12.5637 114.827 12.7844 115.444 12.9893C116.061 13.1785 116.729 13.3203 117.413 13.4307C118.113 13.541 118.814 13.5883 119.515 13.5883M138.667 16.0159C137.515 16.0159 136.398 15.8583 135.28 15.5588C134.179 15.2435 133.178 14.7706 132.294 14.1243C131.426 13.478 130.726 12.6583 130.192 11.6652C129.658 10.6721 129.391 9.48979 129.391 8.11837C129.391 6.90457 129.608 5.81689 130.058 4.82378C130.509 3.83068 131.126 2.97945 131.943 2.27009C132.761 1.56073 133.728 1.00901 134.88 0.63068C136.014 0.252355 137.282 0.0474292 138.667 0.0474292C140.051 0.0474292 141.286 0.236592 142.403 0.63068C143.538 1.00901 144.522 1.56073 145.323 2.27009C146.14 2.96369 146.774 3.81492 147.225 4.77649C147.675 5.75383 147.892 6.82575 147.892 7.99226C147.892 9.15876 147.675 10.2622 147.225 11.2395C146.774 12.2327 146.14 13.0839 145.323 13.7775C144.505 14.4868 143.538 15.0386 142.403 15.4327C141.286 15.8267 140.035 16.0317 138.667 16.0317M138.65 2.09669C137.799 2.09669 137.015 2.23856 136.298 2.53807C135.58 2.82181 134.98 3.23167 134.479 3.75186C133.979 4.27206 133.578 4.9026 133.311 5.62772C133.028 6.35285 132.894 7.17255 132.894 8.05531C132.894 8.93807 133.044 9.72625 133.311 10.4671C133.595 11.1923 133.979 11.8228 134.496 12.343C134.996 12.879 135.614 13.2888 136.331 13.5726C137.048 13.8721 137.816 14.0139 138.667 14.0139C139.517 14.0139 140.285 13.8721 141.002 13.5726C141.719 13.2888 142.32 12.8632 142.837 12.343C143.354 11.8228 143.755 11.1923 144.022 10.4671C144.305 9.74201 144.439 8.93807 144.439 8.05531C144.439 7.17255 144.305 6.36861 144.022 5.64349C143.738 4.91837 143.354 4.28782 142.837 3.75186C142.337 3.23167 141.719 2.82181 141.002 2.52231C140.301 2.23856 139.517 2.08093 138.667 2.08093M158.702 15.8583C157.351 15.8583 156.117 15.6691 154.965 15.275C153.831 14.8809 152.847 14.345 152.013 13.6356C151.179 12.942 150.528 12.1065 150.061 11.145C149.594 10.1676 149.36 9.11147 149.36 7.97649C149.36 6.84152 149.594 5.69078 150.044 4.71344C150.495 3.7361 151.162 2.90063 152.013 2.2228C152.863 1.54497 153.881 1.00901 155.082 0.63068C156.267 0.268119 157.601 0.0631927 159.086 0.0631927C159.904 0.0631927 160.671 0.126247 161.405 0.268119C162.122 0.394227 162.79 0.58339 163.39 0.804079C163.991 1.02477 164.525 1.26122 164.992 1.54497C165.459 1.82871 165.843 2.09669 166.16 2.3962L166.21 2.42772V5.58043L165.926 5.2494C165.025 4.27206 163.974 3.53117 162.756 2.97945C161.555 2.42772 160.304 2.15974 159.019 2.15974C158.102 2.15974 157.268 2.30162 156.517 2.5696C155.75 2.85334 155.099 3.23167 154.565 3.72034C154.015 4.20901 153.598 4.80802 153.297 5.48585C152.997 6.17945 152.847 6.9361 152.847 7.7558C152.847 8.76467 153.014 9.63167 153.347 10.341C153.681 11.0661 154.131 11.6652 154.682 12.1381C155.232 12.611 155.866 12.9578 156.567 13.1942C157.268 13.4149 157.985 13.5253 158.719 13.5253C161.438 13.5253 163.307 12.8159 164.324 11.3972L164.408 11.3026L167.211 12.4849L167.06 12.7056C166.794 12.9735 166.427 13.273 165.993 13.6198C165.542 13.9666 164.992 14.3134 164.324 14.6445C163.657 14.9755 162.873 15.2593 161.939 15.4799C161.021 15.7164 159.937 15.8267 158.702 15.8267M172.833 15.5588H169.379V0.394227H172.833V15.5745V15.5588ZM184.444 15.9844C183.293 15.9844 182.158 15.8267 181.057 15.5272C179.956 15.212 178.955 14.7391 178.088 14.0927C177.22 13.4464 176.52 12.6267 175.986 11.6336C175.452 10.6405 175.185 9.45827 175.185 8.08684C175.185 6.87305 175.402 5.78536 175.852 4.79226C176.303 3.79915 176.92 2.94792 177.737 2.23856C178.555 1.5292 179.522 0.977478 180.657 0.599153C181.791 0.220828 183.059 0.0159021 184.46 0.0159021C185.862 0.0159021 187.08 0.205065 188.197 0.599153C189.332 0.977478 190.299 1.5292 191.117 2.23856C191.934 2.93216 192.568 3.78339 193.019 4.74497C193.469 5.72231 193.703 6.79423 193.703 7.96073C193.703 9.12723 193.486 10.2307 193.019 11.208C192.568 12.2011 191.934 13.0524 191.117 13.746C190.299 14.4553 189.315 15.007 188.197 15.4011C187.063 15.7952 185.812 16.0001 184.46 16.0001M184.444 2.06516C183.576 2.06516 182.792 2.20704 182.092 2.50654C181.374 2.79029 180.774 3.20014 180.273 3.72034C179.773 4.24053 179.372 4.87107 179.105 5.5962C178.822 6.32132 178.688 7.14103 178.688 8.02378C178.688 8.90654 178.822 9.69472 179.105 10.4356C179.389 11.1607 179.773 11.7913 180.29 12.3115C180.807 12.8474 181.408 13.2573 182.125 13.541C182.826 13.8405 183.61 13.9824 184.46 13.9824C185.311 13.9824 186.079 13.8405 186.796 13.541C187.513 13.2573 188.114 12.8317 188.631 12.3115C189.148 11.7913 189.549 11.1607 189.816 10.4356C190.099 9.71048 190.233 8.90654 190.233 8.02378C190.233 7.14103 190.099 6.33708 189.816 5.61196C189.532 4.88684 189.132 4.2563 188.631 3.72034C188.131 3.20014 187.513 2.79029 186.796 2.49078C186.095 2.20704 185.311 2.0494 184.46 2.0494M209.568 15.8267C208.25 15.8267 207.049 15.6376 205.964 15.2435C204.863 14.8494 203.913 14.3134 203.128 13.6041C202.328 12.9105 201.694 12.075 201.26 11.1134C200.81 10.1361 200.593 9.07994 200.593 7.94497C200.593 6.80999 200.81 5.65925 201.26 4.68191C201.694 3.70457 202.344 2.8691 203.162 2.17551C203.979 1.48191 204.98 0.961715 206.131 0.58339C207.299 0.205065 208.584 0.0159021 210.018 0.0159021C210.886 0.0159021 211.687 0.0789563 212.437 0.220828C213.188 0.3627 213.855 0.536099 214.456 0.756789C215.057 0.977478 215.59 1.19817 216.074 1.46615C216.558 1.73413 216.992 1.97058 217.359 2.20704L217.526 2.30162L217.476 5.45433L216.875 4.94989C215.674 3.94103 214.506 3.20014 213.372 2.72723C212.237 2.25433 211.086 2.01787 209.935 2.01787C209.084 2.01787 208.283 2.15974 207.566 2.42772C206.849 2.71147 206.215 3.08979 205.698 3.59423C205.18 4.09866 204.763 4.69768 204.48 5.40703C204.196 6.10063 204.046 6.88881 204.046 7.70851C204.046 8.63856 204.179 9.47403 204.43 10.1992C204.68 10.94 205.047 11.5548 205.514 12.075C205.981 12.5794 206.565 12.9735 207.249 13.2415C207.933 13.5095 208.717 13.6514 209.568 13.6514C211.019 13.6514 212.204 13.478 213.138 13.1154C214.072 12.7686 214.806 12.2169 215.34 11.476V9.01689H210.085V6.77846H218.376V12.5794L218.293 12.6898C218.026 12.9578 217.659 13.2573 217.209 13.6041C216.758 13.9509 216.191 14.2977 215.507 14.6287C214.823 14.9597 213.989 15.2435 213.021 15.4642C212.054 15.6849 210.903 15.811 209.585 15.811M224.315 15.543H220.895V0.394227H231.906C232.74 0.394227 233.524 0.520336 234.242 0.741025C234.942 0.961715 235.56 1.29275 236.077 1.71837C236.594 2.12822 236.978 2.63265 237.261 3.2159C237.545 3.79915 237.678 4.44546 237.678 5.12329C237.678 5.58043 237.595 6.03758 237.411 6.51048C237.228 6.98339 236.961 7.42477 236.594 7.83462C236.244 8.24447 235.776 8.59127 235.209 8.89078C234.642 9.20605 233.991 9.41098 233.241 9.52132C233.491 9.71048 233.825 10.0258 234.258 10.4356C234.692 10.8612 235.143 11.3341 235.61 11.8543C236.077 12.3903 236.544 12.942 236.994 13.5253C237.445 14.1085 237.828 14.676 238.145 15.212L238.329 15.543H234.892L234.809 15.4484C234.342 14.8021 233.858 14.1873 233.357 13.5883C232.857 12.9893 232.373 12.4533 231.923 11.9647C231.472 11.476 231.072 11.0819 230.688 10.7509C230.321 10.4198 230.038 10.1992 229.837 10.1046H224.315V15.5588V15.543ZM224.315 7.91344H229.837C230.638 7.91344 231.322 7.83462 231.873 7.72428C232.44 7.61393 232.89 7.4563 233.241 7.23561C233.591 7.01492 233.858 6.73117 234.008 6.38438C234.158 6.03758 234.242 5.64349 234.242 5.15482C234.242 3.40506 233.408 2.52231 231.706 2.52231H224.299V7.89768L224.315 7.91344ZM248.205 15.9686C247.054 15.9686 245.92 15.811 244.802 15.5115C243.701 15.1962 242.7 14.7233 241.832 14.077C240.965 13.4307 240.264 12.611 239.73 11.6179C239.196 10.6248 238.929 9.4425 238.929 8.07107C238.929 6.85728 239.146 5.75383 239.597 4.76073C240.047 3.76763 240.664 2.91639 241.482 2.20704C242.299 1.49768 243.284 0.945951 244.418 0.567626C245.552 0.189301 246.82 -0.015625 248.205 -0.015625C249.59 -0.015625 250.808 0.173538 251.959 0.567626C253.093 0.945951 254.061 1.49768 254.878 2.20704C255.696 2.91639 256.33 3.75186 256.78 4.7292C257.23 5.70654 257.447 6.77846 257.447 7.96073C257.447 9.143 257.23 10.2307 256.78 11.208C256.33 12.2011 255.696 13.0524 254.878 13.746C254.061 14.4553 253.076 15.007 251.959 15.4011C250.824 15.7952 249.573 16.0001 248.205 16.0001M248.172 2.06516C247.321 2.06516 246.537 2.20704 245.819 2.49078C245.119 2.77452 244.501 3.16861 244.001 3.68881C243.501 4.20901 243.1 4.83955 242.817 5.56467C242.533 6.28979 242.399 7.1095 242.399 7.99226C242.399 8.87502 242.55 9.66319 242.817 10.4041C243.1 11.145 243.501 11.7755 244.001 12.2957C244.518 12.8317 245.119 13.2415 245.836 13.5253C246.537 13.8248 247.321 13.9666 248.172 13.9666C249.022 13.9666 249.79 13.8248 250.507 13.5253C251.208 13.2415 251.825 12.8159 252.342 12.2957C252.843 11.7755 253.243 11.145 253.527 10.4041C253.81 9.67896 253.944 8.87502 253.944 7.99226C253.944 7.1095 253.81 6.30556 253.527 5.58043C253.243 4.85531 252.86 4.22477 252.342 3.70457C251.825 3.18437 251.208 2.77452 250.507 2.49078C249.807 2.20704 249.022 2.0494 248.172 2.0494M267.874 15.9528C266.723 15.9528 265.655 15.811 264.654 15.543C263.653 15.2593 262.769 14.8336 262.035 14.2189C261.284 13.6198 260.7 12.8317 260.283 11.8701C259.85 10.9085 259.633 9.74201 259.633 8.38635V0.346937H263.103V8.6228C263.103 9.50556 263.186 10.278 263.37 10.94C263.553 11.6021 263.82 12.1696 264.204 12.611C264.587 13.0681 265.071 13.3992 265.672 13.6198C266.272 13.8405 266.99 13.9509 267.841 13.9509C269.526 13.9509 270.743 13.5095 271.477 12.611C272.211 11.7125 272.562 10.3883 272.562 8.6228V0.346937H276.082V8.26024C276.082 9.4425 275.915 10.5144 275.565 11.4602C275.214 12.4218 274.697 13.2258 274.013 13.8878C273.329 14.5499 272.478 15.0701 271.444 15.4169C270.426 15.7794 269.225 15.9686 267.857 15.9686M281.671 15.606H278.267V0.394227H289.495C291.28 0.394227 292.664 0.835607 293.632 1.71837C294.616 2.60112 295.1 3.84644 295.1 5.47009C295.1 6.10063 295 6.73117 294.783 7.34595C294.566 7.96073 294.233 8.52822 293.749 9.01689C293.265 9.52132 292.648 9.91541 291.897 10.2307C291.13 10.546 290.195 10.6878 289.078 10.6878H281.671V15.5745V15.606ZM281.671 8.55974H289.361C289.845 8.55974 290.262 8.46516 290.596 8.29176C290.929 8.1026 291.196 7.86615 291.397 7.5824C291.613 7.2829 291.747 6.95186 291.83 6.57354C291.914 6.19521 291.964 5.81689 291.964 5.45433C291.964 5.09176 291.914 4.74497 291.814 4.39817C291.714 4.05137 291.547 3.7361 291.346 3.46812C291.13 3.20014 290.846 2.97945 290.512 2.80605C290.179 2.63265 289.778 2.55383 289.311 2.55383H281.654V8.55974H281.671Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9458'%3E%3Crect width='295' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-typee2 {
    width: 320px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9514)'%3E%3Cpath d='M270.251 0.438282L270.205 0.386719H267.203V15.5926H270.426V5.63583C270.426 5.10989 270.411 4.55301 270.39 4.10441C270.426 4.14566 270.462 4.19207 270.503 4.23848L280.337 15.5926H283.344V0.402188H280.121V10.0703C280.121 10.6117 280.137 11.1531 280.157 11.5965C279.951 11.3542 279.699 11.0809 279.426 10.7818L270.251 0.433125V0.438282Z' fill='%23fff'/%3E%3Cpath d='M264.34 0.407227H261.086V15.5925H264.34V0.407227Z' fill='%23fff'/%3E%3Cpath d='M311.997 13.5663C309.314 13.5663 306.621 12.6949 305.288 11.3904L305.03 11.1738L303.383 13.0095L303.63 13.2673C305.056 14.4635 308.176 15.6701 311.93 15.6701C317.053 15.6701 319.992 14.1438 319.992 11.478C319.992 9.15255 317.459 8.41004 314.252 7.47159L313.484 7.24472C313.011 7.1055 312.553 6.97143 312.11 6.84768C309.165 6.00205 307.219 5.44517 307.219 4.08906C307.219 2.84124 308.65 2.15029 311.255 2.15029H311.343C313.814 2.15029 316.254 3.11968 318.221 4.88829L318.649 5.28017V2.46998L318.623 2.34623L318.587 2.26889L318.535 2.23279C317.923 1.80998 314.89 0.237305 311.245 0.237305C306.56 0.237305 303.656 1.75326 303.656 4.18703C303.656 7.22409 308.192 8.27598 310.37 8.7813L310.416 8.79161C310.684 8.85348 310.915 8.9102 311.085 8.95661L311.631 9.10614C315.117 10.0652 316.419 10.4262 316.419 11.5399C316.419 12.8857 314.926 13.5663 311.981 13.5663H311.997Z' fill='%23fff'/%3E%3Cpath d='M244.707 15.5925H251.421C255.973 15.2935 259.026 12.1945 259.026 7.86839C259.026 3.26382 255.88 0.407227 250.814 0.407227H242.828V13.8291C242.828 14.8036 243.673 15.5977 244.707 15.5977V15.5925ZM246.113 2.40787H250.747C253.975 2.40787 255.751 4.36211 255.751 7.90964C255.751 11.4572 253.985 13.5661 250.773 13.5661H246.113V2.40787Z' fill='%23fff'/%3E%3Cpath d='M293.878 15.8554C298.873 15.8554 301.122 13.7413 302.168 12.7255V6.80092H294.352V9.04907H299.32V11.5086C298.316 12.9782 296.581 13.664 293.873 13.664C290.614 13.664 288.673 11.4468 288.673 7.73937C288.673 4.37231 290.954 2.02103 294.223 2.02103C296.391 2.02103 298.528 2.98526 300.767 4.97044L301.37 5.47576V2.32526L301.215 2.22213C299.835 1.28884 297.611 0.0410156 294.28 0.0410156C288.884 0.0410156 285.398 3.15026 285.398 7.96625C285.398 12.7822 288.966 15.8554 293.883 15.8554H293.878Z' fill='%23fff'/%3E%3Cpath d='M216.276 16C221.42 16 225.008 12.6948 225.008 7.96648C225.008 3.23816 221.42 0 216.276 0C211.133 0 207.523 3.25363 207.523 8.10055C207.523 13.5559 211.92 16 216.276 16ZM216.256 2.06252C219.453 2.06252 221.687 4.50661 221.687 8.01289C221.687 11.5192 219.453 13.9839 216.256 13.9839C213.058 13.9839 210.798 11.5295 210.798 8.01289C210.798 4.49629 212.991 2.06252 216.256 2.06252Z' fill='%23fff'/%3E%3Cpath d='M189.445 0.371094V15.5719H192.885V9.08524H202.049V15.5719H205.494V0.371094H202.049V6.8835H192.885V0.371094H189.445Z' fill='%23fff'/%3E%3Cpath d='M230.51 0.381836H227.07V13.6696C227.07 14.7267 227.966 15.5878 229.068 15.5878H241.111V13.4273H230.51V0.381836Z' fill='%23fff'/%3E%3Cpath d='M163.077 0.412109H159.828V15.5871H163.077V0.412109Z' fill='%23fff'/%3E%3Cpath d='M130.857 15.9946C135.995 15.9946 139.584 12.6945 139.584 7.96621C139.584 3.23788 135.995 0.00488281 130.857 0.00488281C125.719 0.00488281 122.109 3.25851 122.109 8.10027C122.109 13.5556 126.501 15.9946 130.857 15.9946ZM130.836 2.0674C134.034 2.0674 136.263 4.51149 136.263 8.01262C136.263 11.5137 134.029 13.9785 130.836 13.9785C127.644 13.9785 125.384 11.5241 125.384 8.01262C125.384 4.50118 127.577 2.0674 130.836 2.0674Z' fill='%23fff'/%3E%3Cpath d='M174.037 15.9946C179.175 15.9946 182.764 12.6945 182.764 7.96621C182.764 3.23788 179.175 0.00488281 174.037 0.00488281C168.898 0.00488281 165.289 3.25851 165.289 8.10027C165.289 13.5556 169.681 15.9946 174.037 15.9946ZM174.016 2.0674C177.213 2.0674 179.443 4.51149 179.443 8.01262C179.443 11.5137 177.208 13.9785 174.016 13.9785C170.824 13.9785 168.564 11.5241 168.564 8.01262C168.564 4.50118 170.757 2.0674 174.016 2.0674Z' fill='%23fff'/%3E%3Cpath d='M112.721 15.6595C117.844 15.6595 120.779 14.1333 120.779 11.4675C120.779 9.14196 118.246 8.40461 115.043 7.46616L114.276 7.23929C113.802 7.10007 113.349 6.966 112.906 6.84225C109.961 5.99662 108.015 5.43458 108.015 4.08363C108.015 2.83581 109.447 2.15002 112.047 2.15002H112.134C114.606 2.15002 117.046 3.1194 119.008 4.88801L119.435 5.27474V2.46971L119.409 2.34596L119.373 2.26861L119.322 2.23252C118.709 1.8097 115.671 0.242188 112.036 0.242188C107.356 0.242188 104.447 1.75298 104.447 4.19191C104.447 7.22382 108.978 8.2757 111.156 8.78618C111.449 8.85321 111.691 8.90993 111.872 8.96149L112.417 9.11102C115.903 10.0701 117.2 10.431 117.2 11.5448C117.2 12.8854 115.707 13.5661 112.767 13.5661C110.085 13.5661 107.397 12.6947 106.064 11.3901L105.812 11.1735L104.164 13.0092L104.411 13.267C105.837 14.4581 108.952 15.6647 112.706 15.6647L112.721 15.6595Z' fill='%23fff'/%3E%3Cpath d='M149.747 15.8509C154.427 15.8509 156.6 13.7369 157.65 12.7211L157.774 12.489L155.133 11.2928L155.06 11.4062C154.103 12.8397 152.373 13.5306 149.778 13.5306C147.018 13.5306 144.233 11.7414 144.233 7.74007C144.233 4.45036 146.632 2.15065 150.061 2.15065C152.46 2.15065 154.891 3.30566 156.554 5.23927L156.832 5.55896V2.41362L156.78 2.36721C155.601 1.24829 153.228 0.046875 150.113 0.046875C144.547 0.046875 140.953 3.15612 140.953 7.96695C140.953 12.7778 144.65 15.8509 149.747 15.8509Z' fill='%23fff'/%3E%3Cpath d='M81.0776 6.77539H74.9609V8.93072H81.0776V6.77539Z' fill='%23fff'/%3E%3Cpath d='M1.87412 15.5874H8.57253C13.1291 15.2935 16.1874 12.1894 16.1874 7.86324C16.1874 3.26382 13.0416 0.407227 7.98043 0.407227H0V13.8188C0 14.7933 0.844382 15.5874 1.87412 15.5874ZM3.2797 2.40787H7.9135C11.1366 2.40787 12.9129 4.36211 12.9129 7.90964C12.9129 11.4572 11.1469 13.5609 7.9341 13.5609H3.2797V2.40787Z' fill='%23fff'/%3E%3Cpath d='M86.0672 11.6123H93.5379L95.2576 15.5827H98.7586L91.9727 0.418009L91.9315 0.325195H87.9516L81.0781 15.5878H84.3578L86.0672 11.6175V11.6123ZM89.1821 4.49664C89.2851 4.2543 89.4241 3.91398 89.5631 3.5582L89.5889 3.49116C89.697 3.21788 89.8103 2.93428 89.9081 2.69709C89.9956 2.91366 90.0986 3.16632 90.1964 3.42413C90.3457 3.81085 90.5362 4.29039 90.6444 4.53789L92.5905 9.47763H86.9991L89.177 4.5018L89.1821 4.49664Z' fill='%23fff'/%3E%3Cpath d='M40.296 5.64657C40.296 5.12063 40.2806 4.56375 40.26 4.11515C40.296 4.1564 40.3321 4.20281 40.3733 4.24922L50.2021 15.5931H53.2038V0.41293H49.9858V10.0758C49.9858 10.6018 50.0013 11.1535 50.0219 11.6021C49.8159 11.3598 49.5585 11.0813 49.2908 10.7926L40.1261 0.449024L40.0798 0.397461H37.0781V15.5931H40.296V5.64657Z' fill='%23fff'/%3E%3Cpath d='M26.3023 15.9946C31.4406 15.9946 35.0293 12.6945 35.0293 7.96621C35.0293 3.23788 31.4406 0.00488281 26.3023 0.00488281C21.1639 0.00488281 17.5547 3.25851 17.5547 8.10027C17.5547 13.5556 21.9465 15.9946 26.3023 15.9946ZM26.2817 2.0674C29.479 2.0674 31.7084 4.51149 31.7084 8.01262C31.7084 11.5137 29.4739 13.9785 26.2817 13.9785C23.0895 13.9785 20.8292 11.5241 20.8292 8.01262C20.8292 4.50118 23.0226 2.0674 26.2817 2.0674Z' fill='%23fff'/%3E%3Cpath d='M63.7403 15.8509C68.7345 15.8509 70.9124 13.7369 71.9576 12.7211L72.0245 12.6025V6.80163H64.214V9.04977H69.1825V11.5093C68.1785 12.9789 66.4485 13.6595 63.7403 13.6595C60.4864 13.6595 58.5453 11.4475 58.5453 7.74007C58.5453 4.37301 60.8262 2.02174 64.0904 2.02174C66.2529 2.02174 68.3947 2.98597 70.6292 4.96599L71.1956 5.4713L71.2265 2.32596L71.072 2.22283C69.6922 1.28954 67.468 0.046875 64.1419 0.046875C58.7461 0.046875 55.2656 3.15612 55.2656 7.96695C55.2656 12.7778 58.8337 15.8509 63.7455 15.8509H63.7403Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9514'%3E%3Crect width='320' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-ci-symbol {
    width: 31px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0719 29.7798C11.0719 29.7798 11.1858 24.0268 10.442 21.8865C9.68301 19.7462 8.84815 16.2929 3.25453 12.6954C1.30398 11.4355 0.658852 11.5494 0.46152 11.6632C0.256598 11.777 -0.0469905 12.3007 0.00613741 14.6156C0.0668551 16.9381 -0.107708 23.3058 2.617 26.114C5.3417 28.9222 7.45164 29.5901 11.0719 29.7798Z' fill='%2300ACCD'/%3E%3Cpath d='M15.4905 14.6005C19.8697 7.59518 26.4576 5.12853 27.1786 4.90843C27.801 4.72627 28.1121 4.52135 28.1653 4.00525C28.226 3.51192 27.4215 2.44936 25.099 1.34885C21.9265 -0.161499 15.4905 0.00547445 15.4905 0.00547445C15.4905 0.00547445 9.06197 -0.161499 5.88947 1.34885C3.56702 2.44936 2.75492 3.51192 2.81564 4.00525C2.87636 4.52135 3.17236 4.71868 3.8023 4.90843C4.51574 5.12853 11.1188 7.59518 15.4905 14.6005Z' fill='%2300ACCD'/%3E%3Cpath d='M15.4899 30.0002C16.6436 30.0002 17.6985 29.947 18.67 29.8863C18.67 29.8863 18.7839 24.7101 18.4651 22.7899C18.116 20.6496 17.3798 17.2722 15.4899 14.6689C13.6153 17.2722 12.8715 20.6572 12.5223 22.7899C12.2112 24.7101 12.325 29.8863 12.325 29.8863C13.2889 29.9546 14.3515 30.0002 15.4899 30.0002Z' fill='%2300ACCD'/%3E%3Cpath d='M19.9046 29.7798C19.9046 29.7798 19.7907 24.0268 20.5421 21.8865C21.3011 19.7462 22.1436 16.2929 27.7296 12.6954C29.6801 11.4355 30.3253 11.5494 30.5226 11.6632C30.7275 11.777 31.0311 12.3007 30.9704 14.6156C30.9173 16.9381 31.0918 23.3058 28.3671 26.114C25.6424 28.9222 23.5325 29.5901 19.9046 29.7798Z' fill='%2300ACCD'/%3E%3Cpath d='M1.93374 6.63088C1.53908 6.55498 1.27344 6.16032 1.27344 5.73529C1.27344 5.21919 1.69087 4.80176 2.19938 4.80176C2.28287 4.80176 2.44984 4.82453 2.57128 4.88524C2.57128 4.88524 6.76839 6.79026 9.41719 10.2739L9.34889 10.3802C5.81208 7.60995 1.93374 6.63088 1.93374 6.63088Z' fill='%2300ACCD'/%3E%3Cpath d='M0.987516 8.78668C0.592851 8.68801 0.296853 8.33889 0.281674 7.91387C0.266494 7.39777 0.661159 6.94238 1.17726 6.94238C1.29869 6.94238 1.46567 6.96515 1.59469 7.02587C1.59469 7.02587 5.82216 8.74114 8.47097 11.9744L8.39507 12.0654C4.69888 9.44699 0.987516 8.78668 0.987516 8.78668Z' fill='%2300ACCD'/%3E%3Cpath d='M0.809029 11.1322C0.421954 11.0411 0.141134 10.6996 0.125955 10.2973C0.103186 9.79643 0.490261 9.34863 0.998771 9.34863C1.02913 9.34863 1.1961 9.34863 1.35549 9.40935C1.35549 9.40935 5.43116 11.0715 7.55628 13.6444L7.48797 13.7583C3.94358 11.4965 0.809029 11.1398 0.809029 11.1398V11.1322Z' fill='%2300ACCD'/%3E%3Cpath d='M29.0457 6.63088C29.448 6.55498 29.7136 6.16032 29.7136 5.73529C29.7136 5.21919 29.2886 4.80176 28.7725 4.80176C28.6966 4.80176 28.5296 4.82453 28.4006 4.88524C28.4006 4.88524 24.1959 6.79026 21.5547 10.2739L21.623 10.3802C25.1674 7.60995 29.0381 6.63088 29.0381 6.63088H29.0457Z' fill='%2300ACCD'/%3E%3Cpath d='M29.9986 8.78668C30.3857 8.68801 30.6817 8.33889 30.6969 7.91387C30.7197 7.39777 30.3098 6.94238 29.8013 6.94238C29.6875 6.94238 29.5129 6.96515 29.3839 7.02587C29.3839 7.02587 25.1564 8.74114 22.5 11.9744L22.5759 12.0654C26.2721 9.44699 29.991 8.77909 29.991 8.77909L29.9986 8.78668Z' fill='%2300ACCD'/%3E%3Cpath d='M30.1689 11.1322C30.5484 11.0411 30.8368 10.6996 30.8444 10.2973C30.8747 9.79643 30.4877 9.34863 29.9867 9.34863C29.9412 9.34863 29.7818 9.34863 29.6224 9.40935C29.6224 9.40935 25.5392 11.0715 23.4141 13.6444L23.4824 13.7583C27.0116 11.4965 30.1613 11.1398 30.1613 11.1398L30.1689 11.1322Z' fill='%2300ACCD'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-profile {
    width: 90px;
    height: 90px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='45' cy='45' r='45' fill='white'/%3E%3Ccircle cx='45' cy='33' r='15' fill='%23DBDBDB'/%3E%3Cmask id='mask0_2636_18608' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='90' height='90'%3E%3Ccircle cx='45' cy='45' r='45' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2636_18608)'%3E%3Crect x='15' y='54' width='60' height='60' rx='20' fill='%23DBDBDB'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-environmental-1 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 7C32.2768 7 37.3779 8.89668 41.373 12.3442C45.368 15.7916 47.9908 20.5602 48.7631 25.7803C49.5353 31.0003 48.4056 36.3241 45.58 40.7806C42.7543 45.2372 38.4209 48.5297 33.3701 50.0576C28.3193 51.5855 22.8875 51.2471 18.0654 49.104C13.2433 46.961 9.3521 43.1561 7.10144 38.3833C4.85078 33.6105 4.39061 28.1877 5.80484 23.1039C6.95832 18.9574 9.29606 15.2617 12.502 12.4528' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.4986 12.4531C10.1177 14.5392 8.21563 17.1143 6.92188 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 45.4404C15.0513 45.5949 19.1538 44.7917 19.1538 40.3435C19.1538 36.7483 21.7074 37.5646 23.4142 37.5633C24.4408 37.5626 25.7811 37.0969 25.7811 35.2458C25.7811 32.4634 27.2012 32 28.1479 32C29.0947 32 30.5148 32.5676 30.5148 35.2454C30.5148 37.0969 30.5148 39.0052 30.5148 39.8778C30.5148 40.7504 30.9889 41.1171 31.9349 41.7328C33.355 42.6572 33.355 44.5107 31.9349 45.4397C29.2948 47.1669 28.6213 48.6832 29.0947 51' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M17.0833 20.2704C14.2194 23.1342 9.68176 23.2398 6.94809 20.5061C4.21442 17.7724 4.31994 13.2347 7.18379 10.3709C10.0476 7.50705 22.5044 4.94975 22.5044 4.94975C22.5044 4.94975 19.9471 17.4065 17.0833 20.2704Z' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M43.1444 14H35.0481C33.6988 14 31 14.7875 31 17.9375C31 21.0875 33.6905 21 35.0481 21C35.9477 21 37.7469 21 37.7469 22.75C37.7469 24.5 35.9477 24.5 35.0481 24.5C34.1486 24.5 33.249 25.1244 33.249 26.25C33.249 27.3756 34.1486 28 35.0481 28H39.0963C40.4457 28 41.3453 28.875 40.8955 31.0625C40.4457 33.25 43.1444 33.25 43.1444 33.25C43.1444 33.25 45.3795 32.907 44.9436 35.875C44.5333 38.6684 44.7937 41.125 44.9436 42' stroke='%23444444' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-2 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80078 12.668H45.2008V42.0013C45.2008 46.4196 41.6191 50.0013 37.2008 50.0013H14.8008C10.3825 50.0013 6.80078 46.4196 6.80078 42.0013V12.668Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16.4023 19.0667V7C16.4023 4.23858 18.6409 2 21.4023 2H30.6023C33.3638 2 35.6023 4.23858 35.6023 7V19.0667' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='16.399' cy='19.0669' r='2.13333' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='35.6021' cy='19.0669' r='2.13333' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M32.9703 33.7266C32.6942 33.2483 32.0826 33.0844 31.6043 33.3605C31.126 33.6367 30.9621 34.2483 31.2383 34.7266L32.9703 33.7266ZM31.2383 34.7266L33.4035 38.4768L35.1355 37.4768L32.9703 33.7266L31.2383 34.7266ZM32.5375 39.9768H28.207V41.9768H32.5375V39.9768ZM33.4035 38.4768C33.7884 39.1435 33.3073 39.9768 32.5375 39.9768V41.9768C34.8469 41.9768 36.2902 39.4768 35.1355 37.4768L33.4035 38.4768Z' fill='%23FF4002'/%3E%3Cpath d='M26.6992 40.9765L28.9493 39.6774L28.9493 42.2756L26.6992 40.9765Z' fill='%23D9D9D9' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M23.7936 42.0626C24.3458 42.0626 24.7936 41.6149 24.7936 41.0626C24.7936 40.5103 24.3458 40.0626 23.7936 40.0626L23.7936 42.0626ZM23.7936 40.0626L19.4631 40.0626L19.4631 42.0626L23.7936 42.0626L23.7936 40.0626ZM18.5971 38.5626L20.7623 34.8124L19.0303 33.8124L16.865 37.5626L18.5971 38.5626ZM19.4631 40.0626C18.6933 40.0626 18.2122 39.2293 18.5971 38.5626L16.865 37.5626C15.7103 39.5626 17.1537 42.0626 19.4631 42.0626L19.4631 40.0626Z' fill='%23FF4002'/%3E%3Cpath d='M20.8338 29.7733C20.5576 30.2516 20.7215 30.8632 21.1998 31.1393C21.6781 31.4155 22.2897 31.2516 22.5658 30.7733L20.8338 29.7733ZM22.5658 30.7733L24.731 27.023L22.999 26.023L20.8338 29.7733L22.5658 30.7733ZM26.4631 27.023L28.6283 30.7733L30.3604 29.7733L28.1951 26.023L26.4631 27.023ZM24.731 27.023C25.1159 26.3564 26.0782 26.3564 26.4631 27.023L28.1951 26.023C27.0404 24.023 24.1537 24.023 22.999 26.023L24.731 27.023Z' fill='%23FF4002'/%3E%3Cpath d='M20.6507 33.0137L20.6507 35.6119L18.4006 34.3128L20.6507 33.0137Z' fill='%23D9D9D9' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M30.2439 31.5742L27.9938 30.2752L30.2439 28.9761L30.2439 31.5742Z' fill='%23D9D9D9' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-3 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='10' width='42' height='31' rx='2' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='3' y='7' width='46' height='5' rx='2.5' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='13' cy='41' r='4' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M18 51H8V50C8 47.2386 10.2386 45 13 45C15.7614 45 18 47.2386 18 50V51Z' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='26' cy='41' r='4' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M31 51H21V50C21 47.2386 23.2386 45 26 45C28.7614 45 31 47.2386 31 50V51Z' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='39' cy='41' r='4' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M44 51H34V50C34 47.2386 36.2386 45 39 45C41.7614 45 44 47.2386 44 50V51Z' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12.5 30L21.5 23L30.5 27L39.5 21' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='12.5' cy='30' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='21.5' cy='23' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='30.5' cy='27' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='39.5' cy='21' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-4 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 19C42 23.1146 40.4482 26.8643 37.8963 29.6996L39.3829 31.0376C42.2524 27.8493 44 23.6276 44 19H42ZM26 3C34.8366 3 42 10.1634 42 19H44C44 9.05887 35.9411 1 26 1V3ZM10 19C10 10.1634 17.1634 3 26 3V1C16.0589 1 8 9.05887 8 19H10ZM14.1037 29.6996C11.5518 26.8643 10 23.1146 10 19H8C8 23.6276 9.74756 27.8493 12.6171 31.0376L14.1037 29.6996ZM17 41V36.3101H15V41H17ZM20 44C18.3431 44 17 42.6569 17 41H15C15 43.7614 17.2386 46 20 46V44ZM32 44H20V46H32V44ZM35 41C35 42.6569 33.6569 44 32 44V46C34.7614 46 37 43.7614 37 41H35ZM35 36.3101V41H37V36.3101H35ZM12.6171 31.0376C14.0285 32.6057 15 34.4174 15 36.3101H17C17 33.7277 15.6859 31.4576 14.1037 29.6996L12.6171 31.0376ZM37.8963 29.6996C36.3141 31.4577 35 33.7277 35 36.3101H37C37 34.4174 37.9715 32.6057 39.3829 31.0376L37.8963 29.6996Z' fill='%23444444'/%3E%3Cpath d='M16 36L36 36' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M16 40L26 40' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M31 40H36' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 45H32V46C32 48.2091 30.2091 50 28 50H24C21.7909 50 20 48.2091 20 46V45Z' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M19 15L21.9167 26L26 15L30.0833 26L33 15' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 20L34 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-5 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 46V6C9 4.89543 9.89543 4 11 4H34.1716C34.702 4 35.2107 4.21071 35.5858 4.58579L44.4142 13.4142C44.7893 13.7893 45 14.298 45 14.8284V46C45 47.1046 44.1046 48 43 48H11C9.89543 48 9 47.1046 9 46Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35 5L35 12C35 13.1046 35.8954 14 37 14H44' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.2644 27.2539C33.9882 26.7756 33.3766 26.6117 32.8983 26.8879C32.4201 27.164 32.2562 27.7756 32.5323 28.2539L34.2644 27.2539ZM32.5323 28.2539L35.3002 33.048L37.0322 32.048L34.2644 27.2539L32.5323 28.2539ZM34.4342 34.548H28.8984V36.548H34.4342V34.548ZM35.3002 33.048C35.6851 33.7146 35.204 34.548 34.4342 34.548V36.548C36.7436 36.548 38.1869 34.048 37.0322 32.048L35.3002 33.048Z' fill='%23FF4002'/%3E%3Cpath d='M29.806 35.5462V37.1277L27.5469 35.5462L29.806 33.9648V35.5462Z' fill='%23FF4002' stroke='%23FF4002' stroke-linejoin='round'/%3E%3Cpath d='M25.2696 36.7095C25.8219 36.7095 26.2696 36.2618 26.2696 35.7095C26.2696 35.1573 25.8219 34.7095 25.2696 34.7095L25.2696 36.7095ZM25.2696 34.7095L19.7339 34.7095L19.7339 36.7095L25.2696 36.7095L25.2696 34.7095ZM18.8678 33.2095L21.6357 28.4155L19.9036 27.4155L17.1358 32.2095L18.8678 33.2095ZM19.7339 34.7095C18.9641 34.7095 18.4829 33.8762 18.8678 33.2095L17.1358 32.2095C15.9811 34.2095 17.4245 36.7095 19.7339 36.7095L19.7339 34.7095Z' fill='%23FF4002'/%3E%3Cpath d='M20.3173 28.6931L18.9478 27.9024L21.4469 26.7366L21.6868 29.4838L20.3173 28.6931Z' fill='%23FF4002' stroke='%23FF4002' stroke-linejoin='round'/%3E%3Cpath d='M21.7004 24.0854C21.4243 24.5637 21.5882 25.1753 22.0665 25.4514C22.5447 25.7276 23.1563 25.5637 23.4325 25.0854L21.7004 24.0854ZM25.3343 19.7913L26.2003 20.2913L25.3343 19.7913ZM23.4325 25.0854L26.2003 20.2913L24.4683 19.2913L21.7004 24.0854L23.4325 25.0854ZM27.9324 20.2913L30.7002 25.0854L32.4323 24.0854L29.6644 19.2913L27.9324 20.2913ZM26.2003 20.2913C26.5852 19.6247 27.5475 19.6247 27.9324 20.2913L29.6644 19.2913C28.5097 17.2913 25.623 17.2913 24.4683 19.2913L26.2003 20.2913Z' fill='%23FF4002'/%3E%3Cpath d='M31.1189 23.8055L32.4884 23.0148L32.2484 25.762L29.7493 24.5963L31.1189 23.8055Z' fill='%23FF4002' stroke='%23FF4002' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-6 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37 18V12C37 10.8954 36.1046 10 35 10H13C11.8954 10 11 10.8954 11 12V46C11 47.1046 11.8954 48 13 48H33.5V48C38.1944 48 42 44.1944 42 39.5V33.5' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='16' y='15' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='16' y='22' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='16' y='29' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='16' y='36' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16 10H32V4C32 2.89543 31.1046 2 30 2H18C16.8954 2 16 2.89543 16 4V10Z' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M48 28C48 31.3137 45.3137 34 42 34C40.4697 34 39.0731 33.1071 38.0132 31.8197C35.6342 28.9301 37.4389 25.0003 39.3747 21.7968C41.4896 18.2969 42 16 42 16C42 16 48 24.6863 48 28Z' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M42 25L42 34' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-7 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg width='49' height='43' viewBox='0 0 49 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1' clip-path='url(%23clip0_13_3568)'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M33.4999 31.2498C33.7699 29.7798 32.6199 28.3198 30.9399 28.0098L25.2899 26.9498C25.2899 26.9498 21.9099 26.1998 20.1599 25.3798C20.1599 25.3798 16.5999 23.4798 12.9999 25.0398L5.6499 29.6398' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M33.5 31.25L33.48 31.26H33.5' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_3' d='M33.4999 31.2498L44.4099 27.8898C45.9899 27.3898 47.6199 28.0098 48.0799 29.4398C48.5299 30.8698 47.5999 32.4398 46.0199 32.9498L29.0199 38.3298L28.1599 38.3798L13.6799 36.0698C13.6799 36.0698 12.0099 36.2198 9.62988 37.8998' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_4' d='M33.5001 31.2598C33.2201 32.7298 31.6201 33.6698 29.9401 33.3598L22.1001 31.8998' stroke='%23222222' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_5' d='M5.64014 29.6299L9.64014 37.9099' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_6' d='M5.64 29.6297L4.94 28.1797L0.75 30.1997L6.12 41.3097L10.31 39.2897L9.64 37.9097' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath id='Vector_7' d='M10.2002 5.07024C10.2002 5.07024 13.3902 13.6902 16.9102 16.1902C21.2102 19.2502 26.1402 18.0002 26.4802 17.9102C26.5802 17.4102 28.0902 10.8502 23.2002 7.88024C18.4202 4.97024 10.2002 5.07024 10.2002 5.07024Z' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_8' d='M47.4401 0.75C47.4401 0.75 43.8501 11.57 39.5901 14.83C34.3901 18.81 28.2301 17.47 27.8001 17.38C27.6501 16.77 25.5101 8.7 31.4301 4.8C37.2301 0.99 47.4401 0.75 47.4401 0.75Z' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_9' d='M10.2002 5.06982C10.4002 5.14982 16.7702 7.80982 21.2602 10.9998C24.0502 12.9898 25.5002 16.2898 25.9802 17.5798C26.1102 17.9198 26.1702 18.1198 26.1702 18.1198C26.1702 18.1198 26.1702 18.1198 26.1502 18.1198C26.5702 19.6798 27.1602 22.8198 27.1602 22.8198' stroke='%23FF4002' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath id='Vector_10' d='M47.3202 0.75C47.0802 0.86 39.3202 4.4 33.9102 8.53C30.5502 11.1 28.9002 15.24 28.3502 16.85C28.2102 17.27 28.1402 17.52 28.1402 17.52C28.1402 17.52 28.1402 17.52 28.1702 17.52C27.7202 19.46 27.1602 22.82 27.1602 22.82' stroke='%23FF4002' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13_3568'%3E%3Crect width='48.94' height='42.06' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
}
#svg .svg-environmental-8 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_125_16' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='52' height='52'%3E%3Crect width='52' height='52' fill='%23F3F7FA'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_125_16)'%3E%3Cpath d='M33.9653 14.9707C34.3558 15.3612 34.989 15.3612 35.3795 14.9707C35.77 14.5801 35.77 13.947 35.3795 13.5565L33.9653 14.9707ZM35.3795 13.5565C33.4269 11.6038 33.4269 8.43801 35.3795 6.48539L33.9653 5.07118C31.2316 7.80485 31.2316 12.237 33.9653 14.9707L35.3795 13.5565ZM35.3795 6.48539C37.3321 4.53277 40.498 4.53277 42.4506 6.48539L43.8648 5.07118C41.1311 2.33751 36.699 2.33751 33.9653 5.07118L35.3795 6.48539ZM42.4506 6.48539C44.4032 8.43801 44.4032 11.6038 42.4506 13.5565L43.8648 14.9707C46.5985 12.237 46.5985 7.80485 43.8648 5.07118L42.4506 6.48539ZM42.4506 13.5565C41.8054 14.2016 41.0305 14.6322 40.2108 14.8512L40.7268 16.7834C41.8771 16.4762 42.9644 15.8711 43.8648 14.9707L42.4506 13.5565Z' fill='%23222222'/%3E%3Cpath d='M26.5907 13.1052C27.0706 12.274 27.9192 11.7226 28.8737 11.6218L38.711 10.5831C40.0046 10.4465 41.2388 11.1591 41.7672 12.3476L45.7864 21.3863C46.1763 22.2633 46.1231 23.274 45.6432 24.1052L31.9071 47.8969C31.0786 49.3318 29.2439 49.8234 27.809 48.995L13.9526 40.995C12.5177 40.1666 12.0261 38.3318 12.8545 36.8969L26.5907 13.1052Z' fill='%23F3F7FA' stroke='%23222222' stroke-width='2'/%3E%3Crect x='9.62012' y='37' width='9' height='6' fill='%23F3F7FA'/%3E%3Cpath d='M25.1076 8.27273C25.7863 7.59404 26.7488 7.28106 27.6969 7.43076L37.4678 8.97354C38.7526 9.1764 39.7603 10.1841 39.9632 11.4689L41.506 21.2399C41.6557 22.1879 41.3427 23.1504 40.664 23.8291L21.2381 43.2549C20.0666 44.4265 18.1671 44.4265 16.9955 43.2549L5.68178 31.9412C4.5102 30.7697 4.5102 28.8702 5.68178 27.6986L25.1076 8.27273Z' fill='%23F3F7FA' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M33.9653 14.9707C34.3558 15.3612 34.989 15.3612 35.3795 14.9707C35.77 14.5801 35.77 13.947 35.3795 13.5565L33.9653 14.9707ZM35.3795 13.5565C33.4269 11.6038 33.4269 8.43801 35.3795 6.48539L33.9653 5.07118C31.2316 7.80485 31.2316 12.237 33.9653 14.9707L35.3795 13.5565ZM35.3795 6.48539C37.3321 4.53277 40.498 4.53277 42.4506 6.48539L43.8648 5.07118C41.1311 2.33751 36.699 2.33751 33.9653 5.07118L35.3795 6.48539Z' fill='%23222222'/%3E%3Cpath d='M26.9198 30.8773C24.3365 33.4606 20.2585 33.5708 17.8112 31.1235C16.5188 29.8311 16.2657 27.7579 16.6951 25.7085C17.4329 22.1872 21.1999 20.7315 24.6889 19.8537C29.441 18.6581 31.8433 17.0914 31.8433 17.0914C31.8433 17.0914 29.503 28.2941 26.9198 30.8773Z' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M24.4577 24.4762C21.8731 26.0766 17.7382 29.1302 15.9649 34.4467' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
#svg .svg-environmental-9 {
    width: 52px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_125_32' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1' y='0' width='53' height='53'%3E%3Crect x='-0.000976562' y='0.000488281' width='52' height='52' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_125_32)'%3E%3Cpath d='M26.009 12.1154L25.1636 11.27C20.1831 6.28957 12.1082 6.28957 7.12777 11.27V11.27C2.14732 16.2505 2.14731 24.3254 7.12776 29.3058L20.6546 42.8327' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M29.118 33.2574L34.8873 39.0268C36.0589 40.1984 37.9584 40.1984 39.1299 39.0268L39.3963 38.7605C40.5678 37.5889 40.5678 35.6894 39.3963 34.5178L33.6269 28.7485' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29.1191 33.2587L34.8884 39.0281C36.06 40.1997 36.06 42.0992 34.8884 43.2707L33.9099 44.2493C33.1317 45.0275 31.87 45.0275 31.0918 44.2493V44.2493' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M36.0926 31.2169L39.3961 34.5204C40.5677 35.692 42.4672 35.692 43.6387 34.5204L43.905 34.2541C45.0766 33.0826 45.0766 31.1831 43.905 30.0115L33.6267 19.7332' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M26.3416 11.6873L19.6611 18.8606C18.3215 20.2991 18.3613 22.54 19.7513 23.93C21.1769 25.3556 23.4884 25.3556 24.914 23.93L30.3757 18.4684C30.9141 17.9299 31.787 17.9299 32.3255 18.4684L43.2435 29.3864C43.8346 29.9775 44.793 29.9775 45.3841 29.3864C50.1346 24.636 50.2755 16.9786 45.703 12.0566L45.3709 11.6991C40.2346 6.17022 31.4847 6.1648 26.3416 11.6873Z' stroke='%23222222' stroke-width='2'/%3E%3Crect x='32.7725' y='45.3926' width='8.32942' height='6.37662' rx='3' transform='rotate(135 32.7725 45.3926)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Crect x='28.2617' y='40.8823' width='8.32942' height='6.37662' rx='3' transform='rotate(135 28.2617 40.8823)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Crect x='23.7559' y='36.376' width='8.32942' height='6.37662' rx='3' transform='rotate(135 23.7559 36.376)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Crect x='19.2451' y='31.8657' width='8.32942' height='6.37662' rx='3' transform='rotate(135 19.2451 31.8657)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

/* Pretendard */
/************************************************/
/************************************************/
/************************************************/
/* 기본 */
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    /* cursor: none; */
    word-break: keep-all;
}

pre {
    font-family: inherit;
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

xmp,
form,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    appearance: none;
}

img {
    max-width: 100%;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
}

textarea {
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

fieldset {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
}

legend,
caption {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none;
}

em {
    font-style: normal;
}

::-ms-clear {
    display: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=search] {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: 1.8rem;
    color: #222;
    background-color: #fff;
    transition: 0.4s border;
    border-radius: 0.4rem;
    font-size: 1.8rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 1.8rem;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 1.8rem;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 1.8rem;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 1.8rem;
}
input[type=text]:placeholder,
input[type=password]:placeholder,
input[type=number]:placeholder,
input[type=tel]:placeholder,
input[type=email]:placeholder,
input[type=search]:placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 1.8rem;
}
input[type=text].error,
input[type=password].error,
input[type=number].error,
input[type=tel].error,
input[type=email].error,
input[type=search].error {
    color: red;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus {
    border: 1px solid #2f75ff !important;
    outline: none;
}

textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    font-family: inherit;
    transition: 0.4s border;
    border-radius: 0.4rem;
    font-size: 1.8rem;
}
textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
    font-size: 1.8rem;
}
textarea::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
    font-size: 1.8rem;
}
textarea:-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
    font-size: 1.8rem;
}
textarea:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
    font-size: 1.8rem;
}
textarea:placeholder {
    color: #aaaaaa;
    opacity: 1;
    font-size: 1.8rem;
}
textarea.error {
    color: red;
}
textarea:focus {
    border: 1px solid #2f75ff !important;
    outline: none;
}

select {
    width: 100%;
    padding-right: 5rem;
    outline: none;
    border: 1px solid #ddd;
    font-size: 1.8rem;
    font-family: inherit;
    line-height: 1.6;
    background: #fff url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 1.33301L7.00033 6.66634L12.3337 1.33301' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 2.4rem) 50%/11px;
    border-radius: 0.4rem;
    box-shadow: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select:focus {
    border: 1px solid #222;
    color: #222;
}

select:disabled {
    opacity: 0.5;
}

select option {
    color: #999;
}

select option:first-child {
    color: #555;
}

select::-ms-expand {
    display: none;
}

option::-moz-selection {
    background: #e0e3e5;
}

option::selection {
    background: #e0e3e5;
}

option:selected {
    background: rgb(224, 227, 229);
}

button {
    margin: 0;
    padding: 0;
    outline: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 0;
}

/*scroll*/
body {
    scrollbar-width: thin;
    scrollbar-color: #89898a transparent;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

body::-webkit-scrollbar-thumb {
    background-color: #89898a;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar {
    width: 4px;
    height: 0;
}

::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    background-color: #89898a;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

/************************************************/
/************************************************/
/************************************************/
/**************** common-class ********************/
:root {
    --size: 10px;
    --clr1: #0df7ff;
    --clr2: #00b4d6;
    --clr3: #2f75ff;
    --clr4: #162da1;
    --clr5: #031053;
    --hl1: #ff0002;
    --ico-s1: 6.4rem;
    --ico-s2: 2rem;
}

.blind {
    position: absolute;
    text-indent: -1000000em;
    font-size: 0;
}

.line-cut {
    overflow: hidden;
}

.no-click {
    pointer-events: none;
}

.pt-60 {
    padding-top: 6rem !important;
}

/*검색 위치 조정*/
.new-pt {
    padding-top: 6rem !important;
}

.ell {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.ell-1 {
    display: block;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ell-2 {
    display: block;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ell-3 {
    display: block;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.no-scr {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.noScr,
.scr-x {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scr-x:-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}

.title-h2 {
    font-size: 6.4rem;
    line-height: 1.1875;
    font-weight: 700;
}

.title-h3 {
    font-size: 4.8rem;
    line-height: 1.25;
    font-weight: 700;
}

.title-s1 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 700;
}

.title-s2 {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
}    

.title-s3 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
}

.text-1 {
    font-size: 2rem;
    line-height: 1.6;
}

.text-2 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
}

.text-3 {
    font-size: 1.6rem;
    line-height: 1.75;
}

.text-4 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
}

[class*=btn-type-] {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
[class*=btn-type-].btn-type-a {
    padding: 0 1rem;
    color: #222;
    border: 1px solid #222;
}
[class*=btn-type-].btn-type-a:hover {
    color: #fff;
    background: #222;
    /* box-shadow: 0 0 4px #2c2c2c; */
    /* transition: opacity 0.2s; */
    /* opacity: 0.8; */
}
[class*=btn-type-].btn-type-b {
    padding: 0 1rem;
    color: #fff;
    border: 1px solid #000081;
    background-color: #000081;
}
[class*=btn-type-].btn-type-b:hover {
    box-shadow: 0 0 4px rgba(0, 0, 129, 0.4);
    transition: opacity 0.2s;
    opacity: 0.8;
}
[class*=btn-type-].btn-type-c {
    padding: 0 1rem;
    color: #777;
    border: 1px solid #f3f7fa;
    background-color: #f3f7fa;
}
[class*=btn-type-].btn-type-c:hover {
    box-shadow: 0 0 4px rgba(197, 197, 197, 0.4);
    transition: opacity 0.2s;
    opacity: 0.8;
}

.bottom-btn-wrap {
    margin-top: 4rem;
    text-align: center;
}
.bottom-btn-wrap .btn-type-a {
    width: 21.1rem;
    height: 6.1rem;
    font-size: 1.8rem;
    line-height: 6.1rem;
    text-align: center;
    border-radius: 5rem;
}

.bottom-btn-wrap_2 {
    margin-top: 8rem;
}
.bottom-btn-wrap_2 .btn-type-a {
    width: 21.1rem;
    height: 6.1rem;
    font-size: 1.8rem;
    line-height: 6.1rem;
    text-align: center;
    border-radius: 5rem;
}

.check-type-a input {
    display: none;
}

.check-type-a input + label {
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.check-type-a label:before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 0;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0.4rem;
    vertical-align: middle;
}

.check-type-a input:checked + label {
    color: #333 !important;
    font-weight: 600 !important;
}

.check-type-a input:checked + label:before {
    border-color: #000081;
    background: #000081 url("data:image/svg+xml,%3Csvg viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5.33333 9.33333L13.6667 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.6rem;
}

.radio-type-a input {
    display: none;
}

.radio-type-a input + label {
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 2.1rem;
    font-weight: 500;
    color: #333;
}

.radio-type-a label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 1px solid #bcbbbc;
    vertical-align: middle;
    box-sizing: border-box;
}

.radio-type-a input:checked + label:before {
    background: url(../images/common/ico-radio-bk.png) no-repeat 50% 50%/100%;
    border: none;
}

.paging {
    margin-top: 5rem;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}

.paging li {
    position: relative;
    font-size: 1.6rem;
}

.paging li a,
.paging li strong {
    display: block;
    padding: 0 11px;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #aaa;
    line-height: 3rem;
}

.paging li.disable {
    border: 1px solid #ccc;
}

.paging li.disable.paging-left a, .paging li.disable.paging-right a {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23ccc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.paging li.disable.paging-left-2 a, .paging li.disable.paging-right-2 a {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23ccc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.668 1.66699L8.33464 5.00033L11.668 8.33366' stroke='%23ccc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.paging li.disable,
.paging li.disable a {
    pointer-events: none;
}

.paging li strong {
    display: block;
    color: #000081;
    font-weight: 0;
    border-radius: 2rem;
    color: #fff;
    background-color: #000081;
}

.paging li a:hover {
    text-decoration: underline;
}

.paging-left,
.paging-left-2,
.paging-right,
.paging-right-2 {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #000081;
}

.paging-left a {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23222081' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1rem;
}

.paging-left-2 a {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23222081' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.668 1.66699L8.33464 5.00033L11.668 8.33366' stroke='%23222081' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/1.5rem;
}

.paging-right a {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23222081' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1rem;
    transform: scaleX(-1);
}

.paging-right-2 a {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23222081' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.668 1.66699L8.33464 5.00033L11.668 8.33366' stroke='%23222081' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/1.5rem;
    transform: scaleX(-1);
}

.loader-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(102, 102, 102, 0.7);
}

.loader-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.7);
}

.loader {
    --animation-duration: 900ms;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 10px;
    font-size: 0;
}
.loader span {
    width: var(--size);
    height: var(--size);
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background-color: var(--clr-spinner);
    animation: loaderAni var(--animation-duration) ease-in-out infinite;
}
@keyframes loaderAni {
    0%, 100% {
        transform: translateY(75%);
    }
    50% {
        transform: translateY(-75%);
    }
}
.loader span:nth-child(1) {
    --clr-spinner: var(--clr1);
    animation-delay: calc(var(--animation-duration) / 6 * -1);
}
.loader span:nth-child(2) {
    --clr-spinner: var(--clr2);
    animation-delay: calc(var(--animation-duration) / 6 * -2);
}
.loader span:nth-child(3) {
    --clr-spinner: var(--clr3);
    animation-delay: calc(var(--animation-duration) / 6 * -3);
}
.loader span:nth-child(4) {
    --clr-spinner: var(--clr4);
    animation-delay: calc(var(--animation-duration) / 6 * -4);
}
.loader span:nth-child(5) {
    --clr-spinner: var(--clr5);
    animation-delay: calc(var(--animation-duration) / 6 * -5);
}

.search-box {
    margin-bottom: 5rem;
    padding: 2.8rem 12.3rem;
    background-color: #f7f7f7;
    border-radius: 2rem;
    text-indent: -1000000em;
    font-size: 0;
}
.search-box .search-form {
    position: relative;
    padding-right: 4rem;
    display: flex;
    background-color: #fff;
    border-radius: 5rem;
    overflow: hidden;
    border-radius: 5rem;
    border: 1px solid #e5e5e5;
}
.search-box .search-form .input-wrap {
    position: relative;
    width: 100%;
}
.search-box .search-form input[type=text] {
    padding: 0 5.5rem 0 4rem;
    height: 6.4rem;
    font-size: 1.8rem;
    color: #222;
    border: none;
}
.search-box .search-form .btn-input-reset {
    position: absolute;
    display: none;
    top: 0;
    right: 2rem;
    width: 2.3rem;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23aaa'/%3E%3Cpath d='M8 8L16 16' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 16L16 8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.search-box .search-btns {
    display: flex;
    gap: 2rem;
}
.search-box .search-btns a {
    width: 2.3rem;
    height: 100%;
}
.search-box .search-btns .btn-search {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2929 25.7071C24.6834 26.0976 25.3166 26.0976 25.7071 25.7071C26.0976 25.3166 26.0976 24.6834 25.7071 24.2929L24.2929 25.7071ZM18.2929 19.7071L24.2929 25.7071L25.7071 24.2929L19.7071 18.2929L18.2929 19.7071Z' fill='%23222'/%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23222' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100%;
}
.search-box .search-btns .btn-filter {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1H1L9.47368 12.7018V24L15.9298 17.5439V12.7018L24 1Z' stroke='%23222' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/100%;
}
.search-box.filter-on .filter-wrap {
    display: block;
}
.search-box.filter-on .btn-filter {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1H1L9.47368 12.7018V24L15.9298 17.5439V12.7018L24 1Z' stroke='%2300B4D6' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.search-box .btn-filter-reset {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    font-size: 1.4rem;
}
.search-box .filter-wrap {
    position: relative;
    display: none;
    margin: 2.8rem 4rem 0;
}
.search-box .filter-title {
    font-size: 2rem;
    font-weight: 600;
}
.search-box .filter-list {
    display: flex;
    margin-top: 1.6rem;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.search-box .filter-item label {
    display: block;
    padding: 1rem 1.6rem;
    background-color: #fff;
    font-size: 1.4rem;
    border-radius: 5rem;
    transition: background 0.3s ease;
}
.search-box .filter-item input:checked + label {
    color: #fff;
    background-color: #00b4d6;
}
.search-box .filter-btn {
    margin: 2.8rem -4rem 0;
    border-top: 1px solid #ccc;
}
.search-box .filter-btn .btn-search {
    display: block;
    margin: 1.6rem auto 0;
    width: 14rem;
    height: 5.1rem;
    background-color: #000081;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 5.1rem;
    border-radius: 5rem;
}

.bg-a {
    background-color: #f7f7f7;
}

.tab-type-a {
    display: flex;
    gap: 0.8rem;
}
.tab-type-a a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5rem;
    color: #222;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.tab-type-a .tab-item.on a {
    background-color: #000081;
    color: #fff !important;
    border-color: #000081;
}

.list-type-a {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.list-type-a > * {
    position: relative;
    width: calc((100% - 6rem) / 3);
}
.list-type-a .info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10.8695652174%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.list-type-a .brand {
    padding: 0 1.6rem;
    display: inline-block;
    height: 4.5rem;
    line-height: 4.5rem;
    border: 1px solid #162da1;
    border-radius: 5rem;
    color: #162da1;
    font-size: 1.8rem;
    font-weight: 700;
}
.list-type-a .text-1 {
    color: #777;
}
.list-type-b {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}
.list-type-b > li {
    width: calc((100% - 9rem) / 4);
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    transition: all 0.3s;
}
.list-type-b a[download] {
    display: block;
    padding: 4rem 7rem 4rem 4rem;
    height: 100%;
    font-size: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23162DA1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23162DA1'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23162DA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 4rem) calc(100% - 4rem)/2.4rem;
}

.bullet-type-a li {
    position: relative;
    display: block;
    width: 100%;
}
.bullet-type-a li:before {
    content: "";
    display: inline-block;
    margin: -0.2rem 1rem 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222;
    vertical-align: middle;
}

.excel-table table {
    width: 100%;
    font-size: 1.6rem;
    border: 0;
}
.excel-table table th,
.excel-table table td {
    padding: 2.4rem;
    font-weight: 500;
    text-align: center;
}
.excel-table table .header td {
    text-align: center;
    background-color: #2f75ff;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.excel-table table .cn td {
    color: #777;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.table-note {
    margin-top: 2rem;
    text-align: right;
    color: #888;
    white-space: pre-line;
}

.table-type-a {
    font-size: 1.6rem;
    width: 100%;
}
.table-type-a.bg-w {
    background-color: #fff;
}
.table-type-a td,
.table-type-a th {
    padding: 2.4rem;
    font-weight: 500;
}
.table-type-a thead.line th {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.table-type-a thead th {
    background-color: #2f75ff;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.table-type-a thead .tx-r {
    text-align: right;
}
.table-type-a thead .tx-left {
    text-align: left;
}
.table-type-a thead .line {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.table-type-a thead .line2 {
    border: 1px solid rgba(7, 7, 7, 0.2);
}
.table-type-a thead .line3 {
    border-bottom: 1px solid rgba(7, 7, 7, 0.2);
}
.table-type-a thead .nonebg {
    background: transparent;
}
.table-type-a thead .color444 {
    color: #444;
}
.table-type-a tbody tr:first-child th + td {
    border-top: 1px solid #e5e5e5;
}
.table-type-a tbody tr:last-child td {
    border-color: #ccc;
}
.table-type-a tbody tr.indent td {
    color: #777;
    font-weight: 400;
}
.table-type-a tbody td {
    border-bottom: 1px solid #e5e5e5;
    color: #444;
}
.table-type-a tbody .tx-r {
    text-align: right;
}
.table-type-a tbody th {
    background-color: #2f75ff;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.table-type-a .down {
    color: #162da1;
}
.table-type-a .down:after {
    content: "";
    display: inline-block;
    margin-left: 0.6rem;
    width: 9px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08417 0.500001L0.915833 0.5C0.52025 0.5 0.281329 0.937623 0.495243 1.27038L4.07941 6.84575C4.27623 7.15191 4.72377 7.15191 4.92059 6.84575L8.50476 1.27038C8.71867 0.937625 8.47975 0.500001 8.08417 0.500001Z' fill='%23162DA1'/%3E%3C/svg%3E%0A") no-repeat 100% 50%/100%;
}
.table-type-a .up {
    color: #ff4002;
}
.table-type-a .up:after {
    content: "";
    display: inline-block;
    margin-left: 0.6rem;
    width: 9px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915833 7.5L8.08417 7.5C8.47975 7.5 8.71867 7.06238 8.50476 6.72962L4.92059 1.15425C4.72377 0.848089 4.27623 0.848089 4.07941 1.15425L0.495243 6.72962C0.281329 7.06238 0.52025 7.5 0.915833 7.5Z' fill='%23FF4002'/%3E%3C/svg%3E%0A") no-repeat 100% 50%/100%;
}
.table-type-b {
    border-top: 2px solid #222;
}
.table-type-b > li {
    border-bottom: 1px solid #ccc;
    transition: box-shadow 0.3s;
}
.table-type-b > li > a {
    display: flex;
    padding: 4rem 0;
    width: 100%;
    align-items: flex-start;
}
.table-type-b .date-td {
    padding: 0 4rem;
    border-right: 1px solid #dbdbdb;
}
.table-type-b .title-td {
    padding: 0 4rem;
}
.table-type-b a[download] {
    padding-right: 9rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23162DA1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23162DA1'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23162DA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 4rem) 50%/2.4rem;
}

.field-table input[type=text],
.field-table select {
    padding-left: 3rem;
    height: 6.4rem;
    text-align: left;
}
.field-table textarea {
    padding: 3rem;
    min-height: 31rem;
}
.field-table input[type=file] {
    display: none;
}
.field-table .ess {
    display: inline-block;
    margin-top: -0.4rem;
    margin-left: 0.4rem;
    color: #ff4002;
    vertical-align: top;
}
.field-table .btn-type-b {
    width: 16.5rem;
    height: 6.4rem;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 0.4rem;
    line-height: 6.4rem;
}
.field-table .fieldBox {
    display: flex;
    flex-direction: column;
}
.field-table .fieldBox-errorText {
    font-size: 1.2rem;
    line-height: 1.432rem;
    margin-top: 0.8rem;
    display: block;
    color: #ff4002;
}
.field-table .field {
    width: 100%;
}
.field-table .field-wrap {
    display: flex;
    gap: 4rem;
    margin-top: 6rem;
}
.field-table .field-name {
    display: block;
    padding-bottom: 1.2rem;
    font-size: 2rem;
    font-weight: 500;
}
.field-table .field-insert {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.field-table .field-insert + .field-insert {
    margin-top: 0.8rem;
}
.field-table .field .input-wrap {
    width: 100%;
}
.field-table .field .input-mark {
    font-size: 1.8rem;
}
.field-table .field .limit-size {
    margin-top: 1.2rem;
    text-align: right;
    font-size: 1.6rem;
    color: #aaa;
}
.field-table .field .writing-size {
    color: #777;
}
.field-table .half {
    width: calc((100% - 4rem) / 2);
}

.date.ico {
    padding-left: 3rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23aaa' stroke-width='1.5'/%3E%3Crect x='9.5' y='5' width='1.5' height='6' rx='0.75' fill='%23aaa'/%3E%3Crect x='5' y='11' width='1.5' height='6' rx='0.75' transform='rotate(-90 5 11)' fill='%23aaa'/%3E%3C/svg%3E") no-repeat 0 50%/2rem;
    color: #aaa;
    font-weight: 700;
}

.pc-part {
    display: block;
}

img.pc-part {
    display: inline-block;
}

.mo-part {
    display: none;
}

.layer-popup {
    display: none;
}
.layer-popup:not(.no-dim) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
}
.layer-popup .popup-wrap {
    padding: 0 2rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    font-size: 0;
}
.layer-popup .popup-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.layer-popup .popup-inner {
    padding: 5.7rem 4rem;
    display: inline-block;
    background-color: #fff;
    border-radius: 2rem;
    vertical-align: middle;
    text-align: left;
}
.layer-popup .popup-head {
    position: relative;
    padding-right: 6.5rem;
}
.layer-popup .popup-head .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.6rem;
    height: 3.6rem;
    text-indent: -1000000em;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2207 36.4082L36.3962 1.22812' stroke='%23aaa' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.5957 1.60352L36.7712 36.7836' stroke='%23aaa' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
}
.layer-popup.pop-humanright .popup-inner {
    padding: 4rem;
    max-width: 50rem;
    width: calc(100% - 3.2rem);
}
.layer-popup.pop-humanright .humanright-title {
    letter-spacing: -0.02em;
}
.layer-popup.pop-humanright .humanright-cont {
    display: block;
    margin-top: 2.4rem;
    padding: 3rem;
    background-color: #f3f7fa;
    width: 100%;
    min-height: 20rem;
}
.layer-popup.pop-humanright .humanright-cont li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: -0.02em;
    color: #777;
    align-items: flex-start;
}
.layer-popup.pop-humanright .humanright-cont li::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #777;
    border-radius: 50%;
    margin: 1.1rem;
    flex-shrink: 0;
}
.layer-popup.pop-workplace {
    position: absolute;
    right: 0;
    bottom: -2.8rem;
    transform: translateY(100%);
}
.layer-popup.pop-workplace .popup-inner {
    padding: 4rem;
    width: 70.5rem;
    box-shadow: 1rem 1rem 3.2rem rgba(34, 34, 34, 0.4);
    overflow: visible;
}
.layer-popup.pop-workplace .popup-wrap {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
}
.layer-popup.pop-workplace .popup-wrap::before {
    display: none;
}
.layer-popup.pop-workplace .workplace-title {
    line-height: 3.8rem;
}
.layer-popup.pop-workplace .workplace-cont {
    display: grid;
    width: 46rem;
    margin: 3.2rem auto 0;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 11rem;
    row-gap: 4rem;
}
.layer-popup.pop-workplace .workplace-cont li {
    width: 100%;
}
.layer-popup.pop-workplace .workplace-cont a {
    width: 100%;
}
.layer-popup.pop-workplace .workplace-cont .ico {
    width: 100%;
}
.layer-popup.pop-workplace .workplace-cont .ico img {
    width: 100%;
}
.layer-popup.pop-workplace .workplace-cont .name {
    font-size: 1.4rem;
    line-height: 1.67rem;
    text-align: center;
    font-weight: 400;
    display: block;
    margin-top: 0.8rem;
    color: #2f75ff;
    text-decoration: underline;
}
.mt1-rem {
    margin-top: 1rem;
}

.table-mt {
    margin-top: 5rem;
    display: block;
}

.blue {
    color: #2f75ff;
}

/*color: #888;*/
.text-desc {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #222;
}

.text-desc-left {
    text-align: left;
}
.standard_wrap ul {
    display:flex;
    width:100%;
    gap:2rem;
    margin-top:6rem;
}

.standard_wrap ul li{
    display:flex;
    background:#fff;
    padding:7rem 0 5rem;
    width:100%;
    justify-content:flex-start;
    align-items:center;
    flex-direction:column;
    border-radius:2rem;
}

.standard_wrap ul li span{
    display:block;
    font-size:3rem;
    font-weight:700;
    margin:2.6rem 0;
}

.standard_wrap ul li p{
    display:block;
    width:100%;
    font-size:1.8rem;
    color:#00B4D6;
    text-align:left;
    line-height:3.2rem;
    font-weight:normal;
    text-indent: -1.4rem;
    padding:0 2rem 0 4rem
}

.standard_wrap ul li p:before {
    content: "";
    display: inline-block;
    margin: -2px 6px 0 0;
    width: .8rem;
    height: .8rem;
    background-color: #00B4D6;
    box-sizing: border-box;
    border-radius: .4rem;
    vertical-align: middle
}


.standard_wrap ul li p.txt1 {
    color:#2F75FF;
}

.standard_wrap ul li p.txt1:before {
    background-color: #2F75FF;
}


.standard_wrap ul li p.txt2 {
    color:#FF4002;
}

.standard_wrap ul li p.txt2:before {
    background-color: #FF4002;
}

.issued-stocks-table {margin-top:6rem}

.brand-intro .brand-intro-wrap {
    height: 100vh
}

.brand-intro .brand-intro-swiper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #fff
}

.brand-intro .brand-intro-swiper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001
}

.brand-intro .brand-intro-swiper .swiper-container {
    height: 100%;
    overflow: hidden
}

.brand-intro .brand-intro-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.brand-intro .brand-intro-swiper .intro-item {
    position: relative;
    overflow: hidden
}

.brand-intro .brand-intro-swiper .bind {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1
}

.brand-intro .brand-intro-swiper .bind.on {
    position: relative;
    z-index: 1
}

.brand-intro .brand-intro-swiper .bind.on .thumb {
    opacity: 1
}

.brand-intro .brand-intro-swiper .bind.on .content {
    transform: translateX(0)
}

.brand-intro .brand-intro-swiper .thumb {
    width: 20.5128205128vw;
    opacity: 0;
    transition: opacity 1.5s
}

.brand-intro .brand-intro-swiper .content {
    position: relative;
    display: flex;
    margin-left: 8rem;
    padding-right: 2rem;
    padding-bottom: 15rem;
    width: calc(50vw - 8rem);
    max-width: 72rem;
    justify-content: center;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .5s
}

.brand-intro .brand-intro-swiper .text-1 {
    margin-top: 2.8rem
}

.brand-intro .brand-intro-swiper .btn-page-move {
    margin-top: 4.6296296296vh
}

.brand-intro .brand-intro-swiper .intro-item-1 .content {
    padding-bottom: 0
}

.brand-intro .brand-list-swiper {
    position: absolute;
    right: 0;
    bottom: 2.8rem;
    width: calc(50vw - 8rem);
    max-width: 72rem;
    z-index: 2
}

.brand-intro .brand-list {
    display: flex;
    color: rgba(0, 0, 0, .4)
}

.brand-intro .brand-list li {
    width: 30%;
    border-top: 2px solid rgba(0, 0, 0, .1);
    transition: border .4s
}

.brand-intro .brand-list li.on {
    border-color: #162da1
}

.brand-intro .brand-list li.on .num {
    color: #162da1
}

.brand-intro .brand-list li.on .brand-name {
    color: #222;
    font-weight: 500
}

.brand-intro .brand-list a {
    display: block;
    padding-top: 2.8rem
}

.brand-intro .brand-list .num {
    font-size: 2rem;
    font-weight: 600
}

.brand-intro .brand-list .brand-name {
    margin-top: .8rem;
    font-size: 1.8rem
}



@media (hover: hover) and (pointer: fine) {
    .table-type-b > li:hover {
        box-shadow: 0.1rem 0.1rem 3.2rem rgba(34, 34, 34, 0.16);
    }
    .table-type-b > li:hover .title-s3 {
        color: #2f75ff;
        border-bottom: 1px solid #2f75ff;
    }
    .list-type-b > li:hover {
        background-color: #162da1;
        box-shadow: 1rem 1rem 3.2rem rgba(22, 45, 161, 0.24);
        border-color: #162da1;
        color: #fff;
    }
    .list-type-b > li:hover a {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23fff'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}
@media screen and (max-width: 1350px) {
    .list-type-a .ell-3 {
        -webkit-line-clamp: 2;
    }
}
@media screen and (max-width: 1200px) {
    .list-type-a {
        gap: 2rem;
    }
    .list-type-a > * {
        position: relative;
        width: calc((100% - 3rem) / 2);
    }
    .list-type-a .ell-3 {
        -webkit-line-clamp: 3;
    }
}
@media screen and (max-width: 992px) {
    .list-type-a .ell-3 {
        -webkit-line-clamp: 2;
    }
    .list-type-b {
        justify-content: normal;
        gap: 2rem;
    }
    .list-type-b > li {
        width: calc((100% - 4rem) / 3);
    }
    .search-box {
        padding: 2.4rem 2rem;
    }
    .search-box .filter-wrap {
        margin: 2rem 1.5rem;
    }
    .search-box .filter-btn {
        margin: 2.8rem -1.5rem 0;
    }
    .field-table-title {
        padding-top: 5.5rem;
    }
    .field-table .field-wrap {
        display: block;
    }
    .field-table .field + .field {
        margin-top: 6rem;
    }
    .field-table .field-insert {
        gap: 0.5rem;
    }
    .field-table .half {
        width: 100%;
    }
}
@media screen and (max-width: 766px) {
    .scr-x {
        margin: 0 -1.6rem;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0 1.6rem;
    }
    .scr-x img {
        max-width: none;
    }
    .paging {
        margin-top: 4rem;
        gap: 0.7rem;
    }
    input[type=text],
    input[type=password],
    input[type=number],
    input[type=tel],
    input[type=email],
    input[type=search] {
        font-size: 1.5rem;
    }
    input[type=text]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder,
    input[type=search]::-webkit-input-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.5rem;
    }
    input[type=text]::-moz-placeholder,
    input[type=password]::-moz-placeholder,
    input[type=number]::-moz-placeholder,
    input[type=tel]::-moz-placeholder,
    input[type=email]::-moz-placeholder,
    input[type=search]::-moz-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.5rem;
    }
    input[type=text]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=number]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    input[type=search]:-ms-input-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.5rem;
    }
    input[type=text]:-moz-placeholder,
    input[type=password]:-moz-placeholder,
    input[type=number]:-moz-placeholder,
    input[type=tel]:-moz-placeholder,
    input[type=email]:-moz-placeholder,
    input[type=search]:-moz-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.5rem;
    }
    input[type=text]:placeholder,
    input[type=password]:placeholder,
    input[type=number]:placeholder,
    input[type=tel]:placeholder,
    input[type=email]:placeholder,
    input[type=search]:placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.5rem;
    }
    input[type=text].error,
    input[type=password].error,
    input[type=number].error,
    input[type=tel].error,
    input[type=email].error,
    input[type=search].error {
        color: red;
    }
    input[type=text]:focus,
    input[type=password]:focus,
    input[type=number]:focus,
    input[type=tel]:focus,
    input[type=email]:focus,
    input[type=search]:focus {
        border: 1px solid #222;
        outline: none;
    }
    .bottom-btn-wrap_2 .btn-type-a {
        width: 100%;
        height: 4.9rem;
        font-size: 1.4rem;
        line-height: 4.9rem;
    }
    .bottom-btn-wrap_2 .btn-list {
        width: 12.8rem;
    }

    .bottom-btn-wrap .btn-type-a {
        width: 100%;
        height: 4.9rem;
        font-size: 1.4rem;
        line-height: 4.9rem;
    }
    .bottom-btn-wrap .btn-list {
        width: 12.8rem;
    }
    .tab-type-a .tab-item {
        font-size: 1.2rem;
    }
    .check-type-a input:checked + label:before {
        background-size: 1.1rem;
    }
    .check-type-a label:before {
        margin-right: 0.6rem;
        width: 2rem;
        height: 2rem;
    }
    .table-type-a td,
    .table-type-a th {
        padding: 2rem;
        font-size: 1.4rem;
    }
    .table-type-b > li a {
        padding: 2.1rem 3rem 2.1rem 0.8rem;
    }
    .table-type-b a[download] {
        background-size: 1.6rem;
        background-position: calc(100% - 0.8rem) 2.1rem;
    }
    .table-type-b .date-td {
        padding: 0;
    }
    .table-type-b .title-td {
        padding: 0;
    }
    .list-type-a {
        gap: 0.8rem 0;
    }
    .list-type-a > * {
        position: relative;
        width: 100%;
    }
    .list-type-a .ell-3 {
        -webkit-line-clamp: 3;
    }
    .list-type-a .brand {
        height: 3.8rem;
        font-size: 1.2rem;
        line-height: 3.8rem;
    }
    .list-type-a .info {
        padding: 3rem;
    }
    .list-type-b {
        gap: 0.8rem;
    }
    .list-type-b > li {
        width: calc((100% - 0.8rem) / 2);
    }
    .list-type-b a[download] {
        font-size: 1.5rem;
        background-size: 1.6rem;
        background-position: 2rem calc(100% - 2rem);
    }
    .table-note {
        margin-top: 1.6rem;
    }
    .field-table input[type=text],
    .field-table select {
        padding: 0 2rem;
        height: 4.6rem;
        font-size: 1.2rem;
    }
    .field-table input[type=text]::-webkit-input-placeholder,
    .field-table select::-webkit-input-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table input[type=text]::-moz-placeholder,
    .field-table select::-moz-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table input[type=text]:-ms-input-placeholder,
    .field-table select:-ms-input-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table input[type=text]:-moz-placeholder,
    .field-table select:-moz-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table input[type=text]:placeholder,
    .field-table select:placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table textarea {
        padding: 1.6rem 2rem;
        font-size: 1.2rem;
    }
    .field-table textarea::-webkit-input-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table textarea::-moz-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table textarea:-ms-input-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table textarea:-moz-placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table textarea:placeholder {
        color: #aaa;
        opacity: 1;
        font-size: 1.2rem;
    }
    .field-table .field + .field {
        margin-top: 3rem;
    }
    .field-table .field-wrap {
        margin-top: 3.6rem;
    }
    .field-table .field-wrap .btn-type-b {
        width: 10.6rem;
        height: 4.6rem;
        line-height: 4.6rem;
        font-size: 1.2rem;
    }
    .field-table .field-wrap .ess {
        margin-left: 0.4rem;
        font-size: 2rem;
    }
    .field-table .field-name {
        font-size: 1.4rem;
    }
    .field-table .field-insert + .field-insert {
        margin-top: 0.5rem;
    }
    .field-table .field .limit-size {
        margin-top: 0.8rem;
        font-size: 1.2rem;
    }
    .excel-table table {
        font-size: 1.4rem;
    }
    .excel-table table th,
    .excel-table table td {
        padding: 2rem;
    }
    .search-box {
        margin: 0 -1.6rem 4rem;
        padding: 2.4rem 1.6rem;
        border-radius: 0;
    }
    .search-box .filter-wrap {
        margin: 2rem 0 0;
    }
    .search-box .filter-btn {
        margin: 2rem 0 0;
    }
    .search-box .filter-btn .btn-search {
        width: 9.7rem;
        height: 4.1rem;
        line-height: 4.1rem;
        font-size: 1.4rem;
    }
    .search-box .filter-title {
        font-size: 1.6rem;
    }
    .search-box .filter-item label {
        font-size: 1.2rem;
    }
    .search-box .search-form {
        padding-right: 2rem;
    }
    .search-box .search-form input[type=text] {
        padding: 0 3rem 0 2.8rem;
        height: 5rem;
        font-size: 1.5rem;
    }
    .search-box .search-form .btn-input-reset {
        right: 1rem;
        width: 2rem;
    }
    .search-box .search-btns {
        gap: 1rem;
    }
    .search-box .search-btns a {
        width: 2rem;
    }
    .search-box .btn-filter-reset {
        font-size: 1.2rem;
    }
    .layer-popup .popup-head .btn-close {
        width: 2.2rem;
        height: 2.2rem;
    }
    .layer-popup .popup-body::-webkit-scrollbar {
        display: block;
        width: 0.3rem; /* Remove scrollbar space */
        height: 0.3rem;
    }
    .layer-popup .popup-inner {
        padding: 2.8rem 2rem;
    }
    .layer-popup.pop-workplace {
        right: -10rem;
        transform: translate(-0.8rem, 100%);
    }
    .layer-popup.pop-workplace .popup-head {
        padding-right: 0;
    }
    .layer-popup.pop-workplace .btn-close {
        margin-top: -0.8rem;
        margin-right: -0.8rem;
    }
    .layer-popup.pop-workplace .title-s2 {
        font-size: 2rem;
        line-height: 3.4rem;
    }
    .layer-popup.pop-workplace .popup-inner {
        width: calc(100vw - 3.2rem);
        max-width: 32.8rem;
        padding: 3.6rem;
    }
    .layer-popup.pop-workplace .workplace-cont {
        width: 100%;
        column-gap: 4.7rem;
        row-gap: 2.8rem;
    }
    .layer-popup.pop-workplace .workplace-cont li {
        position: relative;
    }
    .layer-popup.pop-workplace .workplace-cont a {
        position: relative;
    }
    .layer-popup.pop-workplace .workplace-cont .ico {
        margin-bottom: 3.6rem;
    }
    .layer-popup.pop-workplace .workplace-cont .name {
        font-size: 1.2rem;
        line-height: 1.43rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2.8rem;
        width: fit-content;
        transform: translateY(calc(100% + 0.8rem)) translateX(-50%);
        white-space: nowrap;
    }
    .layer-popup.pop-humanright .popup-inner {
        padding: 2rem;
    }
    .layer-popup.pop-humanright .humanright-cont {
        margin-top: 0.8rem;
        padding: 2.8rem 1.6rem;
    }
    .layer-popup.pop-humanright .humanright-cont li {
        align-items: flex-start;
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    .title-h2 {
        font-size: 3.6rem;
    }
    .title-h3 {
        font-size: 2.4rem;
    }
    .title-s1 {
        font-size: 2.2rem;
    }
    .title-s2 {
        font-size: 2rem;
    }
    .title-s3 {
        font-size: 1.5rem;
    }
    .text-1 {
        font-size: 1.5rem;
    }
    .text-2 {
        font-size: 1.5rem;
    }
    .text-3 {
        font-size: 1.6rem;
    }
    .text-4 {
        font-size: 1.4rem;
    }
    .date.ico {
        padding-left: 2rem;
        background-size: 1.4rem;
    }
    .pc-part {
        display: none;
    }
    .mo-part {
        display: block;
    }
    img.pc-part {
        display: none;
    }
    img.mo-part {
        display: inline-block;
    }

    .standard_wrap {
        margin:0;
    }

    .standard_wrap ul {
        gap:1.6rem;
        flex-direction:column;
    }

    .standard_wrap ul li{
        padding:4rem 0;
        justify-content:center;
    }
    .standard_wrap ul li img{
        width:14rem;
    }
    .standard_wrap ul li span{
        font-size:2rem;
        margin:1.6rem 0;
    }

    .standard_wrap ul li p{
        font-size:1.5rem;
    }
}
.txtList__list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.txtList__tit {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    display: block;
    margin-bottom: 2rem;
    color: #444444;
}

.txtListCont__list {
    display: flex;
    flex-direction: column;
}
.txtListCont__item {
    padding-left: 1.5rem;
    position: relative;
}
.txtListCont__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #444;
}
.txtListCont__text {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #444444;
}

@media screen and (max-width: 766px) {
    .txtList__tit {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    /*검색 위치조정*/
    .new-pt {
        padding-top: 13.2rem !important;
    }
}
/*************layout*************/
#wrap {
    background-color: #fff;
}

.scr-down header {
    transform: translateY(-100%);
}

.mouse-cursor {
    position: fixed;
    mix-blend-mode: difference;
    pointer-events: none;
    display: none;
    z-index: 99999;
}
.mouse-cursor.click .mouse-pointer {
    width: 8rem;
    height: 8rem;
}
.mouse-pointer {
    position: absolute;
    width: 3rem;
    height: 3rem;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    transition: all 0.2s;
    border-radius: 50%;
}

/*header*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    transition: background 0.3s, transform 0.4s cubic-bezier(0.2, 0.4, 0.9, 1);
    z-index: 1002;
}
header.hidden {
    top: -100%;
}
header.white {
    background-color: transparent;
}
header.white .header-menu .gnb-depth1-title {
    color: #fff;
}
header.white .header-etc-link {
    color: #fff;
}
/* header.white .header-etc-link li + li:before {
    background-color: rgba(255, 255, 255, 0.2);
} */
header.white .header-etc-link a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='M325-111.5q-73-31.5-127.5-86t-86-127.5Q80-398 80-480.5t31.5-155q31.5-72.5 86-127t127.5-86Q398-880 480.5-880t155 31.5q72.5 31.5 127 86t86 127Q880-563 880-480.5T848.5-325q-31.5 73-86 127.5t-127 86Q563-80 480.5-80T325-111.5ZM480-162q26-36 45-75t31-83H404q12 44 31 83t45 75Zm-104-16q-18-33-31.5-68.5T322-320H204q29 50 72.5 87t99.5 55Zm208 0q56-18 99.5-55t72.5-87H638q-9 38-22.5 73.5T584-178ZM170-400h136q-3-20-4.5-39.5T300-480q0-21 1.5-40.5T306-560H170q-5 20-7.5 39.5T160-480q0 21 2.5 40.5T170-400Zm216 0h188q3-20 4.5-39.5T580-480q0-21-1.5-40.5T574-560H386q-3 20-4.5 39.5T380-480q0 21 1.5 40.5T386-400Zm268 0h136q5-20 7.5-39.5T800-480q0-21-2.5-40.5T790-560H654q3 20 4.5 39.5T660-480q0 21-1.5 40.5T654-400Zm-16-240h118q-29-50-72.5-87T584-782q18 33 31.5 68.5T638-640Zm-234 0h152q-12-44-31-83t-45-75q-26 36-45 75t-31 83Zm-200 0h118q9-38 22.5-73.5T376-782q-56 18-99.5 55T204-640Z'/%3E%3C/svg%3E");
}



header.white h1 a {
    width:18.1rem;
    height:2.8rem;
    background-image: url("../../assets/images/main/logo_white.svg");
}
header.white h1.en a {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23fff'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23fff'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23fff'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23fff'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23fff'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23fff'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23fff'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23fff'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23fff'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23fff'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23fff'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23fff'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23fff'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23fff'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23fff'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23fff'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23fff'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23fff'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23fff'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%23fff'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%23fff'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%23fff'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%23fff'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%23fff'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%23fff'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%23fff'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%23fff'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%23fff'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
header.white .btn-work-place {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23fff'/%3E%3Crect x='12' width='10' height='10' fill='%23fff'/%3E%3Crect y='12' width='10' height='10' fill='%23fff'/%3E%3Crect x='12' y='12' width='10' height='10' fill='%23fff'/%3E%3C/svg%3E%0A");
}
header.white .btn-lang {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 27C21.1797 27 27 21.1797 27 14C27 6.8203 21.1797 1 14 1C6.8203 1 1 6.8203 1 14C1 21.1797 6.8203 27 14 27Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.29688 14H26.9969' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 1.26172C17.2167 4.54432 19.2 9.04009 19.2 13.9991C19.2 18.9581 17.2167 23.4539 14 26.7364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0047 1.26172C10.788 4.54432 8.80469 9.04009 8.80469 13.9991C8.80469 18.9581 10.788 23.4539 14.0047 26.7364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header.white .btn-all-gnb span {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H26' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
header.nav-open {
    z-index: 2000;
}
header.nav-open .all-gnb-view {
    /*clip-path: circle(150% at 97% 10%);*/
}
header.nav-open .all-gnb-view .gnb-depth1-list li {
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 1;
}
header.nav-open .btn-lang {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 27C21.1797 27 27 21.1797 27 14C27 6.8203 21.1797 1 14 1C6.8203 1 1 6.8203 1 14C1 21.1797 6.8203 27 14 27Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.29688 14H26.9969' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 1.26172C17.2167 4.54432 19.2 9.04009 19.2 13.9991C19.2 18.9581 17.2167 23.4539 14 26.7364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0047 1.26172C10.788 4.54432 8.80469 9.04009 8.80469 13.9991C8.80469 18.9581 10.788 23.4539 14.0047 26.7364' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header.nav-open .btn-work-place {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23fff'/%3E%3Crect x='12' width='10' height='10' fill='%23fff'/%3E%3Crect y='12' width='10' height='10' fill='%23fff'/%3E%3Crect x='12' y='12' width='10' height='10' fill='%23fff'/%3E%3C/svg%3E%0A");
}
header .btn-link:after {
    content: "";
    margin-left: 0.4rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.3rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23222' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

.header-inner {
    position: relative;
    padding: 4.6rem 8rem 4.6rem;
    display: flex;
}

.header-etc-link {
    position: absolute;
    /* padding: 1.2rem; */
    top: 5.6rem;
    right: 14.6rem;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
}
/* .header-etc-link li + li::before {
    content: "";
    margin: 0 0.8rem;
    display: inline-block;
    width: 1px;
    height: 1rem;
} */

.header-etc-link a:before {
    content: "";
    margin-right: 0.4rem;
    margin-top: -0.2rem;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23222'%3E%3Cpath d='M325-111.5q-73-31.5-127.5-86t-86-127.5Q80-398 80-480.5t31.5-155q31.5-72.5 86-127t127.5-86Q398-880 480.5-880t155 31.5q72.5 31.5 127 86t86 127Q880-563 880-480.5T848.5-325q-31.5 73-86 127.5t-127 86Q563-80 480.5-80T325-111.5ZM480-162q26-36 45-75t31-83H404q12 44 31 83t45 75Zm-104-16q-18-33-31.5-68.5T322-320H204q29 50 72.5 87t99.5 55Zm208 0q56-18 99.5-55t72.5-87H638q-9 38-22.5 73.5T584-178ZM170-400h136q-3-20-4.5-39.5T300-480q0-21 1.5-40.5T306-560H170q-5 20-7.5 39.5T160-480q0 21 2.5 40.5T170-400Zm216 0h188q3-20 4.5-39.5T580-480q0-21-1.5-40.5T574-560H386q-3 20-4.5 39.5T380-480q0 21 1.5 40.5T386-400Zm268 0h136q5-20 7.5-39.5T800-480q0-21-2.5-40.5T790-560H654q3 20 4.5 39.5T660-480q0 21-1.5 40.5T654-400Zm-16-240h118q-29-50-72.5-87T584-782q18 33 31.5 68.5T638-640Zm-234 0h152q-12-44-31-83t-45-75q-26 36-45 75t-31 83Zm-200 0h118q9-38 22.5-73.5T376-782q-56 18-99.5 55T204-640Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    vertical-align: middle;
}
.header-etc-link .no-ico:after {
    display: none;
}

.header-workgroup {
    position: relative;
}
.header-workgroup.on .layer-popup {
    display: block !important;
}

h1 {
    width: 18.1rem;
    height: 2.8rem;
}
h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../assets/images/main/logo.svg");
    background-size: 100% 100%;
    text-indent: -1000000em;
    font-size: 0;
}
h1.en {
    width: 33rem;
}
h1.en a {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23222'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23222'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23222'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23222'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23222'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23222'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23222'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23222'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23222'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23222'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23222'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23222'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23222'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23222'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23222'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23222'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23222'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23222'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23222'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%2300B4D6'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%2300B4D6'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%2300B4D6'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%2300B4D6'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%2300B4D6'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%2300B4D6'/%3E%3C/svg%3E%0A");
}

.header-menu {
    margin-left: 10vw;
}
.header-menu::-webkit-scrollbar-track {
    background-color: #101e5d;
}
.header-menu .gnb-depth1-list {
    display: flex;
    gap: 6.4rem;
}
.header-menu .gnb-depth1-title {
    font-size: 2rem;
    font-weight: 500;
}
.header-menu .gnb-depth2 {
    position: absolute;
    padding-top: 3.4rem;
    display: none;
}
.header-menu .gnb-depth2-title {
    font-size: 1.8rem;
    font-weight: 500;
}
.header-menu .gnb-depth2-list {
    padding: 22px;
    min-width: 220px;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    font-size: 1.8rem;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(34, 34, 34, 0.24);
}
.header-menu .gnb-depth2-list > li {
    position: relative;
}
.header-menu .gnb-depth2-list > li + li {
    margin-top: 2.4rem;
}
.header-menu .gnb-depth3:not(.csr) {display: none;}
.header-menu .gnb-depth3-list {
    padding-top: 1.2rem;
}
.header-menu .gnb-depth3-list li {
    color: #777;
    font-size: 1.6rem;
    font-weight: 400;
}
.header-menu .gnb-depth3-list li + li {
    margin-top: 1.2rem;
}
.header-menu .gnb-depth3-list li.on {
    color: #162da1;
    font-weight: 500;
}
.header-menu .header-util {
    position: absolute;
    top: 4.8rem;
    right: 8rem;
    display: flex;
    gap: 3.2rem;
    align-items: center;
    z-index: 10;
}
.header-menu .btn-work-place {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' fill='%23222'/%3E%3Crect x='12' width='10' height='10' fill='%23222'/%3E%3Crect y='12' width='10' height='10' fill='%23222'/%3E%3Crect x='12' y='12' width='10' height='10' fill='%23222'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/2.2rem;
    text-indent: -1000000em;
    font-size: 0;
}
.header-menu .btn-lang {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 27C21.1797 27 27 21.1797 27 14C27 6.8203 21.1797 1 14 1C6.8203 1 1 6.8203 1 14C1 21.1797 6.8203 27 14 27Z' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.29688 14H26.9969' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 1.26172C17.2167 4.54432 19.2 9.04009 19.2 13.9991C19.2 18.9581 17.2167 23.4539 14 26.7364' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0047 1.26172C10.788 4.54432 8.80469 9.04009 8.80469 13.9991C8.80469 18.9581 10.788 23.4539 14.0047 26.7364' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%/2.6rem;
    text-indent: -1000000em;
    font-size: 0;
}
.header-menu .header-lang {
    position: relative;
}
.header-menu .lang-list-wrap {
    padding-top: 3.4rem;
    position: absolute;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}
.header-menu .lang-list {
    padding: 22px;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    font-size: 1.8rem;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(34, 34, 34, 0.24);
}
.header-menu .lang-list li {
    font-size: 1.6rem;
    font-weight: 500;
}
.header-menu .lang-list li + li {
    margin-top: 1.6rem;
}
.header-menu .btn-all-gnb {
    position: relative;
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    text-indent: -1000000em;
    font-size: 0;
}
.header-menu .btn-all-gnb div {
    position: relative;
    width: 2.4rem;
    height: 2.1rem;
}
.header-menu .btn-all-gnb span {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 0.3rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H26' stroke='%23222' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform ease-out 0.3s;
}
.header-menu .btn-all-gnb span:nth-child(2) {
    top: 0.8rem;
}
.header-menu .btn-all-gnb span:nth-child(3) {
    top: 1.6rem;
}
.header-menu .btn-all-gnb.on span:nth-child(1) {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H26' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    transform: translateY(0.8rem) rotate(-45deg);
}
.header-menu .btn-all-gnb.on span:nth-child(2) {
    opacity: 0;
}
.header-menu .btn-all-gnb.on span:nth-child(3) {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H26' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    transform: translateY(-0.8rem) rotate(45deg);
}

.all-gnb-view {
    position: fixed;
    display: none;
    padding: 15rem 15rem 19.6rem 15rem;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #1A0855;
    /* clip-path: circle(0 at 98% 2%); */
    overflow-y: auto;
    /* background: #1A0855 url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.046 112.253C678.924 112.253 1141.76 575.085 1141.76 1144H1296.01C1295.97 490.015 763.958 -42 110.046 -42C-5.56245 -42 -117.317 -25.3132 -223 5.66103V167.403C-118.48 131.666 -6.47133 112.217 110.046 112.217V112.253Z' fill='%230E1B55'/%3E%3Cpath d='M110.046 367.862C537.977 367.862 886.146 716.032 886.146 1143.96H1040.4C1040.4 630.962 623.047 213.609 110.046 213.609C-7.27113 213.609 -119.534 235.495 -223 275.303V443.08C-122.007 394.91 -9.12521 367.862 110.046 367.862Z' fill='%230E1B55'/%3E%3Cpath d='M110.033 623.51C397.017 623.51 630.523 856.98 630.523 1144H784.776C784.776 771.946 482.087 469.293 110.069 469.293C-10.9922 469.293 -124.637 501.503 -222.977 557.562V744.389C-132.671 668.989 -16.5181 623.546 110.069 623.546L110.033 623.51Z' fill='%230E1B55'/%3E%3Cpath d='M1816.47 -42C1162.56 -42 630.54 490.015 630.504 1143.96H784.757C784.757 575.049 1247.59 112.217 1816.47 112.217C1930.04 112.217 2039.39 130.721 2141.66 164.786V3.33433C2038.27 -26.1857 1929.17 -42 1816.47 -42Z' fill='%230E1B55'/%3E%3Cpath d='M1816.47 213.609C1303.51 213.609 886.156 630.962 886.156 1143.96H1040.41C1040.41 716.032 1388.58 367.862 1816.51 367.862C1932.59 367.862 2042.75 393.674 2141.7 439.554V272.322C2040.42 234.404 1930.85 213.609 1816.51 213.609H1816.47Z' fill='%230E1B55'/%3E%3Cpath d='M1816.46 469.255C1444.41 469.255 1141.75 771.944 1141.75 1143.96H1296.01C1296.01 856.978 1529.48 623.472 1816.5 623.472C1939.45 623.472 2052.55 666.443 2141.69 737.989V552.98C2045.17 499.648 1934.32 469.219 1816.5 469.219L1816.46 469.255Z' fill='%230E1B55'/%3E%3C/svg%3E") no-repeat 50% 50%/cover; */
}
.all-gnb-view .logo {
    /* width: 18.1rem;
    height: 2.8rem; */
    position: absolute;
    top: 4.6rem;
    left: 8rem;
}
.all-gnb-view .logo a {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/main/logo_white.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.all-gnb-view .logo.en {
    width: 33rem;
    height: 1.925rem;
}
.all-gnb-view .logo.en a {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23fff'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23fff'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23fff'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23fff'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23fff'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23fff'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23fff'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23fff'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23fff'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23fff'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23fff'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23fff'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23fff'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23fff'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23fff'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23fff'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23fff'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23fff'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23fff'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%23fff'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%23fff'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%23fff'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%23fff'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%23fff'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%23fff'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%23fff'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%23fff'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%23fff'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.all-gnb-view .nav-gnb {
    max-width: 1440px;
    color: rgba(255, 255, 255, 0.5);
}
.all-gnb-view .gnb-depth1-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 0 2rem;
}
.all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title, .all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title1 {
    position: relative;
    color: #fff;
}
.all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title a:after {
    content: "";
    position: absolute;
    right: -1.9rem;
    bottom: 0.8rem;
    width: 1.1rem;
    height: 1.1rem;
    background-color: #00b4d6;
    border-radius: 50%;
}
.all-gnb-view .btn-link:after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23ffffff50' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23ffffff50' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.all-gnb-view .gnb-depth1-title, .all-gnb-view .gnb-depth1-title1 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 4rem;
    font-weight: 500;
}
.all-gnb-view .gnb-depth2 {
    padding-top: 6rem;
    padding-bottom: 7.9rem;
}
.all-gnb-view .gnb-depth2-title {
    font-size: 2rem;
    font-weight: 500;
}
.all-gnb-view .gnb-depth2-list {
    padding: 0;
    min-width: 220px;
    font-size: 1.6rem;
}
.all-gnb-view .gnb-depth2-list > li {
    position: relative;
}
.all-gnb-view .gnb-depth2-list > li + li {
    margin-top: 2.4rem;
}
.all-gnb-view .gnb-depth3-list {
    padding-top: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
}
.all-gnb-view .gnb-depth3-list li {
    font-size: 1.6rem;
    font-weight: 400;
}
.all-gnb-view .gnb-depth3-list li + li {
    margin-top: 1.2rem;
}
.all-gnb-view .gnb-depth3-list li.on {
    color: #00b4d6;
    font-weight: 500;
}
.all-gnb-view .nav-etc-link {
    gap: 2.5rem;
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
}
.all-gnb-view .nav-etc-link a:after {
    content: "";
    margin-left: 0.4rem;
    margin-top: -0.2rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.3rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23fff' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    vertical-align: middle;
}
.all-gnb-view .nav-etc-link .no-ico:after {
    display: none;
}

#wrap:not(.main) .section-head.no-h .section-inner {
    min-height: auto;
    padding-bottom: 0;
}
#wrap:not(.main) .section-head .section-inner {
    padding-right: 38rem;
    padding-bottom: 16.5rem;
    min-height: 76rem;
}
#wrap:not(.main) .section-head .section-inner.pr30 {
    padding-right: 3rem;
}
#wrap:not(.main) .section-head .sub-title {
    margin-top: 2rem;
    width: 80%;
    color: #777;
}
#wrap:not(.main) .section-head .text-wrap {
    padding-top: 60px;
}
#wrap:not(.main) .section-head .main-title {
    font-size: 10rem;
}
#wrap:not(.main) .section-head .main-title strong,
#wrap:not(.main) .section-head .sub-title {
    display: block;
}
#wrap:not(.main) .section-head .page-menu-wrap {
    position: absolute;
    height: 6.1rem;
    bottom: 10.5263157895%;
    z-index: 1001;
}
#wrap:not(.main) .section-head .page-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.4s cubic-bezier(0.2, 0.4, 0.9, 1);
}
#wrap:not(.main) .section-head .page-menu-list.fixed {
    position: fixed;
    margin: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0.1rem 0.1rem 1.6rem rgba(0, 0, 0, 0.12);
    transition: transform 0.6s;
}
#wrap:not(.main) .section-head .page-menu-list.fixed.hidden {
    transform: translateY(-100%);
}
#wrap:not(.main) .section-head .page-menu-list.fixed .tab-type-a {
    display: block;
    text-align: center;
}
#wrap:not(.main) .section-head .page-menu-list.fixed li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.4rem;
}
#wrap:not(.main) .section-head .page-menu-list.fixed li.on a {
    color: #000081 !important;
    font-weight: 600;
    background-color: #fff;
}
#wrap:not(.main) .section-head .page-menu-list.fixed a {
    padding: 2.4rem 0;
    height: auto;
}
#wrap:not(.main) .section-head .page-menu-list .tab-type-a {
    width: 100%;
    gap: 0;
    white-space: nowrap;
}
#wrap:not(.main) .section-head .page-menu-list .tab-type-a a {
    padding: 2rem 3.6rem;
    height: 6.1rem;
    border: 0;
    font-size: 1.8rem;
    color: #aaa;
    font-weight: 400;
}
#wrap:not(.main) .section-head .page-menu-list .tab-type-a a.alink {
    font-weight: 700;
}
#wrap:not(.main) .section-contents {
    padding-top: 12rem;
}
#wrap:not(.main) .head-img {
    position: absolute;
    right: 3rem;
    top: 8rem;
    display: flex;
    flex-wrap: wrap;
    /* width: 30rem; */
}
#wrap:not(.main) .head-img .img {
    width: 100%;
}

/*container - 컨텐츠 1440기준, padding 양쪽 20*/
#container {
    padding-top: 15.3rem;
    padding-bottom: 14rem;
}
#container .section-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 3rem;
    max-width: 150rem;
}
#container.pb-0x {
    padding-bottom: 0;
}

/*footer*/
footer {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #222;
    z-index: 1000;
    /*250117*/
    /* // 250117*/
}
footer .footer-link {
    flex-shrink: 0;
}
footer .footer-info {
    display: flex;
    margin-right: 10rem;
    gap: 7rem;
}
footer .footer-text-wrap {
    margin-top: 2rem;
}
footer .privacy-text-wrap {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #fff;
}
footer .footer-inner {
    padding: 5rem 3rem 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 150rem;
}
footer .footer-logo {
    font-size: 0;
    /* width: 29.1rem; */
    flex-shrink: 0;
    margin-right: 15rem;
}
footer .footer-logo img {
    width: 100%;
}
footer .footer-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.6rem;
    row-gap: 8rem;
    color: #fff;
}
footer .footer-info strong {
    display: block;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2rem;
}
footer .footer-info p {
    font-size: 1.4rem;
}
footer .footer-info .address:before {
    /* content: "";
    display: inline-block;
    margin-right: 0.8rem;
    width: 2rem;
    height: 2.1rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8.66667C17 14.3486 10 18 10 18C10 18 3 14.3486 3 8.66667C3 4.98477 6.13401 2 10 2C13.866 2 17 4.98477 17 8.66667Z' stroke='%23fff' stroke-width='1.75' stroke-linejoin='round'/%3E%3Ccircle cx='10.0031' cy='8.3' r='2.3' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    vertical-align: middle; */
}
footer .footer-info .contact:before {
    content: "";
    display: inline-block;
    margin-right: 0.8rem;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12.7942C5.29793 10.7122 4.6272 8.69416 4.27643 7.06027C3.85535 5.09884 4.9921 3.27251 6.72945 2.26945L7.15327 2.02476C8.51953 1.23595 10.2659 1.89428 10.7714 3.3887L11.2605 4.83445C11.4905 5.51432 11.3386 6.26529 10.8624 6.80229L9.75032 8.0564C9.46474 8.37845 9.41728 8.8471 9.63249 9.21987L10.3971 10.5442' stroke='%23fff' stroke-width='1.75'/%3E%3Cpath d='M6.5 12.7915C7.70207 14.8735 9.11436 16.4634 10.354 17.5841C11.8421 18.9295 13.9921 18.8582 15.7295 17.8551L16.1533 17.6104C17.5195 16.8216 17.8226 14.9801 16.7811 13.7951L15.7736 12.6486C15.2998 12.1095 14.5735 11.8656 13.8704 12.0095L12.2282 12.3455C11.8065 12.4318 11.3769 12.2386 11.1617 11.8658L10.3971 10.5415' stroke='%23fff' stroke-width='1.75'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    vertical-align: middle;
}
footer .footer-copyright {
    margin-top: 0rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
}
footer .footer-family-site {
    position: relative;
}
footer .footer-family-site .btn-family-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #d9d9d9;
    width: 20rem;
    padding-bottom: 1.6rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    color: #fff;
}
footer .footer-family-site .btn-family-site.on + .pop-about-site {
    display: block;
}
footer .footer-family-site .btn-family-site.on .ico-plus {
    transform: rotate(45deg);
}
footer .footer-family-site .btn-family-site .ico-plus {
    transition: transform 0.3s;
}
footer .footer-family-site .family-site-list {
    width: 100%;
    background-color: #333;
    display: none;
    position: absolute;
    top: 37px;
    z-index: 99;
}
footer .footer-family-site .family-site-item {
    display: block;
    width: 100%;
    padding: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
}
footer .footer-term {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 600;
}
footer .footer-sns {
    margin-top: 3rem;
}
footer .footer-sns .sns-list {
    display: flex;
    gap: 1.2rem;
    text-indent: -1000000em;
    font-size: 0;
}
footer .footer-sns li {
    width: 19%;
}
footer .footer-sns a {
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) no-repeat 50% 50%;
}
footer .footer-sns .sns-facebook {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.57426 16H6.03713V9.25474H9.15718L9.5 5.90316H6.03713V4.21053C6.03713 3.98719 6.12834 3.77299 6.29069 3.61507C6.45305 3.45714 6.67324 3.36842 6.90285 3.36842H9.5V0H6.90285C5.75483 0 4.65384 0.443608 3.84207 1.23323C3.03031 2.02286 2.57426 3.09383 2.57426 4.21053V5.90316H0.842824L0.5 9.25474H2.57426V16Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 1rem;
}
footer .footer-sns .sns-instagram {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.8C0 2.14903 2.14903 0 4.8 0H11.2C13.851 0 16 2.14903 16 4.8V11.2C16 13.851 13.851 16 11.2 16H4.8C2.14903 16 0 13.851 0 11.2V4.8Z' fill='%23fff'/%3E%3Cpath d='M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10.4C9.32548 10.4 10.4 9.32548 10.4 8C10.4 6.67452 9.32548 5.6 8 5.6C6.67452 5.6 5.6 6.67452 5.6 8C5.6 9.32548 6.67452 10.4 8 10.4ZM8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z' fill='%23222'/%3E%3Ccircle cx='12.2031' cy='3.79688' r='1' fill='%23222'/%3E%3C/svg%3E");
    background-size: 1.6rem;
}
footer .footer-sns .sns-youtube {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='18' height='13' rx='3' fill='%23fff'/%3E%3Cpath d='M12 7L7.5 10.0311L7.5 3.96891L12 7Z' fill='%23222'/%3E%3C/svg%3E");
    background-size: 1.8rem;
}
footer .footer-sns .sns-twitter {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='%23fff'/%3E%3Cpath d='M11.5 3H13.5L4.5 13H2.75L11.5 3Z' fill='%23222'/%3E%3Cpath d='M10.25 12.5L3.5 3.5H5.75L12.5 12.5H10.25Z' fill='%23fff' stroke='%23222'/%3E%3C/svg%3E");
    background-size: 1.6rem;
}

/*pop-about-site*/
.pop-about-site {
    width: 30.5555555556vw;
    bottom: calc(100% + 1.6rem);
    right: 0;
    position: absolute;
    max-width: 70.5rem;
}
.pop-about-site .popup-wrap {
    overflow: visible;
}
.pop-about-site .popup-inner {
    display: block;
    padding: 4rem;
    box-shadow: 1rem 1rem 3.2rem rgba(34, 34, 34, 0.4);
}
.pop-about-site .btn-close {
    position: absolute;
    top: 3.6rem;
    right: 4rem;
    width: 3.6rem;
    height: 3.6rem;
    text-indent: -1000000em;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2207 36.4082L36.3962 1.22812' stroke='%23aaa' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.5957 1.60352L36.7712 36.7836' stroke='%23aaa' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
}
.pop-about-site .about-site-tab {
    display: flex;
    text-align: center;
}
.pop-about-site .about-site-tab li {
    flex-grow: 1;
    color: #aaa;
    font-size: 2rem;
    border-bottom: 2px solid #e5e5e5;
    font-weight: 500;
}
.pop-about-site .about-site-tab li.on {
    border-color: #000081;
    color: #000081;
    font-weight: 600;
}
.pop-about-site .about-site-tab li a {
    display: block;
    padding-bottom: 2rem;
}
.pop-about-site .about-site-box {
    margin-top: 2.3rem;
    height: 42rem;
    padding: 3rem;
    background-color: #f3f7fa;
    overflow: auto;
    border-radius: 0.8rem;
}
.pop-about-site .about-site-box a {
    font-size: 1.6rem;
    line-height: 2.25;
}
.pop-about-site .about-site-list {
    display: none;
    color: #777;
}
.pop-about-site .about-site-list.on {
    display: block;
}

/*개인정보 처리방침*/
.pop-policy-privacy .popup-head {
    padding: 0;
}
.pop-policy-privacy .popup-head .text-3 {
    margin-top: 2rem;
}
.pop-policy-privacy .popup-wrap {
    padding: 12rem 2rem;
    background-color: #fff;
}
.pop-policy-privacy .popup-inner {
    padding: 0;
    width: 100%;
    max-width: 119.4rem;
    height: 100%;
}
.pop-policy-privacy .popup-body {
    margin-top: 1.6rem;
    padding: 3rem;
    height: 58.695vh;
    background-color: #f3f7fa;
    border-radius: 0.8rem;
    overflow: auto;
}
.pop-policy-privacy .select-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 3.3rem;
    gap: 1.2rem;
}
.pop-policy-privacy .select-wrap .label {
    color: #000081;
    font-size: 1.6rem;
}
.pop-policy-privacy select {
    padding-left: 2.2rem;
    width: 24.2rem;
    height: 5.1rem;
    text-align: left;
}

/*찾아오기*/
.pop-map .popup-head {
    padding: 0;
}
.pop-map .popup-head .text-3 {
    margin-top: 2rem;
}
.pop-map .popup-wrap {
    padding: 12rem 2rem;
    background-color: #fff;
}
.pop-map .popup-inner {
    padding: 0;
    width: 100%;
    max-width: 119.4rem;
    height: 100%;
}
.pop-map .popup-body {
    margin-top: 1.6rem;
    overflow: auto;
}
.pop-map .map {
    margin-top: 5.1851851852vh;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.pop-map .map .info {
    margin-top: 2rem;
}
.pop-map .map .info b {
    position: relative;
    padding-right: 1.2rem;
}
.pop-map .map .info b:before {
    content: "";
    display: inline-block;
    margin-right: 0.8rem;
    width: 2rem;
    height: 2.1rem;
    vertical-align: middle;
    background-size: 100% 100%;
}
.pop-map .map .info .address b:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8.66667C17 14.3486 10 18 10 18C10 18 3 14.3486 3 8.66667C3 4.98477 6.13401 2 10 2C13.866 2 17 4.98477 17 8.66667Z' stroke='%23222' stroke-width='1.75' stroke-linejoin='round'/%3E%3Ccircle cx='10.0031' cy='8.3' r='2.3' fill='%23222'/%3E%3C/svg%3E");
}
.pop-map .map .info .contact b:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12.7942C5.29793 10.7122 4.6272 8.69416 4.27643 7.06027C3.85535 5.09884 4.9921 3.27251 6.72945 2.26945L7.15327 2.02476C8.51953 1.23595 10.2659 1.89428 10.7714 3.3887L11.2605 4.83445C11.4905 5.51432 11.3386 6.26529 10.8624 6.80229L9.75032 8.0564C9.46474 8.37845 9.41728 8.8471 9.63249 9.21987L10.3971 10.5442' stroke='%23222' stroke-width='1.75'/%3E%3Cpath d='M6.5 12.7915C7.70207 14.8735 9.11436 16.4634 10.354 17.5841C11.8421 18.9295 13.9921 18.8582 15.7295 17.8551L16.1533 17.6104C17.5195 16.8216 17.8226 14.9801 16.7811 13.7951L15.7736 12.6486C15.2998 12.1095 14.5735 11.8656 13.8704 12.0095L12.2282 12.3455C11.8065 12.4318 11.3769 12.2386 11.1617 11.8658L10.3971 10.5415' stroke='%23222' stroke-width='1.75'/%3E%3C/svg%3E%0A");
}
.pop-map .map-frame {
    background-color: #f3f7fa;
    height: 40vh;
    overflow: hidden;
    transition: height 0.3s;
}

/*아이콘*/
.ico-plus {
    width: 13px;
    height: 13px;
    position: relative;
}
.ico-plus::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.ico-plus::before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.btn-top {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 2vw;
    right: 2vw;
    width: 8.8rem;
    height: 8.8rem;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-out;
    transform: scale(0) translateY(100%);
    opacity: 0;
    box-shadow: 1px 1px 1.6rem rgba(34, 34, 34, 0.08);
    z-index: 1001;
}
.btn-top.y-up {
    bottom: 10vw;
}
.btn-top.on {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.btn-top p {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
}
.btn-top p:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L7 1L13 7' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.swiper-scrollbar {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
}

.swiper-scrollbar-drag {
    position: relative;
    height: 100%;
    background: #2f75ff;
}

@media (hover: hover) and (pointer: fine) {
    .header-menu .gnb-depth1-list > li:hover .gnb-depth2 {
        display: block;
    }
    .header-menu .gnb-depth2-list > li:hover .gnb-depth2-title, .header-menu .gnb-depth2-list > li.on .gnb-depth2-title {
        color: #162da1;
    }
    .header-menu .gnb-depth2-list > li:hover .btn-link:after {
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23162DA1' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23162DA1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
    .header-menu .gnb-depth3-list li:hover {
        color: #162da1;
    }
    .header-menu .header-lang:hover .lang-list-wrap {
        display: block;
    }
    .header-menu .lang-list li:hover {
        color: #162da1;
    }
    .all-gnb-view .gnb-depth2-list > li:hover .gnb-depth2-title, .all-gnb-view .gnb-depth2-list > li.on .gnb-depth2-title {
        color: #fff;
        font-weight: 700;
    }
    .all-gnb-view .gnb-depth2-list > li:hover .btn-link:after {
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23fff' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
    .all-gnb-view .gnb-depth3-list li:hover {
        color: #00b4d6;
        font-weight: 500;
    }
    .btn-top:hover {
        background-color: #162da1;
        color: #fff;
        border: #162da1;
    }
    .btn-top:hover p:before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L7 1L13 7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}
@media screen and (max-width: 1350px) {
    html {
        font-size: 0.75vw;
    }
}
@media screen and (max-width: 1590px) {
    .header-menu .header-util {
        right: 3rem;
    }
    .header-etc-link {
        right: 9.5rem;
    }
    .all-gnb-view .logo {
        left: 3rem;
    }
}
@media screen and (max-width: 1200px) {
    #wrap:not(.main) .section-head .text-wrap {
        padding-top: 13%;
    }
}
@media screen and (max-width: 992px) {
    html {
        font-size: 0.88vw;
    }
    .header-inner {
        padding: 3.8rem 3rem 2.6rem;
    }
    .nav-open .header-gnb {
        opacity: 1;
        z-index: 0;
    }
    .header-menu .gnb-depth1-list {
        gap: 3em;
    }
    #wrap:not(.main) .section-head .main-title {
        font-size: 9rem;
    }
    #wrap:not(.main) .section-head .text-wrap {
        padding-top: 10%;
    }

    .brand-ceo .section-contents .main-title {
        font-size: 9rem;
    }

}
@media screen and (max-width: 766px) {
    html,
    body {
        width: 100%;
        overflow-x: visible !important;
    }

    header.white h1 a {
        width: 12.6rem;
        height: 2.8rem;
        background-image: url("../../assets/images/main/logo_white.svg");
    }

    h1 {
        position: relative;
        width: 12.6rem;
        height: 2.8rem;
        z-index: 1;
    }
    h1.en {
        width: 22rem;
    }
    h1.white a {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 88 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4181_20971)'%3E%3Cpath d='M62.0716 18.6843H51.1134V24.9148H47.522V18.6843H36.5704V16.2947H62.0716V18.6843ZM48.6973 9.12595C47.916 9.76722 47.0755 10.341 46.176 10.827C45.2765 11.313 44.3639 11.745 43.4382 12.1231C42.5124 12.5011 41.5998 12.8183 40.7003 13.0883C39.8008 13.3583 38.9603 13.6014 38.179 13.8106L37.2861 11.6168C38.0346 11.3333 38.7896 11.07 39.5513 10.8135C40.3129 10.557 41.0614 10.287 41.7902 9.98998C42.519 9.69297 43.2215 9.35545 43.8912 8.96394C44.5609 8.57918 45.1781 8.12016 45.7361 7.57339C46.2942 7.02662 46.7932 6.38535 47.2266 5.63607C47.6599 4.8868 48.0144 3.98901 48.2836 2.96973H52.6104C52.4725 3.59075 52.2887 4.18477 52.0523 4.73154C51.816 5.28506 51.5402 5.80483 51.2382 6.29084C51.7634 7.00637 52.4069 7.62739 53.1619 8.15391C53.917 8.67368 54.7377 9.1327 55.6175 9.53096C56.4973 9.92247 57.4165 10.2667 58.3685 10.5637C59.3206 10.8675 60.2726 11.1443 61.2246 11.4008L60.3317 13.6014C59.465 13.4394 58.5327 13.2571 57.5281 13.0343C56.5236 12.8183 55.5125 12.5348 54.5013 12.1973C53.4771 11.8598 52.4725 11.4413 51.4811 10.935C50.4831 10.4422 49.5574 9.83472 48.6907 9.1192M75.006 3.31399C74.8747 4.77879 74.5267 6.18959 73.9621 7.55989C74.2641 8.18766 74.658 8.80868 75.1242 9.41621C75.5904 10.0305 76.1287 10.6245 76.7262 11.1848C77.3303 11.7585 77.9803 12.2918 78.6828 12.7846C79.3853 13.2841 80.1404 13.7364 80.9414 14.1346L79.6939 16.1732C79.0833 15.8762 78.4267 15.5387 77.7176 15.1539C77.0085 14.7691 76.3126 14.3506 75.6166 13.8984C74.9207 13.4461 74.2575 12.9601 73.6272 12.4471C72.9969 11.934 72.4585 11.4075 71.9989 10.8608C71.1125 11.9813 70.0686 12.9871 68.8671 13.8781C67.659 14.7624 66.2999 15.5049 64.7898 16.1057L63.7196 14.2156C64.8226 13.7566 65.8206 13.1693 66.7135 12.4606C67.6065 11.7518 68.3681 10.9283 69.005 9.98998C69.6418 9.05169 70.1408 8.02566 70.4954 6.91187C70.8499 5.79808 71.0469 4.59653 71.0797 3.32749H74.9994L75.006 3.31399ZM66.7529 17.2667H87.9995V24.9148H84.4869V19.4403H66.7595V17.26L66.7529 17.2667ZM84.4869 16.1664V9.77397H78.8338V7.15488H84.4869V3.07098H87.9733V16.1664H84.4869Z' fill='%23fff'/%3E%3Cpath d='M10.0522 27.7981C10.0522 27.7981 10.1572 22.4249 9.47439 20.4269C8.78499 18.422 8.02337 15.2022 2.94809 11.8406C1.18191 10.666 0.591002 10.774 0.413728 10.882C0.229888 10.99 -0.0524364 11.4828 8.91602e-05 13.6361C0.0526147 15.8029 -0.104962 21.7499 2.3703 24.3758C4.84557 26.9948 6.75619 27.6226 10.0522 27.7981Z' fill='%2300B4D6'/%3E%3Cpath d='M14.063 13.6223C18.0352 7.08128 24.0231 4.7727 24.6797 4.57694C25.2444 4.40144 25.5267 4.21243 25.5726 3.73316C25.6252 3.27415 24.8964 2.28186 22.7888 1.24907C19.913 -0.161726 14.063 0.000280179 14.063 0.000280179C14.063 0.000280179 8.22609 -0.161726 5.34375 1.24907C3.23616 2.28186 2.5008 3.27415 2.55333 3.73316C2.60585 4.21243 2.88161 4.40819 3.44626 4.57694C4.09626 4.77945 10.0907 7.08128 14.0564 13.6223H14.063Z' fill='%2300B4D6'/%3E%3Cpath d='M14.0645 27.9998C15.1084 27.9998 16.0736 27.9525 16.9534 27.8918C16.9534 27.8918 17.0584 23.0586 16.7695 21.2631C16.4544 19.2717 15.7781 16.1126 14.071 13.6758C12.364 16.1126 11.6942 19.265 11.3725 21.2631C11.0902 23.0586 11.1887 27.8918 11.1887 27.8918C12.0619 27.9525 13.0337 27.9998 14.0645 27.9998Z' fill='%2300B4D6'/%3E%3Cpath d='M18.0755 27.7981C18.0755 27.7981 17.9705 22.4249 18.6533 20.4269C19.3427 18.422 20.1043 15.2022 25.1796 11.8406C26.9524 10.666 27.5367 10.774 27.714 10.882C27.8978 10.99 28.1736 11.4828 28.1211 13.6361C28.0685 15.8029 28.2327 21.7499 25.7574 24.3758C23.2821 26.9948 21.365 27.6226 18.0755 27.7981Z' fill='%2300B4D6'/%3E%3Cpath d='M1.76023 6.1834C1.39912 6.10914 1.16275 5.74463 1.16275 5.34637C1.16275 4.8671 1.54356 4.47559 2.00316 4.47559C2.08195 4.47559 2.22639 4.49584 2.33801 4.54984C2.33801 4.54984 6.15268 6.3319 8.55572 9.58552L8.49007 9.68677C5.27287 7.09468 1.75366 6.1834 1.75366 6.1834H1.76023Z' fill='%2300B4D6'/%3E%3Cpath d='M0.906639 8.20178C0.552092 8.10728 0.282898 7.78326 0.263201 7.385C0.25007 6.90573 0.604617 6.48047 1.07735 6.48047C1.1824 6.48047 1.33997 6.50747 1.45816 6.56147C1.45816 6.56147 5.29909 8.16803 7.70213 11.1854L7.63648 11.2731C4.27484 8.81605 0.906639 8.20178 0.906639 8.20178Z' fill='%2300B4D6'/%3E%3Cpath d='M0.734967 10.389C0.386985 10.3012 0.124357 9.98397 0.111226 9.60596C0.0915285 9.14019 0.446076 8.72168 0.905675 8.72168C0.931937 8.72168 1.08295 8.72168 1.23396 8.77568C1.23396 8.77568 4.93701 10.3282 6.86733 12.7313L6.80167 12.8393C3.58448 10.7265 0.734967 10.389 0.734967 10.389Z' fill='%2300B4D6'/%3E%3Cpath d='M26.3747 6.1834C26.7359 6.10914 26.9854 5.74463 26.9854 5.34637C26.9854 4.8671 26.598 4.47559 26.1318 4.47559C26.0662 4.47559 25.9086 4.49584 25.797 4.54984C25.797 4.54984 21.9823 6.3319 19.5858 9.58552L19.6449 9.68677C22.8621 7.09468 26.3813 6.1834 26.3813 6.1834H26.3747Z' fill='%2300B4D6'/%3E%3Cpath d='M27.2343 8.20178C27.5888 8.10728 27.858 7.78326 27.8712 7.385C27.8908 6.90573 27.5166 6.48047 27.057 6.48047C26.952 6.48047 26.8009 6.50747 26.6828 6.56147C26.6828 6.56147 22.8418 8.16803 20.4322 11.1854L20.5044 11.2731C23.8661 8.8228 27.2408 8.20853 27.2408 8.20853L27.2343 8.20178Z' fill='%2300B4D6'/%3E%3Cpath d='M27.3981 10.389C27.7461 10.3012 28.0021 9.98397 28.0153 9.60596C28.0415 9.14019 27.687 8.72168 27.2339 8.72168C27.188 8.72168 27.0501 8.72168 26.8991 8.77568C26.8991 8.77568 23.1895 10.3282 21.2592 12.7313L21.3248 12.8393C24.5289 10.7265 27.3915 10.389 27.3915 10.389H27.3981Z' fill='%2300B4D6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4181_20971'%3E%3Crect width='88' height='28' fill='%2300B4D6'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
    h1.white.en a {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23fff'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23fff'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23fff'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23fff'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23fff'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23fff'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23fff'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23fff'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23fff'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23fff'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23fff'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23fff'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23fff'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23fff'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23fff'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23fff'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23fff'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23fff'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23fff'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%2300B4D6'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%2300B4D6'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%2300B4D6'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%2300B4D6'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%2300B4D6'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%2300B4D6'/%3E%3C/svg%3E%0A");
    }
    .nav-open h1 a {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 88 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4181_20971)'%3E%3Cpath d='M62.0716 18.6843H51.1134V24.9148H47.522V18.6843H36.5704V16.2947H62.0716V18.6843ZM48.6973 9.12595C47.916 9.76722 47.0755 10.341 46.176 10.827C45.2765 11.313 44.3639 11.745 43.4382 12.1231C42.5124 12.5011 41.5998 12.8183 40.7003 13.0883C39.8008 13.3583 38.9603 13.6014 38.179 13.8106L37.2861 11.6168C38.0346 11.3333 38.7896 11.07 39.5513 10.8135C40.3129 10.557 41.0614 10.287 41.7902 9.98998C42.519 9.69297 43.2215 9.35545 43.8912 8.96394C44.5609 8.57918 45.1781 8.12016 45.7361 7.57339C46.2942 7.02662 46.7932 6.38535 47.2266 5.63607C47.6599 4.8868 48.0144 3.98901 48.2836 2.96973H52.6104C52.4725 3.59075 52.2887 4.18477 52.0523 4.73154C51.816 5.28506 51.5402 5.80483 51.2382 6.29084C51.7634 7.00637 52.4069 7.62739 53.1619 8.15391C53.917 8.67368 54.7377 9.1327 55.6175 9.53096C56.4973 9.92247 57.4165 10.2667 58.3685 10.5637C59.3206 10.8675 60.2726 11.1443 61.2246 11.4008L60.3317 13.6014C59.465 13.4394 58.5327 13.2571 57.5281 13.0343C56.5236 12.8183 55.5125 12.5348 54.5013 12.1973C53.4771 11.8598 52.4725 11.4413 51.4811 10.935C50.4831 10.4422 49.5574 9.83472 48.6907 9.1192M75.006 3.31399C74.8747 4.77879 74.5267 6.18959 73.9621 7.55989C74.2641 8.18766 74.658 8.80868 75.1242 9.41621C75.5904 10.0305 76.1287 10.6245 76.7262 11.1848C77.3303 11.7585 77.9803 12.2918 78.6828 12.7846C79.3853 13.2841 80.1404 13.7364 80.9414 14.1346L79.6939 16.1732C79.0833 15.8762 78.4267 15.5387 77.7176 15.1539C77.0085 14.7691 76.3126 14.3506 75.6166 13.8984C74.9207 13.4461 74.2575 12.9601 73.6272 12.4471C72.9969 11.934 72.4585 11.4075 71.9989 10.8608C71.1125 11.9813 70.0686 12.9871 68.8671 13.8781C67.659 14.7624 66.2999 15.5049 64.7898 16.1057L63.7196 14.2156C64.8226 13.7566 65.8206 13.1693 66.7135 12.4606C67.6065 11.7518 68.3681 10.9283 69.005 9.98998C69.6418 9.05169 70.1408 8.02566 70.4954 6.91187C70.8499 5.79808 71.0469 4.59653 71.0797 3.32749H74.9994L75.006 3.31399ZM66.7529 17.2667H87.9995V24.9148H84.4869V19.4403H66.7595V17.26L66.7529 17.2667ZM84.4869 16.1664V9.77397H78.8338V7.15488H84.4869V3.07098H87.9733V16.1664H84.4869Z' fill='%23fff'/%3E%3Cpath d='M10.0522 27.7981C10.0522 27.7981 10.1572 22.4249 9.47439 20.4269C8.78499 18.422 8.02337 15.2022 2.94809 11.8406C1.18191 10.666 0.591002 10.774 0.413728 10.882C0.229888 10.99 -0.0524364 11.4828 8.91602e-05 13.6361C0.0526147 15.8029 -0.104962 21.7499 2.3703 24.3758C4.84557 26.9948 6.75619 27.6226 10.0522 27.7981Z' fill='%2300B4D6'/%3E%3Cpath d='M14.063 13.6223C18.0352 7.08128 24.0231 4.7727 24.6797 4.57694C25.2444 4.40144 25.5267 4.21243 25.5726 3.73316C25.6252 3.27415 24.8964 2.28186 22.7888 1.24907C19.913 -0.161726 14.063 0.000280179 14.063 0.000280179C14.063 0.000280179 8.22609 -0.161726 5.34375 1.24907C3.23616 2.28186 2.5008 3.27415 2.55333 3.73316C2.60585 4.21243 2.88161 4.40819 3.44626 4.57694C4.09626 4.77945 10.0907 7.08128 14.0564 13.6223H14.063Z' fill='%2300B4D6'/%3E%3Cpath d='M14.0645 27.9998C15.1084 27.9998 16.0736 27.9525 16.9534 27.8918C16.9534 27.8918 17.0584 23.0586 16.7695 21.2631C16.4544 19.2717 15.7781 16.1126 14.071 13.6758C12.364 16.1126 11.6942 19.265 11.3725 21.2631C11.0902 23.0586 11.1887 27.8918 11.1887 27.8918C12.0619 27.9525 13.0337 27.9998 14.0645 27.9998Z' fill='%2300B4D6'/%3E%3Cpath d='M18.0755 27.7981C18.0755 27.7981 17.9705 22.4249 18.6533 20.4269C19.3427 18.422 20.1043 15.2022 25.1796 11.8406C26.9524 10.666 27.5367 10.774 27.714 10.882C27.8978 10.99 28.1736 11.4828 28.1211 13.6361C28.0685 15.8029 28.2327 21.7499 25.7574 24.3758C23.2821 26.9948 21.365 27.6226 18.0755 27.7981Z' fill='%2300B4D6'/%3E%3Cpath d='M1.76023 6.1834C1.39912 6.10914 1.16275 5.74463 1.16275 5.34637C1.16275 4.8671 1.54356 4.47559 2.00316 4.47559C2.08195 4.47559 2.22639 4.49584 2.33801 4.54984C2.33801 4.54984 6.15268 6.3319 8.55572 9.58552L8.49007 9.68677C5.27287 7.09468 1.75366 6.1834 1.75366 6.1834H1.76023Z' fill='%2300B4D6'/%3E%3Cpath d='M0.906639 8.20178C0.552092 8.10728 0.282898 7.78326 0.263201 7.385C0.25007 6.90573 0.604617 6.48047 1.07735 6.48047C1.1824 6.48047 1.33997 6.50747 1.45816 6.56147C1.45816 6.56147 5.29909 8.16803 7.70213 11.1854L7.63648 11.2731C4.27484 8.81605 0.906639 8.20178 0.906639 8.20178Z' fill='%2300B4D6'/%3E%3Cpath d='M0.734967 10.389C0.386985 10.3012 0.124357 9.98397 0.111226 9.60596C0.0915285 9.14019 0.446076 8.72168 0.905675 8.72168C0.931937 8.72168 1.08295 8.72168 1.23396 8.77568C1.23396 8.77568 4.93701 10.3282 6.86733 12.7313L6.80167 12.8393C3.58448 10.7265 0.734967 10.389 0.734967 10.389Z' fill='%2300B4D6'/%3E%3Cpath d='M26.3747 6.1834C26.7359 6.10914 26.9854 5.74463 26.9854 5.34637C26.9854 4.8671 26.598 4.47559 26.1318 4.47559C26.0662 4.47559 25.9086 4.49584 25.797 4.54984C25.797 4.54984 21.9823 6.3319 19.5858 9.58552L19.6449 9.68677C22.8621 7.09468 26.3813 6.1834 26.3813 6.1834H26.3747Z' fill='%2300B4D6'/%3E%3Cpath d='M27.2343 8.20178C27.5888 8.10728 27.858 7.78326 27.8712 7.385C27.8908 6.90573 27.5166 6.48047 27.057 6.48047C26.952 6.48047 26.8009 6.50747 26.6828 6.56147C26.6828 6.56147 22.8418 8.16803 20.4322 11.1854L20.5044 11.2731C23.8661 8.8228 27.2408 8.20853 27.2408 8.20853L27.2343 8.20178Z' fill='%2300B4D6'/%3E%3Cpath d='M27.3981 10.389C27.7461 10.3012 28.0021 9.98397 28.0153 9.60596C28.0415 9.14019 27.687 8.72168 27.2339 8.72168C27.188 8.72168 27.0501 8.72168 26.8991 8.77568C26.8991 8.77568 23.1895 10.3282 21.2592 12.7313L21.3248 12.8393C24.5289 10.7265 27.3915 10.389 27.3915 10.389H27.3981Z' fill='%2300B4D6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4181_20971'%3E%3Crect width='88' height='28' fill='%2300B4D6'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
    .nav-open h1.en a {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23fff'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23fff'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23fff'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23fff'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23fff'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23fff'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23fff'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23fff'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23fff'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23fff'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23fff'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23fff'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23fff'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23fff'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23fff'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23fff'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23fff'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23fff'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23fff'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%2300B4D6'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%2300B4D6'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%2300B4D6'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%2300B4D6'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%2300B4D6'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%2300B4D6'/%3E%3C/svg%3E%0A");
    }
    .all-gnb-view .logo {
        display: none;
    }
    .header-inner {
        padding: 3rem 1.6rem;
        height: 7.6rem;
    }
    .header-etc-link {
        /* display: none; */
    }
    .header-menu {
        margin: 0;
    }
    .header-menu .header-util {
        gap: 2rem;
        top: 2.6rem;
        right: 2rem;
    }
    .header-menu .btn-work-place {
        width: 2.4rem;
        height: 2.4rem;
        background-size: 1.46rem;
    }
    .header-menu .btn-lang {
        width: 2.4rem;
        height: 2.4rem;
        background-size: 1.73rem;
    }
    .header-menu .btn-all-gnb {
        width: 2.4rem;
        height: 2.4rem;
    }
    .header-menu .btn-all-gnb div {
        width: 1.8rem;
        height: 1.4rem;
    }
    .header-menu .btn-all-gnb span {
        width: 1.8rem;
        height: 0.2rem;
    }
    .header-menu .btn-all-gnb span:nth-child(2) {
        top: 0.6rem;
    }
    .header-menu .btn-all-gnb span:nth-child(3) {
        top: 1.2rem;
    }
    .header-menu .btn-all-gnb.on span:nth-child(1) {
        transform: translateY(0.6rem) rotate(-45deg);
    }
    .header-menu .btn-all-gnb.on span:nth-child(3) {
        transform: translateY(-0.6rem) rotate(45deg);
    }
    html {
        font-size: 62.5%;
    }
    #wrap:not(.main) .head-img {
        display: none;
    }
    #wrap:not(.main) .section-head .page-menu-list {
        position: static;
        margin: 0 -1.6rem;
        overflow-x: auto;
    }
    #wrap:not(.main) .section-head .section-inner {
        padding: 0 2rem 0 1.6rem;
        height: auto;
        min-height: auto;
    }
    #wrap:not(.main) .section-head .text-wrap {
        padding-top: 10rem;
    }
    #wrap:not(.main) .section-head .main-title {
        font-size: 3.6rem;
    }
    #wrap:not(.main) .section-head .sub-title {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 9rem;
    }
    #wrap:not(.main) .section-head .page-menu-wrap {
        position: relative;
        margin-bottom: 2.8rem;
        height: 4.2rem;
        bottom: auto;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .tab-type-a li:first-child {
        padding-left: 1.6rem;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .tab-type-a li:last-child {
        padding-right: 1.6rem;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .tab-type-a a {
        padding: 1.4rem;
        height: 4.2rem;
        font-size: 1.2rem;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .fixed.page-menu-list {
        margin: 0;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .fixed li + li {
        padding-left: 0;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .fixed li:first-child {
        padding-left: 0;
    }
    #wrap:not(.main) .section-head .page-menu-wrap .fixed li:last-child {
        padding-right: 0;
    }
    #wrap:not(.main) .section-contents {
        padding-top: 0;
    }
    .header-gnb {
        display: none;
    }
    .all-gnb-view {
        padding: 2.6rem 1.6rem;
    }
    .all-gnb-view .gnb-depth1-title, .all-gnb-view .gnb-depth1-title1 {
        font-size: 1.6rem;
    }
    .all-gnb-view .gnb-depth1-list {
        display: block;
    }
    .all-gnb-view .gnb-depth1-list > li + li {
        margin-top: 4rem;
    }
    .all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title a:after {
        right: -1.2rem;
        bottom: 0.2rem;
        width: 0.6rem;
        height: 0.6rem;
    }
    .all-gnb-view .gnb-depth2 {
        padding: 3rem 0;
    }
    .all-gnb-view .gnb-depth2-title {
        font-size: 1.4rem;
    }
    .all-gnb-view .gnb-depth2-list {
        font-size: 1.4rem;
    }
    .all-gnb-view .gnb-depth3-list li {
        font-size: 1.4rem;
    }
    #container {
        padding-top: 6.5rem;
        padding-bottom: 10rem;
    }
    #container .section-inner {
        padding: 0 1.6rem;
    }


    footer .footer-logo {
        display: none;
        width: 16rem;
        margin-top: 1.6rem;
    }
    footer .footer-inner {
        display: block;
        padding: 4rem 1.6rem 4rem;
    }
    footer .footer-content {
        display: block;
        /* margin-top: 4rem; */
    }
    footer .footer-info .info-item + .info-item {
        margin-top: 2rem;
    }
    footer .footer-info strong {
        font-size: 2rem;
    }
    footer .footer-info p {
        margin-top: 1rem;
    }
    footer .footer-link {
        margin-top: 4rem;
    }
    footer .footer-sns .sns-list {
        justify-content: flex-start;
        gap: 1.2rem;
    }
    footer .footer-sns li {
        width: 4.2rem;
    }
    footer .footer-family-site .btn-family-site {
        padding-left: 0.8rem;
        width: 100%;
    }
    .ico-plus {
        width: 2.4rem;
        height: 2.4rem;
    }
    .btn-top {
        width: 6.4rem;
        height: 6.4rem;
    }
    .btn-top p {
        font-size: 1.4rem;
    }
    .btn-top p:before {
        width: 1.2rem;
        height: 1.2rem;
    }
    .btn-top.y-up {
        bottom: 8rem;
    }
    .pop-policy-privacy select {
        padding-left: 2rem;
        padding-right: 20vw;
        width: auto;
        height: 4.4rem;
        font-size: 1.4rem;
        background-position: calc(100% - 1.8rem) 50%;
        background-size: 0.93rem;
    }
    .pop-policy-privacy .select-wrap {
        margin-top: 1.6rem;
    }
    .pop-policy-privacy .popup-wrap {
        padding: 2.5rem 1.6rem;
    }
    .pop-policy-privacy .popup-body {
        margin-top: 0.8rem;
        height: calc(100% - 10rem);
    }
    .pop-map .popup-wrap {
        padding: 2.5rem 1.6rem;
    }
    .pop-map .map {
        padding-bottom: 2rem;
    }
    .pop-map .map .info b::before {
        margin-right: 0.4rem;
        width: 1.5rem;
        height: 1.6rem;
    }
    .pop-map .map .text-3 {
        font-size: 1.4rem;
    }
    .pop-about-site {
        width: 100%;
    }
    .pop-about-site .popup-wrap {
        padding: 0;
    }
    .pop-about-site .popup-inner {
        padding: 2rem;
    }
    .pop-about-site .btn-close {
        display: none;
    }
    .pop-about-site .about-site-tab li {
        font-size: 1.6rem;
    }
    .pop-about-site .about-site-tab li a {
        padding-bottom: 0.6rem;
    }
    .pop-about-site .about-site-box {
        margin-top: 1.4rem;
        padding: 1.6rem;
        height: 24.6753246753vh;
    }
    .pop-about-site .about-site-box::-webkit-scrollbar {
        display: block;
        width: 0.3rem; /* Remove scrollbar space */
        height: 0.3rem;
    }
    .window-pc .nav-open .header-inner {
        background-color: #101e5d;
        z-index: 10;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .window-pc .all-gnb-view {
        padding: 0 1.6rem 7.6rem 1.6rem;
        margin-top: 7.6rem;
        height: calc(100vh - 7.6rem);
    }
    .window-pc .all-gnb-view .nav-etc-link {
        flex-wrap: wrap;
        font-size: 1.2rem;
        justify-content: center;
        font-weight: 400;
    }
    .window-pc .all-gnb-view .gnb-depth2-list > li + li {
        margin-top: 3rem;
    }
    .window-pc .all-gnb-view .gnb-depth3 {
        margin-top: 3rem;
    }
    .window-pc .all-gnb-view .gnb-depth3-list {
        padding-top: 0;
    }
    .window-pc .all-gnb-view .gnb-depth3-list li + li {
        margin-top: 2rem;
    }
    .window-pc .all-gnb-view .nav-gnb {
        padding-top: 2.7rem;
    }
    .window-pc .all-gnb-view .gnb-depth1-list > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .window-pc .all-gnb-view .gnb-depth1-list > li + li {
        margin-top: 3rem;
    }
    .window-pc .all-gnb-view .nav-etc-link {
        margin-top: 3rem;
    }
}
.window-mo html {
    font-size: 62.5% !important;
}
.window-mo ::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
}
.window-mo h1 {
    position: relative;
    width: 11.6rem;
    height: 1.8rem;
    z-index: 1;
}
.window-mo h1.en {
    width: 17.5rem;
}
.window-mo .header-inner {
    padding: 3rem 1.6rem;
    height: 7.6rem;
    transition: background-color 0.35s;
}
/* .window-mo .header-etc-link {
    display: none;
} */

.window-mo .header-etc-link {
    top: 2.8rem;
    right: 6.6rem;
}
.window-mo .header-etc-link li.lang {
    top: 1.6rem;
    right: 4.6rem;
}

.window-mo .header-menu {
    margin: 0;
}
.window-mo .header-menu .header-util {
    gap: 2rem;
    top: 2.6rem;
    right: 2rem;
}
.window-mo .header-menu .btn-work-place {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.46rem;
}
.window-mo .header-menu .btn-lang {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.73rem;
}
.window-mo .header-menu .btn-all-gnb {
    width: 2.4rem;
    height: 2.4rem;
}
.window-mo .header-menu .btn-all-gnb div {
    width: 1.8rem;
    height: 1.4rem;
}
.window-mo .header-menu .btn-all-gnb span {
    width: 1.8rem;
    height: 0.2rem;
}
.window-mo .header-menu .btn-all-gnb span:nth-child(2) {
    top: 0.6rem;
}
.window-mo .header-menu .btn-all-gnb span:nth-child(3) {
    top: 1.2rem;
}
.window-mo .header-menu .btn-all-gnb.on span:nth-child(1) {
    transform: translateY(0.6rem) rotate(-45deg);
}
.window-mo .header-menu .btn-all-gnb.on span:nth-child(3) {
    transform: translateY(-0.6rem) rotate(45deg);
}
.window-mo .header-gnb {
    display: none;
}
.window-mo .all-gnb-view {
    padding: 0;
}
.window-mo .all-gnb-view .nav-gnb {
    margin-top: 7rem;
    padding: 0 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.window-mo .all-gnb-view .gnb-depth1-list {
    display: block;
}
.window-mo .all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title, .window-mo .all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title1 {
    border-bottom: 2px solid #00b4d6;
}
.window-mo .all-gnb-view .gnb-depth1-list > li.on .gnb-depth1-title:before {
    display: none;
}
.window-mo .all-gnb-view .gnb-depth1-list > li + li {
    margin-top: 0;
}
.window-mo .all-gnb-view .gnb-depth2-list {
    display: block;
}
.window-mo .all-gnb-view .gnb-depth2-list > li + li {
    margin-top: 3rem;
}
.window-mo .all-gnb-view .gnb-depth2-list > li.on .gnb-depth1-title a:after {
    right: -1.2rem;
    bottom: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
}
.window-mo .all-gnb-view .gnb-depth1-title, .window-mo .all-gnb-view .gnb-depth1-title1 {
    position: relative;
    display: block;
    padding: 2.6rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.6rem;
}
.window-mo .all-gnb-view .gnb-depth1-title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 1.6rem;
    margin: auto;
    margin-right: -0.05rem;
    width: 0.1rem;
    height: 1.2rem;
    background-color: #fff;
}
.window-mo .all-gnb-view .gnb-depth1-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    width: 1.2rem;
    height: 0.1rem;
    background-color: #fff;
}
.window-mo .all-gnb-view .gnb-depth1-title a:after {
    display: none;
}
.window-mo .all-gnb-view .gnb-depth2 {
    padding: 3rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}
.window-mo .all-gnb-view .gnb-depth2-title {
    font-size: 1.4rem;
}
.window-mo .all-gnb-view .gnb-depth2-list {
    font-size: 1.4rem;
}
.window-mo .all-gnb-view .gnb-depth2-list > li:not(.depth-3-y).on {
    color: #00b4d6;
}
.window-mo .all-gnb-view .depth-3-y .gnb-depth2-title {
    position: relative;
    display: block;
}
.window-mo .all-gnb-view .depth-3-y .gnb-depth2-title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0.6rem;
    margin: auto;
    margin-right: -0.05rem;
    width: 0.1rem;
    height: 1.2rem;
    background-color: #fff;
}
.window-mo .all-gnb-view .depth-3-y .gnb-depth2-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1.2rem;
    height: 0.1rem;
    background-color: #fff;
}
.window-mo .all-gnb-view .depth-3-y.on .gnb-depth2-title:before {
    display: none;
}
.window-mo .all-gnb-view .gnb-depth3 {
    display: none;
}
.window-mo .all-gnb-view .gnb-depth3-list li {
    font-size: 1.4rem;
}
.window-mo .all-gnb-view .nav-etc-link {
    padding: 3rem 2.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    gap: 0;
    justify-content: space-between;
}
.window-mo .btn-lang.on + .lang-list-wrap {
    display: block;
}
.window-mo .header-menu .header-lang,
.window-mo .header-menu .btn-work-place {
    display: none;
}
.window-mo .nav-open .header-lang,
.window-mo .nav-open .btn-work-place {
    display: block;
}
.window-mo .nav-open h1 a {
    background-image: url("../../assets/images/main/logo_white.svg");
}
.window-mo .nav-open h1.en a {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23fff'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23fff'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23fff'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23fff'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23fff'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23fff'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23fff'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23fff'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23fff'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23fff'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23fff'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23fff'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23fff'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23fff'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23fff'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23fff'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23fff'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23fff'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23fff'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%23fff'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%23fff'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%23fff'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%23fff'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%23fff'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%23fff'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%23fff'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%23fff'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%23fff'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.window-mo .nav-open .header-inner {
    background-color: #1A0855;
    z-index: 1;
}

@media screen and (min-width: 767px) {
    .all-gnb-view .nav-etc-link {
        margin-top: 10rem;
    }
}
.gnbAccordion__trigger {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
    color: #162da1;
}
.gnbAccordion__trigger::after {
    content: "";
    display: block;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    transform: rotate(0deg);
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.5L6 4.5L2 8.5' stroke='%23162DA1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.gnbAccordion.is-close .gnbAccordion__trigger {
    color: #222;
}
.gnbAccordion.is-close .gnbAccordion__trigger::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.5L6 4.5L2 8.5' stroke='%23222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
}

.footerAddress {
    /*전화번호 짤림 241121 flex-basis: 30rem;*/
}
.footerAddress__title {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}
.footerAddress__item {
    margin-top: 3rem;
}
.footerAddress__item:first-child {
    margin-top: 0;
}
.footerAddress__cont {
    /* display: flex;
    gap: 7rem; */
}
.footerAddress__title {
    margin-bottom: 1rem;
}
.footerAddress .address {
    flex-basis: 29.4rem;
    flex-shrink: 0;
}
.footerAddress .tel {
    flex-shrink: 0;
}

.info-item-title {
    display: flex;
    gap: 7rem;
}

.addressTitle {
    flex-basis: 30rem;
    flex-shrink: 0;
}

.telTitle {
    flex-shrink: 0;
}

@media screen and (max-width: 766px) {
    .addressTitle,
    .telTitle {
        flex-basis: auto;
    }
    .info-item-title {
        gap: initial;
    }
    .telTitle {
        position: relative;
        display: flex !important;
    }
    .telTitle::before {
        content: "/";
        display: block;
        position: relative;
    }
    .footerAddress .address,
    .footerAddress .tel {
        flex-basis: auto;
        flex-shrink: initial;
    }
    .footerAddress__cont {
        flex-direction: column;
        gap: 1rem;
    }
    .footerAddress__item {
        margin-top: 2rem;
    }
    .footerAddress__item:first-child {
        margin-top: 0;
    }
}
/*241113 사업부 소개*/
/*
header.white {
  z-index: 3;
}
*/
/*241107 - 제품소개*/
#wrap .section-head .text-wrap-new-ty1 {
    padding-top: 6.8rem;
}

.pr-center-detail .section-contents.new-sec-conts {
    padding-top: 6.8rem !important;
}

/*241130*/
.footerAddress.act .footerAddress__list {
    height: 4.9rem;
    overflow: hidden;
}

.btns-view {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.btns-view span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 6px;
}

.btns-view svg {
    transform: rotate(0deg);
}

.btns-view.on svg {
    transform: rotate(180deg);
}

.img-mo {
    display: none;
}

/*241121 white fixed*/
/*
.window-pc.scr-up header.white {
  background-color: #fff;
}
.window-pc.scr-up header.white .header-etc-link {
  color: #222;
}
.window-pc.scr-up header.white h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: svgLogo("000", "00B4D6");
  background-size: 100% 100%;
  @include mix.font0;
}
.window-pc.scr-up header.white .header-menu .gnb-depth1-title {
  color: #222;
}
*/
/*사업소개, */
.window-pc.scr-up header.white.act {
    background-color: #fff;
}

.window-pc.scr-up header.white.act .header-etc-link {
    color: #222;
}
.window-pc.scr-up header.white.act .header-etc-link a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23222'%3E%3Cpath d='M325-111.5q-73-31.5-127.5-86t-86-127.5Q80-398 80-480.5t31.5-155q31.5-72.5 86-127t127.5-86Q398-880 480.5-880t155 31.5q72.5 31.5 127 86t86 127Q880-563 880-480.5T848.5-325q-31.5 73-86 127.5t-127 86Q563-80 480.5-80T325-111.5ZM480-162q26-36 45-75t31-83H404q12 44 31 83t45 75Zm-104-16q-18-33-31.5-68.5T322-320H204q29 50 72.5 87t99.5 55Zm208 0q56-18 99.5-55t72.5-87H638q-9 38-22.5 73.5T584-178ZM170-400h136q-3-20-4.5-39.5T300-480q0-21 1.5-40.5T306-560H170q-5 20-7.5 39.5T160-480q0 21 2.5 40.5T170-400Zm216 0h188q3-20 4.5-39.5T580-480q0-21-1.5-40.5T574-560H386q-3 20-4.5 39.5T380-480q0 21 1.5 40.5T386-400Zm268 0h136q5-20 7.5-39.5T800-480q0-21-2.5-40.5T790-560H654q3 20 4.5 39.5T660-480q0 21-1.5 40.5T654-400Zm-16-240h118q-29-50-72.5-87T584-782q18 33 31.5 68.5T638-640Zm-234 0h152q-12-44-31-83t-45-75q-26 36-45 75t-31 83Zm-200 0h118q9-38 22.5-73.5T376-782q-56 18-99.5 55T204-640Z'/%3E%3C/svg%3E");
}

.window-pc.scr-up header.white.act h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../assets/images/main/logo.svg");
    background-size: 100% 100%;
    text-indent: -1000000em;
    font-size: 0;
}

.window-pc.scr-up header.white.act .header-menu .gnb-depth1-title {
    color: #222;
}


.window-pc.scr-up header.white.act .btn-all-gnb span {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H26' stroke='%23222' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1200px) {
    #wrap .section-head .text-wrap-new-ty1 {
        padding-top: 6.8rem;
    }
}
@media screen and (max-width: 766px) {
    #wrap .section-head .text-wrap-new-ty1 {
        padding-top: 6.4rem;
    }
    .pr-center-detail .section-contents.new-sec-conts {
        padding-top: 6.4rem !important;
    }
    /*241120*/
    .btns-view {
        font-size: 14px;
    }
    .btns-view span {
        gap: 0 2px;
    }
    .img-pc {
        display: none;
    }
    .img-mo {
        display: inline-block;
    }
    .footerAddress.act .footerAddress__list {
        height: 11rem;
    }
    /*241121*/
    footer .footer-content {
        width: 100%;
    }
    footer .footer-info {
        margin-right: 0;
        display: block;
    }
    /*margin-right: 10rem;*/
}
/*250117*/
.footer-term .btn-privacy {
    color: #bedeee;
}

.pop-privacy-2025 .popup-head .text-3 {
    margin-top: 2rem;
}
.pop-privacy-2025 .popup-inner {
    max-width: 95rem;
    max-height: 90%;
}
.pop-privacy-2025 .popup-body {
    margin-top: 5rem;
    padding: 3rem;
    height: 47.695vh;
    background-color: #f3f7fa;
    border-radius: 0.8rem;
    overflow: auto;
}

@media screen and (max-width: 766px) {
    .pop-privacy-2025 .popup-head {
        padding-right: 3rem;
    }
    .pop-privacy-2025 .popup-head .text-3 {
        margin-top: 1rem;
    }
    .pop-privacy-2025 .text-3 {
        font-size: 1.4rem;
    }
    .pop-privacy-2025 .popup-body {
        margin-top: 1.6rem;
        padding: 2.8rem 1.6rem;
    }
}
/*brand*/
@keyframes chartLoad {
    100% {
        stroke-dashoffset: -125.663706144;
    }
}
.block-br {
    display: flex;
}

.brand .tab-type-a a {
    padding: 1rem 1.6rem;
}
.brand-intro {
    margin-bottom: -14rem;
}
.brand-intro .sub-visual {
    position: relative;
    font-size: 0;
}
.brand-intro .sub-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-intro .sub-visual .content {
    position: absolute;
    padding: 0 5rem;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 3rem;
    width: 100%;
    height: 100%;
    text-align: center;
}
.brand-intro .sub-visual strong {
    width: 100%;
    color: #fff;
}
.brand-intro .sub-visual .title-s3 {
    margin: 0 auto;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}
.brand-intro .brand-category {
    width: 29.4871794872vw;
}
.brand-intro .category-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}
.brand-intro .category-item {
    position: relative;
    padding-left: 30%;
    font-size: 3rem;
    color: #aaa;
}
.brand-intro .category-item:before {
    content: "";
    position: absolute;
    right: 70%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #162da1;
    transition: width 0.3s;
}
.brand-intro .category-item.on {
    color: #162da1;
    font-weight: 600;
}
.brand-intro .category-item.on:before {
    width: 50%;
}
.brand-intro .brand-intro-wrap {
    height: 100vh;
}
.brand-intro .brand-intro-swiper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.brand-intro .brand-intro-swiper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.brand-intro .brand-intro-swiper .swiper-container {
    height: 100%;
    overflow: hidden;
}
.brand-intro .brand-intro-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-intro .brand-intro-swiper .intro-item {
    position: relative;
    overflow: hidden;
}
.brand-intro .brand-intro-swiper .bind {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.brand-intro .brand-intro-swiper .bind.on {
    position: relative;
    z-index: 1;
}
.brand-intro .brand-intro-swiper .bind.on .thumb {
    opacity: 1;
}
.brand-intro .brand-intro-swiper .bind.on .content {
    transform: translateX(0);
}
.brand-intro .brand-intro-swiper .thumb {
    width: 20.5128205128vw;
    opacity: 0;
    transition: opacity 1.5s;
}
.brand-intro .brand-intro-swiper .content {
    position: relative;
    display: flex;
    margin-left: 8rem;
    padding-right: 2rem;
    padding-bottom: 15rem;
    width: calc(50vw - 8rem);
    max-width: 72rem;
    justify-content: center;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.5s;
}
.brand-intro .brand-intro-swiper .text-1 {
    margin-top: 2.8rem;
}
.brand-intro .brand-intro-swiper .btn-page-move {
    margin-top: 4.6296296296vh;
}
.brand-intro .brand-intro-swiper .intro-item-1 .content {
    padding-bottom: 0;
}
.brand-intro .brand-list-swiper {
    position: absolute;
    right: 0;
    bottom: 2.8rem;
    width: calc(50vw - 8rem);
    max-width: 72rem;
    z-index: 2;
}
.brand-intro .brand-list {
    display: flex;
    color: rgba(0, 0, 0, 0.4);
}
.brand-intro .brand-list li {
    width: 30%;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    transition: border 0.4s;
}
.brand-intro .brand-list li.on {
    border-color: #162da1;
}
.brand-intro .brand-list li.on .num {
    color: #162da1;
}
.brand-intro .brand-list li.on .brand-name {
    color: #222;
    font-weight: 500;
}
.brand-intro .brand-list a {
    display: block;
    padding-top: 2.8rem;
}
.brand-intro .brand-list .num {
    font-size: 2rem;
    font-weight: 600;
}
.brand-intro .brand-list .brand-name {
    margin-top: 0.8rem;
    font-size: 1.8rem;
}

.brand-ceo .section-inner {
    /* width: 100%; */
    padding: 8.33% 0 0 3rem !important;
}

.brand-ceo .ceo-about {
    display: flex;
    gap: 22.5rem;
}

.brand-ceo .ceo-about .ceo-content {
    width: 100%;
    max-width: 852px;
}

.brand-ceo .ceo-about .ceo-content p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    word-break: keep-all;
    color: #777;
}
.brand-ceo .ceo-about .ceo-content p b {
    font-weight: 700;
    color: #222;
}

.brand-ceo .section-contents {
    padding-top: 1.5rem !important;
}

.brand-ceo .section-contents .main-title {
    font-size: 10rem;
}

.brand-ceo .ourvaluescont .section-inner {
    padding-bottom: 8.33% !important;
}

.brand-ceo .values-area {
    display: flex;
    gap: 32.5rem;
}

.brand-ceo .values-area .values-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 852px;
}

.brand-ceo .values-area .values-content dl {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.brand-ceo .values-area .values-content dl:nth-child(1) {
  padding: 15px 40px 60px 15px;
}

.brand-ceo .values-area .values-content dl:nth-child(2) {
  padding: 15px 40px 60px 60px;
  border-left: 1px solid #ebebeb;
}

.brand-ceo .values-area .values-content dl:nth-child(3) {
  padding: 60px 40px 15px 15px;
  border-bottom: none;
}

.brand-ceo .values-area .values-content dl:nth-child(4) {
  padding: 60px 40px 15px 60px;
  border-left: 1px solid #ebebeb;
  border-bottom: none;
}

.brand-ceo .values-area .values-content dt {
    font-size: 4rem;
    line-height: 5.2rem;
    font-weight: 700;
}
.brand-ceo .values-area .values-content dd {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color:#777;
    word-break: keep-all;
    margin-top: 4rem;
}

.brand-ceo .timeline-area {
    display: flex;
    gap: 32.5rem;
}

.brand-ceo .timeline-area .timeline-header {
    position: relative;
    padding-bottom: 120px; 
    background-image: url('../../assets/images/brand/timeline_img.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 150px;
    background-position: 70px 270px; 
}

.brand-ceo .timeline-area .main-title span {
    color: rgba(34, 34, 34, .3);
}

.brand-ceo .timeline-area .timeline-container {
    max-width: 852px;
    /* margin: 0 auto; */
    position: relative;
}

/* 중앙 수직 선 */
.brand-ceo .timeline-area .timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 160px; /* 연도 영역 너비에 맞춰 선 위치 조정 */
    width: 1px;
    background-color: #CCCCCC; /* 어두운 회색 선 */
}

/* 개별 연혁 항목 */
.timeline-item {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}

/* 좌측 큰 연도 텍스트 */
.timeline-year {
    width: 120px;
    text-align: right;
    font-size: 4rem;
    line-height: 5.2rem;
    font-weight: 700;
    padding-top: -15px;
}

/* 타임라인 점 (Dot) */
.timeline-dot {
    position: absolute;
    left: 151px; /* 선 위치 중앙에 오도록 조정 */
    top: 15px; /* 연도 텍스트 높이와 맞춤 */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dddddd; /* 밝은 회색/흰색 점 */
}

/* 우측 컨텐츠 영역 (내용 + 이미지) */
.timeline-content {
    flex: 1;
    padding-top: 9px;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

/* 상세 이벤트 리스트 */
.timeline-events {
    flex: 1;
}

.event {
    margin-bottom: 25px;
}
.event:last-child {
    margin-bottom: 0;
}

.event-date {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 4px;
}

.event-desc {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 600;
    word-break: keep-all;
}

/* 우측 이미지 영역 */
.timeline-image {
    max-width: 250px;
    flex-shrink: 0;
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.8; /* 원본 이미지의 살짝 어두운 느낌 재현 */
}


.brand-ceo .sub-wrap-gray {
    background-color: #f7f7f7;
    padding: 12rem 0;
}
.brand-ceo .ceo-intro {
    display: flex;
    gap: 8rem;
}
.brand-ceo .ceo-intro .ceo-img img {
    width: 100%;
    max-width: 64.3rem;
}
.brand-ceo .ceo-intro .ceo-content dt {
    font-size: 4rem;
    line-height: 5.2rem;
    font-weight: 700;
}
.brand-ceo .ceo-intro .ceo-content dd {
    font-size: 1.8rem;
    line-height: 3.2rem;
    /* margin-top: 4rem; */
}
.brand-ceo .purpose .title-s2 {
    display: block;
    padding-bottom: 3rem;
    color: #000081;
}
.brand-ceo .purpose .text-2 + .text-2 {
    margin-top: 5rem;
}
.brand-ceo .purpose + .purpose {
    margin-top: 5rem;
}
.brand-value .sub-wrap-gray {
    background-color: #f7f7f7;
    padding: 12rem 0;
}
.brand-value .valuecont {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.brand-value .valuecont-box {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.brand-value .valuecont-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 9rem;
    flex-basis: 50%;
    flex-shrink: 1;
}
.brand-value .valuecont-text:first-child {
    padding-left: 12rem;
}
.brand-value .valuecont-text i {
    display: block;
    width: 7.4rem;
    height: 7.4rem;
    margin-bottom: 4rem;
}
.brand-value .valuecont-text i.ico-bulb {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8445 43.759L20.1381 44.4668L20.8445 43.759ZM58.8942 27.5604C58.8942 33.6111 56.44 39.0867 52.4703 43.0493L53.8832 44.4648C58.2134 40.1424 60.8942 34.1635 60.8942 27.5604H58.8942ZM37.0096 5.67578C49.0962 5.67578 58.8942 15.4739 58.8942 27.5604H60.8942C60.8942 14.3693 50.2007 3.67578 37.0096 3.67578V5.67578ZM15.125 27.5604C15.125 15.4739 24.9231 5.67578 37.0096 5.67578V3.67578C23.8185 3.67578 13.125 14.3693 13.125 27.5604H15.125ZM21.5509 43.0512C17.58 39.0885 15.125 33.6121 15.125 27.5604H13.125C13.125 34.1646 15.8067 40.1443 20.1381 44.4668L21.5509 43.0512ZM24.5495 58.5606V49.6311H22.5495V58.5606H24.5495ZM27.5495 61.5606C25.8926 61.5606 24.5495 60.2174 24.5495 58.5606H22.5495C22.5495 61.322 24.7881 63.5606 27.5495 63.5606V61.5606ZM46.4726 61.5606H27.5495V63.5606H46.4726V61.5606ZM49.4726 58.5606C49.4726 60.2174 48.1294 61.5606 46.4726 61.5606V63.5606C49.234 63.5606 51.4726 61.322 51.4726 58.5606H49.4726ZM49.4726 49.6284V58.5606H51.4726V49.6284H49.4726ZM20.1381 44.4668C21.5957 45.9214 22.5495 47.735 22.5495 49.6311H24.5495C24.5495 47.0519 23.2611 44.7579 21.5509 43.0512L20.1381 44.4668ZM52.4703 43.0493C50.7605 44.7559 49.4726 47.0497 49.4726 49.6284H51.4726C51.4726 47.7327 52.4261 45.9193 53.8832 44.4648L52.4703 43.0493Z' fill='%23FF4002'/%3E%3Cpath d='M23.5469 50.4531L50.47 50.4531' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M23.5469 55.8379L37.0084 55.8379' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43.7344 55.8379H50.4651' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M28.9297 62.5723H45.0835V65.303C45.0835 67.5122 43.2927 69.303 41.0835 69.303H32.9297C30.7205 69.303 28.9297 67.5122 28.9297 65.303V62.5723Z' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M53.3333 27.6673C53.3333 25.5224 52.9109 23.3985 52.09 21.4168C51.2692 19.4352 50.0661 17.6346 48.5494 16.1179C47.0327 14.6012 45.2321 13.3981 43.2505 12.5773C41.2688 11.7565 39.1449 11.334 37 11.334' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-value .valuecont-text i.ico-heart {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9394 38.3429C6.35355 31.8591 6.35355 21.3467 12.9394 14.8629C19.5252 8.37904 30.2028 8.37904 36.7887 14.8629L39 17.04L41.2114 14.8629C47.7972 8.37904 58.4748 8.37904 65.0607 14.8629C71.6465 21.3467 71.6465 31.8591 65.0607 38.3429L39 64L23.2562 48.5' stroke='%232F75FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 39H27.5L32.5 27.5L37 46L43.5 34H52' stroke='%232F75FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-value .valuecont-text i.ico-slogan {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 34L10 62' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M39 34L58 55' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M64 10L39 34' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M19 14L39 34' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M39 34V65' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='64' cy='10' r='7' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='39' cy='34' r='9' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='19' cy='14' r='5' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='58' cy='55' r='4' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='39' cy='65' r='6' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='10' cy='62' r='7' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-value .valuecont-text strong {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.64rem;
}
.brand-value .valuecont-text p {
    margin-top: 3rem;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #777;
}
.brand-value .valuecont-img {
    flex-basis: 50%;
    flex-shrink: 1;
    border-radius: 2rem;
    overflow: hidden;
    font-size: 0;
}
.brand-value .valuecont-img img {
    width: 100%;
    height: 100%;
}
.brand-value .value-slide {
    margin-top: 12rem;
}
.brand-value .value-slide .data-head {
    margin-bottom: 8.3rem;
}
.brand-value .value-slide .text-1 {
    margin-top: 2rem;
    color: #777;
}
.brand-value .valueslide-nav {
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
}
.brand-value .valueslide-nav .swiper-button-prev {
    border: 1.5px solid #222;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10H2' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 5L2 10L7 15' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
    background-position: center;
    background-size: 2.4rem 2.4rem;
}
.brand-value .valueslide-nav .swiper-button-next {
    border: 1.5px solid #222;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    background-position: center;
    background-size: 2.4rem 2.4rem;
}
.brand-value .valueslide-img {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
}
.brand-value .valueslide-img img {
    width: 100%;
}
.brand-value .valueslide-txt dt {
    margin-bottom: 2rem;
}
.brand-value .valueslide-txt dd {
    position: relative;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    color: #222;
}
.brand-value .valueslide-txt dd:last-of-type {
    margin-bottom: 0;
}
.brand-value .valueslide-pagin {
    display: block;
    margin-top: 6rem;
    height: 2px;
}
.brand-value .valueslide-pagin .swiper-pagination {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
}
.brand-value .valueslide-pagin .swiper-pagination-progressbar-fill {
    display: block;
    height: 100% !important;
    background-color: #2f75ff;
    transform-origin: left;
}
.brand-value .swiper-slide {
    width: 58.2rem;
}
.brand-value .swiper-slide .valueslide-txt {
    margin: 4rem 0;
}
.brand-value .swiper-slide .valueslide-img {
    height: 35rem;
}
.brand-value .swiper-slide:nth-of-type(2n) {
    width: 43rem;
}
.brand-value .swiper-slide:nth-of-type(2n) .valueslide-txt {
    margin-top: 0;
}
.brand-value .swiper-slide:nth-of-type(2n) .valueslide-img {
    height: 46rem;
}
.brand-history .page-menu-wrap {
    position: relative;
    margin-top: 5rem;
    margin-bottom: 12rem;
    height: 6.1rem;
    z-index: 1;
}
.brand-history .page-menu-wrap2 {
    position: relative;
    margin-top: 5rem;
    margin-bottom: 12rem;
    height: 6.1rem;
    z-index: 1;
}
.brand-history .page-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.4s cubic-bezier(0.2, 0.4, 0.9, 1);
    white-space: nowrap;
    overflow-x: auto;
}
.brand-history .page-menu-list .tab-type-a {
    gap: 0;
}
.brand-history .page-menu-list .year-item a {
    padding: 2rem 3.6rem;
    font-size: 1.8rem;
    color: #aaa;
    border: 0;
}
.brand-history .page-menu-list.fixed {
    position: fixed;
    margin: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0.1rem 0.1rem 1.6rem rgba(0, 0, 0, 0.12);
    transition: transform 0.6s;
}
.brand-history .page-menu-list.fixed.hidden {
    transform: translateY(-100%);
}
.brand-history .page-menu-list.fixed .tab-type-a {
    display: block;
    text-align: center;
}
.brand-history .page-menu-list.fixed li {
    display: inline-block;
}
.brand-history .page-menu-list.fixed li.on a {
    color: #000081 !important;
    font-weight: 600;
    background-color: #fff;
}
.brand-history .page-menu-list2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.4s cubic-bezier(0.2, 0.4, 0.9, 1);
    white-space: nowrap;
    overflow-x: auto;
    /*탭메뉴 삭제하면서 수치값 수정 top: 6.1rem;*/
}
.brand-history .page-menu-list2 .tab-type-a {
    gap: 0;
}
.brand-history .page-menu-list2 .year-item a {
    padding: 2rem 3.6rem;
    font-size: 1.8rem;
    color: #aaa;
    border: 0;
}
.brand-history .page-menu-list2.fixed {
    position: fixed;
    margin: 0;
    left: 0;
    top: 0rem;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0.1rem 0.1rem 1.6rem rgba(0, 0, 0, 0.12);
    transition: transform 0.6s;
}
.brand-history .page-menu-list2.fixed.hidden {
    transform: translateY(-100%);
}
.brand-history .page-menu-list2.fixed .tab-type-a {
    display: block;
    text-align: center;
}
.brand-history .page-menu-list2.fixed li {
    display: inline-block;
}
.brand-history .page-menu-list2.fixed li.on a {
    color: #000081 !important;
    font-weight: 600;
    background-color: #fff;
}
.brand-history .history-gallery {
    position: relative;
    height: 200vh;
}
.brand-history .history-gallery-box {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}
.brand-history .history-gallery-box.fixed {
    position: fixed;
    z-index: 100;
}
.brand-history .history-gallery-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0;
    transition: opacity 0.3s;
}
.brand-history .history-gallery-box.cover:after {
    opacity: 0.7;
}
.brand-history .history-gallery-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.brand-history .history-gallery-box .gallery-grid-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: repeat(3, 33.3%);
    grid-template-rows: repeat(8, 12.5%);
    justify-content: center;
    align-content: center;
}
.brand-history .history-gallery-box .gallery-grid {
    margin: 0.5rem;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(1) {
    grid-area: 1/1/5/2;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(2) {
    grid-area: 1/2/3/3;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(3) {
    grid-area: 1/3/4/3;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(4) {
    grid-area: 3/2/7/3;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(5) {
    grid-area: 5/1/7/2;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(6) {
    grid-area: 4/3/9/3;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(7) {
    grid-area: 7/1/9/2;
}
.brand-history .history-gallery-box .gallery-grid:nth-child(8) {
    grid-area: 7/2/9/2;
}
.brand-history .history-gallery-box .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
}
.brand-history .history-gallery-box .gallery-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.brand-history .history-gallery-box .gallery-text p {
    margin-top: 3rem;
}
.brand-history .history-item {
    padding: 5rem 4rem;
    display: flex;
    border-top: 2px solid #ccc;
}
.brand-history .history-item .year {
    flex: 0 0 34rem;
    font-weight: 500;
    color: #162da1;
}
.brand-history .history-item dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem 4rem;
}
.brand-history .history-item .align-items-ct {
    align-items: center;
}
.brand-history .history-item dt {
    min-width: 4.2rem;
    font-weight: 700;
}
.brand-history .history-item dd {
    width: calc(100% - 12rem);
    color: #777;
}
.brand-history .history-item .year.mo {
    display: none;
}
.brand-ci .br {
    display: block;
}
.brand-ci .sub-wrap-gray {
    background-color: #f7f7f7;
    padding: 12rem 0;
}
.brand-ci .ci-cont {
    padding-top: 12rem;
}
.brand-ci .ci-cont:last-of-type {
    padding-bottom: 14rem;
}
.brand-ci .ci-box {
    margin-top: 5rem;
}
.brand-ci .ci-subtit {
    display: block;
    margin-top: 1.6rem;
    color: #777;
}
.brand-ci .ci-motif {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
}
.brand-ci .ci-motif p {
    text-align: center;
    font-weight: 500;
}
.brand-ci .ci-motif p em {
    font-weight: 700;
    color: #2f75ff;
}
.brand-ci .motif-img {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 120rem;
}
.brand-ci .motif-logo {
    display: flex;
    align-items: center;
    flex-basis: 29.1%;
}
.brand-ci .motif-logo .logo {
    width: 100%;
    display: block;
    position: relative;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 350 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='175' cy='175' r='175' fill='%2300B4D6'/%3E%3Ccircle opacity='0.2' cx='175' cy='175' r='155' fill='%2300B4D6'/%3E%3Ccircle cx='175' cy='175' r='135' fill='white'/%3E%3Cpath d='M159.339 227.467C159.339 227.467 159.743 207.041 157.075 199.441C154.38 191.842 151.416 179.581 131.555 166.808C124.63 162.334 122.34 162.739 121.639 163.143C120.911 163.547 119.833 165.406 120.022 173.625C120.237 181.871 119.618 204.48 129.292 214.451C138.966 224.422 146.458 226.793 159.312 227.467H159.339Z' fill='%2300ACCD'/%3E%3Cpath d='M175.029 173.569C190.578 148.696 213.968 139.938 216.528 139.157C218.738 138.51 219.843 137.783 220.031 135.95C220.247 134.199 217.391 130.426 209.145 126.519C197.881 121.156 175.029 121.776 175.029 121.776C175.029 121.776 152.204 121.156 140.94 126.519C132.694 130.426 129.811 134.199 130.027 135.95C130.242 137.783 131.293 138.483 133.53 139.157C136.063 139.938 159.507 148.696 175.029 173.569Z' fill='%2300ACCD'/%3E%3Cpath d='M175.013 228.245C179.109 228.245 182.854 228.056 186.304 227.84C186.304 227.84 186.708 209.462 185.576 202.644C184.337 195.045 181.722 183.054 175.013 173.811C168.356 183.054 165.716 195.072 164.476 202.644C163.371 209.462 163.775 227.84 163.775 227.84C167.198 228.083 170.97 228.245 175.013 228.245Z' fill='%2300ACCD'/%3E%3Cpath d='M190.678 227.467C190.678 227.467 190.274 207.041 192.942 199.441C195.636 191.842 198.627 179.581 218.461 166.808C225.386 162.334 227.677 162.739 228.378 163.143C229.105 163.547 230.183 165.406 229.968 173.625C229.779 181.871 230.399 204.48 220.724 214.451C211.05 224.422 203.532 226.793 190.678 227.467Z' fill='%2300ACCD'/%3E%3Cpath d='M126.891 145.272C125.49 145.002 124.547 143.601 124.547 142.092C124.547 140.259 126.029 138.777 127.834 138.777C128.131 138.777 128.724 138.858 129.155 139.074C129.155 139.074 144.057 145.838 153.462 158.207L153.219 158.584C140.662 148.748 126.891 145.272 126.891 145.272Z' fill='%2300ACCD'/%3E%3Cpath d='M123.562 152.929C122.161 152.579 121.11 151.339 121.056 149.83C121.002 147.998 122.404 146.381 124.236 146.381C124.667 146.381 125.26 146.462 125.718 146.677C125.718 146.677 140.728 152.767 150.133 164.247L149.863 164.57C136.74 155.274 123.562 152.902 123.562 152.902V152.929Z' fill='%2300ACCD'/%3E%3Cpath d='M122.905 161.253C121.531 160.929 120.534 159.717 120.48 158.288C120.399 156.51 121.774 154.92 123.579 154.92C123.687 154.92 124.28 154.92 124.845 155.136C124.845 155.136 139.316 161.037 146.862 170.172L146.619 170.576C134.034 162.546 122.905 161.28 122.905 161.28V161.253Z' fill='%2300ACCD'/%3E%3Cpath d='M223.136 145.272C224.565 145.002 225.508 143.601 225.508 142.092C225.508 140.259 223.999 138.777 222.166 138.777C221.897 138.777 221.304 138.858 220.846 139.074C220.846 139.074 205.917 145.838 196.539 158.207L196.781 158.584C209.366 148.748 223.109 145.272 223.109 145.272H223.136Z' fill='%2300ACCD'/%3E%3Cpath d='M226.515 152.929C227.889 152.579 228.94 151.339 228.994 149.83C229.075 147.998 227.62 146.381 225.814 146.381C225.41 146.381 224.79 146.462 224.332 146.677C224.332 146.677 209.322 152.767 199.891 164.247L200.16 164.57C213.284 155.274 226.488 152.902 226.488 152.902L226.515 152.929Z' fill='%2300ACCD'/%3E%3Cpath d='M227.155 161.253C228.502 160.929 229.526 159.717 229.553 158.288C229.661 156.51 228.287 154.92 226.508 154.92C226.347 154.92 225.781 154.92 225.215 155.136C225.215 155.136 210.717 161.037 203.172 170.172L203.414 170.576C215.945 162.546 227.128 161.28 227.128 161.28L227.155 161.253Z' fill='%2300ACCD'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .motif-logo .logo::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.brand-ci .motif-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    width: 84.615%;
}
.brand-ci .motif-list-wrap {
    display: flex;
    flex-basis: 70.9%;
    align-items: center;
}
.brand-ci .motif-list-wrap::before {
    content: "";
    display: inline-block;
    width: 15.385%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 130 468' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M130 234L0 234' stroke='%23DBDBDB'/%3E%3Cpath d='M125 68H95C89.4772 68 85 72.4772 85 78V390C85 395.523 89.4772 400 95 400H125' stroke='%23DBDBDB'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .motif-li {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 4.8rem;
    height: 13.6rem;
    padding: 1rem;
    border: 2px solid #e5e5e5;
    border-radius: 10rem;
    background-color: #fff;
    position: relative;
}
.brand-ci .motif-li p {
    text-align: start;
    color: #777;
}
.brand-ci .motif-li::before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    left: -0.1rem;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border: 3px solid;
}
.brand-ci .motif-li:first-of-type .motif-ico {
    background-color: #2f75ff;
}
.brand-ci .motif-li:first-of-type::before {
    border-color: #2f75ff;
}
.brand-ci .motif-li:nth-of-type(2) .motif-ico {
    background-color: #ff4002;
}
.brand-ci .motif-li:nth-of-type(2)::before {
    border-color: #ff4002;
}
.brand-ci .motif-li:last-of-type .motif-ico {
    background-color: #162da1;
}
.brand-ci .motif-li:last-of-type::before {
    border-color: #162da1;
}
.brand-ci .motif-ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 1.2rem;
    width: 11.6rem;
    height: 11.6rem;
    border-radius: 50%;
}
.brand-ci .motif-ico i {
    display: block;
    width: 4rem;
    height: 4rem;
}
.brand-ci .motif-ico .num {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: -0.02em;
    color: #fff;
}
.brand-ci .ico-motif-heart {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.15604 24.3167C2.36465 20.584 2.36465 14.5322 6.15604 10.7995C9.94742 7.06683 16.0945 7.06683 19.8858 10.7995L21.1589 12.0528L22.432 10.7995C26.2233 7.06683 32.3704 7.06683 36.1618 10.7995C39.9531 14.5322 39.9531 20.584 36.1618 24.3167L21.1589 39.0873L12.0954 30.1641' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 24.6966H14.5287L17.4072 18.0762L19.9978 28.7264L23.7398 21.8182H28.6331' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.brand-ci .ico-motif-enterprise {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_92_12)'%3E%3Cpath d='M31.4796 3.38281H20.0391V11.0098H31.4796L29.4899 7.19633L31.4796 3.38281Z' fill='%23FF4002' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5625 18.1608V1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.2433 40.5647H2.875L19.5591 17.6836L36.2433 40.5647Z' fill='%23FF4002' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M13.3672 26.2656C13.9739 27.5182 15.2957 28.9327 17.6141 27.7688C20.2839 26.4283 21.2542 27.0172 22.985 28.585C24.672 30.1133 26.5123 28.0193 26.7145 27.0172' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_92_12'%3E%3Crect width='40' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .ico-motif-puzzle {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.0001' cy='19.0001' r='19.0001' transform='matrix(-1 0 0 1 39 1)' fill='%23162DA1' stroke='white' stroke-width='2'/%3E%3Cpath d='M20.3131 2.3125V8.51016L21.4044 7.98579C22.8373 7.29722 24.5489 7.58878 25.6731 8.71295V8.71295C27.1351 10.175 27.1351 12.5454 25.6731 14.0074V14.0074C24.5489 15.1316 22.8373 15.4231 21.4044 14.7346L20.3131 14.2102V20.4079' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9916 38.0957L19.9916 31.898L18.9003 32.4224C17.4673 33.111 15.7558 32.8194 14.6316 31.6953V31.6953C13.1696 30.2332 13.1696 27.8628 14.6316 26.4008V26.4008C15.7558 25.2766 17.4673 24.9851 18.9003 25.6736L19.9916 26.198L19.9916 20.0003' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.6797 20.0006L31.482 20.0006L32.0064 21.0919C32.695 22.5248 32.4034 24.2364 31.2792 25.3606V25.3606C29.8172 26.8226 27.4468 26.8226 25.9848 25.3606V25.3606C24.8606 24.2364 24.569 22.5248 25.2576 21.0919L25.782 20.0006L19.5843 20.0006' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.89844 19.683L8.0961 19.683L7.57172 18.5917C6.88316 17.1587 7.17472 15.4472 8.29889 14.323V14.323C9.76091 12.861 12.1313 12.861 13.5934 14.323V14.323C14.7175 15.4472 15.0091 17.1587 14.3205 18.5917L13.7961 19.683L19.9938 19.683' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .ci-type .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 3rem;
}
.brand-ci .ci-type .content strong {
    font-weight: 500;
}
.brand-ci .citype-list {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
}
.brand-ci .citype-li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 1.2rem;
    flex-basis: 100%;
    flex-shrink: 1;
    height: 18.2rem;
    background-color: #f7f7f7;
    border-radius: 2rem;
    padding-bottom: 4.4rem;
}
.brand-ci .citype-li span {
    color: #2f75ff;
}
.brand-ci .citype-li i {
    display: block;
}
.brand-ci .citype-li .citype-ico-kor1 {
    width: 19.5rem;
    height: 2.2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 195 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9446)'%3E%3Cpath d='M26.0954 11.0923H0V8.98829H11.157V7.27138H3.78145C3.13417 7.27138 2.5891 7.06939 2.14623 6.66542C1.68632 6.27827 1.46488 5.7733 1.46488 5.20099V0.689899H24.6305V2.65929H4.95676V5.33565H24.6305V7.30505H14.9384V9.02196H26.0954V11.126V11.0923ZM1.31158 17.0174C1.31158 16.3272 1.61819 15.6876 2.23139 15.0816C2.8446 14.4757 3.67924 13.9539 4.73532 13.4994C5.7914 13.0449 7.03485 12.6914 8.46567 12.4221C9.89649 12.1528 11.4125 12.0181 13.0307 12.0181C14.6488 12.0181 16.1648 12.1528 17.5956 12.4221C19.0265 12.6914 20.2699 13.0449 21.326 13.4994C22.3821 13.9539 23.2167 14.4757 23.8299 15.0816C24.4431 15.6876 24.7497 16.3272 24.7497 17.0174C24.7497 17.7075 24.4431 18.364 23.8299 18.9699C23.2167 19.5759 22.3821 20.0977 21.326 20.5522C20.2699 21.0067 19.0265 21.3601 17.5956 21.6126C16.1648 21.8651 14.6488 21.9998 13.0307 21.9998C11.4125 21.9998 9.89649 21.8651 8.46567 21.6126C7.03485 21.3601 5.7914 21.0067 4.73532 20.5522C3.67924 20.0977 2.8446 19.5759 2.23139 18.9699C1.61819 18.364 1.31158 17.7075 1.31158 17.0174ZM21.1216 16.9669C21.1216 16.5461 20.9172 16.1589 20.4914 15.7886C20.0655 15.4183 19.4864 15.0816 18.771 14.7955C18.0385 14.5262 17.1868 14.2905 16.1989 14.1222C15.211 13.9707 14.1719 13.8865 13.0647 13.8865C11.9575 13.8865 10.9015 13.9707 9.93056 14.1222C8.94261 14.2905 8.09093 14.5093 7.35849 14.7955C6.62605 15.0816 6.04691 15.4015 5.62107 15.7886C5.19523 16.1589 4.99083 16.5629 4.99083 16.9669C4.99083 17.3708 5.19523 17.7917 5.62107 18.162C6.04691 18.5323 6.62605 18.8521 7.35849 19.1383C8.09093 19.4244 8.94261 19.6432 9.93056 19.7947C10.9185 19.963 11.9575 20.0304 13.0647 20.0304C14.1719 20.0304 15.228 19.9462 16.1989 19.7947C17.1868 19.6432 18.0385 19.4244 18.771 19.1383C19.5034 18.8521 20.0825 18.5323 20.4914 18.162C20.9172 17.7917 21.1216 17.3877 21.1216 16.9669ZM37.4227 20.5522C36.2303 20.5522 35.1061 20.2829 34.0841 19.7442C33.0451 19.2224 32.1423 18.4818 31.3758 17.5728C30.6093 16.6471 29.9961 15.5698 29.5362 14.3242C29.0933 13.0786 28.8719 11.7488 28.8719 10.3349C28.8719 8.92096 29.0933 7.5912 29.5362 6.36243C29.979 5.11683 30.5922 4.03956 31.3758 3.11377C32.1423 2.18799 33.0451 1.44736 34.0841 0.908721C35.1232 0.370083 36.2303 0.100764 37.4227 0.100764C38.615 0.100764 39.7052 0.370083 40.7442 0.908721C41.7833 1.44736 42.7031 2.18799 43.4696 3.11377C44.2531 4.03956 44.8493 5.11683 45.3092 6.36243C45.7521 7.5912 45.9735 8.93779 45.9735 10.3349C45.9735 11.732 45.7521 13.0786 45.3092 14.3242C44.8664 15.5698 44.2531 16.6471 43.4696 17.5728C42.7031 18.4986 41.7833 19.2224 40.7442 19.7442C39.7052 20.2829 38.598 20.5522 37.4227 20.5522ZM37.4227 2.17115C36.7073 2.17115 36.06 2.37314 35.4298 2.81079C34.7995 3.2316 34.2715 3.82073 33.8116 4.54453C33.3517 5.28516 32.994 6.14361 32.7214 7.13672C32.4489 8.12984 32.3126 9.19028 32.3126 10.3181C32.3126 11.4458 32.4489 12.5063 32.7214 13.4994C32.994 14.4925 33.3517 15.351 33.8116 16.0916C34.2715 16.8322 34.7995 17.4045 35.4298 17.8422C36.06 18.263 36.7073 18.4818 37.4227 18.4818C38.1381 18.4818 38.7854 18.263 39.3986 17.8422C40.0118 17.4213 40.5569 16.8322 40.9997 16.0916C41.4426 15.351 41.8173 14.4925 42.0899 13.4994C42.3624 12.5063 42.4987 11.4627 42.4987 10.3181C42.4987 9.17345 42.3624 8.12984 42.0899 7.13672C41.8173 6.14361 41.4596 5.28516 40.9997 4.54453C40.5569 3.82073 40.0118 3.2316 39.3986 2.81079C38.7854 2.37314 38.1211 2.17115 37.4227 2.17115ZM52.2759 21.1413H48.8011V0.35325H52.2759V7.15356H55.8871V9.67842H52.2759V21.1581V21.1413ZM65.6302 7.89418C64.7956 8.95463 63.8417 9.91408 62.7856 10.7725C61.7296 11.631 60.5883 12.2706 59.396 12.7251L58.3399 10.9409C59.4641 10.4864 60.452 9.82991 61.2867 8.97146C62.1213 8.11301 62.8027 7.20405 63.3307 6.21094C63.8587 5.21783 64.2505 4.22471 64.506 3.21477C64.7615 2.20482 64.8978 1.32953 64.8978 0.55524H68.7814C68.7814 1.19487 68.6792 1.85134 68.4919 2.57513C68.2875 3.29893 67.9979 4.02272 67.6402 4.78018C68.032 5.57131 68.5089 6.32877 69.071 7.0189C69.6331 7.72586 70.2974 8.39916 71.0469 9.00512C71.6771 8.39916 72.2052 7.70903 72.6821 6.9684C73.142 6.2446 73.5338 5.48714 73.8234 4.71285C74.13 3.93856 74.3514 3.21477 74.4877 2.49097C74.6239 1.78401 74.6921 1.12754 74.6921 0.55524H78.5757C78.5757 1.19487 78.4735 1.86817 78.2691 2.59196C78.0647 3.31576 77.7752 4.05639 77.3834 4.81385C77.9796 6.00895 78.7631 7.11989 79.751 8.12984C80.739 9.15662 81.9824 10.0487 83.4644 10.8399L82.4594 12.8093C81.778 12.5063 81.1137 12.1865 80.4494 11.8498C79.7851 11.4963 79.1378 11.1428 78.5246 10.7389C77.9114 10.3517 77.3323 9.91408 76.8042 9.44277C76.2762 8.97146 75.7993 8.46649 75.3734 7.91102C74.5218 8.95463 73.5679 9.91408 72.5118 10.7725C71.4557 11.631 70.3315 12.2706 69.1392 12.7083L68.1001 10.924C68.2875 10.8567 68.4919 10.7557 68.7133 10.6379C68.1342 10.2339 67.5721 9.81308 67.044 9.35861C66.516 8.90413 66.039 8.39916 65.6132 7.87735M73.0569 18.0273H83.9072V20.2997H58.6465V18.0273H69.4628V14.3578H73.0398V18.0273H73.0569ZM94.2807 13.3984C93.429 14.4925 92.407 15.4856 91.2317 16.3777C90.0563 17.2699 88.7448 17.9936 87.2628 18.566L86.2238 16.748C87.348 16.2936 88.353 15.6708 89.2558 14.8796C90.1415 14.0885 90.908 13.1627 91.5212 12.1528C92.1515 11.126 92.6114 10.0151 92.935 8.81997C93.2586 7.62486 93.4119 6.3961 93.4119 5.1505V0.572072H97.1934V5.16733C97.1934 6.80008 96.8698 8.41599 96.2395 9.99824C96.7335 11.2943 97.5511 12.5736 98.7094 13.8192C99.8677 15.0648 101.316 16.1589 103.053 17.1184L101.844 19.0878C101.213 18.7679 100.549 18.3976 99.8506 17.9936C99.1352 17.5728 98.4539 17.1184 97.7555 16.6302C97.0571 16.1421 96.4099 15.6203 95.7966 15.0816C95.1834 14.543 94.6724 13.9875 94.2636 13.4321M110.241 21.1581H106.766V0.35325H110.241V21.1581ZM138.687 20.3334H113.426V18.061H124.277V14.3915H127.854V18.061H138.67V20.3334H138.687ZM126.065 13.1291C124.464 13.1291 122.965 12.9607 121.568 12.6241C120.155 12.2875 118.928 11.8161 117.889 11.2102C116.833 10.6042 116.015 9.91408 115.402 9.12295C114.789 8.33183 114.499 7.47337 114.499 6.58125C114.499 5.68913 114.806 4.84751 115.402 4.03956C115.998 3.24843 116.833 2.54147 117.889 1.9355C118.945 1.32953 120.172 0.875056 121.568 0.521575C122.965 0.184926 124.464 0.0166016 126.065 0.0166016C127.666 0.0166016 129.165 0.201758 130.579 0.521575C131.976 0.858224 133.202 1.32953 134.258 1.9355C135.314 2.54147 136.132 3.24843 136.745 4.03956C137.358 4.84751 137.648 5.68913 137.648 6.58125C137.648 7.47337 137.341 8.33183 136.745 9.12295C136.132 9.93091 135.314 10.621 134.258 11.2102C133.202 11.8161 131.976 12.2875 130.579 12.6241C129.165 12.9776 127.666 13.1291 126.065 13.1291ZM126.065 2.08699C125.009 2.08699 124.004 2.20482 123.067 2.44047C122.131 2.67613 121.33 2.99594 120.632 3.39992C119.95 3.82073 119.405 4.29204 118.996 4.84751C118.588 5.38615 118.383 5.95845 118.383 6.58125C118.383 7.20405 118.588 7.77636 118.996 8.33183C119.405 8.8873 119.95 9.35861 120.632 9.76258C121.33 10.1666 122.131 10.4864 123.067 10.722C124.004 10.9577 124.992 11.0755 126.065 11.0755C127.138 11.0755 128.126 10.9745 129.063 10.722C130 10.4864 130.818 10.1666 131.499 9.76258C132.197 9.35861 132.742 8.8873 133.151 8.33183C133.56 7.77636 133.747 7.20405 133.747 6.58125C133.747 5.95845 133.543 5.38615 133.151 4.84751C132.742 4.29204 132.197 3.82073 131.499 3.39992C130.801 2.99594 129.983 2.67613 129.063 2.44047C128.126 2.22165 127.121 2.08699 126.065 2.08699ZM166.094 20.3334H141.464V18.061H159.502L160.814 3.29893H142.724V0.992883H161.12C161.614 0.976051 162.057 1.06021 162.466 1.22854C162.875 1.38003 163.232 1.61568 163.522 1.90183C163.812 2.20482 164.033 2.52464 164.186 2.89495C164.34 3.2821 164.391 3.66924 164.357 4.07322L163.011 18.0441H166.06V20.3165L166.094 20.3334ZM180.13 11.4795H168.854V9.61109H194.966V11.4795H183.69V13.6677H180.13V11.4795ZM190.026 3.56825V2.44047H170.335V0.572072H191.73C192.224 0.572072 192.632 0.723564 192.973 1.00972C193.314 1.3127 193.484 1.68301 193.484 2.10382V5.21783H173.93V6.46343H193.484V8.34866H172.192C171.681 8.34866 171.255 8.18034 170.898 7.86052C170.54 7.52387 170.352 7.13672 170.352 6.66542V3.55141H190.043L190.026 3.56825ZM173.793 12.6241V14.9301H190.026V12.6241H193.484V20.9562H172.192C171.681 20.9562 171.255 20.7878 170.898 20.468C170.54 20.1482 170.352 19.7442 170.352 19.3066V12.6241H173.81H173.793ZM173.793 19.0878H190.026V16.7985H173.793V19.0878Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9446'%3E%3Crect width='195' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .citype-li .citype-ico-kor2 {
    width: 20.9rem;
    height: 2.2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 209 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9466)'%3E%3Cpath d='M162.381 11.3099H176V9.33112H163.461V3.79319H176V1.81445H160.203V9.33112C160.203 10.4248 161.175 11.3099 162.375 11.3099H162.381Z' fill='%23231916'/%3E%3Cpath d='M182.313 1.42285H179.055V11.7022H182.313V1.42285Z' fill='%23231916'/%3E%3Cpath d='M172.447 12.5107C166.903 12.5107 162.414 14.6349 162.414 17.2521C162.414 19.8694 166.903 21.9935 172.447 21.9935C177.99 21.9935 182.479 19.8694 182.479 17.2521C182.479 14.6349 177.99 12.5107 172.447 12.5107ZM172.447 20.1222C168.81 20.1222 165.861 18.8199 165.861 17.2079C165.861 15.5958 168.81 14.2935 172.447 14.2935C176.083 14.2935 179.032 15.6021 179.032 17.2079C179.032 18.8136 176.083 20.1222 172.447 20.1222Z' fill='%23231916'/%3E%3Cpath d='M208.994 18.2324H185.305V20.4071H208.994V18.2324Z' fill='%23231916'/%3E%3Cpath d='M157.212 10.9874H146.649V9.99483C151.864 9.72931 155.86 8.25 155.86 6.46092C155.86 5.50632 154.718 4.64023 152.861 3.9954H156.037V2.31379H146.75V0H143.195V2.32012H133.926V4.00172H137.089C135.233 4.64023 134.09 5.51264 134.09 6.46724C134.09 8.25632 138.081 9.73563 143.29 10.0011V10.9937H132.727V12.7701H157.205V10.9937L157.212 10.9874ZM137.696 6.32184C137.696 5.17126 140.953 4.23563 144.969 4.23563C148.985 4.23563 152.243 5.17126 152.243 6.32184C152.243 7.47241 148.985 8.40805 144.969 8.40805C140.953 8.40805 137.696 7.47241 137.696 6.32184Z' fill='%23231916'/%3E%3Cpath d='M155.837 19.4081H137.476V18.2196H155.83V15.2547C155.83 14.4392 155.098 13.7754 154.201 13.7754H134.117V15.5518H152.572V16.6392H134.117V19.5978C134.117 20.4702 134.9 21.1846 135.853 21.1846H155.83V19.4081H155.837Z' fill='%23231916'/%3E%3Cpath d='M196.412 9.22349C199.253 12.3844 203.338 14.0281 207.392 15.4948L208.219 13.5034C204.153 12.0114 199.979 8.94533 198.495 6.07521C199.184 4.67809 199.644 3.16085 199.828 1.53613H195.995C195.307 7.13096 191.184 11.531 185.969 13.5034L186.796 15.4948C190.603 14.1545 194.019 12.0367 196.412 9.22349Z' fill='%23231916'/%3E%3Cpath d='M49.0548 10.2671H52.4327V7.89642H49.0548V1.42285H45.7969V21.1912H49.0548V10.2671Z' fill='%23231916'/%3E%3Cpath d='M35.103 20.6218C39.5353 20.6218 43.1278 16.266 43.1278 10.8988C43.1278 5.53153 39.5353 1.17578 35.103 1.17578C30.6707 1.17578 27.0781 5.53153 27.0781 10.8988C27.0781 16.266 30.6707 20.6218 35.103 20.6218ZM35.103 3.14187C37.7422 3.14187 39.8762 6.61256 39.8762 10.8988C39.8762 15.185 37.7358 18.6557 35.103 18.6557C32.4701 18.6557 30.3297 15.185 30.3297 10.8988C30.3297 6.61256 32.4701 3.14187 35.103 3.14187Z' fill='%23231916'/%3E%3Cpath d='M24.4787 9.6468H14.0167V8.00312H23.1023V6.12553H4.64697V3.59048H23.1086V1.71289H1.38904V6.02438C1.38904 7.11806 2.36137 8.00312 3.56099 8.00312H10.4683V9.64048H0V11.6192H24.4787V9.64048V9.6468Z' fill='%23231916'/%3E%3Cpath d='M65.2043 14.7676V18.2319H55.0391V20.4067H78.7285V18.2319H68.5633V14.7676H65.2043Z' fill='%23231916'/%3E%3Cpath d='M130.135 18.2319H119.97V14.7676H116.617V18.2319H106.445V20.4067H130.135V18.2319Z' fill='%23231916'/%3E%3Cpath d='M107.438 7.31485C107.438 10.7603 112.299 13.5482 118.297 13.5482C124.295 13.5482 129.157 10.7539 129.157 7.31485C129.157 3.87577 124.295 1.0752 118.297 1.0752C112.299 1.0752 107.438 3.86945 107.438 7.31485ZM125.508 7.31485C125.508 9.66658 122.281 11.5758 118.297 11.5758C114.313 11.5758 111.087 9.66658 111.087 7.31485C111.087 4.96313 114.313 3.05393 118.297 3.05393C122.281 3.05393 125.508 4.96313 125.508 7.31485Z' fill='%23231916'/%3E%3Cpath d='M1.23438 17.2521C1.23438 19.8757 6.16547 21.9935 12.252 21.9935C18.3385 21.9935 23.2696 19.8694 23.2696 17.2521C23.2696 14.6349 18.3385 12.5107 12.252 12.5107C6.16547 12.5107 1.23438 14.6286 1.23438 17.2521ZM19.8159 17.2015C19.8159 18.8073 16.4254 20.1159 12.252 20.1159C8.07855 20.1159 4.68172 18.8136 4.68172 17.2015C4.68172 15.5895 8.07224 14.2872 12.252 14.2872C16.4317 14.2872 19.8159 15.5958 19.8159 17.2015Z' fill='%23231916'/%3E%3Cpath d='M61.5849 8.5912C62.3615 9.6027 63.3717 10.4625 64.4955 11.2148C64.3061 11.3096 64.1167 11.4044 63.921 11.4866L64.8933 13.1935C67.1031 12.3527 69.1551 10.6268 70.721 8.63546C72.2805 10.6964 74.8249 12.1694 77.3568 13.2757L78.3165 11.4107C75.5321 9.9504 73.6885 7.94005 72.6025 5.67684C73.3096 4.2481 73.7137 2.83201 73.7137 1.63086H70.0643C70.0643 3.80557 68.991 7.32051 66.6422 9.65959C65.2216 8.48373 64.1672 7.11822 63.4474 5.63258C64.1356 4.21649 64.5334 2.81937 64.5334 1.63086H60.8777C60.8777 4.51362 58.9962 9.76074 54.7344 11.4803L55.7067 13.1872C57.9292 12.3401 60.0001 10.5889 61.5786 8.58488L61.5849 8.5912Z' fill='%23231916'/%3E%3Cpath d='M103.453 1.42285H100.195V21.1912H103.453V1.42285Z' fill='%23231916'/%3E%3Cpath d='M88.4795 13.8262C90.0011 15.9756 93.2401 18.0176 95.5636 19.2124L96.7191 17.3475C93.499 15.5394 91.245 13.0549 90.3168 10.5768C90.8977 9.09747 91.2134 7.54229 91.2134 5.98712V1.6377H87.6587V5.98712C87.6587 10.7222 85.1837 15.3055 80.9219 17.0251L81.8942 18.7319C84.6597 17.6762 86.8884 15.9314 88.4795 13.8262Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9466'%3E%3Crect width='209' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .citype-li .citype-ico-cc1 {
    width: 19.5rem;
    height: 2.2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 182 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9452)'%3E%3Cpath d='M8.13462 15.47C8.00601 16.268 7.79701 16.9519 7.49156 17.5544C7.20219 18.1406 6.84851 18.6454 6.4466 19.0688C6.0447 19.4759 5.61064 19.8179 5.12835 20.0947C4.66213 20.3553 4.17984 20.5833 3.69755 20.7298C2.57221 21.1044 1.33433 21.2672 0 21.2184V19.3457C1.07711 19.2805 1.94523 19.1177 2.60436 18.8409C3.26349 18.564 3.77793 18.2546 4.13161 17.8801C4.48529 17.5056 4.72644 17.0984 4.85505 16.6751C4.98366 16.2517 5.04796 15.8446 5.08012 15.47H2.9902C2.41145 15.47 1.96131 15.3886 1.63978 15.2258C1.31826 15.0629 1.09319 14.8838 0.932426 14.6721C0.78774 14.4604 0.691282 14.2813 0.675205 14.1021C0.643053 13.923 0.643053 13.8253 0.643053 13.7765V4.755H10.0477V3.28942H0V1.36788H10.0316V0H13.3755V1.36788H23.3267V3.28942H13.3755V4.755H22.748V13.8253C22.6998 14.265 22.5551 14.5907 22.3461 14.8187C22.121 15.0466 21.8799 15.2095 21.6226 15.3072C21.3333 15.4212 21.0117 15.47 20.642 15.47H18.2627C18.2627 15.8446 18.3431 16.2517 18.4717 16.6751C18.6003 17.0984 18.8414 17.5056 19.1951 17.8801C19.5488 18.2546 20.0472 18.5803 20.7063 18.8571C21.3654 19.134 22.2335 19.2968 23.3267 19.362V21.2346C21.9763 21.2998 20.7385 21.1532 19.6292 20.7624C19.1469 20.5996 18.6646 20.3879 18.1984 20.111C17.7322 19.8505 17.282 19.4922 16.8962 19.0851C16.4943 18.6617 16.1406 18.1569 15.8352 17.5544C15.5297 16.9682 15.3207 16.2679 15.2082 15.4537H13.3755V21.1695H10.0316V15.4537H8.13462V15.47ZM3.97085 9.2983H10.0316V6.3997H3.97085V9.2983ZM10.0316 10.9267H3.97085V13.809H10.0316V10.9267ZM13.3755 9.2983H19.4363V6.3997H13.3755V9.2983ZM13.3755 13.809H19.4363V10.9267H13.3755V13.809ZM48.5826 21.1858H26.5098V19.2317H31.59V15.8446H28.2943C27.8281 15.8446 27.4744 15.7631 27.2333 15.5677C26.9921 15.3886 26.8153 15.1932 26.7028 14.9815C26.5742 14.7372 26.5098 14.4604 26.5098 14.151V6.64397H31.59V3.25685H26.5098V1.33531H48.5826V3.28942H43.5025V6.67654H48.5826V14.1836C48.5826 14.493 48.5183 14.7698 48.3897 15.0141C48.2772 15.2258 48.1003 15.4212 47.8592 15.6003C47.6181 15.7794 47.2644 15.8771 46.7982 15.8771H43.5025V19.2642H48.5826V21.2184V21.1858ZM40.1586 14.1673H45.2388V8.33753H40.1586V3.27313H34.9178V8.33753H29.8376V14.1673H34.9178V19.2317H40.1586V14.1673ZM58.6786 9.02147C57.8747 10.0637 56.9745 11.0081 55.9456 11.8386C54.9328 12.6854 53.8557 13.3205 52.7142 13.7439L51.7336 11.9852C52.8107 11.5455 53.7431 10.9104 54.5309 10.0799C55.3186 9.24944 55.9777 8.35381 56.4761 7.37676C56.9745 6.3997 57.3603 5.42265 57.6015 4.4456C57.8587 3.46854 57.9712 2.60548 57.9712 1.87269H61.6688C61.6688 2.49149 61.5723 3.14286 61.3794 3.84308C61.1865 4.5433 60.9132 5.25981 60.5595 5.97631C60.9292 6.74167 61.3794 7.45818 61.9099 8.1584C62.4404 8.85862 63.0835 9.49371 63.7908 10.0962C64.3857 9.49371 64.9001 8.84234 65.3342 8.10955C65.7682 7.39304 66.138 6.66025 66.4273 5.92746C66.7167 5.19467 66.9257 4.46188 67.0704 3.76166C67.2151 3.06144 67.2794 2.42635 67.2794 1.87269H70.9769C70.9769 2.49149 70.8805 3.15914 70.6876 3.85936C70.4947 4.55959 70.2214 5.29238 69.8516 6.04145C70.4143 7.21392 71.1699 8.28867 72.1184 9.2983C73.0669 10.2916 74.2404 11.1873 75.6552 11.9363L74.6906 13.8416C74.0475 13.5485 73.4045 13.2391 72.7775 12.8971C72.1505 12.5551 71.5396 12.1969 70.9448 11.8224C70.366 11.4315 69.8034 11.0081 69.2889 10.5522C68.7745 10.0962 68.3243 9.6077 67.9224 9.07032C67.1186 10.0962 66.2184 11.0244 65.2056 11.8549C64.1927 12.6854 63.1317 13.3205 62.0064 13.7439L61.0257 11.9852C61.1222 11.9526 61.2186 11.9201 61.3151 11.8549C61.4115 11.8061 61.508 11.7572 61.6045 11.7084C61.0418 11.3175 60.5113 10.8942 59.9968 10.4545C59.4985 10.0148 59.0322 9.52628 58.6303 9.00518M65.72 18.9223H76.041V21.1695H51.9908V18.9223H62.3118V15.3723H65.72V18.9223ZM85.7029 14.3953C84.883 15.4863 83.9184 16.4634 82.8091 17.3264C81.6998 18.1895 80.4298 18.8897 79.0151 19.4271L78.0344 17.6684C79.1116 17.2287 80.0761 16.6099 80.9282 15.8283C81.7802 15.0466 82.4876 14.151 83.0824 13.1414C83.6612 12.148 84.1113 11.057 84.4167 9.88453C84.7222 8.71206 84.883 7.52332 84.883 6.302V1.90526H88.4841V6.36714C88.4841 7.99556 88.1786 9.55884 87.5677 11.0896C88.05 12.376 88.8377 13.6136 89.947 14.8187C91.0563 16.0237 92.4228 17.1147 94.0786 18.0429L92.905 19.9482C92.3102 19.6388 91.6832 19.2805 91.008 18.8734C90.3328 18.4663 89.6737 18.0266 89.0146 17.5544C88.3554 17.0822 87.7445 16.5774 87.1658 16.04C86.5871 15.5026 86.1048 14.9652 85.7189 14.4115M100.911 21.9837H97.6154V1.67728H100.911V22V21.9837ZM128.594 21.1858H104.544V18.9386H114.865V15.3886H118.273V18.9386H128.594V21.1858ZM116.569 14.1184C115.042 14.1184 113.611 13.9556 112.277 13.6136C110.943 13.2716 109.769 12.832 108.772 12.2457C107.776 11.6758 106.972 10.9919 106.409 10.2102C105.83 9.42857 105.541 8.59807 105.541 7.70244C105.541 6.80681 105.83 5.9926 106.409 5.22724C106.988 4.4456 107.776 3.76166 108.772 3.17543C109.769 2.58919 110.943 2.13323 112.277 1.79127C113.611 1.46558 115.042 1.30274 116.569 1.30274C118.097 1.30274 119.511 1.46558 120.862 1.79127C122.196 2.13323 123.37 2.58919 124.366 3.17543C125.363 3.76166 126.167 4.4456 126.73 5.22724C127.308 6.00888 127.598 6.83938 127.598 7.70244C127.598 8.56551 127.308 9.42857 126.73 10.2102C126.151 10.9919 125.363 11.6758 124.366 12.2457C123.37 12.8157 122.196 13.2716 120.862 13.6136C119.527 13.9393 118.097 14.1184 116.569 14.1184ZM116.569 3.35455C115.557 3.35455 114.608 3.46854 113.708 3.69652C112.824 3.9245 112.036 4.2339 111.393 4.64101C110.734 5.03183 110.219 5.50407 109.833 6.02517C109.448 6.54626 109.255 7.11621 109.255 7.71873C109.255 8.32124 109.448 8.90748 109.833 9.44486C110.219 9.96595 110.75 10.4382 111.393 10.829C112.052 11.2198 112.824 11.5455 113.708 11.7572C114.592 11.9852 115.541 12.0992 116.569 12.0992C117.598 12.0992 118.531 11.9852 119.415 11.7572C120.299 11.5292 121.087 11.2198 121.746 10.829C122.405 10.4219 122.936 9.96595 123.321 9.44486C123.707 8.92376 123.9 8.33753 123.9 7.71873C123.9 7.09993 123.707 6.56255 123.321 6.02517C122.936 5.50407 122.405 5.03183 121.746 4.64101C121.087 4.25018 120.299 3.94078 119.415 3.69652C118.531 3.46854 117.566 3.35455 116.569 3.35455ZM154.654 21.1858H131.199V18.9386H148.384L149.638 4.51073H132.388V2.26351H149.928C150.394 2.26351 150.812 2.34493 151.214 2.50777C151.6 2.67061 151.937 2.89859 152.227 3.17543C152.5 3.45226 152.725 3.77794 152.87 4.15248C153.014 4.52702 153.063 4.91784 153.047 5.32494L151.777 18.9386H154.67V21.1858H154.654ZM167.805 12.5226H157.05V10.6987H181.936V12.5226H171.181V14.6558H167.789V12.5226H167.805ZM177.225 4.82013V3.69652H158.464V1.87269H178.865C179.331 1.87269 179.717 2.01924 180.039 2.32865C180.36 2.63805 180.521 2.9963 180.521 3.41969V6.46484H161.889V7.68616H180.521V9.50999H160.217C159.734 9.50999 159.332 9.34715 158.979 9.03775C158.625 8.71206 158.464 8.33753 158.464 7.88157V4.83642H177.225V4.82013ZM160.217 21.7883C159.734 21.7883 159.332 21.6255 158.979 21.3161C158.625 20.9904 158.464 20.6158 158.464 20.1599V13.6462H161.76V15.8608H177.225V13.6462H180.521V21.7557H160.217V21.7883ZM161.76 19.9319H177.225V17.7172H161.76V19.9319Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9452'%3E%3Crect width='182' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .citype-li .citype-ico-cc2 {
    width: 19.5rem;
    height: 2.2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 206 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9488)'%3E%3Cpath d='M173.196 9.33328H160.644V3.79376H173.196V1.81445H157.383V9.33328C157.383 10.4273 158.356 11.3126 159.557 11.3126H173.19V9.33328H173.196Z' fill='%23231916'/%3E%3Cpath d='M179.519 1.42285H176.258V11.7051H179.519V1.42285Z' fill='%23231916'/%3E%3Cpath d='M169.637 12.5146C164.088 12.5146 159.594 14.6394 159.594 17.2574C159.594 19.8754 164.088 22.0001 169.637 22.0001C175.186 22.0001 179.68 19.8754 179.68 17.2574C179.68 14.6394 175.186 12.5146 169.637 12.5146ZM169.637 20.1283C165.996 20.1283 163.045 18.8193 163.045 17.2131C163.045 15.6069 165.996 14.2979 169.637 14.2979C173.277 14.2979 176.229 15.6069 176.229 17.2131C176.229 18.8193 173.277 20.1283 169.637 20.1283Z' fill='%23231916'/%3E%3Cpath d='M116.569 14.7725H113.213V18.2378H103.031V20.4132H126.745V18.2378H116.569V14.7725Z' fill='%23231916'/%3E%3Cpath d='M125.766 7.31664C125.766 3.87025 120.899 1.0752 114.894 1.0752C108.89 1.0752 104.023 3.87025 104.023 7.31664C104.023 10.763 108.89 13.5518 114.894 13.5518C120.899 13.5518 125.766 10.7567 125.766 7.31664ZM107.677 7.31664C107.677 4.96424 110.906 3.0545 114.894 3.0545C118.883 3.0545 122.112 4.96424 122.112 7.31664C122.112 9.66904 118.883 11.5788 114.894 11.5788C110.906 11.5788 107.677 9.66904 107.677 7.31664Z' fill='%23231916'/%3E%3Cpath d='M143.454 9.9977C148.674 9.73211 152.675 8.25237 152.675 6.46278C152.675 5.5079 151.531 4.64156 149.673 3.99655H152.852V2.31446H143.555V0H139.996V2.32078H130.718V4.00287H133.891C132.033 4.64156 130.889 5.51423 130.889 6.4691C130.889 8.25869 134.883 9.73843 140.097 10.004V10.9968H129.523V12.7738H154.028V10.9968H143.454V10.004V9.9977ZM134.491 6.32998C134.491 5.17907 137.753 4.24317 141.772 4.24317C145.792 4.24317 149.053 5.17907 149.053 6.32998C149.053 7.48089 145.792 8.41679 141.772 8.41679C137.753 8.41679 134.491 7.48089 134.491 6.32998Z' fill='%23231916'/%3E%3Cpath d='M152.642 18.2312V15.2654C152.642 14.4433 151.909 13.7793 151.011 13.7793H130.906V15.5562H149.381V16.6439H130.906V19.6034C130.906 20.476 131.69 21.1906 132.651 21.1906H152.648V19.4137H134.269V18.2248H152.642V18.2312Z' fill='%23231916'/%3E%3Cpath d='M206.003 18.2383H182.289V20.4136H206.003V18.2383Z' fill='%23231916'/%3E%3Cpath d='M193.407 9.22667C196.251 12.3885 200.34 14.0327 204.398 15.4997L205.226 13.5078C201.156 12.0154 196.978 8.94843 195.493 6.08382C196.182 4.68629 196.643 3.16861 196.826 1.53711H192.99C192.301 7.13354 188.174 11.5348 182.953 13.5078L183.781 15.4997C187.592 14.1591 191.012 12.0407 193.407 9.22667Z' fill='%23231916'/%3E%3Cpath d='M64.7961 14.7715H61.4399V18.2368H51.2578V20.4122H74.9719V18.2368H64.7961V14.7715Z' fill='%23231916'/%3E%3Cpath d='M57.82 8.59367C58.5974 9.59913 59.6024 10.4655 60.7337 11.218C60.5441 11.3128 60.3545 11.4077 60.1586 11.4899L61.1319 13.1973C63.344 12.3562 65.3982 10.6299 66.9656 8.63793C68.5268 10.6994 71.0675 12.1729 73.6083 13.2795L74.569 11.414C71.7817 9.95325 69.9362 7.94233 68.8491 5.67846C69.557 4.24932 69.9615 2.83282 69.9615 1.63132H66.3083C66.3083 3.80666 65.2338 7.32261 62.8827 9.65604C61.4606 8.47984 60.4051 7.11393 59.6845 5.62787C60.3735 4.21138 60.7717 2.81385 60.7717 1.625H57.1185C57.1185 4.50859 55.235 9.75722 50.9688 11.4773L51.9421 13.1846C54.1732 12.3373 56.2399 10.5856 57.82 8.58102V8.59367Z' fill='%23231916'/%3E%3Cpath d='M99.4801 1.42285H96.2188V21.1969H99.4801V1.42285Z' fill='%23231916'/%3E%3Cpath d='M84.4874 13.8297C86.0106 15.9797 89.2529 18.0223 91.5788 19.2175L92.7355 17.352C89.5121 15.5434 87.2557 13.0582 86.3266 10.5793C86.9081 9.09961 87.2241 7.54399 87.2241 5.98837V1.6377H83.6657V5.98837C83.6657 10.7248 81.1881 15.3094 76.9219 17.0295L77.8952 18.7369C80.6635 17.6808 82.8946 15.9355 84.4874 13.8297Z' fill='%23231916'/%3E%3Cpath d='M7.99527 15.4111H9.87243V20.9633H13.159V15.4111H14.9793C15.9337 21.7095 22.9809 21.0202 22.9809 21.0202V19.1863C18.6957 18.965 18.0889 16.8592 17.9878 15.4111H20.339C20.339 15.4111 22.254 15.487 22.4184 13.7923V4.96444H13.159V3.55426H22.9746V1.66981H13.159V0.354492H9.87243V1.66349H0V3.54794H9.86611V4.95811H0.606756V13.767H0.613076C0.613076 13.9124 0.632038 15.3921 2.92001 15.4048H4.98678C4.88565 16.8592 4.26625 18.9397 0 19.161V20.9949C0 20.9949 7.03458 21.5957 7.99527 15.4048V15.4111ZM13.1527 6.59594H19.1444V9.39732H13.1527V6.59594ZM13.1527 10.9972H19.1444V13.7859H13.1527V10.9972ZM3.89967 6.59594H9.86611V9.39732H3.89967V6.59594ZM3.89967 13.7923V11.0035H9.86611V13.7923H3.89967Z' fill='%23231916'/%3E%3Cpath d='M47.853 19.0784H42.8599V15.7775H46.1149C47.9414 15.7648 47.853 14.1586 47.853 14.1586V6.85481H42.8662V3.55386H47.8593V1.66309H26.1172V3.55386H31.1103V6.85481H26.1235V14.1586C26.1235 14.1586 26.035 15.7648 27.8616 15.7775H31.1166V19.0784H26.1235V20.9692H47.8656V19.0784H47.853ZM39.5733 19.0784H34.3969V14.1523H29.4038V8.47999H34.3969V3.55386H39.5733V8.47999H44.5664V14.1523H39.5733V19.0784Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9488'%3E%3Crect width='206' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.brand-ci .citype-li .citype-ico-eng1 {
    width: 29.5rem;
    height: 1.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 295 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9458)'%3E%3Cpath d='M1.98524 15.5745C1.43471 15.5745 0.950913 15.4011 0.567211 15.0543C0.18351 14.7075 0 14.2977 0 13.809V0.394227H8.44144C9.77606 0.394227 10.9772 0.567626 12.0616 0.914424C13.1293 1.26122 14.0468 1.76566 14.7975 2.3962C15.5483 3.0425 16.1155 3.83068 16.5325 4.74497C16.9329 5.65925 17.1331 6.69965 17.1331 7.85039C17.1331 8.93807 16.9329 9.93117 16.5492 10.8297C16.1655 11.744 15.615 12.5322 14.9143 13.21C14.2137 13.8878 13.3628 14.4238 12.3619 14.8336C11.3609 15.2435 10.2765 15.4799 9.07538 15.5588H1.98524V15.5745ZM3.45332 13.5568H8.39139C10.093 13.5568 11.3943 13.0681 12.2951 12.1065C13.196 11.145 13.6464 9.74201 13.6464 7.89768C13.6464 6.05334 13.196 4.76073 12.2951 3.81492C11.3943 2.8691 10.0763 2.3962 8.35803 2.3962H3.45332V13.541V13.5568ZM27.8434 15.9844C26.709 15.9844 25.5746 15.8267 24.4568 15.5272C23.3391 15.212 22.3548 14.7391 21.4873 14.0927C20.6031 13.4464 19.9024 12.6267 19.3853 11.6336C18.8514 10.6405 18.5845 9.45827 18.5845 8.08684C18.5845 6.87305 18.8014 5.78536 19.2518 4.79226C19.6856 3.79915 20.3195 2.94792 21.137 2.23856C21.9544 1.5292 22.922 0.977478 24.0564 0.599153C25.1909 0.220828 26.4587 0.0159021 27.8434 0.0159021C29.2281 0.0159021 30.4626 0.205065 31.5803 0.599153C32.7148 0.977478 33.699 1.5292 34.5165 2.23856C35.3339 2.93216 35.9679 3.78339 36.4183 4.74497C36.8687 5.72231 37.1023 6.79423 37.1023 7.96073C37.1023 9.12723 36.8854 10.2307 36.4183 11.208C35.9679 12.2011 35.3339 13.0524 34.5165 13.746C33.699 14.4553 32.7148 15.007 31.5803 15.4011C30.4459 15.7952 29.1947 16.0001 27.8434 16.0001M27.8267 2.06516C26.9592 2.06516 26.1751 2.20704 25.4745 2.50654C24.7571 2.79029 24.1565 3.20014 23.6561 3.72034C23.1556 4.24053 22.7552 4.87107 22.4716 5.5962C22.188 6.32132 22.0545 7.14103 22.0545 8.02378C22.0545 8.90654 22.188 9.69472 22.4716 10.4356C22.7552 11.1607 23.1389 11.7913 23.6561 12.3115C24.1732 12.8474 24.7738 13.2573 25.4911 13.541C26.1918 13.8405 26.9759 13.9824 27.8267 13.9824C28.6775 13.9824 29.4449 13.8405 30.1623 13.541C30.863 13.2573 31.4802 12.8317 31.9807 12.3115C32.4812 11.7913 32.8816 11.1607 33.1652 10.4356C33.4488 9.71048 33.5823 8.90654 33.5823 8.02378C33.5823 7.14103 33.4488 6.33708 33.1652 5.61196C32.8816 4.88684 32.4979 4.2563 31.9807 3.72034C31.4802 3.20014 30.8797 2.79029 30.1623 2.49078C29.4449 2.20704 28.6775 2.0494 27.8267 2.0494M42.6743 15.5745H39.2711V0.394227H42.4408L42.4908 0.441518L52.2001 10.7824C52.3503 10.9243 52.4837 11.0661 52.6172 11.208C52.7507 11.3499 52.8674 11.476 52.9675 11.6021C52.9675 11.3814 52.9342 11.145 52.9342 10.877C52.9342 10.609 52.9342 10.341 52.9342 10.073V0.425754H56.3541V15.5903H53.1677L42.7577 4.24053C42.7577 4.24053 42.7077 4.19324 42.691 4.17748C42.691 4.14595 42.6576 4.13019 42.6243 4.11442C42.6243 4.33511 42.641 4.57157 42.6576 4.83955C42.6576 5.10753 42.6576 5.37551 42.6576 5.62772V15.5745H42.6743ZM67.5148 15.8267C66.2136 15.8267 64.9958 15.6376 63.9114 15.2435C62.8103 14.8494 61.8761 14.3134 61.0753 13.6041C60.2746 12.9105 59.6573 12.075 59.2069 11.1134C58.7564 10.1361 58.5396 9.07994 58.5396 7.94497C58.5396 6.80999 58.7564 5.65925 59.2069 4.68191C59.6406 3.70457 60.2912 2.8691 61.1087 2.19127C61.9261 1.51344 62.9104 0.977478 64.0782 0.599153C65.2293 0.236592 66.5306 0.0316656 67.9653 0.0316656C68.8328 0.0316656 69.6502 0.0947198 70.3843 0.252355C71.1183 0.394227 71.8023 0.567626 72.4029 0.788316C73.0201 0.993242 73.554 1.2297 74.0378 1.48191C74.5216 1.73413 74.9386 1.97058 75.3057 2.20704L75.4725 2.31738V5.45433L74.8385 4.94989C73.6374 3.95679 72.4696 3.2159 71.3352 2.743C70.2008 2.25433 69.0663 2.01787 67.8985 2.01787C67.0477 2.01787 66.247 2.15974 65.5296 2.44349C64.8122 2.72723 64.1783 3.12132 63.6611 3.62575C63.144 4.13019 62.7436 4.7292 62.46 5.43856C62.1764 6.14792 62.0429 6.90457 62.0429 7.74004C62.0429 8.67009 62.1764 9.50556 62.4099 10.2149C62.6602 10.94 63.0272 11.5706 63.4943 12.075C63.9614 12.5794 64.5453 12.9735 65.2293 13.2415C65.9133 13.5095 66.6807 13.6514 67.5482 13.6514C68.9829 13.6514 70.1841 13.478 71.1183 13.1312C72.0525 12.7844 72.7866 12.2327 73.3204 11.5075V9.03265H68.0654V6.79423H76.3567V12.5952L76.2733 12.7056C76.0063 12.9735 75.6393 13.273 75.1889 13.6198C74.7384 13.9666 74.1712 14.3134 73.4872 14.6445C72.8033 14.9755 71.9858 15.2593 71.0182 15.4799C70.0506 15.7164 68.8995 15.8267 67.5816 15.8267M85.9325 8.90654H79.4763V6.7627H85.9325V8.90654ZM89.4025 15.5588H85.9492L93.1895 0.331173H97.3935L97.4436 0.425754L104.634 15.5745H100.914L99.0952 11.6179H91.1709L89.3525 15.5745L89.4025 15.5588ZM92.2219 9.4425H98.1276L96.0923 4.50851C96.0256 4.3824 95.9421 4.20901 95.8587 4.00408C95.7753 3.79915 95.6919 3.57846 95.6085 3.3893C95.5584 3.26319 95.5084 3.13708 95.4584 3.01098C95.4083 2.88487 95.3583 2.77452 95.3082 2.66418C95.2582 2.79029 95.1914 2.90063 95.1414 3.0425C95.0913 3.16861 95.0413 3.31048 94.9745 3.45236L94.9412 3.51541C94.8077 3.87797 94.6743 4.19324 94.5241 4.46122L92.2386 9.42674L92.2219 9.4425ZM119.531 13.541C122.668 13.541 124.236 12.8632 124.236 11.5075C124.236 11.2238 124.153 10.9873 123.952 10.7982C123.769 10.609 123.469 10.4198 123.068 10.2464C122.668 10.073 122.151 9.89965 121.5 9.71048C120.849 9.52132 120.065 9.31639 119.164 9.07994L118.564 8.92231C118.464 8.89078 118.364 8.87502 118.23 8.84349C118.097 8.81196 117.963 8.78043 117.813 8.74891C117.429 8.67009 116.996 8.57551 116.495 8.4494C115.995 8.32329 115.478 8.18142 114.944 8.00802C114.427 7.83462 113.909 7.64546 113.392 7.40901C112.892 7.17255 112.441 6.90457 112.041 6.5893C111.641 6.27403 111.324 5.91147 111.073 5.51738C110.823 5.12329 110.706 4.66615 110.706 4.16172C110.706 3.5627 110.89 3.01098 111.257 2.52231C111.624 2.03364 112.158 1.62378 112.858 1.27699C113.559 0.930188 114.393 0.677971 115.394 0.504572C116.395 0.331173 117.513 0.236592 118.747 0.236592C119.698 0.236592 120.616 0.315409 121.483 0.488808C122.351 0.646444 123.135 0.85137 123.802 1.07206C124.486 1.29275 125.053 1.5292 125.521 1.73413C125.988 1.95482 126.305 2.11245 126.455 2.2228H126.522L126.555 2.31738V2.45925L126.572 5.26516L126.121 4.87107C125.07 3.98832 123.919 3.29472 122.684 2.83758C121.45 2.36467 120.165 2.12822 118.847 2.12822H118.747C117.363 2.12822 116.295 2.28585 115.561 2.63265C114.844 2.96369 114.477 3.45235 114.477 4.0829C114.477 4.41393 114.593 4.71344 114.844 4.96566C115.094 5.21787 115.444 5.43856 115.895 5.64349C116.345 5.84841 116.896 6.05334 117.546 6.22674C118.18 6.4159 118.898 6.62083 119.665 6.82575C119.898 6.88881 120.132 6.95186 120.366 7.03068C120.599 7.09373 120.849 7.17255 121.116 7.23561L121.917 7.47206C122.768 7.70851 123.552 7.9292 124.303 8.16566C125.037 8.38634 125.687 8.65433 126.238 8.95383C126.788 9.25334 127.222 9.60014 127.522 9.99423C127.839 10.3883 127.99 10.877 127.99 11.4602C127.99 12.8001 127.256 13.8405 125.754 14.5657C124.269 15.2908 122.167 15.6533 119.465 15.6533C118.464 15.6533 117.53 15.5903 116.629 15.4642C115.728 15.3223 114.894 15.1489 114.143 14.9282C113.376 14.7075 112.708 14.4395 112.124 14.1558C111.54 13.8721 111.057 13.5726 110.673 13.273L110.406 13.0208L112.174 11.1923L112.441 11.3972C112.792 11.7282 113.242 12.0277 113.743 12.2957C114.26 12.5637 114.827 12.7844 115.444 12.9893C116.061 13.1785 116.729 13.3203 117.413 13.4307C118.113 13.541 118.814 13.5883 119.515 13.5883M138.667 16.0159C137.515 16.0159 136.398 15.8583 135.28 15.5588C134.179 15.2435 133.178 14.7706 132.294 14.1243C131.426 13.478 130.726 12.6583 130.192 11.6652C129.658 10.6721 129.391 9.48979 129.391 8.11837C129.391 6.90457 129.608 5.81689 130.058 4.82378C130.509 3.83068 131.126 2.97945 131.943 2.27009C132.761 1.56073 133.728 1.00901 134.88 0.63068C136.014 0.252355 137.282 0.0474292 138.667 0.0474292C140.051 0.0474292 141.286 0.236592 142.403 0.63068C143.538 1.00901 144.522 1.56073 145.323 2.27009C146.14 2.96369 146.774 3.81492 147.225 4.77649C147.675 5.75383 147.892 6.82575 147.892 7.99226C147.892 9.15876 147.675 10.2622 147.225 11.2395C146.774 12.2327 146.14 13.0839 145.323 13.7775C144.505 14.4868 143.538 15.0386 142.403 15.4327C141.286 15.8267 140.035 16.0317 138.667 16.0317M138.65 2.09669C137.799 2.09669 137.015 2.23856 136.298 2.53807C135.58 2.82181 134.98 3.23167 134.479 3.75186C133.979 4.27206 133.578 4.9026 133.311 5.62772C133.028 6.35285 132.894 7.17255 132.894 8.05531C132.894 8.93807 133.044 9.72625 133.311 10.4671C133.595 11.1923 133.979 11.8228 134.496 12.343C134.996 12.879 135.614 13.2888 136.331 13.5726C137.048 13.8721 137.816 14.0139 138.667 14.0139C139.517 14.0139 140.285 13.8721 141.002 13.5726C141.719 13.2888 142.32 12.8632 142.837 12.343C143.354 11.8228 143.755 11.1923 144.022 10.4671C144.305 9.74201 144.439 8.93807 144.439 8.05531C144.439 7.17255 144.305 6.36861 144.022 5.64349C143.738 4.91837 143.354 4.28782 142.837 3.75186C142.337 3.23167 141.719 2.82181 141.002 2.52231C140.301 2.23856 139.517 2.08093 138.667 2.08093M158.702 15.8583C157.351 15.8583 156.117 15.6691 154.965 15.275C153.831 14.8809 152.847 14.345 152.013 13.6356C151.179 12.942 150.528 12.1065 150.061 11.145C149.594 10.1676 149.36 9.11147 149.36 7.97649C149.36 6.84152 149.594 5.69078 150.044 4.71344C150.495 3.7361 151.162 2.90063 152.013 2.2228C152.863 1.54497 153.881 1.00901 155.082 0.63068C156.267 0.268119 157.601 0.0631927 159.086 0.0631927C159.904 0.0631927 160.671 0.126247 161.405 0.268119C162.122 0.394227 162.79 0.58339 163.39 0.804079C163.991 1.02477 164.525 1.26122 164.992 1.54497C165.459 1.82871 165.843 2.09669 166.16 2.3962L166.21 2.42772V5.58043L165.926 5.2494C165.025 4.27206 163.974 3.53117 162.756 2.97945C161.555 2.42772 160.304 2.15974 159.019 2.15974C158.102 2.15974 157.268 2.30162 156.517 2.5696C155.75 2.85334 155.099 3.23167 154.565 3.72034C154.015 4.20901 153.598 4.80802 153.297 5.48585C152.997 6.17945 152.847 6.9361 152.847 7.7558C152.847 8.76467 153.014 9.63167 153.347 10.341C153.681 11.0661 154.131 11.6652 154.682 12.1381C155.232 12.611 155.866 12.9578 156.567 13.1942C157.268 13.4149 157.985 13.5253 158.719 13.5253C161.438 13.5253 163.307 12.8159 164.324 11.3972L164.408 11.3026L167.211 12.4849L167.06 12.7056C166.794 12.9735 166.427 13.273 165.993 13.6198C165.542 13.9666 164.992 14.3134 164.324 14.6445C163.657 14.9755 162.873 15.2593 161.939 15.4799C161.021 15.7164 159.937 15.8267 158.702 15.8267M172.833 15.5588H169.379V0.394227H172.833V15.5745V15.5588ZM184.444 15.9844C183.293 15.9844 182.158 15.8267 181.057 15.5272C179.956 15.212 178.955 14.7391 178.088 14.0927C177.22 13.4464 176.52 12.6267 175.986 11.6336C175.452 10.6405 175.185 9.45827 175.185 8.08684C175.185 6.87305 175.402 5.78536 175.852 4.79226C176.303 3.79915 176.92 2.94792 177.737 2.23856C178.555 1.5292 179.522 0.977478 180.657 0.599153C181.791 0.220828 183.059 0.0159021 184.46 0.0159021C185.862 0.0159021 187.08 0.205065 188.197 0.599153C189.332 0.977478 190.299 1.5292 191.117 2.23856C191.934 2.93216 192.568 3.78339 193.019 4.74497C193.469 5.72231 193.703 6.79423 193.703 7.96073C193.703 9.12723 193.486 10.2307 193.019 11.208C192.568 12.2011 191.934 13.0524 191.117 13.746C190.299 14.4553 189.315 15.007 188.197 15.4011C187.063 15.7952 185.812 16.0001 184.46 16.0001M184.444 2.06516C183.576 2.06516 182.792 2.20704 182.092 2.50654C181.374 2.79029 180.774 3.20014 180.273 3.72034C179.773 4.24053 179.372 4.87107 179.105 5.5962C178.822 6.32132 178.688 7.14103 178.688 8.02378C178.688 8.90654 178.822 9.69472 179.105 10.4356C179.389 11.1607 179.773 11.7913 180.29 12.3115C180.807 12.8474 181.408 13.2573 182.125 13.541C182.826 13.8405 183.61 13.9824 184.46 13.9824C185.311 13.9824 186.079 13.8405 186.796 13.541C187.513 13.2573 188.114 12.8317 188.631 12.3115C189.148 11.7913 189.549 11.1607 189.816 10.4356C190.099 9.71048 190.233 8.90654 190.233 8.02378C190.233 7.14103 190.099 6.33708 189.816 5.61196C189.532 4.88684 189.132 4.2563 188.631 3.72034C188.131 3.20014 187.513 2.79029 186.796 2.49078C186.095 2.20704 185.311 2.0494 184.46 2.0494M209.568 15.8267C208.25 15.8267 207.049 15.6376 205.964 15.2435C204.863 14.8494 203.913 14.3134 203.128 13.6041C202.328 12.9105 201.694 12.075 201.26 11.1134C200.81 10.1361 200.593 9.07994 200.593 7.94497C200.593 6.80999 200.81 5.65925 201.26 4.68191C201.694 3.70457 202.344 2.8691 203.162 2.17551C203.979 1.48191 204.98 0.961715 206.131 0.58339C207.299 0.205065 208.584 0.0159021 210.018 0.0159021C210.886 0.0159021 211.687 0.0789563 212.437 0.220828C213.188 0.3627 213.855 0.536099 214.456 0.756789C215.057 0.977478 215.59 1.19817 216.074 1.46615C216.558 1.73413 216.992 1.97058 217.359 2.20704L217.526 2.30162L217.476 5.45433L216.875 4.94989C215.674 3.94103 214.506 3.20014 213.372 2.72723C212.237 2.25433 211.086 2.01787 209.935 2.01787C209.084 2.01787 208.283 2.15974 207.566 2.42772C206.849 2.71147 206.215 3.08979 205.698 3.59423C205.18 4.09866 204.763 4.69768 204.48 5.40703C204.196 6.10063 204.046 6.88881 204.046 7.70851C204.046 8.63856 204.179 9.47403 204.43 10.1992C204.68 10.94 205.047 11.5548 205.514 12.075C205.981 12.5794 206.565 12.9735 207.249 13.2415C207.933 13.5095 208.717 13.6514 209.568 13.6514C211.019 13.6514 212.204 13.478 213.138 13.1154C214.072 12.7686 214.806 12.2169 215.34 11.476V9.01689H210.085V6.77846H218.376V12.5794L218.293 12.6898C218.026 12.9578 217.659 13.2573 217.209 13.6041C216.758 13.9509 216.191 14.2977 215.507 14.6287C214.823 14.9597 213.989 15.2435 213.021 15.4642C212.054 15.6849 210.903 15.811 209.585 15.811M224.315 15.543H220.895V0.394227H231.906C232.74 0.394227 233.524 0.520336 234.242 0.741025C234.942 0.961715 235.56 1.29275 236.077 1.71837C236.594 2.12822 236.978 2.63265 237.261 3.2159C237.545 3.79915 237.678 4.44546 237.678 5.12329C237.678 5.58043 237.595 6.03758 237.411 6.51048C237.228 6.98339 236.961 7.42477 236.594 7.83462C236.244 8.24447 235.776 8.59127 235.209 8.89078C234.642 9.20605 233.991 9.41098 233.241 9.52132C233.491 9.71048 233.825 10.0258 234.258 10.4356C234.692 10.8612 235.143 11.3341 235.61 11.8543C236.077 12.3903 236.544 12.942 236.994 13.5253C237.445 14.1085 237.828 14.676 238.145 15.212L238.329 15.543H234.892L234.809 15.4484C234.342 14.8021 233.858 14.1873 233.357 13.5883C232.857 12.9893 232.373 12.4533 231.923 11.9647C231.472 11.476 231.072 11.0819 230.688 10.7509C230.321 10.4198 230.038 10.1992 229.837 10.1046H224.315V15.5588V15.543ZM224.315 7.91344H229.837C230.638 7.91344 231.322 7.83462 231.873 7.72428C232.44 7.61393 232.89 7.4563 233.241 7.23561C233.591 7.01492 233.858 6.73117 234.008 6.38438C234.158 6.03758 234.242 5.64349 234.242 5.15482C234.242 3.40506 233.408 2.52231 231.706 2.52231H224.299V7.89768L224.315 7.91344ZM248.205 15.9686C247.054 15.9686 245.92 15.811 244.802 15.5115C243.701 15.1962 242.7 14.7233 241.832 14.077C240.965 13.4307 240.264 12.611 239.73 11.6179C239.196 10.6248 238.929 9.4425 238.929 8.07107C238.929 6.85728 239.146 5.75383 239.597 4.76073C240.047 3.76763 240.664 2.91639 241.482 2.20704C242.299 1.49768 243.284 0.945951 244.418 0.567626C245.552 0.189301 246.82 -0.015625 248.205 -0.015625C249.59 -0.015625 250.808 0.173538 251.959 0.567626C253.093 0.945951 254.061 1.49768 254.878 2.20704C255.696 2.91639 256.33 3.75186 256.78 4.7292C257.23 5.70654 257.447 6.77846 257.447 7.96073C257.447 9.143 257.23 10.2307 256.78 11.208C256.33 12.2011 255.696 13.0524 254.878 13.746C254.061 14.4553 253.076 15.007 251.959 15.4011C250.824 15.7952 249.573 16.0001 248.205 16.0001M248.172 2.06516C247.321 2.06516 246.537 2.20704 245.819 2.49078C245.119 2.77452 244.501 3.16861 244.001 3.68881C243.501 4.20901 243.1 4.83955 242.817 5.56467C242.533 6.28979 242.399 7.1095 242.399 7.99226C242.399 8.87502 242.55 9.66319 242.817 10.4041C243.1 11.145 243.501 11.7755 244.001 12.2957C244.518 12.8317 245.119 13.2415 245.836 13.5253C246.537 13.8248 247.321 13.9666 248.172 13.9666C249.022 13.9666 249.79 13.8248 250.507 13.5253C251.208 13.2415 251.825 12.8159 252.342 12.2957C252.843 11.7755 253.243 11.145 253.527 10.4041C253.81 9.67896 253.944 8.87502 253.944 7.99226C253.944 7.1095 253.81 6.30556 253.527 5.58043C253.243 4.85531 252.86 4.22477 252.342 3.70457C251.825 3.18437 251.208 2.77452 250.507 2.49078C249.807 2.20704 249.022 2.0494 248.172 2.0494M267.874 15.9528C266.723 15.9528 265.655 15.811 264.654 15.543C263.653 15.2593 262.769 14.8336 262.035 14.2189C261.284 13.6198 260.7 12.8317 260.283 11.8701C259.85 10.9085 259.633 9.74201 259.633 8.38635V0.346937H263.103V8.6228C263.103 9.50556 263.186 10.278 263.37 10.94C263.553 11.6021 263.82 12.1696 264.204 12.611C264.587 13.0681 265.071 13.3992 265.672 13.6198C266.272 13.8405 266.99 13.9509 267.841 13.9509C269.526 13.9509 270.743 13.5095 271.477 12.611C272.211 11.7125 272.562 10.3883 272.562 8.6228V0.346937H276.082V8.26024C276.082 9.4425 275.915 10.5144 275.565 11.4602C275.214 12.4218 274.697 13.2258 274.013 13.8878C273.329 14.5499 272.478 15.0701 271.444 15.4169C270.426 15.7794 269.225 15.9686 267.857 15.9686M281.671 15.606H278.267V0.394227H289.495C291.28 0.394227 292.664 0.835607 293.632 1.71837C294.616 2.60112 295.1 3.84644 295.1 5.47009C295.1 6.10063 295 6.73117 294.783 7.34595C294.566 7.96073 294.233 8.52822 293.749 9.01689C293.265 9.52132 292.648 9.91541 291.897 10.2307C291.13 10.546 290.195 10.6878 289.078 10.6878H281.671V15.5745V15.606ZM281.671 8.55974H289.361C289.845 8.55974 290.262 8.46516 290.596 8.29176C290.929 8.1026 291.196 7.86615 291.397 7.5824C291.613 7.2829 291.747 6.95186 291.83 6.57354C291.914 6.19521 291.964 5.81689 291.964 5.45433C291.964 5.09176 291.914 4.74497 291.814 4.39817C291.714 4.05137 291.547 3.7361 291.346 3.46812C291.13 3.20014 290.846 2.97945 290.512 2.80605C290.179 2.63265 289.778 2.55383 289.311 2.55383H281.654V8.55974H281.671Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9458'%3E%3Crect width='295' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    margin-bottom: 0.3rem;
}
.brand-ci .citype-li .citype-ico-eng2 {
    width: 32rem;
    height: 1.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9514)'%3E%3Cpath d='M270.251 0.438282L270.205 0.386719H267.203V15.5926H270.426V5.63583C270.426 5.10989 270.411 4.55301 270.39 4.10441C270.426 4.14566 270.462 4.19207 270.503 4.23848L280.337 15.5926H283.344V0.402188H280.121V10.0703C280.121 10.6117 280.137 11.1531 280.157 11.5965C279.951 11.3542 279.699 11.0809 279.426 10.7818L270.251 0.433125V0.438282Z' fill='%23231916'/%3E%3Cpath d='M264.34 0.407227H261.086V15.5925H264.34V0.407227Z' fill='%23231916'/%3E%3Cpath d='M311.997 13.5663C309.314 13.5663 306.621 12.6949 305.288 11.3904L305.03 11.1738L303.383 13.0095L303.63 13.2673C305.056 14.4635 308.176 15.6701 311.93 15.6701C317.053 15.6701 319.992 14.1438 319.992 11.478C319.992 9.15255 317.459 8.41004 314.252 7.47159L313.484 7.24472C313.011 7.1055 312.553 6.97143 312.11 6.84768C309.165 6.00205 307.219 5.44517 307.219 4.08906C307.219 2.84124 308.65 2.15029 311.255 2.15029H311.343C313.814 2.15029 316.254 3.11968 318.221 4.88829L318.649 5.28017V2.46998L318.623 2.34623L318.587 2.26889L318.535 2.23279C317.923 1.80998 314.89 0.237305 311.245 0.237305C306.56 0.237305 303.656 1.75326 303.656 4.18703C303.656 7.22409 308.192 8.27598 310.37 8.7813L310.416 8.79161C310.684 8.85348 310.915 8.9102 311.085 8.95661L311.631 9.10614C315.117 10.0652 316.419 10.4262 316.419 11.5399C316.419 12.8857 314.926 13.5663 311.981 13.5663H311.997Z' fill='%23231916'/%3E%3Cpath d='M244.707 15.5925H251.421C255.973 15.2935 259.026 12.1945 259.026 7.86839C259.026 3.26382 255.88 0.407227 250.814 0.407227H242.828V13.8291C242.828 14.8036 243.673 15.5977 244.707 15.5977V15.5925ZM246.113 2.40787H250.747C253.975 2.40787 255.751 4.36211 255.751 7.90964C255.751 11.4572 253.985 13.5661 250.773 13.5661H246.113V2.40787Z' fill='%23231916'/%3E%3Cpath d='M293.878 15.8554C298.873 15.8554 301.122 13.7413 302.168 12.7255V6.80092H294.352V9.04907H299.32V11.5086C298.316 12.9782 296.581 13.664 293.873 13.664C290.614 13.664 288.673 11.4468 288.673 7.73937C288.673 4.37231 290.954 2.02103 294.223 2.02103C296.391 2.02103 298.528 2.98526 300.767 4.97044L301.37 5.47576V2.32526L301.215 2.22213C299.835 1.28884 297.611 0.0410156 294.28 0.0410156C288.884 0.0410156 285.398 3.15026 285.398 7.96625C285.398 12.7822 288.966 15.8554 293.883 15.8554H293.878Z' fill='%23231916'/%3E%3Cpath d='M216.276 16C221.42 16 225.008 12.6948 225.008 7.96648C225.008 3.23816 221.42 0 216.276 0C211.133 0 207.523 3.25363 207.523 8.10055C207.523 13.5559 211.92 16 216.276 16ZM216.256 2.06252C219.453 2.06252 221.687 4.50661 221.687 8.01289C221.687 11.5192 219.453 13.9839 216.256 13.9839C213.058 13.9839 210.798 11.5295 210.798 8.01289C210.798 4.49629 212.991 2.06252 216.256 2.06252Z' fill='%23231916'/%3E%3Cpath d='M189.445 0.371094V15.5719H192.885V9.08524H202.049V15.5719H205.494V0.371094H202.049V6.8835H192.885V0.371094H189.445Z' fill='%23231916'/%3E%3Cpath d='M230.51 0.381836H227.07V13.6696C227.07 14.7267 227.966 15.5878 229.068 15.5878H241.111V13.4273H230.51V0.381836Z' fill='%23231916'/%3E%3Cpath d='M163.077 0.412109H159.828V15.5871H163.077V0.412109Z' fill='%23231916'/%3E%3Cpath d='M130.857 15.9946C135.995 15.9946 139.584 12.6945 139.584 7.96621C139.584 3.23788 135.995 0.00488281 130.857 0.00488281C125.719 0.00488281 122.109 3.25851 122.109 8.10027C122.109 13.5556 126.501 15.9946 130.857 15.9946ZM130.836 2.0674C134.034 2.0674 136.263 4.51149 136.263 8.01262C136.263 11.5137 134.029 13.9785 130.836 13.9785C127.644 13.9785 125.384 11.5241 125.384 8.01262C125.384 4.50118 127.577 2.0674 130.836 2.0674Z' fill='%23231916'/%3E%3Cpath d='M174.037 15.9946C179.175 15.9946 182.764 12.6945 182.764 7.96621C182.764 3.23788 179.175 0.00488281 174.037 0.00488281C168.898 0.00488281 165.289 3.25851 165.289 8.10027C165.289 13.5556 169.681 15.9946 174.037 15.9946ZM174.016 2.0674C177.213 2.0674 179.443 4.51149 179.443 8.01262C179.443 11.5137 177.208 13.9785 174.016 13.9785C170.824 13.9785 168.564 11.5241 168.564 8.01262C168.564 4.50118 170.757 2.0674 174.016 2.0674Z' fill='%23231916'/%3E%3Cpath d='M112.721 15.6595C117.844 15.6595 120.779 14.1333 120.779 11.4675C120.779 9.14196 118.246 8.40461 115.043 7.46616L114.276 7.23929C113.802 7.10007 113.349 6.966 112.906 6.84225C109.961 5.99662 108.015 5.43458 108.015 4.08363C108.015 2.83581 109.447 2.15002 112.047 2.15002H112.134C114.606 2.15002 117.046 3.1194 119.008 4.88801L119.435 5.27474V2.46971L119.409 2.34596L119.373 2.26861L119.322 2.23252C118.709 1.8097 115.671 0.242188 112.036 0.242188C107.356 0.242188 104.447 1.75298 104.447 4.19191C104.447 7.22382 108.978 8.2757 111.156 8.78618C111.449 8.85321 111.691 8.90993 111.872 8.96149L112.417 9.11102C115.903 10.0701 117.2 10.431 117.2 11.5448C117.2 12.8854 115.707 13.5661 112.767 13.5661C110.085 13.5661 107.397 12.6947 106.064 11.3901L105.812 11.1735L104.164 13.0092L104.411 13.267C105.837 14.4581 108.952 15.6647 112.706 15.6647L112.721 15.6595Z' fill='%23231916'/%3E%3Cpath d='M149.747 15.8509C154.427 15.8509 156.6 13.7369 157.65 12.7211L157.774 12.489L155.133 11.2928L155.06 11.4062C154.103 12.8397 152.373 13.5306 149.778 13.5306C147.018 13.5306 144.233 11.7414 144.233 7.74007C144.233 4.45036 146.632 2.15065 150.061 2.15065C152.46 2.15065 154.891 3.30566 156.554 5.23927L156.832 5.55896V2.41362L156.78 2.36721C155.601 1.24829 153.228 0.046875 150.113 0.046875C144.547 0.046875 140.953 3.15612 140.953 7.96695C140.953 12.7778 144.65 15.8509 149.747 15.8509Z' fill='%23231916'/%3E%3Cpath d='M81.0776 6.77539H74.9609V8.93072H81.0776V6.77539Z' fill='%23231916'/%3E%3Cpath d='M1.87412 15.5874H8.57253C13.1291 15.2935 16.1874 12.1894 16.1874 7.86324C16.1874 3.26382 13.0416 0.407227 7.98043 0.407227H0V13.8188C0 14.7933 0.844382 15.5874 1.87412 15.5874ZM3.2797 2.40787H7.9135C11.1366 2.40787 12.9129 4.36211 12.9129 7.90964C12.9129 11.4572 11.1469 13.5609 7.9341 13.5609H3.2797V2.40787Z' fill='%23231916'/%3E%3Cpath d='M86.0672 11.6123H93.5379L95.2576 15.5827H98.7586L91.9727 0.418009L91.9315 0.325195H87.9516L81.0781 15.5878H84.3578L86.0672 11.6175V11.6123ZM89.1821 4.49664C89.2851 4.2543 89.4241 3.91398 89.5631 3.5582L89.5889 3.49116C89.697 3.21788 89.8103 2.93428 89.9081 2.69709C89.9956 2.91366 90.0986 3.16632 90.1964 3.42413C90.3457 3.81085 90.5362 4.29039 90.6444 4.53789L92.5905 9.47763H86.9991L89.177 4.5018L89.1821 4.49664Z' fill='%23231916'/%3E%3Cpath d='M40.296 5.64657C40.296 5.12063 40.2806 4.56375 40.26 4.11515C40.296 4.1564 40.3321 4.20281 40.3733 4.24922L50.2021 15.5931H53.2038V0.41293H49.9858V10.0758C49.9858 10.6018 50.0013 11.1535 50.0219 11.6021C49.8159 11.3598 49.5585 11.0813 49.2908 10.7926L40.1261 0.449024L40.0798 0.397461H37.0781V15.5931H40.296V5.64657Z' fill='%23231916'/%3E%3Cpath d='M26.3023 15.9946C31.4406 15.9946 35.0293 12.6945 35.0293 7.96621C35.0293 3.23788 31.4406 0.00488281 26.3023 0.00488281C21.1639 0.00488281 17.5547 3.25851 17.5547 8.10027C17.5547 13.5556 21.9465 15.9946 26.3023 15.9946ZM26.2817 2.0674C29.479 2.0674 31.7084 4.51149 31.7084 8.01262C31.7084 11.5137 29.4739 13.9785 26.2817 13.9785C23.0895 13.9785 20.8292 11.5241 20.8292 8.01262C20.8292 4.50118 23.0226 2.0674 26.2817 2.0674Z' fill='%23231916'/%3E%3Cpath d='M63.7403 15.8509C68.7345 15.8509 70.9124 13.7369 71.9576 12.7211L72.0245 12.6025V6.80163H64.214V9.04977H69.1825V11.5093C68.1785 12.9789 66.4485 13.6595 63.7403 13.6595C60.4864 13.6595 58.5453 11.4475 58.5453 7.74007C58.5453 4.37301 60.8262 2.02174 64.0904 2.02174C66.2529 2.02174 68.3947 2.98597 70.6292 4.96599L71.1956 5.4713L71.2265 2.32596L71.072 2.22283C69.6922 1.28954 67.468 0.046875 64.1419 0.046875C58.7461 0.046875 55.2656 3.15612 55.2656 7.96695C55.2656 12.7778 58.8337 15.8509 63.7455 15.8509H63.7403Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9514'%3E%3Crect width='320' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    margin-bottom: 0.3rem;
}
.brand-ci .ci-combination .tab {
    margin-top: 3rem;
}
.brand-ci .cicombi {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}
.brand-ci .cicombi-box {
    flex-basis: 100%;
    flex-shrink: 1;
}
.brand-ci .cicombi-box strong {
    display: block;
    text-align: center;
    font-weight: 500;
    text-align: left;
}
.brand-ci .cicombi-box ul {
    display: flex;
    height: 52.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    background-color: #f7f7f7;
    margin-top: 4rem;
    border-radius: 2rem;
}
.brand-ci .cicombi-box ul.gap-60x {
    padding-top: 0.8rem;
    gap: 6rem;
}
.brand-ci .cicombi-box ul.vertical {
    flex-direction: row;
}
.brand-ci .cicombi-box ul.ci_flex {
    height: 28.4rem;
    flex-direction: row;
    border-radius: 2rem;
    padding: 0 10rem;
    margin-top: 3rem;
}
.brand-ci .cicombi-box ul.ci_flex li {
    flex: 1;
}
.brand-ci .cicombi-li {
    position: absolute;
    left: -100%;
    opacity: 0;
    transition: opacity 0.8s;
}
.brand-ci .cicombi-li.on {
    position: relative;
    left: auto;
    opacity: 1;
}
.brand-ci .cicombi-ico {
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-ci .cicombi-ico .symbol {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0719 29.7798C11.0719 29.7798 11.1858 24.0268 10.442 21.8865C9.68301 19.7462 8.84815 16.2929 3.25453 12.6954C1.30398 11.4355 0.658852 11.5494 0.46152 11.6632C0.256598 11.777 -0.0469905 12.3007 0.00613741 14.6156C0.0668551 16.9381 -0.107708 23.3058 2.617 26.114C5.3417 28.9222 7.45164 29.5901 11.0719 29.7798Z' fill='%2300ACCD'/%3E%3Cpath d='M15.4905 14.6005C19.8697 7.59518 26.4576 5.12853 27.1786 4.90843C27.801 4.72627 28.1121 4.52135 28.1653 4.00525C28.226 3.51192 27.4215 2.44936 25.099 1.34885C21.9265 -0.161499 15.4905 0.00547445 15.4905 0.00547445C15.4905 0.00547445 9.06197 -0.161499 5.88947 1.34885C3.56702 2.44936 2.75492 3.51192 2.81564 4.00525C2.87636 4.52135 3.17236 4.71868 3.8023 4.90843C4.51574 5.12853 11.1188 7.59518 15.4905 14.6005Z' fill='%2300ACCD'/%3E%3Cpath d='M15.4899 30.0002C16.6436 30.0002 17.6985 29.947 18.67 29.8863C18.67 29.8863 18.7839 24.7101 18.4651 22.7899C18.116 20.6496 17.3798 17.2722 15.4899 14.6689C13.6153 17.2722 12.8715 20.6572 12.5223 22.7899C12.2112 24.7101 12.325 29.8863 12.325 29.8863C13.2889 29.9546 14.3515 30.0002 15.4899 30.0002Z' fill='%2300ACCD'/%3E%3Cpath d='M19.9046 29.7798C19.9046 29.7798 19.7907 24.0268 20.5421 21.8865C21.3011 19.7462 22.1436 16.2929 27.7296 12.6954C29.6801 11.4355 30.3253 11.5494 30.5226 11.6632C30.7275 11.777 31.0311 12.3007 30.9704 14.6156C30.9173 16.9381 31.0918 23.3058 28.3671 26.114C25.6424 28.9222 23.5325 29.5901 19.9046 29.7798Z' fill='%2300ACCD'/%3E%3Cpath d='M1.93374 6.63088C1.53908 6.55498 1.27344 6.16032 1.27344 5.73529C1.27344 5.21919 1.69087 4.80176 2.19938 4.80176C2.28287 4.80176 2.44984 4.82453 2.57128 4.88524C2.57128 4.88524 6.76839 6.79026 9.41719 10.2739L9.34889 10.3802C5.81208 7.60995 1.93374 6.63088 1.93374 6.63088Z' fill='%2300ACCD'/%3E%3Cpath d='M0.987516 8.78668C0.592851 8.68801 0.296853 8.33889 0.281674 7.91387C0.266494 7.39777 0.661159 6.94238 1.17726 6.94238C1.29869 6.94238 1.46567 6.96515 1.59469 7.02587C1.59469 7.02587 5.82216 8.74114 8.47097 11.9744L8.39507 12.0654C4.69888 9.44699 0.987516 8.78668 0.987516 8.78668Z' fill='%2300ACCD'/%3E%3Cpath d='M0.809029 11.1322C0.421954 11.0411 0.141134 10.6996 0.125955 10.2973C0.103186 9.79643 0.490261 9.34863 0.998771 9.34863C1.02913 9.34863 1.1961 9.34863 1.35549 9.40935C1.35549 9.40935 5.43116 11.0715 7.55628 13.6444L7.48797 13.7583C3.94358 11.4965 0.809029 11.1398 0.809029 11.1398V11.1322Z' fill='%2300ACCD'/%3E%3Cpath d='M29.0457 6.63088C29.448 6.55498 29.7136 6.16032 29.7136 5.73529C29.7136 5.21919 29.2886 4.80176 28.7725 4.80176C28.6966 4.80176 28.5296 4.82453 28.4006 4.88524C28.4006 4.88524 24.1959 6.79026 21.5547 10.2739L21.623 10.3802C25.1674 7.60995 29.0381 6.63088 29.0381 6.63088H29.0457Z' fill='%2300ACCD'/%3E%3Cpath d='M29.9986 8.78668C30.3857 8.68801 30.6817 8.33889 30.6969 7.91387C30.7197 7.39777 30.3098 6.94238 29.8013 6.94238C29.6875 6.94238 29.5129 6.96515 29.3839 7.02587C29.3839 7.02587 25.1564 8.74114 22.5 11.9744L22.5759 12.0654C26.2721 9.44699 29.991 8.77909 29.991 8.77909L29.9986 8.78668Z' fill='%2300ACCD'/%3E%3Cpath d='M30.1689 11.1322C30.5484 11.0411 30.8368 10.6996 30.8444 10.2973C30.8747 9.79643 30.4877 9.34863 29.9867 9.34863C29.9412 9.34863 29.7818 9.34863 29.6224 9.40935C29.6224 9.40935 25.5392 11.0715 23.4141 13.6444L23.4824 13.7583C27.0116 11.4965 30.1613 11.1398 30.1613 11.1398L30.1689 11.1322Z' fill='%2300ACCD'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico .logo {
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type1 {
    gap: 1.12rem;
}
.brand-ci .cicombi-ico.type1 .symbol {
    width: 3.1rem;
    height: 3rem;
}
.brand-ci .cicombi-ico.type1 .logo {
    width: 22rem;
    height: 2.51rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 195 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9446)'%3E%3Cpath d='M26.0954 11.0923H0V8.98829H11.157V7.27138H3.78145C3.13417 7.27138 2.5891 7.06939 2.14623 6.66542C1.68632 6.27827 1.46488 5.7733 1.46488 5.20099V0.689899H24.6305V2.65929H4.95676V5.33565H24.6305V7.30505H14.9384V9.02196H26.0954V11.126V11.0923ZM1.31158 17.0174C1.31158 16.3272 1.61819 15.6876 2.23139 15.0816C2.8446 14.4757 3.67924 13.9539 4.73532 13.4994C5.7914 13.0449 7.03485 12.6914 8.46567 12.4221C9.89649 12.1528 11.4125 12.0181 13.0307 12.0181C14.6488 12.0181 16.1648 12.1528 17.5956 12.4221C19.0265 12.6914 20.2699 13.0449 21.326 13.4994C22.3821 13.9539 23.2167 14.4757 23.8299 15.0816C24.4431 15.6876 24.7497 16.3272 24.7497 17.0174C24.7497 17.7075 24.4431 18.364 23.8299 18.9699C23.2167 19.5759 22.3821 20.0977 21.326 20.5522C20.2699 21.0067 19.0265 21.3601 17.5956 21.6126C16.1648 21.8651 14.6488 21.9998 13.0307 21.9998C11.4125 21.9998 9.89649 21.8651 8.46567 21.6126C7.03485 21.3601 5.7914 21.0067 4.73532 20.5522C3.67924 20.0977 2.8446 19.5759 2.23139 18.9699C1.61819 18.364 1.31158 17.7075 1.31158 17.0174ZM21.1216 16.9669C21.1216 16.5461 20.9172 16.1589 20.4914 15.7886C20.0655 15.4183 19.4864 15.0816 18.771 14.7955C18.0385 14.5262 17.1868 14.2905 16.1989 14.1222C15.211 13.9707 14.1719 13.8865 13.0647 13.8865C11.9575 13.8865 10.9015 13.9707 9.93056 14.1222C8.94261 14.2905 8.09093 14.5093 7.35849 14.7955C6.62605 15.0816 6.04691 15.4015 5.62107 15.7886C5.19523 16.1589 4.99083 16.5629 4.99083 16.9669C4.99083 17.3708 5.19523 17.7917 5.62107 18.162C6.04691 18.5323 6.62605 18.8521 7.35849 19.1383C8.09093 19.4244 8.94261 19.6432 9.93056 19.7947C10.9185 19.963 11.9575 20.0304 13.0647 20.0304C14.1719 20.0304 15.228 19.9462 16.1989 19.7947C17.1868 19.6432 18.0385 19.4244 18.771 19.1383C19.5034 18.8521 20.0825 18.5323 20.4914 18.162C20.9172 17.7917 21.1216 17.3877 21.1216 16.9669ZM37.4227 20.5522C36.2303 20.5522 35.1061 20.2829 34.0841 19.7442C33.0451 19.2224 32.1423 18.4818 31.3758 17.5728C30.6093 16.6471 29.9961 15.5698 29.5362 14.3242C29.0933 13.0786 28.8719 11.7488 28.8719 10.3349C28.8719 8.92096 29.0933 7.5912 29.5362 6.36243C29.979 5.11683 30.5922 4.03956 31.3758 3.11377C32.1423 2.18799 33.0451 1.44736 34.0841 0.908721C35.1232 0.370083 36.2303 0.100764 37.4227 0.100764C38.615 0.100764 39.7052 0.370083 40.7442 0.908721C41.7833 1.44736 42.7031 2.18799 43.4696 3.11377C44.2531 4.03956 44.8493 5.11683 45.3092 6.36243C45.7521 7.5912 45.9735 8.93779 45.9735 10.3349C45.9735 11.732 45.7521 13.0786 45.3092 14.3242C44.8664 15.5698 44.2531 16.6471 43.4696 17.5728C42.7031 18.4986 41.7833 19.2224 40.7442 19.7442C39.7052 20.2829 38.598 20.5522 37.4227 20.5522ZM37.4227 2.17115C36.7073 2.17115 36.06 2.37314 35.4298 2.81079C34.7995 3.2316 34.2715 3.82073 33.8116 4.54453C33.3517 5.28516 32.994 6.14361 32.7214 7.13672C32.4489 8.12984 32.3126 9.19028 32.3126 10.3181C32.3126 11.4458 32.4489 12.5063 32.7214 13.4994C32.994 14.4925 33.3517 15.351 33.8116 16.0916C34.2715 16.8322 34.7995 17.4045 35.4298 17.8422C36.06 18.263 36.7073 18.4818 37.4227 18.4818C38.1381 18.4818 38.7854 18.263 39.3986 17.8422C40.0118 17.4213 40.5569 16.8322 40.9997 16.0916C41.4426 15.351 41.8173 14.4925 42.0899 13.4994C42.3624 12.5063 42.4987 11.4627 42.4987 10.3181C42.4987 9.17345 42.3624 8.12984 42.0899 7.13672C41.8173 6.14361 41.4596 5.28516 40.9997 4.54453C40.5569 3.82073 40.0118 3.2316 39.3986 2.81079C38.7854 2.37314 38.1211 2.17115 37.4227 2.17115ZM52.2759 21.1413H48.8011V0.35325H52.2759V7.15356H55.8871V9.67842H52.2759V21.1581V21.1413ZM65.6302 7.89418C64.7956 8.95463 63.8417 9.91408 62.7856 10.7725C61.7296 11.631 60.5883 12.2706 59.396 12.7251L58.3399 10.9409C59.4641 10.4864 60.452 9.82991 61.2867 8.97146C62.1213 8.11301 62.8027 7.20405 63.3307 6.21094C63.8587 5.21783 64.2505 4.22471 64.506 3.21477C64.7615 2.20482 64.8978 1.32953 64.8978 0.55524H68.7814C68.7814 1.19487 68.6792 1.85134 68.4919 2.57513C68.2875 3.29893 67.9979 4.02272 67.6402 4.78018C68.032 5.57131 68.5089 6.32877 69.071 7.0189C69.6331 7.72586 70.2974 8.39916 71.0469 9.00512C71.6771 8.39916 72.2052 7.70903 72.6821 6.9684C73.142 6.2446 73.5338 5.48714 73.8234 4.71285C74.13 3.93856 74.3514 3.21477 74.4877 2.49097C74.6239 1.78401 74.6921 1.12754 74.6921 0.55524H78.5757C78.5757 1.19487 78.4735 1.86817 78.2691 2.59196C78.0647 3.31576 77.7752 4.05639 77.3834 4.81385C77.9796 6.00895 78.7631 7.11989 79.751 8.12984C80.739 9.15662 81.9824 10.0487 83.4644 10.8399L82.4594 12.8093C81.778 12.5063 81.1137 12.1865 80.4494 11.8498C79.7851 11.4963 79.1378 11.1428 78.5246 10.7389C77.9114 10.3517 77.3323 9.91408 76.8042 9.44277C76.2762 8.97146 75.7993 8.46649 75.3734 7.91102C74.5218 8.95463 73.5679 9.91408 72.5118 10.7725C71.4557 11.631 70.3315 12.2706 69.1392 12.7083L68.1001 10.924C68.2875 10.8567 68.4919 10.7557 68.7133 10.6379C68.1342 10.2339 67.5721 9.81308 67.044 9.35861C66.516 8.90413 66.039 8.39916 65.6132 7.87735M73.0569 18.0273H83.9072V20.2997H58.6465V18.0273H69.4628V14.3578H73.0398V18.0273H73.0569ZM94.2807 13.3984C93.429 14.4925 92.407 15.4856 91.2317 16.3777C90.0563 17.2699 88.7448 17.9936 87.2628 18.566L86.2238 16.748C87.348 16.2936 88.353 15.6708 89.2558 14.8796C90.1415 14.0885 90.908 13.1627 91.5212 12.1528C92.1515 11.126 92.6114 10.0151 92.935 8.81997C93.2586 7.62486 93.4119 6.3961 93.4119 5.1505V0.572072H97.1934V5.16733C97.1934 6.80008 96.8698 8.41599 96.2395 9.99824C96.7335 11.2943 97.5511 12.5736 98.7094 13.8192C99.8677 15.0648 101.316 16.1589 103.053 17.1184L101.844 19.0878C101.213 18.7679 100.549 18.3976 99.8506 17.9936C99.1352 17.5728 98.4539 17.1184 97.7555 16.6302C97.0571 16.1421 96.4099 15.6203 95.7966 15.0816C95.1834 14.543 94.6724 13.9875 94.2636 13.4321M110.241 21.1581H106.766V0.35325H110.241V21.1581ZM138.687 20.3334H113.426V18.061H124.277V14.3915H127.854V18.061H138.67V20.3334H138.687ZM126.065 13.1291C124.464 13.1291 122.965 12.9607 121.568 12.6241C120.155 12.2875 118.928 11.8161 117.889 11.2102C116.833 10.6042 116.015 9.91408 115.402 9.12295C114.789 8.33183 114.499 7.47337 114.499 6.58125C114.499 5.68913 114.806 4.84751 115.402 4.03956C115.998 3.24843 116.833 2.54147 117.889 1.9355C118.945 1.32953 120.172 0.875056 121.568 0.521575C122.965 0.184926 124.464 0.0166016 126.065 0.0166016C127.666 0.0166016 129.165 0.201758 130.579 0.521575C131.976 0.858224 133.202 1.32953 134.258 1.9355C135.314 2.54147 136.132 3.24843 136.745 4.03956C137.358 4.84751 137.648 5.68913 137.648 6.58125C137.648 7.47337 137.341 8.33183 136.745 9.12295C136.132 9.93091 135.314 10.621 134.258 11.2102C133.202 11.8161 131.976 12.2875 130.579 12.6241C129.165 12.9776 127.666 13.1291 126.065 13.1291ZM126.065 2.08699C125.009 2.08699 124.004 2.20482 123.067 2.44047C122.131 2.67613 121.33 2.99594 120.632 3.39992C119.95 3.82073 119.405 4.29204 118.996 4.84751C118.588 5.38615 118.383 5.95845 118.383 6.58125C118.383 7.20405 118.588 7.77636 118.996 8.33183C119.405 8.8873 119.95 9.35861 120.632 9.76258C121.33 10.1666 122.131 10.4864 123.067 10.722C124.004 10.9577 124.992 11.0755 126.065 11.0755C127.138 11.0755 128.126 10.9745 129.063 10.722C130 10.4864 130.818 10.1666 131.499 9.76258C132.197 9.35861 132.742 8.8873 133.151 8.33183C133.56 7.77636 133.747 7.20405 133.747 6.58125C133.747 5.95845 133.543 5.38615 133.151 4.84751C132.742 4.29204 132.197 3.82073 131.499 3.39992C130.801 2.99594 129.983 2.67613 129.063 2.44047C128.126 2.22165 127.121 2.08699 126.065 2.08699ZM166.094 20.3334H141.464V18.061H159.502L160.814 3.29893H142.724V0.992883H161.12C161.614 0.976051 162.057 1.06021 162.466 1.22854C162.875 1.38003 163.232 1.61568 163.522 1.90183C163.812 2.20482 164.033 2.52464 164.186 2.89495C164.34 3.2821 164.391 3.66924 164.357 4.07322L163.011 18.0441H166.06V20.3165L166.094 20.3334ZM180.13 11.4795H168.854V9.61109H194.966V11.4795H183.69V13.6677H180.13V11.4795ZM190.026 3.56825V2.44047H170.335V0.572072H191.73C192.224 0.572072 192.632 0.723564 192.973 1.00972C193.314 1.3127 193.484 1.68301 193.484 2.10382V5.21783H173.93V6.46343H193.484V8.34866H172.192C171.681 8.34866 171.255 8.18034 170.898 7.86052C170.54 7.52387 170.352 7.13672 170.352 6.66542V3.55141H190.043L190.026 3.56825ZM173.793 12.6241V14.9301H190.026V12.6241H193.484V20.9562H172.192C171.681 20.9562 171.255 20.7878 170.898 20.468C170.54 20.1482 170.352 19.7442 170.352 19.3066V12.6241H173.81H173.793ZM173.793 19.0878H190.026V16.7985H173.793V19.0878Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9446'%3E%3Crect width='195' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type2 {
    gap: 1.13rem;
}
.brand-ci .cicombi-ico.type2 .symbol {
    width: 3.1rem;
    height: 3rem;
}
.brand-ci .cicombi-ico.type2 .logo {
    width: 21.54rem;
    height: 2.5rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 182 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9452)'%3E%3Cpath d='M8.13462 15.47C8.00601 16.268 7.79701 16.9519 7.49156 17.5544C7.20219 18.1406 6.84851 18.6454 6.4466 19.0688C6.0447 19.4759 5.61064 19.8179 5.12835 20.0947C4.66213 20.3553 4.17984 20.5833 3.69755 20.7298C2.57221 21.1044 1.33433 21.2672 0 21.2184V19.3457C1.07711 19.2805 1.94523 19.1177 2.60436 18.8409C3.26349 18.564 3.77793 18.2546 4.13161 17.8801C4.48529 17.5056 4.72644 17.0984 4.85505 16.6751C4.98366 16.2517 5.04796 15.8446 5.08012 15.47H2.9902C2.41145 15.47 1.96131 15.3886 1.63978 15.2258C1.31826 15.0629 1.09319 14.8838 0.932426 14.6721C0.78774 14.4604 0.691282 14.2813 0.675205 14.1021C0.643053 13.923 0.643053 13.8253 0.643053 13.7765V4.755H10.0477V3.28942H0V1.36788H10.0316V0H13.3755V1.36788H23.3267V3.28942H13.3755V4.755H22.748V13.8253C22.6998 14.265 22.5551 14.5907 22.3461 14.8187C22.121 15.0466 21.8799 15.2095 21.6226 15.3072C21.3333 15.4212 21.0117 15.47 20.642 15.47H18.2627C18.2627 15.8446 18.3431 16.2517 18.4717 16.6751C18.6003 17.0984 18.8414 17.5056 19.1951 17.8801C19.5488 18.2546 20.0472 18.5803 20.7063 18.8571C21.3654 19.134 22.2335 19.2968 23.3267 19.362V21.2346C21.9763 21.2998 20.7385 21.1532 19.6292 20.7624C19.1469 20.5996 18.6646 20.3879 18.1984 20.111C17.7322 19.8505 17.282 19.4922 16.8962 19.0851C16.4943 18.6617 16.1406 18.1569 15.8352 17.5544C15.5297 16.9682 15.3207 16.2679 15.2082 15.4537H13.3755V21.1695H10.0316V15.4537H8.13462V15.47ZM3.97085 9.2983H10.0316V6.3997H3.97085V9.2983ZM10.0316 10.9267H3.97085V13.809H10.0316V10.9267ZM13.3755 9.2983H19.4363V6.3997H13.3755V9.2983ZM13.3755 13.809H19.4363V10.9267H13.3755V13.809ZM48.5826 21.1858H26.5098V19.2317H31.59V15.8446H28.2943C27.8281 15.8446 27.4744 15.7631 27.2333 15.5677C26.9921 15.3886 26.8153 15.1932 26.7028 14.9815C26.5742 14.7372 26.5098 14.4604 26.5098 14.151V6.64397H31.59V3.25685H26.5098V1.33531H48.5826V3.28942H43.5025V6.67654H48.5826V14.1836C48.5826 14.493 48.5183 14.7698 48.3897 15.0141C48.2772 15.2258 48.1003 15.4212 47.8592 15.6003C47.6181 15.7794 47.2644 15.8771 46.7982 15.8771H43.5025V19.2642H48.5826V21.2184V21.1858ZM40.1586 14.1673H45.2388V8.33753H40.1586V3.27313H34.9178V8.33753H29.8376V14.1673H34.9178V19.2317H40.1586V14.1673ZM58.6786 9.02147C57.8747 10.0637 56.9745 11.0081 55.9456 11.8386C54.9328 12.6854 53.8557 13.3205 52.7142 13.7439L51.7336 11.9852C52.8107 11.5455 53.7431 10.9104 54.5309 10.0799C55.3186 9.24944 55.9777 8.35381 56.4761 7.37676C56.9745 6.3997 57.3603 5.42265 57.6015 4.4456C57.8587 3.46854 57.9712 2.60548 57.9712 1.87269H61.6688C61.6688 2.49149 61.5723 3.14286 61.3794 3.84308C61.1865 4.5433 60.9132 5.25981 60.5595 5.97631C60.9292 6.74167 61.3794 7.45818 61.9099 8.1584C62.4404 8.85862 63.0835 9.49371 63.7908 10.0962C64.3857 9.49371 64.9001 8.84234 65.3342 8.10955C65.7682 7.39304 66.138 6.66025 66.4273 5.92746C66.7167 5.19467 66.9257 4.46188 67.0704 3.76166C67.2151 3.06144 67.2794 2.42635 67.2794 1.87269H70.9769C70.9769 2.49149 70.8805 3.15914 70.6876 3.85936C70.4947 4.55959 70.2214 5.29238 69.8516 6.04145C70.4143 7.21392 71.1699 8.28867 72.1184 9.2983C73.0669 10.2916 74.2404 11.1873 75.6552 11.9363L74.6906 13.8416C74.0475 13.5485 73.4045 13.2391 72.7775 12.8971C72.1505 12.5551 71.5396 12.1969 70.9448 11.8224C70.366 11.4315 69.8034 11.0081 69.2889 10.5522C68.7745 10.0962 68.3243 9.6077 67.9224 9.07032C67.1186 10.0962 66.2184 11.0244 65.2056 11.8549C64.1927 12.6854 63.1317 13.3205 62.0064 13.7439L61.0257 11.9852C61.1222 11.9526 61.2186 11.9201 61.3151 11.8549C61.4115 11.8061 61.508 11.7572 61.6045 11.7084C61.0418 11.3175 60.5113 10.8942 59.9968 10.4545C59.4985 10.0148 59.0322 9.52628 58.6303 9.00518M65.72 18.9223H76.041V21.1695H51.9908V18.9223H62.3118V15.3723H65.72V18.9223ZM85.7029 14.3953C84.883 15.4863 83.9184 16.4634 82.8091 17.3264C81.6998 18.1895 80.4298 18.8897 79.0151 19.4271L78.0344 17.6684C79.1116 17.2287 80.0761 16.6099 80.9282 15.8283C81.7802 15.0466 82.4876 14.151 83.0824 13.1414C83.6612 12.148 84.1113 11.057 84.4167 9.88453C84.7222 8.71206 84.883 7.52332 84.883 6.302V1.90526H88.4841V6.36714C88.4841 7.99556 88.1786 9.55884 87.5677 11.0896C88.05 12.376 88.8377 13.6136 89.947 14.8187C91.0563 16.0237 92.4228 17.1147 94.0786 18.0429L92.905 19.9482C92.3102 19.6388 91.6832 19.2805 91.008 18.8734C90.3328 18.4663 89.6737 18.0266 89.0146 17.5544C88.3554 17.0822 87.7445 16.5774 87.1658 16.04C86.5871 15.5026 86.1048 14.9652 85.7189 14.4115M100.911 21.9837H97.6154V1.67728H100.911V22V21.9837ZM128.594 21.1858H104.544V18.9386H114.865V15.3886H118.273V18.9386H128.594V21.1858ZM116.569 14.1184C115.042 14.1184 113.611 13.9556 112.277 13.6136C110.943 13.2716 109.769 12.832 108.772 12.2457C107.776 11.6758 106.972 10.9919 106.409 10.2102C105.83 9.42857 105.541 8.59807 105.541 7.70244C105.541 6.80681 105.83 5.9926 106.409 5.22724C106.988 4.4456 107.776 3.76166 108.772 3.17543C109.769 2.58919 110.943 2.13323 112.277 1.79127C113.611 1.46558 115.042 1.30274 116.569 1.30274C118.097 1.30274 119.511 1.46558 120.862 1.79127C122.196 2.13323 123.37 2.58919 124.366 3.17543C125.363 3.76166 126.167 4.4456 126.73 5.22724C127.308 6.00888 127.598 6.83938 127.598 7.70244C127.598 8.56551 127.308 9.42857 126.73 10.2102C126.151 10.9919 125.363 11.6758 124.366 12.2457C123.37 12.8157 122.196 13.2716 120.862 13.6136C119.527 13.9393 118.097 14.1184 116.569 14.1184ZM116.569 3.35455C115.557 3.35455 114.608 3.46854 113.708 3.69652C112.824 3.9245 112.036 4.2339 111.393 4.64101C110.734 5.03183 110.219 5.50407 109.833 6.02517C109.448 6.54626 109.255 7.11621 109.255 7.71873C109.255 8.32124 109.448 8.90748 109.833 9.44486C110.219 9.96595 110.75 10.4382 111.393 10.829C112.052 11.2198 112.824 11.5455 113.708 11.7572C114.592 11.9852 115.541 12.0992 116.569 12.0992C117.598 12.0992 118.531 11.9852 119.415 11.7572C120.299 11.5292 121.087 11.2198 121.746 10.829C122.405 10.4219 122.936 9.96595 123.321 9.44486C123.707 8.92376 123.9 8.33753 123.9 7.71873C123.9 7.09993 123.707 6.56255 123.321 6.02517C122.936 5.50407 122.405 5.03183 121.746 4.64101C121.087 4.25018 120.299 3.94078 119.415 3.69652C118.531 3.46854 117.566 3.35455 116.569 3.35455ZM154.654 21.1858H131.199V18.9386H148.384L149.638 4.51073H132.388V2.26351H149.928C150.394 2.26351 150.812 2.34493 151.214 2.50777C151.6 2.67061 151.937 2.89859 152.227 3.17543C152.5 3.45226 152.725 3.77794 152.87 4.15248C153.014 4.52702 153.063 4.91784 153.047 5.32494L151.777 18.9386H154.67V21.1858H154.654ZM167.805 12.5226H157.05V10.6987H181.936V12.5226H171.181V14.6558H167.789V12.5226H167.805ZM177.225 4.82013V3.69652H158.464V1.87269H178.865C179.331 1.87269 179.717 2.01924 180.039 2.32865C180.36 2.63805 180.521 2.9963 180.521 3.41969V6.46484H161.889V7.68616H180.521V9.50999H160.217C159.734 9.50999 159.332 9.34715 158.979 9.03775C158.625 8.71206 158.464 8.33753 158.464 7.88157V4.83642H177.225V4.82013ZM160.217 21.7883C159.734 21.7883 159.332 21.6255 158.979 21.3161C158.625 20.9904 158.464 20.6158 158.464 20.1599V13.6462H161.76V15.8608H177.225V13.6462H180.521V21.7557H160.217V21.7883ZM161.76 19.9319H177.225V17.7172H161.76V19.9319Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9452'%3E%3Crect width='182' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type3 {
    gap: 1.11rem;
}
.brand-ci .cicombi-ico.type3 .symbol {
    width: 3.1rem;
    height: 3rem;
}
.brand-ci .cicombi-ico.type3 .logo {
    width: 41.53rem;
    height: 2.35rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 295 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9458)'%3E%3Cpath d='M1.98524 15.5745C1.43471 15.5745 0.950913 15.4011 0.567211 15.0543C0.18351 14.7075 0 14.2977 0 13.809V0.394227H8.44144C9.77606 0.394227 10.9772 0.567626 12.0616 0.914424C13.1293 1.26122 14.0468 1.76566 14.7975 2.3962C15.5483 3.0425 16.1155 3.83068 16.5325 4.74497C16.9329 5.65925 17.1331 6.69965 17.1331 7.85039C17.1331 8.93807 16.9329 9.93117 16.5492 10.8297C16.1655 11.744 15.615 12.5322 14.9143 13.21C14.2137 13.8878 13.3628 14.4238 12.3619 14.8336C11.3609 15.2435 10.2765 15.4799 9.07538 15.5588H1.98524V15.5745ZM3.45332 13.5568H8.39139C10.093 13.5568 11.3943 13.0681 12.2951 12.1065C13.196 11.145 13.6464 9.74201 13.6464 7.89768C13.6464 6.05334 13.196 4.76073 12.2951 3.81492C11.3943 2.8691 10.0763 2.3962 8.35803 2.3962H3.45332V13.541V13.5568ZM27.8434 15.9844C26.709 15.9844 25.5746 15.8267 24.4568 15.5272C23.3391 15.212 22.3548 14.7391 21.4873 14.0927C20.6031 13.4464 19.9024 12.6267 19.3853 11.6336C18.8514 10.6405 18.5845 9.45827 18.5845 8.08684C18.5845 6.87305 18.8014 5.78536 19.2518 4.79226C19.6856 3.79915 20.3195 2.94792 21.137 2.23856C21.9544 1.5292 22.922 0.977478 24.0564 0.599153C25.1909 0.220828 26.4587 0.0159021 27.8434 0.0159021C29.2281 0.0159021 30.4626 0.205065 31.5803 0.599153C32.7148 0.977478 33.699 1.5292 34.5165 2.23856C35.3339 2.93216 35.9679 3.78339 36.4183 4.74497C36.8687 5.72231 37.1023 6.79423 37.1023 7.96073C37.1023 9.12723 36.8854 10.2307 36.4183 11.208C35.9679 12.2011 35.3339 13.0524 34.5165 13.746C33.699 14.4553 32.7148 15.007 31.5803 15.4011C30.4459 15.7952 29.1947 16.0001 27.8434 16.0001M27.8267 2.06516C26.9592 2.06516 26.1751 2.20704 25.4745 2.50654C24.7571 2.79029 24.1565 3.20014 23.6561 3.72034C23.1556 4.24053 22.7552 4.87107 22.4716 5.5962C22.188 6.32132 22.0545 7.14103 22.0545 8.02378C22.0545 8.90654 22.188 9.69472 22.4716 10.4356C22.7552 11.1607 23.1389 11.7913 23.6561 12.3115C24.1732 12.8474 24.7738 13.2573 25.4911 13.541C26.1918 13.8405 26.9759 13.9824 27.8267 13.9824C28.6775 13.9824 29.4449 13.8405 30.1623 13.541C30.863 13.2573 31.4802 12.8317 31.9807 12.3115C32.4812 11.7913 32.8816 11.1607 33.1652 10.4356C33.4488 9.71048 33.5823 8.90654 33.5823 8.02378C33.5823 7.14103 33.4488 6.33708 33.1652 5.61196C32.8816 4.88684 32.4979 4.2563 31.9807 3.72034C31.4802 3.20014 30.8797 2.79029 30.1623 2.49078C29.4449 2.20704 28.6775 2.0494 27.8267 2.0494M42.6743 15.5745H39.2711V0.394227H42.4408L42.4908 0.441518L52.2001 10.7824C52.3503 10.9243 52.4837 11.0661 52.6172 11.208C52.7507 11.3499 52.8674 11.476 52.9675 11.6021C52.9675 11.3814 52.9342 11.145 52.9342 10.877C52.9342 10.609 52.9342 10.341 52.9342 10.073V0.425754H56.3541V15.5903H53.1677L42.7577 4.24053C42.7577 4.24053 42.7077 4.19324 42.691 4.17748C42.691 4.14595 42.6576 4.13019 42.6243 4.11442C42.6243 4.33511 42.641 4.57157 42.6576 4.83955C42.6576 5.10753 42.6576 5.37551 42.6576 5.62772V15.5745H42.6743ZM67.5148 15.8267C66.2136 15.8267 64.9958 15.6376 63.9114 15.2435C62.8103 14.8494 61.8761 14.3134 61.0753 13.6041C60.2746 12.9105 59.6573 12.075 59.2069 11.1134C58.7564 10.1361 58.5396 9.07994 58.5396 7.94497C58.5396 6.80999 58.7564 5.65925 59.2069 4.68191C59.6406 3.70457 60.2912 2.8691 61.1087 2.19127C61.9261 1.51344 62.9104 0.977478 64.0782 0.599153C65.2293 0.236592 66.5306 0.0316656 67.9653 0.0316656C68.8328 0.0316656 69.6502 0.0947198 70.3843 0.252355C71.1183 0.394227 71.8023 0.567626 72.4029 0.788316C73.0201 0.993242 73.554 1.2297 74.0378 1.48191C74.5216 1.73413 74.9386 1.97058 75.3057 2.20704L75.4725 2.31738V5.45433L74.8385 4.94989C73.6374 3.95679 72.4696 3.2159 71.3352 2.743C70.2008 2.25433 69.0663 2.01787 67.8985 2.01787C67.0477 2.01787 66.247 2.15974 65.5296 2.44349C64.8122 2.72723 64.1783 3.12132 63.6611 3.62575C63.144 4.13019 62.7436 4.7292 62.46 5.43856C62.1764 6.14792 62.0429 6.90457 62.0429 7.74004C62.0429 8.67009 62.1764 9.50556 62.4099 10.2149C62.6602 10.94 63.0272 11.5706 63.4943 12.075C63.9614 12.5794 64.5453 12.9735 65.2293 13.2415C65.9133 13.5095 66.6807 13.6514 67.5482 13.6514C68.9829 13.6514 70.1841 13.478 71.1183 13.1312C72.0525 12.7844 72.7866 12.2327 73.3204 11.5075V9.03265H68.0654V6.79423H76.3567V12.5952L76.2733 12.7056C76.0063 12.9735 75.6393 13.273 75.1889 13.6198C74.7384 13.9666 74.1712 14.3134 73.4872 14.6445C72.8033 14.9755 71.9858 15.2593 71.0182 15.4799C70.0506 15.7164 68.8995 15.8267 67.5816 15.8267M85.9325 8.90654H79.4763V6.7627H85.9325V8.90654ZM89.4025 15.5588H85.9492L93.1895 0.331173H97.3935L97.4436 0.425754L104.634 15.5745H100.914L99.0952 11.6179H91.1709L89.3525 15.5745L89.4025 15.5588ZM92.2219 9.4425H98.1276L96.0923 4.50851C96.0256 4.3824 95.9421 4.20901 95.8587 4.00408C95.7753 3.79915 95.6919 3.57846 95.6085 3.3893C95.5584 3.26319 95.5084 3.13708 95.4584 3.01098C95.4083 2.88487 95.3583 2.77452 95.3082 2.66418C95.2582 2.79029 95.1914 2.90063 95.1414 3.0425C95.0913 3.16861 95.0413 3.31048 94.9745 3.45236L94.9412 3.51541C94.8077 3.87797 94.6743 4.19324 94.5241 4.46122L92.2386 9.42674L92.2219 9.4425ZM119.531 13.541C122.668 13.541 124.236 12.8632 124.236 11.5075C124.236 11.2238 124.153 10.9873 123.952 10.7982C123.769 10.609 123.469 10.4198 123.068 10.2464C122.668 10.073 122.151 9.89965 121.5 9.71048C120.849 9.52132 120.065 9.31639 119.164 9.07994L118.564 8.92231C118.464 8.89078 118.364 8.87502 118.23 8.84349C118.097 8.81196 117.963 8.78043 117.813 8.74891C117.429 8.67009 116.996 8.57551 116.495 8.4494C115.995 8.32329 115.478 8.18142 114.944 8.00802C114.427 7.83462 113.909 7.64546 113.392 7.40901C112.892 7.17255 112.441 6.90457 112.041 6.5893C111.641 6.27403 111.324 5.91147 111.073 5.51738C110.823 5.12329 110.706 4.66615 110.706 4.16172C110.706 3.5627 110.89 3.01098 111.257 2.52231C111.624 2.03364 112.158 1.62378 112.858 1.27699C113.559 0.930188 114.393 0.677971 115.394 0.504572C116.395 0.331173 117.513 0.236592 118.747 0.236592C119.698 0.236592 120.616 0.315409 121.483 0.488808C122.351 0.646444 123.135 0.85137 123.802 1.07206C124.486 1.29275 125.053 1.5292 125.521 1.73413C125.988 1.95482 126.305 2.11245 126.455 2.2228H126.522L126.555 2.31738V2.45925L126.572 5.26516L126.121 4.87107C125.07 3.98832 123.919 3.29472 122.684 2.83758C121.45 2.36467 120.165 2.12822 118.847 2.12822H118.747C117.363 2.12822 116.295 2.28585 115.561 2.63265C114.844 2.96369 114.477 3.45235 114.477 4.0829C114.477 4.41393 114.593 4.71344 114.844 4.96566C115.094 5.21787 115.444 5.43856 115.895 5.64349C116.345 5.84841 116.896 6.05334 117.546 6.22674C118.18 6.4159 118.898 6.62083 119.665 6.82575C119.898 6.88881 120.132 6.95186 120.366 7.03068C120.599 7.09373 120.849 7.17255 121.116 7.23561L121.917 7.47206C122.768 7.70851 123.552 7.9292 124.303 8.16566C125.037 8.38634 125.687 8.65433 126.238 8.95383C126.788 9.25334 127.222 9.60014 127.522 9.99423C127.839 10.3883 127.99 10.877 127.99 11.4602C127.99 12.8001 127.256 13.8405 125.754 14.5657C124.269 15.2908 122.167 15.6533 119.465 15.6533C118.464 15.6533 117.53 15.5903 116.629 15.4642C115.728 15.3223 114.894 15.1489 114.143 14.9282C113.376 14.7075 112.708 14.4395 112.124 14.1558C111.54 13.8721 111.057 13.5726 110.673 13.273L110.406 13.0208L112.174 11.1923L112.441 11.3972C112.792 11.7282 113.242 12.0277 113.743 12.2957C114.26 12.5637 114.827 12.7844 115.444 12.9893C116.061 13.1785 116.729 13.3203 117.413 13.4307C118.113 13.541 118.814 13.5883 119.515 13.5883M138.667 16.0159C137.515 16.0159 136.398 15.8583 135.28 15.5588C134.179 15.2435 133.178 14.7706 132.294 14.1243C131.426 13.478 130.726 12.6583 130.192 11.6652C129.658 10.6721 129.391 9.48979 129.391 8.11837C129.391 6.90457 129.608 5.81689 130.058 4.82378C130.509 3.83068 131.126 2.97945 131.943 2.27009C132.761 1.56073 133.728 1.00901 134.88 0.63068C136.014 0.252355 137.282 0.0474292 138.667 0.0474292C140.051 0.0474292 141.286 0.236592 142.403 0.63068C143.538 1.00901 144.522 1.56073 145.323 2.27009C146.14 2.96369 146.774 3.81492 147.225 4.77649C147.675 5.75383 147.892 6.82575 147.892 7.99226C147.892 9.15876 147.675 10.2622 147.225 11.2395C146.774 12.2327 146.14 13.0839 145.323 13.7775C144.505 14.4868 143.538 15.0386 142.403 15.4327C141.286 15.8267 140.035 16.0317 138.667 16.0317M138.65 2.09669C137.799 2.09669 137.015 2.23856 136.298 2.53807C135.58 2.82181 134.98 3.23167 134.479 3.75186C133.979 4.27206 133.578 4.9026 133.311 5.62772C133.028 6.35285 132.894 7.17255 132.894 8.05531C132.894 8.93807 133.044 9.72625 133.311 10.4671C133.595 11.1923 133.979 11.8228 134.496 12.343C134.996 12.879 135.614 13.2888 136.331 13.5726C137.048 13.8721 137.816 14.0139 138.667 14.0139C139.517 14.0139 140.285 13.8721 141.002 13.5726C141.719 13.2888 142.32 12.8632 142.837 12.343C143.354 11.8228 143.755 11.1923 144.022 10.4671C144.305 9.74201 144.439 8.93807 144.439 8.05531C144.439 7.17255 144.305 6.36861 144.022 5.64349C143.738 4.91837 143.354 4.28782 142.837 3.75186C142.337 3.23167 141.719 2.82181 141.002 2.52231C140.301 2.23856 139.517 2.08093 138.667 2.08093M158.702 15.8583C157.351 15.8583 156.117 15.6691 154.965 15.275C153.831 14.8809 152.847 14.345 152.013 13.6356C151.179 12.942 150.528 12.1065 150.061 11.145C149.594 10.1676 149.36 9.11147 149.36 7.97649C149.36 6.84152 149.594 5.69078 150.044 4.71344C150.495 3.7361 151.162 2.90063 152.013 2.2228C152.863 1.54497 153.881 1.00901 155.082 0.63068C156.267 0.268119 157.601 0.0631927 159.086 0.0631927C159.904 0.0631927 160.671 0.126247 161.405 0.268119C162.122 0.394227 162.79 0.58339 163.39 0.804079C163.991 1.02477 164.525 1.26122 164.992 1.54497C165.459 1.82871 165.843 2.09669 166.16 2.3962L166.21 2.42772V5.58043L165.926 5.2494C165.025 4.27206 163.974 3.53117 162.756 2.97945C161.555 2.42772 160.304 2.15974 159.019 2.15974C158.102 2.15974 157.268 2.30162 156.517 2.5696C155.75 2.85334 155.099 3.23167 154.565 3.72034C154.015 4.20901 153.598 4.80802 153.297 5.48585C152.997 6.17945 152.847 6.9361 152.847 7.7558C152.847 8.76467 153.014 9.63167 153.347 10.341C153.681 11.0661 154.131 11.6652 154.682 12.1381C155.232 12.611 155.866 12.9578 156.567 13.1942C157.268 13.4149 157.985 13.5253 158.719 13.5253C161.438 13.5253 163.307 12.8159 164.324 11.3972L164.408 11.3026L167.211 12.4849L167.06 12.7056C166.794 12.9735 166.427 13.273 165.993 13.6198C165.542 13.9666 164.992 14.3134 164.324 14.6445C163.657 14.9755 162.873 15.2593 161.939 15.4799C161.021 15.7164 159.937 15.8267 158.702 15.8267M172.833 15.5588H169.379V0.394227H172.833V15.5745V15.5588ZM184.444 15.9844C183.293 15.9844 182.158 15.8267 181.057 15.5272C179.956 15.212 178.955 14.7391 178.088 14.0927C177.22 13.4464 176.52 12.6267 175.986 11.6336C175.452 10.6405 175.185 9.45827 175.185 8.08684C175.185 6.87305 175.402 5.78536 175.852 4.79226C176.303 3.79915 176.92 2.94792 177.737 2.23856C178.555 1.5292 179.522 0.977478 180.657 0.599153C181.791 0.220828 183.059 0.0159021 184.46 0.0159021C185.862 0.0159021 187.08 0.205065 188.197 0.599153C189.332 0.977478 190.299 1.5292 191.117 2.23856C191.934 2.93216 192.568 3.78339 193.019 4.74497C193.469 5.72231 193.703 6.79423 193.703 7.96073C193.703 9.12723 193.486 10.2307 193.019 11.208C192.568 12.2011 191.934 13.0524 191.117 13.746C190.299 14.4553 189.315 15.007 188.197 15.4011C187.063 15.7952 185.812 16.0001 184.46 16.0001M184.444 2.06516C183.576 2.06516 182.792 2.20704 182.092 2.50654C181.374 2.79029 180.774 3.20014 180.273 3.72034C179.773 4.24053 179.372 4.87107 179.105 5.5962C178.822 6.32132 178.688 7.14103 178.688 8.02378C178.688 8.90654 178.822 9.69472 179.105 10.4356C179.389 11.1607 179.773 11.7913 180.29 12.3115C180.807 12.8474 181.408 13.2573 182.125 13.541C182.826 13.8405 183.61 13.9824 184.46 13.9824C185.311 13.9824 186.079 13.8405 186.796 13.541C187.513 13.2573 188.114 12.8317 188.631 12.3115C189.148 11.7913 189.549 11.1607 189.816 10.4356C190.099 9.71048 190.233 8.90654 190.233 8.02378C190.233 7.14103 190.099 6.33708 189.816 5.61196C189.532 4.88684 189.132 4.2563 188.631 3.72034C188.131 3.20014 187.513 2.79029 186.796 2.49078C186.095 2.20704 185.311 2.0494 184.46 2.0494M209.568 15.8267C208.25 15.8267 207.049 15.6376 205.964 15.2435C204.863 14.8494 203.913 14.3134 203.128 13.6041C202.328 12.9105 201.694 12.075 201.26 11.1134C200.81 10.1361 200.593 9.07994 200.593 7.94497C200.593 6.80999 200.81 5.65925 201.26 4.68191C201.694 3.70457 202.344 2.8691 203.162 2.17551C203.979 1.48191 204.98 0.961715 206.131 0.58339C207.299 0.205065 208.584 0.0159021 210.018 0.0159021C210.886 0.0159021 211.687 0.0789563 212.437 0.220828C213.188 0.3627 213.855 0.536099 214.456 0.756789C215.057 0.977478 215.59 1.19817 216.074 1.46615C216.558 1.73413 216.992 1.97058 217.359 2.20704L217.526 2.30162L217.476 5.45433L216.875 4.94989C215.674 3.94103 214.506 3.20014 213.372 2.72723C212.237 2.25433 211.086 2.01787 209.935 2.01787C209.084 2.01787 208.283 2.15974 207.566 2.42772C206.849 2.71147 206.215 3.08979 205.698 3.59423C205.18 4.09866 204.763 4.69768 204.48 5.40703C204.196 6.10063 204.046 6.88881 204.046 7.70851C204.046 8.63856 204.179 9.47403 204.43 10.1992C204.68 10.94 205.047 11.5548 205.514 12.075C205.981 12.5794 206.565 12.9735 207.249 13.2415C207.933 13.5095 208.717 13.6514 209.568 13.6514C211.019 13.6514 212.204 13.478 213.138 13.1154C214.072 12.7686 214.806 12.2169 215.34 11.476V9.01689H210.085V6.77846H218.376V12.5794L218.293 12.6898C218.026 12.9578 217.659 13.2573 217.209 13.6041C216.758 13.9509 216.191 14.2977 215.507 14.6287C214.823 14.9597 213.989 15.2435 213.021 15.4642C212.054 15.6849 210.903 15.811 209.585 15.811M224.315 15.543H220.895V0.394227H231.906C232.74 0.394227 233.524 0.520336 234.242 0.741025C234.942 0.961715 235.56 1.29275 236.077 1.71837C236.594 2.12822 236.978 2.63265 237.261 3.2159C237.545 3.79915 237.678 4.44546 237.678 5.12329C237.678 5.58043 237.595 6.03758 237.411 6.51048C237.228 6.98339 236.961 7.42477 236.594 7.83462C236.244 8.24447 235.776 8.59127 235.209 8.89078C234.642 9.20605 233.991 9.41098 233.241 9.52132C233.491 9.71048 233.825 10.0258 234.258 10.4356C234.692 10.8612 235.143 11.3341 235.61 11.8543C236.077 12.3903 236.544 12.942 236.994 13.5253C237.445 14.1085 237.828 14.676 238.145 15.212L238.329 15.543H234.892L234.809 15.4484C234.342 14.8021 233.858 14.1873 233.357 13.5883C232.857 12.9893 232.373 12.4533 231.923 11.9647C231.472 11.476 231.072 11.0819 230.688 10.7509C230.321 10.4198 230.038 10.1992 229.837 10.1046H224.315V15.5588V15.543ZM224.315 7.91344H229.837C230.638 7.91344 231.322 7.83462 231.873 7.72428C232.44 7.61393 232.89 7.4563 233.241 7.23561C233.591 7.01492 233.858 6.73117 234.008 6.38438C234.158 6.03758 234.242 5.64349 234.242 5.15482C234.242 3.40506 233.408 2.52231 231.706 2.52231H224.299V7.89768L224.315 7.91344ZM248.205 15.9686C247.054 15.9686 245.92 15.811 244.802 15.5115C243.701 15.1962 242.7 14.7233 241.832 14.077C240.965 13.4307 240.264 12.611 239.73 11.6179C239.196 10.6248 238.929 9.4425 238.929 8.07107C238.929 6.85728 239.146 5.75383 239.597 4.76073C240.047 3.76763 240.664 2.91639 241.482 2.20704C242.299 1.49768 243.284 0.945951 244.418 0.567626C245.552 0.189301 246.82 -0.015625 248.205 -0.015625C249.59 -0.015625 250.808 0.173538 251.959 0.567626C253.093 0.945951 254.061 1.49768 254.878 2.20704C255.696 2.91639 256.33 3.75186 256.78 4.7292C257.23 5.70654 257.447 6.77846 257.447 7.96073C257.447 9.143 257.23 10.2307 256.78 11.208C256.33 12.2011 255.696 13.0524 254.878 13.746C254.061 14.4553 253.076 15.007 251.959 15.4011C250.824 15.7952 249.573 16.0001 248.205 16.0001M248.172 2.06516C247.321 2.06516 246.537 2.20704 245.819 2.49078C245.119 2.77452 244.501 3.16861 244.001 3.68881C243.501 4.20901 243.1 4.83955 242.817 5.56467C242.533 6.28979 242.399 7.1095 242.399 7.99226C242.399 8.87502 242.55 9.66319 242.817 10.4041C243.1 11.145 243.501 11.7755 244.001 12.2957C244.518 12.8317 245.119 13.2415 245.836 13.5253C246.537 13.8248 247.321 13.9666 248.172 13.9666C249.022 13.9666 249.79 13.8248 250.507 13.5253C251.208 13.2415 251.825 12.8159 252.342 12.2957C252.843 11.7755 253.243 11.145 253.527 10.4041C253.81 9.67896 253.944 8.87502 253.944 7.99226C253.944 7.1095 253.81 6.30556 253.527 5.58043C253.243 4.85531 252.86 4.22477 252.342 3.70457C251.825 3.18437 251.208 2.77452 250.507 2.49078C249.807 2.20704 249.022 2.0494 248.172 2.0494M267.874 15.9528C266.723 15.9528 265.655 15.811 264.654 15.543C263.653 15.2593 262.769 14.8336 262.035 14.2189C261.284 13.6198 260.7 12.8317 260.283 11.8701C259.85 10.9085 259.633 9.74201 259.633 8.38635V0.346937H263.103V8.6228C263.103 9.50556 263.186 10.278 263.37 10.94C263.553 11.6021 263.82 12.1696 264.204 12.611C264.587 13.0681 265.071 13.3992 265.672 13.6198C266.272 13.8405 266.99 13.9509 267.841 13.9509C269.526 13.9509 270.743 13.5095 271.477 12.611C272.211 11.7125 272.562 10.3883 272.562 8.6228V0.346937H276.082V8.26024C276.082 9.4425 275.915 10.5144 275.565 11.4602C275.214 12.4218 274.697 13.2258 274.013 13.8878C273.329 14.5499 272.478 15.0701 271.444 15.4169C270.426 15.7794 269.225 15.9686 267.857 15.9686M281.671 15.606H278.267V0.394227H289.495C291.28 0.394227 292.664 0.835607 293.632 1.71837C294.616 2.60112 295.1 3.84644 295.1 5.47009C295.1 6.10063 295 6.73117 294.783 7.34595C294.566 7.96073 294.233 8.52822 293.749 9.01689C293.265 9.52132 292.648 9.91541 291.897 10.2307C291.13 10.546 290.195 10.6878 289.078 10.6878H281.671V15.5745V15.606ZM281.671 8.55974H289.361C289.845 8.55974 290.262 8.46516 290.596 8.29176C290.929 8.1026 291.196 7.86615 291.397 7.5824C291.613 7.2829 291.747 6.95186 291.83 6.57354C291.914 6.19521 291.964 5.81689 291.964 5.45433C291.964 5.09176 291.914 4.74497 291.814 4.39817C291.714 4.05137 291.547 3.7361 291.346 3.46812C291.13 3.20014 290.846 2.97945 290.512 2.80605C290.179 2.63265 289.778 2.55383 289.311 2.55383H281.654V8.55974H281.671Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9458'%3E%3Crect width='295' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type4 {
    gap: 1.01rem;
}
.brand-ci .cicombi-ico.type4 .symbol {
    width: 3.1rem;
    height: 3rem;
}
.brand-ci .cicombi-ico.type4 .logo {
    width: 25.14rem;
    height: 2.64rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 209 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9466)'%3E%3Cpath d='M162.381 11.3099H176V9.33112H163.461V3.79319H176V1.81445H160.203V9.33112C160.203 10.4248 161.175 11.3099 162.375 11.3099H162.381Z' fill='%23231916'/%3E%3Cpath d='M182.313 1.42285H179.055V11.7022H182.313V1.42285Z' fill='%23231916'/%3E%3Cpath d='M172.447 12.5107C166.903 12.5107 162.414 14.6349 162.414 17.2521C162.414 19.8694 166.903 21.9935 172.447 21.9935C177.99 21.9935 182.479 19.8694 182.479 17.2521C182.479 14.6349 177.99 12.5107 172.447 12.5107ZM172.447 20.1222C168.81 20.1222 165.861 18.8199 165.861 17.2079C165.861 15.5958 168.81 14.2935 172.447 14.2935C176.083 14.2935 179.032 15.6021 179.032 17.2079C179.032 18.8136 176.083 20.1222 172.447 20.1222Z' fill='%23231916'/%3E%3Cpath d='M208.994 18.2324H185.305V20.4071H208.994V18.2324Z' fill='%23231916'/%3E%3Cpath d='M157.212 10.9874H146.649V9.99483C151.864 9.72931 155.86 8.25 155.86 6.46092C155.86 5.50632 154.718 4.64023 152.861 3.9954H156.037V2.31379H146.75V0H143.195V2.32012H133.926V4.00172H137.089C135.233 4.64023 134.09 5.51264 134.09 6.46724C134.09 8.25632 138.081 9.73563 143.29 10.0011V10.9937H132.727V12.7701H157.205V10.9937L157.212 10.9874ZM137.696 6.32184C137.696 5.17126 140.953 4.23563 144.969 4.23563C148.985 4.23563 152.243 5.17126 152.243 6.32184C152.243 7.47241 148.985 8.40805 144.969 8.40805C140.953 8.40805 137.696 7.47241 137.696 6.32184Z' fill='%23231916'/%3E%3Cpath d='M155.837 19.4081H137.476V18.2196H155.83V15.2547C155.83 14.4392 155.098 13.7754 154.201 13.7754H134.117V15.5518H152.572V16.6392H134.117V19.5978C134.117 20.4702 134.9 21.1846 135.853 21.1846H155.83V19.4081H155.837Z' fill='%23231916'/%3E%3Cpath d='M196.412 9.22349C199.253 12.3844 203.338 14.0281 207.392 15.4948L208.219 13.5034C204.153 12.0114 199.979 8.94533 198.495 6.07521C199.184 4.67809 199.644 3.16085 199.828 1.53613H195.995C195.307 7.13096 191.184 11.531 185.969 13.5034L186.796 15.4948C190.603 14.1545 194.019 12.0367 196.412 9.22349Z' fill='%23231916'/%3E%3Cpath d='M49.0548 10.2671H52.4327V7.89642H49.0548V1.42285H45.7969V21.1912H49.0548V10.2671Z' fill='%23231916'/%3E%3Cpath d='M35.103 20.6218C39.5353 20.6218 43.1278 16.266 43.1278 10.8988C43.1278 5.53153 39.5353 1.17578 35.103 1.17578C30.6707 1.17578 27.0781 5.53153 27.0781 10.8988C27.0781 16.266 30.6707 20.6218 35.103 20.6218ZM35.103 3.14187C37.7422 3.14187 39.8762 6.61256 39.8762 10.8988C39.8762 15.185 37.7358 18.6557 35.103 18.6557C32.4701 18.6557 30.3297 15.185 30.3297 10.8988C30.3297 6.61256 32.4701 3.14187 35.103 3.14187Z' fill='%23231916'/%3E%3Cpath d='M24.4787 9.6468H14.0167V8.00312H23.1023V6.12553H4.64697V3.59048H23.1086V1.71289H1.38904V6.02438C1.38904 7.11806 2.36137 8.00312 3.56099 8.00312H10.4683V9.64048H0V11.6192H24.4787V9.64048V9.6468Z' fill='%23231916'/%3E%3Cpath d='M65.2043 14.7676V18.2319H55.0391V20.4067H78.7285V18.2319H68.5633V14.7676H65.2043Z' fill='%23231916'/%3E%3Cpath d='M130.135 18.2319H119.97V14.7676H116.617V18.2319H106.445V20.4067H130.135V18.2319Z' fill='%23231916'/%3E%3Cpath d='M107.438 7.31485C107.438 10.7603 112.299 13.5482 118.297 13.5482C124.295 13.5482 129.157 10.7539 129.157 7.31485C129.157 3.87577 124.295 1.0752 118.297 1.0752C112.299 1.0752 107.438 3.86945 107.438 7.31485ZM125.508 7.31485C125.508 9.66658 122.281 11.5758 118.297 11.5758C114.313 11.5758 111.087 9.66658 111.087 7.31485C111.087 4.96313 114.313 3.05393 118.297 3.05393C122.281 3.05393 125.508 4.96313 125.508 7.31485Z' fill='%23231916'/%3E%3Cpath d='M1.23438 17.2521C1.23438 19.8757 6.16547 21.9935 12.252 21.9935C18.3385 21.9935 23.2696 19.8694 23.2696 17.2521C23.2696 14.6349 18.3385 12.5107 12.252 12.5107C6.16547 12.5107 1.23438 14.6286 1.23438 17.2521ZM19.8159 17.2015C19.8159 18.8073 16.4254 20.1159 12.252 20.1159C8.07855 20.1159 4.68172 18.8136 4.68172 17.2015C4.68172 15.5895 8.07224 14.2872 12.252 14.2872C16.4317 14.2872 19.8159 15.5958 19.8159 17.2015Z' fill='%23231916'/%3E%3Cpath d='M61.5849 8.5912C62.3615 9.6027 63.3717 10.4625 64.4955 11.2148C64.3061 11.3096 64.1167 11.4044 63.921 11.4866L64.8933 13.1935C67.1031 12.3527 69.1551 10.6268 70.721 8.63546C72.2805 10.6964 74.8249 12.1694 77.3568 13.2757L78.3165 11.4107C75.5321 9.9504 73.6885 7.94005 72.6025 5.67684C73.3096 4.2481 73.7137 2.83201 73.7137 1.63086H70.0643C70.0643 3.80557 68.991 7.32051 66.6422 9.65959C65.2216 8.48373 64.1672 7.11822 63.4474 5.63258C64.1356 4.21649 64.5334 2.81937 64.5334 1.63086H60.8777C60.8777 4.51362 58.9962 9.76074 54.7344 11.4803L55.7067 13.1872C57.9292 12.3401 60.0001 10.5889 61.5786 8.58488L61.5849 8.5912Z' fill='%23231916'/%3E%3Cpath d='M103.453 1.42285H100.195V21.1912H103.453V1.42285Z' fill='%23231916'/%3E%3Cpath d='M88.4795 13.8262C90.0011 15.9756 93.2401 18.0176 95.5636 19.2124L96.7191 17.3475C93.499 15.5394 91.245 13.0549 90.3168 10.5768C90.8977 9.09747 91.2134 7.54229 91.2134 5.98712V1.6377H87.6587V5.98712C87.6587 10.7222 85.1837 15.3055 80.9219 17.0251L81.8942 18.7319C84.6597 17.6762 86.8884 15.9314 88.4795 13.8262Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9466'%3E%3Crect width='209' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type5 {
    gap: 1.01rem;
}
.brand-ci .cicombi-ico.type5 .symbol {
    width: 3.1rem;
    height: 3rem;
}
.brand-ci .cicombi-ico.type5 .logo {
    width: 24.75rem;
    height: 2.64rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 206 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9488)'%3E%3Cpath d='M173.196 9.33328H160.644V3.79376H173.196V1.81445H157.383V9.33328C157.383 10.4273 158.356 11.3126 159.557 11.3126H173.19V9.33328H173.196Z' fill='%23231916'/%3E%3Cpath d='M179.519 1.42285H176.258V11.7051H179.519V1.42285Z' fill='%23231916'/%3E%3Cpath d='M169.637 12.5146C164.088 12.5146 159.594 14.6394 159.594 17.2574C159.594 19.8754 164.088 22.0001 169.637 22.0001C175.186 22.0001 179.68 19.8754 179.68 17.2574C179.68 14.6394 175.186 12.5146 169.637 12.5146ZM169.637 20.1283C165.996 20.1283 163.045 18.8193 163.045 17.2131C163.045 15.6069 165.996 14.2979 169.637 14.2979C173.277 14.2979 176.229 15.6069 176.229 17.2131C176.229 18.8193 173.277 20.1283 169.637 20.1283Z' fill='%23231916'/%3E%3Cpath d='M116.569 14.7725H113.213V18.2378H103.031V20.4132H126.745V18.2378H116.569V14.7725Z' fill='%23231916'/%3E%3Cpath d='M125.766 7.31664C125.766 3.87025 120.899 1.0752 114.894 1.0752C108.89 1.0752 104.023 3.87025 104.023 7.31664C104.023 10.763 108.89 13.5518 114.894 13.5518C120.899 13.5518 125.766 10.7567 125.766 7.31664ZM107.677 7.31664C107.677 4.96424 110.906 3.0545 114.894 3.0545C118.883 3.0545 122.112 4.96424 122.112 7.31664C122.112 9.66904 118.883 11.5788 114.894 11.5788C110.906 11.5788 107.677 9.66904 107.677 7.31664Z' fill='%23231916'/%3E%3Cpath d='M143.454 9.9977C148.674 9.73211 152.675 8.25237 152.675 6.46278C152.675 5.5079 151.531 4.64156 149.673 3.99655H152.852V2.31446H143.555V0H139.996V2.32078H130.718V4.00287H133.891C132.033 4.64156 130.889 5.51423 130.889 6.4691C130.889 8.25869 134.883 9.73843 140.097 10.004V10.9968H129.523V12.7738H154.028V10.9968H143.454V10.004V9.9977ZM134.491 6.32998C134.491 5.17907 137.753 4.24317 141.772 4.24317C145.792 4.24317 149.053 5.17907 149.053 6.32998C149.053 7.48089 145.792 8.41679 141.772 8.41679C137.753 8.41679 134.491 7.48089 134.491 6.32998Z' fill='%23231916'/%3E%3Cpath d='M152.642 18.2312V15.2654C152.642 14.4433 151.909 13.7793 151.011 13.7793H130.906V15.5562H149.381V16.6439H130.906V19.6034C130.906 20.476 131.69 21.1906 132.651 21.1906H152.648V19.4137H134.269V18.2248H152.642V18.2312Z' fill='%23231916'/%3E%3Cpath d='M206.003 18.2383H182.289V20.4136H206.003V18.2383Z' fill='%23231916'/%3E%3Cpath d='M193.407 9.22667C196.251 12.3885 200.34 14.0327 204.398 15.4997L205.226 13.5078C201.156 12.0154 196.978 8.94843 195.493 6.08382C196.182 4.68629 196.643 3.16861 196.826 1.53711H192.99C192.301 7.13354 188.174 11.5348 182.953 13.5078L183.781 15.4997C187.592 14.1591 191.012 12.0407 193.407 9.22667Z' fill='%23231916'/%3E%3Cpath d='M64.7961 14.7715H61.4399V18.2368H51.2578V20.4122H74.9719V18.2368H64.7961V14.7715Z' fill='%23231916'/%3E%3Cpath d='M57.82 8.59367C58.5974 9.59913 59.6024 10.4655 60.7337 11.218C60.5441 11.3128 60.3545 11.4077 60.1586 11.4899L61.1319 13.1973C63.344 12.3562 65.3982 10.6299 66.9656 8.63793C68.5268 10.6994 71.0675 12.1729 73.6083 13.2795L74.569 11.414C71.7817 9.95325 69.9362 7.94233 68.8491 5.67846C69.557 4.24932 69.9615 2.83282 69.9615 1.63132H66.3083C66.3083 3.80666 65.2338 7.32261 62.8827 9.65604C61.4606 8.47984 60.4051 7.11393 59.6845 5.62787C60.3735 4.21138 60.7717 2.81385 60.7717 1.625H57.1185C57.1185 4.50859 55.235 9.75722 50.9688 11.4773L51.9421 13.1846C54.1732 12.3373 56.2399 10.5856 57.82 8.58102V8.59367Z' fill='%23231916'/%3E%3Cpath d='M99.4801 1.42285H96.2188V21.1969H99.4801V1.42285Z' fill='%23231916'/%3E%3Cpath d='M84.4874 13.8297C86.0106 15.9797 89.2529 18.0223 91.5788 19.2175L92.7355 17.352C89.5121 15.5434 87.2557 13.0582 86.3266 10.5793C86.9081 9.09961 87.2241 7.54399 87.2241 5.98837V1.6377H83.6657V5.98837C83.6657 10.7248 81.1881 15.3094 76.9219 17.0295L77.8952 18.7369C80.6635 17.6808 82.8946 15.9355 84.4874 13.8297Z' fill='%23231916'/%3E%3Cpath d='M7.99527 15.4111H9.87243V20.9633H13.159V15.4111H14.9793C15.9337 21.7095 22.9809 21.0202 22.9809 21.0202V19.1863C18.6957 18.965 18.0889 16.8592 17.9878 15.4111H20.339C20.339 15.4111 22.254 15.487 22.4184 13.7923V4.96444H13.159V3.55426H22.9746V1.66981H13.159V0.354492H9.87243V1.66349H0V3.54794H9.86611V4.95811H0.606756V13.767H0.613076C0.613076 13.9124 0.632038 15.3921 2.92001 15.4048H4.98678C4.88565 16.8592 4.26625 18.9397 0 19.161V20.9949C0 20.9949 7.03458 21.5957 7.99527 15.4048V15.4111ZM13.1527 6.59594H19.1444V9.39732H13.1527V6.59594ZM13.1527 10.9972H19.1444V13.7859H13.1527V10.9972ZM3.89967 6.59594H9.86611V9.39732H3.89967V6.59594ZM3.89967 13.7923V11.0035H9.86611V13.7923H3.89967Z' fill='%23231916'/%3E%3Cpath d='M47.853 19.0784H42.8599V15.7775H46.1149C47.9414 15.7648 47.853 14.1586 47.853 14.1586V6.85481H42.8662V3.55386H47.8593V1.66309H26.1172V3.55386H31.1103V6.85481H26.1235V14.1586C26.1235 14.1586 26.035 15.7648 27.8616 15.7775H31.1166V19.0784H26.1235V20.9692H47.8656V19.0784H47.853ZM39.5733 19.0784H34.3969V14.1523H29.4038V8.47999H34.3969V3.55386H39.5733V8.47999H44.5664V14.1523H39.5733V19.0784Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9488'%3E%3Crect width='206' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type6 {
    gap: 1.01rem;
}
.brand-ci .cicombi-ico.type6 .symbol {
    width: 3.1rem;
    height: 3rem;
}
.brand-ci .cicombi-ico.type6 .logo {
    width: 47.18rem;
    height: 2.35rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9514)'%3E%3Cpath d='M270.251 0.438282L270.205 0.386719H267.203V15.5926H270.426V5.63583C270.426 5.10989 270.411 4.55301 270.39 4.10441C270.426 4.14566 270.462 4.19207 270.503 4.23848L280.337 15.5926H283.344V0.402188H280.121V10.0703C280.121 10.6117 280.137 11.1531 280.157 11.5965C279.951 11.3542 279.699 11.0809 279.426 10.7818L270.251 0.433125V0.438282Z' fill='%23231916'/%3E%3Cpath d='M264.34 0.407227H261.086V15.5925H264.34V0.407227Z' fill='%23231916'/%3E%3Cpath d='M311.997 13.5663C309.314 13.5663 306.621 12.6949 305.288 11.3904L305.03 11.1738L303.383 13.0095L303.63 13.2673C305.056 14.4635 308.176 15.6701 311.93 15.6701C317.053 15.6701 319.992 14.1438 319.992 11.478C319.992 9.15255 317.459 8.41004 314.252 7.47159L313.484 7.24472C313.011 7.1055 312.553 6.97143 312.11 6.84768C309.165 6.00205 307.219 5.44517 307.219 4.08906C307.219 2.84124 308.65 2.15029 311.255 2.15029H311.343C313.814 2.15029 316.254 3.11968 318.221 4.88829L318.649 5.28017V2.46998L318.623 2.34623L318.587 2.26889L318.535 2.23279C317.923 1.80998 314.89 0.237305 311.245 0.237305C306.56 0.237305 303.656 1.75326 303.656 4.18703C303.656 7.22409 308.192 8.27598 310.37 8.7813L310.416 8.79161C310.684 8.85348 310.915 8.9102 311.085 8.95661L311.631 9.10614C315.117 10.0652 316.419 10.4262 316.419 11.5399C316.419 12.8857 314.926 13.5663 311.981 13.5663H311.997Z' fill='%23231916'/%3E%3Cpath d='M244.707 15.5925H251.421C255.973 15.2935 259.026 12.1945 259.026 7.86839C259.026 3.26382 255.88 0.407227 250.814 0.407227H242.828V13.8291C242.828 14.8036 243.673 15.5977 244.707 15.5977V15.5925ZM246.113 2.40787H250.747C253.975 2.40787 255.751 4.36211 255.751 7.90964C255.751 11.4572 253.985 13.5661 250.773 13.5661H246.113V2.40787Z' fill='%23231916'/%3E%3Cpath d='M293.878 15.8554C298.873 15.8554 301.122 13.7413 302.168 12.7255V6.80092H294.352V9.04907H299.32V11.5086C298.316 12.9782 296.581 13.664 293.873 13.664C290.614 13.664 288.673 11.4468 288.673 7.73937C288.673 4.37231 290.954 2.02103 294.223 2.02103C296.391 2.02103 298.528 2.98526 300.767 4.97044L301.37 5.47576V2.32526L301.215 2.22213C299.835 1.28884 297.611 0.0410156 294.28 0.0410156C288.884 0.0410156 285.398 3.15026 285.398 7.96625C285.398 12.7822 288.966 15.8554 293.883 15.8554H293.878Z' fill='%23231916'/%3E%3Cpath d='M216.276 16C221.42 16 225.008 12.6948 225.008 7.96648C225.008 3.23816 221.42 0 216.276 0C211.133 0 207.523 3.25363 207.523 8.10055C207.523 13.5559 211.92 16 216.276 16ZM216.256 2.06252C219.453 2.06252 221.687 4.50661 221.687 8.01289C221.687 11.5192 219.453 13.9839 216.256 13.9839C213.058 13.9839 210.798 11.5295 210.798 8.01289C210.798 4.49629 212.991 2.06252 216.256 2.06252Z' fill='%23231916'/%3E%3Cpath d='M189.445 0.371094V15.5719H192.885V9.08524H202.049V15.5719H205.494V0.371094H202.049V6.8835H192.885V0.371094H189.445Z' fill='%23231916'/%3E%3Cpath d='M230.51 0.381836H227.07V13.6696C227.07 14.7267 227.966 15.5878 229.068 15.5878H241.111V13.4273H230.51V0.381836Z' fill='%23231916'/%3E%3Cpath d='M163.077 0.412109H159.828V15.5871H163.077V0.412109Z' fill='%23231916'/%3E%3Cpath d='M130.857 15.9946C135.995 15.9946 139.584 12.6945 139.584 7.96621C139.584 3.23788 135.995 0.00488281 130.857 0.00488281C125.719 0.00488281 122.109 3.25851 122.109 8.10027C122.109 13.5556 126.501 15.9946 130.857 15.9946ZM130.836 2.0674C134.034 2.0674 136.263 4.51149 136.263 8.01262C136.263 11.5137 134.029 13.9785 130.836 13.9785C127.644 13.9785 125.384 11.5241 125.384 8.01262C125.384 4.50118 127.577 2.0674 130.836 2.0674Z' fill='%23231916'/%3E%3Cpath d='M174.037 15.9946C179.175 15.9946 182.764 12.6945 182.764 7.96621C182.764 3.23788 179.175 0.00488281 174.037 0.00488281C168.898 0.00488281 165.289 3.25851 165.289 8.10027C165.289 13.5556 169.681 15.9946 174.037 15.9946ZM174.016 2.0674C177.213 2.0674 179.443 4.51149 179.443 8.01262C179.443 11.5137 177.208 13.9785 174.016 13.9785C170.824 13.9785 168.564 11.5241 168.564 8.01262C168.564 4.50118 170.757 2.0674 174.016 2.0674Z' fill='%23231916'/%3E%3Cpath d='M112.721 15.6595C117.844 15.6595 120.779 14.1333 120.779 11.4675C120.779 9.14196 118.246 8.40461 115.043 7.46616L114.276 7.23929C113.802 7.10007 113.349 6.966 112.906 6.84225C109.961 5.99662 108.015 5.43458 108.015 4.08363C108.015 2.83581 109.447 2.15002 112.047 2.15002H112.134C114.606 2.15002 117.046 3.1194 119.008 4.88801L119.435 5.27474V2.46971L119.409 2.34596L119.373 2.26861L119.322 2.23252C118.709 1.8097 115.671 0.242188 112.036 0.242188C107.356 0.242188 104.447 1.75298 104.447 4.19191C104.447 7.22382 108.978 8.2757 111.156 8.78618C111.449 8.85321 111.691 8.90993 111.872 8.96149L112.417 9.11102C115.903 10.0701 117.2 10.431 117.2 11.5448C117.2 12.8854 115.707 13.5661 112.767 13.5661C110.085 13.5661 107.397 12.6947 106.064 11.3901L105.812 11.1735L104.164 13.0092L104.411 13.267C105.837 14.4581 108.952 15.6647 112.706 15.6647L112.721 15.6595Z' fill='%23231916'/%3E%3Cpath d='M149.747 15.8509C154.427 15.8509 156.6 13.7369 157.65 12.7211L157.774 12.489L155.133 11.2928L155.06 11.4062C154.103 12.8397 152.373 13.5306 149.778 13.5306C147.018 13.5306 144.233 11.7414 144.233 7.74007C144.233 4.45036 146.632 2.15065 150.061 2.15065C152.46 2.15065 154.891 3.30566 156.554 5.23927L156.832 5.55896V2.41362L156.78 2.36721C155.601 1.24829 153.228 0.046875 150.113 0.046875C144.547 0.046875 140.953 3.15612 140.953 7.96695C140.953 12.7778 144.65 15.8509 149.747 15.8509Z' fill='%23231916'/%3E%3Cpath d='M81.0776 6.77539H74.9609V8.93072H81.0776V6.77539Z' fill='%23231916'/%3E%3Cpath d='M1.87412 15.5874H8.57253C13.1291 15.2935 16.1874 12.1894 16.1874 7.86324C16.1874 3.26382 13.0416 0.407227 7.98043 0.407227H0V13.8188C0 14.7933 0.844382 15.5874 1.87412 15.5874ZM3.2797 2.40787H7.9135C11.1366 2.40787 12.9129 4.36211 12.9129 7.90964C12.9129 11.4572 11.1469 13.5609 7.9341 13.5609H3.2797V2.40787Z' fill='%23231916'/%3E%3Cpath d='M86.0672 11.6123H93.5379L95.2576 15.5827H98.7586L91.9727 0.418009L91.9315 0.325195H87.9516L81.0781 15.5878H84.3578L86.0672 11.6175V11.6123ZM89.1821 4.49664C89.2851 4.2543 89.4241 3.91398 89.5631 3.5582L89.5889 3.49116C89.697 3.21788 89.8103 2.93428 89.9081 2.69709C89.9956 2.91366 90.0986 3.16632 90.1964 3.42413C90.3457 3.81085 90.5362 4.29039 90.6444 4.53789L92.5905 9.47763H86.9991L89.177 4.5018L89.1821 4.49664Z' fill='%23231916'/%3E%3Cpath d='M40.296 5.64657C40.296 5.12063 40.2806 4.56375 40.26 4.11515C40.296 4.1564 40.3321 4.20281 40.3733 4.24922L50.2021 15.5931H53.2038V0.41293H49.9858V10.0758C49.9858 10.6018 50.0013 11.1535 50.0219 11.6021C49.8159 11.3598 49.5585 11.0813 49.2908 10.7926L40.1261 0.449024L40.0798 0.397461H37.0781V15.5931H40.296V5.64657Z' fill='%23231916'/%3E%3Cpath d='M26.3023 15.9946C31.4406 15.9946 35.0293 12.6945 35.0293 7.96621C35.0293 3.23788 31.4406 0.00488281 26.3023 0.00488281C21.1639 0.00488281 17.5547 3.25851 17.5547 8.10027C17.5547 13.5556 21.9465 15.9946 26.3023 15.9946ZM26.2817 2.0674C29.479 2.0674 31.7084 4.51149 31.7084 8.01262C31.7084 11.5137 29.4739 13.9785 26.2817 13.9785C23.0895 13.9785 20.8292 11.5241 20.8292 8.01262C20.8292 4.50118 23.0226 2.0674 26.2817 2.0674Z' fill='%23231916'/%3E%3Cpath d='M63.7403 15.8509C68.7345 15.8509 70.9124 13.7369 71.9576 12.7211L72.0245 12.6025V6.80163H64.214V9.04977H69.1825V11.5093C68.1785 12.9789 66.4485 13.6595 63.7403 13.6595C60.4864 13.6595 58.5453 11.4475 58.5453 7.74007C58.5453 4.37301 60.8262 2.02174 64.0904 2.02174C66.2529 2.02174 68.3947 2.98597 70.6292 4.96599L71.1956 5.4713L71.2265 2.32596L71.072 2.22283C69.6922 1.28954 67.468 0.046875 64.1419 0.046875C58.7461 0.046875 55.2656 3.15612 55.2656 7.96695C55.2656 12.7778 58.8337 15.8509 63.7455 15.8509H63.7403Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9514'%3E%3Crect width='320' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type7 {
    flex-direction: column;
    gap: 1.23rem;
}
.brand-ci .cicombi-ico.type7 .symbol {
    width: 5.24rem;
    height: 5.07rem;
}
.brand-ci .cicombi-ico.type7 .logo {
    width: 18.33rem;
    height: 2.09rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 195 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9446)'%3E%3Cpath d='M26.0954 11.0923H0V8.98829H11.157V7.27138H3.78145C3.13417 7.27138 2.5891 7.06939 2.14623 6.66542C1.68632 6.27827 1.46488 5.7733 1.46488 5.20099V0.689899H24.6305V2.65929H4.95676V5.33565H24.6305V7.30505H14.9384V9.02196H26.0954V11.126V11.0923ZM1.31158 17.0174C1.31158 16.3272 1.61819 15.6876 2.23139 15.0816C2.8446 14.4757 3.67924 13.9539 4.73532 13.4994C5.7914 13.0449 7.03485 12.6914 8.46567 12.4221C9.89649 12.1528 11.4125 12.0181 13.0307 12.0181C14.6488 12.0181 16.1648 12.1528 17.5956 12.4221C19.0265 12.6914 20.2699 13.0449 21.326 13.4994C22.3821 13.9539 23.2167 14.4757 23.8299 15.0816C24.4431 15.6876 24.7497 16.3272 24.7497 17.0174C24.7497 17.7075 24.4431 18.364 23.8299 18.9699C23.2167 19.5759 22.3821 20.0977 21.326 20.5522C20.2699 21.0067 19.0265 21.3601 17.5956 21.6126C16.1648 21.8651 14.6488 21.9998 13.0307 21.9998C11.4125 21.9998 9.89649 21.8651 8.46567 21.6126C7.03485 21.3601 5.7914 21.0067 4.73532 20.5522C3.67924 20.0977 2.8446 19.5759 2.23139 18.9699C1.61819 18.364 1.31158 17.7075 1.31158 17.0174ZM21.1216 16.9669C21.1216 16.5461 20.9172 16.1589 20.4914 15.7886C20.0655 15.4183 19.4864 15.0816 18.771 14.7955C18.0385 14.5262 17.1868 14.2905 16.1989 14.1222C15.211 13.9707 14.1719 13.8865 13.0647 13.8865C11.9575 13.8865 10.9015 13.9707 9.93056 14.1222C8.94261 14.2905 8.09093 14.5093 7.35849 14.7955C6.62605 15.0816 6.04691 15.4015 5.62107 15.7886C5.19523 16.1589 4.99083 16.5629 4.99083 16.9669C4.99083 17.3708 5.19523 17.7917 5.62107 18.162C6.04691 18.5323 6.62605 18.8521 7.35849 19.1383C8.09093 19.4244 8.94261 19.6432 9.93056 19.7947C10.9185 19.963 11.9575 20.0304 13.0647 20.0304C14.1719 20.0304 15.228 19.9462 16.1989 19.7947C17.1868 19.6432 18.0385 19.4244 18.771 19.1383C19.5034 18.8521 20.0825 18.5323 20.4914 18.162C20.9172 17.7917 21.1216 17.3877 21.1216 16.9669ZM37.4227 20.5522C36.2303 20.5522 35.1061 20.2829 34.0841 19.7442C33.0451 19.2224 32.1423 18.4818 31.3758 17.5728C30.6093 16.6471 29.9961 15.5698 29.5362 14.3242C29.0933 13.0786 28.8719 11.7488 28.8719 10.3349C28.8719 8.92096 29.0933 7.5912 29.5362 6.36243C29.979 5.11683 30.5922 4.03956 31.3758 3.11377C32.1423 2.18799 33.0451 1.44736 34.0841 0.908721C35.1232 0.370083 36.2303 0.100764 37.4227 0.100764C38.615 0.100764 39.7052 0.370083 40.7442 0.908721C41.7833 1.44736 42.7031 2.18799 43.4696 3.11377C44.2531 4.03956 44.8493 5.11683 45.3092 6.36243C45.7521 7.5912 45.9735 8.93779 45.9735 10.3349C45.9735 11.732 45.7521 13.0786 45.3092 14.3242C44.8664 15.5698 44.2531 16.6471 43.4696 17.5728C42.7031 18.4986 41.7833 19.2224 40.7442 19.7442C39.7052 20.2829 38.598 20.5522 37.4227 20.5522ZM37.4227 2.17115C36.7073 2.17115 36.06 2.37314 35.4298 2.81079C34.7995 3.2316 34.2715 3.82073 33.8116 4.54453C33.3517 5.28516 32.994 6.14361 32.7214 7.13672C32.4489 8.12984 32.3126 9.19028 32.3126 10.3181C32.3126 11.4458 32.4489 12.5063 32.7214 13.4994C32.994 14.4925 33.3517 15.351 33.8116 16.0916C34.2715 16.8322 34.7995 17.4045 35.4298 17.8422C36.06 18.263 36.7073 18.4818 37.4227 18.4818C38.1381 18.4818 38.7854 18.263 39.3986 17.8422C40.0118 17.4213 40.5569 16.8322 40.9997 16.0916C41.4426 15.351 41.8173 14.4925 42.0899 13.4994C42.3624 12.5063 42.4987 11.4627 42.4987 10.3181C42.4987 9.17345 42.3624 8.12984 42.0899 7.13672C41.8173 6.14361 41.4596 5.28516 40.9997 4.54453C40.5569 3.82073 40.0118 3.2316 39.3986 2.81079C38.7854 2.37314 38.1211 2.17115 37.4227 2.17115ZM52.2759 21.1413H48.8011V0.35325H52.2759V7.15356H55.8871V9.67842H52.2759V21.1581V21.1413ZM65.6302 7.89418C64.7956 8.95463 63.8417 9.91408 62.7856 10.7725C61.7296 11.631 60.5883 12.2706 59.396 12.7251L58.3399 10.9409C59.4641 10.4864 60.452 9.82991 61.2867 8.97146C62.1213 8.11301 62.8027 7.20405 63.3307 6.21094C63.8587 5.21783 64.2505 4.22471 64.506 3.21477C64.7615 2.20482 64.8978 1.32953 64.8978 0.55524H68.7814C68.7814 1.19487 68.6792 1.85134 68.4919 2.57513C68.2875 3.29893 67.9979 4.02272 67.6402 4.78018C68.032 5.57131 68.5089 6.32877 69.071 7.0189C69.6331 7.72586 70.2974 8.39916 71.0469 9.00512C71.6771 8.39916 72.2052 7.70903 72.6821 6.9684C73.142 6.2446 73.5338 5.48714 73.8234 4.71285C74.13 3.93856 74.3514 3.21477 74.4877 2.49097C74.6239 1.78401 74.6921 1.12754 74.6921 0.55524H78.5757C78.5757 1.19487 78.4735 1.86817 78.2691 2.59196C78.0647 3.31576 77.7752 4.05639 77.3834 4.81385C77.9796 6.00895 78.7631 7.11989 79.751 8.12984C80.739 9.15662 81.9824 10.0487 83.4644 10.8399L82.4594 12.8093C81.778 12.5063 81.1137 12.1865 80.4494 11.8498C79.7851 11.4963 79.1378 11.1428 78.5246 10.7389C77.9114 10.3517 77.3323 9.91408 76.8042 9.44277C76.2762 8.97146 75.7993 8.46649 75.3734 7.91102C74.5218 8.95463 73.5679 9.91408 72.5118 10.7725C71.4557 11.631 70.3315 12.2706 69.1392 12.7083L68.1001 10.924C68.2875 10.8567 68.4919 10.7557 68.7133 10.6379C68.1342 10.2339 67.5721 9.81308 67.044 9.35861C66.516 8.90413 66.039 8.39916 65.6132 7.87735M73.0569 18.0273H83.9072V20.2997H58.6465V18.0273H69.4628V14.3578H73.0398V18.0273H73.0569ZM94.2807 13.3984C93.429 14.4925 92.407 15.4856 91.2317 16.3777C90.0563 17.2699 88.7448 17.9936 87.2628 18.566L86.2238 16.748C87.348 16.2936 88.353 15.6708 89.2558 14.8796C90.1415 14.0885 90.908 13.1627 91.5212 12.1528C92.1515 11.126 92.6114 10.0151 92.935 8.81997C93.2586 7.62486 93.4119 6.3961 93.4119 5.1505V0.572072H97.1934V5.16733C97.1934 6.80008 96.8698 8.41599 96.2395 9.99824C96.7335 11.2943 97.5511 12.5736 98.7094 13.8192C99.8677 15.0648 101.316 16.1589 103.053 17.1184L101.844 19.0878C101.213 18.7679 100.549 18.3976 99.8506 17.9936C99.1352 17.5728 98.4539 17.1184 97.7555 16.6302C97.0571 16.1421 96.4099 15.6203 95.7966 15.0816C95.1834 14.543 94.6724 13.9875 94.2636 13.4321M110.241 21.1581H106.766V0.35325H110.241V21.1581ZM138.687 20.3334H113.426V18.061H124.277V14.3915H127.854V18.061H138.67V20.3334H138.687ZM126.065 13.1291C124.464 13.1291 122.965 12.9607 121.568 12.6241C120.155 12.2875 118.928 11.8161 117.889 11.2102C116.833 10.6042 116.015 9.91408 115.402 9.12295C114.789 8.33183 114.499 7.47337 114.499 6.58125C114.499 5.68913 114.806 4.84751 115.402 4.03956C115.998 3.24843 116.833 2.54147 117.889 1.9355C118.945 1.32953 120.172 0.875056 121.568 0.521575C122.965 0.184926 124.464 0.0166016 126.065 0.0166016C127.666 0.0166016 129.165 0.201758 130.579 0.521575C131.976 0.858224 133.202 1.32953 134.258 1.9355C135.314 2.54147 136.132 3.24843 136.745 4.03956C137.358 4.84751 137.648 5.68913 137.648 6.58125C137.648 7.47337 137.341 8.33183 136.745 9.12295C136.132 9.93091 135.314 10.621 134.258 11.2102C133.202 11.8161 131.976 12.2875 130.579 12.6241C129.165 12.9776 127.666 13.1291 126.065 13.1291ZM126.065 2.08699C125.009 2.08699 124.004 2.20482 123.067 2.44047C122.131 2.67613 121.33 2.99594 120.632 3.39992C119.95 3.82073 119.405 4.29204 118.996 4.84751C118.588 5.38615 118.383 5.95845 118.383 6.58125C118.383 7.20405 118.588 7.77636 118.996 8.33183C119.405 8.8873 119.95 9.35861 120.632 9.76258C121.33 10.1666 122.131 10.4864 123.067 10.722C124.004 10.9577 124.992 11.0755 126.065 11.0755C127.138 11.0755 128.126 10.9745 129.063 10.722C130 10.4864 130.818 10.1666 131.499 9.76258C132.197 9.35861 132.742 8.8873 133.151 8.33183C133.56 7.77636 133.747 7.20405 133.747 6.58125C133.747 5.95845 133.543 5.38615 133.151 4.84751C132.742 4.29204 132.197 3.82073 131.499 3.39992C130.801 2.99594 129.983 2.67613 129.063 2.44047C128.126 2.22165 127.121 2.08699 126.065 2.08699ZM166.094 20.3334H141.464V18.061H159.502L160.814 3.29893H142.724V0.992883H161.12C161.614 0.976051 162.057 1.06021 162.466 1.22854C162.875 1.38003 163.232 1.61568 163.522 1.90183C163.812 2.20482 164.033 2.52464 164.186 2.89495C164.34 3.2821 164.391 3.66924 164.357 4.07322L163.011 18.0441H166.06V20.3165L166.094 20.3334ZM180.13 11.4795H168.854V9.61109H194.966V11.4795H183.69V13.6677H180.13V11.4795ZM190.026 3.56825V2.44047H170.335V0.572072H191.73C192.224 0.572072 192.632 0.723564 192.973 1.00972C193.314 1.3127 193.484 1.68301 193.484 2.10382V5.21783H173.93V6.46343H193.484V8.34866H172.192C171.681 8.34866 171.255 8.18034 170.898 7.86052C170.54 7.52387 170.352 7.13672 170.352 6.66542V3.55141H190.043L190.026 3.56825ZM173.793 12.6241V14.9301H190.026V12.6241H193.484V20.9562H172.192C171.681 20.9562 171.255 20.7878 170.898 20.468C170.54 20.1482 170.352 19.7442 170.352 19.3066V12.6241H173.81H173.793ZM173.793 19.0878H190.026V16.7985H173.793V19.0878Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9446'%3E%3Crect width='195' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type8 {
    flex-direction: column;
    gap: 1.11rem;
}
.brand-ci .cicombi-ico.type8 .symbol {
    width: 5.3rem;
    height: 5.13rem;
}
.brand-ci .cicombi-ico.type8 .logo {
    width: 18.14rem;
    height: 2.16rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 182 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9452)'%3E%3Cpath d='M8.13462 15.47C8.00601 16.268 7.79701 16.9519 7.49156 17.5544C7.20219 18.1406 6.84851 18.6454 6.4466 19.0688C6.0447 19.4759 5.61064 19.8179 5.12835 20.0947C4.66213 20.3553 4.17984 20.5833 3.69755 20.7298C2.57221 21.1044 1.33433 21.2672 0 21.2184V19.3457C1.07711 19.2805 1.94523 19.1177 2.60436 18.8409C3.26349 18.564 3.77793 18.2546 4.13161 17.8801C4.48529 17.5056 4.72644 17.0984 4.85505 16.6751C4.98366 16.2517 5.04796 15.8446 5.08012 15.47H2.9902C2.41145 15.47 1.96131 15.3886 1.63978 15.2258C1.31826 15.0629 1.09319 14.8838 0.932426 14.6721C0.78774 14.4604 0.691282 14.2813 0.675205 14.1021C0.643053 13.923 0.643053 13.8253 0.643053 13.7765V4.755H10.0477V3.28942H0V1.36788H10.0316V0H13.3755V1.36788H23.3267V3.28942H13.3755V4.755H22.748V13.8253C22.6998 14.265 22.5551 14.5907 22.3461 14.8187C22.121 15.0466 21.8799 15.2095 21.6226 15.3072C21.3333 15.4212 21.0117 15.47 20.642 15.47H18.2627C18.2627 15.8446 18.3431 16.2517 18.4717 16.6751C18.6003 17.0984 18.8414 17.5056 19.1951 17.8801C19.5488 18.2546 20.0472 18.5803 20.7063 18.8571C21.3654 19.134 22.2335 19.2968 23.3267 19.362V21.2346C21.9763 21.2998 20.7385 21.1532 19.6292 20.7624C19.1469 20.5996 18.6646 20.3879 18.1984 20.111C17.7322 19.8505 17.282 19.4922 16.8962 19.0851C16.4943 18.6617 16.1406 18.1569 15.8352 17.5544C15.5297 16.9682 15.3207 16.2679 15.2082 15.4537H13.3755V21.1695H10.0316V15.4537H8.13462V15.47ZM3.97085 9.2983H10.0316V6.3997H3.97085V9.2983ZM10.0316 10.9267H3.97085V13.809H10.0316V10.9267ZM13.3755 9.2983H19.4363V6.3997H13.3755V9.2983ZM13.3755 13.809H19.4363V10.9267H13.3755V13.809ZM48.5826 21.1858H26.5098V19.2317H31.59V15.8446H28.2943C27.8281 15.8446 27.4744 15.7631 27.2333 15.5677C26.9921 15.3886 26.8153 15.1932 26.7028 14.9815C26.5742 14.7372 26.5098 14.4604 26.5098 14.151V6.64397H31.59V3.25685H26.5098V1.33531H48.5826V3.28942H43.5025V6.67654H48.5826V14.1836C48.5826 14.493 48.5183 14.7698 48.3897 15.0141C48.2772 15.2258 48.1003 15.4212 47.8592 15.6003C47.6181 15.7794 47.2644 15.8771 46.7982 15.8771H43.5025V19.2642H48.5826V21.2184V21.1858ZM40.1586 14.1673H45.2388V8.33753H40.1586V3.27313H34.9178V8.33753H29.8376V14.1673H34.9178V19.2317H40.1586V14.1673ZM58.6786 9.02147C57.8747 10.0637 56.9745 11.0081 55.9456 11.8386C54.9328 12.6854 53.8557 13.3205 52.7142 13.7439L51.7336 11.9852C52.8107 11.5455 53.7431 10.9104 54.5309 10.0799C55.3186 9.24944 55.9777 8.35381 56.4761 7.37676C56.9745 6.3997 57.3603 5.42265 57.6015 4.4456C57.8587 3.46854 57.9712 2.60548 57.9712 1.87269H61.6688C61.6688 2.49149 61.5723 3.14286 61.3794 3.84308C61.1865 4.5433 60.9132 5.25981 60.5595 5.97631C60.9292 6.74167 61.3794 7.45818 61.9099 8.1584C62.4404 8.85862 63.0835 9.49371 63.7908 10.0962C64.3857 9.49371 64.9001 8.84234 65.3342 8.10955C65.7682 7.39304 66.138 6.66025 66.4273 5.92746C66.7167 5.19467 66.9257 4.46188 67.0704 3.76166C67.2151 3.06144 67.2794 2.42635 67.2794 1.87269H70.9769C70.9769 2.49149 70.8805 3.15914 70.6876 3.85936C70.4947 4.55959 70.2214 5.29238 69.8516 6.04145C70.4143 7.21392 71.1699 8.28867 72.1184 9.2983C73.0669 10.2916 74.2404 11.1873 75.6552 11.9363L74.6906 13.8416C74.0475 13.5485 73.4045 13.2391 72.7775 12.8971C72.1505 12.5551 71.5396 12.1969 70.9448 11.8224C70.366 11.4315 69.8034 11.0081 69.2889 10.5522C68.7745 10.0962 68.3243 9.6077 67.9224 9.07032C67.1186 10.0962 66.2184 11.0244 65.2056 11.8549C64.1927 12.6854 63.1317 13.3205 62.0064 13.7439L61.0257 11.9852C61.1222 11.9526 61.2186 11.9201 61.3151 11.8549C61.4115 11.8061 61.508 11.7572 61.6045 11.7084C61.0418 11.3175 60.5113 10.8942 59.9968 10.4545C59.4985 10.0148 59.0322 9.52628 58.6303 9.00518M65.72 18.9223H76.041V21.1695H51.9908V18.9223H62.3118V15.3723H65.72V18.9223ZM85.7029 14.3953C84.883 15.4863 83.9184 16.4634 82.8091 17.3264C81.6998 18.1895 80.4298 18.8897 79.0151 19.4271L78.0344 17.6684C79.1116 17.2287 80.0761 16.6099 80.9282 15.8283C81.7802 15.0466 82.4876 14.151 83.0824 13.1414C83.6612 12.148 84.1113 11.057 84.4167 9.88453C84.7222 8.71206 84.883 7.52332 84.883 6.302V1.90526H88.4841V6.36714C88.4841 7.99556 88.1786 9.55884 87.5677 11.0896C88.05 12.376 88.8377 13.6136 89.947 14.8187C91.0563 16.0237 92.4228 17.1147 94.0786 18.0429L92.905 19.9482C92.3102 19.6388 91.6832 19.2805 91.008 18.8734C90.3328 18.4663 89.6737 18.0266 89.0146 17.5544C88.3554 17.0822 87.7445 16.5774 87.1658 16.04C86.5871 15.5026 86.1048 14.9652 85.7189 14.4115M100.911 21.9837H97.6154V1.67728H100.911V22V21.9837ZM128.594 21.1858H104.544V18.9386H114.865V15.3886H118.273V18.9386H128.594V21.1858ZM116.569 14.1184C115.042 14.1184 113.611 13.9556 112.277 13.6136C110.943 13.2716 109.769 12.832 108.772 12.2457C107.776 11.6758 106.972 10.9919 106.409 10.2102C105.83 9.42857 105.541 8.59807 105.541 7.70244C105.541 6.80681 105.83 5.9926 106.409 5.22724C106.988 4.4456 107.776 3.76166 108.772 3.17543C109.769 2.58919 110.943 2.13323 112.277 1.79127C113.611 1.46558 115.042 1.30274 116.569 1.30274C118.097 1.30274 119.511 1.46558 120.862 1.79127C122.196 2.13323 123.37 2.58919 124.366 3.17543C125.363 3.76166 126.167 4.4456 126.73 5.22724C127.308 6.00888 127.598 6.83938 127.598 7.70244C127.598 8.56551 127.308 9.42857 126.73 10.2102C126.151 10.9919 125.363 11.6758 124.366 12.2457C123.37 12.8157 122.196 13.2716 120.862 13.6136C119.527 13.9393 118.097 14.1184 116.569 14.1184ZM116.569 3.35455C115.557 3.35455 114.608 3.46854 113.708 3.69652C112.824 3.9245 112.036 4.2339 111.393 4.64101C110.734 5.03183 110.219 5.50407 109.833 6.02517C109.448 6.54626 109.255 7.11621 109.255 7.71873C109.255 8.32124 109.448 8.90748 109.833 9.44486C110.219 9.96595 110.75 10.4382 111.393 10.829C112.052 11.2198 112.824 11.5455 113.708 11.7572C114.592 11.9852 115.541 12.0992 116.569 12.0992C117.598 12.0992 118.531 11.9852 119.415 11.7572C120.299 11.5292 121.087 11.2198 121.746 10.829C122.405 10.4219 122.936 9.96595 123.321 9.44486C123.707 8.92376 123.9 8.33753 123.9 7.71873C123.9 7.09993 123.707 6.56255 123.321 6.02517C122.936 5.50407 122.405 5.03183 121.746 4.64101C121.087 4.25018 120.299 3.94078 119.415 3.69652C118.531 3.46854 117.566 3.35455 116.569 3.35455ZM154.654 21.1858H131.199V18.9386H148.384L149.638 4.51073H132.388V2.26351H149.928C150.394 2.26351 150.812 2.34493 151.214 2.50777C151.6 2.67061 151.937 2.89859 152.227 3.17543C152.5 3.45226 152.725 3.77794 152.87 4.15248C153.014 4.52702 153.063 4.91784 153.047 5.32494L151.777 18.9386H154.67V21.1858H154.654ZM167.805 12.5226H157.05V10.6987H181.936V12.5226H171.181V14.6558H167.789V12.5226H167.805ZM177.225 4.82013V3.69652H158.464V1.87269H178.865C179.331 1.87269 179.717 2.01924 180.039 2.32865C180.36 2.63805 180.521 2.9963 180.521 3.41969V6.46484H161.889V7.68616H180.521V9.50999H160.217C159.734 9.50999 159.332 9.34715 158.979 9.03775C158.625 8.71206 158.464 8.33753 158.464 7.88157V4.83642H177.225V4.82013ZM160.217 21.7883C159.734 21.7883 159.332 21.6255 158.979 21.3161C158.625 20.9904 158.464 20.6158 158.464 20.1599V13.6462H161.76V15.8608H177.225V13.6462H180.521V21.7557H160.217V21.7883ZM161.76 19.9319H177.225V17.7172H161.76V19.9319Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9452'%3E%3Crect width='182' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type9 {
    flex-direction: column;
    gap: 1.16rem;
}
.brand-ci .cicombi-ico.type9 .symbol {
    width: 4.97rem;
    height: 4.81rem;
}
.brand-ci .cicombi-ico.type9 .logo {
    width: 28.3rem;
    height: 1.63rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 295 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9458)'%3E%3Cpath d='M1.98524 15.5745C1.43471 15.5745 0.950913 15.4011 0.567211 15.0543C0.18351 14.7075 0 14.2977 0 13.809V0.394227H8.44144C9.77606 0.394227 10.9772 0.567626 12.0616 0.914424C13.1293 1.26122 14.0468 1.76566 14.7975 2.3962C15.5483 3.0425 16.1155 3.83068 16.5325 4.74497C16.9329 5.65925 17.1331 6.69965 17.1331 7.85039C17.1331 8.93807 16.9329 9.93117 16.5492 10.8297C16.1655 11.744 15.615 12.5322 14.9143 13.21C14.2137 13.8878 13.3628 14.4238 12.3619 14.8336C11.3609 15.2435 10.2765 15.4799 9.07538 15.5588H1.98524V15.5745ZM3.45332 13.5568H8.39139C10.093 13.5568 11.3943 13.0681 12.2951 12.1065C13.196 11.145 13.6464 9.74201 13.6464 7.89768C13.6464 6.05334 13.196 4.76073 12.2951 3.81492C11.3943 2.8691 10.0763 2.3962 8.35803 2.3962H3.45332V13.541V13.5568ZM27.8434 15.9844C26.709 15.9844 25.5746 15.8267 24.4568 15.5272C23.3391 15.212 22.3548 14.7391 21.4873 14.0927C20.6031 13.4464 19.9024 12.6267 19.3853 11.6336C18.8514 10.6405 18.5845 9.45827 18.5845 8.08684C18.5845 6.87305 18.8014 5.78536 19.2518 4.79226C19.6856 3.79915 20.3195 2.94792 21.137 2.23856C21.9544 1.5292 22.922 0.977478 24.0564 0.599153C25.1909 0.220828 26.4587 0.0159021 27.8434 0.0159021C29.2281 0.0159021 30.4626 0.205065 31.5803 0.599153C32.7148 0.977478 33.699 1.5292 34.5165 2.23856C35.3339 2.93216 35.9679 3.78339 36.4183 4.74497C36.8687 5.72231 37.1023 6.79423 37.1023 7.96073C37.1023 9.12723 36.8854 10.2307 36.4183 11.208C35.9679 12.2011 35.3339 13.0524 34.5165 13.746C33.699 14.4553 32.7148 15.007 31.5803 15.4011C30.4459 15.7952 29.1947 16.0001 27.8434 16.0001M27.8267 2.06516C26.9592 2.06516 26.1751 2.20704 25.4745 2.50654C24.7571 2.79029 24.1565 3.20014 23.6561 3.72034C23.1556 4.24053 22.7552 4.87107 22.4716 5.5962C22.188 6.32132 22.0545 7.14103 22.0545 8.02378C22.0545 8.90654 22.188 9.69472 22.4716 10.4356C22.7552 11.1607 23.1389 11.7913 23.6561 12.3115C24.1732 12.8474 24.7738 13.2573 25.4911 13.541C26.1918 13.8405 26.9759 13.9824 27.8267 13.9824C28.6775 13.9824 29.4449 13.8405 30.1623 13.541C30.863 13.2573 31.4802 12.8317 31.9807 12.3115C32.4812 11.7913 32.8816 11.1607 33.1652 10.4356C33.4488 9.71048 33.5823 8.90654 33.5823 8.02378C33.5823 7.14103 33.4488 6.33708 33.1652 5.61196C32.8816 4.88684 32.4979 4.2563 31.9807 3.72034C31.4802 3.20014 30.8797 2.79029 30.1623 2.49078C29.4449 2.20704 28.6775 2.0494 27.8267 2.0494M42.6743 15.5745H39.2711V0.394227H42.4408L42.4908 0.441518L52.2001 10.7824C52.3503 10.9243 52.4837 11.0661 52.6172 11.208C52.7507 11.3499 52.8674 11.476 52.9675 11.6021C52.9675 11.3814 52.9342 11.145 52.9342 10.877C52.9342 10.609 52.9342 10.341 52.9342 10.073V0.425754H56.3541V15.5903H53.1677L42.7577 4.24053C42.7577 4.24053 42.7077 4.19324 42.691 4.17748C42.691 4.14595 42.6576 4.13019 42.6243 4.11442C42.6243 4.33511 42.641 4.57157 42.6576 4.83955C42.6576 5.10753 42.6576 5.37551 42.6576 5.62772V15.5745H42.6743ZM67.5148 15.8267C66.2136 15.8267 64.9958 15.6376 63.9114 15.2435C62.8103 14.8494 61.8761 14.3134 61.0753 13.6041C60.2746 12.9105 59.6573 12.075 59.2069 11.1134C58.7564 10.1361 58.5396 9.07994 58.5396 7.94497C58.5396 6.80999 58.7564 5.65925 59.2069 4.68191C59.6406 3.70457 60.2912 2.8691 61.1087 2.19127C61.9261 1.51344 62.9104 0.977478 64.0782 0.599153C65.2293 0.236592 66.5306 0.0316656 67.9653 0.0316656C68.8328 0.0316656 69.6502 0.0947198 70.3843 0.252355C71.1183 0.394227 71.8023 0.567626 72.4029 0.788316C73.0201 0.993242 73.554 1.2297 74.0378 1.48191C74.5216 1.73413 74.9386 1.97058 75.3057 2.20704L75.4725 2.31738V5.45433L74.8385 4.94989C73.6374 3.95679 72.4696 3.2159 71.3352 2.743C70.2008 2.25433 69.0663 2.01787 67.8985 2.01787C67.0477 2.01787 66.247 2.15974 65.5296 2.44349C64.8122 2.72723 64.1783 3.12132 63.6611 3.62575C63.144 4.13019 62.7436 4.7292 62.46 5.43856C62.1764 6.14792 62.0429 6.90457 62.0429 7.74004C62.0429 8.67009 62.1764 9.50556 62.4099 10.2149C62.6602 10.94 63.0272 11.5706 63.4943 12.075C63.9614 12.5794 64.5453 12.9735 65.2293 13.2415C65.9133 13.5095 66.6807 13.6514 67.5482 13.6514C68.9829 13.6514 70.1841 13.478 71.1183 13.1312C72.0525 12.7844 72.7866 12.2327 73.3204 11.5075V9.03265H68.0654V6.79423H76.3567V12.5952L76.2733 12.7056C76.0063 12.9735 75.6393 13.273 75.1889 13.6198C74.7384 13.9666 74.1712 14.3134 73.4872 14.6445C72.8033 14.9755 71.9858 15.2593 71.0182 15.4799C70.0506 15.7164 68.8995 15.8267 67.5816 15.8267M85.9325 8.90654H79.4763V6.7627H85.9325V8.90654ZM89.4025 15.5588H85.9492L93.1895 0.331173H97.3935L97.4436 0.425754L104.634 15.5745H100.914L99.0952 11.6179H91.1709L89.3525 15.5745L89.4025 15.5588ZM92.2219 9.4425H98.1276L96.0923 4.50851C96.0256 4.3824 95.9421 4.20901 95.8587 4.00408C95.7753 3.79915 95.6919 3.57846 95.6085 3.3893C95.5584 3.26319 95.5084 3.13708 95.4584 3.01098C95.4083 2.88487 95.3583 2.77452 95.3082 2.66418C95.2582 2.79029 95.1914 2.90063 95.1414 3.0425C95.0913 3.16861 95.0413 3.31048 94.9745 3.45236L94.9412 3.51541C94.8077 3.87797 94.6743 4.19324 94.5241 4.46122L92.2386 9.42674L92.2219 9.4425ZM119.531 13.541C122.668 13.541 124.236 12.8632 124.236 11.5075C124.236 11.2238 124.153 10.9873 123.952 10.7982C123.769 10.609 123.469 10.4198 123.068 10.2464C122.668 10.073 122.151 9.89965 121.5 9.71048C120.849 9.52132 120.065 9.31639 119.164 9.07994L118.564 8.92231C118.464 8.89078 118.364 8.87502 118.23 8.84349C118.097 8.81196 117.963 8.78043 117.813 8.74891C117.429 8.67009 116.996 8.57551 116.495 8.4494C115.995 8.32329 115.478 8.18142 114.944 8.00802C114.427 7.83462 113.909 7.64546 113.392 7.40901C112.892 7.17255 112.441 6.90457 112.041 6.5893C111.641 6.27403 111.324 5.91147 111.073 5.51738C110.823 5.12329 110.706 4.66615 110.706 4.16172C110.706 3.5627 110.89 3.01098 111.257 2.52231C111.624 2.03364 112.158 1.62378 112.858 1.27699C113.559 0.930188 114.393 0.677971 115.394 0.504572C116.395 0.331173 117.513 0.236592 118.747 0.236592C119.698 0.236592 120.616 0.315409 121.483 0.488808C122.351 0.646444 123.135 0.85137 123.802 1.07206C124.486 1.29275 125.053 1.5292 125.521 1.73413C125.988 1.95482 126.305 2.11245 126.455 2.2228H126.522L126.555 2.31738V2.45925L126.572 5.26516L126.121 4.87107C125.07 3.98832 123.919 3.29472 122.684 2.83758C121.45 2.36467 120.165 2.12822 118.847 2.12822H118.747C117.363 2.12822 116.295 2.28585 115.561 2.63265C114.844 2.96369 114.477 3.45235 114.477 4.0829C114.477 4.41393 114.593 4.71344 114.844 4.96566C115.094 5.21787 115.444 5.43856 115.895 5.64349C116.345 5.84841 116.896 6.05334 117.546 6.22674C118.18 6.4159 118.898 6.62083 119.665 6.82575C119.898 6.88881 120.132 6.95186 120.366 7.03068C120.599 7.09373 120.849 7.17255 121.116 7.23561L121.917 7.47206C122.768 7.70851 123.552 7.9292 124.303 8.16566C125.037 8.38634 125.687 8.65433 126.238 8.95383C126.788 9.25334 127.222 9.60014 127.522 9.99423C127.839 10.3883 127.99 10.877 127.99 11.4602C127.99 12.8001 127.256 13.8405 125.754 14.5657C124.269 15.2908 122.167 15.6533 119.465 15.6533C118.464 15.6533 117.53 15.5903 116.629 15.4642C115.728 15.3223 114.894 15.1489 114.143 14.9282C113.376 14.7075 112.708 14.4395 112.124 14.1558C111.54 13.8721 111.057 13.5726 110.673 13.273L110.406 13.0208L112.174 11.1923L112.441 11.3972C112.792 11.7282 113.242 12.0277 113.743 12.2957C114.26 12.5637 114.827 12.7844 115.444 12.9893C116.061 13.1785 116.729 13.3203 117.413 13.4307C118.113 13.541 118.814 13.5883 119.515 13.5883M138.667 16.0159C137.515 16.0159 136.398 15.8583 135.28 15.5588C134.179 15.2435 133.178 14.7706 132.294 14.1243C131.426 13.478 130.726 12.6583 130.192 11.6652C129.658 10.6721 129.391 9.48979 129.391 8.11837C129.391 6.90457 129.608 5.81689 130.058 4.82378C130.509 3.83068 131.126 2.97945 131.943 2.27009C132.761 1.56073 133.728 1.00901 134.88 0.63068C136.014 0.252355 137.282 0.0474292 138.667 0.0474292C140.051 0.0474292 141.286 0.236592 142.403 0.63068C143.538 1.00901 144.522 1.56073 145.323 2.27009C146.14 2.96369 146.774 3.81492 147.225 4.77649C147.675 5.75383 147.892 6.82575 147.892 7.99226C147.892 9.15876 147.675 10.2622 147.225 11.2395C146.774 12.2327 146.14 13.0839 145.323 13.7775C144.505 14.4868 143.538 15.0386 142.403 15.4327C141.286 15.8267 140.035 16.0317 138.667 16.0317M138.65 2.09669C137.799 2.09669 137.015 2.23856 136.298 2.53807C135.58 2.82181 134.98 3.23167 134.479 3.75186C133.979 4.27206 133.578 4.9026 133.311 5.62772C133.028 6.35285 132.894 7.17255 132.894 8.05531C132.894 8.93807 133.044 9.72625 133.311 10.4671C133.595 11.1923 133.979 11.8228 134.496 12.343C134.996 12.879 135.614 13.2888 136.331 13.5726C137.048 13.8721 137.816 14.0139 138.667 14.0139C139.517 14.0139 140.285 13.8721 141.002 13.5726C141.719 13.2888 142.32 12.8632 142.837 12.343C143.354 11.8228 143.755 11.1923 144.022 10.4671C144.305 9.74201 144.439 8.93807 144.439 8.05531C144.439 7.17255 144.305 6.36861 144.022 5.64349C143.738 4.91837 143.354 4.28782 142.837 3.75186C142.337 3.23167 141.719 2.82181 141.002 2.52231C140.301 2.23856 139.517 2.08093 138.667 2.08093M158.702 15.8583C157.351 15.8583 156.117 15.6691 154.965 15.275C153.831 14.8809 152.847 14.345 152.013 13.6356C151.179 12.942 150.528 12.1065 150.061 11.145C149.594 10.1676 149.36 9.11147 149.36 7.97649C149.36 6.84152 149.594 5.69078 150.044 4.71344C150.495 3.7361 151.162 2.90063 152.013 2.2228C152.863 1.54497 153.881 1.00901 155.082 0.63068C156.267 0.268119 157.601 0.0631927 159.086 0.0631927C159.904 0.0631927 160.671 0.126247 161.405 0.268119C162.122 0.394227 162.79 0.58339 163.39 0.804079C163.991 1.02477 164.525 1.26122 164.992 1.54497C165.459 1.82871 165.843 2.09669 166.16 2.3962L166.21 2.42772V5.58043L165.926 5.2494C165.025 4.27206 163.974 3.53117 162.756 2.97945C161.555 2.42772 160.304 2.15974 159.019 2.15974C158.102 2.15974 157.268 2.30162 156.517 2.5696C155.75 2.85334 155.099 3.23167 154.565 3.72034C154.015 4.20901 153.598 4.80802 153.297 5.48585C152.997 6.17945 152.847 6.9361 152.847 7.7558C152.847 8.76467 153.014 9.63167 153.347 10.341C153.681 11.0661 154.131 11.6652 154.682 12.1381C155.232 12.611 155.866 12.9578 156.567 13.1942C157.268 13.4149 157.985 13.5253 158.719 13.5253C161.438 13.5253 163.307 12.8159 164.324 11.3972L164.408 11.3026L167.211 12.4849L167.06 12.7056C166.794 12.9735 166.427 13.273 165.993 13.6198C165.542 13.9666 164.992 14.3134 164.324 14.6445C163.657 14.9755 162.873 15.2593 161.939 15.4799C161.021 15.7164 159.937 15.8267 158.702 15.8267M172.833 15.5588H169.379V0.394227H172.833V15.5745V15.5588ZM184.444 15.9844C183.293 15.9844 182.158 15.8267 181.057 15.5272C179.956 15.212 178.955 14.7391 178.088 14.0927C177.22 13.4464 176.52 12.6267 175.986 11.6336C175.452 10.6405 175.185 9.45827 175.185 8.08684C175.185 6.87305 175.402 5.78536 175.852 4.79226C176.303 3.79915 176.92 2.94792 177.737 2.23856C178.555 1.5292 179.522 0.977478 180.657 0.599153C181.791 0.220828 183.059 0.0159021 184.46 0.0159021C185.862 0.0159021 187.08 0.205065 188.197 0.599153C189.332 0.977478 190.299 1.5292 191.117 2.23856C191.934 2.93216 192.568 3.78339 193.019 4.74497C193.469 5.72231 193.703 6.79423 193.703 7.96073C193.703 9.12723 193.486 10.2307 193.019 11.208C192.568 12.2011 191.934 13.0524 191.117 13.746C190.299 14.4553 189.315 15.007 188.197 15.4011C187.063 15.7952 185.812 16.0001 184.46 16.0001M184.444 2.06516C183.576 2.06516 182.792 2.20704 182.092 2.50654C181.374 2.79029 180.774 3.20014 180.273 3.72034C179.773 4.24053 179.372 4.87107 179.105 5.5962C178.822 6.32132 178.688 7.14103 178.688 8.02378C178.688 8.90654 178.822 9.69472 179.105 10.4356C179.389 11.1607 179.773 11.7913 180.29 12.3115C180.807 12.8474 181.408 13.2573 182.125 13.541C182.826 13.8405 183.61 13.9824 184.46 13.9824C185.311 13.9824 186.079 13.8405 186.796 13.541C187.513 13.2573 188.114 12.8317 188.631 12.3115C189.148 11.7913 189.549 11.1607 189.816 10.4356C190.099 9.71048 190.233 8.90654 190.233 8.02378C190.233 7.14103 190.099 6.33708 189.816 5.61196C189.532 4.88684 189.132 4.2563 188.631 3.72034C188.131 3.20014 187.513 2.79029 186.796 2.49078C186.095 2.20704 185.311 2.0494 184.46 2.0494M209.568 15.8267C208.25 15.8267 207.049 15.6376 205.964 15.2435C204.863 14.8494 203.913 14.3134 203.128 13.6041C202.328 12.9105 201.694 12.075 201.26 11.1134C200.81 10.1361 200.593 9.07994 200.593 7.94497C200.593 6.80999 200.81 5.65925 201.26 4.68191C201.694 3.70457 202.344 2.8691 203.162 2.17551C203.979 1.48191 204.98 0.961715 206.131 0.58339C207.299 0.205065 208.584 0.0159021 210.018 0.0159021C210.886 0.0159021 211.687 0.0789563 212.437 0.220828C213.188 0.3627 213.855 0.536099 214.456 0.756789C215.057 0.977478 215.59 1.19817 216.074 1.46615C216.558 1.73413 216.992 1.97058 217.359 2.20704L217.526 2.30162L217.476 5.45433L216.875 4.94989C215.674 3.94103 214.506 3.20014 213.372 2.72723C212.237 2.25433 211.086 2.01787 209.935 2.01787C209.084 2.01787 208.283 2.15974 207.566 2.42772C206.849 2.71147 206.215 3.08979 205.698 3.59423C205.18 4.09866 204.763 4.69768 204.48 5.40703C204.196 6.10063 204.046 6.88881 204.046 7.70851C204.046 8.63856 204.179 9.47403 204.43 10.1992C204.68 10.94 205.047 11.5548 205.514 12.075C205.981 12.5794 206.565 12.9735 207.249 13.2415C207.933 13.5095 208.717 13.6514 209.568 13.6514C211.019 13.6514 212.204 13.478 213.138 13.1154C214.072 12.7686 214.806 12.2169 215.34 11.476V9.01689H210.085V6.77846H218.376V12.5794L218.293 12.6898C218.026 12.9578 217.659 13.2573 217.209 13.6041C216.758 13.9509 216.191 14.2977 215.507 14.6287C214.823 14.9597 213.989 15.2435 213.021 15.4642C212.054 15.6849 210.903 15.811 209.585 15.811M224.315 15.543H220.895V0.394227H231.906C232.74 0.394227 233.524 0.520336 234.242 0.741025C234.942 0.961715 235.56 1.29275 236.077 1.71837C236.594 2.12822 236.978 2.63265 237.261 3.2159C237.545 3.79915 237.678 4.44546 237.678 5.12329C237.678 5.58043 237.595 6.03758 237.411 6.51048C237.228 6.98339 236.961 7.42477 236.594 7.83462C236.244 8.24447 235.776 8.59127 235.209 8.89078C234.642 9.20605 233.991 9.41098 233.241 9.52132C233.491 9.71048 233.825 10.0258 234.258 10.4356C234.692 10.8612 235.143 11.3341 235.61 11.8543C236.077 12.3903 236.544 12.942 236.994 13.5253C237.445 14.1085 237.828 14.676 238.145 15.212L238.329 15.543H234.892L234.809 15.4484C234.342 14.8021 233.858 14.1873 233.357 13.5883C232.857 12.9893 232.373 12.4533 231.923 11.9647C231.472 11.476 231.072 11.0819 230.688 10.7509C230.321 10.4198 230.038 10.1992 229.837 10.1046H224.315V15.5588V15.543ZM224.315 7.91344H229.837C230.638 7.91344 231.322 7.83462 231.873 7.72428C232.44 7.61393 232.89 7.4563 233.241 7.23561C233.591 7.01492 233.858 6.73117 234.008 6.38438C234.158 6.03758 234.242 5.64349 234.242 5.15482C234.242 3.40506 233.408 2.52231 231.706 2.52231H224.299V7.89768L224.315 7.91344ZM248.205 15.9686C247.054 15.9686 245.92 15.811 244.802 15.5115C243.701 15.1962 242.7 14.7233 241.832 14.077C240.965 13.4307 240.264 12.611 239.73 11.6179C239.196 10.6248 238.929 9.4425 238.929 8.07107C238.929 6.85728 239.146 5.75383 239.597 4.76073C240.047 3.76763 240.664 2.91639 241.482 2.20704C242.299 1.49768 243.284 0.945951 244.418 0.567626C245.552 0.189301 246.82 -0.015625 248.205 -0.015625C249.59 -0.015625 250.808 0.173538 251.959 0.567626C253.093 0.945951 254.061 1.49768 254.878 2.20704C255.696 2.91639 256.33 3.75186 256.78 4.7292C257.23 5.70654 257.447 6.77846 257.447 7.96073C257.447 9.143 257.23 10.2307 256.78 11.208C256.33 12.2011 255.696 13.0524 254.878 13.746C254.061 14.4553 253.076 15.007 251.959 15.4011C250.824 15.7952 249.573 16.0001 248.205 16.0001M248.172 2.06516C247.321 2.06516 246.537 2.20704 245.819 2.49078C245.119 2.77452 244.501 3.16861 244.001 3.68881C243.501 4.20901 243.1 4.83955 242.817 5.56467C242.533 6.28979 242.399 7.1095 242.399 7.99226C242.399 8.87502 242.55 9.66319 242.817 10.4041C243.1 11.145 243.501 11.7755 244.001 12.2957C244.518 12.8317 245.119 13.2415 245.836 13.5253C246.537 13.8248 247.321 13.9666 248.172 13.9666C249.022 13.9666 249.79 13.8248 250.507 13.5253C251.208 13.2415 251.825 12.8159 252.342 12.2957C252.843 11.7755 253.243 11.145 253.527 10.4041C253.81 9.67896 253.944 8.87502 253.944 7.99226C253.944 7.1095 253.81 6.30556 253.527 5.58043C253.243 4.85531 252.86 4.22477 252.342 3.70457C251.825 3.18437 251.208 2.77452 250.507 2.49078C249.807 2.20704 249.022 2.0494 248.172 2.0494M267.874 15.9528C266.723 15.9528 265.655 15.811 264.654 15.543C263.653 15.2593 262.769 14.8336 262.035 14.2189C261.284 13.6198 260.7 12.8317 260.283 11.8701C259.85 10.9085 259.633 9.74201 259.633 8.38635V0.346937H263.103V8.6228C263.103 9.50556 263.186 10.278 263.37 10.94C263.553 11.6021 263.82 12.1696 264.204 12.611C264.587 13.0681 265.071 13.3992 265.672 13.6198C266.272 13.8405 266.99 13.9509 267.841 13.9509C269.526 13.9509 270.743 13.5095 271.477 12.611C272.211 11.7125 272.562 10.3883 272.562 8.6228V0.346937H276.082V8.26024C276.082 9.4425 275.915 10.5144 275.565 11.4602C275.214 12.4218 274.697 13.2258 274.013 13.8878C273.329 14.5499 272.478 15.0701 271.444 15.4169C270.426 15.7794 269.225 15.9686 267.857 15.9686M281.671 15.606H278.267V0.394227H289.495C291.28 0.394227 292.664 0.835607 293.632 1.71837C294.616 2.60112 295.1 3.84644 295.1 5.47009C295.1 6.10063 295 6.73117 294.783 7.34595C294.566 7.96073 294.233 8.52822 293.749 9.01689C293.265 9.52132 292.648 9.91541 291.897 10.2307C291.13 10.546 290.195 10.6878 289.078 10.6878H281.671V15.5745V15.606ZM281.671 8.55974H289.361C289.845 8.55974 290.262 8.46516 290.596 8.29176C290.929 8.1026 291.196 7.86615 291.397 7.5824C291.613 7.2829 291.747 6.95186 291.83 6.57354C291.914 6.19521 291.964 5.81689 291.964 5.45433C291.964 5.09176 291.914 4.74497 291.814 4.39817C291.714 4.05137 291.547 3.7361 291.346 3.46812C291.13 3.20014 290.846 2.97945 290.512 2.80605C290.179 2.63265 289.778 2.55383 289.311 2.55383H281.654V8.55974H281.671Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9458'%3E%3Crect width='295' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type10 {
    flex-direction: column;
    gap: 1.13rem;
}
.brand-ci .cicombi-ico.type10 .symbol {
    width: 5.24rem;
    height: 5.07rem;
}
.brand-ci .cicombi-ico.type10 .logo {
    width: 20.94rem;
    height: 2.2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 209 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9466)'%3E%3Cpath d='M162.381 11.3099H176V9.33112H163.461V3.79319H176V1.81445H160.203V9.33112C160.203 10.4248 161.175 11.3099 162.375 11.3099H162.381Z' fill='%23231916'/%3E%3Cpath d='M182.313 1.42285H179.055V11.7022H182.313V1.42285Z' fill='%23231916'/%3E%3Cpath d='M172.447 12.5107C166.903 12.5107 162.414 14.6349 162.414 17.2521C162.414 19.8694 166.903 21.9935 172.447 21.9935C177.99 21.9935 182.479 19.8694 182.479 17.2521C182.479 14.6349 177.99 12.5107 172.447 12.5107ZM172.447 20.1222C168.81 20.1222 165.861 18.8199 165.861 17.2079C165.861 15.5958 168.81 14.2935 172.447 14.2935C176.083 14.2935 179.032 15.6021 179.032 17.2079C179.032 18.8136 176.083 20.1222 172.447 20.1222Z' fill='%23231916'/%3E%3Cpath d='M208.994 18.2324H185.305V20.4071H208.994V18.2324Z' fill='%23231916'/%3E%3Cpath d='M157.212 10.9874H146.649V9.99483C151.864 9.72931 155.86 8.25 155.86 6.46092C155.86 5.50632 154.718 4.64023 152.861 3.9954H156.037V2.31379H146.75V0H143.195V2.32012H133.926V4.00172H137.089C135.233 4.64023 134.09 5.51264 134.09 6.46724C134.09 8.25632 138.081 9.73563 143.29 10.0011V10.9937H132.727V12.7701H157.205V10.9937L157.212 10.9874ZM137.696 6.32184C137.696 5.17126 140.953 4.23563 144.969 4.23563C148.985 4.23563 152.243 5.17126 152.243 6.32184C152.243 7.47241 148.985 8.40805 144.969 8.40805C140.953 8.40805 137.696 7.47241 137.696 6.32184Z' fill='%23231916'/%3E%3Cpath d='M155.837 19.4081H137.476V18.2196H155.83V15.2547C155.83 14.4392 155.098 13.7754 154.201 13.7754H134.117V15.5518H152.572V16.6392H134.117V19.5978C134.117 20.4702 134.9 21.1846 135.853 21.1846H155.83V19.4081H155.837Z' fill='%23231916'/%3E%3Cpath d='M196.412 9.22349C199.253 12.3844 203.338 14.0281 207.392 15.4948L208.219 13.5034C204.153 12.0114 199.979 8.94533 198.495 6.07521C199.184 4.67809 199.644 3.16085 199.828 1.53613H195.995C195.307 7.13096 191.184 11.531 185.969 13.5034L186.796 15.4948C190.603 14.1545 194.019 12.0367 196.412 9.22349Z' fill='%23231916'/%3E%3Cpath d='M49.0548 10.2671H52.4327V7.89642H49.0548V1.42285H45.7969V21.1912H49.0548V10.2671Z' fill='%23231916'/%3E%3Cpath d='M35.103 20.6218C39.5353 20.6218 43.1278 16.266 43.1278 10.8988C43.1278 5.53153 39.5353 1.17578 35.103 1.17578C30.6707 1.17578 27.0781 5.53153 27.0781 10.8988C27.0781 16.266 30.6707 20.6218 35.103 20.6218ZM35.103 3.14187C37.7422 3.14187 39.8762 6.61256 39.8762 10.8988C39.8762 15.185 37.7358 18.6557 35.103 18.6557C32.4701 18.6557 30.3297 15.185 30.3297 10.8988C30.3297 6.61256 32.4701 3.14187 35.103 3.14187Z' fill='%23231916'/%3E%3Cpath d='M24.4787 9.6468H14.0167V8.00312H23.1023V6.12553H4.64697V3.59048H23.1086V1.71289H1.38904V6.02438C1.38904 7.11806 2.36137 8.00312 3.56099 8.00312H10.4683V9.64048H0V11.6192H24.4787V9.64048V9.6468Z' fill='%23231916'/%3E%3Cpath d='M65.2043 14.7676V18.2319H55.0391V20.4067H78.7285V18.2319H68.5633V14.7676H65.2043Z' fill='%23231916'/%3E%3Cpath d='M130.135 18.2319H119.97V14.7676H116.617V18.2319H106.445V20.4067H130.135V18.2319Z' fill='%23231916'/%3E%3Cpath d='M107.438 7.31485C107.438 10.7603 112.299 13.5482 118.297 13.5482C124.295 13.5482 129.157 10.7539 129.157 7.31485C129.157 3.87577 124.295 1.0752 118.297 1.0752C112.299 1.0752 107.438 3.86945 107.438 7.31485ZM125.508 7.31485C125.508 9.66658 122.281 11.5758 118.297 11.5758C114.313 11.5758 111.087 9.66658 111.087 7.31485C111.087 4.96313 114.313 3.05393 118.297 3.05393C122.281 3.05393 125.508 4.96313 125.508 7.31485Z' fill='%23231916'/%3E%3Cpath d='M1.23438 17.2521C1.23438 19.8757 6.16547 21.9935 12.252 21.9935C18.3385 21.9935 23.2696 19.8694 23.2696 17.2521C23.2696 14.6349 18.3385 12.5107 12.252 12.5107C6.16547 12.5107 1.23438 14.6286 1.23438 17.2521ZM19.8159 17.2015C19.8159 18.8073 16.4254 20.1159 12.252 20.1159C8.07855 20.1159 4.68172 18.8136 4.68172 17.2015C4.68172 15.5895 8.07224 14.2872 12.252 14.2872C16.4317 14.2872 19.8159 15.5958 19.8159 17.2015Z' fill='%23231916'/%3E%3Cpath d='M61.5849 8.5912C62.3615 9.6027 63.3717 10.4625 64.4955 11.2148C64.3061 11.3096 64.1167 11.4044 63.921 11.4866L64.8933 13.1935C67.1031 12.3527 69.1551 10.6268 70.721 8.63546C72.2805 10.6964 74.8249 12.1694 77.3568 13.2757L78.3165 11.4107C75.5321 9.9504 73.6885 7.94005 72.6025 5.67684C73.3096 4.2481 73.7137 2.83201 73.7137 1.63086H70.0643C70.0643 3.80557 68.991 7.32051 66.6422 9.65959C65.2216 8.48373 64.1672 7.11822 63.4474 5.63258C64.1356 4.21649 64.5334 2.81937 64.5334 1.63086H60.8777C60.8777 4.51362 58.9962 9.76074 54.7344 11.4803L55.7067 13.1872C57.9292 12.3401 60.0001 10.5889 61.5786 8.58488L61.5849 8.5912Z' fill='%23231916'/%3E%3Cpath d='M103.453 1.42285H100.195V21.1912H103.453V1.42285Z' fill='%23231916'/%3E%3Cpath d='M88.4795 13.8262C90.0011 15.9756 93.2401 18.0176 95.5636 19.2124L96.7191 17.3475C93.499 15.5394 91.245 13.0549 90.3168 10.5768C90.8977 9.09747 91.2134 7.54229 91.2134 5.98712V1.6377H87.6587V5.98712C87.6587 10.7222 85.1837 15.3055 80.9219 17.0251L81.8942 18.7319C84.6597 17.6762 86.8884 15.9314 88.4795 13.8262Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9466'%3E%3Crect width='209' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type11 {
    flex-direction: column;
    gap: 1.1rem;
}
.brand-ci .cicombi-ico.type11 .symbol {
    width: 5.24rem;
    height: 5.07rem;
}
.brand-ci .cicombi-ico.type11 .logo {
    width: 20.62rem;
    height: 2.22rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 206 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9488)'%3E%3Cpath d='M173.196 9.33328H160.644V3.79376H173.196V1.81445H157.383V9.33328C157.383 10.4273 158.356 11.3126 159.557 11.3126H173.19V9.33328H173.196Z' fill='%23231916'/%3E%3Cpath d='M179.519 1.42285H176.258V11.7051H179.519V1.42285Z' fill='%23231916'/%3E%3Cpath d='M169.637 12.5146C164.088 12.5146 159.594 14.6394 159.594 17.2574C159.594 19.8754 164.088 22.0001 169.637 22.0001C175.186 22.0001 179.68 19.8754 179.68 17.2574C179.68 14.6394 175.186 12.5146 169.637 12.5146ZM169.637 20.1283C165.996 20.1283 163.045 18.8193 163.045 17.2131C163.045 15.6069 165.996 14.2979 169.637 14.2979C173.277 14.2979 176.229 15.6069 176.229 17.2131C176.229 18.8193 173.277 20.1283 169.637 20.1283Z' fill='%23231916'/%3E%3Cpath d='M116.569 14.7725H113.213V18.2378H103.031V20.4132H126.745V18.2378H116.569V14.7725Z' fill='%23231916'/%3E%3Cpath d='M125.766 7.31664C125.766 3.87025 120.899 1.0752 114.894 1.0752C108.89 1.0752 104.023 3.87025 104.023 7.31664C104.023 10.763 108.89 13.5518 114.894 13.5518C120.899 13.5518 125.766 10.7567 125.766 7.31664ZM107.677 7.31664C107.677 4.96424 110.906 3.0545 114.894 3.0545C118.883 3.0545 122.112 4.96424 122.112 7.31664C122.112 9.66904 118.883 11.5788 114.894 11.5788C110.906 11.5788 107.677 9.66904 107.677 7.31664Z' fill='%23231916'/%3E%3Cpath d='M143.454 9.9977C148.674 9.73211 152.675 8.25237 152.675 6.46278C152.675 5.5079 151.531 4.64156 149.673 3.99655H152.852V2.31446H143.555V0H139.996V2.32078H130.718V4.00287H133.891C132.033 4.64156 130.889 5.51423 130.889 6.4691C130.889 8.25869 134.883 9.73843 140.097 10.004V10.9968H129.523V12.7738H154.028V10.9968H143.454V10.004V9.9977ZM134.491 6.32998C134.491 5.17907 137.753 4.24317 141.772 4.24317C145.792 4.24317 149.053 5.17907 149.053 6.32998C149.053 7.48089 145.792 8.41679 141.772 8.41679C137.753 8.41679 134.491 7.48089 134.491 6.32998Z' fill='%23231916'/%3E%3Cpath d='M152.642 18.2312V15.2654C152.642 14.4433 151.909 13.7793 151.011 13.7793H130.906V15.5562H149.381V16.6439H130.906V19.6034C130.906 20.476 131.69 21.1906 132.651 21.1906H152.648V19.4137H134.269V18.2248H152.642V18.2312Z' fill='%23231916'/%3E%3Cpath d='M206.003 18.2383H182.289V20.4136H206.003V18.2383Z' fill='%23231916'/%3E%3Cpath d='M193.407 9.22667C196.251 12.3885 200.34 14.0327 204.398 15.4997L205.226 13.5078C201.156 12.0154 196.978 8.94843 195.493 6.08382C196.182 4.68629 196.643 3.16861 196.826 1.53711H192.99C192.301 7.13354 188.174 11.5348 182.953 13.5078L183.781 15.4997C187.592 14.1591 191.012 12.0407 193.407 9.22667Z' fill='%23231916'/%3E%3Cpath d='M64.7961 14.7715H61.4399V18.2368H51.2578V20.4122H74.9719V18.2368H64.7961V14.7715Z' fill='%23231916'/%3E%3Cpath d='M57.82 8.59367C58.5974 9.59913 59.6024 10.4655 60.7337 11.218C60.5441 11.3128 60.3545 11.4077 60.1586 11.4899L61.1319 13.1973C63.344 12.3562 65.3982 10.6299 66.9656 8.63793C68.5268 10.6994 71.0675 12.1729 73.6083 13.2795L74.569 11.414C71.7817 9.95325 69.9362 7.94233 68.8491 5.67846C69.557 4.24932 69.9615 2.83282 69.9615 1.63132H66.3083C66.3083 3.80666 65.2338 7.32261 62.8827 9.65604C61.4606 8.47984 60.4051 7.11393 59.6845 5.62787C60.3735 4.21138 60.7717 2.81385 60.7717 1.625H57.1185C57.1185 4.50859 55.235 9.75722 50.9688 11.4773L51.9421 13.1846C54.1732 12.3373 56.2399 10.5856 57.82 8.58102V8.59367Z' fill='%23231916'/%3E%3Cpath d='M99.4801 1.42285H96.2188V21.1969H99.4801V1.42285Z' fill='%23231916'/%3E%3Cpath d='M84.4874 13.8297C86.0106 15.9797 89.2529 18.0223 91.5788 19.2175L92.7355 17.352C89.5121 15.5434 87.2557 13.0582 86.3266 10.5793C86.9081 9.09961 87.2241 7.54399 87.2241 5.98837V1.6377H83.6657V5.98837C83.6657 10.7248 81.1881 15.3094 76.9219 17.0295L77.8952 18.7369C80.6635 17.6808 82.8946 15.9355 84.4874 13.8297Z' fill='%23231916'/%3E%3Cpath d='M7.99527 15.4111H9.87243V20.9633H13.159V15.4111H14.9793C15.9337 21.7095 22.9809 21.0202 22.9809 21.0202V19.1863C18.6957 18.965 18.0889 16.8592 17.9878 15.4111H20.339C20.339 15.4111 22.254 15.487 22.4184 13.7923V4.96444H13.159V3.55426H22.9746V1.66981H13.159V0.354492H9.87243V1.66349H0V3.54794H9.86611V4.95811H0.606756V13.767H0.613076C0.613076 13.9124 0.632038 15.3921 2.92001 15.4048H4.98678C4.88565 16.8592 4.26625 18.9397 0 19.161V20.9949C0 20.9949 7.03458 21.5957 7.99527 15.4048V15.4111ZM13.1527 6.59594H19.1444V9.39732H13.1527V6.59594ZM13.1527 10.9972H19.1444V13.7859H13.1527V10.9972ZM3.89967 6.59594H9.86611V9.39732H3.89967V6.59594ZM3.89967 13.7923V11.0035H9.86611V13.7923H3.89967Z' fill='%23231916'/%3E%3Cpath d='M47.853 19.0784H42.8599V15.7775H46.1149C47.9414 15.7648 47.853 14.1586 47.853 14.1586V6.85481H42.8662V3.55386H47.8593V1.66309H26.1172V3.55386H31.1103V6.85481H26.1235V14.1586C26.1235 14.1586 26.035 15.7648 27.8616 15.7775H31.1166V19.0784H26.1235V20.9692H47.8656V19.0784H47.853ZM39.5733 19.0784H34.3969V14.1523H29.4038V8.47999H34.3969V3.55386H39.5733V8.47999H44.5664V14.1523H39.5733V19.0784Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9488'%3E%3Crect width='206' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type12 {
    flex-direction: column;
    gap: 1.16rem;
}
.brand-ci .cicombi-ico.type12 .symbol {
    width: 4.97rem;
    height: 4.81rem;
}
.brand-ci .cicombi-ico.type12 .logo {
    width: 32.52rem;
    height: 1.62rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1929_9514)'%3E%3Cpath d='M270.251 0.438282L270.205 0.386719H267.203V15.5926H270.426V5.63583C270.426 5.10989 270.411 4.55301 270.39 4.10441C270.426 4.14566 270.462 4.19207 270.503 4.23848L280.337 15.5926H283.344V0.402188H280.121V10.0703C280.121 10.6117 280.137 11.1531 280.157 11.5965C279.951 11.3542 279.699 11.0809 279.426 10.7818L270.251 0.433125V0.438282Z' fill='%23231916'/%3E%3Cpath d='M264.34 0.407227H261.086V15.5925H264.34V0.407227Z' fill='%23231916'/%3E%3Cpath d='M311.997 13.5663C309.314 13.5663 306.621 12.6949 305.288 11.3904L305.03 11.1738L303.383 13.0095L303.63 13.2673C305.056 14.4635 308.176 15.6701 311.93 15.6701C317.053 15.6701 319.992 14.1438 319.992 11.478C319.992 9.15255 317.459 8.41004 314.252 7.47159L313.484 7.24472C313.011 7.1055 312.553 6.97143 312.11 6.84768C309.165 6.00205 307.219 5.44517 307.219 4.08906C307.219 2.84124 308.65 2.15029 311.255 2.15029H311.343C313.814 2.15029 316.254 3.11968 318.221 4.88829L318.649 5.28017V2.46998L318.623 2.34623L318.587 2.26889L318.535 2.23279C317.923 1.80998 314.89 0.237305 311.245 0.237305C306.56 0.237305 303.656 1.75326 303.656 4.18703C303.656 7.22409 308.192 8.27598 310.37 8.7813L310.416 8.79161C310.684 8.85348 310.915 8.9102 311.085 8.95661L311.631 9.10614C315.117 10.0652 316.419 10.4262 316.419 11.5399C316.419 12.8857 314.926 13.5663 311.981 13.5663H311.997Z' fill='%23231916'/%3E%3Cpath d='M244.707 15.5925H251.421C255.973 15.2935 259.026 12.1945 259.026 7.86839C259.026 3.26382 255.88 0.407227 250.814 0.407227H242.828V13.8291C242.828 14.8036 243.673 15.5977 244.707 15.5977V15.5925ZM246.113 2.40787H250.747C253.975 2.40787 255.751 4.36211 255.751 7.90964C255.751 11.4572 253.985 13.5661 250.773 13.5661H246.113V2.40787Z' fill='%23231916'/%3E%3Cpath d='M293.878 15.8554C298.873 15.8554 301.122 13.7413 302.168 12.7255V6.80092H294.352V9.04907H299.32V11.5086C298.316 12.9782 296.581 13.664 293.873 13.664C290.614 13.664 288.673 11.4468 288.673 7.73937C288.673 4.37231 290.954 2.02103 294.223 2.02103C296.391 2.02103 298.528 2.98526 300.767 4.97044L301.37 5.47576V2.32526L301.215 2.22213C299.835 1.28884 297.611 0.0410156 294.28 0.0410156C288.884 0.0410156 285.398 3.15026 285.398 7.96625C285.398 12.7822 288.966 15.8554 293.883 15.8554H293.878Z' fill='%23231916'/%3E%3Cpath d='M216.276 16C221.42 16 225.008 12.6948 225.008 7.96648C225.008 3.23816 221.42 0 216.276 0C211.133 0 207.523 3.25363 207.523 8.10055C207.523 13.5559 211.92 16 216.276 16ZM216.256 2.06252C219.453 2.06252 221.687 4.50661 221.687 8.01289C221.687 11.5192 219.453 13.9839 216.256 13.9839C213.058 13.9839 210.798 11.5295 210.798 8.01289C210.798 4.49629 212.991 2.06252 216.256 2.06252Z' fill='%23231916'/%3E%3Cpath d='M189.445 0.371094V15.5719H192.885V9.08524H202.049V15.5719H205.494V0.371094H202.049V6.8835H192.885V0.371094H189.445Z' fill='%23231916'/%3E%3Cpath d='M230.51 0.381836H227.07V13.6696C227.07 14.7267 227.966 15.5878 229.068 15.5878H241.111V13.4273H230.51V0.381836Z' fill='%23231916'/%3E%3Cpath d='M163.077 0.412109H159.828V15.5871H163.077V0.412109Z' fill='%23231916'/%3E%3Cpath d='M130.857 15.9946C135.995 15.9946 139.584 12.6945 139.584 7.96621C139.584 3.23788 135.995 0.00488281 130.857 0.00488281C125.719 0.00488281 122.109 3.25851 122.109 8.10027C122.109 13.5556 126.501 15.9946 130.857 15.9946ZM130.836 2.0674C134.034 2.0674 136.263 4.51149 136.263 8.01262C136.263 11.5137 134.029 13.9785 130.836 13.9785C127.644 13.9785 125.384 11.5241 125.384 8.01262C125.384 4.50118 127.577 2.0674 130.836 2.0674Z' fill='%23231916'/%3E%3Cpath d='M174.037 15.9946C179.175 15.9946 182.764 12.6945 182.764 7.96621C182.764 3.23788 179.175 0.00488281 174.037 0.00488281C168.898 0.00488281 165.289 3.25851 165.289 8.10027C165.289 13.5556 169.681 15.9946 174.037 15.9946ZM174.016 2.0674C177.213 2.0674 179.443 4.51149 179.443 8.01262C179.443 11.5137 177.208 13.9785 174.016 13.9785C170.824 13.9785 168.564 11.5241 168.564 8.01262C168.564 4.50118 170.757 2.0674 174.016 2.0674Z' fill='%23231916'/%3E%3Cpath d='M112.721 15.6595C117.844 15.6595 120.779 14.1333 120.779 11.4675C120.779 9.14196 118.246 8.40461 115.043 7.46616L114.276 7.23929C113.802 7.10007 113.349 6.966 112.906 6.84225C109.961 5.99662 108.015 5.43458 108.015 4.08363C108.015 2.83581 109.447 2.15002 112.047 2.15002H112.134C114.606 2.15002 117.046 3.1194 119.008 4.88801L119.435 5.27474V2.46971L119.409 2.34596L119.373 2.26861L119.322 2.23252C118.709 1.8097 115.671 0.242188 112.036 0.242188C107.356 0.242188 104.447 1.75298 104.447 4.19191C104.447 7.22382 108.978 8.2757 111.156 8.78618C111.449 8.85321 111.691 8.90993 111.872 8.96149L112.417 9.11102C115.903 10.0701 117.2 10.431 117.2 11.5448C117.2 12.8854 115.707 13.5661 112.767 13.5661C110.085 13.5661 107.397 12.6947 106.064 11.3901L105.812 11.1735L104.164 13.0092L104.411 13.267C105.837 14.4581 108.952 15.6647 112.706 15.6647L112.721 15.6595Z' fill='%23231916'/%3E%3Cpath d='M149.747 15.8509C154.427 15.8509 156.6 13.7369 157.65 12.7211L157.774 12.489L155.133 11.2928L155.06 11.4062C154.103 12.8397 152.373 13.5306 149.778 13.5306C147.018 13.5306 144.233 11.7414 144.233 7.74007C144.233 4.45036 146.632 2.15065 150.061 2.15065C152.46 2.15065 154.891 3.30566 156.554 5.23927L156.832 5.55896V2.41362L156.78 2.36721C155.601 1.24829 153.228 0.046875 150.113 0.046875C144.547 0.046875 140.953 3.15612 140.953 7.96695C140.953 12.7778 144.65 15.8509 149.747 15.8509Z' fill='%23231916'/%3E%3Cpath d='M81.0776 6.77539H74.9609V8.93072H81.0776V6.77539Z' fill='%23231916'/%3E%3Cpath d='M1.87412 15.5874H8.57253C13.1291 15.2935 16.1874 12.1894 16.1874 7.86324C16.1874 3.26382 13.0416 0.407227 7.98043 0.407227H0V13.8188C0 14.7933 0.844382 15.5874 1.87412 15.5874ZM3.2797 2.40787H7.9135C11.1366 2.40787 12.9129 4.36211 12.9129 7.90964C12.9129 11.4572 11.1469 13.5609 7.9341 13.5609H3.2797V2.40787Z' fill='%23231916'/%3E%3Cpath d='M86.0672 11.6123H93.5379L95.2576 15.5827H98.7586L91.9727 0.418009L91.9315 0.325195H87.9516L81.0781 15.5878H84.3578L86.0672 11.6175V11.6123ZM89.1821 4.49664C89.2851 4.2543 89.4241 3.91398 89.5631 3.5582L89.5889 3.49116C89.697 3.21788 89.8103 2.93428 89.9081 2.69709C89.9956 2.91366 90.0986 3.16632 90.1964 3.42413C90.3457 3.81085 90.5362 4.29039 90.6444 4.53789L92.5905 9.47763H86.9991L89.177 4.5018L89.1821 4.49664Z' fill='%23231916'/%3E%3Cpath d='M40.296 5.64657C40.296 5.12063 40.2806 4.56375 40.26 4.11515C40.296 4.1564 40.3321 4.20281 40.3733 4.24922L50.2021 15.5931H53.2038V0.41293H49.9858V10.0758C49.9858 10.6018 50.0013 11.1535 50.0219 11.6021C49.8159 11.3598 49.5585 11.0813 49.2908 10.7926L40.1261 0.449024L40.0798 0.397461H37.0781V15.5931H40.296V5.64657Z' fill='%23231916'/%3E%3Cpath d='M26.3023 15.9946C31.4406 15.9946 35.0293 12.6945 35.0293 7.96621C35.0293 3.23788 31.4406 0.00488281 26.3023 0.00488281C21.1639 0.00488281 17.5547 3.25851 17.5547 8.10027C17.5547 13.5556 21.9465 15.9946 26.3023 15.9946ZM26.2817 2.0674C29.479 2.0674 31.7084 4.51149 31.7084 8.01262C31.7084 11.5137 29.4739 13.9785 26.2817 13.9785C23.0895 13.9785 20.8292 11.5241 20.8292 8.01262C20.8292 4.50118 23.0226 2.0674 26.2817 2.0674Z' fill='%23231916'/%3E%3Cpath d='M63.7403 15.8509C68.7345 15.8509 70.9124 13.7369 71.9576 12.7211L72.0245 12.6025V6.80163H64.214V9.04977H69.1825V11.5093C68.1785 12.9789 66.4485 13.6595 63.7403 13.6595C60.4864 13.6595 58.5453 11.4475 58.5453 7.74007C58.5453 4.37301 60.8262 2.02174 64.0904 2.02174C66.2529 2.02174 68.3947 2.98597 70.6292 4.96599L71.1956 5.4713L71.2265 2.32596L71.072 2.22283C69.6922 1.28954 67.468 0.046875 64.1419 0.046875C58.7461 0.046875 55.2656 3.15612 55.2656 7.96695C55.2656 12.7778 58.8337 15.8509 63.7455 15.8509H63.7403Z' fill='%23231916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_9514'%3E%3Crect width='320' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type13 .logo {
    width: 3.8rem;
    height: 30.04rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.278 260.13H31.1219L32.9473 240.865C32.9962 240.295 32.9147 239.741 32.7028 239.219C32.5072 238.714 32.1976 238.241 31.7901 237.85C31.3826 237.443 30.91 237.133 30.3395 236.905C29.7854 236.677 29.166 236.562 28.4978 236.562L3.43076 236.595V239.757H28.0903L26.2975 260.13H1.70312V263.259H35.278V260.13Z' fill='%23231916'/%3E%3Cpath d='M36.1262 223.314H21.376V218.245H16.4865V223.314H1.6875V226.443H36.1262V223.314Z' fill='%23231916'/%3E%3Cpath d='M7.7772 213.844C9.21147 214.675 10.8902 215.311 12.7971 215.783C14.7041 216.256 16.7577 216.484 18.9417 216.484C21.1256 216.484 23.1793 216.24 25.0862 215.783C26.9931 215.311 28.6718 214.659 30.1061 213.844C31.5404 213.013 32.6813 212.051 33.4962 210.959C34.3274 209.851 34.7349 208.694 34.7349 207.455C34.7349 206.216 34.3274 205.043 33.4962 203.951C32.6813 202.842 31.5404 201.881 30.1061 201.05C28.6718 200.218 26.9931 199.583 25.0862 199.11C23.1793 198.637 21.1256 198.409 18.9417 198.409C16.7577 198.409 14.7203 198.654 12.7971 199.11C10.8902 199.583 9.21147 200.235 7.7772 201.05C6.34294 201.881 5.21834 202.842 4.38712 203.951C3.5559 205.043 3.14844 206.216 3.14844 207.455C3.14844 208.694 3.5559 209.867 4.38712 210.959C5.21834 212.051 6.34294 213.029 7.7772 213.844ZM9.30926 205.043C9.86341 204.293 10.6131 203.625 11.5421 203.054C12.4712 202.5 13.5795 202.06 14.867 201.734C16.1383 201.408 17.4911 201.245 18.9417 201.245C20.3922 201.245 21.745 201.408 23.0163 201.734C24.2875 202.06 25.3958 202.5 26.3575 203.054C27.3028 203.625 28.0688 204.277 28.6066 205.043C29.1608 205.792 29.4379 206.607 29.4379 207.455C29.4379 208.302 29.1608 209.101 28.6066 209.867C28.0525 210.617 27.3028 211.285 26.3575 211.839C25.4121 212.41 24.2875 212.85 23.0163 213.159C21.745 213.485 20.3759 213.632 18.9417 213.632C17.5074 213.632 16.1383 213.469 14.867 213.159C13.5958 212.833 12.4875 212.393 11.5421 211.839C10.5968 211.285 9.86341 210.617 9.30926 209.867C8.77141 209.117 8.47804 208.302 8.47804 207.455C8.47804 206.607 8.75511 205.809 9.30926 205.043Z' fill='%23231916'/%3E%3Cpath d='M33.6335 162.683H28.8906V191.368H33.6335V162.683Z' fill='%23231916'/%3E%3Cpath d='M7.71968 184.832C9.31693 183.61 10.7023 182.224 11.8595 180.725C12.4136 181.507 13.0982 182.273 13.9457 183.007C14.7769 183.756 15.6733 184.457 16.6186 185.142C17.564 185.826 18.5093 186.446 19.4709 187.016C20.4325 187.587 21.3289 188.092 22.1927 188.532L23.8389 185.81C21.4756 184.506 19.5035 182.99 17.9225 181.263C16.3416 179.535 15.217 177.791 14.5487 175.998C15.4126 173.798 15.8526 171.565 15.8526 169.316V162.992H10.7023V169.316C10.7023 171.027 10.4741 172.722 10.0504 174.369C9.6103 176.015 8.97466 177.547 8.12714 178.965C7.27962 180.383 6.25282 181.621 5.03044 182.73C3.80805 183.838 2.43898 184.702 0.890625 185.305L2.30859 187.815C4.3296 187.032 6.13873 186.038 7.73598 184.8L7.71968 184.832Z' fill='%23231916'/%3E%3Cpath d='M5.42403 283.014H34.4679V280.439H7.8036V278.728H34.4679V274.425C34.4679 273.822 34.2397 273.317 33.7834 272.909C33.327 272.502 32.7566 272.29 32.0883 272.29H2.91406V274.865H29.7576V276.414H2.91406V280.716C2.91406 281.368 3.15854 281.906 3.66379 282.346C4.15275 282.786 4.73949 283.014 5.42403 283.014Z' fill='%23231916'/%3E%3Cpath d='M16.2601 290.332H21.117V287.317H36.5028V284.726H0.890625V287.317H16.2601V290.332Z' fill='%23231916'/%3E%3Cpath d='M2.91406 288.897V298.122C2.91406 298.742 3.15854 299.28 3.66379 299.72C4.15275 300.176 4.73949 300.388 5.42403 300.388H34.4679V288.897H29.7576V292.076H7.62432V288.897H2.91406ZM29.7576 294.651V297.813H7.62432V294.651H29.7413H29.7576Z' fill='%23231916'/%3E%3Cpath d='M7.10209 140.647C8.55265 139.474 9.84023 138.137 10.9811 136.67C11.5516 137.404 12.2035 138.088 12.9206 138.724C13.6378 139.359 14.4038 139.946 15.2024 140.5C14.9091 140.663 14.632 140.794 14.3712 140.875L15.7892 143.353C17.419 142.749 18.9511 141.869 20.3853 140.68C21.8196 139.506 23.1235 138.186 24.297 136.735C24.8674 137.485 25.5194 138.186 26.2365 138.838C26.9536 139.474 27.736 140.077 28.5672 140.631C29.3984 141.185 30.2785 141.69 31.1912 142.163C32.1039 142.635 33.0167 143.075 33.9294 143.483L35.2984 140.761C33.2774 139.685 31.5987 138.43 30.2459 137.029C28.8931 135.611 27.8174 134.079 27.0188 132.433C27.5404 131.389 27.9478 130.379 28.2249 129.368C28.502 128.358 28.6324 127.413 28.6324 126.549H23.3354C23.3354 127.347 23.2376 128.244 23.042 129.238C22.8464 130.232 22.5367 131.243 22.1293 132.302C21.7218 133.345 21.184 134.405 20.5646 135.415C19.929 136.442 19.1956 137.371 18.348 138.219C17.3212 137.355 16.4248 136.426 15.6425 135.464C14.8765 134.502 14.2245 133.476 13.703 132.367C14.2082 131.341 14.5994 130.33 14.8765 129.336C15.1535 128.342 15.2839 127.429 15.2839 126.549H9.98692C9.98692 127.608 9.80764 128.814 9.44907 130.216C9.0905 131.601 8.55266 132.987 7.83552 134.339C7.11839 135.709 6.18938 136.98 5.04849 138.153C3.90759 139.327 2.57112 140.24 1.03906 140.859L2.47333 143.336C4.10317 142.717 5.65153 141.82 7.08579 140.631L7.10209 140.647Z' fill='%23231916'/%3E%3Cpath d='M21.1397 145.619H16.2664V150.688H1.5V153.817H35.9387V150.688H21.1397V145.619Z' fill='%23231916'/%3E%3Cpath d='M13.5841 36.5325C13.5841 36.5325 13.7308 29.4753 12.8018 26.8512C11.8728 24.2272 10.846 19.9896 3.98432 15.5727C1.58845 14.0243 0.78982 14.171 0.561642 14.3014C0.317165 14.4481 -0.0576997 15.0838 0.00749412 17.9197C0.072688 20.7719 -0.122894 28.5789 3.20199 32.0342C6.54318 35.4894 9.13463 36.3044 13.5841 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0127 17.9031C24.3749 9.31384 32.4752 6.28232 33.3554 6.00525C34.1214 5.77707 34.4963 5.53259 34.5614 4.89695C34.6266 4.27761 33.6487 2.99003 30.7965 1.63726C26.9012 -0.204467 19.0127 0.00741322 19.0127 0.00741322C19.0127 0.00741322 11.1242 -0.204467 7.22891 1.65356C4.37668 3.00633 3.39877 4.31021 3.46397 4.91325C3.52916 5.54889 3.90403 5.79337 4.67006 6.02155C5.55017 6.28232 13.6505 9.31384 19.0127 17.9194V17.9031Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0032 36.7935C20.4212 36.7935 21.7251 36.7283 22.8986 36.6468C22.8986 36.6468 23.0452 30.2904 22.6541 27.9434C22.2303 25.3194 21.3176 21.1632 19.0032 17.9688C16.7051 21.1632 15.7924 25.3031 15.3524 27.9434C14.9775 30.3067 15.1079 36.6468 15.1079 36.6468C16.2977 36.7283 17.6015 36.7935 18.9869 36.7935H19.0032Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5325C24.4147 36.5325 24.268 29.4753 25.197 26.8512C26.126 24.2272 27.1528 19.9896 34.0145 15.5727C36.4104 14.0243 37.1927 14.171 37.4372 14.3014C37.6816 14.4481 38.0565 15.0838 37.9913 17.9197C37.9261 20.7719 38.138 28.5789 34.7968 32.0342C31.4556 35.4894 28.8642 36.3044 24.4147 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M2.37742 8.12449C1.88847 8.0267 1.5625 7.53775 1.5625 7.03249C1.5625 6.39685 2.06775 5.8916 2.70339 5.8916C2.80118 5.8916 2.99677 5.9242 3.15975 5.98939C3.15975 5.98939 8.31007 8.32007 11.5535 12.6066L11.472 12.737C7.13658 9.33058 2.37742 8.14079 2.37742 8.14079V8.12449Z' fill='%2300A0CA'/%3E%3Cpath d='M1.23142 10.7811C0.742461 10.667 0.383895 10.227 0.367596 9.70541C0.351298 9.06977 0.823954 8.51562 1.45959 8.51562C1.60628 8.51562 1.81816 8.54822 1.96485 8.61342C1.96485 8.61342 7.14776 10.7159 10.4075 14.6927L10.3097 14.8068C5.77869 11.5797 1.23142 10.7811 1.23142 10.7811Z' fill='%2300A0CA'/%3E%3Cpath d='M1.00351 13.6488C0.53085 13.5347 0.188583 13.111 0.172284 12.622C0.155986 12.0027 0.628641 11.4648 1.24798 11.4648C1.29688 11.4648 1.49246 11.4648 1.68804 11.5463C1.68804 11.5463 6.69167 13.5836 9.29943 16.7455L9.21793 16.8759C4.86624 14.1052 1.0198 13.6651 1.0198 13.6651L1.00351 13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M35.637 8.12449C36.1259 8.0267 36.4682 7.53775 36.4682 7.03249C36.4682 6.39685 35.9466 5.8916 35.311 5.8916C35.2132 5.8916 35.0176 5.9242 34.8546 5.98939C34.8546 5.98939 29.7043 8.32007 26.4609 12.6066L26.5424 12.737C30.8941 9.33058 35.637 8.14079 35.637 8.14079V8.12449Z' fill='%2300A0CA'/%3E%3Cpath d='M36.8088 10.7811C37.2815 10.667 37.6401 10.227 37.6727 9.70541C37.7053 9.06977 37.2 8.51562 36.5807 8.51562C36.434 8.51562 36.2221 8.54822 36.0754 8.61342C36.0754 8.61342 30.8925 10.7159 27.6328 14.6927L27.7306 14.8068C32.2779 11.596 36.8251 10.7811 36.8251 10.7811H36.8088Z' fill='%2300A0CA'/%3E%3Cpath d='M37.0147 13.6488C37.471 13.5347 37.8296 13.111 37.8459 12.622C37.8785 12.0027 37.4058 11.4648 36.7865 11.4648C36.7213 11.4648 36.542 11.4648 36.3301 11.5463C36.3301 11.5463 31.3265 13.5836 28.7188 16.7455L28.8002 16.8759C33.1356 14.1052 36.9984 13.6651 36.9984 13.6651L37.0147 13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M4.20325 113.086C5.26265 114.357 6.50134 115.351 7.90301 116.101C9.32097 116.834 10.8367 117.209 12.4666 117.209C14.0964 117.209 15.5796 116.834 17.0139 116.101C18.4318 115.367 19.6705 114.357 20.7299 113.086C21.7893 111.814 22.6205 110.315 23.2236 108.587C23.8266 106.876 24.1363 105.034 24.1363 103.078C24.1363 101.123 23.8266 99.2971 23.2236 97.5858C22.6205 95.8744 21.7893 94.3913 20.7299 93.12C19.6705 91.8487 18.4318 90.8382 17.0139 90.0885C15.5959 89.3387 14.0801 88.9639 12.4666 88.9639C10.853 88.9639 9.32097 89.3387 7.90301 90.0885C6.50134 90.8382 5.26265 91.8487 4.20325 93.12C3.14385 94.3913 2.31263 95.8907 1.70959 97.5858C1.10655 99.2971 0.796875 101.123 0.796875 103.078C0.796875 105.034 1.10655 106.86 1.70959 108.587C2.32893 110.315 3.14385 111.798 4.20325 113.086ZM6.06128 98.7103C6.43614 97.3413 6.9251 96.1515 7.54444 95.1247C8.16378 94.0979 8.89721 93.2993 9.74473 92.7125C10.5923 92.1258 11.505 91.8324 12.4666 91.8324C13.4282 91.8324 14.3246 92.1258 15.1558 92.7125C16.0033 93.2993 16.7205 94.0979 17.3398 95.1247C17.9592 96.1352 18.4481 97.3413 18.823 98.7103C19.1978 100.079 19.3771 101.53 19.3771 103.095C19.3771 104.659 19.1978 106.11 18.823 107.479C18.4644 108.848 17.9592 110.038 17.3398 111.065C16.7205 112.091 15.987 112.89 15.1558 113.477C14.3246 114.064 13.4119 114.357 12.4666 114.357C11.5213 114.357 10.5923 114.064 9.74473 113.477C8.89721 112.89 8.16378 112.091 7.54444 111.065C6.9251 110.038 6.43614 108.848 6.06128 107.479C5.70271 106.11 5.50713 104.659 5.50713 103.095C5.50713 101.53 5.68642 100.079 6.06128 98.7103Z' fill='%23231916'/%3E%3Cpath d='M32.7272 102.198H37.6494V98.7265H32.7272V89.3223H27.9844V118.024H32.7272V102.198Z' fill='%23231916'/%3E%3Cpath d='M7.7011 78.8756C9.15166 79.4949 10.8467 79.9839 12.7862 80.3425C14.7257 80.701 16.8119 80.8803 19.0122 80.8803C21.2125 80.8803 23.2824 80.701 25.2382 80.3425C27.1941 79.9839 28.8891 79.4949 30.3397 78.8756C31.7902 78.2562 32.9311 77.5228 33.7623 76.6916C34.5936 75.8604 35.0173 74.9477 35.0173 73.986C35.0173 73.0244 34.5936 72.1606 33.7623 71.3131C32.9311 70.4656 31.7739 69.7484 30.3397 69.1291C28.8891 68.5098 27.1941 68.0208 25.2382 67.6459C23.2987 67.2711 21.2125 67.0918 19.0122 67.0918C16.8119 67.0918 14.7257 67.2711 12.7862 67.6459C10.8304 68.0045 9.13536 68.5098 7.7011 69.1291C6.25053 69.7484 5.10964 70.4656 4.27842 71.3131C3.4472 72.1443 3.02344 73.0407 3.02344 73.986C3.02344 74.9314 3.4472 75.8441 4.27842 76.6916C5.10964 77.5228 6.25053 78.2562 7.7011 78.8756ZM8.87459 72.291C9.44503 71.7695 10.2274 71.3294 11.2379 70.9382C12.2321 70.5471 13.4056 70.2374 14.7583 70.0255C16.0948 69.8136 17.5291 69.6996 19.0448 69.6996C20.5606 69.6996 21.9786 69.8136 23.3313 70.0255C24.6678 70.2374 25.8413 70.5471 26.8355 70.9382C27.8297 71.3294 28.612 71.7858 29.1988 72.291C29.7692 72.8126 30.0626 73.3504 30.0626 73.9209C30.0626 74.4913 29.7692 75.0617 29.1988 75.567C28.6283 76.0723 27.846 76.5123 26.8355 76.9035C25.8413 77.2946 24.6678 77.588 23.3313 77.8162C21.9786 78.0444 20.5606 78.1422 19.0448 78.1422C17.5291 78.1422 16.1111 78.0444 14.7583 77.8162C13.4056 77.6043 12.2484 77.2946 11.2379 76.9035C10.2437 76.5123 9.46133 76.0723 8.87459 75.567C8.30414 75.0617 8.01077 74.5076 8.01077 73.9209C8.01077 73.3341 8.28784 72.7963 8.87459 72.291Z' fill='%23231916'/%3E%3Cpath d='M36.8139 62.9511H21.6075V60.5715H34.8092V57.8496H7.96564V54.1662H34.7929V51.4443H3.22279V57.703C3.22279 58.5016 3.53246 59.1861 4.1518 59.724C4.77114 60.2781 5.52087 60.5552 6.40099 60.5552H16.4408V62.9348H1.23438V65.8196H36.8139V62.9348V62.9511Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type14 .logo {
    width: 3.8rem;
    height: 30.04rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.2545 260.131H31.0984L32.9238 240.866C32.9727 240.296 32.8912 239.742 32.6794 239.22C32.4675 238.715 32.1741 238.242 31.7666 237.851C31.3592 237.444 30.8865 237.134 30.3324 236.906C29.7619 236.678 29.1589 236.563 28.4906 236.563L3.40732 236.596V239.758H28.0669L26.2741 260.115H1.67969V263.244H35.2545V260.115V260.131Z' fill='%23231916'/%3E%3Cpath d='M36.1034 223.313H21.337V218.261H16.4474V223.313H1.64844V226.443H36.1034V223.313Z' fill='%23231916'/%3E%3Cpath d='M7.73814 213.859C9.17241 214.691 10.8511 215.326 12.7581 215.799C14.665 216.272 16.7186 216.5 18.9026 216.5C21.0866 216.5 23.1239 216.272 25.0471 215.799C26.9703 215.326 28.6328 214.674 30.067 213.859C31.5013 213.028 32.6259 212.067 33.4571 210.975C34.2883 209.866 34.6958 208.693 34.6958 207.454C34.6958 206.215 34.2883 205.058 33.4571 203.95C32.6259 202.842 31.5013 201.88 30.067 201.065C28.6328 200.234 26.954 199.582 25.0471 199.126C23.1402 198.653 21.0866 198.425 18.9026 198.425C16.7186 198.425 14.6813 198.653 12.7581 199.126C10.8348 199.598 9.17241 200.25 7.73814 201.065C6.30388 201.896 5.17928 202.858 4.34806 203.95C3.51684 205.058 3.10938 206.215 3.10938 207.454C3.10938 208.693 3.51684 209.866 4.34806 210.975C5.17928 212.067 6.30388 213.028 7.73814 213.859ZM9.27019 205.058C9.82434 204.309 10.5578 203.64 11.5031 203.07C12.4484 202.516 13.5567 202.076 14.828 201.75C16.0993 201.424 17.452 201.261 18.9026 201.261C20.3531 201.261 21.7059 201.424 22.9772 201.75C24.2485 202.076 25.3568 202.516 26.3021 203.07C27.2637 203.64 28.0134 204.292 28.5676 205.058C29.1217 205.808 29.3988 206.623 29.3988 207.454C29.3988 208.285 29.1217 209.1 28.5676 209.866C28.0134 210.632 27.2637 211.284 26.3021 211.838C25.3568 212.409 24.2322 212.849 22.9772 213.159C21.7059 213.485 20.3369 213.631 18.9026 213.631C17.4683 213.631 16.0993 213.468 14.828 213.159C13.5567 212.833 12.4484 212.393 11.5031 211.838C10.5578 211.284 9.82434 210.616 9.27019 209.866C8.71604 209.117 8.43898 208.302 8.43898 207.454C8.43898 206.607 8.71604 205.808 9.27019 205.058Z' fill='%23231916'/%3E%3Cpath d='M33.6257 162.698H28.8828V191.384H33.6257V162.698Z' fill='%23231916'/%3E%3Cpath d='M7.70338 184.831C9.30063 183.609 10.686 182.224 11.8432 180.724C12.3973 181.507 13.0982 182.273 13.9294 183.006C14.7769 183.756 15.657 184.473 16.6023 185.141C17.5476 185.809 18.493 186.445 19.4546 187.015C20.4162 187.586 21.3289 188.091 22.1764 188.531L23.8226 185.809C21.4593 184.505 19.4872 182.99 17.9062 181.262C16.3253 179.551 15.2007 177.791 14.5324 175.998C15.3963 173.797 15.8363 171.581 15.8363 169.332V163.008H10.686V169.332C10.686 171.043 10.4741 172.738 10.0341 174.384C9.594 176.03 8.95836 177.562 8.11084 178.98C7.26332 180.398 6.23652 181.637 5.01413 182.745C3.80805 183.854 2.42268 184.717 0.890625 185.32L2.3086 187.83C4.3296 187.048 6.13874 186.054 7.73599 184.815L7.70338 184.831Z' fill='%23231916'/%3E%3Cpath d='M5.40907 283.014H34.4366V280.439H7.77235V278.711H34.4366V274.409C34.4366 273.822 34.2085 273.317 33.7521 272.893C33.2957 272.485 32.7253 272.273 32.0571 272.273H2.88281V274.849H29.7101V276.397H2.88281V280.7C2.88281 281.335 3.12728 281.89 3.61624 282.33C4.10519 282.77 4.69194 282.998 5.39278 282.998L5.40907 283.014Z' fill='%23231916'/%3E%3Cpath d='M16.2451 290.349H21.0858V287.317H36.4715V284.742H0.859375V287.317H16.2451V290.349Z' fill='%23231916'/%3E%3Cpath d='M2.89844 288.898V298.123C2.89844 298.743 3.14291 299.281 3.63186 299.721C4.12082 300.161 4.70756 300.389 5.40839 300.389H34.436V288.898H29.7257V292.06H7.60869V288.898H2.89844ZM29.7257 294.652V297.814H7.60869V294.652H29.7257Z' fill='%23231916'/%3E%3Cpath d='M7.08512 140.665C8.51939 139.491 9.82327 138.155 10.9805 136.688C11.5509 137.421 12.2028 138.106 12.92 138.741C13.6371 139.377 14.4031 139.964 15.2018 140.518C14.9084 140.681 14.6313 140.811 14.3705 140.893L15.7885 143.37C17.4183 142.767 18.9504 141.887 20.3847 140.697C21.8189 139.524 23.1228 138.204 24.2963 136.753C24.8667 137.503 25.5187 138.204 26.2358 138.855C26.9529 139.491 27.7353 140.094 28.5665 140.648C29.414 141.202 30.2778 141.708 31.1905 142.18C32.087 142.653 33.016 143.093 33.9287 143.501L35.2978 140.779C33.293 139.703 31.598 138.464 30.2452 137.046C28.8925 135.628 27.8168 134.096 27.0181 132.45C27.5397 131.423 27.9472 130.397 28.2242 129.386C28.5013 128.376 28.648 127.43 28.648 126.566H23.351C23.351 127.365 23.2532 128.261 23.0576 129.256C22.862 130.234 22.5524 131.26 22.1449 132.32C21.7374 133.363 21.1996 134.406 20.5802 135.433C19.9446 136.46 19.2112 137.389 18.3637 138.236C17.3369 137.372 16.4241 136.443 15.6581 135.482C14.8921 134.52 14.2401 133.493 13.7186 132.385C14.2239 131.358 14.615 130.348 14.8921 129.353C15.1692 128.359 15.2996 127.43 15.2996 126.566H10.0026C10.0026 127.626 9.82327 128.848 9.4647 130.234C9.10613 131.619 8.56829 133.004 7.85115 134.357C7.13402 135.726 6.20501 136.997 5.06412 138.171C3.92323 139.361 2.58674 140.257 1.05469 140.876L2.48896 143.354C4.11881 142.734 5.65086 141.838 7.10143 140.648L7.08512 140.665Z' fill='%23231916'/%3E%3Cpath d='M21.1084 145.637H16.2352V150.689H1.46875V153.819H35.9074V150.689H21.1084V145.637Z' fill='%23231916'/%3E%3Cpath d='M13.5841 36.5325C13.5841 36.5325 13.7308 29.4753 12.8181 26.8512C11.8891 24.2272 10.8623 19.9896 4.00062 15.5727C1.60475 14.0243 0.806125 14.171 0.561648 14.3014C0.317171 14.4481 -0.0576998 15.0837 0.00749401 17.9197C0.0726878 20.7719 -0.139181 28.5789 3.202 32.0341C6.54319 35.4894 9.13463 36.3043 13.5841 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9908 17.9194C24.3529 9.33013 32.4533 6.29862 33.3334 6.02155C34.0994 5.79337 34.4743 5.54889 34.5395 4.91325C34.621 4.31021 33.6268 2.99003 30.7745 1.65356C26.8792 -0.204467 18.9908 0.00741322 18.9908 0.00741322C18.9908 0.00741322 11.1023 -0.204467 7.20698 1.63726C4.37104 2.99003 3.36053 4.29391 3.44202 4.89695C3.50722 5.53259 3.88209 5.77707 4.64812 6.00525C5.52824 6.26602 13.6286 9.29753 18.9908 17.9031V17.9194Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9876 36.7935C20.4056 36.7935 21.7094 36.7283 22.8829 36.6631C22.8829 36.6631 23.0133 30.3067 22.6384 27.9434C22.2147 25.3194 21.302 21.1632 18.9876 17.9688C16.6895 21.1632 15.7768 25.3194 15.3367 27.9434C14.9619 30.3067 15.0923 36.6631 15.0923 36.6631C16.282 36.7446 17.5859 36.7935 18.9713 36.7935H18.9876Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5325C24.4147 36.5325 24.268 29.4753 25.197 26.8512C26.126 24.2272 27.1528 19.9896 34.0145 15.5727C36.4104 14.0243 37.209 14.171 37.4372 14.3014C37.6816 14.4481 38.0565 15.0837 37.9913 17.9197C37.9261 20.7719 38.138 28.5789 34.7968 32.0341C31.4556 35.4894 28.8642 36.3043 24.4147 36.5325Z' fill='%2300A0CA'/%3E%3Cpath d='M2.36961 8.14109C1.88066 8.0433 1.55469 7.55435 1.55469 7.0491C1.55469 6.41346 2.05993 5.9082 2.69557 5.9082C2.79337 5.9082 2.98895 5.9408 3.15193 6.00599C3.15193 6.00599 8.30225 8.33667 11.5456 12.6232L11.4642 12.7536C7.12876 9.34718 2.36961 8.15739 2.36961 8.15739V8.14109Z' fill='%2300A0CA'/%3E%3Cpath d='M1.21577 10.7811C0.743119 10.667 0.368257 10.227 0.351958 9.70541C0.33566 9.06977 0.824602 8.51562 1.46024 8.51562C1.60693 8.51562 1.81882 8.54822 1.9655 8.61342C1.9655 8.61342 7.14841 10.7159 10.3918 14.6927L10.294 14.8068C5.74675 11.596 1.19947 10.7811 1.19947 10.7811H1.21577Z' fill='%2300A0CA'/%3E%3Cpath d='M0.980749 13.6488C0.508093 13.5347 0.165818 13.111 0.133222 12.622C0.116923 12.0027 0.589584 11.4648 1.20893 11.4648C1.25782 11.4648 1.4534 11.4648 1.64898 11.5463C1.64898 11.5463 6.6526 13.5836 9.26036 16.7455L9.17887 16.8759C4.82718 14.1052 0.980749 13.6651 0.980749 13.6651V13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M35.6214 8.14109C36.1103 8.0433 36.4526 7.55435 36.4526 7.0491C36.4526 6.41346 35.931 5.9082 35.2954 5.9082C35.1976 5.9082 35.002 5.9408 34.839 6.00599C34.839 6.00599 29.6887 8.33667 26.4453 12.6232L26.5268 12.7536C30.8622 9.34718 35.6214 8.15739 35.6214 8.15739V8.14109Z' fill='%2300A0CA'/%3E%3Cpath d='M36.7854 10.7811C37.2581 10.667 37.6329 10.227 37.6492 9.70541C37.6818 9.06977 37.1766 8.51562 36.5572 8.51562C36.4105 8.51562 36.1987 8.54822 36.052 8.61342C36.052 8.61342 30.8691 10.7159 27.6094 14.6927L27.7072 14.8068C32.2544 11.596 36.8017 10.7811 36.8017 10.7811H36.7854Z' fill='%2300A0CA'/%3E%3Cpath d='M37.0069 13.6488C37.4795 13.5347 37.8218 13.111 37.8381 12.622C37.8707 12.0027 37.398 11.4648 36.7787 11.4648C36.7135 11.4648 36.5342 11.4648 36.3223 11.5463C36.3223 11.5463 31.3187 13.5836 28.7109 16.7455L28.7924 16.8759C33.1278 14.1052 36.9906 13.6651 36.9906 13.6651L37.0069 13.6488Z' fill='%2300A0CA'/%3E%3Cpath d='M34.7994 113.95H27.5303V109.158H32.2405C32.9088 109.158 33.414 109.028 33.7563 108.784C34.0985 108.523 34.3593 108.262 34.506 107.952C34.7016 107.61 34.7831 107.219 34.7831 106.779V96.1849H27.514V91.3931H34.7831V88.6387H3.18036V91.3931H10.4495V96.1849H3.18036V106.779C3.18036 107.219 3.27815 107.61 3.45744 107.952C3.62042 108.246 3.8649 108.523 4.20716 108.784C4.54943 109.028 5.05468 109.158 5.72292 109.158H10.4332V113.95H3.16406V116.705H34.7668V113.95H34.7994ZM22.7548 113.95H15.2575V106.795H7.9884V98.5644H15.2575V91.4094H22.7548V98.5644H30.0239V106.795H22.7548V113.95Z' fill='%23231916'/%3E%3Cpath d='M9.6553 78.3535C10.3235 77.9787 10.9592 77.4897 11.5296 76.903C12.1001 76.3162 12.6053 75.6154 13.0291 74.7679C13.4528 73.9366 13.7625 72.9424 13.9418 71.8178H16.6636V79.9182H21.4554V71.8178H24.0794C24.2424 72.975 24.5358 73.9692 24.9758 74.8005C25.4159 75.6317 25.9212 76.3488 26.4916 76.9519C27.062 77.5386 27.6977 78.0276 28.3659 78.4024C29.0342 78.7773 29.7187 79.087 30.4032 79.3151C32.0168 79.853 33.777 80.0649 35.7002 79.9671V77.3104C34.1356 77.2126 32.8969 76.9845 31.9516 76.5933C31.0063 76.2021 30.2891 75.7458 29.7839 75.2079C29.2786 74.6864 28.9364 74.1159 28.7571 73.5129C28.5615 72.9098 28.4637 72.3394 28.4474 71.8015H31.8538C32.3753 71.8015 32.848 71.7201 33.2555 71.5734C33.614 71.4267 33.9726 71.1985 34.2986 70.8888C34.6245 70.5629 34.8201 70.1065 34.8853 69.4709V56.6603H21.4554V54.5904H35.7002V51.8685H21.4554V49.9453H16.6636V51.8685H2.32099V54.5904H16.6636V56.6603H3.20111V69.422C3.20111 69.422 3.2174 69.6176 3.25 69.8783C3.2826 70.1228 3.41298 70.3999 3.62486 70.6933C3.83674 70.9866 4.17901 71.2311 4.63537 71.4593C5.09172 71.6875 5.74366 71.8015 6.55859 71.8015H9.5575C9.5086 72.3394 9.41082 72.9098 9.23153 73.5129C9.05225 74.1159 8.70999 74.6864 8.20473 75.2079C7.69948 75.7458 6.96605 76.1858 6.02073 76.5607C5.07542 76.9356 3.83674 77.18 2.30469 77.2778V79.9345C4.22791 79.9997 5.98814 79.7715 7.60169 79.2499C8.28622 79.0218 8.97076 78.7121 9.6553 78.3372V78.3535ZM21.4391 59.0236H30.1099V63.1145H21.4391V59.0236ZM21.4391 65.4288H30.1099V69.4872H21.4391V65.4288ZM7.97654 59.0236H16.6473V63.1145H7.97654V59.0236ZM7.97654 69.4872V65.4288H16.6473V69.4872H7.97654Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type15 .logo {
    width: 3.8rem;
    height: 34rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5108 336.502H2.0625V339.665H36.5108V336.502Z' fill='%23231916'/%3E%3Cpath d='M11.9972 328.774C14.3938 327.242 16.4643 325.465 18.2087 323.427C19.2358 324.568 20.377 325.595 21.616 326.476C22.8551 327.356 24.1593 328.155 25.5451 328.889C26.9145 329.606 28.3329 330.258 29.8002 330.845C31.2674 331.432 32.7184 331.986 34.1857 332.508L35.3921 329.622C33.8922 329.068 32.4413 328.399 30.9903 327.601C29.5393 326.818 28.1862 325.938 26.9308 324.992C25.6755 324.047 24.5506 323.036 23.5561 321.976C22.5779 320.916 21.7954 319.873 21.2411 318.846C21.7465 317.819 22.1703 316.759 22.4964 315.667C22.8388 314.575 23.0507 313.433 23.1648 312.243H17.6218C17.3772 314.297 16.8229 316.205 15.9915 317.998C15.16 319.791 14.084 321.422 12.7961 322.922C11.5082 324.422 10.0246 325.726 8.36167 326.867C6.69876 328.008 4.92172 328.921 3.04688 329.639L4.2533 332.524C7.02482 331.562 9.617 330.323 12.0135 328.791L11.9972 328.774Z' fill='%23231916'/%3E%3Cpath d='M36.4489 251.497H21.1078V250.046C22.9826 249.948 24.7433 249.753 26.3899 249.459C28.0366 249.166 29.4386 248.791 30.6287 248.318C31.8189 247.862 32.7644 247.34 33.4492 246.769C34.1502 246.199 34.4926 245.579 34.4926 244.911C34.4926 244.242 34.1013 243.574 33.335 242.954C32.5688 242.335 31.4928 241.797 30.1233 241.34H34.7697V238.895H21.2545V235.553H16.0864V238.895H2.5875V241.34H7.20126C5.84811 241.797 4.78841 242.335 4.02217 242.954C3.25592 243.574 2.86465 244.226 2.86465 244.911C2.86465 245.595 3.20701 246.199 3.87544 246.769C4.54386 247.34 5.48944 247.862 6.69586 248.318C7.90229 248.775 9.32065 249.149 10.9184 249.459C12.5324 249.753 14.2931 249.948 16.2005 250.046V251.497H0.859375V254.073H36.4489V251.497ZM14.5213 247.503C13.2334 247.34 12.1085 247.128 11.1629 246.851C10.2173 246.574 9.46738 246.248 8.91308 245.889C8.35878 245.53 8.08162 245.123 8.08162 244.715C8.08162 244.307 8.35878 243.9 8.91308 243.541C9.46738 243.183 10.2173 242.84 11.1629 242.579C12.1085 242.302 13.2334 242.09 14.5213 241.927C15.8093 241.764 17.1787 241.683 18.646 241.683C20.1133 241.683 21.499 241.764 22.787 241.927C24.0749 242.09 25.1835 242.302 26.1454 242.579C27.091 242.84 27.8409 243.183 28.3952 243.541C28.9495 243.9 29.2267 244.291 29.2267 244.715C29.2267 245.139 28.9495 245.514 28.3952 245.889C27.8409 246.248 27.091 246.574 26.1454 246.851C25.1998 247.128 24.0749 247.34 22.787 247.503C21.499 247.666 20.1296 247.747 18.646 247.747C17.1624 247.747 15.8093 247.666 14.5213 247.503Z' fill='%23231916'/%3E%3Cpath d='M2.89844 259.713V263.985C2.89844 264.621 3.14298 265.175 3.63207 265.615C4.12117 266.072 4.70808 266.283 5.40911 266.283H34.4611V263.691H7.74044V261.963H34.4448V257.659C34.4448 257.056 34.2166 256.551 33.7601 256.143C33.3036 255.719 32.733 255.523 32.0809 255.523H2.89844V258.099H29.7006V259.681H2.89844V259.713Z' fill='%23231916'/%3E%3Cpath d='M34.6348 274.47H29.8906V289.371H34.6348V274.47Z' fill='%23231916'/%3E%3Cpath d='M9.9752 302.315C11.2957 302.935 12.8282 303.424 14.6053 303.799C16.366 304.158 18.2734 304.353 20.2787 304.353C22.284 304.353 24.1915 304.158 25.9522 303.799C27.7129 303.44 29.2617 302.935 30.5822 302.315C31.9028 301.696 32.9462 300.962 33.6961 300.131C34.4461 299.299 34.821 298.403 34.821 297.425C34.821 296.446 34.4461 295.599 33.6961 294.751C32.9299 293.919 31.9028 293.186 30.5822 292.566C29.2617 291.947 27.7292 291.441 25.9522 291.083C24.1915 290.724 22.284 290.528 20.2787 290.528C18.2734 290.528 16.366 290.708 14.6053 291.083C12.8445 291.441 11.2957 291.947 9.9752 292.566C8.65465 293.186 7.61126 293.919 6.84502 294.751C6.07877 295.582 5.6875 296.479 5.6875 297.425C5.6875 298.37 6.06247 299.283 6.84502 300.131C7.61126 300.962 8.65465 301.696 9.9752 302.315ZM11.4425 295.729C11.9479 295.207 12.6326 294.767 13.4804 294.376C14.3444 293.985 15.3552 293.675 16.529 293.463C17.7028 293.251 18.9419 293.137 20.2461 293.137C21.5504 293.137 22.822 293.251 23.9795 293.463C25.137 293.675 26.1478 293.985 27.0282 294.376C27.8922 294.767 28.5933 295.224 29.0987 295.729C29.6041 296.251 29.8486 296.789 29.8486 297.359C29.8486 297.93 29.5878 298.517 29.0987 299.022C28.5933 299.528 27.9085 299.968 27.0282 300.359C26.1641 300.75 25.137 301.044 23.9795 301.272C22.822 301.484 21.583 301.598 20.2461 301.598C18.9093 301.598 17.7028 301.484 16.529 301.272C15.3552 301.06 14.3444 300.75 13.4804 300.359C12.6163 299.968 11.9316 299.511 11.4425 299.022C10.9371 298.517 10.6925 297.963 10.6925 297.359C10.6925 296.756 10.9371 296.234 11.4425 295.729Z' fill='%23231916'/%3E%3Cpath d='M5.61456 288.832H25.4391V285.947H7.21226V277.926H25.4554V275.04H2.48438V285.947C2.48438 286.746 2.77783 287.43 3.39735 288.001C4.00056 288.555 4.7342 288.849 5.61456 288.849V288.832Z' fill='%23231916'/%3E%3Cpath d='M36.0968 223.375H21.3425V218.305H16.4516V223.375H1.64844V226.505H36.0968V223.375Z' fill='%23231916'/%3E%3Cpath d='M7.73163 213.903C9.1663 214.734 10.8455 215.37 12.753 215.843C14.6604 216.316 16.7146 216.544 18.8992 216.544C21.0838 216.544 23.1217 216.299 25.0455 215.843C26.9529 215.37 28.6321 214.718 30.0668 213.903C31.5015 213.071 32.6264 212.11 33.4578 211.017C34.2893 209.909 34.6969 208.751 34.6969 207.512C34.6969 206.273 34.2893 205.099 33.4578 204.007C32.6264 202.898 31.5015 201.936 30.0668 201.105C28.6321 200.273 26.9529 199.638 25.0455 199.165C23.138 198.692 21.0838 198.464 18.8992 198.464C16.7146 198.464 14.6767 198.708 12.753 199.165C10.8292 199.638 9.1663 200.29 7.73163 201.105C6.29696 201.936 5.17205 202.898 4.34059 204.007C3.50914 205.099 3.10156 206.273 3.10156 207.512C3.10156 208.751 3.50914 209.925 4.34059 211.017C5.17205 212.11 6.29696 213.088 7.73163 213.903ZM9.26411 205.099C9.81842 204.349 10.5684 203.681 11.4976 203.11C12.4269 202.556 13.5355 202.116 14.8235 201.79C16.0951 201.464 17.4482 201.301 18.8992 201.301C20.3502 201.301 21.7033 201.464 22.975 201.79C24.2466 202.116 25.3552 202.556 26.3171 203.11C27.2627 203.681 28.0126 204.333 28.5669 205.099C29.1212 205.849 29.3984 206.664 29.3984 207.512C29.3984 208.36 29.1212 209.159 28.5669 209.925C28.0126 210.675 27.2627 211.343 26.3171 211.898C25.3715 212.452 24.2466 212.908 22.975 213.218C21.7033 213.544 20.3502 213.691 18.8992 213.691C17.4482 213.691 16.0951 213.528 14.8235 213.218C13.5518 212.892 12.4432 212.452 11.4976 211.898C10.5521 211.327 9.81842 210.675 9.26411 209.925C8.70981 209.175 8.43266 208.36 8.43266 207.512C8.43266 206.664 8.70981 205.865 9.26411 205.099Z' fill='%23231916'/%3E%3Cpath d='M33.6277 162.727H28.8672V191.436H33.6277V162.727Z' fill='%23231916'/%3E%3Cpath d='M7.69035 184.883C9.28805 183.66 10.6738 182.291 11.8313 180.775C12.3856 181.557 13.0704 182.324 13.9181 183.057C14.7496 183.807 15.6462 184.508 16.5755 185.193C17.5211 185.861 18.4667 186.497 19.4285 187.068C20.3904 187.638 21.3034 188.144 22.1512 188.584L23.7978 185.861C21.4338 184.557 19.4611 183.041 17.8798 181.313C16.2984 179.585 15.1734 177.84 14.505 176.047C15.3691 173.846 15.8093 171.613 15.8093 169.363V163.037H10.6575V169.363C10.6575 171.091 10.4456 172.77 10.0054 174.417C9.5652 176.063 8.92938 177.596 8.08162 179.014C7.23387 180.432 6.20677 181.671 4.98405 182.78C3.76132 183.889 2.39186 184.753 0.859375 185.356L2.26144 187.867C4.28301 187.084 6.09265 186.09 7.69035 184.851V184.883Z' fill='%23231916'/%3E%3Cpath d='M7.07968 140.687C8.51435 139.513 9.81859 138.176 10.9598 136.709C11.5304 137.442 12.1825 138.127 12.8999 138.747C13.6172 139.383 14.3834 139.969 15.1823 140.524C14.8888 140.687 14.6117 140.817 14.3508 140.899L15.7692 143.377C17.3995 142.774 18.932 141.893 20.3667 140.703C21.8013 139.529 23.1056 138.209 24.2794 136.758C24.85 137.508 25.5021 138.209 26.2195 138.861C26.9368 139.497 27.7193 140.1 28.5508 140.654C29.3985 141.208 30.2626 141.714 31.1756 142.187C32.0722 142.659 33.0015 143.1 33.9145 143.507L35.3002 140.785C33.2787 139.709 31.5995 138.453 30.2463 137.051C28.8932 135.633 27.8172 134.1 27.0183 132.454C27.5563 131.41 27.9476 130.4 28.2247 129.389C28.5019 128.378 28.6323 127.432 28.6323 126.568H23.3338C23.3338 127.367 23.236 128.264 23.0404 129.258C22.8447 130.253 22.535 131.264 22.1274 132.323C21.7198 133.367 21.1818 134.426 20.5623 135.437C19.9265 136.464 19.1928 137.394 18.3451 138.241C17.318 137.377 16.4213 136.448 15.6388 135.486C14.8725 134.524 14.2204 133.497 13.6987 132.389C14.2041 131.361 14.5954 130.351 14.8725 129.356C15.1497 128.362 15.2801 127.449 15.2801 126.568H9.98162C9.98162 127.628 9.80229 128.851 9.44362 130.237C9.08495 131.622 8.54695 133.008 7.82962 134.361C7.11229 135.731 6.16671 137.002 5.0418 138.176C3.90059 139.35 2.56374 140.263 1.03125 140.882L2.48222 143.361C4.11253 142.741 5.64501 141.844 7.09598 140.654L7.07968 140.687Z' fill='%23231916'/%3E%3Cpath d='M21.1295 145.659H16.2386V150.729H1.48438V153.86H35.9327V150.729H21.1295V145.659Z' fill='%23231916'/%3E%3Cpath d='M13.5882 36.5417C13.5882 36.5417 13.7186 29.4825 12.8057 26.8577C11.8764 24.2329 10.8493 19.9941 3.98572 15.576C1.58918 14.0272 0.80663 14.174 0.562084 14.3044C0.301235 14.4511 -0.0574316 15.0869 0.0077806 17.9237C0.0729928 20.7767 -0.122644 28.5858 3.20318 32.0421C6.5453 35.4983 9.13749 36.3135 13.5882 36.5417Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9952 17.9082C24.3589 9.31645 32.4615 6.28409 33.3419 6.00694C34.1081 5.77869 34.4831 5.53415 34.5483 4.89833C34.6298 4.27881 33.6353 2.99087 30.7823 1.63772C26.8859 -0.204524 18.9952 0.0074153 18.9952 0.0074153C18.9952 0.0074153 11.1045 -0.204524 7.20809 1.65402C4.35506 3.00718 3.36057 4.31142 3.44209 4.91463C3.5073 5.55045 3.88227 5.795 4.64852 6.02324C5.52888 6.28409 13.6315 9.31645 18.9952 17.9245V17.9082Z' fill='%2300A0CA'/%3E%3Cpath d='M18.9965 36.8036C20.3986 36.8036 21.7191 36.7384 22.8929 36.6569C22.8929 36.6569 23.0234 30.315 22.6484 27.9511C22.2245 25.3263 21.3115 21.169 18.9965 17.9736C16.6978 21.169 15.7848 25.31 15.3446 27.9511C14.9697 30.315 15.1001 36.6569 15.1001 36.6569C16.2902 36.7384 17.5944 36.8036 18.9965 36.8036Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5417C24.4147 36.5417 24.268 29.4825 25.1972 26.8577C26.1265 24.2329 27.1536 19.9941 34.0172 15.576C36.4137 14.0272 37.1963 14.174 37.4408 14.3044C37.6854 14.4511 38.0603 15.0869 37.9951 17.9237C37.9299 20.7767 38.1419 28.5858 34.7997 32.0421C31.4576 35.4983 28.8654 36.3135 24.4147 36.5417Z' fill='%2300A0CA'/%3E%3Cpath d='M2.36916 8.1261C1.88007 8.02828 1.57031 7.53919 1.57031 7.03379C1.57031 6.39797 2.07571 5.89258 2.71153 5.89258C2.80934 5.89258 3.00498 5.92518 3.16801 5.9904C3.16801 5.9904 8.31977 8.33803 11.5641 12.6094L11.4826 12.7399C7.14595 9.33252 2.38546 8.1424 2.38546 8.1424L2.36916 8.1261Z' fill='%2300A0CA'/%3E%3Cpath d='M1.21602 10.7837C0.743232 10.6696 0.368262 10.2294 0.351959 9.7077C0.335655 9.07188 0.824747 8.51758 1.44426 8.51758C1.59099 8.51758 1.80293 8.55018 1.94966 8.6154C1.94966 8.6154 7.13403 10.7185 10.3946 14.6964L10.2968 14.8106C5.76457 11.5826 1.21602 10.7837 1.21602 10.7837Z' fill='%2300A0CA'/%3E%3Cpath d='M0.989246 13.6534C0.516458 13.5392 0.174094 13.1154 0.157791 12.6263C0.125184 12.0068 0.614276 11.4688 1.23379 11.4688C1.2664 11.4688 1.47834 11.4687 1.67397 11.534C1.67397 11.534 6.67901 13.5718 9.27119 16.7346L9.18968 16.8651C4.83676 14.0935 0.989246 13.6534 0.989246 13.6534Z' fill='%2300A0CA'/%3E%3Cpath d='M35.6246 8.1261C36.1137 8.02828 36.4398 7.53919 36.4398 7.03379C36.4398 6.39797 35.9181 5.89258 35.2822 5.89258C35.1844 5.89258 34.9888 5.92518 34.8258 5.9904C34.8258 5.9904 29.674 8.33803 26.4297 12.6094L26.5112 12.7399C30.8641 9.33252 35.6083 8.1424 35.6083 8.1424L35.6246 8.1261Z' fill='%2300A0CA'/%3E%3Cpath d='M36.8036 10.7837C37.2764 10.6696 37.6514 10.2294 37.6677 9.7077C37.7003 9.07188 37.1949 8.51758 36.5754 8.51758C36.4286 8.51758 36.2167 8.55018 36.07 8.6154C36.07 8.6154 30.8856 10.7185 27.625 14.6964L27.7228 14.8106C32.2551 11.5989 36.8199 10.7837 36.8199 10.7837H36.8036Z' fill='%2300A0CA'/%3E%3Cpath d='M37.017 13.6534C37.4898 13.5392 37.8321 13.1154 37.8485 12.6263C37.8811 12.0068 37.4083 11.4688 36.7888 11.4688C36.7235 11.4688 36.5442 11.4687 36.3323 11.534C36.3323 11.534 31.3272 13.5718 28.7188 16.7346L28.8003 16.8651C33.1369 14.0935 37.0007 13.6534 37.0007 13.6534H37.017Z' fill='%2300A0CA'/%3E%3Cpath d='M4.18077 113.118C5.24047 114.389 6.4795 115.384 7.88157 116.134C9.29993 116.867 10.8161 117.242 12.4464 117.242C14.0767 117.242 15.5603 116.867 16.9787 116.134C18.397 115.4 19.6524 114.389 20.6958 113.118C21.7555 111.846 22.5869 110.346 23.1901 108.618C23.7933 106.906 24.1031 105.064 24.1031 103.108C24.1031 101.151 23.7933 99.3254 23.1901 97.6136C22.5869 95.9017 21.7555 94.4182 20.6958 93.1465C19.6361 91.8749 18.397 90.8641 16.9787 90.1142C15.5603 89.3642 14.0441 88.9893 12.4464 88.9893C10.8487 88.9893 9.29993 89.3642 7.88157 90.1142C6.4795 90.8641 5.24047 91.8749 4.18077 93.1465C3.12108 94.4182 2.28962 95.918 1.68641 97.6136C1.0832 99.3254 0.773438 101.151 0.773438 103.108C0.773438 105.064 1.0832 106.89 1.68641 108.618C2.28962 110.346 3.12108 111.83 4.18077 113.118ZM6.03932 98.7385C6.39799 97.369 6.90338 96.1789 7.5229 95.1518C8.14241 94.141 8.87605 93.3259 9.72381 92.739C10.5716 92.152 11.4845 91.8586 12.4464 91.8586C13.4083 91.8586 14.305 92.152 15.1364 92.739C15.9842 93.3259 16.7015 94.1247 17.321 95.1518C17.9405 96.1789 18.4296 97.369 18.8046 98.7385C19.1796 100.108 19.3589 101.559 19.3589 103.124C19.3589 104.689 19.1796 106.14 18.8046 107.51C18.4459 108.879 17.9405 110.069 17.321 111.096C16.7015 112.123 15.9679 112.922 15.1364 113.509C14.305 114.096 13.4083 114.389 12.4464 114.389C11.4845 114.389 10.5716 114.096 9.72381 113.509C8.87605 112.922 8.14241 112.123 7.5229 111.096C6.90338 110.069 6.41429 108.879 6.03932 107.51C5.66435 106.14 5.48502 104.689 5.48502 103.124C5.48502 101.559 5.66435 100.108 6.03932 98.7385Z' fill='%23231916'/%3E%3Cpath d='M32.7129 102.227H37.6365V98.7545H32.7129V89.3477H27.9688V118.057H32.7129V102.227Z' fill='%23231916'/%3E%3Cpath d='M7.67897 78.8975C9.12994 79.517 10.8255 80.0061 12.7818 80.3647C14.7219 80.7234 16.8087 80.9027 19.0096 80.9027C21.2105 80.9027 23.281 80.7234 25.2374 80.3647C27.1937 80.0061 28.8892 79.517 30.3239 78.8975C31.7749 78.2779 32.9161 77.5443 33.7475 76.7128C34.579 75.8814 35.0029 74.9684 35.0029 74.0065C35.0029 73.0447 34.579 72.1806 33.7475 71.3328C32.8998 70.4851 31.7586 69.7677 30.3239 69.1482C28.8729 68.5287 27.1774 68.0396 25.2374 67.6647C23.281 67.2897 21.2105 67.1104 19.0096 67.1104C16.8087 67.1104 14.7382 67.2897 12.7818 67.6647C10.8255 68.0233 9.12994 68.5287 7.67897 69.1482C6.24431 69.7677 5.08679 70.4851 4.25533 71.3328C3.42388 72.1643 3 73.061 3 74.0065C3 74.9521 3.42388 75.8651 4.25533 76.7128C5.08679 77.5443 6.228 78.2779 7.67897 78.8975ZM8.85279 72.311C9.4234 71.7893 10.2222 71.3491 11.2167 70.9579C12.2112 70.5666 13.385 70.2568 14.7382 70.0449C16.075 69.833 17.5097 69.7188 19.0259 69.7188C20.5421 69.7188 21.9767 69.833 23.3136 70.0449C24.6504 70.2568 25.8243 70.5666 26.8187 70.9579C27.8132 71.3491 28.5958 71.8056 29.1827 72.311C29.7533 72.8327 30.0467 73.3707 30.0467 73.9413C30.0467 74.5119 29.7533 75.0825 29.1827 75.5879C28.6121 76.0933 27.8132 76.5335 26.8187 76.9248C25.8243 77.3161 24.6504 77.6095 23.3136 77.8378C21.9767 78.066 20.5421 78.1638 19.0259 78.1638C17.5097 78.1638 16.0913 78.066 14.7382 77.8378C13.4013 77.6258 12.2275 77.3161 11.2167 76.9248C10.2222 76.5335 9.4397 76.0933 8.85279 75.5879C8.28219 75.0825 7.98873 74.5282 7.98873 73.9413C7.98873 73.3544 8.26588 72.8164 8.85279 72.311Z' fill='%23231916'/%3E%3Cpath d='M36.7927 62.9699H21.5819V60.5897H34.8037V57.8671H7.93628V54.1826H34.7874V51.46H3.1921V57.7203C3.1921 58.5192 3.50185 59.2039 4.12137 59.7419C4.74089 60.2962 5.49083 60.5734 6.35489 60.5734H16.3976V62.9536H1.20312V65.8392H36.7927V62.9536V62.9699Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-ico.type16 .logo {
    width: 3.8rem;
    height: 34rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.4993 336.405H2.0625V339.567H36.4993V336.405Z' fill='%23231916'/%3E%3Cpath d='M12.0021 328.681C14.3978 327.149 16.4676 325.372 18.2114 323.335C19.2382 324.476 20.379 325.503 21.6176 326.383C22.8562 327.263 24.1601 328.061 25.5454 328.795C26.9144 329.512 28.3322 330.18 29.799 330.751C31.2495 331.337 32.7163 331.891 34.1831 332.413L35.3891 329.528C33.8897 328.974 32.4229 328.306 30.9724 327.507C29.5382 326.709 28.1856 325.845 26.9143 324.883C25.6594 323.938 24.5349 322.928 23.5407 321.868C22.5629 320.809 21.7806 319.766 21.2428 318.739C21.748 317.712 22.1717 316.637 22.4977 315.561C22.84 314.469 23.0518 313.328 23.1659 312.139H17.6247C17.364 314.176 16.8261 316.099 15.995 317.892C15.1638 319.684 14.0882 321.314 12.8006 322.814C11.4968 324.297 10.0301 325.617 8.3677 326.758C6.70535 327.898 4.92891 328.811 3.05469 329.528L4.2607 332.413C7.03129 331.451 9.62261 330.213 12.0184 328.681H12.0021Z' fill='%23231916'/%3E%3Cpath d='M36.4598 251.414H21.1237V249.963C22.9979 249.865 24.7581 249.67 26.4042 249.376C28.0502 249.083 29.4681 248.708 30.6578 248.236C31.8475 247.779 32.7928 247.258 33.4773 246.687C34.1618 246.117 34.5041 245.498 34.5041 244.829C34.5041 244.161 34.1129 243.493 33.3469 242.874C32.5809 242.254 31.5053 241.717 30.1363 241.26H34.7811V238.816H21.2704V235.475H16.1041V238.816H2.62598V241.26H7.23819C5.8855 241.717 4.82616 242.254 4.06017 242.874C3.29419 243.493 2.90303 244.145 2.90303 244.829C2.90303 245.514 3.24529 246.117 3.91349 246.687C4.58169 247.258 5.52695 247.779 6.73297 248.236C7.93899 248.692 9.35688 249.067 10.9703 249.376C12.5838 249.67 14.3439 249.865 16.2508 249.963V251.414H0.898438V253.989H36.4761V251.414H36.4598ZM14.5395 247.421C13.252 247.258 12.1438 247.046 11.1822 246.769C10.2369 246.492 9.48726 246.182 8.93314 245.807C8.37903 245.449 8.11827 245.058 8.11827 244.65C8.11827 244.243 8.39532 243.852 8.93314 243.477C9.48726 243.118 10.2369 242.792 11.1822 242.515C12.1275 242.238 13.252 242.026 14.5395 241.863C15.827 241.7 17.196 241.619 18.6628 241.619C20.1296 241.619 21.5149 241.7 22.7861 241.863C24.0736 242.026 25.1818 242.238 26.1434 242.515C27.1049 242.792 27.8546 243.118 28.3925 243.477C28.9466 243.852 29.2236 244.226 29.2236 244.65C29.2236 245.074 28.9466 245.449 28.3925 245.807C27.8383 246.182 27.0886 246.492 26.1434 246.769C25.1981 247.046 24.0736 247.258 22.7861 247.421C21.4986 247.584 20.1296 247.665 18.6628 247.665C17.196 247.665 15.827 247.584 14.5395 247.421Z' fill='%23231916'/%3E%3Cpath d='M2.89844 259.644V263.914C2.89844 264.55 3.14291 265.104 3.63184 265.544C4.12076 266 4.70747 266.212 5.40827 266.212H34.4506V263.637H7.75512V261.926H34.4506V257.623C34.4506 257.02 34.2224 256.515 33.7661 256.108C33.3097 255.684 32.7556 255.488 32.0874 255.488H2.91474V258.063H29.708V259.644H2.91474H2.89844Z' fill='%23231916'/%3E%3Cpath d='M34.6098 274.393H29.8672V289.289H34.6098V274.393Z' fill='%23231916'/%3E%3Cpath d='M9.97376 302.212C11.2939 302.831 12.8421 303.32 14.6023 303.695C16.3624 304.054 18.2529 304.249 20.2738 304.249C22.2947 304.249 24.1853 304.054 25.9454 303.695C27.7055 303.32 29.2538 302.831 30.5739 302.212C31.894 301.593 32.9371 300.859 33.6867 300.028C34.4364 299.197 34.8113 298.301 34.8113 297.323C34.8113 296.345 34.4364 295.498 33.6867 294.666C32.9208 293.835 31.894 293.102 30.5739 292.483C29.2538 291.863 27.7055 291.358 25.9454 290.999C24.1853 290.625 22.2947 290.445 20.2738 290.445C18.2529 290.445 16.3624 290.625 14.6023 290.999C12.8421 291.358 11.2939 291.863 9.97376 292.483C8.65365 293.102 7.61061 293.835 6.84463 294.666C6.07864 295.498 5.6875 296.394 5.6875 297.323C5.6875 298.252 6.06234 299.197 6.84463 300.028C7.61061 300.859 8.65365 301.593 9.97376 302.212ZM11.4405 295.628C11.9458 295.106 12.6303 294.666 13.4777 294.275C14.3415 293.884 15.352 293.574 16.5254 293.363C17.6988 293.151 18.9374 293.037 20.2412 293.037C21.545 293.037 22.8162 293.151 23.9734 293.363C25.1305 293.574 26.141 293.884 27.021 294.275C27.8848 294.666 28.5856 295.123 29.0908 295.628C29.596 296.149 29.8405 296.687 29.8405 297.258C29.8405 297.828 29.5798 298.399 29.0908 298.904C28.5856 299.409 27.9011 299.849 27.021 300.24C26.141 300.631 25.1305 300.925 23.9734 301.153C22.8162 301.365 21.5776 301.479 20.2412 301.479C18.9048 301.479 17.6988 301.365 16.5254 301.153C15.352 300.941 14.3415 300.631 13.4777 300.24C12.614 299.849 11.9295 299.393 11.4405 298.904C10.9353 298.399 10.6909 297.844 10.6909 297.258C10.6909 296.671 10.9353 296.133 11.4405 295.628Z' fill='%23231916'/%3E%3Cpath d='M5.62133 288.734H25.4392V285.849H7.2022V277.831H25.4392V274.946H2.49219V285.849C2.49219 286.648 2.78555 287.332 3.40486 287.903C4.00787 288.457 4.74126 288.75 5.62133 288.75V288.734Z' fill='%23231916'/%3E%3Cpath d='M36.1008 223.3H21.3352V218.248H16.4623V223.3H1.66406V226.429H36.1008V223.3Z' fill='%23231916'/%3E%3Cpath d='M7.74569 213.848C9.17988 214.679 10.8585 215.315 12.7654 215.787C14.6722 216.26 16.7257 216.488 18.9095 216.488C21.0934 216.488 23.1306 216.26 25.0537 215.787C26.9605 215.315 28.6392 214.663 30.0734 213.848C31.5076 213.017 32.6484 212.055 33.4633 210.963C34.2944 209.855 34.7019 208.682 34.7019 207.443C34.7019 206.204 34.2944 205.047 33.4633 203.939C32.6484 202.831 31.5076 201.869 30.0734 201.054C28.6392 200.223 26.9605 199.571 25.0537 199.115C23.1469 198.642 21.0934 198.414 18.9095 198.414C16.7257 198.414 14.6722 198.642 12.7654 199.115C10.8585 199.587 9.17988 200.239 7.74569 201.054C6.31151 201.885 5.18698 202.847 4.35581 203.939C3.52463 205.047 3.11719 206.204 3.11719 207.443C3.11719 208.682 3.52463 209.855 4.35581 210.963C5.17069 212.055 6.31151 213.017 7.74569 213.848ZM9.27767 205.047C9.83179 204.297 10.5815 203.629 11.5104 203.059C12.4557 202.505 13.5476 202.065 14.8352 201.739C16.1064 201.413 17.4591 201.25 18.9095 201.25C20.36 201.25 21.7127 201.413 22.9839 201.739C24.2552 202.065 25.3634 202.505 26.3249 203.059C27.2702 203.629 28.0362 204.281 28.574 205.047C29.1281 205.797 29.4052 206.612 29.4052 207.443C29.4052 208.274 29.1281 209.089 28.574 209.855C28.0199 210.621 27.2702 211.273 26.3249 211.827C25.3797 212.397 24.2552 212.837 22.9839 213.147C21.7127 213.473 20.36 213.62 18.9095 213.62C17.4591 213.62 16.1064 213.457 14.8352 213.147C13.5639 212.821 12.4557 212.381 11.5104 211.827C10.5652 211.273 9.81549 210.605 9.27767 209.855C8.72355 209.105 8.44649 208.29 8.44649 207.443C8.44649 206.595 8.72355 205.797 9.27767 205.047Z' fill='%23231916'/%3E%3Cpath d='M33.6183 162.689H28.8594V191.373H33.6183V162.689Z' fill='%23231916'/%3E%3Cpath d='M7.71083 184.822C9.30799 183.6 10.677 182.215 11.8504 180.715C12.4045 181.498 13.1053 182.264 13.9365 182.997C14.784 183.747 15.664 184.464 16.6093 185.132C17.5546 185.8 18.4998 186.436 19.4614 187.006C20.4229 187.577 21.3356 188.082 22.1831 188.522L23.8291 185.8C21.466 184.497 19.494 182.981 17.9131 181.253C16.3322 179.542 15.2077 177.782 14.5395 175.989C15.4033 173.789 15.8433 171.573 15.8433 169.323V163H10.6933V169.323C10.6933 171.035 10.4814 172.73 10.0414 174.376C9.60135 176.022 8.96574 177.554 8.11827 178.972C7.27079 180.39 6.24404 181.628 5.02172 182.736C3.7994 183.845 2.43041 184.708 0.898438 185.311L2.30003 187.821C4.32093 187.039 6.12996 186.045 7.72713 184.806L7.71083 184.822Z' fill='%23231916'/%3E%3Cpath d='M7.09395 140.656C8.54444 139.483 9.83194 138.146 10.9891 136.679C11.5595 137.413 12.2114 138.097 12.9285 138.733C13.6456 139.368 14.4116 139.955 15.2101 140.509C14.9168 140.672 14.6397 140.803 14.379 140.884L15.7969 143.361C17.4266 142.758 18.9586 141.878 20.3928 140.689C21.827 139.515 23.1308 138.195 24.2879 136.745C24.8583 137.494 25.5102 138.195 26.2273 138.847C26.9444 139.483 27.7267 140.086 28.5579 140.64C29.389 141.194 30.2691 141.699 31.1818 142.172C32.0781 142.644 33.0071 143.084 33.9198 143.492L35.3051 140.77C33.2842 139.694 31.6055 138.456 30.2528 137.038C28.9001 135.62 27.8245 134.088 27.0096 132.442C27.5474 131.415 27.9386 130.389 28.2156 129.378C28.4927 128.368 28.6231 127.422 28.6231 126.559H23.3263C23.3263 127.357 23.2286 128.254 23.033 129.248C22.8374 130.226 22.544 131.252 22.1203 132.312C21.7129 133.355 21.1913 134.398 20.5557 135.424C19.9201 136.451 19.1867 137.38 18.3393 138.228C17.3125 137.364 16.4162 136.435 15.6339 135.473C14.8679 134.512 14.216 133.485 13.6945 132.377C14.1997 131.35 14.5908 130.34 14.8679 129.345C15.1287 128.351 15.2753 127.422 15.2753 126.559H9.97862C9.97862 127.618 9.79934 128.84 9.44079 130.226C9.08225 131.611 8.54443 132.996 7.82734 134.349C7.11024 135.718 6.18128 136.989 5.04045 138.162C3.89962 139.352 2.56322 140.249 1.03125 140.868L2.46543 143.345C4.09519 142.726 5.62717 141.829 7.07765 140.64L7.09395 140.656Z' fill='%23231916'/%3E%3Cpath d='M21.1308 145.627H16.2415V150.679H1.49219V153.808H35.929V150.679H21.1308V145.627Z' fill='%23231916'/%3E%3Cpath d='M13.5834 36.5303C13.5834 36.5303 13.7301 29.4735 12.8011 26.8496C11.8721 24.2257 10.8454 19.9883 3.98411 15.5717C1.58836 14.0234 0.789784 14.1701 0.561618 14.3004C0.317154 14.4471 -0.0576967 15.0827 0.0074936 17.9185C0.0726839 20.7706 -0.122888 28.5771 3.20182 32.0322C6.54282 35.4873 9.13414 36.3022 13.5834 36.5303Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0127 17.9185C24.3746 9.32963 32.4745 6.29828 33.3546 6.02122C34.1206 5.79305 34.4954 5.54859 34.5606 4.91298C34.6258 4.30997 33.648 2.98987 30.7959 1.65347C26.9008 -0.204456 19.0127 0.00741282 19.0127 0.00741282C19.0127 0.00741282 11.1247 -0.204456 7.24589 1.63717C4.39381 2.98987 3.39966 4.29368 3.48115 4.89669C3.54634 5.53229 3.92118 5.77676 4.68717 6.00492C5.56724 6.26568 13.6671 9.29703 19.029 17.9022L19.0127 17.9185Z' fill='%2300A0CA'/%3E%3Cpath d='M19.0108 36.7915C20.4287 36.7915 21.7325 36.7263 22.9059 36.6611C22.9059 36.6611 23.0363 30.305 22.6615 27.9419C22.2377 25.318 21.3251 21.1621 19.0108 17.9678C16.7129 21.1621 15.8002 25.318 15.3602 27.9419C14.9853 30.305 15.1157 36.6611 15.1157 36.6611C16.3054 36.7426 17.6092 36.7915 18.9945 36.7915H19.0108Z' fill='%2300A0CA'/%3E%3Cpath d='M24.4147 36.5303C24.4147 36.5303 24.268 29.4735 25.197 26.8496C26.1259 24.2257 27.1527 19.9883 34.014 15.5717C36.4097 14.0234 37.192 14.1701 37.4365 14.3004C37.6809 14.4471 38.0558 15.0827 37.9906 17.9185C37.9091 20.7706 38.1373 28.5771 34.7963 32.0322C31.4553 35.4873 28.8639 36.3022 24.4147 36.5303Z' fill='%2300A0CA'/%3E%3Cpath d='M2.38519 8.13999C1.89626 8.04221 1.57031 7.55328 1.57031 7.04806C1.57031 6.41245 2.09184 5.90723 2.71115 5.90723C2.80894 5.90723 3.0045 5.93982 3.16748 6.00501C3.16748 6.00501 8.31752 8.33557 11.5607 12.6218L11.4792 12.7522C7.14409 9.34602 2.38519 8.15629 2.38519 8.15629V8.13999Z' fill='%2300A0CA'/%3E%3Cpath d='M1.23918 10.78C0.766549 10.6659 0.391707 10.2259 0.375409 9.70437C0.359111 9.06877 0.831738 8.51465 1.46734 8.51465C1.61402 8.51465 1.8259 8.54724 1.97258 8.61243C1.97258 8.61243 7.1715 10.7148 10.4147 14.6914L10.3169 14.8055C5.7862 11.5949 1.22289 10.78 1.22289 10.78H1.23918Z' fill='%2300A0CA'/%3E%3Cpath d='M1.00345 13.6477C0.530822 13.5337 0.188582 13.1099 0.172284 12.621C0.155986 12.0017 0.62861 11.4639 1.24792 11.4639C1.28051 11.4639 1.49238 11.4639 1.68795 11.5454C1.68795 11.5454 6.69131 13.5826 9.28262 16.7443L9.20113 16.8747C4.86598 14.1041 1.00345 13.664 1.00345 13.664V13.6477Z' fill='%2300A0CA'/%3E%3Cpath d='M35.6365 8.13999C36.1254 8.04221 36.4677 7.55328 36.4677 7.04806C36.4677 6.41245 35.9461 5.90723 35.3105 5.90723C35.2127 5.90723 35.0172 5.93982 34.8542 6.00501C34.8542 6.00501 29.7042 8.33557 26.4609 12.6218L26.5424 12.7522C30.8776 9.34602 35.6365 8.15629 35.6365 8.15629V8.13999Z' fill='%2300A0CA'/%3E%3Cpath d='M36.7934 10.78C37.266 10.6659 37.6409 10.2259 37.6572 9.70437C37.6898 9.06877 37.1845 8.51465 36.5652 8.51465C36.4186 8.51465 36.2067 8.54724 36.0437 8.61243C36.0437 8.61243 30.8611 10.7148 27.6016 14.6914L27.6994 14.8055C32.2464 11.5949 36.7934 10.78 36.7934 10.78Z' fill='%2300A0CA'/%3E%3Cpath d='M37.022 13.6477C37.4784 13.5337 37.8369 13.1099 37.8532 12.621C37.8858 12.0017 37.4132 11.4639 36.7939 11.4639C36.7287 11.4639 36.5494 11.4639 36.3375 11.5454C36.3375 11.5454 31.3342 13.5826 28.7266 16.7443L28.8081 16.8747C33.1432 14.1041 37.0057 13.664 37.0057 13.664L37.022 13.6477Z' fill='%2300A0CA'/%3E%3Cpath d='M34.797 113.945H27.5283V109.153H32.2383C32.9065 109.153 33.3954 109.023 33.7539 108.779C34.0962 108.518 34.357 108.257 34.5199 107.947C34.6992 107.605 34.797 107.214 34.797 106.774V96.1805H27.5283V91.3891H34.797V88.6348H3.19598V91.3891H10.4647V96.1805H3.19598V106.774C3.19598 107.214 3.29377 107.605 3.47304 107.947C3.63602 108.241 3.88048 108.518 4.22273 108.779C4.56498 109.023 5.07021 109.153 5.73841 109.153H10.4484V113.945H3.17969V116.699H34.7807V113.945H34.797ZM22.7531 113.945H15.2562V106.79H7.98747V98.56H15.2562V91.4054H22.7531V98.56H30.0218V106.79H22.7531V113.945Z' fill='%23231916'/%3E%3Cpath d='M9.6627 78.35C10.3309 77.9752 10.9665 77.4863 11.5369 76.8996C12.1073 76.3128 12.6126 75.612 13.0363 74.7646C13.46 73.9334 13.7697 72.9392 13.949 71.8147H16.6707V79.9146H21.4622V71.8147H24.0698C24.2327 72.9718 24.5261 73.966 24.9661 74.7972C25.4062 75.6283 25.9114 76.3454 26.4818 76.9484C27.0522 77.5352 27.6715 78.0241 28.356 78.3989C29.0242 78.7738 29.7087 79.0834 30.4095 79.3116C32.023 79.8494 33.7831 80.0613 35.7062 79.9635V77.307C34.1417 77.2092 32.8868 76.981 31.9578 76.5899C31.0125 76.1988 30.2954 75.7424 29.7902 75.2046C29.285 74.6831 28.9427 74.1127 28.7635 73.5097C28.5842 72.9066 28.4701 72.3362 28.4538 71.7984H31.86C32.3815 71.7984 32.8542 71.7169 33.2779 71.5702C33.6527 71.4236 33.995 71.1954 34.3046 70.8858C34.6306 70.5598 34.8262 70.1035 34.8914 69.4679V56.658H21.4622V54.5882H35.7062V51.8665H21.4622V49.9434H16.6707V51.8665H2.3125V54.5882H16.6707V56.658H3.20886V69.419C3.20886 69.419 3.22516 69.6145 3.25775 69.8753C3.29035 70.1198 3.42073 70.3968 3.6326 70.6902C3.84447 70.9835 4.18671 71.228 4.65934 71.4562C5.11568 71.6843 5.75128 71.7984 6.58246 71.7984H9.58122C9.53233 72.3362 9.41824 72.9066 9.25526 73.5097C9.07599 74.1127 8.73374 74.6831 8.22852 75.2046C7.70699 75.7424 6.98989 76.1825 6.04463 76.5573C5.09938 76.9322 3.86076 77.1766 2.32879 77.2744V79.9309C4.2519 79.9961 6.01204 79.7679 7.6255 79.2464C8.31 79.0182 8.9945 78.7086 9.6627 78.3337V78.35ZM21.4459 59.0211H30.1162V63.1118H21.4459V59.0211ZM21.4459 65.4261H30.1162V69.4842H21.4459V65.4261ZM7.98405 59.0211H16.6544V63.1118H7.98405V59.0211ZM7.98405 69.4842V65.4261H16.6544V69.4842H7.98405Z' fill='%23231916'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicombi-btnG {
    display: flex;
    justify-content: flex-end;
    margin-top: 4rem;
    gap: 0.8rem;
}
.brand-ci .cicombi-btnG .btn-type-a {
    display: block;
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0 2.4rem;
    border: 1px solid #777;
    border-radius: 3rem;
}
.brand-ci .cicombi-btnG .btn-type-a span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    font-size: 1.8rem;
}
.brand-ci .cicombi-btnG .btn-type-a span::after {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23222'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    transform: translateY(-1px);
}
.brand-ci .ciincorrect-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 3rem;
    column-gap: 3rem;
}
.brand-ci .ciincorrect-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
    overflow: hidden;
}
.brand-ci .ciincorrect-box img {
    display: block;
}
.brand-ci .ciincorrect-box img.type1 {
    height: 2rem;
}
.brand-ci .ciincorrect-box img.type2 {
    height: 2rem;
}
.brand-ci .ciincorrect-box img.type3 {
    height: 2.32rem;
}
.brand-ci .ciincorrect-box img.type4 {
    height: 4.17rem;
}
.brand-ci .ciincorrect-box img.type5 {
    height: 2rem;
}
.brand-ci .ciincorrect-box img.type6 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-ci .ciincorrect-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #777;
}
.brand-ci .ciincorrect-txt::before {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' transform='rotate(90 12 12)' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M21.5234 6.5L2.03786 17.75' stroke='%23FF0000' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.brand-ci .cicolor-list {
    display: flex;
    gap: 3rem;
}
.brand-ci .cicolor-li {
    flex-basis: 100%;
    flex-shrink: 1;
}
.brand-ci .cicolor-color {
    display: block;
    width: 100%;
    height: 15rem;
    padding: 2.5rem;
    border-radius: 0.8rem;
}
.brand-ci .cicolor-color span {
    font-weight: 700;
    line-height: 1.8rem;
    color: #fff;
}
.brand-ci .cicolor-color.blue {
    background-color: #00a0c9;
}
.brand-ci .cicolor-color.black {
    background-color: #231f20;
}
.brand-ci .cicolor-color.gold {
    background-color: #a29061;
}
.brand-ci .cicolor-color.silver {
    background-color: #a7a9ac;
}
.brand-ci .cicolor-text {
    margin-top: 1.5rem;
}
.brand-ci .cicolor-text strong {
    display: block;
    margin-bottom: 2px;
}
.brand-ci .cicolor-text span {
    display: block;
    font-weight: 400;
    color: #777;
}
.brand-ci .cihistory-img {
    flex-basis: 7.1%;
    flex-shrink: 1;
}
.brand-ci .cihistory-img-wrap {
    background-color: #f7f7f7;
    padding: 4rem;
    border-radius: 0.8rem;
}
.brand-ci .cihistory-img-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 118.4rem;
    margin: 0 auto;
    gap: 4rem;
}
.brand-ci .cihistory-img img {
    display: block;
    width: calc(100% - 4px);
    margin: 0 auto;
}
.brand-ci .cihistory-img .year {
    display: block;
    margin-top: 2rem;
    text-align: center;
    color: #2f75ff;
}
.brand-ci .cihistory-arrow {
    flex-basis: 17.5%;
    flex-shrink: 1;
    height: 1.2rem;
    background-image: url(../../static/images/brand/ci_history_arrow.svg);
    background-size: 100% 100%;
    margin-bottom: 4rem;
}
.brand-ci .cihistory-txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7.2rem;
}
.brand-ci .cihistory-txt-wrap {
    margin-top: 5rem;
}
.brand-ci .cihistory-txt-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
    max-width: 119.4rem;
    margin: 0 auto;
}
.brand-ci .cihistory-txt-box {
    margin-top: 1rem;
}
.brand-ci .cihistory-txt-box strong {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.86rem;
}
.brand-ci .cihistory-txt-box p {
    margin-top: 1.6rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #666666;
}
.brand-ci .cihistory-txt-box p em {
    color: #222;
}
.brand-ci .cihistory-txt-box p em.blue {
    color: #000081;
}
.brand-ci .cihistory-txt-box .ico-ci-text {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-top;
    background-image: url(../../static/images/brand/ico_ci_text.svg);
}
.brand-ci .cihistory-txt img {
    width: 5rem;
}

.overview-visual {
    padding: 15rem 0;
    background: url('../../assets/images/brand/overview01.jpg') no-repeat center center/cover;
    background-attachment: fixed;
}
.overview-visual .overview-inner {
    max-width: 144rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
}
.overview-visual .overview-inner .tit {
    color: #fff;
    font-size: 6rem;
    line-height: 8.6rem;
    letter-spacing: -0.2rem;
    font-weight: 700;
}
.overview-visual .overview-inner .text {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 5rem;
    line-height: 3.8rem;
}
.overview-visual .overview-inner .text .col-green {
    color: #37dfff;
}

.sooseok-box {
    padding: 12rem 0;
}
.sooseok-box .sooseok-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10rem;
}
.sooseok-box .sooseok-area .flex {
    display: flex;
    align-items: start;
    gap: 4.6rem;
}
.sooseok-box .sooseok-area .con_left {
    flex-basis: 72rem;
    flex-shrink: 0;
}
.sooseok-box .sooseok-area .con_left .tit {
    display: inline-block;
    font-weight: 700;
    font-size: 4rem;
    line-height: 5.2rem;
    margin-bottom: 4rem;
}
.sooseok-box .sooseok-area .con_left strong {
    color: #333;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 5.4rem;
    min-width: 7.7rem;
}
.sooseok-box .sooseok-area .con_left span {
    color: #333;
    font-size: 2.2rem;
    line-height: 5.4rem;
}
.sooseok-box .sooseok-area .con_left li {
    color: #333;
    font-size: 2.2rem;
    line-height: 5.4rem;
}
.sooseok-box .sooseok-area .con_right img {
    width: 64.3rem;
}

.missionVision-area {
    display: flex;
    align-items: center;
    gap: 12rem;
}
.missionVision-area .missionVision-img img {
    width: 100%;
    max-width: 70.5rem;
}
.missionVision-area .sub-title-area .ico-vision {
    display: block;
    width: 7.4rem;
    height: 7.4rem;
    background-image: url(../../static/images/brand/ico_vision.png);
    background-size: 100% 100%;
    margin-right: 2rem;
}
.missionVision-area .sub-title-area strong {
    display: inline-block;
    font-size: 6.4rem;
    line-height: 7.6rem;
    margin-top: 4rem;
}
.missionVision-area .sub-title-area .text {
    color: #777;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 3rem;
}

.mission-area {
    padding: 12rem 0;
}
.mission-area .sub-title-area strong {
    display: inline-block;
    font-size: 6.4rem;
    line-height: 7.6rem;
}
.mission-area .sub-title-area .text {
    color: #444;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 3rem;
}
.mission-area .mission-list {
    display: flex;
    gap: 2.4rem;
    margin-top: 8rem;
}
.mission-area .mission-list .text {
    color: #111;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 3rem;
}

.flex_organization_wrap {
    display: flex;
}
.flex_organization_wrap .title-s2 {
    padding-right: 3rem;
    width: 26.806%;
}

@media screen and (max-width: 1200px) {
    .brand-intro .brand-category {
        width: 27rem;
    }
    .brand-intro .brand-category .category-item {
        font-size: 2.5rem;
    }
    .brand-intro .brand-intro-swiper .thumb {
        width: calc(50vw - 27rem);
    }
    .brand-intro .brand-intro-swiper .content {
        margin-left: 4rem;
        width: calc(50vw - 4rem);
    }
    .brand-intro .brand-list-swiper {
        width: calc(50vw - 4rem);
    }
}
@media screen and (max-width: 992px) {
    .brand-intro .brand-category {
        width: 20rem;
    }
    .brand-intro .brand-category .category-item {
        font-size: 2rem;
    }
    .brand-intro .brand-intro-swiper .thumb {
        width: calc(50vw - 20rem);
    }
    .brand-intro .brand-intro-swiper .content {
        margin-left: 2rem;
        width: calc(50vw - 2rem);
    }
    .brand-intro .brand-intro-swiper .title-h2 {
        font-size: 4.2rem;
    }
    .brand-intro .brand-list-swiper {
        width: calc(50vw - 2rem);
    }
    .brand-ci .motif-list-wrap::before {
        width: 19.385%;
    }
    .brand-ci .motif-list {
        width: 80.615%;
    }
    .brand-ci .citype-list {
        flex-direction: column;
        gap: 0.8rem;
    }
    .brand-ci .citype-li {
        width: 100%;
        padding: 4.4rem 0;
        border-radius: 1.6rem;
    }
    .brand-ci .citype-li .citype-ico-kor3 {
        width: 5.7rem;
    }
    .brand-ci .citype-li .citype-ico-cc3 {
        width: 6rem;
    }
    .brand-ci .citype-li .citype-ico-eng3 {
        width: 20rem;
    }
    .brand-ci .cicombi {
        flex-direction: column;
    }
    .brand-ci .cicombi-box {
        width: 100%;
    }
}
@media screen and (max-width: 766px) {
    /*탭메뉴 삭제로 인한 수정 top: 4.2rem;*/
    .brand-history .page-menu-list2.fixed {
        top: 0rem;
    }
    .brand-history .history-list:first-child .history-item {
        border-top: 0;
        padding-top: 0;
    }
    .flex_organization_wrap {
        flex-direction: column;
    }
    .flex_organization_wrap .title-s2 {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .flex_organization_wrap .plank-cont {
        margin-top: 1.6rem;
    }
    .flex_organization_wrap .plank-cont .scr-x img {
        width: 80rem;
    }
    .missionVision-area {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        gap: 2.8rem;
    }
    .missionVision-area .missionVision-img img {
        width: 100%;
        max-width: 70.5rem;
    }
    .missionVision-area .sub-title-area .ico-vision {
        display: block;
        width: 4.5rem;
        height: 4.5rem;
        background-image: url(../../static/images/brand/ico_vision.png);
        background-size: 100% 100%;
        margin-right: 2rem;
    }
    .missionVision-area .sub-title-area strong {
        display: inline-block;
        font-size: 3.4rem;
        line-height: 4.6rem;
        margin-top: 1rem;
    }
    .missionVision-area .sub-title-area .text {
        color: #777;
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 1rem;
    }
    .sooseok-box {
        padding: 6.4rem 0;
    }
    .sooseok-box .sooseok-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10rem;
    }
    .sooseok-box .sooseok-area .flex {
        display: block;
        align-items: start;
        gap: 4.6rem;
    }
    .sooseok-box .sooseok-area .flex ~ .flex {
        margin-top: 3.2rem;
    }
    .sooseok-box .sooseok-area .con_left .tit {
        display: inline-block;
        font-size: 2.4rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
    }
    .sooseok-box .sooseok-area .con_left strong {
        display: block;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 2.6rem;
        min-width: auto;
        margin-bottom: 0.4rem;
    }
    .sooseok-box .sooseok-area .con_left span {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-top: 0.4rem;
    }
    .sooseok-box .sooseok-area .con_left li {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .sooseok-box .sooseok-area .con_left li ~ li {
        margin-top: 3rem;
    }
    .sooseok-box .sooseok-area .con_left li span {
        display: block;
    }
    .sooseok-box .sooseok-area .con_right img {
        width: 100%;
    }
    .mission-area {
        padding: 6.4rem 0;
    }
    .mission-area .sub-title-area strong {
        display: inline-block;
        font-size: 3.4rem;
        line-height: 4.6rem;
        margin-top: 2rem;
    }
    .mission-area .sub-title-area .text {
        color: #444;
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 1rem;
    }
    .mission-area .mission-list {
        display: block;
        gap: 2.4rem;
        margin-top: 4rem;
    }
    .mission-area .mission-list li ~ li {
        margin-top: 3.6rem;
    }
    .mission-area .mission-list .text {
        color: #111;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-top: 2.4rem;
    }
    .overview-visual {
        padding: 6.4rem 0;
        max-height: 64.1rem;
    }
    .overview-visual .overview-inner {
        text-align: left;
        padding: 0 1.6rem;
    }
    .overview-visual .overview-inner .tit {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .overview-visual .overview-inner .text {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .sooseok-box .sooseok-area {
        display: block;
    }
    .sooseok-box .sooseok-area .con_right {
        margin-top: 3rem;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap {
        margin: 0 -1.6rem 6.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap.mg-no {
        margin: 0 0 2.8rem;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap.mg-no .page-menu-list {
        border: 0;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap.mg-no .page-menu-list2 {
        border: 0;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap2 {
        margin: 0 -1.6rem 6.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap2.mg-no {
        margin: 0 0 6.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap2.mg-no .page-menu-list {
        border: 0;
    }
    #wrap:not(.main) .brand-history .page-menu-wrap2.mg-no .page-menu-list2 {
        border: 0;
    }
    #wrap:not(.main) .brand-history .page-menu-list {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item {
        padding: 0 1rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item a {
        font-size: 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item:first-child {
        padding-left: 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item:last-child {
        padding-right: 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item.on a {
        background-color: transparent;
        color: #000 !important;
        font-weight: 600;
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item.on a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #162da1;
    }
    #wrap:not(.main) .brand-history .page-menu-list .year-item a {
        position: relative;
        padding: 1.8rem 0 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item {
        padding: 0 1rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item a {
        font-size: 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item:first-child {
        padding-left: 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item:last-child {
        padding-right: 1.6rem;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item.on a {
        background-color: transparent;
        color: #000 !important;
        font-weight: 600;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item.on a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #162da1;
    }
    #wrap:not(.main) .brand-history .page-menu-list2 .year-item a {
        position: relative;
        padding: 1.8rem 0 1.6rem;
    }
    #wrap:not(.main) .brand-history .history-gallery-box .gallery-grid {
        margin: 0.2rem;
    }
    .brand-intro .sub-visual img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .brand-intro .sub-visual .title-h2 {
        font-size: 2.4rem;
    }
    .brand-intro .sub-visual .content {
        position: relative;
        align-content: flex-start;
        padding: 6.4rem 1.6rem 15.7rem;
        gap: 2rem;
        text-align: left;
    }
    .brand-intro .brand-category {
        position: relative;
        width: 100%;
        height: 5.5rem;
    }
    .brand-intro .brand-category .category-list {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        white-space: nowrap;
        font-size: 0;
        background-color: #fff;
        overflow-x: auto;
        box-shadow: 0.1rem 0.1rem 1.6rem rgba(0, 0, 0, 0.12);
        z-index: 2;
    }
    .brand-intro .brand-category .category-list.fixed {
        position: fixed;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1001;
        transition: transform 0.6s;
        transform: translateY(0);
    }
    .brand-intro .brand-category .category-list.fixed.hidden {
        transform: translateY(-100%);
    }
    .brand-intro .brand-category .category-item {
        display: inline-block;
        padding: 1.8rem 1rem;
        font-weight: 400;
        font-size: 1.6rem;
    }
    .brand-intro .brand-category .category-item:first-child {
        padding-left: 1.6rem;
    }
    .brand-intro .brand-category .category-item:last-child {
        padding-right: 1.6rem;
    }
    .brand-intro .brand-category .category-item.on {
        font-weight: 600;
    }
    .brand-intro .brand-category .category-item:before {
        display: none;
    }
    .brand-intro .brand-intro-wrap {
        height: auto;
    }
    .brand-intro .brand-intro-swiper {
        display: block;
        height: auto;
    }
    .brand-intro .brand-intro-swiper .intro-list {
        display: block;
    }
    .brand-intro .brand-intro-swiper .bind {
        flex-direction: column-reverse;
    }
    .brand-intro .brand-intro-swiper .content {
        margin: 6.4rem 0 4rem;
        padding: 0 1.6rem;
        width: 100%;
        max-width: none;
    }
    .brand-intro .brand-intro-swiper .thumb {
        position: relative;
        width: 100%;
    }
    .brand-intro .brand-intro-swiper .thumb:before {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .brand-intro .brand-intro-swiper .thumb img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .brand-intro .brand-intro-swiper .title-h2 {
        font-size: 2.4rem;
    }
    .brand-intro .brand-intro-swiper .text-1 {
        margin-top: 1.6rem;
    }
    .brand-intro .brand-intro-swiper .intro-item-1 .content {
        padding-bottom: 4rem;
    }
    .brand-intro .brand-list-swiper {
        position: relative;
        bottom: auto;
        width: 100%;
        max-width: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .brand-intro .brand-list {
        align-items: flex-end;
    }
    .brand-intro .brand-list li {
        padding: 0 1rem;
        border: none;
        width: 45%;
    }
    .brand-intro .brand-list li:first-child {
        padding-left: 1.6rem;
    }
    .brand-intro .brand-list li:last-child {
        padding-right: 1.6rem;
    }
    .brand-intro .brand-list li a {
        position: relative;
        padding: 1.8rem 0;
        word-break: break-all;
    }
    .brand-intro .brand-list li.on a:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #000081;
    }
    .brand-intro .brand-list li .num {
        display: none;
    }
    .brand-intro .brand-list li .brand-name {
        font-size: 1.6rem;
    }

    .brand-ceo .section-inner {
        /* width: 100%; */
        padding: 10.33% 3rem 0 3rem !important;
    }

    .brand-ceo .ceo-about {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        /* gap: 22.5rem; */
    }

    .brand-ceo .ceo-about .main-title br {
        display: none;
    }

    .brand-ceo .ceo-about .ceo-content {
        margin-top: 4rem;
        padding-bottom: 20.33%;
    }

    .brand-ceo .ceo-about .ceo-content p {
        font-size: 1.5rem;
        line-height: 2.7rem;
    }
    .brand-ceo .section-contents .main-title {
        font-size: 3.6rem;
    } 
    .brand-ceo .section-contents .main-title br {
        display: none;
    }

    .brand-ceo .ourvaluescont .section-inner {
        padding: 20.33% 3rem !important;
    }

    .brand-ceo .values-area {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }

    .brand-ceo .values-area .values-content {
        grid-template-columns: 1fr;
        gap: 20px; 
        margin-top: 4rem;
    }

    .brand-ceo .values-area .values-content dl {
        border: 1px solid #e0e0e0 !important; 
        padding: 30px 20px !important;
        margin-bottom: 0;
    }

    .brand-ceo .values-area .values-content dl:nth-child(even),
    .brand-ceo .values-area .values-content dl:nth-last-child(-n+2) {
        border-left: 1px solid #e0e0e0 !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .brand-ceo .values-area .values-content dt {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .brand-ceo .values-area .values-content dd {
        font-size: 1.5rem;
        line-height: 2.7rem;
        margin-top: 2rem;
    }


    .brand-ceo .timeline-area .timeline-header {
        padding-bottom: 4rem; 
    }

    .brand-ceo .timeline-area {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }

    .brand-ceo .timeline-area .timeline-container::before {
        left: 20px;
    }
    .timeline-item {
        flex-direction: column;
    }
    .timeline-year {
        text-align: left;
        padding-left: 45px;
        margin-bottom: 15px;
        width: auto;
        font-size: 2.4rem;
        line-height: 3.6rem;ㄴ
    }
    .timeline-dot {
        left: 13px;
        width: 16px;
        height: 16px;
    }
    .timeline-content {
        padding-left: 45px;
        flex-direction: column;
    }
    .event-date {
        font-size: 1.5rem;
        line-height: 2.7rem;
    }

    .event-desc {
        font-size: 1.5rem;
        line-height: 2.7rem;
    }

    .timeline-image {
        margin-top: 20px;
    }


    .brand-ceo .sub-wrap-gray {
        padding: 6.4rem 0;
    }
    .brand-ceo .ceo-intro {
        display: flex;
        flex-direction: column-reverse;
        gap: 0rem;
    }
    .brand-ceo .ceo-intro .ceo-img {
        flex: 0 0 100%;
    }
    .brand-ceo .ceo-intro .ceo-img img {
        width: 100%;
        max-width: 100%;
    }
    .brand-ceo .ceo-intro .ceo-content span {
        display: none;
    }
    .brand-ceo .ceo-intro .ceo-content dt {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .brand-ceo .ceo-intro .ceo-content dd {
        font-size: 1.5rem;
        line-height: 2.7rem;
        margin-top: 2rem;
    }
    .brand-history .history-item {
        padding: 3rem 0;
        flex-direction:column;
    }
    .brand-history .history-item .title-s1 {
        font-size: 2rem;
    }
    .brand-history .history-item dt {
        min-width: 2.6rem;
    }
    .brand-history .history-item dl {
        font-size: 1.5rem;
        gap: 1.6rem 1.5rem;
    }
    .brand-history .history-item dd {
        /*width: calc(100% - 5.1rem); */
        width: 100%;
        font-size: 1.5rem;
    }
    .brand-history .history-item .year {
        padding-right: 3rem;
    }
    .brand-history .history-item .year {
        flex: 0 0 5rem;
        display: none;
    }
    .brand-history .history-item .year.mo {
        display: block;
    }
    .brand-value .sub-wrap-gray {
        padding: 6.4rem 0;
    }
    .brand-value .valuecont {
        gap: 4rem;
    }
    .brand-value .valuecont-box {
        gap: 2rem;
    }
    .brand-value .valuecont-box:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .brand-value .valuecont-box:nth-child(2n-1) {
        flex-direction: column;
    }
    .brand-value .valuecont-img {
        width: 100%;
        height: 13.2rem;
        flex-basis: auto;
        border-radius: 1.6rem;
    }
    .brand-value .valuecont-img img {
        object-fit: cover;
    }
    .brand-value .valuecont-text {
        padding-left: 0 !important;
        width: 100%;
    }
    .brand-value .valuecont-text i {
        margin-bottom: 1.4rem;
        width: 4rem;
        height: 4rem;
    }
    .brand-value .valuecont-text strong {
        font-size: 2.4rem;
        line-height: 1;
    }
    .brand-value .valuecont-text p {
        margin-top: 0.8rem;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .brand-value .value-slide {
        margin-top: 6.4rem;
    }
    .brand-value .value-slide .data-head {
        margin-bottom: 2.8rem;
    }
    .brand-value .value-slide .title-h2 {
        font-size: 2.4rem;
    }
    .brand-value .value-slide .text-1 {
        margin-top: 1.6rem;
    }
    .brand-value .swiper-wrapper {
        display: block;
    }
    .brand-value .swiper-slide {
        width: auto;
    }
    .brand-value .swiper-slide + .swiper-slide {
        margin-top: 3rem;
    }
    .brand-value .swiper-slide .valueslide-txt {
        margin: 1.8rem 1rem 0 !important;
    }
    .brand-value .swiper-slide .valueslide-txt dt {
        margin-bottom: 0.4rem;
    }
    .brand-value .swiper-slide .valueslide-txt dd {
        font-size: 1.5rem;
    }
    .brand-value .swiper-slide .valueslide-img {
        width: 100% !important;
        height: 60.9756097561vw !important;
    }
    .brand-value .swiper-slide .valueslide-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brand-value .swiper-slide:nth-of-type(2n) {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }
    .brand-ci .br {
        display: none;
    }
    .brand-ci .sub-wrap-gray {
        padding: 6.4rem 0;
    }
    .brand-ci .ci-type .content-wrap {
        margin-top: 2.8rem;
        gap: 4rem;
    }
    .brand-ci .ci-type .content strong {
        font-size: 1.8rem;
        line-height: 2.15rem;
    }
    .brand-ci .ci-motif {
        gap: 2.8rem;
    }
    .brand-ci .ci-motif .title-s2 {
        text-align: left;
        font-size: 1.8rem;
    }
    .brand-ci .motif-img {
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }
    .brand-ci .motif-logo {
        width: 18rem;
    }
    .brand-ci .motif-list-wrap {
        width: 100%;
        flex-basis: 100%;
    }
    .brand-ci .motif-list-wrap::before {
        display: none;
    }
    .brand-ci .motif-list {
        width: 100%;
        gap: 1.4rem;
    }
    .brand-ci .motif-li {
        flex-direction: column;
        gap: 1rem;
        border-radius: 1.6rem;
        height: auto;
        padding: 2.4rem;
    }
    .brand-ci .motif-li p {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .brand-ci .motif-li::before {
        left: 50%;
        top: 0;
        z-index: 5;
    }
    .brand-ci .motif-li::after {
        content: "";
        display: block;
        width: 1px;
        height: 1.4rem;
        position: absolute;
        top: -0.2rem;
        left: 50%;
        transform: translate(-50%, -100%);
        background-color: #dbdbdb;
        z-index: 0;
    }
    .brand-ci .motif-li:first-of-type .motif-ico .num {
        color: #2f75ff;
    }
    .brand-ci .motif-li:first-of-type::after {
        height: 2.5rem;
    }
    .brand-ci .motif-li:nth-of-type(2) .motif-ico .num {
        color: #ff4002;
    }
    .brand-ci .motif-li:last-of-type .motif-ico .num {
        color: #162da1;
    }
    .brand-ci .motif-ico {
        width: auto;
        height: auto;
        background-color: transparent !important;
    }
    .brand-ci .motif-ico i {
        display: none;
    }
    .brand-ci .motif-ico .num {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .brand-ci .ci-cont {
        margin-top: 6.4rem;
    }
    .brand-ci .ci-cont.mt0 {
        margin-top: 0;
        background-color: #fff;
    }
    .brand-ci .ci-cont .ci-tit {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .brand-ci .citype-list {
        margin-top: 0rem;
        gap: 0.8rem;
    }
    .brand-ci .citype-li {
        padding: 3.6rem 0 2.4rem;
        gap: 1rem;
    }
    .brand-ci .citype-li span {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .brand-ci .citype-li .citype-ico-kor1 {
        width: 12.8rem;
        height: 1.4rem;
    }
    .brand-ci .citype-li .citype-ico-cc1 {
        width: 12.4rem;
        height: 1.5rem;
    }
    .brand-ci .citype-li .citype-ico-eng1 {
        width: 21.6rem;
        height: 1.2rem;
    }
    .brand-ci .citype-li .citype-ico-kor2 {
        width: 14.2rem;
        height: 1.5rem;
    }
    .brand-ci .citype-li .citype-ico-kor3 {
        width: 10rem;
    }
    .brand-ci .citype-li .citype-ico-cc3 {
        width: 6rem;
    }
    .brand-ci .citype-li .citype-ico .citype-ico-eng3 {
        width: 15.9rem;
    }
    .brand-ci .citype-li .citype-ico-cc2 {
        width: 14rem;
        height: 1.5rem;
    }
    .brand-ci .citype-li .citype-ico-eng2 {
        width: 24rem;
        height: 1.2rem;
    }
    .brand-ci .ci-combination {
        background-color: #f7f7f7;
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem;
        padding: 6.4rem 1.6rem;
    }
    .brand-ci .ci-combination .tab {
        margin-top: 2.8rem;
    }
    .brand-ci .ci-box {
        margin-top: 2.8rem;
    }
    .brand-ci .cicombi {
        flex-direction: row;
        gap: 0.8rem;
    }
    .brand-ci .cicombi-box strong {
        font-size: 1.2rem;
        line-height: 1.43rem;
    }
    .brand-ci .cicombi-box ul {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        margin-top: 1.2rem;
        height: 23rem;
        gap: 3.9rem;
    }
    .brand-ci .cicombi-box ul.ci_flex {
        height: auto;
        flex-direction: column;
        border-radius: 1.6rem;
        padding: 4rem 5rem;
        margin-top: 3rem;
        gap: 2.6rem;
    }
    .brand-ci .cicombi-box ul.ci_flex.row {
        flex-direction: row;
    }
    .brand-ci .cicombi-box ul.ci_flex.row li {
        display: flex;
        justify-content: center;
    }
    .brand-ci .cicombi-box ul.ci_flex.row .h01 {
        width: 3rem;
    }
    .brand-ci .cicombi-box ul.ci_flex.row .h02 {
        width: 3rem;
    }
    .brand-ci .cicombi-box ul.ci_flex li {
        flex: 1;
    }
    .brand-ci .cicombi-box ul.ci_flex li .w01 {
        width: 10.2rem;
    }
    .brand-ci .cicombi-box ul.ci_flex li .w02 {
        width: 18rem;
    }
    .brand-ci .cicombi-box ul.ci_flex li .w03 {
        width: 10.1rem;
    }
    .brand-ci .cicombi-box ul.ci_flex li .w04 {
        width: 14.8rem;
    }
    .brand-ci .cicombi-box ul.ci_flex li .w05 {
        width: 26.2rem;
    }
    .brand-ci .cicombi-box ul.ci_flex li .w06 {
        width: 17.3rem;
    }
    .brand-ci .cicombi-box ul.gap-60x {
        gap: 2.6rem;
        margin-top: 1.2rem;
    }
    .brand-ci .cicombi-box ul.vertical {
        gap: 2.8rem;
    }
    .brand-ci .cicombi-ico.type1 {
        gap: 0.4rem;
    }
    .brand-ci .cicombi-ico.type1 .symbol {
        width: 1.24rem;
        height: 1.2rem;
    }
    .brand-ci .cicombi-ico.type1 .logo {
        width: 8.79rem;
        height: 1rem;
    }
    .brand-ci .cicombi-ico.type2 {
        gap: 0.4rem;
    }
    .brand-ci .cicombi-ico.type2 .symbol {
        width: 1.24rem;
        height: 1.2rem;
    }
    .brand-ci .cicombi-ico.type2 .logo {
        width: 8.79rem;
        height: 1rem;
    }
    .brand-ci .cicombi-ico.type3 {
        gap: 0.27rem;
    }
    .brand-ci .cicombi-ico.type3 .symbol {
        width: 0.83rem;
        height: 0.8rem;
    }
    .brand-ci .cicombi-ico.type3 .logo {
        width: 10.95rem;
        height: 0.63rem;
    }
    .brand-ci .cicombi-ico.type4 {
        gap: 0.4rem;
    }
    .brand-ci .cicombi-ico.type4 .symbol {
        width: 1.24rem;
        height: 1.2rem;
    }
    .brand-ci .cicombi-ico.type4 .logo {
        width: 10.05rem;
        height: 1.06rem;
    }
    .brand-ci .cicombi-ico.type5 {
        gap: 0.4rem;
    }
    .brand-ci .cicombi-ico.type5 .symbol {
        width: 1.24rem;
        height: 1.2rem;
    }
    .brand-ci .cicombi-ico.type5 .logo {
        width: 9.9rem;
        height: 1.06rem;
    }
    .brand-ci .cicombi-ico.type6 {
        gap: 0.24rem;
    }
    .brand-ci .cicombi-ico.type6 .symbol {
        width: 0.72rem;
        height: 0.7rem;
    }
    .brand-ci .cicombi-ico.type6 .logo {
        width: 11rem;
        height: 0.55rem;
    }
    .brand-ci .cicombi-ico.type7 {
        gap: 0.5rem;
    }
    .brand-ci .cicombi-ico.type7 .symbol {
        width: 2.12rem;
        height: 2.05rem;
    }
    .brand-ci .cicombi-ico.type7 .logo {
        width: 7.42rem;
        height: 0.85rem;
    }
    .brand-ci .cicombi-ico.type8 {
        gap: 0.45rem;
    }
    .brand-ci .cicombi-ico.type8 .symbol {
        width: 2.1rem;
        height: 2.07rem;
    }
    .brand-ci .cicombi-ico.type8 .logo {
        width: 7.28rem;
        height: 0.87rem;
    }
    .brand-ci .cicombi-ico.type9 {
        gap: 0.45rem;
    }
    .brand-ci .cicombi-ico.type9 .symbol {
        width: 1.96rem;
        height: 1.9rem;
    }
    .brand-ci .cicombi-ico.type9 .logo {
        width: 11.17rem;
        height: 0.64rem;
    }
    .brand-ci .cicombi-ico.type10 {
        gap: 0.45rem;
    }
    .brand-ci .cicombi-ico.type10 .symbol {
        width: 2.12rem;
        height: 2.05rem;
    }
    .brand-ci .cicombi-ico.type10 .logo {
        width: 8.47rem;
        height: 0.89rem;
    }
    .brand-ci .cicombi-ico.type11 {
        gap: 0.45rem;
    }
    .brand-ci .cicombi-ico.type11 .symbol {
        width: 2.12rem;
        height: 2.05rem;
    }
    .brand-ci .cicombi-ico.type11 .logo {
        width: 8.35rem;
        height: 0.9rem;
    }
    .brand-ci .cicombi-ico.type12 {
        gap: 0.46rem;
    }
    .brand-ci .cicombi-ico.type12 .symbol {
        width: 1.96rem;
        height: 1.9rem;
    }
    .brand-ci .cicombi-ico.type12 .logo {
        width: 12.84rem;
        height: 0.64rem;
    }
    .brand-ci .cicombi-ico.type13 .logo {
        width: 1.6rem;
        height: 12.64rem;
    }
    .brand-ci .cicombi-ico.type14 .logo {
        width: 1.6rem;
        height: 12.64rem;
    }
    .brand-ci .cicombi-ico.type15 .logo {
        width: 1.6rem;
        height: 14.3rem;
    }
    .brand-ci .cicombi-ico.type16 .logo {
        width: 1.6rem;
        height: 14.3rem;
    }
    .brand-ci .cicombi-btnG {
        flex-direction: column;
        width: 22.3rem;
        margin: 2.8rem auto 0;
    }
    .brand-ci .cicombi-btnG .btn-type-a {
        padding: 0 3.6rem;
    }
    .brand-ci .cicombi-btnG .btn-type-a span {
        justify-content: space-between;
        font-size: 1.4rem;
    }
    .brand-ci .cicombi-btnG .btn-type-a span::after {
        width: 1.6rem;
        height: 1.6rem;
    }
    .brand-ci .ciincorrect-list {
        grid-template-columns: 1fr 1fr;
        column-gap: 0.8rem;
        row-gap: 2rem;
    }
    .brand-ci .ciincorrect-box {
        height: 5.2rem;
    }
    .brand-ci .ciincorrect-box img.type1 {
        height: 1.2rem;
    }
    .brand-ci .ciincorrect-box img.type2 {
        height: 1.2rem;
    }
    .brand-ci .ciincorrect-box img.type3 {
        height: 1rem;
    }
    .brand-ci .ciincorrect-box img.type4 {
        height: 2.2rem;
    }
    .brand-ci .ciincorrect-box img.type5 {
        height: 1.2rem;
    }
    .brand-ci .ciincorrect-box img.type6 {
        width: 140%;
        height: 140%;
    }
    .brand-ci .ciincorrect-txt {
        margin-top: 0.8rem;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
    }
    .brand-ci .ciincorrect-txt::before {
        display: none;
    }
    .brand-ci .ci-color {
        background-color: #f7f7f7;
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem;
        padding: 6.4rem 1.6rem;
    }
    .brand-ci .cicolor-list {
        gap: 0.8rem;
        row-gap: 2rem;
        flex-wrap: wrap;
    }
    .brand-ci .cicolor-li {
        flex-basis: calc(50% - 0.4rem);
    }
    .brand-ci .cicolor-color {
        height: 7.1rem;
        padding: 1.2rem;
    }
    .brand-ci .cicolor-color span {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .brand-ci .cicolor-text {
        margin-top: 0.8rem;
    }
    .brand-ci .cicolor-text strong {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 4px;
    }
    .brand-ci .cicolor-text span {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .brand-ci .cihistory-img {
        flex-basis: calc((100% - 3.9rem) / 4);
    }
    .brand-ci .cihistory-img-wrap {
        padding: 2rem;
    }
    .brand-ci .cihistory-img-group {
        gap: 0;
    }
    .brand-ci .cihistory-img img {
        width: 3rem;
        height: 3rem;
    }
    .brand-ci .cihistory-img .year {
        white-space: nowrap;
        margin-top: 0.8rem;
        font-size: 1.2rem;
        line-height: 1.43rem;
    }
    .brand-ci .cihistory-arrow {
        flex-basis: 1.3rem;
        width: 1.3rem;
        height: 1.3rem;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 16.668L13.3346 10.0013L6.66797 3.33464' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-size: 100% 100%;
        flex-shrink: 0;
        margin-bottom: 2rem;
    }
    .brand-ci .cihistory-txt {
        gap: 2rem;
    }
    .brand-ci .cihistory-txt-wrap {
        margin-top: 2.8rem;
    }
    .brand-ci .cihistory-txt-box {
        margin-top: 0.2rem;
    }
    .brand-ci .cihistory-txt-box strong {
        font-size: 1.8rem;
    }
    .brand-ci .cihistory-txt-box p {
        margin-top: 1rem;
        font-size: 1.5rem;
        line-height: 2.7rem;
    }
    .brand-ci .cihistory-txt img {
        width: 3rem;
    }
    .brand-ci .cihistory-txt .ico-ci-text {
        width: 1.8rem;
        height: 1.8rem;
        background-size: 100% 100%;
    }
}
.window-mo .brand-intro .sub-visual img {
    position: absolute;
    top: 0;
    left: 0;
}
.window-mo .brand-intro .sub-visual .title-h2 {
    font-size: 2.4rem;
}
.window-mo .brand-intro .sub-visual .content {
    position: relative;
    align-content: flex-start;
    padding: 6.4rem 1.6rem 15.7rem;
    gap: 2rem;
    text-align: left;
}
.window-mo .brand-intro .brand-category {
    position: relative;
    width: 100%;
    height: 5.5rem;
}
.window-mo .brand-intro .brand-category .category-list {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    background-color: #fff;
    overflow-x: auto;
    box-shadow: 0.1rem 0.1rem 1.6rem rgba(0, 0, 0, 0.12);
    z-index: 2;
}
.window-mo .brand-intro .brand-category .category-list.fixed {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1001;
    transition: transform 0.6s;
    transform: translateY(0);
}
.window-mo .brand-intro .brand-category .category-list.fixed.hidden {
    transform: translateY(-100%);
}
.window-mo .brand-intro .brand-category .category-item {
    display: inline-block;
    padding: 1.8rem 1rem;
    font-weight: 400;
    font-size: 1.6rem;
}
.window-mo .brand-intro .brand-category .category-item:first-child {
    padding-left: 1.6rem;
}
.window-mo .brand-intro .brand-category .category-item:last-child {
    padding-right: 1.6rem;
}
.window-mo .brand-intro .brand-category .category-item.on {
    font-weight: 600;
}
.window-mo .brand-intro .brand-category .category-item:before {
    display: none;
}
.window-mo .brand-intro .brand-intro-wrap {
    height: auto;
}
.window-mo .brand-intro .brand-intro-swiper {
    display: block;
    height: auto;
}
.window-mo .brand-intro .brand-intro-swiper .intro-list {
    display: block;
}
.window-mo .brand-intro .brand-intro-swiper .bind {
    flex-direction: column-reverse;
}
.window-mo .brand-intro .brand-intro-swiper .content {
    margin: 6.4rem 0 4rem;
    padding: 0 1.6rem;
    width: 100%;
    max-width: none;
}
.window-mo .brand-intro .brand-intro-swiper .thumb {
    position: relative;
    width: 100%;
}
.window-mo .brand-intro .brand-intro-swiper .thumb:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.window-mo .brand-intro .brand-intro-swiper .thumb img {
    position: absolute;
    top: 0;
    left: 0;
}
.window-mo .brand-intro .brand-intro-swiper .title-h2 {
    font-size: 2.4rem;
}
.window-mo .brand-intro .brand-intro-swiper .text-1 {
    margin-top: 1.6rem;
}
.window-mo .brand-intro .brand-intro-swiper .intro-item-1 .content {
    padding-bottom: 4rem;
}
.window-mo .brand-intro .brand-list-swiper {
    position: relative;
    bottom: auto;
    width: 100%;
    max-width: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.window-mo .brand-intro .brand-list {
    align-items: flex-end;
}
.window-mo .brand-intro .brand-list li {
    padding: 0 1rem;
    border: none;
    width: 45%;
}
.window-mo .brand-intro .brand-list li:first-child {
    padding-left: 1.6rem;
}
.window-mo .brand-intro .brand-list li:last-child {
    padding-right: 1.6rem;
}
.window-mo .brand-intro .brand-list li a {
    position: relative;
    padding: 1.8rem 0;
    word-break: break-all;
}
.window-mo .brand-intro .brand-list li.on a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000081;
}
.window-mo .brand-intro .brand-list li .num {
    display: none;
}
.window-mo .brand-intro .brand-list li .brand-name {
    font-size: 1.6rem;
}
.window-mo .citype-list .text-2 {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

/*241108*/
.new-ci-cont-logo-ty {
    padding-top: 12rem;
}

/*241120*/
.new-brand-value .valuecont {
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
}

.new-brand-value .valuecont-box {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.new-brand-value .valuecont-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 9rem;
    flex-basis: 50%;
    flex-shrink: 1;
}

.new-brand-value .valuecont-text:first-child {
    padding-left: 12rem;
}

.new-brand-value .valuecont-text i {
    display: block;
    width: 7.4rem;
    height: 7.4rem;
    margin-bottom: 4rem;
}

.new-brand-value .valuecont-text i.ico-bulb {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8445 43.759L20.1381 44.4668L20.8445 43.759ZM58.8942 27.5604C58.8942 33.6111 56.44 39.0867 52.4703 43.0493L53.8832 44.4648C58.2134 40.1424 60.8942 34.1635 60.8942 27.5604H58.8942ZM37.0096 5.67578C49.0962 5.67578 58.8942 15.4739 58.8942 27.5604H60.8942C60.8942 14.3693 50.2007 3.67578 37.0096 3.67578V5.67578ZM15.125 27.5604C15.125 15.4739 24.9231 5.67578 37.0096 5.67578V3.67578C23.8185 3.67578 13.125 14.3693 13.125 27.5604H15.125ZM21.5509 43.0512C17.58 39.0885 15.125 33.6121 15.125 27.5604H13.125C13.125 34.1646 15.8067 40.1443 20.1381 44.4668L21.5509 43.0512ZM24.5495 58.5606V49.6311H22.5495V58.5606H24.5495ZM27.5495 61.5606C25.8926 61.5606 24.5495 60.2174 24.5495 58.5606H22.5495C22.5495 61.322 24.7881 63.5606 27.5495 63.5606V61.5606ZM46.4726 61.5606H27.5495V63.5606H46.4726V61.5606ZM49.4726 58.5606C49.4726 60.2174 48.1294 61.5606 46.4726 61.5606V63.5606C49.234 63.5606 51.4726 61.322 51.4726 58.5606H49.4726ZM49.4726 49.6284V58.5606H51.4726V49.6284H49.4726ZM20.1381 44.4668C21.5957 45.9214 22.5495 47.735 22.5495 49.6311H24.5495C24.5495 47.0519 23.2611 44.7579 21.5509 43.0512L20.1381 44.4668ZM52.4703 43.0493C50.7605 44.7559 49.4726 47.0497 49.4726 49.6284H51.4726C51.4726 47.7327 52.4261 45.9193 53.8832 44.4648L52.4703 43.0493Z' fill='%23FF4002'/%3E%3Cpath d='M23.5469 50.4531L50.47 50.4531' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M23.5469 55.8379L37.0084 55.8379' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43.7344 55.8379H50.4651' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M28.9297 62.5723H45.0835V65.303C45.0835 67.5122 43.2927 69.303 41.0835 69.303H32.9297C30.7205 69.303 28.9297 67.5122 28.9297 65.303V62.5723Z' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M53.3333 27.6673C53.3333 25.5224 52.9109 23.3985 52.09 21.4168C51.2692 19.4352 50.0661 17.6346 48.5494 16.1179C47.0327 14.6012 45.2321 13.3981 43.2505 12.5773C41.2688 11.7565 39.1449 11.334 37 11.334' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

.new-brand-value .valuecont-text i.ico-heart {
    /*
    width: 6.8rem;
    height: 5.6rem;
    */
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9394 38.3429C6.35355 31.8591 6.35355 21.3467 12.9394 14.8629C19.5252 8.37904 30.2028 8.37904 36.7887 14.8629L39 17.04L41.2114 14.8629C47.7972 8.37904 58.4748 8.37904 65.0607 14.8629C71.6465 21.3467 71.6465 31.8591 65.0607 38.3429L39 64L23.2562 48.5' stroke='%232F75FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 39H27.5L32.5 27.5L37 46L43.5 34H52' stroke='%232F75FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

.new-brand-value .valuecont-text i.ico-slogan {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 34L10 62' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M39 34L58 55' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M64 10L39 34' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M19 14L39 34' stroke='%2300B4D6' stroke-width='2'/%3E%3Cpath d='M39 34V65' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='64' cy='10' r='7' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='39' cy='34' r='9' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='19' cy='14' r='5' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='58' cy='55' r='4' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='39' cy='65' r='6' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3Ccircle cx='10' cy='62' r='7' fill='%23F7F7F7' stroke='%2300B4D6' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

.new-brand-value .valuecont-text strong {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.64rem;
}

.new-brand-value .valuecont-text p {
    margin-top: 3rem;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #777;
}

.new-brand-value .valuecont-img {
    flex-basis: 50%;
    flex-shrink: 1;
    border-radius: 2rem;
    overflow: hidden;
    font-size: 0;
}

.new-brand-value .valuecont-img img {
    width: 100%;
    height: 100%;
}

/*core value*/
.new-brand-value .value-slide {
    margin-top: 12rem;
}

.new-brand-value .value-slide .data-head {
    margin-bottom: 7.6rem;
}

.new-brand-value .value-slide .text-1 {
    margin-top: 2rem;
    color: #777;
}

.new-brand-value .valueslide-nav {
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
}

.new-brand-value .valueslide-nav .swiper-button-prev {
    border: 1.5px solid #222;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10H2' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 5L2 10L7 15' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
    background-position: center;
    background-size: 2.4rem 2.4rem;
}

.new-brand-value .valueslide-nav .swiper-button-next {
    border: 1.5px solid #222;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    background-position: center;
    background-size: 2.4rem 2.4rem;
}

.new-brand-value .valueslide-img {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
}

.new-brand-value .valueslide-img img {
    width: 100%;
}

.new-brand-value .valueslide-txt dt {
    margin-bottom: 2rem;
}

.new-brand-value .valueslide-txt dd {
    position: relative;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0.5rem;
    color: #222;
    margin-left: 1.4rem;
}

.new-brand-value .valueslide-txt dd::before {
    content: "•";
    position: absolute;
    top: 0;
    left: -1.6rem;
    width: 100%;
    height: 100%;
}

/*line-height: 1.7;*/
.new-brand-value .valueslide-txt dd:last-of-type {
    margin-bottom: 0;
}

.new-brand-value .valueslide-pagin {
    display: block;
    margin-top: 6rem;
    height: 2px;
}

.new-brand-value .valueslide-pagin .swiper-pagination {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
}

.new-brand-value .valueslide-pagin .swiper-pagination-progressbar-fill {
    display: block;
    height: 100% !important;
    background-color: #2f75ff;
    transform-origin: left;
}

.new-brand-value .swiper-slide {
    width: 58.2rem;
}

.new-brand-value .swiper-slide .valueslide-txt {
    margin: 4rem 0;
}

.new-brand-value .swiper-slide .valueslide-img {
    height: 35rem;
}

.new-brand-value .swiper-slide:nth-of-type(2n) {
    width: 43rem;
}

.new-brand-value .swiper-slide:nth-of-type(2n) .valueslide-txt {
    margin-top: 0;
}

.new-brand-value .swiper-slide:nth-of-type(2n) .valueslide-img {
    height: 46rem;
}

#container .section-inner.new-section-inner {
    padding-bottom: 14rem;
}

.new-title-s2 {
    font-size: 3rem;
    line-height: normal;
    font-weight: 600;
}

.fb500 {
    font-weight: 500;
}

@media screen and (max-width: 766px) {
    .new-ci-cont-logo-ty {
        padding-top: 6.4rem;
    }
    /*241120*/
    .new-brand-value .valuecont {
        gap: 4rem;
    }
    .new-brand-value .valuecont-box {
        gap: 2.8rem;
    }
    /* gap: 2rem;*/
    .new-brand-value .valuecont-box:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .new-brand-value .valuecont-box:nth-child(2n-1) {
        flex-direction: column;
    }
    .new-brand-value .valuecont-img {
        width: 100%;
        height: 13.2rem;
        flex-basis: auto;
        border-radius: 1.6rem;
    }
    .new-brand-value .valuecont-img img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .new-brand-value .valuecont-text {
        padding-left: 0 !important;
        width: 100%;
    }
    .new-brand-value .valuecont-text i {
        margin-bottom: 1.5rem;
        width: 4rem;
        height: 4rem;
    }
    /* margin-bottom: 1.4rem;*/
    .new-brand-value .valuecont-text strong {
        font-size: 2.4rem;
        line-height: 1;
    }
    .new-brand-value .valuecont-text p {
        margin-top: 1rem;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    /*margin-top: 0.8rem;*/
    /*core value*/
    .new-brand-value .value-slide {
        margin-top: 6.4rem;
    }
    .new-brand-value .value-slide .data-head {
        margin-bottom: 2.8rem;
    }
    .new-brand-value .value-slide .title-h2 {
        font-size: 2.4rem;
    }
    .new-brand-value .value-slide .text-1 {
        margin-top: 1.6rem;
    }
    .new-brand-value .swiper-wrapper {
        display: block;
    }
    .new-brand-value .swiper-slide {
        width: auto;
    }
    .new-brand-value .swiper-slide + .swiper-slide {
        margin-top: 3rem;
    }
    .new-brand-value .swiper-slide .valueslide-txt {
        margin: 1.8rem 1rem 0 !important;
    }
    .new-brand-value .swiper-slide .valueslide-txt dt {
        margin-bottom: 0.4rem;
    }
    .new-brand-value .swiper-slide .valueslide-txt dd {
        font-size: 1.5rem;
    }
    .new-brand-value .swiper-slide .valueslide-img {
        width: 100% !important;
        height: 60.9756097561vw !important;
    }
    .new-brand-value .swiper-slide .valueslide-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .new-brand-value .swiper-slide:nth-of-type(2n) {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }
    #container .section-inner.new-section-inner {
        padding-bottom: 10rem;
    }
}
/*************메인*************/
.mouse-cursor.scroll {
    mix-blend-mode: screen;
}
.mouse-cursor.scroll:after {
    content: "SCROLL";
    position: absolute;
    padding-left: 1.5rem;
    color: #fff;
    font-size: 1.6rem;
}
.mouse-cursor.scroll .mouse-pointer {
    top: 1rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
}

.pop-main {
    position: fixed;
}
.pop-main .popup-inner {
    padding: 0;
}
.pop-main .popup-content {
    min-width: 30.5rem;
    background-color: #fff;
    white-space: pre-line;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    overflow: hidden;
}
.pop-main .popup-content * {
    font-size: 1.8rem;
}
.pop-main img {
    max-width: calc(100vw - 3.2rem);
    max-height: 78vh;
}
.pop-main .popup-footer {
    position: relative;
    min-height: 7.3rem;
    padding: 2rem 4rem;
    background-color: #f3f7fa;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
}
.pop-main .popup-footer .btn-close {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
    font-weight: 600;
}

a.btn-detail {
    display: inline-block;
    width: 19.8rem;
    font-size: 1.8rem;
    line-height: 6.4rem;
    color: #fff;
    background-color: #222;
    border-radius: 5rem;
    text-align: center;
}
a.btn-detail:after {
    content: "";
    margin-left: 2.3rem;
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
a.btn-detail:hover {
    box-shadow: 0 0 4px #2c2c2c;
    transition: opacity 0.2s;
    opacity: 0.8;
}

a.btn-detail.white {
    background-color: transparent;
    border: 1px solid #fff;
}
a.btn-detail.white:hover {
    box-shadow: 0 0 4px #e6e6e6;
}

a.btn-page-move {
    display: inline-flex;
    align-items: center;
    gap: 2.7rem;
}
a.btn-page-move span {
    font-size: 1.6rem;
    color: #222;
    font-weight: 600;
}
a.btn-page-move i {
    position: relative;
    width: 3.9rem;
    height: 4.1rem;
    /* border-radius: 50%; */
    /* border: 1px solid #222; */
    vertical-align: middle;
}
a.btn-page-move i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.2rem;
    bottom: 0;
    margin: auto;
    width: 3.9rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='18' viewBox='0 0 29 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.248 0.189295C18.9385 -0.0857773 18.4646 -0.0577513 18.1895 0.251795C17.9145 0.561386 17.9424 1.03526 18.252 1.31039L25.7783 7.99984H0.75C0.335787 7.99984 0 8.33563 0 8.74984C8.58307e-05 9.16398 0.33584 9.49984 0.75 9.49984H25.7783L18.252 16.1893C17.9425 16.4645 17.9144 16.9383 18.1895 17.2479C18.4646 17.5573 18.9385 17.5854 19.248 17.3104L28.248 9.31039L28.8789 8.74984L28.248 8.18929L19.248 0.189295Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* 비율 유지하며 꽉 채움 */
    /* animation: link 1s ease-out infinite; */
}

a.btn-page-move.white i {
    border-color: #fff;
}
a.btn-page-move.white i:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='18' viewBox='0 0 29 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.248 0.189295C18.9385 -0.0857773 18.4646 -0.0577513 18.1895 0.251795C17.9145 0.561386 17.9424 1.03526 18.252 1.31039L25.7783 7.99984H0.75C0.335787 7.99984 0 8.33563 0 8.74984C8.58307e-05 9.16398 0.33584 9.49984 0.75 9.49984H25.7783L18.252 16.1893C17.9425 16.4645 17.9144 16.9383 18.1895 17.2479C18.4646 17.5573 18.9385 17.5854 19.248 17.3104L28.248 9.31039L28.8789 8.74984L28.248 8.18929L19.248 0.189295Z' fill='white'/%3E%3C/svg%3E");
}
a.btn-page-move.white span {
    color: #fff;
}

.main #container {
    padding-top: 0;
    padding-bottom: 0;
}
.main a.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 2.7rem;
}
.main a.btn-more span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}
.main a.btn-more i {
    position: relative;
    width: 3.9rem;
    height: 3.9rem;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.main a.btn-more i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.2rem;
    bottom: 0;
    margin: auto;
    width: 3.9rem;
    height: 1.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5C0.723858 8.5 0.5 8.72386 0.5 9C0.5 9.27614 0.723858 9.5 1 9.5L1 8.5ZM1 9.5L40 9.5V8.5L1 8.5L1 9.5Z' fill='%23fff'/%3E%3Cpath d='M32 1L40 9L32 17' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    animation: link 1s ease-out infinite;
}
.main-intro {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*241125*/
    /*filter: drop-shadow(rgba(22, 45, 161, 0.3) 1rem 1rem 32px);*/
}
.main-intro-end .main-spot {
    animation-duration: 0.9s;
    /* animation-name: clipPath1; */
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
.main-intro header {
    display: none;
    background-color: transparent;
}
.main-intro #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 2000;
}
.main-intro #intro.active {
    animation-delay: 4.3s;
    animation-duration: 0.5s;
    animation-name: introV2;
    animation-direction: reverse;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.main-intro #intro.active .img-wrap {
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-name: introV1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.main-intro #intro.active .intro-text {
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-name: introV2;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.main-intro #intro.active .intro-img {
    animation-delay: 1.5s;
    animation-duration: 0.4s;
    animation-name: introV3;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.main-intro #intro.active .intro-img:nth-child(2n) {
    animation-delay: 1.4s;
}
.main-intro #intro.active .intro-box {
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-name: introV2;
    animation-direction: reverse;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.main-intro #intro.active .intro-logo {
    animation-delay: 2.5s;
    animation-duration: 0.5s;
    animation-name: introV4;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.main-intro #intro.active .intro-logo.en {
    animation-name: introV4-en;
}
.main-intro .img-wrap {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.main-intro .intro-text {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
}
.main-intro .intro-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 200px;
    max-height: 200px;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    filter: drop-shadow(rgba(34, 34, 34, 0.24) 1rem 1rem 20px);
}
.main-intro .intro-img:nth-child(1) {
    top: -34%;
    left: -80%;
}
.main-intro .intro-img:nth-child(2) {
    top: -69%;
    left: -40%;
}
.main-intro .intro-img:nth-child(3) {
    top: 0;
    left: -64%;
}
.main-intro .intro-img:nth-child(4) {
    top: 34%;
    left: -80%;
}
.main-intro .intro-img:nth-child(5) {
    top: 55%;
    left: -40%;
}
.main-intro .intro-img:nth-child(6) {
    top: -69%;
    left: 40%;
}
.main-intro .intro-img:nth-child(7) {
    top: -34%;
    left: 80%;
}
.main-intro .intro-img:nth-child(8) {
    top: 0;
    left: 64%;
}
.main-intro .intro-img:nth-child(9) {
    top: 34%;
    left: 80%;
}
.main-intro .intro-img:nth-child(10) {
    top: 55%;
    left: 40%;
}
.main-intro .intro-logo-wrap {
    position: absolute;
}
.main-intro .intro-logo {
    position: relative;
    margin: 0 auto;
    width: 4.0104166667vw;
    opacity: 0;
    text-indent: -1000000em;
    font-size: 0;
    overflow: hidden;
}
.main-intro .intro-logo span {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 30rem;
    height: 9.5rem;
    background: url("../../assets/images/main/intro_logo.svg") no-repeat 0/100%;
}
.main-intro .intro-logo.en {
    width: 2.5520833333vw;
    height: 2.6041666667vw;
}
.main-intro .intro-logo.en span {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.713 1.00697L102.697 0.989258H101.664V6.21288H102.773V2.79246C102.773 2.61179 102.768 2.42048 102.76 2.26638C102.773 2.28055 102.785 2.29649 102.799 2.31243L106.183 6.21288H107.217V0.9928H106.108V4.31402C106.108 4.50001 106.114 4.686 106.121 4.83833C106.05 4.75508 105.963 4.6612 105.869 4.55847L102.713 1.00343V1.00697Z' fill='%23222'/%3E%3Cpath d='M100.682 0.995117H99.5625V6.21165H100.682V0.995117Z' fill='%23222'/%3E%3Cpath d='M117.081 5.51636C116.158 5.51636 115.231 5.21701 114.773 4.76886L114.684 4.69447L114.117 5.32506L114.202 5.41362C114.693 5.82457 115.766 6.23906 117.058 6.23906C118.82 6.23906 119.831 5.71475 119.831 4.79898C119.831 4.00011 118.96 3.74504 117.856 3.42266L117.593 3.34472C117.43 3.2969 117.272 3.25084 117.12 3.20833C116.106 2.91784 115.437 2.72653 115.437 2.26068C115.437 1.83202 115.929 1.59466 116.826 1.59466H116.856C117.706 1.59466 118.545 1.92767 119.222 2.53523L119.369 2.66985V1.70448L119.36 1.66197L119.348 1.6354L119.33 1.623C119.119 1.47775 118.076 0.9375 116.822 0.9375C115.21 0.9375 114.211 1.45827 114.211 2.29433C114.211 3.33764 115.772 3.69899 116.521 3.87258L116.537 3.87612C116.629 3.89737 116.709 3.91686 116.767 3.9328L116.955 3.98417C118.154 4.31363 118.602 4.43763 118.602 4.82023C118.602 5.28255 118.088 5.51636 117.075 5.51636H117.081Z' fill='%23222'/%3E%3Cpath d='M93.9278 6.21263H96.2376C97.8034 6.10989 98.8538 5.04533 98.8538 3.55919C98.8538 1.9774 97.7715 0.996094 96.0286 0.996094H93.2812V5.60684C93.2812 5.94162 93.5718 6.2144 93.9278 6.2144V6.21263ZM94.4114 1.68337H96.0055C97.1162 1.68337 97.7273 2.3547 97.7273 3.57336C97.7273 4.79203 97.1197 5.5165 96.0144 5.5165H94.4114V1.68159V1.68337Z' fill='%23222'/%3E%3Cpath d='M110.847 6.30275C112.565 6.30275 113.339 5.57651 113.699 5.22756V3.19232H111.01V3.96461H112.719V4.80953C112.374 5.31436 111.777 5.54994 110.845 5.54994C109.724 5.54994 109.056 4.78828 109.056 3.5147C109.056 2.35803 109.841 1.5503 110.966 1.5503C111.711 1.5503 112.447 1.88154 113.217 2.5635L113.424 2.73709V1.65481L113.371 1.61939C112.896 1.29878 112.131 0.870117 110.985 0.870117C109.129 0.870117 107.93 1.93822 107.93 3.59264C107.93 5.24705 109.157 6.30275 110.849 6.30275H110.847Z' fill='%23222'/%3E%3Cpath d='M84.1519 6.35285C85.9214 6.35285 87.156 5.21743 87.156 3.59313C87.156 1.96883 85.9214 0.856445 84.1519 0.856445C82.3823 0.856445 81.1406 1.97415 81.1406 3.63919C81.1406 5.51324 82.6533 6.35285 84.1519 6.35285ZM84.1448 1.56497C85.2448 1.56497 86.0135 2.40458 86.0135 3.60908C86.0135 4.81357 85.2448 5.66026 84.1448 5.66026C83.0448 5.66026 82.2672 4.81712 82.2672 3.60908C82.2672 2.40104 83.0218 1.56497 84.1448 1.56497Z' fill='%23222'/%3E%3Cpath d='M74.9141 0.983398V6.20348H76.0991V3.97693H79.252V6.20348H80.4353V0.983398H79.252V3.22057H76.0991V0.983398H74.9141Z' fill='%23222'/%3E%3Cpath d='M89.0426 0.987305H87.8594V5.55199C87.8594 5.91512 88.1676 6.21093 88.5466 6.21093H92.6898V5.46874H89.0426V0.987305Z' fill='%23222'/%3E%3Cpath d='M65.8443 0.996094H64.7266V6.20909H65.8443V0.996094Z' fill='%23222'/%3E%3Cpath d='M54.7595 6.35126C56.5272 6.35126 57.7618 5.21762 57.7618 3.59332C57.7618 1.96902 56.5272 0.858398 54.7595 0.858398C52.9917 0.858398 51.75 1.9761 51.75 3.63937C51.75 5.51343 53.2609 6.35126 54.7595 6.35126ZM54.7524 1.56693C55.8524 1.56693 56.6194 2.40653 56.6194 3.60926C56.6194 4.81198 55.8506 5.65867 54.7524 5.65867C53.6542 5.65867 52.8766 4.81553 52.8766 3.60926C52.8766 2.40299 53.6311 1.56693 54.7524 1.56693Z' fill='%23222'/%3E%3Cpath d='M69.6188 6.35126C71.3866 6.35126 72.6212 5.21762 72.6212 3.59332C72.6212 1.96902 71.3866 0.858398 69.6188 0.858398C67.8511 0.858398 66.6094 1.9761 66.6094 3.63937C66.6094 5.51343 68.1203 6.35126 69.6188 6.35126ZM69.6118 1.56693C70.7117 1.56693 71.4787 2.40653 71.4787 3.60926C71.4787 4.81198 70.71 5.65867 69.6118 5.65867C68.5135 5.65867 67.7359 4.81553 67.7359 3.60926C67.7359 2.40299 68.4905 1.56693 69.6118 1.56693Z' fill='%23222'/%3E%3Cpath d='M48.5221 6.2357C50.2845 6.2357 51.2942 5.71139 51.2942 4.79562C51.2942 3.99675 50.4227 3.74345 49.3209 3.42107L49.057 3.34313C48.894 3.29531 48.7382 3.24925 48.5858 3.20674C47.5726 2.91625 46.9031 2.72317 46.9031 2.25909C46.9031 1.83043 47.3955 1.59484 48.29 1.59484H48.3201C49.1704 1.59484 50.01 1.92785 50.6848 2.53541L50.8319 2.66826V1.70466L50.823 1.66215L50.8106 1.63558L50.7929 1.62318C50.5821 1.47793 49.537 0.939453 48.2865 0.939453C46.6763 0.939453 45.6755 1.45845 45.6755 2.29628C45.6755 3.33782 47.2343 3.69917 47.9836 3.87453C48.0845 3.89756 48.1678 3.91704 48.2298 3.93475L48.4176 3.98612C49.6167 4.31559 50.0631 4.43958 50.0631 4.82218C50.0631 5.28273 49.5494 5.51654 48.538 5.51654C47.6151 5.51654 46.6905 5.21719 46.2317 4.76905L46.1449 4.69465L45.5781 5.32524L45.6631 5.41381C46.1538 5.82298 47.2254 6.23747 48.5167 6.23747L48.5221 6.2357Z' fill='%23222'/%3E%3Cpath d='M61.2676 6.30116C62.8777 6.30116 63.6252 5.57492 63.9866 5.22597L64.0291 5.14626L63.1204 4.73532L63.0956 4.77429C62.7661 5.26671 62.171 5.50407 61.2782 5.50407C60.3288 5.50407 59.3705 4.88942 59.3705 3.51488C59.3705 2.38478 60.196 1.59477 61.3757 1.59477C62.2011 1.59477 63.0372 1.99154 63.6093 2.65579L63.7049 2.76561V1.68511L63.6872 1.66916C63.2816 1.28479 62.465 0.87207 61.3934 0.87207C59.4786 0.87207 58.2422 1.94018 58.2422 3.59282C58.2422 5.24546 59.514 6.30116 61.2676 6.30116Z' fill='%23222'/%3E%3Cpath d='M37.6356 3.18359H35.5312V3.92401H37.6356V3.18359Z' fill='%23222'/%3E%3Cpath d='M10.387 6.21086H12.6914C14.2591 6.10989 15.3112 5.04356 15.3112 3.55742C15.3112 1.9774 14.2289 0.996094 12.4877 0.996094H9.74219V5.60329C9.74219 5.93807 10.0327 6.21086 10.387 6.21086ZM10.8687 1.68337H12.4629C13.5718 1.68337 14.1829 2.3547 14.1829 3.57336C14.1829 4.79203 13.5753 5.51473 12.47 5.51473H10.8687V1.68337Z' fill='%23222'/%3E%3Cpath d='M39.351 4.84598H41.9212L42.5128 6.2099H43.7173L41.3809 0.998681L41.3667 0.966797H39.9975L37.6328 6.2099H38.7611L39.3492 4.84598H39.351ZM40.4226 2.40157C40.4581 2.31831 40.5059 2.20141 40.5537 2.07918L40.5626 2.05616C40.5998 1.96228 40.6387 1.86486 40.6724 1.78337C40.7025 1.85777 40.7379 1.94456 40.7716 2.03313C40.823 2.16598 40.8885 2.33071 40.9257 2.41574L41.5953 4.11266H39.6716L40.4209 2.40334L40.4226 2.40157Z' fill='%23222'/%3E%3Cpath d='M23.6088 2.79637C23.6088 2.61569 23.6035 2.42439 23.5965 2.27029C23.6089 2.28446 23.6213 2.3004 23.6354 2.31634L27.0169 6.21324H28.0496V0.998478H26.9425V4.31793C26.9425 4.4986 26.9478 4.68814 26.9549 4.84224C26.884 4.75899 26.7954 4.66334 26.7033 4.56414L23.5486 1.01088L23.5327 0.993164H22.5V6.21324H23.6071V2.79637H23.6088Z' fill='%23222'/%3E%3Cpath d='M18.7907 6.35126C20.5585 6.35126 21.7931 5.21762 21.7931 3.59332C21.7931 1.96902 20.5585 0.858398 18.7907 0.858398C17.0229 0.858398 15.7812 1.9761 15.7812 3.63937C15.7812 5.51343 17.2922 6.35126 18.7907 6.35126ZM18.7836 1.56693C19.8836 1.56693 20.6506 2.40653 20.6506 3.60926C20.6506 4.81198 19.8818 5.65867 18.7836 5.65867C17.6854 5.65867 16.9078 4.81553 16.9078 3.60926C16.9078 2.40299 17.6624 1.56693 18.7836 1.56693Z' fill='%23222'/%3E%3Cpath d='M31.6734 6.30116C33.3916 6.30116 34.1408 5.57492 34.5004 5.22597L34.5234 5.18523V3.1925H31.8364V3.96479H33.5457V4.80971C33.2003 5.31454 32.6051 5.54835 31.6734 5.54835C30.5539 5.54835 29.8861 4.78846 29.8861 3.51488C29.8861 2.35821 30.6708 1.55049 31.7938 1.55049C32.5378 1.55049 33.2747 1.88172 34.0434 2.56191L34.2383 2.7355L34.2489 1.65499L34.1958 1.61957C33.721 1.29896 32.9558 0.87207 31.8116 0.87207C29.9552 0.87207 28.7578 1.94018 28.7578 3.59282C28.7578 5.24546 29.9853 6.30116 31.6752 6.30116H31.6734Z' fill='%23222'/%3E%3Cpath d='M2.74205 6.94851C2.74205 6.94851 2.76861 5.60585 2.59325 5.10634C2.41611 4.60683 2.22127 3.80088 0.915812 2.96128C0.460583 2.66724 0.310033 2.69381 0.263979 2.72038C0.216153 2.74695 0.145283 2.86917 0.157682 3.40942C0.171853 3.95144 0.131124 5.43758 0.767027 6.09297C1.40293 6.74836 1.89536 6.90423 2.74028 6.94851H2.74205Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77133 3.40591C4.79338 1.77098 6.33089 1.19531 6.49916 1.14394C6.64441 1.10143 6.71702 1.0536 6.72942 0.93315C6.74359 0.818014 6.55585 0.57003 6.01382 0.313188C5.27341 -0.0393042 3.77133 0.00143618 3.77133 0.00143618C3.77133 0.00143618 2.27102 -0.0393042 1.5306 0.313188C0.988581 0.57003 0.799063 0.818014 0.813233 0.93315C0.827404 1.0536 0.896472 1.09965 1.04349 1.14394C1.21 1.19531 2.75105 1.77098 3.77133 3.40591Z' fill='%2300B4D6'/%3E%3Cpath d='M3.77464 6.99976C4.04388 6.99976 4.29011 6.98736 4.51683 6.97319C4.51683 6.97319 4.5434 5.76515 4.46901 5.317C4.38753 4.81749 4.2157 4.02926 3.77464 3.41992C3.33713 4.02748 3.16353 4.81749 3.08205 5.317C3.00942 5.76515 3.03599 6.97319 3.03599 6.97319C3.26095 6.98913 3.50894 6.99976 3.77464 6.99976Z' fill='%2300B4D6'/%3E%3Cpath d='M4.80613 6.94851C4.80613 6.94851 4.77955 5.60585 4.95491 5.10634C5.13204 4.60683 5.32865 3.80088 6.63234 2.96128C7.08757 2.66724 7.23814 2.69381 7.2842 2.72038C7.33202 2.74695 7.40287 2.86917 7.3887 3.40942C7.3763 3.95144 7.41703 5.43758 6.78113 6.09297C6.14523 6.74836 5.65104 6.90423 4.80613 6.94851Z' fill='%2300B4D6'/%3E%3Cpath d='M0.607229 1.54603C0.51512 1.52832 0.453125 1.43621 0.453125 1.33701C0.453125 1.21656 0.550542 1.11914 0.669221 1.11914C0.688705 1.11914 0.727673 1.12445 0.756014 1.13863C0.756014 1.13863 1.73556 1.58323 2.35375 2.39626L2.33781 2.42106C1.51238 1.77453 0.607229 1.54603 0.607229 1.54603Z' fill='%2300B4D6'/%3E%3Cpath d='M0.399216 2.04762C0.307107 2.02459 0.238016 1.94311 0.234474 1.84392C0.230931 1.72347 0.323049 1.61719 0.443499 1.61719C0.47184 1.61719 0.510796 1.6225 0.540908 1.63667C0.540908 1.63667 1.52754 2.03699 2.14573 2.79157L2.12802 2.81283C1.26539 2.20172 0.399216 2.04585 0.399216 2.04585V2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M0.347146 2.59595C0.256809 2.57469 0.191266 2.49498 0.187723 2.4011C0.182409 2.2842 0.272751 2.17969 0.391429 2.17969C0.398514 2.17969 0.437478 2.17969 0.474676 2.19386C0.474676 2.19386 1.42588 2.58178 1.92185 3.18225L1.90589 3.20882C1.07869 2.68097 0.347146 2.59772 0.347146 2.59772V2.59595Z' fill='%2300B4D6'/%3E%3Cpath d='M6.93579 1.54603C7.02967 1.52832 7.09167 1.43621 7.09167 1.33701C7.09167 1.21656 6.99248 1.11914 6.87203 1.11914C6.85431 1.11914 6.81535 1.12445 6.78523 1.13863C6.78523 1.13863 5.80392 1.58323 5.1875 2.39626L5.20344 2.42106C6.03064 1.77453 6.93402 1.54603 6.93402 1.54603H6.93579Z' fill='%2300B4D6'/%3E%3Cpath d='M7.15631 2.04762C7.24665 2.02459 7.31574 1.94311 7.31928 1.84392C7.3246 1.72347 7.22894 1.61719 7.11026 1.61719C7.08369 1.61719 7.04296 1.6225 7.01285 1.63667C7.01285 1.63667 6.02621 2.03699 5.40625 2.79157L5.42396 2.81283C6.28659 2.20172 7.15454 2.04585 7.15454 2.04585L7.15631 2.04762Z' fill='%2300B4D6'/%3E%3Cpath d='M7.20146 2.59595C7.29002 2.57469 7.35734 2.49498 7.35911 2.4011C7.36619 2.2842 7.27585 2.17969 7.15895 2.17969C7.14832 2.17969 7.11112 2.17969 7.07393 2.19386C7.07393 2.19386 6.12097 2.58178 5.625 3.18225L5.64094 3.20882C6.4646 2.68097 7.19968 2.59772 7.19968 2.59772L7.20146 2.59595Z' fill='%2300B4D6'/%3E%3C/svg%3E%0A");
    width: 41.6666666667vw;
}
.main-intro .intro-logo:after {
    content: "";
    position: absolute;
    right: -10%;
    height: 100%;
    width: 10%;
    background-color: rgba(255, 255, 255, 0.5);
}


/* Intro */
.main-intro	.intro_container{position: absolute; overflow: hidden; display: flex; align-items: center; justify-content: center; z-index: 1; background-color: var(--white); width: 100%; height: var(--vh);}
.main-intro	.intro_wrapper {display: flex; align-items: center; justify-content: center;}
.main-intro	.intro_wrapper .image{object-fit: cover; flex-grow: 0;}
.main-intro	.intro_wrapper > .image{position: relative; z-index: 2; width: 132px; height: auto; margin-right: 20px; animation: transLeft 3s ease-in-out forwards;}
	.wipe-mask{position: absolute; top: 0; left: 0; width: calc(100% + 2px); height: 100%; background: white; animation: wipeLeft 1.5s ease-in-out forwards; z-index: 0;}
.main-intro	.intro_wrapper .img_wrap {position: relative; animation: transRight 1.5s ease-in-out forwards;}
.main-intro	.intro_wrapper .img_wrap img{width: 400px;}
 .wrapper{mask-image: url("/img/intro_logo_notxt.svg"); mask-repeat: no-repeat; mask-position: center; mask-size: 133px 87px; -webkit-mask-image: url("/img/logo_notxt.svg"); for Safari -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: 133px 87px; z-index: 2; opacity: 0; animation: mask 0.5s 1.5s forwards, mask2 0.3s ease-in 3s forwards; position:relative; height:var(--vh); background:var(--black);}

	@keyframes mask{
		0%{opacity: 0;}
		100%{opacity: 1;}
		}

		@keyframes mask2{
		0%{mask-size: 133px 87px; -webkit-mask-size: 133px 87px;}
		100%{mask-size: 2000% 2000%; -webkit-mask-size: 2000% 2000%;}
		}

		@keyframes wipeLeft{
		0%{transform: translateX(100%);}
		100%{transform: translateX(-1px);}
		}
		
		@keyframes transLeft{
		0%{transform: translateX(0); opacity:1}
		50%{transform: translateX(210px); opacity:1;}
		100% {transform: translateX(210px); opacity:0;}
		}
		
		@keyframes transRight{
		0%{transform: translateX(0);}
		100%{transform: translateX(210px);}
		}


.main section {
    position: relative;
    padding: 16rem 0;
    overflow: hidden;
}
.main section.scr-eff .section-head .sub,
.main section.scr-eff .section-head .text-1,
.main section.scr-eff .section-head .title-h2 {
    transform: translateY(150%) skew(-20deg, 0);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.main section.scr-eff .section-head .title-h2 {
    transition-delay: 0.2s;
}
.main section.scr-eff .section-head .text-1 {
    transition-delay: 0.6s;
}
.main section.scr-eff .section-head .btn-detail {
    opacity: 0;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in-out;
}
.main section.scr-eff-active .section-head .sub,
.main section.scr-eff-active .section-head .title-h2,
.main section.scr-eff-active .section-head .text-1 {
    transform: translateY(0) skew(0, 0);
    opacity: 1;
}
.main section.scr-eff-active .section-head .btn-detail {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s !important;
}
.main .section-head {
    position: relative;
    padding-right: 23rem;
    margin-bottom: 7rem;
}
.main .section-head.scr-eff .sub,
.main .section-head.scr-eff .text-1,
.main .section-head.scr-eff .title-h2 {
    transform: translateY(150%) skew(-20deg, 0);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.main .section-head.scr-eff .title-h2 {
    transition-delay: 0.2s;
}
.main .section-head.scr-eff .text-1 {
    transition-delay: 0.6s;
}
.main .section-head.scr-eff-active .sub,
.main .section-head.scr-eff-active .title-h2,
.main .section-head.scr-eff-active .text-1 {
    transform: translateY(0) skew(0, 0);
    opacity: 1;
}
.main .section-head .text-1 {
    margin-top: 2rem;
    color: #777;
    font-size: 2rem;
    font-weight: 500;
    white-space: pre-line;
}
.main .section-head .btn-detail {
    position: absolute;
    right: 0;
    bottom: 0;
}
.main .section-head.scr-eff .btn-detail {
    opacity: 0;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in-out;
}
.main .section-head.scr-eff.scr-eff-active .btn-detail {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s !important;
}
.main .main-title .sub {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
}
/* .main .main-title .sub:after {
    content: "";
    position: absolute;
    right: -1.8rem;
    bottom: 17%;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #2f75ff;
    border-radius: 50%;
} */
.main .main-title .title-h2 {
    display: block;
    margin-top: 2rem;
}
.main .main-title.white {
    color: #fff;
}
.main-spot {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0 !important;
    /* cursor: none; */
}
.main-spot .section-inner {
    width: 100%;
}
.main-spot .swiper-slide-active .spot-media {
    transform: scale(1.3);
}
.main-spot .spot-time-break {
    z-index: 1000 !important;
}
.main-spot .spot-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: transform 5s 1s;
}
.main-spot .spot-media.cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.2);
}
.main-spot .spot-text {
    position: relative;
    color: #fff;
    white-space: pre-line;
}
.main-spot .spot-text.on strong {
    opacity: 1;
    transform: translateY(0);
}
.main-spot .spot-text.on p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}
.main-spot .spot-text strong {
    display: block;
    font-size: 7rem;
    line-height: 0.6;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s, transform 1s;
}
.main-spot .spot-text p {
    margin-top: 2rem;
    font-size: 3rem;
    opacity: 0;
    line-height: 0.75;
    transform: translateX(-100%);
    transition: opacity 1s, transform 1s;
}
.main-spot video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-spot .swiper-slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-spot .swiper-pagination {
    position: absolute;
    padding: 0 3rem;
    bottom: 8rem;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    gap: 0.8rem;
    max-width: 150rem;
    width: 100%;
    z-index: 3;
    text-indent: -1000000em;
    font-size: 0;
}
.main-spot .swiper-pagination .duration {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
}
.main-spot .swiper-pagination .bar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
}
.main-spot .swiper-pagination .bullet-number {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
}
.main-spot .swiper-pagination .bullet-title {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
}
.main-spot .swiper-pagination .swiper-pagination-bullet-active .bullet-number {
    color: #fff;
}
.main-spot .swiper-pagination .swiper-pagination-bullet-active .bullet-title {
    color: #fff;
}
.main-spot .spot-change {
    position: absolute;
    display: inline-flex;
    top: 0;
    left: -150vw;
    height: 100%;
    z-index: 10;
    font-size: 0;
    white-space: nowrap;
    font-size: 0
}

.main-spot .spot-change * {
    position: relative
}

/* key visual mask  */
.main-spot .spot-change.color-1 .mask-1 {
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0C255.981 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%2300B4D6'/%3E%3C/g%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0V1080H464V0Z 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%232765B0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-spot .spot-change.color-1 .mask-2,
.main-spot .spot-change.color-1 .mask-3 {
    background-color: #2765B0
}


.main-spot .spot-change.color-2 .mask-1 {
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0C255.981 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%232F75FF'/%3E%3C/g%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0V1080H464V0Z 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%232765B0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-spot .spot-change.color-2 .mask-2,
.main-spot .spot-change.color-2 .mask-3 {
    background-color: #2765B0
}

.main-spot .spot-change.color-3 .mask-1 {
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0C255.981 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%23162DA1'/%3E%3C/g%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0V1080H464V0Z 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%232765B0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-spot .spot-change.color-3 .mask-2,
.main-spot .spot-change.color-3 .mask-3 {
    background-color: #2765B0
}

.main-spot .spot-change.color-4 .mask-1 {
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0C255.981 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%23FF4002'/%3E%3C/g%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0V1080H464V0Z 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%232765B0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-spot .spot-change.color-4 .mask-2,
.main-spot .spot-change.color-4 .mask-3 {
    background-color: #2765B0
}

.main-spot .spot-change.color-5 .mask-1 {
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0C255.981 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%23222081'/%3E%3C/g%3E%3C/svg%3E%0A"); */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 464 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2111_4466' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='464' height='1080'%3E%3Cpath d='M463.5 0H0V1080H463.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2111_4466)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.5 0H0V1080H464V0Z 0 463.408 241.597 463.5 539.802V0ZM463.5 540.198C463.408 838.403 255.981 1080 0 1080H463.5V540.198Z' fill='%232765B0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-spot .spot-change.color-5 .mask-2,
.main-spot .spot-change.color-5 .mask-3 {
    background-color: #2765B0
}

.main-spot .spot-change .mask-1 {
    width: 100vh;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0
}

.main-spot .spot-change .mask-2 {
    left: -0.2vw;
    width: 100vw;
    height: 100%
}

.main-spot .spot-change .mask-3 {
    left: -0.2vw;
    width: 50vw;
    height: 100%;
    /* border-top-right-radius: 50%;
    border-bottom-right-radius: 50% */
}
/*
.main-spot .spot-last {
    background-color: #000081
}

.main-spot .spot-last .spot-media {
    width: 36.71875vw;
    height: 20.625vw;
    border-radius: 3rem;
    transition: all 1.5s;
    overflow: hidden
}
 */
.main-philosophy {
    background-color: #f7f7f7;
}
.main-philosophy .section-inner {
    position: relative;
}
.main-philosophy .philosophy-list {
    display: flex;
    padding-left: 70%;
    width: 100%;
    gap: 1.4%;
    opacity: 0;
}
.main-philosophy .philosophy-item {
    position: relative;
    display: flex;
    width: 11.6%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 52rem !important;
    text-align: center;
    color: #fff;
    border-radius: 2rem;
    overflow: hidden;
}
.main-philosophy .philosophy-item.over {
    width: 48%;
}
.main-philosophy .philosophy-item .thumb-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-philosophy .philosophy-item .thumb-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.4);
}
.main-philosophy .philosophy-item .thumb {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.main-philosophy .philosophy-item .info {
    position: relative;
    padding: 0 4rem;
}
.main-philosophy .philosophy-item .title {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
    transition: font 0.3s ease-out;
}
.main-philosophy .philosophy-item .text-1 {
    margin-top: 2rem;
    width: 100%;
    white-space: pre-line;
}
.main-philosophy .philosophy-item .text-1,
.main-philosophy .philosophy-item .btn-wrap {
    display: none;
}
.main-philosophy .philosophy-item .btn-wrap {
    margin-top: 5rem;
}
.main-philosophy .scr-eff-active .over .text-1,
.main-philosophy .scr-eff-active .over .btn-wrap {
    display: block;
}
.main-philosophy .scr-eff-active .over .title {
    font-size: 4.8rem;
}
.main-news .news-item a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    transition: margin 0.3s ease-in, transform 0.3s ease;
    border-radius: 2rem;
    background-color: #fff;
    overflow: hidden;
}
.main-news .news-item .thumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.main-news .news-item .thumb-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 45, 161, 0.9);
}
.main-news .news-item .thumb {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.main-news .news-item .thumb:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.main-news .news-item .info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5rem;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main-news .news-item .brand {
    padding: 0 1.6rem;
    display: inline-block;
    height: 4.5rem;
    line-height: 4.5rem;
    border: 1px solid #162da1;
    border-radius: 5rem;
    color: #162da1;
    font-size: 1.8rem;
    font-weight: 700;
}
.main-news .news-item .title-s2 {
    margin-top: 1.6rem;
}
.main-news .news-item .text-1 {
    margin-top: 3.6rem;
    color: #777;
}
.main-news .news-item .date {
    position: absolute;
    bottom: 10.8695652174%;
    padding-left: 3rem;
    color: #777;
    font-weight: 700;
}
.main-news .swiper-scrollbar {
    margin-top: 6rem;
}
.main .bg-socio {
    display: flex;
    overflow: hidden;
}
.main .bg-socio div {
    width: 20vw;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.4;
    transform: translateY(100%);
    transition: transform 0.8s ease-in;
}
.main .bg-socio div.on {
    transform: translateY(0);
}
.main .bg-socio .s {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96 0C42.9807 0 0 42.9807 0 96C0 148.996 42.9425 191.962 95.9294 192H1.6873e-05L0 384L288 384C341.019 384 384 341.019 384 288C384 234.999 341.049 192.03 288.055 192H384V0H96Z' fill='%23A18158'/%3E%3C/svg%3E%0A");
}
.main .bg-socio .o-1 {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='192' cy='192' r='192' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #8b9191;
}
.main .bg-socio .c {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M192 0C166.786 0 141.819 4.96623 118.525 14.6151C95.2303 24.264 74.0643 38.4067 56.2355 56.2355C38.4066 74.0643 24.264 95.2303 14.6151 118.525C4.96623 141.819 0 166.786 0 192C0 217.214 4.96623 242.181 14.6151 265.475C24.264 288.77 38.4067 309.936 56.2355 327.764C74.0644 345.593 95.2303 359.736 118.525 369.385C141.819 379.034 166.786 384 192 384H284V383.938C285.162 383.979 286.328 384 287.5 384C340.795 384 384 340.795 384 287.5C384 238.94 348.132 198.757 301.444 192C348.132 185.243 384 145.06 384 96.5C384 43.2045 340.795 0 287.5 0C286.328 0 285.162 0.0208811 284 0.0622913V0H192Z' fill='%232154A5'/%3E%3C/svg%3E%0A");
}
.main .bg-socio .i {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 62C0 27.7583 27.7583 0 62 0H322C356.242 0 384 27.7583 384 62C384 96.2417 356.242 124 322 124H62C27.7583 124 0 96.2417 0 62Z' fill='%23A18158'/%3E%3Crect y='124' width='384' height='260' fill='%23A18158'/%3E%3C/svg%3E%0A");
}
.main .bg-socio .o-2 {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='192' cy='192' r='192' fill='%23FF5B35'/%3E%3C/svg%3E%0A");
}

.main-news.scr-eff .imgTextCont {
    transform: translateY(150%);
    opacity: 0;
}
.main-news.scr-eff .mainNews__item:first-child .imgTextCont {
    transition-delay: 0.2s !important;
}
.main-news.scr-eff .mainNews__item:nth-child(2) .imgTextCont {
    transition-delay: 0.4s !important;
}
.main-news.scr-eff .mainNews__item:nth-child(3) .imgTextCont {
    transition-delay: 0.6s !important;
}
.main-news.scr-eff.scr-eff-active .imgTextCont {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}

@media (hover: hover) and (pointer: fine) {
    .main-news .news-item:hover a {
        transform: translateY(-4rem);
        box-shadow: 1rem 1rem 3.2rem rgba(34, 34, 34, 0.24);
        border: 0;
    }
    .main-news .news-item:hover .thumb-wrap {
        opacity: 1;
    }
    .main-news .news-item:hover .brand {
        border-color: #fff;
        color: #fff;
    }
    .main-news .news-item:hover .text-1 {
        color: #fff;
    }
    .main-news .news-item:hover .date {
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23fff' stroke-width='1.5'/%3E%3Crect x='9.5' y='5' width='1.5' height='6' rx='0.75' fill='%23fff'/%3E%3Crect x='5' y='11' width='1.5' height='6' rx='0.75' transform='rotate(-90 5 11)' fill='%23fff'/%3E%3C/svg%3E");
    }
    .main-news .news-item:hover .title-s2 {
        color: #fff;
    }
    .main-news .news-item:hover .title-s2 span {
        border-bottom: 2px solid #fff;
    }
}
@media screen and (max-width: 1440px) {
    .main-business .thumb .name {
        font-size: 8rem;
    }
    .main-business .content {
        padding-left: 5rem;
    }
    .main-business .text {
        font-size: 3.2rem;
    }
    .main-business .swiper-control-wrap .swiper-control {
        padding-left: 5rem;
    }
    .main-value .section-contents {
        width: 70%;
    }
    .main-value .value-item {
        width: 46%;
    }
    .main-value .value-item .num {
        margin-top: 2rem;
        font-size: 4.2rem;
    }
    .main-value .value-item .text-2 {
        display: block;
    }
    .main-value .value-item .title {
        margin-top: 2rem;
    }
    .main-news .news-item .text-1 {
        margin-top: 2rem;
    }
    .main-news .news-item .info {
        padding: 3.5rem;
    }
}
@media screen and (max-width: 992px) {
    .main-spot .spot-text strong {
        font-size: 6.5rem;
    }
    .main-spot .spot-text p {
        font-size: 2.5rem;
    }
    .main-spot .bullet-title {
        display: none;
    }
    .main-business .thumb .name {
        font-size: 7rem;
    }
    .main-business .content {
        padding-left: 3rem;
    }
    .main-business .text {
        font-size: 3rem;
    }
    .main-business .swiper-control-wrap .swiper-control {
        padding-left: 3rem;
    }
}
@media screen and (max-width: 766px) {
    .main-intro .intro-text {
        padding: 0 1.6rem;
        font-size: 2rem;
    }
    a.btn-detail {
        width: 14.4rem;
        line-height: 4.8rem;
        font-size: 1.3rem;
    }
    a.btn-detail:after {
        margin-left: 1.4rem;
        width: 1.6rem;
        height: 1.6rem;
    }
    a.btn-page-move span {
        font-size: 1.2rem;
    }
    a.btn-page-move {
        margin-top: 1.2rem;
    }
    a.btn-page-move span {
        font-size: 1.2rem;
        font-weight: 700;
    }
    a.btn-page-move i {
        width: 3.2rem;
        height: 3.2rem;
    }
    a.btn-page-move i:after {
        width: 3.178rem;
        height: 1.313rem;
    }
    .main section {
        padding: 6.4rem 0;
    }
    .main .section-head {
        padding-right: 0;
        margin-bottom: 4rem;
    }
    .main .section-head .text-1 {
        font-size: 1.4rem;
        font-weight: 400;
    }
    .main .section-head .btn-detail {
        position: static;
        margin-top: 2rem;
    }
    .main .main-title .sub {
        font-size: 1.6rem;
    }
    .main .main-title .sub:after {
        right: -1.2rem;
        width: 0.8rem;
        height: 0.8rem;
    }
    .main .main-title .title-h2 {
        margin-top: 1.5rem;
        font-size: 2.4rem;
    }
    .main-intro .intro-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 200px;
        max-height: 200px;
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        filter: drop-shadow(rgba(22, 45, 161, 0.3) 1rem 1rem 32px);
    }
    .main-intro .intro-img:nth-child(1) {
        top: -34%;
        left: -95%;
    }
    .main-intro .intro-img:nth-child(3) {
        top: 0;
        left: -90%;
    }
    .main-intro .intro-img:nth-child(4) {
        top: 34%;
        left: -95%;
    }
    .main-intro .intro-img:nth-child(7) {
        top: -34%;
        left: 95%;
    }
    .main-intro .intro-img:nth-child(8) {
        top: 0;
        left: 90%;
    }
    .main-intro .intro-img:nth-child(9) {
        top: 34%;
        left: 95%;
    }
    .main-spot .section-inner {
        height: 100%;
    }
    .main-spot .spot-text {
        position: absolute;
        bottom: 10.2rem;
    }
    .main-spot .spot-text strong {
        font-size: 2.8rem;
    }
    .main-spot .spot-text p {
        margin-top: 2rem;
        font-size: 1.5rem;
    }
    .main-spot .swiper-pagination {
        bottom: 2.8rem;
        padding: 0 1.6rem;
        gap: 0;
    }
    .main-philosophy .philosophy-list {
        flex-direction: column;
        gap: 0.8rem;
    }
    .main-philosophy .philosophy-item {
        padding: 2rem;
        width: 100% !important;
        height: auto !important;
        border-radius: 1.5rem;
    }
    .main-philosophy .philosophy-item .title {
        font-size: 1.6rem;
        transition: none;
    }
    .main-philosophy .philosophy-item.over {
        padding: 4rem 0;
        width: 100%;
    }
    .main-philosophy .philosophy-item.over .title {
        font-size: 2.4rem;
    }
    .main-value {
        padding-bottom: 23.8rem !important;
    }
    .main-value .bg-a {
        left: auto;
        right: 0;
        width: 20rem;
        height: 19.8rem;
    }
    .main-value .section-head {
        width: 100%;
    }
    .main-value .section-contents {
        width: 100%;
    }
    .main-value .value-list {
        display: block;
    }
    .main-value .value-item {
        width: 20rem;
    }
    .main-value .value-item:nth-of-type(2n-1) {
        margin-left: auto;
        margin-right: 0;
    }
    .main-value .value-item + .value-item {
        margin-top: 0.8rem !important;
    }
    .main-value .value-item .num {
        margin-top: 2rem;
        font-size: 4.2rem;
    }
    .main-value .value-item .text-2 {
        display: block;
    }
    .main-value .value-item .title {
        margin-top: 2rem;
    }
    .main-business {
        min-height: auto;
    }
    .main-business .section-head {
        margin-bottom: 2rem;
    }
    .main-business .main-title .sub:after {
        background-color: #fff;
    }
    .main-business .shadow,
    .main-business .puzzle {
        transform: none;
    }
    .main-business .business-item.swiper-slide-prev .thumb, .main-business .business-item.swiper-slide-next .thumb {
        position: relative;
        right: auto;
    }
    .main-business .item-center {
        flex-direction: column;
        align-items: center;
    }
    .main-business .thumb {
        width: 24rem;
        height: 24rem;
    }
    .main-business .thumb .name {
        margin-left: 0;
        margin-bottom: 0;
        bottom: auto;
        top: calc(100% + 3rem);
        width: 100%;
        text-align: center;
        font-size: 3.6rem;
    }
    .main-business .content {
        margin-top: 8.2rem;
        padding: 0;
        width: auto;
        text-align: center;
        transform: translateX(100%);
        transition-delay: 0.2s;
    }
    .main-business .swiper-slide-active .content {
        transform: translateX(0);
    }
    .main-business .text {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .main-business .swiper-control-wrap {
        display: none;
    }
    .main-business .btn-page-move {
        margin-top: 1.6rem;
    }
    .main-business .swiper-pagination {
        margin-top: 4.8rem;
        display: flex;
        gap: 0.8rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-business .swiper-pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .main-business .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
    }
    .main-news .swiper-scrollbar {
        display: none;
    }
    .main-news .news-item .brand {
        height: 3.8rem;
        font-size: 1.2rem;
        line-height: 3.8rem;
    }
    .main-news .news-item .title-s2 {
        margin-top: 1.2rem;
        font-size: 2.4rem;
    }
    .main-news .news-item .info {
        padding: 3rem;
    }
    .main-news .news-item .text-1 {
        margin-top: 2rem;
    }
    .pop-main {
        top: 50% !important;
        left: 0 !important;
        right: 0;
        margin: auto;
        transform: translateY(-50%);
    }
    .pop-main .popup-wrap {
        padding: 0 2rem;
    }
    .pop-main .popup-inner {
        max-width: 100%;
    }
    .pop-main .popup-content {
        min-width: auto;
    }
    .pop-main .popup-footer {
        padding: 1rem 2rem;
        min-height: 4.6rem;
    }
    .pop-main .popup-footer .btn-close {
        right: 2rem;
    }

    .customer #container {
        padding-top: 80px !important;
    }
}
.window-mo .main-spot {
    /*bottom: 10.2rem;
      white-space: normal;
      */
}
.window-mo .main-spot .section-inner {
    height: 100%;
}
.window-mo .main-spot .spot-text {
    position: absolute;
    bottom: 7.2rem;
    /*line-height: 3.6rem;*/
    /*
    margin-top: 2rem;
    line-height: 2rem;
    */
}
.window-mo .main-spot .spot-text strong {
    font-size: 2.8rem;
}
.window-mo .main-spot .spot-text p {
    margin-top: 0rem;
    font-size: 1.5rem;
}
.window-mo .main-spot .swiper-pagination {
    bottom: 2.8rem;
    padding: 0 1.6rem;
    gap: 0;
}
.window-mo.main-intro #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 2000;
}
.window-mo.main-intro #intro.active .intro-logo {
    animation-delay: 2.5s;
    animation-duration: 1s;
    animation-name: introV4-m;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.window-mo.main-intro #intro.active .intro-logo.en {
    animation-name: introV4-m-en;
}
.window-mo.main-intro .intro-logo {
    width: 14.8510638298vw;
    height: 14.8510638298vw;
}
.window-mo.main-intro .intro-logo span {
    width: 80vw;
    height: 100%;
    background-size: contain;
    background-position: center;
}
.window-mo.main-intro .intro-logo.en {
    width: 6vw;
    height: 6vw;
}
.window-mo .main-business .section-bg .business-bg {
    background-attachment: initial;
}
.window-mo .main-business .content {
    padding: 0 3rem;
}
.window-mo .pop-main {
    top: 50% !important;
    left: 0 !important;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.window-mo .pop-main .popup-wrap {
    padding: 0 2rem;
}
.window-mo .pop-main .popup-inner {
    max-width: 100%;
}
.window-mo .pop-main .popup-content {
    min-width: auto;
}
.window-mo .pop-main .popup-footer {
    padding: 1rem 2rem;
    min-height: 4.6rem;
}

.tabList button {
    outline: none;
    border: none;
    background-color: transparent;
    display: block;
    width: 100%;
}
.tabList__btn {
    font-size: 2.2rem;
    font-weight: 500;
    color: #999;
}
.tabList__btn.is-active {
    font-weight: 700;
    color: #111;
}
.tabList__item {
    padding: 0 3rem;
    position: relative;
}
.tabList__item:first-child {
    padding-left: 0;
}
.tabList__item:last-child {
    padding-right: 0;
}
.tabList__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.5px;
    height: 1.6rem;
    background: #e7e7e7;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.tabList__item:last-child::after {
    display: none;
}
.tabList__list {
    display: flex;
}

.textGroup span {
    display: block;
}
.textGroup__title {
    font-size: 6.8rem;
    line-height: 7.6rem;
    font-weight: 700;
    color: #111;
}
.textGroup__sub-title {
    font-size: 2.8rem;
    font-weight: 500;
    color: #444;
    line-height: 3.6rem;
    margin-top: 1.4rem;
}
.textGroup__text {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #777;
    margin-top: 3.2rem;
}

.main {
    /*250327 color: #333;*/
    /*// 250327*/
}


/* 왼쪽 화살표 */
.main_arrow_left {
    position: absolute;
    right: 18rem;    /* 오른쪽에서 6rem 띄움 (오른쪽으로 이동) */
    left: auto;     /* 기존 left 값 초기화 */
    top: 80px;     /* 위쪽으로 이동 (수치는 디자인에 맞춰 조절) */
    z-index: 3;
}

/* 오른쪽 화살표 */
.main_arrow_right {
    position: absolute;
    right: 8rem;       /* 오른쪽 끝에 붙임 */
    top: 80px;     /* 왼쪽 버튼과 같은 높이 */
    z-index: 3;
}

.main section.main-biz {
    padding-top: 0;
    padding-bottom: 0;
}



.main .main-biz .biz-contents {
    background: url("../images/main/bg_biz.png") no-repeat right bottom;
}

.main .biz-item {
    display: flex !important;
    align-items: center;
}
.main .biz-item .img-d {
    position: relative;
    width: min(45%, 65.9rem);
    flex: none;
}
.main .biz-item .biz-text {
    /* padding-left: 16rem; */
    padding-left: 4rem;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.main .biz-item .biz-text .title span {
    display: block;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin-top: 1.6rem;
}
.main .biz-item.n2 .biz-text .title span {
    letter-spacing: -1.8px;
}
.main .biz-item .biz-text .title strong {
    display: block;
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}
.main .biz-item .biz-text .text {
    margin-top: 3rem;
    font-size: 2rem;
}
.main .biz-item .biz-text .text-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 1:1 비율로 2열 배치 */
    gap: 10px 20px; /* 행 간격 10px, 열 간격 20px */
}

.main .biz-item .biz-text .mark-img {
    margin-top: 7rem;
}
.main .main-biz-swiper {
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.5s ease-out;
    transition-delay: 0.25s;
    /* padding-bottom: 8rem; */
}
.main .main-biz-swiper.scr-eff-active {
    opacity: 1;
    transform: translateY(0);
}
.main .main-biz-swiper .swiper-slide {
    opacity: 0;
    transition: 0.6s ease-out;
}
.main .main-biz-swiper .swiper-slide-active {
    opacity: 1;
}
.main .main-biz .swiper-pagination.swiper-pagination-horizontal {
    left: min(45%, 63.7rem);
    text-align: left;
    width: auto;
    padding-left: 16rem;
    bottom: auto;
    top: 8rem;
    position: absolute;
    z-index: 10;
}
.main .main-biz .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    font-size: 2.2rem;
    opacity: 1;
    color: #999;
    line-height: 1;
    margin: 0;
}
.main .main-biz .swiper-pagination-bullet-active {
    font-weight: 600;
    color: #111;
}
.main .main-biz .swiper-pagination-bullet + .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.6rem;
    background-color: #222;
    opacity: 0.1;
    margin: 0 2.4rem 0 2rem;
    vertical-align: middle;
}
.main .biz-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #ececed;
    display: none;
}
.main .biz-progress-drag {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3333%;
    height: 100%;
    background: #777;
}

.mainNews__list {
    display: flex;
    gap: 2.4rem;
}
.mainNews__item {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

.imgTextCont__link {
    display: block;
}
.imgTextCont__img-box {
    border-radius: 2rem;
    height: 33rem;
    overflow: hidden;
    margin-bottom: 3rem;
    position: relative;
}
.imgTextCont__img--h350 {
    height: 35rem;
}
.imgTextCont__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: all 1s;
}
.imgTextCont span {
    display: block;
}
.imgTextCont__cate {
    color: #2f75ff;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
}
.imgTextCont__title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.imgTextCont__bigTitle {
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 4.4rem;
    color: #111;
}
.imgTextCont__date {
    font-size: 1.8rem;
    font-weight: 500;
    color: #777;
    margin-top: 1.2rem;
}
.imgTextCont__text {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 1.8rem;
}
.imgTextCont__view {
    margin-top: 3.8rem;
}
.imgTextCont--color-white * {
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .imgTextCont:hover .imgTextCont__img {
        width: 120%;
        height: 120%;
    }
}
@media screen and (max-width: 766px) {
    .mainNews__list {
        flex-direction: column;
        gap: 3.6rem;
    }
    .imgTextCont__img-box {
        height: 23rem;
        border-radius: 1.6rem;
        margin-bottom: 2.4rem;
    }
    .imgTextCont__cate {
        font-size: 1.6rem;
        line-height: 1;
    }
    .imgTextCont__title {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .imgTextCont__date {
        font-size: 1.6rem;
    }
    .imgTextCont__bigTitle {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .imgTextCont__text {
        font-size: 1.4rem;
        line-height: 2rem;
        color: #dddddd;
        margin-top: 0.8rem;
    }
    .imgTextCont__view {
        margin-top: 1.8rem;
    }
}
@media screen and (max-width: 1370px) {
    .main .biz-item .biz-text {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .main .main-biz .swiper-pagination.swiper-pagination-horizontal {
        padding-left: 8rem;
    }
}
@media screen and (max-width: 766px) {
    .main {
        /*241121 font-size: 2rem; margin-top: 1rem;*/
        /*font-size: 4.2rem;*/
        /*margin-top: 2rem;*/
    }
    .main .main-biz .biz-contents {
        background: transparent;
    }
    .main .biz-item {
        flex-wrap: wrap;
    }
    .main .biz-item .img-d {
        padding-right: 0;
        width: 100%;
        position: relative;
    }
    /* .main .biz-item .img-d:before {
        content: "";
        width: 12.4rem;
        height: 12.5rem;
        background: url(../images/main/bg_biz.png) no-repeat center center;
        position: absolute;
        right: -3.2rem;
        bottom: 0;
        background-size: cover;
        opacity: 0;
    } */
    .main .biz-item .img-d img {
        width: 100%
    }
    .main .biz-item .biz-text {
        padding-left: 0;
        padding-top: 3.2rem;
        opacity: 0;
        transition: 0.4s;
        padding-right: 0;
        position: relative;
    }
    .main .biz-item .biz-text .title span {
        font-size: 1.8rem;
        margin-top: 0.8rem;
        line-height: 2.4rem;
    }
    .main .biz-item .biz-text .title strong {
        font-size: 2.8rem;
    }
    .main .biz-item .biz-text .title strong:after {
        content: "";
        display: inline-block;
        width: 1rem;
        height: 2rem;
        background: url(../images/main/ico_link_arrow.svg) no-repeat center center/cover;
        margin-left: 1.2rem;
        vertical-align: middle;
    }
    .main .biz-item .biz-text .text {
        margin-top: 2.4rem;
    }
    .main .biz-item .biz-text .text-list {
        grid-template-columns: repeat(1, 1fr);
        font-size: 1.4rem;
    }
    .main .biz-item .biz-text .text-1 {
        font-size: 1.4rem;
    }
    .main .biz-item .biz-text .btn-detail {
        position: absolute;
        margin: 0;
        left: 0;
        top: 3.2rem;
        height: 8rem;
        width: 100%;
        opacity: 0;
    }
    .main .main-biz-swiper {
        /* padding-bottom: 4rem; */
    }
    .main .main-biz-swiper .swiper-slide {
        opacity: 1;
    }
    .main .main-biz-swiper .swiper-slide-active .img-d:before {
        opacity: 1;
    }
    .main .main-biz .swiper-pagination.swiper-pagination-horizontal {
        display: none;
    }
    .main .biz-progress {
        display: block;
    }
    .main .swiper-slide-active.biz-item .biz-text {
        opacity: 1;
    }
}
.main-products {
    background-color: #1A0855;
}
.main-products .section-head {
    position: absolute;
    left: 3rem;
    top: 0;
}
.main-products.scr-eff .mainProducts__box {
    transform: translateY(150%);
    opacity: 0;
}
.main-products.scr-eff.scr-eff-active .mainProducts__box {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}
.main-products.scr-eff.scr-eff-active .mainProducts__item--first .mainProducts__box {
    transition-delay: 0.4s !important;
}
.main-products.scr-eff.scr-eff-active .mainProducts__item--second .mainProducts__box {
    transition-delay: 0.6s !important;
}
.main-products.scr-eff.scr-eff-active .mainProducts__item--third .mainProducts__box {
    transition-delay: 0.8s !important;
}
.main-products.scr-eff.scr-eff-active .mainProducts__item--last .mainProducts__box {
    transition-delay: 1s !important;
}
.main-products__deco {
    position: absolute;
    bottom: 0;
    right: -4.3rem;
    font-size: 38rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.031372549);
}

.main-products__deco img {
    display: block;  /* 하단 미세 공백 제거 */
    width: 100%;     /* span 크기에 맞춤 (필요시) */
    height: auto;
}

.mainProducts {
    position: relative;
}
.mainProducts__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16rem;
    align-items: end;
}
.mainProducts__item {
    max-width: 64rem;
    height: 35rem;
    margin-top: 10rem;
}
.mainProducts__item--first {
    margin-top: 0 !important;
}
.mainProducts__item--last {
    height: auto !important;
}
.mainProducts__item--left {
    margin-top: 0;
}

@media screen and (max-width: 766px) {
    .main-products__deco {
        display: none;
    }
    .main-products .section-head {
        position: initial;
    }
    .mainProducts__list {
        grid-template-columns: repeat(1, 1fr);
        column-gap: initial;
        align-items: initial;
    }
    .mainProducts__list--grid {
        display: none;
    }
    .mainProducts__item {
        height: auto;
        margin-top: 3.6rem;
    }
    .imgTextCont__img-box {
        height: 18rem;
    }
}
.mainBusiness {
    overflow: visible !important;
    position: relative;
    padding-top: 24rem !important;
}
.mainBusiness__wrap {
    position: relative;
}
.mainBusiness__head {
    color: #222;
    height: 200vh;
    padding-bottom: 100px;
    position: relative;
}
.mainBusiness__head-box {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.mainBusiness__title {
    font-size: 6.8rem;
    font-weight: 500;
    line-height: 8.8rem;
    text-align: center;
}
.mainBusiness__logo {
    font-family: "Play";
    font-size: 100px;
    font-weight: 700;
    line-height: 116px;
    text-align: center;
    margin-top: 8px;
}
.mainBusiness__title-text, .mainBusiness__logo-text {
    position: relative;
}
.mainBusiness__title-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7058823529);
}
.mainBusiness__bg-box {
    width: 99vw;
    height: 1984px;
    left: 0;
    top: -870px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.mainBusiness__bg {
    display: block;
    width: 2580px;
    width: 100%;
    height: 100%;
}
.mainBusiness__body {
    position: relative;
    width: 100%;
    height: 100vh;
}
.mainBusiness__visual {
    position: relative;
    width: 76.3021%;
    height: 100%;
    margin: 0 auto;
}
.mainBusiness__visual-sticky {
    height: 100%;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.mainBusiness__visual-text-box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mainBusiness__visual-text {
    text-align: center;
    font-size: 8rem;
    width: 100%;
    color: #fff;
}
.mainBusiness__video-box {
    overflow: hidden;
    border-radius: 16rem;
    box-shadow: 0px 0px 20px 0px rgba(2, 2, 30, 0.2);
    opacity: 0.5;
    height: 100%;
}
.mainBusiness__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainBusiness__video-src {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainBusiness__scrollDown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
    z-index: 10;
}
.mainBusiness__visualText {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.35s;
}

.scrollDown {
    width: 15rem;
    height: 15rem;
    border-radius: 100%;
    flex-shrink: 0;
    background-color: #2f75ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrollDown__text {
    width: 13rem;
    height: 13rem;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.1881 124.515L53.2696 124.959C52.9221 124.243 52.4753 123.848 51.8051 123.724C50.9611 123.526 50.3405 123.823 50.1667 124.515C50.0426 125.058 50.3157 125.429 51.259 125.948L51.5569 126.121C52.7732 126.763 53.2448 127.48 53.0462 128.394C52.798 129.531 51.6561 130.149 50.3653 129.852C49.4469 129.654 48.727 129.037 48.3298 128.147L49.2483 127.727C49.5213 128.369 49.993 128.765 50.5887 128.888C51.3086 129.061 51.8796 128.765 52.0037 128.172C52.103 127.702 51.8796 127.406 51.0852 127.01L50.7873 126.837C49.3972 126.096 48.9008 125.355 49.1242 124.317C49.3972 123.081 50.5639 122.464 52.0037 122.785C52.9966 123.007 53.7165 123.576 54.1633 124.564L54.1881 124.515Z' fill='%23fff'/%3E%3Cpath d='M47.7356 125.501C47.0902 127.429 45.1043 128.442 43.2674 127.824C42.1503 127.454 41.3808 126.589 41.0829 125.526L42.0759 125.279C42.2993 126.02 42.8206 126.613 43.5901 126.885C44.8809 127.33 46.271 126.564 46.7426 125.18C47.2143 123.796 46.5689 122.339 45.2781 121.919C44.5085 121.647 43.7142 121.82 43.0936 122.264L42.4482 121.449C43.317 120.807 44.4589 120.584 45.5759 120.955C47.4377 121.573 48.381 123.574 47.7107 125.501H47.7356Z' fill='%23fff'/%3E%3Cpath d='M39.0225 126.095L37.0118 125.156C35.6217 124.513 35.026 123.303 35.5721 122.166C35.9941 121.252 36.9125 120.856 37.9799 121.054L37.4338 117.644L38.526 118.163L39.0473 121.449L39.8665 121.82L41.0332 119.299L41.9765 119.744L39.0225 126.07V126.095ZM38.3771 122.166C37.5331 121.77 36.8629 121.943 36.5402 122.611C36.2423 123.278 36.5402 123.896 37.3842 124.291L38.4764 124.81L39.4693 122.709L38.3771 122.191V122.166Z' fill='%23fff'/%3E%3Cpath d='M35.2491 120.51C34.1569 122.265 31.9973 122.783 30.2348 121.696C28.4475 120.609 27.9511 118.459 29.0185 116.705C30.1107 114.95 32.2703 114.431 34.0328 115.519C35.7952 116.606 36.3165 118.756 35.2243 120.51H35.2491ZM29.9121 117.248C29.0929 118.558 29.4405 120.065 30.7313 120.856C32.0221 121.647 33.5115 121.276 34.3306 119.967C35.1498 118.657 34.8023 117.15 33.5115 116.384C32.2207 115.593 30.7313 115.964 29.9121 117.273V117.248Z' fill='%23fff'/%3E%3Cpath d='M25.8162 118.632L24.997 117.99L28.6708 113.245L26.1389 111.293L26.7346 110.527L30.1106 113.122L25.841 118.632H25.8162Z' fill='%23fff'/%3E%3Cpath d='M21.1994 114.977L20.4299 114.26L24.5257 109.837L22.1675 107.663L22.8377 106.946L25.9654 109.837L21.1994 114.977Z' fill='%23fff'/%3E%3Cpath d='M15.0929 108.971L13.8518 107.464C12.3872 105.685 12.5113 103.659 14.1496 102.324C15.788 100.99 17.8235 101.287 19.2632 103.041L20.5044 104.548L15.0681 108.971H15.0929ZM18.5185 103.659C17.4263 102.324 16.061 102.127 14.8199 103.14C13.5787 104.153 13.5042 105.512 14.5964 106.846L15.1674 107.538L19.0894 104.351L18.5185 103.659Z' fill='%23fff'/%3E%3Cpath d='M13.5029 101.459C11.7404 102.546 9.58082 102.077 8.4886 100.322C7.37156 98.5677 7.86802 96.4179 9.63047 95.3307C11.3929 94.2435 13.5525 94.7129 14.6448 96.4674C15.7618 98.2218 15.2653 100.372 13.5029 101.459ZM10.1766 96.1955C8.86095 97.011 8.51342 98.4936 9.33259 99.7785C10.1269 101.063 11.6411 101.385 12.932 100.545C14.2228 99.7044 14.5951 98.2465 13.8008 96.9616C13.0064 95.6766 11.4922 95.3554 10.1766 96.1708V96.1955Z' fill='%23fff'/%3E%3Cpath d='M5.98235 96.0718L5.53553 95.0587L10.0782 91.2039L4.2199 92.0193L3.79791 91.0556L8.41502 87.3738L2.48228 88.041L2.03546 87.0279L9.3583 86.2866L9.85477 87.448L5.80859 90.7591L10.9966 90.0919L11.4931 91.2533L5.98235 96.0965V96.0718Z' fill='%23fff'/%3E%3Cpath d='M1.56386 85.3984L1.24116 84.237L5.43628 79.3939V79.3444L0.273055 80.7529L0 79.7398L6.75191 77.8866L7.07461 79.0232L2.82984 83.8911V83.9405L8.04271 82.5073L8.31577 83.5204L1.56386 85.3737V85.3984Z' fill='%23fff'/%3E%3Cpath d='M5.43553 53.0527L4.98871 52.1384C5.70858 51.8172 6.10576 51.3724 6.25469 50.7052C6.45328 49.8651 6.18022 49.2473 5.48518 49.0744C4.93907 48.9508 4.56672 49.2226 4.04543 50.1369L3.87167 50.4334C3.22626 51.6195 2.48157 52.089 1.58793 51.8666C0.470891 51.5948 -0.149689 50.4581 0.173012 49.1979C0.396421 48.3084 1.04182 47.5671 1.91064 47.2211L2.33263 48.1354C1.68723 48.4072 1.29006 48.852 1.14112 49.445C0.967354 50.1369 1.26523 50.7299 1.83617 50.8535C2.28298 50.9523 2.60569 50.7299 3.02768 49.9639L3.20144 49.6674C3.97096 48.3084 4.74048 47.8142 5.75823 48.0613C6.99939 48.3578 7.59515 49.5192 7.24762 50.9523C6.99939 51.9407 6.40363 52.6326 5.43553 53.0527Z' fill='%23fff'/%3E%3Cpath d='M4.61653 46.5525C2.70514 45.8606 1.73704 43.8591 2.40726 42.0305C2.80443 40.9186 3.69807 40.1773 4.76546 39.9055L4.98887 40.8939C4.24418 41.0916 3.6236 41.6105 3.35054 42.3765C2.8789 43.6367 3.59877 45.0452 4.98887 45.5641C6.37897 46.083 7.84354 45.4652 8.31518 44.205C8.58824 43.439 8.46412 42.6483 8.0173 42.0305L8.83647 41.4128C9.45705 42.3023 9.65563 43.439 9.25846 44.551C8.58824 46.3795 6.55273 47.2691 4.64135 46.5772L4.61653 46.5525Z' fill='%23fff'/%3E%3Cpath d='M4.14502 37.9557L5.11312 35.9789C5.78335 34.5952 6.99969 34.0515 8.14155 34.5952C9.06001 35.0399 9.43236 35.9542 9.20895 37.0167L12.6346 36.5472L12.1133 37.6345L8.81178 38.0793L8.41461 38.87L10.9218 40.0808L10.4749 41.0198L4.16984 37.9557H4.14502ZM8.09191 37.3874C8.48908 36.5472 8.34014 35.8801 7.69474 35.5588C7.02451 35.2376 6.40393 35.5588 6.00676 36.3743L5.48547 37.4615L7.59544 38.4746L8.11673 37.3874H8.09191Z' fill='%23fff'/%3E%3Cpath d='M9.87965 34.2239C8.1172 33.1119 7.64556 30.9374 8.76261 29.2077C9.87965 27.4533 12.0641 26.9838 13.8017 28.0958C15.5642 29.2077 16.0358 31.3822 14.9188 33.1119C13.8017 34.8663 11.6173 35.3358 9.87965 34.2239ZM13.2556 28.9606C11.94 28.1205 10.4258 28.4417 9.63142 29.7267C8.81225 30.9869 9.15978 32.4942 10.4754 33.3096C11.791 34.125 13.2804 33.8285 14.0996 32.5436C14.9188 31.2587 14.5712 29.7761 13.2556 28.9359V28.9606Z' fill='%23fff'/%3E%3Cpath d='M11.9156 24.8582L12.5858 24.0427L17.3022 27.8481L19.3377 25.3524L20.1072 25.9701L17.4015 29.2813L11.9156 24.8582Z' fill='%23fff'/%3E%3Cpath d='M15.6639 20.4095L16.3838 19.6681L20.7278 23.8442L22.9619 21.5461L23.6569 22.2133L20.703 25.2773L15.6639 20.4095Z' fill='%23fff'/%3E%3Cpath d='M21.8448 14.405L23.3839 13.1942C25.196 11.7857 27.2315 11.934 28.5471 13.6142C29.8627 15.2945 29.5152 17.296 27.7031 18.7045L26.1641 19.9153L21.82 14.405H21.8448ZM27.1073 17.9385C28.4726 16.876 28.696 15.5169 27.7031 14.2567C26.7102 12.9965 25.3449 12.8977 23.9796 13.9602L23.2598 14.5285L26.3875 18.5068L27.1073 17.9385Z' fill='%23fff'/%3E%3Cpath d='M29.4658 12.9738C28.3984 11.1947 28.9446 9.04494 30.7318 7.9824C32.5191 6.91987 34.6787 7.43878 35.7461 9.21791C36.8135 10.997 36.2674 13.1468 34.4801 14.2093C32.6929 15.2719 30.5332 14.753 29.4658 12.9738ZM34.8525 9.76153C34.0581 8.42719 32.5687 8.05653 31.2531 8.82255C29.9375 9.58856 29.59 11.0959 30.3843 12.4055C31.1786 13.7151 32.668 14.1352 33.9837 13.3445C35.2993 12.5785 35.6468 11.0712 34.8525 9.73682V9.76153Z' fill='%23fff'/%3E%3Cpath d='M34.9522 5.63377L35.97 5.2137L39.7679 9.80977H39.7927L39.048 3.95349L40.0161 3.55813L43.6403 8.22833H43.6652L43.0694 2.29791L44.112 1.87784L44.7325 9.16731L43.5659 9.66151L40.2892 5.58435H40.2644L40.885 10.7735L39.7183 11.2677L34.9522 5.68319V5.63377Z' fill='%23fff'/%3E%3Cpath d='M45.8246 1.43318L46.9913 1.13666L51.7574 5.43621H51.807L50.5162 0.247101L51.534 0L53.2468 6.77055L52.1049 7.06708L47.314 2.71811H47.2644L48.58 7.93193L47.5623 8.17903L45.8495 1.40847L45.8246 1.43318Z' fill='%23fff'/%3E%3Cpath d='M75.8596 5.48428L76.778 5.0395C77.1255 5.75609 77.5724 6.15145 78.2426 6.275C79.0866 6.47268 79.7072 6.17616 79.8809 5.48428C80.005 4.94066 79.732 4.57001 78.7887 4.05109L78.4908 3.87812C77.2745 3.23566 76.8028 2.51907 77.0014 1.6048C77.2497 0.468136 78.3915 -0.149615 79.6823 0.146906C80.6008 0.344586 81.3207 0.962338 81.7178 1.8519L80.7994 2.27197C80.5263 1.62951 80.0547 1.23415 79.4589 1.1106C78.739 0.937628 78.1681 1.23415 78.044 1.82719C77.9447 2.29668 78.1681 2.5932 78.9625 2.98856L79.2603 3.16153C80.6504 3.90283 81.1469 4.64414 80.9235 5.68196C80.6504 6.91746 79.4837 7.53521 78.044 7.21398C77.0511 6.99159 76.3312 6.42326 75.8844 5.43486L75.8596 5.48428Z' fill='%23fff'/%3E%3Cpath d='M82.3132 4.52093C82.9586 2.59355 84.9445 1.58044 86.7814 2.19819C87.8984 2.56884 88.668 3.43369 88.9658 4.49622L87.9729 4.74332C87.7495 4.00202 87.2282 3.40898 86.4587 3.13717C85.1679 2.69239 83.7778 3.4584 83.3062 4.84216C82.8345 6.22593 83.4799 7.68382 84.7707 8.10389C85.5402 8.3757 86.3346 8.20273 86.9552 7.75795L87.6006 8.57338C86.7318 9.21584 85.5899 9.43823 84.4728 9.06758C82.6111 8.44983 81.6678 6.44832 82.338 4.52093H82.3132Z' fill='%23fff'/%3E%3Cpath d='M90.9777 3.9038L92.9884 4.84278C94.3785 5.48524 94.9742 6.69603 94.4281 7.83269C94.0061 8.74697 93.0877 9.14233 92.0203 8.94465L92.5664 12.3546L91.4742 11.8357L90.9529 8.54929L90.1337 8.17863L88.967 10.6991L88.0237 10.2543L90.9777 3.92851V3.9038ZM91.6231 7.83269C92.4671 8.22806 93.1373 8.05508 93.46 7.38791C93.7579 6.72074 93.46 6.10299 92.616 5.70763L91.5238 5.18872L90.5309 7.28907L91.6231 7.80798V7.83269Z' fill='%23fff'/%3E%3Cpath d='M94.8 9.51334C95.8923 7.75892 98.0519 7.24001 99.8143 8.32725C101.602 9.4145 102.098 11.5643 101.031 13.3187C99.9384 15.0731 97.7788 15.592 96.0164 14.5048C94.2539 13.4175 93.7327 11.2678 94.8249 9.51334H94.8ZM100.137 12.7751C100.956 11.4654 100.609 9.95812 99.3179 9.1674C98.0271 8.37668 96.5377 8.74733 95.7185 10.057C94.8993 11.3666 95.2469 12.8739 96.5377 13.6399C97.8285 14.4306 99.3179 14.06 100.137 12.7504V12.7751Z' fill='%23fff'/%3E%3Cpath d='M104.183 11.3654L105.002 12.0079L101.328 16.7522L103.86 18.7043L103.264 19.4703L99.8885 16.8758L104.158 11.3654H104.183Z' fill='%23fff'/%3E%3Cpath d='M108.8 15.0238L109.569 15.7404L105.473 20.1635L107.831 22.338L107.161 23.0546L104.034 20.1635L108.8 15.0238Z' fill='%23fff'/%3E%3Cpath d='M114.931 21.0519L116.173 22.5592C117.637 24.3384 117.513 26.3646 115.875 27.6989C114.236 29.0333 112.201 28.7368 110.761 26.9823L109.52 25.475L114.956 21.0519H114.931ZM111.506 26.3646C112.598 27.6989 113.963 27.8966 115.205 26.8835C116.446 25.8704 116.52 24.5113 115.428 23.177L114.857 22.4851L110.935 25.6727L111.506 26.3646Z' fill='%23fff'/%3E%3Cpath d='M116.545 28.6139C118.307 27.5266 120.467 27.9961 121.559 29.7505C122.676 31.5049 122.18 33.6547 120.417 34.742C118.655 35.8292 116.495 35.3597 115.403 33.6053C114.286 31.8509 114.782 29.7011 116.545 28.6139ZM119.871 33.8771C121.187 33.0617 121.534 31.5791 120.715 30.2942C119.921 29.0092 118.406 28.688 117.116 29.5281C115.825 30.3683 115.452 31.8262 116.247 33.1111C117.041 34.396 118.555 34.7173 119.871 33.9018V33.8771Z' fill='%23fff'/%3E%3Cpath d='M124.017 33.9274L124.464 34.9405L119.921 38.7953L125.779 37.9799L126.201 38.9436L121.584 42.6254L127.517 41.9582L127.964 42.9713L120.641 43.7126L120.144 42.5512L124.191 39.2401L119.003 39.9073L118.506 38.7459L124.017 33.9027V33.9274Z' fill='%23fff'/%3E%3Cpath d='M128.436 44.6271L128.759 45.7884L124.564 50.6316V50.681L129.727 49.2725L130 50.2857L123.248 52.1389L122.925 51.0022L127.17 46.1344V46.0849L121.957 47.5181L121.684 46.505L128.436 44.6518V44.6271Z' fill='%23fff'/%3E%3Cpath d='M124.537 77.0698L124.959 77.9841C124.214 78.3053 123.842 78.7501 123.668 79.4173C123.445 80.2574 123.743 80.8752 124.413 81.0481C124.959 81.1964 125.331 80.9246 125.853 80.0103L126.026 79.7138C126.697 78.5277 127.417 78.0829 128.335 78.3053C129.452 78.5771 130.048 79.7138 129.725 80.9987C129.502 81.8883 128.856 82.6049 127.963 82.9755L127.565 82.0613C128.211 81.7894 128.608 81.3447 128.757 80.7763C128.931 80.0845 128.658 79.4914 128.062 79.3431C127.615 79.2196 127.292 79.4667 126.87 80.208L126.697 80.5045C125.927 81.8636 125.158 82.3331 124.14 82.086C122.899 81.7647 122.328 80.6034 122.675 79.1702C122.924 78.1818 123.519 77.4899 124.512 77.0698H124.537Z' fill='%23fff'/%3E%3Cpath d='M125.382 83.4458C127.293 84.1377 128.261 86.1392 127.591 87.9677C127.194 89.0797 126.3 89.821 125.233 90.0928L125.009 89.1044C125.754 88.9067 126.375 88.3878 126.648 87.6218C127.119 86.3616 126.399 84.9531 125.009 84.4342C123.619 83.9153 122.155 84.533 121.683 85.7932C121.41 86.5592 121.534 87.35 121.981 87.9677L121.162 88.5855C120.541 87.6959 120.343 86.5592 120.74 85.4473C121.41 83.6187 123.445 82.7292 125.357 83.4211L125.382 83.4458Z' fill='%23fff'/%3E%3Cpath d='M125.853 92.0463L124.885 94.0231C124.215 95.4068 122.998 95.9505 121.857 95.4068C120.938 94.9621 120.566 94.0478 120.789 92.9853L117.364 93.4547L117.885 92.3675L121.186 91.9227L121.583 91.132L119.076 89.9212L119.523 88.9822L125.828 92.0463H125.853ZM121.906 92.6146C121.509 93.4547 121.658 94.1219 122.303 94.4431C122.974 94.7644 123.594 94.4431 123.991 93.6277L124.513 92.5405L122.403 91.5274L121.881 92.6146H121.906Z' fill='%23fff'/%3E%3Cpath d='M120.119 95.7764C121.882 96.8884 122.353 99.0628 121.236 100.793C120.119 102.547 117.935 103.016 116.197 101.904C114.435 100.793 113.963 98.6181 115.08 96.8884C116.197 95.1339 118.382 94.6644 120.119 95.7764ZM116.743 101.04C118.059 101.88 119.573 101.559 120.368 100.274C121.187 99.0134 120.839 97.5061 119.524 96.6907C118.208 95.8752 116.718 96.1718 115.899 97.4567C115.08 98.7416 115.428 100.224 116.743 101.064V101.04Z' fill='%23fff'/%3E%3Cpath d='M118.009 105.166L117.339 105.982L112.672 102.177L110.637 104.648L109.867 104.03L112.573 100.743L118.009 105.166Z' fill='%23fff'/%3E%3Cpath d='M114.286 109.613L113.566 110.355L109.222 106.179L106.988 108.477L106.293 107.81L109.247 104.746L114.286 109.613Z' fill='%23fff'/%3E%3Cpath d='M108.155 115.593L106.616 116.804C104.804 118.212 102.769 118.064 101.453 116.384C100.137 114.704 100.485 112.702 102.297 111.294L103.836 110.083L108.18 115.593H108.155ZM102.893 112.06C101.527 113.122 101.304 114.481 102.297 115.741C103.29 117.002 104.655 117.1 106.02 116.038L106.74 115.47L103.613 111.491L102.893 112.06Z' fill='%23fff'/%3E%3Cpath d='M100.534 117.027C101.602 118.806 101.056 120.956 99.2683 122.019C97.4811 123.081 95.3214 122.562 94.254 120.783C93.1867 119.004 93.7328 116.854 95.52 115.792C97.3073 114.729 99.4669 115.248 100.534 117.027ZM95.1477 120.24C95.942 121.574 97.4314 121.945 98.747 121.179C100.063 120.412 100.41 118.905 99.6159 117.596C98.8215 116.286 97.3321 115.866 96.0165 116.657C94.7009 117.423 94.3533 118.93 95.1477 120.264V120.24Z' fill='%23fff'/%3E%3Cpath d='M95.0482 124.365L94.0304 124.785L90.2325 120.189H90.2076L90.9523 126.046L89.9842 126.441L86.36 121.771H86.3352L86.931 127.701L85.8884 128.121L85.2678 120.832L86.4345 120.338L89.7112 124.415H89.736L89.1154 119.226L90.2821 118.731L95.0482 124.316V124.365Z' fill='%23fff'/%3E%3Cpath d='M84.1746 128.566L83.0079 128.863L78.2418 124.563H78.1922L79.483 129.753L78.4652 130L76.7524 123.229L77.8943 122.933L82.6852 127.282H82.7348L81.4192 122.068L82.4369 121.821L84.1498 128.591L84.1746 128.566Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    animation: wave 10s infinite linear;
    background-size: contain;
}
.scrollDown__arrow {
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.3818 27.6177L23.8577 38.1419L13.3335 27.6177' stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M23.856 9.85645L23.856 37.4824' stroke='%23fff' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 1000px) {
    .mainBusiness__visual-text {
        font-size: 6rem;
    }
}
@media screen and (max-width: 766px) {
    .mainBusiness__head {
        padding-bottom: 6rem;
    }
    .mainBusiness__title {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .mainBusiness__visual-text {
        font-size: 3rem;
        line-height: 3.8rem;
    }
    .mainBusiness__video-box {
        border-radius: 4rem;
    }
    .mainBusiness__scrollDown {
        top: -4rem;
    }
    .scrollDown {
        width: 8rem;
        height: 8rem;
    }
    .scrollDown__text {
        width: 7rem;
        height: 7rem;
    }
    .scrollDown__arrow {
        width: 2.7rem;
        height: 2.7rem;
    }
}
/*management*/
.management .text-2 {
    color: #444;
}
.management .plank-item .title-s2 {
    flex-shrink: 0;
}
.management .plank-item .plank-cont {
    flex-shrink: 1;
    flex-grow: 1;
}
.management .point_list li {
    position: relative;
    color: #444;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    display: flex;
    align-items: center;
    gap: 1.15rem;
}
.management .point_list li::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #777;
    border-radius: 50%;
    margin-bottom: 2px;
}
.management .life_box {
    border-top: 1px solid #444;
}
.management .life_box_item {
    padding: 3rem 0;
}
.management .life_box_item ~ .life_box_item {
    border-top: 1px solid #e5e5e5;
}
.management .life_box_item dl {
    display: flex;
    gap: 19.5rem;
}
.management .life_box_item dl dt {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #444;
}
.management-philosophy .plank-item {
    display: flex;
}
.management-philosophy .plank-item + .plank-item {
    margin-top: 5rem;
}
.management-philosophy .plank-item .title-s2 {
    padding-right: 3rem;
    width: 24.3055555556%;
}
.management-philosophy .plank-item .plank-cont {
    width: 75.6944444444%;
}
.management-philosophy .plank-item .title-s3 {
    font-weight: 400;
}
.management-philosophy .philosophycont {
    padding: 12rem 0;
    /* s: 250207 추가 */
    /* e:// 250207 추가 */
}
.management-philosophy .philosophycont-img {
    width: 100%;
    margin-left: auto;
    margin-top: 5rem;
    text-align: center;
}
.management-philosophy .philosophycont-img img {
    width: 100%;
    max-width: 84.1rem;
    margin: 0 auto;
    object-fit: contain;
}
.management-philosophy .philosophycont-video {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}
.management-philosophy .philosophycont-video video {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.management-philosophy .philosophycont:last-of-type {
    padding-bottom: 14rem;
}
.management-philosophy .philosophycont.gray {
    background-color: #f7f7f7;
}
.management-philosophy .philosophycont-mean {
    margin-top: 5rem;
    color: #444444;
}
.management-philosophy .philosophycont-mean li {
    list-style: auto;
    margin-left: 2rem;
}
.management-philosophy .section-contents {
    padding-top: 0 !important;
}
.management-philosophy .philosophy-poetrykr {
    display: block;
    width: 100%;
    padding: 4rem;
    text-align: center;
    background-color: #2f75ff;
    border-radius: 0.8rem;
    margin-bottom: 1.2rem;
}
.management-philosophy .philosophy-poetrykr span {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #fff;
}
.management-philosophy .philosophy-poetrycc {
    display: block;
    width: 100%;
    padding: 5rem;
    background-color: #fff;
    border-radius: 0.8rem;
    text-align: center;
}
.management-philosophy .philosophy-poetrycc img {
    width: 100%;
    max-width: 58.1rem;
    margin: 0 auto;
}
.management-philosophy .philosophy-btn {
    text-align: center;
    margin-top: 4rem;
}
.management-philosophy .philosophy-btn .btn-type-a {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 6.1rem;
    height: 6.1rem;
    padding: 0 6.4rem;
    border-radius: 4rem;
}
.management-philosophy .organization-img {
    width: 100%;
}
.management-philosophy .organization-img img {
    width: 100%;
    max-width: 109rem;
    margin: 0 auto;
}
.management-philosophy .organization-table {
    margin-top: 10rem;
    border-top: 2px solid #222;
}
.management-philosophy .conference-li {
    display: flex;
    border-bottom: 1px solid #dbdbdb;
}
.management-philosophy .conference-li .head {
    flex-basis: 31.4%;
    flex-shrink: 1;
    background-color: #fff;
    padding: 5rem 4rem;
}
.management-philosophy .conference-li .head strong {
    display: block;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
}
.management-philosophy .conference-li .head .time {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.8rem;
    gap: 0.6rem;
    line-height: 1.7777777778;
    color: #aaa;
    margin-top: 1.6rem;
}
.management-philosophy .conference-li .head .time::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23AAA' stroke-width='1.5'/%3E%3Crect x='9.5' y='5' width='1.5' height='6' rx='0.75' fill='%23AAA'/%3E%3Crect x='5' y='11' width='1.5' height='6' rx='0.75' transform='rotate(-90 5 11)' fill='%23AAA'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.management-philosophy .conference-li .cont {
    flex-basis: 68.6%;
    flex-shrink: 1;
    padding: 4rem 5rem;
}
.management-philosophy .conference-li .cont ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.management-philosophy .conference-li .cont li {
    display: flex;
    align-items: flex-start;
    gap: 1.15rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.management-philosophy .conference-li .cont li::before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #777;
    border-radius: 50%;
    margin-top: 1.2rem;
    flex-shrink: 0;
}
.management-humanright .plank-item {
    display: flex;
}
.management-humanright .plank-item + .plank-item {
    margin-top: 5rem;
}
.management-humanright .plank-item .title-s2 {
    padding-right: 3rem;
    width: 24.3055555556%;
}
.management-humanright .plank-item .title-s3 {
    display: block;
    margin-top: 5rem;
}
.management-humanright .humanrightcont {
    padding: 12rem 0;
}
.management-humanright .humanrightcont-img {
    margin-top: 5rem;
    text-align: center;
}
.management-humanright .humanrightcont-img img {
    margin: 0 auto;
    object-fit: contain;
}
.management-humanright .humanrightcont:last-of-type {
    padding-bottom: 14rem;
}
.management-humanright .humanrightcont.gray {
    background-color: #f7f7f7;
}
.management-humanright .humanrightcont-mean {
    margin-top: 5rem;
    color: #444444;
}
.management-humanright .humanrightcont-img {
    margin: 0 auto;
}
.management-humanright .humanrightcont-img .title-s3 {
    font-weight: 500;
}
.management-humanright .humanrightcont-img.cont1 img {
    margin: 5rem auto 0;
}
.management-humanright .humanrightcont-img.cont2 img {
    margin: 5rem auto 0;
    max-width: 52rem;
    width: 100%;
}
.management-humanright .humanrightcont-img.cont3 {
    border-radius: 2rem;
    overflow: hidden;
    margin-top: 5rem;
}
.management-humanright .humanrightcont-img.cont3 img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.management-humanright .humanrightcont-table {
    margin-top: 5rem;
}
.management-humanright .humanrightcont-table strong {
    font-weight: 500;
}
.management-humanright .humanrightcont-table ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}
.management-humanright .humanrightcont-table ul.type2 {
    grid-template-columns: 1fr 1fr 1fr;
}
.management-humanright .humanrightcont-table ul.type2 dd {
    min-height: 11.2rem;
    background-color: #f3f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.management-humanright .humanrightcont-table ul.type2 li {
    position: relative;
}
.management-humanright .humanrightcont-table ul.type2 li::after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: calc(50% - 1rem);
    right: -2.5rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 16.668L13.3346 10.0013L6.66797 3.33464' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    transform: translateY(2.75rem);
}
.management-humanright .humanrightcont-table ul.type2 li:nth-child(3n)::after {
    display: none;
}
.management-humanright .humanrightcont-table dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    height: 100%;
}
.management-humanright .humanrightcont-table dt {
    width: 100%;
    background-color: #2f75ff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    border-radius: 0.8rem;
}
.management-humanright .humanrightcont-table dd {
    width: 100%;
    background-color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #777;
    text-align: center;
    padding: 2rem 0;
    border-radius: 0.8rem;
    text-wrap: wrap;
    flex-grow: 1;
}
.management-humanright .humanrightcont-table img {
    margin-top: 2rem;
    display: block;
    width: 100%;
}
.management-humanright .humanrightcont-btnarea {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.management-humanright .humanrightcont-btnarea a {
    border: 1px solid #222;
    height: 6.1rem;
    line-height: 6.1rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #222;
    padding: 0 6.4rem;
    border-radius: 4rem;
}
.management-humanright .humanrightcont-completion {
    margin-top: 5rem;
}
.management-humanright .humanrightcont-completion > strong {
    font-weight: 500;
}
.management-humanright .humanrightcont-completion ul {
    margin: 2rem 0;
    display: flex;
    gap: 6.8rem;
    width: 100%;
}
.management-humanright .humanrightcont-completion li {
    flex-basis: 100%;
    flex-shrink: 1;
    border-radius: 50%;
    background-color: #f3f7fa;
    position: relative;
}
.management-humanright .humanrightcont-completion li .wrap {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.management-humanright .humanrightcont-completion li p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.3rem;
    text-align: center;
    color: #777;
    padding: 0 3rem;
}
.management-humanright .humanrightcont-completion li strong {
    font-weight: 700;
    font-size: 1.8rem;
    color: #444;
}
.management-humanright .humanrightcont-completion li em {
    font-weight: 500;
    font-size: 4.8rem;
    color: #000081;
}
.management-humanright .humanrightcont-completion li::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.management-humanright .humanrightcont-completion span {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.67rem;
    text-align: end;
    color: #888;
}
.management-humanright .humanrightcont .organizational {
    margin: 5rem -3rem 0;
    width: calc(100% + 6rem);
    border-collapse: separate;
    border-spacing: 3rem 1.2rem;
}
.management-humanright .humanrightcont .organizational thead td,
.management-humanright .humanrightcont .organizational thead th {
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 1.8rem 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #222;
}
.management-humanright .humanrightcont .organizational tbody th {
    background-color: #2f75ff;
    text-align: center;
    padding: 2rem 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #fff;
    border-radius: 0.8rem;
}
.management-humanright .humanrightcont .organizational tbody td {
    background-color: #fff;
    text-align: center;
    padding: 1.8rem 0;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #777;
    border-radius: 0.8rem;
}
.management-humanright .humanrightcont .pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
    padding: 3rem;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}
.management-humanright .humanrightcont .pdf--mt0 {
    margin-top: 0 !important;
}
.management-humanright .humanrightcont .pdf--bt-none {
    border-top: none;
}
.management-humanright .humanrightcont .pdf--bb-bold {
    border-bottom: 2px solid #222;
}
.management-humanright .humanrightcont .pdf span {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
}
.management-humanright .humanrightcont .pdf a {
    border: 1px solid #777;
    padding: 0 2rem;
    height: 4.2rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #222;
    line-height: 4.2rem;
    border-radius: 4rem;
}
.management-humanright .humanrightcont .pdf a span {
    display: inline-flex;
    align-items: center;
}
.management-humanright .humanrightcont .pdf a span::after {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23222'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.management-humanright .humanrightcont .recruitment {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}
.management-humanright .humanrightcont .recruitment li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 5rem;
    gap: 4rem;
}
.management-humanright .humanrightcont .recruitment strong {
    flex-basis: 5rem;
    line-height: 4.8rem;
    font-weight: 500;
    color: #2f75ff;
}
.management-humanright .humanrightcont .recruitment p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #444;
}
.management-humanright .humanrightcont .card_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3.6rem 4.6rem;
}
.management-humanright .humanrightcont .card_box.bg-white {
    margin-top: 5rem;
}
.management-humanright .humanrightcont .card_box.bg-white .card_box_item {
    background-color: #fff;
}
.management-humanright .humanrightcont .card_box_item {
    width: 51.3rem;
    min-height: 28rem;
    flex: 1 1 calc(50% - 4.6rem);
    border-radius: 2.4rem;
    background-color: #f3f7fa;
    padding: 5rem;
}
.management-humanright .humanrightcont .card_box_tit {
    color: #082e7a;
    font-size: 2.6rem;
    line-height: 4.8rem;
    font-weight: 600;
}
.management-humanright .humanrightcont .card_box_check_item {
    position: relative;
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding-left: 3rem;
}
.management-humanright .humanrightcont .card_box_check_item ~ .card_box_check_item {
    margin-top: 1rem;
}
.management-humanright .humanrightcont .card_box_check_item:first-child {
    margin-top: 2rem;
}
.management-humanright .humanrightcont .card_box_check_item::before {
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../../static/images/ico/ico_check.png) no-repeat center center/1.8rem auto;
}
.management-humanright .humanrightcont .text-2 + .integrity02_02_3_01_img {
    margin-top: 3rem;
}
.management-humanright .humanrightcont [class^=integrity02_02_3] {
    max-width: 52.1rem;
    text-align: center;
}
.management-humanright .humanrightcont [class^=integrity02_02_3] p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-top: 1rem;
}
.management-humanright .humanrightcont [class^=integrity02_02_3] img {
    width: 100%;
    max-width: 52.1rem;
}
.management-humanright .humanrightcont .img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 3rem;
    margin-top: 5rem;
}
.management-humanright .humanrightcont .img_box_item {
    width: 51.1rem;
    flex: 1 1 calc(50% - 3rem);
}
.management-humanright .humanrightcont .circle_box {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem;
    padding-bottom: 3rem;
    height: 19.2rem;
    background: url(../../static/images/integrity/integrity02_3_06.png) no-repeat center center/contain;
}
.management-humanright .humanrightcont .icon_line_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin-top: 3rem;
}
.management-humanright .humanrightcont .icon_line_box_item {
    position: relative;
    padding: 2.3rem 2rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
    flex: 0 1 calc(34.2% - 3rem);
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
.management-humanright .humanrightcont .icon_line_box_item p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    color: #222;
}
.management-humanright .humanrightcont .icon_line_box_item [class^=icon_] {
    display: block;
    width: 8.4rem;
    height: 8.4rem;
    background: url(../../static/images/integrity/integrity02_3_ico_01.png) no-repeat center center/100% auto #e1e1e1;
    border-radius: 50%;
    flex: 0 0 8.4rem;
}
.management-humanright .humanrightcont .icon_line_box_item .icon_01 {
    background-image: url(../../static/images/integrity/integrity02_3_ico_01.png);
}
.management-humanright .humanrightcont .icon_line_box_item .icon_02 {
    background-image: url(../../static/images/integrity/integrity02_3_ico_02.png);
}
.management-humanright .humanrightcont .icon_line_box_item .icon_03 {
    background-image: url(../../static/images/integrity/integrity02_3_ico_03.png);
}
.management-humanright .humanrightcont .icon_line_box_item .icon_04 {
    background-image: url(../../static/images/integrity/integrity02_3_ico_04.png);
}
.management-environmental .plank-item {
    display: flex;
}
.management-environmental .plank-item + .plank-item {
    margin-top: 5rem;
}
.management-environmental .plank-item .title-s2 {
    padding-right: 3rem;
    width: 24.3055555556%;
}
.management-environmental .plank-item .plank-cont {
    width: 75.6944444444%;
}
.management-environmental .environmentalcont {
    padding: 12rem 0;
}
.management-environmental .environmentalcont.fix {
    background-color: #fff !important;
}
.management-environmental .environmentalcont.gray.fix {
    background-color: #f7f7f7 !important;
}
.management-environmental .environmentalcont-img {
    width: 100%;
    margin-left: auto;
    margin-top: 5rem;
    text-align: center;
}
.management-environmental .environmentalcont-img img {
    width: 100%;
    max-width: 44.4rem;
    margin: 0 auto;
    object-fit: contain;
}
.management-environmental .environmentalcont-img img.large {
    max-width: 68.5rem;
}
.management-environmental .environmentalcont-img img.full {
    max-width: initial;
}
.management-environmental .environmentalcont__texts {
    margin-top: 8rem;
}
.management-environmental .environmentalcont:last-of-type {
    padding-bottom: 14rem;
}
.management-environmental .environmentalcont.gray {
    background-color: #f7f7f7;
}
.management-environmental .environmentalcont .ol {
    padding-left: 3rem;
}
.management-environmental .environmentalcont .ol li {
    list-style: decimal;
    color: #444;
    font-weight: 400;
    line-height: 3.2rem;
}
.management-environmental .environmentalcont .policy {
    flex-basis: 100%;
    flex-shrink: 1;
}
.management-environmental .environmentalcont .policy-wrap {
    display: flex;
    gap: 3rem;
}
.management-environmental .environmentalcont .policy-wrap-mb {
    margin-bottom: 4rem;
}
.management-environmental .environmentalcont .policy-wrap.arrow {
    gap: 7.2rem;
    position: relative;
}
.management-environmental .environmentalcont .policy-wrap.arrow .policy {
    position: relative;
}
.management-environmental .environmentalcont .policy-wrap.arrow .policy::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../static/images/integrity/arrow.svg") no-repeat center/100%;
    height: 1rem;
    width: 4rem;
    top: 50%;
    transform: translateY(-50%);
    right: -5.5rem;
}
.management-environmental .environmentalcont .policy-wrap.arrow .policy:last-child::after {
    display: none;
}
.management-environmental .environmentalcont .policy strong {
    display: block;
    width: 100%;
    background-color: #2f75ff;
    text-align: center;
    padding: 2rem 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #fff;
    border-radius: 0.8rem;
}
.management-environmental .environmentalcont .policy strong.line {
    background-color: #fff;
    border: 1px solid #2f75ff;
    color: #2f75ff;
}
.management-environmental .environmentalcont .policy ul {
    display: flex;
    margin-top: 1.2rem;
    width: 100%;
    background-color: #fff;
    padding: 2rem 0;
    border-radius: 0.8rem;
    position: relative;
    margin-bottom: 5rem;
}
.management-environmental .environmentalcont .policy ul::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 4rem);
    background-color: #e5e5e5;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.management-environmental .environmentalcont .policy li {
    display: flex;
    flex-basis: 100%;
    flex-shrink: 1;
    padding: 0 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}
.management-environmental .environmentalcont .policy li span {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #777;
}
.management-environmental .environmentalcont .objectives {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 3rem;
}
.management-environmental .environmentalcont .objectives li {
    display: flex;
    flex-basis: calc((100% - 6rem) / 3);
    flex-shrink: 0;
    width: calc((100% - 6rem) / 3);
    border: 1px solid #e5e5e5;
    padding: 3rem 2.8rem;
    border-radius: 0.8rem;
    align-items: center;
    gap: 2.4rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #222;
}
.management-environmental .environmentalcont .ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 50%;
    background-color: #f3f7fa !important;
    box-sizing: content-box;
}
.management-environmental .environmentalcont .ico::after {
    content: "";
    display: block;
    width: 5.2rem;
    height: 5.2rem;
}
.management-environmental .environmentalcont .ico.type1::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 7C32.2768 7 37.3779 8.89668 41.373 12.3442C45.368 15.7916 47.9908 20.5602 48.7631 25.7803C49.5353 31.0003 48.4056 36.3241 45.58 40.7806C42.7543 45.2372 38.4209 48.5297 33.3701 50.0576C28.3193 51.5855 22.8875 51.2471 18.0654 49.104C13.2433 46.961 9.3521 43.1561 7.10144 38.3833C4.85078 33.6105 4.39061 28.1877 5.80484 23.1039C6.95832 18.9574 9.29606 15.2617 12.502 12.4528' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12.4986 12.4531C10.1177 14.5392 8.21563 17.1143 6.92188 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 45.4404C15.0513 45.5949 19.1538 44.7917 19.1538 40.3435C19.1538 36.7483 21.7074 37.5646 23.4142 37.5633C24.4408 37.5626 25.7811 37.0969 25.7811 35.2458C25.7811 32.4634 27.2012 32 28.1479 32C29.0947 32 30.5148 32.5676 30.5148 35.2454C30.5148 37.0969 30.5148 39.0052 30.5148 39.8778C30.5148 40.7504 30.9889 41.1171 31.9349 41.7328C33.355 42.6572 33.355 44.5107 31.9349 45.4397C29.2948 47.1669 28.6213 48.6832 29.0947 51' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M17.0833 20.2704C14.2194 23.1342 9.68176 23.2398 6.94809 20.5061C4.21442 17.7724 4.31994 13.2347 7.18379 10.3709C10.0476 7.50705 22.5044 4.94975 22.5044 4.94975C22.5044 4.94975 19.9471 17.4065 17.0833 20.2704Z' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M43.1444 14H35.0481C33.6988 14 31 14.7875 31 17.9375C31 21.0875 33.6905 21 35.0481 21C35.9477 21 37.7469 21 37.7469 22.75C37.7469 24.5 35.9477 24.5 35.0481 24.5C34.1486 24.5 33.249 25.1244 33.249 26.25C33.249 27.3756 34.1486 28 35.0481 28H39.0963C40.4457 28 41.3453 28.875 40.8955 31.0625C40.4457 33.25 43.1444 33.25 43.1444 33.25C43.1444 33.25 45.3795 32.907 44.9436 35.875C44.5333 38.6684 44.7937 41.125 44.9436 42' stroke='%23444444' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type2::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80078 12.668H45.2008V42.0013C45.2008 46.4196 41.6191 50.0013 37.2008 50.0013H14.8008C10.3825 50.0013 6.80078 46.4196 6.80078 42.0013V12.668Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16.4023 19.0667V7C16.4023 4.23858 18.6409 2 21.4023 2H30.6023C33.3638 2 35.6023 4.23858 35.6023 7V19.0667' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='16.399' cy='19.0669' r='2.13333' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='35.6021' cy='19.0669' r='2.13333' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M32.9703 33.7266C32.6942 33.2483 32.0826 33.0844 31.6043 33.3605C31.126 33.6367 30.9621 34.2483 31.2383 34.7266L32.9703 33.7266ZM31.2383 34.7266L33.4035 38.4768L35.1355 37.4768L32.9703 33.7266L31.2383 34.7266ZM32.5375 39.9768H28.207V41.9768H32.5375V39.9768ZM33.4035 38.4768C33.7884 39.1435 33.3073 39.9768 32.5375 39.9768V41.9768C34.8469 41.9768 36.2902 39.4768 35.1355 37.4768L33.4035 38.4768Z' fill='%23FF4002'/%3E%3Cpath d='M26.6992 40.9765L28.9493 39.6774L28.9493 42.2756L26.6992 40.9765Z' fill='%23D9D9D9' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M23.7936 42.0626C24.3458 42.0626 24.7936 41.6149 24.7936 41.0626C24.7936 40.5103 24.3458 40.0626 23.7936 40.0626L23.7936 42.0626ZM23.7936 40.0626L19.4631 40.0626L19.4631 42.0626L23.7936 42.0626L23.7936 40.0626ZM18.5971 38.5626L20.7623 34.8124L19.0303 33.8124L16.865 37.5626L18.5971 38.5626ZM19.4631 40.0626C18.6933 40.0626 18.2122 39.2293 18.5971 38.5626L16.865 37.5626C15.7103 39.5626 17.1537 42.0626 19.4631 42.0626L19.4631 40.0626Z' fill='%23FF4002'/%3E%3Cpath d='M20.8338 29.7733C20.5576 30.2516 20.7215 30.8632 21.1998 31.1393C21.6781 31.4155 22.2897 31.2516 22.5658 30.7733L20.8338 29.7733ZM22.5658 30.7733L24.731 27.023L22.999 26.023L20.8338 29.7733L22.5658 30.7733ZM26.4631 27.023L28.6283 30.7733L30.3604 29.7733L28.1951 26.023L26.4631 27.023ZM24.731 27.023C25.1159 26.3564 26.0782 26.3564 26.4631 27.023L28.1951 26.023C27.0404 24.023 24.1537 24.023 22.999 26.023L24.731 27.023Z' fill='%23FF4002'/%3E%3Cpath d='M20.6507 33.0137L20.6507 35.6119L18.4006 34.3128L20.6507 33.0137Z' fill='%23D9D9D9' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M30.2439 31.5742L27.9938 30.2752L30.2439 28.9761L30.2439 31.5742Z' fill='%23D9D9D9' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type3::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='10' width='42' height='31' rx='2' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='3' y='7' width='46' height='5' rx='2.5' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='13' cy='41' r='4' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M18 51H8V50C8 47.2386 10.2386 45 13 45C15.7614 45 18 47.2386 18 50V51Z' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='26' cy='41' r='4' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M31 51H21V50C21 47.2386 23.2386 45 26 45C28.7614 45 31 47.2386 31 50V51Z' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='39' cy='41' r='4' fill='%23F3F7FA' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M44 51H34V50C34 47.2386 36.2386 45 39 45C41.7614 45 44 47.2386 44 50V51Z' fill='%23F3F7FA' stroke='%23444444' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M12.5 30L21.5 23L30.5 27L39.5 21' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='12.5' cy='30' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='21.5' cy='23' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='30.5' cy='27' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3Ccircle cx='39.5' cy='21' r='2' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type4::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 19C42 23.1146 40.4482 26.8643 37.8963 29.6996L39.3829 31.0376C42.2524 27.8493 44 23.6276 44 19H42ZM26 3C34.8366 3 42 10.1634 42 19H44C44 9.05887 35.9411 1 26 1V3ZM10 19C10 10.1634 17.1634 3 26 3V1C16.0589 1 8 9.05887 8 19H10ZM14.1037 29.6996C11.5518 26.8643 10 23.1146 10 19H8C8 23.6276 9.74756 27.8493 12.6171 31.0376L14.1037 29.6996ZM17 41V36.3101H15V41H17ZM20 44C18.3431 44 17 42.6569 17 41H15C15 43.7614 17.2386 46 20 46V44ZM32 44H20V46H32V44ZM35 41C35 42.6569 33.6569 44 32 44V46C34.7614 46 37 43.7614 37 41H35ZM35 36.3101V41H37V36.3101H35ZM12.6171 31.0376C14.0285 32.6057 15 34.4174 15 36.3101H17C17 33.7277 15.6859 31.4576 14.1037 29.6996L12.6171 31.0376ZM37.8963 29.6996C36.3141 31.4577 35 33.7277 35 36.3101H37C37 34.4174 37.9715 32.6057 39.3829 31.0376L37.8963 29.6996Z' fill='%23444444'/%3E%3Cpath d='M16 36L36 36' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M16 40L26 40' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M31 40H36' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20 45H32V46C32 48.2091 30.2091 50 28 50H24C21.7909 50 20 48.2091 20 46V45Z' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M19 15L21.9167 26L26 15L30.0833 26L33 15' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 20L34 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type5::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 46V6C9 4.89543 9.89543 4 11 4H34.1716C34.702 4 35.2107 4.21071 35.5858 4.58579L44.4142 13.4142C44.7893 13.7893 45 14.298 45 14.8284V46C45 47.1046 44.1046 48 43 48H11C9.89543 48 9 47.1046 9 46Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35 5L35 12C35 13.1046 35.8954 14 37 14H44' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.2644 27.2539C33.9882 26.7756 33.3766 26.6117 32.8983 26.8879C32.4201 27.164 32.2562 27.7756 32.5323 28.2539L34.2644 27.2539ZM32.5323 28.2539L35.3002 33.048L37.0322 32.048L34.2644 27.2539L32.5323 28.2539ZM34.4342 34.548H28.8984V36.548H34.4342V34.548ZM35.3002 33.048C35.6851 33.7146 35.204 34.548 34.4342 34.548V36.548C36.7436 36.548 38.1869 34.048 37.0322 32.048L35.3002 33.048Z' fill='%23FF4002'/%3E%3Cpath d='M29.806 35.5462V37.1277L27.5469 35.5462L29.806 33.9648V35.5462Z' fill='%23FF4002' stroke='%23FF4002' stroke-linejoin='round'/%3E%3Cpath d='M25.2696 36.7095C25.8219 36.7095 26.2696 36.2618 26.2696 35.7095C26.2696 35.1573 25.8219 34.7095 25.2696 34.7095L25.2696 36.7095ZM25.2696 34.7095L19.7339 34.7095L19.7339 36.7095L25.2696 36.7095L25.2696 34.7095ZM18.8678 33.2095L21.6357 28.4155L19.9036 27.4155L17.1358 32.2095L18.8678 33.2095ZM19.7339 34.7095C18.9641 34.7095 18.4829 33.8762 18.8678 33.2095L17.1358 32.2095C15.9811 34.2095 17.4245 36.7095 19.7339 36.7095L19.7339 34.7095Z' fill='%23FF4002'/%3E%3Cpath d='M20.3173 28.6931L18.9478 27.9024L21.4469 26.7366L21.6868 29.4838L20.3173 28.6931Z' fill='%23FF4002' stroke='%23FF4002' stroke-linejoin='round'/%3E%3Cpath d='M21.7004 24.0854C21.4243 24.5637 21.5882 25.1753 22.0665 25.4514C22.5447 25.7276 23.1563 25.5637 23.4325 25.0854L21.7004 24.0854ZM25.3343 19.7913L26.2003 20.2913L25.3343 19.7913ZM23.4325 25.0854L26.2003 20.2913L24.4683 19.2913L21.7004 24.0854L23.4325 25.0854ZM27.9324 20.2913L30.7002 25.0854L32.4323 24.0854L29.6644 19.2913L27.9324 20.2913ZM26.2003 20.2913C26.5852 19.6247 27.5475 19.6247 27.9324 20.2913L29.6644 19.2913C28.5097 17.2913 25.623 17.2913 24.4683 19.2913L26.2003 20.2913Z' fill='%23FF4002'/%3E%3Cpath d='M31.1189 23.8055L32.4884 23.0148L32.2484 25.762L29.7493 24.5963L31.1189 23.8055Z' fill='%23FF4002' stroke='%23FF4002' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type6::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37 18V12C37 10.8954 36.1046 10 35 10H13C11.8954 10 11 10.8954 11 12V46C11 47.1046 11.8954 48 13 48H33.5V48C38.1944 48 42 44.1944 42 39.5V33.5' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='16' y='15' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='16' y='22' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='16' y='29' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='16' y='36' width='16' height='7' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16 10H32V4C32 2.89543 31.1046 2 30 2H18C16.8954 2 16 2.89543 16 4V10Z' stroke='%23222222' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M48 28C48 31.3137 45.3137 34 42 34C40.4697 34 39.0731 33.1071 38.0132 31.8197C35.6342 28.9301 37.4389 25.0003 39.3747 21.7968C41.4896 18.2969 42 16 42 16C42 16 48 24.6863 48 28Z' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M42 25L42 34' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type7::after {
    background: url("data:image/svg+xml,%3Csvg width='49' height='43' viewBox='0 0 49 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1' clip-path='url(%23clip0_13_3568)'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M33.4999 31.2498C33.7699 29.7798 32.6199 28.3198 30.9399 28.0098L25.2899 26.9498C25.2899 26.9498 21.9099 26.1998 20.1599 25.3798C20.1599 25.3798 16.5999 23.4798 12.9999 25.0398L5.6499 29.6398' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M33.5 31.25L33.48 31.26H33.5' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_3' d='M33.4999 31.2498L44.4099 27.8898C45.9899 27.3898 47.6199 28.0098 48.0799 29.4398C48.5299 30.8698 47.5999 32.4398 46.0199 32.9498L29.0199 38.3298L28.1599 38.3798L13.6799 36.0698C13.6799 36.0698 12.0099 36.2198 9.62988 37.8998' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_4' d='M33.5001 31.2598C33.2201 32.7298 31.6201 33.6698 29.9401 33.3598L22.1001 31.8998' stroke='%23222222' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath id='Vector_5' d='M5.64014 29.6299L9.64014 37.9099' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_6' d='M5.64 29.6297L4.94 28.1797L0.75 30.1997L6.12 41.3097L10.31 39.2897L9.64 37.9097' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath id='Vector_7' d='M10.2002 5.07024C10.2002 5.07024 13.3902 13.6902 16.9102 16.1902C21.2102 19.2502 26.1402 18.0002 26.4802 17.9102C26.5802 17.4102 28.0902 10.8502 23.2002 7.88024C18.4202 4.97024 10.2002 5.07024 10.2002 5.07024Z' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_8' d='M47.4401 0.75C47.4401 0.75 43.8501 11.57 39.5901 14.83C34.3901 18.81 28.2301 17.47 27.8001 17.38C27.6501 16.77 25.5101 8.7 31.4301 4.8C37.2301 0.99 47.4401 0.75 47.4401 0.75Z' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_9' d='M10.2002 5.06982C10.4002 5.14982 16.7702 7.80982 21.2602 10.9998C24.0502 12.9898 25.5002 16.2898 25.9802 17.5798C26.1102 17.9198 26.1702 18.1198 26.1702 18.1198C26.1702 18.1198 26.1702 18.1198 26.1502 18.1198C26.5702 19.6798 27.1602 22.8198 27.1602 22.8198' stroke='%23FF4002' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath id='Vector_10' d='M47.3202 0.75C47.0802 0.86 39.3202 4.4 33.9102 8.53C30.5502 11.1 28.9002 15.24 28.3502 16.85C28.2102 17.27 28.1402 17.52 28.1402 17.52C28.1402 17.52 28.1402 17.52 28.1702 17.52C27.7202 19.46 27.1602 22.82 27.1602 22.82' stroke='%23FF4002' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13_3568'%3E%3Crect width='48.94' height='42.06' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type8::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_125_16' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='52' height='52'%3E%3Crect width='52' height='52' fill='%23F3F7FA'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_125_16)'%3E%3Cpath d='M33.9653 14.9707C34.3558 15.3612 34.989 15.3612 35.3795 14.9707C35.77 14.5801 35.77 13.947 35.3795 13.5565L33.9653 14.9707ZM35.3795 13.5565C33.4269 11.6038 33.4269 8.43801 35.3795 6.48539L33.9653 5.07118C31.2316 7.80485 31.2316 12.237 33.9653 14.9707L35.3795 13.5565ZM35.3795 6.48539C37.3321 4.53277 40.498 4.53277 42.4506 6.48539L43.8648 5.07118C41.1311 2.33751 36.699 2.33751 33.9653 5.07118L35.3795 6.48539ZM42.4506 6.48539C44.4032 8.43801 44.4032 11.6038 42.4506 13.5565L43.8648 14.9707C46.5985 12.237 46.5985 7.80485 43.8648 5.07118L42.4506 6.48539ZM42.4506 13.5565C41.8054 14.2016 41.0305 14.6322 40.2108 14.8512L40.7268 16.7834C41.8771 16.4762 42.9644 15.8711 43.8648 14.9707L42.4506 13.5565Z' fill='%23222222'/%3E%3Cpath d='M26.5907 13.1052C27.0706 12.274 27.9192 11.7226 28.8737 11.6218L38.711 10.5831C40.0046 10.4465 41.2388 11.1591 41.7672 12.3476L45.7864 21.3863C46.1763 22.2633 46.1231 23.274 45.6432 24.1052L31.9071 47.8969C31.0786 49.3318 29.2439 49.8234 27.809 48.995L13.9526 40.995C12.5177 40.1666 12.0261 38.3318 12.8545 36.8969L26.5907 13.1052Z' fill='%23F3F7FA' stroke='%23222222' stroke-width='2'/%3E%3Crect x='9.62012' y='37' width='9' height='6' fill='%23F3F7FA'/%3E%3Cpath d='M25.1076 8.27273C25.7863 7.59404 26.7488 7.28106 27.6969 7.43076L37.4678 8.97354C38.7526 9.1764 39.7603 10.1841 39.9632 11.4689L41.506 21.2399C41.6557 22.1879 41.3427 23.1504 40.664 23.8291L21.2381 43.2549C20.0666 44.4265 18.1671 44.4265 16.9955 43.2549L5.68178 31.9412C4.5102 30.7697 4.5102 28.8702 5.68178 27.6986L25.1076 8.27273Z' fill='%23F3F7FA' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M33.9653 14.9707C34.3558 15.3612 34.989 15.3612 35.3795 14.9707C35.77 14.5801 35.77 13.947 35.3795 13.5565L33.9653 14.9707ZM35.3795 13.5565C33.4269 11.6038 33.4269 8.43801 35.3795 6.48539L33.9653 5.07118C31.2316 7.80485 31.2316 12.237 33.9653 14.9707L35.3795 13.5565ZM35.3795 6.48539C37.3321 4.53277 40.498 4.53277 42.4506 6.48539L43.8648 5.07118C41.1311 2.33751 36.699 2.33751 33.9653 5.07118L35.3795 6.48539Z' fill='%23222222'/%3E%3Cpath d='M26.9198 30.8773C24.3365 33.4606 20.2585 33.5708 17.8112 31.1235C16.5188 29.8311 16.2657 27.7579 16.6951 25.7085C17.4329 22.1872 21.1999 20.7315 24.6889 19.8537C29.441 18.6581 31.8433 17.0914 31.8433 17.0914C31.8433 17.0914 29.503 28.2941 26.9198 30.8773Z' fill='%23F3F7FA' stroke='%23FF4002' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M24.4577 24.4762C21.8731 26.0766 17.7382 29.1302 15.9649 34.4467' stroke='%23FF4002' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-environmental .environmentalcont .ico.type9::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_125_32' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1' y='0' width='53' height='53'%3E%3Crect x='-0.000976562' y='0.000488281' width='52' height='52' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_125_32)'%3E%3Cpath d='M26.009 12.1154L25.1636 11.27C20.1831 6.28957 12.1082 6.28957 7.12777 11.27V11.27C2.14732 16.2505 2.14731 24.3254 7.12776 29.3058L20.6546 42.8327' stroke='%23FF4002' stroke-width='2'/%3E%3Cpath d='M29.118 33.2574L34.8873 39.0268C36.0589 40.1984 37.9584 40.1984 39.1299 39.0268L39.3963 38.7605C40.5678 37.5889 40.5678 35.6894 39.3963 34.5178L33.6269 28.7485' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29.1191 33.2587L34.8884 39.0281C36.06 40.1997 36.06 42.0992 34.8884 43.2707L33.9099 44.2493C33.1317 45.0275 31.87 45.0275 31.0918 44.2493V44.2493' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M36.0926 31.2169L39.3961 34.5204C40.5677 35.692 42.4672 35.692 43.6387 34.5204L43.905 34.2541C45.0766 33.0826 45.0766 31.1831 43.905 30.0115L33.6267 19.7332' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M26.3416 11.6873L19.6611 18.8606C18.3215 20.2991 18.3613 22.54 19.7513 23.93C21.1769 25.3556 23.4884 25.3556 24.914 23.93L30.3757 18.4684C30.9141 17.9299 31.787 17.9299 32.3255 18.4684L43.2435 29.3864C43.8346 29.9775 44.793 29.9775 45.3841 29.3864C50.1346 24.636 50.2755 16.9786 45.703 12.0566L45.3709 11.6991C40.2346 6.17022 31.4847 6.1648 26.3416 11.6873Z' stroke='%23222222' stroke-width='2'/%3E%3Crect x='32.7725' y='45.3926' width='8.32942' height='6.37662' rx='3' transform='rotate(135 32.7725 45.3926)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Crect x='28.2617' y='40.8823' width='8.32942' height='6.37662' rx='3' transform='rotate(135 28.2617 40.8823)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Crect x='23.7559' y='36.376' width='8.32942' height='6.37662' rx='3' transform='rotate(135 23.7559 36.376)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3Crect x='19.2451' y='31.8657' width='8.32942' height='6.37662' rx='3' transform='rotate(135 19.2451 31.8657)' fill='white' stroke='%23222222' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.management-compliance .plank-item {
    display: flex;
}
.management-compliance .plank-item + .plank-item {
    margin-top: 5rem;
}
.management-compliance .plank-item .title-s2 {
    padding-right: 3rem;
    width: 24.3055555556%;
}
.management-compliance .plank-item .plank-cont {
    width: 75.6944444444%;
}
.management-compliance .compliancecont {
    padding: 12rem 0;
}
.management-compliance .compliancecont-img {
    width: 100%;
    margin-left: auto;
    margin-top: 5rem;
}
.management-compliance .compliancecont-img .title-s3 {
    font-weight: 500;
}
.management-compliance .compliancecont-img img {
    width: 100%;
}
.management-compliance .compliancecont-img.cont1 img {
    margin: 4rem auto 0;
}
.management-compliance .compliancecont-img.cont2 img {
    margin: 4rem auto 0;
    max-width: 83.2rem;
}
.management-compliance .compliancecont-img .scr-x {
    text-align: center;
}
.management-compliance .compliancecont:last-of-type {
    padding-bottom: 14rem;
}
.management-compliance .compliancecont.gray {
    background-color: #f7f7f7;
}
.management-compliance .compliancecont .ol {
    padding-left: 3rem;
}
.management-compliance .compliancecont .ol li {
    list-style: decimal;
    color: #444;
    font-weight: 400;
    line-height: 3.2rem;
}
.management-compliance .compliancecont .certified {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.management-compliance .compliancecont .certified.boxType {
    gap: 2.8rem;
}
.management-compliance .compliancecont .certified.boxType li {
    position: relative;
    background: #F6F6F6;
    padding: 3rem;
    flex-basis: calc((100% - (2.8rem * 3)) / 4); 
}
.management-compliance .compliancecont .certified.boxType .img {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.management-compliance .compliancecont .certified.boxType .img img {
    width: 18rem;
}
.management-compliance .compliancecont .certified.boxType span {
    font-size: 2.4rem;
    color: #222;
}
.management-compliance .compliancecont .certified li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    flex-basis: calc((100% - 6rem) / 3);
}
.management-compliance .compliancecont .certified .img {
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 0 32px 0 rgba(34, 34, 34, 0.08);
}
.management-compliance .compliancecont .certified .img img {
    display: block;
    width: 100%;
}
.management-compliance .compliancecont .certified span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.67rem;
    color: #777;
}
.management-consumer .plank-item {
    display: flex;
}
.management-consumer .plank-item + .plank-item {
    margin-top: 5rem;
}
.management-consumer .plank-item .title-s2 {
    padding-right: 3rem;
    width: 24.3055555556%;
}
.management-consumer .plank-item .plank-cont {
    width: 75.6944444444%;
}
.management-consumer .consumercont {
    padding: 12rem 0;
}
.management-consumer .consumercont-img {
    width: 100%;
    margin: 5rem 0 5rem auto;
    text-align: center;
}
.management-consumer .consumercont-img .title-s3 {
    font-weight: 500;
}
.management-consumer .consumercont-img img {
    width: 100%;
}
.management-consumer .consumercont-img.cont1 img {
    margin: 0 auto;
    max-width: 90.4rem;
}
.management-consumer .consumercont-img.cont2 {
    max-width: 92rem;
    margin: 0 auto;
}
.management-consumer .consumercont-img.cont2 img {
    margin-bottom: 2rem;
}
.management-consumer .consumercont-img.cont2 span {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #888;
}
.management-consumer .consumercont-img.cont3 {
    /*max-width: 62.8rem;*/
}
.management-consumer .consumercont-img.cont3 img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.management-consumer .consumercont:last-of-type {
    padding-bottom: 14rem;
}
.management-consumer .consumercont.gray {
    background-color: #f7f7f7;
}
.management-consumer .consumercont .ul {
    padding-left: 3rem;
}
.management-consumer .consumercont .ul li {
    color: #444;
    font-weight: 400;
    line-height: 3.2rem;
    display: flex;
    align-items: center;
    gap: 1.15rem;
}
.management-consumer .consumercont .ul li::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #777;
    border-radius: 50%;
    margin-bottom: 2px;
}
.management-consumer .consumercont .certified {
    display: flex;
    justify-content: flex-start;
    gap: 3rem;
    /*폼 수정 241218 */
    /* // 241218 */
}
.management-consumer .consumercont .certified li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    flex-basis: calc((100% - 6rem) / 3);
}
.management-consumer .consumercont .certified .img {
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 0 32px 0 rgba(34, 34, 34, 0.08);
}
.management-consumer .consumercont .certified .img img {
    display: block;
    width: 100%;
}
.management-consumer .consumercont .certified span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.67rem;
    color: #777;
}
.management-consumer .consumercont .certified.boxType {
    gap: 2.8rem;
}
.management-consumer .consumercont .certified.boxType li {
    background: #fff;
    padding: 3rem;
    flex-basis: 38rem;
    border-radius: 8px;
}
.management-consumer .consumercont .certified.boxType .img {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.management-consumer .consumercont .certified.boxType .img img {
    width: 18rem;
}
.management-consumer .consumercont .certified.boxType span {
    font-size: 2.4rem;
    color: #222;
}
.management-csr .strategy-list {
    margin-top: 5rem;
    text-align: center;
}
.management-csr .strategy-list .mo-part img {
    width: 44.9rem;
}
.management-csr .csr-activity {
    margin-bottom: -14rem;
}
.management-csr .csr-activity .section-contents {
    display: none;
    padding-top: 0 !important;
}
.management-csr .csr-activity .section-contents.on {
    display: block;
}
.management-csr .btn-url:after {
    content: "";
    display: inline-block;
    margin-left: 1rem;
    margin-top: -0.2rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.71038 1.99609H1.99609V21.9961H21.9961V16.2818' stroke='%23222' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8454 1.99609H21.9883M21.9883 1.99609V9.13895M21.9883 1.99609L11.9883 11.9961' stroke='%23222' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    vertical-align: middle;
}
.management-csr .gallery-swiper {
    position: relative;
    width: 100%;
    height: 31.9444444444vw;
    max-height: 46rem;
    margin-top: 5rem;
}
.management-csr .gallery-swiper .slide-list {
    font-size: 0;
}
.management-csr .gallery-swiper .slide-dots {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    text-indent: -1000000em;
    font-size: 0;
}
.management-csr .gallery-swiper .slide-dots > li {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.management-csr .gallery-swiper .slide-dots > li.on {
    background-color: #2f75ff;
    border-color: #2f75ff;
}
.management-csr .gallery-swiper .slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.management-csr .gallery-swiper.default .slide-list {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    font-size: 0;
}
.management-csr .gallery-swiper.default .slide {
    width: calc((100% - 3rem) / 2);
    border-radius: 2rem;
    overflow: hidden;
}
.management-csr .gallery-swiper.draggable .slide-list {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.management-csr .gallery-swiper.draggable .slide {
    position: absolute;
    left: 50%;
    width: 65.4850746269%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    transition: all 0.3s;
}
.management-csr .gallery-swiper.draggable .slide.prev {
    transform: translate3d(-90%, 0, -10rem) scale(0.652173913);
}
.management-csr .gallery-swiper.draggable .slide.next {
    transform: translate3d(-10%, 0, -10rem) scale(0.652173913);
}
.management-csr .gallery-swiper.draggable .slide.active {
    transform: translate3d(-50%, 0, 0) scale(1);
    box-shadow: 1rem 1rem 3.2rem rgba(34, 34, 34, 0.32);
    z-index: 1;
}
.management-csr .gallery-swiper.draggable .slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background 0.5s;
}
.management-csr .gallery-swiper.draggable .slide:not(.active):after {
    background-color: rgba(0, 0, 0, 0.6);
}
.management-csr .gallery-swiper.draggable .slide a {
    position: relative;
    z-index: 2;
}
.management-csr .gallery-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.management-csr .gallery-swiper .btn-prev,
.management-csr .gallery-swiper .btn-next {
    position: absolute;
    top: 50%;
    margin-top: -1.8rem;
    width: 3.6rem;
    height: 3.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.2rem;
}
.management-csr .gallery-swiper .btn-prev {
    left: 10%;
}
.management-csr .gallery-swiper .btn-next {
    right: 10%;
    transform: rotate(180deg);
}
.management-csr .gallery-swiper + .text-2 {
    margin-top: 5rem;
}
.management-csr .info-box {
    display: flex;
    width: 100%;
    margin-top: 5rem;
    border: 1px solid #d5d5d5;
    padding: 5rem;
    border-radius: 1rem;
}
.management-csr .info-box .title-s2 {
    width: 48%;
}
.management-csr .info-box dl {
    display: flex;
    flex-wrap: wrap;
    width: 52%;
}
.management-csr .info-box dt {
    width: 7rem;
    color: #000081;
    font-weight: 500;
}
.management-csr .info-box dd {
    width: calc(100% - 7rem);
    color: #777;
}
.management-csr .article {
    padding: 12rem 0;
}
.management-csr .article .section-inner {
    display: flex;
}
.management-csr .article h3 {
    width: 25.5555555556%;
}
.management-csr .article .content {
    width: 74.4444444444%;
}
.management-csr .article .text-2 {
    color: #444;
}
.management-csr .article .text-2 + .text-2 {
    margin-top: 3rem;
}
.management-csr .article .text-2 b {
    color: #000081;
    font-weight: 600;
}
.management-csr .article .img {
    width: calc((100% - 3rem) / 2);
    border-radius: 2rem;
    overflow: hidden;
}
.management-csr .cooperation-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.management-csr .cooperation-item {
    position: relative;
    width: calc((100% - 12rem) / 5);
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
    text-align: center;
    font-size: 0;
    background-color: #fff;
}
.management-csr .cooperation-item:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.management-csr .cooperation-item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
}
.management-csr .cooperation-item a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.management-csr .cooperation-item img {
    vertical-align: middle;
}
.management-supply-chain .article {
    padding: 12rem 0;
}
.management-supply-chain .article .section-inner {
    display: flex;
}
.management-supply-chain .article h3 {
    padding-right: 2rem;
    width: 25.5555555556%;
}
.management-supply-chain .article .content {
    width: 74.4444444444%;
}
.management-supply-chain .article .text-2 {
    margin-bottom: 5rem;
    color: #444;
}
.management-supply-chain .article .img {
    width: calc((100% - 3rem) / 2);
    border-radius: 2rem;
    overflow: hidden;
}
.management-supply-chain .strategy-item {
    display: flex;
    gap: 3rem;
}
.management-supply-chain .strategy-item + .strategy-item {
    margin-top: 2.8rem;
}
.management-supply-chain .strategy-item + .strategy-item strong:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 2.8rem;
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 1.33301L7.00033 6.66634L12.3337 1.33301' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/13px;
}
.management-supply-chain .strategy-item strong {
    position: relative;
    padding: 2rem 0;
    width: 31.4365671642%;
    background-color: #2f75ff;
    color: #fff;
    border-radius: 0.8rem;
    text-align: center;
}
.management-supply-chain .strategy-item p {
    position: relative;
    padding: 2rem 4rem;
    flex: 1;
    background-color: #f3f7fa;
    border-radius: 0.8rem;
}
.management-supply-chain .strategy-item p:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    height: 1px;
    width: 3rem;
    background-color: #e5e5e5;
}
.management-supply-chain .strategy-item a {
    float: right;
    color: #000081;
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight: 600;
}
.management-supply-chain .sort-item {
    display: flex;
    gap: 3rem;
}
.management-supply-chain .sort-item + .sort-item {
    margin-top: 1.2rem;
}
.management-supply-chain .sort-item strong {
    display: flex;
    padding: 2rem 0;
    width: 31.4365671642%;
    background-color: #000081;
    color: #fff;
    border-radius: 0.8rem;
    justify-content: center;
    align-items: center;
}
.management-supply-chain .sort-item p {
    position: relative;
    padding: 2rem 4rem;
    flex: 1;
    background-color: #f3f7fa;
    border-radius: 0.8rem;
    color: #777;
}
.management-supply-chain .estimation {
    display: flex;
    justify-content: center;
}
.management-supply-chain .estimation .ico {
    position: relative;
    margin: 9rem 2rem 0;
    width: 4rem;
    height: 4rem;
    text-indent: -1000000em;
    font-size: 0;
}
.management-supply-chain .estimation .ico:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 0;
    width: 4rem;
    border-top: 2px solid #aaa;
}
.management-supply-chain .estimation .ico:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 0;
    height: 4rem;
    border-right: 2px solid #aaa;
}
.management-supply-chain .estimation-item {
    width: 31.4365671642%;
    text-align: center;
}
.management-supply-chain .estimation-item strong {
    padding: 2rem 0;
    display: block;
    background-color: #2f75ff;
    color: #fff;
    border-radius: 0.8rem;
}
.management-supply-chain .estimation-item div {
    padding: 2rem 0;
    margin-top: 1.2rem;
    background-color: #fff;
    color: #777;
    border-radius: 0.8rem;
}
.management-supply-chain .plank {
    border-top: 2px solid;
}
.management-supply-chain .plank-item {
    position: relative;
    padding: 4rem 3rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 2rem;
}
.management-supply-chain .plank-item.mt0 {
    margin-top: 0;
}
.management-supply-chain a[download] {
    position: absolute;
    margin-top: -2.1rem;
    top: 50%;
    right: 3rem;
    padding: 0 4.8rem 0 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 4.2rem;
    border: 1px solid;
    border-radius: 4.5rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23222'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 2rem) 50%/1.4rem;
}
.management-supply-chain a[download].two {
    right: 18rem;
}
.management-ethical .charter-list {
    justify-content: center;
}
.management-ethical .charter-item {
    padding: 5rem;
    min-height: 37rem;
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    background: #fff;
    transition: all 0.3s;
}
.management-ethical .charter-item .num {
    color: #e5e5e5;
}
.management-ethical .charter-item .title-s2 {
    margin-top: 1.6rem;
    display: block;
}
.management-ethical .charter-item .text-1 {
    margin-top: 3.6rem;
    color: #777;
}
.management-ethical .plank-item {
    display: flex;
}
.management-ethical .plank-item + .plank-item {
    margin-top: 5rem;
}
.management-ethical .plank-item .title-s3 {
    padding-right: 3rem;
    width: 24.3055555556%;
}
.management-ethical .plank-item .text-2 {
    width: 75.6944444444%;
}
.management-ethical .section-contents {
    display: none;
}
.management-ethical .section-contents.on {
    display: block;
}
.management-ethical .bullet-list > li {
    display: flex;
}
.management-ethical .bullet-list .bullet {
    min-width: 3.2rem;
}
.management-synthesis-report .title-s3 {
    font-weight: 500;
}
.management-synthesis-report .title-s3 b {
    color: #162da1;
    font-weight: 500;
}
.management-synthesis-report .synthesis-report-list {
    display: flex;
    margin-top: 5rem;
    flex-wrap: wrap;
    gap: 3rem;
}
.management-synthesis-report .synthesis-report-list > li {
    width: calc((100% - 3rem) / 2);
    border: 1px solid #ebebeb;
    border-radius: 2rem;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s;
}
.management-synthesis-report .synthesis-report-list > li > a {
    display: flex;
    height: 100%;
    /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231A0855'%3E%3Cpath d='m256-240-56-56 384-384H240v-80h480v480h-80v-344L256-240Z'/%3E%3C/svg%3E") no-repeat calc(100% - 4rem) calc(100% - 4rem)/2.4rem; */
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%230067B3' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23162DA1'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23162DA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 4rem) calc(100% - 4rem)/2.4rem;
}
.management-synthesis-report .synthesis-report-list > li .text-2 {
    color: #0067B3;
    font-weight: 700;
}
.management-synthesis-report .synthesis-report-list > li .title-s3 {
    display: block;
    margin-top: 2rem;
    font-weight: 700;
}
.management-synthesis-report .synthesis-report-list > li .thumb {
    padding: 3rem 1rem;
    width: 41.7021276596%;
    background-color: #F6F6F6;
    text-align: center;
    transition: background 0.3s;
}
.management-synthesis-report .synthesis-report-list > li .thumb img {
    margin: 0 auto;
    max-width: 100%;
}
.management-synthesis-report .synthesis-report-list > li .content {
    padding: 4rem 8rem 4rem 4rem;
    width: 58.2978723404%;
}

@media (hover: hover) and (pointer: fine) {
    .management-csr .cooperation-item:hover {
        border: 0;
        box-shadow: 0.1rem 0.1rem 3.2rem rgba(34, 34, 34, 0.15);
    }
    .management-ethical .charter-item:hover {
        background-color: #0067B3;
        border-color: #0067B3;
        box-shadow: 1rem 1rem 3.2rem rgba(0, 103, 179, 0.24);
    }
    .management-ethical .charter-item:hover .num {
        color: rgba(255, 255, 255, 0.4);
    }
    .management-ethical .charter-item:hover .title-s2,
    .management-ethical .charter-item:hover .text-1 {
        color: #fff;
    }
    .management-synthesis-report .synthesis-report-list > li:hover {
        box-shadow: 1rem 1rem 3.2rem rgba(0, 103, 179, 0.24);
    }
    .management-synthesis-report .synthesis-report-list > li:hover .thumb {
        background-color: #0067B3;
        border-color: #0067B3;
        color: #fff;
    }
}
@media screen and (max-width: 992px) {
    .management-humanright .humanrightcont .card_box {
        display: flex;
        flex-wrap: wrap;
        gap: 2.6rem 3.6rem;
    }
    .management-humanright .humanrightcont .card_box_item {
        padding: 3rem;
    }
    .management-csr .cooperation-list {
        gap: 2rem;
    }
    .management-csr .cooperation-item {
        width: calc((100% - 8rem) / 5);
    }
    .management-csr .btn-url:after {
        width: 2rem;
        height: 2rem;
    }
    .management-csr .info-box {
        display: block;
        padding: 3rem;
        background-color: #fff;
    }
    .management-csr .info-box .title-s2,
    .management-csr .info-box dl {
        width: 100%;
    }
    .management-csr .info-box dl {
        margin-top: 1.6rem;
    }
    .management-synthesis-report .synthesis-report-list {
        gap: 2rem;
    }
    .management-synthesis-report .synthesis-report-list > li {
        width: calc((100% - 2rem) / 2);
    }
    .management-synthesis-report .synthesis-report-list > li .thumb {
        padding: 2rem 1.6rem;
    }
    .management-synthesis-report .synthesis-report-list > li .content {
        padding: 2rem;
    }
    .management-synthesis-report .synthesis-report-list > li .title-s3 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 766px) {
    .management-csr .strategy-list img.mo-part {
        width: 44.9rem;
    }
    .management-csr .article {
        padding: 6.4rem 0;
    }
    .management-csr .article.bg-a {
        background-color: #fff;
    }
    .management-csr .article:not(.bg-a) {
        background-color: #f7f7f7;
    }
    .management-csr .article .section-inner {
        display: block;
    }
    .management-csr .article h3 {
        width: 100%;
    }
    .management-csr .article .title-s2 {
        font-size: 2.4rem;
    }
    .management-csr .article .content {
        margin-top: 1.6rem;
        width: 100%;
    }
    .management-csr .cooperation-list {
        margin: 0 -1.6rem -10rem;
        padding: 6.4rem 1.6rem 10rem;
        gap: 0.8rem;
        background-color: #f7f7f7;
    }
    .management-csr .cooperation-item {
        width: calc((100% - 1.6rem) / 3);
    }
    .management-csr .cooperation-item a {
        padding: 0 1.5rem;
    }
    .management-csr .csr-activity {
        margin-bottom: -10rem;
    }
    .management-csr .gallery-swiper {
        height: auto;
        max-height: none;
    }
    .management-csr .gallery-swiper.default .slide {
        width: 100%;
    }
    .management-csr .gallery-swiper.draggable .slide {
        top: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        transition: opacity 0.8s;
    }
    .management-csr .gallery-swiper.draggable .slide.active {
        position: relative;
        transform: translate3d(0, 0, 0);
        left: 0;
        box-shadow: none;
        opacity: 1;
    }
    .management-csr .gallery-swiper.draggable .slide.prev {
        left: 0;
        transform: none;
    }
    .management-csr .gallery-swiper.draggable .slide.next {
        left: 0;
        transform: none;
    }
    .management-synthesis-report .synthesis-report {
        margin-bottom: -10rem;
        padding: 6.4rem 0 10rem;
        background-color: #f7f7f7;
    }
    .management-synthesis-report .synthesis-report-list {
        gap: 0.8rem;
    }
    .management-synthesis-report .synthesis-report-list > li {
        width: 100%;
    }
    .management-synthesis-report .synthesis-report-list > li a {
        background-size: 2rem;
        background-position: calc(100% - 1.6rem) calc(100% - 2rem);
    }
    .management-synthesis-report .synthesis-report-list > li .thumb {
        width: 37.8048780488%;
    }
    .management-synthesis-report .synthesis-report-list > li .content {
        padding: 2rem 1.6rem;
    }
    .management-synthesis-report .synthesis-report-list > li .text-2 {
        font-size: 1.2rem;
    }
    .management-synthesis-report .synthesis-report-list > li .title-s3 {
        font-size: 1.4rem;
    }
    .management-philosophy .section-contents {
        background-color: #f7f7f7;
    }
    .management-philosophy .philosophycont {
        padding: 6.4rem 0;
    }
    .management-philosophy .philosophycont.gray {
        background-color: #fff;
    }
    .management-philosophy .philosophycont:last-of-type {
        padding-bottom: 10rem;
    }
    .management-philosophy .philosophycont-mean {
        margin-top: 1.6rem;
    }
    .management-philosophy .plank-item {
        flex-direction: column;
        gap: 1.6rem;
    }
    .management-philosophy .plank-item .title-s2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .management-philosophy .plank-item .title-s3 {
        margin-top: 2.4rem;
        display: block;
        font-size: 1.8rem;
        line-height: 3rem;
        font-weight: 500;
    }
    .management-philosophy .plank-item .plank-cont {
        width: 100%;
    }
    .management-philosophy .philosophy-poetrykr {
        padding: 2rem 3rem;
        border-radius: 1.6rem;
    }
    .management-philosophy .philosophy-poetrykr span {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .management-philosophy .philosophy-poetrykr br {
        display: none;
    }
    .management-philosophy .philosophy-poetrycc {
        border: 1px solid #e5e5e5;
        border-radius: 1.6rem;
        padding: 2rem;
    }
    .management-philosophy .philosophy-btn {
        margin-top: 2.8rem;
    }
    .management-philosophy .philosophy-btn .btn-type-a {
        font-size: 1.4rem;
        line-height: 4.9rem;
        height: 4.9rem;
        width: 100%;
    }
    .management-philosophy .organization-img {
        position: relative;
        margin-top: 1.2rem;
    }
    .management-philosophy .organization-img img {
        min-width: 114.2rem;
    }
    .management-philosophy .organization-table {
        min-width: 71.1rem;
        margin: 4rem 0;
    }
    .management-philosophy .conference-li .head {
        flex-basis: 24.1rem;
        flex-shrink: 0;
        background-color: #f3f7fa;
        padding: 4rem 3rem;
    }
    .management-philosophy .conference-li .head strong {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .management-philosophy .conference-li .head .time {
        margin-top: 0.8rem;
        font-size: 1.3rem;
        line-height: 1.55rem;
    }
    .management-philosophy .conference-li .head .time::before {
        width: 1.6rem;
        height: 1.6rem;
    }
    .management-philosophy .conference-li .cont {
        flex-basis: 47rem;
        padding: 4rem 2.8rem;
    }
    .management-philosophy .conference-li .cont li {
        font-size: 1.5rem;
        line-height: 2.7rem;
        text-wrap: wrap;
    }
    .management-humanright .humanrightcont {
        padding: 6.4rem 0;
        background-color: #f7f7f7;
    }
    .management-humanright .humanrightcont.fix {
        background-color: #fff !important;
    }
    .management-humanright .humanrightcont.gray.fix {
        background-color: #f7f7f7 !important;
    }
    .management-humanright .humanrightcont .organizational {
        border-spacing: 0.8rem;
        width: calc(100% + 1.6rem);
        margin: 2.8rem -0.8rem 0;
    }
    .management-humanright .humanrightcont .organizational col {
        width: 50% !important;
    }
    .management-humanright .humanrightcont .organizational tbody th {
        padding: 1.7rem 0;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .management-humanright .humanrightcont .organizational tbody td {
        font-size: 1.5rem;
        line-height: 2.7rem;
        background-color: #f3f7fa;
        padding: 2.6rem 1.6rem;
    }
    .management-humanright .humanrightcont .pdf {
        margin-top: 2.8rem;
        padding: 2rem 0.8rem;
    }
    .management-humanright .humanrightcont .pdf span {
        font-size: 1.6rem;
        line-height: 1.9rem;
        font-weight: 500;
    }
    .management-humanright .humanrightcont .pdf a {
        padding: 0 1.2rem;
    }
    .management-humanright .humanrightcont .pdf .btn-type-a {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
        background-color: #162da1;
        border-color: #162da1;
        color: #fff;
    }
    .management-humanright .humanrightcont .pdf .btn-type-a span {
        font-size: 1.4rem;
        line-height: 3rem;
        font-weight: 500;
    }
    .management-humanright .humanrightcont .pdf .btn-type-a span::after {
        width: 1.4rem;
        height: 1.4rem;
        margin-left: 0.2rem;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23fff'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .management-humanright .humanrightcont.gray {
        background-color: #fff;
    }
    .management-humanright .humanrightcont.pb-64 {
        padding-bottom: 6.4rem;
    }
    .management-humanright .humanrightcont-img {
        margin-top: 4em;
    }
    .management-humanright .humanrightcont-img .title-s3 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .management-humanright .humanrightcont-img.cont1 img {
        margin: 2.8rem auto 0;
        width: calc(100% - 3.2rem);
    }
    .management-humanright .humanrightcont-img.cont3 {
        margin-top: 2.8rem;
    }
    .management-humanright .humanrightcont-img.cont3 img {
        width: 100%;
        margin: 0;
    }
    .management-humanright .humanrightcont-table {
        margin-top: 4rem;
    }
    .management-humanright .humanrightcont-table strong {
        font-size: 1.8rem;
        line-height: 2.15rem;
    }
    .management-humanright .humanrightcont-table ul {
        margin-top: 1.6rem;
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    .management-humanright .humanrightcont-table ul.type2 {
        min-width: 82rem;
        margin: 1.6rem 0 0;
        gap: 3rem;
    }
    .management-humanright .humanrightcont-table ul.type2 li {
        width: 24.2rem;
    }
    .management-humanright .humanrightcont-table ul.type2 li::after {
        width: 1.6rem;
        height: 1.6rem;
        right: -2.8rem;
        bottom: calc(50% - 0.8rem);
        transform: translateY(2.5rem);
    }
    .management-humanright .humanrightcont-table ul.type2 dd {
        background-color: #fff;
    }
    .management-humanright .humanrightcont-table ul.type2 dd br {
        display: block;
    }
    .management-humanright .humanrightcont-table dl {
        gap: 0.8rem;
    }
    .management-humanright .humanrightcont-table dt {
        padding: 1.6rem 0;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .management-humanright .humanrightcont-table dd {
        background: #f3f7fa;
        font-size: 1.5rem;
        line-height: 2.7rem;
        padding: 2.4rem 1.6rem;
    }
    .management-humanright .humanrightcont-table dd br {
        display: none;
    }
    .management-humanright .humanrightcont-table img {
        margin: 1.6rem 0 0;
        min-width: 82rem;
    }
    .management-humanright .humanrightcont-btnarea a {
        width: 100%;
        line-height: 4.9rem;
        height: 4.9rem;
        font-size: 1.4rem;
        padding: 0;
    }
    .management-humanright .humanrightcont-completion {
        margin-top: 4rem;
    }
    .management-humanright .humanrightcont-completion ul {
        flex-direction: column;
        gap: 1.6rem;
        margin: 1.6rem 0;
    }
    .management-humanright .humanrightcont-completion li {
        background-color: #fff;
        width: 21.6rem;
        margin: 0 auto;
    }
    .management-humanright .humanrightcont-completion li .wrap {
        gap: 0.8rem;
    }
    .management-humanright .humanrightcont-completion li strong {
        font-size: 1.6rem;
    }
    .management-humanright .humanrightcont-completion li em {
        font-size: 4rem;
    }
    .management-humanright .humanrightcont-completion span {
        font-size: 1.2rem;
    }
    .management-humanright .humanrightcont .recruitment li {
        flex-direction: column;
        padding: 3rem 2.8rem;
        background-color: #f3f7fa;
        border-radius: 1.6rem;
        gap: 1.6rem;
    }
    .management-humanright .humanrightcont .recruitment strong {
        font-size: 3rem;
        line-height: 3.58rem;
        flex-basis: auto;
    }
    .management-humanright .humanrightcont .recruitment p {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
    .management-humanright .humanrightcont .text-2 + .integrity02_02_3_01_img {
        margin-top: 3rem;
    }
    .management-humanright .humanrightcont [class^=integrity02_02_3] {
        max-width: 100%;
        text-align: center;
    }
    .management-humanright .humanrightcont [class^=integrity02_02_3] + .card_box.bg-white {
        margin-top: 1.1rem;
    }
    .management-humanright .humanrightcont [class^=integrity02_02_3] p {
        font-size: 1.2rem;
        line-height: 2.2rem;
        margin-top: 1rem;
    }
    .management-humanright .humanrightcont [class^=integrity02_02_3] img {
        width: 100%;
        max-width: 100%;
    }
    .management-humanright .humanrightcont .card_box {
        display: flex;
        flex-wrap: nowrap;
        gap: 0rem 1rem;
    }
    .management-humanright .humanrightcont .card_box.bg-white {
        display: block;
    }
    .management-humanright .humanrightcont .card_box.bg-white .card_box_item {
        width: 100%;
        background-color: #fff;
    }
    .management-humanright .humanrightcont .card_box.bg-white .card_box_item + .card_box_item {
        margin-top: 2rem;
    }
    .management-humanright .humanrightcont .card_box_item {
        min-height: 19rem;
        flex: 0 0 30rem;
        border-radius: 0.8rem;
        background-color: #f3f7fa;
        padding: 2rem;
    }
    .management-humanright .humanrightcont .card_box_tit {
        color: #082e7a;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 600;
    }
    .management-humanright .humanrightcont .card_box_check_item {
        position: relative;
        font-size: 1.5rem;
        line-height: 2.5rem;
        padding-left: 2.5rem;
    }
    .management-humanright .humanrightcont .card_box_check_item:last-child {
        margin-right: 1.6rem;
    }
    .management-humanright .humanrightcont .card_box_check_item ~ .card_box_check_item {
        margin-top: 1rem;
    }
    .management-humanright .humanrightcont .card_box_check_item:first-child {
        margin-top: 2rem;
    }
    .management-humanright .humanrightcont .card_box_check_item::before {
        position: absolute;
        top: 0.1rem;
        left: 0rem;
        content: "";
        display: inline-block;
        width: 1.8rem;
        height: 1.8rem;
        background: url(../../static/images/ico/ico_check.png) no-repeat center center/1.8rem auto;
    }
    .management-humanright .plank-item {
        flex-direction: column;
        gap: 1.6rem;
    }
    .management-humanright .plank-item .title-s2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .management-humanright .plank-item .plank-cont {
        width: 100%;
    }
    .management-environmental .environmentalcont {
        padding: 6.4rem 0;
        background-color: #f7f7f7;
    }
    .management-environmental .environmentalcont.gray {
        background-color: #fff;
    }
    .management-environmental .environmentalcont .policy-wrap {
        flex-direction: column;
        gap: 0.8rem;
        margin-bottom: 2.8rem;
    }
    .management-environmental .environmentalcont .policy-wrap.arrow {
        gap: 5.2rem;
    }
    .management-environmental .environmentalcont .policy-wrap.arrow .policy::after {
        top: initial;
        bottom: -3rem;
        width: 3.8rem;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .management-environmental .environmentalcont .policy-wrap ul {
        margin-bottom: 0;
        margin-top: 0.8rem;
        background-color: #f3f7fa;
    }
    .management-environmental .environmentalcont .policy-wrap strong {
        padding: 1.6rem 0;
        font-size: 1.5rem;
        line-height: 1.79rem;
    }
    .management-environmental .environmentalcont .policy-wrap li {
        padding: 0 1.6rem;
    }
    .management-environmental .environmentalcont .policy-wrap li span {
        font-size: 1.5rem;
        line-height: 2.7rem;
        text-align: center;
    }
    .management-environmental .environmentalcont .policy-wrap li .ico {
        background-color: #fff !important;
        width: 7.2rem;
        height: 7.2rem;
    }
    .management-environmental .environmentalcont .policy-wrap li .ico::after {
        width: 4.47rem;
        height: 4.47rem;
    }
    .management-environmental .environmentalcont .ol {
        padding-left: 2rem;
    }
    .management-environmental .environmentalcont .objectives {
        gap: 0.8rem;
    }
    .management-environmental .environmentalcont .objectives li {
        flex-direction: column;
        flex-basis: calc((100% - 0.8rem) / 2);
        border: none;
        background-color: #fff;
        gap: 0.8rem;
        padding: 3rem 1.6rem;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.7rem;
    }
    .management-environmental .environmentalcont .ico {
        width: 7.2rem;
        height: 7.2rem;
    }
    .management-environmental .environmentalcont .ico::after {
        width: 4.45rem;
        height: 4.45rem;
    }
    .management-environmental .environmentalcont:last-of-type {
        padding-bottom: 10rem;
    }
    .management-environmental .plank-item {
        flex-direction: column;
        gap: 1.6rem;
    }
    .management-environmental .plank-item .title-s2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .management-environmental .plank-item .plank-cont {
        width: 100%;
    }
    .management-supply-chain .article {
        padding: 6.4rem 0;
        background-color: #f7f7f7;
    }
    .management-supply-chain .article.bg-a {
        background-color: #fff;
    }
    .management-supply-chain .article .section-inner {
        display: block;
    }
    .management-supply-chain .article h3 {
        width: 100%;
        font-size: 2.4rem;
    }
    .management-supply-chain .article .content {
        margin-top: 1.6rem;
        width: 100%;
    }
    .management-supply-chain .article .text-2 {
        margin-bottom: 2.4rem;
    }
    .management-supply-chain .strategy-item {
        gap: 0.8rem;
    }
    .management-supply-chain .strategy-item strong {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
    }
    .management-supply-chain .strategy-item p {
        padding: 2.4rem;
        background-color: #fff;
        text-align: center;
    }
    .management-supply-chain .strategy-item p:before {
        display: none;
    }
    .management-supply-chain .strategy-item a {
        display: block;
        margin-top: 1.8rem;
        float: none;
    }
    .management-supply-chain .sort-item {
        display: block;
    }
    .management-supply-chain .sort-item strong {
        padding: 1.7rem 0;
        width: 100%;
    }
    .management-supply-chain .sort-item p {
        margin-top: 0.8rem;
        padding: 3.2rem 2rem;
        text-align: center;
        background-color: #fff;
    }
    .management-supply-chain .estimation {
        display: block;
    }
    .management-supply-chain .estimation .ico {
        margin: 0.8rem auto;
    }
    .management-supply-chain .estimation-item {
        width: 100%;
    }
    .management-supply-chain .estimation-item strong {
        padding: 1.7rem 0;
    }
    .management-supply-chain .estimation-item div {
        margin-top: 0.8rem;
        padding: 1.7rem 2.4rem;
        background: #f3f7fa;
    }
    .management-supply-chain .plank-item {
        padding: 2.5rem 9rem 2.5rem 0.8rem;
        font-size: 1.6rem;
    }
    .management-supply-chain .plank-item.two {
        padding: 2.5rem 22rem 2.5rem 0.8rem;
    }
    .management-supply-chain a[download] {
        right: 0.8rem;
        margin-top: -1.5rem;
        padding: 0 3rem 0 1.2rem;
        color: #fff;
        border: 0;
        font-size: 1.4rem;
        line-height: 3rem;
        background: #162da1 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21.667H21.6667' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.3359 3C13.3359 2.44772 12.8882 2 12.3359 2C11.7837 2 11.3359 2.44772 11.3359 3L13.3359 3ZM11.3359 3L11.3359 17.6667L13.3359 17.6667L13.3359 3L11.3359 3Z' fill='%23fff'/%3E%3Cpath d='M5.67188 11L12.3385 17.6667C14.6791 15.3262 16.6647 13.3405 19.0052 11' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 1.2rem) 50%/1.4rem;
    }
    .management-supply-chain a[download].two {
        right: 11.5rem;
    }
    .management-ethical .section-contents {
        padding: 6.4rem 0 10rem !important;
        margin-bottom: -10rem;
        background-color: #f7f7f7;
    }
    .management-ethical .charter-item {
        padding: 4rem 3rem;
    }
    .management-ethical .charter-item .num {
        font-size: 3rem;
        color: #162da1;
    }
    .management-ethical .charter-item .title-s2 {
        font-size: 2.4rem;
    }
    .management-ethical .charter-item .text-1 {
        margin-top: 2.8rem;
    }
    .management-ethical .plank-item {
        display: block;
    }
    .management-ethical .plank-item + .plank-item {
        margin-top: 2.8rem;
    }
    .management-ethical .plank-item .text-2 {
        margin-top: 1.6rem;
        width: 100%;
    }
    .management-compliance .compliancecont {
        padding: 6.4rem 0;
        /* background-color: #f7f7f7; */
    }
    .management-compliance .compliancecont.gray {
        background-color: #fff;
    }
    .management-compliance .compliancecont:last-of-type {
        padding-bottom: 10rem;
    }
    .management-compliance .compliancecont-img {
        margin-top: 4rem;
    }
    .management-compliance .compliancecont-img .img1 {
        min-width: 82rem;
    }
    .management-compliance .compliancecont-img .img2 {
        min-width: 59rem;
    }
    .management-compliance .compliancecont .ol {
        padding-left: 2rem;
    }
    .management-compliance .compliancecont .certified {
        justify-content: center;
    }
    .management-compliance .compliancecont .certified .img {
        border-radius: 1.6rem;
        /* background-color: #fff; */
    }
    .management-compliance .compliancecont .certified li {
        flex-basis: 16rem;
        text-align: center;
        gap: 0.8rem;
    }
    .management-compliance .compliancecont .certified span {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .management-compliance .plank-item {
        flex-direction: column;
        gap: 1.6rem;
    }
    .management-compliance .plank-item .title-s2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .management-compliance .plank-item .plank-cont {
        width: 100%;
    }
    .management-consumer .consumercont {
        padding: 6.4rem 0;
        background-color: #f7f7f7;
    }
    .management-consumer .consumercont.gray {
        background-color: #fff;
    }
    .management-consumer .consumercont:last-of-type {
        padding-bottom: 10rem;
    }
    .management-consumer .consumercont-img {
        margin: 2.8rem auto;
        text-align: center;
    }
    .management-consumer .consumercont-img.cont1 img {
        max-width: 26.8rem;
        margin: 0 auto;
    }
    .management-consumer .consumercont-img.cont2 {
        /*// 241217 min-width: 48rem;*/
    }
    .management-consumer .consumercont-img.cont2 img {
        min-width: 116rem;
        margin: 0 auto 1.6rem;
    }
    .management-consumer .consumercont-img.cont2 span {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: start;
    }
    .management-consumer .consumercont .ul {
        padding-left: 0;
    }
    .management-consumer .consumercont .ul li {
        line-height: 2.7rem;
    }
    .management-consumer .consumercont .certified {
        justify-content: center;
        gap: 0.8rem;
        /*241218 폼 수정*/
        /*//241218 폼 수정*/
    }
    .management-consumer .consumercont .certified .img {
        border-radius: 1.6rem;
        background-color: #fff;
    }
    .management-consumer .consumercont .certified li {
        flex-basis: 16rem;
        text-align: center;
        gap: 0.8rem;
    }
    .management-consumer .consumercont .certified span {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .management-consumer .consumercont .certified.boxType li {
        flex-basis: auto;
    }
    .management-consumer .plank-item {
        flex-direction: column;
        gap: 1.6rem;
    }
    .management-consumer .plank-item .title-s2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .management-consumer .plank-item .plank-cont {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .management-humanright .humanrightcont-completion.eng li {
        width: 100%;
    }
}
.bgWhite {
    background-color: #fff !important;
}
.bgWhite .boxType .img {
    background-color: #f3f7fa !important;
}

@media screen and (max-width: 766px) {
    .certified.boxType {
        flex-direction: column;
    }
    .certified.boxType li {
        border-radius: 1.6rem;
    }
    .certified.boxType span {
        font-size: 1.6rem !important;
    }
}
.environmentalcont-img.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.environmentalcont-img.mt {
    margin-top: 5rem !important;
}
.environmentalcont-img.mb {
    margin-bottom: 5rem !important;
}
.environmentalcont-img.center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 766px) {
    .environmentalcont-img.mt {
        margin-top: 2.8rem !important;
    }
    .environmentalcont-img.mb {
        margin-bottom: 2.8rem !important;
    }
    .management-environmental .environmentalcont__texts {
        margin-top: 2.5rem;
    }
    .management .life_box {
        border-top: 1px solid #444;
    }
    .management .life_box_item {
        padding: 2rem 0;
    }
    .management .life_box_item ~ .life_box_item {
        border-top: 1px solid #e5e5e5;
    }
    .management .life_box_item dl {
        display: block;
        gap: 19.5rem;
    }
    .management .life_box_item dl dt {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.8rem;
        color: #444;
    }
    .management .life_box_item dl dd {
        margin-top: 1rem;
    }
    .management .point_list li {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    .management-humanright .humanrightcont .img_box {
        gap: 1rem;
        margin-top: 2rem;
    }
    .management-humanright .humanrightcont .img_box_item {
        width: 100%;
        flex: 0 0 100%;
    }
    .management-humanright .humanrightcont .circle_box {
        width: 100%;
        height: 100vw;
        background: url(../../static/images/integrity/integrity02_3_06_mo.png) no-repeat 0 0/100% auto;
        padding-bottom: 0;
    }
    .management-humanright .humanrightcont .icon_line_box {
        gap: 1.2rem;
    }
    .management-humanright .humanrightcont .icon_line_box_item {
        flex: 1 1 100%;
    }
}
.compliancecont-img.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*241120*/
.management-environmental .environmentalcont .objectives.new-objectives li {
    background-color: #fff;
}

/*241125 csr new*/
.management-csr .gallery-new-swiper {
    position: relative;
    width: 100%;
    height: 31.9444444444vw;
    max-height: 46rem;
    margin-top: 5rem;
}

.management-csr .gallery-new-swiper .slide-list {
    font-size: 0;
}

.management-csr .gallery-new-swiper .slide-dots {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    text-indent: -1000000em;
    font-size: 0;
}

.management-csr .gallery-new-swiper .slide-dots > li {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.management-csr .gallery-new-swiper .slide-dots > li.on {
    background-color: #2f75ff;
    border-color: #2f75ff;
}

.management-csr .gallery-new-swiper .slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.management-csr .gallery-new-swiper.default .slide-list {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    font-size: 0;
}

.management-csr .gallery-new-swiper.default .slide {
    width: calc((100% - 3rem) / 2);
    border-radius: 2rem;
    overflow: hidden;
}

.management-csr .gallery-new-swiper.draggable .slide-list {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.management-csr .gallery-new-swiper.draggable .slide {
    position: absolute;
    left: 50%;
    width: 65.4850746269%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    transition: all 0.3s;
}

.management-csr .gallery-new-swiper.draggable .slide.prev {
    transform: translate3d(-90%, 0, -10rem) scale(0.652173913);
}

.management-csr .gallery-new-swiper.draggable .slide.next {
    transform: translate3d(-10%, 0, -10rem) scale(0.652173913);
}

.management-csr .gallery-new-swiper.draggable .slide.active {
    transform: translate3d(-50%, 0, 0) scale(1);
    box-shadow: 1rem 1rem 3.2rem rgba(34, 34, 34, 0.32);
    z-index: 1;
}

.management-csr .gallery-new-swiper.draggable .slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background 0.5s;
}

.management-csr .gallery-new-swiper.draggable .slide:not(.active):after {
    background-color: rgba(0, 0, 0, 0.6);
}

.management-csr .gallery-new-swiper.draggable .slide a {
    position: relative;
    z-index: 2;
}

.management-csr .gallery-new-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-csr .gallery-new-swiper .btn-prev,
.management-csr .gallery-new-swiper .btn-next {
    position: absolute;
    top: 50%;
    margin-top: -1.8rem;
    width: 3.6rem;
    height: 3.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66797 1.66699L3.33464 5.00033L6.66797 8.33366' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.2rem;
}

.management-csr .gallery-new-swiper .btn-prev {
    left: 10%;
}

.management-csr .gallery-new-swiper .btn-next {
    right: 10%;
    transform: rotate(180deg);
}

.management-csr .gallery-new-swiper + .text-2 {
    margin-top: 5rem;
}

@media screen and (max-width: 766px) {
    .management-csr .gallery-new-swiper {
        height: auto;
        max-height: none;
    }
    .management-csr .gallery-new-swiper.default .slide {
        width: 100%;
    }
    .management-csr .gallery-new-swiper.draggable .slide {
        top: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        transition: opacity 0.8s;
    }
    .management-csr .gallery-new-swiper.draggable .slide.active {
        position: relative;
        transform: translate3d(0, 0, 0);
        left: 0;
        box-shadow: none;
        opacity: 1;
    }
    .management-csr .gallery-new-swiper.draggable .slide.prev {
        left: 0;
        transform: none;
    }
    .management-csr .gallery-new-swiper.draggable .slide.next {
        left: 0;
        transform: none;
    }
}
/*investment*/
.data-wrap.bg-a {
    padding: 12rem 0;
}
.data-wrap + .data-wrap {
    margin-top: 12rem;
}
.data-wrap .tx-l {
    text-align: left;
}
.data-wrap .tx-c {
    text-align: center;
}
.data-wrap .tx-r {
    text-align: right;
}
.data-wrap .red {
    color: var(--hl1);
}
.data-wrap .blue {
    color: var(--clr3);
}
.data-head {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*그래프*/
.chart-vertical {
    position: relative;
    padding: 4rem 4rem 6rem;
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    background: #fff;
}
.chart-vertical .chart-head {
    position: relative;
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chart-vertical .chart-head .unit {
    font-size: 1.4rem;
    color: #888;
}
.chart-vertical .chart-head h4 {
    font-weight: 500;
}
.chart-vertical .chart-content {
    position: relative;
    display: flex;
    height: 26rem;
    box-sizing: border-box;
}
.chart-vertical .chart-content .axis-y {
    display: flex;
    padding-right: 0.8rem;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 1.2rem;
    border-right: 1px solid #d3d3d3;
    color: #666666;
}
.chart-vertical .chart-content .axis-y-item {
    position: relative;
    height: 0;
}
.chart-vertical .chart-content .axis-y-item span {
    position: relative;
    top: -0.7rem;
}
.chart-vertical .chart-content .axis-x {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    border-bottom: 1px solid #d3d3d3;
    opacity: 0;
}
.chart-vertical .chart-content .axis-x-item {
    position: relative;
    flex: 1;
}
.chart-vertical .chart-content .axis-x-item .name {
    position: relative;
    position: absolute;
    top: 26.9rem;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #444;
}
.chart-vertical .chart-content .graph {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    gap: 0.8rem;
    text-indent: -1000000em;
    font-size: 0;
}
.chart-vertical .chart-content .graph .data-bar {
    display: block;
    align-self: flex-end;
    position: relative;
    box-sizing: content-box;
    width: 38%;
    max-width: 4rem;
    border-radius: 1rem 1rem 0 0;
}
.chart-vertical .chart-content .graph .data-bar.negative {
    top: calc(100% + 0.1rem);
    align-self: flex-start;
    border-radius: 0 0 1rem 1rem;
}
.chart-vertical .chart-content .graph .data-bar.bar-1 {
    background: rgba(22, 45, 161, 0.2);
}
.chart-vertical .chart-content .graph .data-bar.bar-1 .data {
    color: rgba(22, 45, 161, 0.2);
}
.chart-vertical .chart-content .graph .data-bar.bar-2 {
    background: #162da1;
}
.chart-vertical .chart-content .graph .data-bar.bar-2 .data {
    color: #162da1;
}
.chart-vertical .chart-content .graph .data-bar .data {
    position: absolute;
    bottom: calc(100% + 0.8rem);
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}
.chart-vertical .chart-content .graph .tooltip {
    position: absolute;
    min-width: 10.6rem;
    bottom: calc(100% + 1rem);
    left: 50%;
    padding: 1rem 1.6rem;
    background-color: #222;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 0.8rem;
    box-shadow: 0.1rem 0.4rem 0.4rem rgba(34, 34, 34, 0.2);
    opacity: 0;
    z-index: 10;
    white-space: nowrap;
}
.chart-vertical .chart-content .graph .tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    background-color: #222;
    margin: -0.56rem auto;
    transform: rotate(45deg);
    box-shadow: 0.1rem 0.4rem 0.4rem rgba(34, 34, 34, 0.2);
}
.chart-vertical .chart-content .graph .tooltip span {
    font-size: 1.2rem;
    color: #fff;
}
.chart-vertical .chart-content .graph .tooltip .graph-data {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.4rem;
    color: #fff;
}
.chart-circle .chart-content {
    position: relative;
}
.chart-circle .chart-cate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    gap: 5rem 31.5vw;
    justify-content: space-around;
    align-content: center;
}
.chart-circle .chart-cate li {
    width: 30vw;
    max-width: 36rem;
}
.chart-circle .chart-cate .left .point {
    right: 0;
}
.chart-circle .chart-cate .right {
    text-align: right;
}
.chart-circle .chart-cate .right .point {
    left: 0;
}
.chart-circle .chart-cate .chart-item-1 {
    grid-area: 1/2/2/3;
}
.chart-circle .chart-cate .chart-item-2 {
    grid-area: 2/2/3/3;
}
.chart-circle .chart-cate .chart-item-3 {
    grid-area: 2/1/3/2;
}
.chart-circle .chart-cate .chart-item-4 {
    grid-area: 1/1/2/2;
}
.chart-circle .chart-cate .name {
    font-size: 2rem;
    color: #444;
}
.chart-circle .chart-cate .point {
    position: absolute;
    bottom: 0;
    margin-bottom: -1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.chart-circle .chart-cate .ratio {
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #ccc;
}
.chart-circle .chart-cate .ratio .graph-data {
    font-size: 4.8rem;
    font-weight: 500;
}
.chart-circle .chart-cate .ratio span {
    font-size: 3.5rem;
    font-weight: 500;
}
.chart-circle .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 63%;
    height: 63%;
    border-radius: 50%;
    background: #f7f7f7 url("data:image/svg+xml,%3Csvg viewBox='0 0 154 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.3012 39.7105C71.3012 39.7105 71.4479 32.0456 70.482 29.1919C69.504 26.3381 68.4281 21.7291 61.2025 16.9307C58.684 15.2386 57.8526 15.4028 57.5958 15.5543C57.3269 15.7058 56.9356 16.4003 57.009 19.494C57.0824 22.5877 56.8623 31.086 60.3711 34.8237C63.8922 38.5614 66.6064 39.4579 71.289 39.7105H71.3012Z' fill='%2300B4D6'/%3E%3Cpath d='M77.0116 19.4696C82.66 10.1253 91.1815 6.8422 92.1107 6.55177C92.9176 6.29923 93.3089 6.03405 93.3822 5.35217C93.4556 4.69555 92.4164 3.26866 89.421 1.80388C85.3131 -0.216503 77.0116 0.0107901 77.0116 0.0107901C77.0116 0.0107901 68.7102 -0.22913 64.6144 1.79125C61.6191 3.25603 60.5676 4.68292 60.6532 5.33955C60.7266 6.02142 61.1178 6.29923 61.9247 6.53915C62.8539 6.82958 71.3754 10.1253 77.0116 19.457V19.4696Z' fill='%2300B4D6'/%3E%3Cpath d='M77.0155 40.0013C78.507 40.0013 79.8763 39.9381 81.1234 39.8498C81.1234 39.8498 81.2701 32.9426 80.8666 30.3792C80.4143 27.5254 79.4607 23.0175 77.0277 19.5449C74.6069 23.0175 73.6533 27.5254 73.2009 30.3792C72.8097 32.9426 72.9442 39.8498 72.9442 39.8498C74.1912 39.9381 75.5606 40.0013 77.0277 40.0013H77.0155Z' fill='%2300B4D6'/%3E%3Cpath d='M82.7111 39.7105C82.7111 39.7105 82.5644 32.0456 83.5302 29.1919C84.5083 26.3381 85.5964 21.7291 92.8098 16.9307C95.3283 15.2386 96.1597 15.4028 96.4164 15.5543C96.6854 15.7058 97.0766 16.4003 96.9911 19.494C96.9177 22.5877 97.15 31.086 93.6289 34.8237C90.12 38.5614 87.3814 39.4579 82.7111 39.7105Z' fill='%2300B4D6'/%3E%3Cpath d='M59.5043 8.84919C58.9908 8.74817 58.6484 8.21783 58.6484 7.64959C58.6484 6.96771 59.1864 6.41211 59.8466 6.41211C59.9566 6.41211 60.1645 6.44999 60.3234 6.51313C60.3234 6.51313 65.7395 9.05123 69.1628 13.6981L69.065 13.837C64.4925 10.1372 59.492 8.83657 59.492 8.83657L59.5043 8.84919Z' fill='%2300B4D6'/%3E%3Cpath d='M58.2962 11.7162C57.7949 11.59 57.4037 11.1101 57.3915 10.5545C57.367 9.87265 57.8805 9.25391 58.5529 9.25391C58.6996 9.25391 58.9319 9.29179 59.0909 9.36755C59.0909 9.36755 64.5559 11.6531 67.9669 15.9717L67.8691 16.0979C63.0888 12.6002 58.3084 11.7162 58.3084 11.7162H58.2962Z' fill='%2300B4D6'/%3E%3Cpath d='M58.0608 14.8466C57.5596 14.7203 57.1928 14.2657 57.1805 13.7354C57.1561 13.0661 57.6574 12.4727 58.3053 12.4727C58.3542 12.4727 58.5621 12.4727 58.7699 12.561C58.7699 12.561 64.0393 14.7708 66.7779 18.2055L66.6924 18.357C62.1198 15.3391 58.0608 14.8592 58.0608 14.8592V14.8466Z' fill='%2300B4D6'/%3E%3Cpath d='M94.5067 8.84919C95.0202 8.74817 95.3747 8.21783 95.3747 7.64959C95.3747 6.96771 94.8246 6.41211 94.1521 6.41211C94.0543 6.41211 93.8465 6.44999 93.6753 6.51313C93.6753 6.51313 88.247 9.05123 84.8359 13.6981L84.9215 13.837C89.494 10.1372 94.4945 8.83657 94.4945 8.83657L94.5067 8.84919Z' fill='%2300B4D6'/%3E%3Cpath d='M95.7255 11.7162C96.2267 11.59 96.6057 11.1101 96.6302 10.5545C96.6669 9.87265 96.1289 9.25391 95.4809 9.25391C95.3342 9.25391 95.1142 9.29179 94.943 9.36755C94.943 9.36755 89.478 11.6531 86.0547 15.9717L86.1525 16.0979C90.9329 12.6002 95.7255 11.7162 95.7255 11.7162Z' fill='%2300B4D6'/%3E%3Cpath d='M95.9627 14.8466C96.4518 14.7203 96.8185 14.2657 96.843 13.7354C96.8797 13.0661 96.3784 12.4727 95.7426 12.4727C95.6815 12.4727 95.4859 12.4727 95.2658 12.561C95.2658 12.561 89.9964 14.7708 87.2578 18.2055L87.3556 18.357C91.9159 15.3391 95.9749 14.8592 95.9749 14.8592L95.9627 14.8466Z' fill='%2300B4D6'/%3E%3Cpath d='M119.652 60.3787H129.687V58.9127H120.447V54.8098H129.687V53.3438H118.047V58.9127C118.047 59.723 118.763 60.3787 119.647 60.3787H119.652Z' fill='%23222'/%3E%3Cpath d='M134.346 53.0547H131.945V60.6704H134.346V53.0547Z' fill='%23222'/%3E%3Cpath d='M127.056 61.2715C122.972 61.2715 119.664 62.8452 119.664 64.7843C119.664 66.7233 122.972 68.2971 127.056 68.2971C131.141 68.2971 134.449 66.7233 134.449 64.7843C134.449 62.8452 131.141 61.2715 127.056 61.2715ZM127.056 66.9107C124.377 66.9107 122.204 65.9458 122.204 64.7515C122.204 63.5571 124.377 62.5923 127.056 62.5923C129.736 62.5923 131.909 63.5618 131.909 64.7515C131.909 65.9412 129.736 66.9107 127.056 66.9107Z' fill='%23222'/%3E%3Cpath d='M154.002 65.5098H136.547V67.121H154.002V65.5098Z' fill='%23222'/%3E%3Cpath d='M115.83 60.145H108.047V59.4097C111.89 59.2129 114.835 58.117 114.835 56.7915C114.835 56.0842 113.993 55.4425 112.625 54.9648H114.965V53.7189H108.122V52H105.502V53.7189H98.673V54.9648H101.004C99.636 55.4379 98.7939 56.0842 98.7939 56.7915C98.7939 58.117 101.734 59.2129 105.572 59.4097V60.145H97.7891V61.4611H115.826V60.145H115.83ZM101.45 56.6884C101.45 55.836 103.851 55.1428 106.81 55.1428C109.768 55.1428 112.169 55.836 112.169 56.6884C112.169 57.5409 109.768 58.234 106.81 58.234C103.851 58.234 101.45 57.5409 101.45 56.6884Z' fill='%23222'/%3E%3Cpath d='M114.824 66.3822H101.295V65.5016H114.819V63.305C114.819 62.7008 114.28 62.209 113.619 62.209H98.8203V63.5251H112.419V64.3307H98.8203V66.5227C98.8203 67.1691 99.3972 67.6983 100.1 67.6983H114.819V66.3822H114.824Z' fill='%23222'/%3E%3Cpath d='M144.718 58.836C146.812 61.1779 149.822 62.3957 152.808 63.4823L153.418 62.0069C150.422 60.9016 147.347 58.63 146.253 56.5035C146.76 55.4684 147.1 54.3443 147.235 53.1406H144.411C143.904 57.2857 140.866 60.5456 137.023 62.0069L137.633 63.4823C140.438 62.4894 142.955 60.9203 144.718 58.836Z' fill='%23222'/%3E%3Cpath d='M36.1427 59.6072H38.6316V57.8508H36.1427V53.0547H33.7422V67.7007H36.1427V59.6072Z' fill='%23222'/%3E%3Cpath d='M25.8739 67.2802C29.1397 67.2802 31.7868 64.0531 31.7868 60.0766C31.7868 56.1001 29.1397 52.873 25.8739 52.873C22.608 52.873 19.9609 56.1001 19.9609 60.0766C19.9609 64.0531 22.608 67.2802 25.8739 67.2802ZM25.8739 54.3297C27.8185 54.3297 29.3909 56.9011 29.3909 60.0766C29.3909 63.2522 27.8139 65.8236 25.8739 65.8236C23.9339 65.8236 22.3568 63.2522 22.3568 60.0766C22.3568 56.9011 23.9339 54.3297 25.8739 54.3297Z' fill='%23222'/%3E%3Cpath d='M18.0366 59.1437H10.3279V57.9259H17.0224V56.5349H3.41937V54.6567H17.0224V53.2656H1.01883V56.4599C1.01883 57.2702 1.73527 57.9259 2.61919 57.9259H7.7087V59.139H0V60.605H18.0366V59.139V59.1437Z' fill='%23222'/%3E%3Cpath d='M48.0447 62.9434V65.51H40.5547V67.1212H58.0097V65.51H50.5197V62.9434H48.0447Z' fill='%23222'/%3E%3Cpath d='M95.8925 65.51H88.4025V62.9434H85.9275V65.51H78.4375V67.1212H95.8925V65.51Z' fill='%23222'/%3E%3Cpath d='M79.1641 57.4256C79.1641 59.9782 82.7463 62.0437 87.1658 62.0437C91.5854 62.0437 95.1676 59.9735 95.1676 57.4256C95.1676 54.8776 91.5854 52.8027 87.1658 52.8027C82.7463 52.8027 79.1641 54.8729 79.1641 57.4256ZM92.4787 57.4256C92.4787 59.1679 90.1014 60.5824 87.1658 60.5824C84.2303 60.5824 81.853 59.1679 81.853 57.4256C81.853 55.6832 84.2303 54.2687 87.1658 54.2687C90.1014 54.2687 92.4787 55.6832 92.4787 57.4256Z' fill='%23222'/%3E%3Cpath d='M0.90625 64.7901C0.90625 66.7339 4.53962 68.3029 9.02434 68.3029C13.5091 68.3029 17.1424 66.7292 17.1424 64.7901C17.1424 62.8511 13.5091 61.2773 9.02434 61.2773C4.53962 61.2773 0.90625 62.8511 0.90625 64.7901ZM14.5977 64.7527C14.5977 65.9423 12.0994 66.9119 9.02434 66.9119C5.94923 66.9119 3.44635 65.947 3.44635 64.7527C3.44635 63.5583 5.94458 62.5935 9.02434 62.5935C12.1041 62.5935 14.5977 63.563 14.5977 64.7527Z' fill='%23222'/%3E%3Cpath d='M45.3836 58.3716C45.9558 59.121 46.7001 59.758 47.5282 60.3154C47.3887 60.3856 47.2491 60.4559 47.1049 60.5168L47.8213 61.7814C49.4496 61.1585 50.9616 59.8798 52.1153 58.4044C53.2644 59.9313 55.1392 61.0226 57.0048 61.8423L57.7119 60.4606C55.6603 59.3786 54.3018 57.8892 53.5017 56.2124C54.0227 55.1539 54.3204 54.1048 54.3204 53.2148H51.6315C51.6315 54.826 50.8406 57.4302 49.11 59.1632C48.0632 58.292 47.2863 57.2803 46.756 56.1796C47.2631 55.1305 47.5561 54.0954 47.5561 53.2148H44.8625C44.8625 55.3506 43.4762 59.2381 40.3359 60.5121L41.0524 61.7767C42.6899 61.1491 44.2159 59.8517 45.3789 58.3669L45.3836 58.3716Z' fill='%23222'/%3E%3Cpath d='M76.2287 53.0547H73.8281V67.7007H76.2287V53.0547Z' fill='%23222'/%3E%3Cpath d='M65.1937 62.2451C66.3149 63.8375 68.7014 65.3504 70.4135 66.2356L71.2648 64.8539C68.8922 63.5144 67.2313 61.6737 66.5475 59.8376C66.9755 58.7416 67.2081 57.5894 67.2081 56.4373V53.2148H64.5889V56.4373C64.5889 59.9454 62.7652 63.3411 59.625 64.615L60.3414 65.8797C62.3791 65.0975 64.0213 63.8048 65.1937 62.2451Z' fill='%23222'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/62%;
}
.chart-circle .logo.en {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 326 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M155.513 47.7708C155.513 47.7708 155.689 38.5419 154.505 35.103C153.29 31.6642 151.946 26.13 142.973 20.3559C139.854 18.3246 138.814 18.5166 138.495 18.7085C138.159 18.9004 137.679 19.7321 137.759 23.4429C137.855 27.1697 137.583 37.3743 141.933 41.9008C146.316 46.3953 149.691 47.4829 155.497 47.7868L155.513 47.7708Z' fill='%2300B4D6'/%3E%3Cpath d='M162.607 23.4268C169.629 12.1825 180.217 8.23182 181.353 7.87993C182.361 7.57603 182.856 7.25613 182.936 6.42441C183.032 5.64067 181.737 3.92925 178.026 2.15384C172.924 -0.261358 162.607 0.0105575 162.607 0.0105575C162.607 0.0105575 152.291 -0.277352 147.22 2.15384C143.494 3.92925 142.198 5.62468 142.294 6.42441C142.374 7.25613 142.87 7.57603 143.861 7.87993C145.013 8.23182 155.602 12.1985 162.607 23.4268Z' fill='%2300B4D6'/%3E%3Cpath d='M162.608 48.1226C164.463 48.1226 166.159 48.0427 167.71 47.9307C167.71 47.9307 167.886 39.6295 167.39 36.5425C166.831 33.1036 165.647 27.6814 162.624 23.5068C159.617 27.6814 158.433 33.1036 157.874 36.5425C157.378 39.6295 157.554 47.9307 157.554 47.9307C159.089 48.0267 160.801 48.1226 162.624 48.1226H162.608Z' fill='%2300B4D6'/%3E%3Cpath d='M169.706 47.7708C169.706 47.7708 169.514 38.5419 170.73 35.103C171.946 31.6642 173.289 26.13 182.262 20.3559C185.381 18.3246 186.421 18.5166 186.741 18.7085C187.077 18.9004 187.556 19.7321 187.46 23.4429C187.364 27.1697 187.652 37.3743 183.27 41.9008C178.903 46.3953 175.512 47.4829 169.706 47.7868V47.7708Z' fill='%2300B4D6'/%3E%3Cpath d='M140.868 10.6311C140.228 10.5032 139.812 9.86339 139.812 9.19162C139.812 8.3599 140.484 7.7041 141.3 7.7041C141.444 7.7041 141.7 7.73609 141.892 7.83206C141.892 7.83206 148.626 10.887 152.88 16.4852L152.768 16.6611C147.09 12.2146 140.868 10.6471 140.868 10.6471V10.6311Z' fill='%2300B4D6'/%3E%3Cpath d='M139.363 14.1026C138.74 13.9426 138.26 13.3828 138.228 12.695C138.196 11.8633 138.835 11.1436 139.667 11.1436C139.859 11.1436 140.131 11.1915 140.339 11.2715C140.339 11.2715 147.121 14.0226 151.375 19.2208L151.247 19.3648C145.313 15.1582 139.363 14.1026 139.363 14.1026Z' fill='%2300B4D6'/%3E%3Cpath d='M139.05 17.8595C138.442 17.6996 137.978 17.1557 137.962 16.5159C137.93 15.7002 138.554 14.9805 139.37 14.9805C139.418 14.9805 139.69 14.9805 139.945 15.0764C139.945 15.0764 146.487 17.7315 149.894 21.8742L149.782 22.0501C144.104 18.4193 139.066 17.8435 139.066 17.8435L139.05 17.8595Z' fill='%2300B4D6'/%3E%3Cpath d='M184.356 10.6311C184.996 10.5032 185.428 9.86339 185.428 9.19162C185.428 8.3599 184.74 7.7041 183.908 7.7041C183.78 7.7041 183.524 7.73609 183.316 7.83206C183.316 7.83206 176.583 10.887 172.328 16.4852L172.44 16.6611C178.118 12.2146 184.34 10.6471 184.34 10.6471L184.356 10.6311Z' fill='%2300B4D6'/%3E%3Cpath d='M185.879 14.1026C186.503 13.9426 186.983 13.3828 186.999 12.695C187.047 11.8633 186.391 11.1436 185.575 11.1436C185.383 11.1436 185.111 11.1915 184.903 11.2715C184.903 11.2715 178.122 14.0226 173.867 19.2208L173.995 19.3648C179.929 15.1582 185.895 14.1026 185.895 14.1026H185.879Z' fill='%2300B4D6'/%3E%3Cpath d='M186.157 17.8595C186.764 17.6996 187.228 17.1557 187.244 16.5159C187.292 15.7002 186.668 14.9805 185.869 14.9805C185.805 14.9805 185.549 14.9805 185.277 15.0764C185.277 15.0764 178.735 17.7315 175.328 21.8742L175.44 22.0501C181.102 18.4193 186.157 17.8435 186.157 17.8435V17.8595Z' fill='%2300B4D6'/%3E%3Cpath d='M274.626 60.1988L274.578 60.1348H271.523V75.5696H274.802V65.461C274.802 64.9332 274.802 64.3574 274.77 63.9095C274.802 63.9575 274.85 63.9895 274.882 64.0375L284.879 75.5536H287.934V60.1348H284.655V69.9395C284.655 70.4833 284.655 71.0431 284.687 71.491C284.479 71.2511 284.223 70.9632 283.951 70.6593L274.626 60.1668V60.1988Z' fill='%23222'/%3E%3Cpath d='M268.639 60.165H265.328V75.5679H268.639V60.165Z' fill='%23222'/%3E%3Cpath d='M317.062 73.5217C314.326 73.5217 311.591 72.642 310.248 71.3145L309.992 71.0905L308.312 72.9619L308.568 73.2178C310.008 74.4334 313.191 75.649 316.998 75.649C322.212 75.649 325.187 74.0975 325.187 71.3944C325.187 69.0432 322.612 68.2755 319.349 67.3318L318.565 67.1079C318.085 66.9639 317.621 66.8359 317.174 66.708C314.183 65.8443 312.199 65.2845 312.199 63.9089C312.199 62.6453 313.655 61.9416 316.294 61.9416H316.374C318.885 61.9416 321.364 62.9173 323.363 64.7087L323.795 65.1085V62.2615L323.763 62.1335L323.731 62.0535L323.683 62.0216C323.06 61.5897 319.973 59.9902 316.278 59.9902C311.527 59.9902 308.568 61.5257 308.568 64.0049C308.568 67.0759 313.175 68.1475 315.382 68.6593H315.43C315.702 68.7393 315.942 68.7873 316.118 68.8353L316.678 68.9952C320.229 69.9709 321.54 70.3388 321.54 71.4584C321.54 72.818 320.021 73.5057 317.03 73.5057L317.062 73.5217Z' fill='%23222'/%3E%3Cpath d='M248.693 75.5679H255.507C260.129 75.264 263.232 72.1131 263.232 67.7305C263.232 63.0601 260.033 60.165 254.883 60.165H246.773V73.7925C246.773 74.7842 247.621 75.5839 248.677 75.5839L248.693 75.5679ZM250.116 62.1804H254.835C258.114 62.1804 259.921 64.1637 259.921 67.7625C259.921 71.3613 258.13 73.5046 254.851 73.5046H250.116V62.1804Z' fill='%23222'/%3E%3Cpath d='M298.636 75.8399C303.707 75.8399 305.994 73.6966 307.066 72.657V66.643H299.116V68.9302H304.171V71.4254C303.147 72.9129 301.387 73.6167 298.636 73.6167C295.325 73.6167 293.358 71.3774 293.358 67.6026C293.358 64.1798 295.677 61.7966 299.004 61.7966C301.196 61.7966 303.387 62.7723 305.658 64.7876L306.266 65.2994V62.1005L306.106 61.9885C304.698 61.0448 302.443 59.7812 299.052 59.7812C293.566 59.7812 290.031 62.9322 290.031 67.8266C290.031 72.7209 293.662 75.8399 298.652 75.8399H298.636Z' fill='%23222'/%3E%3Cpath d='M219.784 75.9846C225.014 75.9846 228.661 72.6417 228.661 67.8273C228.661 63.0129 225.014 59.75 219.784 59.75C214.553 59.75 210.891 63.0609 210.891 67.9713C210.891 73.5054 215.353 75.9846 219.784 75.9846ZM219.768 61.8453C223.015 61.8453 225.286 64.3245 225.286 67.8753C225.286 71.4261 223.015 73.9373 219.768 73.9373C216.521 73.9373 214.217 71.4421 214.217 67.8753C214.217 64.3085 216.441 61.8453 219.768 61.8453Z' fill='%23222'/%3E%3Cpath d='M192.516 60.1348V75.5536H196.018V68.9798H205.327V75.5536H208.83V60.1348H205.327V66.7406H196.018V60.1348H192.516Z' fill='%23222'/%3E%3Cpath d='M234.237 60.1348H230.734V73.6183C230.734 74.6899 231.646 75.5696 232.766 75.5696H245.002V73.3783H234.221V60.1348H234.237Z' fill='%23222'/%3E%3Cpath d='M165.733 60.165H162.422V75.5519H165.733V60.165Z' fill='%23222'/%3E%3Cpath d='M132.971 75.9842C138.185 75.9842 141.832 72.6253 141.832 67.8429C141.832 63.0605 138.185 59.7656 132.971 59.7656C127.757 59.7656 124.078 63.0605 124.078 67.9869C124.078 73.521 128.541 76.0002 132.971 76.0002V75.9842ZM132.955 61.8449C136.202 61.8449 138.473 64.3241 138.473 67.8749C138.473 71.4257 136.202 73.9369 132.955 73.9369C129.708 73.9369 127.421 71.4417 127.421 67.8749C127.421 64.3081 129.644 61.8449 132.955 61.8449Z' fill='%23222'/%3E%3Cpath d='M176.877 75.9842C182.092 75.9842 185.738 72.6253 185.738 67.8429C185.738 63.0605 182.092 59.7656 176.877 59.7656C171.663 59.7656 167.984 63.0605 167.984 67.9869C167.984 73.521 172.447 76.0002 176.877 76.0002V75.9842ZM176.861 61.8449C180.108 61.8449 182.38 64.3241 182.38 67.8749C182.38 71.4257 180.108 73.9369 176.861 73.9369C173.615 73.9369 171.327 71.4417 171.327 67.8749C171.327 64.3081 173.551 61.8449 176.861 61.8449Z' fill='%23222'/%3E%3Cpath d='M114.56 75.6486C119.758 75.6486 122.749 74.0972 122.749 71.3941C122.749 69.0429 120.174 68.2911 116.927 67.3314L116.143 67.1075C115.663 66.9635 115.2 66.8356 114.752 66.7076C111.761 65.8439 109.777 65.2841 109.777 63.9086C109.777 62.645 111.233 61.9412 113.872 61.9412H113.968C116.479 61.9412 118.958 62.9169 120.958 64.7243L121.389 65.1082V62.2611L121.373 62.1332L121.341 62.0532L121.293 62.0212C120.67 61.5893 117.583 60.0059 113.888 60.0059C109.138 60.0059 106.179 61.5413 106.179 64.0045C106.179 67.0755 110.785 68.1472 112.992 68.659C113.296 68.723 113.536 68.7869 113.728 68.8349L114.288 68.9949C117.823 69.9706 119.15 70.3384 119.15 71.458C119.15 72.8176 117.631 73.5054 114.64 73.5054C111.921 73.5054 109.186 72.6257 107.826 71.2981L107.57 71.0742L105.891 72.9296L106.147 73.1855C107.602 74.4011 110.769 75.6167 114.576 75.6167L114.56 75.6486Z' fill='%23222'/%3E%3Cpath d='M152.168 75.8415C156.918 75.8415 159.141 73.6982 160.197 72.6745L160.325 72.4346L157.638 71.219L157.558 71.331C156.582 72.7865 154.823 73.4903 152.184 73.4903C149.385 73.4903 146.553 71.6669 146.553 67.6042C146.553 64.2613 148.985 61.9261 152.471 61.9261C154.903 61.9261 157.382 63.0937 159.077 65.0611L159.365 65.381V62.198L159.317 62.15C158.118 61.0144 155.702 59.7988 152.535 59.7988C146.873 59.7988 143.227 62.9498 143.227 67.8281C143.227 72.7065 146.985 75.8255 152.168 75.8255V75.8415Z' fill='%23222'/%3E%3Cpath d='M82.3934 66.627H76.1875V68.8182H82.3934V66.627Z' fill='%23222'/%3E%3Cpath d='M1.90337 75.5679H8.7011C13.3236 75.264 16.4425 72.129 16.4425 67.7305C16.4425 63.0601 13.2436 60.165 8.1093 60.165H0V73.7765C0 74.7682 0.863712 75.5679 1.90337 75.5679ZM3.32689 62.1964H8.04532C11.3242 62.1964 13.1316 64.1797 13.1316 67.7785C13.1316 71.3773 11.3402 73.5046 8.07731 73.5046H3.34289V62.1964H3.32689Z' fill='%23222'/%3E%3Cpath d='M87.4535 71.5381H95.051L96.7944 75.5688H100.345L93.4515 60.1819L93.4035 60.0859H89.3569L82.3672 75.5688H85.6941L87.4375 71.5381H87.4535ZM90.6204 64.3245C90.7324 64.0846 90.8604 63.7327 91.0043 63.3808L91.0363 63.3169C91.1483 63.045 91.2602 62.7571 91.3562 62.5171C91.4522 62.7411 91.5481 62.997 91.6601 63.2529C91.82 63.6527 92.012 64.1326 92.1239 64.3885L94.1073 69.3948H88.4292L90.6364 64.3405L90.6204 64.3245Z' fill='%23222'/%3E%3Cpath d='M40.9579 65.4753C40.9579 64.9474 40.9579 64.3716 40.9259 63.9238C40.9579 63.9718 40.9898 64.0037 41.0378 64.0517L51.0345 75.5679H54.0895V60.165H50.8266V69.9698C50.8266 70.5136 50.8266 71.0574 50.8586 71.5213C50.6506 71.2813 50.3947 70.9934 50.1228 70.7055L40.8139 60.213L40.7659 60.165H37.7109V75.5839H40.9739V65.4913L40.9579 65.4753Z' fill='%23222'/%3E%3Cpath d='M26.729 75.9842C31.9432 75.9842 35.59 72.6253 35.59 67.8429C35.59 63.0605 31.9432 59.7656 26.729 59.7656C21.5147 59.7656 17.8359 63.0605 17.8359 67.9709C17.8359 73.5051 22.2984 75.9842 26.729 75.9842ZM26.697 61.8449C29.9439 61.8449 32.2151 64.3241 32.2151 67.8749C32.2151 71.4257 29.9439 73.9369 26.697 73.9369C23.4501 73.9369 21.1628 71.4417 21.1628 67.8749C21.1628 64.3081 23.3861 61.8449 26.697 61.8449Z' fill='%23222'/%3E%3Cpath d='M64.7774 75.8415C69.8477 75.8415 72.0709 73.6982 73.1266 72.6745L73.1906 72.5466V66.6605H65.2572V68.9318H70.3115V71.4269C69.2879 72.9144 67.5285 73.6182 64.7774 73.6182C61.4665 73.6182 59.4991 71.379 59.4991 67.6042C59.4991 64.1973 61.8184 61.7982 65.1293 61.7982C67.3205 61.7982 69.4958 62.7738 71.767 64.7892L72.3429 65.301L72.3748 62.1181L72.2149 62.0061C70.8074 61.0624 68.5521 59.7988 65.1772 59.7988C59.7071 59.7988 56.1562 62.9498 56.1562 67.8281C56.1562 72.7065 59.787 75.8255 64.7774 75.8255V75.8415Z' fill='%23222'/%3E%3C/svg%3E%0A");
    background-size: 80%;
}
.chart-circle .graph {
    position: relative;
    margin: 0 auto;
    width: 31.5vw;
    height: 31.5vw;
    max-width: 37.8rem;
    max-height: 37.8rem;
    transform-origin: center;
}
.chart-circle .chart-pie {
    position: absolute;
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    transform-origin: center;
}
.chart-circle .pie {
    transform-origin: center;
    fill: none;
    stroke-width: 40;
}
.chart-circle .tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    min-width: 10.5rem;
    height: 5.2rem;
    padding: 1rem 1.6rem;
    background-color: #222;
    text-align: center;
    border-radius: 0.8rem;
    box-shadow: 0.1rem 0.4rem 0.4rem rgba(34, 34, 34, 0.2);
    z-index: 10;
}
.chart-circle .tooltip[data-dic=top]:before {
    bottom: 100%;
    top: auto;
}
.chart-circle .tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    background-color: #222;
    margin: -0.56rem auto;
    transform: rotate(45deg);
    box-shadow: 0.1rem 0.4rem 0.4rem rgba(34, 34, 34, 0.2);
}
.chart-circle .tooltip span {
    font-size: 1.2rem;
    color: #fff;
}
.chart-circle .tooltip .graph-data {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.4rem;
    color: #fff;
}

.investment .tab-type-a a {
    padding: 1rem 1.6rem;
}
.investment .data-head .title-s3 {
    margin-top: 5rem;
    display: block;
}
.investment .data-head .unit {
    margin-top: 2rem;
    color: #888;
    font-size: 1.6rem;
}
.investment .inquiry-notice-box {
    position: relative;
    margin-top: 8rem;
    padding: 5rem 8rem;
    border-radius: 2rem;
    background-color: #162da1;
    color: #fff;
    overflow: hidden;
}
.investment .inquiry-notice-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.investment .inquiry-notice-content {
    margin-top: 5rem;
    display: flex;
    gap: 15.3rem;
}
.investment .inquiry-notice-content .text-3 {
    font-weight: 400;
}
.investment .inquiry-notice-content .text-1 {
    line-height: 1.7;
    font-weight: 600;
}
.investment .inquiry-notice-text {
    position: relative;
}
.investment-finance .finance-stats-chart {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}
.investment-finance .finance-stats-chart .chart-vertical {
    width: calc((100% - 6rem) / 3);
}
.investment-governance .chart-line img {
    width: 100%;
}
.investment-governance .governance-rule-table .rule-item {
    height: 22rem;
}
.investment-governance .governance-rule-table .rule-item a {
    padding-right: 4rem;
}
.investment-governance .stock-current-box {
    padding: 4rem 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    background-color: #fff;
}
.investment-governance .stock-current-box ul {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: 500;
}
.investment-governance .stock-current-box .dt {
    color: #444;
}
.investment-governance .stock-current-box .line {
    margin: 0 6rem;
    width: 1px;
    height: 4rem;
    background-color: #dbdbdb;
}
.investment-governance .stock-current-box .down {
    padding-left: 1.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08417 0.500001L0.915833 0.5C0.52025 0.5 0.281329 0.937623 0.495243 1.27038L4.07941 6.84575C4.27623 7.15191 4.72377 7.15191 4.92059 6.84575L8.50476 1.27038C8.71867 0.937625 8.47975 0.500001 8.08417 0.500001Z' fill='%23162DA1'/%3E%3C/svg%3E%0A") no-repeat 0 50%/1.2rem;
    color: #162da1;
}
.investment-governance .stock-current-box .up {
    padding-left: 1.6rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915833 7.5L8.08417 7.5C8.47975 7.5 8.71867 7.06238 8.50476 6.72962L4.92059 1.15425C4.72377 0.848089 4.27623 0.848089 4.07941 1.15425L0.495243 6.72962C0.281329 7.06238 0.52025 7.5 0.915833 7.5Z' fill='%23FF4002'/%3E%3C/svg%3E%0A") no-repeat 0 50%/1.2rem;
    color: #ff4002;
}
.investment-governance .stock-current-box li:not(.current-price) .dt {
    padding-bottom: 0.8rem;
}
.investment-governance .stock-current-box .current-price {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.investment-governance .stock-current-box .current-price .dd {
    font-size: 3rem;
}
.investment-governance .stock-list {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.investment-governance .stock-list > li {
    padding: 3.8rem 4.1666666667%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.8rem;
    width: calc((100% - 6rem) / 3);
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    font-weight: 500;
}
.investment-governance .stock-list > li .name {
    color: #444;
    font-size: 1.8rem;
    line-height: 3.6rem;
}
.investment-governance .stock-list > li .price {
    font-size: 3rem;
    font-weight: 500;
}
.investment-governance .stock-list > li span {
    margin-top: 0.8rem;
    display: block;
    font-size: 1.8rem;
}
.investment-governance .stock-price-table {
    display: flex;
    gap: 3rem;
}
.investment-governance .stock-price-table .tab-type-a {
    width: 50%;
}
.investment-governance .stockholder-meeting-info {
    color: #444;
}
.investment-governance .stockholder-meeting-info b {
    color: #000081;
    font-weight: 500;
}
.investment-governance .stockholder-meeting-data-list {
    margin-top: 5rem;
}
.investment-governance .sub-head {
    padding-bottom: 12rem;
}
.investment-governance .sub-visual {
    position: relative;
    padding: 16rem 14rem;
    color: #fff;
    font-weight: 600;
    border-radius: 1.8rem;
    overflow: hidden;
}
.investment-governance .sub-visual .visual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.investment-governance .sub-visual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.investment-governance .sub-visual .content {
    position: relative;
}
.investment-governance .by-year {
    margin-top: 7rem;
    border-bottom: 2px solid #e5e5e5;
}
.investment-governance .by-year .year-list {
    text-align: center;
    font-size: 0;
}
.investment-governance .by-year li {
    position: relative;
    display: inline-block;
    margin: 0 1.6rem;
}
.investment-governance .by-year li.on:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000081;
}
.investment-governance .by-year li.on a {
    color: #000081;
    font-weight: 600;
}
.investment-governance .by-year a {
    display: block;
    padding-bottom: 2rem;
    color: #aaa;
    font-weight: 500;
    font-size: 2.4rem;
}
.investment-governance .year-content {
    display: none;
}
.investment-governance .year-content.on {
    display: block;
}
.investment-governance .stockholder-return-info {
    display: flex;
    gap: 3rem;
}
.investment-governance .return-item {
    padding: 7rem 5rem;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 2rem;
    overflow: hidden;
    text-align: center;
}
.investment-governance .return-item .ico {
    display: block;
    margin: 0 auto;
    width: 44.4444444444%;
    background: #fff no-repeat 50% 50%/auto;
    border-radius: 50%;
}
.investment-governance .return-item .ico:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.investment-governance .return-item .title-s2 {
    display: block;
    margin-top: 2.8rem;
}
.investment-governance .return-item .text-1 {
    margin-top: 2.6rem;
    color: #777;
    word-break: keep-all;
}
.investment-governance .return-item-1 .ico {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0625 65.1138L26.8437 63.6014C28.7674 62.8319 30.9145 62.8387 32.8332 63.6204L44.9642 68.5627C46.9968 69.3908 49.2803 69.3474 51.2799 68.4428L73.0325 58.6024C74.9926 57.7157 75.8228 55.3774 74.8607 53.4533V53.4533C73.9513 51.6345 71.7688 50.8572 69.9145 51.6916L59.6735 56.3001' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16.2812 50.2102L27.6872 45.322C29.5097 44.5409 31.5574 44.4645 33.4331 45.1076L50.9932 51.1282C52.811 51.7514 53.8117 53.6995 53.2595 55.5401V55.5401C52.6851 57.4548 50.6531 58.5273 48.7483 57.9212L37.2987 54.2781' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3.39844 53.5461V74.7653C3.39844 76.2521 4.96306 77.2191 6.29286 76.5542L21.9967 68.7022C22.9659 68.2177 23.3729 67.0495 22.9147 66.0676L15.0717 49.2612C14.6126 48.2773 13.4524 47.8395 12.4577 48.2746L4.5968 51.7138C3.86883 52.0323 3.39844 52.7515 3.39844 53.5461Z' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M49.5625 18.8682L52.5827 30.4658L56.8111 18.8682L61.0394 30.4658L64.0596 18.8682' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.1172 24.2695L65.5137 24.2695' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='56.815' cy='24.1402' r='15.815' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M56.8199 46.2821C62.6921 46.2821 68.3237 43.9493 72.476 39.7971C76.6282 35.6449 78.9609 30.0132 78.9609 24.141C78.9609 18.2689 76.6282 12.6372 72.476 8.48496C68.3237 4.33271 62.6921 2 56.8199 2' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57.4297 43.374L54.7032 46.1005L57.4297 48.8269' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 47.1875%;
}
.investment-governance .return-item-2 .ico {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 33V45' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 45V39H57V45' stroke='%23444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='13' cy='56' r='7' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M1 78V76C1 69.3726 6.37258 64 13 64V64C19.6274 64 25 69.3726 25 76V78' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='57' cy='56' r='7' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M45 78V76C45 69.3726 50.3726 64 57 64V64C63.6274 64 69 69.3726 69 76V78' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='35' cy='56' r='7' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Cpath d='M47 76V79H23V76C23 69.3726 28.3726 64 35 64C41.6274 64 47 69.3726 47 76Z' fill='white'/%3E%3Cpath d='M23 78V76C23 69.3726 28.3726 64 35 64V64C41.6274 64 47 69.3726 47 76V78' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='16' y='9' width='39' height='21' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M19 5L52 5' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M24 1L47 1' stroke='%23444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M32 13H47.7758C48.8061 14.6259 51 15.7857 51 15.7857V23.2143C49.0434 24.233 47.7758 26 47.7758 26H32' stroke='%23444' stroke-width='2'/%3E%3Cpath d='M39 13H23.2242C22.1939 14.6259 20 15.7857 20 15.7857V23.2143C21.9566 24.233 23.2242 26 23.2242 26H39' stroke='%23444' stroke-width='2'/%3E%3Ccircle cx='35.5' cy='19.5' r='3.5' fill='white' stroke='%23444' stroke-width='2'/%3E%3Ccircle cx='27.5' cy='19.5' r='1.5' fill='%23444'/%3E%3Ccircle cx='43.5' cy='19.5' r='1.5' fill='%23444'/%3E%3C/svg%3E%0A");
    background-size: 42.5%;
}
.investment-governance .return-item-3 .ico {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 76 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='73' width='76' height='2' rx='1' fill='%23444'/%3E%3Crect x='4' y='49' width='14' height='25' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='22' y='33' width='14' height='41' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='40' y='44' width='14' height='30' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='58' y='28' width='14' height='46' stroke='%23444' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M11 29L29 11L47 24L65 6' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='29' cy='11' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='47' cy='24' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='65' cy='6' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3Ccircle cx='11' cy='29' r='5' fill='white' stroke='%23FF0000' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 50%;
}
.investment-governance .table-wrap {
    position: relative;
}
.investment-governance .table-legend {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    font-size: 1.4rem;
    color: #444;
    gap: 1.6rem;
}
.investment-governance .table-legend .color:before {
    content: "";
    display: inline-block;
    margin-right: 0.25rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    text-indent: -1000000em;
    font-size: 0;
    vertical-align: middle;
}
.investment-governance .table-legend .color-a:before {
    background-color: #162da1;
}
.investment-governance .table-legend .color-b:before {
    background-color: #00b4d6;
}
.investment-governance .director-info {
    position: relative;
    margin-top: 4rem;
    display: flex;
    gap: 2rem;
}
.investment-governance .director-info.n3 .director-info-item {
    width: 28.7152777778%;
}
.investment-governance .director-info.n4 .director-info-item {
    width: 19.1435185185%;
}
.investment-governance .director-info-item {
    position: relative;
    min-height: 51rem;
    background-color: #f3f7fa;
    border-radius: 2rem;
    transition: width 0.3s;
}
.investment-governance .director-info-item.on {
    width: 42.5694444444% !important;
    background-color: #162da1;
    color: #fff;
    opacity: 1;
}
.investment-governance .director-info-item.on .director-info-dl {
    display: flex;
    width: 100%;
}
.investment-governance .director-info-item a {
    padding: 4.8rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.investment-governance .director-info-item a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(20% + 1.1rem);
    height: 0;
    margin: auto;
    width: 2.4rem;
    border-top: 2px solid #162da1;
}
.investment-governance .director-info-item a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
    width: 0;
    height: 2.4rem;
    border-right: 2px solid #162da1;
}
.investment-governance .director-info-item .bullet-type-a li:before {
    background-color: #fff;
}
.investment-governance .director-info-item .director-info-dl {
    padding-top: 3.2rem;
    flex-wrap: wrap;
    display: none;
}
.investment-governance .director-info-item .director-info-dl > li {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
    font-weight: 300;
}
.investment-governance .director-info-item .director-info-dl > li.role {
    width: 100%;
}
.investment-governance .director-info-item .director-info-dl > li.career {
    padding-top: 2rem;
    margin-top: 2rem;
    margin-left: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}
.investment-governance .director-info-item .director-info-dl > li.career strong {
    display: block;
    width: 100%;
}
.investment-governance .director-info-item .director-info-dl strong {
    padding-right: 1.2rem;
    font-weight: 600;
}
.investment-governance .director-info-item .director-info-dl .career-text {
    white-space: pre-line;
}
.investment-governance .director-profile {
    text-align: center;
}
.investment-governance .director-profile .photo {
    margin: 0 auto;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='45' cy='45' r='45' fill='white'/%3E%3Ccircle cx='45' cy='33' r='15' fill='%23DBDBDB'/%3E%3Cmask id='mask0_2636_18608' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='90' height='90'%3E%3Ccircle cx='45' cy='45' r='45' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2636_18608)'%3E%3Crect x='15' y='54' width='60' height='60' rx='20' fill='%23DBDBDB'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
}
.investment-governance .director-profile .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.investment-governance .director-profile .name {
    margin-top: 1.2rem;
}

@media (hover: hover) and (pointer: fine) {
    .chart-content .axis-x .data-bar:hover .tooltip {
        opacity: 1;
    }
}
@media screen and (max-width: 1200px) {
    .investment-governance .stock-current-box {
        padding: 3.5rem 3rem;
    }
    .investment-governance .stock-current-box .line {
        margin: 0 3rem;
    }
    .investment-governance .stock-list {
        gap: 2rem;
    }
    .investment-governance .stock-list > li {
        padding: 3.5rem 3rem;
        width: calc((100% - 4rem) / 3);
        gap: 1.5rem;
    }
    .investment-governance .stock-price-table {
        display: flex;
        gap: 3rem;
    }
}
@media screen and (max-width: 992px) {
    .investment-finance .finance-stats-chart {
        gap: 2rem;
    }
    .investment-finance .finance-stats-chart .chart-vertical {
        width: calc((100% - 3rem) / 2);
    }
    .investment-governance .stock-current-box {
        padding: 3.8rem 3rem;
        display: block;
    }
    .investment-governance .stock-current-box .line {
        display: none;
    }
    .investment-governance .stock-current-box ul {
        display: flex;
        font-size: 1.6rem;
        justify-content: flex-start;
        gap: 1.6rem;
    }
    .investment-governance .stock-current-box .right {
        border-top: 1px solid #dbdbdb;
        margin-top: 2.8rem;
        padding-top: 2.8rem;
    }
    .investment-governance .stock-current-box .current-price {
        width: 100%;
    }
    .investment-governance .stock-current-box .current-price .dt {
        min-width: 20%;
    }
    .investment-governance .stock-current-box .current-price .dd {
        font-size: 2.4rem;
    }
    .investment-governance .stock-current-box li:not(.current-price) {
        min-width: 20%;
    }
    .investment-governance .stock-list {
        margin-top: 0.8rem;
        gap: 0.8rem;
    }
    .investment-governance .stock-list > li {
        padding: 3.5rem 2.8rem;
        width: 100%;
        gap: 3.5rem;
    }
    .investment-governance .stock-list .name {
        min-width: 10rem;
    }
    .investment-governance .stock-price-table {
        display: flex;
        gap: 3rem;
        flex-wrap: wrap;
    }
    .investment-governance .sub-visual {
        padding: 10vw 8vw;
    }
    .investment-governance .stockholder-return-info {
        gap: 2rem;
    }
    .investment-governance .return-item {
        padding: 5rem 3rem;
    }
    .investment-governance .director-info {
        gap: 1rem;
    }
    .investment-governance .director-info-item a {
        padding: 2rem 2.2rem;
    }
}
@media screen and (max-width: 766px) {
    /*investment*/
    .data-wrap.bg-a {
        padding: 6.4rem 0;
    }
    .data-wrap + .data-wrap {
        margin-top: 6.4rem;
    }
    .data-head {
        margin-bottom: 1.6rem;
        display: block;
    }
    .data-head .tab-type-a {
        margin-top: 2.8rem;
    }
    /*그래프*/
    .chart-circle .chart-cate {
        position: relative;
        display: block;
    }
    .chart-circle .chart-cate li {
        position: relative;
        width: 100%;
        max-width: none;
        margin-top: 2.3rem;
    }
    .chart-circle .chart-cate .right {
        text-align: left;
    }
    .chart-circle .chart-cate .right .point {
        width: 1.5rem;
        height: 1.5rem;
        left: auto;
        right: 0;
    }
    .chart-circle .chart-cate .point {
        width: 1.5rem;
        height: 1.5rem;
    }
    .chart-circle .chart-cate .ratio {
        margin-bottom: 0;
        padding-bottom: 1.5rem;
    }
    .chart-circle .chart-cate .ratio .graph-data {
        font-size: 3rem;
    }
    .chart-circle .chart-cate .ratio span {
        font-size: 2rem;
    }
    .chart-circle .chart-cate .name {
        position: absolute;
        bottom: 2.3rem;
        right: 0;
        padding-left: 50%;
        font-size: 1.5rem;
        text-align: right;
    }
    .chart-circle .graph {
        margin: 2.8rem auto;
        width: 48.8888888889vw;
        height: 48.8888888889vw;
    }
    .chart-vertical .chart-head {
        padding-bottom: 3rem;
    }
    .chart-vertical .chart-head .unit {
        font-size: 1.2rem;
    }
    .chart-vertical .chart-head h4 {
        font-size: 1.8rem;
    }
    .chart-vertical .chart-content {
        height: 20rem;
    }
    .chart-vertical .chart-content .axis-x-item .name {
        top: 20.8rem;
        font-size: 1.2rem;
    }
    .investment .tab-type-a a {
        padding: 1rem 1.2rem;
    }
    .investment .data-wrap.pb-0x {
        margin-bottom: -9rem;
    }
    .investment .data-wrap:nth-child(1) {
        padding: 6.4rem 0;
        background-color: #f7f7f7;
    }
    .investment .data-head .title-s3 {
        margin-top: 3rem;
    }
    .investment .data-head .unit {
        margin-top: 0.8rem;
        font-size: 1.2rem;
    }
    .investment .table-type-b > li a {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .investment .table-type-b > li .date-td,
    .investment .table-type-b > li .title-td {
        width: 100%;
    }
    .investment .table-type-b > li .date-td {
        border: 0;
    }
    .investment .inquiry-notice-box {
        margin-top: 5.6rem;
        padding: 4rem 3rem;
    }
    .investment .inquiry-notice-content {
        margin-top: 3.4rem;
        flex-direction: column;
        gap: 2.4rem;
    }
    .investment .inquiry-notice-content .text-3 {
        font-size: 1.2rem;
    }
    .investment .inquiry-notice-content .text-1 {
        line-height: 1.7;
        font-weight: 600;
    }
    .investment-ir-1 {
        margin-bottom: -10rem;
    }
    .investment-ir-1 .data-wrap:nth-child(1) {
        padding-bottom: 10rem;
    }
    .investment-governance .stock-current-box li:not(.current-price) {
        min-width: 40%;
    }
    .investment-governance .stock-current-box .current-price .dt {
        min-width: 40%;
    }
    .investment-governance .sub-head {
        padding-bottom: 6.4rem;
    }
    .investment-governance .sub-visual {
        padding: 10.8rem 1.6rem;
    }
    .investment-governance .by-year {
        margin: 2rem -1.6rem 0;
        white-space: nowrap;
        overflow-x: auto;
    }
    .investment-governance .by-year a {
        font-size: 1.5rem;
    }
    .investment-governance .stockholder-return-info {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    .investment-governance .chart-line img {
        width: 800px;
    }
    .investment-governance .chart-line .scr-eff-active {
        width: 800px;
    }
    .investment-governance .return-item {
        width: 100%;
        padding: 4rem 1rem;
    }
    .investment-governance .return-item .ico {
        width: 14rem;
        height: 14rem;
    }
    .investment-governance .table-legend {
        position: static;
        font-size: 1.2rem;
        text-align: right;
        justify-content: flex-end;
        gap: 1.6rem;
    }
    .investment-governance .table-legend .color:before {
        width: 1rem;
        height: 1rem;
    }
    .investment-governance .esg-table .scr-x-table {
        min-width: 61.7rem;
    }
    .investment-governance .governance-rule-table .rule-item {
        position: relative;
        height: auto;
    }
    .investment-governance .governance-rule-table .rule-item:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    .investment-governance .governance-rule-table .rule-item a {
        position: absolute;
        padding: 2rem;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .investment-governance .meeting-data-item {
        width: 100%;
    }
    .investment-governance .meeting-data-item a {
        padding: 2.4rem;
        background-position: calc(100% - 2.4rem) 50%;
    }
    .investment-governance .director-info {
        display: block;
        margin-top: 0;
    }
    .investment-governance .director-profile {
        width: 100%;
    }
    .investment-governance .director-info-item {
        height: auto;
        min-height: auto;
        width: 100% !important;
    }
    .investment-governance .director-info-item + .director-info-item {
        margin-top: 0.8rem;
    }
    .investment-governance .director-info-item .director-info-dl > li.career {
        padding-top: 1.2rem;
        margin-top: 1.2rem;
    }
    .investment-governance .director-info-item .photo {
        display: none;
        width: 9rem;
        height: 9rem;
    }
    .investment-governance .director-info-item .name {
        margin-top: 0;
        font-size: 1.8rem;
        text-align: left;
    }
    .investment-governance .director-info-item a {
        padding: 2rem;
    }
    .investment-governance .director-info-item a:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 2rem;
        width: 2rem;
    }
    .investment-governance .director-info-item a:after {
        top: 0;
        bottom: 0;
        left: auto;
        right: 3rem;
        margin-right: -1px;
        height: 2rem;
    }
    .investment-governance .director-info-item.on {
        width: 100% !important;
    }
    .investment-governance .director-info-item.on + .director-info-item {
        margin-top: 2.8rem;
    }
    .investment-governance .director-info-item.on a {
        padding: 4rem 2rem;
    }
    .investment-governance .director-info-item.on a:before, .investment-governance .director-info-item.on a:after {
        display: none;
    }
    .investment-governance .director-info-item.on .photo {
        display: block;
    }
    .investment-governance .director-info-item.on .name {
        margin-top: 1.2rem;
        font-size: 2.4rem;
        text-align: center;
    }
    .investment-finance .finance-stats-chart {
        gap: 0.8rem;
    }
    .investment-finance .finance-stats-chart .chart-vertical {
        padding: 2.8rem 2.8rem 6rem;
        width: 100%;
    }
}
/*pr-center*/
.pr-center .page-menu-list .tab-item:nth-child(4) a:after {
    content: "";
    margin-left: 0.4rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.3rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23aaa' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.pr-center-media .media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.pr-center-media .media-item {
    width: calc((100% - 6rem) / 3);
}
.pr-center-media .media-item .thumb {
    border-radius: 2rem;
    overflow: hidden;
}
.pr-center-media .media-item .date {
    margin-top: 2.8rem;
}
.pr-center-media .media-item .title-s2 {
    margin-top: 1.6rem;
}
.pr-center-media .media-item img {
    transition: transform 1.3s ease-in;
}
.pr-center-media .media-item:nth-of-type(n + 4) {
    margin-top: 5rem;
}
.pr-center-news .news-item {
    position: relative;
}
.pr-center-news .news-item a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    transition: margin 0.3s ease-in, transform 0.3s ease;
    border-radius: 2rem;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
}
.pr-center-news .news-item a:hover {
    background-color: rgba(22, 45, 161, 0.9);
}
.pr-center-news .news-item a:hover img {
    scale: 1.1;
}
.pr-center-news .news-item a .info {
    position: relative;
}
.pr-center-news .news-item a img {
    object-fit: cover;
    vertical-align: middle;
    transition: scale 0.3s ease;
    width: 100%;
}
.pr-center-news .news-item .thumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.pr-center-news .news-item .thumb-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 45, 161, 0.9);
}
.pr-center-news .news-item .thumb {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.pr-center-news .news-item .thumb:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pr-center-news .news-item .title-s2 {
    margin-top: 1.6rem;
}
.pr-center-news .news-item .text-1 {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-top: 3.6rem;
    max-height: 23rem;
}
.pr-center-news .news-item .date {
    margin-top: 2.8rem;
}
.pr-center-detail .section-contents {
    padding-top: 14rem !important;
}
.pr-center-detail .detail {
    /*
    241125 http://dev2.osiu.kr:9071/kr/board/csr/detail?bbSeq=1304
    line-height: 1.4;
    */
}
.pr-center-detail .detail-head {
    padding-bottom: 5rem;
    border-bottom: 1px solid #e5e5e5;
}
.pr-center-detail .detail-head .brand {
    padding: 0 1.6rem;
    display: inline-block;
    height: 4.5rem;
    line-height: 4.5rem;
    border: 1px solid #162da1;
    border-radius: 5rem;
    color: #162da1;
    font-size: 1.8rem;
    font-weight: 700;
}
.pr-center-detail .detail-head .date {
    margin-top: 5rem;
    color: #aaa;
    font-weight: 700;
    font-size: 1.8rem;
}
.pr-center-detail .detail-head .date span {
    position: relative;
    margin-left: 1.2rem;
    padding-left: 1.1rem;
}
.pr-center-detail .detail-head .date span::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 1.2rem;
    background-color: #e5e5e5;
}
.pr-center-detail .detail-head .date span em {
    color: #162da1;
}
.pr-center-detail .detail-head .title-h3 {
    margin-top: 1.6rem;
}
.pr-center-detail .detail-content {
    padding: 5rem 0;
    line-height: 2.4;
    font-size: 1.8rem;
}
.pr-center-detail .detail-content .img-wrap {
    margin-bottom: 2.8rem;
}
.pr-center-detail .detail-txt {
    margin-top: 5.7rem;
}
.pr-center-detail .detail-footer {
    border-top: 1px solid #e5e5e5;
}
.pr-center-detail .detail-footer .bottom-btn-wrap {
    position: relative;
}

.pr-center-detail .detail-footer .btn-page {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 2.1rem;
    color: #777;
    font-size: 1.8rem;
}
.pr-center-detail .detail-footer .btn-page.prev {
    left: 0;
}
.pr-center-detail .detail-footer .btn-page.prev:before {
    content: "";
    margin-top: -0.3rem;
    margin-right: 1rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.pr-center-detail .detail-footer .btn-page.next {
    right: 0;
}
.pr-center-detail .detail-footer .btn-page.next:after {
    content: "";
    margin-top: -0.3rem;
    margin-left: 1rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.pr-center-detail .detail-footer .btn-page.on {
    color: #000081;
}
.pr-center-detail .detail-footer .btn-page.on:before, .pr-center-detail .detail-footer .btn-page.on:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 6L21.5 12L15.5 18' stroke='%23222081' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 12H3' stroke='%23222081' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.pr-center-contribution .contribution-item a {
    display: block;
    padding: 10.8695652174%;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    transition: margin 0.3s ease-in, transform 0.3s ease;
    border-radius: 2rem;
    background-color: #fff;
    overflow: hidden;
}
.pr-center-contribution .contribution-item .title-s2 {
    min-height: 8.4rem;
}
.pr-center-contribution .contribution-item .thumb-wrap {
    font-size: 0;
}
.pr-center-contribution .contribution-item .thumb {
    position: relative;
    margin-top: 2.8rem;
    width: 100%;
    padding-top: 57.5%;
    border-radius: 1.2rem;
    overflow: hidden;
}
.pr-center-contribution .contribution-item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 1.2s ease-in;
}
.pr-center-contribution .contribution-item .text-1 {
    margin-top: 6%;
    min-height: 9.6rem;
}
.pr-center-contribution .contribution-item .date {
    margin-top: 2.8rem;
}

.pop-youtube {
    background-color: #222;
}
.pop-youtube .popup-head {
    color: #fff;
}
.pop-youtube .popup-head .btn-close {
    top: 0.5rem;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2207 36.4082L36.3962 1.22812' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.5957 1.60352L36.7712 36.7836' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.pop-youtube .popup-inner {
    padding: 0;
    max-width: 120rem;
    width: 100%;
    background-color: transparent;
}
.pop-youtube .youtube {
    position: relative;
    margin-top: 5rem;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 2rem;
    overflow: hidden;
    font-size: 0;
}
.pop-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .pr-center .media-item:hover img {
        transform: scale(1.22);
    }
    .pr-center .news-item:hover a {
        box-shadow: 1rem 1rem 3.2rem rgba(34, 34, 34, 0.24);
        border: 0;
    }
    .pr-center .news-item:hover .thumb-wrap {
        opacity: 1;
    }
    .pr-center .news-item:hover .brand {
        border-color: #fff;
        color: #fff;
    }
    .pr-center .news-item:hover .text-1 {
        color: #fff;
    }
    .pr-center .news-item:hover .date {
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23fff' stroke-width='1.5'/%3E%3Crect x='9.5' y='5' width='1.5' height='6' rx='0.75' fill='%23fff'/%3E%3Crect x='5' y='11' width='1.5' height='6' rx='0.75' transform='rotate(-90 5 11)' fill='%23fff'/%3E%3C/svg%3E");
    }
    .pr-center .news-item:hover .title-s2 {
        color: #fff;
    }
    .pr-center .news-item:hover .title-s2 span {
        border-bottom: 2px solid #fff;
    }
    .pr-center .contribution-item:hover a {
        background-color: #162da1;
        border-color: #162da1;
        transition: all 0.5s ease;
        box-shadow: 1rem 1rem 3.2rem rgba(22, 45, 161, 0.24);
    }
    .pr-center .contribution-item:hover .text-1,
    .pr-center .contribution-item:hover .date,
    .pr-center .contribution-item:hover .title-s2 {
        color: #fff;
    }
    .pr-center .contribution-item:hover .thumb img {
        transform: scale(1.22);
    }
    .pr-center .contribution-item:hover .date {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%23fff' stroke-width='1.5'/%3E%3Crect x='9.5' y='5' width='1.5' height='6' rx='0.75' fill='%23fff'/%3E%3Crect x='5' y='11' width='1.5' height='6' rx='0.75' transform='rotate(-90 5 11)' fill='%23fff'/%3E%3C/svg%3E");
    }
}
@media screen and (max-width: 1350px) {
    .pr-center-news .news-item .title-s2 {
        margin-top: 1rem;
        font-size: 2.4rem;
        line-height: 3.6rem;
        font-weight: 700;
    }
    .pr-center-news .news-item .text-1 {
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 992px) {
    .pr-center-media .media-list {
        gap: 3rem;
    }
    .pr-center-media .media-item {
        width: calc((100% - 3rem) / 2);
    }
    .pr-center-media .media-item:nth-of-type(n + 3) {
        margin-top: 4rem;
    }
}
@media screen and (max-width: 766px) {
    .pr-center-detail .detail-head {
        position: relative;
    }
    .pr-center-detail .detail-head .ico_share {
        position: absolute;
        right: 0;
        bottom: 2.8rem;
    }
    .pr-center-detail .detail-head .date span {
        display: none;
    }
    .pr-center .page-menu-list .tab-item:nth-child(4) a:after {
        width: 0.8rem;
        height: 0.8rem;
    }
    .pr-center-media .media-list {
        gap: 0;
    }
    .pr-center-media .media-item {
        width: 100%;
    }
    .pr-center-media .media-item:nth-of-type(n + 2) {
        margin-top: 4rem;
    }
    .pr-center-media .media-item .title-s2 {
        margin-top: 1rem;
    }
    .pr-center-media .media-item .date {
        margin-top: 1.6rem;
    }
    .pr-center-contribution .contribution-item .title-s2 {
        min-height: auto;
    }
    .pr-center-contribution .contribution-item a {
        padding: 3rem;
    }
    .pr-center-contribution .contribution-item .text-1 {
        margin-top: 2rem;
        min-height: auto;
    }
    .pr-center-contribution .contribution-item .thumb {
        margin-top: 1.2rem;
    }
    .pr-center-news .news-item .text-1 {
        margin-top: 2rem;
    }
    .pr-center-news .news-item .date {
        bottom: 3rem;
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
    .pr-center-news .news-list.list-type-a {
        gap: 2rem;
    }
    .pr-center-detail .section-contents {
        padding-top: 10rem !important;
    }
    .pr-center-detail .detail-head {
        padding-bottom: 2.8rem;
    }
    .pr-center-detail .detail-head .brand {
        height: 3.8rem;
        line-height: 3.8rem;
        font-size: 1.2rem;
    }
    .pr-center-detail .detail-head .date {
        margin-top: 1.6rem;
        font-size: 1.3rem;
    }
    .pr-center-detail .detail-content {
        padding: 2.8rem 0;
        font-size: 1.5rem;
    }
    .pr-center-detail .detail-footer .btn-page {
        font-size: 1.4rem;
    }
    .pr-center-detail .detail-footer .btn-page.next:after,
    .pr-center-detail .detail-footer .btn-page.prev:before {
        width: 1.3rem;
        height: 1.3rem;
    }
    .pop-youtube .youtube {
        margin-top: 0.8rem;
    }
}
/*241125*/
.pr-center-news .news-item .title-s2 span {
    display: block;
    height: 7.8rem;
}

@media screen and (max-width: 766px) {
    .pr-center-news .news-item .title-s2 span {
        display: inline;
        height: auto;
    }
}
/*etc*/
.a11y-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.location_box {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 144rem;
    margin: 0 auto;
    margin-top: 3rem;
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
.location_box a {
    color: #fff;
}
.location_box span {
    display: flex;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    align-items: center;
    font-size: 1.4rem;
}
.location_box span:last-child {
    font-weight: 600;
    color: #222;
}
.location_box span::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.2rem;
    background: url(../../static/images/ico/ico_chevron_right.png) no-repeat center center/100% auto;
}
.location_box .link_home {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../../static/images/ico/ico_home.png) no-repeat center center/100% auto;
}

.customer-inquiry .inquiry-notice {
    margin-top: 8rem;
    display: flex;
    gap: 13%;
}
.customer-inquiry .inquiry-info {
    position: relative;
    padding-left: 10.8rem;
    min-width: 29rem;
}
.customer-inquiry .inquiry-info strong {
    display: block;
    padding-bottom: 1rem;
    color: #777;
    font-weight: 400;
}
.customer-inquiry .inquiry-info strong ~ strong {
    margin-top: 2rem;
}
.customer-inquiry .inquiry-info:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #0067B3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
}
.customer-inquiry .inquiry-info-1:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 49 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4064 16.1271C30.4265 14.5886 29.1753 12.3237 29.1753 9.79824C29.1753 5.16347 33.3893 1.40625 38.5876 1.40625C43.7858 1.40625 47.9999 5.16347 47.9999 9.79824C47.9999 14.433 43.7858 18.1902 38.5876 18.1902C37.609 18.1902 36.6652 18.0571 35.7779 17.81' stroke='%23fff' stroke-width='1.7'/%3E%3Cpath d='M32.4062 16.127V19.7546L35.7778 17.7632' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cellipse cx='34.6483' cy='9.94147' rx='1.14441' ry='1.16413' fill='%23fff'/%3E%3Cellipse cx='38.4623' cy='9.94147' rx='1.14441' ry='1.16413' fill='%23fff'/%3E%3Cellipse cx='42.2777' cy='9.94147' rx='1.14441' ry='1.16413' fill='%23fff'/%3E%3Cpath d='M13.1461 29.1195C9.06683 22.2717 7.44559 15.7743 6.95165 11.6583C6.7123 9.66381 7.85565 7.85232 9.63161 6.86592L17.5575 2.46373C18.9255 1.70393 20.6844 2.35776 21.2111 3.82186L24.3441 12.5309C24.5838 13.1971 24.4421 13.932 23.9725 14.4583L19.8477 19.0812C19.5674 19.3953 19.5253 19.851 19.7428 20.216L22.088 24.153' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M12.9027 28.8121C16.982 35.6599 21.9834 40.2799 25.4198 42.7617C27.0849 43.9642 29.2814 43.9207 31.0574 42.9343L38.9833 38.5321C40.3512 37.7723 40.6503 35.9755 39.6044 34.7997L33.3832 27.8059C32.9073 27.2708 32.1783 27.0196 31.4709 27.147L25.2586 28.2656C24.8365 28.3416 24.4074 28.1476 24.1899 27.7825L21.8447 23.8456' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 4.8rem;
}
.customer-inquiry .inquiry-info-2:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='3.66602' width='37.6922' height='34.1332' rx='4' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M1 12.7344H38.6922' stroke='%23fff' stroke-width='2'/%3E%3Cellipse cx='34.3849' cy='32.4669' rx='8.61535' ry='8.5333' fill='%230067B3' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M34.3843 28.1992V32.9992L37.0766 35.6659' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.6929 1V9.26664' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M29 1V9.26664' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 4.2rem;
}

.inquiry-form {
    padding-bottom: 14rem;
    margin-bottom: -14rem;
}
.inquiry-form .form-head {
    padding-top: 12rem;
}
.inquiry-form .form-head .text-3 {
    margin-top: 2.4rem;
}
.inquiry-form .form-head + form {
    margin-top: 5rem;
}
.inquiry-form .detail-addr {
    gap: 4rem;
}
.inquiry-form .postcode,
.inquiry-form .upload-name {
    width: calc(100% - 16.5rem);
}
.inquiry-form .term-agree .field-table-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}
.inquiry-form .term-agree label {
    font-size: 1.6rem;
    line-height: 2rem;
}
.inquiry-form .btn-privacy {
    margin-left: 0.8rem;
    color: #0067B3;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid;
}

.pop-purchase-request .popup-head .text-3 {
    margin-top: 2rem;
}
.pop-purchase-request .popup-inner {
    width: 95rem;
    max-height: 90%;
}
.pop-purchase-request .popup-body {
    margin-top: 5rem;
    padding: 3rem;
    height: 47.695vh;
    background-color: #f3f7fa;
    border-radius: 0.8rem;
    overflow: auto;
}

.pop-purchase-request .popup-body .term-agree .field-table-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}
.pop-purchase-request .popup-body .term-agree label {
    font-size: 1.6rem;
    line-height: 2rem;
}
.pop-purchase-request .popup-body .btn-privacy {
    margin-left: 0.8rem;
    color: #0067B3;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid;
}

.pop-purchase-request .popup-body .field-table .field-wrap:first-child{
    margin-top: 0;
}

.pop-policy-privacy-agree .popup-head .text-3 {
    margin-top: 2rem;
}
.pop-policy-privacy-agree .popup-inner {
    max-width: 95rem;
    max-height: 90%;
}
.pop-policy-privacy-agree .popup-body {
    margin-top: 5rem;
    padding: 3rem;
    height: 47.695vh;
    background-color: #f3f7fa;
    border-radius: 0.8rem;
    overflow: auto;
}

.pop-confirm .popup-inner {
    padding: 4rem;
    max-width: 46rem;
    width: calc(100% - 4rem);
}
.pop-confirm .confirm-text {
    text-align: center;
    white-space: pre-line;
}
.pop-confirm .btn-wrap {
    margin-top: 2.8rem;
    display: flex;
    gap: 0.8rem;
}
.pop-confirm .btn-wrap a {
    width: 100%;
    line-height: 6rem;
    height: 6rem;
    border-radius: 5rem;
    font-size: 1.8rem;
}

.error {
    width: 100%;
    height: 100vh;
}
.error .section-inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
}
.error .content {
    position: relative;
    text-align: center;
    flex: 1 0 100%;
}
.error .content .title-s1 {
    display: block;
    margin-top: 6.8rem;
}
.error .content .text-1 {
    margin-top: 2.5rem;
    color: #777;
}
.error .content:before {
    content: "";
    display: block;
    margin: auto;
    background-size: 100% 100%;
}
.error .notice-box {
    display: inline-block;
    padding: 2.8rem 4rem;
    margin-top: 6rem;
    color: #777;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 1rem;
}
.error .notice-box b {
    color: #222;
}
.error .bottom-btn-wrap {
    flex: 1 0 100%;
    padding: 0 1.6rem;
}
.error.error-404 .content:before {
    width: 253px;
    height: 192px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M235.629 43.1016H248.186C251.5 43.1016 254.186 45.7879 254.186 49.1016V108.801C254.186 112.115 251.5 114.801 248.186 114.801H209.648' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 4'/%3E%3Crect x='1.80469' y='42.6914' width='207.841' height='130.431' rx='8' fill='white'/%3E%3Cpath d='M1.80469 50.0391C1.80469 45.6208 5.38641 42.0391 9.80469 42.0391H201.646C206.064 42.0391 209.646 45.6208 209.646 50.0391V63.2474H1.80469V50.0391Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask0_2042_3883' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='41' width='211' height='134'%3E%3Crect x='1.80469' y='42.0391' width='207.841' height='131.491' rx='8' fill='white' stroke='black' stroke-width='2'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2042_3883)'%3E%3Crect x='19.8281' y='147.02' width='171.787' height='44.76' rx='12' fill='%2315486C' fill-opacity='0.1'/%3E%3Cellipse cx='205.401' cy='44.1704' rx='38.1749' ry='38.3657' fill='%2315486C' fill-opacity='0.1'/%3E%3C/g%3E%3Cpath d='M201.646 42.0391H9.80469C5.38641 42.0391 1.80469 45.6208 1.80469 50.0391V142.778V165.53C1.80469 169.949 5.3864 173.53 9.80468 173.53H201.646C206.064 173.53 209.646 169.949 209.646 165.53V50.0391C209.646 45.6208 206.064 42.0391 201.646 42.0391Z' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='27.2578' y='154.445' width='156.941' height='37.1145' rx='8' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='14.5349' cy='52.6443' r='2.12083' fill='%2315486C' fill-opacity='0.15'/%3E%3Ccircle cx='21.9568' cy='52.6443' r='2.12083' fill='%2315486C' fill-opacity='0.15'/%3E%3Ccircle cx='29.3786' cy='52.6443' r='2.12083' fill='%2315486C' fill-opacity='0.15'/%3E%3Crect x='19.8359' y='72.793' width='49.8395' height='7.4229' rx='3.71145' fill='%23FF4002'/%3E%3Crect x='19.8359' y='87.6406' width='77.4103' height='47.7187' rx='2' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='87.6406' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='98.2422' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='108.848' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='119.453' width='81.6519' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Crect x='109.969' y='130.055' width='56.202' height='5.30207' rx='2.65104' fill='%23DAEAF5'/%3E%3Cpath d='M47.4031 171.414L37.8594 180.958' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='47.4016' cy='171.413' r='6.36249' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='205.408' cy='42.0411' r='30.752' fill='%23FF4002'/%3E%3Cpath d='M189.622 15.817C196.384 11.9131 204.377 10.7273 211.981 12.5003C219.585 14.2733 226.23 18.8721 230.568 25.3641C234.905 31.856 236.611 39.7549 235.339 47.4584C234.068 55.1618 229.913 62.0931 223.719 66.8462C217.525 71.5993 209.754 73.8182 201.984 73.0529C194.214 72.2876 187.026 68.5954 181.878 62.7252C176.73 56.855 174.007 49.2464 174.263 41.4428C174.518 33.6392 177.732 26.2249 183.253 20.704' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='205.41' cy='42.0427' r='18.027' stroke='white' stroke-width='2'/%3E%3Cpath d='M218.172 29.3164L192.678 54.8105' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M69.3121 178.051L66.983 170.097H68.5943L70.147 175.927H70.2349L71.7877 170.097H73.399L74.9371 175.897H75.025L76.5631 170.097H78.1744L75.8453 178.051H74.2486L72.6373 172.323H72.5201L70.9234 178.051H69.3121ZM81.1773 178.051L78.8482 170.097H80.4595L82.0123 175.927H82.1002L83.6529 170.097H85.2642L86.8023 175.897H86.8902L88.4283 170.097H90.0396L87.7105 178.051H86.1138L84.5025 172.323H84.3853L82.7886 178.051H81.1773ZM93.0425 178.051L90.7134 170.097H92.3248L93.8775 175.927H93.9654L95.5181 170.097H97.1295L98.6675 175.897H98.7554L100.294 170.097H101.905L99.5757 178.051H97.9791L96.3677 172.323H96.2506L94.6539 178.051H93.0425ZM103.135 178.153C102.564 178.153 102.081 177.685 102.095 177.113C102.081 176.542 102.564 176.073 103.135 176.073C103.692 176.073 104.175 176.542 104.175 177.113C104.175 177.685 103.692 178.153 103.135 178.153ZM106.065 181.039V170.097H107.588V171.386H107.72C107.999 170.888 108.541 169.994 110.005 169.994C111.924 169.994 113.345 171.503 113.345 174.096C113.345 176.659 111.954 178.212 110.02 178.212C108.57 178.212 107.999 177.333 107.72 176.806H107.632V181.039H106.065ZM107.603 174.066C107.603 175.736 108.336 176.879 109.669 176.879C111.045 176.879 111.763 175.663 111.763 174.066C111.763 172.499 111.06 171.327 109.669 171.327C108.321 171.327 107.603 172.411 107.603 174.066ZM114.532 175.81C114.532 173.993 116.07 173.524 117.505 173.422C118.033 173.385 119.227 173.319 119.6 173.305L119.586 172.675C119.586 171.781 119.044 171.254 117.974 171.254C117.051 171.254 116.495 171.679 116.334 172.265H114.781C114.927 170.946 116.158 169.994 118.033 169.994C119.293 169.994 121.153 170.463 121.153 172.763V178.051H119.629V176.967H119.571C119.263 177.567 118.531 178.227 117.212 178.227C115.704 178.227 114.532 177.362 114.532 175.81ZM116.055 175.824C116.055 176.586 116.685 176.981 117.564 176.981C118.838 176.981 119.6 176.132 119.6 175.18V174.447C119.234 174.477 118.091 174.557 117.725 174.579C116.7 174.652 116.055 175.033 116.055 175.824ZM126.382 181.2C124.376 181.2 123.057 180.307 122.911 178.827H124.507C124.654 179.574 125.357 179.94 126.397 179.94C127.642 179.94 128.433 179.413 128.433 178.168V176.601H128.331C128.052 177.113 127.481 177.934 126.016 177.934C124.141 177.934 122.691 176.527 122.691 173.993C122.691 171.459 124.112 169.994 126.031 169.994C127.51 169.994 128.052 170.888 128.345 171.386H128.448V170.097H129.971V178.227C129.971 180.263 128.433 181.2 126.382 181.2ZM126.368 176.645C127.701 176.645 128.448 175.663 128.448 174.022C128.448 172.411 127.715 171.327 126.368 171.327C124.976 171.327 124.288 172.499 124.288 174.022C124.288 175.575 125.005 176.645 126.368 176.645ZM135.303 178.212C132.96 178.212 131.524 176.601 131.524 174.125C131.524 171.679 132.989 169.994 135.201 169.994C137.017 169.994 138.731 171.122 138.731 173.993V174.55H133.077C133.121 176.059 134.007 176.923 135.318 176.923C136.211 176.923 136.783 176.542 137.046 176.059H138.628C138.277 177.348 137.046 178.212 135.303 178.212ZM133.091 173.378H137.193C137.193 172.162 136.417 171.283 135.215 171.283C133.963 171.283 133.15 172.25 133.091 173.378ZM141.309 178.153C140.738 178.153 140.254 177.685 140.269 177.113C140.254 176.542 140.738 176.073 141.309 176.073C141.866 176.073 142.349 176.542 142.349 177.113C142.349 177.685 141.866 178.153 141.309 178.153ZM149.293 174.74V170.097H150.845V178.051H149.322V176.674H149.234C148.868 177.523 148.047 178.153 146.861 178.153C145.323 178.153 144.239 177.128 144.239 175.15V170.097H145.806V174.96C145.806 176.044 146.465 176.732 147.418 176.732C148.282 176.732 149.293 176.103 149.293 174.74ZM152.75 178.051V170.097H154.258V171.356H154.346C154.639 170.507 155.43 169.979 156.368 169.979C156.558 169.979 156.866 169.994 157.027 170.009V171.503C156.895 171.474 156.529 171.415 156.207 171.415C155.123 171.415 154.317 172.162 154.317 173.202V178.051H152.75ZM159.766 167.445V178.051H158.199V167.445H159.766Z' fill='%23FF4002'/%3E%3C/svg%3E%0A");
}
.error.error-500 .content:before {
    width: 28.4rem;
    height: 16.7rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 286 169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.348 17C256.348 8.16344 249.184 1 240.348 1C232.653 1 226.227 6.43143 224.695 13.6695C222.432 11.4025 219.304 10 215.848 10C209.799 10 204.754 14.2956 203.597 20.0025C196.809 20.1359 191.348 25.6801 191.348 32.5C191.348 36.5895 193.312 40.2204 196.348 42.5009V45H203.848H256.348V44.9991C256.397 44.9997 256.447 45 256.496 45C263.4 45 269.348 39.4036 269.348 32.5C269.348 25.5964 263.4 20 256.496 20C256.352 20 256.208 20.0024 256.065 20.0073C256.251 19.0333 256.348 18.028 256.348 17Z' fill='%23DAEAF5'/%3E%3Cmask id='mask0_2_2' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='191' y='1' width='79' height='44'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.348 17C256.348 8.16344 249.184 1 240.348 1C232.653 1 226.227 6.43143 224.695 13.6695C222.432 11.4025 219.304 10 215.848 10C209.799 10 204.754 14.2956 203.597 20.0025C196.809 20.1359 191.348 25.6801 191.348 32.5C191.348 36.5895 193.312 40.2204 196.348 42.5009V45H203.848H256.348V44.9991C256.397 44.9997 256.447 45 256.496 45C263.4 45 269.348 39.4036 269.348 32.5C269.348 25.5964 263.4 20 256.496 20C256.352 20 256.208 20.0024 256.065 20.0073C256.251 19.0333 256.348 18.028 256.348 17Z' fill='%23E5F0F8'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_2)'%3E%3Cpath d='M65 42C65 34.268 71.268 28 79 28H236C243.732 28 250 34.268 250 42V130C250 137.732 243.732 144 236 144H79C71.268 144 65 137.732 65 130V42Z' fill='%2315486C' fill-opacity='0.1'/%3E%3C/g%3E%3Cpath d='M224.695 13.6695L223.987 14.3759C224.246 14.6356 224.627 14.7325 224.979 14.6283C225.331 14.5241 225.597 14.2356 225.673 13.8766L224.695 13.6695ZM203.597 20.0025L203.617 21.0023C204.085 20.9931 204.484 20.6602 204.577 20.2012L203.597 20.0025ZM196.348 42.5009H197.348C197.348 42.1864 197.2 41.8902 196.948 41.7013L196.348 42.5009ZM196.348 45H195.348C195.348 45.5523 195.795 46 196.348 46V45ZM256.348 45V46C256.9 46 257.348 45.5523 257.348 45H256.348ZM256.348 44.9991L256.359 43.9992C256.092 43.9961 255.835 44.1001 255.645 44.2879C255.455 44.4758 255.348 44.7319 255.348 44.9991H256.348ZM256.065 20.0073L255.083 19.8205C255.026 20.119 255.108 20.4272 255.306 20.6579C255.504 20.8887 255.796 21.017 256.099 21.0067L256.065 20.0073ZM240.348 2C248.632 2 255.348 8.71573 255.348 17H257.348C257.348 7.61116 249.736 0 240.348 0V2ZM225.673 13.8766C227.11 7.09127 233.135 2 240.348 2V0C232.171 0 225.345 5.77159 223.716 13.4623L225.673 13.8766ZM215.848 11C219.027 11 221.904 12.2892 223.987 14.3759L225.403 12.963C222.96 10.5158 219.58 9 215.848 9V11ZM204.577 20.2012C205.642 14.9513 210.284 11 215.848 11V9C209.314 9 203.867 13.6399 202.617 19.8037L204.577 20.2012ZM192.348 32.5C192.348 26.2258 197.372 21.125 203.617 21.0023L203.578 19.0027C196.246 19.1467 190.348 25.1344 190.348 32.5H192.348ZM196.948 41.7013C194.153 39.6016 192.348 36.2617 192.348 32.5H190.348C190.348 36.9174 192.47 40.8392 195.747 43.3005L196.948 41.7013ZM197.348 45V42.5009H195.348V45H197.348ZM203.848 44H196.348V46H203.848V44ZM256.348 44H203.848V46H256.348V44ZM255.348 44.9991V45H257.348V44.9991H255.348ZM256.496 44C256.45 44 256.405 43.9997 256.359 43.9992L256.336 45.9991C256.389 45.9997 256.443 46 256.496 46V44ZM268.348 32.5C268.348 38.8157 262.884 44 256.496 44V46C263.916 46 270.348 39.9914 270.348 32.5H268.348ZM256.496 21C262.884 21 268.348 26.1843 268.348 32.5H270.348C270.348 25.0086 263.916 19 256.496 19V21ZM256.099 21.0067C256.231 21.0023 256.363 21 256.496 21V19C256.341 19 256.186 19.0026 256.032 19.0079L256.099 21.0067ZM255.348 17C255.348 17.9649 255.257 18.9077 255.083 19.8205L257.048 20.1941C257.245 19.1588 257.348 18.091 257.348 17H255.348Z' fill='%23444444'/%3E%3Cpath d='M210.592 20.8103C211.07 21.0864 211.234 21.698 210.958 22.1763C210.682 22.6546 210.07 22.8185 209.592 22.5423L210.592 20.8103ZM209.592 22.5423C208.008 21.6279 206.229 21.1044 204.402 21.0153L204.499 19.0177C206.644 19.1222 208.732 19.7368 210.592 20.8103L209.592 22.5423ZM204.402 21.0153C202.575 20.9262 200.753 21.2741 199.088 22.0301L198.261 20.209C200.216 19.3215 202.355 18.9131 204.499 19.0177L204.402 21.0153ZM199.088 22.0301C197.423 22.7861 195.962 23.9285 194.826 25.3623L193.258 24.1207C194.591 22.4375 196.306 21.0965 198.261 20.209L199.088 22.0301ZM194.826 25.3623C193.691 26.7961 192.914 28.48 192.559 30.2744L190.597 29.887C191.013 27.7806 191.925 25.8038 193.258 24.1207L194.826 25.3623Z' fill='%23444444'/%3E%3Cpath d='M16 168L270 168' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M275 168L285 168' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 168L11 168' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M44 85V23C44 19.6863 46.6863 17 50 17H145C148.313 17 151 19.6863 151 23V33.5' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round' stroke-dasharray='5 5'/%3E%3Ccircle cx='44' cy='17' r='10' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M47 14L41 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M41 14L47 20' stroke='%23FF4002' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M59 42C59 37.5817 62.5817 34 67 34H236C240.418 34 244 37.5817 244 42V150H69C63.4772 150 59 145.523 59 140V42Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M67 46C67 43.7909 68.7909 42 71 42H232C234.209 42 236 43.7909 236 46V150H67V46Z' fill='white'/%3E%3Cpath d='M57 150H260.419C260.74 150 261 150.26 261 150.581C261 160.201 253.201 168 243.581 168H57V150Z' fill='white'/%3E%3Cmask id='mask1_2_2' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='56' y='149' width='206' height='20'%3E%3Cpath d='M57 150H260.419C260.74 150 261 150.26 261 150.581C261 160.201 253.201 168 243.581 168H57V150Z' fill='white' stroke='%23222222' stroke-width='2'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_2_2)'%3E%3Cpath d='M239.5 162.5H74.5L71.5 170.5H241.5L258.5 166C261.667 162.167 265.679 154.223 259.5 158.5C253 163 241.5 162.5 239.5 162.5Z' fill='%23DAEAF5'/%3E%3C/g%3E%3Cpath d='M57 150H260.419C260.74 150 261 150.26 261 150.581V150.581C261 160.201 253.201 168 243.581 168H57V150Z' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='75' cy='50' r='2' fill='%2315486C' fill-opacity='0.1'/%3E%3Ccircle cx='82' cy='50' r='2' fill='%2315486C' fill-opacity='0.1'/%3E%3Ccircle cx='89' cy='50' r='2' fill='%2315486C' fill-opacity='0.1'/%3E%3Ccircle cx='151' cy='97' r='19' fill='%23FF4002'/%3E%3Crect x='144' y='89' width='4' height='16' fill='white'/%3E%3Crect x='154' y='89' width='4' height='16' fill='white'/%3E%3Cpath d='M134.501 68.4204C141.757 64.2312 150.335 62.9588 158.494 64.8613C166.654 66.7639 173.784 71.699 178.439 78.6655C183.094 85.632 184.925 94.1082 183.56 102.375C182.195 110.641 177.737 118.079 171.09 123.18C164.443 128.28 156.104 130.662 147.766 129.84C139.428 129.019 131.714 125.057 126.19 118.758C120.666 112.458 117.744 104.294 118.018 95.9196C118.293 87.5455 121.742 79.5893 127.666 73.6648' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='25' y='84' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='25' y='105' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='25' y='126' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='25' y='147' width='68' height='17' rx='3' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='101' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='122' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='143' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Crect x='31' y='164' width='56' height='4' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M43 101V99C43 97.8954 43.8954 97 45 97H73C74.1046 97 75 97.8954 75 99V101' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43 122V120C43 118.895 43.8954 118 45 118H73C74.1046 118 75 118.895 75 120V122' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43 143V141C43 139.895 43.8954 139 45 139H73C74.1046 139 75 139.895 75 141V143' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M43 164V162C43 160.895 43.8954 160 45 160H73C74.1046 160 75 160.895 75 162V164' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 91H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 112H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 133H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M57 154H77' stroke='%23DAEAF5' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='84' cy='91' r='3' fill='%23FF4002'/%3E%3Ccircle cx='84' cy='112' r='3' fill='%23FF4002'/%3E%3Ccircle cx='84' cy='133' r='3' fill='%23444444'/%3E%3Ccircle cx='84' cy='154' r='3' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.error.error-check .content:before {
    width: 22rem;
    height: 17.1rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 222 173' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 172L206 172' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M211 172L221 172' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 172L11 172' stroke='%23444444' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M37 32.5C37 28.9102 39.9101 26 43.5 26C47.0899 26 50 28.9101 50 32.5V172H37V32.5Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M171 32.5C171 28.9102 173.91 26 177.5 26C181.09 26 184 28.9101 184 32.5V172H171V32.5Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask0_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='15' y='35' width='194' height='31'%3E%3Crect x='15' y='35' width='194' height='31' rx='6' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2037_4441)'%3E%3Cpath d='M42 35H65L46 66H23L42 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M87 35H110L91 66H68L87 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M132 35H155L136 66H113L132 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M177 35H200L181 66H158L177 35Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M17 35H43L24 66H-2L17 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M65 35H88L69 66H46L65 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M110 35H133L114 66H91L110 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M155 35H178L159 66H136L155 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M200 35H226L207 66H181L200 35Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3C/g%3E%3Crect x='15' y='35' width='194' height='31' rx='6' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask1_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='15' y='82' width='194' height='31'%3E%3Crect x='15' y='82' width='194' height='31' rx='6' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_2037_4441)'%3E%3Cpath d='M42 82H65L46 113H23L42 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M87 82H110L91 113H68L87 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M132 82H155L136 113H113L132 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M177 82H200L181 113H158L177 82Z' fill='%23DAEAF5' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M17 82H43L24 113H-2L17 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M65 82H88L69 113H46L65 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M110 82H133L114 113H91L110 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M155 82H178L159 113H136L155 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M200 82H226L207 113H181L200 82Z' fill='white' stroke='%23444444' stroke-width='2'/%3E%3C/g%3E%3Crect x='15' y='82' width='194' height='31' rx='6' stroke='%23444444' stroke-width='2'/%3E%3Cmask id='mask2_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='14' y='81' width='196' height='33'%3E%3Cmask id='mask3_2037_4441' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='15' y='82' width='194' height='31'%3E%3Crect x='15' y='82' width='194' height='31' rx='6' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_2037_4441)'%3E%3Cpath d='M42 82H65L46 113H23L42 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M87 82H110L91 113H68L87 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M132 82H155L136 113H113L132 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M177 82H200L181 113H158L177 82Z' fill='%23E5F0F8' stroke='black' stroke-width='2'/%3E%3Cpath d='M17 82H43L24 113H-2L17 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M65 82H88L69 113H46L65 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M110 82H133L114 113H91L110 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M155 82H178L159 113H136L155 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3Cpath d='M200 82H226L207 113H181L200 82Z' fill='white' stroke='black' stroke-width='2'/%3E%3C/g%3E%3Crect x='15' y='82' width='194' height='31' rx='6' stroke='black' stroke-width='2'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_2037_4441)'%3E%3Ccircle cx='112' cy='56' r='39' fill='%2315486C' fill-opacity='0.1'/%3E%3C/g%3E%3Ccircle cx='112' cy='50' r='39' fill='white' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='112' cy='50' r='29' fill='%23FF4002'/%3E%3Cpath d='M111.068 35.3864C111.4 34.538 112.6 34.5379 112.932 35.3864L116.083 43.4611C116.226 43.8252 116.567 44.0731 116.957 44.0958L125.61 44.5982C126.52 44.651 126.891 45.7929 126.186 46.3701L119.481 51.863C119.178 52.1106 119.048 52.5118 119.147 52.8899L121.343 61.2751C121.574 62.1562 120.603 62.8619 119.836 62.3702L112.54 57.6903C112.211 57.4793 111.789 57.4793 111.46 57.6903L104.164 62.3702C103.397 62.8619 102.426 62.1562 102.657 61.2751L104.853 52.8899C104.952 52.5118 104.822 52.1106 104.519 51.863L97.8138 46.3701C97.1092 45.7929 97.4802 44.651 98.3895 44.5982L107.043 44.0958C107.433 44.0731 107.774 43.8252 107.917 43.4611L111.068 35.3864Z' fill='white'/%3E%3Ccircle cx='44' cy='10' r='9' fill='%23FF4002' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='178' cy='10' r='9' fill='%23FF4002' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='174.5' cy='6.5' r='1.5' fill='white'/%3E%3Cpath d='M44 19.5V27' stroke='%23444444' stroke-width='2'/%3E%3Cpath d='M178 19.5V27' stroke='%23444444' stroke-width='2'/%3E%3Ccircle cx='40.5' cy='6.5' r='1.5' fill='white'/%3E%3C/svg%3E%0A");
}

.table-a {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    table-layout: fixed;
    border-top: 2px solid #222;
}
.table-a thead th {
    padding: 1.8rem 1.5rem;
    color: #888;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.table-a thead th ~ th {
    border-left: 1px solid #ddd;
}
.table-a tbody th,
.table-a tbody td {
    font-size: 1.8rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.table-a tbody th {
    padding: 1.8rem 0;
    color: #888;
    vertical-align: top;
}
.table-a tbody td {
    padding: 1.8rem 1.5rem;
    background-color: #fff;
}
.table-a tbody th + *,
.table-a tbody td + * {
    border-left: 1px solid #ddd;
}

@media screen and (max-width: 992px) {
    .inquiry-form .detail-addr {
        gap: 0.5rem;
    }
}
@media screen and (max-width: 766px) {
    .table-a {
        margin-top: 30px;
        width: 100%;
        justify-content: center;
        table-layout: fixed;
        border-top: 2px solid #222;
    }
    .table-a thead th {
        padding: 1.2rem 0.8rem;
        color: #888;
        font-size: 1.4rem;
        text-align: center;
        font-weight: 600;
        background: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }
    .table-a tbody th,
    .table-a tbody td {
        font-size: 1.4rem;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding: 1.2rem 0.8rem;
    }
    .inquiry-form .form-head + form {
        margin-top: 4rem;
    }
    .customer-inquiry .inquiry-notice {
        margin-top: 4rem;
        padding-bottom: 6.4rem;
        gap: 2.8rem;
        flex-direction: column;
        align-items: center;
    }
    .customer-inquiry .inquiry-info {
        padding-left: 8.8rem;
        width: 80vw;
    }
    .customer-inquiry .inquiry-info:before {
        width: 5.6rem;
        height: 5.6rem;
    }
    .customer-inquiry .inquiry-info-1:before {
        background-size: 3.328rem;
    }
    .customer-inquiry .inquiry-info-2:before {
        background-size: 2.94rem;
    }
    .inquiry-form {
        padding-bottom: 14rem;
        margin-bottom: -14rem;
    }
    .inquiry-form .form-head {
        padding-top: 6.4rem;
    }
    .inquiry-form .form-head .text-3 {
        margin-top: 2.4rem;
    }
    .inquiry-form .detail-addr {
        gap: 0.5rem;
        flex-wrap: wrap;
    }
    .inquiry-form .postcode {
        width: calc(100% - 10.6rem);
    }
    .inquiry-form .attachment .field-insert {
        flex-wrap: wrap;
    }
    .inquiry-form .attachment .field-insert:last-child {
        display: none;
    }
    .inquiry-form .attachment .upload-name {
        width: 100%;
    }
    .inquiry-form .attachment .btn-type-b {
        width: 100%;
    }
    .inquiry-form .term-agree label {
        font-size: 1.3rem;
    }
    .inquiry-form .btn-privacy {
        font-size: 1.2rem;
    }
    .error .content {
        padding: 0 1.6rem;
    }
    .error .content .title-s1 {
        margin-top: 5rem;
    }
    .error .content .text-1 {
        margin-top: 1rem;
    }
    .error .notice-box {
        margin-top: 2.8rem;
        padding: 1.6rem 2rem;
        width: 100%;
    }
    .error.error-404 .content:before {
        width: 50vw;
        height: 37.9446640316vw;
    }
    .error.error-500 .content:before {
        width: 50vw;
        height: 29.4014084507vw;
    }
    .error.error-check .content:before {
        width: 50vw;
        height: 38.8636363636vw;
    }
    .pop-confirm .popup-inner {
        padding: 3.2rem 2.8rem;
        width: 100%;
    }
    .pop-confirm .confirm-text {
        font-size: 2.4rem;
    }
    .pop-confirm .btn-wrap {
        margin-top: 2rem;
    }
    .pop-confirm .btn-wrap a {
        line-height: 4.9rem;
        height: 4.9rem;
        border-radius: 5rem;
        font-size: 1.4rem;
    }

    .pop-purchase-request .popup-head {
        padding-right: 3rem;
    }
    .pop-purchase-request .popup-head .text-3 {
        margin-top: 1rem;
    }
    .pop-purchase-request .text-3 {
        font-size: 1.4rem;
    }
    .pop-purchase-request .popup-body {
        margin-top: 1.6rem;
        padding: 2.8rem 1.6rem;
    }

    .pop-policy-privacy-agree .popup-head {
        padding-right: 3rem;
    }
    .pop-policy-privacy-agree .popup-head .text-3 {
        margin-top: 1rem;
    }
    .pop-policy-privacy-agree .text-3 {
        font-size: 1.4rem;
    }
    .pop-policy-privacy-agree .popup-body {
        margin-top: 1.6rem;
        padding: 2.8rem 1.6rem;
    }
}
/*개인정보처리방침 컨텐츠 교체*/
.privacy-policy-textWrap1 p + p {
    margin-top: 6px;
}

.privacy-policy-textWrap2 p {
    margin-top: 6px;
}

.table-a thead tr th.al-left {
    text-align: left;
}

.table-a tbody tr td.al-left {
    text-align: left;
}

.table-a tbody tr td.border-left {
    border-left: 1px solid #ddd;
}

.table-a tbody tr th.vTop,
.table-a tbody tr td.vTop {
    vertical-align: top;
}

.text-list-Wrap li {
    display: flex;
}

.text-list-Wrap li .t2 {
    margin-left: 3px;
}

.flex_endTween {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ico_nodata {
    display: inline-flex;
    width: 6.4rem;
    height: 6.4rem;
    background: url(../../static/images/ico/ico_nodata_news.png) no-repeat 50% 50%/100% auto;
}

.ico_file_mo {
    display: inline-flex;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../../static/images/ico/ico_file_mo.png) no-repeat 50% 50%/100% auto;
}

.ico_share {
    display: flex;
    width: 3rem;
    height: 3rem;
    background: url(../../static/images/ico/ico_share.png) no-repeat 50% 50%/100% auto;
}
.ico_share.pc {
    display: flex;
}
.ico_share i {
    display: flex;
    width: 3rem;
    height: 3rem;
}

.ico_share {
    display: none;
}

.btn_download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12.4rem;
    height: 4.2rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 5rem;
    border: 1px solid #ccc;
}
.btn_download i {
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../../static/images/ico/ico_download.png) no-repeat 50% 50%/100% auto;
    margin-left: 0.4rem;
}

.detail-content .viwe_download_box {
    margin-top: 5rem;
}

.viwe_download_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10.2rem;
}
.viwe_download_box p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #111;
}

.ir-data-item.nodata_bg {
    width: 100%;
}

.nodata_wrap {
    display: flex;
    min-height: 14rem;
    flex-direction: column;
    align-items: center;
    padding: 14rem 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #777;
    text-align: center;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.nodata_wrap i {
    margin-bottom: 2rem;
}

.table-type-b > li:hover.nodata_bg {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0);
}

.table-type-b > li {
    position: relative;
}
.table-type-b > li a {
    padding-right: 5rem;
}
.table-type-b > li .marker_pin {
    background: transparent;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

.marker_pin {
    display: block;
    width: 5rem;
    height: 5rem;
    border: 0;
}
.marker_pin i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../../static/images/ico/ico_marker_pin.png) no-repeat 50% 50%/3.2rem auto;
}

.flex__seach_wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.flex__seach_wrap .formBox {
    display: flex;
}
.flex__seach_wrap .total {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #444;
}
.flex__seach_wrap .select__box + .box-searchBox {
    margin-left: 1rem;
}

.select__box {
    font-size: 1.8rem;
    line-height: 2.8rem;
    min-width: 14.1rem;
    height: 6.4rem;
    padding: 0 4.4rem 0 2.4rem;
}

.box-searchBox {
    position: relative;
}
.box-searchBox input {
    min-width: 38.4rem;
    height: 6.4rem;
    padding: 0 5rem 0 2.4rem;
}
.box-searchBox input::placeholder {
    font-size: 1.8rem;
}
.box-searchBox .search-btns {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box-searchBox .search-btns .btn-search {
    display: inline-block;
    width: 6rem;
    height: 6.4rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.2929 25.7071C24.6834 26.0976 25.3166 26.0976 25.7071 25.7071C26.0976 25.3166 26.0976 24.6834 25.7071 24.2929L24.2929 25.7071ZM18.2929 19.7071L24.2929 25.7071L25.7071 24.2929L19.7071 18.2929L18.2929 19.7071Z' fill='%23222'/%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23222' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/2.4rem auto;
}

.table-type-b .title-td .ico_file_mo {
    display: none;
    transform: translateY(0.4rem);
}

.viwe_download_box {
    border-radius: 1.6rem;
    background-color: #f7f7f7;
    padding: 4rem;
}
.viwe_download_box p {
    color: #111;
}

.marker_pin_bg {
    background-color: #f3f7fa;
}

@media screen and (max-width: 766px) {
    .ico_share {
        display: flex;
    }
    .viwe_download_box {
        display: block;
        text-align: center;
        height: auto;
        padding: 2rem;
    }
    .viwe_download_box p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #777;
    }
    .viwe_download_box .btn_download {
        font-size: 1.4rem;
        line-height: 1.7rem;
        height: 4.1rem;
        margin-top: 2.4rem;
    }
    .viwe_download_box .btn_download i {
        width: 1.6rem;
        height: 1.6rem;
        margin-left: 1.2rem;
    }
    .select__box {
        height: 4.8rem;
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .box-searchBox {
        position: absolute;
        right: 0;
        bottom: 10rem;
        width: 100%;
    }
    .box-searchBox input {
        height: 5.6rem;
        min-width: 100%;
    }
    .box-searchBox .search-btns .btn-search {
        width: 5.6rem;
        height: 5.6rem;
    }
    .table-type-b .title-td .ico_file_mo {
        display: inline-flex;
        margin-left: 0.2rem;
    }
    .table-type-b > li .marker_pin {
        bottom: 1.7rem;
        top: inherit;
        width: 2rem;
        height: 2rem;
        right: 0;
    }
    .table-type-b > li .marker_pin i {
        background-size: 2rem auto;
    }
    .table-type-b.ir-data-list .date-td {
        position: absolute;
        bottom: 2rem;
        border-right: 0;
    }
    .table-type-b.ir-data-list .date-td + .title-td {
        padding-bottom: 3rem;
    }
    .table-type-b.ir-data-list .marker_pin_bg {
        padding-right: 3rem;
    }
}
#header.transparent {
    background: transparent;
}
#header.transparent .header-menu .gnb-depth1-title {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#header.transparent .header-etc-link,
#header.transparent .header-util {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.p__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 1rem;
}

.flex__area {
    display: block;
}

.customer-inquiry {
    position: relative;
}

.swiper-progress-bar {
    position: absolute;
    bottom: 10px; /* Adjust the position as needed */
    left: 0;
    height: 4px; /* Height of the progress bar */
    background: #007aff; /* Progress color */
    transition: width 0.3s ease; /* Smooth transition for the progress */
    width: 0; /* Initial width */
}

.tab-type-a {
    display: flex;
    gap: 0.8rem;
}
.tab-type-a a,
.tab-type-a button {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5rem;
    color: #222;
    font-size: 1.4rem;
}
.tab-type-a .tab-item.on a,
.tab-type-a .tab-item button {
    background-color: #000081;
    color: #fff !important;
    border-color: #000081;
}

.tabSwiper {
    display: none;
}
.tabSwiper__list {
    display: flex;
}
.tabSwiper__item {
    position: relative;
    padding: 0 3.1rem;
    font-size: 2.2rem;
    line-height: 3rem;
}
.tabSwiper__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.6rem;
    background-color: #444;
}
.tabSwiper__item:first-child::before {
    display: none;
}
.tabSwiper__item.active {
    font-weight: 700;
    color: #444;
}

.tab__round_btn {
    min-width: 6.5rem;
    height: 4.2rem;
    border: 1px solid #ccc;
    border-radius: 5rem;
    background-color: #fff;
    padding: 0 1rem;
    cursor: pointer;
}
.tab__round_btn.active {
    color: #fff;
    border: 1px solid #222;
    background-color: #222;
}
.tab__round_btn ~ .tab__round_btn {
    margin-left: 0.4rem;
}

.color-info {
    display: flex;
    align-items: center; /* 원과 텍스트의 세로 중앙 정렬 */
    gap: 8px; /* 원과 텍스트 사이 간격 */
}

.color-circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%; /* 정원형으로 만듦 */
    border: 1px solid rgba(0,0,0,0.1); /* 배경이 흰색일 경우를 대비한 얇은 테두리 */
    vertical-align: middle;
}


.tabBox {
    width: 100%;
    min-height: 3.3rem;
    border-radius: 7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #444;
    padding: 0 1.2rem;
    transition: all 0.35s;
}
.tabBox__text {
    color: #444;
    font-weight: 500;
    flex-shrink: 0;
    transition: all 0.35s;
}
.tabBox.is-active {
    background-color: #222;
    border-color: #fff;
}
.tabBox.is-active .tabBox__text {
    color: #fff;
}

.customer #container {
    padding-top: 120px;
}

.product #container {
    padding-top: 0;
}

.brochure #container {
    padding-top: 0;
}

.section {
    position: relative;
    min-height: 10rem;
    /*250327*/
    /*글라스 , 컬러팩*/
    /*//250401*/ /*padding: 10.8rem 1.6rem 10.8rem;*/
    /*//250401 padding: 10.8rem 1.6rem 0rem;*/
}
.section.full_box {
    height: 100vh;
}
.section.full_box .section__inner {
    height: 100%;
}
.section.pd__type {
    padding: 8rem 1.6rem;
}
.section.pd__type_sub {
    padding: 8rem 1.6rem 4rem;
}
.section.pd__type_sub:last-child {
    padding: 6rem 1.6rem 8rem;
}
.section.pd__type_sub:last-child .section-inner {
    padding: 0 !important;
}
.section.section.pd__type_sub_v2 {
    padding: 8rem 0rem 8rem;
}
.section.section.pd__type_sub_v3 {
    padding: 10.8rem 0rem 0rem;
}
.section.bg__gray {
    background-color: #f7f7f7;
}

/*비즈니스*/
.section.section.pd__type_sub_colorPack {
    padding: 0rem 0rem 8rem;
}

.sub__visual {
    position: relative;
    width: 100%;
    height: 36rem;
    background-color: gray;
}
.sub__visual + .section-contents {
    padding-top: 6.5rem !important;
}
.sub__visual.certificate_visual_01 {
    background: url('../../assets/images/certificate/img_certificate_visual_01.jpg') no-repeat 50% 50%/cover gray;
}
.sub__visual.brochure_visual_01 {
    background: url('../../assets/images/brochure/img_brochure_visual_01.jpg') no-repeat 50% 50%/cover gray;
}
.sub__visual.product_01 {
    background: url('../../assets/images/product/img_product_visual_01.jpg') no-repeat 50% 50%/cover gray;
}
.sub__visual.product_02 {
    background: url(../../static/images/product/img_product_visual_02.jpg) no-repeat 50% 50%/cover gray;
}
.sub__visual.product_03 {
    background: url(../../static/images/product/img_product_visual_03.jpg) no-repeat 50% 50%/cover gray;
}
.sub__visual.product_04 {
    background: url(../../static/images/product/img_product_visual_04.jpg) no-repeat 50% 50%/cover gray;
}
.sub__visual_area {
    position: absolute;
    bottom: 5.8rem;
    left: 0;
    padding: 1.3rem;
    width: 100%;
}
.sub__visual_location_box {
    display: flex;
    align-items: center;
}
.sub__visual_location_box a {
    color: #fff;
}
.sub__visual_location_box span {
    display: flex;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    align-items: center;
    font-size: 1.4rem;
}
.sub__visual_location_box span::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.2rem;
    background: url(../../static/images/ico/ico_chevron_right.png) no-repeat center center/100% auto;
}
.sub__visual_location_box .link_home {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../../static/images/ico/ico_home.png) no-repeat center center/100% auto;
}
.sub__visual_tit {
    color: #fff;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4.2rem;
    letter-spacing: -0.2rem;
    word-break: keep-all;
    text-transform: uppercase;
}
.sub__visual_text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.2rem;
    word-break: keep-all;
    margin-top: 0.4rem;
}

.sub__visual_area {
    position: absolute;
    bottom: 5.8rem;
    left: 0;
    padding: 1.3rem;
    width: 100%;
    display: inline-block;
    padding: 0 1.6rem;
    max-width: 150rem;
}
.sub__visual_area .sub__visual_tit {
    color: #fff;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4.2rem;
    letter-spacing: -0.2rem;
    word-break: keep-all;
}
.sub__visual_area .sub__visual_text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.2rem;
    word-break: keep-all;
    margin-top: 0.4rem;
}

.sub__text_area {
    display: flex;
}
.sub__text_area_tit {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.8rem;
    text-transform: uppercase;
}
.sub__text_area.justifyCT_sb {
    justify-content: space-between;
}
.sub__text_area.flex_none {
    display: block;
}
.sub__text_area .p__text {
    color: #777;
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.sub__text_area_tit_03 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

[class^=textType_] dt {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.6rem;
}
[class^=textType_] dd {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #ddd;
}

.textType__list .textType_item ~ .textType_item {
    margin-top: 3.6rem;
}

.sub__text_area_tit {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.line_box {
    border: 1px dashed #ebebeb;
    padding: 2rem;
    border-radius: 1.6rem;
}
/* .line_box dl {
    display: flex;
}
.line_box dl dt {
    flex: 0 0 15rem;
    color: #222;
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 600;
} */
.line_box li {
    color: #777;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.box_area {
    margin-top: 2rem;
}
.box_area .box_item {
    padding: 2rem;
    background-color: #fff;
    border-radius: 0.8rem;
}
.box_area .box_item ~ .box_item {
    margin-top: 3rem;
}
.box_area .box_item img {
    width: 5rem;
}
.box_area .box_item dl {
    margin-top: 2rem;
}
.box_area .box_item dl dt {
    color: #222;
    font-size: 2.6rem;
    line-height: 3.1rem;
}
.box_area .box_item dl dt ~ dt {
    margin-top: 2rem;
}
.box_area .box_item dl dd {
    margin-top: 2rem;
    color: #444;
    font-size: 1.6rem;
    line-height: 2.8rem;
    /*250328 font-weight: 500;*/
}
.box_area .box_item dl dd span {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
    color: #444;
    margin-bottom: 1rem;
    font-weight: 700;
}

.tit-nth2 {
    margin-top: 8px;
}

/*250328*/
.box_area .box_item.item-gray-box {
    background: #F7F7F7;
}

/*// 250328*/
select {
    width: 100%;
    padding-right: 5rem;
    outline: none;
    border: 1px solid #ddd;
    font-size: 1.8rem;
    font-family: inherit;
    line-height: 1.6;
    background: #fff url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 1.33301L7.00033 6.66634L12.3337 1.33301' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 2.4rem) 50%/11px;
    border-radius: 0.4rem;
    box-shadow: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.field-insert select {
    width: 100%;
    height: 4.8rem;
    padding: 1rem 4rem 1rem 1.6rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #444;
    letter-spacing: 0.02rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e2e2e2;
    appearance: none;
    background: url('../../assets/images/ico/ico_arrowSelect_01.png') no-repeat right 1.6rem center/1.2rem auto #fff;
}

.sub__text_area.justifyCT_sb {
    display: flex;
    justify-content: space-between;
}

.sub__text_area_tit .total_num {
    display: block;
    color: #777;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.product__box {
    margin-top: 8rem;
    /*4rem*/
}
.product__box_total_num {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.6rem;
    color: #fff;
    margin-bottom: 2.4rem;
}
.product__box + .btn__area {
    margin-top: 4rem;
}

.product__desc {
    margin-bottom: 8rem;
    /*4rem*/
}

/*241107*/
.product__list {
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.product__list_item {
    position: relative;
    flex: 0 1 calc(50% - 0.8rem);
}
.product__list_item:hover .product__list_hover {
    display: flex;
    opacity: 1;
    left: 0;
}
.product__list_box {
    overflow: hidden;
    position: relative;
    height: 16rem;
    padding: 1rem;
    border-radius: 1.6rem;
    background-color: #F6F6F6;
}
.product__list_img {
    height: 100%;
    text-align: center;
}
.product__list_img img {
    display: inline;
    height: 100%;
}
.product__list_s_tit {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0.2rem 0.45rem;
    border: 1px solid #777;
}
.product__list_text {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
}
.product__list_hover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -100%;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 103, 179, 0.8);
    flex-direction: column;
    transition: opacity 0.5s;
    text-align: center;
    /*241113 수정*/
}
.product__list_hover p {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.2rem;
    text-align: center;
}
.product__list_hover span {
    display: inline-block;
    padding: 0.4rem 0.7rem;
    border: 1px solid #fff;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 1.6rem;
}

.product__view_bigImg {
    height: 80%;
}
.product__view_bigImg.mt-30 {
    margin-top: 3rem;
}
.product__view_bigImg .swiper-slide {
    border-radius: 1.6rem;
    height: 32.8rem;
    margin: 0 auto;
    background: #eee;
    padding: 4rem 2rem;
}
.product__view_bigImg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__view_small_box {
    position: relative;
    margin-top: 1.6rem;
    margin: 1.6rem auto 0;
}
.product__view_small_box .swiper-button-next {
    z-index: 2;
    color: #444;
    font-size: 1.2rem;
    position: absolute;
    right: calc(50% - 13rem);
    top: 50%;
    width: 3rem;
    height: 5rem;
    background: url('../../assets/images/product/ico_product_arrow_right.png') no-repeat center center/0.8rem auto;
    z-index: 3;
    transform: translateY(-50%);
}
.product__view_small_box .swiper-button-next::after {
    font-size: 1.8rem;
    opacity: 1;
}
.product__view_small_box .swiper-button-prev {
    position: absolute;
    left: calc(50% - 13rem);
    top: 50%;
    width: 3rem;
    height: 5rem;
    background: url('../../assets/images/product/ico_product_arrow_left.png') no-repeat center center/0.8rem auto;
    z-index: 3;
    transform: translateY(-50%);
}
.product__view_small_box .swiper-button-prev::after {
    font-size: 1.8rem;
    opacity: 1;
}
.product__view_small_box .product__view_small {
    overflow: hidden;
    width: 18.3rem;
    overflow: hidden;
    height: 20%;
    box-sizing: border-box;
}
.product__view_small_box .product__view_small .swiper-wrapper {
    margin: 0 auto;
}
.product__view_small_box .product__view_small.swiper {
    position: relative;
    overflow: visible;
}
.product__view_small_box .product__view_small.swiper .product__view_small_container {
    overflow: hidden;
}
.product__view_small_box .product__view_small .swiper-slide {
    overflow: hidden;
    position: relative;
    width: 5.4rem;
    height: 5.4rem;
    opacity: 1;
    border-radius: 1rem;
    flex: 0 0 5.4rem;
    padding: 0.5rem;
    background: #F6F6F6;
}
.product__view_small_box .product__view_small .swiper-slide.swiper-slide-thumb-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.product__view_small_box .product__view_small .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.product__view_small_box .product__view_small .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__view_small,
.product__view_bigImg {
    pointer-events: auto; /* Ensure clicks are registered */
}

.flex__area {
    display: flex;
}
.flex__area.tit_box {
    display: block;
}

.pop__box {
    position: fixed;
    bottom: 0;
    border-radius: 1rem 1rem 0 0rem;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 10000;
    /*241113 다른제품보기 수정에 따른 클래스 추가*/
}
.pop__box a.pop__box_link {
    display: flex;
    height: 6rem;
    padding: 0 1.6rem;
    justify-content: space-between;
    align-items: center;
    color: #222;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
}
.pop__box a.pop__box_link i {
    display: block;
    width: 1.2rem;
    height: 0.6rem;
    transform-origin: center center;
    background: url(../../static/images/product/ico_product_arrow_top.png) no-repeat center center/100% auto;
}
.pop__box .pop__breakpoint_box {
    position: relative;
    display: none;
    padding: 1rem 0 5.2rem 1.6rem;
    overflow: hidden;
    padding-right: 1.6rem;
}
.pop__box .pop__breakpoint_box .swiper-scrollbar {
    top: 2rem;
    background-color: #ececec;
}
.pop__box .pop__breakpoint_box .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #777;
}
.pop__box .pop__breakpoint_box .swiper-pagination.swiper-pagination-fraction {
    position: absolute;
    right: 0;
    top: -7rem;
    font-size: 5rem;
}
.pop__box .pop__breakpoint_box .pop__breakpoint {
    overflow: inherit;
    height: 14rem;
    padding-bottom: 2rem;
    padding-right: 1.6rem;
}
.pop__box .pop__breakpoint_box .pop__breakpoint.mt-40 {
    margin-top: 4rem;
}
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-slide {
    position: relative;
    width: 14rem;
    height: 14rem;
    background-color: #f5f5f5;
    border-radius: 1.6rem;
    padding: 1.5rem;
    overflow: hidden;
}
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-slide .product__list_hover {
    display: none;
    left: 0;
    top: 0;
    transition: opacity 0.3s;
}
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-slide:hover .product__list_hover {
    display: flex;
}
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    top: inherit;
    width: calc(100% - 1.6rem);
    height: 0.2rem;
    background-color: #ececec;
}
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #777;
}
.pop__box.pc {
    display: none;
    border-top: 1px solid #ccc;
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 6rem;
    border-radius: 0;
    padding: 6rem 5.8rem 0;
    z-index: 9;
}
.pop__box.pc .pop__breakpoint_box {
    display: block;
    padding: 0;
    position: relative;
}
.pop__box.pc .pop__breakpoint_box .pop__breakpoint {
    overflow: hidden;
    height: 24rem;
    padding-bottom: 0;
}
.pop__box.pc .pop__breakpoint_box .pop__breakpoint .swiper-wrapper .swiper-slide {
    overflow: hidden;
    width: 24rem;
    height: 24rem;
    padding: 3rem;
}
.pop__box.pc .pop__breakpoint_box .pop__breakpoint .swiper-wrapper .swiper-slide .product__list_hover {
    left: -100%;
    background: rgba(22, 45, 161, 0.8);
    opacity: 0;
}
.pop__box.pc .pop__breakpoint_box .pop__breakpoint .swiper-wrapper .swiper-slide:hover .product__list_hover {
    left: 0;
    opacity: 1;
}
.pop__box.pc .pop__breakpoint_box .swiper-button-next {
    position: absolute;
    right: -5rem;
    top: 50%;
    width: 5rem;
    height: 5rem;
    background-color: red;
    z-index: 3;
    transform: translateY(-50%);
}
.pop__box.pc .pop__breakpoint_box .swiper-button-prev {
    position: absolute;
    left: -5rem;
    top: 50%;
    width: 5rem;
    height: 5rem;
    background-color: red;
    z-index: 3;
    transform: translateY(-50%);
}

.sub_box {
    margin-bottom: 8rem;
}
.sub_box.mt-30 {
    margin-top: 3rem;
}
.sub_box .line_box {
    margin-top: 2rem;
}

/*250328 제품정보*/
.box_area .box_item dl dd .text-list li {
    font-size: 1.6rem;
    color: #444;
    line-height: 2.8rem;
}
.box_area .box_item dl dd .text-list li strong {
    font-weight: 700;
}

.bg__gray_colorPack_box_item {
    background: #F7F7F7;
}

.bg__gray_colorPack_box_item .box_area .box_item {
    /*background-color: #f7f7f7;*/
}

.mglr-20 {
    margin:0 2rem;
}

/*// 250328*/
@media screen and (max-width: 992px) {
    html {
        font-size: 0.75vw;
    }
}
@media screen and (max-width: 766px) {
    html {
        font-size: 62.5%;
    }
}
@media screen and (min-width: 766px) {
    .pop__box .pop__breakpoint_box .pop__breakpoint {
        height: 24rem;
    }
    .pop__box {
        border-radius: 2rem 2rem 0 0;
        /*241113 다른제품보기 수정에 따른 클래스 추가*/
    }
    .pop__box a.pop__box_link {
        height: 13.2rem;
        font-size: 3.8rem;
        line-height: 5.2rem;
    }
    .pop__box a.pop__box_link i {
        width: 1.8rem;
        height: 3.6rem;
    }
    .pop__box .pop__breakpoint_box {
        padding-bottom: 10rem;
    }
    .pop__box .pop__breakpoint_box .pop__breakpoint .swiper-slide {
        width: 24rem;
        height: 24rem;
        flex: 0 0 24rem;
        padding: 3.3rem;
        border-radius: 2rem;
    }
    .pop__box .pop__breakpoint_box .swiper-scrollbar {
        top: 4rem;
        background-color: #e5e5e5;
    }
    .pop__box .pop__breakpoint_box .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #162da1;
    }
    .product__view_small_box .product__view_small {
        width: 33rem;
    }
    .product__view_small_box .product__view_small .swiper-slide {
        height: 10rem;
        flex: 0 0 auto;
        border-radius: 3rem;
    }
    .product__view_small_box .swiper-button-next {
        right: calc(50% - 21rem);
    }
    .product__view_small_box .swiper-button-prev {
        left: calc(50% - 21rem);
    }
    .box_area .box_item {
        padding: 4rem;
        display: flex;
    }
    .box_area .box_item img {
        width: 6rem;
        height: 6rem;
    }
    .box_area .box_item dl {
        margin-top: 0;
        margin-left: 4rem;
    }
    .box_area .box_item dl dt {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }
    .box_area .box_item dl dd {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    .box_area .box_item dl dd .text-list li {
        font-size: 2rem;
        color: #444;
        line-height: 3.2rem;
    }
    .box_area .box_item dl dd .text-list li strong {
        font-weight: 700;
    }
    /*250328*/
    .tit-nth2 {
        margin-top: 20px;
    }
    /*//250328*/
    .section.pd__type_sub:last-child {
        padding: 18rem 3rem 18rem;
    }
    .line_box {
        position: relative;
        border: 1px dashed #ccc;
        padding: 3rem;
        border-radius: 1.6rem;
    }
    
    .line_box li {
        color: #777;
        font-size: 2rem;
        line-height: 2.8rem;
        padding-left: 1rem;
        margin-bottom: 1rem;
        /* white-space: nowrap; */
    }
    .line_box li::before {
        position: absolute;
        content: "";
        margin-top: 1.2rem;
        margin-left: -1rem;
        display: inline-block;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 5rem;
        background: #222;
    }
    /*250401  margin-top: -1.6rem;*/
    .sub__visual_textBox {
        margin-top: -3.6rem;
    }
    /*241113 다른제품보기 수정에 따른 클래스 추가*/
    .pop__box a.pop__box_link {
        max-width: 144rem;
        margin: 0 auto;
    }
    /*//end*/
    .pop__breakpoint_box {
        max-width: 144rem;
        margin: 0 auto;
    }
    .p__text {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .flex__area {
        display: flex;
    }
    .flex__area.tit_box {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .product__box {
        margin-top: 8rem;
    }
    .product__box.inlineFlex {
        margin-top: 6rem;
    }
    .sub__visual_area {
        bottom: 14rem;
    }
    .sub__visual_area .sub__visual_tit {
        font-size: 6.4rem;
        line-height: 7.6rem;
    }
    .sub__visual_area .sub__visual_text {
        font-size: 3rem;
        line-height: 4.2rem;
        margin-top: 2.4rem;
    }
    .sub__text_area_tit {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-right: 2rem;
        font-size: 5.6rem;
        line-height: 6.4rem;
    }
    /*250327*/
    .tab-contents .sub__text_area_tit {
        color: #111111;
    }
    /*//250327*/
    .field-insert:not(.is-textarea) {
        position: relative;
        height: 6.4rem;
    }
    .field-insert select {
        font-size: 1.8rem;
        line-height: 2.8rem;
        min-width: 14rem;
        padding-right: 3.5rem;
        height: 100%;
    }
    .sub__visual {
        position: relative;
        width: 100%;
        height: 65.9rem;
        background-color: gray;
    }
    .sub__visual.product_01 {
        background: url('../../assets/images/product/img_product_visual_01_pc.jpg') no-repeat 50% 50%/cover gray;
    }
    .sub__visual.product_02 {
        background: url(../../static/images/product/img_product_visual_02_pc.jpg) no-repeat 50% 50%/cover gray;
    }
    .sub__visual.product_03 {
        background: url(../../static/images/product/img_product_visual_03_pc.jpg) no-repeat 50% 50%/cover gray;
    }
    .sub__visual.product_04 {
        background: url(../../static/images/product/img_product_visual_04_pc.jpg) no-repeat 50% 50%/cover gray;
    }
    .sub__visual_location_box {
        position: absolute;
        right: 3rem;
        top: -17rem;
    }
    .section.pd__type_sub {
        padding: 18rem 1.6rem 6rem;
    }
    .section.pd__type_sub.pt250 {
        max-width: 144rem;
        margin: 0 auto;
        padding: 25rem 1.6rem 0;
    }
    #wrap:not(.main) .section-contents.pt0 {
        padding-top: 0;
    }
    .product__box {
        position: relative;
    }
    .product__box.inlineFlex {
        display: inline-flex;
        width: 100%;
    }
    .product__box .sub_box {
        width: 100%;
        margin-left: 6rem;
        margin-top: 0 !important;
    }
    .product__box .sub_box .sub__text_area_02 {
        /* 제품상세 241112
        display: flex;
        align-items: end;
        */
    }
    .product__box .sub_box .sub__text_area_02 .p__text {
        color: #777;
        font-weight: 500;
    }
    .product__box .sub__text_area_tit_03 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        /*241113*/
    }
    .product__box .sub__text_area_tit_03 ~ .p__text {
        font-size: 1.8rem;
        line-height: 3rem;
        /*margin-left: 1.2rem;*/
        margin-top: 0;
    }
    .sub__text_area_tit_03 {
        font-size: 3.8rem;
        line-height: 5.2rem;
    }
    .sub__text_area_tit_03 ~ .p__text {
        font-size: 1.8rem;
    }
    .product__view {
        display: flex;
    }
    .product__view .product__view_small_box .product__view_small::before,
    .product__view .product__view_small_box .product__view_small::after {
        display: none;
    }
    .product__view .product__view_bigImg {
        width: 60rem;
        height: 60rem;
        margin-top: 0 !important;
        margin: inherit;
        /* margin-left: 7.9rem; */
    }
    .product__view .product__view_bigImg .swiper-slide {
        height: 60rem;
        margin: inherit;
        padding-bottom: 14rem;
    }
    .product__view .product__view_small_box {
        margin: 0;
        position: relative;
        bottom: 0;
        overflow: hidden;
    }
    .product__view .product__view_small_box .product__view_small::before,
    .product__view .product__view_small_box .product__view_small::after {
        display: none;
    }
    .product__view .product__view_bigImg {
        width: 60rem;
        height: 60rem;
        margin-top: 0 !important;
        margin: inherit;
        /* margin-left: 7.9rem; */
    }
    .product__view .product__view_bigImg .swiper-slide {
        height: 60rem;
        margin: inherit;
    }
    .product__view .product__view_small_box {
        margin: 0;
        overflow: hidden;
        width: 60rem;
        /* margin-left: 7.9rem; */
        transform: translateY(-13rem);
        z-index: 4;
    }
    .pop__box.pc {
        display: block;
        padding-bottom: 18rem;
    }
    .tab__round {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .tab__round .tab__round_btn {
        min-width: 12rem;
        height: 5.2rem;
    }
    .product__list_box {
        height: 32.8rem;
        padding: 2.4rem;
    }
    .product__list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3.2rem;
    }
    .product__list_item:nth-last-child(-n+4) {
        margin-bottom: 3.2rem;
    }
    .product__list_s_tit {
        left: 2.4rem;
        top: 2.4rem;
    }
    .sub__visual + .section-contents {
        padding-top: 18rem !important;
    }
    .sub__visual.product_01 {
        height: 65.9rem;
    }
    .sub__visual_area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        display: inline-block;
        padding: 0 3rem;
        max-width: 150rem;
    }
    .line_box.mt-20 {
        margin-top: 2rem;
    }
    .box_area {
        margin-top: 6rem;
    }
    /*250327*/
    .section.pd__type_sub_v2 {
        padding: 18rem 1.6rem 18rem 6rem;
    }
    /*250328*/
    .section.pd__type_sub_v3 {
        padding: 18rem 1.6rem 18rem 0rem;
    }
    .bg__gray_colorPack_box_item {
        background: #F7F7F7;
    }
    .bg__gray_colorPack_box_item .box_area .box_item {
        background-color: #fff;
    }
    .section {
        /*250402*/
        /*글라스 , 컬러팩*/
    }
    .section.section.pd__type_sub_v2 {
        padding: 18rem 0rem 18rem;
    }
    /*비즈니스*/
    .section.section.pd__type_sub_colorPack {
        padding: 0rem 0rem 18rem;
    }
}
@media screen and (max-width: 1590px) {
    .sub__visual_location_box {
        top: -12.5rem;
    }
}

.mgt-30 {margin-top:3rem;}

/*241113 다른제품보기 링크 추가 - 여백추가 수정*/
.pop__box .pop__breakpoint_box .pop__breakpoint .swiper-slide a.pro-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: calc(100% - 3rem);
    height: 100%;
    flex-direction: column;
    transition: opacity 0.5s;
    margin: 0 1.5rem;
}

/*241107 제품소개 추가*/
.data-tabs {
    margin-top: 8rem;
}

.tabs {
    display: flex;
}

.tabs li a {
    display: block;
    font-size: 1.8rem;
    padding: 2rem 3.6rem;
    border-radius: 50px;
    color: #aaaaaa;
    font-weight: 700;
}

.tabs li.on a {
    background-color: #000081;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    /*제품소개 상세*/
    .tabs li a {
        font-size: 1.6rem;
        padding: 1.8rem 3.2rem;
    }
}
@media screen and (min-width: 766px) {
    /*제품소개 상세*/
    .data-tabs {
        margin-top: 6rem;
    }
}
@media screen and (max-width: 766px) {
    /*제품소개 상세*/
    .data-tabs {
        margin-top: 2.8rem;
    }
    .tabs li a {
        font-size: 1.2rem;
        padding: 1.4rem 1.4rem;
    }
    .product__box {
        margin-top: 2.8rem;
    }
    .section.pd__type_sub.mo_pd_ty_sub {
        padding-bottom: 0;
    }
    /*241113-다른제품보기 폰트사이즈 수정*/
    .product__list_hover p {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: center;
    }
    .product__list_hover span {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: 1.2rem;
    }
}
html {
    scroll-behavior: smooth;
}

#wrap:not(.main) .section-contents.pt-0 {
    padding-top: 0 !important;
}

.sub__visual[class*=business_visual] {
    z-index: 0;
}
.sub__visual[class*=business_visual] .sub__visual_area {
    bottom: 50%;
}

@media screen and (max-width: 766px) {
    .business_visual {
        height: 42.2rem;
    }
    .business_visual .sub__visual_inner {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .business_visual .sub__visual_inner .sub__visual_area {
        /*position: initial;*/
        bottom: 33%;
    }
    .business_visual .sub__visual_inner .sub__visual_area .sub__visual_location_box {
        margin-bottom: 24px;
    }
}
.sub__visual.business_visual_01 {
    background: url(../../static/images/business/business_visual_img01_mo.jpg) no-repeat bottom center/cover gray;
}

.sub__visual.business_visual_02 {
    background: url(../../static/images/business/business_visual_img02_mo.jpg) no-repeat bottom center/cover gray;
}

.sub__visual.business_visual_03 {
    background: url(../../static/images/business/business_visual_img03_mo.jpg) no-repeat bottom center/cover gray;
}

.sub__visual.business_visual_04 {
    background: url(../../static/images/business/business_visual_img04_mo.jpg) no-repeat bottom center/cover gray;
}

.sub__visual.business_visual_05 {
    background: url(../../static/images/business/business_visual_img05_mo.jpg) no-repeat bottom center/cover gray;
}

.sub__visual.business_visual_06 {
    background: url(../../static/images/business/business_visual_img06_mo.jpg) no-repeat bottom center/cover gray;
}

.busi_img {
    margin-top: 1.6rem;
}
.busi_img .img_box {
    text-align: center;
}
.busi_img .img_box img {
    width: 11.8rem;
}
.busi_img .img_box p {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-top: 1.6rem;
}

.section_box {
    position: relative;
    padding: 8rem 0;
    background-color: #fff;
}
.section_box .section_inner {
    padding: 0 1.6rem;
}
.section_box.pt0 {
    padding-top: 0;
}
.section_box.bus01 {
    padding: 8rem 0 23.8rem;
}
.section_box.bus01::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 9rem;
    width: 25.3rem;
    height: 12.7rem;
    background: url(../../static/images/business/business_bg_img01.png) no-repeat 0 0/100% auto;
}
.section_box.bg_gray {
    background-color: #f7f7f7;
}
.section_box .tab-type-a {
    flex-wrap: nowrap;
    margin-top: 2rem;
}
.section_box .tab-type-a .tab-item.on a {
    background-color: #222;
}
.section_box .tab-type-a .tab-item a {
    padding: 1.2rem 1.6rem;
}

/*250401 height: 14.4rem; margin-top: -14.4rem;*/
.tab__boxMenu {
    position: sticky;
    top: 0;
    width: 100%;
    height: 7.2rem;
    z-index: 1;
    margin-top: -7.2rem;
    z-index: 4;
}
.tab__boxMenu_inner {
    display: flex;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    backdrop-filter: blur(1rem);
    /*// 250401 font-size: 2.4rem;  font-size: 1.4rem;*/
}
.tab__boxMenu_inner a {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    height: 100%;
    flex: 1;
    padding: 0 1.6rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    background: rgba(0, 0, 0, 0.4);
}
.tab__boxMenu_inner a em {
    font-size: 1.2rem;
    line-height: normal;
    margin-bottom: 0.2rem;
    font-weight: 500;
}
.tab__boxMenu_inner a.on {
    color: #111;
    background-color: #fff;
}

.step__box {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    padding-top: 0.6rem;
    margin-top: 4rem;
}
.step__box_item {
    position: relative;
    padding-right: 2.7rem;
    padding-top: 0.9rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
    color: #c4c4c4;
    border: 0;
    background-color: transparent;
    text-align: left;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}
.step__box_item em {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2rem;
    color: #c4c4c4;
    margin-bottom: 0.4rem;
    transition: 0.3s;
}
.step__box_item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.3rem;
    left: 0rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e4e4e4;
    border-radius: 5rem;
    transition: 0.3s;
}
.step__box_item.on {
    color: #111111;
}
.step__box_item.on em {
    color: #2f75ff;
}
.step__box_item.on::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.6rem;
    left: -0.3rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #2f75ff;
    border-radius: 5rem;
    opacity: 0.2;
    transition: 0.3s;
}
.step__box_item.on::after {
    background-color: #2f75ff;
}
.step__box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.55rem;
    left: 0;
    width: calc(100% - var(--last-button-width, 5rem)); /* Dynamically set width */
    height: 0.1rem;
    background-color: #e4e4e4;
}

.section_box .sub-title-area strong {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 4.2rem;
}
.section_box .sub-title-area .text {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 1rem;
    color: #777;
    max-width: 55.5rem;
    word-break: keep-all;
}
.section_box .sub-title-area .text.per100 {
    max-width: 100%;
}
.section_box .sub-title-area .ft-20 {
    font-size: 2rem;
    line-height: 2.8rem;
}
.section_box .sub-title-area .ft-30 {
    font-size: 3rem;
    line-height: 3.8rem;
}
.section_box .sub-title-area .ft-28 {
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.business_flex {
    display: block;
}
.business_flex .business_text_list {
    margin-top: 4rem;
    font-size:2.4rem;
    display: flex;
    justify-content:center;
    align-items: center;
}

.business_text_list {
    margin-top: 8rem
}
.business_text_list_item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 2.9rem 0;
    border-bottom: 0.1rem solid #e3e3e3;
}
.business_text_list [class*=icon] {
    width: 3rem;
    height: 3rem;
}
.business_text_list .icon_01 {
    background: url(../../static/images/business/business_icon_01.png) no-repeat 0 0/100% auto;
}
.business_text_list .icon_02 {
    background: url(../../static/images/business/business_icon_02.png) no-repeat 0 0/100% auto;
}
.business_text_list .icon_03 {
    background: url(../../static/images/business/business_icon_03.png) no-repeat 0 0/100% auto;
}
.business_text_list .icon_04 {
    background: url(../../static/images/business/business_icon_04.png) no-repeat 0 0/100% auto;
}
.business_text_list strong {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    flex: 0 0 11.8rem;
}
.business_text_list p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.business_box_list {
    display: block;
    gap: 2.4rem;
    margin-top: 4rem;
}
.business_box_list li .text {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-top: 2.4rem;
}
.business_box_list li .s_text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 0.8rem;
}
.business_box_list li ~ li {
    margin-top: 3.6rem;
}

.pro_pro_process__view {
    margin-top: 2.4rem;
}

.pro_process__box {
    position: relative;
    display: block;
    height: 100%;
    overflow: visible; /* Allows pagination to be visible */
}
.pro_process__box.on {
    display: block;
    opacity: 1;
    position: static; /* Or your desired position */
    pointer-events: auto;
}
.pro_process__box .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    gap: 0.8rem;
}
.pro_process__box .swiper-pagination-bullet {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5rem;
}
.pro_process__box .swiper-pagination-bullet:first-child:last-child {
    display: none;
}
.pro_process__box .swiper-pagination-bullet-active {
    background: #2f75ff;
}
.pro_process__box .swiper-scrollbar {
    height: 0.3rem;
    margin-top: 2rem;
}
.pro_process__box .text_box {
    margin-top: 2.6rem;
}
.pro_process__box .text_box strong {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.8rem;
}
.pro_process__box .text_box .text {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 0.8rem;
    color: #777;
}

.swiper.pro_process_smallSwiper {
    display: none;
}

.pro_process__box .swiper .swiper-container {
    border-radius: 4rem;
    overflow: hidden;
}

/*250401 - 디자인 사이즈 안맞음!! */
.pro_process__box .swiper .swiper-slide img {
    max-width: 640px;
    width: 100%;
}

/*제품소식*/
.new-tabs-conts .tab-type-a {
    flex-wrap: nowrap;
    margin-top: 2rem;
}

.new-tabs-conts .tab-type-a .tab-item a {
    padding: 1.2rem 1.6rem;
}

.new-tabs-conts .tab-type-a .tab-item.on a {
    background-color: #222;
}

/*주요소식*/
.tab-type-a .tab-item a.dong-a:after {
    content: "";
    margin-left: 0.4rem;
    display: inline-block;
    width: 1.2rem;
    height: 1.3rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 2.34375L1.84375 10.6514' stroke='%23aaa' stroke-linecap='round'/%3E%3Cpath d='M2.76562 2.34375H10.1502V9.72837' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

/*사업부소개 플라텍 관련 인증*/
.busi_img .img_box .img_box_link {
    display: block;
}

.section_noMove_box {
    position: relative;
    padding: 8rem 0;
    background-color: #fff;
}

@media screen and (max-width: 766px) {
    .new-tabs-conts .page-menu-list {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    /*주요소식*/
    .tab-type-a .tab-item a.dong-a:after {
        width: 0.8rem;
        height: 0.8rem;
    }
}
@media screen and (min-width: 766px) {
    .tab__boxMenu_inner a {
        font-size: 2.4rem;
    }
    .new-tabs-conts .tab-type-a .tab-item a {
        font-size: 1.8rem;
        line-height: 2rem;
        padding: 1.6rem 3.6rem;
    }
    .new-tabs-conts .tab-type-a {
        flex-wrap: nowrap;
        margin-top: 2.2rem;
    }
    .tab__boxMenu {
        height: 14.4rem;
        margin-top: -14.4rem;
    }
    .tab__boxMenu a {
        padding: 0 4rem;
    }
    .tab__boxMenu a em {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
}
@media screen and (min-width: 992px) {
    /*글라스 사업부 추가 250327 개선 12rem */
    .step__box {
        margin-top: 7rem !important;
    }
    /*글라스 사업부 개선으로 인한 수정 - 250327 8rem  */
    .pro_pro_process__view {
        margin-top: 6.2rem !important;
    }
    /*글라스 사업부 추가 250327 개선 */
    /*flex-wrap: wrap;flex-direction: column;width: 25.9rem;*/
    .step__box {
        padding-top: 0;
        /*글라스 사업부 추가 250327 개선 margin-bottom: 6.5rem; */
        /*글라스 사업부 개선으로 인한 수정 - 250327 */
    }
    .step__box_item {
        /*
        padding-top: 0;
        padding-left: 2rem;
        font-size: 2.4rem;
        line-height: 3.3rem;
        margin-bottom: 0rem;
        */
        position: relative;
        padding-right: 2.7rem;
        padding-top: 2.1rem;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.8rem;
        color: #c4c4c4;
        border: 0;
        background-color: transparent;
        text-align: left;
        transition: 0.3s;
    }
    .step__box_item::before {
        /*
        content: "";
        display: inline-block;
        position: absolute;
        top: 0.55rem;
        left: 0;
        width: calc(100% - var(--last-button-width, 5rem));
        height: 0.1rem;
        background-color: #e4e4e4;
        */
    }
    .step__box_item em {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.4rem;
    }
    .step__box_item::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: -0.3rem;
        left: -0.2rem;
        width: 1rem;
        height: 1rem;
        background-color: #e4e4e4;
        border-radius: 5rem;
    }
    .step__box_item.on {
        color: #111111;
    }
    .step__box_item.on em {
        color: #2f75ff;
    }
    .step__box_item.on::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: -0.8rem;
        left: -0.7rem;
        width: 2rem;
        height: 2rem;
        background-color: #2f75ff;
        border-radius: 5rem;
        opacity: 0.2;
    }
    .step__box_item.on::after {
        background-color: #2f75ff;
    }
    .step__box::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0.58rem;
        left: 0;
        width: 100%;
        height: 0.1rem;
        background-color: #e4e4e4;
    }
    .step__box::before {
        /*
        width: 0.1rem;
        height: calc(
          100% - var(--last-button-height, 100%)
        );
        */
        /* Full height minus last button height */
        left: 0.2rem;
    }
    /*글라스 사업부 개선으로 인한 수정 - 250327 */
    .flex_mo {
        /*display: flex;*/
    }
    .pro_pro_process__view {
        width: 100%;
    }
    .pro_process__box {
        position: relative;
        display: flex;
    }
    .pro_process__box .swiper {
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
    }
    .pro_process__box .swiper .swiper-container {
        overflow: hidden;
        width: 64rem;
        border-radius: 4rem;
    }
    .pro_process__box.on {
        display: flex;
    }
    .pro_process__box .swiper-pagination {
        position: absolute;
        left: 146%;
        top: 63.4rem;
        bottom: inherit;
        z-index: 2;
        display: flex;
        gap: 0rem;
        width: 49.1rem;
        background: #e5e5e5;
    }
    .pro_process__box .swiper-pagination-bullet {
        display: inline-block;
        height: 0.3rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        width: auto; /* 기본적으로 너비를 auto로 설정 */
        flex: 1; /* 유연한 너비를 위해 flex 설정 */
    }
    .pro_process__box .swiper-pagination-bullet:first-child:last-child {
        display: none;
    }
    .pro_process__box .swiper-pagination-bullet-active {
        background: #162da1;
    }
    .pro_process__box .swiper-scrollbar {
        width: auto;
        height: 0.3rem;
        margin-top: 2rem;
    }
    .pro_process__box .text_box {
        margin-left: 5rem;
    }
    .pro_process__box .text_box strong {
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 5.8rem;
    }
    .pro_process__box .text_box .text {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-top: 4rem;
        min-height: 23rem;
    }
    .pro_process__box .swiper.pro_process_smallSwiper {
        display: block;
        max-width: 100%;
        height: 23.5rem;
        margin-left: 5rem;
        position: absolute;
        top: 36rem;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .icon {
        display: block;
        width: 8rem;
        height: 8rem;
        position: absolute;
        right: -4rem;
        top: 7.5rem;
        background: url(../../static/images/business/business_ico_aroow.png) no-repeat 0 0/8rem auto;
        z-index: 3;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .icon.iconNone {
        display: none;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-slide {
        position: relative;
        border-radius: 4rem;
        overflow: hidden;
        /*border: 2px solid #162da1;*/
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-slide img {
        vertical-align: top;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-slide::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 4rem;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-slide.swiper-slide-thumb-active {
        border: 2px solid #162da1;
        border-radius: 4rem;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-slide.swiper-slide-thumb-active::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 4rem;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-container {
        max-width: 49rem;
    }
    .pro_process__box .swiper.pro_process_smallSwiper .swiper-slide {
        width: auto;
        height: 100%;
    }
}
@media screen and (min-width: 766px) {
    .busi_img {
        margin-top: 8rem;
    }
    .busi_img .img_box {
        text-align: left;
        width: 21.8rem;
        text-align: center;
    }
    .busi_img .img_box img {
        width: 21.8rem;
    }
    .busi_img .img_box p {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-top: 3rem;
    }
    .pro_pro_process__view {
        margin-top: 8rem;
    }
    .pro_pro_process__view {
        margin-top: 2.6rem;
    }
    /*test  margin-top: 7rem;*/
    /*글라스 사업부 추가 250327 개선 display: inline-flex; &:last-child margin-bottom: 0;*/
    .step__box {
        margin-top: 4rem;
        /*add */
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between; /*250403  test*/
        flex-wrap: nowrap;
        padding-top: 0.6rem;
        /*250327 add */
    }
    .step__box_item {
        position: relative;
        padding-right: 2.7rem;
        padding-top: 2.1rem;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.8rem;
        color: #c4c4c4;
        border: 0;
        background-color: transparent;
        text-align: left;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        /*width:20%; 250403 test*/
    }
    .step__box_item:last-child {
        width: 13.5rem; /* */ /*250403 */
    }
    .step__box em {
        display: block;
        margin-top: -0.5rem;
    }
    .sub__visual.business_visual_01 {
        background: url(../../static/images/business/business_visual_img01.jpg) no-repeat 0 0/cover gray;
    }
    .sub__visual.business_visual_02 {
        background: url(../../static/images/business/business_visual_img02.png) no-repeat 0 0/cover gray;
    }
    .sub__visual.business_visual_03 {
        background: url(../../static/images/business/business_visual_img03.jpg) no-repeat 0 0/cover gray;
    }
    .sub__visual.business_visual_04 {
        background: url(../../static/images/business/business_visual_img04.jpg) no-repeat 0 0/cover gray;
    }
    .sub__visual.business_visual_05 {
        background: url(../../static/images/business/business_visual_img05.jpg) no-repeat 0 0/cover gray;
    }
    .sub__visual.business_visual_06 {
        background: url(../../static/images/business/business_visual_img06.jpg) no-repeat 0 0/cover gray;
    }
    .section.bg__gray {
        background-color: #f7f7f7;
    }
    .section_box {
        padding: 18rem 0;
        background-color: #fff;
    }
    .section_box.pd12 {
        padding: 12rem 0;
    }
    .section_box.pd12.pt0 {
        padding-top: 0;
    }
    .section_box.bg_gray {
        background-color: #f7f7f7;
    }
    .section_box .section_inner {
        max-width: 144rem;
        margin: 0 auto;
        padding: 0 3rem;
        box-sizing: content-box;
    }
    .section_box.bus01 {
        padding: 18rem 0 10rem;
    }
    .section_box.bus01::after {
        left: 0;
        bottom: 9rem;
        width: 58rem;
        height: 29.1rem;
    }
    .section_box .sub-title-area strong {
        font-size: 5.6rem;
        line-height: 6.4rem;
    }
    .section_box .sub-title-area .text {
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin-top: 2.2rem;
    }
    .section_box .sub-title-area .text.fs-20 {
        font-size: 2rem;
        list-style: 2.8rem;
    }
    .section_box .sub-title-area .ft-30 {
        font-size: 3rem;
        line-height: 3.8rem;
    }
    .section_box .sub-title-area .ft-28 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
    .section_box .tab-type-a {
        flex-wrap: nowrap;
        margin-top: 2.2rem;
    }
    .section_box .tab-type-a .tab-item a {
        /*250401 - 모바일 pc 수정 font-size: 1.8rem;*/
        font-size: 2.4rem;
        line-height: 2rem;
        padding: 1.6rem 3.6rem;
    }
    .tab__boxMenu_inner {
        max-width: 144rem;
        margin: 0 auto;
    }
    .business_flex {
        display: flex;
        justify-content: space-between;
        gap: 3rem;
    }
    .business_flex .business_text_list {
        margin-top: 8rem;
        width: 67.5rem;
    }
    .business_text_list_item {
        position: relative;
        gap: 0.8rem;
        padding: 5.4rem 0;
    }
    .business_text_list_item:last-child {
        border-bottom: 0;
    }
    .business_text_list [class*=icon] {
        width: 5.6rem;
        height: 5.6rem;
        position: absolute;
        right: 0;
    }
    .business_text_list strong {
        font-size: 4rem;
        line-height: 4.8rem;
        flex: 0 0 20rem;
    }
    .business_text_list p {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.8rem;
        flex: 0 0 38rem;
    }
    .business_box_list {
        display: flex;
        gap: 2.4rem;
        margin-top: 4rem;
    }
    .business_box_list li .text {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 3.2rem;
        margin-top: 2.4rem;
    }
    .business_box_list li .s_text {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem;
        margin-top: 0.8rem;
    }
    .business_box_list li .s_text.fs-18 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .business_box_list li ~ li {
        margin-top: 0rem;
    }
    .section_noMove_box {
        position: relative;
        padding: 18rem 0;
        background-color: #fff;
    }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
    html {
        font-size: 0.65vw;
    }
}
.sub_cont__visual .sub_cont__visual_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-conts {
    display: none;
}

.add-conts.on {
    display: block;
}

.img__banner {
    margin-bottom: 2.4rem;
}

.tab-content {
    display: none;
}

.tab-content.on {
    display: block;
}

.tab-contents {
    /*margin-top: 2.4rem;*/
}

.tab-contents .tab-content {
    font-size: 2rem;
    line-height: 3.2rem;
    color: #777;
}

.tab-content .tab-cont-tit {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin-top: 2.6rem;
    color: #222;
}

.description-text-wrap {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 0.8rem;
    color: #777;
}

.img-list {
    margin-top: 2.6rem;
}

/* 250401 scrollbar-width: none;*/
.img-list ul {
    gap: 20px;
    justify-content: flex-start;
    /* margin: 0 -1.6rem;padding: 0 1.6rem;*/
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

/*
.window-mo{
  .img-list ul{
    padding-bottom: 26px;
    ::-webkit-scrollbar {
      display: block;
      background: #ECECEC;
      scrollbar-color:#777;
      width: 100%;
      height: 2px;
      -webkit-appearance: auto;
    }
  }
}
*/
.img-list ul.img-list-scroll-x {
    /*display: block;*/
}

.img-list ul.img-list-scroll-x li {
    display: inline-block;
}

.img-list ul li {
    /* width: 21.8rem;*/
}

.img-list ul li:last-child {
    gap:0
}

.img-list ul li a {
    display: block;
}

.img-list ul li .content-img {
    position: relative;
    margin-bottom:1rem;
}

.img-list ul li .content-img img {
    width: 336px;
    border:1px solid #E5E5E5;
    border-radius: 2rem;
}

.img-list ul li .content-img span {
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid #777;
    color: #777;
    border-radius: 2px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

/*250328*/
.img-list ul {
    display: flex;
}

.img-list ul li .text-label {
    color: #111;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    width: 140px;
    overflow: hidden;
    word-break: break-all;
    white-space: wrap;
    display: none;
}

.new-section-ty1 .img-list ul li .text-label {
    font-size: 2rem;
    display: block;
}

.new-section-ty1 .tab-content .tab-cont-tit {
    margin-top: 4rem;
    font-size: 2.4rem;
}

.new-section-ty1 .img-list ul li .content-img span {
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
} /*top: 1rem; left:1rem;*/
.table-row {
    display: table-cell;
}

.table-cell {
    display: table-cell;
}

/*제품정보*/
.short-text {
    margin-top: 0.8rem;
}

/*상세 컨텐츠*/
.new-section-ty1 .tab-content .sub__text_area_tit {
    color: #444;
}

.new-section-ty1 .img-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.new-section-ty1 .img-list ul li {
    width: calc(50% - 10px);
}

.new-section-ty1 .img-list ul li img {
    width: 100%;
    max-width: none;
}

/*250402 구조변경 */
.product-info-wrap {
    padding-top: 8rem;
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .new_flex_mo {
        /*display: flex;*/
    }
    .tab-content .tab-cont-tit {
        margin-top: 4rem;
        font-size: 3.8rem;
        font-weight: 700;
    }
    .description-text-wrap {
        margin-top: 4rem;
        font-size: 2rem;
        line-height: 3.2rem;
    }
    .img-list {
        margin-top: 4rem;
    }
    /*
    .img-list ul {
      gap:50px;
    }
    */
    .img-list ul li {
        width: 330px;
    }
    /*width: 207px;*/
}
@media screen and (min-width: 766px) {
    .tab-content .tab-cont-tit {
        margin-top: 8rem;
    }
    .img__banner {
        margin-bottom: 3rem;
    }
    .img-list {
        margin-top: 6rem;
    }
    .img-list ul {
        gap: 40px;
    }
    .img-list ul.img-list-scroll-x {
        display: flex;
    }
    /* 250328 */
    .img-list ul li .content-img span {
        position: absolute;
        top: 2rem;
        left: 2rem;
        padding: 0.4rem 0.8rem;
        border: 1px solid #777;
        color: #777;
        border-radius: 2px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.5;
    }
    .img-list ul li .text-label {
        font-size: 2rem;
        width: auto;
        display: block;
    }
    .tab-content .tab-cont-tit {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    /*탭 컨텐츠 아님 별도 클래스 추가 250327 */
    .tab-contents.new-section-ty1 {
        margin-top: 3rem;
    }
    .tab-contents.new-section-ty1 .description-text-wrap {
        margin-top: 1.8rem;
    }
    .new-section-ty1 .tab-content .tab-cont-tit {
        font-size: 3rem;
        margin-top: 8rem;
    }
    .new-section-ty1 .img-list {
        margin-top: 3rem;
    }
    .new-section-ty1 .img-list ul {
        flex-wrap: nowrap;
        gap: 0 32px;
    }
    .new-section-ty1 .img-list ul li {
        width: 25%;
    }
    .new-section-ty1 .img-list ul li .content-img span {
        position: absolute;
        top: 2.3rem;
        left: 2.3rem;
        padding: 0.4rem 0.8rem;
        border: 1px solid #777;
        color: #777;
        border-radius: 2px;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
    }
    .new-section-ty1 .img-list ul li .text-label {
        color: #222;
        font-size: 2.8rem;
        font-weight: 500;
        margin-top: 1rem;
    }
    .new-section-ty1 .img-list ul li .content-img img {
        /* max-width: none; */
    }
    /*제품정보*/
    .short-text {
        margin-top: 2rem;
    }
    .box_area .box_item dl dd .text-list li strong.fb-title {
        color: #444;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 3.2rem;
        display: block;
        margin-bottom: 1rem;
    }
    .product-info-wrap {
        padding-top: 18rem;
        margin-top: 0;
    }
}
@media screen and (max-width: 766px) {
    .section_box.new_bg_area {
        padding-top: 4rem;
    }
    .sub_cont__visual {
        height: 22.2rem;
    }
    /*
    .img-list ul {
      gap: 10px;
      scrollbar-width: none;
    }
    */
    .img-list ul li .content-img span {
        font-size: 14px;
        top: 10px;
        left: 10px;
        padding: 2px 7px;
        line-height: 20px;
    }
    .img-list ul li .content-img img {
        max-width: none;
        height: auto;
        width: 100%;
        width: 140px;
    }
    /*250327 */
    .new-section-ty1 .img-list ul li img {
        width: 100%;
        height: auto;
    }
    /*250401*/
    .img-list ul.img-list-scroll-x {
        position: relative;
        padding-bottom: 26px;
        /*
        &::-webkit-scrollbar {
          display: block;
          scrollbar-color:#777;
          width: 100%;
          height: 2px;
          -webkit-appearance: auto;
          scrollbar-width: auto;
        }
        &::-webkit-scrollbar:hover {
          display: block;opacity: 1;
        }
        &::-webkit-scrollbar-thumb {
            background-color: #777;
            border-radius: 0;
        }
        &::-webkit-scrollbar-track {
          background-color: #ECECEC;
        }
        */
    }
    /*

    */
    .img-list ul.img-list-scroll-x::-webkit-scrollbar {
        display: block;
        scrollbar-color: #777;
        width: 100%;
        height: 2px;
        -webkit-appearance: auto;
        scrollbar-width: auto;
    }
    .img-list ul.img-list-scroll-x::-webkit-scrollbar:hover {
        display: block;
        opacity: 1;
    }
    .img-list ul.img-list-scroll-x::-webkit-scrollbar-thumb {
        background-color: #777;
        border-radius: 0;
    }
    .img-list ul.img-list-scroll-x::-webkit-scrollbar-track {
        background-color: #ECECEC;
    }
    /*
    .window-mo {
      ::-webkit-scrollbar {
        display: block;
        width: 100%;
        height: auto;
        background: #ECECEC;
        -webkit-appearance: auto;
      }
    }
    */
}
@media screen and (min-width: 766px) {
    .sub_cont__visual {
        position: relative;
        width: 100%;
        height: 42.2rem;
        background-color: gray;
        /**background: url(../../static/images/business/business_visual_img02.png) no-repeat 0 0 / cover gray;/;**/
    } /*height: 65.9rem;*/
    .section_box.new_bg_area {
        padding-top: 8rem;
    }
    /*width: 21.8rem;*/
}
/*# sourceMappingURL=map/common.css.map */