﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

:root {}

.header .navbar {
    padding: 0 10px;
}

body.home .home_news .h3,
body.home .home_product .h3 {
    font-family: 'Anton', sans-serif;
}

/*banner*/
.banner .banner-pub-content {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 30%;
    z-index: 2;
    display: flex;
    align-items: center;
}

body.home .banner .slick {
    position: unset;
}

.banner .banner-wrapbox {
    position: relative;
}

.editor {
    line-height: unset;
}

.banner-pub-content .slogan p {
    font-size: 20px;
    color: #fff;
}

.banner-pub-content .slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-pub-content .slogan .title-main {
    color: #04daf6;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 800;
    line-height: 18px;
    margin-top: 20px;

}

.banner-pub-content .slogan .title-sub {
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 800;
    margin-top: 10px;
    -webkit-box-reflect: below -53px -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, .3));
}



.banner-pub-content .slogan .title-main,
.banner-pub-content .slogan .title-sub {
    font-size: 86px;
    transform: rotateY(40deg) translate(-85px, 0);
}


.banner-pub-content .slogan .small-txt {
    font-size: 12px;
    color: #6bd0de;
    opacity: .4;
}

.banner-pub-content .pic {
    display: flex;
    justify-content: flex-start;
}

.banner-pub-content .pic img {
    transform: scale(0.8);
    margin-left: -100px;

}

.banner-pub-content .slogan {
    opacity: 0;
    transition: 1s;
}

.banner-pub-content .slogan.aos-animate {
    opacity: 1;
    transition: 1s;
}

.banner .slick-dots {
    bottom: 20px;
    z-index: 5;
}

.banner .slick-dots li {
    width: 85px;
    height: 3px;
}

.banner .slick .slick-dots button {
    width: 74px;
    height: 3px;
    padding: 0;
    border-radius: 0;
}

.banner .slick .slick-dots .slick-active button {
    background: #0698ab;
}

.banner .slick .slick-dots button {
    background: #d9d9d9;
}

body.home .home_news h3 .txt-en,
body.home .home_product h3 .txt-en,
body.home .home_news .h3 .txt-en,
body.home .home_product .h3 .txt-en {
    color: var(--main-color);
    font-size: 54px;
    font-weight: 500;
}



body.home .home_news h3 .and,
body.home .home_news .h3 .and {
    margin: 0 10px;
    font-size: 36px;
}

body.home .home_news h3 .txt-tw,
h2 .txt-tw,
h5 .txt-tw,
body.home .home_news .h3 .txt-tw,
body.home .home_product .h3 .txt-tw {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
}

body.home .home_news h3 .txt-tw:before,
.h2 .txt-tw:before,
.h5 .txt-tw:before,
body.home .home_news .h3 .txt-tw:before {
    content: '/';
    margin: 0 8px;
    font-size: 20px;
    font-family: Arial;
}

body.home .home_news .ser_left {
    position: absolute;
    z-index: -1;
}

body.home .home_news .prod_home>.container-fluid,
body.home .home_product .prod_home>.container-fluid {
    padding: 0;
}

body.home .home_news .two-sys-wrapper .ser_right,
body.home .home_product .two-sys-wrapper .ser_right {
    flex: 0 0 auto;
    width: 100%;
}

body.home .home_news .two-sys-wrapper .ser_right .sec,
body.home .home_product .two-sys-wrapper .ser_right .section {
    width: 50%;
}

body.home .home_product .two-sys-wrapper .ser_right .section {
    width: 83.33333333%;
}

body.home .home_product .two-sys-wrapper .ser_right .section {
    margin-left: auto;
    padding-top: 0 !important;
}

body.home .home_product h3 .txt-tw:after,
body.home .home_product .h3 .txt-tw:after {
    content: '/';
    margin: 0 10px;
    font-size: 20px;
    font-family: Arial;
}

body.home .home_news .article-list .item .time>span {
    padding: 4px 10px;
    font-size: 14px;
    color: #000;
    transition: .5s;
}

body.home .home_news .article-list .item .icon {
    display: none;
}

body.home .home_news .article-list .item a:hover .time>span {
    color: #fff;
    background: var(--main-color);
}

body.home .article-list .item .main-info>div {
    justify-content: flex-start !important;
}

body.home .home_news h3,
body.home .home_news .h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;

}

.article-list .item .time {
    display: flex;
    align-items: center;
    margin-right: 42px;
}

.article-list .item .time span {
    padding: 4px 10px;
    font-size: 14px;
    color: #000;
    transition: .5s;
}

.article-list .item:hover .time span {
    background-color: var(--main-color);
    color: #fff;
    transition: .5s;
}

a:hover {
    color: var(--main-color);
}

.article-list .item+.item {
    border: 0;
    margin-top: 10px;
    padding-top: 10px;
}

