.common_banner .text {
    width: 530px;
}

.section {
    padding: 116px 0 150px;
}

.section .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    margin-bottom: 39px;
    text-transform: uppercase;
}

.section .wrap .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section .wrap .box .l_box {
    width: 300px;
    position: sticky;
    top: 120px;
}

.section .wrap .box .l_box .item .block {
    position: relative;
    display: flex;
    align-items: center;
}

.section .wrap .box .l_box .item .block:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #00AAEC;
    border-radius: 50%;
    left: -10px;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .box .l_box .item .block a {
    font-family: 'Montserrat R';
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    transition: 0.6s;
}

.section .wrap .box .l_box .item .none {
    padding: 0 0 0 22px;
    display: none;
}

.section .wrap .box .l_box .item .none a {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    color: black;
    line-height: 40px;
    position: relative;
}

.section .wrap .box .l_box .item .none a:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #00AAEC;
    border-radius: 50%;
    left: -11px;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .box .l_box .item .none a:hover, .section .wrap .box .l_box .item .none a.on {
    color: #00AAEC;
}

.section .wrap .box .l_box .item .none a:hover:after, .section .wrap .box .l_box .item .none a.on:after {
    opacity: 1;
}

.section .wrap .box .l_box .item:hover .block a, .section .wrap .box .l_box .item.item_active .block a {
    color: #00AAEC;
}

.section .wrap .box .l_box .item:hover .block:after, .section .wrap .box .l_box .item.item_active .block:after {
    opacity: 1;
}

.section .wrap .box .r_box {
    width: 1110px;
}

.section .wrap .box .r_box .item {
    position: relative;
    width: 100%;
    height: 501px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 91px 0 63px;
}

.section .wrap .box .r_box .item .item_l {
    width: 480px;
}

.section .wrap .box .r_box .item .item_l .item_l_top {
    margin-bottom: 110px;
}

.section .wrap .box .r_box .item .item_l .item_l_top .en {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
}

.section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des {
    display: flex;
    gap: 22px;
    align-items: center;
}

.section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .sort {
    font-family: 'Montserrat M';
    line-height: 1;
    font-weight: 500;
    font-size: 60px;
    color: transparent;
    text-stroke: 1px #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #000000;
    position: relative;
}

.section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .sort:after {
    content: "";
    width: 1px;
    height: 45px;
    background: #000000;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.section .wrap .box .r_box .item .item_l .item_l_bottom {
    width: 480px;
}

.section .wrap .box .r_box .item .item_l .item_l_bottom .h5 {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.section .wrap .box .r_box .item .item_l .item_l_bottom .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin: 23px 0 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .box .r_box .item .item_r {
    width: 400px;
}

.section .wrap .box .r_box .item .item_r img {
    display: block;
    transition: 3s;
}

.section .wrap .box .r_box .item:hover .item_r img {
    transform: scale(1.1);
}

.section .wrap .box .r_box .item:not(:last-child) {
    margin-bottom: 30px;
}

.section .wrap .box .r_box1 {
    width: 1110px;
}

.section .wrap .box .r_box1 .item {
    position: relative;
    width: 100%;
    height: 501px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 91px 0 63px;
}

.section .wrap .box .r_box1 .item .item_l {
    width: 375px;
}

.section .wrap .box .r_box1 .item .item_l .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 20px;
}

