@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

.show_content {
    padding: 0;
}

#content_main,
#content {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.path {
    display: none;
}

.main_part {
    width: 90%;
    max-width: 1500px;
    padding: 60px 0;
}

.stellarnav>ul>li:first-of-type,
.footer_menu a:nth-of-type(2) {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*主選單*/
.navigation {
    display: flex;
    align-items: center;
}

.nav-header {
    max-width: 360px;
    padding: 8px 0;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #fff;
    padding: 0;
    border-top: 4px #3C6DB3 solid;
    box-shadow: 0 0 20px rgba(0 0 0 / 12%);
    transition: all ease 0.3s;
}

.main_header_area .container {
    max-width: 1800px;
    padding: 0 5%;
}

.stellarnav ul {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li:after {
    width: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: #3C6DB3;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all ease 0.3s;
}

.stellarnav>ul>li:hover:after {
    width: 100%;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    font-size: 15px;
    padding: 0 2px;
    color: #222;
    display: block;
    font-weight: 500;
    margin: 0 16px;
    text-transform: none;
    height: 100%;
    line-height: 80px;
    transition: all ease 0.3s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #3C6DB3;
}

.me_tp_features,
.swiper-pagination {
    display: none;
}

/*次分類*/
.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    text-align: center;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #3B6CAE;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #666;
    padding: 9px 15px;
    font-weight: 500;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    font-size: 14px;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.swiper-fade .swiper-slide-active:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 60%);
    animation: shark-wrap 4s 1 forwards;
    z-index: 9;
}

@keyframes shark-wrap {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 5/1;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.banner:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://pic03.eapple.com.tw/gtcar/banner.jpg) center/cover no-repeat;
    filter: brightness(.5)
}

.banner h5 {
    line-height: 1;
    color: #fff;
    font-size: 36px;
    font-family: 'Noto Serif TC';
    letter-spacing: 4px;
    z-index: 9;
}

.banner h5 {
    line-height: 1.4;
    color: #fff;
    font-size: 34px;
    font-family: 'Noto Serif TC';
    letter-spacing: 2px;
    z-index: 9;
    padding: 0 5%;
}

.banner h5:after {
    content: 'G.T CAR WINDOW FILM';
    font-size: 22px;
    display: block;
    opacity: .5;
    font-weight: 600;
    margin-top: 8px;
    font-family: 'Cormorant Infant';
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
/*取消設定.product_main,
#prod_thumbSwiper,
.sidebarBtn>h2,
.toShare,
.product_info>li>span,
.pd_tabTitle,
.prod_related {
    display: none;
}

.sidebarBtn {
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
}

.product_info li span.head-text {
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f9b32c;
    padding-bottom: 2px;
    box-shadow: #f9b32c 0px -1px 0px 0px inset;
    max-width: max-content;
    margin: 0 auto;
    font-family: "Poppins";
    font-weight: 500;
}

.sidebarBtn h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #005081;
    margin: 10px 0 20px;
    font-weight: 500;
    font-family: "Poppins";
}

.product_info li .txt_box {
    color: #222;
    font-size: 18px;
    line-height: 1.65;
}

.product_info_page .main_part {
    width: 90%;
    max-width: 840px;
    padding: 100px 0;
}

.prod_tabs,
.product_info,
.product_info li,
.product_menu_list {
    margin: 0;
}
*/


/*modify*/
.product_menu_list {
    margin-bottom: 0;
}

.products-list .item a:hover .more {
    background: #16428B;
    border: 1px solid #16428B;
    letter-spacing: 0;
}

.products-list .more {
    border: 1px solid #444;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.proImgSwiper li {
    align-items: flex-start;
}

.prod_related {
    display: none;
}

.prod_tabs,
.proImgSwiper img {
    width: 100%;
}

.sidebarBtn {
    height: max-content;
}

.product_info li .txt_box {
    color: #444;
}

.proImgSwiper {
    aspect-ratio: auto;
}



/*預設*/
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    border-right: 1px solid #ccc;
    height: auto;
}