.home_news .news-title, .home_product .news-title {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

body.home .home_news .news-title {
    margin-bottom: 30px;
}

body.home .home_news h3, .h2,
body.home .home_news .h3 {
    border: 0;
    padding: 0;
    margin: 0;
}

body.home .btn.more {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: unset;
    background: url('../images/all/more.png')no-repeat center;
    padding: 0;
    overflow: hidden;
}

body.home .btn.cover.bottom:before {
    background: #e2e2e23d;
}

body.home .home_about .btn.more {
    position: absolute;
    right: -50px;
    bottom: -80px;
    overflow: hidden;
}

.news-title .btn.cover>span {
    display: none;
}


.home_news {
    position: relative;
}

.home_news::before {
    content: '';
    display: block;
    background: url('../images/all/news_bg.jpg')no-repeat center;
    width: 780px;
    height: 740px;
    background-size: contain;
    position: absolute;
    top: -218px;
    right: 0;
    z-index: -1;
    display: none;
}

.home_news::after {
    content: '';
    display: block;
    background: url('../images/all/pd-1.png')no-repeat center;
    width: 730px;
    height: 730px;
    position: absolute;
    top: -95px;
    right: 42px;
    z-index: -1;
    display: none;
}


.home_news .news_bg {
    position: absolute;
    top: -238px;
    right: 0;
    z-index: -1;
}

.home_news .pd-1 {
    position: absolute;
    top: 10vw;
    right: 60px;
    z-index: -1;
    top: 6vh;
    width: 23vw;
}

.home_news .news_bg, .home_product .pd-bg {
    opacity: 0.1;
    transition: .7s;
}

.home_news .news_bg.aos-animate, .home_product .pd-bg.aos-animate {
    opacity: 1;
    transition: .7s;
}

.article-list .item .info {
    display: flex;
    align-items: center;
}

.home_about {
    position: relative;
    padding: 0 0 90px;
}

.home_about::before {
    content: '';
    width: 70%;
    height: 100%;
    background: url('../images/all/about-bg.jpg')no-repeat center bottom;
    position: absolute;
    z-index: -1;
    background-size: cover;
}

.home_about::after {
    content: '';
    width: 35%;
    height: 100%;
    background-color: #2e2e2e;
    position: absolute;
    bottom: -36px;
    z-index: -2;
}

.home_about h3,
.home_about .h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    position: relative;
    padding: 40px 0 0 0px;
}

.home_about h3:after,
.home_about .h3:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 180px 0 180px;
    border-color: #2e2e2e transparent transparent transparent;
    position: absolute;
    top: 0;
    left: -130px;
    z-index: -1;
}

body.home .section h3 .txt-en, .h2 .txt-en, .h5 .txt-en {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1.5px;
}

body.home .section h3 .txt-tw,
body.product .home_news h3 .txt-tw,
.h2 .txt-tw,
.h5 .txt-tw,
body.product .home_news .h3 .txt-tw,
body.product .home_product h3 .txt-tw {
    font-size: 18px;
}

body.home .home_product .two-sys-wrapper .ser_left {
    order: 2;
    z-index: -1;
}

body.home .home_product .two-sys-wrapper .ser_right {
    order: 1;

}

/*body.home .home_product .two-sys-wrapper .ser_right > .container{
    padding: 100px 0;
}*/

body.home .sec {
    padding: 0px 0 90px;
}

body.home .sec.home_news {
    padding: 70px 0 96px;
}

.home_about .about-txt {
    margin-left: 16vw;
    position: relative;
    margin: 30px 0 40px 15vw;
}


.home_about .about-txt h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #fff;
}

.home_about .about-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.aniFadeGrade {
    display: none;
}

body.home .home_product {
    /*padding: 100px 0px 100px 0 !important;*/
    padding: 0 !important;
}

body.home .home_product .news-title {
    justify-content: flex-end;
    margin-bottom: 74px;
}

body.home .home_product .news-title .h3 {
    margin-bottom: 0.5rem;
}

.home_product .slick {
    width: 60%;
    margin: 0 0 0 auto;
}

.home_product .slick .info .desc {
    display: none;
}

.home_product .slick .ratio {
    border: 1px solid #ccc;
}

.ratio::before {
    transition: .5s;
}

.home_product .slick .item:hover .ratio::before {
    position: relative;
    z-index: 5;
    background-color: rgba(0, 116, 131, 0.9);
    transition: .5s;
}

.home_product .slick .item:hover .ratio::after {
    content: 'MORE';
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid #fff;
    z-index: 6;
}

.slick .slick-prev, .slick .slick-next {
    width: 50px;
    height: 50px;
    background-color: #2d2d2d;
    border-radius: 50%;
    transform: translate(0, -130%);
}

.slick .slick-prev {
    left: -54px;
    background: url('../images/all/arrow.png')no-repeat center #2d2d2d;

}

