/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* ========================================
   Header
======================================== */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
.sb_marquee {display: none;}
*/
/* .nav-brand img {
    max-width: 90%;} */
.header_area {position: relative;z-index: 9999;padding: 10px;background: #fff;position: sticky;top: 0;width: 100%;transition: .5s;}
.header_area.sticky {width: 100%;z-index: 9999;transition: .5s;}
.main_header_area .container {max-width: 1200px;transition: .5s;margin: auto;}
.header_area.sticky .container {transition: .5s;max-width: 1400px;}
/*.header_area.sticky .nav-header {filter: brightness(10);transition: .5s;}/*
.nav-header {transition: .5s;}



/*----------------------------------------------------------*/
.stellarnav ul {margin: 0px;padding: 0;text-align: center;}
.stellarnav li {margin: 5px 10px;}
.stellarnav > ul > li > a {padding: 0;color: #3b5165;font-weight: 600;letter-spacing: 2px;transition: .5s;}/*主選單文字*/
.header_area.sticky .stellarnav > ul > li > a {color: #5e5544;}
.tp_links {display:none;}
.stellarnav > ul > li:before {content: "";position: absolute;height: 15px;width: 0px;left: 15%;top: 44%;background: #f9f9f9;border-radius: 2px;transition: .5s;}
.stellarnav > ul > li:hover:before {width: 85%;transition: .5s;}/*文字底色出現*/
.header_area.sticky .stellarnav > ul > li:before {background: #f9f9f9;transition: .5s;}
.stellarnav > ul > li:after {content: "";position: absolute;width: 15px;height: 15px;background: #716445;border-radius: 10px;left: -10%;top: 30%;opacity: 0;transition: .7s;}/*圓圈*/
.stellarnav > ul > li:hover:after {left: 95%;transition: .7s;opacity: 1;}/*圓圈出現移動*/
.header_area.sticky .stellarnav > ul > li:after {background: #716445;}/*滑動後與一般狀態一致，統一為米色*/
.stellarnav > ul > li:hover > a {letter-spacing: 3px;transition: .5s;}
.stellarnav li.has-sub > a:after {display: none;}/*小三角形隱藏*/
.stellarnav li li {display: block;border: 0px #eee solid;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}*/
.tp_links a.me_tp_mail {display: none;}
/*.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.info_fix_links {width: 70px;z-index: 999;text-align: center;display: flex!important;flex-direction: column;align-items: center;align-content: center;justify-content: flex-start;padding-bottom: 20px;}
.info_fix_links a {display: flex;width: 45px;height: 45px;overflow: hidden;border-radius: 50px;transition: .3s;background: rgb(38 83 131 / 58%);margin-bottom: 10px;color: #FFFFFF;font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
a.info_fix_default.info_fix_tel {order: -2;}/*浮動按鈕順序*/
a.info_fix_default.info_fix_line {order: -1;}
.linksBtn {display: none;}
.info_fix_links a:hover {background: #1b2e67;transition: .3s;}

/* 浮動按鈕調整 */
#to_top {
    width: 50px;
    height: 50px;
    padding-top: 12px;
}

#to_top i {
    height: 15px;
}

/* HEADER */
/*預設解除背景輪播*/
 /* #content_main {
    margin: 0;
}*/

.bannerindex .swiper-banner{
    position: static;
}

#content {
    background-color: #F8F7F5;
}

.pageIndex .bannerindex {
    position: static;
    background: #F8F7F5;
    height: 100vh;
}

.pageIndex .swiper-banner {
    position: static;
    margin: 0;
}

.pageIndex .swiper-slide {
    background-color: #F8F7F5;
    height: 100vh;
}

.pageIndex .swiper-banner .swiper-slide img {
    height: 100%;
    top: 0;
    right: 0;
    opacity: 1;
    transform: none !important;
}




/* ========== 首頁大圖動畫 ========== */

.pageIndex .bannerindex .swiper-slide{
    position:relative;
    overflow:hidden;
}

/* 讓原本後台上傳的大圖當底圖 */
.pageIndex .bannerindex .swiper-slide-active:nth-child(1) img{
    animation:bannerZoom 5s ease both;
}
/* 大圖01動畫 */
/* 第一層：主標題 */
.pageIndex .bannerindex .swiper-slide-active:nth-child(1)::before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(https://pic03.eapple.com.tw/jason882599/banner01_title.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:3;
    pointer-events:none;
    animation:titleIn .8s ease both .3s;
}

/* 第二層：手寫字＋右下資訊條 */
.pageIndex .bannerindex .swiper-slide-active:nth-child(1)::after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(https://pic03.eapple.com.tw/jason882599/banner01_info.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:4;
    pointer-events:none;
    animation:detailIn .9s ease both .9s;
}
/* 大圖02動畫 */
/* 第一層：主標題 */
.bannerindex .swiper-slide-active:nth-child(2)::before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(https://pic03.eapple.com.tw/jason882599/banner02_title.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:3;
    pointer-events:none;
    animation:titleIn .8s ease both .3s;
}

/* 第二層：手寫字＋右下資訊條 */
.bannerindex .swiper-slide-active:nth-child(2)::after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(https://pic03.eapple.com.tw/jason882599/banner02_info.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:4;
    pointer-events:none;
    animation:detailIn .9s ease both .9s;
}

.bannerindex .swiper-slide-active:nth-child(2) img{
    animation:bannerZoom 5s ease both;
}

/* -------- */
@keyframes bannerZoom{
    0%{
        transform:scale(1.05);
    }
    100%{
        transform:scale(1);
    }
}

@keyframes photoIn{
    0%{
        opacity:0;
        transform:translateX(60px);
    }
    100%{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes titleIn{
    0%{
        opacity:0;
        transform:translateY(35px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes detailIn{
    0%{
        opacity:0;
        transform:translateY(35px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}


@keyframes banner-up {
    0% {
        bottom: -1000px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;

    }

}

/* 首頁拿掉多餘白邊 */
.edit_part {
    padding: 0;
}


/* 首頁文章管理 */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 100%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #474747;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #474747;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    width: 100%;
    padding: 0;
    background: transparent;
}

/* === Header 下滑後 === */

.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);

    transition:
        background-color .45s ease,
        backdrop-filter .45s ease,
        box-shadow .45s ease;
}

.header_area.sticky .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all .3s;
}

.stellarnav {
    order: 1;
    width: fit-content;
}

.stellarnav ul {
    display: flex;
    justify-content: flex-end;
}

/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display:  none;
    align-items: center;
    margin: 0;
    order: 3;
}

.tp_links {
    display: flex;
}

.box_search input[type=text] {
    display: none;
}

.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #fff;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.me_tp_features a i {
    margin: 0 3px;
    color: #7f7f7f;
}



/*  */
.header_area {
    background-color: #f0ece8;
    transition: all 0.1s;
}

.header_area::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0.5px;
    background: #d1d1d1;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.1s;
    display:none;
}

.pageIndex .header_area::before {
    opacity: 1;
}


.header_area.sticky::before {
    opacity: 1;
    transition: all 0.3s;
}


.header_area .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all 0.3s;
}

.header_area .navigation {
    padding: 30px 0;
    display: flex;
    transition: all 0.3s;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



/*  */
.stellarnav>ul>li:nth-of-type(1){
    display: none;
}

.stellarnav>ul>li>a {
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 2.5px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #5e5544;
    opacity: 1;
    font-weight: 600;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #3f3f3f;

    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: 400;
}

/*  */

.stellarnav li.has-sub>a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #474747;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 10px 0px;
    border-left: 0;
    color: #7f7f7f;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    color: #3f3f3f;
    transition: all 0.3s;
}

.stellarnav>ul>li:nth-child(4) ul li:nth-child(1) {
    display: none;
}

.stellarnav ul ul {
    background: transparent;
    display: none !important;
}

/* === 有下拉選單項目間距 === */

.stellarnav > ul > li.has-sub > a {
    padding: 0 15px;
}

.stellarnav li li {
    display: block;
    border: 0;
    border-bottom-width: 0;
}

.stellarnav>ul>li {
    width: fit-content;
    text-align: center;
    margin: 0 10px;
}

/* ========================================
   Header｜桌機版
======================================== */

@media screen and (min-width: 1025px) {

    /* === Header 寬度固定 === */

    .main_header_area .container,
    .sticky .main_header_area .container,
    .header_area.sticky .container {
        max-width: 100%;
        transition: none;
    }


    /* === 桌機選單 === */

    .stellarnav > ul {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 20px;

        margin: 0;
        padding: 0;
    }

    .stellarnav > ul > li {
        width: auto;
        margin: 0;
    }


    /* === 中央 Logo 空間 === */

    .stellarnav > ul > li:has(> a[href*="/album/"]) {
        margin-left: 220px;
    }  


    /* === Logo 縮放動畫 === */

    .nav-header {
        transition:
            width .55s cubic-bezier(.22, 1, .36, 1),
            max-width .55s cubic-bezier(.22, 1, .36, 1);
    }

    .nav-brand,
    .nav-brand img {
        transition: none;
    }
}

/* === 首頁初始狀態 === */

.pageIndex .header_area:not(.sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: transparent;
}

.pageIndex .header_area:not(.sticky) .main_header_area {
    background: transparent;
    box-shadow: none;
}

/* Header 內層保持透明 */
.pageIndex .header_area .main_header_area{
    background:transparent;
    box-shadow:none;
    transition:all .45s ease;
}

/* 內層仍然透明 */
.pageIndex .header_area.sticky .main_header_area{
    background:transparent;
    box-shadow:none;
}

/* 選單文字：滑動前後保持一致 */
.pageIndex .header_area.sticky .stellarnav > ul > li > a{
    color:#5e5544;
    text-shadow:none;
}


@media screen and (max-width: 1440px) {

    .nav-brand {
        display: inline-block;
    }

    .stellarnav>ul>li>a {
        margin: 0 5px;
    }
}


@media screen and (max-width: 768px) {

    .pageIndex .swiper-slide{
        padding-top:20px;
        background-color:#f0ece8
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        text-align: left;
        font-size: 0;
    }

    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 18px;
    }

    .stellarnav .icon-close:before {
        width: 100%;
        border-bottom: solid 2px #7f7f7f;
    }

    .stellarnav .icon-close:after {
        width: 100%;
        border-bottom: solid 2px #7f7f7f;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        max-width: 100%;
        border-right: 0px #eee solid;
        background-color: #F8F7F5;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: transparent;
    }

    .stellarnav.mobile ul ul {
        background-color: transparent;
    }

    .stellarnav.mobile>ul>li {
        width: 100%;
        margin: 0;
        border: 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: transparent;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #474747;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #474747;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
        margin: 0;
        text-align: center;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        display: none;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .stellarnav.mobile>ul>li:nth-child(4) ul li:nth-child(1) {
        display: none;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
}



/* ========================================
   首頁 Banner RWD
======================================== */

/* 平板以下：維持圖片完整比例 */
@media screen and (max-width: 1024px) {

    .pageIndex .bannerindex,
    .pageIndex .swiper-banner,
    .pageIndex .swiper-slide {
        height: auto;
    }

    .pageIndex .swiper-banner .swiper-slide img {
        position: static;
        display: block;

        width: 100%;
        max-width: 100%;
        height: auto;

        object-fit: contain;
        object-position: center center;
    }
}


/* 手機版：Banner 微放大＋修正輪播定位 */
@media screen and (max-width: 768px) {

    /* 輪播定位基準 */
    .pageIndex .bannerindex,
    .pageIndex .swiper-banner {
        position: relative;
    }

    .pageIndex .bannerindex {
        overflow: hidden;
    }

    /* Banner 圖片微放大 */
    .pageIndex .swiper-banner .swiper-slide img {
        width: 108%;
        max-width: none;
        height: auto;

        margin-left: -4%;

        object-fit: contain;
        object-position: center center;
    }

    /* 標題＋資訊圖層同步放大 */
    .pageIndex .bannerindex .swiper-slide::before,
    .pageIndex .bannerindex .swiper-slide::after {
        background-size: 108% auto;
        background-position: center center;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* ========================================
   Logo
======================================== */

.nav-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90px;
    max-width: 90px;

    z-index: 1000;
    order: 2;
}

.header_area .nav-brand {
    position: relative;
    display: block;

    width: 100%;
    padding: 0;

    z-index: 1001;
}

.header_area .nav-brand img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    position: relative;
}

/* === 下滑後 Logo === */

.header_area.sticky .nav-header {
    width: 78px;
    max-width: 78px;
}

.header_area.sticky .nav-brand,
.header_area.sticky .nav-brand img {
    transition: none;
}


/* === Logo 點擊層級 === */

.nav-header,
.nav-brand {
    pointer-events: auto;
}

.stellarnav {
    z-index: 10;
}

.nav-header {
    z-index: 1000;
}

/* ========================================
   RWD｜HEADER｜1024
======================================== */

@media screen and (max-width: 1024px) {
    .header_area,
    .header_area.sticky,
    .pageIndex .header_area:not(.sticky) {
        overflow: visible !important;

        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .main_header_area,
    .main_header_area .container,
    .header_area .navigation,
    .header_area.sticky .navigation {
        overflow: visible !important;
    }

    /* === Container 寬度固定（避免 sticky 切換時 Logo 跟著位移） === */

    .main_header_area .container,
    .sticky .main_header_area .container,
    .header_area.sticky .container {
        max-width: 100%;

        transition: none;
    }


    /* === Header 排版 === */

    .header_area .navigation {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 22px 0 18px;

        background: transparent;
    }


    /* === Logo === */

    .header_area .nav-header {
    position: relative;

    top: auto;
    left: auto;
    transform: none;

    width: 82px;
    max-width: 82px;

    margin: 0 auto 16px;

    order: 1;

    text-align: center;

    z-index: 1000;

    transition:
        width .55s cubic-bezier(.22, 1, .36, 1),
        max-width .55s cubic-bezier(.22, 1, .36, 1);
}

    .header_area .nav-brand,
    .header_area.sticky .nav-brand {
        display: block;

        width: 100%;
        padding: 0;
    }

    .header_area .nav-header .nav-brand img,
    .header_area.sticky .nav-header .nav-brand img {
        display: block;

        width: 100%;
        max-width: 100%;
        height: auto;

        margin: 0 auto;
    }


    /* === Sticky Logo === */

    .header_area.sticky .nav-header {
        width: 72px;
        max-width: 72px;
    }


    /* === 選單 === */

    .stellarnav {
        width: 100%;

        order: 2;
    }

    .stellarnav > ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        gap: 5px 20px;

        padding: 0;
        margin: 0;
    }

    .stellarnav > ul > li {
        width: auto;
        margin: 0;
    }

    .stellarnav > ul > li > a {
        margin: 0;
        padding: 0 10px;

        font-size: 14px;
        letter-spacing: 1.5px;
    }


    /* === 首頁 Header === */

    .pageIndex .header_area:not(.sticky) {
        position: relative;
        background: #f0ece8;
    }

    .pageIndex .bannerindex {
        padding-top: 0;
    }
}


/* ========================================
   RWD｜HEADER｜768
======================================== */

@media screen and (max-width: 768px) {

    /* === Header 排版 === */

    .header_area .navigation {
        position: relative;

        display: flex;
        justify-content: center;
        align-items: center;

        min-height: 84px;
        padding: 0;

        background: transparent;
        transition: none;
    }


    /* === Logo === */

    .header_area .nav-header,
    .header_area.sticky .nav-header {
        position: absolute;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        width: 66px;
        max-width: 66px;

        margin: 0;

        z-index: 1000;

        transition: none;
    }

    .header_area .nav-header .nav-brand,
    .header_area.sticky .nav-header .nav-brand {
        display: block;

        width: 100%;
        padding: 0;

        transition: none;
    }

    .header_area .nav-header .nav-brand img,
    .header_area.sticky .nav-header .nav-brand img {
        display: block;

        width: 100%;
        max-width: 100%;
        height: auto;

        margin: 0 auto;

        transition: none;
    }

        /* === 漢堡選單 === */

    /* Stellarnav 本體不位移 */
    .navigation .stellarnav.mobile {
        position: static !important;

        top: auto !important;
        left: auto !important;

        width: 100% !important;

        margin: 0 !important;

        transform: none !important;
        overflow: visible !important;

        z-index: 1002;
    }

    /* 只定位漢堡按鈕 */
    .navigation .stellarnav.mobile .menu-toggle {
        position: absolute !important;

        top: 50% !important;
        left: 15px !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: translateY(-50%) !important;

        z-index: 1003;

        transition: none;
    }

    /* MENU 打開後隱藏原本漢堡，避免跟 X 疊在一起 */
    .stellarnav.mobile.active > .menu-toggle {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .stellarnav .menu-toggle span.bars span,
    .header_area.sticky .stellarnav .menu-toggle span.bars span {
        width: 15px;

        background: #5e5544;

        transition: none;
    }


    /* === 手機展開選單 === */

    .stellarnav.mobile > ul {
        display: block;

        width: 100vw;

        margin-top: 0 !important;
        padding: 125px 0 0 !important;

        box-sizing: border-box;

        background: #F8F7F5;
        border-top: 0;
    }
    
    /* === 展開後關閉按鈕 === */

    .header_area .stellarnav.mobile.left > ul > .close-menu,
    .header_area .stellarnav.mobile.right > ul > .close-menu {
        position: absolute !important;

        top: 24px !important;
        left: 16px !important;
        right: auto !important;

        width: auto !important;

        margin: 0 !important;
        padding: 8px !important;

        z-index: 10;
    }
    
    .stellarnav.mobile > ul > li {
        width: 100%;
        margin: 0;

        border: 0;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 18px 10px;
        margin: 0;

        font-size: 15px;
        line-height: 1.5;

        color: #5e5544;

        text-align: center;
    }


    /* === 首頁 Header === */

    .pageIndex .header_area:not(.sticky) {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
  
        background: transparent;
    }

    .pageIndex .header_area .main_header_area,
    .pageIndex .header_area .navigation {
        background: transparent;
    }

    .pageIndex .bannerindex,
    .pageIndex .swiper-banner,
    .pageIndex .swiper-slide {
        margin-top: 0;
        padding-top: 0;
    }
}


/* ========================================
   RWD｜HEADER｜450
======================================== */

@media screen and (max-width: 450px) {

    /* === Header 高度 === */

    .header_area .navigation {
        min-height: 72px;
        padding: 0;
    }


    /* === Logo === */

    .header_area .nav-header,
    .header_area.sticky .nav-header {
        width: 56px;
        max-width: 56px;
    }

    .header_area .nav-header .nav-brand img,
    .header_area.sticky .nav-header .nav-brand img {
        width: 100%;
        max-width: 100%;
    }


    /* === 漢堡選單 === */

    .navigation .stellarnav.mobile .menu-toggle {
        left: 12px !important;
    }


    /* === 首頁 Header === */

    .pageIndex .header_area:not(.sticky) {
        background: rgba(240, 236, 232, .72);
    }

    .pageIndex .header_area .main_header_area,
    .pageIndex .header_area .navigation {
        background: transparent;
    }

    /* === Banner 間距 === */

    .pageIndex .bannerindex {
        padding-top: 45px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*================footer=================*/
.footer {padding: 69px 0 0;font-size: 14px;background: #f0ece8;position: relative;z-index: 99;}
.footer_logo{
    width:120px;
             text-align:center;
}

.footer_logo img{
    width:100%;
}
.footer_info {    padding: 0;
              display: flex;
              flex-direction: column;
              align-items: center;
              gap: 25px;
             }
.footer_info ul {display: flex;width: 100%;flex-direction: column-reverse;align-items: flex-start;}/*調整排版倒著排*/
.footer_menu a {letter-spacing: 2px;display: inline-block;padding: 10px 25px;border: 0px #ccc solid;margin: 0 5px 4px 0;font-size: 14px;line-height: 100%;color: #fff;background: #446D99;transition: .5s;border-radius: 3px;}
.footer_menu:before {content: "網站地圖";letter-spacing: 2px;font-size: 15px;color: #624d38;font-weight: 600;margin-right: 15px;}
.footer_menu a:hover {background: #95c6fa;color: #fff;letter-spacing: 3px;}
.footer_menu a:before,
.footer_menu a:hover:before {
    display: none;
}
.footer_info li p {line-height: 175%;letter-spacing: 1px;color: #624d38;font-weight: 600;}
.footer_info li p a {color: #624d38;letter-spacing: 1px;font-weight: 500;}
.box_link {display: none;}
.footer_info li:nth-child(1)::before{
    content:"京寓企業社";
    display:block;
    width:100%;
    font-size:18px;
    font-weight:600;
    color:#624d38;
    letter-spacing:2px;
    margin-bottom:8px;
}
.footer_info li {
    padding: 15px 10px;
}
.copy {text-align: center;padding: 7px 0;font-size: 13px;color: #bababa;border-top: 0px #bababa solid;margin-top: 15px;}
/* 商品下拉超過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: #efefef; 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 #898989; 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 #ccc;*/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:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; 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:#ad925e;}

.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;}
@media screen and (max-width: 1300px) {
    .footer_menu a:before {display: none;}
}
@media screen and (max-width: 1200px) {
    .footer_menu:before{display: none;}
}
@media screen and (max-width: 1024px) {
    .footer_info {padding: 0;display: flex;grid-gap: 60px;padding-right: 0px;flex-direction: column;flex-wrap: wrap;align-content: center;align-items: center;}
    .footer_info ul {display: flex;width: 100%;flex-direction: column-reverse;align-items: center;grid-gap: 60px;}
    .footer_info li:nth-child(1) {display: flex;padding: 10px;column-gap: 15px;flex-wrap: wrap;flex-direction: row;justify-content: center;}
    .footer_menu {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}
}
@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)); grid-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;}
/*----------------------------------------------------------------*/
.header_area.sticky .stellarnav > ul > li > a {color: #1b2e67;}
.header_area.sticky .stellarnav > ul > li:before {display: none;}
/*--------------------------------------------------------------------*/
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex {position:relative;/* height:auto; */}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* =========================================================
   FOOTER RWD｜放在 FOOTER 區塊最下方
   1024：每一項斷行
   768：3 個 3 個顯示
   450：1 個 1 個顯示
========================================================= */

@media screen and (max-width:1024px){

    .footer{
        padding:50px 20px 0;
    }

    .footer_info{
        padding:0;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;
        text-align:center;
    }

    .footer_logo{
        width:100px;
        margin:0 auto;
    }

    .footer_info ul{
        width:100%;
        display:flex;
        flex-direction:column-reverse;
        align-items:center;
        gap:20px;
        text-align:center;
    }

    .footer_info li{
        width:100%;
        padding:0;
    }

    /* 聯絡資訊：1024 每一項斷行 */
    .footer_info li:nth-child(1){
        display:grid;
        grid-template-columns:1fr;
        gap:6px;
        justify-items:center;
        text-align:center;
    }

    .footer_info li p{
        margin:0;
        line-height:1.8;
        font-size:13px;
        letter-spacing:1px;
        text-align:center;
    }

    .footer_menu{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:6px;
        text-align:center;
    }

    .footer_menu:before{
        display:none;
    }
}

@media screen and (max-width:768px){

    .footer{
        padding:40px 15px 0;
    }

    /* 聯絡資訊：768 三個三個顯示 */
    .footer_info li:nth-child(1){
        grid-template-columns:1fr;
        gap:4px;
    }

    .footer_menu a{
        margin:0;
        padding:9px 14px;
        font-size:13px;
    }
}

@media screen and (max-width:450px){

    .footer{
        padding:35px 12px 0;
    }

    .footer_logo{
        width:90px;
    }

    /* 聯絡資訊：450 一個一個顯示 */
    .footer_info li:nth-child(1){
        grid-template-columns:1fr;
        gap:4px;
    }

    .footer_info li p{
        font-size:12px;
        line-height:1.7;
    }

    .footer_menu{
        gap:6px;
    }

    .footer_menu a{
        padding:8px 12px;
        font-size:12px;
        letter-spacing:1px;
    }

    .copy{
        margin-top:5px;
        padding:8px 10px;
        font-size:12px;
    }
}


/* ========================================
   以下為新增｜工程實績＋最新消息功能頁
======================================== */

/* ========================================
   功能頁共用
======================================= */

/* === 功能頁字體 === */

body.album_a #content,
body.article_a #content {
    font-family: "Noto Sans TC", sans-serif;
}
/* === 功能頁背景 === */

body.album_a #content,
body.article_a #content {
    background: #F0EBE8;
}


/* === 功能頁內容寬度 === */

body.album_a .main_part,
body.article_a .main_part {
    width: calc(100% - 80px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 120px;
}


/* === 功能頁麵包屑 === */

body.album_a .path,
body.article_a .path {
    width: 100%;
    padding: 28px 0 24px;
    margin: 0;
}

body.album_a .path p,
body.article_a .path p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: #9b9289;
    text-align: right;
}

body.album_a .path a,
body.article_a .path a {
    color: #756a5e;
    transition: .3s ease;
}

body.album_a .path a:hover,
body.article_a .path a:hover {
    color: #3f3f3f;
}


/* ========================================
   功能頁 Banner
======================================== */

/* === Banner 共用 === */

body.album_a .banner,
body.article_a .banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 500px;
    padding: 40px 20px;

    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* === Banner 遮罩 === */

body.album_a .banner::before,
body.article_a .banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(54, 46, 38, .28);

    z-index: 1;
    pointer-events: none;
}

/* === Banner 圖片 === */

body.album_a .banner {
    background-image: url("https://pic03.eapple.com.tw/jason882599/banE.jpg");
}

body.article_a .banner {
    background-image: url("https://pic03.eapple.com.tw/jason882599/banblog.jpg");
}


/* ========================================
   Banner 文字
======================================== */

/* === 中文主標 === */

body.album_a .banner h5,
body.article_a .banner h5 {
    position: relative;
    z-index: 2;

    width: min(900px, 90%);
    margin: 0;
    padding-bottom: 40px;

    color: transparent;
    font-size: 50px;
    line-height: 1;
    text-align: center;

    background-position:
        center 47px,
        center bottom;

    background-repeat:
        no-repeat,
        no-repeat;

    background-size:
        auto 50px,
        40px 3px;
}

/* === 工程實績中文主標 === */

body.album_a .banner h5 {
    background-image:
        url("https://pic03.eapple.com.tw/jason882599/banner_project_C.svg"),
        linear-gradient(#8eb9d2, #8eb9d2);
}


/* === 最新消息中文主標 === */

body.article_a .banner h5 {
    background-image:
        url("https://pic03.eapple.com.tw/jason882599/banner_news_C.svg"),
        linear-gradient(#8eb9d2, #8eb9d2);
}

/* === 英文小標 === */
body.album_a .banner h5::before,
body.article_a .banner h5::before {
    content: "";
    display: block;

    height: 32px;
    margin: 0 auto 15px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* === 工程實績英文 === */

body.album_a .banner h5::before {
    width: 105px;
}

/* === 最新消息英文 === */

body.article_a .banner h5::before {
    width: 68px;
}

/* === 描述文字 === */

body.album_a .banner h5::after,
body.article_a .banner h5::after {
    display: block;
    margin: 15px auto 0;

    color: #fff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: .1px;
    text-align: center;
}


/* ========================================
   Banner 文字內容
======================================== */

/* === 工程實績 === */

body.album_a .banner h5::before {
    background-image: url("https://pic03.eapple.com.tw/jason882599/banner_project.svg");
}

body.album_a .banner h5::after {
    content: "以專業技術與豐富施工經驗，精準處理各類漏水問題，從檢測、修繕到完工，每一道工序都用心把關。";
}

/* === 最新消息 === */

body.article_a .banner h5::before {
    background-image: url("https://pic03.eapple.com.tw/jason882599/banner_news.svg");
}

body.article_a .banner h5::after {
    content: "分享漏水修繕、管線檢測與居家用水相關資訊，帶您了解更多專業知識與最新消息。";
}


/* ========================================
   Banner RWD｜1440
======================================== */

@media screen and (max-width: 1440px) {

    body.album_a .banner,
    body.article_a .banner {
        height: 420px;
    }

    body.album_a .banner h5,
    body.article_a .banner h5 {
        width: min(820px, 88%);

        font-size: 56px;
        letter-spacing: 9px;

        background-size:
           auto 46px,
         40px 3px;
    }

    body.album_a .banner h5::before,
    body.article_a .banner h5::before {
        height: 29px;
    }

    body.album_a .banner h5::before {
        width: 96px;
    }

    body.article_a .banner h5::before {
        width: 62px;
    }

    body.album_a .banner h5::after,
    body.article_a .banner h5::after {
        margin: 13px auto 0;
        font-size: 14px;
    }
}


/* ========================================
   Banner RWD｜1024
======================================== */

@media screen and (max-width: 1024px) {

    body.album_a .banner,
    body.article_a .banner {
        height: 360px;
        padding: 35px 30px;
    }

    body.album_a .banner h5,
    body.article_a .banner h5 {
        width: min(760px, 90%);
        padding-bottom: 42px;

        font-size: 48px;
        letter-spacing: 8px;
    }

    body.album_a .banner h5::before,
    body.article_a .banner h5::before {
        height: 26px;
    }

    body.album_a .banner h5::before {
        width: 86px;
    }

    body.article_a .banner h5::before {
        width: 56px;
    }

    body.album_a .banner h5::after,
    body.article_a .banner h5::after {
        max-width: 680px;
        margin: 12px auto 0;

        font-size: 14px;
        line-height: 190%;
    }
}


/* ========================================
   Banner RWD｜768
======================================== */

@media screen and (max-width: 768px) {

    body.album_a .banner,
    body.article_a .banner {
        height: 320px;
        padding: 30px 24px;
    }

    body.album_a .banner h5,
    body.article_a .banner h5 {
        width: min(620px, 92%);
        padding-bottom: 38px;

        font-size: 40px;
        line-height: 120%;
        letter-spacing: 6px;

        background-size:
            auto 34px,
            36px 2px;
        }

    body.album_a .banner h5::before,
    body.article_a .banner h5::before {
        height: 23px;
    }

    body.album_a .banner h5::before {
        width: 76px;
    }

    body.article_a .banner h5::before {
        width: 50px;
    }

    body.album_a .banner h5::after,
    body.article_a .banner h5::after {
        max-width: 560px;
        margin: 10px auto 0;

        font-size: 13px;
        line-height: 185%;
    }
}


/* ========================================
   Banner RWD｜425
======================================== */

@media screen and (max-width: 425px) {

    body.album_a .banner,
    body.article_a .banner {
        height: 290px;
        padding: 28px 18px;
    }

    body.album_a .banner h5,
    body.article_a .banner h5 {
        width: 100%;
        padding-bottom: 34px;

        font-size: 30px;
        line-height: 120%;
        letter-spacing: 4px;

        background-size:
            auto 28px,
            30px 2px;
        }

    body.album_a .banner h5::before,
    body.article_a .banner h5::before {
        height: 20px;
        margin-bottom: 3px;
    }

    body.album_a .banner h5::before {
        width: 66px;
    }

    body.article_a .banner h5::before {
        width: 43px;
    }

    body.album_a .banner h5::after,
    body.article_a .banner h5::after {
        max-width: 340px;
        margin: 30px auto 0;

        font-size: 12px;
        line-height: 175%;
        letter-spacing: 0;
    }
}

/* ========================================
   工程實績
======================================== */

/* === 工程實績內容 === */

.album_page.album_a .show_content {
    width: 100%;
    padding: 28px 0 0;
}

/* === 工程實績列表 === */

.album_page.album_a .show-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: project-item;
}

/* === 工程實績卡片 === */

.album_page.album_a .show-list > .item {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0;
    counter-increment: project-item;
}

.album_page.album_a .show-list > .item > a {
    position: relative;
    display: block;
    width: 100%;
    color: #624E38;
    overflow: visible;
    transition: transform .4s ease;
}

/* === 工程實績圖片 === */

.album_page.album_a .show_pic {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0;
    background: #ddd6ce;
    border-radius: 28px 28px 8px 28px;
    overflow: hidden;
    transition:
        transform .45s ease,
        box-shadow .45s ease;
}

.album_page.album_a .show_pic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(63, 55, 47, .15) 100%
    );
    opacity: 0;
    transition: .4s ease;
    pointer-events: none;
}

.album_page.album_a .show_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .65, .3, 1);
}

/* === 工程實績資訊 === */

.album_page.album_a .show_name {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    margin: 0;
    padding: 18px 58px 0 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 2px;
    color: #624E38;
    transition:
        padding-left .35s ease,
        color .35s ease;
}

/* === 工程實績 PROJECT 編號 === */

.album_page.album_a .show_name::before {
    content: "PROJECT  " counter(project-item, decimal-leading-zero);
    display: block;
    position: absolute;
    top: -20px;
    left: 18px;
    padding: 8px 14px;
    background: #756756;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(83, 70, 56, .08);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    color: #796957;
    z-index: 2;
    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

/* === 工程實績箭頭 === */

.album_page.album_a .show_name::after {
    content: "↗";
    position: absolute;
    right: 4px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(98, 85, 69, .28);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #756756;
    transition: .35s ease;
}

.album_page.album_a .show-list > .item > a:hover {
    transform: translateY(-4px);
}

.album_page.album_a .show-list > .item > a:hover .show_pic {
    box-shadow: 0 20px 38px rgba(78, 67, 56, .13);
}

.album_page.album_a .show-list > .item > a:hover .show_pic img {
    transform: scale(1.04);
}

.album_page.album_a .show-list > .item > a:hover .show_pic::after {
    opacity: 1;
}

.album_page.album_a .show-list > .item > a:hover .show_name {
    padding-left: 12px;
    color: #3f3f3f;
}

.album_page.album_a .show-list > .item > a:hover .show_name::after {
    color: #fff;
    background: #17436E;
    border-color: #17436E;
    transform: rotate(45deg) scale(1.08);
}

/* === 工程實績分頁 === */

.album_page.album_a ul.page {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 70px 0 0;
    padding: 0;
}

.album_page.album_a ul.page li {
    margin: 0;
}

.album_page.album_a ul.page a,
.album_page.album_a ul.page span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #d8d1ca;
    border-radius: 50px;
    font-size: 13px;
    color: #756a5e;
    transition: .3s ease;
}

.album_page.album_a ul.page a:hover,
.album_page.album_a ul.page .active {
    color: #fff;
    background: #756756;
    border-color: #756756;
}

/* === 工程實績 RWD｜1024px === */

@media screen and (max-width: 1024px) {
    .album_page.album_a .main_part {
        width: calc(100% - 60px);
        padding-bottom: 90px;
    }

    .album_page.album_a .show-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 26px;
    }
}

/* === 工程實績 RWD｜768px === */

@media screen and (max-width: 768px) {
    .album_page.album_a .main_part {
        width: calc(100% - 40px);
        padding-bottom: 70px;
    }

    .album_page.album_a .path {
        padding: 20px 0;
    }

    .album_page.album_a .path p {
        text-align: left;
    }

    .album_page.album_a .show_content {
        padding-top: 15px;
    }

    .album_page.album_a .show-list {
        gap: 42px 20px;
    }

    .album_page.album_a .show_pic {
        border-radius: 22px 22px 6px 22px;
    }

    .album_page.album_a .show_name {
        font-size: 15px;
    }
}

/* === 工程實績 RWD｜425px === */

@media screen and (max-width: 425px) {
    .album_page.album_a .main_part {
        width: calc(100% - 36px);
        padding-bottom: 60px;
    }

    .album_page.album_a .show-list {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .album_page.album_a .show_pic {
        border-radius: 24px 24px 6px 24px;
    }

    .album_page.album_a ul.page {
        margin-top: 55px;
    }
}

/* ========================================
   工程實績內頁
======================================== */

/* === 內頁內容 === */

.album_class_page.album_a .show_content {
    width: 100%;
    padding: 28px 0 0;
}


/* === 內頁主標題 === */

.album_class_page.album_a .subalbum-menu > h2 {
    position: relative;
    float: none;

    margin: 0 0 40px;
    padding: 0 0 18px;

    font-family: inherit;
    font-size: clamp(26px, 2vw, 32px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #624E38;
}


/* === 標題短線 === */

.album_class_page.album_a .subalbum-menu > h2::after {
    content: "";
    display: block;

    width: 42px;
    height: 2px;
    margin-top: 14px;

    background: #17436E;
}


/* ========================================
   工程實績內頁｜項目
======================================== */

.album_class_page.album_a .other_subalbum {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}


/* === 單一項目 === */

.album_class_page.album_a .other_subalbum > .item {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}


/* === 連結 === */

.album_class_page.album_a .other_subalbum > .item > a {
    position: relative;
    display: flex;
    flex-direction: column;

    width: 100%;

    color: #624E38;
    background: transparent;

    overflow: visible;
    box-shadow: none;

    transition: transform .35s ease;
}

/* === 圖片 === */

.album_class_page.album_a .other_subalbum .show_pic {
    position: relative;

    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;

    margin: 0;

    background: #ddd6ce;

    border-radius: 28px 28px 8px 28px;

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.album_class_page.album_a .other_subalbum .show_pic img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .6s cubic-bezier(.2, .65, .3, 1);
}


/* === 移除系統預設 Overlay === */

.album_class_page.album_a .other_subalbum .show_pic .overlay {
    display: none;
}


/* === 項目名稱 === */

.album_class_page.album_a .other_subalbum > .item > a > p {
    position: relative;
    inset: auto;

    display: flex;
    align-items: center;

    width: 100%;
    height: auto;
    min-height: 54px;

    margin: 0;
    padding: 14px 54px 14px 4px;

    background: transparent;
    border: 0;
    box-shadow: none;

    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 2px;

    color: #624E38;

    text-align: left;

    transition:
        color .35s ease,
        padding-left .35s ease;
}

.other_album_choice li {
    background: #81715d;
}
/* ========================================
   工程實績內頁｜Hover
======================================== */

.album_class_page.album_a .other_subalbum > .item > a:hover {
    transform: translateY(-4px);
}


.album_class_page.album_a .other_subalbum > .item > a:hover .show_pic {
    box-shadow: 0 20px 38px rgba(78, 67, 56, .13);
}


.album_class_page.album_a .other_subalbum > .item > a:hover .show_pic img {
    transform: scale(1.035);
}


.album_class_page.album_a .other_subalbum > .item > a:hover > p {
    padding-left: 12px;

    color: #3f3f3f;
}


.album_class_page.album_a .other_subalbum > .item > a:hover > p::after {
    color: #fff;
    background: #17436E;
    border-color: #17436E;
    transform: rotate(45deg);
}


/* ========================================
   工程實績內頁｜其他分類
======================================== */

.album_class_page.album_a .other_album {
    width: 100%;

    margin-top: 75px;
}


/* === 分類標題 === */

.album_class_page.album_a .album_fixed_title {
    display: flex;
    align-items: center;

    margin: 0 0 18px;
    padding: 0;

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.5px;

    color: #756a5e;

    background: transparent;
    border: 0;
}


/* === 移除預設分類圖示 === */

.album_class_page.album_a .album_fixed_title i {
    display: none;
}


/* === 分類選項 === */

.album_class_page.album_a .other_album_choice {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    width: 100%;

    margin: 0;
    padding: 0;

    list-style: none;
}


.album_class_page.album_a .other_album_choice li {
    width: auto;

    margin: 0;
    padding: 0;

    background: transparent;
    border: 0;
}


/* === 分類按鈕 === */

/* 觀看更多｜按鈕 */
.album_class_page.album_a .other_album_choice li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-height: 40px;
    padding: 9px 20px;

    background: #81715d;
    border: 1px solid #81715d;
    border-radius: 30px;

    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;

    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

/* === 分類按鈕 Hover === */

.album_class_page.album_a .other_album_choice li a:hover {
    color: #fff;

    background: #17436E;
    border-color: #17436E;

    transform: translateY(-2px);
}


/* ========================================
   工程實績內頁｜RWD 1024
======================================== */

@media screen and (max-width: 1024px) {

    .album_class_page.album_a .other_subalbum {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 40px 26px;
    }

}


/* ========================================
   工程實績內頁｜RWD 768
======================================== */

@media screen and (max-width: 768px) {

    .album_class_page.album_a .show_content {
        padding-top: 15px;
    }


    .album_class_page.album_a .subalbum-menu > h2 {
        margin-bottom: 30px;

        font-size: 26px;
    }


    .album_class_page.album_a .other_album {
        margin-top: 55px;
    }

}


/* ========================================
   工程實績內頁｜RWD 600
======================================== */

@media screen and (max-width: 600px) {

    .album_class_page.album_a .other_subalbum {
        grid-template-columns: 1fr;

        gap: 38px;
    }


    .album_class_page.album_a .other_subalbum .show_pic {
        border-radius: 22px 22px 6px 22px;
    }


    .album_class_page.album_a .other_subalbum > .item > a > p {
        font-size: 15px;
    }


    .album_class_page.album_a .other_album_choice {
        gap: 8px;
    }


    .album_class_page.album_a .other_album_choice li a {
        min-height: 38px;

        padding: 8px 15px;

        font-size: 12px;
    }

}

/* ========================================
   最新消息
======================================== */

/* === 最新消息版面 === */

.blog_page.article_a .blog_box {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 65px;
    width: 100%;
    padding: 28px 0 0;
}

/* === 最新消息左側分類 === */

body.article_a .blog_le {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* === 最新消息左側標題 === */

body.article_a .blog_le_t {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 20px;
    border-bottom: 1px solid #d9d2cb;
    font-size: 0;
}

body.article_a .blog_le_t em {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #624E38;
}

body.article_a .blog_le_t em::before {
    content: "NEWS";
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    color: #9c8d7d;
}

body.article_a .blog_le_t span {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 42px;
    height: 2px;
    background: #17436E;
}

/* === 最新消息手機分類按鈕 === */

body.article_a .news_menu_toggle {
    color: #756756;
}

/* === 最新消息搜尋 === */

body.article_a .blog_search {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

body.article_a .blog_search form {
    position: relative;
    width: 100%;
}

body.article_a .blog_search input[type="search"] {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 18px;
    background: #fff;
    border: 1px solid #ddd6ce;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #624E38;
    transition: .3s ease;
}

body.article_a .blog_search input[type="search"]:focus {
    border-color: #9c8d7d;
    box-shadow: 0 5px 18px rgba(91, 77, 62, .08);
}

body.article_a .blog_search input[type="submit"] {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: #756756;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    transition: .3s ease;
}

body.article_a .blog_search input[type="submit"]:hover {
    background: #17436E;
    transform: translateY(-50%) rotate(8deg);
}

/* === 最新消息分類選單 === */

body.article_a .accordion {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background: #eee9e3;
    border-radius: 18px;
    overflow: hidden;
}

body.article_a .accordion > li {
    position: relative;
    margin: 0;
    padding: 0;
}

body.article_a .accordion > li + li {
    border-top: 1px solid rgba(112, 99, 84, .12);
}

body.article_a .accordion .link {
    position: relative;
    border: 0;
}

body.article_a .accordion .link a {
    position: relative;
    display: block;
    padding: 15px 42px 15px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.5px;
    color: #71675c;
    transition: .3s ease;
}

body.article_a .accordion .link a::after {
    content: "→";
    position: absolute;
    right: 18px;
    top: 50%;
    color: #a89b8e;
    transform: translateY(-50%);
    transition: .3s ease;
}

body.article_a .accordion .link a:hover {
    padding-left: 25px;
    color: #fff;
    background: #807365;
}

body.article_a .accordion .link a:hover::after {
    right: 14px;
    color: #f5f1ec;
}

/* === 最新消息目前分類 === */

body.article_a .accordion > li.on_this_category .link a {
    padding-left: 25px;
    color: #fff;
    background: #807365;
}

body.article_a .accordion > li.on_this_category .link a::after {
    right: 14px;
    color: #f5f1ec;
}

/* === 最新消息文章列表 === */

.blog_page.article_a .blog_ri {
    width: 100%;
    min-width: 0;
}

.blog_page.article_a .blog_category_title {
    display: none;
}

.blog_page.article_a .blog_subbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 30px;
    width: 100%;
}

/* === 最新消息卡片 === */

.blog_page.article_a .subbox_item {
    position: relative;
    min-width: 0;
    margin: 0;
}

.blog_page.article_a .subbox_item > a {
    position: relative;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    align-items: stretch;
    min-height: 190px;
    background: #fff;
    border-radius: 24px 24px 8px 24px;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(72, 61, 50, 0);
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

/* === 最新消息圖片 === */

.blog_page.article_a .blog_list_le {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    overflow: hidden;
}

.blog_page.article_a .blog_list_le::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(93, 82, 70, .12);
    opacity: 0;
    transition: .4s ease;
}

.blog_page.article_a .blog_list_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .65, .3, 1);
}

/* === 最新消息文字資訊 === */

.blog_page.article_a .blog_list_ri {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 25px 24px 24px;
    transition: .4s ease;
}

.blog_page.article_a .blog_list_ri h5 {
    order: 2;
    margin: 8px 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 2px;
    color: #624E38;
    transition: .35s ease;
}

.blog_page.article_a .blog_list_ri em {
    order: 1;
    display: block;
    margin: 0;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #9b8e82;
}

.blog_page.article_a .blog_list_ri em::before {
    content: "NEWS  •  ";
    color: #7695a6;
}

.blog_page.article_a .blog_list_ri p {
    order: 3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 1px;
    color: #8c837a;
}

.blog_page.article_a .blog_list_ri::after {
    content: "READ  ↗";
    order: 4;
    display: block;
    margin-top: auto;
    padding-top: 16px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #7d7165;
    transition: .35s ease;
}

/* === 最新消息 Hover === */

.blog_page.article_a .subbox_item > a::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 3px;
    height: 0;
    background: #17436E;
    border-radius: 10px;
    z-index: 3;
    transition: height .45s cubic-bezier(.2, .65, .3, 1);
}

.blog_page.article_a .subbox_item > a:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(78, 67, 56, .11);
}

.blog_page.article_a .subbox_item > a:hover::before {
    height: calc(100% - 44px);
}

.blog_page.article_a .subbox_item > a:hover .blog_list_le img {
    transform: scale(1.05);
}

.blog_page.article_a .subbox_item > a:hover .blog_list_le::after {
    opacity: 1;
}

.blog_page.article_a .subbox_item > a:hover .blog_list_ri h5 {
    color: #17436E;
}

.blog_page.article_a .subbox_item > a:hover .blog_list_ri::after {
    color: #17436E;
    transform: translateX(6px);
}

/* === 移除系統預設 Hover 白色遮罩 === */

.blog_page.article_a .subbox_item > a::after,
.blog_page.article_a .subbox_item > a:hover::after {
    display: none;
}


/* === 最新消息 RWD｜1200px === */

@media screen and (max-width: 1200px) {
    .blog_page.article_a .blog_box {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 40px;
    }

    .blog_page.article_a .blog_subbox {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .blog_page.article_a .subbox_item > a {
        min-height: 210px;
    }
}

/* === 最新消息 RWD｜1024px === */

@media screen and (max-width: 1024px) {
    .blog_page.article_a .main_part {
        width: calc(100% - 60px);
        padding-bottom: 90px;
    }

    .blog_page.article_a .blog_box {
        grid-template-columns: 200px minmax(0, 1fr);
        gap: 32px;
    }
}

/* === 最新消息 RWD｜768px === */

@media screen and (max-width: 768px) {
    .blog_page.article_a .main_part {
        width: calc(100% - 40px);
        padding-bottom: 70px;
    }

    .blog_page.article_a .path {
        padding: 20px 0;
    }

    .blog_page.article_a .path p {
        text-align: left;
    }

    .blog_page.article_a .blog_box {
        display: flex;
        flex-direction: column;
        gap: 35px;
        padding-top: 15px;
    }

    .blog_page.article_a .blog_le,
    .blog_page.article_a .blog_ri {
        width: 100%;
    }

    .blog_page.article_a .blog_le_t {
        margin-bottom: 20px;
    }

    .blog_page.article_a .accordion {
        border-radius: 16px;
    }

    .blog_page.article_a .blog_subbox {
        grid-template-columns: 1fr;
    }

    .blog_page.article_a .subbox_item > a {
        grid-template-columns: 38% minmax(0, 1fr);
        min-height: 190px;
    }
}

/* === 最新消息 RWD｜425px === */

@media screen and (max-width: 425px) {
    .blog_page.article_a .main_part {
        width: calc(100% - 36px);
        padding-bottom: 60px;
    }

    .blog_page.article_a .blog_box {
        gap: 30px;
    }

    .blog_page.article_a .blog_le_t em {
        font-size: 20px;
    }

    .blog_page.article_a .subbox_item > a {
        display: block;
        min-height: 0;
        border-radius: 22px 22px 8px 22px;
    }

    .blog_page.article_a .blog_list_le {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .blog_page.article_a .blog_list_ri {
        padding: 22px 20px 24px;
    }

    .blog_page.article_a .blog_list_ri h5 {
        font-size: 17px;
    }

    .blog_page.article_a .blog_list_ri p {
        -webkit-line-clamp: 3;
    }

    .blog_page.article_a .blog_list_ri::after {
        margin-top: 8px;
    }
}

/* === 功能頁 RWD｜375px === */

@media screen and (max-width: 375px) {
    .album_page.album_a .main_part,
    .blog_page.article_a .main_part {
        width: calc(100% - 32px);
    }

    .album_page.album_a .show_name {
        padding-right: 52px;
        font-size: 14px;
    }

    .blog_page.article_a .blog_list_ri {
        padding: 20px 18px 22px;
    }
}

/* ========================================
   最新消息內頁
======================================== */

/* === 內頁主內容 === */

.blog_in_page.article_a .blog_box {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: clamp(45px, 5vw, 80px);
    align-items: start;
}


/* === 左側選單寬度 === */

.blog_in_page.article_a .blog_le {
    width: 250px;
    min-width: 0;
}

/* ========================================
   最新消息內頁｜右側文章
======================================== */

/* === 右側文章 === */

.blog_in_page.article_a .blog_ri {
    width: 100%;
    min-width: 0;
    margin: 0;
}


/* === 文章標題 === */

.blog_in_page.article_a h4.blog_category_title {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 18px;

    border-bottom: 1px solid #d8d0c8;

    color: #624E38;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.51;
    letter-spacing: 2.4px;
}


/* === 標題底線 === */

.blog_in_page.article_a h4.blog_category_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;

    width: 42px;
    height: 2px;

    background: #17436E;
}


/* === 分享 === */

.blog_in_page.article_a .blog_shareData {
    width: 100%;
    margin: 0 0 24px;
}

.blog_in_page.article_a .toShareNews {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    color: #756a5e;
}


/* === 文章內容 === */

.blog_in_page.article_a .blog_box_edit {
    width: 100%;
}

.blog_in_page.article_a .blog_box_edit * {
    color: #71675c;
    line-height: 1.8;
    letter-spacing: 1.2px;
}


/* === 文章段落 === */

.blog_in_page.article_a .blog_box_edit p {
    margin: 0 0 22px;
}


/* === 文章圖片 === */

.blog_in_page.article_a .blog_box_edit img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    margin: 0 0 28px;
}


/* ========================================
   最新消息內頁｜底部按鈕
======================================== */

/* === 按鈕區塊 === */

.blog_in_page.article_a .blog_back {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;

    width: 100%;
    margin: 55px 0 0;
}


/* === 按鈕共用 === */

.blog_in_page.article_a .blog_back a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 42px;
    padding: 10px 15px;

    background: #756756;
    border-radius: 0;

    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;

    transition: .3s ease;
}


/* === 回列表 === */

.blog_in_page.article_a .blog_back a.article_btn_back {
    background: #9b8c7b;
}


/* === Hover === */

.blog_in_page.article_a .blog_back a:hover {
    background: #17436E;
    color: #fff;
}


/* === RWD｜450px === */

@media screen and (max-width: 450px) {

    .blog_in_page.article_a .blog_back {
        gap: 2px;
    }

    .blog_in_page.article_a .blog_back a {
        min-height: 40px;
        padding: 9px 8px;
        font-size: 13px;
    }
}


/* ========================================
   最新消息內頁｜相關文章
======================================== */

.blog_in_page.article_a .news_related {
    padding: 25px 15px 70px;
    background: #F0EBE8;
}

.blog_in_page.article_a .news_related h6 span::before {
    color: #624E38;
}

.blog_in_page.article_a .news_related_list li a {
    background: #fff;
}

.blog_in_page.article_a .news_related_list li a p {
    color: #71675c;
}

.blog_in_page.article_a .news_related_b_box .lastPage {
    display: none;
}


/* ========================================
   最新消息內頁｜RWD
======================================== */

@media screen and (max-width: 1024px) {

    .blog_in_page.article_a .blog_box {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 40px;
    }

    .blog_in_page.article_a .blog_le {
        width: 220px;
    }
}


@media screen and (max-width: 768px) {

    .blog_in_page.article_a .blog_box {
        display: block;
    }

    .blog_in_page.article_a .blog_le {
        width: 100%;
        margin-bottom: 45px;
    }

    .blog_in_page.article_a .blog_ri {
        width: 100%;
    }

    .blog_in_page.article_a h4.blog_category_title {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .blog_in_page.article_a .blog_shareData {
        margin-bottom: 20px;
    }

    .blog_in_page.article_a .blog_box_edit * {
        line-height: 1.75;
    }

    .blog_in_page.article_a .blog_back {
        flex-wrap: wrap;
        margin-top: 40px;
    }
}
