.header {
    background: none;
}

.header .container .list a {
    color: #fff;
}

.header.scroll{
    background: #fff;
}
.header.scroll .container .list a {
    color: #000;
}

.main-1 {
    background: url(../img/main/main-bg-desc.webp) center center no-repeat;
    background-size: cover;
    height: 52.60417vw;
    padding-top: 8.125vw;
    padding-bottom: 7.29167vw;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.main-1 .container {
    height: 100%;
    justify-content: space-between;
}

.main-1 .up img {
    width: 100%;
    height: auto;
}

.main-1 .up .row {
    display: flex;
    align-items: flex-start;
    margin-top: 0.10417vw;
    justify-content: space-between;
}

.main-1 .up .row .left {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.97917vw;
    line-height: 110%;
    color: #dcf000;
    max-width: 26.04167vw;
}

.main-1 .btn {
    display: block;
    width: 20.83333vw;
    background: #DCF000 !important;
    height: 3.125vw;
    border-radius: 1.5625vw !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.main-1 .btn.mob{
    display: none;
}

.main-1 .line {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0.2604vw;
    left: 0;
    -webkit-animation: 10s linear infinite sbs-anim;
    animation: 10s linear infinite sbs-anim;
    animation-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
    grid-gap: 0.52083vw;
    padding-right: 0.52083vw;
}

.main-1 .btn .line .p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #0e0c0d;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.52083vw;
}

.main-1 .btn .line .p svg {
    width: 2.08333vw;
    height: 2.08333vw;
}

.main-1 .btn .line .p svg path {
    stroke: #000;
}

.main-1 .btn .line p {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.9375vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #000;
}

.main-1 .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.04167vw;
    align-items: center;
    justify-content: center;
    height: 4.375vw;
    background: url(../img/main/main-1-bottom-desc.svg) center center no-repeat;
    background-size: cover;
    backdrop-filter: blur(0.52083vw);
}

.main-1 .bottom p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9375vw;
    text-align: center;
    color: #000;
    max-width: 26.5625vw;
    margin: auto;
}

.main-1 .bottom p:first-child {
    max-width: 19.625vw;
}

.main-2,
.main-3 {
    margin-top: 10.41667vw;
}

.main-2 h2,
.main-3 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.97917vw;
    line-height: 110%;
    color: #2a2b2d;
    position: relative;
    background: #fff;
    padding: 0 0.52083vw;
    margin-left: -0.52083vw;
    width: fit-content;
}

.main-2 h2:before,
.main-3 h2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5625vw;
    width: 100vw;
    height: 0.10417vw;
    background: #2a2b2d;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
    transition-delay: 0.75s;
}
.main-2 h2.aos-initial:before,
.main-3 h2.aos-initial:before{
    opacity: 1;
}

.main-2 .line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.04167vw;
    margin-top: 2.08333vw;
}

.main-2 .line .box {
    background: #2a2b2d;
    border-radius: 0.52083vw;
    padding: 2.60417vw 1.5625vw;
    height: 36.45833vw;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.main-2 .line .box:nth-child(1) {
    background: url(../img/main/main-2-b1-desc-new.svg) center center no-repeat;
    background-size: cover;
}

.main-2 .line .box:nth-child(2) {
    background: url(../img/main/main-2-b2-desc-new.svg) center center no-repeat;
    background-size: cover;
}

.main-2 .line .box:nth-child(3) {
    background: url(../img/main/main-2-b3-desc-new.svg) center center no-repeat;
    background-size: cover;
}

.main-2 .line .box h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.60417vw;
    line-height: 110%;
    color: #fff;
}

.main-2 .line .box .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #fff;
    margin-top: 1.77083vw;
    /* min-width: 27.60417vw; */
}

.main-2 .line .box .plug {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #fff;
    margin-top: 8.85417vw;
    padding-left: 0.625vw;
    position: relative;
    max-width: calc(100% - 0.625vw);
}

.main-2 .line .box .plug:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.52083vw;
    width: 0.10417vw;
    height: 100%;
    background: #00b56a;
}

.main-2 .line .box:nth-child(2) .plug:before {
    background: #dcf000;
}

.main-2 .line .box:nth-child(3) .plug:before {
    background: #f77ff7;
}

.main-2 .line .box .more {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9375vw;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-top: auto;
}

.main-3 {
    margin-bottom: 15.625vw;
}

.main-3 .line {
    display: flex;
    flex-direction: column;
    margin-top: 2.08333vw;
    grid-gap: 0.78125vw;
}

.main-3 .line .box {
    padding: 1.5625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #ececec;
    border-radius: 0.52083vw;
}

.main-3 .line .box h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.04167vw;
    line-height: 110%;
    color: #2a2b2d;
}

.main-3 .line .box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9375vw;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0e0c0d;
}

.main-3 .bottom {
    background: #2a2b2d;
    margin-top: 2.08333vw;
    border-radius: 0.52083vw;
    padding: 2.34375vw 1.5625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-3 .bottom h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.97917vw;
    line-height: 110%;
    color: #fff;
}

.main-3 .bottom .right {
    display: flex;
    grid-gap: 1.04167vw;
}

