/* common start */
html.noscroll body {
    overflow: hidden;
    scrollbar-gutter: stable;
}
html.fancybox-margin .robin-h-main {
    padding-inline-end: var(--modal-scrollbar-buffer, 0);
}

.robin-h-main {
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    background: #fff;
    width: 100%;
}

.robin-h-main * {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

.robin-h-main sup {
    font-size: 0.6em;
}

.robin-h-main sup.yes-click {
    cursor: pointer;
}

.robin-h-main a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.robin-h-main ul,
.robin-h-main ol {
    list-style: none;
    list-style-image: none;
}

.robin-h-main button {
    border: 0;
    font-size: 0;
    line-height: 0;
}

.robin-h-main .nr {
    white-space: nowrap;
    display: inline-block;
}

.robin-h-main img,
.robin-h-main picture {
    border: 0;
    width: 100%;
    display: block;
}

.robin-h-main svg {
    width: 100%;
    display: block;
    overflow: visible;
}

.robin-h-main video {
    border: 0;
    width: 100%;
    display: block;
    object-fit: cover;
}

.robin-h-main canvas {
    display: block;
    width: 100%;
}

.robin-h-main em {
    font-style: inherit;
}

.robin-h-main .is-ucwx {
    display: none !important;
}

.robin-h-main .blur-up {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    transition: filter 0.2s;
    -webkit-transition: filter 0.2s;
    -moz-transition: filter 0.2s;
}

.robin-h-main .blur-up.lazyloaded {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.robin-h-main br {
    line-height: 0;
}

.robin-h-main .show-mob,
.robin-h-main .show-mob-inline {
    display: none;
}

.robin-h-main .show-pc {
    display: block;
}

.robin-h-main .show-pc-inline {
    display: inline-block;
}

.robin-h-main .chapter-title-container {
    width: 67.5vw;
    margin: 0 auto;
}

.robin-h-main .chpater-small-title {
    line-height: 1.25;
    font-weight: 500;
    color: #000000;
    font-size: 1.45833333vw;
    text-align: center;
    margin-bottom: 1.25vw;
}

.robin-h-main .chpater-big-title {
    line-height: 1.25;
    font-weight: 500;
    color: #6678d9;
    font-size: 4.16666667vw;
    text-align: center;
}

.robin-h-main .chpater-gradient-title {
    width: max-content;
    background: linear-gradient(92.79deg, #6678d9 10.21%, #35399f 90.53%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0 auto;
}

.robin-h-main .common-big-title {
    color: #000000;
    font-size: 3.33333333vw;
    font-weight: 500;
    line-height: 1.25;
}

.robin-h-main .common-sub-title {
    color: #ab99f6;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
}

.robin-h-main .common-desc {
    color: #94979c;
    font-size: 1.145833vw;
    font-weight: 500;
    line-height: 1.6;
}

.robin-h-main .common-desc2 {
    color: #94979C;
    font-size: 1.04166667vw;
    font-weight: 500;
    line-height: 1.6;
}

.robin-h-main .common-desc b,
.robin-h-main .common-desc2 b {
    color: #000000;
    font-style: inherit;
    font-weight: inherit;
}

.robin-h-main .floating {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transition: none;
}

.robin-h-main .title-floating {
    transform: translate3d(0, 3.125vw, 0);
    opacity: 0;
    pointer-events: none;
    transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1);
    -moz-transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1);
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .title-floating {
        transform: translate3d(0, 4.44444444vw, 0);
    }
}

.robin-h-main .title-floating.active {
    transform: translate3d(0, 0vw, 0);
    opacity: 1;
    pointer-events: auto;
}

.robin-h-main .video-control-btn {
    width: 2.29166667vw;
    height: 2.29166667vw;
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translate3d(0, 0, 0);
}

.robin-h-main .video-control-btn .video-btn {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.robin-h-main .video-control-btn .btn-item {
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.robin-h-main .video-control-btn .video-control-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: hidden;
    border-radius: 50%;

}

.robin-h-main .video-control-btn .video-control-bg::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0.10416667vw;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(6px);
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .video-control-btn .video-control-bg::before {
        inset: 0.41666667vw;
        backdrop-filter: blur(6px);
    }
}

.robin-h-main .video-control-btn .btn-shadow {
    position: absolute;
    width: 90.91%;
    height: 90.91%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0.3125vw 0.52083333vw rgba(52, 55, 99, .048);
}

.robin-h-main .swiper-overflow {
    width: 100%;
    overflow: hidden;
}

.robin-h-main .control-video .video-btn {
    transition: 0.3s ease;
}

.robin-h-main .control-video[data-video-state="play"] .video-play {
    opacity: 1;
}

.robin-h-main .control-video[data-video-state="pause"] .video-pause {
    opacity: 1;
}

.robin-h-main .control-video[data-video-state="replay"] .video-replay {
    opacity: 1;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .video-control-btn:hover {
        cursor: pointer;
    }

    .robin-h-main .control-video[data-video-state="play"] .video-control-btn:hover .video-play {
        opacity: 0.8;
    }

    .robin-h-main .control-video[data-video-state="pause"] .video-control-btn:hover .video-pause {
        opacity: 0.8;
    }

    .robin-h-main .control-video[data-video-state="replay"] .video-control-btn:hover .video-replay {
        opacity: 0.8;
    }

}

/* mob */
@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .show-mob {
        display: block;
    }

    .robin-h-main .show-pc,
    .robin-h-main .show-pc-inline {
        display: none;
    }

    .robin-h-main .show-mob-inline {
        display: inline-block;
    }

    .robin-h-main .chapter-title-container {
        width: 86.666666667vw;
    }

    .robin-h-main .chpater-small-title {
        font-size: 3.88888889vw;
        margin-bottom: 4.44444444vw;
    }

    .robin-h-main .chpater-big-title {
        font-size: 11.11111111vw;
    }

    .robin-h-main .common-big-title {
        font-size: 8.888888888888889vw;
    }

    .robin-h-main .common-sub-title {
        font-size: 3.888889vw;
    }

    .robin-h-main .common-desc {
        font-size: 4.444444vw;
    }

    .robin-h-main .common-desc2 {
        font-size: 4.44444444vw;
    }

    .robin-h-main .video-control-btn {
        width: 8.888889vw;
        height: 8.888889vw;
        right: 3.3333333334vw;
        bottom: 3.3333333334vw;
    }

    .robin-h-main .video-control-btn .btn-shadow {
        box-shadow: 0 0.83333333vw 1.38888889vw rgba(52, 55, 99, .048);
    }
}

/* swiper button common start*/
.robin-h-main .button-list {
    display: flex;
    justify-content: flex-end;
}

.robin-h-main .button-list .swiper-button-item {
    outline: 0;
    width: 2.70833333vw;
    height: 2.70833333vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background: transparent;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.robin-h-main .button-list .swiper-button-item .arrow-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: 0.3s ease;
    overflow: hidden;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .button-list .swiper-button-item.swiper-button-disabled:hover {
        cursor: default;
        opacity: 0.5;
    }

    .robin-h-main .button-list .swiper-button-item:not(.swiper-button-disabled):hover .arrow-icon {
        opacity: 0.8;
    }
}

.robin-h-main .button-list .arrow-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.robin-h-main .button-list .btn-shadow {
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: -0.10416667vw 0.3125vw 0.52083333vw rgba(52, 55, 99, .08);
    opacity: 0.6;
    z-index: 8;
}

.robin-h-main .button-list .swiper-button-item.swiper-button-disabled {
    pointer-events: none;
    opacity: .5;
}

.robin-h-main .button-list .swiper-button-item:last-child .arrow-icon img {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
}

.robin-h-main .button-list .swiper-button-item+.swiper-button-item {
    margin-left: 1.04166667vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .button-list .swiper-button-item {
        width: 11.111111vw;
        height: 11.111111vw;
    }

    .robin-h-main .button-list .swiper-button-item+.swiper-button-item {
        margin-left: 4.44444444vw;
    }

    .robin-h-main .button-list .btn-shadow {
        box-shadow: -0.27777778vw 0.83333333vw 1.38888889vw rgba(52, 55, 99, .08);
    }
}

.robin-h-main .fillet {
    border-radius: 2.5vw;
    -webkit-border-radius: 2.5vw;
    -moz-border-radius: 2.5vw;
    overflow: hidden;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .fillet {
        border-radius: 6.66666667vw;
        -webkit-border-radius: 6.66666667vw;
        -moz-border-radius: 6.66666667vw;
    }
}

/* swiper button common end*/
/* kv */
.robin-h-main .robin-h-kv .kv-container {
    background: linear-gradient(180deg, #ffffff 0%, rgba(253, 253, 253, 0.36) 88.7%, #f9fafc 100%);
    display: flex;
}

.robin-h-main .robin-h-kv .mkt-mame {
    width: 100%;
}

.robin-h-main .robin-h-kv .kv-img {
    width: 56.77083333vw;
    height: 50vw;
}

.robin-h-main .robin-h-kv .kv-slogan {
    display: flex;
    width: 28.4375vw;
    margin: 14.58333333vw auto 0 6.66666667vw;
    flex-direction: column;
    align-items: center;
}

.robin-h-main .robin-h-kv .product-slogan {
    line-height: 1.25;
    font-weight: 500;
    color: #000000;
    text-align: center;
    font-size: 1.14583333vw;
    margin-top: 2.08333333vw;
}

.robin-h-main .robin-h-kv .product-img {
    width: 17.70833333vw;
    margin-top: 3.33333333vw;
}

.robin-h-main .product-buy-btn-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 2.5vw;
}

.robin-h-main .product-buy-btn-price {
    color: #000;
    font-size: 1.458333vw;
    font-weight: 400;
    line-height: 1.25;
}

