.summary_img {
    width: 100%;
    height: 682px;
    margin-bottom: 60px;
}

.summary_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.school_summary .tabcard_list .grid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.tabcard_list .grid .listitem {
    width: 32%;
    height: 392px;
    margin-bottom: 40px;
    background-color: #fff;
    overflow: hidden;
}

.tabcard_list .grid .listitem:not(:nth-of-type(3n)) {
    margin-right: calc(4% / 2);
}

.tabcard_list .listitem .item_content {
    position: relative;
}

.tabcard_list .listitem .preview_img {
    width: 100%;
    height: 284px;
    overflow: hidden;
}
.tabcard_list .listitem .preview_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.tabcard_list .listitem .prev_content {
    width: 100%;
    height: 108px;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box;
}

.tabcard_list .listitem .prev_content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tabcard_list .listitem .prev_content p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tabcard_list .listitem .icon-arrow {
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    color: #BEBEBE;
    transition: all .4s;
}

.tabcard_list .listitem .outer_border {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.tabcard_list .listitem:hover .preview_img img {
    transform: scale(1.2);
}

.tabcard_list .listitem:hover .icon-arrow {
    color: #6A2686;
    right: 0;
}

.tabcard_list .listitem:hover .outer_border {
    width: 100%;
    height: 5px;
    background-color: #6A2686;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .summary_img {height: 610px;}
    .mainWrap {margin-top: -20px !important}
} 

.grid .listitem .icon-logo {
    font-size: 80px;
    color: rgba(106,38,134,0.05);
    position: absolute;
    right: -19px;
    bottom: -30px;
    z-index: 10;
}