.service .visual {
    position: relative;
    padding: 170px 0 120px;
    background: url("../images/service_bg.png")no-repeat 50% 50% / cover;
    box-sizing: border-box;
}

.service .visual .inner {
    gap: 100px;
}

.service .visual .grid3 {
    gap: 60px;
    max-width: 1260px;
    margin: 0 auto;
}

.service .visual .grid3>div {
    flex: 1;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    padding: 40px 20px;
    gap: 20px;
    box-sizing: border-box;
}

.service .visual .grid3>div .thumb {
    width: 178px;
    margin: 0 auto;
}

.service .visual .grid3>div .thumb img {
    width: 100%;
}

.service .visual .grid3>div h4 {
    font-size: 30px;
    font-weight: 600;
}

.service .visual .grid3>div p {
    font-size: 20px;
}



.service .sec {
    height: 976px;
    min-height: 100vh;
}


.service .sec01>div {
    width: 50%;
}

.service .sec01>div.txt {
    padding-top: 150px;
    gap: 60px;
    box-sizing: border-box;
}

.service .sec01>div.txt .tit {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 80px;
    box-sizing: border-box;
}

.service .sec01>div.txt .btn_box {
    gap: 40px;
}

.service .sec01>div.txt .btn_box button {
    width: 90%;
    max-width: 378px;
    border-radius: 20px 0px 0px 20px;
    background: rgba(0, 0, 0, 0.05);
    padding: 0 15px;
    color: #777;
    transition: all .3s;
    box-sizing: border-box;
}

.service .sec01>div.txt .btn_box button p {
    display: none;
    font-size: 22px;
    color: var(--black);
    text-align: left;
    margin-top: 30px;
    /* padding-left: 5px; */
    box-sizing: border-box;
}

.service .sec01>div.txt .btn_box button .bg {
    gap: 20px;
    transition: all .3s;
}

.service .sec01>div.txt .btn_box button .bg h3 {
    font-size: 42px;
    font-weight: 800;
}

.service .sec01>div.txt .btn_box button .bg strong {
    font-size: 22px;
}

.service .sec01>div.txt .btn_box button.active {
    max-width: 700px;
    padding: 35px 50px;
}

.service .sec01>div.txt .btn_box button.active .bg {
    max-width: 450px;
    border-radius: 20px;
    background: var(--white);
    color: var(--black);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 0 15px;
    box-sizing: border-box;
}

.service .sec01>div.txt .btn_box button.active p {
    display: block;
}

.service .sec01>div.thumb {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all .3s;
}

.service .sec01>div.thumb.thumb1 {
    background-image: url("../images/service_sec01_1.png");
}

.service .sec01>div.thumb.thumb2 {
    background-image: url("../images/service_sec01_2.png");
}

.service .sec01>div.thumb.thumb3 {
    background-image: url("../images/service_sec01_3.png");
}



.service .sec02 {
    overflow: hidden;
}

.service .sec02>div {
    width: 50%;
}

.service .sec02>div.thumb {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.service .sec02>div.thumb img {
    width: 70%;
    max-width: 532px;
}

.service .sec02>div.txt {
    padding-left: 50px;
    font-size: 50px;
    line-height: 1.5;
    box-sizing: border-box;
}



.service .sec03 {
    gap: 130px;
    justify-content: center;
}

.service .sec03 .thumb img {
    width: 100%;
    max-width: 381px;
}

.service .sec03 .txt {
    gap: 70px;
}

.service .sec03 .txt .step {
    width: 483px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 20px 30px 30px;
    box-sizing: border-box;
}

.service .sec03 .txt .step .btn_box {
    padding: 10px;
    border-radius: 20px;
    background: #F3F3F3;
    gap: 10px;
    box-sizing: border-box;
    margin: -80px 0 25px -10px;
}

.service .sec03 .txt .step .btn_box button {
    flex: 1;
    height: 34px;
    color: #777;
    font-size: 16px;
    padding: 0 15px;
}

.service .sec03 .txt .step .btn_box button.active {
    border-radius: 10px;
    background: var(--white);
    color: var(--black);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.10);
    font-weight: 700;
}

.service .sec03 .txt .step .text {
    font-size: 20px;
    font-weight: 700;
}

.service .sec03 .txt .step .text p {
    display: none;
}

.service .sec03 .txt .step .text p.on {
    display: block;
}



.service .sec04 {
    background: #fff;
    justify-content: center;
}

.service .sec04 .inner {
    gap: 50px;
}

.service .sec04 .tit {
    line-height: 1.3;
}

.service .sec04 .tit h2 {
    font-size: 50px;
}

.service .sec04 .tit p {
    font-size: 20px;
    font-weight: 400;
}