.section .wrap .box .r_box1 .item .item_l .p {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.section .wrap .box .r_box1 .item:not(:last-child) {
    margin-bottom: 30px;
}

.section .wrap .box .r_box2 {
    width: 1140px;
}

.section .wrap .box .r_box2 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section .wrap .box .r_box2 .list .item {
    display: block;
    width: 360px;
    background: #F2F3F5;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.section .wrap .box .r_box2 .list .item .item_bottom {
    padding: 27px 32px 36px;
}

.section .wrap .box .r_box2 .list .item .item_bottom .h5 {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.section .wrap .box .r_box2 .list .item .item_bottom .p {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .box .r_box2 .list .item .img {
    width: 100%;
    height: 246px;
    overflow: hidden;
    position: relative;
}

.section .wrap .box .r_box2 .list .item .img:after {
    content: "";
    width: 100%;
    height: 51px;
    background: linear-gradient(180deg, rgba(242, 243, 245, 0), #F2F3F5);
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.section .wrap .box .r_box2 .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .box .r_box2 .list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .box .r_box2 .list .item:hover .h5 {
    color: #00AAEC;
}

.page {
    margin: 40px 0 0;
}


@media screen and (max-width: 1919px) {
    .common_banner .text {
        width: 27.6041666667vw;
    }

    .section {
        padding: 6.0416666667vw 0px 7.8125vw;
    }

    .section .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 2.03125vw;
    }

    .section .wrap .box .l_box {
        width: 15.625vw;
        top: 6.25vw;
    }

    .section .wrap .box .l_box .item .block::after {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        left: -0.5208333333vw;
    }

    .section .wrap .box .l_box .item .block a {
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }

    .section .wrap .box .l_box .item .none {
        padding: 0px 0px 0px 1.1458333333vw;
    }

    .section .wrap .box .l_box .item .none a {
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }

    .section .wrap .box .l_box .item .none a::after {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        left: -0.5729166667vw;
    }

    .section .wrap .box .r_box {
        width: 57.8125vw;
    }

    .section .wrap .box .r_box .item {
        height: 26.09375vw;
        border-radius: 0.5208333333vw;
        padding: 0px 4.7395833333vw 0px 3.28125vw;
    }

    .section .wrap .box .r_box .item .item_l {
        width: 25vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_top {
        margin-bottom: 5.7291666667vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_top .en {
        font-size: 3.125vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des {
        gap: 1.1458333333vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .p {
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .sort {
        font-size: 3.125vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .sort::after {
        height: 2.34375vw;
        right: -0.625vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_bottom {
        width: 25vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_bottom .h5 {
        font-size: 0.9375vw;
    }

    .section .wrap .box .r_box .item .item_l .item_l_bottom .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 1.1979166667vw 0px 0px;
    }

    .section .wrap .box .r_box .item .item_r {
        width: 20.8333333333vw;
    }

    .section .wrap .box .r_box .item:not(:last-child) {
        margin-bottom: 1.5625vw;
    }

    .section .wrap .box .r_box1 {
        width: 57.8125vw;
    }

    .section .wrap .box .r_box1 .item {
        height: 26.09375vw;
        border-radius: 0.5208333333vw;
        padding: 0px 4.7395833333vw 0px 3.28125vw;
    }

    .section .wrap .box .r_box1 .item .item_l {
        width: 19.53125vw;
    }

    .section .wrap .box .r_box1 .item .item_l .h5 {
        font-size: 1.875vw;
        line-height: 2.0833333333vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .box .r_box1 .item .item_l .p {
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }

    .section .wrap .box .r_box1 .item:not(:last-child) {
        margin-bottom: 1.5625vw;
    }

    .section .wrap .box .r_box2 {
        width: 59.375vw;
    }

    .section .wrap .box .r_box2 .list {
        gap: 1.5625vw;
    }

    .section .wrap .box .r_box2 .list .item {
        width: 18.75vw;
        border-radius: 0px 0px 0.5208333333vw 0.5208333333vw;
    }

    .section .wrap .box .r_box2 .list .item .item_bottom {
        padding: 1.40625vw 1.6666666667vw 1.875vw;
    }

    .section .wrap .box .r_box2 .list .item .item_bottom .h5 {
        font-size: 0.9375vw;
    }

    .section .wrap .box .r_box2 .list .item .item_bottom .p {
        margin: 0.5208333333vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .section .wrap .box .r_box2 .list .item .img {
        height: 12.8125vw;
    }

    .section .wrap .box .r_box2 .list .item .img::after {
        height: 2.65625vw;
    }

    .page {
        margin: 2.0833333333vw 0px 0px;
    }
}


@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 60px;
    }
    .section .wrap .title {
        font-size: 22px;
        margin: 0 0 25px;
    }
    .section .wrap .box {
        display: block;
    }
    .section .wrap .box .l_box .item {
        border-bottom: 1px solid #cccccc;
    }
    .section .wrap .box .l_box .item .block a {
        font-size: 15px;
        line-height: 40px;
    }
    .section .wrap .box .l_box {
        width: 100%;
        position: unset;
    }
    .section .wrap .box .l_box .item .block::after {
        width: 4px;
        height: 4px;
        left: -10px;

    }
    .section .wrap .box .l_box .item .none {
        padding: 0 0 0 20px;
    }
    .section .wrap .box .l_box .item .none a {
        font-size: 14px;
        line-height: 2;
    }
    .section .wrap .box .r_box {
        width: 100%;
        margin: 40px 0 0;
        gap: 40px;
    }
    .section .wrap .box .r_box .item {
        flex-direction: column-reverse;
        height: unset;
        padding: 30px 40px;
        border-radius: 8px;
    }
    .section .wrap .box .r_box .item .item_l {
        width: 100%;
        margin: 30px 0 0;
    }
    .section .wrap .box .r_box .item .item_r {
        width: 100%;
    }
    .section .wrap .box .r_box .item .item_l .item_l_top .en {
        font-size: 18px;
    }
    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des {
        gap: 20px;
    }
    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .sort::after {
        height: 14px;
        right: -10px;
    }
    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .p {
        font-size: 14px;
        line-height: 1;
    }
    .section .wrap .box .r_box .item .item_l .item_l_top {
        margin-bottom: 25px;
    }
    .section .wrap .box .r_box .item .item_l .item_l_bottom .h5 {
        font-size: 15px;
    }
    .section .wrap .box .r_box .item .item_l .item_l_bottom {
        width: 100%;
    }
    .section .wrap .box .r_box .item .item_l .item_l_bottom .p {
        font-size: 14px;
        margin: 15px 0 0;
        line-height: 1.4;
    }
    .section .wrap .box .r_box .item .item_l .item_l_top .item_l_top_des .sort {
        font-size: 18px;
    }
    .section .wrap .box .r_box1 {
        width: 100%;
        margin: 50px 0 0;
        gap: 40px;
    }
    .section .wrap .box .r_box1 .item {
        height: 42vw;
        border-radius: 6px;
    }
    .section .wrap .box .r_box1 .item .item_l {
        width: 39vw;
    }
    .section .wrap .box .r_box1 .item .item_l .h5 {
        font-size: 15px;
        line-height: 1.2;
    }
    .section .wrap .box .r_box1 .item .item_l .p {
        font-size: 13px;
        line-height: 1.4;
        margin: 10px 0 0;
    }
    .section .wrap .box .r_box .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .section .wrap .box .r_box1 .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .section .wrap .box .r_box2 {
        width: 100%;
        margin: 40px 0 0;
    }
    .section .wrap .box .r_box2 .list {
        gap: 30px 0;
        justify-content: space-between;
    }
    .section .wrap .box .r_box2 .list .item {
        width: 100%;
        border-radius: 0px 0px 4px 4px;
    }
    .section .wrap .box .r_box2 .list .item .img {
        height: 60vw;
    }
    .section .wrap .box .r_box2 .list .item .item_bottom {
        padding: 15px 10px;
    }
    .section .wrap .box .r_box2 .list .item .item_bottom .h5 {
        font-size: 15px;
    }
    .section .wrap .box .r_box2 .list .item .item_bottom .p {
        margin: 15px 0 0;
        font-size: 13px;
        line-height: 1.4;
    }
}
