@charset "utf-8";

/* --------------------------------------------------
   base
-------------------------------------------------- */
/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 顏色 */
    --main-color: #555;
    --sub1-color: #666;
    --sub2-color: #9f9fa0;
    --sub3-color: #fafafa;
    --ac-color: #542800;
    --f1-color: #555;
    --f2-color: #c8c8c8;
    --f3-color: #f6f6f6;
    --bg-color: white;

    /* 字型 */
    --font: "Noto Sans TC", sans-serif;
    --sfont: "Martian Mono", "Noto Sans TC", sans-serif;

    /*變化*/
    --tr: ease-out 0.5s;
    /*圓角*/
    --br:0;
    /* 文字 */
    --f24:24px;
}

    @media (max-width: 1360px) {
        :root{--f24:22px;}
    }

    @media (max-width: 968px) {
        :root{--f24:20px;}
    }
    @media (max-width: 568px) {
        :root{
            --f24:18px;
            --f14:13px;
        }
    }

/* =============== ▲ 全域變數 ▲ =============== */

/* =============== ▼ 文字設定 ▼ =============== */

body {
    letter-spacing: .15rem;
    font: normal 16px/1.5 var(--font);
    color: var(--f1-color);
    transition: var(--tr);
}

/* 填空欄提示字 */
input::placeholder {
    letter-spacing: .15rem;
    font: normal 14px/1.5 var(--font);
    color: color-mix(in srgb, var(--f1-color) 30%, white);
}

/* 客戶編輯區文字 */
.blog_box_edit *,
.promotions_page .edit *,
.edit {
    letter-spacing: .1rem;
    line-height: 200%;
    font-family: var(--font);
}

/* 反白顏色 -------------------- */
::-moz-selection {
    color: var(--bg-color);
    background: var(--f1-color);
}

::selection {
    color: var(--bg-color);
    background: var(--f1-color);
}

/* =============== ▲ 文字設定 ▲ =============== */

/* =============== ▼ 通用設定 ▼ =============== */

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 8px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: var(--bg-color);
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: var(--f2-color);
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: var(--f1-color);
}

/* =============== ▲ 通用設定 ▲ =============== */

/* --------------------------------------------------
   layout
-------------------------------------------------- */

/* =============== ▼ 大範圍設定 ▼ =============== */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/*背景顏色*/
#content_main,
#content {
    background-color: var(--bg-color);
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    .show_content {
        padding: 10px 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .main_part {
        padding: 10px 20px;
    }
}

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/* 麵包屑 -------------------- */
/* 隱藏 */
.path p,
.path p a {
    display: none;
}

/* 頁碼 -------------------- */
.page li a{
    color: var(--f1-color);
}
.page strong, .page a:hover {
    background: var(--f1-color);
    color: var(--bg-color);
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

.main_part {
    padding: 10px 20px 50px;
}

/* 隱藏新浮動 */
.info_fix {
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}


/* =============== ▲ 大範圍設定 ▲ =============== */


/* =============== ▼ 大圖 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}
.bannerindex {
    position: relative;
    height: auto;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */


/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ 大圖 ▲ =============== */


/* =============== ▼ HEADER ▼ =============== */

/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
/* 布局 */
.header_area,
.header_area.sticky {
    background: var(--bg-color);

}

.main_header_area .container {
    max-width: 1600px;
}

.navigation {
    display: flex;
    align-items: center;
}

/* +++ 複選單(購物車/社群icon/多語系) -------------------- */
.me_tp_features {
    display: none;
}

.tp_links{
    display: none;
}

/* +++ logo -------------------- */

/*logo大小*/
.nav-header {
    max-width: 250px;
}

.nav-brand img {
    display: block;
    /*填滿h1空白*/
}

/* +++ 主選單 -------------------- */

/* 主選單文字樣式 */
.stellarnav>ul>li>a,
.stellarnav>ul>li>a b {
    color: var(--f1-color);
    font-family: var(--font);
    letter-spacing: .15rem;
    margin: 0;
    /*蓋預設*/
}

.stellarnav>ul>li:hover a {
    color: var(--f2-color);
    transition: var(--tr);
}

/* 翻轉後文字 */
.stellarnav>ul>li>a b:nth-child(2) {
    font: 300 14px/40px var(--sfont);
    letter-spacing: .1rem;
}

/* 按鈕間距+高度 */
.stellarnav>ul>li {
    padding: 0px 1rem;
}

/* 隱藏三下拉角形 */
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: unset;
}

/* +++ 下拉區塊 -------------------- */
/* 整個下拉的外框 */
.stellarnav ul ul{
    border: solid 1px var(--f3-color);
    background: transparent;
    width: 185px;
    box-shadow: rgba(0 0 0/5%) 0px 2px 8px 0px;
}

/* 次分類定位 */
.stellarnav li.drop-left ul ul {
    right: 185px;/*同寬度*/
}

/*----------*/
.stellarnav li.has-sub li {
    border: none;
    border-bottom: solid 1px var(--f3-color);
    background: var(--bg-color);
}

.stellarnav li.has-sub li:last-of-type {
    border-bottom: none;
}

.stellarnav li.has-sub li:hover {
    background: var(--f3-color);
    transition: var(--tr);
}

