/* 基本設定_start */

.nomargin {
    margin: 0px !important;
}

.mobileShow {
    display: none!important;
}

.container1280 {
    max-width: 1280px;
}

.container1400 {
    max-width: 1400px;
}

.requirement {
    color: #FF0000!important;
}

.text-primary {
    color: #47A041!important;
}


/* 基本設定_end */


/* 編輯器設定_start */


/* 編輯器設定_end */


/* logo/登入/註冊/詢價車/語系/搜尋_start */

.n3-header-container {
    border-bottom: 1px solid #d8d8d8;
    background-color: #FFF;
}

.n3-header-container.fixed-top {
    z-index: 99;
    width: 100%;
    background-color: #FFF;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navSlideUp {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
}

.n3-logo a {
    width: 180px;
    padding-bottom: 54px;
    position: relative;
    display: block;
    overflow: hidden;
}

.n3-logo a img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
}

.n3-top-menu ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.n3-top-menu ul li a {
    display: block;
    padding: 12px 12px 12px 32px;
    position: relative;
    font-size: 1.3rem;
    color: #FFF;
}


/* .n3-top-menu ul li:last-child a {
    padding-right: 0;
} */

.n3-top-menu ul li a:hover {
    background-color: #FFF;
    color: #47A041;
}

.n3-btn-login::before {
    font-family: 'Material Icons';
    content: 'login';
    left: 12px;
    display: block;
    position: absolute;
}

.n3-btn-register::before {
    font-family: 'Material Icons';
    content: 'app_registration';
    left: 12px;
    display: block;
    position: absolute;
}

.n3-btn-logout::before {
    font-family: 'Material Icons';
    content: 'logout';
    left: 12px;
    display: block;
    position: absolute;
}

.n3-btn-inquiry::before {
    font-family: 'Material Icons';
    content: 'shopping_cart';
    left: 12px;
    display: block;
    position: absolute;
}

.n3-btn-search::before {
    font-family: 'Material Icons';
    content: 'search';
    left: 12px;
    display: block;
    position: absolute;
}


/* logo/登入/註冊/詢價車/語系/搜尋_end */

.table-responsive {
    margin-bottom: 30px;
}

.table {
    min-width: 600px;
}


/* 主選單_start */

.n3-main-menu li {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.n3-main-menu>li>a {
    position: relative;
}

.n3-main-menu a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    font-size: 1rem;
}

.dropdownMenu {
    min-width: 270px;
    border: #eee solid 1px;
    position: absolute;
    z-index: 99;
    background-color: #FFF;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease;
    -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -moz-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -o-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -ms-transition: visibility 0s 0.2s, opacity 0.2s ease;
}

.dropdownMenu>li {
    border-bottom: 1px dashed #eee;
}

.dropdownMenu>li:last-child {
    margin-bottom: unset;
}

.dropdownMenu>li a {
    text-align: left;
}

.dropdownMenu li>.dropdownMenu {
    left: 100%;
    top: 0;
}

.n3-main-menu li:hover>a {
    color: #47A041;
}

.nextdropdownMenu {
    left: 100%;
    top: 0px;
}

.n3-main-menu li:hover>.dropdownMenu {
    visibility: visible;
    opacity: 1;
}

.n3-btn-arrow-down {
    position: relative;
    padding: 10px 20px 10px 10px!important;
}

.n3-btn-arrow-down::before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    /* content: '';
    background-image: url(../images/right-arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px; */
    display: block;
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}


/* 主選單_end */


/* 手機選單_start */


/* 手機選單_end */


/* 頁尾_start */


/* 頁尾公司資訊_start */

