main {
    flex: 1;
    width: 90%;
    margin: 0 auto;
    background: #fff;
}

.list-one {
    background: #eef0f5;
    padding: 0 40px 40px 40px;
}

main h4 {
    padding: 20px 0 30px 0;
    font-size: 20px;
    color: #0f1e8c;
}

.list-two {
    padding: 40px;
}

.two-big-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.two-box {
    width: 13.3%;
    position: relative;
    cursor: pointer;
}

.two-img {
    transition: all 0.5s ease;
}

.two-img::before {
    padding-top: 150%;
}

.two-img img {
    display: block;
    object-fit: cover;
}

.two-box:hover .two-img {
    transform: scale(1.1);
}

.two-box:hover .two-txt {
    z-index: 1;
    transform: scale(1.1);
}

.two-txt {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    background: #0A145AE6;
    color: #fff;
    position: absolute;
    font-size: 14px;
    bottom: -11px;
    z-index: -1;
    transition: all 0.5s ease;
    padding: 10px 0;
}

.list-three {
    padding: 40px;
}

.none {
    display: none;
}

.three-big-box {
    display: flex;
    justify-content: space-between;
}

.three-left {
    width: 50%;
    position: sticky;
    margin-bottom: auto;
    top: 80px;
}

.three-left-img::before {
    padding-top: 56%;
}

.three-left-txt {
    padding: 20px 0;
    font-size: 22px;
    color: #0f1e8c;
    font-weight: 600;
}

.three-left-bot-txt {
    margin-top: 20px;
    font-size: 14px;
    color: #5c6e85;
}

.three-right {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.three-right-box {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}

.three-right-img {
    width: 50%;
}

.three-right-img::before {
    padding-top: 56%;
}

.three-right-txt {
    flex: 1;
    padding-left: 10px;
    padding-left: 20px;
    color: #2638c4;
    font-weight: 600;
}

.three-right-bot-txt {
    font-size: 14px;
    color: #5c6e85;
    margin-top: 20px;
}

.list-fore {
    padding: 40px;
    background: #eef0f5;
}

.fore-img::before {
    padding-top: 56%;
}

.fore-big-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

@media screen and (min-width:770px) {
    .fore-box {
        width: calc((100% - 45px) / 4);
    }

    .five-bot-box {
        width: calc((100% - 40px) / 3);
    }
}

@media screen and (max-width:769px) {}

.fore-txt {
    padding: 10px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}

.fore-txt-one {
    margin: 20px 0;
    font-size: 14px;
    color: #5c6e85;
}

.fore-txt-two {
    margin: 20px 0;
    font-size: 22px;
    color: #2638c4;
}

.fore-txt-three {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.list-five {
    padding: 40px;
}

.five-top {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.five-top-box {
    width: 49%;
}

.five-top-txt,
.five-bot-txt,
.five-top-txt-one:nth-child(1),
.five-top-txt-one:nth-child(2) {
    padding: 10px 0;
    color: #2638c4;
    font-size: 22px;
    font-weight: 600;
}

.five-top-txt-two {
    font-size: 14px;
    color: #5c6e85;
    margin-bottom: 10px;
}

.five-top-txt-one,
.five-bot-txt-two {
    font-size: 14px;
    color: #5c6e85;
    margin-bottom: 10px;
}

.five-bot-txt-two {
    margin-top: 10px;
}

.five-bot {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.five-top-img::before,
.five-bot-img::before {
    padding-top: 56%;
}

@media (max-width:999px) {
    main {
        width: 98%;
        margin: 0 auto;
    }

    .list-one,
    .list-two,
    .list-three,
    .list-fore,
    .list-five {
        padding: 0 15px 20px;
    }

    .one-big-box,
    .three-big-box,
    .fore-big-box,
    .five-top,
    .five-bot {
        flex-direction: column;
    }

    .one-box {
        width: 100%;
    }

    .two-big-box {
        flex-wrap: wrap;
    }

    .two-box {
        width: 48%;
        margin-bottom: 20px;
    }

    .none {
        display: block;
    }

    .two-txt {
        z-index: 1;
        bottom: 0;
    }

    .three-left {
        position: relative !important;
        top: 0;
    }

    .two-box:hover .two-img {
        transform: scale(1.0);
    }

    .two-box:hover .two-txt {
        transform: scale(1.0);
    }

    .three-left,
    .fore-box,
    .five-top-box,
    .five-bot-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .three-right-txt {
        font-size: 12px;
        padding-left: 8px;
    }

    .three-right {
        padding-left: 0;
    }

    .three-right-box {
        margin-bottom: 20px;
    }

    .three-right-top-txt {
        margin-bottom: 10px;
        font-size: 14px;
    }

}