/* 下拉選單文字 */
.stellarnav li.has-sub li a,
.stellarnav.mobile li li.has-sub a {
    font-size: 13px;
    padding: .75rem 1rem;
    color: var(--f1-color);
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1024px) {
    .nav-header {
        width: 40vw;
    }

    .stellarnav>ul>li {
        padding: 5px 5px 0px;
    }

    .stellarnav>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
/*     .nav-header {
        min-width: 100px;
    } */
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* 寬度 */
.main_header_area .container {
    max-width: 1200px;
}

/* logo大小 */
.nav-header {
    max-width: 120px;
    transition: var(--tr);
}

.header_area.sticky .nav-header {
    max-width: 80px;
    transition: var(--tr);
}

/* 下滑變化 */
.header_area{
    background: transparent;
    transition: var(--tr);
    /* position: fixed; */
    position: relative;
}

.pageIndex .header_area{
    position: fixed;
}

.header_area.sticky {
    background:var(--bg-color);
    transition: var(--tr);
    position: fixed;
} 

/* 下拉選單文字換行 */
.stellarnav.desktop li.has-sub a {
    word-break: keep-all;
}

/* 購物車副選單 ---------- */
/* 相關頁寬度 */
body.product_page .main_header_area .container, 
body.product_info_page .main_header_area .container, 
body.remit_page .main_header_area .container, 
body.car_page .main_header_area .container, 
body.car_page .main_header_area .container {
    max-width: 1400px;
}

/* 布局調整 */
.me_tp_features{
    order: 3;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 200px;
    gap: 4px;
}

/* 非購物車頁面-隱藏複選單*/
.me_tp_features:not(body.product_page .me_tp_features, body.product_info_page .me_tp_features, body.remit_page .me_tp_features, body.car_page .me_tp_features, body.car_page .me_tp_features) {
    display: none;
}

/* 搜尋欄樣式 */
.box_search{
    grid-column-start: 1;
    grid-column-end: 3;
    display: inherit;
    width: fit-content;
}

.box_search input[type=text]{
    max-width: 100%;
    border-radius: 0;
}

.shop_search_btn{
    background: var(--f1-color);
    border-radius: 0;
}

.me_tp_features a {
    margin: 0 ;
    font-size: 12px;
    width: 90px;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1280px) {
    /* 布局調整 */
    .me_tp_features{
        position: absolute;
        right: 20px;
        top: 120px;
    }
    .stellarnav>ul>li {
        padding: 0px .75rem;
    }
}
@media screen and (max-width: 1024px) {
    /*logo*/
    .nav-header,
    .header_area.sticky .nav-header {
        max-width: 80px;
        transition: var(--tr);
    }
    .header_area,
    .pageIndex .header_area {
        position: sticky;
        top: 0px;
        box-shadow: 0px 5px 20px rgba(51, 51, 51, .05);
        transition: var(--tr);
    }
    .header_area.sticky{
        top: -90px;
        transition: var(--tr);
    }
    /*導覽列*/
    .stellarnav ul {
        margin-top: 10px;
    }
    .stellarnav>ul>li {
        padding: 0px .5rem;
    }
    /*產品搜尋欄*/
    .me_tp_features {
        top: 5px;
        transition: var(--tr);
    }
    .header_area.sticky .me_tp_features {
        top: 150px;
        transition: var(--tr);
    }

}
@media screen and (max-width: 768px) {
    .header_area.sticky{
        top: 0px;
    }
    .header_area.sticky .me_tp_features {
        top: 5px;
    }
}
@media screen and (max-width: 570px) {
    .me_tp_features{
        display: none;
    }
}
@media screen and (max-width: 480px) {}

/* =============== ▲ HEADER ▲ =============== */

/* =============== ▼ 漢堡選單 ▼ =============== */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
@media screen and (max-width: 768px) {
    /* 三 按鈕 ---------- */
    .stellarnav.mobile {
        top: 15px;
    }
    /*三改色*/
    .stellarnav .menu-toggle span.bars span{
        background: var(--f2-color);
    }
    
    /*隱藏-menu文字樣式*/
    .stellarnav .menu-toggle:after{
        color: var(--f1-color);
        display: none;
    }

    /*打開後 close表頭*/
    .stellarnav.mobile.left .close-menu {
        background: var(--bg-color);
    }

    /*隱藏-close文字*/
    .stellarnav.mobile .close-menu {
        position: relative;
        color: transparent;
    }
    .stellarnav.mobile .close-menu>* {
        display: none;
    }

    .stellarnav.mobile .close-menu:before {
        content: "×";
        position: absolute;
        right: 10px;
        top: 10px;
        color: var(--f1-color);
        font-size: 12px;
    }

    /*選單底色*/
    .stellarnav.mobile.left>ul {
        background: var(--bg-color);
        max-width: 300px;/*選單寬度*/
        height: 100vh;
    }

    /*主選單按鈕 ---------- */
    .stellarnav.mobile > ul > li,
    .stellarnav.mobile li.open {
        padding: 0px;/*蓋預設*/
        border-bottom: 1px solid var(--f3-color);
    }

    /*選單文字*/
    .stellarnav.mobile>ul>li>a {
        text-overflow: ellipsis;
        padding: 20px 1.5rem;/*按鈕高度*/
        display: flex;
        flex-direction: column;
    }

    /*文字*/
    .stellarnav.mobile>ul>li>a b {
        vertical-align: middle;
    }

    .stellarnav>ul>li>a b:nth-of-type(2){
        color: var(--f2-color);
        font-size: 12px;
    }

    /*隱藏-偽元素*/
    .stellarnav>ul>li:before {
        display: none;
    }
    /*下拉+號 ---------- */
    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 20px 0px;/*= 按鈕高度*/
    }
    /*+號顏色*/
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px var(--f2-color);
    }

    /*+號展開區塊 ---------- */
    /*下拉區塊-外層*/
    .stellarnav.mobile li.open,
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;/*蓋預設 3px*/
    }
    .stellarnav.mobile ul ul {
        background: transparent;
        border-radius: unset;
        padding-left: .5rem;
    }
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;/*蓋預設*/
    }
    .stellarnav.mobile {
        top: 5px;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
@media screen and (max-width: 768px) {
    .stellarnav ul {
        margin-top: 0px;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 15px 1.5rem;
    }

    .stellarnav>ul>li>a b:first-of-type{
        font-size: 16px;
    }

    .stellarnav>ul>li>a b:nth-of-type(2){
        line-height: 1.5rem;
    }

    .stellarnav ul ul {
        box-shadow:none;
    }
}
@media only screen and (max-width: 570px) {
    /*logo*/
    .nav-header,
    .header_area.sticky .nav-header {
        max-width: 60px;
    }
/*     .stellarnav.mobile.left>ul {
        max-width: 100vw;
    } */
}

/* =============== ▲ 漢堡選單 ▲ =============== */

/* --------------------------------------------------
   components 元件設定
-------------------------------------------------- */

/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(中英) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: transparent;
    padding: 100px 0;
}