.img-content {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.img-content img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    height: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-content.pt-img img {
    transform: translate(-50%, -50%)scale(0.9);
    -webkit-transform: translate(-50%, -50%)scale(0.9);
    -moz-transform: translate(-50%, -50%)scale(0.9);
    -ms-transform: translate(-50%, -50%)scale(0.9);
    -o-transform: translate(-50%, -50%)scale(0.9);
}

.img-content.pt-img:hover img {
    transform: translate(-50%, -50%)scale(1.25);
    -webkit-transform: translate(-50%, -50%)scale(1.25);
    -moz-transform: translate(-50%, -50%)scale(1.25);
    -ms-transform: translate(-50%, -50%)scale(1.25);
    -o-transform: translate(-50%, -50%)scale(1.25);
}

.img-content.img-1by1 {
    padding-bottom: 100%;
}

.img-content.img-2by1 {
    padding-bottom: 50%;
}

.img-content.img-4by3 {
    padding-bottom: 75%;
}

.img-content.img-4by1 {
    padding-bottom: 25%;
}

.img-content.img-16by9 {
    padding-bottom: 56.25%;
}


/* 頁尾選單 */

.company-infoContent {
    display: table;
    padding: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.company-infoContent .text-title {
    margin-bottom: 24px;
}

.company-infoContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}


/* 公司資訊 */

.footer-container {
    padding: 45px 0;
    border-top: 1px dashed #eee;
}

.footerLogo a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 8px;
}

.company-info ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.company-info ul li:first-child {
    margin-bottom: 15px;
}

.company-info ul li .d-inline-block {
    vertical-align: middle;
    line-height: 1;
}

.company-info ul li .d-inline-block:first-child {
    padding-right: 10px;
}

.copyright {
    text-align: center;
    padding: 12px;
    background-color: #333;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 0.75rem;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #47A041;
}


/* 頁尾公司資訊_end */


/* 內容_start */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-title {
    text-align: center;
    padding: 30px 0;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #47A041;
}

.text-container {
    line-height: 1.6;
    font-size: 1rem;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.text-container p {
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: justify;
}

.text-container ul {
    margin-bottom: 10px;
    padding-left: 20px;
}

.text-container ul li {
    list-style: disc;
    margin-bottom: 5px;
    line-height: 1.6;
}

.text-title {
    font-size: 1.25rem;
}

.text-subtitle {
    font-size: 1.125rem;
}

.text-normal {
    font-size: 1rem;
}

.hashTagGroup {
    display: none;
    margin-top: 12px;
    padding: 0 4px;
    line-height: 1.4;
}

.hashTagGroup a {
    font-size: 1rem;
    margin-right: 4px;
    display: inline-block;
    line-height: 1.6;
}

.hashTagGroup a:last-child {
    margin-right: 0;
}

.product-container {
    padding: 30px 0;
}

.topHashtagContent {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.topHashtagContent .hashTagGroup a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    margin-right: 0;
    margin-bottom: 8px;
}

.topHashtagContent .hashTagGroup a:last-child {
    margin-bottom: 0;
}


/* 分頁_start */

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

.pagination {
    display: table;
    margin: 0 auto;
}

.pagination li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.pagination li a {
    display: block;
    padding: 8px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 4px;
    min-width: 42px;
    color: #333;
}

.pagination li a:hover {
    background-color: #47A041;
    color: #FFF;
}

.pagination li a.active {
    background-color: #47A041;
    color: #FFF;
}


/* 分頁_end */


/* 內容_end */


/* 社群連結_start */

.linkItem {
    padding: 4px;
    text-align: center;
}

.linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
}

.linkItem a {
    display: block;
}

.socialmediaContent {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.socialmediaContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.socialmediaContentInner .linkItem {
    margin: 0 auto;
}

.socialmediaContentInner .linkItem .linkItemIcon {
    margin: 0 auto 8px auto;
}


/* shareLink_start */

.shareLinkContentInner {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.shareLinkContentInner .text-title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: normal;
}

.shareLinkContentInner .linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 4px;
}

.shareLinkContentInner .linkItem .linkItemIcon:hover {
    border: 1px solid #0089A7;
}

.shareLinkContentInner .linkItem {
    margin-right: 8px;
    padding: 0;
}

.shareLinkContentInner .linkItem:last-child {
    margin-right: 0;
}


/* shareLink_end */


/* 社群連結_end */


/* 頁尾_end */


/* 常駐項_start */

