@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@400;600;700&display=swap");
.featureArea
    .featureColumn
    .featureBox
    .featureList
    .featureItem
    .Txt
    .videoBtn,
.featureArea
    .featureColumn
    .featureBox
    .featureList
    .featureItem
    .Txt
    .videoBtn:before,
.featureArea .featureColumn .featureBox .featureList .featureItem .Txt span,
.projectsArea .projectList {
    transition: all 0.4s;
}
@-webkit-keyframes scrollDown {
    0% {
        top: -70px;
    }
    50% {
        top: 5px;
    }
    to {
        top: -70px;
    }
}
@keyframes scrollDown {
    0% {
        top: -70px;
    }
    50% {
        top: 5px;
    }
    to {
        top: -70px;
    }
}
@-webkit-keyframes bannerTxt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bannerTxt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.popWin {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 206;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.7s;
}
.popWin .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.7s;
}
.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.7s;
}
.popWin .popContent {
    max-height: 85vh;
    overflow-y: auto;
}
.popWin img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.popWin .Txt {
    padding: 30px;
    text-align: left;
}
.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.popWin .close {
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.popWin .close:after,
.popWin .close:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #bca480;
}
.popWin .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .inner,
.popWin.show .mask {
    opacity: 1;
}
.popWin .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1200px) {
    .popWin .close {
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}
.bannerArea {
    overflow: hidden;
}
.bannerArea .bannerBox .bannerItem {
    position: relative;
}
.bannerArea .bannerBox .bannerItem:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.bannerArea .bannerBox .bannerItem.slick-current .founded {
    -webkit-animation: bannerTxt 0.8s ease-in-out forwards;
    animation: bannerTxt 0.8s ease-in-out forwards;
}
.bannerArea .bannerBox .bannerItem.slick-current .founded:before {
    width: 33%;
}
.bannerArea .bannerBox .bannerItem.slick-current .enTitle {
    -webkit-animation: bannerTxt 0.8s 0.5s ease-in-out forwards;
    animation: bannerTxt 0.8s 0.5s ease-in-out forwards;
}
.bannerArea .bannerBox .bannerItem.slick-current .title {
    -webkit-animation: bannerTxt 0.8s 1s ease-in-out forwards;
    animation: bannerTxt 0.8s 1s ease-in-out forwards;
}
.bannerArea .bannerBox .bannerItem.slick-current .text {
    -webkit-animation: bannerTxt 0.8s 1.5s ease-in-out forwards;
    animation: bannerTxt 0.8s 1.5s ease-in-out forwards;
}
@media (max-width: 1024px) {
    .bannerArea .bannerBox .bannerItem:before {
        display: block;
    }
}
.bannerArea .bannerBox .Txt {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 275px;
    padding-left: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.bannerArea .bannerBox .Txt .founded {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 15px;
    opacity: 0;
    padding-left: calc(33% + 15px);
    position: relative;
}
.bannerArea .bannerBox .Txt .founded:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    transition: all 0.8s ease-in-out;
}
.bannerArea .bannerBox .Txt .enTitle {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0;
}
.bannerArea .bannerBox .Txt .enTitleRed {
    color: #d20014;
    display: block;
    font-size: 63px;
    font-weight: 900;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.bannerArea .bannerBox .Txt .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 15px;
    opacity: 0;
}
.bannerArea .bannerBox .Txt .text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 1.5px;
    opacity: 0;
}
@media (max-width: 1680px) {
    .bannerArea .bannerBox .Txt {
        padding-top: 200px;
    }
}
@media (max-width: 1440px) {
    .bannerArea .bannerBox .Txt {
        padding-top: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .bannerArea .bannerBox .Txt {
        display: none;
    }
    .bannerArea .bannerBox .Txt .founded {
        display: none;
    }
    .bannerArea .bannerBox .Txt .enTitle {
        font-size: 32px;
    }
    .bannerArea .bannerBox .Txt .enTitleRed {
        font-size: 48px;
    }
    .bannerArea .bannerBox .Txt .title {
        font-size: 28px;
    }
}
@media (max-width: 1024px) {
    .bannerArea .bannerBox .Txt {
        width: 100%;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 50px;
    }
    .bannerArea .bannerBox .Txt .enTitle {
        font-size: 29px;
        margin-bottom: 5px;
        text-align: center;
    }
    .bannerArea .bannerBox .Txt .enTitleRed {
        font-size: 40px;
    }
    .bannerArea .bannerBox .Txt .title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .bannerArea .bannerBox .Txt .text {
        font-size: 15px;
        text-align: center;
    }
}
@media (max-width: 413px) {
    .bannerArea .bannerBox .Txt {
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bannerArea .bannerBox .Txt .enTitle {
        font-size: 22px;
    }
    .bannerArea .bannerBox .Txt .enTitleRed {
        font-size: 30px;
    }
    .bannerArea .bannerBox .Txt .title {
        font-size: 20px;
    }
}
.bannerArea .bannerBox .funcBox {
    width: 50%;
    height: 50px;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c31c1f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bannerArea .bannerBox .funcBox .scrollBox {
    padding-left: 120px;
}
.bannerArea .bannerBox .funcBox .scrollBox a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
}
.bannerArea .bannerBox .funcBox .scrollBox a:before {
    content: "";
    width: 2px;
    height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: block;
    position: absolute;
    top: -70px;
    left: -20px;
}
.bannerArea .bannerBox .funcBox .scrollBox a:after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-animation: scrollDown 5s infinite cubic-bezier(0.77, 0, 0.175, 1)
        both;
    animation: scrollDown 5s infinite cubic-bezier(0.77, 0, 0.175, 1) both;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -10px;
    left: -23px;
}
.bannerArea .bannerBox .funcBox .slideBox {
    padding-right: 250px;
}
.bannerArea .bannerBox .funcBox .slideBox .slideCurrent,
.bannerArea .bannerBox .funcBox .slideBox .slideTotal {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
    display: inline-block;
}
.bannerArea .bannerBox .funcBox .slideBox .slideCurrent {
    padding-right: 90px;
    position: relative;
}
.bannerArea .bannerBox .funcBox .slideBox .slideCurrent:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #f8b9b9;
    display: block;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 30px;
}
@media (max-width: 1024px) {
    .bannerArea .bannerBox .funcBox {
        display: none;
    }
}
.mainArea {
    background: none;
    padding: 0;
}
.projectsArea {
    background: url("../images/ad-catalog-bg.jpg") center/cover no-repeat;
    padding: 100px 0 140px;
}
@media (max-width: 1024px) {
    .projectsArea {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .projectsArea {
        padding: 40px 0 0;
    }
}
.projectsArea .projectTop {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px;
}
.projectsArea .projectTop .projectTab ul {
    display: -ms-flexbox;
    display: flex;
}
.projectsArea .projectTop .projectTab ul li {
    background-color: #3f3f3f;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 80px;
    text-align: center;
}
.projectsArea .projectTop .projectTab ul li.current {
    background-color: #c31c1f;
}
@media (max-width: 1024px) {
    .projectsArea .projectTop {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .projectsArea .projectTop .titleBox {
        width: 100%;
    }
    .projectsArea .projectTop .projectTab {
        width: 100%;
        padding-top: 25px;
    }
    .projectsArea .projectTop .projectTab ul {
        display: -ms-flexbox;
        display: flex;
    }
    .projectsArea .projectTop .projectTab ul li {
        -ms-flex: 1;
        flex: 1;
        padding: 12px 0;
    }
    .projectsArea .projectTop .projectTab ul li.current {
        background-color: #c31c1f;
    }
}
@media (max-width: 768px) {
    .projectsArea .projectTop {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
}
.projectsArea .projectList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.projectsArea .projectList.hide {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.projectsArea .projectList .projectItem {
    width: calc(100% / 2);
    padding-bottom: 40px;
}
.projectsArea .projectList .projectItem:nth-child(odd) {
    padding-right: 30px;
}
.projectsArea .projectList .projectItem:nth-child(2n) {
    padding-left: 30px;
}
.projectsArea .projectList .Img {
    position: relative;
}
.projectsArea .projectList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.projectsArea .projectList .Txt {
    padding: 20px 0;
}
.projectsArea .projectList .Txt h3 {
    max-height: 22px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}
.projectsArea .projectList .Txt p {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    padding-top: 10px;
}
.projectsArea .projectList .Txt .btn {
    padding-top: 20px;
}
@media (max-width: 1024px) {
    .projectsArea .projectList .projectItem {
        padding-bottom: 25px;
    }
    .projectsArea .projectList .projectItem:nth-child(odd) {
        padding-right: 15px;
    }
    .projectsArea .projectList .projectItem:nth-child(2n) {
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .projectsArea .projectList .projectItem {
        width: 100%;
    }
    .projectsArea .projectList .projectItem:nth-child(odd) {
        padding-right: 0;
    }
    .projectsArea .projectList .projectItem:nth-child(2n) {
        padding-left: 0;
    }
    .projectsArea .projectList .Txt .btn {
        text-align: center;
    }
}
.aboutArea .Img {
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboutArea .Img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media (max-width: 1440px) {
    .aboutArea .Img {
        height: auto;
    }
}
@media (max-width: 640px) {
    .aboutArea .Img {
        background-attachment: scroll;
    }
}
.aboutArea .Txt {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.aboutArea .Txt .titleBox {
    margin-bottom: 35px;
}
.aboutArea .Txt .titleBox h2 {
    color: #fff;
}
.aboutArea .Txt .titleBox em {
    margin-bottom: 10px;
}
.aboutArea .Txt .titleBox p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}
.aboutArea .Txt .text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}
.aboutArea .Txt .btn {
    margin-top: 35px;
}
.aboutArea .Txt .btn a {
    width: 220px;
    height: 40px;
    line-height: 40px;
}
@media (max-width: 1440px) {
    .aboutArea .Txt {
        max-width: 800px;
        padding: 150px 0;
    }
}
@media (max-width: 768px) {
    .aboutArea .Txt {
        padding: 100px 0;
    }
}
@media (max-width: 480px) {
    .aboutArea .Txt {
        padding: 60px 0;
    }
}
.featureNewsBg {
    background: url("../images/ad-news-bg.jpg") center/cover no-repeat;
    padding: 100px 0 120px;
}
@media (max-width: 1024px) {
    .featureNewsBg {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .featureNewsBg {
        padding: 40px 0;
    }
}
.featureArea .featureRowBox {
    border-bottom: 3px solid #c31c1f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}
.featureArea .featureRowBox .btn {
    padding-top: 30px;
}
@media (max-width: 1024px) {
    .featureArea .featureRowBox {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .featureArea .featureRowBox .btn {
        text-align: center;
    }
}
@media (max-width: 640px) {
    .featureArea .featureRowBox {
        padding-bottom: 20px;
    }
}
.featureArea .featureColumn {
    width: calc(100% / 2);
}
.featureArea .featureColumn:first-child {
    border-right: 1px solid #d4d4d4;
    padding-right: 85px;
}
.featureArea .featureColumn:last-child {
    padding-left: 85px;
}
@media (max-width: 1440px) {
    .featureArea .featureColumn:first-child {
        padding-right: 40px;
    }
    .featureArea .featureColumn:last-child {
        padding-left: 40px;
    }
}
@media (max-width: 1024px) {
    .featureArea .featureColumn {
        width: 100%;
    }
    .featureArea .featureColumn:first-child {
        border-right: none;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .featureArea .featureColumn:last-child {
        padding-left: 0;
    }
}
.featureArea .featureColumn .titleBox {
    margin-bottom: 25px;
}
.featureArea .featureColumn .featureBox .featureList {
    margin-bottom: 0;
}
.featureArea .featureColumn .featureBox .featureList .slick-dots {
    margin: 20px -5px 0;
    position: relative;
    bottom: 0;
    text-align: left;
}
.featureArea
    .featureColumn
    .featureBox
    .featureList
    .slick-dots
    li
    button:before {
    color: #adadad;
    opacity: 1;
}
.featureArea
    .featureColumn
    .featureBox
    .featureList
    .slick-dots
    li.slick-active
    button:before {
    color: #c31c1f;
    opacity: 1;
}
.featureArea .featureColumn .featureBox .featureList .featureItem .Img {
    position: relative;
}
.featureArea .featureColumn .featureBox .featureList .featureItem .Img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.featureArea .featureColumn .featureBox .featureList .featureItem .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 640px) {
    .featureArea .featureColumn .featureBox .featureList .featureItem .Img {
        height: 240px;
    }
    .featureArea .featureColumn .featureBox .featureList .featureItem .Img img {
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .featureArea .featureColumn .featureBox .featureList .featureItem .Img {
        height: 200px;
    }
    .featureArea .featureColumn .featureBox .featureList .featureItem .Img img {
        height: 100%;
        object-fit: cover;
    }
}
.featureArea .featureColumn .featureBox .featureList .featureItem .Txt {
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.featureArea
    .featureColumn
    .featureBox
    .featureList
    .featureItem
    .Txt
    .videoBtn {
    width: 80px;
    height: 80px;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    position: relative;
}
.featureArea
    .featureColumn
    .featureBox
    .featureList
    .featureItem
    .Txt
    .videoBtn:before {
    content: "";
    width: 17px;
    height: 18px;
    background: url("../images/play-btn.png") center/100% no-repeat;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.featureArea .featureColumn .featureBox .featureList .featureItem .Txt span {
    color: #e7e7e7;
    font-size: 13px;
    font-weight: 900;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (min-width: 1201px) {
    .featureArea
        .featureColumn
        .featureBox
        .featureList
        .featureItem
        .Txt:hover
        .videoBtn {
        -webkit-filter: brightness(2);
        filter: brightness(2);
    }
    .featureArea
        .featureColumn
        .featureBox
        .featureList
        .featureItem
        .Txt:hover
        span {
        color: #fff;
    }
}
@media (max-width: 640px) {
    .featureArea
        .featureColumn
        .featureBox
        .featureList
        .featureItem
        .Txt
        .videoBtn {
        width: 60px;
        height: 60px;
    }
}
.featureArea .featureColumn .valueBox .valueList {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-top: 30px;
    padding-left: 0;
}
.featureArea .featureColumn .valueBox .valueList .valueItem {
    width: calc(100% / 2);
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(n + 3) {
    border-top: 1px solid #d4d4d4;
}
.featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(odd) {
    padding: 40px 40px 40px 10px;
    border-right: 1px solid #d4d4d4;
}
.featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(2n) {
    padding: 40px 10px 40px 40px;
}
.featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(-n + 2) {
    padding-top: 0;
}
.featureArea .featureColumn .valueBox .valueList .valueItem .Img {
    width: 60px;
    position: relative;
}
.featureArea .featureColumn .valueBox .valueList .valueItem .Img:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(223, 45, 48, 0.5);
    position: absolute;
    top: -2px;
    left: -2px;
}
.featureArea .featureColumn .valueBox .valueList .valueItem .Img img {
    width: 100%;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.featureArea .featureColumn .valueBox .valueList .valueItem span {
    width: calc(100% - 60px);
    display: inline-block;
    padding-left: 30px;
}
@media (max-width: 1280px) {
    .featureArea .featureColumn .valueBox .valueList {
        padding-top: 0;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(odd) {
        padding: 20px 20px 20px 10px;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(2n) {
        padding: 20px 10px 20px 20px;
    }
}
@media (max-width: 640px) {
    .featureArea .featureColumn .valueBox .valueList .valueItem {
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }
    .featureArea
        .featureColumn
        .valueBox
        .valueList
        .valueItem:nth-child(n + 2) {
        border-top: 1px solid #d4d4d4;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem:nth-child(odd) {
        border-right: none;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem .Img {
        width: 60px;
        position: relative;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem .Img:before {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(223, 45, 48, 0.5);
        position: absolute;
        top: -2px;
        left: -2px;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem .Img img {
        width: 100%;
        height: 60px;
        display: inline-block;
        vertical-align: middle;
    }
    .featureArea .featureColumn .valueBox .valueList .valueItem span {
        width: calc(100% - 60px);
        display: inline-block;
        padding-left: 30px;
    }
}
.newsArea {
    padding-top: 70px;
}
@media (max-width: 1024px) {
    .newsArea {
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    .newsArea {
        padding-top: 40px;
    }
}
.newsArea .newsBox {
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .newsArea .newsBox {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.newsArea .newsBox .titleBox {
    width: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 80px;
}
.newsArea .newsBox .titleBox em {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.newsArea .newsBox .titleBox em:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #c6c6c6;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.newsArea .newsBox .titleBox p {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}
@media (max-width: 1440px) {
    .newsArea .newsBox .titleBox {
        width: 300px;
        padding-right: 40px;
    }
}
@media (max-width: 1024px) {
    .newsArea .newsBox .titleBox {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .newsArea .newsBox .titleBox em {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .newsArea .newsBox .titleBox em:before {
        display: none;
    }
}
.newsArea .newsBox .btn {
    display: block;
    padding-top: 10px;
    margin-top: auto;
}
.newsArea .newsBox .btnMobile {
    display: none;
    padding-top: 30px;
}
.newsArea .newsBox .btn a {
    width: 220px;
    height: 40px;
    line-height: 40px;
}
@media (max-width: 1024px) {
    .newsArea .newsBox .btn {
        display: none;
    }
    .newsArea .newsBox .btnMobile {
        display: block;
    }
}
.newsArea .newsBox .newsList {
    width: calc(100% - 400px);
    margin: 0 -20px;
}
@media (max-width: 1440px) {
    .newsArea .newsBox .newsList {
        width: calc(100% - 300px);
        margin: 0 -10px;
    }
}
@media (max-width: 1024px) {
    .newsArea .newsBox .newsList {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .newsArea .newsBox .newsList {
        margin: 0;
    }
}
.newsArea .newsBox .newsList .newsItem {
    padding: 0 20px;
}
@media (max-width: 1440px) {
    .newsArea .newsBox .newsList .newsItem {
        padding: 0 10px;
    }
}
@media (max-width: 400px) {
    .newsArea .newsBox .newsList .newsItem {
        padding: 0;
    }
}
.newsArea .newsBox .newsList .newsItem .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newsArea .newsBox .newsList .newsItem .Txt {
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}
.newsArea .newsBox .newsList .newsItem .Txt .date {
    width: 32px;
    margin-right: 10px;
    text-align: center;
}
.newsArea .newsBox .newsList .newsItem .Txt .date span {
    color: #474747;
    font-size: 20px;
    font-weight: 500;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.newsArea .newsBox .newsList .newsItem .Txt .date i {
    color: #bdbdbd;
    font-size: 20px;
    font-weight: 500;
    font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.newsArea .newsBox .newsList .newsItem .Txt h3 {
    max-height: 22px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsArea .newsBox .newsList .newsItem .Txt h3 a {
    display: block;
}
.newsArea .newsBox .newsList .newsItem .Txt p {
    max-height: 60px;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    padding-top: 10px;
}
.newsArea .newsBox .newsList .slick-dots {
    margin: 20px 0 0;
    position: relative;
    bottom: 0;
    text-align: left;
}
.newsArea .newsBox .newsList .slick-dots li button:before {
    color: #adadad;
    opacity: 1;
}
.newsArea .newsBox .newsList .slick-dots li.slick-active button:before {
    color: #c31c1f;
    opacity: 1;
}
/*# sourceMappingURL=home.css.map */
