@charset "utf-8";

/* --------------------------------------------------
   base
-------------------------------------------------- */
/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 顏色 */
    --main-color: #7F715C;
    --sub1-color: #645846;
    --sub2-color: #AA9B84;
    --sub3-color: var(--bg-color)7EC;
    --ac-color: #000;
    --f1-color: #444;
    --f2-color: #aaa;
    --f3-color: #e6e6e6;
    --bg-color: #e9e9e9;

    /* 字型 */
    --font: 'Noto Sans TC', sans-serif;
    --sfont: 'Noto Sans TC', sans-serif;

    /* 其他 */
    --tr: ease-out 0.5s;
    /*變化*/
    --br: clamp(2px, 1vw, 4px);
    /*圓角*/
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */


/* =============== ▲ 全域變數 ▲ =============== */

/* =============== ▼ 文字設定 ▼ =============== */

body {
    letter-spacing: .1rem;
    font: normal 16px/1.5 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);
}

/* =============== ▲ 文字設定 ▲ =============== */



/* --------------------------------------------------
   layout
-------------------------------------------------- */

/* =============== ▼ 大範圍設定 ▼ =============== */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */

/*背景顏色*/
#content_main,
#content {
    background-color: var(--bg-color);
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
}

/* 麵包屑 -------------------- */
/* 隱藏 */
.path p,
.path p a {
    display: none;
}

/* 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;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */


/* =============== ▲ 大範圍設定 ▲ =============== */


/* =============== ▼ 大圖 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

/* .swiper-slide img { height:auto;} */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    /*大圖*/
    .swiper-slide {
        background-position: center !important;
        background-size: cover !important;
/*         height: 75vh; */
        height: 133vw;
    }

    .swiper-slide:nth-child(1) {
        background: url(https://pic03.eapple.com.tw/ryfixapple/banner01_s.jpg) no-repeat;
    }

    .swiper-slide:nth-child(2) {
        background: url(https://pic03.eapple.com.tw/ryfixapple/banner02_s.jpg) no-repeat;
    }

    .swiper-slide img {
        opacity: 0;
    }
}

/* =============== ▼ HEADER ▼ =============== */

/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
/* 布局 */
.header_area,
.header_area.sticky {
    background: rgba(0,0,0,0.8);
}

.main_header_area .container {
    max-width: 1600px;
    padding: 0 30px;
}

.navigation {
    display: flex;
}

/* +++ 複選單(購物車/社群icon/多語系) -------------------- */
.me_tp_features {
    display: none;
}

/* +++ logo -------------------- */

/*logo大小*/
.nav-header {
    max-width: 300px;
}

.nav-brand img {
    display: block;
    /*填滿h1空白*/
}

/* +++ 導覽列 -------------------- */

/* 主選單文字樣式 */
.stellarnav>ul>li>a {
    font-family: var(--font);
    margin: 0;/*蓋預設*/
    letter-spacing: 2px;
    color: #ddd;
    font-size: 14px;
}


/* 按鈕間距+高度 */
.stellarnav>ul>li {
    padding: 10px 20px;
    padding-bottom: 5px;
    /*上下視差5px*/
}

/* 隱藏三下拉角形 */
.stellarnav li.has-sub>a:after {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ddd #ddd transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    top: 15px;
    right: 3px;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 15px;
}

/*下拉區塊*/
.stellarnav li.has-sub li {
    border: none;
    border-bottom: solid 1px var(--bg-color);
    background: var(--bg-color);
}

.stellarnav li.has-sub li:last-of-type {
    border-bottom: none;
}

/* 下拉選單文字 */
.stellarnav li.has-sub li a,
.stellarnav.mobile li li.has-sub a {
    font-size: 13px;
    padding: 15px 20px;
    color: #666;
}

.stellarnav li.has-sub li:hover a {
    color: var(--bg-color);
    background: #666;
    transition: var(--tr);
    /*     padding-left: 1.5rem; */
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1024px) {
    .navigation{
        display: flex;
        flex-direction: row;
    }
}

@media screen and (max-width: 960px) {
    .nav-header {
        width: 40%;
        padding: 15px 10px;
    }

    .stellarnav>ul>li {
        padding: 10px 13px;
    }
}

@media screen and (max-width: 768px) {
    .header_area.sticky {
        position: relative;
    }
    .navigation {
        display: flex;
        flex-direction: column;
    }

    .main_header_area .container{
        padding: 0;
    }
}
/* =============== ▲ HEADER ▲ =============== */

/* =============== ▼ 漢堡選單 ▼ =============== */

/* ＝＝＝ 【【  版型設定(復刻) ↓↓↓  】】 ＝＝＝ */

@media screen and (max-width: 768px) {
    /* 三 按鈕 ---------- */
    .stellarnav.mobile {
        top: 10px;
        right: 0px;
        left: auto;
    }
    /*三改色*/
    .stellarnav .menu-toggle span.bars span{
        background: var(--bg-color);
    }
    
    /*隱藏-menu文字樣式*/
    .stellarnav .menu-toggle:after{
        color: var(--bg-color);
    }

    /*打開後 close表頭*/
    .stellarnav.mobile.left .close-menu {
        background: #000;
    }

    /*隱藏-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(--bg-color);
        font-size: 20px;
    }

    /*選單底色*/
    .stellarnav.mobile.left>ul {
        background: #000;
        max-width: 100%;/*選單寬度*/
        height: 100vh;
        border-right: none;
    }

    /*主選單按鈕 ---------- */
    .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: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;
    }
    .stellarnav li.has-sub li {
        border: none;
        border-bottom:none;
        background: transparent;
    }

    .stellarnav li.has-sub li a, .stellarnav.mobile li li.has-sub a {
        color: var(--bg-color);
        border: none;
    }
}