.service .sec04 .graph {
    max-width: 1000px;
    margin: 0 auto;
    align-items: end;
    gap: 10px;
}

.service .sec04 .graph>div {
    gap: 15px;
    line-height: 1.3;
    font-size: 20px;
    color: #777;
}

.service .sec04 .graph>div:nth-child(1) .bar span {
    height: 436px;
}

.service .sec04 .graph>div:nth-child(2) .bar span {
    height: 173px;
}

.service .sec04 .graph>div:nth-child(3) .bar span {
    height: 39px;
}

.service .sec04 .graph>div:nth-child(4) .bar span {
    height: 13px;
}

.service .sec04 .graph>div:nth-child(5) .bar span {
    height: 5px;
}

.service .sec04 .graph>div:nth-child(6) .bar span {
    height: 70px;
}

.service .sec04 .graph>div .bar span {
    display: block;
    width: 80%;
    border-radius: 20px;
    background: #CDCDCD;
    margin: 0 auto;
}

.service .sec04 .graph>div p {
    font-size: 16px;
}

.service .sec04 .desc {
    font-size: 16px;
    color: #AAA;
    font-weight: 500;
    line-height: 1.3;
}


.service .text {
    padding: 100px 0;
    border-bottom: 1px solid #F1F1F1;
}


.service .sec05 {
    background: var(--white);
    justify-content: center;
}

.service .sec05 .inner {
    gap: 100px;
}

.service .sec05 .tit p {
    color: #AAA;
}

.service .sec05 .select_box {
    max-width: 880px;
    gap: 50px;
    margin: 0 auto;
}

.service .sec05 .select_box .btn_box {
    flex: 1;
    max-width: 485px;
    gap: 50px;
    justify-content: center;
}

.service .sec05 .select_box .btn_box button {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.service .sec05 .select_box .btn_box button.active {
    border: 1px solid var(--key-color);
}

.service .sec05 .select_box .btn_box button.bingx {
    background-image: url("../images/bingx_off.png");
}

.service .sec05 .select_box .btn_box button.bingx.active {
    background-image: url("../images/bingx.png");
}

.service .sec05 .select_box .btn_box button.bitmex {
    background-image: url("../images/bitmex_off.png");
}

.service .sec05 .select_box .btn_box button.bitmex.active {
    background-image: url("../images/bitmex.png");
}

.service .sec05 .select_box .btn_box button.bybit {
    background-image: url("../images/bybit_off.png");
}

.service .sec05 .select_box .btn_box button.bybit.active {
    background-image: url("../images/bybit.png");
}

.service .sec05 .select_box .btn_box button.bitget {
    background-image: url("../images/bitget_off.png");
}

.service .sec05 .select_box .btn_box button.bitget.active {
    background-image: url("../images/bitget.png");
}

.service .sec05 .select_box .btn_box button.okx {
    background-image: url("../images/okx_off.png");
}

.service .sec05 .select_box .btn_box button.okx.active {
    background-image: url("../images/okx.png");
}

.service .sec05 .select_box .btn_box button.htx {
    background-image: url("../images/htx_off.png");
}

.service .sec05 .select_box .btn_box button.htx.active {
    background-image: url("../images/htx.png");
}

.service .sec05 .select_box .graph {
    flex: 1;
    max-width: 344px;
    padding: 50px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10), 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.service .sec05 .select_box .graph>div .bar span {
    width: 66px;
}

.service .sec05 .link {
    gap: 20px;
    line-height: 1.3;
}

.service .sec05 .link strong {
    font-size: 30px;
}

.service .sec05 .link a {
    display: block;
    width: 184px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}




#footer {
    margin-top: 0 !important;
}




