.section {
    background: linear-gradient(180deg, #F0F5FF 0%, #F7F7F8 100%);
    padding: 128px 0 120px;
}

.section .wrap {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 5px 10px 0 rgba(4, 84, 244, 0.03);
    padding: 0px 0px 64px;
}

.section .wrap h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.section .wrap .time {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.section .wrap .content {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    margin: 20px 0 0;
}

.section .wrap .content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.section .wrap .content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.section .wrap .content a {
    color: #0454F4;
    text-decoration: underline;
}

.section .wrap .sec_top {
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.section .wrap .sec_top .item {
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    position: relative;
    font-weight: 500;
    transition: 0.6s;
    cursor: pointer;
}

.section .wrap .sec_top .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0454F4;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transition: 0.6s;
}

.section .wrap .sec_top .item.on, .section .wrap .sec_top .item:hover {
    color: #0454F4;
}

.section .wrap .sec_top .item.on:after, .section .wrap .sec_top .item:hover:after {
    transform: scaleX(1);
}

.section .wrap .part {
    display: none;
}

.section .wrap .part_box {
    padding: 50px 40px;
}

.section .wrap .part.on {
    display: block;
}

@media screen and (max-width: 1919px) {
    .section {
        padding: 6.6666666667vw 0px 6.25vw;
    }

    .section .wrap {
        border-radius: 0.625vw;
        box-shadow: rgba(4, 84, 244, 0.03) 0px 0.2604166667vw 0.5208333333vw 0px;
        padding: 0px 0px 3.3333333333vw;
    }

    .section .wrap h1 {
        font-size: 1.6666666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .time {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content {
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }

    .section .wrap .content h2 {
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }

    .section .wrap .content h3 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }

    .section .wrap .sec_top {
        padding: 0px 2.0833333333vw;
        gap: 1.5625vw;
    }

    .section .wrap .sec_top .item {
        padding: 1.0416666667vw 0px;
        font-size: 0.8333333333vw;
    }

    .section .wrap .sec_top .item::after {
        height: 0.1041666667vw;
    }

    .section .wrap .part_box {
        padding: 2.6041666667vw 2.0833333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .section {
        padding: 100px 0 40px;
    }
    .section .wrap .sec_top {
        gap: 25px;
        padding: 0 20px;
    }
    .section .wrap .sec_top .item {
        font-size: 16px;
        padding: 20px 0;
    }
    .section .wrap .part_box {
        padding: 30px 20px;
    }
    .section .wrap {
        border-radius: 10px;
    }
    .section .wrap .content {
        font-size: 14px;
        margin: 15px 0 0;
    }
    .section .wrap .time {
        font-size: 14px;
    }
    .section .wrap .content h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .section .wrap .content h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 80px 0 40px;
    }
    .section .wrap .time {
        font-size: 13px;
    }
    .section .wrap .content {
        font-size: 13px;
    }
    .section .wrap .content h2 {
        font-size: 14px;
    }
    .section .wrap .content h3 {
        font-size: 14px;
    }
}
