.common_banner {
    height: unset;
}

.common_banner .banner_text {
    text-align: center;
    top: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.common_banner .banner_text .label {
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}

.common_banner .banner_text .banner_top_title {
    text-transform: capitalize;
    color: #FFF;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 700;
}

.common_banner .banner_list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    bottom: 57px;
    position: absolute;
    z-index: 3;
}

.common_banner .banner_list:after {
    content: "";
    width: 1100px;
    height: 1px;
    border-top: 1px dashed #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
}

.common_banner .banner_list .item {
    width: 345px;
    position: relative;
    z-index: 3;
}

.common_banner .banner_list .item .sort {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
}

.common_banner .banner_list .item .dian {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 25px;
}

.common_banner .banner_list .item .item_box {
    padding: 42px 24px 29px 37px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20.25px);
}

.common_banner .banner_list .item .item_box .item_title {
    font-family: 'Inter m';
    font-weight: 500;
    color: #1B2F48;
    font-size: 20px;
}

.common_banner .banner_list .item .item_box .item_des {
    color: #1B2F48;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 0;
}

.section {
    background: #F5F5F6;
    overflow: unset;
}

.section .wrap {
    padding: 116px 0 180px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section .wrap .l_box {
    width: 343px;
    position: sticky;
    top: 100px;
}

.section .wrap .l_box .l_box_links {
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    padding: 34px 12px 43px;
}

.section .wrap .l_box .l_box_links .title {
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 40px;
    font-weight: 500;
    padding: 0 0 19px;
    border-bottom: 1px solid #828D9B;
    width: 263px;
    margin: 0 auto 22px;
}

.section .wrap .l_box .l_box_links .l_box_links_list {
    max-height: 510px;
    overflow-y: auto;
    width: 100%;
}

.section .wrap .l_box .l_box_links .l_box_links_list .item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 0 0 31px;
    height: 60px;
    border-radius: 8px;
    transition: 0.6s;
    cursor: pointer;
}

.section .wrap .l_box .l_box_links .l_box_links_list .item .num {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: 0.6s;
}

.section .wrap .l_box .l_box_links .l_box_links_list .item .item_p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: 0.6s;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .l_box .l_box_links .l_box_links_list .item:hover, .section .wrap .l_box .l_box_links .l_box_links_list .item.on {
    background: #10253F;
}

.section .wrap .l_box .l_box_links .l_box_links_list .item:hover .num, .section .wrap .l_box .l_box_links .l_box_links_list .item:hover .item_p, .section .wrap .l_box .l_box_links .l_box_links_list .item.on .num, .section .wrap .l_box .l_box_links .l_box_links_list .item.on .item_p {
    color: #FFFFFF;
}

.section .wrap .l_box .l_box_links .l_box_links_list .item:not(:last-child) {
    margin-bottom: 4px;
}

.section .wrap .l_box .pdf {
    margin: 21px 0 0;
    width: 100%;
}

.section .wrap .l_box .pdf a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 36px 30px 44px;
    border-radius: 20px;
    background: #FFF;
}

.section .wrap .l_box .pdf a p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.section .wrap .l_box .pdf a .icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #10253F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .l_box .pdf a .icon img {
    display: block;
    width: 24px;
}

.section .wrap .r_box {
    width: 1077px;
    border-radius: 20px 20px 0 0;
    background: #FFF;
    padding: 58px 85px 116px 72px;
}

.section .wrap .r_box .r_box_top {
    color: #000;
    font-family: 'Inter m';
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
}

.section .wrap .r_box .r_box_top:after {
    content: "";
    width: 2px;
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: -28px;
    background: #10253F;
}

.section .wrap .r_box .r_box_top * {
    font-family: 'Inter m';
}

.section .wrap .r_box .r_box_content .r_box_part {
    padding: 70px 0 39px;
    border-bottom: 1px solid #EEE;
}