.floatMenuContainer {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.floatMenuContainer ul li {
    margin-bottom: 10px;
}

.floatMenuContainer ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.floatMenuContainer ul li a {
    display: block;
    line-height: 1;
    padding: 10px;
    font-size: 1rem;
    text-align: center;
    background-color: #FFF;
    color: #333;
    border: 1px solid #EEE;
    border-radius: 5px;
}

.floatMenuContainer ul li a img{
    width: 24px;
    height: 24px;
}

.floatMenuContainer ul li a:hover {
    background-color: #47A041;
    color: #FFF;
}

.floatMenuContainer ul li a:hover img{
    filter: brightness(0) invert(1);
}

.floatMenuContainer ul li a span {
    display: block;
}

.floatShow {
    opacity: 1;
    visibility: visible;
}


/* 常駐項_end */


/* banner_start */

.banner-item {
    position: relative;
}

.bannerText {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

.bannerText .text-title {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 300;
    color: #FFF;
}

.bannerText .text-subtitle {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    color: #FFF;
}

.bannerText .text-normal {
    line-height: 1;
    color: #FFF;
    letter-spacing: 1px;
}

.n3-banner-container .item {
    padding: 0;
}

.n3-banner-container .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.n3-banner-container .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 16px;
}

.n3-banner-container .owl-dots {
    bottom: 8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.n3-banner-container .owl-theme .owl-nav {
    margin-top: 0px;
}


/* banner_end */


/* 搜尋頁面_start */

.searchInfoList {
    padding: 48px 0;
}

.searchInfoList .nav .nav-item {
    padding: 8px 12px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #eee;
    border-right: 0px solid #eee;
    font-size: 1.125rem;
}

.searchInfoList .nav .nav-item:hover,
.searchInfoList .nav .active {
    background-color: #47A041;
    color: #FFF;
}

.searchInfoList .nav-item:last-child {
    border-right: 1px solid #eee;
}

.searchInfoList .tab-content {
    padding: 18px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.searchInfoList .addSearchPageList,
.searchInfoList .addSearchProductList {
    display: none;
}

.searchInfoList .buttonBlock {
    margin: 0 auto;
}

.searchInfoList .searchButtonContent {
    text-align: center;
    margin-top: 24px;
}

.searchInfoList .newsItemContent {
    margin-bottom: 24px;
}

.searchInfoList .newsItemContent:last-child {
    margin-bottom: 0;
}


/* 搜尋頁面_end */


/* 側選單設定_side-container_start */

.side-container {
    border-radius: 2px;
    border: 1px solid #EEE;
}

.side-container>ul>li.sideInner>.text-subtitle {
    border-bottom: 1px solid #EEE;
}

.side-container>ul>li.sideInner:last-child>.text-subtitle {
    border: 1px solid transparent;
}

.side-container>ul>li.active>.text-subtitle {
    color: #fff;
    background-color: #333;
}

.side-container>ul>li>a:hover {
    background-color: #47A041;
    color: #FFF;
}

.sideInner {
    display: block;
    width: 100%;
}

.side-container ul>li.active>span,
.sideInner a.text-subtitle,
.sideInner .active {
    padding: 10px;
    display: block;
}

.sideInner .active {
    color: #FFF;
    background-color: transparent;
}

.sideInnerMenu {
    display: none;
    background-color: 1px solid #F7F7F7;
    padding: 10px;
}

.sideInnerMenu .active a.text-subtitle {
    color: #47A041;
    padding: 0;
}

.sideInnerMenu .sideInner a.text-subtitle {
    padding: 0;
}

.sideInnerMenu .sideInner {
    padding: 10px 0px 10px 15px;
}

.sideInnerMenu .active {
    background-color: transparent;
    color: #333;
}

.sideInnerMenu .active a {
    color: #47A041;
}

.sideInnerMenu .active a:hover {
    color: #47A041;
}

.sideActive {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #EEE;
    padding: 10px;
    color: #979797;
}

.sideActiveInner {
    display: table-cell;
    vertical-align: middle;
}

.sideActiveInner:last-child {
    width: 20px;
}

.sideActiveInner .sideBtn {
    position: relative;
    /* padding-bottom: 100%; */
    width: 100%;
    display: block;
}

.sideActiveInner .sideBtn::before {
    font-family: 'Material Icons';
    display: block;
    content: 'keyboard_arrow_right';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 1.75rem;
    color: #979797;
}

.sideActiveInner .active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.active .sideActive {
    background-color: #000;
    color: #fff;
}

.active .sideActiveInner .sideBtn::before {
    color: #fff;
}


/* 側選單設定_side-container_end */


/* 產品通用設定_n3-card-item_start */

.n3-card-item .img-content {
    border-radius: 5px;
}

.n3-card-item .img-content::after {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #47A04180;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.n3-card-item:hover .img-content::after {
    opacity: 1;
}

.n3-card-header {
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -o-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.n3-card-footer {
    display: block;
    height: 55px;
    overflow: hidden;
}

.n3-card-footer a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: center;
    overflow: hidden;
}

.ptImg .ptImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-color: #fbfbfb;
    overflow: hidden;
    border-radius: 5px;
}

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

.ptModal {
    margin-bottom: 15px;
}

.ptDesc {
    height: 68px;
    position: relative;
    display: none;
}

.ptDesc .text-normal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.n3-card-body {
    height: 32px;
}

.n3-card-body a {
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: center;
    overflow: hidden;
}


/* 產品通用設定_n3-card-item_start */


/* 產品詳細頁通用設定_bigImage_start */

.bigImage .item .imgInner {
    position: relative;
    padding-bottom: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
    margin-bottom: 8px;
}

.bigImage .item .imgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
    max-width: unset;
}

.bigImage .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.img-control .item a.active {
    /* border: 1px solid#1769ff; */
}

.productDtIntro {
    margin-top: 12px;
}

.productDtIntro .nav {
    padding: 0 4px;
    display: table;
    width: auto;
}

.productDtIntro .nav-item {
    border: 1px solid #EEE;
    padding: 10px 15px;
    display: table-cell;
    border-right: 0px solid #EEE;
    margin-right: -1px;
    font-size: 1rem;
}

.productDtIntro .nav-item:last-child {
    border-right: 1px solid #EEE;
}

.productDtIntro .nav .active {
    color: #FFF;
    background-color: #333;
}

.productDtIntro .tab-content {
    padding: 0 4px;
    margin-top: -1px;
}

.productDtIntro .tab-content .tab-pane {
    border: 1px solid #EEE;
    padding: 15px;
}

.relatedProductContent {
    padding-top: 24px;
    padding-bottom: 24px;
}

.toggleButtonContent ul {
    display: flex;
    justify-content: flex-end;
}

.toggleButtonContent ul li:last-child {
    border-left: 1px solid #FFF;
}

.toggleButtonContent ul li a {
    display: block;
    padding: 4px;
    background-color: #d8d8d8;
    color: #FFF;
    border-radius: 4px;
}

.toggleButtonContent ul li.active a {
    background-color: #000;
}

.listActive .col-padding {
    flex: 100%;
    max-width: 100%;
}

.listActive .n3-card-item {
    display: table;
    width: 100%;
}

.listActive .card-name {
    height: auto;
    margin-bottom: 8px;
}

.listActive .n3-card-itemInner {
    display: table-cell;
    vertical-align: top;
}

.listActive .n3-card-itemInner:first-child {
    width: 30%;
    padding-right: 12px;
}

.listActive .ptDesc {
    display: block;
}

.listActive .n3-card-item .card-name .text-title,
.listActive .n3-card-item .card-name .text-subtitle,
.listActive .n3-card-item .ptModal .text-subtitle {
    text-align: left;
}


/* 產品詳細頁通用設定_bigImage_end */


/* 最新消息通用設定_newsItem_start */

ul.newsItemContent {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.newsItemContent li.newsItem .newsItemInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
}

ul.newsItemContent li.newsItem .newsItemInner:first-child {
    width: 180px;
}

ul.newsItemContent li.newsItem {
    padding: 12px;
    display: table;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin-bottom: 20px;
}

ul.newsItemContent li.newsItem:last-child {
    margin-bottom: 0;
}

ul.newsItemContent li.newsItem .text-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 12px;
    font-weight: 300;
}

