/* 基本設定_start */

.pageContainer {
    padding: 0px;
}

.pageContent {
    display: block;
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 24px;
    margin: 0 15px;
}

.pageBtnContent {
    text-align: right;
}


/* 基本設定_end */


/* 內頁banner_start */

.BannerContainer {
    padding-left: 30px;
    position: relative;
}

.BannerContainer::before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    background-color: #0A53A5;
    width: 30px;
    height: 180px;
    bottom: 0;
}

.BannerContainer::after {
    content: "";
    display: block;
    z-index: 5;
    width: 40%;
    height: 100%;
    background-color: #0A53A5;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: -11.5%;
    transform: skewX(-24deg);
}

.innerBannerContainer {
    padding-bottom: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.innerBannerTitle {
    display: block;
    position: absolute;
    left: 80px;
    bottom: 60px;
}

.bannerText {
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #FFF;
    margin: 0;
    padding: 0;
}


/* .innerBannerTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
} */


/* 內頁banner_end */


/* 麵包屑_start */

.breadcrumbActive {
    color: #0FC48D;
    font-weight: normal;
}

.breadcrumbContainer {
    padding: 48px 0px 0px 0px;
}

.breadcrumbContainer ul {
    text-align: center;
}

.breadcrumbContainer ul li {
    display: inline-block;
    font-size: 0.875rem;
}

.breadcrumbContainer ul li::after {
    content: "/";
    margin: 0px 10px;
    display: inline-block;
}

.breadcrumbContainer ul li:nth-last-child(1)::after {
    content: "";
    margin: 0px;
}

.breadcrumbContainer ul li a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
}

.breadcrumbContainer ul li a:hover {
    color: #0FC48D;
}


/* 麵包屑_end */


/* 內容_start */

.aboutUsContentRight {
    position: relative;
}

.aboutUsContentRight::after {
    position: absolute;
    background-color: #EEE;
    top: 0;
    left: 25%;
    width: 100%;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -2;
    opacity: 0.3;
    content: "";
}

.aboutUsContentLeft {
    position: relative;
    padding: 24px 0;
    margin-top: 24px;
}

.aboutUsContentLeft::after {
    position: absolute;
    background-color: #EEE;
    top: 0;
    right: 25%;
    width: 100%;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -2;
    opacity: 0.3;
    content: "";
}

.aboutUsInner {
    padding: 0 15px;
}

.aboutUsInnerText {
    margin-top: 30px;
}

.aboutUsTab {
    padding: 0 15px;
}

.aboutUsTab .nav {
    border-left: 1px solid #EEE;
}

.aboutUsTab .nav .nav-item {
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin-bottom: -1px;
    padding: 12px 24px;
    display: block;
    background-color: #FFF;
    color: #000;
}

.aboutUsTab .nav .active {
    background-color: #0FC48D;
    color: #FFF;
}

.aboutUsTab .nav .nav-item:hover {
    background-color: #0FC48D;
    color: #FFF;
}

.aboutUsTable {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.aboutUsTableCell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 24px;
}

.aboutUsTableCell:last-child {
    padding-right: 0;
}

.aboutUsTableCell .innerImgBlocks {
    padding-bottom: 56.25%;
    margin-bottom: 24px;
}

