@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
 
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {    padding: 0px;}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.main_header_area{background: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 30%); }
.navigation{    grid-template-columns: 300px 1fr;     align-items: center;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/

/* 第一層（hover 穩定化 + 動畫優化） */
.stellarnav{ grid-row: 1 / 3; }

.stellarnav > ul > li > a{
    color: #000;
    font-weight: 600;
    margin: 0 10px;
    letter-spacing: 1px;
    position: relative;
    transition: color .3s, transform .3s;
}

.stellarnav > ul > li:hover > a{
    color: #C1272D;
}

/* 底線動畫 */
.stellarnav > ul > li > a:before{
    content: "";
    width: 23px;
    height: 3px;
    border-radius: 20px;
    background: #C1272D;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity .3s, transform .4s;
}

.stellarnav > ul > li > a:hover:before{
    opacity: 1;
    transform: translateX(0);
}

/* 有子選單箭頭 */
.stellarnav li.has-sub > a:after{
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #C1272D;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.stellarnav li.has-sub > a:hover:after {  border-top-color: #C1272D;}
/* RWD11 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #C1272D; right: 5px;}

/* 第二層選單 hover 穩定版（不跳） */
.stellarnav li li > a,
.stellarnav li li.has-sub > a{
  color: #C1272D;
  padding: 7px 10px;   /* 一開始就給 10px */
  border-left: 1px solid transparent;
  transition: color .3s, background .3s, border-color .3s, transform .3s;
}

.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a{
  color: #fff;
  background: #C1272D;
  border-color: #C1272D;
  /* 想要滑動感才加 ↓ */
 /* transform: translateX(4px);*/
}


/*SubMenu*/
.shop_search_btn {    background: #C1272D;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #C1272D;}
.tp_links {   display: none; }
.me_tp_features{ display: none;   margin-bottom: 0; padding-right: 17px;}
.stellarnav li li.has-sub > a:after{      border-left: 6px solid #fff;}
/*隱藏購物車搜尋欄*//*
.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%;}

/*Logo/＝＝＝＝＝*/
.nav-header{    max-width: 100%;}
.header_area .nav-brand {    width: 260px; margin: 10px; transition: all 0.3s; }
.header_area.sticky .nav-brand{}

/*Footer/＝＝＝＝＝*/
.footer{    background: #C1272D;}
.footer .center{    max-width: 1100px;}
.footer_info{    padding-right: 0;     grid-template-columns: 1fr;}
.footer_logo img { width: 100%;}
.footer_logo {    width: 250px;     display: none;}
.footer_info ul {
    display: grid;
    grid-template-columns: 60% 1fr;
	gap: 5%;
	margin: 30px 0;
}
.footer_info li p:before, .footer_info li p a{    color: #fff;}
.footer_info li:before {
    grid-column: 1 / 3;
    color: #FFF7ED;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
	margin-bottom: 20px;
    border-bottom: 1px solid #FFF7ED;
    padding-bottom: 10px;
}

.footer_info li p.add2:before {
    content: '營業時間：';
}


.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 45% 1fr;
	gap: 5px;
}
.footer_info li:nth-child(1):before {
    content: "Contact Details";
}
.footer_info li:nth-child(2):before {
    content: "Related Links";
}

.footer_info li p.fax:before {}
.footer_info li p.taxid:before {}

.footer_menu {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));  gap: 5px;}
.footer_menu a {
    padding: 0;
    border: none;
    color: #fff;
    background: transparent;
    width: max-content;
    text-align: left;
    margin: 0;
    line-height: 175%;
    transition: all 0.3s;
}
.footer_menu a:hover {  background: #9387cb00;  color: #FA8E72;}

/*回首頁按鈕刪除*/
.footer_menu a:nth-child(1){display: none;}
.copy {  background: #ffffff00; color: #ffffff36; border: none; padding-top: 0; margin-top: 0;}
.copy a{    color: #ffffff36;transition:all 0.3s;}
.box_link {   display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #C1272D;    color: #fff;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #C1272D;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.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;}}
/*大圖----------------------*/
#content_main { margin: 0; }
.bannerindex {
    position: static;
    position: relative;
    height: auto;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { height: auto; }
/* ====== 共用 slogan 設定 ====== */
.swiper-slide {
    position: relative;
}

.swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 25%;
    bottom: 30%;
    transform: translateX(-50%);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
}

.swiper-slide:nth-child(2)::after{
    content: "";
    position: absolute;
    pointer-events: none;
    left: 75%;
    bottom: 30%;
    transform: translateX(-50%);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
}

/* ====== 各張輪播圖片的 slogan ====== */
.swiper-slide:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/tkycar/slogan01.png);
}
.swiper-slide:nth-child(2)::after {
    background-image: url(https://pic03.eapple.com.tw/tkycar/slogan02.png);
}

/* ====== 當前頁的動畫效果 ====== */
.swiper-slide:nth-child(1).swiper-slide-active::after {
    animation: slide-left-fade 1s 0.3s both ease-out;
}
.swiper-slide:nth-child(2).swiper-slide-active::after {
    animation: slide-bottom-fade 1s 0.3s both ease-out;
}

/* ====== 動畫效果定義（滑動 + 淡入） ====== */
@keyframes slide-left-fade {
    0% {
        transform: translateX(-60%);
        opacity: 0;
    }
    60% {
        transform: translateX(-52%);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

@keyframes slide-bottom-fade {
    0% {
        transform: translateX(-50%) translateY(50%);
        opacity: 0;
    }
    60% {
        transform: translateX(-50%) translateY(5%);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* ====== 隱藏 swiper 原子彈圓點 ====== */
.swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
}

/* ====== 產品內頁關閉 slogan ====== */
.product_info_page .swiper-slide::after {
    display: none !important;
}

/* ====== RWD 調整 ====== */

/* 1024px 以下：縮小 slogan 高度 */
@media (max-width: 1500px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 260px;
        bottom: 20%;
    }
}


/* 1024px 以下：縮小 slogan 高度 */
@media (max-width: 1024px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 220px;
        bottom: 20%;
    }
}

/* 768px 以下：再縮小並稍微往上移 */
@media (max-width: 768px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 170px;
        bottom: 18%;
    }
}

/* 430px 以下：手機版高度更小，避免蓋到主要內容 */
@media (max-width: 430px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 85px;
        bottom: 22%;
    }
}
/*Banner/＝＝＝＝＝*/

.banner h5 {
    position: relative;
    margin-top: 70px;
    font-size: 37px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.87);
    display: inline-block;
    padding-bottom: 50px;
}

.banner h5::before {
    content: "";
    position: absolute;
    bottom: 20px; /* 往上提 */
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #ffffff;
    opacity: 0.6;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.87)); /* 陰影 */
}

.banner h5::after {
    content: "";
    position: absolute;
    bottom: 20px; 
    left: 0;
    width: 60px;
    height: 30px;
    background: url(https://pic03.eapple.com.tw/tkycar/forklift.png) no-repeat center;
    background-size: contain;
    animation: carDrive 3s linear infinite;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.87));
}

@keyframes carDrive {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    90% {
        transform: translateX(100%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
.banner {  height: 450px;background-size: cover !important;  background-position: center !important;  width: 100%;}
.banA {display: none;}
.banC {display: none;}
.other_page .banner.banB, .product_info_page .banF{display: none;}
.banB {display: none;}
.banE {background-image: url(https://pic03.eapple.com.tw/tkycar/bn03.jpg);}
.banF {background-image: url(https://pic03.eapple.com.tw/tkycar/bn02.jpg);}
.banblog {background-image: url(https://pic03.eapple.com.tw/tkycar/bn01.jpg);}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{border-bottom: 1px solid #ccc;    text-align: right; display: none;}
.path p{
	position: relative;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    line-height: 24px;
    margin-bottom: -1px;
    border-bottom: 1px solid #000;
    max-width: 100%;
}
.path p:after{
	content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 5px;
    left: 0;
    bottom: -3px;
}
.path p a:hover {color: #C1272D; }
.other_page .path p {display: none;}
.other_page .main_part .path{display: none;}
.show_content{padding: 30px 10px;}


/*頁碼＝＝*/
.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, .page li.active {    background: #C1272D;border: 1px solid #C1272D;}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); margin: auto;}
.products-list::before { content:none;}
.products-list .item { width: 100%;}
.products-list .item .pic { overflow: hidden;}
.products-list .item .pic img { transition: .3s ease-in-out;}
.products-list .item:hover .pic img { transform: scale(1.1); transition: .3s ease-in-out;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: var(--FontColor_2);}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #C1272D; font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--FontColor_4);}
.prod_part .i_prod_tit span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 1px;
    background: var(--SubColor_1);
    z-index: -1;
}

/*按鈕*/
.i_prod_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover { background: transparent;}
.i_prod_b a.animated-arrow b { color: var(--FontColor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow i { color: var(--FontColor_5);}

/*--購物車/外層---------------------------------------*/

.product_menu_list {
    margin-bottom: 30px;
    background-color: #C1272D;
}
/*顏色*/
.products-list .more { border: 1px solid #C1272D; color:#C1272D;}
.products-list .item a:hover .more { background: #C1272D;}

/*名稱*/
.products-list .name { color: #C1272D; font-size: ; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.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: #C1272D;}
.products-list .price b.ori_price { font-size: 14px; color: #C1272D;}
.products-list .price b.sp_price { color: #C1272D;}

/*外層版面*/
.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-layer-two li { margin: 0 0 10px; width: 100%; padding: 0 10px;}
.product-layer-two li a { color:#fff ; padding: 5px 25px; border: none; border-bottom: 1px dotted transparent; background: transparent; font-weight: 600; line-height: 200%; padding-left: 25px; transition: all 0.3s;}
.product-layer-two li:hover a { color: #fff;}
.product-layer-two li.active a { color:#fff; border: none;}

.product-layer-two li.active { background: #C1272D; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}
.product-layer-two li:hover a:before { background:#C1272D; color:#fff;}
.product-layer-two li.active > a:before { background:#C1272D; color:#fff;}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #C1272D;
    background: #fff;
    transition: 0.3s ease-in-out;    
}

@media screen and (max-width: 768px){.product_menu_list>h5 {
    font-size: 1.6em;
    font-weight: bold;
    padding: 10px;
    position: relative;
    color: #ffffff;
    display: none;
}}

/*次分類*/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li:hover ul { border: none;}
.product-layer-two li li { border: none; background: transparent; transition: .3s ease-in-out;}
.product-layer-two li li a { background: transparent; color:#fff; transition: .3s ease-in-out;}
.product-layer-two li li:hover a { color: #C1272D; transition: .3s ease-in-out;}
.product-layer-two li.active li:hover a { color: #C1272D;}

/*次分類hover箭頭*/
.product-layer-two li li:hover { transform: translateX(15px); }

.product-layer-two li li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background:#C1272D;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    opacity: 1;
    transition: .3s ease-in-out;
}

.product-layer-two li li {
    transition: transform .3s ease-in-out;
}

.product-layer-two li li:hover {
    transform: translateX(15px);
}
.product-layer-two li.active li > a:before {background:#C1272D ;}

/*次分類直接開啟*/
.product-layer-two li li { display: block;}

/*頁碼*/
.product_page .page { width: 100%;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #C1272D; font-size:; text-align: center;}

/*分類*/
.product_info_page .product-layer-two { display: none;}

/*輪播小圖*/
.block { background: #C1272D;}

/*按鈕顏色*/
.inquiry_a1 { background: #C1272D; transition: .3s ease-in-out;}
.inquiry_a2 { background: #C1272D; transition: .3s ease-in-out;}
.inquiry_a3 { background: #C1272D; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #C1272D; color: #fff; transition: .3s ease-in-out;}

/*商品照輪播*/
.product_main { /*width: 100%;*/ overflow: hidden;}
.product_pic h6 { display: none; color: ;}
.product_pic #bx-pager .block { background: ;}
.product_pic .bx-wrapper .bx-viewport { background: ; border: 1px solid #C1272D; border-radius: 5px;}
.product_pic .bx-wrapper .bx-viewport li img { margin: auto;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.sidebarBtn { border: 1px solid #C1272D; background:#fff; border-radius: 5px;}
.sidebarBtn h2 { color: #C1272D; font-size: ;}
div#number_area { color:#C1272D;}
.sidebarBtn .ori_price { font-size: ; color: #C1272D; text-decoration: line-through;}
.sidebarBtn .sp_price { font-size: ; color:#C1272D;}

/*.product_info li:nth-of-type(2) { display: none;}數量*/
.product_info li .txt_box { color: #C1272D; width: 100%;}
.radio-inline__label { color: #C1272D;}
.product_info li span, .toShare { color: #C1272D;}

/*區塊*/
.prod li { color: #C1272D; text-align: center;}
.prod li .prod-panel { color: #C1272D; margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { display: none; background: transparent; color:#C1272D; border-bottom: 1px solid #C1272D; padding: 5px 5px 15px;}
.prod-panel { color: #C1272D; letter-spacing: 1px; text-align: justify; line-height: 150%;}

/*Q&A*/
/*.prod li.prod-item:not(.is-active) { display: none;}隱藏*/
.half_box span { color: #C1272D; font-size: ;}/*題目*/
.qaform .breakF { background: transparent; counter-reset: ; border: 1px solid #C1272D;}/*輸入框*/
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px; /*filter: invert(1) brightness(3.4) grayscale(1);*/}/*驗證碼*/

.lastaction { color: #fff; background-color: #C1272D; transition: .3s ease-in-out;}
.lastaction:hover { color: #C1272D; background-color: #c8beae; transition: .3s ease-in-out;}
.nextaction { background-color: #C1272D; transition: .3s ease-in-out;}
.nextaction:hover { color:#C1272D; background-color:#c8beae; transition: .3s ease-in-out;}

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #C1272D; border-bottom: 2px solid #C1272D; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { color: #C1272D;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto; transition: .3s ease-in-out;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px; background: transparent;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px; color:#C1272D;}

/*上一頁*/
.lastPage { background: transparent; border: 1px solid ; color:; transition: all 0.3s;}
.lastPage:hover { color: #C1272D; background-color:#fff ; border: 1px solid #fff; transition: all 0.3s;}

/*--詢價車---------------------------------------*/

/*回產品頁*/
.rewrite_simple { background:#C1272D  url(../images/simple_left.png) 10% center no-repeat; transition: .3s ease-in-out;}
.rewrite_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*送出詢價*/
.send_simple { background:#C1272D  url(../images/simple_right.png) 88% center no-repeat; transition: .3s ease-in-out;}
.send_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*--購物車/訂單設定---------------------------------------*/

.car_page .information_left { display: block;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .main_part { padding: 50px 0;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) {
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}

 /*下方資訊隱藏*/
body.product_info_page h3.prod-thumb {  display: none;}
body.product_info_page .half_box li {margin: 10px 0; display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章管理/＝＝＝＝＝*/
.blog_page #content{    background: #F3F2F9;}
.blog_page #content::before {
    content: '';
    width: 393px;
    height: 180px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog_page .main_part{    max-width: 1400px;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.blog_list_ri p{-webkit-line-clamp: 3;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li, .subbox_item {
    width: 100%;
    box-shadow: 1px 1px 7px #0000002b;
    background: #fff;
}
.module_i_news li a , .subbox_item a {    padding: 5px;     grid-template-columns: 1fr;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; background: #8c84c726;}
.subbox_item a:before{
	bottom: 0;
    right: 0;
    color: #fff;
    width: 100%;
    background: #C1272D;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    border-radius: 30px 30px 0 0;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%; padding: 10px 3px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 75%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le 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%);}
/*側邊*/
h5.blog_le_t em{
	width: 100%;
    text-align: center;
    font-size: 22px;
    color: #C1272D;
}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #C1272D !important;}
.accordion li .link a, .submenu a {display: block; width: 100%;}
.submenu a:hover {    background: #cbc0a0;}
/*首*/
.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back {    text-align: center;   max-width: 750px;   margin: auto;   }
.blog_back a{  border-radius: 99em;}
.blog_back a.article_btn_back{background: #C1272D;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {    background: #C1272D;}

/*相簿/＝＝＝＝＝*/

.subalbum-menu h2 {
    font-size: 20px;
    color: #391911;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .subalbum-menu h2 {
        color: #391911;}}

/*促銷方案/＝＝＝＝＝*/
.promotion_title em {margin: 0 15px 2px 0;}
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #C1272D;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#C1272D;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #C1272D;}
.contact_form li.last blockquote, .contact_form li.last cite{    border: 1px #C1272D solid; padding: 0;}
.contact_form li.last cite {background: #C1272D; }
.contact_form li.last blockquote{ color: #C1272D; }

.contact_content .information_left {display: none;}
.contact_content .information_right {  width: 100%;padding-left: 0px;}

.contact_form {padding: 10px 250px;}
.blank_letter { text-align: center;  color: #C1272D;}



/*會員/＝＝＝＝＝*/
.send_simple{background-color: #C1272D;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #C1272D solid;}
.login_mem_submit{background: #C1272D;}
.login_mem_other_link a{color: #C1272D;}
.member_login_regist a{background: #C1272D;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
ul.pic-list {   grid-template-columns: 1fr 1fr 1fr;}
.pic-list .show_pic:before{    font-size: 16px;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
.footer .center {
    max-width: 750px;
    width: 90%;
}
.footer_info ul{    grid-template-columns: 1fr;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

.contact_form { padding: 10px 20px;}


}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
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 .menu-toggle{        padding: 0;}
.stellarnav.mobile.active {    z-index: 555;}
.stellarnav.mobile {padding: 10px;}

/* 第二層選單 hover 穩定版（不跳） */
.stellarnav li li > a,
.stellarnav li li.has-sub > a{
  padding: 7px 10px;
}
.stellarnav li li:hover > a{
  background: #C1272D;
}



.stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #C1272D;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
	text-align: center;
    font-size: 14px;
    background: #ffffff00;
    color: #C1272D;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
	border-bottom: 2px solid #C1272D;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{border-bottom: solid 2px #C1272D;}
.stellarnav.mobile.left > ul{    background: #f7f7f7;}
.stellarnav.mobile > ul > li{border-bottom: 1px #fff solid;}
.stellarnav > ul > li > a:before{display: none;}
.stellarnav.mobile li.open {    background: #dfdfdf;}
	
/*Header/＝＝＝＝＝*/
.main_header_area .container {max-width: 1600px;
    margin: auto;}
.me_tp_features{    display: none;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{      max-width: 220px; margin:5px 0 0;}
.header_area.sticky .nav-brand{max-width: 150px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 55px; }
.footer_info {    justify-content: center;}
.footer_info ul{width: 95%;   max-width: 650px;}
.footer_logo {    text-align: center;     margin-bottom: 0;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}
.banner {   height: auto;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*RWD11*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

/*.product_page .show_content > a { order: 1;}*/
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
/*順序*/
.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;}

/*促銷方案/＝＝＝＝＝*/
.promotion_title h2{    margin-top: 10px;}

/*聯絡我們/＝＝＝＝＝*/
.contact_content .information_left{    width: 100%;}
.contact_content .information_right{    width: 100%;}
.contact_le_map a {
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info {    
	justify-content: flex-start;         
	padding: 4%;
}
.footer_info li:nth-child(1){grid-template-columns: 1fr;}
.footer_info li:before {    grid-column: 1;}
p.tel {    grid-row: 5;}

/*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;}
}

/*RWD425/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 430px) {

}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}

.other_promotion {display: none;}
.promotion_title h2 { display: none;}
.other_select_page .page { display: none;}
.contact_editbox { margin: auto; padding: 0; }