@media screen and (max-width: 1560px) {
    .service .sec02>div.txt {
        padding-left: 20px;
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .service .sec {
        height: auto;
        min-height: auto;
    }

    .service .visual {
        padding: 100px 0 50px;
    }

    .service .visual .inner {
        gap: 50px;
    }

    .service .visual .grid3 {
        gap: 30px;
    }

    .service .visual .grid3>div {
        gap: 10px;
    }

    .service .visual .grid3>div .thumb {
        width: 120px;
    }

    .service .visual .grid3>div h4 {
        font-size: 20px;
    }

    .service .visual .grid3>div p {
        font-size: 16px;
    }


    .service .sec01>div.txt {
        padding: 85px 0;
        gap: 30px;
    }

    .service .sec01>div.txt .tit {
        padding-left: 40px;
    }

    .service .sec01>div.txt .btn_box {
        gap: 15px;
    }

    .service .sec01>div.txt .btn_box button.active {
        padding: 15px 25px;
    }

    .service .sec01>div.txt .btn_box button .bg h3 {
        font-size: 40px;
    }

    .service .sec01>div.txt .btn_box button .bg strong {
        font-size: 20px;
    }

    .service .sec01>div.txt .btn_box button p {
        font-size: 18px;
        margin-top: 15px;
        padding-left: 15px;
    }

    .service .sec01>div.thumb {
        min-height: auto;
    }


    .service .sec02>div.thumb {
        height: 400px;
    }

    .service .sec02>div.txt {
        font-size: 30px;
    }


    .service .sec03 {
        gap: 30px;
        padding: 60px 20px;
        box-sizing: border-box;
    }

    .service .sec03 .thumb {
        width: 300px;
    }

    .service .sec03 .thumb img {
        width: 100%;
    }

    .service .sec03 .txt {
        flex: 1;
        width: 100%;
    }

    .service .sec03 .txt .step {
        width: 100%;
    }

    .service .sec03 .txt .step .btn_box button {
        font-size: 14px;
    }

    .service .sec03 .txt .step .text {
        font-size: 16px;
    }


    .service .sec04 {
        padding: 60px 0px;
        box-sizing: border-box;
    }

    .service .sec04 .inner {
        gap: 30px;
    }

    .service .sec04 .tit h2 {
        font-size: 30px;
    }

    .service .sec04 .tit p {
        font-size: 16px;
    }

    .service .sec04 .graph>div {
        gap: 10px;
        font-size: 16px;
    }

    .service .sec04 .desc {
        font-size: 16px;
    }


    .service .text {
        padding: 70px 0;
    }


    .service .sec05 .select_box {
        align-items: center;
    }

    .service .sec05 .select_box .btn_box {
        max-width: none;
        gap: 30px;
    }

    .service .sec05 .select_box .btn_box button {
        width: 95px;
        height: 95px;
    }

    .service .sec05 .select_box .graph {
        max-width: 270px;
        padding: 35px;
    }

    .service .sec05 .link strong {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .service .visual {
        padding: 60px 0 40px;
    }

    .service .visual .inner {
        gap: 30px;
    }

    .service .visual .grid3 {
        gap: 15px;
    }

    .service .visual .grid3>div {
        flex: none;
        width: 100%;
        padding: 20px;
    }

    .service .visual .grid3>div .thumb {
        width: 90px;
    }


    .service .sec01>div {
        width: 100%;
    }

    .service .sec01>div.thumb {
        order: 0;
        height: 400px;
    }

    .service .sec01>div.txt {
        order: 1;
        padding: 30px 0;
    }

    .service .sec01>div.txt .btn_box button .bg h3 {
        font-size: 28px;
    }

    .service .sec01>div.txt .btn_box button .bg strong {
        font-size: 16px;
    }

    .service .sec01>div.txt .btn_box button p {
        font-size: 14px;
        margin-top: 10px;
    }


    .service .sec02>div {
        width: 100%;
    }

    .service .sec02>div.txt {
        text-align: center;
        padding: 15px 0;
        font-size: 22px;
    }


    .service .sec03 .thumb {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }

    .service .sec03 .txt {
        flex: none;
        text-align: center;
    }


    .service .sec04 .tit h2 {
        font-size: 20px;
    }

    .service .sec04 .tit p {
        font-size: 14px;
    }

    .service .sec04 .graph {
        gap: 5px;
    }

    .service .sec04 .graph>div {
        width: calc(16.666% - 5px);
        font-size: 14px;
    }

    .service .sec04 .graph>div p {
        font-size: 12px;
    }

    .service .sec04 .graph>div:nth-child(1) .bar span {
        height: 345px;
    }

    .service .sec04 .desc {
        font-size: 14px;
    }


    .service .sec05 .select_box .btn_box {
        flex: none;
        width: 100%;
        gap: 15px;
    }

    .service .sec05 .select_box .btn_box button {
        width: 50px;
        height: 50px;
    }

    .service .sec05 .select_box .graph>div {
        width: calc(50% - 5px);
        font-size: 14px;
    }

    .service .sec05 .link {
        gap: 10px;
    }

    .service .sec05 .link strong {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .service .sec03 .txt .step .btn_box button {
        flex: none;
        width: calc(50% - 5px);
    }

    .service .sec04 .graph>div:nth-child(1) .bar span {
        height: 303px;
    }

    .service .sec04 .graph>div strong {
        position: relative;
        left: -10px;
        display: block;
        width: 60px;
        transform: rotate(-20deg);
        font-size: 12px;
    }

    .service .sec05 .select_box .btn_box button {
        width: calc(33.333% - 20px);
        height: 0;
        padding-bottom: calc(33.333% - 20px);
    }

    .service .sec05 .select_box .graph>div strong {
        left: 15px;
    }
}

@media screen and (max-width: 380px) {}