.robin-h-main .product-buy-btn-price .price_btn {
    color: inherit;
}

.robin-h-main .product-buy-btn-price span {
    font-size: 0.677083vw;
    font-weight: 400;
}

.robin-h-main .product-buy-btn-wrap .product-buy-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #000;
    background: #000;
    transition: 0.3s ease-out;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 4px;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .product-buy-btn-wrap .product-buy-btn:hover {
        opacity: .8;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-kv .kv-container {
        background: none;
        flex-direction: column;
        align-items: center;
    }

    .robin-h-main .robin-h-kv .kv-img {
        width: 100%;
        height: 83.33333333vw;
    }

    .robin-h-main .robin-h-kv .kv-txt-wrapper {
        width: 100%;
        background: linear-gradient(180deg, #ffffff 0%, rgba(253, 253, 253, 0.36) 88.7%, #f9fafc 100%);
    }

    .robin-h-main .robin-h-kv .kv-slogan {
        width: 75.83333333vw;
        margin: 11.1111111vw auto 0;
    }

    .robin-h-main .robin-h-kv .product-slogan {
        font-size: 3.05555556vw;
        margin-top: 5.55555556vw;
    }

    .robin-h-main .robin-h-kv .product-img {
        width: 55.55555556vw;
        margin-top: 11.11111111vw;
        order: 1;
    }

    .robin-h-main .product-buy-btn-wrap {
        margin-top: 7.77777778vw;
        margin-bottom: 16.66666667vw;
        order: 2;
    }

    .robin-h-main .product-buy-btn-price {
        font-size: 5.555555556vw;
    }

    .robin-h-main .product-buy-btn-price span {
        font-size: 3.61111111vw;
    }

}

/* s2 start */
.robin-h-main .robin-h-reasontobuy {
    position: relative;
    z-index: 1;
    padding-bottom: 10.416667vw;
}

.robin-h-main .robin-h-reasontobuy .product-buy-container .tip-txt {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 2.083333vw 9.375vw 0;
}

.robin-h-main .robin-h-reasontobuy .product-buy-container .tip-txt p {
    color: rgba(109, 111, 114, .6);
    font-size: max(0.625vw, 8px);
    font-weight: 500;
    line-height: 1.6;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper-container {
    padding-top: 10.416667vw;
    position: relative;
    z-index: 1;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper-container .swiper-overflow {
    width: 100%;
    overflow: hidden;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .swiper-slide:not(.swiper-slide-active):hover {
        cursor: pointer;
    }
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content {
    position: relative;
    mix-blend-mode: darken;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content video {
    transform: scale(1.01);
    transform-origin: 50% 50%;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .mask-video::before {
    transform: scale(1.01);
    transform-origin: 50% 50%;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap {
    height: 37.5vw;
    position: relative;
    overflow: hidden;
    border-radius: 2.5vw;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .mask-video::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    inset: 0;
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    background: var(--mask-url) center / 100% no-repeat;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .mask-video.show-mask::before {
    opacity: 1;
    transition: opacity 200ms 400ms ease;
    -webkit-transition: opacity 200ms 400ms ease;
    -moz-transition: opacity 200ms 400ms ease;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content2 .img-border {
    position: absolute;
    z-index: 3;
    inset: 0;
    opacity: 0;
    transition: opacity 400ms 400ms linear;
    -webkit-transition: opacity 400ms 400ms linear;
    -moz-transition: opacity 400ms 400ms linear;
    will-change: opacity, transform;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .swiper-slide-active .reasontobuy-content2 .img-border {
    opacity: 1;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap picture,
.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap img {
    height: 100%;
    object-fit: cover;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .reasontobuy-title {
    position: absolute;
    padding: 2.08333333vw 0 0 2.5vw;
    top: 0;
    left: 0;
    z-index: 1;
    transition-timing-function: cubic-bezier(0.85, 0.02, 0.15, 0.53);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.robin-h-main .robin-h-reasontobuy.will-change .reasontobuy-title {
    will-change: transform, opacity;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-title p {
    color: #91e078;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-title h2 {
    color: #000000;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.66666667vw;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content2 .tip-txt {
    width: 100%;
    color: rgba(255, 255, 255, .6);
    font-size: max(0.625vw, 8px);
    font-weight: 500;
    line-height: 1.6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.822917vw 2.5vw;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container {
    margin-top: 2.5vw;
    display: flex;
    justify-content: center;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .reasontobuy-btn-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: 0.625vw 1.041667vw;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .btn-bg-wrap {
    width: 14.0625vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    opacity: 0.8;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 0.3125vw 0.52083333vw rgba(52, 55, 99, .048);
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .button-item {
    width: 2.08333333vw;
    height: 2.0833334vw;
    flex-shrink: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .button-disabled {
    pointer-events: none;
    opacity: .3;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .button-prev {
    transform: translate3d(0, 0, 0) rotate(180deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    -moz-transform: translate3d(0, 0, 0) rotate(180deg);
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .button-item:hover {
        cursor: pointer;
        opacity: 0.6;
    }
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination {
    position: static;
    margin: 0 0.9375vw;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet {
    margin: 0;
    cursor: default;
    flex-shrink: 0;
    width: 0.5208334vw;
    height: 0.5208334vw;
    background: #35399f;
    opacity: 0.2;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 0.5208334vw;
}

.robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet-active {
    opacity: .8;
    pointer-events: none;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet:hover {
        opacity: .5;
        cursor: pointer;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-reasontobuy {
        padding-bottom: 27.77777778vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper-container {
        padding-top: 22.22222222vw;
    }

    .robin-h-main .robin-h-reasontobuy .product-buy-container .tip-txt {
        position: static;
        padding: 8.888889vw 0 3.333333334vw;
        justify-content: center;
    }

    .robin-h-main .robin-h-reasontobuy .product-buy-container .tip-txt p {
        color: rgba(109, 111, 114, .8);
        font-size: 2.777778vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper {
        width: 82.222222vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.44444444vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap {
        height: 109.72222222vw;
        border-radius: 6.66666667vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap video {
        height: 109.72222222vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content .reasontobuy-title {
        width: 90%;
        margin: 0 auto;
        position: static;
        padding: 6.666667vw 0 0;
        text-align: center;
        opacity: 1;
    }

    .robin-h-main .robin-h-reasontobuy.will-change .reasontobuy-title p {
        font-size: 3.888889vw;
    }

    .robin-h-main .robin-h-reasontobuy.will-change .reasontobuy-title h2 {
        color: #000;
        font-size: 5.555556vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-swiper .reasontobuy-content2 .tip-txt {
        padding: 3.333333vw;
        font-size: 1.9444444444444445vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container {
        margin-top: 8.88888889vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .reasontobuy-btn-wrap {
        padding: 0 1.666667vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .btn-bg-wrap {
        width: 62.77777778vw;
        box-shadow: 0 0.83333333vw 1.38888889vw rgba(52, 55, 99, .048);
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .button-item {
        width: 13.333333vw;
        height: 13.333333vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination {
        margin: 0 1.111111vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet {
        width: 2.222222vw;
        height: 2.222222vw;
    }

    .robin-h-main .robin-h-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet:nth-child(n+2) {
        margin-left: 3.333333vw;
    }

}

/* s2 end */

/* s3 */

.robin-h-main .robin-h-design {
    position: relative;
}

.robin-h-main .robin-h-design .chapter-title-container {
    margin: 0 auto 4.16666667vw;
}

.robin-h-main .robin-h-s3 {
    position: relative;
    z-index: 3;
    height: 100vh;
}

.robin-h-main .robin-h-s3 .s3-container {
    position: relative;
    height: 400vh;
}

.robin-h-main .robin-h-s3 .s3-container .video-sticky {
    position: sticky;
    top: 0;
}

.robin-h-main .robin-h-s3 .s3-container .clip-path-box {
    position: relative;
    width: 100vw;
    height: 100vh;
    clip-path: inset(0% 0% 0% 0% round 0vw);
    -webkit-clip-path: inset(0% 0% 0% 0% round 0vw);
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    will-change: transform;
    overflow: visible !important;
}

.robin-h-main .robin-h-s3 .s3-container .video-wrap {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.robin-h-main .robin-h-s3 .s3-container .video-item,
.robin-h-main .robin-h-s3 .s3-container .video-wrap video {
    height: 100%;
    transform: scale(1.01);
    transform-origin: 50% 50%;
}

.robin-h-main .robin-h-s3 .s3-btn-container {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625vw 0.83333333vw 0.625vw 1.66666667vw;
    border-radius: 999px;
    pointer-events: auto;
    transition: 0.3s ease;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.16666667vw;
    overflow: hidden;
}

.robin-h-main .robin-h-s3 .s3-btn-container .btn-text {
    color: #35399f;
    line-height: 1.6;
    font-weight: 500;
    font-size: 0.9375vw;
}

.robin-h-main .robin-h-s3 .s3-btn-container .open-icon {
    width: 1.66666667vw;
    height: 1.66666667vw;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 0.83333333vw;
    transition: 0.3s ease;
    background-color: rgba(53, 57, 159, 1);
}

.robin-h-main .robin-h-s3 .s3-btn-container .btn-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 0.3125vw 0.52083333vw rgba(52, 55, 99, .048);
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-s3 .s3-btn-container:hover .open-icon {
        background-color: rgba(53, 57, 159, .8);
    }
}

/* svg-container start */
.robin-h-main .robin-h-s3 .s3-btn-container .svg-container {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: -1;
}

.robin-h-main .robin-h-s3 .s3-btn-container .svg-container div {
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 999px;
    overflow: hidden;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-mask {
    z-index: -10;
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 231, 0.3);
    backdrop-filter: blur(2px) brightness(0.5);
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-1 {
    width: 116%;
    height: 132.9%;
    left: -13.8%;
    top: -4.2%;
    background-color: transparent;
    border: 0.15625vw solid #fff;
    filter: blur(2px);
    z-index: -9;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-2 {
    left: -2.5%;
    top: -3.7%;
    width: 101.9%;
    height: 112.2%;
    background-color: transparent;
    border: 0.10416667vw solid rgba(255, 255, 255, .6);
    filter: blur(2px);
    z-index: -8;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-3 {
    left: 0.07%;
    top: -12.25%;
    width: 109.2%;
    height: 117.4%;
    background-color: transparent;
    border: 0.15625vw solid #fff;
    filter: blur(1px);
    z-index: -7;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-4 {
    left: 0.2%;
    top: -7.2%;
    width: 109.7%;
    height: 112%;
    background-color: transparent;
    border: 0.05208333vw solid #fff;
    filter: blur(1px);
    z-index: -6;
}

.robin-h-main .robin-h-s3 .s3-btn-container .overlay-rect {
    width: 90.2%;
    height: 81.5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    filter: blur(0.3125vw);
    z-index: -5;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-5 {
    left: -28.4%;
    top: -25.3%;
    width: 128.3%;
    height: 148.1%;
    background-color: transparent;
    border: 0.15625vw solid #fff;
    filter: blur(1px);
    z-index: -4;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-6 {
    background: rgba(242, 243, 245, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-7 {
    right: 2.5%;
    top: 10.3%;
    width: 9.81%;
    height: 42.88%;
    border-radius: 0;
    filter: blur(7px);
    z-index: -2;
}

.robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-8 {
    left: 92.88%;
    top: 50%;
    width: 4.91%;
    height: 19.7%;
    border-radius: 0;
    filter: blur(7px);
    z-index: -2;
    transform: rotate(63deg);
}

/* svg-container end */

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-1 {
        border: 0.41666667vw solid #fff;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-2 {
        border: 0.2777777777vw solid rgba(255, 255, 255, .6);
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-3 {
        border: 0.41666667vw solid #fff;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-4 {
        border: 0.13888889vw solid #fff;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .deco-rect-5 {
        border: 0.41666667vw solid #fff;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .overlay-rect {
        filter: blur(1vw);
    }

    .robin-h-main .robin-h-s3 {
        height: auto;
    }

    .robin-h-main .robin-h-s3 .s3-container {
        height: auto;
    }

    .robin-h-main .robin-h-s3 .s3-container {
        height: auto;
    }

    .robin-h-main .robin-h-s3 .s3-container .video-sticky {
        position: static;
        top: 0;
    }

    .robin-h-main .robin-h-s3 .s3-container .clip-path-box {
        height: auto;
    }

    .robin-h-main .robin-h-s3 .s3-container .video-wrap {
        height: 150vw;
    }

    .robin-h-main .robin-h-design .chapter-title-container {
        margin: 0 auto 11.11111111vw;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .btn-text {
        font-size: 3.88888889vw;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .open-icon {
        width: 6.66666667vw;
        height: 6.66666667vw;
        margin-left: 3.33333333vw;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container {
        bottom: 8.88888889vw;
        padding: 3.33333333vw 3.33333333vw 3.33333333vw 6.66666667vw;
    }

    .robin-h-main .robin-h-s3 .s3-btn-container .btn-shadow {
        box-shadow: 0 0.83333333vw 2vw rgba(52, 55, 99, .048);
    }
}

/* s4 */
.robin-h-main .robin-h-s4 {
    margin-top: -100vh;
    z-index: 2;
    position: relative;
}

.robin-h-main .robin-h-s4.iscover {
    z-index: 9;
}

.robin-h-main .robin-h-s4 .s4-design {
    position: relative;
    height: 450vh;
}

.robin-h-main .robin-h-s4 .design-trigger {
    position: absolute;
    top: 182vh;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container {
    position: sticky;
    top: calc(calc(100vh - 59.89583333vw) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container.less-height {
    top: calc(100vh - 59.89583333vw);
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container .sequence-animation {
    position: relative;
    flex-shrink: 0;
    width: 100vw;
    height: 59.89583333vw;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container .sequence-desc-container {
    flex-shrink: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container .sequence-txt-wrap {
    position: absolute;
    z-index: 1;
    pointer-events: all;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container .sequence-txt-wrap .sequence-txt {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
}

.robin-h-main .robin-h-s4 .s4-design .sequence-container .sequence-txt-wrap1 .sequence-txt {
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
}

.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap1 {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    width: 41.66666667vw;
    margin: 0 auto;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap2 {
    top: 60%;
    transform: translateY(-60%);
    left: 68.95833333vw;
    width: 17.96875vw;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap3 {
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%);
    width: 18.33333333vw;
    text-align: center;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap2 .design-title,
.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap3 .design-title {
    font-size: 2.08333333vw;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap1 .design-desc {
    width: 33.59375vw;
    margin: 1.66666667vw auto 0;
}

.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap2 .design-desc,
.robin-h-main .robin-h-s4 .s4-design .sequence-txt-wrap3 .design-desc {
    font-size: 1.14583333vw;
    margin-top: 1.25vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s4 {
        margin-top: 0;
    }

    .robin-h-main .robin-h-s4 .s4-mob-container {
        background-color: #f6f6fc;
        padding-top: 27.77777778vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper1 .title-container {
        width: 73.33333333vw;
        margin: 0 auto;
        text-align: center;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper1 .common-desc {
        margin-top: 4.44444444vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper1 .video-wrapper {
        margin-top: 11.11111111vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper2 .title-container {
        width: 69.5vw;
        margin: 22.22222222vw auto 0;
        text-align: center;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper2 .video-wrapper {
        margin-top: 11.11111111vw;
        position: relative;
        z-index: 1;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper2 .common-desc {
        margin-top: 3.33333333vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper3 {
        margin-top: 27.77777778vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper3 .title-container {
        text-align: center;
        width: 72.22222222vw;
        margin: 0 auto;
        padding-bottom: 11.11111111vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper2 .common-big-title,
    .robin-h-main .robin-h-s4 .s4-inner-wrapper3 .common-big-title {
        font-size: 6.66666667vw;
    }

    .robin-h-main .robin-h-s4 .s4-inner-wrapper3 .common-desc {
        font-size: 4.44444444vw;
        margin-top: 3.33333333vw;
    }
}


/* s5 */
.robin-h-main .robin-h-s5 {
    padding-top: 10.41666667vw;
    padding-bottom: 10.41666667vw;
}

.robin-h-main .s5-swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}

.robin-h-main .s5-swiper .swiper-wrapper {
    justify-content: center;
}

.robin-h-main .s5-swiper .swiper-slide {
    width: 33.125vw;
}

.robin-h-main .s5-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

.robin-h-main .s5-swiper .swiper-slide .img-wrapper {
    height: 29.16666667vw;
}

.robin-h-main .s5-swiper .common-desc2 {
    width: 24.53125vw;
    margin: 2.08333333vw 0 0 0.83333333vw;
}

.robin-h-main .s5-swiper .swiper-slide1 .common-desc2 {
    width: 23.64583333vw;
}

.robin-h-main .robin-h-s5 .s5-swiper-button {
    width: 67.5vw;
    margin: 2.5vw auto 0;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s5 {
        padding-top: 27.77777778vw;
        padding-bottom: 27.77777778vw;
    }

    .robin-h-main .s5-swiper {
        width: 82.22222222vw;
        margin: 0 0 0 8.88888889vw;
    }

    .robin-h-main .s5-swiper .swiper-wrapper {
        justify-content: flex-start;
    }

    .robin-h-main .s5-swiper .swiper-slide {
        width: 100%;
    }

    .robin-h-main .s5-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.44444444vw;
    }

    .robin-h-main .s5-swiper .swiper-slide .img-wrapper {
        height: 83.33333333vw;
    }

    .robin-h-main .s5-swiper .common-desc2 {
        width: 63.33333333vw;
        margin: 6.66666667vw 0 0 2.22222222vw;
    }

    .robin-h-main .s5-swiper .swiper-slide1 .common-desc2 {
        width: 70.83333333vw;
    }

    .robin-h-main .robin-h-s5 .s5-swiper-button {
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }
}

/* s6 */
.robin-h-main .robin-h-s6 .swiper-overflow {
    width: 100vw;
}

.robin-h-main .robin-h-s6 .common-big-title {
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.robin-h-main .robin-h-s6 .s6-swiper {
    margin-top: 3.33333333vw;
    height: 39.58333333vw;
}

.robin-h-main .s6-swiper .img-wrapper {
    display: flex;
    justify-content: space-between;
}

.robin-h-main .s6-swiper picture {
    width: 49.58333333vw;
    height: 39.58333333vw;
}

.robin-h-main .s6-container .color-pagination-center {
    display: flex;
    justify-content: center;
    margin-top: 2.23958333vw;
}

.robin-h-main .s6-container .color-pagination {
    flex-shrink: 0;
    display: flex;
    width: 9.375vw;
    border-radius: 999px;
    position: relative;
}

.robin-h-main .s6-container .color-btn-shadow {
    overflow: hidden;
    border-radius: 999px;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.3125vw 0.52083333vw rgba(52, 55, 99, .048);
    z-index: 8;
    pointer-events: none;
}

.robin-h-main .s6-container .color-bullet-bg {
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 999px;
}

.robin-h-main .s6-container .color-bullet {
    width: 2.5vw;
    transition: 0.6s ease;
    position: absolute;
    bottom: 0.15625vw;
    will-change: transform;
    transform-origin: 50% 100%;
    cursor: pointer;
    flex-shrink: 0;
}

.robin-h-main .s6-container .blue-bullet {
    left: 1.5625vw;
}

.robin-h-main .s6-container .silver-bullet {
    right: 1.5625vw;
}

.robin-h-main .s6-container .color-bullet.active {
    transform: scale(1.33333333);
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .s6-container .color-bullet.active:hover {
        cursor: default;
    }
}

.robin-h-main .s6-container .switch-text-container {
    display: flex;
    flex-shrink: 0;
    width: 31.25vw;
    position: relative;
    margin: 1.25vw auto 0;
    text-align: center;
}

.robin-h-main .s6-container .switch-text-container .switch-text-item {
    position: relative;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
}

.robin-h-main .s6-container .switch-text-container .switch-text-item.active {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition-delay: 0.3s;
}

.robin-h-main .s6-container .switch-text-container .switch-text-item+.switch-text-item {
    margin-left: -100%;
}


@media screen and (min-aspect-ratio: 7/10) and (max-aspect-ratio: 11/10) {
    .robin-h-main .robin-h-s6 .common-big-title {
        width: 90%;
        font-size: 6.85714286vw;
    }

    .robin-h-main .robin-h-s6 .s6-swiper {
        margin-top: 4.57142857vw;
        height: 54.28571429vw;
    }

    .robin-h-main .s6-swiper picture {
        width: 49.42857143vw;
        height: 54.28571429vw;
    }

    .robin-h-main .s6-container .color-pagination-center {
        margin-top: 5vw;
    }

    .robin-h-main .s6-container .color-pagination {
        width: 23.28571429vw;
    }

    .robin-h-main .s6-container .color-bullet {
        width: 6.42857143vw;
        bottom: 0.35714286vw;
    }

    .robin-h-main .s6-container .blue-bullet {
        left: 3.57142857vw;
    }

    .robin-h-main .s6-container .silver-bullet {
        right: 3.57142857vw;
    }

    .robin-h-main .s6-container .switch-text-container {
        width: 86vw;
        margin: 2.85714286vw auto 0;
    }

    .robin-h-main .s6-container .switch-text-container .common-desc2 {
        font-size: 3.42857142vw;
    }

    .robin-h-main .s6-container .color-btn-shadow {
        box-shadow: 0 0.42857143vw 0.71428571vw rgba(52, 55, 99, .048);
    }
}

/* s6 mob */
@media screen and (max-aspect-ratio:7/10) {
    .robin-h-main .robin-h-s6 .common-big-title {
        width: 90.33333333vw;
    }

    .robin-h-main .robin-h-s6 .s6-swiper {
        margin-top: 11.11111111vw;
        height: auto;
    }

    .robin-h-main .s6-swiper .img-wrapper {
        justify-content: flex-start;
        flex-direction: column;
    }

    .robin-h-main .s6-swiper .img-wrapper picture:first-child {
        margin-bottom: 2.22222222vw;
    }

    .robin-h-main .s6-swiper picture {
        width: 100%;
        height: 75vw;
    }

    .robin-h-main .s6-container .color-pagination-center {
        margin-top: 8.05555556vw;
    }

    .robin-h-main .s6-container .color-pagination {
        width: 36.11111111vw;
    }

    .robin-h-main .s6-container .color-bullet {
        width: 10vw;
        bottom: 0.27777778vw;
    }

    .robin-h-main .s6-container .blue-bullet {
        left: 5.55555556vw;
    }

    .robin-h-main .s6-container .silver-bullet {
        right: 5.55555556vw;
    }

    .robin-h-main .s6-container .switch-text-container {
        width: 85.55555556vw;
        margin: 4.44444444vw auto 0;
    }

    .robin-h-main .s6-container .switch-text-container .common-desc2 {
        font-size: 3.88888889vw;
    }

    .robin-h-main .s6-container .color-btn-shadow {
        box-shadow: 0 0.83333333vw 1.38888889vw rgba(52, 55, 99, .048);
    }
}

/* s7 */
.robin-h-main .robin-h-s7 {
    padding-top: 10.41666667vw;
}

.robin-h-main .robin-h-s7 .s7-container {
    width: 81.25vw;
    margin: 4.16666667vw auto 0;
    mix-blend-mode: darken;
}

.robin-h-main .robin-h-s7 .video-content {
    position: relative;
    height: 41.66666667vw;
}

.robin-h-main .robin-h-s7 .chapter-txt-container {
    position: relative;
}

.robin-h-main .robin-h-s7 .chpater-big-title.chpater-gradient-title {
    position: relative;
    z-index: 1;
}

.robin-h-main .robin-h-s7.animated .chpater-gradient-title {
    transition: 1s linear;
    opacity: 0;
}

.robin-h-main .robin-h-s7.animated .chpater-gradient-title-mask {
    transition: 1s linear;
    opacity: 1;
}

.robin-h-main .robin-h-s7 .chpater-big-title {
    margin-top: 0;
}

.robin-h-main .robin-h-s7 .chpater-gradient-title-mask {
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
}

.robin-h-main .robin-h-s7 .chpater-gradient-title-mask .chpater-big-title {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
    display: inline-block;
    background: linear-gradient(93.84deg, #efcb9d 6.03%, #ef9787 23.34%, #848ce3 53.3%, #cd8bd0 89.93%);
}

.robin-h-main .robin-h-s7 .border-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 2s ease;
    width: 100%;
    height: 100%;
    border-radius: 2.5vw;
    overflow: hidden;
}

.robin-h-main .robin-h-s7 .s7-container .video-content.animated .border-bg {
    opacity: 1;
    transition: 1s ease;
}

.robin-h-main .robin-h-s7 .title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5vw;
}

.robin-h-main .robin-h-s7 .title-container .common-big-title {
    width: 12.5vw;
    font-size: 2.5vw;
}

.robin-h-main .robin-h-s7 .title-container .common-desc {
    text-align: center;
    width: 37.39583333vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s7 {
        padding-top: 27.77777778vw;
    }

    .robin-h-main .robin-h-s7 .s7-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin: 11.11111111vw auto 0;
    }

    .robin-h-main .robin-h-s7 .video-content {
        height: 100vw;
    }

    .robin-h-main .robin-h-s7 .video-content.fillet {
        border-radius: 0;
    }

    .robin-h-main .robin-h-s7 .title-container {
        flex-direction: column;
        width: 77.777777778vw;
        margin: 0 auto;
    }

    .robin-h-main .robin-h-s7 .title-container .common-big-title {
        width: 100%;
        font-size: 8.88888889vw;
        text-align: center;
    }

    .robin-h-main .robin-h-s7 .title-container .common-desc {
        width: 100%;
        margin-top: 8.88888889vw;
    }

    .robin-h-main .robin-h-s7 .border-bg {
        border-radius: 0;
    }
}

/* s8 */
.robin-h-main .robin-h-s8 {
    padding-top: 10.41666667vw;
}

.robin-h-main .robin-h-s8 .s8-swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}

.robin-h-main .robin-h-s8 .s8-swiper .slide-content {
    height: 29.16666667vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .swiper-slide {
    width: 33.125vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .swiper-slide1 {
    width: 53.75vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .common-desc2 {
    margin: 2.08333333vw 0 0 0.83333333vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .swiper-slide1 .common-desc2 {
    width: 32.44791667vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .swiper-slide2 .common-desc2 {
    width: 28.69791667vw;
}

.robin-h-main .robin-h-s8 .s8-swiper .swiper-slide3 .common-desc2 {
    width: 26.19791667vw;
}

.robin-h-main .robin-h-s8 .s8-swiper-button {
    width: 67.5vw;
    margin: 2.5vw auto 0;
}

.robin-h-main .robin-h-s8 .s8-swiper video {
    width: 100%;
    height: 100%;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-s8 .s8-swiper.isend .swiper-slide:nth-last-of-type(-n+1):hover {
        cursor: default;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide:not(.swiper-slide-active):hover {
        cursor: pointer;
    }
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-s18 .swiper-slide.swiper-slide-prev:hover {
        cursor: pointer;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s8 {
        padding-top: 27.77777778vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper {
        width: 82.22222222vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .slide-content {
        height: 83.33333333vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide {
        width: 100%;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide1 {
        width: 100%;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.44444444vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .common-desc2 {
        margin: 6.66666667vw 0 0 2.22222222vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide1 .common-desc2 {
        width: 63.61111111vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide2 .common-desc2 {
        width: 67.77777778vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper .swiper-slide3 .common-desc2 {
        width: 67.22222222vw;
    }

    .robin-h-main .robin-h-s8 .s8-swiper-button {
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }
}

/* sound popup */

body.ovhidden {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    touch-action: none;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    padding-inline-end: var(--scrollWidth, 0);
}

.robin-h-sound-popup-box {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    outline: 0;
    background-color: rgba(237, 238, 242, 0);
    -webkit-backdrop-filter: blur(0vw) brightness(100%);
    backdrop-filter: blur(0vw) brightness(100%);
    transition: -webkit-backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: -10;
}

.robin-h-sound-popup-box .sound-popup-mask {
    display: flex;
    min-height: 100%;
}

.robin-h-sound-popup-box.open {
    background-color: rgba(237, 238, 242, 0.8);
    -webkit-backdrop-filter: blur(2.60416666vw) brightness(120%);
    backdrop-filter: blur(2.60416667vw) brightness(120%);
}

.robin-h-sound-popup-box.show {
    overflow: auto;
    z-index: 99999;
}

.robin-h-sound-popup-box .sound-popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

.robin-h-sound-popup-box .sound-popup-mask.dishiden {
    overflow: hidden;
}

.robin-h-sound-popup-box .dishiden .sound-popup-container {
    overflow: hidden;
}

.robin-h-sound-popup-box .sound-popup-win {
    position: relative;
    transform: translate3d(0, 100vh, 0);
    margin: 3.33333333vw 0;
}

.robin-h-sound-popup-box .sound-popup-win.active {
    transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: translate3d(0, 0vh, 0);
}

.robin-h-sound-popup-box .sound-popup-win.close {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.robin-h-sound-popup-box .popup-main-content {
    background: #ffffff;
    width: 81.25vw;
    padding: 4.16666667vw 0 4.16666667vw 0;
}

.robin-h-sound-popup-box .clobtncon {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 1.6666666666vw;
    top: 1.6666666666vw;
    height: 100%;
    z-index: 22;
}

.robin-h-sound-popup-box .closebtn {
    position: sticky;
    top: 1.6666666666vw;
    display: flex;
    width: 2.29166667vw;
    height: 2.29166667vw;
    transition: 0.3s ease;
    border-radius: 50%;
    cursor: pointer;
}

.robin-h-sound-popup-box .closebtn .close-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0.3125vw 0.52083333vw rgba(52, 55, 59, 0.048);
}

.robin-h-sound-popup-box .closebtn:before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0.10416667vw;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(220, 220, 231, 0.25);
    backdrop-filter: blur(6px);
}

.robin-h-sound-popup-box .closebtn .close-icon {
    transition: 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .robin-h-sound-popup-box .closebtn:hover .close-icon {
        cursor: pointer;
        opacity: 0.8;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-sound-popup-box .clobtncon {
        right: 3.33333333vw;
        top: 3.33333333vw;
    }

    .robin-h-sound-popup-box .closebtn {
        right: 3.33333333vw;
        width: 11.11111111vw;
        height: 11.11111111vw;
        top: 3.33333333vw;
    }

    .robin-h-sound-popup-box .closebtn .close-bg {
        box-shadow: 0vw 0.83333333vw 1.38888889vw rgba(52, 55, 59, 0.048);
    }

    .robin-h-sound-popup-box .closebtn:before {
        inset: 0.56vw;
        backdrop-filter: blur(1.11111111vw);
    }

    .robin-h-sound-popup-box .popup-main-content {
        width: 95.55555556vw;
        padding: 16.66666667vw 0;
    }

    .robin-h-sound-popup-box .sound-popup-win {
        margin: 8.88888889vw 0;
    }
}

/* s9 */
.robin-h-main .robin-h-s9 .title-container {
    display: flex;
    justify-content: center;
}

.robin-h-main .robin-h-s9 .common-desc {
    width: 26.875vw;
    margin-left: 10.36458333vw;
}

.robin-h-main .robin-h-s9 .img-wrapper {
    width: 67.5vw;
    margin: 3.33333333vw auto 0;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s9 .title-container {
        flex-direction: column;
        width: 80.55555556vw;
        margin-left: 6.66666667vw;
    }

    .robin-h-main .robin-h-s9 .common-desc {
        width: 100%;
        margin-top: 4.44444444vw;
        margin-left: 0;
    }

    .robin-h-main .robin-h-s9 .img-wrapper {
        width: 88.88888889vw;
        margin: 11.11111111vw auto 0;
    }
}

.robin-h-main .robin-h-s10 {
    margin-top: 4.16666667vw;
}

.robin-h-main .robin-h-s10 .s10-card-container {
    display: flex;
    justify-content: space-between;
    width: 67.5vw;
    margin: 0 auto;
}

.robin-h-main .robin-h-s10 .card-item {
    width: 33.125vw;
}

.robin-h-main .robin-h-s10 .card-item .common-desc2 {
    width: 25.99vw;
    margin: 1.66666667vw 0 0 0.83333333vw;
}

.robin-h-main .robin-h-s10 .card-item:last-child .common-desc2 {
    width: 27.5vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s10 {
        margin-top: 22.22222222vw;
    }

    .robin-h-main .robin-h-s10 .s10-card-container {
        flex-direction: column;
        justify-content: flex-start;
        width: 88.88888889vw;
    }

    .robin-h-main .robin-h-s10 .card-item {
        width: 88.88888889vw;
    }

    .robin-h-main .robin-h-s10 .card-item:last-child {
        margin-top: 22.22222222vw;
    }

    .robin-h-main .robin-h-s10 .card-item .common-desc2 {
        width: 77.91666667vw;
        margin: 5.55555556vw 0 0 3.33333333vw;
    }

    .robin-h-main .robin-h-s10 .card-item:last-child .common-desc2 {
        width: 77.91666667vw;
    }
}

/* s11 */
.robin-h-main .robin-h-s11 .title-container {
    width: 67.5vw;
    margin: 10.41666667vw auto 0;
    text-align: center;
}

.robin-h-main .robin-h-s11 .s11-container {
    position: relative;
}

.robin-h-main .robin-h-s11 .cover-img {
    height: 67.70833333vw;
}

.robin-h-main .robin-h-s11 .icon-wrapper {
    display: flex;
    justify-content: center;
    gap: 0 4.16666667vw;
    margin-top: 10.41666667vw;
}

.robin-h-main .robin-h-s11 .icon-item {
    width: 13.54166667vw;
}

.robin-h-main .robin-h-s11 .icon-item:last-child {
    width: 14.58333333vw;
}

.robin-h-main .robin-h-s11 .icon-img {
    width: 5vw;
    height: 6.66666667vw;
}

.robin-h-main .robin-h-s11 .icon-tit {
    display: inline-block;
    color: #000000;
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.25vw;
    margin-top: 1.66666667vw;
}

.robin-h-main .robin-h-s11 .icon-desc {
    color: #94979c;
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.04166667vw;
    margin-top: 0.83333333vw;
}


@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s11 .title-container {
        flex-direction: column;
        align-items: flex-start;
        width: 77.777777778vw;
        margin: 27.77777778vw 0 0 11.11111111vw;
        text-align: left;
    }

    .robin-h-main .robin-h-s11 .cover-img {
        height: 150vw;
    }

    .robin-h-main .robin-h-s11 .icon-wrapper {
        justify-content: flex-start;
        flex-direction: column;
        gap: 11.11111111vw 0;
        margin-top: 27.77777778vw;
        margin-left: 11.11111111vw;
    }

    .robin-h-main .robin-h-s11 .icon-item {
        width: 72.22222222vw;
    }

    .robin-h-main .robin-h-s11 .icon-item:last-child {
        width: 73.88888889vw;
    }

    .robin-h-main .robin-h-s11 .icon-img {
        width: 13.33333333vw;
        height: 17.77777778vw;
    }

    .robin-h-main .robin-h-s11 .icon-tit {
        font-size: 5.55555556vw;
        margin-top: 4.44444444vw;
    }

    .robin-h-main .robin-h-s11 .icon-desc {
        font-size: 3.88888889vw;
        margin-top: 3.33333333vw;
    }
}

.robin-h-main .robin-h-sound-quality {
    width: 100vw;
    padding-top: 10.41666667vw;
}

.robin-h-main .robin-h-sound-quality .inner-section {
    position: relative;
    margin-top: 4.16666667vw;
    padding-bottom: calc(3.33333333vw + var(--sticky-btn-height));
}

.robin-h-main .robin-h-sound-quality .sticky-btn {
    margin: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 62.29166667vw 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
}

.robin-h-main .robin-h-sound-quality .explore-btn-container {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625vw 0.83333333vw 0.625vw 1.66666667vw;
    border-radius: 999px;
    position: sticky;
    bottom: 2.5vw;
    pointer-events: auto;
    transition: 0.3s ease;
    cursor: pointer;
}

.robin-h-main .robin-h-sound-quality .explore-btn-container .btn-text {
    color: #35399f;
    line-height: 1.6;
    font-weight: 500;
    font-size: 0.9375vw;
}

.robin-h-main .robin-h-sound-quality .explore-btn-container .open-icon {
    width: 1.66666667vw;
    height: 1.66666667vw;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 0.83333333vw;
    transition: 0.3s ease;
    background-color: rgba(53, 57, 159, 1);
}

.robin-h-main .robin-h-sound-quality .explore-btn-container .btn-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 0.3125vw 0.52083333vw rgba(52, 55, 99, .048);
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-sound-quality .explore-btn-container:hover .open-icon {
        background-color: rgba(53, 57, 159, 0.8);
    }
}

/* svg-container start */
.robin-h-main .explore-btn-container .svg-container {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: -1;
}

.robin-h-main .explore-btn-container .svg-container div {
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 999px;
}

.robin-h-main .explore-btn-container .deco-mask {
    z-index: -10;
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 231, 0.3);
    backdrop-filter: blur(2px) brightness(0.5);
}

.robin-h-main .explore-btn-container .deco-rect-1 {
    width: 116%;
    height: 122%;
    left: -14.8%;
    top: -4.2%;
    background-color: transparent;
    border: 0.15625vw solid #fff;
    filter: blur(2px);
    z-index: -9;
}

.robin-h-main .explore-btn-container .deco-rect-2 {
    left: -2.5%;
    top: -3.7%;
    width: 101.9%;
    height: 112.2%;
    background-color: transparent;
    border: 0.05208333vw solid rgba(255, 255, 255, .6);
    filter: blur(2px);
    z-index: -8;
}

.robin-h-main .explore-btn-container .deco-rect-3 {
    left: 0.07%;
    top: -12.25%;
    width: 109.2%;
    height: 117.4%;
    background-color: transparent;
    border: 0.15625vw solid #fff;
    filter: blur(2px);
    z-index: -7;
}

.robin-h-main .explore-btn-container .deco-rect-4 {
    left: 0.2%;
    top: -7.2%;
    width: 109.7%;
    height: 112%;
    background-color: transparent;
    border: 1px solid #fff;
    filter: blur(1px);
    z-index: -6;
}

.robin-h-main .explore-btn-container .overlay-rect {
    width: 90.2%;
    height: 81.5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    filter: blur(0.3125vw);
    z-index: -5;
}

.robin-h-main .explore-btn-container .deco-rect-5 {
    left: -28.4%;
    top: -25.3%;
    width: 128.3%;
    height: 148.1%;
    background-color: transparent;
    border: 0.15625vw solid #fff;
    filter: blur(1px);
    z-index: -4;
}

.robin-h-main .explore-btn-container .deco-rect-6 {
    background: rgba(242, 243, 245, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.robin-h-main .explore-btn-container .deco-rect-7 {
    right: 2.5%;
    top: 10.3%;
    width: 9.81%;
    height: 42.88%;
    border-radius: 0;
    filter: blur(7px);
    z-index: -2;
}

.robin-h-main .explore-btn-container .deco-rect-8 {
    left: 96.88%;
    top: 51%;
    width: 4.91%;
    height: 19.7%;
    border-radius: 0;
    filter: blur(7px);
    z-index: -2;
}

/* svg-container start */
@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .explore-btn-container .deco-rect-1 {
        border: 0.41666667vw solid #fff;
    }

    .robin-h-main .explore-btn-container .deco-rect-2 {
        border: 0.2777777777vw solid rgba(255, 255, 255, .6);
    }

    .robin-h-main .explore-btn-container .deco-rect-3 {
        border: 0.41666667vw solid #fff;
    }

    .robin-h-main .explore-btn-container .deco-rect-4 {
        border: 0.13888889vw solid #fff;
    }

    .robin-h-main .explore-btn-container .deco-rect-5 {
        border: 0.41666667vw solid #fff;
    }

    .robin-h-main .explore-btn-container .overlay-rect {
        filter: blur(1vw);
    }

    .robin-h-main .robin-h-sound-quality {
        padding-top: 27.77777778vw;
    }

    .robin-h-main .robin-h-sound-quality .inner-section {
        margin-top: 11.11111111vw;
        padding-bottom: calc(8.88888889vw + var(--sticky-btn-height));
    }

    .robin-h-main .robin-h-sound-quality .sticky-btn {
        padding: 127.77777778vw 0 0;
    }

    .robin-h-main .robin-h-sound-quality .explore-btn-container {
        padding: 3.33333333vw 3.33333333vw 3.33333333vw 6.66666667vw;
        bottom: 8.88888889vw;
    }

    .robin-h-main .robin-h-sound-quality .explore-btn-container .btn-text {
        font-size: 3.88888889vw;
    }

    .robin-h-main .robin-h-sound-quality .explore-btn-container .open-icon {
        width: 6.66666667vw;
        height: 6.66666667vw;
        margin-left: 3.33333333vw;
    }

    .robin-h-main .robin-h-sound-quality .explore-btn-container .btn-shadow {
        box-shadow: 0 0.83333333vw 2vw rgba(52, 55, 99, .048);
    }
}

/* s12 */
.robin-h-main .robin-h-s12 {
    padding-top: 10.41666667vw;
}

.robin-h-main .s12-swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}

.robin-h-main .s12-swiper .swiper-slide {
    width: 33.125vw;
}

.robin-h-main .s12-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

.robin-h-main .s12-swiper .swiper-slide .img-wrapper {
    height: 29.16666667vw;
}

.robin-h-main .s12-swiper .swiper-slide:first-child .img-wrapper,
.robin-h-main .s12-swiper .swiper-slide:last-child .img-wrapper {
    background: linear-gradient(180deg, #e4e6f9 0%, #f8f9fd 100%);
}

.robin-h-main .s12-swiper .common-desc2 {
    margin: 2.08333333vw 0 0 0.83333333vw;
}

.robin-h-main .s12-swiper .txt-box1 {
    width: 24.01041667vw;
}

.robin-h-main .s12-swiper .txt-box2 {
    width: 22.96875vw;
}

.robin-h-main .s12-swiper .txt-box3 {
    width: 22.86458333vw;
}

.robin-h-main .robin-h-s12 .s12-swiper-button {
    width: 67.5vw;
    margin: 2.5vw auto 0;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-s12 .s12-swiper.isend .swiper-slide:nth-last-of-type(-n+1):hover {
        cursor: default;
    }

    .robin-h-main .robin-h-s12 .s12-swiper .swiper-slide:not(.swiper-slide-active):hover {
        cursor: pointer;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s12 {
        padding-top: 27.77777778vw;
    }

    .robin-h-main .s12-swiper {
        width: 82.22222222vw;
        margin: 11.11111111vw 0 0 8.88888889vw;
    }

    .robin-h-main .s12-swiper .swiper-slide {
        width: 100%;
    }

    .robin-h-main .s12-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.44444444vw;
    }

    .robin-h-main .s12-swiper .swiper-slide .img-wrapper {
        height: 83.33333333vw;
    }

    .robin-h-main .s12-swiper .common-desc2 {
        margin: 6.66666667vw 0 0 2.22222222vw;
    }

    .robin-h-main .s12-swiper .txt-box1 {
        width: 68.88888889vw;
    }

    .robin-h-main .s12-swiper .txt-box2 {
        width: 63.33333333vw;
    }

    .robin-h-main .s12-swiper .txt-box3 {
        width: 65.83333333vw;
    }

    .robin-h-main .robin-h-s12 .s12-swiper-button {
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }
}

/* s13 */
.robin-h-main .robin-h-s13 {
    padding-top: 10.41666667vw;
}

.robin-h-main .robin-h-s13 .s13-container {
    display: flex;
    flex-direction: column;
    margin-top: 4.16666667vw;
}

.robin-h-main .robin-h-s13 .title-container {
    width: 67.5vw;
    margin: 0 auto;
    display: flex;
}

.robin-h-main .robin-h-s13 .title-container .common-desc {
    width: 43.33333333vw;
    margin: 2.5vw auto 0;
    text-align: center;
}

.robin-h-main .robin-h-s13 .video-container {
    width: 81.25vw;
    height: 41.66666667vw;
    margin: 0 auto;
    border-radius: 2.5vw;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s13 {
        padding-top: 27.77777778vw;
    }

    .robin-h-main .robin-h-s13 .title-container {
        width: 80.55555556vw;
        margin: 0 auto;
        flex-direction: column;
    }

    .robin-h-main .robin-h-s13 .title-container .common-desc {
        width: 72.77777778vw;
        margin-top: 8.88888889vw;
    }

    .robin-h-main .robin-h-s13 .s13-container {
        margin-top: 11.11111111vw;
    }

    .robin-h-main .robin-h-s13 .video-container {
        width: 100%;
        height: 83.33333333vw;
        border-radius: 0;
    }
}

/* s14 */

.robin-h-main .robin-h-s14 {
    padding-top: 10.41666667vw;
    padding-bottom: 10.41666667vw;
}

.robin-h-main .robin-h-s14 .title-container {
    width: 67.5vw;
    margin: 0 auto 4.16666667vw;
    display: flex;
    justify-content: center;
}

.robin-h-main .robin-h-s14 .s14-swiper {
    width: 67.5vw;
    margin: 0 auto;
}

.robin-h-main .robin-h-s14 .s14-swiper .swiper-slide {
    opacity: 0 !important;
    position: relative;
    z-index: 1;
    height: 19.6875vw;
}

.robin-h-main .robin-h-s14 .s14-swiper .swiper-slide-active {
    opacity: 1 !important;
    z-index: 99;
}

.robin-h-main .robin-h-s14 .s14-switch-text-content {
    width: fit-content;
    margin: 5.72916667vw auto 0;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .common-desc2 {
    width: 13.75vw;
    margin-top: 1.25vw;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .text-slide1 .common-desc2 {
    width: 12.8125vw;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide {
    cursor: pointer;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide.active {
        cursor: default;
    }
}

.robin-h-main .robin-h-s14 .control-circle-icon {
    width: 5.20833333vw;
    height: 5.20833333vw;
    position: absolute;
    top: 10.57291667vw;
    transform-origin: 50% 50%;
}

.robin-h-main .robin-h-s14 .slide1-animation .control-circle-icon {
    left: 0;
    transform: translate(27.5vw, 0);
    opacity: 0;
}

.robin-h-main .robin-h-s14 .slide2-animation .control-circle-icon,
.robin-h-main .robin-h-s14 .slide3-animation .control-circle-icon {
    left: 50%;
    transform: translate(-50%, 0);
}

.robin-h-main .robin-h-s14 .control-circle-icon img {
    width: 5.20833333vw;
    height: 5.20833333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.4);
    transform-origin: 50% 50%;
    opacity: 0;
}

@keyframes slideMove1 {
    0% {
        transform: translate(27.5vw, 0);
        opacity: 0;
    }

    6.25% {
        transform: translate(27.5vw, 0);
        opacity: 0;
    }

    18.75% {
        transform: translate(27.5vw, 0);
        opacity: 1;
    }

    37.5% {
        transform: translate(34.79166667vw, 0);
        opacity: 1;
    }

    50% {
        transform: translate(34.79166667vw, 0);
        opacity: 0;
    }

    62.5% {
        transform: translate(34.79166667vw, 0);
        opacity: 1;
    }

    81.25% {
        transform: translate(27.5vw, 0);
        opacity: 1;
    }

    93.75% {
        transform: translate(27.5vw, 0);
        opacity: 0;
    }

    100% {
        transform: translate(27.5vw, 0);
        opacity: 0;
    }
}

@keyframes slideScale1 {
    0% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    6.25% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    18.75% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    37.5% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    62.5% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    81.25% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    93.75% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

@keyframes slideScale2 {
    0% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    25% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    37.5% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.001;
    }

    50.5% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    62.5% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    75% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

@keyframes slideScale3 {
    0% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    15% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    30% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    70% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    85% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.robin-h-main .robin-h-s14 .slide1-animation.active .control-circle-icon {
    animation: slideMove1 4.8s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .slide1-animation.active .control-circle-icon img {
    animation: slideScale1 4.8s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .slide2-animation.active .control-circle-icon img {
    animation: slideScale2 3s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .slide3-animation.active .control-circle-icon img {
    animation: slideScale3 3s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide {
    width: 15.9375vw;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 3.33333333vw;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .process-bar {
    width: 100%;
    height: 2px;
    background: #e7eaf1;
    border-radius: 999px;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .process-bar span {
    display: block;
    width: 0;
    height: 2px;
    background: #94979c;
    border-radius: 999px;
}

@keyframes barProcess {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide.text-slide1.active .process-bar span {
    animation: barProcess 4.8s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide.text-slide2.active .process-bar span {
    animation: barProcess 3s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide.text-slide3.active .process-bar span {
    animation: barProcess 3s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide.text-slide4.active .process-bar span {
    animation: barProcess 2s linear 0ms forwards;
}

.robin-h-main .robin-h-s14 .s14-swiper-button {
    display: none;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s14 {
        padding-top: 27.77777778vw;
        padding-bottom: 22.22222222vw;
    }

    .robin-h-main .robin-h-s14 .title-container {
        width: 90%;
        margin: 0 auto 16.66666667vw;
    }

    .robin-h-main .robin-h-s14 .s14-swiper {
        width: 100vw;
    }

    .robin-h-main .robin-h-s14 .s14-swiper .swiper-slide {
        width: 100%;
        height: 72.22222222vw;
    }

    .robin-h-main .robin-h-s14 .s14-swiper .img-wrapper.second-slide {
        justify-content: center;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-content {
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper {
        overflow: visible;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide {
        width: 66.66666667vw;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .common-desc2 {
        font-size: 3.88888889vw;
        margin-top: 4.44444444vw;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .text-slide1 .common-desc2 {
        width: 52.22222222vw;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .text-slide2 .common-desc2 {
        width: 60.41666667vw;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .text-slide3 .common-desc2 {
        width: 58.33333333vw;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .text-slide4 .common-desc2 {
        width: 51.25vw;
    }

    .robin-h-main .robin-h-s14 .s14-switch-text-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 6.66666667vw;
    }

    .robin-h-main .robin-h-s14 .control-circle-icon {
        width: 13.88888889vw;
        height: 13.88888889vw;
        top: 28.19444444vw;
    }

    .robin-h-main .robin-h-s14 .control-circle-icon img {
        width: 13.88888889vw;
        height: 13.88888889vw;
    }

    .robin-h-main .robin-h-s14 .slide1-animation .control-circle-icon {
        transform: translate(33.33333333vw, 0);
    }

    @keyframes slideMove1 {
        0% {
            transform: translate(33.33333333vw, 0);
            opacity: 0;
        }

        6.25% {
            transform: translate(33.33333333vw, 0);
            opacity: 0;
        }

        18.75% {
            transform: translate(33.33333333vw, 0);
            opacity: 1;
        }

        37.5% {
            transform: translate(52.77777778vw, 0);
            opacity: 1;
        }

        50% {
            transform: translate(52.77777778vw, 0);
            opacity: 0;
        }

        62.5% {
            transform: translate(52.77777778vw, 0);
            opacity: 1;
        }

        81.25% {
            transform: translate(33.33333333vw, 0);
            opacity: 1;
        }

        93.75% {
            transform: translate(33.33333333vw, 0);
            opacity: 0;
        }

        100% {
            transform: translate(33.33333333vw, 0);
            opacity: 0;
        }
    }

    .robin-h-main .robin-h-s14 .s14-swiper-button {
        display: block;
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }
}

/* s15 */
.robin-h-main .robin-h-s15 {
    background: #f4f5f8;
    padding-top: 8.33333333vw;
    padding-bottom: 8.33333333vw;
}

.robin-h-main .robin-h-s15 .title-container {
    display: flex;
    align-items: baseline;
    width: 67.5vw;
    margin: 0 auto;
    justify-content: space-between;
}

.robin-h-main .robin-h-s15 .common-big-title {
    margin-right: 16.45833333vw;
    margin-left: 0.83333333vw;
}

.robin-h-main .robin-h-s15 .link-list {
    color: #35399f;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.04166667vw;
    margin-top: 1.25vw;
    transition: all .6s ease;
}

.robin-h-main .robin-h-s15 .link-list a {
    width: fit-content;
    display: flex;
    align-items: center;
    transition: opacity .6s ease;
    will-change: opacity;
}

.robin-h-main .robin-h-s15 .link-list svg {
    flex-shrink: 0;
    display: inline-block;
    width: 1.14583333vw;
    height: 1.14583333vw;
    overflow: visible;
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    will-change: transform;
}

@media (pointer: fine) and (hover: hover) {
    .robin-h-main .robin-h-s15 .link-list:hover a {
        opacity: 0.6;
    }

    .robin-h-main .robin-h-s15 .link-list:hover svg {
        transform: translateX(4px);
    }

    .robin-h-main .robin-h-s15 .s15-swiper.isend .swiper-slide:nth-last-of-type(-n+1):hover {
        cursor: default;
    }

    .robin-h-main .robin-h-s15 .s15-swiper .swiper-slide:not(.swiper-slide-active):hover {
        cursor: pointer;
    }
}

.robin-h-main .s15-swiper {
    width: 67.5vw;
    margin: 3.33333333vw auto 0;
    overflow: visible;
}

.robin-h-main .s15-swiper .swiper-slide {
    width: 33.125vw;
}

.robin-h-main .s15-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

.robin-h-main .s15-swiper .swiper-slide .img-wrapper {
    height: 29.16666667vw;
}

.robin-h-main .s15-swiper .common-desc2 {
    margin: 2.08333333vw 0 0 0.83333333vw;
}

.robin-h-main .s15-swiper .txt-box1 {
    width: 21.14583333vw;
}

.robin-h-main .s15-swiper .txt-box2 {
    width: 28.02083333vw;
}

.robin-h-main .s15-swiper .txt-box3 {
    width: 24.6875vw;
}

.robin-h-main .s15-swiper .txt-box4 {
    width: 25.10416667vw;
}

.robin-h-main .robin-h-s15 .s15-swiper-button {
    width: 67.5vw;
    margin: 2.5vw auto 0;
}


@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s15 {
        padding-top: 22.22222222vw;
        padding-bottom: 22.22222222vw;
    }

    .robin-h-main .robin-h-s15 .title-container {
        flex-direction: column;
        align-items: flex-start;
        width: 77.777777778vw;
    }

    .robin-h-main .robin-h-s15 .common-big-title {
        margin: 0;
    }

    .robin-h-main .robin-h-s15 .link-list {
        font-size: 3.88888889vw;
        margin-top: 4.44444444vw;
    }

    .robin-h-main .robin-h-s15 .link-list svg {
        width: 5.27777778vw;
        height: 5.27777778vw;
        margin-left: 1.11111111vw;
    }


    .robin-h-main .s15-swiper {
        width: 82.22222222vw;
        margin: 11.11111111vw 0 0 8.88888889vw;
    }

    .robin-h-main .s15-swiper .swiper-slide {
        width: 100%;
    }

    .robin-h-main .s15-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.44444444vw;
    }

    .robin-h-main .s15-swiper .swiper-slide .img-wrapper {
        height: 83.33333333vw;
    }

    .robin-h-main .s15-swiper .common-desc2 {
        width: 70.83333333vw;
        margin: 6.66666667vw 0 0 2.22222222vw;
    }

    .robin-h-main .s15-swiper .txt-box1 {
        width: 70.83333333vw;
    }

    .robin-h-main .s15-swiper .txt-box2 {
        width: 70.83333333vw;
    }

    .robin-h-main .s15-swiper .txt-box3 {
        width: 70.83333333vw;
    }

    .robin-h-main .s15-swiper .txt-box4 {
        width: 66.11111111vw;
    }

    .robin-h-main .robin-h-s15 .s15-swiper-button {
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }
}

/* s16 */
.robin-h-main .robin-h-s16 {
    padding-top: 8.33333333vw;
}

.robin-h-main .robin-h-s16 .title-container {
    width: 67.5vw;
    margin: 0 auto;
}

.robin-h-main .robin-h-s16 .common-big-title {
    margin-right: 16.45833333vw;
    margin-left: 0.83333333vw;
}

.robin-h-main .s16-swiper {
    width: 67.5vw;
    margin: 3.33333333vw auto 0;
    overflow: visible;
}

.robin-h-main .s16-swiper .swiper-wrapper {
    justify-content: center;
}

.robin-h-main .s16-swiper .swiper-slide {
    width: 33.125vw;
}

.robin-h-main .s16-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

.robin-h-main .s16-swiper .swiper-slide .img-wrapper {
    height: 29.16666667vw;
}

.robin-h-main .s16-swiper .common-desc2 {
    width: 25.72916667vw;
    margin: 2.08333333vw 0 0 0.83333333vw;
}

.robin-h-main .s16-swiper .txt-box2 {
    width: 23.69791667vw;
}

.robin-h-main .s16-swiper .battery-card {
    background: linear-gradient(180deg, #efeffb 0%, #f9fafc 100%);
}

.robin-h-main .s16-swiper .battery-img {
    width: 13.54166667vw;
    height: 13.54166667vw;
    margin: 4.6875vw auto 0 9.89583333vw;
}

.robin-h-main .s16-swiper .battery-img svg {
    width: 100%;
    height: auto;
}

.robin-h-main .robin-h-s16 .battery-img .color-change {
    fill: #94979C;
    transition: 0.8s linear;
}

.robin-h-main .robin-h-s16.active .battery-card .color-change {
    fill: #28cb31;
}

.robin-h-main .robin-h-s16 .battery-card .rect-bar {
    transition: 0.8s linear;
}

.robin-h-main .robin-h-s16.active .battery-card .rect-bar {
    width: 61%;
}

.robin-h-main .robin-h-s16 .battery-text-container {
    display: flex;
    justify-content: center;
    margin-top: 0.72916667vw;
}

.robin-h-main .robin-h-s16 .battery-text-item:first-child {
    margin-right: 3.22916667vw;
}

.robin-h-main .robin-h-s16 .battery-text-container .top-txt {
    line-height: 1.6;
    font-weight: 500;
    color: #000000;
    font-size: 0.9375vw;
}

.robin-h-main .robin-h-s16 .battery-text-container .bot-txt {
    line-height: 1.25;
    font-weight: 500;
    color: #000000;
    font-size: 3.33333333vw;
}

.robin-h-main .robin-h-s16 .battery-text-container .bot-txt span {
    line-height: 1.25;
    font-weight: 500;
    color: #000000;
    font-size: 1.14583333vw;
    display: inline-block;
    margin-left: 0.41666667vw;
}

.robin-h-main .robin-h-s16 .s16-swiper-button {
    width: 67.5vw;
    margin: 2.5vw auto 0;
}

@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .robin-h-s16 {
        padding-top: 22.22222222vw;
    }

    .robin-h-main .robin-h-s16 .title-container {
        width: fit-content;
        margin: 0 auto;
    }

    .robin-h-main .robin-h-s16 .common-big-title {
        margin: 0;
    }

    .robin-h-main .s16-swiper {
        width: 82.22222222vw;
        margin: 8.88888889vw 0 0 8.88888889vw;
    }

    .robin-h-main .s16-swiper .swiper-wrapper {
        justify-content: flex-start;
    }

    .robin-h-main .s16-swiper .swiper-slide {
        width: 100%;
    }

    .robin-h-main .s16-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.44444444vw;
    }

    .robin-h-main .s16-swiper .swiper-slide .img-wrapper {
        height: 83.33333333vw;
    }

    .robin-h-main .s16-swiper .common-desc2 {
        width: 73.47222222vw;
        margin: 6.66666667vw 0 0 2.22222222vw;
    }

    .robin-h-main .s16-swiper .txt-box2 {
        width: 63.33333333vw;
    }

    .robin-h-main .s16-swiper .battery-img {
        width: 41.66666667vw;
        height: 41.66666667vw;
        margin: 11.11111111vw auto 0;
    }

    .robin-h-main .robin-h-s16 .swiper-slide-active .battery-card .color-change {
        fill: #28cb31;
    }

    .robin-h-main .robin-h-s16 .swiper-slide-active .battery-card .rect-bar {
        width: 61%;
    }

    .robin-h-main .robin-h-s16 .battery-text-container {
        margin-top: 2.77777778vw;
    }

    .robin-h-main .robin-h-s16 .battery-text-item:first-child {
        margin-right: 8.05555556vw;
    }

    .robin-h-main .robin-h-s16 .battery-text-container .top-txt {
        font-size: 3.33333333vw;
    }

    .robin-h-main .robin-h-s16 .battery-text-container .bot-txt {
        font-size: 8.88888889vw;
    }

    .robin-h-main .robin-h-s16 .battery-text-container .bot-txt span {
        font-size: 3.33333333vw;
        margin-left: 1.11111111vw;
    }

    .robin-h-main .robin-h-s16 .s16-swiper-button {
        width: 82.22222222vw;
        margin: 11.11111111vw auto 0;
    }
}

/* footer start */
.robin-h-main .footer-list {
    width: 67.5vw;
    margin: 0 auto;
    padding-top: 10.416667vw;
    padding-bottom: 80px;
    --arrowdark: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPGcgaWQ9Iue7hF84MjY3NSIgZGF0YS1uYW1lPSLnu4QgODI2NzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjk4IDE3LjY1MSkgcm90YXRlKC05MCkiPg0KICAgIDxjaXJjbGUgaWQ9IuakreWchl81ODYwIiBkYXRhLW5hbWU9IuakreWchiA1ODYwIiBjeD0iOCIgY3k9IjgiIHI9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNjUxIDE3Ljk4KSByb3RhdGUoLTkwKSIgZmlsbD0iIzQzNDM0MyIvPg0KICAgIDxwYXRoIGlkPSLot6/lvoRfNTU2NDMiIGRhdGEtbmFtZT0i6Lev5b6EIDU1NjQzIiBkPSJNMy4yMzksOC45ODYsMy4yMzMsOC45OGEuNjg4LjY4OCwwLDAsMS0uMDE0LS45NzJMNS45NDIsNS4yOEguNjg5QS42ODUuNjg1LDAsMCwxLC4yLDUuMDg5bC0uMDA5LS4wMUEuNjg5LjY4OSwwLDAsMSwwLDQuNlY0LjU4OWEuNy43LDAsMCwxLC4xODgtLjQ4TC4xOTQsNC4xYS42ODEuNjgxLDAsMCwxLC40OTQtLjIxM0g1LjkxMUwzLjIyNSwxLjE3OGEuNjk0LjY5NCwwLDAsMSwwLS45NzlsMCwwQS42NjkuNjY5LDAsMCwxLDMuNywwYS43NzIuNzcyLDAsMCwxLC40NzMuMTcxbC4wMjEuMDE3TDcuODM4LDMuODQ1YTEuMTUxLDEuMTUxLDAsMCwxLC4yMjIuMzMxbC4wMDguMDE5VjQuMmExLjAzNiwxLjAzNiwwLDAsMSwuMDc2LjM5djBhMS4wODIsMS4wODIsMCwwLDEtLjMxMi43Nkw0LjIxMiw4Ljk3NmEuNjgzLjY4MywwLDAsMS0uNDg3LjIuNzE1LjcxNSwwLDAsMS0uNDg2LS4xOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuNTc5IDUuMzkxKSIgZmlsbD0iI2ZmZiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
    --arrowlight: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPGcgaWQ9Iue7hF84MjY3OSIgZGF0YS1uYW1lPSLnu4QgODI2NzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjk4IDE3LjY1MSkgcm90YXRlKC05MCkiPg0KICAgIDxjaXJjbGUgaWQ9IuakreWchl81ODYwIiBkYXRhLW5hbWU9IuakreWchiA1ODYwIiBjeD0iOCIgY3k9IjgiIHI9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNjUxIDE3Ljk4KSByb3RhdGUoLTkwKSIgZmlsbD0iI2U3ZTdlOCIvPg0KICAgIDxwYXRoIGlkPSLot6/lvoRfNTU2NDMiIGRhdGEtbmFtZT0i6Lev5b6EIDU1NjQzIiBkPSJNMy4yMzksOC45ODYsMy4yMzMsOC45OGEuNjg4LjY4OCwwLDAsMS0uMDE0LS45NzJMNS45NDIsNS4yOEguNjg5QS42ODUuNjg1LDAsMCwxLC4yLDUuMDg5bC0uMDA5LS4wMUEuNjg5LjY4OSwwLDAsMSwwLDQuNlY0LjU4OWEuNy43LDAsMCwxLC4xODgtLjQ4TC4xOTQsNC4xYS42ODEuNjgxLDAsMCwxLC40OTQtLjIxM0g1LjkxMUwzLjIyNSwxLjE3OGEuNjk0LjY5NCwwLDAsMSwwLS45NzlsMCwwQS42NjkuNjY5LDAsMCwxLDMuNywwYS43NzIuNzcyLDAsMCwxLC40NzMuMTcxbC4wMjEuMDE3TDcuODM4LDMuODQ1YTEuMTUxLDEuMTUxLDAsMCwxLC4yMjIuMzMxbC4wMDguMDE5VjQuMmExLjAzNiwxLjAzNiwwLDAsMSwuMDc2LjM5djBhMS4wODIsMS4wODIsMCwwLDEtLjMxMi43Nkw0LjIxMiw4Ljk3NmEuNjgzLjY4MywwLDAsMS0uNDg3LjIuNzE1LjcxNSwwLDAsMS0uNDg2LS4xOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuNTc5IDUuMzkxKSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
}

.robin-h-main .footer-list ol {
    list-style-type: decimal;
    padding-left: 1.8em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.robin-h-main .footer-list li {
    color: #000;
    margin: 0.5em 0;
    position: relative;
}

.robin-h-main .footer-list li.active {
    font-weight: 800;
}

.robin-h-main .footer-list li i {
    display: none;
    width: max(0.83333334vw, 16px);
    height: max(0.83333334vw, 16px);
    background-image: var(--arrowlight);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    cursor: pointer;
    transform: translateY(0.15em);
    -webkit-transform: translateY(0.15em);
    -moz-transform: translateY(0.15em);
}

.robin-h-main .footer-list li.active i {
    display: inline-block;
}

.robin-h-main .footer-list li a {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
    word-wrap: break-word;
}

.robin-h-main .footer-list .footlast1 {
    list-style-type: "*";
}

.robin-h-main .footer-list .footlast2 {
    list-style-type: "**";
}

.robin-h-main .footer-list .footlast3 {
    list-style-type: "***";
}


@media screen and (max-aspect-ratio:11/10) {
    .robin-h-main .footer-list {
        width: 91.11111111111111vw;
        padding-top: 27.777777778vw;
    }

    .robin-h-main .footer-list ol {
        font-size: 3.333333334vw;
    }

    .robin-h-main .footer-list li i {
        width: 4.722222vw;
        height: 4.722222vw;
        transform: translateY(0.3em);
        -webkit-transform: translateY(0.3em);
        -moz-transform: translateY(0.3em);
    }
}

/* footer end */