@charset "UTF-8";

.sect-strategy{
    padding: 200px 0 174px;
    text-align: center;
    overflow: hidden;
    background: #000;
    /* background: #f4f1f8;
    transition: background .4s cubic-bezier(0.2, 0.6, 0.4, 1);
    will-change: background; */
}
/* body.dark .sect-strategy{
    background: #000;
}
.sect-strategy .headline{
    color: #000;
}
body.dark .sect-strategy .headline{
    color: #fff;
} */

.sect-strategy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sect-strategy .strategy-header{
    margin-bottom: 160px;
}
.sect-strategy .strategy-header .headline{
    font-size: clamp(25px,4.6vw,50px);
    font-weight: 700;
}
.sect-strategy .strategy-header .headline span{}

.sect-strategy .strategy-body{}
.sect-strategy .frame-wrap{
    position: relative;
    width: min(743px, 49.115vw);
    height: min(710px, 47.396vw);
    margin: 0 auto;
}

.sect-strategy .frame-wrap .frame-bg-box{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.sect-strategy .frame-wrap .frame-bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.sect-strategy .frame-wrap .frame-bg1{
    z-index: 3;
}
.sect-strategy .frame-wrap .frame-bg2{
    z-index: 2;
}
.sect-strategy .frame-wrap .frame-bg3{
    z-index: 1;
}
.sect-strategy .frame-wrap .frame-bg img{}
.sect-strategy .frame-wrap .symbol{
    z-index: 4;
}
.sect-strategy .frame-wrap .symbol img{}

.sect-strategy .frame-wrap .tag{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 232px;
}
.sect-strategy .frame-wrap .tag em{
    padding: 6px 15px;
    font-size: clamp(12px,1.1vw,15px);
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-radius: 99px;
    border: 1px solid #FFF;
    background: rgba(23, 23, 25, 0.30);
}

.sect-strategy .frame-wrap .strategy-main-item{
    z-index: 6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
/* 
    display: inline-flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 50px;

    border-radius: 30px;
    border: 2px solid #B499FF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px); */
}
.sect-strategy .strategy-main-item-fade{

}
.sect-strategy .strategy-main-item-inr{
    display: inline-flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 50px;
    padding: min(40px, 2.083vw) min(50px, 2.604vw);
    border-radius: 30px;
    border: 2px solid #B499FF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);

    will-change: transform, backdrop-filter;
    transition: transform .4s ease-in-out;
}
.sect-strategy .strategy-main-item-inr:hover{
    transform: scale(1.08);
}
.sect-strategy .frame-wrap .strategy-main-item .strategy-name{
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.60);
}

.sect-strategy .strategy-sub-item-container{
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sect-strategy .frame-wrap .strategy-sub-item{
    position: absolute;
}
.sect-strategy .frame-wrap .strategy-sub-item-inr{
    display: inline-flex;
    flex-direction: column;
    gap: 30px;
    padding: min(36px, 1.875vw) min(40px, 2.083vw);

    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);

    will-change: transform, backdrop-filter;
    transition: transform .4s ease-in-out;
}
.sect-strategy .frame-wrap .strategy-sub-item-inr:hover{
    transform: scale(1.08);
}
/* .sect-strategy .frame-wrap .strategy-sub-item3,
.sect-strategy .frame-wrap .strategy-sub-item5{
    transform-origin: top;
}
.sect-strategy .frame-wrap .strategy-sub-item4{
    transform-origin: left;
}

.sect-strategy .frame-wrap .strategy-sub-item:hover{
    animation: swing1 1.5s ease-in-out infinite;
}
.sect-strategy .frame-wrap .strategy-sub-item3:hover,
.sect-strategy .frame-wrap .strategy-sub-item5:hover
{
    animation: swing2 1.5s ease-in-out infinite;
}
.sect-strategy .frame-wrap .strategy-sub-item4:hover{
    animation: swing3 1.5s ease-in-out infinite;
}
@keyframes swing1{
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}
@keyframes swing2{
    0% {
        transform: rotate(-5deg) translateY(-30%);
    }
    50% {
        transform: rotate(5deg) translateY(-30%);
    }
    100% {
        transform: rotate(-5deg) translateY(-30%);
    }
}
@keyframes swing3{
    0% {
        transform: rotate(-5deg) translateX(-50%);
    }
    50% {
        transform: rotate(5deg) translateX(-50%);
    }
    100% {
        transform: rotate(-5deg) translateX(-50%);
    }
} */

