.modular1 .wrap .item {
    height: 615rem;
}

.wrap1440 {
    max-width: 1440rem;
}

.site_banner .wrap {
    width: 90%;
}

.modular3 .left {
    overflow: hidden;
    width: 950rem;
}

.modular3 .right {
    padding-left: 240rem;
}
.modular3 .ue .info .title{
    margin-top: 30rem;
    margin-bottom: 0;
}
.modular8 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50rem;
}

.modular8 .title {
    font-size: var(--font-size-60);
    text-align: center;
    margin-bottom: 60rem;
    font-weight: 200;
    color: var(--vi-color);
}

.modular8 .list .item {
    position: relative;
    overflow: hidden;
}

.modular8 .list .item .bg-multiply {
    height: 450rem;
    transition: .5s;
    background-size: cover;
    background-position: center center;
}

.modular8 .list .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 30rem 40rem;
    font-weight: bold;
    font-size: var(--font-size-24);
    z-index: 1;
    box-sizing: border-box;
}

.modular8 .btns {
    margin-top: 40rem;
    text-align: center;
}

.modular8.modular .worm-button a {
    min-width: 0;
}

.modular9 .title {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 60rem;
    font-size: var(--font-size-40);
    color: #9d9d9d;
    font-weight: 100;
    gap: 1em;
    line-height: 1;
}

.modular9 .title .item.on {
    font-size: var(--font-size-60);
    color: var(--vi-color);
}

.modular9.modular .worm-button a {
    min-width: 0;
}

.modular9 .dropdown {
    color: #000000;
    width: 100%;
    font-size: var(--font-size-18);
}

.modular9 .dropdown .dropdown-toggle {
    display: flex;
}

.modular9 .dropdown .dropdown-toggle .tag {
    flex: 1;
}

.modular9 .condition {
    display: flex;
    gap: 20rem;
    margin: 80rem 0;
}
.modular9 .table{
    margin-bottom: 40rem;
}

.modular{
    padding: 100rem 0;
}

.modular9 .condition .item {
    flex: 1;
}

.modular9 .condition .item:last-child {
    width: 100rem;
    flex: none;
}

.modular9 .table .th {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.modular9 .table .th,
.modular9 .table .td .list {
    display: grid;
    grid-template-columns: 300rem 1fr 1fr 240rem;
    font-size: var(--font-size-18);
}

.modular9 .table .td.on .list {
    background: var(--vi-color);
    color: #fff;
}

.modular9 .table .td.on .list .item a.open {
    color: #fff;
}

.modular9 .table .td .list .item a.open i {
    display: inline-block;
    transform: rotate(180deg);
    transition: .5s;
}

.modular9 .table .td.on .list .item a.open i {
    transform: rotate(0deg);
}

.modular9 .table .td.on {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20rem;
}

.modular9 .table .th .item,
.modular9 .table .td .list .item {
    text-align: left;
}

.modular9 .table .th .item+.item,
.modular9 .table .td .list .item+.item {
    text-align: center;
}

.modular9 .table .th .item:last-child,
.modular9 .table .td .list .item:last-child {
    text-align: right;
}

.modular9 .table .th .item,
.modular9 .table .td .list .item {
    padding: 20rem 60rem;
}

.modular9 .table .td:nth-child(2n+1) {
    background: #f5f5f5;
}

.modular9 .table .td .content {
    padding: 50rem;
    font-size: var(--font-size-18);
    display: none;
}

.modular9 .table .td .content .info {
    padding-bottom: 30rem;
    margin-bottom: 40rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20rem 200rem;
    border-bottom: 1px solid #e7eaf1;
}

.modular9 .table .td .content .body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60rem;
    margin-bottom: 40rem;
}

.modular9 .table .td .content .body .tit {
    margin-bottom: 1em;
}

.modular9 .table .td .content .body .text {
    line-height: 1.8;
    font-size: var(--font-size-16);
    color: #656565;
}

@media screen and (min-width: 1024px) {
    .modular9 .table .td .list .item a:hover {
        color: var(--vi-color);
    }
}

@media screen and (max-width: 1023px) {
    .wrap1440 {
        margin: auto;
    }

    .modular9 .table .th,
    .modular9 .table .td .list {
        grid-template-columns: repeat(4, 1fr);
    }

    .modular9 .table .th .item,
    .modular9 .table .td .list .item {
        padding: 30rem 40rem;
    }

    .modular3 .right {
        padding-left: 80rem;
    }

    .modular3 .left {
        width: 100%;
    }

    .modular8 .list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .modular9 .table .td .content .info {
        padding-bottom: 30rem;
        margin-bottom: 40rem;
        display: flex;
        flex-wrap: wrap;
        gap: 20rem 50rem;
        border-bottom: 1px solid #e7eaf1;
    }

    .modular8 .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .modular9 .table .th,
    .modular9 .table .td .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .modular9 .table .th .item:nth-child(3),
    .modular9 .table .td .list .item:nth-child(3) {
        display: none;
    }

    .modular9 .condition {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .modular9 .table .td .content .body {
        grid-template-columns: repeat(1, 1fr);
    }
}