@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
* {
    font-family: 微軟正黑體;
    letter-spacing: 1.5px;
}

a {
    text-decoration: none;
    color: black;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translate(0, -5%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes slide-fade1 {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes shakeleft {
    0% {
        opacity: 0.5;
        margin-left: -3%;
    }
    50% {
        margin-left: -5%;
        opacity: 1;
    }
    100% {
        opacity: 0.5;
        margin-left: -3%;
    }
}

@keyframes shakeright {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
    transition: all 0.5s ease;
}

.whiteFade-enter,
.whiteFade-leave-to {
    opacity: 0;
}

.whiteFade-enter-active {
    transition: all 1s ease;
}

.rightIn-enter {
    transform: translateX(10%);
    opacity: 0;
}

.rightIn-leave-to {
    opacity: 0;
}

.rightIn-enter-active {
    transition: all 0.8s ease;
}

.noEnterFade-enter,
.noEnterFade-leave-to {
    opacity: 0;
}

.noEnterFade-leave-active {
    transition: all 0.5s ease;
}

.noLeaveFade-enter,
.noLeaveFade-leave-to {
    opacity: 0;
}

.noLeaveFade-enter-active {
    transition: all 0.5s ease;
}

.loadingfade-leave-to {
    opacity: 0;
}

.loadingfade-leave-active {
    transition: all 0.5s ease;
}

.se {
    width: 97.5%;
    box-sizing: border-box;
}

.se .seTop {
    width: 100%;
    display: flex;
    flex-direction: row;
}

@media all and (max-width: 610px) {
    .se .seTop {
        display: flex;
        flex-direction: column;
    }
}

.se .seTop .name {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    box-sizing: border-box;
    padding: 1px 20px;
    border-right: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
}

@media all and (max-width: 900px) {
    .se .seTop .name {
        font-size: 18px;
        padding: 1.5px 10px;
    }
}

@media all and (max-width: 610px) {
    .se .seTop .name {
        border: none;
        justify-content: center;
    }
}

.se .seTop .tab {
    height: 100%;
    display: flex;
    flex-direction: row;
}

@media all and (max-width: 610px) {
    .se .seTop .tab {
        margin-top: 10px;
        justify-content: space-between;
        border-left: solid 1px #AAAAAA;
    }
}

.se .seTop .tab .tabname {
    font-size: 18px;
    box-sizing: border-box;
    padding: 2px 20px;
    border-right: solid 1px #AAAAAA;
    letter-spacing: 0.1vw;
    color: #AAAAAA;
}

@media all and (max-width: 900px) {
    .se .seTop .tab .tabname {
        font-size: 15px;
        padding: 3px 10px;
    }
}

@media all and (max-width: 610px) {
    .se .seTop .tab .tabname {
        font-size: 15px;
        padding: 0;
        text-align: center;
        flex: 1;
        font-size: 15px;
        letter-spacing: 1px;
        justify-content: center;
    }
}

.se .seTop .tab .tabname:hover {
    color: black;
}

.se .seTop .tab .tabname.active {
    color: black;
}

.se .seBottom {
    width: 100%;
    margin-top: 30px;
    min-height: 27vw;
    position: relative;
}

@media all and (max-width: 900px) {
    .se .seBottom {
        margin-top: 2vw;
    }
}

.se .seBottom .seNone {
    position: absolute;
    font-size: 3vw;
    font-weight: 800;
    top: 10vw;
    left: 50%;
    margin-left: -4%;
}

.se .seBottom .cardBlock {
    width: 100%;
    height: 40vw;
    display: flex;
    flex-direction: row;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock {
        display: flex;
        flex-direction: column;
        height: 331vw;
    }
}

.se .seBottom .cardBlock .card1 {
    width: 37.6%;
    margin-right: 0.8%;
    cursor: pointer;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card1 {
        width: 100%;
        height: 100vw;
    }
}

.se .seBottom .cardBlock .card1:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock .card1:hover .block .content {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.se .seBottom .cardBlock .card1 .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2.5vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card1 .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock .card1 .block .Title {
    position: absolute;
    font-size: 2vw;
    width: 85%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card1 .block .Title {
        width: 87%;
        font-size: 23px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock .card1 .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock .card1 .block .Title {
        height: 15.8%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock .card1 .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock .card1 .block .subTitle {
    position: absolute;
    width: 85%;
    top: 22%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card1 .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock .card1 .block .subTitle {
        top: 25%;
    }
}

.se .seBottom .cardBlock .card1 .block .content {
    width: 85%;
    position: absolute;
    top: 65%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    opacity: 1;
    transition: 0.5s;
}

@media all and (max-width: 1200px) {
    .se .seBottom .cardBlock .card1 .block .content {
        font-size: 1.2vw;
        letter-spacing: 0.2vw;
    }
}

@media all and (max-width: 900px) {
    .se .seBottom .cardBlock .card1 .block .content {
        line-height: 2.8vw;
        letter-spacing: 0.2vw;
        -webkit-line-clamp: 4;
        font-size: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card1 .block .content {
        width: 87%;
        font-size: 15px;
        line-height: 28px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock .card1 .block .content {
        height: 30%;
    }
}

.se .seBottom .cardBlock .card2 {
    width: 37.6%;
    margin-right: 0.8%;
    cursor: pointer;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card2 {
        width: 100%;
        height: 100vw;
        margin-top: 1.5vw;
    }
}

.se .seBottom .cardBlock .card2:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock .card2:hover .block .content {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.se .seBottom .cardBlock .card2 .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2.5vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card2 .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock .card2 .block .Title {
    position: absolute;
    font-size: 2vw;
    width: 85%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card2 .block .Title {
        width: 87%;
        font-size: 23px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock .card2 .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock .card2 .block .Title {
        height: 15.8%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock .card2 .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock .card2 .block .subTitle {
    position: absolute;
    width: 85%;
    top: 22%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card2 .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock .card2 .block .subTitle {
        top: 25%;
    }
}

.se .seBottom .cardBlock .card2 .block .content {
    width: 85%;
    position: absolute;
    top: 65%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    opacity: 1;
    transition: 0.5s;
}

@media all and (max-width: 1200px) {
    .se .seBottom .cardBlock .card2 .block .content {
        font-size: 1.2vw;
        letter-spacing: 0.2vw;
    }
}

@media all and (max-width: 900px) {
    .se .seBottom .cardBlock .card2 .block .content {
        line-height: 2.8vw;
        letter-spacing: 0.2vw;
        -webkit-line-clamp: 4;
        font-size: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card2 .block .content {
        width: 87%;
        font-size: 15px;
        line-height: 28px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock .card2 .block .content {
        height: 30%;
    }
}

.se .seBottom .cardBlock .card3 {
    width: 24.6%;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 {
        width: 100%;
        height: 130vw;
    }
}

.se .seBottom .cardBlock .card3 .cardtop {
    width: 100%;
    height: 50%;
    margin-bottom: 3.5%;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardtop {
        margin: 1.5vw 0 1.5vw 0;
    }
}

.se .seBottom .cardBlock .card3 .cardtop:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock .card3 .cardtop .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardtop .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock .card3 .cardtop .block .Title {
    position: absolute;
    font-size: 2vw;
    top: 52%;
    width: 80%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardtop .block .Title {
        font-size: 23px;
        top: 55%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock .card3 .cardtop .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardtop .block .Title {
        height: 28%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock .card3 .cardtop .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock .card3 .cardtop .block .subTitle {
    position: absolute;
    top: 82%;
    width: 90%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardtop .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock .card3 .cardtop .block .subTitle {
        top: 85%;
    }
}

.se .seBottom .cardBlock .card3 .cardBottom {
    width: 100%;
    height: 50%;
}

.se .seBottom .cardBlock .card3 .cardBottom:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock .card3 .cardBottom .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardBottom .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock .card3 .cardBottom .block .Title {
    position: absolute;
    font-size: 2vw;
    top: 52%;
    width: 80%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardBottom .block .Title {
        font-size: 23px;
        top: 55%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock .card3 .cardBottom .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardBottom .block .Title {
        height: 28%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock .card3 .cardBottom .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock .card3 .cardBottom .block .subTitle {
    position: absolute;
    top: 82%;
    width: 90%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock .card3 .cardBottom .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock .card3 .cardBottom .block .subTitle {
        top: 85%;
    }
}

.se .seBottom .cardBlock2 {
    width: 100%;
    height: 40vw;
    display: flex;
    flex-direction: row;
    margin-top: 0.8%;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 {
        display: flex;
        flex-direction: column;
        height: 331vw;
    }
}

.se .seBottom .cardBlock2 .card1 {
    width: 24.6%;
    margin-right: 0.8%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 {
        width: 100%;
        height: 130vw;
    }
}

.se .seBottom .cardBlock2 .card1 .cardtop {
    width: 100%;
    height: 50%;
    margin-bottom: 3.5%;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardtop {
        margin: 1.5vw 0 1.5vw 0;
    }
}

.se .seBottom .cardBlock2 .card1 .cardtop:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock2 .card1 .cardtop .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock2 .card1 .cardtop .block .Title {
    position: absolute;
    font-size: 2vw;
    top: 52%;
    width: 80%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block .Title {
        font-size: 23px;
        top: 55%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block .Title {
        height: 28%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock2 .card1 .cardtop .block .subTitle {
    position: absolute;
    top: 82%;
    width: 90%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card1 .cardtop .block .subTitle {
        top: 85%;
    }
}

.se .seBottom .cardBlock2 .card1 .cardBottom {
    width: 100%;
    height: 50%;
}

.se .seBottom .cardBlock2 .card1 .cardBottom:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock2 .card1 .cardBottom .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock2 .card1 .cardBottom .block .Title {
    position: absolute;
    font-size: 2vw;
    top: 52%;
    width: 80%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block .Title {
        font-size: 23px;
        top: 55%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block .Title {
        height: 28%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock2 .card1 .cardBottom .block .subTitle {
    position: absolute;
    top: 82%;
    width: 90%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card1 .cardBottom .block .subTitle {
        top: 85%;
    }
}

.se .seBottom .cardBlock2 .card2 {
    width: 37.6%;
    margin-right: 0.8%;
    cursor: pointer;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card2 {
        width: 100%;
        height: 100vw;
        margin-top: 1.5vw;
    }
}

.se .seBottom .cardBlock2 .card2:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock2 .card2:hover .block .content {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.se .seBottom .cardBlock2 .card2 .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2.5vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card2 .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock2 .card2 .block .Title {
    position: absolute;
    font-size: 2vw;
    width: 85%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card2 .block .Title {
        width: 87%;
        font-size: 23px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock2 .card2 .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card2 .block .Title {
        height: 15.8%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card2 .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock2 .card2 .block .subTitle {
    position: absolute;
    width: 85%;
    top: 22%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card2 .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card2 .block .subTitle {
        top: 25%;
    }
}

.se .seBottom .cardBlock2 .card2 .block .content {
    width: 85%;
    position: absolute;
    top: 65%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    opacity: 1;
    transition: 0.5s;
}

@media all and (max-width: 1200px) {
    .se .seBottom .cardBlock2 .card2 .block .content {
        font-size: 1.2vw;
        letter-spacing: 0.2vw;
    }
}

@media all and (max-width: 900px) {
    .se .seBottom .cardBlock2 .card2 .block .content {
        line-height: 2.8vw;
        letter-spacing: 0.2vw;
        -webkit-line-clamp: 4;
        font-size: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card2 .block .content {
        width: 87%;
        font-size: 15px;
        line-height: 28px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock2 .card2 .block .content {
        height: 30%;
    }
}

.se .seBottom .cardBlock2 .card3 {
    width: 37.6%;
    cursor: pointer;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card3 {
        width: 100%;
        height: 100vw;
        margin-top: 1.5vw;
    }
}

.se .seBottom .cardBlock2 .card3:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock2 .card3:hover .block .content {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.se .seBottom .cardBlock2 .card3 .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2.5vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card3 .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock2 .card3 .block .Title {
    position: absolute;
    font-size: 2vw;
    width: 85%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card3 .block .Title {
        width: 87%;
        font-size: 23px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock2 .card3 .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card3 .block .Title {
        height: 15.8%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card3 .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock2 .card3 .block .subTitle {
    position: absolute;
    width: 85%;
    top: 22%;
    font-size: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card3 .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock2 .card3 .block .subTitle {
        top: 25%;
    }
}

.se .seBottom .cardBlock2 .card3 .block .content {
    width: 85%;
    position: absolute;
    top: 65%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    opacity: 1;
    transition: 0.5s;
}

@media all and (max-width: 1200px) {
    .se .seBottom .cardBlock2 .card3 .block .content {
        font-size: 1.2vw;
        letter-spacing: 0.2vw;
    }
}

@media all and (max-width: 900px) {
    .se .seBottom .cardBlock2 .card3 .block .content {
        line-height: 2.8vw;
        letter-spacing: 0.2vw;
        -webkit-line-clamp: 4;
        font-size: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock2 .card3 .block .content {
        width: 87%;
        font-size: 15px;
        line-height: 28px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock2 .card3 .block .content {
        height: 30%;
    }
}

.se .seBottom .cardBlock3 {
    width: 100%;
    height: 40vw;
    margin-top: 0.8%;
    display: flex;
    flex-direction: row;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 {
        display: flex;
        flex-direction: column;
        height: 331vw;
    }
}

.se .seBottom .cardBlock3 .card1 {
    width: 37.6%;
    margin-right: 0.8%;
    cursor: pointer;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card1 {
        width: 100%;
        height: 100vw;
        margin-top: 2.8vw;
    }
}

.se .seBottom .cardBlock3 .card1:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock3 .card1:hover .block .content {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.se .seBottom .cardBlock3 .card1 .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2.5vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card1 .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock3 .card1 .block .Title {
    position: absolute;
    font-size: 2vw;
    width: 85%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card1 .block .Title {
        width: 87%;
        font-size: 23px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock3 .card1 .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card1 .block .Title {
        height: 15.8%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card1 .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock3 .card1 .block .subTitle {
    position: absolute;
    width: 85%;
    top: 22%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card1 .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card1 .block .subTitle {
        top: 25%;
    }
}

.se .seBottom .cardBlock3 .card1 .block .content {
    width: 85%;
    position: absolute;
    top: 65%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    opacity: 1;
    transition: 0.5s;
}

@media all and (max-width: 1200px) {
    .se .seBottom .cardBlock3 .card1 .block .content {
        font-size: 1.2vw;
        letter-spacing: 0.2vw;
    }
}

@media all and (max-width: 900px) {
    .se .seBottom .cardBlock3 .card1 .block .content {
        line-height: 2.8vw;
        letter-spacing: 0.2vw;
        -webkit-line-clamp: 4;
        font-size: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card1 .block .content {
        width: 87%;
        font-size: 15px;
        line-height: 28px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock3 .card1 .block .content {
        height: 30%;
    }
}

.se .seBottom .cardBlock3 .card2 {
    width: 37.6%;
    margin-right: 0.8%;
    cursor: pointer;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card2 {
        width: 100%;
        height: 100vw;
        margin-top: 1.5vw;
    }
}

.se .seBottom .cardBlock3 .card2:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock3 .card2:hover .block .content {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
}

.se .seBottom .cardBlock3 .card2 .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card2 .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock3 .card2 .block .Title {
    position: absolute;
    font-size: 2vw;
    width: 85%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card2 .block .Title {
        width: 87%;
        font-size: 23px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock3 .card2 .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card2 .block .Title {
        height: 15.8%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card2 .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock3 .card2 .block .subTitle {
    position: absolute;
    width: 85%;
    top: 22%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card2 .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card2 .block .subTitle {
        top: 25%;
    }
}

.se .seBottom .cardBlock3 .card2 .block .content {
    width: 85%;
    position: absolute;
    top: 65%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 2vw;
    letter-spacing: 0.1vw;
}

@media all and (max-width: 1200px) {
    .se .seBottom .cardBlock3 .card2 .block .content {
        font-size: 1.2vw;
        letter-spacing: 0.2vw;
    }
}

@media all and (max-width: 900px) {
    .se .seBottom .cardBlock3 .card2 .block .content {
        line-height: 2.8vw;
        letter-spacing: 0.2vw;
        -webkit-line-clamp: 4;
        font-size: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card2 .block .content {
        width: 87%;
        font-size: 15px;
        line-height: 28px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock3 .card2 .block .content {
        height: 30%;
    }
}

.se .seBottom .cardBlock3 .card3 {
    width: 24.6%;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 {
        width: 100%;
        height: 130vw;
    }
}

.se .seBottom .cardBlock3 .card3 .cardtop {
    width: 100%;
    height: 50%;
    margin-bottom: 3.5%;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardtop {
        margin: 1.5vw 0 1.5vw 0;
    }
}

.se .seBottom .cardBlock3 .card3 .cardtop:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock3 .card3 .cardtop .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock3 .card3 .cardtop .block .Title {
    position: absolute;
    font-size: 2vw;
    top: 52%;
    width: 80%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block .Title {
        font-size: 23px;
        top: 55%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block .Title {
        height: 28%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock3 .card3 .cardtop .block .subTitle {
    position: absolute;
    top: 82%;
    width: 90%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card3 .cardtop .block .subTitle {
        top: 85%;
    }
}

.se .seBottom .cardBlock3 .card3 .cardBottom {
    width: 100%;
    height: 50%;
}

.se .seBottom .cardBlock3 .card3 .cardBottom:hover .block {
    background-color: rgba(238, 238, 238, 0.3);
    transition: 0.5s;
}

.se .seBottom .cardBlock3 .card3 .cardBottom .block {
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    position: relative;
    box-sizing: border-box;
    padding: 2vw;
    transition: 0.5s;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block {
        padding: 5vw;
    }
}

.se .seBottom .cardBlock3 .card3 .cardBottom .block .Title {
    position: absolute;
    font-size: 2vw;
    top: 52%;
    width: 80%;
    font-weight: 800;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block .Title {
        font-size: 23px;
        top: 55%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block .Title {
        height: 14%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 610px),
all and (-ms-high-contrast: active) and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block .Title {
        height: 28%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 350px),
all and (-ms-high-contrast: active) and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block .Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.se .seBottom .cardBlock3 .card3 .cardBottom .block .subTitle {
    position: absolute;
    top: 82%;
    width: 90%;
    font-size: 1vw;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (max-width: 610px) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block .subTitle {
        font-size: 18px;
    }
}

@media all and (max-width: 350px) {
    .se .seBottom .cardBlock3 .card3 .cardBottom .block .subTitle {
        top: 85%;
    }
}

.se .pageList {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

@media all and (max-width: 610px) {
    .se .pageList {
        margin: 10vw 0 7vw 0;
    }
}

.se .pageList .final {
    font-size: 16px;
    margin-right: 10px;
/*    cursor: pointer;*/
}

.se .pageList .prev {
    width: 18px;
    height: 18px;
    background: url("../assets/page/prev.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
}

.se .pageList .page {
    font-size: 16px;
    margin-right: 10px;
/*    cursor: pointer;*/
    color: #999;
}

.se .pageList .page.active {
    color: black;
}

.se .pageList .next {
    width: 18px;
    height: 18px;
    background: url('../assets/page/next.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    cursor: pointer;
}