@charset "utf-8";

/* --------------------------------------------------
   base
-------------------------------------------------- */
/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 顏色 */
    --main-color: #E6E1D3;
    --sub1-color: #413f3c;
    --sub2-color: #f8f6f2;
    --sub3-color: #fdfcfb;
    --ac-color: #6c6a64;
    --f1-color: #212121;
    --f2-color: #afafaf;
    --f3-color: #f1f1f1;
    --bg-color: #fff;

    /* 字型 */
    --font: "Noto Sans TC", sans-serif;
    --sfont: "Work Sans","Noto Sans TC",sans-serif;

    /*變化*/
    --tr: ease-out 0.5s;
    /*圓角*/
    --br: 0px;
}

/* =============== ▲ 全域變數 ▲ =============== */

/* =============== ▼ 文字設定 ▼ =============== */

body {
    letter-spacing: .15rem;
    font: normal 16px/1.5 var(--font);
    color: var(--f1-color);
}

/* 客戶編輯區文字 */
.blog_box_edit *,
.promotions_page .edit *,
.edit {
    letter-spacing: .1rem;
    font-weight: normal;
    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: 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: 30px 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;
    }
}

/* ＝＝＝ 【【  版型設定(偽元素) ↓↓↓  】】 ＝＝＝ */

/*切換鈕置左*/
.bannerindex {
    --swiper-pagination-color: var(--bg-color);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: auto;
    top: 50%;
    left: 2vw;
    width: 25px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 10px;
    width: 5px;
    height: 15px;
    border-radius: 2px;
}

/* header漸層 */
.pageIndex .swiper-wrapper::after {
    background-image: linear-gradient(to bottom, rgba(0 0 0/50%) 0%, rgba(0 0 0 /00%) 50%);
    content: "";
    z-index: 998;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    top: 0px;
    left: 0px;
}

/* slogan -------------------- */
.pageIndex .swiper-wrapper::before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    aspect-ratio: 55/40;
    background-image: url(https://pic03.eapple.com.tw/mikai/slogan_A.png);
    left: 55%;
    top: 55%;
    width: 30%;
    transform:translate(0%,-50%) ;
    animation: up 2.5s both;
    /* backdrop-filter: blur(8px); */
}

@keyframes up {
    0% {
        margin-top: 1vw;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/* 漸層磨砂遮罩 */
.pageIndex .swiper-slide::before {
    content: "";
    position: absolute;
    z-index: 997;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0 0 0/70%) 0%, rgba(0 0 0 /30%) 100%);
    right:0px;
    top: 0px;
    width: 100%;
    /* backdrop-filter: blur(8px); */
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .pageIndex .swiper-slide {
        height: 550px;
        overflow: hidden;
    }

    .swiper-banner .swiper-slide img {
        height: 555px;
        object-fit: cover;
    }
    /* slogan */
    .pageIndex .swiper-wrapper::before {
        left: 10%;
        top: auto;
        bottom: 5%;
        width: 350px;
        transform: translate(0%,0%);
    }
    /* 遮罩 */
    .pageIndex .swiper-slide::before{
        background-image: linear-gradient(to bottom, rgba(0 0 0/10%) 0%, rgba(0 0 0 /70%) 100%);
    }
}

@media screen and (max-width: 480px) {
    .pageIndex .swiper-slide {
        height: 150vw;
    }

    .swiper-banner .swiper-slide img {
        height: 155vw;
    }
    /* slogan */
    .pageIndex .swiper-wrapper::before {
        left: 50%;
        width: 85%;
        transform: translate(-50%,0%);
    }
    

    .pageIndex .swiper-wrapper::after{
        display: none;
    }
}

/* =============== ▲ 大圖 ▲ =============== */


/* =============== ▼ HEADER ▼ =============== */

/* ＝＝＝ 【【  xx 無預設區塊 xx  】】 ＝＝＝ */

/* ＝＝＝ 【【  版型設定(透明) ↓↓↓  】】 ＝＝＝ */
/* 布局 */
.header_area,
.header_area.sticky {
    background: transparent;
    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: 200px;
}

.nav-brand img {
    display: block;
    /*填滿h1空白*/
}

