@charset "utf-8";

/* --------------------------------------------------
   base
-------------------------------------------------- */
/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 顏色 */
    --main-color: #F4B6A8;
    --sub1-color: #A8C8B0;
    --sub2-color: #B8D4DC;
    --sub3-color: #F5EFE6;
    --ac-color: #D88876;
    --f1-color: #3D4A4D;
    --f2-color: #5A6364;
    --f3-color: #E8E0D6;
    --bg-color: #fbf9f6;

    /* 字型 */
    --font: "Noto Sans TC", sans-serif;
    --sfont: "Fredoka","Noto Sans TC", sans-serif;

    /*變化*/
    --tr: ease-out 0.5s;
    /*圓角*/
    --br: clamp(4px, 1vw, 8px);
}

/* =============== ▲ 全域變數 ▲ =============== */

/* =============== ▼ 文字設定 ▼ =============== */

body {
    letter-spacing: .15rem;
    font: normal 16px/1.5 var(--font);
    color: var(--f1-color);
}

/* 填空欄提示字 */
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 {
    line-height: 200%;
}

/* 隱私權政策頁 */
.privacyContent{
    color: var(--f1-color);
}

/* 反白顏色 -------------------- */
::-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: 80px 20px 50px;
    max-width: 1400px;
}

/* 隱藏新浮動 */
.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;
    }
}

/* ＝＝＝ 【【  版型設定(圖) ↓↓↓  】】 ＝＝＝ */
/* slogan -------------------- */
.pageIndex .swiper-wrapper::before {
    content: "";
    position: absolute;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    background-image: url(https://pic03.eapple.com.tw/0970570224/slogan.png);
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:25%;
    aspect-ratio: 4/3;
}


/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* 下滑提示 ----------*/
.pageIndex .swiper-banner::after {
    content: '';
    position: absolute;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/0970570224/scroll_down.svg);
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    width: 50px;
    height: auto;
    bottom: 80px;
    left: 50%;
    margin-left: -25px;
    animation: scroll_down 2s ease-in-out infinite;
    z-index: 999;
}

.pageIndex.headerSticky .swiper-banner::after {
    z-index: 0;
    transition: var(--tr);
}

@keyframes scroll_down {
    0% {
        transform: translate(0, -15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 15px);
        opacity: 0;
    }
}
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .pageIndex .swiper-banner::after{
        display: none;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ 大圖 ▲ =============== */


/* =============== ▼ HEADER ▼ =============== */

/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
/* 布局 */
.header_area,
.header_area.sticky {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(51, 51, 51, .05);
    width: 90%;
    max-width: 1500px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 20px;
    position: fixed;
}

.main_header_area .container {
    max-width: 1600px;
}

.navigation {
    display: flex;
    align-items: center;
}

/* +++ 複選單(購物車/社群icon/多語系) -------------------- */
.me_tp_features {
    display: none;
}

/* +++ logo -------------------- */

/*logo大小*/
.nav-header {
    max-width: 80px;
}

.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(--ac-color);
    transition: var(--tr);
}

/* 翻轉後文字 *//*
.stellarnav>ul>li>a b:nth-child(2) {
    font: normal 14px/1.5 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 {
    width: 180px;
    background: transparent;
    box-shadow: rgba(0 0 0/5%) 0px 2px 8px 0px;
    border-radius: var(--br);
}
/* 次選單 */
.stellarnav li.drop-left ul ul {
    right: 178px;/*上寬度-2*/
}

/*----------*/
.stellarnav li.has-sub li {
    border: solid 0px var(--sub3-color);
    background: var(--bg-color);
    border-bottom: none;
}
.stellarnav li.has-sub li:first-of-type {
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
    overflow: hidden;
}
.stellarnav li.has-sub li:last-of-type {
    border-bottom-right-radius: var(--br);
    border-bottom-left-radius: var(--br);
    overflow: hidden;
    border-bottom: solid 0px var(--sub3-color);
}