.sect-strategy .frame-wrap .strategy-sub-item .strategy-name{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.sect-strategy .frame-wrap .strategy-sub-item .tag{
    max-width: 252px;
}
.sect-strategy .frame-wrap .strategy-sub-item .tag em{
    border: 1px solid rgba(255, 255, 255, 0.20);
}

/* .sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(1){
    top: -40px;
    left: -72px;
}
.sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(2){
    top: -62px;
    right: -87px;
}
.sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(3){
    right: -241px;
    top: 50%;
    transform: translateY(-30%);
}
.sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(4){
    bottom: -79px;
    left: 50%;
}
.sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(5){
    left: -232px;
    top: 50%;
    transform: translateY(-30%);
} */

.sect-strategy .strategy-sub-item .strategy-icon{
    position: absolute;
    width: 114px;
}
.sect-strategy .strategy-sub-item:nth-of-type(1) .strategy-icon{
    left: -54px;
    top: -45px;
}
.sect-strategy .strategy-sub-item:nth-of-type(2) .strategy-icon{
    right: -48px;
    top: -24px;
}
.sect-strategy .strategy-sub-item:nth-of-type(3) .strategy-icon{
    right: -34px;
    top: -39px;
}
.sect-strategy .strategy-sub-item:nth-of-type(4) .strategy-icon{
    right: -51px;
    top: -31px;
}
.sect-strategy .strategy-sub-item:nth-of-type(5) .strategy-icon{
    left: -46px;
    top: -39px;
}


@media(max-width:1023px){
    .sect-strategy{
        padding: 100px 0 88px;
    }
    .sect-strategy .strategy-header .headline{
        font-size: 36px;
    }
    .sect-strategy .frame-wrap{
        width: 378px;
        height: 368px;
    }
    .sect-strategy .frame-wrap .tag{
        min-width: 170px;
    }

    .sect-strategy .strategy-main-item-fade{
        gap: 15px;
        border-radius: 15px;
    }
    .sect-strategy .frame-wrap .strategy-main-item .strategy-name{
        font-size: 20px;
    }

    .sect-strategy .frame-wrap .strategy-sub-item{
        gap: 15px;
        padding: 10px 12px;
        border-radius: 15px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(1){
        top: -15px;
        left: -50px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(2){
        top: -31px;
        right: -73px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(3){
        right: -148px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(4){
        bottom: -40px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item:nth-of-type(5){
        left: -148px;
    }
    .sect-strategy .strategy-sub-item:nth-of-type(1) .strategy-icon{
        left: -40px;
        top: -31px;
    }
    .sect-strategy .strategy-sub-item:nth-of-type(3) .strategy-icon{
        right: -23px;
        top: -27px;
    }
    .sect-strategy .strategy-sub-item:nth-of-type(4) .strategy-icon{
        right: -34px;
        top: -23px;
    }
    .sect-strategy .strategy-sub-item:nth-of-type(5) .strategy-icon{
        left: -38px;
        top: -30px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item .strategy-name{
        font-size: 15px;
    }
    .sect-strategy .frame-wrap .strategy-sub-item .tag{
        max-width: 170px;
        gap: 5px;
    }
    .sect-strategy .frame-wrap .tag em{
        padding: 3px 8px;
        font-size: 12px;
    }
    .sect-strategy .strategy-sub-item .strategy-icon{
        width: 78px;
    }

}


@media(max-width: 767px){

    .strategy-pagination {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    .strategy-pagination .dot {
    width: 6px;
    height: 6px;
    background: #424242;
    border-radius: 50%;
    margin: 0 3px;
    transition: background 0.1s ease;
    }
    .strategy-pagination .dot.active {
    background: #fff;
    }

    .sect-strategy-mo{
        position: relative;
        height: 4500px;
        /* padding-top: 100px; */
        background: #000;
    }
    .sect-strategy-mo .strategy-sticky{
        position: sticky;
        top: 20px;
        height: 100dvh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .sect-strategy-mo .strategy-header-mo{
        /* margin-bottom: 46px; */
        margin-bottom: 23px;
    }
    .sect-strategy-mo .strategy-header-mo .headline-mo{
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.02em;
    }
 

    .strategy-body-mo{}
    .strategy-body-mo .frame-wrap-mo{
        position: relative;
    }
    .strategy-body-mo .strategy-main-item-mo{
        z-index: 1;
        margin-bottom: 92px;
        display: flex;
        position: relative;
        justify-content: center;
        /* transform: translateX(calc(50vw - 144px)); */
    }
    .strategy-body-mo .strategy-main-item-fade-mo{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 23px;
        width: 260px;
        height: 180px;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(5px);
        border-radius: 30px;
        border: 1.5px solid #B499FF;
    }
    .strategy-body-mo .strategy-main-item-mo .strategy-name-mo{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: -0.02em;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.60);
    }
    .strategy-body-mo .strategy-main-item-mo .tag-mo{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        max-width: 220px;
    }
    .strategy-body-mo .strategy-main-item-mo .tag-mo em{
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: -0.02em;
        border-radius: 99px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(23, 23, 25, 0.30);
    }

    .strategy-body-mo .frame-bg-box-mo{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .strategy-body-mo .frame-bg-mo{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .strategy-body-mo .frame-bg-fade-mo{}
    .strategy-body-mo .frame-bg-mo.symbol-mo{
        width: 204px;
    }
    .strategy-body-mo .frame-bg-mo.plus-mo{
        z-index: 1;
        width: 56px;
        height: 56px;
    }

    .strategy-body-mo .strategy-sub-scrollmotion-mo{
        display: flex;
        position: relative;
        z-index: 1;
    }
    .strategy-body-mo .strategy-sub-list-mo{
        display: flex;
        flex-shrink: 0;
    }
    .strategy-body-mo .strategy-sub-item-mo{
        margin-right: 28px;

        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 260px;
        height: 180px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(5px);
        flex-shrink: 0;
    }
    .strategy-body-mo .strategy-sub-item-mo:last-of-type{
        margin-right: 0;
    }
    .strategy-body-mo .strategy-sub-item-mo .strategy-name-mo{
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: -0.02em;
    }
    .strategy-body-mo .strategy-sub-item-mo .tag-mo{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        min-height: 78px;
    }
    .strategy-body-mo .strategy-sub-item-mo .tag-mo em{
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: -0.02em;
        border-radius: 99px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(23, 23, 25, 0.30);
    }


}