@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* --------------------------------------------------
   base
-------------------------------------------------- */
/* =============== ▼ 全域變數 ▼ =============== */

:root {
  /* 顏色 */
  --main-color: #ffdf8f;
  --sub1-color: #687559;
  --sub2-color: #47523E;
  --sub3-color: #262F23;
  --ac-color: #ffdf8f;
  --f1-color: #E9E9E9;
  --f2-color: #5F655E;
  --f3-color: #313930;
  --bg-color: #1b231a;
  --gradient:linear-gradient(to right, #DBAF55 0%, #EFE0A1 20%, #EFE0A1 32%, #CCA451 62%, #E4B659 100%);

  /* 字型 */
  --font:"Noto Sans TC", serif;
  --sfont:"Rajdhani","Noto Sans TC", serif;

  /* 其他 */
  --tr:ease-out 0.5s;/*變化*/
  --br:clamp(2px,1vw,4px);/*圓角*/
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */


/* =============== ▲ 全域變數 ▲ =============== */

/* =============== ▼ 文字設定 ▼ =============== */

body {
  letter-spacing: .1rem;
  font: normal 16px/1.5rem var(--font);
  color: var(--f1-color);
}

/* 客戶編輯區文字 */
.blog_box_edit *, 
.promotions_page .edit *, 
.edit {
    letter-spacing: .1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 250% !important;
    font-family: var(--font)!important;
    color: var(--f1-color)!important;
}

/* 反白顏色 ----------*/
::-moz-selection{
    color: var(--bg-color);
    background: var(--f1-color);
}

::selection {
    color: var(--bg-color);
    background: var(--f1-color);
}
/* =============== ▲ 文字設定 ▲ =============== */

/* =============== ▼ 通用設定 ▼ =============== */

/* 滾動條 ---------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 6px;/*右側捲軸寬度*/
    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
-------------------------------------------------- */

/* =============== ▼ 大範圍設定 ▼ =============== */

/* ＝＝＝ 【【  版型設定(XXX) ↓↓↓  】】 ＝＝＝ */

/*背景顏色*/
#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;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

.main_part{
    padding: 10px 20px 50px;
}

.info_fix{
    display: none;
}

/* 皮革質感 */
#page::before {
    display: block;
    content: " ";
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-image: url(https://pic03.eapple.com.tw/awesomemotor/bg.png);
    pointer-events: none;
    opacity: 0.5;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */


/* =============== ▲ 大範圍設定 ▲ =============== */

/* =============== ▼ PAGE ▼ =============== */

/* 麵包屑 -------------------- */

/* 隱藏 */
.path p,
.path p a {
    display: none;
}

/* 頁碼 -------------------- */

/* =============== ▲ PAGE ▲ =============== */

/* =============== ▼ 大圖 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*預設解除背景輪播*/
#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;
    }
}

/* ＝＝＝ 【【  版型設定() ↓↓↓  】】 ＝＝＝ *//*



/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */



/* =============== ▲ 大圖 ▲ =============== */

/* =============== ▼ HEADER ▼ =============== */

/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
.header_area,
.header_area.sticky {
    background:var(--bg-color);
}

.main_header_area .container {
    max-width: 1600px;
}

.navigation {
    display: flex;
}

.nav-brand img {
    display: block;
}

/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10000;
    max-width: 300px;
}

.me_tp_features .tp_links {
    display: none;
}

.me_tp_features a i {
    font-size: 14px;
    color: var(--f2-color);
    line-height: 20px;
}

.me_tp_features a.tp_btn_cart {
    position: relative;
}

.me_tp_features a.tp_btn_cart span span {
    display: none;
}

.me_tp_features a.tp_btn_cart b {
    color: var(--f1-color);
    background: var(--ac-color);
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0px;
    position: absolute;
    right: -4px;
    bottom: -6px;
}