.section .wrap .r_box .r_box_content .r_box_part:nth-last-child(1) {
    border-bottom: none;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_title {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 37px;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_title .sort {
    width: 43px;
    color: #10253F;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_title h3 {
    font-family: 'Inter m';
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_p {
    padding: 0 15px 0 73px;
    color: #405165;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_p ul li {
    padding: 0 0 0 25px;
    position: relative;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_p ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #405165;
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_p h5 {
    color: #405165;
    font-family: 'Inter m';
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.section .wrap .r_box .r_box_content .r_box_part .r_box_part_p h4 {
    color: #000;
    font-family: 'Inter m';
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
}

.common_bottom {
    padding: 85px 0 60px;
    background: #F1F1F1;
}

.common_bottom .title {
    color: #000;
    font-family: 'Inter m';
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.common_bottom .des {
    text-align: center;
    color: #405165;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.common_bottom .more_btn {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 53px;
    border-radius: 9px;
    background: #005F6A;
    padding: 0 52px;
    width: fit-content;
    margin: 0 auto;
}

.common_bottom .more_btn p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 1919px) {
    .common_banner .banner_text {
        top: 7.8125vw;
    }

    .common_banner .banner_text .label {
        font-size: 1.0416666667vw;
        margin-bottom: 0.2604166667vw;
    }

    .common_banner .banner_text .banner_top_title {
        font-size: 2.5vw;
    }

    .common_banner .banner_list {
        gap: 1.0416666667vw;
        bottom: 2.96875vw;
    }

    .common_banner .banner_list::after {
        width: 57.2916666667vw;
        top: 2.34375vw;
    }

    .common_banner .banner_list .item {
        width: 17.96875vw;
    }

    .common_banner .banner_list .item .sort {
        font-size: 0.9375vw;
        margin-bottom: 0.8333333333vw;
    }

    .common_banner .banner_list .item .dian {
        width: 0.9375vw;
        height: 0.9375vw;
        margin: 0px auto 1.3020833333vw;
    }

    .common_banner .banner_list .item .item_box {
        padding: 2.1875vw 1.25vw 1.5104166667vw 1.9270833333vw;
        border-radius: 1.0416666667vw;
        backdrop-filter: blur(1.0546875vw);
    }

    .common_banner .banner_list .item .item_box .item_title {
        font-size: 1.0416666667vw;
    }

    .common_banner .banner_list .item .item_box .item_des {
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .section .wrap {
        padding: 6.0416666667vw 0px 9.375vw;
    }

    .section .wrap .l_box {
        width: 17.8645833333vw;
        top: 5.2083333333vw;
    }

    .section .wrap .l_box .l_box_links {
        border-radius: 1.0416666667vw;
        padding: 1.7708333333vw 0.625vw 2.2395833333vw;
    }

    .section .wrap .l_box .l_box_links .title {
        font-size: 2.0833333333vw;
        padding: 0px 0px 0.9895833333vw;
        width: 13.6979166667vw;
        margin: 0px auto 1.1458333333vw;
    }

    .section .wrap .l_box .l_box_links .l_box_links_list {
        max-height: 26.5625vw;
    }

    .section .wrap .l_box .l_box_links .l_box_links_list .item {
        gap: 1.3020833333vw;
        padding: 0px 0px 0px 1.6145833333vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
    }

    .section .wrap .l_box .l_box_links .l_box_links_list .item .num {
        font-size: 0.7291666667vw;
    }

    .section .wrap .l_box .l_box_links .l_box_links_list .item .item_p {
        font-size: 0.7291666667vw;
        width: 11.4583333333vw;
    }

    .section .wrap .l_box .l_box_links .l_box_links_list .item:not(:last-child) {
        margin-bottom: 0.2083333333vw;
    }

    .section .wrap .l_box .pdf {
        margin: 1.09375vw 0px 0px;
    }

    .section .wrap .l_box .pdf a {
        padding: 1.5625vw 1.875vw 1.5625vw 2.2916666667vw;
        border-radius: 1.0416666667vw;
    }

    .section .wrap .l_box .pdf a p {
        font-size: 0.7291666667vw;
    }

    .section .wrap .l_box .pdf a .icon {
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
    }

    .section .wrap .l_box .pdf a .icon img {
        width: 1.25vw;
    }

    .section .wrap .r_box {
        width: 56.09375vw;
        border-radius: 1.0416666667vw 1.0416666667vw 0px 0px;
        padding: 3.0208333333vw 4.4270833333vw 6.0416666667vw 3.75vw;
    }

    .section .wrap .r_box .r_box_top {
        font-size: 1.1458333333vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .r_box .r_box_top::after {
        width: 0.1041666667vw;
        height: calc(100% - 0.4166666667vw);
        top: 0.2083333333vw;
        left: -1.4583333333vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part {
        padding: 3.6458333333vw 0px 2.03125vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_title {
        gap: 1.4583333333vw;
        margin-bottom: 1.9270833333vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_title .sort {
        width: 2.2395833333vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_title h3 {
        font-size: 1.875vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p {
        padding: 0px 0.78125vw 0px 3.8020833333vw;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p ul li {
        padding: 0px 0px 0px 1.3020833333vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p ul li::after {
        width: 0.3125vw;
        height: 0.3125vw;
        top: 0.625vw;
        left: 0.5208333333vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p h5 {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p h4 {
        font-size: 1.1458333333vw;
        line-height: 1.6666666667vw;
        margin-bottom: 0.5208333333vw;
    }

    .common_bottom {
        padding: 4.4270833333vw 0px 3.125vw;
    }

    .common_bottom .title {
        font-size: 2.1875vw;
        margin-bottom: 0.78125vw;
    }

    .common_bottom .des {
        font-size: 0.9375vw;
        margin-bottom: 2.0833333333vw;
    }

    .common_bottom .more_btn {
        gap: 0.625vw;
        height: 2.7604166667vw;
        border-radius: 0.46875vw;
        padding: 0px 2.7083333333vw;
    }

    .common_bottom .more_btn p {
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner {
        height: 100vh;
    }

    .common_banner .img {
        height: 100%;
    }

    .common_banner .img img {
        height: 100%;
    }

    .common_banner .banner_list {
        bottom: 20px;
        width: 90%;
        left: 5vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .common_banner .banner_list .item {
        width: 100%;
    }

    .common_banner .banner_list .item .sort {
        display: none;
    }

    .common_banner .banner_list .item .dian {
        display: none;
    }

    .common_banner .banner_list .item .item_box {
        height: 100%;
        width: 100%;
        border-radius: 8px;
        padding: 10px;
    }

    .common_banner .banner_list .item .item_box h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .common_banner .banner_list .item .item_box .item_title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .common_banner .banner_list .item .item_box .item_des {
        font-size: 13px;
        line-height: 1.4;
    }

    .common_banner .banner_list:after {
        display: none;
    }

    .common_banner .banner_text {
        top: 100px;
    }

    .common_banner .banner_text .label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .common_banner .banner_text .banner_top_title {
        font-size: 20px;
    }

    .section {
        padding: 30px 0 80px;
    }


    .section .wrap .l_box {
        width: 100%;
        margin: 20px 0 0;
    }

    .section .wrap {
        padding-bottom: 0;
        flex-direction: column-reverse;
    }

    .section .wrap .l_box .pdf a {
        padding: 15px;
        border-radius: 8px;
    }

    .section .wrap .l_box .pdf a p {
        font-size: 14px;
    }

    .section .wrap .l_box .l_box_links {
        display: none;
    }

    .section .wrap .l_box .pdf a .icon {
        width: 36px;
        height: 36px;
        border-radius: 4px;
    }

    .section .wrap .l_box .pdf a .icon img {
        width: 22px;
    }

    .section .wrap .r_box {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
    }

    .section .wrap .r_box .r_box_top {
        font-size: 14px;
        line-height: 1.4;
    }

    .section .wrap .r_box .r_box_content .r_box_part {
        padding: 30px 0;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_title {
        gap: 10px;
        margin-bottom: 20px;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_title .sort {
        font-size: 14px;
        width: 20px;
        line-height: 16px;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_title h3 {
        width: calc(100% - 30px);
        font-size: 16px;
        line-height: 16px;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p {
        padding: 0 0 0 30px;
        font-size: 13px;
        line-height: 1.6;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p ul li {
        padding: 0 0 0 12px;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p ul li:after {
        width: 4px;
        height: 4px;
        left: 2px;
        top: 8px;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p h4 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .section .wrap .r_box .r_box_content .r_box_part .r_box_part_p h5 {
        font-size: 13px;
        line-height: 1.6;
    }

    .common_bottom {
        padding: 50px 5vw;
    }

    .common_bottom .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .common_bottom .des {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .common_bottom .des br {
        display: none;
    }

    .common_bottom .more_btn {
        height: 38px;
        border-radius: 4px;
        padding: 0 20px;
        gap: 10px;
    }

    .common_bottom .more_btn p {
        font-size: 13px;
    }

    .common_bottom .more_btn img {
        width: 16px;
    }
}