.banner h5 {
    color: var(--f1-color);
    font-size: 24px;
    letter-spacing: .6rem;
    font-weight: normal;
}

.banner h5::after {
    content: 'Kila Kila';
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-family: var(--sfont);
    color: var(--f2-color);
    text-transform:capitalize;
    letter-spacing: .2rem;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1024px) {
    .banner {        
        padding: 50px 0 0;
        min-height: 200px;
    }
    .banner h5 {font-size: 25px;}
}
@media screen and (max-width: 768px) {
    .banner {padding: 30px 0 20px;min-height: 100px;}
    .banner h5 {font-size: 22px;}
    .banner h5::after {font-size: 14px;}
}
@media screen and (max-width: 450px) {
    .banner h5 {font-size: 20px;}
    .banner h5::after {font-size: 12px;}
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
.banner {
    padding: 100px 0 50px;
}

/* 隱藏內頁 */
.product_info_page .banner.banF,
.blog_in_page.article_a .banner.banblog,
.blog_in_page.article_b .banner.banblog {
    display: none;
}

/*匯款通知*//*
.banner.banD {}
/*相簿-設計師團隊*/
.banner.banE {}
.banner.banE h5::after {
    content: 'stylist';
    display: none;
}

/*購物車-商品*/
.banner.banF {}
.banner.banF h5::after {
    content: 'items';
}

/*文章管理-最新活動&文章專欄*/
.banner.banblog {}
.article_a .banner.banblog{}
.article_b .banner.banblog{}

.article_a .banner.banblog h5::after {
    content: 'News';
}
.article_b .banner.banblog h5::after {
    content: 'Article';
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner {
        padding: 50px 0 30px;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 570px) {}
/* =============== ▲ BANNER ▲ =============== */

/* =============== ▼ 按鈕 ▼ =============== */

/* 首頁嵌入功能-查看更多 */
.animated-arrow{
    background: var(--ac-color);
    color: var(--bg-color);
    border-radius: var(--br);
}

.animated-arrow:hover{
    filter:grayscale(1);
}

/* =============== ▲ 按鈕 ▲ =============== */

/* --------------------------------------------------
   Content 功能頁
-------------------------------------------------- */

/* =============== ▼ 文章管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/* ＝＝＝ 【【  版型設定(大圖版) ↓↓↓  】】 ＝＝＝ */

/* +++ 通用 -------------------- */

/* 圖片 */
.blog_list_le,
.i_blog_le,
.news_related_list li figure{
    border-radius: var(--br);
    overflow: hidden;
}

.blog_list_le img,
.i_blog_le img,
.news_related_list li a img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: var(--tr);
}

.subbox_item:hover img,
.module_i_news li:hover img,
.news_related_list li:hover img{
    transition: var(--tr);
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

/* 文章標題 */
.blog_list_ri h5,
.i_blog_ri h5,
.news_related_list li a p{
    color: var(--f1-color);
    font-size: 16px;
    font-weight: 400;
}

.subbox_item:hover h5,
.module_i_news li:hover h5,
.news_related_list li:hover p{
    color: var(--ac-color);
    transition: var(--tr);
}

/* 文章簡述 */
.subbox_item:hover p,
.module_i_news li:hover p{
    color: var(--f1-color);
    transition: var(--tr);
}


/* +++ 側邊欄 -------------------- */

.blog_le {
    padding: 0 7px;
}

/* 文章文字區塊 ---------- */
h5.blog_le_t {
    text-align: center;
    margin-bottom: 0;
}

/* 隱藏-文章文字 */
h5.blog_le_t em,
h5.blog_le_t span {
    display: none;
}

/* 搜尋欄位 */
.blog_search input[type=search] {
    border-radius: 0px;
    background-color: transparent;
    border: solid 1px var(--f2-color) !important;
}

.blog_search input[type=submit] {
    color: var(--f1-color);
    border-left: none!important;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
}

/* 分類區塊外框 ---------- */
.blog_le .accordion {
    border-radius: 0;
    border: 1px var(--f2-color) solid;
}

/* 主分類分隔線 */
.accordion li+li .link {
    border-top:none;
}

/* 主分類文字 */
.accordion li .link a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3rem;
    text-align: center;
    color: var(--f1-color)
}

.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: var(--f3-color) !important;
    transition: var(--tr);
}

.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a{
    color: var(--f1-color)!important;
}

/* 下拉符號 */
.blog_le .accordion li .link i,
.blog_le .accordion li.open .link i{
    color: var(--f1-color);
}

.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: var(--f1-color)!important; 
}

/* 次分類 ---------- */
.submenu {
    background: var(--bg-color);
}

/* 文字 */
.submenu a{
    color: var(--f1-color);
    padding: 15px 15px 15px 50px;
}

.submenu li.on_this_category a, 
.submenu a:hover {
    color: var(--f2-color);
    background: var(--bg-color) !important;
    transition: var(--tr);
}

/* 次分類圖標 */
.submenu a i{
    left: 20px;
}

