@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #ffffff00;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
   padding: 10px 0px 10px 0px;
   display: flex;        /* 保證選單橫向排列 */
   align-items: center;  /* 垂直置中 */
}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #C30D22 !important;}
.stellarnav li a {color:#c5c3c3;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #c5c3c3;	padding-left:10px;border-color:#ECECEC ;}
/*SubMenu*/
.shop_search_btn {    background: #C30D22;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #C30D22;}

.stellarnav > ul > li > a {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
    font-family:Noto Sans TC;
    margin: 0 10px;
    letter-spacing: 1.5px;
}

.stellarnav li li {
    background:#000000c9;
    border: none;
    border-bottom: 1px solid #ffffff19;
    margin-bottom: 0;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #C30D22;
}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Header/＝＝＝＝＝*/
.header_area {
    position: fixed;
    background: #ffffff00;
    z-index: 9999;
    width: 100%;
    transition: all 0.5s;
    padding: 0;
}

.header_area.sticky {
    position: fixed;
    pointer-events: all;
    transition: all 0.5s;
    background: #000000;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    /* border-bottom: 1px solid #583f281a; */
    transition: all 0.5s;
}

body.pageIndex .header_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background: linear-gradient(180deg, #000000 0%, #ffffff00 100%);
    mix-blend-mode: color-burn;
    transition: all 0.3s ease-in-out;
    opacity: 0.33;
}

.header_area .container {
    display: flex;
    align-items: center;       /* 垂直置中 */
    justify-content: space-between; /* logo 左、選單右 */
}

/*Footer/＝＝＝＝＝*/
/* .footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between;} */
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;    background: #f0f0f000;    border: 1px #ccc solid;letter-spacing: 1px;}
.footer_menu a:hover {    background: #c30e23;}

.copy {
    text-align: center;
    padding: 20px;
    width: calc(100% - 40px);
    margin: auto;
    border-top: 1px solid #555555;
    align-items: center;
    color: #8b8b8b;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    font-family: var(--SFontEN);
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: transparent;
}
.copy a {color: #8b8b8b;} 
.copy a:hover { color:#C30D22;}

.box_link a{transition:all 0.3s;display:none;}
.box_link a:hover {    background: #C30D22;    color: #fff;}

.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #000000;
    position: relative;
    z-index: 99;
}

.footer_info li p { line-height:175%; letter-spacing:1px; color:#ffffff;}
.footer_info li a {color: #ffffff;letter-spacing: 1.5px;}
.footer_info li p a:hover {color: #C30D22 !important; transition: all 0.3s;}

.footer_info li p::before {letter-spacing: 1.5px;}

/*Footer-聯絡資訊/＝＝＝＝＝*/
.footer_info li p.tel:before { content: '服務專線：';}
.footer_info li p.line:before { content: '官方 Line ID：';}
.footer_info li p.mail:before { content: '服務信箱：';}
.footer_info li p.add:before { content: '店家地址：';}
.footer_info li p.add2:before { content: '服務時間：';}

/* 設定各個元素的順序 */
#page footer .footer_info ul li {
    display: flex;
    flex-direction: column; /* 保持垂直 */
}
/* 重新排列順序 */
#page footer .footer_info ul li .taxid { order: 1; }
#page footer .footer_info ul li .tel { order: 2; }
#page footer .footer_info ul li .line { order: 3; }
#page footer .footer_info ul li .mail { order: 4; }
#page footer .footer_info ul li .add { order: 5; }
#page footer .footer_info ul li .add2 { order: 6; }

/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 290px;
    max-width: none;
    flex-shrink: 0;
}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 10px;}
.header_area.sticky .nav-brand{}

.nav-brand img {content: url('https://pic03.eapple.com.tw/juzhanauto/LOGO_3.png');}
.footer_logo img {content: url('https://pic03.eapple.com.tw/juzhanauto/LOGO_3.png');max-width: 80%;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {background: #C30D22;}

a[href="https://juzhanauto.com/index.php"] {display: none;}

.me_tp_features {display:none;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0; background: #000;}
#content {background: url(https://pic03.eapple.com.tw/juzhanauto/all_bg.png) no-repeat center top / cover;}
.bannerindex { position:static; 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{min-height: 305px;}
.banner h5{font-size: 32px;}

.banA {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

.banB {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
    background-position: 50% 70%;
    position: relative;
    display: block;
    aspect-ratio: 2000 / 400;
    background-size: cover;
}

body.other_page .banner.banB {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

.banF {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

body.other_page .banner.banF {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

body.product_info_page .banF {
    display: none !important;
}

.banblog {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
    display:none;
}

.banD {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

.banE {
    background-image: url(https://pic03.eapple.com.tw/juzhanauto/banner_1.png);
}

.banner h5 {
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    letter-spacing: 0.1em;
    padding-top: 70px;
    font-weight: 500;
    margin-top: 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-family: 'Noto Sans TC';
}

.banner h5:after {
    content: 'CAR MODELS';
    color: #b0b0b0;
    width: 100%;
    max-width: 900px;
    font-size: 15px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 0.3em;
    font-family: 'Noto Sans TC';
}

.banner.banB h5::after {content: "CAR MODIFICATION";}
.banner.banA h5::after {content: "LATEST NEWS";}
body.other_page .banner.banB h5::after {content: "CAR RENTAL";}
body.article_b .banner.banblog h5::after {content: "LATEST NEWS";}
body.article_a .banner.banblog h5::after {content: "SHOWCASE";}
.banner.banC h5::after {content: "CONTACT US";}

/*大圖輪播按鈕*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

/*下滑提示*/
.pageIndex .swiper-banner::before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/starlightdental306/slogan_scroll.png);
    position: absolute;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    width: 104px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3%;
    animation: wave-reveal 4s both;
    animation-iteration-count:infinite;
}

.pageIndex.headerSticky .swiper-banner::before{
    opacity: 0;
    transition: var(--tr);
}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 9px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #F5F3EE;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #C30D22;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #9d9d9d;
}

/* 反白顏色 -------------------- */
::-moz-selection {
    background-color:#F5F3EE;
    color: #000000;
}

::selection {
    background-color:#F5F3EE;
    color: #000000;
}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #C30D22;}
.path {display:none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #C30D22;border: 1px solid #C30D22;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #C30D22;    color: #C30D22;}
.products-list .item a:hover .more {    background: #C30D22;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {margin: 0 5px;line-height: 180%;text-align: center;color: #ff4258;}
.products-list .price b.ori_price {    font-size: 14px;}
.products-list .price b.ori_price {color: #9b9b9b;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {color: #ffffff;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #C30D22;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #C30D22; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #C30D22;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #C30D22;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #5a5a5a;}
.inquiry_a2{background: #A20B1E;}
.inquiry_a3{background: #C30D22;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #C30D22;    background-color: #f2f2f2;}
.nextaction {    background-color: #C30D22;}
.lastPage {background: #c30d22;}

/*商品側邊規格*/
.product_info li .txt_box {    color: #ffffff;    width: 100%;}
.sidebarBtn {background: #ffffff00;}
.sidebarBtn .sp_price {   color: #ff4258;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn h2 {color: #ffffff;}
#number_area {color: #fff;}
.product_info li span{color:#a7a7a7;}

.sidebarBtn .price {color:#fff;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related h6 span:before {color: #858585;}
.pd_tabTitle li.activeTab a {color: #858585;}

.products-list .name {color:#fff;margin-bottom: 15px;}
.prod_related {background: #000000;}
.edit {color:#fff;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;    color: #ffffff;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 90%;
    min-width: 90%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.blog_list_ri p {
    font-size: 15px;
    color: #ffffff;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #C30D22 !important;}
.submenu a:hover {    background: #C30D22;}
/*首*/
.module_i_news ul{width: 100%;grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a , .subbox_item a {    
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.i_blog_ri p {color: #e6e6e6;}
.module_i_news li a:before {
    content: 'READ MORE+';
    font-size: 15px;
    color: #C30D22;
}
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(255 255 255 / 0%);
    opacity: 0;
    border: 2px #C30D22 solid;
    transition: all .6s;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #C30D22;}

.news_related {
    background: #000000;
    padding: 25px 15px;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #ffffff;
}

.blog_back a.article_btn_prev {background: #666666;}
.blog_back a.article_btn_next {background: #666666;}

.blog_box_edit * {color:#fff;}

.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*文章版型修改*/
/*文章設定*/
.blog_box {display: flex;flex-direction: column;align-items: center;gap: 30px;}
.blog_le {width: 100%;padding: 0;margin-bottom: 30px;}
h5.blog_le_t, .blog_search {display: none;}
.blog_le .accordion {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;border-radius: 0;border: unset;gap: 5px;}
.accordion li+li .link {border-top: unset;}
.accordion li .link a {line-height: 1;padding: 10px 15px;color: #ffffff;font-size: 17px;letter-spacing: 0.08em;font-weight: normal;}
.blog_le .accordion li {transition: all .4s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #C30D22 !important;transition: all .4s;}

.blog_ri {width: 100%;padding: 0;margin-bottom: 30px;}
.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 10px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-bottom: 40px;}
.blog_list_le {aspect-ratio: 3 / 2;}
.blog_list_ri {padding: 0;}
.blog_list_ri h5 {font-weight: normal;font-size: 20px;color: #ffffff;}
.blog_list_ri em {display: none;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri p {font-size: 16px;line-height: 1.5;-webkit-line-clamp: 1;}

.subbox_item a:before {right: 0;font-size: 14px;letter-spacing: 0.08em;color: #C30D22;transition: all .4s;}
.subbox_item a:hover:before {opacity: 1;transition: all .4s;}
.subbox_item a:after {width: 0%;height: 1px;top: auto;bottom: 0;border: unset;background: #C30D22;}
.subbox_item a:hover:after {width: 100%;}

/* 只有有 <i> 的 .link 加右內距，避免被 icon 擋住文字 */
.blog_le .accordion li .link:has(i) { padding-right: 25px;}

.submenu li.on_this_category a, .submenu a:hover { background:#efefef; color:#C30D221;}

/*文章內頁設定*/
.blog_in_page .blog_box {gap: 50px;}
.blog_in_page h4.blog_category_title {color: #ffffff;font-size: 22px;font-weight: normal;letter-spacing: 0.08em;padding: 0;margin-bottom: 5px;}
.blog_shareData {padding: 8px 10px;background: #0525610a;}
.toShareNews {font-size: 14px;color: #ffffff;align-items: flex-end;line-height: 1;}
.toShareNews b {font-weight: 500;letter-spacing: 0.08em;}
.blog_box_edit * {font-size: 17px;line-height: 1.8;letter-spacing: 0.08em;overflow: hidden;}

.news_tags a {color: #C30D22;font-size: 15px;}
.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {display: flex;align-items: center;gap: 15px;font-size: 14px;padding: 10px 0;letter-spacing: 0.5em;color: #C30D22;}
.blog_back a:before {content: '';display: block;position: relative;left: 0;top:0;width: 50px;height: 1px;background: #C30D22;transition: all .4s;}
.blog_back a:hover:before, .article_btn_back:hover:after{width: 30px;transition: all .4s;}
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: unset;}

.blog_back a.article_btn_prev {text-align: left;}
.blog_back a.article_btn_next {flex-direction: row-reverse;text-align: right;}
.blog_back a.article_btn_back {justify-content: center;}
a.article_btn_back:after {content: '';display: block;position: relative;left: 0;top: 0;width: 50px;height: 1px;background: #C30D22;transition: all .4s;}

.news_related {background: #000000;padding: 50px 5% 50px;border-top: 1px solid #05256126;}
.news_related h6 {max-width: 1500px;margin: 0 auto 50px;}
.news_related h6 span {display: block;position: relative;width: 100%;}
.news_related h6 span:before {color: #ffffff;font-size: 22px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
/* .news_related h6 span:after {
    content: 'Related articles';
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 0%;
    left: 50%;
    font-family: 'DM Serif Display';
    text-transform: math-auto;
    color: #c30d2280;
    font-size: 60px;
    letter-spacing: 0.05em;
    font-weight: normal;
    }
 */
.news_related_list {grid-template-columns: repeat(4, 1fr);max-width: 1500px;grid-gap: 10px;}
.news_related_list li a {display: flex;padding: 0;background: unset;height: 100%;flex-direction: column;align-items: center;gap: 10px;transition: 0.5s ease;}
.news_related_list li a:hover {transform: translateY(-10px);transition: 0.5s ease;}
.news_related_list li figure {aspect-ratio: 3 / 2;}
.news_related_list li a p {font-size: 15px;color: #ffffff;letter-spacing: 0.05em;}

.lastPage {font-size: 14px;letter-spacing: 0.5em;color: #ffffff;background: unset;padding: 10px 0;margin: 50px auto 0;max-width: 1500px;width: 100%;
    text-align: center;border-top: 1px solid #05256126;border-bottom: 1px solid #05256126;transition: 0.5s ease;}
.lastPage:hover {background: #C30D22;transition: 0.5s ease;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_box_edit * {font-size: 16px;}
.news_related {padding: 80px 5% 50px;}
.news_related h6 span:before {font-size: 20px;}
.news_related h6 span:after {font-size: 50px;}
.news_related_list li a p {line-height: 1.5;}
}
@media screen and (max-width: 768px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box_edit * {font-size: 15px;}
.blog_back a {font-size: 13px;gap: 10px;letter-spacing: 0.15em;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related h6 span:before {font-size: 18px;}
.news_related h6 span:after {font-size: 45px;}
.news_related_list li a p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.toShareNews {font-size: 12px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a:before, a.article_btn_back:after {width: 25px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 15px;}
.news_related h6 span:before {font-size: 17px;}
.news_related h6 span:after {font-size: 40px;}
.news_related_list {grid-template-columns: 1fr;}
}
@media screen and (max-width: 450px) {
.blog_back a {font-size: 12px;gap: 5px;}
.blog_back a:before, a.article_btn_back:after {width: 18px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 8px;}
.news_related h6 span:before {font-size: 16px;}
.news_related h6 span:after {font-size: 30px;}
}

/*文章首圖隱藏/＝＝＝＝＝*/
.articel_mainPic img {display:none;}

/*首頁相簿/＝＝＝＝＝*/
.module_i_news02 .title_i_box h4,
.module_i_news01 .title_i_box h4 {
    font-family: 'Noto Sans TC';
    color: #ffffff;
    letter-spacing: 1.5px;
    font-weight:400;
}

.module_i_news02 .title_i_box h4::before,
.module_i_news01 .title_i_box h4::before {
    content: "Showcase";  /* 英文字 */
    display: block;
    font-family: 'DM Serif Display';
    font-size:50px;
    color: #C30D22;                 /* 文字填色透明 */
    letter-spacing: 0.05em;
    margin-top: -3px;                   /* 與中文標題間距 */
}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #ADA17E;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {width: 100%;}
.news_list ul li a:hover {    background: #c30d2270;}
.news_list ul li p {color: #ffffff;}
.news_list ul li p:after {background: #c30d2200;padding: 3px 5px;border-radius: 5px;color: #ffffff;}
.news_list ul li span {color: #b8b8b8;}
.news_list ul li a:hover p { color:#ffffff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

.promotion_title h2 {color: #ffffff;}
a { color:#ffffff;}

}
.other_promotion .pmtTitle h3 {color: #ffffff;}
.other_promotion .pmtTitle h3 {color: #fff;}

.news_part .title_i_box h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.news_list ul li {display: block;border-bottom: 1px #777777 solid;}
.news_list ul li:hover {display: block;border-bottom: 1px #777777 solid;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {background: #C30D22;}
.contact_form li.last cite {background: #C30D22;    border: 1px #C30D22 solid;}

.contact_form li.last input {color: #ffffff;}
.promotion_title em {
    border: 1px #ffffff dashed;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
.promotion_title * {
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
}

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
}	
.list_before {color: #ffffff;}
.contact_form {color: #ffffff;}
button, input, optgroup, select, textarea {
    color: #000;
    font: inherit;
    margin: 0;
}

.other_promotion li a:hover {background: #C30D22;}

/*聯絡我們-修改/＝＝＝＝＝*/
#content {min-height: 80vh;}
.contact_le_map a {    background: #A20B1E;}
.contact_form li.last cite {background: #A20B1E;}
.contact_content .information_right {
    background: #ffffff;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    /* margin: 80px auto; */
    padding: 50px 50px 50px 50px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.contact_form {color: #000000;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #A20B1E solid;}
.information_right .contact_form li.last blockquote input {color: #A20B1E;}
.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    color: #A20B1E;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.2em;
}

.contact_form li .form__label {
    font-family: '"Noto Sans TC", sans-serif';
    display: block;
    max-width: auto;
    /* text-align: right; */
    letter-spacing: 0.05em;
}

.blank_letter::after {
    content: "FORM";
    display: block;
    font-size: 20px;
    color: #aaaaaa;
    margin-top: 5px;
    letter-spacing: .3em;
    font-weight: 300;
    font-family: "Fira Sans Extra Condensed", "Noto Sans TC", sans-serif;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0.05em;
}
.red {
    color: #e50808;
}

.contact_editbox { padding: 0px 0px;}

.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #454442 solid; */
    background: #0000000a;
    color: #000000;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4544423d;
    padding: 20px 0;
    grid-gap: 20px;
}

.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #898989 solid;
    color: #000000;
    transition: all 0.3s;
}

/*隱藏聯絡資訊/＝＝＝＝＝*/
.contact_content .information_left {
    display: none;
    flex-direction: column;
    /* margin: 10px 50px 10px 80px; */
    padding: 0px;
    width: 100%;
    max-width: 1300px;
}
.i_contact_box section {
    width: 100%;
    max-width: 1300px;
    margin: 0;
}

/* 讓圖片在上 */
.contact_editbox {
  order: 1;
}

/* 讓表單在下 */
.contact_content {
  order: 2;
  background: #000000;
  margin: 0;
  padding: 30px 10px;
}

.contact_content form {
    max-width: calc(100% / 12 * 8);
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    background: #000000;
    margin: 0 auto;
    border-radius: 30px;
}

/* 只在聯絡我們頁固定 header */
body:not(.pageIndex) .header_area {
    position: sticky;
    top: 0;
    z-index: 999;
    background: hsl(0deg 0% 0%);
} 

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #A20B1E;}
.rewrite_simple{background-color: #C30D22;}
.member_title p {    border-top: 2px #C30D22 solid;}
.login_mem_submit{background: #C30D22;}
.login_mem_other_link a{color: #C30D22;}
.member_login_regist a{background: #C30D22;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
.header_area .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand{max-width: 200px;}
/* .swiper-banner {padding-top: 100px;}
html, body {background-color: #000;} */
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand{max-width: 200px;}
    
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
.header_area .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand{max-width: 200px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

.stellarnav .menu-toggle span.bars span { background: #ffffff;}
.stellarnav .menu-toggle:after { color: #ffffff;}
.stellarnav.mobile ul { background: #000000;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background:#C30D22; }
.stellarnav a { color: #ffffff;}
.stellarnav .icon-close:before { border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}
    
/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 200px;}
.header_area.sticky .nav-brand{max-width: 200px;}

/*Header/＝＝＝＝＝*/
.stellarnav.mobile { padding: 15px;}
.header_area {
    position: sticky;
    top: 0;
    z-index: 999;
    background: hsl(0deg 0% 0%);
} 

.banner h5 {padding-top: 15px;}

.banner {min-height: 155px;}
    
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
/* #bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*下滑提示*/
.pageIndex .swiper-banner::before{
    aspect-ratio: 1/1;
    width: 80px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50%;
    z-index: 99;
}
    
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

/*聯絡我們-表單/＝＝＝＝＝*/
.contact_content .information_right {
    background: #ffffff00;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    margin: 10px auto;
    padding: 20px 20px 20px 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    border: 1px solid #c30d22;
}
.contact_content form {
    max-width: 100%;
    padding: 0px 10px 0px 10px;
}
.contact_form li .form__label {background: rgb(255 255 255 / 77%);}
.contact_form li input.noborder {background: #ffffff;}
.contact_form li textarea.noborder {background: #ffffff;}

.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ffffff solid;}
.information_right .contact_form li.last blockquote input {color: #ffffff;}

.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    color: #ffffff;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.2em;
}

.red {color: #f94a4a;}
    
/*首頁-促銷方案/＝＝＝＝＝*/
.news_list ul li { border:1px #f6f6f6 solid; margin-bottom:7px; background:#fafafa00;}
.news_list ul li a p {color: #ffffff;}
.news_list ul li a p:after {color: #8e8e8e;}
.news_list ul li a:hover p:after {color: #ffffff;}
.news_list ul li a:hover {    background: #c30d22;}

#bottom_menu a {color: #000 !important;}

.pageIndex .swiper-banner::before{display:none;}
    
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}