.innerImgBlocks {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.innerImgBlocks img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.innerImgText {
    padding: 24px 0;
}

.innerImgText p {
    padding: 12px 24px;
    background-color: #000;
    color: #FFF;
    font-size: 32px;
    margin-bottom: 0;
    letter-spacing: 2px;
    display: inline-block;
}

.aboutUsContent {
    padding: 0 15px;
    margin-top: -24px;
}

.pageTilte {
    margin: 0 auto;
    padding: 24px 0;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.pageTilte p {
    margin: 0;
    padding: 0 15px;
    line-height: 1.4;
}

.productTitle {
    padding: 16px 24px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    color: #0FC48D;
    line-height: 1.8;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.productTitle h1 {
    line-height: 1.4;
}

.productModel {
    color: #0A53A5;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding: 12px 0 0 0;
}

.productDtContainer {
    padding-top: 30px;
}

.productDtIntro {
    margin-top: 30px;
}

.productDtTopInfo .productModel,
.aboutUsTitle {
    margin-top: 30px;
    padding: 8px 24px;
    background-color: #0A53A5;
    color: #fff;
    display: inline-block;
}

.aboutUsTitle {
    margin-bottom: 30px;
}

.productDtIntro h2 {
    color: #0FC48D;
}

.searchInfoList .nav-item,
.productDtIntro .nav-item {
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin-bottom: -1px;
    padding: 12px 24px;
    display: block;
    background-color: #FFF;
    color: #000;
}

.searchInfoList .nav-item:hover,
.productDtIntro .nav-item:hover {
    background-color: #0FC48D;
    color: #FFF;
}

.searchInfoList .nav,
.productDtIntro .nav {
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
}

.searchInfoList .nav .active,
.productDtIntro .nav .active {
    background-color: #0FC48D;
    color: #FFF;
}

.searchInfoList .tab-content {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
    padding: 0 15px;
}

.productDtIntro .tab-content {
    padding: 24px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
}

.productDtIntro .textTitle {
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 500;
}

.productDtIntro .textContent {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding: 12px 0 24px 0;
}

.textContent {
    text-align: left;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px
}

.textContent img {
    max-width: unset;
    width: 100%;
}

.textContent a {
    color: #aaa;
}

.textContent a:hover {
    color: #0A53A5;
}


/* 
.form-wrap {
    display: block;
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 24px;
    margin: 0 15px;
} */

.aboutInner {
    display: block;
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 24px;
    margin-bottom: 24px;
}

.aboutInner p {
    text-align: left;
    letter-spacing: 1px;
}

.aboutInner .textTitle {
    font-size: 20px;
    color: #0FC48D;
    display: block;
    margin-bottom: 1rem;
}

.aboutTable {
    display: table;
    width: 100%;
}

.aboutTable span {
    display: table-cell;
    padding-left: 8px;
    position: unset;
}

.aboutTable span:first-child {
    width: 190px;
    padding-left: 0px;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.aboutTable span:first-child::after {
    content: "：";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.aboutYear .aboutTable span:first-child {
    width: 65px;
}

.aboutTable span a {
    color: rgba(0, 0, 0, 0.4);
}

.aboutTable span a:hover {
    color: #0A53A5;
}


/* 內容_end */


/* 404.php_start */

.errorContentTitle {
    text-align: center;
    color: #aaa;
    margin-bottom: 60px;
}

.errorNum {
    font-size: 200px;
    line-height: 1;
    margin-bottom: 30px;
}

.errorTitle {
    font-size: 22px;
}

.errorContainer {
    display: block;
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 24px;
    margin: 0 15px;
}


/* 404.php_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {
    .innerBannerContainer {
        height: unset;
        padding-bottom: 56.25%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .BannerContainer::after {
        right: -16.5%;
    }
    .aboutUsTable {
        display: block;
        width: 100%;
    }
    .aboutUsTableCell {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .aboutUsInner {
        padding: 0;
    }
    .aboutUsTab {
        padding: 0;
    }
    .aboutUsContent {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    .productDtContainer .asideBlock {
        display: none;
    }
    .productDtContainer {
        padding: 30px 0px 0px;
    }
    .innerBannerTitle {
        left: 60px;
        bottom: 30px;
    }
    .bannerText {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    /* 內頁banner_start */
    .innerBannerContainer {
        height: 180px;
    }
    .BannerContainer {
        padding-left: 15px;
    }
    .BannerContainer::before {
        width: 15px;
        height: 72px;
    }
    .innerBannerTitle {
        left: 30px;
        bottom: 15px;
    }
    .bannerText {
        font-size: 1.5rem;
    }
    /* 內頁banner_end */
    .breadcrumbContainer {
        padding: 45px 0 0 0;
    }
    .pageTilte {
        padding: 15px 0 20px 0;
    }
    .productDtIntro .nav-item {
        width: 100%;
    }
    .innerImgText p {
        font-size: 16px;
    }
    .aboutUsContentRight::after {
        left: 37.5%;
    }
    .aboutUsContentLeft::after {
        right: 37.5%;
    }
    .pageTilte p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 568px) {
    .bigImage .item a span {
        font-size: 14px;
    }
    .aboutTable span {
        display: block;
    }
    .aboutTable span:first-child {
        width: 100%;
        color: #0FC48D;
        padding-bottom: 8px;
    }
    .aboutTable span:first-child::after {
        display: none;
    }
    .productDtTopInfo .productModel,
    .aboutUsTitle {
        margin-top: 15px;
    }
    .aboutUsTitle {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}