/* 次分類分隔線 */
.submenu li+li {
    border-top: 1px transparent solid;/*蓋預設*/
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {
    .blog_le {
        padding: 0;
    }
    /* 隱藏搜尋欄下拉三角形 */
    .blog_page .fa-caret-down::before,
    .blog_in_page .fa-caret-down::before {
        display: none;
    }
}

/* +++ 目錄頁 (blog_page) -------------------- */

/*隱藏-分類副標*/
.blog_page h4.blog_category_title {
    display: none;
}

/* 卡片布局 */
.blog_subbox {
    grid-template-columns: repeat(3,1fr);
    gap: 24px 12px;
}

.subbox_item{
    padding-bottom: 30px;
    border-bottom: 1px var(--f3-color) solid;
}

.subbox_item a {
    display: block;
}

.module_i_news li:before,
.subbox_item:before {
    content: 'READ MORE +';
    font-size: 10px;
    color: var(--ac-color);
    font-family: var(--sfont);
    bottom: 0px;
    right: 0px;
    padding: 5px 0px;
    position: absolute;
    opacity: 0;
}

.module_i_news li:hover:before,
.subbox_item:hover:before {
    transition: var(--tr);
    opacity: 1;
}

.module_i_news li a:before,
.subbox_item a:before {
    display: none;
}

/* 隱藏-原遮罩 */
.subbox_item a:after {
    display:  none;
}

/* 文字區塊 ---------- */

/* 時間 */
.blog_list_ri em,
.i_blog_ri em {
    font-size: 10px;
    color: var(--f2-color);
}

/* 簡述 */
.blog_list_ri p,
.i_blog_ri p {
    font-weight: 400;
    letter-spacing: .15rem;
    line-height: 180%;
    font-size: 12px;
    margin-top: 20px;
    color: var(--f2-color);
    -webkit-line-clamp: 2;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 960px) {
    .blog_subbox {
    grid-template-columns: repeat(2,1fr);
    }

    .subbox_item {
       border-bottom: 1px var(--f3-color) solid;/*蓋預設*/
    }
}

@media screen and (max-width: 768px) {
    .blog_list_ri h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .blog_subbox {
    grid-template-columns: 1fr;
    }

    .subbox_item :before{
        display: none;
    }
    }

/* +++ 文章首頁顯示 (module_i_news) -------------------- */
.module_i_news {
    padding: 50px 5%;
}

.module_i_news section {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    width: 80%;
    gap: 0 30px;
}

.module_i_news_list {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}

/* 標題 ---------- */
.module_i_news .title_i_box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 5px;
}

/* 英文標 */
.module_i_news .title_i_box h6{
    color: var(--f1-color);
    font: 500 14px/1.5rem var(--sfont);
    writing-mode: vertical-lr;
    letter-spacing: 0.2em;
    font-size: var(--f14);
}

/* 中文標 */
.module_i_news .title_i_box h4{
    color: var(--f1-color);
    font: 500 24px/1.5rem var(--sfont);
    letter-spacing: 0.3em;
    writing-mode: vertical-lr;
    font-size: var(--f24);
}

/* 文章區塊 ---------- */

/* 隱藏-圖片,敘述,more+ */
.i_blog_le ,
.i_blog_ri p,
.module_i_news li a::before{
    display: none;
}

.module_i_news ul {
    list-style: none;
    display: block;
}
.module_i_news li{
    border-bottom: 1px solid var(--f2-color);
}