.stellarnav li.has-sub li:hover {
    background: var(--sub3-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;
    }

    .navigation {
        display: flex;
        gap: 10px;
    }

    .stellarnav>ul>li>a {
        font-size: 14px;
        line-height: 1.5rem;
        height: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .nav-header {
        max-width: 60px;
    }
}
/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* logo大小 *//*
.nav-header {
    max-width: 80px;
}

/* 寬度 */
.main_header_area .container {
    max-width: 1200px;
}

/* 首頁下滑變化 ----------*/
.pageIndex .header_area:not(.sticky){
    position: fixed;
    top: -50px;
    opacity: 0;
    transition: var(--tr);
/*     left: 50%;
    transform: translateX(-50%); */
} 

.pageIndex .header_area.sticky{
    position: fixed;
    top: 20px;
    transition: var(--tr);
/*     left: 50%;
    transform: translateX(-50%); */
} 

/*愛心 icon*/
.stellarnav>ul>li::before {
    content: "";
    background: url(https://pic03.eapple.com.tw/0970570224/heart.svg);
    aspect-ratio: 10 / 9;
    width: 13px;
    height: auto;
    background-size: cover;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: var(--tr);
}

.stellarnav>ul>li:hover::before {
    opacity: 1;
    transform: translate(-50%,-50%);
    transition: var(--tr);
}

.stellarnav>ul {
    padding-top: 10px;
}

/* 分隔線 */
.stellarnav > ul > li::after {
    content: "";
    width: 1px;
    height: 20px;
    background: var(--f3-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stellarnav > ul > li:first-of-type::after {
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .header_area,
    .header_area.sticky,
    .pageIndex .header_area.sticky,
    .pageIndex .header_area:not(.sticky){
        width: 100vw;
        top: 0px;
        opacity: 1;
        border-radius: 0px;
        position: sticky;
    }

    .stellarnav>ul>li::before,
    .stellarnav > ul > li::after{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .stellarnav li.has-sub li a, 
    .stellarnav.mobile li li.has-sub a{
        box-shadow: none;
    }
}
@media screen and (max-width: 480px) {
    .stellarnav ul {
        text-align: center;
        display: flex;
        justify-content: center;
    }
}
/* =============== ▲ 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: 350px;/*選單寬度*/
        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.mobile {
        top: 5px;
    }
    .stellarnav .menu-toggle {
        padding: 10px;/*蓋預設*/
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
@media only screen and (max-width: 768px) {
    .stellarnav ul ul{
        box-shadow: none;
    }
}

/* =============== ▲ 漢堡選單 ▲ =============== */


/* =============== ▼ FOOTER ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 60px 0;
    }

    #to_top {
        bottom: 60px;
    }
}

/* ＝＝＝ 【【  版型設定(三欄) ↓↓↓  】】 ＝＝＝ */

/*YKQK版權塊 -------------------- */

.copy {
    border-top:none;
    margin-top: 30px;
    padding: 15px 0;
    gap: 5px;
}

.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;
}

@media screen and (max-width: 480px) {
    .copy p{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
}

/*footer -------------------- */

.footer {
    background: var(--sub3-color);
    padding-top: 60px;
}

.footer .center {
    max-width: 1500px;
}

.footer_info {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
}

.footer_logo {
    width: 150px;
    text-align: center;
    z-index: 1;
    /* filter: invert(1); */
}

.footer_info ul {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

/* 資訊 ----------*/
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p,
.footer_info li p a {
    color: var(--f1-color);
    letter-spacing: .15rem;
    line-height: 200%;
}

.footer_info li p:hover,
.footer_info li p:hover>a {
    color: var(--ac-color);
    transition: var(--tr);
}

/* 按鈕 ---------- */
.footer_info li:nth-child(2) {
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 32px;
}

.footer_menu a {
    color: var(--f1-color);
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    line-height: 200%;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: none;
    transition: var(--tr);
    color: var(--ac-color);
}

/* 隱藏回首頁 */
.footer_menu a:first-child {
    display: none;
}

/* icon ---------- */
.box_link {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 100%;
    gap: 10px;
    bottom: unset;
    right: unset;
}

.box_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--f1-color);
    font-size: 16px;
    border-radius: 0;
    border: none;
    margin: auto;
    padding: 0px;
    height: 20px;
    width: 20px;
}

.box_link a:hover i{
    opacity: .5;
    transition: var(--tr);
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .footer_info {
        gap: 0px;
    }
    .footer_logo {
        display: none;
    }
    .double_key {
        order: 4;
    }
    .footer_info ul {
        position: relative;
        align-items: flex-start;
        display: flex;
        justify-content: space-around;
        order: 2;
    }

    .box_link{
        justify-content: center;
        order: 3;
        display: none;
    }
}

@media (max-width:768px) {
    .footer_info {
        gap: 20px;
    }
    .footer_logo {
        display: block;
    }
    .footer_info ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .footer_info li:nth-child(1) {
        margin: 0 auto;
    }

    .footer_menu {
        display: none;
    }



}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
.footer_info li:nth-child(1)::before {
    content: '北市衛心字第XY01150037號';
    color: var(--f1-color);
    font: 500 16px / 1.5 var(--font);
    padding-bottom: 5px;
    white-space: break-spaces;
}

/* 隱藏部分icon */
.box_link a.me_tp_call,
.box_link a.me_tp_mail{
    display: none;
}


/* 名稱更動 *//*
.footer_info li p.tel2:before {
    content: '營業時間：';
}

/* 隱藏-mail地址 *//*
.footer_info li p.add,
.footer_info li p.mail{
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ FOOTER ▲ =============== */

/* --------------------------------------------------
   components 元件設定
-------------------------------------------------- */

/* =============== ▼ BANNER ▼ =============== */
/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */
/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* ＝＝＝ 【【  版型設定(中英+底線+橢圓底圖) ↓↓↓  】】 ＝＝＝ */
.banner {
    background-color: var(--sub3-color);
    background-image: url(https://pic03.eapple.com.tw/0970570224/bn_b.jpg);
    height: 540px;
    clip-path: ellipse(72.55rem 20.6rem at 50% calc(100% - 20.6rem));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner h5 {
    color: var(--f1-color);
    font-size: 36px;
    letter-spacing: .6rem;
    font-weight: 500;
    font-family: var(--sfont);
    position: absolute;
    top: 340px;
}

/*英文*/
.banner h5::before {
    content: "heartfulpsy";
    color: var(--sub1-color);
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-family: var(--sfont);
}

/* 底線 */
.banner h5::after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--main-color);
    display: block;
    position: relative;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {
    .banner {
        height: 400px;
    }

    .banner h5 {
        font-size: 24px;
        top: 250px;
        letter-spacing: .3rem;
    }

    .banner h5::before {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 250px;
    }

    .banner h5 {
        font-size: 24px;
        top: 120px;
    }

    .banner h5::before {
        font-size: 14px;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* 英文替換 ---------- */
/*小撇步-*/
.banner.banA {}
.banner.banA h5::before {
    content: 'Latest News';
}

/*聯絡我們*//*
.banner.banC {}
.banner.banC h5::before {
    content: 'contact';
}

/*匯款通知*//*
.banner.banD {}
.banner.banD h5::before {
    content: '';
}

/*相簿-*//*
.banner.banE {}
.banner.banE h5::before {
    content: '';
}

/*購物車-*//*
.banner.banF {}
.banner.banF h5::before {
    content: '';
}

/*文章管理*/
.banner.banblog {}
.blog_page.article_a .banner.banblog h5::before {
    content: 'Rresources';
}
.blog_page.article_b .banner.banblog h5::before {
    content: 'Health Articles';
}

/* 隱藏 BN ----------*//*
.product_info_page .banner.banF {
    display: none;
}
/* 隱藏 BN 標題 *//*
.blog_in_page .banner h5,
.product_info_page .banner h5{
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ BANNER ▲ =============== */

/* =============== ▼ 按鈕 ▼ =============== */

/* 首頁嵌入功能-查看更多 */
.animated-arrow{
    background: var(--f1-color);
    color: var(--bg-color);
    border-radius: 25px;
    margin-top: 40px;
}

.animated-arrow:hover{
    background: var(--ac-color);
}

/* =============== ▲ 按鈕 ▲ =============== */

/* --------------------------------------------------
   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);
}

.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: var(--br);
    background-color: #fff;
    border: solid 0px var(--f3-color) !important;
}

.blog_search input[type=submit] {
    color: var(--f1-color);
    border-left: 0px 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: 0px var(--f2-color) solid;
    background: #fff;
}

/* 主分類分隔線 */
.accordion li+li .link {
    border-top: 0px var(--f3-color) solid;
}

/* 主分類文字 */
.accordion li .link a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2rem;
    text-align: center;
    color: var(--f1-color)
}

.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: var(--sub3-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: #fff !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_ri {
    padding: 80px 40px 50px;
    background: #fff;
    border-radius: 30px;
    font-family: var(--sfont);
}

/* 卡片布局 */
.blog_subbox {
    grid-template-columns: 1fr;
    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);
    -webkit-line-clamp: 2;
}

/* 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{
    font: 400 16px /1.5 var(--sfont);
    color: var(--sub1-color);
}

/* 英文標-偽元素 */
.module_i_news .title_i_box h4::before {
    content: "RESOURCES";
    display: block;
    font: 400 16px /1 var(--sfont);
    color: var(--sub1-color);
    letter-spacing: .15rem;
}

/* 中文標 */
.module_i_news .title_i_box h4{
    color: var(--f1-color);
    font: 500 32px/2.5 var(--sfont);
    padding: 1rem 0;
    letter-spacing: 0.3rem;
}

/* 底線 */
.module_i_news .title_i_box h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--ac-color);
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* 隱藏-原遮罩 */
.module_i_news li a::after{
    display: none;
}

/* 布局調整-白底 */
.module_i_news {
    padding: 120px 20px;
}

.module_i_news section {
    max-width: 1600px;
}

.module_i_news_list {
    background: #fff;
    padding: 50px 20px;
    border-radius: 30px;
}

/* 布局調整-大圖版 */
.module_i_news ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}

.module_i_news li {
    display: block;
    text-align: left;
    border-right: solid 1px var(--sub3-color);
    padding: 0 20px;
}

.module_i_news li:last-of-type{
    border-right: solid 0px var(--sub3-color);
}

.module_i_news li a{
    grid-template-columns: 1fr;
    gap: 8px;
}

/* 文字區塊 ---------- */
.i_blog_ri{
    padding: 2rem 1rem;
}

.i_blog_ri h5{
    font-size: 18px;
    letter-spacing: .15rem;
}

.i_blog_ri em{
    color: var(--f3-color);
}

.module_i_news li a::before{
    display: none;
}


/* 隱藏時間敘述 *//*
.i_blog_ri em,
.i_blog_ri p,
.module_i_news li a::before{
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    .module_i_news ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0px;
    }
    .module_i_news li {
        border-bottom:none;
    }
    .module_i_news li:nth-of-type(2){
        border-right: solid 0px var(--sub3-color);
    }
    .module_i_news .title_i_box h4{
        font-size: 24px;
    }
    .i_blog_ri h5 {
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 480px) {
    .module_i_news .title_i_box h4{
        font-size: 18px;
    }
    .module_i_news ul {
        grid-template-columns: 1fr;
    }

    .module_i_news li {
        border-right: none;
        padding: 0;
    }
    .i_blog_ri h5 {
        font-size: 16px;
    }
}

/* +++ 文章頁 (blog_in_page) -------------------- */

/* 標題 */
h4.blog_category_title {
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .15rem;
    color: var(--f1-color);
    text-align: center;
}

.blog_shareData {
    border-bottom: 1px solid var(--f3-color);
    padding-bottom: 10px;
}
/* 隱藏分享 */
.toShareNews{
    display: none;
}

.blog_in_page .edit {
    padding: 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_list{
    max-width: 1400px;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    padding: 30px;
}

/* "相關文章"文字 */
.news_related h6 span::before {
    font-size: 20px;
    letter-spacing: .6rem;
    color: var(--f1-color);
    font-weight: 500;
}

/* 文章卡片 */
.news_related_list li a{
    background: transparent;
    padding: 0;
}

/* 文章標題 */
.news_related_list li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    padding: 0 10px;
}

/* 上一頁(同商品) */
.lastPage{
    color: var(--bg-color);
    margin: 1rem auto;
    border-radius: var(--br);
    background: var(--ac-color);
}

.lastPage:hover{
    transition: var(--tr);
    filter: grayscale(1);
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 960px) {
    .blog_back{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog_le,
    .blog_ri {
        margin-bottom: 50px;
    }

    .news_related_list {
        grid-template-columns: repeat(2,1fr);
        gap: 24px 12px;
    }
}

@media screen and (max-width: 570px) {
    h4.blog_category_title {
        text-align: center;
    }
    .blog_back {
        display: block;
        margin: 0;
    }

    /* 隱藏-上下篇按鈕 */
    .blog_back a.article_btn_prev, 
    .blog_back a.article_btn_next{
        display: none;
    }
    /* 放大回列表 */
    .blog_back a.article_btn_back{
        font-size: 18px;
    }
}
/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */

/* +++ 側邊欄 -------------------- *//*
.blog_le .accordion {
    border-radius: 4px;
}

/* +++ 文章首頁顯示 (module_i_news) -------------------- */


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* +++ 目錄頁 (blog_page) -------------------- */

/* +++ 文章頁 (blog_in_page) -------------------- */

/* 隱藏-文章縮圖 *//*
.articel_mainPic {
    display: none;
}

/* 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: 1280px;
}

.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: 10px;
    line-height: 1.5rem;
    height: 1.5rem;
    background-color: var(--sub1-color);
    color: var(--bg-color);
    padding: 0 10px;
    border: none;
    width: fit-content;
    order: 1;
    border-radius: 15px;
}

/* 標題 */
.promotion_title h2 {
    letter-spacing:.15rem;
    color: var(--f1-color);
    border-bottom: 1px solid var(--f3-color);
    padding: 0.5rem 0 1rem;
    order: 3;
    width: 100%;
}

/* 小撇步列表 ---------- */

/* 單欄排列 */
.promotions_page  .other_promotion {
    grid-template-columns: unset;
    gap: 0px;
}

.other_promotion li a{
    padding: 20px 35px;
    display: flex;
    align-items: center;
    border: unset;
    border-bottom: 1px var(--f3-color) solid;
}

.other_promotion li:first-of-type a{
    border-top: 1px var(--f3-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;
    }
}
/* +++ 首頁嵌入 -------------------- */

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* 加白底 */
.promotions_page .show_content{
    background-color: #fff;
    margin: 0 auto 50px;
    padding: 80px 40px 50px;
    border-radius: 30px;
}

/* 文章內容寬度 */
.promotion_title,
.promotions_page .edit{
    max-width: 900px;
    margin-inline: auto;
}


/* 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;
    }
}

/* =============== ▲ 購物車 ▲ =============== */

/* =============== ▼ 購物車相關 ▼ =============== */

.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: .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;
}

.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(--bg-color);
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */

/* +++ 分類總覽頁 (album_page) -------------------- */

/* +++ 相簿目錄頁 (album_class_page) -------------------- */

/* +++ 相片頁 (album_info_page) -------------------- */


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ 相簿管理 ▲ =============== */

/* =============== ▼ 聯絡我們 ▼ =============== */
/* ＝＝＝ 【【  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;
}
/* 資訊區塊 ---------- */
/*左側改置上*/
.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_page .tncode {
    border: 1px solid var(--ac-color);
    border-radius: var(--br);
    background: var(--sub3-color);
    box-shadow: none;
    color: var(--ac-color);
    font-size: 15px;
}

.contact_page .tncode:hover {
    background: var(--ac-color);
    color: var(--bg-color);
    box-shadow: none;
    border-color: var(--ac-color);
}

/*表單區塊 ---------- */
.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 {
    border: none;
    background:rgba(0 0 0 /3%);
}

/* 按鈕 ---------- */
.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: 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(--f2-color);
    background: var(--bg-color);
    color: var(--f1-color);
    padding: 6px 26px 6px 6px;
    border-radius: 10px;
}


/* 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;
}
/* 移除大標保留必填 */
.blank_letter {
    color: transparent;
    text-align: right;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

/* =============== ▲ 聯絡我們 ▲ =============== */

/* =============== ▼ 下拉選單 ▼ =============== */

/* 隱藏預設 */
.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;
}

/* =============== ▲ 下拉選單 ▲ =============== */