.product_page .products-list {
    width: calc(100% - 280px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin: 0;
    width: 100%;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 5px 0;
}

.product-layer-two li i {
    right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #444;
    transition: all ease .3s;
}

.product-layer-two>li.active i {
    color: white;
}

.product-layer-two>li:hover i {
    color: #3B6CAE;
}

.product_info_page .product_menu_list {
    display: none;
}

.product-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -18px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*預設結束*/
.product-layer-two li li {
    display: block;
    background: none;
    border: none;
    padding: 0 14px;
    margin: 10px 0 0;
    transition: all ease .3s;
}

.product-layer-two li li:hover {
    padding-left: 34px;
}

.product-layer-two>li>ul li+li {
    margin-top: 0;
}

.product-layer-two>li>ul li:last-of-type {
    margin-bottom: 5px;
}

.product-layer-two li.active li {
    display: block;
}

.product-layer-two li li a,
.product-layer-two li.active li a {
    background: none;
    padding: 2px;
    color: #444;
}

.product-layer-two li li:hover>a {
    color: #3B6CAE;
    border: none;
}

.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li li:hover>a:before {
    background: #3B6CAE;
}

.product-layer-two li:hover>a:before,
.product-layer-two li.active>a:before {
    background: white;
    color: #174389;
}

.product-layer-two li a {
    padding: 10px 48px 10px 15px;
    color: #444;
    letter-spacing: 0px;
    border: 1px solid transparent;
    font-weight: 500 !important;
    background: transparent;
    transition: all 0.3s;
    line-height: 160%;
    font-size: 15px;
    transition: all 0.3s;
}

.product-layer-two>li:hover>a {
    border-color: #3B6CAE;
    color: #3B6CAE;
}

.product-layer-two li.active>a {
    background: #3B6CAE;
    border: none;
    color: #fff;
}

.products-list .name {
    font-weight: 500;
    margin: 10px 0;
    -webkit-line-clamp: 1;
    height: auto;
}

.products-list .price {
    margin: 0 0 10px;
}

.products-list .price * {
    display: inline-block;
    margin: 0;
}

.products-list .price b {
    color: #3B6CAE;
    font-size: 15px;
    line-height: 2;
}

.products-list .item a:hover img {
    opacity: 0.5;
}

.products-list .pic img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.subalbum-menu h2,
.album_descrip {
    display: none;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box,
.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .075);
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.blog_list_le:after {
    content: 'VIEW MORE +';
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 102%;
    height: 102%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(59, 108, 174, .9);
    opacity: 0;
    transition: all .4s;

}

.subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}

.blog_list_le img {
    min-width: 100%;
    margin: 0 auto;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 10px 10px;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    color: #3B6CAE;
    font-family: 'Noto Serif TC';
    font-weight: bold;
}

.blog_list_ri em {
    font-weight: 400;
    margin: 8px 0 10px;
}

.blog_list_ri p {
    line-height: 160%;
    -webkit-line-clamp: 2;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #16428B !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #3B6CAE !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #F5F8FA 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #F5F8FA;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left-width: 4px;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 10px 36px 10px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #222;
    font-family: 'Noto Serif TC';
}

.blog_box_edit {
    color: #444;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    color: #fff !important;
    background: #3B6CAE !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: transparent;
    color: #3B6CAE;
    border: 1px solid #3B6CAE;
    transition: all .3s ease;
}

.news_related {
    padding: 48px 0;
    background: #F5F8FA;
}

.news_related_list {
    max-width: 1500px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #3B6CAE;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #666;
    font-family: 'Noto Serif TC';
}

.news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {
    padding: 40px 0 0;
    background: #eaf1f7;
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 360px;
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 1800px;
    padding: 0 5%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #222;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 16px;
    border: none;
    background: transparent;
    margin: 0;
    margin-left: 12px;
}

.footer_menu a:hover {
    background: #3C6DB3;
    color: #fff;
}

.copy,
.copy a,
.copy a:hover {
    color: rgba(0, 0, 0, .4);
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.copy {
    text-align: right;
    padding: 5px 5% 52px;
    border-top: none;
    max-width: 1800px;
    margin: 0 auto;
    justify-content: flex-end;
}

.box_link {
    display: none;
}


@media screen and (max-width: 768px) {

    #bottom_menu li:not(:first-of-type) {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 54px;
    }

    #to_top {
        bottom: 68px;
    }
}