.section {
    padding: 208px 0 94px;
    background: #F5F5F6;
}

.section .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section .wrap .l_box {
    position: sticky;
    top: 120px;
    width: 340px;
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
}

.section .wrap .l_box .l_box_h5 {
    background: #10253F;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    color: #FFF;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.section .wrap .l_box .l_box_list {
    padding: 0 32px;
}

.section .wrap .l_box .l_box_list a {
    display: flex;
    align-items: center;
    height: 72px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.6s;
}

.section .wrap .l_box .l_box_list a:hover, .section .wrap .l_box .l_box_list a.on {
    color: #10253F;
}

.section .wrap .l_box .l_box_list a:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}

.section .wrap .r_box {
    width: 1080px;
    border-radius: 12px;
    background: #FFF;
    padding: 21px 40px 63px;
}

.section .wrap .r_box .r_box_title {
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    padding: 0 0 24px;
    line-height: 1;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 32px;
}

.section .wrap .r_box .r_box_content {
    color: rgba(16, 37, 63, 0.8);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.section .wrap .r_box .r_box_content h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.section .wrap .r_box .r_box_content p {
    color: rgba(16, 37, 63, 0.8);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.section .wrap .r_box .r_box_content ul li {
    padding: 0 0 0 14px;
    position: relative;
}

.section .wrap .r_box .r_box_content ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(16, 37, 63, 0.8);
    position: absolute;
    left: 0;
    top: 9px;
}

.section .wrap .r_box a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    height: 48px;
    border-radius: 40px;
    background: #10253F;
    width: fit-content;
    margin: 79px 0 0 auto;
}

.section .wrap .r_box a p {
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.section .wrap .r_box a img {
    display: block;
    width: 12px;
    filter: brightness(0) invert(1);
}

.header .bottom {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}


@media screen and (max-width: 1919px) {
    .section {
        padding: 10.8333333333vw 0px 4.8958333333vw;
    }

    .section .wrap .l_box {
        top: 6.25vw;
        width: 17.7083333333vw;
        border-radius: 0.625vw;
    }

    .section .wrap .l_box .l_box_h5 {
        height: 4.1666666667vw;
        padding: 0px 1.6666666667vw;
        font-size: 1.1458333333vw;
    }

    .section .wrap .l_box .l_box_list {
        padding: 0px 1.6666666667vw;
    }

    .section .wrap .l_box .l_box_list a {
        height: 3.75vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .r_box {
        width: 56.25vw;
        border-radius: 0.625vw;
        padding: 1.09375vw 2.0833333333vw 3.28125vw;
    }

    .section .wrap .r_box .r_box_title {
        font-size: 1.4583333333vw;
        padding: 0px 0px 1.25vw;
        margin-bottom: 1.6666666667vw;
    }

    .section .wrap .r_box .r_box_content {
        font-size: 0.7291666667vw;
    }

    .section .wrap .r_box .r_box_content h5 {
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }

    .section .wrap .r_box .r_box_content p {
        font-size: 0.7291666667vw;
    }

    .section .wrap .r_box .r_box_content ul li {
        padding: 0px 0px 0px 0.7291666667vw;
    }

    .section .wrap .r_box .r_box_content ul li::after {
        width: 0.2083333333vw;
        height: 0.2083333333vw;
        top: 0.46875vw;
    }

    .section .wrap .r_box a {
        gap: 0.5208333333vw;
        padding: 0px 1.4583333333vw;
        height: 2.5vw;
        border-radius: 2.0833333333vw;
        margin: 4.1145833333vw 0px 0px auto;
    }

    .section .wrap .r_box a p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .r_box a img {
        width: 0.625vw;
    }

    .header .bottom {
        backdrop-filter: blur(0.5208333333vw);
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 80px;
    }
    .section .wrap {
        display: block;
    }
    .section .wrap .l_box {
        width: 100%;
        position: unset;
        border-radius: 8px;
    }
    .section .wrap .l_box .l_box_h5 {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
    .section .wrap .l_box .l_box_list {
        padding: 0 15px;
    }
    .section .wrap .l_box .l_box_list a {
        height: 40px;
        font-size: 13px;
    }
    .section .wrap .r_box {
        width: 100%;
        margin: 25px 0 0;
        padding: 25px 20px;
        border-radius: 8px;
    }
    .section .wrap .r_box .r_box_title {
        font-size: 16px;
        padding: 0 0 15px;
        margin-bottom: 15px;
    }
    .section .wrap .r_box .r_box_content h5 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .section .wrap .r_box .r_box_content p {
        font-size: 13px;
        line-height: 2;
    }
    .section .wrap .r_box a {
        gap: 10px;
        height: 36px;
        border-radius: 18px;
        padding: 0 15px;
    }
    .section .wrap .r_box a p {
        font-size: 13px;
    }
    .section .wrap .r_box a img {
        width: 10px;
    }
}
