.section {
    background: #F5F5F6;
    padding: 182px 0 94px;
    position: relative;
}

.section .back_box {
    position: absolute;
    right: calc(50vw - 900px);
    top: 0;
    height: 100%;
    pointer-events: none;
    padding: 185px 0 0;
}

.section .back_box a {
    width: 85px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: sticky;
    top: 150px;
    border-radius: 18px;
    background: #005F6A;
    pointer-events: auto;
    transition: 0.6s;
}

.section .back_box a img {
    display: block;
    width: 18px;
}

.section .back_box a p {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.section .back_box a:hover {
    background: #10253F;
}

.section .wrap {
    width: 1200px;
    margin: 0 auto;
}

.section .wrap .title {
    color: #10253F;
    font-family: 'Inter m';
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.section .wrap .date {
    color: rgba(16, 37, 63, 0.5);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 38px 0;
}

.section .wrap .line {
    width: 100%;
    height: 1px;
    background: rgba(16, 37, 63, 0.2);
}

.section .wrap .content {
    margin: 50px 0 0;
    color: rgba(16, 37, 63, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

.page_section {
    padding: 26px 0 129px;
    background: #F5F5F6;
    border-top: 1px solid rgba(16, 37, 63, 0.2);
}

.page_section .wrap {
    width: 1200px;
    margin: 0 auto;
}

.page_section .wrap a {
    color: #10253F;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    display: block;
    position: relative;
    width: fit-content;
}

.page_section .wrap a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #10253F;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s;
}

.page_section .wrap a:hover:after {
    transform: scaleX(1);
}

.header .bottom {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}


@media screen and (max-width: 1919px) {
    .section {
        padding: 9.4791666667vw 0px 4.8958333333vw;
    }

    .section .back_box {
        right: calc(-46.875vw + 50vw);
        padding: 9.6354166667vw 0px 0px;
    }

    .section .back_box a {
        width: 4.4270833333vw;
        height: 1.875vw;
        gap: 0.4166666667vw;
        top: 7.8125vw;
        border-radius: 0.9375vw;
    }

    .section .back_box a img {
        width: 0.9375vw;
    }

    .section .back_box a p {
        font-size: 0.625vw;
    }

    .section .wrap {
        width: 62.5vw;
    }

    .section .wrap .title {
        font-size: 1.875vw;
    }

    .section .wrap .date {
        font-size: 0.8333333333vw;
        margin: 1.9791666667vw 0px;
    }

    .section .wrap .content {
        margin: 2.6041666667vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .page_section {
        padding: 1.3541666667vw 0px 6.71875vw;
    }

    .page_section .wrap {
        width: 62.5vw;
    }

    .page_section .wrap a {
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }

    .page_section .wrap a::after {
        bottom: 0.2083333333vw;
    }

    .header .bottom {
        backdrop-filter: blur(0.5208333333vw);
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 120px 0 60px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title {
        font-size: 20px;
    }
    .section .wrap .date {
        font-size: 13px;
        margin: 15px 0 25px;
    }
    .section .wrap .content {
        margin: 25px 0 0;
        font-size: 13px;
        line-height: 2;
    }
    .page_section {
        padding: 20px 0 40px;
    }
    .page_section .wrap {
        width: 90%;
    }
    .page_section .wrap a {
        display: block;
        font-size: 13px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}