/* +++ 主選單 -------------------- */
.stellarnav > ul > li > a{
    margin: 10px 0;
}
/* 主選單文字樣式 */
.stellarnav>ul>li>a,
.stellarnav>ul>li>a b {
    color: var(--bg-color);
    font-family: var(--sfont);
    letter-spacing: .15rem;
}
/*
.stellarnav>ul>li:hover a {
    color: var(--sub2-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 3%;
    /* padding-top: 15px; */
}

/* 隱藏三下拉角形 */
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: unset;
}

/* +++ 下拉區塊 -------------------- */
/* 整個下拉的外框 */
.stellarnav ul ul{
    border: solid 1px rgba(255 255 255/20%);
    border-top: none;
    width: 180px;
    background: transparent;
}

/*----------*/
.stellarnav li.has-sub li {
    border: none;
    border-bottom: solid 1px rgba(255 255 255/20%);
    background: rgba(0 0 0/70%);  
}

.stellarnav li.has-sub li:last-of-type {
    border-bottom: none;
}

.stellarnav li.has-sub li:hover {
    background: rgba(0 0 0/80%);
    transition: var(--tr);
}

/* 下拉選單文字 */
.stellarnav li.has-sub li a,
.stellarnav.mobile li li.has-sub a {
    font-size: 13px;
    padding: .75rem 1rem;
    color: var(--bg-color);
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1024px) {
    .nav-header {
        width: 40vw;
    }

    .stellarnav>ul>li {
        padding: 5px 5px 0px;
    }

    .stellarnav>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .nav-header {
        min-width: 100px;
    }

    .stellarnav li.has-sub li:hover {
        background: var(--sub3-color);
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* logo大小 *//*
.nav-header {
    max-width: 120px;
    filter: brightness(3);
}

/* 寬度 */
.main_header_area .container {
    max-width: 1600px;
}

/* 導覽列排列 *//*
.stellarnav>ul{
    display: flex;
    justify-content: space-evenly;
}

/* 分隔線 */
.stellarnav > ul > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(255 255 255/50%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 下滑變化 */
.header_area{
    background: transparent;
    position: fixed;
    top: 15px;
    transition: var(--tr);
    padding: 0;
}

.header_area.sticky {
    background: rgba(0 0 0/50%);
    top: 0px;
    transition: var(--tr);
    backdrop-filter: blur(5px);
} 

/* 底線 */
.main_header_area::before{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255 255 255/30%);
    position: absolute;
    bottom: 0;
    left:   0;
}

.pageIndex .main_header_area::before {
    background: rgba(255 255 255/50%);
    width: 0%;
    animation: nav-line 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1s;
}

@keyframes nav-line {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
    
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1324px) {
    .stellarnav ul{
        text-align: center;
    }
    .stellarnav>ul>li {
        padding: 0px 2%;
    }
}

@media screen and (max-width: 1080px) {
    .stellarnav>ul>li {
        padding: 0px 1.5%;
    }
    .stellarnav>ul>li>a b{
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    /* 下滑隱藏logo */
    .header_area.sticky{
        top: -35px;
    }
    /* 隱藏按鈕分隔線 */
    .stellarnav > ul > li:before {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .stellarnav>ul>li {
        padding: 0px 10px;
    } 
}
@media screen and (max-width: 768px) {
    .header_area,
    .header_area.sticky{
        top: 0px;
        background: var(--sub1-color);
        position: sticky;
    }

    .pageIndex .main_header_area::before{
        display: none;
    }
    .nav-header{
        margin: 15px;
    }
}
@media screen and (max-width: 480px) {}

/* =============== ▲ HEADER ▲ =============== */

/* =============== ▼ 漢堡選單 ▼ =============== */

/* ＝＝＝ 【【  版型設定(基本) ↓↓↓  】】 ＝＝＝ */
@media screen and (max-width: 768px) {
    /* 三 按鈕 ---------- */
    .stellarnav.mobile {
        top: 10px;
    }
    /*三改色*/
    .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;
    }

    /*選單底色*/
    .header_area.sticky .stellarnav.mobile.left>ul
    .stellarnav.mobile.left>ul {
        background: var(--bg-color);
        z-index: 999;
    }

    /*主選單按鈕 ---------- */
    .stellarnav.mobile > ul > li,
    .stellarnav.mobile li.open {
        padding: 0px;/*蓋預設*/
        border-bottom: 1px solid var(--f3-color);
    }

    /*選單文字*/
    .stellarnav.mobile>ul>li>a {
        text-overflow: ellipsis;
        padding: 20px 1.5rem;/*按鈕高度*/
        display: flex;
        flex-direction: column;
    }

    /*文字*/
    .stellarnav.mobile>ul>li>a b {
        vertical-align: middle;
    }

    .stellarnav>ul>li>a b:nth-of-type(2){
        color: var(--f2-color);
        font-size: 12px;
    }

    /*隱藏-偽元素*/
    .stellarnav>ul>li:before {
        display: none;
    }
    /*下拉+號 ---------- */
    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 20px 0px;/*= 按鈕高度*/
    }
    /*+號顏色*/
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px var(--f2-color);
    }

    /*+號展開區塊 ---------- */
    /*下拉區塊-外層*/
    .stellarnav.mobile li.open,
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;/*蓋預設 3px*/
    }
    .stellarnav.mobile ul ul {
        background: transparent;
        border-radius: unset;
        padding-left: .5rem;
    }
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;/*蓋預設*/
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

@media only screen and (max-width: 768px) {
	.header_area.sticky {backdrop-filter: inherit;}
    .stellarnav .menu-toggle span.bars span {
        background: var(--bg-color);
    }
    .stellarnav.mobile.left>ul {
        background: var(--bg-color);
    }
    .stellarnav.mobile>ul>li>a{
        margin: 0px;
    }

    /* 按鈕文字調整 */
    .stellarnav.mobile>ul>li>a b:first-of-type {
        color: var(--f2-color);
        font-size: 12px;
    }
    .stellarnav.mobile>ul>li>a b:nth-of-type(2) {
        color: var(--f1-color);
        font-size: 15px;
    }
    .stellarnav.mobile li a{
        border-bottom: none;
    }

    .stellarnav li.has-sub li {
        background: var(--bg-color);
    }

    .stellarnav li.has-sub li a, .stellarnav.mobile li li.has-sub a {
        color: var(--f1-color);
    }
}

/* =============== ▲ 漢堡選單 ▲ =============== */


/* =============== ▼ FOOTER ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #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(--bg-color);
}

.copy a:hover {
    color: var(--bg-color);
    text-decoration: underline var(--bg-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(--sub1-color);
    padding-top: 50px;
}

.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;
}

.footer_logo {
    width: 200px;
    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(--f2-color);
    letter-spacing: .15rem;
    line-height: 200%;
}

/* 按鈕 ---------- */
.footer_info li:nth-child(2) {
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 32px;
}

.footer_menu a {
    color: var(--f2-color);
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    line-height: 200%;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: none;
    opacity: .5;
    transition: var(--tr);
}

/* 隱藏回首頁 */
.footer_menu a:first-child {
    display: none;
}

/* icon ---------- */
.box_link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    bottom: 0;
    position: relative;
    right: 0;
    z-index: 1;
}