.me_tp_features a.tp_btn_cart b::before,
.me_tp_features a.tp_btn_cart b::after {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.box_search input[type=text] {
    border-radius: var(--br);
    border: solid 1px var(--f2-color);
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
}

/*文字-提示輸入*/
.box_search input[type=text]::placeholder {
    color: var(--f2-color);
}

/*文字-輸入中*/
.box_search input[type=text]:focus {
    color: var(--f1-color);
}

/*搜尋按鈕*/
.shop_search_btn {
    border-radius: var(--br);
    background: var(--f2-color);
    color: var(--f1-color);
}

/*下拉區塊*/
.stellarnav li.has-sub li {
    border: none;
    border-bottom:unset;
}

.stellarnav li.has-sub li:last-child {
    border-bottom: none;
}

/* 次選單文字 */
.stellarnav li.has-sub li a {
    font-size: 13px;
    padding: 8px 12px;
    transition: all .5s;
    color:var(--f1-color);
    background: var(--sub2-color);
}

.stellarnav li.has-sub li a:hover {
    background: var(--sub1-color);
    padding-left: 18px;
}
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1300px) {
    .nav-header {
        max-width: 120px;
    }

    .stellarnav>ul>li {
        padding: 40px 8px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .stellarnav>ul>li {
        padding: 15px 5px 0px;
    }

    .stellarnav>ul>li>a {
        font-size: 14px;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

.header_area{
    background: transparent;
    position: fixed;
    top: 20px;
    transition: var(--tr);
}

.header_area.sticky {
    background: rgba(27 35 26 /90%);
    backdrop-filter: saturate(80%) blur(10px);
    top: 0px;
    transition: var(--tr);
}

.main_header_area .container {
/*     padding: 0 3%; */
    max-width: 1200px;
}

.nav-header {
    max-width: 150px;
}

/*底線*/
.stellarnav>ul>li>a:before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--gradient);
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all .5s;
}

.stellarnav>ul>li>a:hover:before {
    width: 100%;
    left: auto;
    right: 0;
}

/* 隱藏下拉三角形 */
.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a{
    padding-right:unset;
}

/* 主選單文字 */
.stellarnav > ul > li > a,
.stellarnav>ul>li>a b {
    color: var(--f1-color);
    font-family: var(--sfont);
}

.stellarnav>ul>li>a b:nth-child(2) {
/*     font-size: 14px; */
    font-family: var(--sfont);
    font-weight: 500;
}

/* 購物車副選單 ---------- */

/* 購物車-導覽列下移*/
.stellarnav ul{
    margin-top: 35px;
}

/* 次選單蓋掉.stellarnav ul */
.stellarnav li.has-sub ul{
    margin-top: 0;
}

/* 購物車外-上移*/
.stellarnav ul:not(body.product_page .stellarnav ul, body.product_info_page .stellarnav ul, body.remit_page .stellarnav ul, body.car_page .stellarnav ul, body.car_page .stellarnav ul) {
    margin: 0;
}

/* 購物車-導覽列上下間距*/
.stellarnav>ul>li {
    padding: 5px .5rem 0px;
}

/* 購物車外-間距加大*/
.stellarnav>ul>li:not(body.product_page .stellarnav>ul>li, body.product_info_page .stellarnav>ul>li, body.remit_page .stellarnav>ul>li, body.car_page .stellarnav>ul>li, body.car_page .stellarnav>ul>li) {
    padding: 15px .5rem 10px;
}

/* 購物車外-隱藏複選單*/
.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;
}

/* 購物車數字改色 */
.me_tp_features a.tp_btn_cart b {
    background: #e70011;
}



/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .header_area{
        top: unset;
        position: relative;
        background: var(--bg-color);
    }
    .header_area.sticky{
        position: fixed;
        transition: var(--tr);
    }

    .stellarnav ul {
        margin-top: 0px;
    }

    .stellarnav>ul>li,
    .stellarnav>ul>li:not(body.product_page .stellarnav>ul>li, body.product_info_page .stellarnav>ul>li, body.remit_page .stellarnav>ul>li, body.car_page .stellarnav>ul>li, body.car_page .stellarnav>ul>li) {
    padding: 15px 5px 0px;
    }

    @media screen and (max-width: 768px) {
        .header_area.sticky {
            background: rgba(27 35 26 /100%);
            backdrop-filter: none;
        }
    }
}
/* =============== ▲ HEADER ▲ =============== */

/* =============== ▼ 漢堡選單 ▼ =============== */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

