@charset "UTF-8";
/* CSS Document */
li.newsItemBox::after, .newIcon::after, .newIcon::before, .side_news .sideNewsItem > a::after, .titleArea .newIcon::after {
    transition: all .5s;
}

@media (max-width: 1680px) {
    .mainArea .wrap {
        max-width: initial;
        padding: 0 5%;
    }
}

@media (max-width: 1080px) {
    .contentBox {
        display: block;
    }
    .contentBox .leftBox {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .contentBox .rightBox {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .contentBox .titleBox {
        text-align: center;
    }
}

/* sideMenu */
.classLink {
    display: block;
}

.classLink li {
    display: block;
}

.classLink a {
    border: none;
}

.classLink a.current {
    background-color: transparent;
}

@media (max-width: 960px) {
    .side_menu {
        display: none;
    }
}

.mSideMenu {
    display: none;
}

@media (max-width: 960px) {
    .mSideMenu {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
}

@media (max-width: 640px) {
    .mSideMenu {
        margin: 0 auto;
    }
}

/*新訊列表*/
ul.newsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.newsList .Img {
    width: 100%;
}

ul.newsList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.newsList .Txt {
    overflow: hidden;
    padding: 14px 0 30px;
}

ul.newsList .Txt h3.ellipsis {
    height: 30px;
    padding-top: 10px;
}

ul.newsList .Txt h3.ellipsis a {
    display: inline-block;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}

ul.newsList .Txt p.ellipsis {
    height: 55px;
    margin: 0;
    padding-top: 10px;
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
}

li.newsItemBox {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative;
}

li.newsItemBox::before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    bottom: 0;
    left: 10px;
}

li.newsItemBox::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #b81b2b;
    position: absolute;
    bottom: 0;
    left: 10px;
}

li.newsItemBox:hover::after {
    width: calc(100% - 20px);
}

li.newsItemBox:hover .imh_opacity img {
    opacity: 0.55;
    transform: scale(1.05);
}

li.newsItemBox:hover .imh_opacity::after {
    opacity: 1;
}

li.newsItemBox:hover .newIcon::after {
    left: 0;
}

@media (max-width: 960px) {
    li.newsItemBox {
        width: 33.33%;
    }
}

@media (max-width: 640px) {
    li.newsItemBox {
        width: 50%;
    }
}

@media (max-width: 414px) {
    li.newsItemBox {
        width: 100%;
    }
}

.newsDate {
    text-transform: uppercase;
}

.newsDate strong {
    color: #b81b2b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.6px;
    padding-left: 5px;
}

.newsDate > p {
    color: #969696;
    margin-top: 0;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.6px;
}

.newIcon {
    display: inline-block;
    padding: 0 16px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.2px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.newIcon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    background-color: #b81b2b;
}

.newIcon::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: #bfbfbf;
}

.newIcon:hover::after {
    left: 0;
}

/*內頁*/
.insContentBox {
    width: 100%;
    max-width: 1600px;
    padding: 0 10%;
}

.insContentBox .titleBox {
    width: 100%;
    display: block;
    text-align: center;
}

.insContentBox .bread {
    text-align: right;
}

.insContentBox .newsDate strong {
    display: block;
    font-size: 14px;
    padding-left: 0;
}

.insContentBox .sectionTitle {
    padding-bottom: 0;
}

.side_news .sideNewsItem {
    display: block;
    width: 33.33%;
    min-width: 200px;
    padding: 0 5% 20px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.side_news .sideNewsItem > a {
    display: block;
    width: 70%;
    height: 90%;
    top: 10%;
    left: 15%;
    position: absolute;
    overflow: hidden;
}

.side_news .sideNewsItem > a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    position: absolute;
    bottom: 0;
    left: -100%;
}

.side_news .sideNewsItem > a:hover::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #b81b2b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.side_news .sideNewsItem .Img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 5%;
}

.side_news .sideNewsItem .Img a {
    display: block;
    width: 100%;
    margin: auto;
}

.side_news .sideNewsItem .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side_news .sideNewsItem .Txt {
    padding: 0 5%;
}

.side_news .sideNewsItem h3.ellipsis {
    width: 100%;
}

.side_news .sideNewsItem h3 > a {
    display: inline-block;
    max-height: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 960px) {
    .side_news .sideNewsItem {
        padding: 20px 0;
    }
    .side_news .sideNewsItem > a {
        top: 10%;
        left: 5%;
        width: 90%;
    }
    .side_news .sideNewsItem .Img {
        padding: 5%;
    }
}

@media (max-width: 640px) {
    .side_news .sideNewsItem {
        width: 80%;
        padding: 20px 0;
    }
    .side_news .sideNewsItem .Img {
        padding: 5%;
    }
}

/********標題區*******/
.titleArea {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 10px;
    border-bottom: 1px dashed #b6b6b6;
}

.titleArea .newsDate strong {
    display: block;
    font-size: 20px;
    padding-right: 0;
}

.titleArea b {
    /*標題區左-訊息日期*/
    font-size: 12px;
    font-weight: 400;
    color: #a3a3a3;
}

.titleArea h1 {
    font-size: 24px;
    font-weight: 400;
    color: #272727;
    overflow: hidden;
}

.titleArea .newIcon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #b81b2b;
}

/********其他相關訊息***********/
/*# sourceMappingURL=news.css.map */