.box_link a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    color: var(--f3-color);
    font-size: 16px;
    margin: 5px;
    padding: 0px;
    background: transparent;
}

.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;
    }
}

@media (max-width:768px) {
    .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 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 {
    background: var(--sub3-color);
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/mikai/bn_b.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    font: 300 48px/1.2 var(--sfont);
    color: var(--bg-color);
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /20%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*偽元素*/
.banner h5::before {
    content: "米開設計";
    display: block;
    font: 400 20px/1.5 var(--sfont);
    color: var(--bg-color);
    letter-spacing: .8rem;
    text-transform: uppercase;
}

/* 線條 */
.banner h5::after {
    content: "";
    position: relative;
    display: block;
    width: 1px;
    height: 50px;
    background-color: var(--bg-color);
    bottom: 0px;
    margin-top: 10px;
    animation: wave-reveal 2s both;
    animation-iteration-count:infinite;
}

@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {
    .banner {min-height: 450px;}
    .banner::after {animation: unset;}
    .banner h5 {font-size: 36px;}
    .banner h5::before {font-size: 18px;}
    .banner h5::after {height: 2rem;}
}

@media screen and (max-width: 480px) {
    .banner h5 {font-size: 28px;}
    .banner h5::before {font-size: 16px;}
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* 內頁-隱藏標題 */
.banner.banB h5,
.blog_in_page.article_a .banner.banblog h5,
.blog_in_page.article_b .banner.banblog h5,
.album_class_page .banner.banE h5,
.album_info_page .banner.banE h5   {
    display: none;
}
/* 內頁-bn降高度 */
.banner.banB,
.blog_in_page .banner.banblog,
.album_class_page .banner.banE,
.album_info_page .banner.banE{
    min-height: 450px;
}

/*小撇步-*//*
.promotions_page .banner::after {}

/*聯絡我們-立即諮詢*/
.contact_page .banner::after {
    background-image: url(https://pic03.eapple.com.tw/mikai/bn_c.jpg);
}
.banner.banC h5::before{
    content: "立即諮詢";
}

/*相簿-設計作品*/
.album_page .banner::after,
.album_class_page::after,
.album_info_page  .banner::after {
    background-image: url(https://pic03.eapple.com.tw/mikai/bn_e.jpg);
}
.banner.banE h5::before{
    content: "設計作品";
}


/*購物車-*//*
.product_page .banner::after,
.product_info_page .banner::after {}


/*文章管理-米開札記*/
.article_a .banner::after {
    background-image: url(https://pic03.eapple.com.tw/mikai/bn_banblog.jpg);
}
.article_a .banner.banblog h5::before{
    content: "米開札記";
}

/*文章管理-設計QA*/
.article_b .banner::after{
    background-image: url(https://pic03.eapple.com.tw/mikai/bn_b.jpg);
}

.article_b .banner.banblog h5::before{
    content: "設計Q&A";
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ BANNER ▲ =============== */

/* =============== ▼ 按鈕 ▼ =============== */

/* 首頁嵌入功能-查看更多 */
.animated-arrow{
    background: var(--ac-color);
    color: var(--bg-color);
    border-radius: var(--br);
}

.animated-arrow:hover{
    filter:grayscale(1);
}

/* =============== ▲ 按鈕 ▲ =============== */

/* --------------------------------------------------
   Content 功能頁
-------------------------------------------------- */

/* =============== ▼ 文章管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/* ＝＝＝ 【【  版型設定(大圖版) ↓↓↓  】】 ＝＝＝ */

/* +++ 通用 -------------------- */

/* 圖片 */
.blog_list_le,
.i_blog_le,
.news_related_list li figure{
    border-radius: var(--br);
    overflow: hidden;
}

.blog_list_le img,
.i_blog_le img,
.news_related_list li a img {
    transform: scale(1);
    filter: saturate(1);
    -webkit-filter: saturate(1);
    transition: var(--tr);
}

.subbox_item:hover img,
.module_i_news li:hover img,
.news_related_list li:hover img{
    transition: var(--tr);
    transform: scale(1.05);
    filter: saturate(1.5);
    -webkit-filter: saturate(1.5);
}

/* 文章標題 */
.blog_list_ri h5,
.i_blog_ri h5,
.news_related_list li a p{
    color: var(--f1-color);
    font-size: 16px;
    font-weight: 400;
}

.subbox_item:hover h5,
.module_i_news li:hover h5,
.news_related_list li:hover p{
    color: var(--ac-color);
    transition: var(--tr);
}

/* 文章簡述 */
.subbox_item:hover p,
.module_i_news li:hover p{
    color: var(--f1-color);
    transition: var(--tr);
}


/* +++ 側邊欄 -------------------- */

.blog_le {
    padding: 0 7px;
}

/* 文章文字區塊 ---------- */
h5.blog_le_t {
    text-align: center;
    margin-bottom: 0;
}

/* 隱藏-文章文字 */
h5.blog_le_t em,
h5.blog_le_t span {
    display: none;
}

/* 搜尋欄位 */
.blog_search input[type=search] {
    border-radius: 0px;
    background-color: transparent;
    border: solid 1px var(--f2-color) !important;
}

.blog_search input[type=submit] {
    color: var(--f1-color);
    border-left: none!important;
    height: 100%;
    background: url(../images/search-icon.png) no-repeat 9px center;
}

/* 分類區塊外框 ---------- */
.blog_le .accordion {
    border-radius: 0;
    border: 1px var(--f2-color) solid;
}

/* 主分類分隔線 */
.accordion li+li .link {
    border-top:none;
}

/* 主分類文字 */
.accordion li .link a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3rem;
    text-align: center;
    color: var(--f1-color)
}

.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: var(--f3-color) !important;
    transition: var(--tr);
}

.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a{
    color: var(--f1-color)!important;
}

/* 下拉符號 */
.blog_le .accordion li .link i,
.blog_le .accordion li.open .link i{
    color: var(--f1-color);
}

.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: var(--f1-color)!important; 
}

/* 次分類 ---------- */
.submenu {
    background: var(--bg-color);
}

/* 文字 */
.submenu a{
    color: var(--f1-color);
    padding: 15px 15px 15px 50px;
}

.submenu li.on_this_category a, 
.submenu a:hover {
    color: var(--f2-color);
    background: var(--bg-color) !important;
    transition: var(--tr);
}

/* 次分類圖標 */
.submenu a i{
    left: 20px;
}

/* 次分類分隔線 */
.submenu li+li {
    border-top: 1px transparent solid;/*蓋預設*/
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 768px) {
    .blog_le {
        padding: 0;
    }
    /* 隱藏搜尋欄下拉三角形 */
    .blog_page .fa-caret-down::before,
    .blog_in_page .fa-caret-down::before {
        display: none;
    }
}

/* +++ 目錄頁 (blog_page) -------------------- */

/*隱藏-分類副標*/
.blog_page h4.blog_category_title {
    display: none;
}

/* 卡片布局 */
.blog_subbox {
    grid-template-columns: repeat(3,1fr);
    gap: 24px 12px;
}

.subbox_item{
    padding-bottom: 30px;
    border-bottom: 1px var(--f3-color) solid;
}

.subbox_item a {
    display: block;
}

.module_i_news li:before,
.subbox_item:before {
    content: 'READ MORE +';
    font-size: 10px;
    color: var(--ac-color);
    font-family: var(--sfont);
    bottom: 0px;
    right: 0px;
    padding: 5px 0px;
    position: absolute;
    opacity: 0;
}

.module_i_news li:hover:before,
.subbox_item:hover:before {
    transition: var(--tr);
    opacity: 1;
}

.module_i_news li a:before,
.subbox_item a:before {
    display: none;
}

/* 隱藏-原遮罩 */
.subbox_item a:after {
    display:  none;
}

/* 文字區塊 ---------- */

/* 時間 */
.blog_list_ri em,
.i_blog_ri em {
    font-size: 10px;
    color: var(--f2-color);
}

/* 簡述 */
.blog_list_ri p,
.i_blog_ri p {
    font-weight: 400;
    letter-spacing: .15rem;
    line-height: 180%;
    font-size: 12px;
    margin-top: 20px;
    color: var(--f2-color);
    -webkit-line-clamp: 2;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 960px) {
    .blog_subbox {
    grid-template-columns: repeat(2,1fr);
    }

    .subbox_item {
       border-bottom: 1px var(--f3-color) solid;/*蓋預設*/
    }
}

@media screen and (max-width: 768px) {
    .blog_list_ri h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .blog_subbox {
    grid-template-columns: 1fr;
    }

    .subbox_item :before{
        display: none;
    }
    }

/* +++ 文章首頁顯示 (module_i_news) -------------------- */

/* 英文標 */
.module_i_news .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: 24px;
    letter-spacing: .3rem;
    margin-bottom: 0;
    color: var(--f1-color);
    font-weight: 400;
}

.blog_shareData {
    border-bottom: 1px solid var(--f3-color);
    padding-bottom: 10px;
}

.toShareNews{
    display: none;
}

/* 分享到文字 */
.toShareNews b {
    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: rgba(0 0 0 /1%);
    padding: 40px 15px 25px;
}
.news_related_list{
    max-width: 1400px;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}
/* "相關文章"文字 */
.news_related h6{
    margin-bottom:40px;
}
.news_related h6 span:before {
    font-size: 20px;
    letter-spacing: .6rem;
    font-weight: 400;
    color: var(--f1-color);
}

/* 文章卡片 */
.news_related_list li a{
    background: transparent;
    padding: 0px;
}

/* 文章標題 */
.news_related_list li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/* 上一頁(同商品) */
.lastPage{
    color: var(--bg-color);
    margin: 20px auto;
    margin-top: 40px;
    border-radius: var(--br);
    background: var(--ac-color);
}

.lastPage:hover{
    transition: var(--tr);
    filter: grayscale(1);
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 960px) {
    .blog_back{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog_le,
    .blog_ri {
        margin-bottom: 50px;
    }

    .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;
    }

    .news_related_list {
        grid-template-columns: repeat(2,1fr);
        gap: 24px 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;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */
/* +++ 側邊欄 -------------------- */
/* +++ 目錄頁 (blog_page) -------------------- */
/* +++ 文章頁 (blog_in_page) -------------------- */
.blog_in_page .main_part {
    padding: 50px 20px;
}
/* 隱藏-文章縮圖 *//*
.articel_mainPic {
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
    /* 隱藏-上下篇按鈕 */
    .blog_back a.article_btn_prev, 
    .blog_back a.article_btn_next{
        display: none;
    }
    /* 放大回列表 */
    .blog_back a.article_btn_back{
        font-size: 18px;
    }
}

/* =============== ▲ 文章管理 ▲ =============== */

/* =============== ▼ 聯絡我們 ▼ =============== */
/* ＝＝＝ 【【  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;
}
/* 必填 */
.red {
    letter-spacing: .15rem;
}
/* 資訊區塊 ---------- */
/*左側改置上*/
.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_le_map a {
    background: var(--ac-color);
    color: var(--bg-color);
    border-radius: var(--br);
}

/*表單區塊 ---------- */
.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 {
    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: var(--sub3-color); */
    border: 1px var(--f2-color) solid;
}

/* 按鈕 ---------- */
.contact_form li.last blockquote,
.contact_form li.last cite {
    border: 1px solid var(--ac-color);
    border-radius: 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%;
    border: 1px solid var(--f1-color);
    padding: 6px 26px 6px 6px;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {

    /*左側資訊*/
    .list_before {
        grid-template-columns: 1fr;
    }

    .list_before.info li,
    .list_before.info li:before {
        font-size: 12px;
    }

    /*表單設定*/
    .contact_form li {
        gap: 5px;
    }

    .form select {
        margin: 0;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        padding: 0;
    }

    .contact_form li.last input {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .contact_form {
        margin-top: 20px;
    }

    .contact_form li {
        margin-bottom: 10px;
    }

    .contact_form li .form__label {
        font-weight: 500;
        background: transparent;
        padding: 0;
    }

    .contact_form li:has(input[type=checkbox]) .form__insert,
    .contact_form li:has(input[type=radio]) .form__insert {
        font-size: 12px;
    }

    .form select {
        font-size: 12px;
    }

    .list_before.info li {
        padding: 5px 5px 5px 70px;
    }

    .blank_letter {
        font-size: 16px;
        font-weight: 600;
    }

    .noborder {
        padding: 5px;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ //*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}
/* =============== ▲ 聯絡我們 ▲ =============== */

/* =============== ▼ 相簿管理 ▼ =============== */

/* ＝＝＝ 【【  預設區塊不動 ↓↓↓  】】 ＝＝＝ */

/*相本分類全版面 ( 限制最寬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{
    margin: 0px;
    padding: 0px;
}

/* 副標 (該頁分類/相簿名稱) */
.subalbum-menu h2 {
    font-size: 24px;
    color: var(--f1-color);
    letter-spacing: .6rem;
    display: block;
    text-align: center;
    font-weight: 400;
    border-bottom: solid 1px var(--f2-color);
    padding-bottom: 15px;
}

/* 布局 ---------- */
.album_page .show-list,
.album_class_page .show-list,
.album_info_page .pic-list,
.i_album_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 8px;
}

/* 圖片 ---------- */
.show-list .show_pic,
.pic-list .show_pic {
    aspect-ratio: 3 / 2;
    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;
}

@media screen and (max-width: 1024px) {
    /* 布局 ---------- */
    .album_page .show-list,
    .album_class_page .show-list,
    .album_info_page .pic-list,
    .i_album_list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 8px;
    }
}

@media screen and (max-width: 480px) {
    /* 布局 ---------- */
    .album_page .show-list,
    .album_class_page .show-list,
    .album_info_page .pic-list,
    .i_album_list{
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* +++ 分類總覽頁 (album_page) -------------------- */
.album_page .show_content{
    padding: 0px;
}

/* 分類名稱 */
.show-list .show_name{
    color: var(--bg-color);
    letter-spacing: .6rem;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    -webkit-line-clamp: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    text-shadow: 0px 0px 5px rgba(0 0 0 / 40%);
    z-index: 2;
}

.show-list .item {
    /* margin-bottom: 30px; */
}

.show-list .item .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    background: rgba(0 0 0 /50%);
}

.show-list .item:hover .overlay {
    opacity: 0;
}

.show-list .item:hover .show_name {
    color: var(--bg-color);
    opacity: 0;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    /* 分類名稱 */
    .show-list .show_name {
        font-size: 16px;
        letter-spacing: 0.4rem;
    }
}

/* +++ 相簿目錄頁 (album_class_page) -------------------- */
.album_class_page .show_content{
    padding: 0px;
}

/* 相簿名稱 */
.other_subalbum li a p{
    color: var(--bg-color);
    letter-spacing: .6rem;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    text-shadow: 0px 0px 5px rgba(0 0 0 / 40%);
    z-index: 2;
}

.other_subalbum li:hover a p {
    color: var(--bg-color);
    opacity: 0;
}

/* 觀看更多 */
.album_fixed_title {
    color: var(--f1-color);
    background: transparent;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    /* 相簿名稱 */
    .other_subalbum li a p {
        font-size: 16px;
        letter-spacing: 0.4rem;
    }
}

/* +++ 相片頁 (album_info_page) -------------------- */

.album_info_page .show_content{
    padding: 0px;
}

/* 相簿描述 */
.album_descrip{
    color: var(--f2-color);
    letter-spacing: .15rem;
}

/* 相片描述 */
.pic-list .item h6{
    color: var(--f1-color);
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ *//*
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}


/* +++ 首頁串聯 (module_i_album) -------------------- */

.module_i_album section {
    max-width: 1400px;
    margin: 80px auto;
}

.module_i_album .title_i_box{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}
/* 標題 */
.module_i_album .title_i_box h6 {
    font: 400 18px/1.5 var(--sfont);
    letter-spacing: .6rem;
    color: var(--f1-color);
    order: 2;
}

.module_i_album .title_i_box h4 {
    font: 300 48px/1.2 var(--sfont);
    letter-spacing: .6rem;
    color: var(--main-color);
    text-transform: uppercase;
    order: 1;
}

/* 相簿名稱 */
.i_album_list li a p {
    height: 100%;
    background: rgba(0 0 0/50%);
    color: var(--bg-color);
    text-shadow: 0px 0px 5px rgba(0 0 0 / 40%);
    letter-spacing: .6rem;
    font-size: 18px;
}

.i_album_list li:hover p {
    opacity: 0;
    transition: var(--tr);
}

/* 按鈕 */
.i_album_b{
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}
.i_album_b .animated-arrow{
    background: transparent;
    color: var(--f1-color);
    width: fit-content;
    margin-top: 0px;
    text-align: right;
}

.i_album_b .animated-arrow:hover{
    color: var(--f2-color);
}

.i_album_b::before{
    content: "";
    width: calc(100% - 150px);
    height: 1px;
    background: var(--f2-color);
    position: relative;
}

.animated-arrow b{
    font: 300 16px/1.2 var(--sfont);
}

.i_album_b a i.fa-solid.fa-arrow-right,
.i_album_b .fa-arrow-right::before{
    display: none;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    /* 相簿名稱 */
    .module_i_album .title_i_box h6 {
        font-size: 16px;
        letter-spacing: 0.4rem;
    }
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 480px) {
    .module_i_album .title_i_box h4 {
        font-size: 40px;
        letter-spacing: .4rem;
    }
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */

/* +++ 布局 -------------------- */
/* +++ 分類總覽頁 (album_page) -------------------- */
/* +++ 相簿目錄頁 (album_class_page) -------------------- */
/* 網格間距調整 */
.album_page .show-list {
    column-gap: 0px;
    row-gap: 32px;
}
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .album_page .show-list {
        row-gap: 16px;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
    .album_page .show-list {
        row-gap: 8px;
    }
}

/* +++ 相片頁 (album_info_page) -------------------- */
/* +++ 首頁串聯 (module_i_album) -------------------- */
/* =============== ▲ 相簿管理 ▲ =============== */


/* ================ 促銷方案 ======================= */

.promotion_title span,.promotion_title em{ border: transparent;}