@media screen and (max-width: 768px) {
    /* 三 按鈕 ---------- */
    .stellarnav.mobile {
/*         top: 15px; */
    }
    /*三改色*/
    .stellarnav .menu-toggle span.bars span{
        background: var(--f1-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: 400px;/*選單寬度*/
        height: 100vh;
        border-right: 0px var(--f1-color) solid;
    }

    /*主選單按鈕 ---------- */
    .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-child(2) {
        color: var(--f2-color);
        font-size: 12px;
    }

    /*隱藏-偽元素*/
    .stellarnav>ul>li>a: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;
    }
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;/*蓋預設*/
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
@media only screen and (max-width: 768px) {
    .me_tp_features {
        display: none;
    }

    .stellarnav>ul>li, .stellarnav>ul>li:not(body.product_page .stellarnav>ul>li, body.product_info_page .stellarnav>ul>li, body.remit_page .stellarnav>ul>li, body.car_page .stellarnav>ul>li, body.car_page .stellarnav>ul>li) {
        padding: 0;
        border: none;
    }

    .stellarnav li.has-sub li a,
    .stellarnav.mobile li li.has-sub a{
        background: rgba(0 0 0 /10%);
        padding: 10px 1.5rem;
    }

    /*主分類+號*/
    .stellarnav.mobile li li a.dd-toggle{
        background: transparent;
        padding: 0;
    }
    /* 次分類底線*/
    .stellarnav.mobile li.open li.open a{
        border-bottom: none;
    }

}





/* =============== ▲ 漢堡選單 ▲ =============== */

/* =============== ▼ FOOTER ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}
/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
.footer {
    background: var(--bg-color);
/*    border-top: 1px solid var(--f3-color);*/
    padding: 50px 0 20px;
/*     box-shadow: 0px -5px 20px rgba(51, 51, 51, .05); */
}

.footer .center {
    padding: 0 3%;
    max-width: 1200px;
}

.footer_logo {
    width: 120px;
}

.footer_info {
    align-items: center;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(2) {
    margin-top: 20px;
}

.footer_info li p,
.footer_info li p a {
    font-weight: 300;
    color: var(--f1-color);
}

.footer_menu a {
    background: transparent;
    border: none;
    font-size: 12px;
    color: var(--f1-color);
}

.footer_menu a:hover {
    background: var(--f1-color);
    color: var(--bg-color);
    transition: var(--tr);
}

/* 隱藏-回首頁 */
.footer_menu a:first-of-type{
    display: none;
}

.box_link {
    right: 5%;
}

.box_link a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border: 1px var(--f3-color) solid;
    margin-bottom: 5px;
    transition: all .5s;
}

.box_link a.me_tp_call,
.box_link a.me_tp_mail {
    display: none;
}

.fa-brands {
    font-size: 17px;
    display: block;
    color: var(--f3-color);
    line-height: 32px;
    position: relative;
    left: 1px;
}

.box_link a:hover {
    background: var(--ac-color);
}

.box_link a:hover .fa-brands {
    color: var(--bg-color);
}

/*揚京版權塊 -------------------- */

.copy {
    border-top: none;
    margin-top: 30px;
}

.copy,
.copy a {
    font-size: 10px;
    color:var(--f1-color);
}

.copy a:hover {
    color:var(--f1-color);
    text-decoration: underline var(--f1-color) 1px solid;
    text-underline-offset: 4px;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1300px) {
    .footer_info {
        grid-template-columns: 1fr;
        padding-right: 0;
        text-align: center;
    }

    .footer_logo {
        width: 120px;
        margin: 0 auto;
    }

    .box_link {
        position: relative;
        max-width: inherit;
        flex-direction: row;
        right: auto;
        justify-content: center;
    }

    .box_link a {
        margin: 8px;
    }

}

@media screen and (max-width: 768px) {
    #bottom_menu {
        display: none;
    }
}



/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

.footer_info li p.add2:before {
    content: '營業時間：';
}