.slick .slick-next {
    right: -54px;
    background: url('../images/all/arrow-right.png')no-repeat center #2d2d2d;
}


.home_product {
    /*background: url('../images/all/pd-bg.jpg')no-repeat left bottom;
    background-size: 55%;*/
    position: relative;
}

.home_product .pd-bg {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: -3
}


.footer {
    background-color: #2e2e2e;
}

body.home .main {
    display: none;
}

.footer .copyrights {
    color: #fff;
    margin-top: 16px;
}

.nav.tat_x {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav.tat_x li label {
    color: #666;
    font-weight: bold;
}

.nav.tat_x li label:after {
    content: '/';
    margin: 0 8px;
}

.nav.tat_x li a {
    color: #fff;
}

.footer_mid>.container {
    position: relative;
}

.footer_mid .gotop {
    position: absolute;
    top: -50px;
    right: 10px;
}

.footer_mid .gotop a {
    border-radius: 0;
    background: url('../images/all/top-01.svg')no-repeat center var(--main-color);
    background-size: 50%;
}

.wid-float-section {
    /*display: none;*/
}


.home_product .gallery-list p.title {
    margin: 0;
}

.home_product .price-box {
    text-align: center;
}

.home_product .btn-box {
    display: grid;
}

.home_product .btn-box .btn {
    background-color: var(--main-color);
    color: #fff;
}

.bsnav-mobile.full.in .navbar {}

.h2 {
    border-bottom: 1px solid var(--main-color);
}

.article-grid .item .info {
    border: 0;
}

.side .h3 {
    display: none;
}


.article-grid .item .info {
    padding: 20px 0;
}

.article-grid .item .info .kind a {
    padding: 6px 12px;
    color: #fff;
    background: var(--main-color);
}

.nav-item.dropdown>.navbar-nav {
    background-color: rgba(255, 255, 255, 0.8);
}

.list-creative .list-terms:before {
    background: var(--main-color);
}

.list-creative>li:nth-child(2n) .list-terms:before {
    background: gray;
}

.home_about .bg {
    position: absolute;
    left: -70%;
    top: -177%;
    transform: rotate(92deg);
    z-index: -5;
}

.home_product .bg {
    position: absolute;
    right: -1554px;
}

.home_product .bg.right {
    left: 160%;
    bottom: -1300px;
}

.home_product .two-sys-wrapper {
    position: relative;
    padding: 100px 0;
}

.home_product .gallery-list.slick.list .item {
    margin-bottom: 0 !important;
}

.home_product .article-grid.info-absolute .item .post-foo {
    position: unset;
    width: unset;
    transform: unset;
    padding: 0;
    box-shadow: unset;
    background: unset;
}

.home_product .article-grid.info-absolute .item .post-foo .share-area {
    display: none;
}

.home_product .article-grid.info-absolute .item .info .title {
    font-size: 18px;
}

.home_product .multiple-slick.slick {
    padding: 0;
}

.navbar .navbar-brand {
    width: 200px;
    height: 43px;
    margin: 10px 0;
    background-size: contain;
}

body.about .about_warp h3 {
    font-size: 24px;
    color: var(--main-color);
    font-weight: bold;
}

body.about .about_warp p {
    font-size: 16px;
    line-height: 32px;
    color: #5b5b5b;
}

body.about .about_warp .sec_warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 40px;
}

body.about .about_warp.about_warp2 .sec_warp {}


body.about .about_warp .sec {
    margin-top: 16px;
}

body.about .about_warp .sec~.sec {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

body.about .editor .about_warp~.about_warp {
    margin-top: 60px;
}

.about_warp.about_warp2 ul {
    color: #5b5b5b;
    display: flex;
    flex-wrap: wrap;
}

.about_warp.about_warp2 ul li {
    padding: 4px 0;
    width: 50%;
}

.about_warp.about_warp2 ul li::marker {
    color: #186130;
}

.about_warp3 h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    display: table;
    margin: 0 auto;
    font-family: 'Anton', sans-serif;
    text-shadow: 3px 3px 0px #0c495069;
}

.about_warp3 > h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 8px;
    color: #007483;
    font-weight: 600;
}

/*timeline*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


.about_warp3 > .container {
    width: 80%;
    padding: 50px 0;
    margin: 32px auto;
    position: relative;
    overflow: hidden;
}

.about_warp3 > .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: var(--main-color);
    margin-top: 10px;
    z-index: 2
}

.timeline-content {
    width: 95%;
    padding: 0px 15px;
    color: #666;
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
}

.timeline-content span {
    font-size: 16px;
    color: #177892;
    font-weight: bold;
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}


@media screen and (max-width: 768px) {
    .container:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}


/*timeline end*/

body.about.kind_32 .main {
    background: url('../images/all/about_history_bg.jpg')no-repeat bottom left;
    background-size: 100%;
}

.kind-info .h2 {
    padding-bottom: 10px;
}