.module_i_news li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.module_i_news li a::after{
    content: '';
    background: url(https://pic03.eapple.com.tw/kilakilataiwan/ki_icon02.svg);
    background-position: center;
    background-size: cover;
    height: 10px;
    transition: all .4s;
    opacity: 1;
    width: 10px;
    border: none;
    position: relative;
}
.module_i_news li a:hover::after{
    opacity: 1;
}

.i_blog_ri {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column-reverse;
}

/* 按鈕 ---------- */
.i_blog_b {
    max-width: fit-content;
    margin: 30px 0 0 0;

}

.i_blog_b .animated-arrow {
    background: var(--bg-color);
    color: var(--f1-color);
    border-radius: 0;
    border: 1px solid var(--f1-color);
    width: 160px;
    margin: 0px;
}
.i_blog_b .animated-arrow b{
    font-weight: 500;
}

.i_blog_b .animated-arrow:hover {
    background: var(--f1-color);
    color: var(--bg-color);
}

.i_blog_b a:hover i.fa-solid.fa-arrow-right {
    -webkit-filter: grayscale(100) brightness(100);
    filter: grayscale(100) brightness(100);
}

.fa-arrow-right::before {
    content: "";
    background: url(https://pic03.eapple.com.tw/kilakilataiwan/ki_icon02.svg);
    background-position: center;
    background-size: cover;
    height: 10px;
    width: 10px;
    display: block;
}

.i_blog_b a i.fa-solid.fa-arrow-right,
.i_blog_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 10px;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {

    .module_i_news section {
        display: block;
        width: 90%;
        gap: 0 ;
    }

    .module_i_news .title_i_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px auto 0;
    }
    .module_i_news .title_i_box h6,
    .module_i_news .title_i_box h4{
        writing-mode: horizontal-tb;
    }
    .i_blog_b {
        margin: 30px auto 0;
    }

    .i_blog_ri {
        padding: 1.5rem 1rem;
    }
}

/* +++ 文章頁 (blog_in_page) -------------------- */

/* 標題 */
h4.blog_category_title {
    padding: 0;
    font-size: 24px;
    letter-spacing: .3rem;
    margin-bottom: 0;
    color: var(--f1-color);
    font-weight: 400;
}

.blog_shareData {
    border-bottom: 1px solid var(--f3-color);
    padding-bottom: 10px;
}

.toShareNews{
    display: none;
}

/* 分享到文字&瀏覽人數 */
.toShareNews b,
.blog_shareData .visitors_num {
    font-size: 12px;
    font-weight: 400;
    color: var(--f1-color);
}

/* sns icon */
.toShareNews a object {
    max-width: 20px;
}

/* 標籤樣式 */
.news_tags a {
    color: #0000008a;
    display: inline-block;
    background: #cccccc3b;
    border-radius: 5px;
    padding: 0 5px;
    transition: all 0.3s ease-in-out;
}

/*文章按鈕 ----------*/

/*按鈕上下留白*/
.blog_back {
    margin: 3rem 0 1rem auto;
    width: calc(100% - 220px - 30px);
    border-top: 1px solid var(--f3-color);
    padding-top: 1rem;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next{
    font: normal 16px/1.5 var(--font);
    letter-spacing: .15rem;
    background: transparent;
    color: var(--f1-color);
    transition: var(--tr);
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_next:hover{
    background: transparent;
    color: var(--ac-color);
}

.blog_back a.article_btn_prev {
    text-align: left;
}

.blog_back a.article_btn_prev:before {
    content: '<<';
    display: inline-block;
    padding-right:.5rem;
}

.blog_back a.article_btn_next {
    text-align: right;
}

.blog_back a.article_btn_next:after {
    content: '>>';
    display: inline-block;
    padding-left:.5rem;
}


/* 相關文章 ---------- */

.news_related {
    background: var(--sub3-color);
    padding: 40px 15px 25px;
}
.news_related_list{
    max-width: 1400px;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}
/* "相關文章"文字 */
.news_related h6{
    margin-bottom:40px;
}

.news_related h6 span::before {
    font-size: 18px;
    letter-spacing: .6rem;
    color: var(--f1-color);
}

/* 文章卡片 */
.news_related_list li a{
    background: transparent;
    padding: 0px;
}

/* 文章標題顯示1行 */
.news_related_list li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/* 上一頁(同商品) */
.lastPage{
    color: var(--bg-color);
    margin: 20px auto;
    margin-top: 40px;
    border-radius: var(--br);
    background: var(--ac-color);
}

.lastPage:hover{
    transition: var(--tr);
    filter: grayscale(1);
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 960px) {
    .blog_back{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog_le,
    .blog_ri {
        margin-bottom: 50px;
    }

    .lastPage {
        font-size: 12px;
    }

    .news_related_list {
        grid-template-columns: repeat(2,1fr);
        gap: 24px 12px;
    }
}

@media screen and (max-width: 570px) {
    .blog_back {
        grid-template-columns: 1fr;
    }
    /* 隱藏-上下篇按鈕 */
    .blog_back a.article_btn_prev, 
    .blog_back a.article_btn_next{
        display: none;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */



/* +++ 布局 -------------------- */

/* +++ 側邊欄 -------------------- */

/* +++ 目錄頁 (blog_page) -------------------- */

/* +++ 文章頁 (blog_in_page) -------------------- */
.blog_in_page .main_part {
    padding: 50px 20px;
}
/* 隱藏-文章縮圖 *//*
.articel_mainPic {
    display: none;
}

/* 圖文順序調整 */
.blog_box_edit {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blog_box_edit .edit{order: -1;}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {

}

/* =============== ▲ 文章管理 ▲ =============== */


/* =============== ▼ 小撇步(促銷方案&分享文章) ▼ =============== */

/* ＝＝＝ 【【  無預設區塊 ↓↓↓  】】 ＝＝＝ */
/* ＝＝＝ 【【  版型設定() ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */
.promotions_page .main_part {
    max-width: 1000px;
}

.promotion_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* 日期 */
.promotion_title .time {
    order: 2;
    text-align: right;
}

.promotion_title span {
    border: none;
    color: var(--f2-color);
    font-size: 12px;
    padding: 5px 12px;
    margin: 0;
}

.promotion_title span:before {
    content: "發布日期：";
}


/* 類別(撇步名稱) */
.promotion_title em {
    font-size: 12px;
    background-color: var(--sub1-color);
    color: var(--bg-color);
    padding: 5px 12px;
    border: none;
    width: fit-content;
    order: 1;
}

/* 標題 */
.promotion_title h2 {
    letter-spacing:.15rem;
    color: var(--f1-color);
    border-bottom: 1px solid var(--f3-color);
    padding-bottom: 1rem;
    order: 3;
    width: 100%;
}

/* 小撇步列表 ---------- */

/* 單欄排列 */
.promotions_page  .other_promotion {
    grid-template-columns: unset;
    grid-gap: 0px;
}

.other_promotion li a{
    padding: 20px 35px;
    display: flex;
    align-items: center;
    border: unset;
    border-bottom: 1px var(--f2-color) solid;
}

.other_promotion li:first-of-type a{
    border-top: 1px var(--f2-color) solid;
}

.other_promotion li a:hover {
    background: var(--sub3-color);
    transition: var(--tr);
}

.other_promotion li a:before,
.other_promotion li a:after{
    display: none;
}

/* 日期 */
.other_promotion .pmtTime span {
    float: left;
    font-size: 12px;
    font-family: var(--sfont);
    font-weight: 500;
    color: var(--f2-color);
    padding-right: 1rem;
}

/* 類別(撇布名稱) */
.other_promotion .pmtTitle span {
    display: none;
}

/* 文章標題 */
.other_promotion .pmtTitle h3{
    font-size: 16px;
    color: var(--f1-color);
    margin: 0;
    letter-spacing: .2rem;
    padding-left: 1rem;
    border-left: 2px solid var(--f3-color);
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 480px) {
    .other_promotion li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 25px;
    }
    .other_promotion .pmtTitle h3 {
        padding-left: 0px;
        border-left: none;
    }
}
/* +++ 首頁嵌入 -------------------- */

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ 小撇步(促銷方案&分享文章) ▲ =============== */
/* =============== ▼ 購物車 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/* 商品下拉超過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: var(--f2-color);
    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 var(--f1-color);
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */
.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 var(--f3-color);*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: var(--bg-color);
    color: var(--f1-color);
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted var(--f3-color);
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: var(--ac-color);
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        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;
    }
}

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/* +++ 通用 -------------------- */

/* 圖片 */
.products-list .pic,/*首頁相同*/
.related_list li figure{
    border-radius: var(--br);
    overflow: hidden;
/*     border: 3px solid transparent; */
}

/* 外框 */
.products-list .pic:hover,
.related_list li figure:hover{
/*     border: 3px solid var(--ac-color); */
    transition: var(--tr);
}

.products-list .pic img,/*首頁相同*/
.related_list li a img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: var(--tr);
}

.products-list .item:hover img,
.related_list li:hover img{
    transition: var(--tr);
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

/* 商品名稱 */
.products-list .name,/*首頁相同*/
.related_list li a p{
    color: var(--f1-color);
    font-family: var(--font);
    font-size: 16px;
}

/* .products-list .item:hover .name,
.related_list li:hover p{
    color: var(--f2-color);
    transition: var(--tr);
} */

/* +++ 側邊 -------------------- */

/* 主分類區塊 */

.product-layer-two li.active {
    transition: var(--tr);
    background: transparent;/*保持透明*/
}

.product-layer-two li a {
    font-size: 14px;
    background: transparent;
    color: var(--f1-color);
    border: none;
    padding: .75rem 1rem;
    border-bottom: 1px dotted var(--f3-color);
}

.product-layer-two li:hover>a,
.product-layer-two li.active>a {
    font-weight: normal;/*蓋預設*/
    border: none;/*蓋預設*/
    color: var(--ac-color);
    transition: var(--tr);
    border-bottom: 1px dotted var(--f3-color);/*同上方*/
}

.product-layer-two>li {
    padding-bottom: 0;
    border-bottom: none;
}

/* 展開+號 */
.product-layer-two li i{
    padding: 1rem;
    height: unset;
    transition: var(--tr);
}

/* 次分類 */
.product-layer-two li li a{
    background: transparent;/*蓋預設*/
    padding: 5px 1rem;
}

.product-layer-two li li{
    background: transparent;
}

/* 圖標 */
.product-layer-two li li>a:before{
    width: 8px;
    margin-left: 0px;
    transition: var(--tr);
}

/* 不偏移 */
.product-layer-two li li:hover {
    margin-left: 0px;
}

/* 次分類展開時 */
.product-layer-two li.active li a{
    color: var(--f1-color);
    background: transparent;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {
    /*分類下拉欄*/
    .product_page .product_menu_list {
        border: 1px var(--f2-color) solid;
        padding: .75rem 1rem;
        border-radius: var(--br);
    }

    .product_page .product_menu_list>h5 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .4rem;
        margin: 0 .5rem;
        color: var(--f1-color);
    }

    .fa-caret-down::before {
        font-size: 14px;
        color: var(--f1-color);
    }

    .product-layer-two {
        padding-top: 1rem;
    }

    .product-layer-two li a {
        padding: 1rem .5rem .5rem;
        width: 95%;
    }
    /* 顯示次分類三角形 */
    .product-layer-two li li>a:before{
        background: var(--f1-color);
    }
}


/* +++ 商品目錄頁 (product_page) -------------------- */

.products-list .price {
    margin: 0 0 10px;
/*     display: none; */
}

/* 價格 */
.products-list .price b {
    color: var(--ac-color);
    font-weight: 500;
}

/* 詳細資料按鈕 */
.products-list .more {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.products-list .item a:hover .more {
    background: var(--main-color);
    color: var(--bg-color);
}

/* +++ 首頁顯示 (prod_part) -------------------- */

/* 中文標 */
.i_prod_tit span{
    color: var(--ac-color);
    font-size: 24px;
    letter-spacing: 0.4rem;
}

/* 英文標 */
.i_prod_tit h2{
    color: var(--ac-color);
    font: bold 48px/1.5rem var(--sfont);
    padding: 1rem 0;
}

/* +++ 商品頁 (product_info_page) -------------------- */

#prod_thumbSwiper .swiper-slide::before {
    background: var(--f1-color);
}

.sidebarBtn {
    padding: 20px;
    border-radius: var(--br);
    border: 2px var(--f3-color) solid;
    background: transparent;
}

.sidebarBtn h2 {
    color: var(--f1-color);
    font-size: 20px;
    letter-spacing: .4rem;
    line-height: 2rem;
    margin: .5rem 0;
}

/* 型號 */
.sidebarBtn .number_area{
    font: bold 16px/2rem var(--font);
    margin: .5rem 0;
}

/* 價格區塊 ---------- */
.sidebarBtn .price{
    font-family: var(--sfont);
    letter-spacing: .15rem;
    border-bottom: 1px solid var(--f3-color);
}

.sidebarBtn .price span {
    font-size: 22px;
}

/* 原價 */
.sidebarBtn .ori_price {
    text-decoration: line-through;
    color: var(--f2-color);
    font-size: 16px!important;
}

/* 價格 */
.sidebarBtn .sp_price{
    color: var(--ac-color);
}

/* 商品規格內文 */
.product_info li .txt_box{
    font: normal 12px / 180% var(--font);
    letter-spacing: .1rem;
    color: var(--f1-color);
}

/* 小標 */
#number_area,
.product_info li span,
.product_info_page .toShare{
    font: 500 12px /1.5rem var(--font);
    letter-spacing: .15rem;
    color: var(--f1-color);
    margin: 1rem 0 0 0;
}

/* 規格按鈕 */
.radio-inline__label{
    border: 1px solid var(--f1-color);
    color: var(--f1-color);
}

.radio-inline__label:hover{
    opacity: .6;
}

.radio-inline__input:checked + .radio-inline__label {
    background: transparent;
    border: 1px solid var(--ac-color);
    color: var(--ac-color);
}

/* 數量輸入欄 */
.product_info_page .amountNum {
    background: transparent;
    color: var(--f1-color);
    border-radius: var(--br);
    border: 1px solid var(--f1-color);
    padding: 0px;
}

.toShare{
    border-top:none;/*蓋預設*/
}

/* 按鈕 ---------- */

/* 加入詢價車 */
#add_to_inquiry_cart{
    border-radius: var(--br);
    background: var(--bg-color);
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

#add_to_inquiry_cart:hover {
    background: var(--ac-color);
    border: 1px solid var(--ac-color);
    color: var(--bg-color);
}

/* 檢視詢價車 */
.inquiry_a2{
    background: var(--main-color);
    color: var(--bg-color);
    border: 1px solid var(--main-color);
    border-radius: var(--br);
}


.inquiry_a2:hover {
    background: var(--ac-color);
    border: 1px solid var(--ac-color);
}


/* 實心 */
#add_to_cart{
    background: var(--main-color);
    color: var(--bg-color);
    border: 1px solid var(--main-color);
    border-radius: var(--br);
}

#add_to_cart:hover{
    background: var(--ac-color);
    border: 1px solid var(--ac-color);
    filter: grayscale(1);
}


/* TAB ---------- */

.prod_tabs {
    margin-top: 120px;
}

.pd_tabTitle li {
    border-bottom: none;
    background: var(--bg-color);
    border-bottom: 1px solid var(--f2-color);
    transition: all .5s;
}

.pd_tabTitle li a {
    color: var(--f2-color);
    letter-spacing: .6rem;
    transition: all .5s;
}

.pd_tabTitle li.activeTab {
    border-bottom: 1px solid var(--f1-color);
}

.pd_tabTitle li.activeTab a {
    color: var(--f1-color);
    font-weight: 600;
}

.pd_tabTitle li.activeTab::after {
    height: 0px;
}

/* 相關推薦 */
.prod_related {
    background: var(--sub3-color);
    padding: 40px 15px 25px;
}

.prod_related h6 span:before {
    font-size: 16px;
    letter-spacing: .6rem;
    color: var(--f1-color);
    font-weight: 600;
}

.related_list li a{
    background: transparent;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .pd_tabTitle li a {
        font-size: 16px;
        letter-spacing: .3rem;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 商品目錄頁 (product_page) -------------------- */


/* +++ 商品頁 (product_info_page) -------------------- */
.product_info_page .related_list {
    max-width: 1400px;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.related_list li a{
    padding: 0;
}

.prod_related h6 span::before {
    font-size: 18px;
    letter-spacing: .6rem;
    color: var(--f1-color);
}
.prod_related h6 {
    margin-bottom: 40px;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
    .product_info_page .related_list {
        grid-template-columns: repeat(2,1fr);
        gap: 24px 12px;
    }
}
@media screen and (max-width: 480px) {}


/* =============== ▲ 購物車 ▲ =============== */

/* =============== ▼ 購物車相關 ▼ =============== */

.form_content,/*匯款通知表單 */
.car_page .show_content,/* 購物車*/
.order_pay,/* 訂單成立 */
.car_page form.style1/* 詢價車*/{
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px;
}

.shopping-cart .cart_content .row {
    color: #333;
}

.rewrite_simple,.send_simple{
    font: normal 16px/1.5 var(--font);
    letter-spacing: .15rem;
}

/* =============== ▲ 購物車相關 ▲ =============== */

/* =============== ▼ 相簿管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
/*
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/* +++ 通用 -------------------- */

/* 副標 (該頁分類/相簿名稱) */
.subalbum-menu h2 {
    font-size: 18px;
    color: var(--f1-color);
    letter-spacing: .2rem;
}

/* 圖片 */
.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 4 / 3;
    border-radius: var(--br);
}

.show-list .show_pic img,
.pic-list .show_pic img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: var(--tr);
}

.show-list .item:hover .show_pic img,
.pic-list .item:hover .show_pic img {
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

/* 觀看更多 */
.other_album_choice li {
    background: var(--sub1-color);
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
}

.other_album_choice li:hover{
    background: var(--main-color);
    transition: var(--tr);
}

/* +++ 分類總覽頁 (album_page) -------------------- */

/* 分類名稱 */
.show-list .show_name {
    color: var(--f1-color);
    letter-spacing: .2rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.show-list .item {
    margin-bottom: 30px;
    background: transparent;/*蓋預設*/
}

.show-list .item .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.show-list .item:hover .show_name {
    color: var(--sub1-color);
}

/* +++ 相簿目錄頁 (album_class_page) -------------------- */

/* 相簿名稱 */
.other_subalbum li a p {
    color: var(--f1-color);
    letter-spacing: .15rem;
    text-align: center;
}

.other_subalbum li:hover a p {
    color: var(--sub1-color);
}

/* 觀看更多 */
.album_fixed_title {
    color: var(--f1-color);
    background: transparent;
}

/* +++ 相片頁 (album_info_page) -------------------- */

/* 相簿描述 */
.album_descrip {
    color: var(--f2-color);
    letter-spacing: .15rem;
}

/* 相片描述 */
.pic-list .item h6 {
    color: var(--f1-color);
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /*次分類*/
    .subalbum-menu {
        margin: 0;
    }

    .other_subalbum li a p {
        color: var(--f1-color);
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */

/* +++ 分類總覽頁 (album_page) -------------------- */

/* +++ 相簿目錄頁 (album_class_page) -------------------- */
.album_class_page .main_part { 
    max-width: 1400px;
}
/* 隱藏分類名稱 */
.subalbum-menu h2{
    display: none;
}

/* 照片比例調整 */
.album_class_page .show-list .show_pic {
    aspect-ratio: 2 / 3;
}

.album_class_page .show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
}

/* +++ 相片頁 (album_info_page) -------------------- */
.album_info_page .main_part { 
    max-width: 1400px;
}

/* 觀看更多按鈕樣式 ---------- */
.album_fixed_title span:before {
    content: '其他分店';
    margin: 0;
}

.other_album_choice li {
    border-radius: 0;
    font-size: 14px;
}

/*瀑布流 ----------*/
.album_info_page .pic-list {
    display: block;
    column-count: 3;
    gap: 8px;
  
}
.pic-list .item {
    margin-bottom: 8px;
}

.album_info_page .pic-list .item h6{
    padding: 0;
}

.pic-list .show_pic {
    aspect-ratio: unset;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
    /*瀑布流改兩列*/
    .album_info_page .pic-list {column-count: 2;}
}

@media screen and (max-width: 480px) {
    .album_class_page .show-list {
        grid-template-columns: repeat(2,1fr);
        gap: 8px;
    }
}

/* =============== ▲ 相簿管理 ▲ =============== */

/* =============== ▼ 聯絡我們 ▼ =============== */
/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */
/* ＝＝＝ 【【  版型設定(有編輯區) ↓↓↓  】】 ＝＝＝ */

.contact_page .main_part {
    max-width: 1000px;
}

/*標題*/
.blank_letter {
    font: 500 20px/1.5 var(--font);
    color: var(--f1-color);
    letter-spacing: .6rem;
    padding-top: 0;
    text-align: center;
}
/* 必填 */
.red {
    letter-spacing: .15rem;
    color: indianred;
}
/* 資訊區塊 ---------- */
/*左側改置上*/
.contact_content .information_left {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 0;
    margin-bottom: 100px;
    display: none; 
}

/* 隱藏聯絡資訊但顯示地圖 *//*
.contact_content .information_left .blank_letter,
.contact_content .list_before{
    display: none;
}

/* 地圖 *//*
.contact_le_nomap {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

/*表單區塊 ---------- */
.contact_content .information_right {
    width: 90%;
    padding: 0 0 20px;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

/*表格設定*/
button,
input,
optgroup,
select,
textarea {
    outline: none;
}

.contact_form {
    color: var(--f1-color);
    grid-gap: 20px;
}

.contact_form li {
    margin-bottom: 8px;
    grid-template-columns: 1fr;
}

.contact_form li .form__label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 100%;
    text-align: left;
}

/* 文字欄 */
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background:var(--sub3-color);
    border: 1px var(--f2-color) solid;
}

/* 按鈕 ---------- */
.contact_form li.last blockquote,
.contact_form li.last cite {
    border: 1px solid var(--ac-color);
    border-radius: 10px;
}

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    filter: grayscale(1);
    transition: var(--tr);
}

/* 重新填寫 */
.contact_form li.last blockquote {
    color: var(--ac-color);
}

/* 送出 */
.contact_form li.last cite {
    background: var(--ac-color);
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
    letter-spacing: 4px;
}

.noborder {
    padding: 10px;
    border-radius: var(--br);
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));
    line-height: 1.8;
}

/* 勾選框勾選色  */
input[type="checkbox"], input[type="radio"]{
    accent-color: var(--ac-color);
}

.form select {
    width: 100%;
    border: 1px solid var(--f1-color);
    padding: 6px 26px 6px 6px;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /*左側資訊*/
    .list_before {
        grid-template-columns: 1fr;
    }

    .list_before.info li,
    .list_before.info li:before {
        font-size: 12px;
    }

    /*表單設定*/
    .contact_form li {
        gap: 5px;
    }

    .form select {
        margin: 0;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        padding: 0;
    }

    .contact_form li.last input {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .contact_form {
        margin-top: 20px;
    }

    .contact_form li {
        margin-bottom: 10px;
    }

    .contact_form li .form__label {
        font-weight: 500;
        background: transparent;
        padding: 0;
    }

    .contact_form li:has(input[type=checkbox]) .form__insert,
    .contact_form li:has(input[type=radio]) .form__insert {
        font-size: 12px;
    }

    .form select {
        font-size: 12px;
    }

    .list_before.info li {
        padding: 5px 5px 5px 70px;
    }

    .blank_letter {
        font-size: 16px;
        font-weight: 600;
    }

    .noborder {
        padding: 5px;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
.contact_content {
    padding: 0px 10px 50px;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 聯絡我們 ▲ =============== */

/* =============== ▼ 下拉選單 ▼ =============== */

/* 隱藏預設 */
.other_select_page .page,
.other_select_page .promotion_title h2,
.other_select_page .pmtTitle span,
.other_select_page .other_promotion,
.other_select_page .other_promotion li a::before,
.other_select_page .other_promotion li a::after{
    display: none;
}

/* =============== ▲ 下拉選單 ▲ =============== */

/* =============== ▼ FOOTER (切版微調) START ▼ =============== */
.footer .center {
    padding: 100px 5%;
}
@media screen and (max-width: 1265px) {
    .footer .center {
        padding: 100px 10% 0;
    }
    .footer_logo {
        right: 10%;
        top: 100px;
        bottom: auto;
    }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
    .footer .center {
        padding: 80px 5% 0;
    }
    .footer_logo {
        display: none;
    }
    .copy {
        display: flex;
        justify-content: center;
        padding: 20px 20px 70px;
    }
}
@media screen and (max-width: 600px) {
    .footer_info ul {
        gap: 40px;
    }
}
/* =============== ▲ FOOTER (切版微調) END ▲ =============== */