ul.newsItemContent li.newsItem time {
    display: block;
    margin-bottom: 12px;
    font-size: 1rem;
}

ul.newsItemContent li.newsItem .text-normal {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 1.6;
}


/* 最新消息通用設定_newsItem_end */


/* faq_start */

.collapseContent .n3-card-header,
.collapseContent .n3-card-body {
    padding: 12px;
}

.collapseContent .n3-card-body .text-container p {
    margin-bottom: 0;
}

.collapseContent button {
    border: 0px solid #FFF;
    outline: unset;
    background-color: transparent;
    padding: 0;
    margin: 0;
}


/* faq_end */


/* download_start */

.downloadContent ul {
    list-style: none;
    padding: 15px 0;
}

.downloadContent ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1;
}

.downloadContent ul li::after {
    position: absolute;
    font-family: 'Material Icons';
    display: block;
    content: 'description';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #47A041;
    font-size: 1.5rem;
}

.pdfContent ul li::after {
    content: 'picture_as_pdf';
}

.downloadContent ul li:hover::after {
    color: #47A041;
}

.downloadContent ul li a {
    display: block;
    position: relative;
    padding: 5px 15px 5px 0px;
    margin-left: 20px;
    font-size: 1.125rem;
    color: #030303;
    letter-spacing: 1px;
    border-bottom: 1px dashed #d8d8d8;
}