@media only screen and (max-width: 570px) {

    .header_area{
        padding: 0;
    }
    
    .nav-header {
        width: 70%;
        max-width: 230px;
    }

    /* 三 按鈕 ---------- */
    .stellarnav.mobile {
        top: 1vw;
    }
    .stellarnav .menu-toggle {
        padding: 10px;/*蓋預設*/
    }

}

/* =============== ▲ 漢堡選單 ▲ =============== */

/* --------------------------------------------------
   components 元件設定
-------------------------------------------------- */

/* =============== ▼ 按鈕 ▼ =============== */

/* 首頁嵌入功能-查看更多 */
.animated-arrow {
    background: var(--ac-color);
    color: var(--bg-color);
    border-radius: var(--br);
}

.animated-arrow:hover {
    opacity: .8;
}

/* =============== ▲ 按鈕 ▲ =============== */

/* =============== ▼ BANNER ▼ =============== */

/*內頁BANNER 設定*/
.banner {
    background: transparent;
    padding: 6vw 0 0;
}

.banner h5 {
    font-weight: 800;
    color: #000;
}

.banner h5:after {
    content: "RY";
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.banner.banblog h5:after {content: "CASE";}
.banner.banA h5:after {content: "NEWS";}
.banner.banC h5:after {content: "CONTACT";}



/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
    /*banner*/
    .banner {
        padding: 100px 0 0;
    }

    .banner h5 {
        font-size: 24px;
    }

    .banner h5:after {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {}

/* =============== ▲ BANNER ▲ =============== */

/* --------------------------------------------------
   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;
    }
}

/* =============== ▲ 購物車 ▲ =============== */

/* =============== ▼ 相簿管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*相本分類全版面 ( 限制最寬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: var(--bg-color)FFF !important; border: solid 1px var(--bg-color); 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;}
*/

/* =============== ▲ 相簿管理 ▲ =============== */

/* =============== ▼ 文章管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*文章設定*/
/*一排呈現
.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(--f2-color) !important;
}

.blog_search input[type=submit] {
    color: var(--f1-color);
    border-left: 1px solid var(--f2-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, 
.blog_le .accordion > li.on_this_category {
    background: var(--f2-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);
}

.subbox_item{
    padding: 20px 0;
    border-bottom: 1px var(--f2-color) solid;
}

.subbox_item a {
    display: block;
}

.module_i_news li:before,
.subbox_item:before {
    content: 'READ MORE +';
    font-size: 12px;
    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 h5 {
    -webkit-line-clamp: 2;
}

/* 時間 */
.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) {
    .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 .title_i_box{
    margin: 0 auto;/*蓋預設*/
}

/* 英文標 *//*
.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;
}

/* 布局 */
.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 12px;
}

.module_i_news li a{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}

/* 只顯示4篇 */
.module_i_news li:nth-child(n+5) {
    display: none;
}

/* 文字區塊 ---------- */
.i_blog_ri{
    padding: 1rem;
}

.i_blog_ri h5 {
    -webkit-line-clamp: 2;
}

.module_i_news li:before{
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {

    .module_i_news ul{
        grid-gap: 30px 12px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .i_blog_ri{
        padding: .5rem;
    }

    .module_i_news li {
        border-bottom: 1px var(--f2-color) dotted;
    }
}

@media screen and (max-width: 425px) {

    .module_i_news ul{
        grid-gap: 30px 12px;
        grid-template-columns:1fr;
        max-width: 300px;
        width: 90%;
    }
}

/* +++ 文章頁 (blog_in_page) -------------------- */

.blog_in_page .blog_ri {
    background: rgb(243 243 243 / 50%);
    padding: 50px 2vw;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}


/* 標題 */
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(--f2-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: 0 0 1rem auto;
    width: calc(100% - 220px - 30px);
}

.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: rgb(243 243 243 / 50%);
    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(--ac-color);
}

.lastPage:hover{
    transition: var(--tr);
    opacity: .8;
}


/* 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;
    }
}

@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;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* =============== ▲ 文章管理 ▲ =============== */

/* =============== ▼ 小撇步(促銷方案&分享文章) ▼ =============== */

/* ＝＝＝ 【【  無預設區塊 ↓↓↓  】】 ＝＝＝ */
/* ＝＝＝ 【【  版型設定(復刻) ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */
.promotions_page .show_content {
    background: rgb(243 243 243 / 50%);
    padding: 35px;
    margin: 20px auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.promotions_page .main_part {
    max-width: 1200px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
/*     padding: 50px 20px; */
}

.promotion_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #999;
}

/* 日期 */
.promotion_title .time {
    width: 100%;
}

.promotion_title span {
    border: none;
    color: #666;
    letter-spacing: 0.25em;
    font-size: 13px;
    margin: 0;
    padding: 0;
}


/* 類別(撇步名稱) */
.promotion_title em {
    font-size: 13px;
    color: #666;
    padding: 0px 2px 0px 0px;
    border: none;
    width: fit-content;
}

.promotion_title em:after {
    content: "|";
    display: contents;
    font-size: 13px;
    color: #666;
}

/* 標題 */
.promotion_title h2 {
    color: #101010;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.promotions_page .edit {
    border-top: 1px solid #999;
    margin-top: 2px;
}

/* 小撇步列表 ---------- */

/* 單欄排列 */
.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 #e5e5e5 solid;
}

.other_promotion li:first-of-type a{
    border-top: 1px #e5e5e5 solid;
}

.other_promotion li a:hover {
    background: transparent;
    border-top: 1px #888 solid;
    transition: var(--tr);
}

.other_promotion li a:hover h3{
    color: #888;
    text-decoration: underline #888 1px solid;
    text-underline-offset: 4px;
    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: 768px) {
    .promotion_title em{
        display: none;
    }
}
@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 ↓↓↓ ~~~~~~~~~~~~~~~ */

/* +++ 首頁嵌入 -------------------- */
/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ 小撇步(促銷方案&分享文章) ▲ =============== */

/* =============== ▼ 聯絡我們 ▼ =============== */
/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */
/* ＝＝＝ 【【  版型設定(復刻) ↓↓↓  】】 ＝＝＝ */

.contact_page .main_part {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.contact_content {
    background: rgb(243 243 243 / 50%);
    padding: 1vw 2vw;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

/*標題*/
.blank_letter {
    font: 600 24px/1.5 var(--font);
    color: #333;
    padding-top: 30px;
    letter-spacing: .15rem;
}

/* 資訊區塊 ---------- */
/*左側改置上*/
.contact_content .information_left {
    width: 100%;
}

/* 聯絡資訊-兩欄 *//*
.list_before {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
}

/* 內容 */
.list_before.info li {
    padding: 0px 5px 0px 45px;
    margin: 5px 0;
}

/* 項目 */
.list_before.info li:before {
    font-weight: 400;
    width: 40px;
    letter-spacing: .15rem;
}

/* 隱藏信箱 */
.info_MAIL {
    display: none;
}

/*表單區塊 ---------- */
.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;
}

/* 標題布局 */
.blank_letter.f {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

/* 雙欄 */
.contact_form {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

/* 按鈕跨欄 */
.contact_form li.last{
    grid-column-start: 1;
    grid-column-end: 3;
}

.contact_form li {
    display: block;
}

/* 必填*號 */
.star {
    padding: 0 3px;
}

.contact_form li .form__label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin-top: 0px;
    padding: 8px 10px;
}

.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%;
    border: 1px solid var(--f1-color);
    padding: 6px 26px 6px 6px;
}


/* 按鈕 ---------- */

.contact_form li.last blockquote:hover,
.contact_form li.last cite:hover {
    filter: grayscale(1);
    opacity: .8;
    transition: var(--tr);
}

/* 重新填寫 */
.contact_form li.last blockquote {
    color: var(--ac-color);
    border: none;
}

/* 送出 */
.contact_form li.last cite {
    background: var(--ac-color);
    width: 250px;
}

/* 蓋掉模組hover */
.contact_form li.last blockquote:hover input, 
.contact_form li.last cite:hover input {
    letter-spacing: 2px;/*蓋預設*/
}

.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0 0 0 0px;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    /*表單設定*/
    .form select {
        margin: 0;
    }
    .contact_content .information_right{
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .contact_form {
        margin: 20px 0;
        grid-template-columns:1fr;
    }

    .contact_form li.last {
        grid-column-start: unset;
        grid-column-end: unset;
        display: flex;
        justify-content: flex-end;
    }

    .contact_form li .form__label {
        font-weight: normal;
        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;
    }

    .blank_letter {
        font-size: 24px;
        font-weight: 600;
    }

    .noborder {
        padding: 5px;
    }
}

/* =============== ▲ 聯絡我們 ▲ =============== */

/* footer 切板後調整 ---------- */

.fu01 ul:nth-of-type(2) li a,
.footer_menu {
    font-family: var(--font);
}

@media screen and (max-width: 500px) {
.fu01 ul:nth-of-type(2) {
    display: flex;
    width: 90%;
    max-width: 250px;
    margin: 0 auto;
}

.fu01 ul:nth-of-type(2) li {
    margin-bottom: 30px!important;
}
}

/* 分店順序調整 */
.fu01 ul:nth-of-type(2) li:first-of-type{
    order: 2;
}

.fu01 ul:nth-of-type(2) li:nth-of-type(2){
    order: 3;
    margin-right: 0px!important;
}

.fu01 ul:nth-of-type(2) li:last-of-type{
    order: 1;
    margin-right: 30px!important;
}

.fu01 ul:nth-of-type(2) li:last-of-type a:nth-of-type(3){
    display: none;
}