.main-3 .bottom .right a {
    min-width: 8.69792vw;
    border-radius: 0.3125vw;
    padding: 1.04167vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.52083vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    color: #000;
    background: #dcf000;
    cursor: pointer;
}
@media(max-width: 700px){
    .main-2,
    .main-3 {
        margin-top: 19.48718vw;
    }

    .main-2 h2,
    .main-3 h2 {
        font-size: 5.12821vw;
        padding: 0 0.51282vw;
        margin-left: -0.51282vw;
    }

    .main-2 h2:before,
    .main-3 h2:before {
        height: 0.25641vw;
        left: -5.12821vw
    }

    .main-3 {
        margin-bottom: 30.76923vw;
    }

    .main-3 .line {
        margin-top: 5.12821vw;
    }

    .main-3 .line .box {
        padding: 5.12821vw;
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 10.25641vw;
        border-radius: 2.5641vw;
    }

    .main-3 .line {
        grid-gap: 5.12821vw;
    }

    .main-3 .line .box h3 {
        font-size: 4.10256vw;
    }

    .main-3 .line .box p {
        font-size: 3.33333vw;
    }

    .main-3 .bottom {
        flex-direction: column;
        grid-gap: 7.69231vw;
        align-items: flex-start;
        margin-top: 5.12821vw;
        padding: 5.12821vw;
        border-radius: 2.5641vw;
    }

    .main-3 .bottom h3 {
        font-size: 5.12821vw;
    }

    .main-3 .bottom .right {
        flex-direction: column;
        grid-gap: 2.5641vw;
    }

    .main-3 .bottom .right a {
        min-width: 42.82051vw;
        border-radius: 1.53846vw;
        gap: 2.5641vw;
        display: flex;
        font-size: 4.61538vw;
    }

    .main-2 .line {
        grid-template-columns: 1fr;
        grid-gap: 5.12821vw;
        margin-top: 5.12821vw;
    }

    .main-2 .line .box {
        height: fit-content;
        padding: 5.12821vw;
        border-radius: 2.5641vw;
    }

    .main-2 .line .box h3 {
        font-size: 5.12821vw;
    }

    .main-2 .line .box .desc {
        font-size: 3.33333vw;
        margin-top: 2.5641vw;
    }

    .main-2 .line .box .plug {
        font-size: 3.33333vw;
        margin-top: 12.82051vw;
        padding-left: 1.79487vw;
        max-width: none;
    }

    .main-2 .line .box .plug:before{
        width: 0.5128205128vw;
    }

    .main-2 .line .box .more {
        font-size: 4.10256vw;
        margin-top: 12.82051vw;
    }

    .main-2 .line .box:nth-child(1) {
        background: url(../img/main/main-2-b1-mob.svg) center center no-repeat;
        background-size: cover;
    }

    .main-2 .line .box:nth-child(2) {
        background: url(../img/main/main-2-b2-mob.svg) center center no-repeat;
        background-size: cover;
    }

    .main-2 .line .box:nth-child(3) {
        background: url(../img/main/main-2-b3-mob.svg) center center no-repeat;
        background-size: cover;
    }

    .main-1 .up {
        display: flex;
        flex-direction: column;
    }

    .main-1 .up .row .btn {
        display: none;
    }

    .main-1 .up .row {
        order: -1;
    }

    .main-1 .up .row .left {
        font-size: 4.10256vw;
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .main-1 .up img {
        margin-top: -6.41026vw;
    }

    .main-1 {
        height: fit-content;
        padding-top: 23.07692vw;
        background: url(../img/main/main-mob-bg.png) center center no-repeat;
        background-size: cover;
    }

    .main-1:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 144.10256vw;
        height: 112.82051vw;
        background: url(../img/main/main-1-photo.png) center center no-repeat;
        background-size: cover;
    }

    .main-1 .bottom {
        grid-template-columns: 1fr;
        /* margin-bottom: 128.20513vw; */
        background: none;
        grid-gap: 5.12821vw;
        backdrop-filter: none;
        height: fit-content;
        margin-top: 7.69231vw;
    }

    .main-1 .bottom p {
        max-width: none !important;
        font-size: 3.84615vw;
        padding: 5.12821vw 2.5641vw;
        /* backdrop-filter: blur(5.12821vw); */
        background: rgba(255, 255, 255, 0.4);
        width: 100%;
        border-radius: 2.5641vw;
        position: relative;
        background: #c3c3c3;
    }

    .main-1 .bottom p:before {
        content: '';
        position: absolute;
        top: calc(100% - 0.2564102564vw);
        width: calc(10.25641vw + 0.2564102564vw);
        height: calc(5.12821vw + 0.5128205128vw);
        background: url(../img/main/main-1-before.svg);
        /* backdrop-filter: blur(5.12821vw); */
        opacity: 0.4;
        left: 50%;
        transform: translate(-50%, 0);
        background-size: cover;
        background: #c3c3c3;
        opacity: 1;
        -webkit-mask-image: url(../img/main/main-1-before.svg);
        mask-image: url(../img/main/main-1-before.svg);
        mask-repeat: no-repeat;
        mask-position: center;
        z-index: 99999;
        mask-size: cover;
    }

    .main-1 .bottom p:last-child:before {
        display: none;
    }

    .main-1 .bottom p br {
        display: none;
    }

    .main-1 .btn.mob {
        margin-bottom: 128.20513vw;
        width: 100%;
        display: flex;
    }

    .main-1 .btn.mob {
        width: 100%;
        height: 12.82051vw;
        border-radius: 128.20513vw !important;
        margin-top: 5.12821vw;
    }

    .main-1 .btn.mob .line p {
        font-size: 3.07692vw;
    }

    .main-1 .btn.mob .line .p svg {
        width: 7.69231vw;
        height: 7.69231vw;
        margin-top: -0.51282vw;
    }

    .main-1 .btn.mob .line {
        top: 1.53846vw;
        grid-gap: 5.12821vw;
    }

    .main-1 .btn.mob .line .p {
        grid-gap: 5.12821vw;
    }
}