.downloadContent ul li a:hover {
    color: unset;
}

.downloadContent ul li:hover a {
    color: #47A041;
}


/* download_end */


/* video_start */

.videoCateTitle {
    margin-bottom: 12px;
}

.videoCateTitle .text-title {
    margin: 0;
}

.videoContent {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 12px;
}

.videoContent .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
    margin: 0;
}

.videoContent .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    margin: 0;
}

.videoItem {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.videoImg {
    margin-bottom: 12px;
}

.videoImg .videoImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    background-color: #fbfbfb;
    overflow: hidden;
}

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

.videoName .text-title,
.videoName .text-subtitle {
    line-height: 1;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 300;
}

.videoName {
    margin-bottom: 8px;
    height: 28px;
}

.videoDesc {
    height: 68px;
    position: relative;
}

.videoDesc .text-normal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
}

.qrcode-item {
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -o-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.qrcode-header {
    padding: 10px;
    text-align: center;
}

.qrcode-body {
    padding: 10px;
    background-color: #47A041;
    color: #fff;
}


/* video_end */


/* 按鈕樣式_btn_start */

.n3-button {
    border: unset;
    display: inline-block;
    background-color: #47A041;
    color: #fff;
    text-align: center;
    padding: 15px;
    min-width: 80px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.n3-button:hover {
    background-color: #000;
    color: #FFF;
    box-shadow: unset;
}

.n3-button.reset-button {
    background-color: #d8d8d8;
    color: #000;
}

.n3-button.reset-button:hover {
    background-color: #f00;
    color: #fff;
}

.formBtnContent {
    text-align: center;
    padding: 24px 12px;
    margin-bottom: 60px;
}

.formBtnReset {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    display: inline-block;
    background-color: #FFF;
    color: #333;
    text-align: center;
    padding: 8px;
    min-width: 80px;
    border-radius: 4px;
    outline: unset;
    border: unset;
    font-size: 1.125rem;
}

.formBtnReset:hover {
    background-color: #FF0000;
    color: #FFF;
    box-shadow: unset;
}

.formBtn {
    font-size: 1.125rem;
    display: inline-block;
    min-width: 80px;
    background-color: #d8d8d8;
    color: #FFF;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    outline: unset;
    border: unset;
}

.formBtn:hover {
    background-color: #47A041;
    color: #fff;
    box-shadow: unset;
}


/* 按鈕樣式_btn_end */


/* contact_start */

.addFile {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
}

.remarkText {
    line-height: 1.8;
    color: #ff0000;
    font-size: 1rem;
}

.custFormContent {
    margin-top: 36px;
    padding: 24px 12px;
    border: 1px solid #d8d8d8;
}


/* contact_end */

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

@media only screen and (max-width: 1399px) {
    .container1400 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .container1280 {
        max-width: 100%;
    }
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
    .toggleButtonContent {
        display: none;
    }
    .mb-none {
        display: none;
    }
    .owl-theme .owl-nav [class*=owl-] {
        padding: 4px;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_start */
    .n3-top-menu {
        text-align: center;
    }
    .n3-top-menu ul li a {
        font-size: 1rem;
    }
    /* .n3-btn-login::before {
        left: 0px;
    }
    .n3-btn-logout::before {
        left: 0px;
    }
    .n3-btn-register::before {
        left: 0px;
    }
    .n3-btn-inquiry::before {
        left: 0px;
    }
    .n3-btn-search::before {
        left: 0px;
    } */
    .n3-btn-arrow-down::before {
        display: none;
    }
    .mobileShow {
        display: inherit!important;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_end */
    .video-container {
        padding-bottom: 40%;
    }
    /* 手機選單_start */
    .n3-main-menu--mobile .d-table {
        table-layout: fixed;
    }
    .n3-main-menu--mobile .d-table-cell {
        vertical-align: middle;
    }
    .n3-main-menu--mobile .d-table-cell:last-child {
        width: 60px;
    }
    .n3-main-menu--mobile .navbar-toggler {
        width: 100%;
        height: 60px;
        padding: 0px;
        outline: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        background-color: #333;
        color: #fff;
    }
    .n3-main-menu--mobile .n3-logo {
        padding: 5px 0;
        display: block;
        width: auto;
        height: 60px;
        text-align: center;
    }
    .n3-main-menu--mobile .n3-logo img {
        margin: 0 auto;
        max-height: 100%;
        display: block;
    }
    #n3SideMenu a {
        color: #fff;
        display: block;
        padding: 12px 16px 12px 12px;
        font-size: 1rem;
    }
    #n3SideMenu ul li {
        display: block;
        width: 100%;
        position: relative;
    }
    #n3SideMenu .dropdownMenu {
        position: static;
        visibility: inherit;
        opacity: 1;
        display: none;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        border: none;
        background: rgba(0, 0, 0, 0.2);
    }
    #n3SideMenu .mobileDown {
        width: 36px;
        height: 36px;
        position: absolute;
        z-index: 99;
        display: block;
        right: 0;
        top: 0;
        text-align: center;
        background-image: url(../images/arrow-down-white.svg);
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    #n3SideMenu a.mobileActive {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    #n3SideMenu button {
        border: unset;
        background: unset;
        box-shadow: unset;
        color: #fff;
    }
    .dropdownMenu {
        padding-left: 16px;
    }
    #n3-search--mobile {
        padding: 12px;
    }
    #n3-search--mobile .searchContent {
        width: 100%;
    }
    /* 手機選單_end */
    /* 主選單_start */
    /* 主選單_end */
    /* 頁尾_start */
    .n3-main-menu {
        width: 100%;
        display: block;
        table-layout: inherit;
    }
    .n3-main-menu li {
        position: relative;
    }
    .n3-main-menu>li {
        display: block;
        vertical-align: inherit;
        margin-top: 12px;
    }
    .n3-main-menu li a {
        border: 1px solid #eee;
        border-radius: 4px;
    }
    .n3-main-menu li:last-child {
        margin-bottom: 12px;
    }
    /* 頁尾公司資訊_start */
    .company-infoContent {
        display: block;
        width: 100%;
        table-layout: unset;
    }
    .company-infoContentInner {
        display: block;
        width: 100%;
    }
    .linkItem {
        padding: 0;
    }
    .linkItem a {
        font-size: 0.75rem;
    }
    /* 版權宣告/政策/網站地圖_start  */
    .copyrightPolicySitemapContent {
        padding-bottom: 80px;
    }
    /* 版權宣告/政策/網站地圖_end */
    footer {
        padding-bottom: 45px;
    }
    .copyright .container {
        line-height: 1.6;
    }
    /* 頁尾_end */
    /* 常駐項_start */
    .floatMenuContainer {
        left: 0px;
        bottom: 0px;
        top: inherit;
        right: inherit;
        transform: inherit;
    }
    .floatMenuContainer ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        background-color: #FFF;
        border-top: 1px solid #eee;
    }
    .floatMenuContainer ul li {
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
        border-right: #eee solid 1px;
    }
    .floatMenuContainer ul li:nth-last-child(1) {
        border-right: none;
    }
    .floatMenuContainer ul li a {
        width: 100%;
        border: 0px;
    }
    /* 常駐項_end */
    /* banner_start */
    .bannerText .text-title {
        font-size: 1.25rem;
    }
    .bannerText .text-subtitle {
        font-size: 1rem;
    }
    .n3-banner-container .owl-dots {
        bottom: 4px;
    }
    /* banner_end */
    /* news_start */
    ul.newsItemContent {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner:first-child {
        width: 100%;
        margin-bottom: 4px;
    }
    /* news_end */
    .videoContent .owl-nav .owl-next {
        right: -4px;
    }
    .videoContent .owl-nav .owl-prev {
        left: -4px;
    }
}

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

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

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