/* 隱藏統編信箱 */
.footer .mail,
.footer .taxid{
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ FOOTER ▲ =============== */

/* --------------------------------------------------
   components 元件設定
-------------------------------------------------- */

/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/*BANNE背景 ----------*/

.banner {
    position: relative;
    height: 700px;
    background: var(--sub3-color);/*未設定頁背景*/
}

/*漸層*/
.banner:after {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #1B231A 10%, transparent 100%) ;
    display: block;
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*預設*/
.banner.banB,
.banner.banD {
    background: url(https://pic03.eapple.com.tw/awesomemotor/bn_b.jpg)center no-repeat;
    background-size: cover;
}

/*頁面標題 ----------*/
.banner h5 {
    position: absolute;
    z-index: 999;
    font: 500 22px/1 var(--sfont);
    letter-spacing:.4rem;
    color: var(--ac-color);
    bottom: 20%;
}

/*英文標*/
.banner h5:before {
    content: "Awesome";
    display: block;
    position: relative;
    font: bold 108px/1 var(--sfont);
    background: var(--gradient);
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

@media screen and (max-width: 768px) {
    .banner {
        height: 500px;
        background: var(--sub3-color);
    }
    .banner h5:before{
        font-size: 15vw;
    }
    .banner:after{
        height: 250px;
    }

}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/*小撇步-*/
.banner.banA {}
/*聯絡我們*/
.banner.banC {}
/*匯款通知*/
.banner.banD {}
/*相簿-*/
.banner.banE {}

/*購物車-*/
.banner.banF {
    background: url(https://pic03.eapple.com.tw/awesomemotor/bn_f.jpg)center no-repeat;
    background-size: cover;
}

.banner.banF h5::before {
    content: "Premium";
}

/*文章管理-news*/
.article_a .banner.banblog {
    background: url(https://pic03.eapple.com.tw/awesomemotor/bn_banbloga.jpg)center no-repeat;
    background-size: cover;
}
.article_a .banner.banblog h5::before {
    content: "news";
}

.blog_page.article_a .banner.banblog h5 {
    color: transparent;
}

/*文章管理-改裝*/
.article_b .banner.banblog {
    background: url(https://pic03.eapple.com.tw/awesomemotor/bn_banblogb.jpg)center no-repeat;
    background-size: cover;
}
.article_b .banner.banblog h5::before {
    content: "Showcase";
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ BANNER ▲ =============== */

/* =============== ▼ 按鈕 ▼ =============== */

/* 首頁嵌入功能-查看更多 */
.animated-arrow{
    background: var(--gradient);
    color: var(--bg-color);
    border-radius: var(--name);
}

.animated-arrow:hover{
    filter:grayscale(1);
}

/* =============== ▲ 按鈕 ▲ =============== */

/* --------------------------------------------------
   Content 功能頁
-------------------------------------------------- */

/* =============== ▼ 購物車 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/* 商品下拉超過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);
}

/* .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);
}

/* 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);
}

/* 詳細資料按鈕 */
.products-list .more {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--f3-color);
    color: var(--f2-color);
    display: none;
}

.products-list .item a:hover .more {
    background: var(--f3-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(--sfont);
    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(--sfont);
    letter-spacing: .1rem;
    color: var(--f1-color);
}

/* 小標 */
#number_area,
.product_info li span,
.product_info_page .toShare{
    font: bold 12px /1.5rem var(--sfont);
    letter-spacing: .15rem;
    color: var(--f2-color);
    margin: 1rem 0 0 0;
}

/* 規格按鈕 */
.radio-inline__label{
    border: 1px solid var(--f1-color);
    color: var(--f1-color);
}

.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,
.inquiry_a2{
    border-radius: var(--br);
    background: var(--sub3-color);
    border: 1px solid var(--ac-color);
    color: var(--ac-color);
}

#add_to_inquiry_cart:hover,
.inquiry_a2:hover {
    background: transparent;
    border: 1px solid var(--ac-color);
    filter: grayscale(1);
}

/* 實心 */
#add_to_cart{
    background: var(--gradient);
    color: var(--bg-color);
    border: 1px solid var(--ac-color);
}

#add_to_cart:hover{
    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: 12px;
    }

}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 購物車 ▲ =============== */

/* =============== ▼ 購物車相關 ▼ =============== */


.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;
}

/* =============== ▲ 購物車相關 ▲ =============== */


/* =============== ▼ 相簿管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*相本分類全版面 ( 限制最寬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: .6rem;
}

/* 圖片 */
.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 1 / 1;
    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: 0;
    font-size: 13px;
}

/* +++ 分類總覽頁 (album_page) -------------------- */

/* 分類名稱 */
.show-list .show_name{
    color: var(--f1-color);
    letter-spacing: .6rem;
    text-align: center;
}

.show-list .item {
    margin-bottom: 30px;
}

.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: .6rem;
    text-align: center;
}

.other_subalbum li:hover a p {
    color: var(--sub1-color);
}

/* +++ 相片頁 (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(--bg-color);
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* 分類名稱-置圖片中心 *//*
.other_subalbum li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    transition: all .5s;
}

.other_subalbum li:hover a p {
    color: var(--bg-color);
}
/* +++ 布局 -------------------- */

/* +++ 分類總覽頁 (album_page) -------------------- */

/* +++ 相簿目錄頁 (album_class_page) -------------------- */

/* +++ 相片頁 (album_info_page) -------------------- */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 相簿管理 ▲ =============== */

/* =============== ▼ 文章管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*文章設定*/
/*一排呈現
.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);
}

.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: 4px;
    background-color: transparent;
    border: solid 1px var(--f3-color) !important;
}

.blog_search input[type=submit] {
    color: var(--f1-color);
    border-left: 1px solid var(--f3-color) !important;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
}

/* 分類區塊外框 ---------- */
.blog_le .accordion {
    border-radius: var(--br);
    border: 1px var(--f2-color) solid;
}

/* 主分類分隔線 */
.accordion li+li .link {
    border-top: 1px var(--f2-color) solid;
}

/* 主分類文字 */
.accordion li .link a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4rem;
    text-align: center;
    color: var(--f1-color)
}

.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:hover, 
.blog_le .accordion > li.on_this_category {
    background: var(--sub2-color) !important;
    transition: var(--tr);
}

/* 下拉符號 */
.blog_le .accordion li .link i{
    color: var(--f1-color);
}

/* 次分類 */
.submenu {
    background: var(--sub3-color);
}

/* 文字 */
.submenu a{
    color: var(--f1-color);
    padding: 15px 15px 15px 50px;
}

.submenu li.on_this_category a, 
.submenu a:hover {
    color: var(--f1-color);
    background: var(--sub2-color) !important;
    transition: var(--tr);
}

/* 次分類圖標 */
.submenu a i{
    left: 20px;
}

/* 次分類分隔線 */
.submenu li+li {
    border-top: 1px var(--f2-color) solid;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {
    .blog_le {
        padding: 0;
    }
}

/* +++ 目錄頁 (blog_page) -------------------- */

/*隱藏-分類副標*/
.blog_page h4.blog_category_title {
    display: none;
}

/* 卡片布局 */
.blog_subbox {
    grid-template-columns: 1fr;
    grid-gap:0px;
}

.subbox_item{
    padding: 20px 0;
    border-bottom: 1px var(--f3-color) solid;
}

.subbox_item a {
    grid-template-columns: 250px 1fr;
    align-items: center;
    gap: 40px;
}

.module_i_news li a:before,
.subbox_item a:before {
    content: 'READ MORE +';
    font-size: 12px;
    padding: 5px 20px;
    color: var(--ac-color);
    font-family: var(--sfont);
}

/* 隱藏-原遮罩 */
.subbox_item a:after {
    display:  none;
}

/* 文字區塊 ---------- */

/* 時間 */
.blog_list_ri em,
.i_blog_ri em {
    font-size: 12px;
    color: var(--f2-color);
}

/* 簡述 */
.blog_list_ri p,
.i_blog_ri p {
    font-weight: 400;
    letter-spacing: .2rem;
    line-height: 180%;
    font-size: 12px;
    margin-top: 20px;
    color: var(--f2-color);
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 960px) {
.subbox_item {
    border-bottom: 1px var(--f3-color) solid;/*蓋預設*/
}

.subbox_item a{
    grid-template-columns: 200px 1fr;
    gap: 20px;
}

.subbox_item a:before{
    padding: 0;
    bottom: 0;
}
}

@media screen and (max-width: 768px) {
    .subbox_item a {
        grid-template-columns: 150px 1fr;
        align-items: start;
    }

    .blog_list_ri {
        padding: 0;
    }

    .blog_list_ri h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
.subbox_item a{
    grid-template-columns: 1fr;
}

.subbox_item a:before{
    display: none;
}
}

/* +++ 文章首頁顯示 (module_i_news) -------------------- */

/* 英文標 */
.module_i_news .title_i_box h6{
    color: var(--ac-color);
    font: bold 48px/1.5rem var(--sfont);
}

/* 中文標 */
.module_i_news .title_i_box h4{
    color: var(--ac-color);
    font: bold 24px/1.5rem var(--sfont);
    padding: 1rem 0;
    letter-spacing: 0.4rem;
}

/* 隱藏-原遮罩 */
.module_i_news li a:after{
    display: none;
}

/* 文字區塊 ---------- */
.i_blog_ri{
    padding: 2rem 1rem;
}

.module_i_news li a:before{
    bottom: 0px;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {

    .module_i_news ul{
        grid-gap: 30px 20px;
    }

    .i_blog_ri{
        padding: .5rem;
    }

    .module_i_news li {
        border-bottom: 1px var(--f2-color) dotted;
    }
}

/* +++ 文章頁 (blog_in_page) -------------------- */

/* 標題 */
h4.blog_category_title {
    padding: 0;
    font-size: 20px;
    letter-spacing: .4rem;
    margin-bottom: 0;
    color: var(--f1-color);
}

.blog_shareData {
    border-bottom: 1px solid var(--f3-color);
    padding-bottom: 10px;
}


/* 分享到文字 */
.toShareNews b {
    font-size: 12px;
    font-weight: 400;
    color: var(--f1-color);
}

/* sns icon */
.toShareNews a object {
    max-width: 20px;
}


/*文章按鈕 ----------*/

/*按鈕上下留白*/
.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 h6 span:before {
    font-size: 18px;
    letter-spacing: .6rem;
    color: var(--f1-color);
}

/* 文章卡片 */
.news_related_list li a{
    background: transparent;
}

/* 上一頁(同商品) */
.lastPage{
    color: var(--bg-color);
    margin: 1rem auto;
    border-radius: var(--br);
    background: var(--gradient);
}

.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;
    }

    .blog_back a.article_btn_prev,
    .blog_back a.article_btn_next,
    .blog_back a.article_btn_back {
        font-size: 12px;
    }

    .lastPage {
        font-size: 12px;
    }
    h4.blog_category_title {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .blog_back {
        display: flex;
        justify-content: space-evenly;
    }

    .blog_back a {
        padding: .5rem;
        font-size: 12px;
    }  

    .blog_back a.article_btn_prev, 
    .blog_back a.article_btn_back, 
    .blog_back a.article_btn_next {
        font-size: 12px;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */


/* +++ 布局 -------------------- */

/* +++ 側邊欄 -------------------- */

.accordion li .link a{
    text-transform: uppercase;
    letter-spacing: .2rem;
}

/* +++ 目錄頁 (blog_page) -------------------- */

/* +++ 文章首頁顯示 (module_i_news) -------------------- */

.module_i_news{
    padding: 120px 20px 50px;
}

.module_i_news .title_i_box:before,
.module_i_news .title_i_box:after {
    content: "";
    width: 600px;
    height: 1px;
    background: var(--ac-color);
}

/* 標題並排 */
.module_i_news .title_i_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.module_i_news .title_i_box h6{
    display: none;
}

/* 標題金色 */
.module_i_news .title_i_box h4{
    font-size:48px;
    padding: 1rem 3rem;
    letter-spacing: 0;
    background: var(--gradient);
    color: transparent;
    background-clip: text;
}

/* +++ 文章頁 (blog_in_page) -------------------- */

/* 隱藏-文章縮圖 *//*
.articel_mainPic {
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 文章管理 ▲ =============== */

/* =============== ▼ 聯絡我們 ▼ =============== */

/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
/*標題*/
.blank_letter {
    font-family: var(--font);
    color: var(--f1-color);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .6rem;
    padding-top: 0;
}

/* 資訊區塊 ---------- */
/*左側改置上*/
.contact_content .information_left {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 0;
    margin-bottom: 100px;
}

/* 聯絡資訊-兩欄 */
.list_before {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
}

/* 內容 */
.list_before.info li {
    border-bottom: 1px solid var(--f3-color);
    padding: 5px 5px 5px 70px;
    margin-right: 20px;
}

/* 項目 */
.list_before.info li:before {
    font-weight: 400;
    letter-spacing: .4rem;
    width: 60px;
}

/*表單區塊 ---------- */
.contact_content .information_right {
    width: 100%;
    padding: 0 0 20px;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

/*表格設定*/
button,
input,
optgroup,
select,
textarea {
    outline: none;
}

.contact_form li {
    margin-bottom: 8px;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    background: var(--sub3-color);
}

/* 按鈕 ---------- */
.contact_form li.last blockquote,
.contact_form li.last cite {
    border: 1px solid var(--ac-color);
    border-radius: 4px;
}

.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: 4px;
}

.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;
}

.form select {
    width: 100%;
    background: var(--sub3-color);
    border: 1px solid var(--f2-color);
    color: 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;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 聯絡我們 ▲ =============== */