/* CSS Document */



footer {
    padding-top: 0;
}


.newsList .Img img, .newsList .Img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mainArea {
    padding: 80px 0;
    background: url('../images/bn_sm.jpg') no-repeat center;
    background-size: cover;
    min-height: 800px;
}
.mainArea .wrap {
    max-width: 1240px;
}
.mainArea .titleBox {
    margin-bottom: 60px;
    text-align: center;
}
.mainArea.innerArea .contentBox {
    display: block;
}
@media (max-width: 1180px) {
    .mainArea {
        padding: 40px 0;
    }
    .mainArea .titleBox {
        margin-bottom: 30px;
    }
}

.contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contentBox .left {
    width: 17%;
}
.contentBox .right {
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .contentBox .left {
        width: 20%;
    }
    .contentBox .right {
        width: 70%;
    }
}
@media (max-width: 1023px) {
    .contentBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contentBox .left {
        width: 100%;
    }
    .contentBox .right {
        width: 100%;
    }
}

.newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.newsInfoBox .dateBox {
    font-family: "Plus Jakarta Sans";
}
.newsInfoBox .classTitle {
    color: #fff;
    padding: 4px 12px;
    border-radius: 14px;
    background-color: #1f7c81;
}

.newsList {
    width: 100%;
}
.newsList .newsItem:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 650px) {
    .newsList .newsItem:not(:last-child) {
        margin-bottom: 40px;
    }
}
.newsList .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
@media (max-width: 1023px) {
    .newsList .item {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media (max-width: 650px) {
    .newsList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px;
    }
}
.newsList .item:hover .Img {
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.newsList .item:hover .facImg {
    opacity: 0.5;
}
.newsList .item:hover .logoBox .logo {
    -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
            animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.newsList .Img {
    width: 35%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
    background-color: #000;
}
.newsList .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
@media (max-width: 650px) {
    .newsList .Img {
        width: 100%;
    }
}
.newsList .Txt {
    width: 60%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1200px) {
    .newsList .Txt {
        width: 65%;
    }
}
@media (max-width: 650px) {
    .newsList .Txt {
        width: 100%;
    }
}
.newsList .Txt .title {
    width: 100%;
    color: #4a4a4a;
    border-bottom: 1px solid rgba(74, 74, 74, 0.2);
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.newsList .Txt .title a {
    color: #4a4a4a;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 1201px) {
    .newsList .Txt .title a:hover {
        opacity: 0.8;
    }
}
.newsList .Txt .text {
    display: block;
    width: 100%;
    height: 51px;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.8px;
}
@media (max-width: 1200px) {
    .newsList .Txt .title {
        font-size: 16px;
    }
    .newsList .Txt .text {
        font-size: 14px;
        height: 45px;
    }
}

.innerArea .albumBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
.innerArea .albumBox .newsMain {
    width: 50%;
}
.innerArea .albumBox .newsMain .albumItem {
    height: 500px;
}
.innerArea .albumBox .newsMain img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.innerArea .albumBox .newsNav {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.innerArea .albumBox .newsNav .albumItem {
    width: 160px;
    height: 160px;
}
.innerArea .albumBox .newsNav .albumItem img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (max-width: 1400px) {
    .innerArea .albumBox .newsMain .albumItem {
        height: 380px;
    }
    .innerArea .albumBox .newsNav {
        width: 250px;
    }
    .innerArea .albumBox .newsNav .albumItem {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 840px) {
    .innerArea .albumBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .innerArea .albumBox .newsMain {
        width: 100%;
    }
    .innerArea .albumBox .newsMain .albumItem {
        height: 300px;
    }
    .innerArea .albumBox .newsNav {
        display: none;
    }
}
@media (max-width: 400px) {
    .innerArea .albumBox .newsMain .albumItem {
        height: 200px;
    }
}
.innerArea .infoBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 40px;
}
.innerArea .textEditor {
    margin-top: 60px;
}
@media (max-width: 768px) {
    .innerArea .topBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/*# sourceMappingURL=news.css.map */





.contentBox .leftBox {
    float: right;
    width: 20%;
}
@media (max-width: 640px) {
    .contentBox .leftBox {
        float: none;
        width: 100%;
        padding: 0;
    }
}
.contentBox .rightBox {
    float: left;
    width: 74%;
}
@media (max-width: 640px) {
    .contentBox .rightBox {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}
.faqList {
    width: 100%;
}
.faqList .faqItem {
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 1px dashed #ccc;
}
.faqList .title {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    position: relative;
    padding: 10px 5px;
    cursor: pointer;
}
.faqList .title b {
    display: inline-block;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    font-family: "Gabarito", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    vertical-align: middle;
    margin-right: 10px;
}
.toggleOpen {
    width: 20px;
    height: 20px;
    background: #1f7c81;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
}
@media (min-width: 1201px) {
    .toggleOpen:hover {
        color: #ffffff;
    }
}
@media (max-width: 640px) {
    .toggleOpen {
        float: right;
        position: static;
        margin-top: -2px;
    }
}
.definition {
    display: none;
    background: #1f7c81;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
}
