.c-faq {
    width: 100%;
    color: #000;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px
}

@media(min-width:992px) {
    .c-faq {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-faq__content {
    grid-column-start: 2;
    grid-column-end: 12;
    display: block
}

.c-faq__content .c-faq_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 23px
}

.c-faq__content .c-faq_left .c-faq-title,
.c-faq__content .c-faq_left .c-faq-title p,
.c-faq__content .c-faq_left em {
    font-style: normal;
    font-size: 56px;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.c-faq__content .c-faq_left .c-faq-title {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    line-height: 1.3
}

.c-faq__content .c-faq_left .e-site-button {
    cursor: pointer;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px
}

.c-faq_List_item {
    width: 100%;
    border-bottom: 1px solid #ddd
}

.c-faq_List_item .c-faq_List_title {
    display: flex;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    padding: 16px 0;
    align-items: center
}

.c-faq_List_item .c-faq_List_title-text {
    font-style: normal;
    flex-basis: 100%;
    padding-right: 20px
}

.c-faq_List_item .c-faq_List_title .c-faq_List_title_icon {
    display: inline-block;
    flex-shrink: 0;
    font-size: 22px;
    font-family: simHei, sans-serif
}

.c-faq_List_item .c-faq_List_content {
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    height: 0;
    overflow: hidden
}

.c-faq_List_item .c-faq_List_content img {
    max-width: 100%
}

@media(min-width:992px) {
    .c-faq__content {
        grid-column-start: 3;
        grid-column-end: 23;
        display: flex;
        width: 100%
    }

    .c-faq__content .c-faq_left {
        width: 432px;
        flex-shrink: 0;
        padding-right: 130px
    }

    .c-faq__content .c-faq_left em {
        font-size: 80px
    }

    .c-faq__content .c-faq_left p {
        padding: 30px 0
    }

    .c-faq__content .c-faq_left button {
        padding: 16px 0;
        font-size: 16px
    }

    .c-faq__content .c-faq_right {
        flex-basis: 100%
    }

    .c-faq__content.c-faq__content--right {
        flex-direction: row-reverse
    }

    .c-faq__content.c-faq__content--right .c-faq_left {
        padding-left: 130px;
        padding-right: 0
    }

    .c-faq_List_item.show .c-faq_List_content {
        height: auto
    }
}

html[lang=ja-JP] .c-faq__content .c-faq_left .c-faq-title,
html[lang=ja-JP] .c-faq__content .c-faq_left .c-faq-title p,
html[lang=ja-JP] .c-faq__content .c-faq_left em {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-faq__content .c-faq_left .c-faq-title,
html[lang=ko-KR] .c-faq__content .c-faq_left .c-faq-title p,
html[lang=ko-KR] .c-faq__content .c-faq_left em {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

@media(min-width:992px) {
    .c-featureslider {
        display: flex;
        align-items: center;
        height: 100vh;
        color: #000
    }

    .c-featureslider__left {
        display: flex;
        width: calc(41.66667vw + 3.33333px);
        height: 100%;
        padding-top: calc(6.25vw + .5px);
        background: #fff200
    }

    .c-featureslider__left-title {
        font-size: 56px;
        line-height: 1;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        padding-right: calc(4.16667vw + .33333px);
        animation: leftAnimate 2s;
        animation-fill-mode: forwards
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-featureslider__left-title {
        font-size: 96px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-featureslider__left-title {
        font-size: 112px
    }
}

@media(min-width:992px) {
    .c-featureslider__left-body {
        font-size: 14px;
        line-height: 1.3;
        padding: 0 calc(8.33333vw + .66667px);
        text-align: start;
        animation: leftAnimate 2s;
        animation-fill-mode: forwards
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-featureslider__left-body {
        font-size: 16px;
        line-height: 1.5
    }
}

@media(min-width:992px) {
    .c-featureslider__swiper {
        width: calc(50vw + 4px);
        margin-right: calc(8.33333vw + .66667px);
        height: calc(37.5vw + 3px);
        overflow: hidden
    }

    .c-featureslider__swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        overflow: hidden
    }

    .c-featureslider__swiper .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: 50%
    }
}

@media(min-width:992px) {
    .c-featureslider__pagination {
        position: absolute;
        bottom: calc(2.5vw + .2px);
        left: calc(8.33333vw + .66667px);
        cursor: pointer
    }

    .c-featureslider__pagination-left {
        margin-right: 20px
    }

    .c-featureslider__pagination>svg {
        width: 15px;
        height: 21px
    }
}

@media(min-width:992px) {
    .c-featureslider__number {
        position: absolute;
        bottom: 0;
        right: calc(8.33333vw + .66667px);
        color: #fff
    }

    .c-featureslider__number-first {
        font-size: 56px;
        line-height: 1
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-featureslider__number-first {
        font-size: 96px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-featureslider__number-first {
        font-size: 112px
    }
}

@media(min-width:992px) {
    .c-featureslider__number-line {
        position: relative;
        padding: 0 8px;
        transform: rotate(20deg)
    }
}

@media(min-width:992px) {
    .c-featureslider__number-last {
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: 2px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-featureslider__number-last {
        font-size: 28px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-featureslider__number-last {
        font-size: 32px
    }
}

@keyframes leftAnimate {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.c-file-download {
    padding: 0 24px;
    color: #4f4f4f
}

.c-file-download__title {
    margin-bottom: 24px
}

.c-file-download__body {
    margin-bottom: 60px
}

.c-file-download__file {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.c-file-download__file-extra {
    font-size: 12px
}

.c-file-download__file-img {
    width: 75px;
    height: auto;
    margin-right: 24px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.c-file-download__file-name {
    font-size: 16px;
    max-width: 120px;
    margin-top: 2px
}

.c-file-download__file:hover {
    background: #f2f1f0
}

@media(min-width:992px) {
    .c-file-download {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-file-download {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .c-file-download__title {
        grid-column-start: 3;
        grid-column-end: 23;
        grid-row-start: 1;
        margin-bottom: 100px
    }
}

@media(min-width:992px) {
    .c-file-download__body {
        grid-column-start: 3;
        grid-column-end: 13;
        grid-row-start: 2;
        margin-bottom: 0
    }
}

@media(min-width:992px) {
    .c-file-download__file {
        grid-column-start: 17;
        grid-column-end: 23;
        grid-row-start: 2;
        justify-content: flex-start
    }
}

@media(min-width:1600px) {
    .c-file-download__title {
        grid-column-start: 5;
        grid-column-end: 19;
        grid-row-start: 1
    }

    .c-file-download__body {
        grid-column-start: 5;
        grid-column-end: 15;
        grid-row-start: 2
    }

    .c-file-download__file {
        grid-column-start: 17;
        grid-column-end: 21;
        grid-row-start: 2
    }
}

.c-uk-cards_column .c-file-download {
    padding: 0
}

.c-finance-quotation-form__layout .s-form-layout__side-image {
    display: block;
    color: #fff
}

.c-finance-quotation-form__image-content {
    height: 100%;
    padding: calc(8.33333vw + .66667px);
    display: flex;
    align-items: flex-end
}

.c-finance-quotation-form__image-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .c-finance-quotation-form__image-title {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-finance-quotation-form__image-title {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.c-finance-quotation-form__title {
    font-size: 32px;
    margin-bottom: 16px
}

.c-finance-quotation-form__body {
    margin-bottom: 16px;
    color: #757575
}

.c-finance-quotation-form__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.c-finance-quotation-form__return {
    text-transform: uppercase;
    font-weight: 700
}

.c-finance-quotation-form__toolbar {
    height: 60px;
    margin-top: 40px;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-finance-quotation-form__toolbar .e-site-button {
    width: 100%
}

.c-finance-quotation-form__consent-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 8px
}

.c-finance-quotation-form__result-body {
    display: flex;
    gap: 16px
}

.c-finance-quotation-form__result-body .e-icon {
    margin-top: 3px
}

.c-finance-quotation-form__result-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 48px
}

@media(min-width:992px) {
    .c-finance-quotation-form__result-title {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-finance-quotation-form__result-title {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.c-finance-quotation-form__result-subtitle {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

@media(min-width:992px) {
    .c-finance-quotation-form__result-subtitle {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .c-finance-quotation-form__result-subtitle {
        font-size: 32px
    }
}

.c-finance-quotation-form__result-btn {
    margin-bottom: 80px
}

.c-finance-quotation-form__result-sections {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px
}

.c-finance-quotation-form__result-section,
.c-finance-quotation-form__result-store {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.c-finance-quotation-form__result-store {
    color: #4f4f4f
}

.c-finance-quotation-form__result-store-name {
    font-size: 18px;
    font-weight: 500
}

.c-finance-quotation-form__result-store-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 12px
}

.c-finance-quotation-form__result-store-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.c-finance-quotation-form__result-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #4f4f4f;
    font-size: 12px
}

.c-finance-quotation-form__result-btn {
    margin-top: 40px
}

.c-finance-quotation-form__dealer-option {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    gap: 24px
}

.c-finance-quotation-form__dealer-option-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-finance-quotation-form__dealer-option-metre {
    font-size: 12px;
    color: #4f4f4f
}

.c-finance-quotation-form__dealer-option.with-mile {
    justify-content: space-between
}

.c-finance-quotation-form__dealer-option:hover {
    font-weight: 700
}

.c-finance-quotation-form .selected .c-finance-quotation-form__dealer-option-metre {
    color: #fff
}

@media(min-width:992px) {
    .c-finance-quotation-form__image-content {
        height: 100%;
        padding: calc(4.16667vw + .33333px);
        display: flex;
        align-items: flex-end
    }

    .c-finance-quotation-form__image-title {
        font-size: 44px
    }

    .c-finance-quotation-form__layout.submitted.s-form-layout {
        position: static
    }

    .c-finance-quotation-form__layout.submitted.s-form-layout .s-form-layout__side-image {
        position: static;
        height: auto
    }

    .c-finance-quotation-form__toolbar {
        margin-bottom: 80px
    }

    .c-finance-quotation-form__toolbar .e-site-button {
        width: -moz-fit-content;
        width: fit-content
    }
}

@media(min-width:1366px) {
    .c-finance-quotation-form__image-title {
        font-size: 56px
    }
}

.c-footer {
    padding: calc(8.33333vw + .66667px);
    position: relative;
    z-index: 1;
    margin-top: -1px
}

.c-footer.theme-white {
    background: #fff;
    color: #000
}

.c-footer.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.c-footer.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.c-footer.theme-yellow {
    background: #E3242B;
    color: #000
}

.c-footer.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.c-footer.theme-black {
    background: #000;
    color: #fff
}

.c-footer.theme-black .active {
    color: #fff
}

.c-footer.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.c-footer.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.c-footer__header {
    text-align: center;
    margin-bottom: calc(8.33333vw + .66667px);
    padding: calc(8.33333vw + .66667px) 0 calc(8.33333vw + .66667px);
    border-bottom: 2px solid #E3242B
}

.c-footer__header-image svg {
    width: 64px !important;
    height: 64px !important
}

.c-footer__subscribe-title {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.1;
    color: #E3242B
}

@media(min-width:992px) {
    .c-footer__subscribe-title {
        font-size: 60px
    }
}

@media(min-width:1200px) {
    .c-footer__subscribe-title {
        font-size: 80px;
        letter-spacing: 4px
    }
}

.c-footer__subscribe-body {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px
}

@media(min-width:992px) {
    .c-footer__subscribe-body {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .c-footer__subscribe-body {
        font-size: 24px;
        line-height: 1.1
    }
}

.c-footer__subscribe .e-site-button {
    width: 100%;
    margin-top: 30px
}

.c-footer__subscribe .e-site-button a {
    width: 100%
}

.c-footer__btn-wrapper {
    margin-top: 16px
}

.c-footer__btn-wrapper .e-site-button {
    border: 1px solid #E3242B !important;
    background-color: #000 !important;
    color: #E3242B !important;
    padding: 0 24px 0 24px !important
}

.c-footer__btn-wrapper .e-site-button:hover {
    color: #000 !important;
    background-color: #E3242B !important
}

.c-footer__categories {
    margin-left: -16px
}

.c-footer__category {
    margin-top: 40px;
    margin-left: 16px
}

.c-footer__category-header .e-accordion-toggle {
    display: none
}

.c-footer__category-title {
    font-size: 18px;
    line-height: 1.3;
    color: #E3242B
}

@media(min-width:992px) {
    .c-footer__category-title {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .c-footer__category-title {
        font-size: 24px;
        line-height: 1.1
    }
}

.c-footer__menus {
    margin-top: 26px
}

.c-footer__menu {
    cursor: pointer
}

.c-footer__menu+.c-footer__menu {
    margin-top: 10px
}

.c-footer__social-medias {
    margin-top: calc(8.33333vw + .66667px);
    color: #E3242B
}

.c-footer__bottom {
    border-top: 1px solid #E3242B;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    margin-top: 60px
}

.c-footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -16px;
    margin-top: -8px
}

.c-footer__link {
    display: inline-block;
    margin-left: 16px;
    margin-top: 8px;
    text-align: start
}

.c-footer__region {
    padding: 8px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.c-footer__region-name {
    margin-right: 16px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    cursor: pointer
}

.c-footer__region-icon {
    border: 1px solid #E3242B;
    color: #E3242B;
    padding: 4px;
    cursor: pointer
}

.c-footer__region-icon>svg {
    width: 10px;
    height: 10px
}

@media(min-width:768px) {
    .c-footer__header-image svg {
        width: 70px !important;
        height: 70px !important
    }

    .c-footer__categories {
        display: flex;
        flex-wrap: wrap;
        margin-left: -40px
    }

    .c-footer__category {
        margin-left: 40px
    }

    .c-footer__bottom {
        padding: 25px 0 60px
    }

    .c-footer__region {
        width: auto;
        margin-top: -16px
    }
}

@media(min-width:992px) {
    .c-footer {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px;
        padding: 0
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-footer {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .c-footer .c-footer__header {
        grid-column-start: 3;
        grid-column-end: 23;
        grid-row-start: 1;
        margin: 0 0 40px 0;
        padding: calc(5.83333vw + .46667px) 0
    }

    .c-footer .c-footer__header-image.size-small svg {
        width: calc(5.41667vw + .43333px);
        height: calc(5.41667vw + .43333px)
    }
}

@media(min-width:992px) {
    .c-footer__subscribe {
        grid-column-start: 3;
        grid-column-end: 9;
        grid-row-start: 2
    }
}

@media(min-width:992px) {
    .c-footer__btn-wrapper {
        grid-column-start: 3;
        grid-column-end: 9;
        grid-row-start: 3;
        margin-top: 20px
    }
}

@media(min-width:992px) {
    .c-footer__categories {
        grid-column-start: 10;
        grid-column-end: 23;
        grid-row-start: 3;
        margin-top: -6px;
        display: flex;
        flex-wrap: wrap
    }
}

@media(min-width:992px) {
    .c-footer__menus {
        width: 7rem;
        overflow: visible;
        max-height: unset;
        transition: none
    }

    .c-footer__menus.active {
        max-height: unset
    }

    .c-footer__menus.two-columns {
        width: 13rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px
    }

    .c-footer__menus.two-columns .c-footer__menu+.c-footer__menu {
        margin-top: 0
    }
}

@media(min-width:992px) {
    .c-footer__social-medias {
        grid-column-start: 3;
        grid-column-end: 9;
        grid-row-start: 4;
        margin-top: 20px
    }
}

@media(min-width:992px) {
    .c-footer__bottom {
        grid-column-start: 3;
        grid-column-end: 23;
        grid-row-start: 5;
        text-align: start;
        padding: 25px 0 60px;
        display: flex
    }
}

@media(min-width:992px) {
    .c-footer__links {
        flex-grow: 1;
        margin-left: -40px;
        margin-top: -16px
    }
}

@media(min-width:992px) {
    .c-footer__link {
        display: inline-block;
        margin-left: 40px;
        margin-top: 16px;
        cursor: pointer
    }
}

@media(min-width:992px) {
    .c-footer__region {
        flex-shrink: 0;
        width: calc(20.83333vw + 1.66667px);
        margin: 0 0 0 calc(4.16667vw + .33333px);
        padding: 0 0 0 16px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start
    }
}

@media(min-width:992px) {
    .c-footer__region-name {
        margin-right: 16px;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        cursor: pointer
    }
}

@media(min-width:992px) {
    .c-footer__region-icon {
        border: 1px solid #E3242B;
        color: #E3242B;
        padding: 4px;
        cursor: pointer
    }

    .c-footer__region-icon>svg {
        width: 10px;
        height: 10px
    }
}

@media(min-width:1200px) {
    .c-footer .c-footer__header {
        grid-column-start: 3;
        grid-column-end: 23;
        grid-row-start: 1;
        margin: 0 0 56px 0;
        padding: 56px 0
    }

    .c-footer__btn-wrapper .e-site-button__icon {
        display: none
    }

    .c-footer__btn-wrapper .e-site-button:hover {
        background: #E3242B !important;
        color: #000 !important
    }

    .c-footer__links {
        display: block
    }
}

@media(min-width:1600px) {
    .c-footer__categories {
        grid-column-start: 11;
        grid-column-end: 23;
        grid-row-start: 3;
        margin-top: -6px;
        display: flex;
        flex-wrap: wrap
    }
}

html.rtl .c-footer__categories,
html.rtl .c-footer__category,
html.rtl .c-footer__link,
html.rtl .c-footer__links {
    margin-left: 0;
    margin-right: 16px
}

html.rtl .c-footer__region {
    padding: 16px 16px 0 0
}

html.rtl .c-footer__region-name {
    margin-left: 16px;
    margin-right: 0
}

@media(min-width:992px) {

    html.rtl .c-footer__link,
    html.rtl .c-footer__links {
        margin-right: 0;
        margin-left: 16px
    }

    html.rtl .c-footer__region {
        padding-top: 0;
        margin-left: 0
    }

    html.rtl .c-footer__bottom {
        padding: 25px 0 60px 0
    }
}

.c-footer-old {
    padding: calc(8.33333vw + .66667px)
}

.c-footer-old.theme-white {
    background: #fff;
    color: #000
}

.c-footer-old.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.c-footer-old.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.c-footer-old.theme-yellow {
    background: #E3242B;
    color: #000
}

.c-footer-old.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.c-footer-old.theme-black {
    background: #000;
    color: #fff
}

.c-footer-old.theme-black .active {
    color: #fff
}

.c-footer-old.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.c-footer-old.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.c-footer-old__subscribe-title {
    font-size: 72px;
    line-height: 1
}

@media(min-width:992px) {
    .c-footer-old__subscribe-title {
        font-size: 120px
    }
}

@media(min-width:1200px) {
    .c-footer-old__subscribe-title {
        font-size: 144px
    }
}

.c-footer-old__subscribe-body {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px
}

@media(min-width:1200px) {
    .c-footer-old__subscribe-body {
        font-size: 16px;
        line-height: 1.5
    }
}

.c-footer-old__category,
.c-footer-old__subscribe .e-site-button {
    margin-top: 20px
}

.c-footer-old__category-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-footer-old__category-title {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .c-footer-old__category-title {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .c-footer-old__category-title {
        font-size: 32px
    }
}

.c-footer-old__menus {
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: all .5s linear
}

.c-footer-old__menus.active {
    max-height: 800px
}

.c-footer-old__menu+.c-footer-old__menu {
    margin-top: 10px
}

.c-footer-old__region {
    margin-top: calc(8.33333vw + .66667px);
    display: flex;
    align-items: center
}

.c-footer-old__region .e-icon {
    cursor: pointer
}

.c-footer-old__region-name {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px;
    line-height: 1;
    margin-left: 20px;
    display: flex;
    cursor: pointer
}

@media(min-width:992px) {
    .c-footer-old__region-name {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .c-footer-old__region-name {
        font-size: 32px
    }
}

.c-footer-old__region-area {
    position: relative;
    padding-right: 10px;
    margin-right: 10px
}

.c-footer-old__region-area:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: currentColor
}

.c-footer-old__social-medias {
    margin-top: calc(4.16667vw + .33333px)
}

.c-footer-old__copyright {
    border-top: 1px solid currentColor;
    padding: 18px 30px;
    margin-top: calc(8.33333vw + .66667px)
}

@media(min-width:1200px) {
    .c-footer-old {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px;
        padding: calc(8.33333vw + .66667px) 0 0
    }
}

@media(min-width:1200px)and (min-width:992px) {
    .c-footer-old {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:1200px) {
    .c-footer-old__subscribe {
        grid-column-start: 4;
        grid-column-end: 10;
        grid-row-start: 1
    }
}

@media(min-width:1200px) {
    .c-footer-old__categories {
        grid-column-start: 11;
        grid-column-end: 23;
        grid-row-start: 1;
        grid-row-end: 3;
        margin-top: calc(8.33333vw + .66667px);
        display: flex;
        flex-wrap: wrap
    }
}

@media(min-width:1200px) {
    .c-footer-old__category-header .e-accordion-toggle {
        display: none
    }
}

@media(min-width:1200px) {
    .c-footer-old__menus {
        width: 6rem;
        overflow: visible;
        max-height: unset;
        transition: none
    }

    .c-footer-old__menus.active {
        max-height: unset
    }

    .c-footer-old__menus.two-columns {
        width: 14rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px
    }

    .c-footer-old__menus.two-columns .c-footer-old__menu+.c-footer-old__menu {
        margin-top: 0
    }
}

@media(min-width:1200px) {
    .c-footer-old__region {
        grid-column-start: 4;
        grid-column-end: 10;
        grid-row-start: 2
    }
}

@media(min-width:1200px) {
    .c-footer-old__social-medias {
        grid-column-start: 4;
        grid-column-end: 10;
        grid-row-start: 3;
        margin-top: calc(1.04167vw + .08333px)
    }
}

@media(min-width:1200px) {
    .c-footer-old__copyright {
        grid-column-start: 3;
        grid-column-end: 23;
        grid-row-start: 4
    }
}

.c-frame-by-frame__wrapper {
    height: 100vh;
    position: relative;
    background: #000
}

.c-frame-by-frame__item {
    width: 100vw;
    height: 100vh;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    left: 0
}

.c-frame-by-frame__item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-frame-by-frame__item__content {
    position: absolute;
    padding-top: 60px
}

.c-frame-by-frame__item__content .c-frame-by-frame__item__last-text,
.c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    font-size: 4.5vw;
    color: #fff
}

.c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 10vw;
    line-height: 1;
    color: #E3242B
}

.c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text:empty {
    display: none
}

.c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__brand-logo {
    color: #E3242B;
    margin-bottom: 20px
}

.c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__brand-logo svg {
    width: 268px;
    height: auto
}

.c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__sub-text {
    font-family: Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin-bottom: 20px
}

.c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__content .c-frame-by-frame__item__start-price {
    font-size: 16px;
    color: #fff
}

.c-frame-by-frame__item.top-right-fade-in .c-frame-by-frame__item__content {
    right: 4px;
    top: calc(16.66667vw + 1.33333px);
    text-align: end
}

.c-frame-by-frame__item.top-right-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    text-align: start;
    transform: translateX(-20px);
    opacity: .05
}

.c-frame-by-frame__item.top-right-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: .2;
    transform: translateX(10px)
}

.c-frame-by-frame__item.top-right-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__last-text {
    display: inline-block;
    color: #fff;
    transform: translateX(20px);
    text-align: end;
    opacity: 0
}

.c-frame-by-frame__item.bottom-left-fade-in .c-frame-by-frame__item__content {
    left: calc(8.33333vw + .66667px);
    bottom: calc(8.33333vw + .66667px);
    text-align: end
}

.c-frame-by-frame__item.bottom-left-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    text-align: start;
    transform: translateX(20px);
    opacity: 0
}

.c-frame-by-frame__item.bottom-left-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: .5;
    transform: translateX(-20px)
}

.c-frame-by-frame__item.top-left-fade-in .c-frame-by-frame__item__content {
    left: calc(8.33333vw + .66667px);
    top: calc(16.66667vw + 1.33333px)
}

.c-frame-by-frame__item.top-left-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    transform: translateX(20px);
    opacity: 0
}

.c-frame-by-frame__item.top-left-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: 0;
    transform: translateX(-20px)
}

.c-frame-by-frame__item.middle-right-fade-in .c-frame-by-frame__item__content {
    right: calc(8.33333vw + .66667px);
    top: 50%;
    transform: translateY(-50%)
}

.c-frame-by-frame__item.middle-right-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    transform: translateX(-20px);
    opacity: 0
}

.c-frame-by-frame__item.middle-right-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: 0;
    transform: translateX(20px)
}

.c-frame-by-frame__item.middle-left-fade-in .c-frame-by-frame__item__content {
    left: calc(8.33333vw + .66667px);
    top: 50%;
    transform: translateY(-50%)
}

.c-frame-by-frame__item.middle-left-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    transform: translateX(20px);
    opacity: 0
}

.c-frame-by-frame__item.middle-left-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: 0;
    transform: translateX(-20px)
}

.c-frame-by-frame__item.middle-center-fade-in .c-frame-by-frame__item__content,
.c-frame-by-frame__item.middle-center-slide-in .c-frame-by-frame__item__content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-frame-by-frame__item.middle-center-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text,
.c-frame-by-frame__item.middle-center-slide-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    transform: translateX(20px);
    opacity: 0
}

.c-frame-by-frame__item.middle-center-fade-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text,
.c-frame-by-frame__item.middle-center-slide-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: 0;
    transform: translateX(-20px)
}

.c-frame-by-frame__item.bottom-right-slide-in .c-frame-by-frame__item__content {
    right: calc(8.33333vw + .66667px);
    bottom: calc(8.33333vw + .66667px);
    text-align: end
}

.c-frame-by-frame__item.bottom-right-slide-in .c-frame-by-frame__item__content .c-frame-by-frame__item__sub-text {
    text-align: start;
    transform: translateX(-20px);
    opacity: 0
}

.c-frame-by-frame__item.bottom-right-slide-in .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    text-align: center;
    opacity: .5;
    transform: translateX(20px)
}

@media(max-width:767px) {
    .c-frame-by-frame__item__primary-text .__f-h2 {
        font-size: 56px
    }
}

@media(min-width:992px) {
    .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
        font-size: 112px
    }

    .c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__brand-logo svg {
        width: 50vw
    }

    .c-frame-by-frame__item.top-right-fade-in .c-frame-by-frame__item__content {
        right: calc(4.16667vw + .33333px);
        top: calc(8.33333vw + .66667px)
    }

    .c-frame-by-frame__item.bottom-left-fade-in .c-frame-by-frame__item__content {
        left: calc(2.5vw + .2px);
        bottom: 8vh
    }

    .c-frame-by-frame__item.top-left-fade-in .c-frame-by-frame__item__content {
        left: calc(2.5vw + .2px);
        top: calc(6.25vw + .5px)
    }

    .c-frame-by-frame__item.middle-right-fade-in .c-frame-by-frame__item__content {
        right: calc(2.5vw + .2px)
    }

    .c-frame-by-frame__item.middle-center-slide-in .c-frame-by-frame__item__content {
        left: calc(2.5vw + .2px)
    }

    .c-frame-by-frame__item.bottom-right-slide-in .c-frame-by-frame__item__content {
        right: calc(2.5vw + .2px);
        bottom: 8vh
    }
}

html[lang=ja-JP] .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ja-JP] .c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__sub-text {
    font-family: Noto Sans JP Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-frame-by-frame__item__content .c-frame-by-frame__item__primary-text {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-frame-by-frame__item.middle-center-slide-up .c-frame-by-frame__item__sub-text {
    font-family: Noto Sans KR Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.c-get-in-touch {
    padding-bottom: 40px
}

.c-get-in-touch__header .e-site-button {
    font-weight: 400
}

.c-get-in-touch__layout.submitted .s-form-layout__image-wrapper {
    z-index: 1
}

.c-get-in-touch__layout.show-image-on-mobile .s-form-layout__side-image {
    display: block;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    height: 100vw
}

.c-get-in-touch__layout.show-image-on-mobile .s-form-layout__image,
.c-get-in-touch__layout.show-image-on-mobile .s-form-layout__image-wrapper {
    height: 100vw
}

.c-get-in-touch__layout.show-image-on-mobile .s-form-layout__main {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 2
}

.c-get-in-touch__image-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 24px
}

.c-get-in-touch__image-title {
    font-size: 32px
}

.c-get-in-touch__image-body {
    font-size: 18px
}

.c-get-in-touch__title {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .c-get-in-touch__title {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .c-get-in-touch__title {
        font-size: 32px
    }
}

.c-get-in-touch__subtitle {
    font-size: 26px;
    margin-bottom: 16px
}

.c-get-in-touch__body {
    margin-bottom: 40px
}

.c-get-in-touch__toolbar {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.c-get-in-touch__toolbar .e-site-button {
    width: calc(50% - 12px)
}

.c-get-in-touch__back-btn {
    display: none !important;
    font-weight: 400
}

.c-get-in-touch__success-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px;
    padding-top: 56px;
    margin-bottom: 24px
}

@media(min-width:992px) {
    .c-get-in-touch__success-title {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-get-in-touch__success-title {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.c-get-in-touch__success-subtitle {
    padding-top: 16px;
    margin-bottom: 24px
}

.c-get-in-touch__success-btn {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .c-get-in-touch__success-btn {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-get-in-touch__success-btn {
        font-size: 56px;
        letter-spacing: 3px
    }
}

@media(min-width:992px) {
    .c-get-in-touch__image-content {
        position: absolute;
        padding: 64px calc(4.16667vw + .33333px)
    }

    .c-get-in-touch__image-title {
        font-size: 56px
    }

    .c-get-in-touch__header {
        display: none
    }

    .c-get-in-touch__toolbar {
        justify-content: space-between
    }

    .c-get-in-touch__back-btn,
    .c-get-in-touch__toolbar-prev {
        display: block
    }
}

.c-gradient-background.with-animation {
    transition: all 10ms
}

.c-gradient-background.with-animation>* {
    background: transparent !important;
    transition: all 10ms
}

.c-header {
    --bg-color: #000;
    --logo-color: #E3242B;
    --icon-bg-color: #E3242B;
    --icon-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 52px;
    z-index: 11;
    transition: all .6s cubic-bezier(0, 0, .4, .2);
    background-color: var(--bg-color)
}

.c-header.hide {
    top: -52px
}

.c-header__logo {
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: calc(50% - 49px);
    transition: all .6s ease;
    color: var(--logo-color);
    cursor: pointer
}

.c-header__logo svg {
    width: 128px !important;
    height: auto !important
}

.c-header__login {
    margin-right: 24px;
    position: absolute;
    color: #fff;
    left: 16px
}

.c-header__login-text {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px
}

.c-header__login-val {
    display: inline-flex;
    justify-self: flex-end;
    cursor: pointer;
    line-height: 24px
}

.c-header__login-val,
.c-header__login-val:visited {
    color: var(--logo-color)
}

.c-header__user-panel {
    position: absolute;
    top: 52px;
    background: #000;
    padding: 16px;
    box-shadow: 0 0 5px hsla(0, 0%, 100%, .1);
    min-width: 100%
}

.c-header__user-panel:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    border-bottom: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.c-header__user-menu {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden
}

.c-header__user-menu-text {
    margin-left: 8px;
    min-width: 100px
}

.c-header__user-menu:hover {
    color: #E3242B
}

.c-header__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 54px;
    background: var(--icon-bg-color);
    transition: all .6s ease
}

.c-header__icon span {
    background: var(--icon-color) !important;
    transition: all .6s ease
}

.c-header__icon span:nth-child(2) {
    width: 13px
}

.c-header__icon span:nth-child(3) {
    width: 7px
}

.c-header.theme-black {
    --bg-color: #000
}

.c-header.theme-black,
.c-header.theme-white {
    --logo-color: #E3242B;
    --icon-color: #000;
    --icon-bg-color: #E3242B
}

.c-header.theme-white {
    --bg-color: #fff
}

.c-header.theme-yellow {
    --bg-color: #E3242B;
    --logo-color: #000;
    --icon-color: #E3242B;
    --icon-bg-color: #000
}

.c-header.theme-transparent {
    --bg-color: transparent;
    --logo-color: #fff;
    --icon-color: #fff;
    --icon-bg-color: transparent
}

.c-header__space {
    height: 52px
}

.c-header__font {
    position: fixed;
    top: -100px;
    left: -100px;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.c-header__font.headlines {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.c-header__font.headlines-ex-light {
    font-family: Overpass Lotus Headlines Exlight, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

@media(min-width:992px) {
    .c-header {
        height: 52px
    }

    .c-header__login {
        position: relative;
        left: auto
    }

    .c-header__login-text {
        display: block
    }

    .c-header__user-panel {
        top: 62px
    }

    .c-header__icon {
        width: calc(4.16667vw + .33333px)
    }

    .c-header__icon .e-menu-trigger,
    .c-header__icon .e-menu-trigger span:first-child {
        width: 22px
    }

    .c-header__icon .e-menu-trigger span:nth-child(2) {
        width: 17px
    }

    .c-header__icon .e-menu-trigger span:nth-child(3) {
        width: 12px
    }

    .c-header__space {
        height: 52px
    }

    .c-header.hide {
        top: -52px
    }
}

@media(min-width:1200px) {
    .c-header {
        height: 64px
    }

    .c-header.hide {
        top: -64px
    }

    .c-header__user-panel {
        top: 64px
    }

    .c-header__icon .e-menu-trigger,
    .c-header__icon .e-menu-trigger span:first-child {
        width: 22px
    }

    .c-header__icon .e-menu-trigger span:nth-child(2) {
        width: 17px
    }

    .c-header__icon .e-menu-trigger span:nth-child(3) {
        width: 12px
    }

    .c-header__space {
        height: 64px
    }
}

html.market-detector-open .c-header {
    top: 292px
}

@media(min-width:1200px) {
    html.market-detector-open .c-header {
        top: 85px
    }
}

html.rtl .c-header__login {
    left: auto;
    right: 16px;
    margin-right: 0
}

html.rtl .c-header__logo {
    left: calc(50% - 57px)
}

@media(min-width:992px) {
    html.rtl .c-header__login {
        left: 16px;
        right: auto
    }
}

.c-hero-landing .swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #fff
}

.c-hero-landing .swiper .swiper-pagination {
    position: absolute;
    bottom: 24px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    gap: 12px
}

.c-hero-landing .swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer
}

.c-hero-landing .swiper .swiper-pagination-bullet-active {
    background: #E3242B
}

.c-hero-landing__slide {
    width: 100%;
    height: 100%
}

.c-hero-landing.safari.ios .swiper {
    height: calc(100vh - 100px)
}

.c-hero-support {
    padding: calc(8.33333vw + .66667px)
}

.c-hero-support.theme-white {
    background: #fff;
    color: #000
}

.c-hero-support.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.c-hero-support.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.c-hero-support.theme-yellow {
    background: #E3242B;
    color: #000
}

.c-hero-support.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.c-hero-support.theme-black {
    background: #000;
    color: #fff
}

.c-hero-support.theme-black .active {
    color: #fff
}

.c-hero-support.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.c-hero-support.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.c-hero-support__title {
    font-size: 72px;
    line-height: 1;
    letter-spacing: -10px;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin-bottom: 20px
}

@media(min-width:992px) {
    .c-hero-support__title {
        font-size: 120px
    }
}

@media(min-width:1200px) {
    .c-hero-support__title {
        font-size: 144px
    }
}

.c-hero-support__body {
    font-size: 18px;
    line-height: 1.3;
    color: #757575;
    margin-bottom: 40px
}

@media(min-width:992px) {
    .c-hero-support__body {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .c-hero-support__body {
        font-size: 24px;
        line-height: 1.1
    }
}

.c-hero-support.content-align-center .c-hero-support__body,
.c-hero-support.content-align-center .c-hero-support__title {
    text-align: center
}

.c-hero-support.content-align-center .c-hero-support__list {
    justify-content: center
}

.c-hero-support.content-align-right .c-hero-support__body,
.c-hero-support.content-align-right .c-hero-support__title {
    text-align: end
}

.c-hero-support.content-align-right .c-hero-support__list {
    justify-content: flex-end
}

@media(min-width:992px) {
    .c-hero-support {
        padding: calc(4.16667vw + .33333px) calc(8.33333vw + .66667px)
    }

    .c-hero-support__body,
    .c-hero-support__title {
        margin-bottom: 56px
    }

    .c-hero-support__list {
        display: flex;
        grid-template-columns: repeat(3, 1fr);
        flex-wrap: wrap;
        gap: 40px
    }

    .c-hero-support__list .s-hero-support-item {
        width: calc(33.33333% - 26.66667px)
    }

    .c-hero-support__btn {
        margin-top: 40px
    }
}

html[lang=ja-JP] .c-hero-support__title {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-hero-support__title {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.c-home-range {
    position: relative;
    height: 100vh
}

.c-home-range .e-adaptive-media .e-adaptive-media__image,
.c-home-range .e-adaptive-media .e-adaptive-media__main {
    background-color: transparent
}

.c-home-range__des {
    padding-left: 8px
}

.c-home-range__main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    margin-top: calc(8.33333vw + .66667px)
}

.c-home-range__background {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: none
}

.c-home-range__background img {
    width: 100%;
    height: 100%
}

.c-home-range__background.show {
    animation: fade-in 1s forwards;
    display: block
}

.c-home-range__background .e-adaptive-media__content {
    display: flex;
    flex-direction: column
}

.c-home-range__tabs {
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    margin-left: calc(8.33333vw + .66667px)
}

.c-home-range__tabs-item {
    opacity: .35;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.c-home-range__tabs-item:hover {
    opacity: .5
}

.c-home-range__tabs-item.active {
    opacity: 1
}

.c-home-range__tabs.valign-top {
    justify-content: flex-start
}

.c-home-range__tabs.valign-middle {
    justify-content: center
}

.c-home-range__tabs.valign-bottom {
    justify-content: flex-end
}

.c-home-range__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: calc(8.33333vw + .66667px)
}

.c-home-range__details.grid-layout-0-24 {
    margin-left: 0;
    max-width: 100vw
}

.c-home-range__details.grid-layout-0-22 {
    margin-left: 0;
    max-width: calc(91.66667vw + 7.33333px)
}

.c-home-range__details.grid-layout-0-20 {
    margin-left: 0;
    max-width: calc(83.33333vw + 6.66667px)
}

.c-home-range__details.grid-layout-1-22 {
    margin-left: calc(4.16667vw + .33333px);
    max-width: calc(91.66667vw + 7.33333px)
}

.c-home-range__details.grid-layout-2-14 {
    margin-left: calc(8.33333vw + .66667px);
    max-width: calc(58.33333vw + 4.66667px)
}

.c-home-range__details.grid-layout-2-20 {
    margin-left: calc(8.33333vw + .66667px);
    max-width: calc(83.33333vw + 6.66667px)
}

.c-home-range__details.grid-layout-2-22 {
    margin-left: calc(8.33333vw + .66667px);
    max-width: calc(91.66667vw + 7.33333px)
}

.c-home-range__details.grid-layout-3-19 {
    margin-left: calc(12.5vw + 1px);
    max-width: calc(79.16667vw + 6.33333px)
}

.c-home-range__details.grid-layout-4-18 {
    margin-left: calc(16.66667vw + 1.33333px);
    max-width: calc(75vw + 6px)
}

.c-home-range__details.grid-layout-6-16 {
    margin-left: calc(25vw + 2px);
    max-width: calc(66.66667vw + 5.33333px)
}

.c-home-range__details.grid-layout-6-12 {
    margin-left: calc(25vw + 2px);
    max-width: calc(50vw + 4px)
}

.c-home-range__details.grid-layout-8-14 {
    margin-left: calc(33.33333vw + 2.66667px);
    max-width: calc(58.33333vw + 4.66667px)
}

.c-home-range__details-btn {
    margin: 0 auto;
    width: calc(83.33333vw + 6.66667px)
}

.c-home-range__details-btn .e-site-button {
    width: 100%
}

.c-home-range__details-btn.mobile {
    margin-top: calc(-8.33333vw - .66667px);
    padding-bottom: calc(8.33333vw + .66667px)
}

@media(min-width:768px) {
    .c-home-range__tabs {
        margin-left: calc(8.33333vw + .66667px)
    }

    .c-home-range__tabs.center {
        top: unset;
        bottom: 35%
    }

    .c-home-range__details-btn {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

@media(min-width:992px) {
    .c-home-range__main {
        margin-top: calc(4.16667vw + .33333px)
    }

    .c-home-range__des {
        padding-left: 16
    }

    .c-home-range__details {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-bottom: calc(4.16667vw + .33333px)
    }

    .c-home-range__details.grid-layout-0-24 {
        margin-left: 0;
        max-width: 100vw
    }

    .c-home-range__details.grid-layout-0-22 {
        margin-left: 0;
        max-width: calc(91.66667vw + 7.33333px)
    }

    .c-home-range__details.grid-layout-0-20 {
        margin-left: 0;
        max-width: calc(83.33333vw + 6.66667px)
    }

    .c-home-range__details.grid-layout-1-22 {
        margin-left: calc(4.16667vw + .33333px);
        max-width: calc(91.66667vw + 7.33333px)
    }

    .c-home-range__details.grid-layout-2-14 {
        margin-left: calc(8.33333vw + .66667px);
        max-width: calc(58.33333vw + 4.66667px)
    }

    .c-home-range__details.grid-layout-2-20 {
        margin-left: calc(8.33333vw + .66667px);
        max-width: calc(83.33333vw + 6.66667px)
    }

    .c-home-range__details.grid-layout-2-22 {
        margin-left: calc(8.33333vw + .66667px);
        max-width: calc(91.66667vw + 7.33333px)
    }

    .c-home-range__details.grid-layout-3-19 {
        margin-left: calc(12.5vw + 1px);
        max-width: calc(79.16667vw + 6.33333px)
    }

    .c-home-range__details.grid-layout-4-18 {
        margin-left: calc(16.66667vw + 1.33333px);
        max-width: calc(75vw + 6px)
    }

    .c-home-range__details.grid-layout-6-16 {
        margin-left: calc(25vw + 2px);
        max-width: calc(66.66667vw + 5.33333px)
    }

    .c-home-range__details.grid-layout-6-12 {
        margin-left: calc(25vw + 2px);
        max-width: calc(50vw + 4px)
    }

    .c-home-range__details.grid-layout-8-14 {
        margin-left: calc(33.33333vw + 2.66667px);
        max-width: calc(58.33333vw + 4.66667px)
    }

    .c-home-range__details.reverse {
        flex-direction: row
    }

    .c-home-range__details-des {
        max-width: calc(29.16667vw + 2.33333px)
    }

    .c-home-range__details-btn {
        margin: 0
    }
}

.c-hotspot {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    width: 100%;
    height: 100vh
}

@media(min-width:992px) {
    .c-hotspot {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-hotspot__tabs {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding-top: 40px
}

.c-hotspot__tabs:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: .2;
    position: absolute;
    bottom: -17px;
    left: 0
}

.c-hotspot__tabs-item {
    cursor: pointer;
    position: relative;
    transition: all .3s;
    opacity: .7
}

.c-hotspot__tabs-item:after {
    display: block;
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 0;
    transition: all .3s
}

.c-hotspot__tabs-item.active {
    opacity: 1
}

.c-hotspot__tabs-item.active:after {
    display: block;
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%
}

.c-hotspot__tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    background: radial-gradient(60.41% 90% at 49.82% 140%, rgba(46, 46, 46, .4) 0, rgba(0, 0, 0, .5) 100%);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.c-hotspot__tip.show {
    animation: fade-in .8s linear forwards;
    z-index: 2
}

.c-hotspot__tip.hide {
    animation: fade-out .8s linear forwards;
    z-index: -1
}

.c-hotspot__tip-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px
}

.c-hotspot__tip>.e-icon svg {
    width: 16px;
    height: 16px
}

.c-hotspot__main {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    overflow-x: scroll
}

.c-hotspot__main::-webkit-scrollbar {
    display: none
}

.c-hotspot__main-content,
.c-hotspot__main-image,
.c-hotspot__main-image>.e-background-image__img,
.c-hotspot__main-image>.e-background-image__img>img {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content
}

.c-hotspot__btn {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2
}

.c-hotspot__point {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    fill: radial-gradient(60.41% 90% at 49.82% 140%, rgba(79, 79, 79, .4) 0, rgba(0, 0, 0, .5) 100%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: none;
    cursor: pointer
}

.c-hotspot__point-item {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    stroke-width: 1px;
    stroke: #fff200;
    background-color: #fff200
}

.c-hotspot__point-item:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid #fff200;
    transition: all .3s ease-in;
    position: absolute;
    top: 0;
    left: 0
}

.c-hotspot__point.active .c-hotspot__point-item {
    box-shadow: 0 0 8px rgba(255, 246, 69, .7)
}

.c-hotspot__point.active .c-hotspot__point-item:after {
    width: 36px;
    height: 36px;
    top: -13px;
    left: -13px;
    border-radius: 19px
}

.c-hotspot__details {
    width: calc(83.33333vw + 6.66667px);
    position: absolute;
    z-index: 2;
    padding: 20px;
    border-radius: 1px;
    background: radial-gradient(60.41% 90% at 49.82% 140%, rgba(46, 46, 46, .4) 0, rgba(0, 0, 0, .5) 100%);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    left: calc(8.33333vw + .66667px);
    bottom: calc(8.33333vw + .66667px);
    padding: 12px 12px 22px 24px;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: space-between
}

.c-hotspot__details-close {
    cursor: pointer
}

.c-hotspot__details-close>.e-icon svg {
    width: 16px;
    height: 16px
}

.c-hotspot__details-main {
    cursor: default;
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.c-hotspot__details-icon.e-icon>svg {
    height: 20px;
    width: 20px
}

.c-hotspot__details-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.c-hotspot__details-body {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #b8b8b8
}

@media(min-width:992px) {
    .c-hotspot__tabs {
        grid-column-start: 10;
        grid-column-end: 16;
        grid-row-start: 1;
        padding-top: 72px
    }

    .c-hotspot__main {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 1
    }
}

@media(min-width:1200px) {
    .c-hotspot__details {
        width: 415px;
        bottom: unset
    }

    .c-hotspot__point {
        position: absolute;
        cursor: pointer
    }

    .c-hotspot__main {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 1
    }

    .c-hotspot__main-content,
    .c-hotspot__main-image,
    .c-hotspot__main-image>.e-background-image__img,
    .c-hotspot__main-image>.e-background-image__img>img {
        width: 100%
    }

    .c-hotspot__btn {
        bottom: 56px
    }

    .c-hotspot__btn>.e-site-button {
        min-width: calc(12.5vw + 1px)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

html.rtl .c-hotspot__point:after {
    transform: translate(14px, -14px)
}

@media(min-width:992px) {
    html.rtl .c-hotspot__point:after {
        transform: translate(18px, -18px)
    }
}

html.rtl .c-hotspot__tabs-item {
    border-right: 2px solid #fff
}

html.rtl .c-hotspot__tabs-item:first-child {
    border: none
}

.c-icon-content__text-group {
    width: calc(83.33333vw + 6.66667px);
    margin: 0 auto
}

.c-icon-content__text-group.cover {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 calc(8.33333vw + .66667px)
}

.c-icon-content__text-group-icon {
    margin-left: 20px
}

.c-icon-content__text-group-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    width: 100%;
    margin: 8px auto 0
}

.c-icon-content__text-group-body {
    width: 100%;
    margin: 16px auto 0
}

.c-icon-content__text-group-des {
    margin-top: 16px
}

.c-icon-content__btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 16px auto 0
}

.c-icon-content__btns>.e-animated-content {
    margin-top: 10px
}

.c-icon-content__image {
    width: calc(83.33333vw + 6.66667px);
    margin: 0 auto 40px
}

.c-icon-content__image.mobile-image-full {
    width: 100vw
}

.c-icon-content__image.ratio-1_1 {
    aspect-ratio: 1/1
}

.c-icon-content__image.ratio-3_2 {
    aspect-ratio: 3/2
}

.c-icon-content__image.ratio-3_4 {
    aspect-ratio: 3/4
}

.c-icon-content__image.ratio-4_3 {
    aspect-ratio: 4/3
}

.c-icon-content__image.ratio-9_16 {
    aspect-ratio: 9/16
}

.c-icon-content__image.ratio-16_9 {
    aspect-ratio: 16/9
}

.c-icon-content__image.cover {
    height: 100vh;
    width: 100vw;
    z-index: -1
}

@media(min-width:992px) {
    .c-icon-content {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-icon-content {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .c-icon-content__content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: calc(8.33333vw + .66667px)
    }

    .c-icon-content__content.reverse {
        flex-direction: row
    }
}

@media(min-width:992px) {
    .c-icon-content__text-group {
        display: flex;
        flex-direction: column;
        width: calc(25vw + 2px);
        flex-shrink: 0;
        padding: 0;
        margin: 0
    }

    .c-icon-content__text-group.background {
        width: calc(25vw + 2px);
        padding: 20px 0
    }

    .c-icon-content__text-group.cover {
        width: calc(37.5vw + 3px);
        height: 100%;
        padding-left: calc(8.33333vw + .66667px);
        padding-right: calc(4.16667vw + .33333px);
        left: 0
    }

    .c-icon-content__text-group.reverse.background {
        padding: 20px 0
    }

    .c-icon-content__text-group.reverse.cover {
        width: calc(37.5vw + 3px);
        height: 100%;
        padding-left: calc(4.16667vw + .33333px);
        padding-right: calc(8.33333vw + .66667px);
        margin: 0;
        left: unset;
        right: 0
    }

    .c-icon-content__text-group.valign-top {
        justify-content: flex-start
    }

    .c-icon-content__text-group.valign-middle {
        justify-content: center
    }

    .c-icon-content__text-group.valign-bottom {
        justify-content: flex-end
    }
}

@media(min-width:992px) {
    .c-icon-content__btns {
        margin: 16px 0 0;
        flex-direction: row;
        flex-wrap: wrap
    }

    .c-icon-content__btns .e-site-button {
        min-width: calc(12.5vw + 1px);
        width: -moz-fit-content;
        width: fit-content
    }

    .c-icon-content__btns>.e-animated-content {
        margin-right: 30px
    }
}

@media(min-width:992px) {
    .c-icon-content__image {
        width: auto;
        flex-grow: 1;
        margin: 0
    }

    .c-icon-content__image.mobile-image-full {
        width: auto
    }

    .c-icon-content__image.cover {
        height: 100vh;
        width: 100vw;
        z-index: -1
    }
}

.c-icon-content-pro {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    direction: ltr;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    color: #000;
    overflow: hidden
}

@media(min-width:992px) {
    .c-icon-content-pro {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-icon-content-pro__over {
    background: #fff
}

.c-icon-content-pro__content {
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 13;
    overflow: hidden;
    position: relative
}

.c-icon-content-pro__content .c-icon-content-pro__top {
    position: relative;
    height: calc(66.66667vw + 5.33333px)
}

.c-icon-content-pro__content .c-icon-content-pro__top-title {
    position: absolute;
    left: calc(-8.33333vw - .66667px);
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1;
    margin-top: 120px
}

.c-icon-content-pro__content .c-icon-content-pro__top-title>div {
    font-size: 56px;
    line-height: 1
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-title>div {
        font-size: 96px
    }
}

@media(min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-title>div {
        font-size: 112px
    }
}

.c-icon-content-pro__content .c-icon-content-pro__top-title-pc {
    display: none
}

.c-icon-content-pro__content .c-icon-content-pro__top-title-ph {
    display: block
}

.c-icon-content-pro__content .c-icon-content-pro__top-title-ph p {
    white-space: nowrap
}

.c-icon-content-pro__content .c-icon-content-pro__top-title-ph p:first-child {
    margin-bottom: 10px
}

.c-icon-content-pro__content .c-icon-content-pro__top-active-title {
    left: calc(41.66667vw + 3.33333px)
}

.c-icon-content-pro__content .c-icon-content-pro__left {
    position: absolute;
    left: calc(8.33333vw + .66667px);
    z-index: 2;
    width: calc(91.66667vw + 7.33333px);
    height: calc(66.66667vw + 5.33333px);
    overflow: hidden
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image {
    position: absolute;
    left: 0;
    width: calc(91.66667vw + 7.33333px);
    height: calc(66.66667vw + 5.33333px)
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image>div {
    width: calc(91.66667vw + 7.33333px);
    height: calc(66.66667vw + 5.33333px)
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image .c-icon-content-pro__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image .c-icon-content-pro__rubber {
    display: none
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title {
    position: absolute;
    top: 0;
    left: calc(-16.66667vw - 1.33333px);
    width: calc(66.66667vw + 5.33333px);
    height: calc(66.66667vw + 5.33333px);
    display: flex;
    align-items: center;
    z-index: 3;
    margin-top: 120px
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div {
    font-size: 56px;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1;
    color: #E3242B
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div {
        font-size: 96px
    }
}

@media(min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div {
        font-size: 112px
    }
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-pc {
    display: none
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-ph {
    display: block
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-ph p {
    white-space: nowrap
}

.c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-ph p:first-child {
    margin-bottom: 10px
}

.c-icon-content-pro__content .c-icon-content-pro__left_active {
    left: calc(-8.33333vw - .66667px)
}

.c-icon-content-pro__content .c-icon-content-pro__left_active .c-icon-content-pro__yellow-title {
    left: calc(50vw + 4px)
}

.c-icon-content-pro__content .c-icon-content-pro__bottom {
    padding-right: 32px;
    margin-top: 160px;
    opacity: 0
}

.c-icon-content-pro__content .c-icon-content-pro__bottom-icon {
    display: inline-block;
    transform: rotate(270deg);
    color: #E3242B
}

.c-icon-content-pro__content .c-icon-content-pro__bottom-subtitle {
    font-size: 56px;
    line-height: 1;
    margin: 4px 0 16px 0
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-subtitle {
        font-size: 96px
    }
}

@media(min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-subtitle {
        font-size: 112px
    }
}

.c-icon-content-pro__content .c-icon-content-pro__bottom-body {
    font-size: 18px;
    line-height: 1.3;
    color: #4f4f4f
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-body {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-body {
        font-size: 24px;
        line-height: 1.1
    }
}

.c-icon-content-pro__content .c-icon-content-pro__bottom-btn {
    margin-top: 40px;
    border: 1px solid #000
}

.c-icon-content-pro__content-active {
    grid-column-start: 1;
    grid-column-end: 12
}

.c-icon-content-pro__content-active .c-icon-content-pro__left .c-icon-content-pro__yellow-title,
.c-icon-content-pro__content-active .c-icon-content-pro__top-title {
    margin-top: 125px
}

.c-icon-content-pro__content-active .c-icon-content-pro__bottom {
    padding-left: calc(8.33333vw + .66667px)
}

@media(min-width:992px) {
    .c-icon-content-pro {
        width: 100%
    }

    .c-icon-content-pro__content {
        width: 100%;
        height: 100%;
        grid-column-start: 5;
        grid-column-end: 25;
        overflow: visible
    }

    .c-icon-content-pro__content .c-icon-content-pro__top {
        height: calc(45.83333vw + 3.66667px);
        padding-right: calc(8.33333vw + .66667px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-title {
        top: 100px;
        left: calc(-16.66667vw - 1.33333px);
        transform: translateY(0);
        margin-top: 0
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-title>div {
        font-size: 72px;
        line-height: 1
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-title>div {
        font-size: 120px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-title>div {
        font-size: 144px
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-title-ph {
        display: none
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-title-pc {
        display: block
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-title-pc p {
        white-space: nowrap
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-title-pc p:first-child {
        margin-bottom: 20px
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__top-active-title {
        left: calc(54.16667vw + 4.33333px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-active-title .c-icon-content-pro__top-title-pc p:first-child {
        padding-left: calc(20.83333vw + 1.66667px)
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__left {
        top: 50%;
        left: calc(45.83333vw + 3.66667px);
        transform: translateY(-50%);
        width: calc(54.16667vw + 4.33333px);
        height: 100%
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image {
        position: absolute;
        width: calc(54.16667vw + 4.33333px);
        height: 100%;
        transform: scale(1.2)
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image>div {
        width: calc(54.16667vw + 4.33333px);
        height: 100%
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__image .c-icon-content-pro__rubber {
        display: block;
        width: 100%;
        height: 0;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title {
        top: 100px;
        left: calc(-62.5vw - 5px);
        transform: translateY(0);
        width: calc(54.16667vw + 4.33333px);
        height: 100vh;
        display: block;
        margin-top: 0
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div {
        font-size: 72px;
        line-height: 1
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div {
        font-size: 120px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div {
        font-size: 144px
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-ph {
        display: none
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-pc {
        display: block
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-pc p {
        white-space: nowrap
    }

    .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title-pc p:first-child {
        margin-bottom: 20px
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__left_active {
        left: calc(-8.33333vw - .66667px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__left_active .c-icon-content-pro__yellow-title {
        left: calc(62.5vw + 5px)
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom1 {
        margin-top: 160px;
        opacity: 0;
        bottom: -80px;
        position: absolute;
        left: calc(-4.16667vw - .33333px);
        width: calc(25vw + 2px)
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom {
        position: absolute;
        padding-right: 0;
        bottom: calc(8.33333vw + .66667px);
        left: calc(-4.16667vw - .33333px);
        width: calc(25vw + 2px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__bottom-subtitle {
        font-size: 40px;
        letter-spacing: 2px;
        line-height: 1.1;
        margin: 0 0 16px 0
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-subtitle {
        font-size: 60px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-subtitle {
        font-size: 80px;
        letter-spacing: 4px
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-body {
        font-size: 18px;
        color: #4f4f4f
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom-btn {
        margin-top: 40px;
        border: 1px solid #000
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom_active {
        padding: 0;
        left: auto;
        right: calc(4.16667vw + .33333px)
    }
}

@media(min-width:992px) {
    .c-icon-content-pro__content-active {
        grid-column-start: 1;
        grid-column-end: 23
    }

    .c-icon-content-pro__content-active .c-icon-content-pro__yellow-title-pc p:first-child {
        padding-left: calc(20.83333vw + 1.66667px)
    }
}

@media(min-width:1200px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom {
        bottom: calc(4.16667vw + .33333px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__bottom1 {
        margin-top: 160px;
        opacity: 0;
        bottom: -80px;
        position: absolute;
        left: calc(-4.16667vw - .33333px);
        width: calc(25vw + 2px)
    }
}

@media(min-width:1440px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom {
        bottom: calc(4.16667vw + .33333px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-active-title {
        left: calc(54.16667vw + 4.33333px)
    }

    .c-icon-content-pro__content-active .c-icon-content-pro__yellow-title-pc p:first-child,
    .c-icon-content-pro__content .c-icon-content-pro__top-active-title .c-icon-content-pro__top-title-pc p:first-child {
        padding-left: calc(19.58333vw + 1.56667px)
    }
}

@media(min-width:1600px) {
    .c-icon-content-pro__content .c-icon-content-pro__bottom {
        bottom: calc(12.5vw + 1px)
    }

    .c-icon-content-pro__content .c-icon-content-pro__top-active-title {
        left: calc(54.16667vw + 4.33333px)
    }

    .c-icon-content-pro__content-active .c-icon-content-pro__yellow-title-pc p:first-child,
    .c-icon-content-pro__content .c-icon-content-pro__top-active-title .c-icon-content-pro__top-title-pc p:first-child {
        padding-left: calc(15vw + 1.2px)
    }
}

html.rtl .c-icon-content-pro__top {
    padding-left: calc(8.33333vw + .66667px);
    padding-right: 0
}

html.rtl .c-icon-content-pro .e-site-button,
html.rtl .c-icon-content-pro__bottom {
    direction: rtl
}

html[lang=ja-JP] .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div,
html[lang=ja-JP] .c-icon-content-pro__content .c-icon-content-pro__top-title {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-icon-content-pro__content .c-icon-content-pro__left .c-icon-content-pro__yellow-title>div,
html[lang=ko-KR] .c-icon-content-pro__content .c-icon-content-pro__top-title {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.c-image-bower {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    height: 100vh
}

.c-image-bower.overall-pd-top-tiny {
    padding-top: 16px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-top-tiny {
        padding-top: 20px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-top-tiny {
        padding-top: 30px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-top-tiny {
        padding-top: 30px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-top-tiny {
        padding-top: 40px
    }
}

.c-image-bower.overall-pd-bottom-tiny {
    padding-bottom: 16px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-bottom-tiny {
        padding-bottom: 20px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-bottom-tiny {
        padding-bottom: 30px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-bottom-tiny {
        padding-bottom: 30px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-bottom-tiny {
        padding-bottom: 40px
    }
}

.c-image-bower.overall-pd-top-small {
    padding-top: 20px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-top-small {
        padding-top: 30px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-top-small {
        padding-top: 40px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-top-small {
        padding-top: 40px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-top-small {
        padding-top: 60px
    }
}

.c-image-bower.overall-pd-bottom-small {
    padding-bottom: 20px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-bottom-small {
        padding-bottom: 30px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-bottom-small {
        padding-bottom: 40px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-bottom-small {
        padding-bottom: 40px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-bottom-small {
        padding-bottom: 60px
    }
}

.c-image-bower.overall-pd-top-normal {
    padding-top: 40px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-top-normal {
        padding-top: 60px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-top-normal {
        padding-top: 80px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-top-normal {
        padding-top: 100px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-top-normal {
        padding-top: 120px
    }
}

.c-image-bower.overall-pd-bottom-normal {
    padding-bottom: 40px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-bottom-normal {
        padding-bottom: 60px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-bottom-normal {
        padding-bottom: 80px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-bottom-normal {
        padding-bottom: 100px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-bottom-normal {
        padding-bottom: 120px
    }
}

.c-image-bower.overall-pd-top-large {
    padding-top: 60px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-top-large {
        padding-top: 80px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-top-large {
        padding-top: 100px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-top-large {
        padding-top: 120px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-top-large {
        padding-top: 180px
    }
}

.c-image-bower.overall-pd-bottom-large {
    padding-bottom: 60px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-bottom-large {
        padding-bottom: 80px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-bottom-large {
        padding-bottom: 100px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-bottom-large {
        padding-bottom: 120px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-bottom-large {
        padding-bottom: 180px
    }
}

.c-image-bower.overall-pd-top-huge {
    padding-top: 140px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-top-huge {
        padding-top: 140px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-top-huge {
        padding-top: 180px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-top-huge {
        padding-top: 210px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-top-huge {
        padding-top: 280px
    }
}

.c-image-bower.overall-pd-bottom-huge {
    padding-bottom: 140px
}

@media(min-width:768px) {
    .c-image-bower.overall-pd-bottom-huge {
        padding-bottom: 140px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-pd-bottom-huge {
        padding-bottom: 180px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-pd-bottom-huge {
        padding-bottom: 210px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-pd-bottom-huge {
        padding-bottom: 280px
    }
}

.c-image-bower.overall-mg-top-overlap {
    margin-top: -40px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-top-overlap {
        margin-top: -60px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-top-overlap {
        margin-top: -80px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-top-overlap {
        margin-top: -100px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-top-overlap {
        margin-top: -120px
    }
}

.c-image-bower.overall-mg-bottom-overlap {
    margin-bottom: -40px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-bottom-overlap {
        margin-bottom: -60px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-bottom-overlap {
        margin-bottom: -80px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-bottom-overlap {
        margin-bottom: -100px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-bottom-overlap {
        margin-bottom: -120px
    }
}

.c-image-bower.overall-mg-top-small {
    margin-top: 20px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-top-small {
        margin-top: 30px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-top-small {
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-top-small {
        margin-top: 40px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-top-small {
        margin-top: 60px
    }
}

.c-image-bower.overall-mg-bottom-small {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-bottom-small {
        margin-bottom: 30px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-bottom-small {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-bottom-small {
        margin-bottom: 40px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-bottom-small {
        margin-bottom: 60px
    }
}

.c-image-bower.overall-mg-top-normal {
    margin-top: 40px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-top-normal {
        margin-top: 60px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-top-normal {
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-top-normal {
        margin-top: 100px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-top-normal {
        margin-top: 120px
    }
}

.c-image-bower.overall-mg-bottom-normal {
    margin-bottom: 40px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-bottom-normal {
        margin-bottom: 60px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-bottom-normal {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-bottom-normal {
        margin-bottom: 100px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-bottom-normal {
        margin-bottom: 120px
    }
}

.c-image-bower.overall-mg-top-large {
    margin-top: 60px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-top-large {
        margin-top: 80px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-top-large {
        margin-top: 100px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-top-large {
        margin-top: 120px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-top-large {
        margin-top: 180px
    }
}

.c-image-bower.overall-mg-bottom-large {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-bottom-large {
        margin-bottom: 80px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-bottom-large {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-bottom-large {
        margin-bottom: 120px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-bottom-large {
        margin-bottom: 180px
    }
}

.c-image-bower.overall-mg-top-huge {
    margin-top: 140px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-top-huge {
        margin-top: 140px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-top-huge {
        margin-top: 180px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-top-huge {
        margin-top: 210px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-top-huge {
        margin-top: 280px
    }
}

.c-image-bower.overall-mg-bottom-huge {
    margin-bottom: 140px
}

@media(min-width:768px) {
    .c-image-bower.overall-mg-bottom-huge {
        margin-bottom: 140px
    }
}

@media(min-width:992px) {
    .c-image-bower.overall-mg-bottom-huge {
        margin-bottom: 180px
    }
}

@media(min-width:1200px) {
    .c-image-bower.overall-mg-bottom-huge {
        margin-bottom: 210px
    }
}

@media(min-width:1600px) {
    .c-image-bower.overall-mg-bottom-huge {
        margin-bottom: 280px
    }
}

.c-image-bower.theme-white {
    background: #fff;
    color: #000
}

.c-image-bower.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.c-image-bower.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.c-image-bower.theme-yellow {
    background: #E3242B;
    color: #000
}

.c-image-bower.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.c-image-bower.theme-black {
    background: #000;
    color: #fff
}

.c-image-bower.theme-black .active {
    color: #fff
}

.c-image-bower.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.c-image-bower.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

@media(min-width:992px) {
    .c-image-bower {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-image-bower__content {
    display: flex;
    flex-direction: column
}

.c-image-bower__content-item {
    height: 50%;
    width: 100%;
    position: relative
}

.c-image-bower__content-item-image {
    height: 100%
}

.c-image-bower__content-item-detail {
    position: absolute
}

.c-image-bower__content-item-detail-title {
    margin-bottom: 20px
}

.c-image-bower__content-item-detail.align-left {
    left: calc(4.16667vw + .33333px)
}

.c-image-bower__content-item-detail.align-center {
    left: 0;
    right: 0;
    text-align: center
}

.c-image-bower__content-item-detail.align-right {
    right: calc(4.16667vw + .33333px);
    text-align: end
}

.c-image-bower__content-item-detail.valign-top {
    top: calc(4.16667vw + .33333px)
}

.c-image-bower__content-item-detail.valign-middle {
    top: 50%;
    transform: translateY(-50%)
}

.c-image-bower__content-item-detail.valign-bottom {
    bottom: calc(4.16667vw + .33333px)
}

@media(min-width:992px) {
    .c-image-bower__content {
        flex-direction: row
    }

    .c-image-bower__content-item {
        width: calc(50vw + 4px)
    }

    .c-image-bower__content.grid-layout-2-20 {
        justify-content: space-between
    }

    .c-image-bower__content.grid-layout-2-20 .c-image-bower__content-item {
        width: calc(37.5vw + 3px);
        margin: calc(4.16667vw + .33333px) 0
    }
}

.__c-black {
    color: #000
}

.__c-red {
    color: #e25043
}

.__c-yellow {
    color: #E3242B
}

.__c-blue-night {
    color: #101724
}

.__c-blue-sky {
    color: #09c
}

.__c-grey {
    color: #a1a1a1
}

.__c-grey-next {
    color: #757575
}

.__c-grey-neutral {
    color: #4f4f4f
}

.__c-grey-taubmans {
    color: #b8b8b8
}

.__c-grey-light {
    color: #f2f1f0
}

.__c-white {
    color: #fff
}

.__c-red-blue-sky {
    background-image: linear-gradient(90deg, #e25043, #09c)
}

.__c-grey-neutral-yellow,
.__c-red-blue-sky {
    -webkit-background-clip: text;
    color: transparent
}

.__c-grey-neutral-yellow {
    background-image: linear-gradient(90deg, #4f4f4f, #E3242B)
}

.__c-blue-sky-yellow {
    background-image: linear-gradient(90deg, #09c, #E3242B)
}

.__c-blue-sky-yellow,
.__c-yellow-red {
    -webkit-background-clip: text;
    color: transparent
}

.__c-yellow-red {
    background-image: linear-gradient(90deg, #E3242B, #e25043)
}

.__f-h1 {
    font-size: 112px;
    line-height: 1
}

@media(min-width:992px) {
    .__f-h1 {
        font-size: 200px
    }
}

@media(min-width:1200px) {
    .__f-h1 {
        font-size: 224px
    }
}

.__f-h2 {
    font-size: 72px;
    line-height: 1
}

@media(min-width:992px) {
    .__f-h2 {
        font-size: 120px
    }
}

@media(min-width:1200px) {
    .__f-h2 {
        font-size: 144px
    }
}

.__f-h3 {
    font-size: 56px;
    line-height: 1
}

@media(min-width:992px) {
    .__f-h3 {
        font-size: 96px
    }
}

@media(min-width:1200px) {
    .__f-h3 {
        font-size: 112px
    }
}

.__f-h4 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.1
}

@media(min-width:992px) {
    .__f-h4 {
        font-size: 60px
    }
}

@media(min-width:1200px) {
    .__f-h4 {
        font-size: 80px;
        letter-spacing: 4px
    }
}

.__f-h5 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .__f-h5 {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .__f-h5 {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.__f-h6 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .__f-h6 {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .__f-h6 {
        font-size: 32px
    }
}

.__f-h7 {
    font-size: 18px;
    line-height: 1.3
}

@media(min-width:992px) {
    .__f-h7 {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .__f-h7 {
        font-size: 24px;
        line-height: 1.1
    }
}

.__f-h8 {
    font-size: 16px;
    line-height: 1.5
}

@media(min-width:992px) {
    .__f-h8 {
        font-size: 18px
    }
}

@media(min-width:1200px) {
    .__f-h8 {
        font-size: 20px;
        line-height: 1.3
    }
}

.__f-h9 {
    font-size: 14px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .__f-h9 {
        font-size: 16px;
        line-height: 1.5
    }
}

.__f-h10 {
    font-size: 12px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .__f-h10 {
        font-size: 14px;
        line-height: 1.5
    }
}

.__f-h11 {
    font-size: 12px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .__f-h11 {
        font-size: 12px;
        line-height: 1.5
    }
}

.__f-h12 {
    font-size: 10px;
    line-height: 1.3
}

.__f-h13 {
    font-size: 8px;
    line-height: 1.3
}

.c-image-cards {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px
}

@media(min-width:992px) {
    .c-image-cards {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-image-cards__content {
    grid-column-start: 2;
    grid-column-end: 13;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column
}

.c-image-cards__content-item {
    width: 100%;
    height: calc(91.66667vw + 7.33333px)
}

.c-image-cards__content-item .e-background-image__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-image-cards__content-item-title {
    font-weight: 250;
    font-size: 64px;
    line-height: 1.5
}

.c-image-cards__content-item-button {
    margin-top: 24px
}

@media(min-width:992px) {
    .c-image-cards__content {
        grid-column-start: 4;
        grid-column-end: 25;
        flex-direction: row
    }

    .c-image-cards__content-item {
        height: 640px
    }

    .c-image-cards__content-item .e-background-image__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .c-image-cards__content-item-title {
        font-size: 80px;
        transform: translateY(50%)
    }

    .c-image-cards__content-item-button {
        margin-top: 0;
        transform: translateY(100%);
        opacity: 0
    }

    .c-image-cards__content-item:hover .c-image-cards__content-item-title {
        animation: title-up .8s forwards
    }

    .c-image-cards__content-item:hover .c-image-cards__content-item-button {
        animation: bottom-fade-in .8s forwards
    }
}

@keyframes title-up {
    0% {
        transform: translateY(50%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bottom-fade-in {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@font-face {
    font-family: Noto Sans JP Bold;
    src: url(../fonts/NotoSansKR-Bold.eot);
    src: local("Noto Sans JP Bold"), local("NotoSansJP-Bold"), url(../fonts/NotoSansJP-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Medium;
    src: url(../fonts/NotoSansJP-Medium.eot);
    src: local("Noto Sans JP Medium"), local("NotoSansJP-Medium"), url(../fonts/NotoSansJP-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP SemiBold;
    src: url(../fonts/NotoSansJP-SemiBold.eot);
    src: local("Noto Sans JP SemiBold"), local("NotoSansJP-SemiBold"), url(../fonts/NotoSansJP-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-SemiBold.woff2) format("woff2"), url(../fonts/NotoSansJP-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Black;
    src: url(../fonts/NotoSansJP-Black.eot);
    src: local("Noto Sans JP Black"), local("NotoSansJP-Black"), url(../fonts/NotoSansJP-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Regular;
    src: url(../fonts/NotoSansJP-Regular.eot);
    src: local("Noto Sans JP Regular"), local("NotoSansJP-Regular"), url(../fonts/NotoSansJP-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Light;
    src: url(../fonts/NotoSansJP-Light.eot);
    src: local("Noto Sans JP Light"), local("NotoSansJP-Light"), url(../fonts/NotoSansJP-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansJP-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Thin;
    src: url(../fonts/NotoSansJP-Thin.eot);
    src: local("Noto Sans JP Thin"), local("NotoSansJP-Thin"), url(../fonts/NotoSansJP-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansJP-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Bold;
    src: url(../fonts/NotoSansKR-Bold.eot);
    src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url(../fonts/NotoSansKR-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Medium;
    src: url(../fonts/NotoSansKR-Medium.eot);
    src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url(../fonts/NotoSansKR-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR SemiBold;
    src: url(../fonts/NotoSansKR-SemiBold.eot);
    src: local("Noto Sans KR SemiBold"), local("NotoSansKR-SemiBold"), url(../fonts/NotoSansKR-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-SemiBold.woff2) format("woff2"), url(../fonts/NotoSansKR-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Black;
    src: url(../fonts/NotoSansKR-Black.eot);
    src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url(../fonts/NotoSansKR-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/NotoSansKR-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Regular;
    src: url(../fonts/NotoSansKR-Regular.eot);
    src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url(../fonts/NotoSansKR-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Light;
    src: url(../fonts/NotoSansKR-Light.eot);
    src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url(../fonts/NotoSansKR-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Thin;
    src: url(../fonts/NotoSansKR-Thin.eot);
    src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url(../fonts/NotoSansKR-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Thin.woff2) format("woff2"), url(../fonts/NotoSansKR-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Bold;
    src: url(../fonts/Overpass-Bold.eot);
    src: local("Overpass-Bold"), url(../fonts/Overpass-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Bold.woff2) format("woff2"), url(../fonts/Overpass-Bold.woff) format("woff"), url(../fonts/Overpass-Bold.svg#Overpass-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Medium;
    src: url(../fonts/Overpass-Medium.eot);
    src: local("Overpass Medium"), local("Overpass-Medium"), url(../fonts/Overpass-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Medium.woff2) format("woff2"), url(../fonts/Overpass-Medium.woff) format("woff"), url(../fonts/Overpass-Medium.svg#Overpass-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass SemiBold;
    src: url(../fonts/Overpass-SemiBold.eot);
    src: local("../fonts/Overpass SemiBold"), local("Overpass-SemiBold"), url(../fonts/Overpass-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-SemiBold.woff2) format("woff2"), url(../fonts/Overpass-SemiBold.woff) format("woff"), url(../fonts/Overpass-SemiBold.svg#Overpass-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Black;
    src: url(../fonts/Overpass-Black.eot);
    src: local("Overpass Black"), url(../fonts/Overpass-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Black.woff2) format("woff2"), url(../fonts/Overpass-Black.woff) format("woff"), url(../fonts/Overpass-Black.svg#Overpass-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass;
    src: url(../fonts/Overpass-Regular.eot);
    src: local("Overpass Regular"), url(../fonts/Overpass-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Regular.woff2) format("woff2"), url(../fonts/Overpass-Regular.woff) format("woff"), url(../fonts/Overpass-Regular.svg#Overpass-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Light;
    src: url(../fonts/Overpass-Light.eot);
    src: local("Overpass Light"), url(../fonts/Overpass-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Light.woff2) format("woff2"), url(../fonts/Overpass-Light.woff) format("woff"), url(../fonts/Overpass-Light.svg#Overpass-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Font Awesome\ 5 Pro Solid;
    src: url(../fonts/FontAwesome5Pro-Solid.eot);
    src: local("FontAwesome5Pro-Solid"), url(../fonts/FontAwesome5Pro-Solid.eot?#iefix) format("embedded-opentype"), url(../fonts/FontAwesome5Pro-Solid.woff2) format("woff2"), url(../fonts/FontAwesome5Pro-Solid.woff) format("woff"), url(../fonts/FontAwesome5Pro-Solid.svg#FontAwesome5Pro-Solid) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Thin;
    src: url(../fonts/Overpass-Thin.eot);
    src: local("Overpass Thin"), url(../fonts/Overpass-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Thin.woff2) format("woff2"), url(../fonts/Overpass-Thin.woff) format("woff"), url(../fonts/Overpass-Thin.svg#Overpass-Thin) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Lotus Headlines Exlight;
    src: url(../fonts/overpass-headlines-exlight.eot);
    src: local("Overpass Lotus Headlines ExLight"), url(../fonts/overpass-headlines-exlight.eot?#iefix) format("embedded-opentype"), url(../fonts/overpass-headlines-exlight.woff2) format("woff2"), url(../fonts/overpass-headlines-exlight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Lotus Headlines;
    src: url(../fonts/overpass-headlines.eot);
    src: local("Overpass Lotus Headlines"), url(../fonts/overpass-headlines.eot?#iefix) format("embedded-opentype"), url(../fonts/overpass-headlines.woff2) format("woff2"), url(../fonts/overpass-headlines.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

.__ff-arial {
    font-family: Arial, sans-serif
}

.__ff-times-new-roman {
    font-family: Times New Roman, sans-serif
}

.__ff-overpass-bold {
    font-family: Overpass Bold, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-black {
    font-family: Overpass Black, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-thin {
    font-family: Overpass Thin, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-light {
    font-family: Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-bold {
    font-family: Source Han Sans CN Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-normal {
    font-family: Source Han Sans CN Normal, Overpass, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-extra-light {
    font-family: Source Han Sans CN ExtraLight, Overpass Light, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-headlines {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-headlines-ex-light {
    font-family: Overpass Lotus Headlines Exlight, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-noto-jp {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-light {
    font-family: Noto Sans JP Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-thin {
    font-family: Noto Sans JP Thin, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-semibold {
    font-family: Noto Sans JP SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-medium {
    font-family: Noto Sans JP Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-bold {
    font-family: Noto Sans JP Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-light {
    font-family: Noto Sans KR Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-thin {
    font-family: Noto Sans KR Thin, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-semibold {
    font-family: Noto Sans KR SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-medium {
    font-family: Noto Sans KR Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-bold {
    font-family: Noto Sans KR Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.c-image-drawer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    overflow: hidden
}

@media(min-width:992px) {
    .c-image-drawer {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-image-drawer__left,
.c-image-drawer__right {
    grid-column-start: 2;
    grid-column-end: 12
}

.c-image-drawer__right {
    margin-top: 40px
}

.c-image-drawer>div {
    height: calc(125vw + 2px);
    position: relative;
    text-align: center
}

.c-image-drawer>div .e-background-image {
    height: 100%
}

.c-image-drawer>div .c-image-drawer__image-title,
.c-image-drawer>div .c-image-drawer__title {
    width: 100vw;
    font-size: 100px;
    position: absolute;
    top: 0;
    left: calc(-8.33333vw - .66667px);
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.c-image-drawer>div .c-image-drawer__image-title {
    color: #fff
}

.c-image-drawer>div .c-image-drawer__image-btn {
    width: calc(66.66667vw + 5.33333px);
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.c-image-drawer>div .e-background-image__content {
    height: 100%
}

.c-image-drawer .e-background-image__img.background-image+.e-background-image__content {
    overflow: visible;
    height: 100%
}

@media(min-width:992px) {
    .c-image-drawer>div {
        height: calc(50vw + 4px)
    }

    .c-image-drawer>div .c-image-drawer__image-title,
    .c-image-drawer>div .c-image-drawer__title {
        width: calc(45.83333vw + 3.66667px);
        font-size: 180px;
        left: calc(-4.16667vw - .33333px)
    }

    .c-image-drawer>div .c-image-drawer__image-btn {
        width: -moz-fit-content;
        width: fit-content
    }

    .c-image-drawer__left {
        grid-column-start: 3;
        grid-column-end: 12;
        height: calc(50vw + 4px)
    }

    .c-image-drawer__right {
        grid-column-start: 14;
        grid-column-end: 23;
        height: calc(50vw + 4px);
        margin-top: 300px
    }
}

@media(min-width:1600px) {

    .c-image-drawer__image-title,
    .c-image-drawer__title {
        font-size: 220px
    }
}

.c-image-gallery {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.c-image-gallery>div {
    height: 135px;
    white-space: nowrap
}

.c-image-gallery>div .e-background-image {
    height: 100%;
    display: inline-block
}

.c-image-gallery__up {
    transform: translateX(-50%)
}

.c-image-gallery.reverse .c-image-gallery__up {
    transform: translateX(0)
}

.c-image-gallery.reverse .c-image-gallery__down {
    transform: translateX(-50%)
}

@media(min-width:992px) {
    .c-image-gallery {
        height: 100vh
    }

    .c-image-gallery>div {
        flex: 1
    }
}

.c-imageGallerySlider {
    width: 100%
}

.c-imageGallerySlider__swiper {
    width: 100%;
    overflow: hidden
}

.c-imageGallerySlider__content {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    z-index: 1
}

@media(min-width:992px) {
    .c-imageGallerySlider__content {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-imageGallerySlider__content__main {
    position: relative;
    grid-column-start: 2;
    grid-column-end: 12
}

.c-imageGallerySlider__prevNext {
    position: absolute;
    width: 100%;
    color: #c4c4c4;
    left: 0;
    top: -66vw;
    font-family: simHei;
    overflow: hidden
}

.c-imageGallerySlider__prevNext .c-imageGallerySlider__icon {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border: 1px solid #E3242B;
    font-size: 18px;
    opacity: .5;
    cursor: pointer;
    float: left
}

.c-imageGallerySlider__prevNext .c-imageGallerySlider__icon:last-child {
    float: right
}

.swiper-slide__img {
    position: relative;
    width: 100%;
    height: 133vw;
    overflow: hidden
}

.c-imageGallerySlider__pagenation {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
    text-align: end
}

.c-imageGallerySlider__pagenation .swiper-pagination-bullet {
    display: inline-block;
    font-size: 16px;
    opacity: .3;
    color: #000;
    padding: 0 10px;
    cursor: pointer
}

.c-imageGallerySlider__pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

@media(min-width:992px) {
    .c-imageGallerySlider__prevNext {
        top: -26vw;
        transform: translateY(-50%)
    }

    .c-imageGallerySlider__prevNext .c-imageGallerySlider__icon {
        font-size: 20px
    }

    .c-imageGallerySlider__content__main {
        grid-column-start: 3;
        grid-column-end: 23
    }

    .swiper-slide__img {
        height: 52vw
    }
}

html.rtl .c-imageGallerySlider__icon {
    float: right
}

html.rtl .c-imageGallerySlider__icon:last-child {
    float: left
}

.c-image-poster__poster {
    position: relative
}

.c-image-poster .e-background-image {
    height: calc(133.33333vw + 2.66667px);
    width: calc(66.66667vw + 5.33333px);
    margin: 0 auto
}

.c-image-poster__title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center
}

.c-image-poster__body {
    width: calc(83.33333vw + 6.66667px);
    margin: 40px auto
}

@media(min-width:992px) {
    .c-image-poster .e-background-image {
        height: calc(58.33333vw + 4.66667px);
        width: calc(33.33333vw + 2.66667px);
        margin: 0 auto
    }

    .c-image-poster__body {
        width: calc(41.66667vw + 3.33333px);
        margin-top: 60px;
        margin-left: calc(45.83333vw + 3.66667px)
    }
}

.c-imageSlider__imageOnly {
    width: 100%;
    height: 100%
}

.c-imageSlider {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px
}

@media(min-width:992px) {
    .c-imageSlider {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-imageSlider .c-imageSlider__content {
    grid-column-start: 2;
    grid-column-end: 12
}

.c-imageSlider__swiper {
    width: 100%;
    overflow: hidden
}

.word-tw__article {
    width: 100%
}

.word-tw__article .word-tw__article__icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 0 16px 0
}

.word-tw__article .word-tw__article__icon .e-icon {
    color: #b8b8b8
}

.word-tw__article .word-tw__article__icon .e-icon>svg {
    width: 100%;
    height: auto
}

.word-tw__article .word-tw__article__remarksTitle {
    position: relative;
    width: 100%;
    font-size: 24px;
    color: #000;
    line-height: 1.1
}

.word-tw__article .word-tw__article__remarksWord {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 1.4;
    padding-top: 16px
}

.word-tw__article .word-tw__article__btn {
    margin-top: 16px
}

.word-tw__image {
    position: relative;
    width: 100%;
    height: 61vw;
    overflow: hidden;
    margin: 44px 0 0 0
}

.c-imageSlider__nextPrev {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px 0
}

.c-imageSlider__nextPrev .e-icon {
    cursor: pointer
}

.c-imageSlider__nextPrev .e-icon>svg {
    width: 40px;
    height: auto
}

.c-imageSlider__nextPrev .e-icon.swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed
}

@media(min-width:992px) {
    .c-imageSlider .c-imageSlider__content {
        position: relative;
        grid-column-start: 3;
        grid-column-end: 23;
        overflow: hidden
    }

    .c-imageSlider .c-imageSlider__content .c-imageSlider__swiper .swiper-slide {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .c-imageSlider .c-imageSlider__content .c-imageSlider__swiper .swiper-slide.reverse {
        flex-direction: row-reverse
    }

    .c-imageSlider .c-imageSlider__content .c-imageSlider__swiper .swiper-slide.reverse .word-tw__image {
        margin: 0
    }

    .word-tw__article {
        float: left;
        width: 29%;
        display: flex;
        flex-direction: column
    }

    .word-tw__article.word-tw__article--top {
        justify-content: flex-start
    }

    .word-tw__article.word-tw__article--center {
        justify-content: center
    }

    .word-tw__article.word-tw__article--bottom {
        justify-content: flex-end
    }

    .word-tw__article .word-tw__article__remarksTitle {
        font-size: 32px
    }

    .word-tw__image {
        float: left;
        width: 60%;
        height: 38vw;
        margin: 0
    }
}

html.rtl .c-imageSlider__nextPrev {
    flex-direction: row-reverse
}

html.rtl .word-tw__article,
html.rtl .word-tw__image {
    float: right
}

.c-image-slider-horizontal {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px
}

@media(min-width:992px) {
    .c-image-slider-horizontal {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-image-slider-horizontal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: calc(4.16667vw + .33333px);
    padding-top: 12px;
    padding-bottom: 30px
}

.c-image-slider-horizontal__header-left {
    transition: all .2s cubic-bezier(.1, .1, .1, 1);
    transform: scale(1);
    cursor: pointer
}

.c-image-slider-horizontal__header-left:hover {
    transform: scale(1.1)
}

.c-image-slider-horizontal__header-right {
    transition: all .2s cubic-bezier(.1, .1, .1, 1);
    transform: scale(1);
    cursor: pointer
}

.c-image-slider-horizontal__header-right:hover {
    transform: scale(1.1)
}

.c-image-slider-horizontal__swiper-main {
    overflow: hidden
}

.c-image-slider-horizontal__pagination {
    display: flex;
    padding: 0 12px;
    gap: 12px
}

.c-image-slider-horizontal__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #4f4f4f;
    cursor: pointer
}

.c-image-slider-horizontal__pagination .swiper-pagination-bullet-active {
    background: #E3242B
}

.c-image-slider-horizontal__pagination-footer {
    margin: 0 auto
}

.c-image-slider-horizontal .swiper {
    position: relative;
    overflow: hidden
}

.c-image-slider-horizontal .swiper .swiper-wrapper .swiper-slide {
    opacity: .9
}

.c-image-slider-horizontal .swiper .swiper-wrapper .swiper-slide-active {
    opacity: 1
}

.c-image-slider-horizontal__slide-image {
    cursor: pointer
}

.c-image-slider-horizontal__slide-title {
    margin-top: 20px;
    word-break: break-word;
    text-align: center
}

.c-image-slider-horizontal__slide-desc {
    position: relative;
    margin-top: 20px;
    text-align: center;
    min-height: 50px
}

.c-image-slider-horizontal__slide-desc .e-icon {
    margin-left: 3px
}

.c-image-slider-horizontal__slide-desc .e-icon>svg {
    width: 12px;
    height: 12px
}

.c-image-slider-horizontal__slide-disclaimer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-100%);
    background-color: #f5f5f5;
    padding: 40px calc(8.33333vw + .66667px);
    text-align: start;
    display: none
}

.c-image-slider-horizontal__slide-btn {
    margin-top: 30px
}

.c-image-slider-horizontal.center-pagination.ratio-12_5 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image,
.c-image-slider-horizontal.center-pagination.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
    height: calc(111.11111vw + .88889px)
}

.c-image-slider-horizontal__center {
    grid-column-start: 2;
    grid-column-end: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(4.16667vw + .33333px);
    grid-row-start: 3
}

.c-image-slider-horizontal__center .c-image-slider-horizontal__nav {
    color: #ccc
}

.c-image-slider-horizontal__center .c-image-slider-horizontal__nav.clickable {
    color: #222
}

.c-image-slider-horizontal__description {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 3;
    text-align: center;
    color: #4f4f4f
}

.c-image-slider-horizontal__description.down {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 4
}

.c-image-slider-horizontal__description-title {
    margin-top: 20px
}

.c-image-slider-horizontal__description-desc {
    min-height: 50px;
    position: relative;
    margin-top: 20px
}

.c-image-slider-horizontal__description-desc .e-icon {
    margin-left: 3px
}

.c-image-slider-horizontal__description-desc .e-icon>svg {
    width: 12px;
    height: 12px
}

.c-image-slider-horizontal__description-btn {
    margin-top: 24px
}

.c-image-slider-horizontal__description-disclaimer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-100%);
    background-color: #f5f5f5;
    text-align: start;
    display: none
}

.c-image-slider-horizontal__description-disclaimer>div {
    padding: 40px calc(8.33333vw + .66667px)
}

.c-image-slider-horizontal__footer {
    grid-column-start: 2;
    grid-column-end: 12;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: calc(4.16667vw + .33333px);
    grid-row-start: 4;
    padding-top: 40px;
    padding-bottom: 30px
}

.c-image-slider-horizontal.theme-yellow .c-image-slider-horizontal__pagination .swiper-pagination-bullet-active {
    background: #fff
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__header {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 2
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main .swiper .swiper-slide {
    width: calc(66.66667vw + 5.33333px)
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main .c-image-slider-horizontal__slide-image {
    height: calc(37.5vw + 3px)
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 2
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide {
    width: calc(83.33333vw + 6.66667px)
}

.c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
    height: calc(46.875vw + 3.75px)
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__header {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 2
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main .swiper .swiper-slide {
    width: calc(66.66667vw + 5.33333px)
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main .c-image-slider-horizontal__slide-image {
    height: calc(27.77778vw + 2.22223px)
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main.center {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 2
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide {
    width: calc(83.33333vw + 6.66667px)
}

.c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
    height: calc(34.72222vw + 2.77777px)
}

.c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__header {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1;
    margin-right: calc(16.66667vw + 1.33333px)
}

.c-image-slider-horizontal.ratio-3_2 .swiper-slide {
    width: calc(50vw + 4px)
}

.c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__slide-image {
    height: calc(33.33333vw + 2.66667px)
}

.c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main,
.c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 2
}

.c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide {
    width: calc(83.33333vw + 6.66667px)
}

.c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
    height: calc(55.55556vw + 4.44444px)
}

@media(min-width:992px) {
    .c-image-slider-horizontal__footer {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 4
    }

    .c-image-slider-horizontal__slide-desc {
        cursor: default
    }

    .c-image-slider-horizontal__slide-disclaimer {
        width: calc(50vw + 4px);
        left: unset;
        padding: 43px 38px 33px 68px
    }

    .c-image-slider-horizontal.center-pagination.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
        height: calc(28.125vw + 2.25px)
    }

    .c-image-slider-horizontal.center-pagination.ratio-12_5 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
        height: calc(31.25vw + 2.5px)
    }

    .c-image-slider-horizontal__center {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 3
    }

    .c-image-slider-horizontal__description {
        grid-column-start: 7;
        grid-column-end: 19;
        grid-row-start: 3;
        font-size: 16px;
        text-align: center
    }

    .c-image-slider-horizontal__description.down {
        grid-column-start: 7;
        grid-column-end: 19;
        grid-row-start: 4
    }

    .c-image-slider-horizontal__description-desc {
        cursor: default
    }

    .c-image-slider-horizontal__description-disclaimer {
        left: unset
    }

    .c-image-slider-horizontal__description-disclaimer>div {
        padding: 43px 38px 33px 68px
    }

    .c-image-slider-horizontal .center .swiper .c-image-slider-horizontal__nav {
        width: 48px;
        height: 48px;
        border: 1px solid #E3242B;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer
    }

    .c-image-slider-horizontal .center .swiper .c-image-slider-horizontal__nav>svg {
        display: block;
        margin: 0 auto;
        transform: translateY(50%)
    }

    .c-image-slider-horizontal .center .swiper .c-image-slider-horizontal__nav-left {
        left: calc(12.5vw + 1px)
    }

    .c-image-slider-horizontal .center .swiper .c-image-slider-horizontal__nav-right {
        right: calc(12.5vw + 1px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__header {
        grid-column-start: 3;
        grid-column-end: 22;
        grid-row-start: 1
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main {
        grid-column-start: 3;
        grid-column-end: 25;
        grid-row-start: 2
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main .swiper .swiper-slide {
        width: calc(66.66667vw + 5.33333px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main .c-image-slider-horizontal__slide-image {
        height: calc(37.5vw + 3px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 2
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide {
        width: calc(50vw + 4px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide .c-image-slider-horizontal__slide-image {
        height: calc(28.125vw + 2.25px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide.grid-14 {
        width: calc(58.33333vw + 4.66667px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide.grid-14 .c-image-slider-horizontal__slide-image {
        height: calc(32.8125vw + 2.625px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide.grid-16 {
        width: calc(66.66667vw + 5.33333px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide.grid-16 .c-image-slider-horizontal__slide-image {
        height: calc(37.5vw + 3px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide.grid-18 {
        width: calc(75vw + 6px)
    }

    .c-image-slider-horizontal.ratio-16_9 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide.grid-18 .c-image-slider-horizontal__slide-image {
        height: calc(42.1875vw + 3.375px)
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__header {
        grid-column-start: 3;
        grid-column-end: 22;
        grid-row-start: 1
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 2
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main .swiper .swiper-slide {
        width: calc(83.33333vw + 6.66667px)
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main .c-image-slider-horizontal__slide-image {
        height: calc(31.25vw + 2.5px)
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main.center {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 2
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide {
        width: calc(83.33333vw + 6.66667px)
    }

    .c-image-slider-horizontal.ratio-12_5 .c-image-slider-horizontal__swiper-main.center .c-image-slider-horizontal__slide-image {
        height: calc(31.25vw + 2.5px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__header {
        grid-column-start: 3;
        grid-column-end: 22;
        grid-row-start: 1;
        margin-right: calc(12.5vw + 1px)
    }

    .c-image-slider-horizontal.ratio-3_2 .swiper-slide {
        width: calc(50vw + 4px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__slide-image {
        height: calc(33.33333vw + 2.66667px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main {
        grid-column-start: 3;
        grid-column-end: 25;
        grid-row-start: 2
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center {
        grid-column-start: 1;
        grid-column-end: 25;
        grid-row-start: 2
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide {
        width: calc(50vw + 4px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper .swiper-slide .c-image-slider-horizontal__slide-image {
        height: calc(33.33333vw + 2.66667px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper.grid-14 {
        width: calc(58.33333vw + 4.66667px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper.grid-14 .c-image-slider-horizontal__slide-image {
        height: calc(38.88889vw + 3.11111px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper.grid-16 {
        width: calc(66.66667vw + 5.33333px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper.grid-16 .c-image-slider-horizontal__slide-image {
        height: calc(44.44444vw + 3.55555px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper.grid-18 {
        width: calc(75vw + 6px)
    }

    .c-image-slider-horizontal.ratio-3_2 .c-image-slider-horizontal__swiper-main.center .swiper.grid-18 .c-image-slider-horizontal__slide-image {
        height: calc(50vw + 4px)
    }
}

.c-image-swiper {
    overflow: hidden
}

.c-image-swiper__swiper-container {
    margin-left: calc(8.33333vw + .66667px);
    overflow: hidden
}

.c-image-swiper .swiper {
    width: calc(83.33333vw + 6.66667px);
    overflow: visible;
    margin-left: 0
}

.c-image-swiper .swiper-slide {
    height: calc(70vh - 80px);
    overflow: hidden
}

.c-image-swiper .swiper-slide .swiper-slide-image {
    height: 100%
}

.c-image-swiper .swiper-slide .e-background-image {
    transition: all .4s ease;
    transform: scale(1)
}

.c-image-swiper .swiper-slide.swiper-slide-duplicate .e-animated-content__main:after,
.c-image-swiper .swiper-slide.swiper-slide-duplicate .e-animated-content__main:before {
    display: none
}

.c-image-swiper__animated-content,
.c-image-swiper__animated-content .e-animated-content__main,
.c-image-swiper__image {
    width: 100%;
    height: 100%
}

.c-image-swiper__pagination {
    display: flex;
    justify-content: flex-end;
    padding: 24px 0 24px 24px;
    margin-left: calc(8.33333vw + .66667px);
    margin-right: calc(8.33333vw + .66667px);
    gap: 20px
}

.c-image-swiper__bullet {
    font-size: 16px;
    color: #4f4f4f;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-image-swiper__bullet.active {
    color: #000
}

.c-image-swiper__nav-left.e-icon,
.c-image-swiper__nav-right.e-icon {
    display: none
}

@media(min-width:992px) {

    .c-image-swiper__nav-left,
    .c-image-swiper__nav-right {
        position: fixed;
        z-index: 1;
        padding: 10px;
        border: 1px solid #E3242B;
        color: #fff;
        display: none;
        cursor: pointer
    }

    .c-image-swiper__nav-left>svg,
    .c-image-swiper__nav-right>svg {
        width: 28px !important;
        height: 28px !important
    }

    .c-image-swiper__nav-left.swiper-button-disabled,
    .c-image-swiper__nav-right.swiper-button-disabled {
        opacity: 0;
        z-index: -1;
        cursor: default
    }

    .c-image-swiper__nav-left.nav-ani-enter-active,
    .c-image-swiper__nav-left.nav-ani-leave-active,
    .c-image-swiper__nav-right.nav-ani-enter-active,
    .c-image-swiper__nav-right.nav-ani-leave-active {
        transition: .6s ease
    }

    .c-image-swiper__nav-left.nav-ani-enter-to,
    .c-image-swiper__nav-left.nav-ani-leave-from,
    .c-image-swiper__nav-right.nav-ani-enter-to,
    .c-image-swiper__nav-right.nav-ani-leave-from {
        transform: scale(1)
    }

    .c-image-swiper__nav-left.nav-ani-enter-from,
    .c-image-swiper__nav-left.nav-ani-leave-to,
    .c-image-swiper__nav-right.nav-ani-enter-from,
    .c-image-swiper__nav-right.nav-ani-leave-to {
        transform: scale(.5)
    }

    .c-image-swiper .swiper-slide {
        height: calc(45.83333vw + 3.66667px)
    }

    .c-image-swiper__pagination {
        margin-left: calc(4.16667vw + .33333px);
        margin-right: calc(4.16667vw + .33333px)
    }

    .c-image-swiper__swiper-container.grid-layout-0-24,
    .c-image-swiper__swiper-container.grid-layout-0-24 .swiper {
        width: 100%
    }

    .c-image-swiper__swiper-container.grid-layout-1-22 {
        margin-left: calc(4.16667vw + .33333px)
    }

    .c-image-swiper__swiper-container.grid-layout-1-22 .swiper {
        width: calc(91.66667vw + 7.33333px)
    }

    .c-image-swiper__swiper-container.grid-layout-2-14 {
        margin-left: calc(8.33333vw + .66667px)
    }

    .c-image-swiper__swiper-container.grid-layout-2-14 .swiper {
        width: calc(58.33333vw + 4.66667px)
    }

    .c-image-swiper__swiper-container.grid-layout-2-20 {
        margin-left: calc(8.33333vw + .66667px)
    }

    .c-image-swiper__swiper-container.grid-layout-2-20 .swiper {
        width: calc(83.33333vw + 6.66667px)
    }

    .c-image-swiper__swiper-container.grid-layout-2-22 {
        margin-left: calc(8.33333vw + .66667px)
    }

    .c-image-swiper__swiper-container.grid-layout-2-22 .swiper {
        width: calc(91.66667vw + 7.33333px)
    }

    .c-image-swiper__swiper-container.grid-layout-6-12 {
        margin-left: calc(25vw + 2px)
    }

    .c-image-swiper__swiper-container.grid-layout-6-12 .swiper {
        width: calc(50vw + 4px)
    }

    .c-image-swiper__swiper-container.grid-layout-8-14 {
        margin-left: calc(33.33333vw + 2.66667px)
    }

    .c-image-swiper__swiper-container.grid-layout-8-14 .swiper {
        width: calc(58.33333vw + 4.66667px)
    }
}

@media(min-width:1200px) {
    .c-image-swiper .swiper-slide .e-background-image {
        transition: all .4s ease;
        transform: scale(1)
    }

    .c-image-swiper__swiper-container:hover .swiper-slide .e-background-image {
        transform: scale(1.1)
    }

    .c-image-swiper.turn-off-image-animation .c-image-swiper__swiper-container:hover .swiper-slide .e-background-image {
        transform: scale(1)
    }
}

.c-image-water-flow__screen-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    position: relative;
    padding-top: 200px
}

@media(min-width:992px) {
    .c-image-water-flow__screen-group {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-image-water-flow__screen-group-item {
    grid-column-start: 3;
    grid-column-end: 23
}

.c-image-water-flow__screen-group-item-image {
    width: 100%;
    height: calc(55.55556vw + 4.44445px);
    margin-bottom: 24px
}

.c-image-water-flow__screen-group-item-image>div {
    height: 100%
}

.c-image-water-flow__screen-group-item-time {
    font-size: 14px;
    margin-bottom: 24px
}

.c-image-water-flow__screen-group-item-body {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 24px
}

@media(min-width:992px) {
    .c-image-water-flow__screen-group-item-body {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-image-water-flow__screen-group-item-body {
        font-size: 56px;
        letter-spacing: 3px
    }
}

@media(min-width:992px) {
    .c-image-water-flow__screen-group {
        width: 100%;
        height: 100vh
    }

    .c-image-water-flow__screen-group-item {
        width: calc(37.5vw + 3px);
        position: absolute
    }

    .c-image-water-flow__screen-group-item:nth-child(odd) {
        top: 0;
        left: 0
    }

    .c-image-water-flow__screen-group-item:nth-child(odd).reverse {
        top: auto;
        bottom: 0
    }

    .c-image-water-flow__screen-group-item:nth-child(2n) {
        bottom: 0;
        right: 0
    }

    .c-image-water-flow__screen-group-item:nth-child(2n).reverse {
        top: 0;
        bottom: auto
    }

    .c-image-water-flow__screen-group-item-image {
        height: calc(25vw + 2px)
    }
}

.trigger-content {
    height: 110%;
    opacity: 0
}

.kv-slide-bg--page,
.trigger-content {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

.kv-slide-bg--page {
    height: 100%
}

.c-ImageWithMarqueeText {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.c-ImageWithMarqueeText.c-ImageWithMarqueeText--pc {
    height: 100vh
}

.c-ImageWithMarqueeText__outside {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3
}

.c-ImageWithMarqueeText__outside.c-ImageWithMarqueeText__outside--animate {
    transform: translateY(0)
}

.c-ImageWithMarqueeText__topTitle {
    display: block;
    position: relative;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 60px 0 0 0;
    font-size: 90px;
    color: #fff200;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -10px;
    transform: translateX(-50%);
    clear: both;
    float: left;
    left: 0
}

.c-ImageWithMarqueeText__topTitle.title-center {
    transform: translateX(-50%)
}

.c-ImageWithMarqueeText__topTitle.title-right {
    transform: none
}

.c-ImageWithMarqueeText__bottomTitle {
    display: block;
    position: relative;
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding: 10px 0 0 0;
    transform: translateX(50%);
    font-size: 90px;
    color: #fff200;
    line-height: 1;
    letter-spacing: -10px;
    clear: both;
    float: right;
    right: 0
}

.c-ImageWithMarqueeText__bottomTitle.title-center {
    transform: translateX(50%)
}

.c-ImageWithMarqueeText__bottomTitle.title-left {
    transform: none
}

.c-ImageWithMarqueeText__content {
    position: relative;
    width: 100%;
    padding: 50px 0 40px 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px;
    clear: both
}

@media(min-width:992px) {
    .c-ImageWithMarqueeText__content {
        grid-template-columns: repeat(24, 1fr)
    }
}

.c-ImageWithMarqueeText__content .c-ImageWithMarqueeText__main {
    grid-column-start: 2;
    grid-column-end: 12
}

.c-ImageWithMarqueeText__article {
    position: relative;
    width: 100%
}

.c-ImageWithMarqueeText__article .c-ImageWithMarqueeText__article__icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 16px
}

.c-ImageWithMarqueeText__article .c-ImageWithMarqueeText__article__icon .e-icon {
    color: #fff
}

.c-ImageWithMarqueeText__article .c-ImageWithMarqueeText__article__icon .e-icon>svg {
    width: 100%;
    height: auto
}

.c-ImageWithMarqueeText__article .c-ImageWithMarqueeText__remarksTitle {
    width: 100%;
    font-size: 32px;
    color: #fff200;
    line-height: 1.1;
    padding-left: 20px
}

.c-ImageWithMarqueeText__article .c-ImageWithMarqueeText__remarksWord {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    padding-top: 16px;
    padding-left: 20px
}

@media(min-width:992px) {
    .c-ImageWithMarqueeText {
        height: 100vh;
        min-height: 1000px
    }

    .trigger-content {
        height: 130%
    }

    .c-ImageWithMarqueeText__outside {
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 3
    }

    .c-ImageWithMarqueeText__topTitle {
        padding: 60px 0 0 0;
        transform: none;
        font-size: 220px
    }

    .c-ImageWithMarqueeText__bottomTitle {
        transform: none;
        font-size: 220px
    }

    .c-ImageWithMarqueeText__content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px;
        padding: 60px 0 50px 0;
        float: none
    }
}

@media(min-width:992px)and (min-width:992px) {
    .c-ImageWithMarqueeText__content {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .c-ImageWithMarqueeText__content .c-ImageWithMarqueeText__main {
        grid-column-start: 3;
        grid-column-end: 23
    }
}

@media(min-width:992px) {
    .c-ImageWithMarqueeText__content.c-ImageWithMarqueeText__content--center {
        bottom: 50%;
        transform: translateY(50%)
    }
}

@media(min-width:992px) {
    .c-ImageWithMarqueeText__content.c-ImageWithMarqueeText__content--top {
        bottom: 94%;
        transform: translateY(100%)
    }
}

@media(min-width:992px) {
    .c-ImageWithMarqueeText__article {
        width: calc(25vw + 2px)
    }
}

html.rtl .c-ImageWithMarqueeText__topTitle {
    float: right;
    transform: translateX(50%)
}

html.rtl .c-ImageWithMarqueeText__bottomTitle {
    float: left;
    transform: translateX(-50%)
}

@media(min-width:992px) {

    html.rtl .c-ImageWithMarqueeText__bottomTitle,
    html.rtl .c-ImageWithMarqueeText__topTitle {
        transform: translateX(0)
    }
}

html[lang=ja-JP] .c-ImageWithMarqueeText__bottomTitle,
html[lang=ja-JP] .c-ImageWithMarqueeText__topTitle {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .c-ImageWithMarqueeText__bottomTitle,
html[lang=ko-KR] .c-ImageWithMarqueeText__topTitle {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.c-kmi-us__logo {
    margin-left: calc(8.33333vw + .66667px);
    margin-top: calc(8.33333vw + .66667px)
}

.c-kmi-us__image-content {
    position: absolute;
    bottom: calc(8.33333vw + .66667px);
    left: calc(8.33333vw + .66667px)
}

.c-kmi-us__image-body {
    margin-top: 40px
}

.c-kmi-us__title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 54px
}

@media(min-width:992px) {
    .c-kmi-us__title {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-kmi-us__title {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.c-kmi-us__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.c-kmi-us__return {
    text-transform: uppercase;
    font-weight: 700
}

.c-kmi-us__model-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 40px
}

@media(min-width:992px) {
    .c-kmi-us__model-title {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-kmi-us__model-title {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.c-kmi-us__models {
    margin-top: 40px
}

.c-kmi-us__model {
    display: flex
}

.c-kmi-us__model+.c-kmi-us__model {
    margin-top: 24px
}

.c-kmi-us__model.selected .c-kmi-us__model-image-wrapper:before {
    width: 120px;
    background: #E3242B
}

.c-kmi-us__model.selected .c-kmi-us__model-image-wrapper.no-image:before {
    display: none
}

.c-kmi-us__model-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.c-kmi-us__model-image-wrapper {
    position: relative;
    margin-left: 16px;
    padding-bottom: 16px;
    cursor: pointer
}

.c-kmi-us__model-image-wrapper.no-image:before {
    display: none
}

.c-kmi-us__model-image-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 100%;
    background: #f2f1f0;
    transition: all .4s cubic-bezier(.355, .005, .26, 1)
}

.c-kmi-us__model-name {
    position: absolute
}

.c-kmi-us__toolbar {
    height: 60px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-kmi-us__consent-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 8px
}

.c-kmi-us__result-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 40px
}

@media(min-width:992px) {
    .c-kmi-us__result-title {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .c-kmi-us__result-title {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.c-kmi-us__result-btn {
    margin-top: 40px
}

.c-kmi-us__layout .s-form-layout__side-image {
    display: block;
    color: #fff
}

.c-kmi-us__layout .s-form-layout__image .e-background-image__content {
    height: 100%
}

.c-kmi-us__layout.submitted.s-form-layout {
    position: relative;
    height: calc(100vh - 52px)
}

@media(min-width:768px) {
    .c-kmi-us__layout.submitted.s-form-layout {
        height: calc(100vh - 52px)
    }
}

@media(min-width:1200px) {
    .c-kmi-us__layout.submitted.s-form-layout {
        height: calc(100vh - 64px)
    }
}

.c-kmi-us__layout.submitted.s-form-layout .s-form-layout__image,
.c-kmi-us__layout.submitted.s-form-layout .s-form-layout__image-wrapper {
    height: 100%
}

.c-kmi-us__layout.submitted.s-form-layout .s-form-layout__main {
    position: relative;
    z-index: 1;
    padding-top: 56px
}

.c-kmi-us__layout.submitted.s-form-layout .s-form-layout__side-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh
}

.c-kmi-us__layout.submitted.s-form-layout .s-form-layout__side-image .e-background-image__img {
    height: 100%;
    background-color: #f8ed6e;
    background-position: bottom !important;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.c-kmi-us__dealer-option {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    gap: 24px
}

.c-kmi-us__dealer-option-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-kmi-us__dealer-option-metre {
    font-size: 12px;
    color: #4f4f4f
}

.c-kmi-us__dealer-option.with-mile {
    justify-content: space-between
}

.c-kmi-us__dealer-option:hover {
    font-weight: 700
}

.c-kmi-us .selected .c-kmi-us__dealer-option-metre {
    color: #fff
}

@media(min-width:992px) {
    .c-kmi-us__logo {
        margin-left: calc(8.33333vw + .66667px);
        margin-top: calc(4.16667vw + .33333px)
    }

    .c-kmi-us__image-content {
        position: absolute;
        bottom: calc(8.33333vw + .66667px);
        left: calc(8.33333vw + .66667px)
    }

    .c-kmi-us__layout.submitted.s-form-layout {
        position: static
    }

    .c-kmi-us__layout.submitted.s-form-layout .s-form-layout__side-image {
        position: static;
        height: auto
    }
}