@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
.edit_part {
    padding: 0;
}
/*反白顏色*/
::-moz-selection{  background-color: #44A9D7;  color: #fff;}
::selection{  background-color: #44A9D7;  color: #fff;}
:root {
    --MainColor: #44A9D7;
    --SubColor:#EBEBDF;
    --SubColor02:#1D6EB0;
    --logocolor01:#000;
    --SFont:'Noto Serif TC', serif;
    --SFontEN: 'EB Garamond', serif;
    --TitleColorEN:#1D6EB0;
    --TitleColor:#44A9D7;
    --FontColor:#44A9D7;
    transition: var(--trans);
    --trans: .4s linear;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: #EBEBDF; }
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    background: #1D6EB0; }
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #44A9D7; }

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}
body.blog_in_page {
    font-size: var(--f16);
    letter-spacing: 1px;
}

/*頁碼*/
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}

.main_part {    max-width: 1400px;    padding: var(--pd80) 20px;}


#content,#content_main {
    background-image: url(https://pic03.eapple.com.tw/0926940828/content-background.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

/*op*/


/*op - 左右打開*/
.pageIndex::before {
    content: "";
    pointer-events: none;
    display: block;
    width: 50%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/0926940828/banner-03.png) no-repeat;
    background-position: left center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: open_left 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}

.pageIndex::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 50%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/0926940828/banner-03.png) no-repeat;
    background-position: right center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    animation: open_right 2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}

@keyframes open_left {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-150%);
    }
}

@keyframes open_right {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(150%);
    }
}


.pageIndex #page::before {
    content: "";
    pointer-events: none;
    display: block;

    background-image: url(https://pic03.eapple.com.tw/0926940828/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    width: 100%;
    height: 0;
    padding-bottom: 100%;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 100000000;

    opacity: 0;
    animation: logo-fade 3s ease-in-out forwards;
}

@keyframes logo-fade {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bannerindex .swiper-slide.swiper-slide:before, .bannerindex .swiper-slide.swiper-slide:after {
        content: ""; position: absolute;  z-index: 999; pointer-events: none;
}
@media screen and (max-width: 768px) {
.pageIndex #page::before {
    background-image: url(https://pic03.eapple.com.tw/0926940828/logo2.png);}
}


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {
    position: sticky;
    width: 100%;
    transition: all 0.5s;
    z-index: 9999;
    background: linear-gradient(90deg, #1D6EB0, #44A9D7, rgb(65, 166, 228));
    
}
.header_area.sticky {
background: linear-gradient(90deg, rgb(65, 166, 228) , #44A9D7,#1D6EB0);
}



/*選單最大寬度設定*/
.main_header_area .container {    max-width: 90%;}
.navigation {
    display: grid;
    align-items: center;
}


/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}*/


  .me_tp_features {display: none;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 250px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;}
.header_area.sticky .nav-brand {    max-width: 220px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: var(--MainColor);
    overflow: hidden;
}
.animated-arrow:before {
    content: '';
    background: var(--SubColor02);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    height: 100%;
    position: absolute;
    z-index: 0;
}
.animated-arrow:hover:before {
    transform: translate3d(100%, 0, 0);
}
.animated-arrow b, .animated-arrow .i_blog_b a i.fa-solid.fa-arrow-right {
    z-index: 2;
    position: relative;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img {
    height: auto;
    animation: none !important;
    transform: scale(1.011);
}

@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;
        height: 0;
    }

    .swiper-banner {
        position: relative;
        margin: 0;
        height: 100vh;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

}
.pageIndex .header_area {
    position: sticky;
}
}




@media screen and (max-width: 500px) {
    .swiper-wrapper .swiper-slide:nth-child(1) {
        background-size: contain;
    }

    .swiper-wrapper .swiper-slide:nth-child(2) {
        background-size: contain;
    }

}


/*logo*/
.nav-brand img {
    max-width: 140%;
}




@media only screen and (max-width: 1260px) {
.nav-brand img {max-width: 120%;
}
}

@media screen and (max-width: 1110px) {
    .nav-brand img {
        max-width: 110%;
    }
}

@media only screen and (max-width: 570px) {
.nav-brand img {max-width: 80%;
}

}
@media only screen and (max-width: 350px) {
.nav-brand img {max-width: 50%;
}

}


#bottom_menu li a i, #bottom_menu li a em {
    color: #44A9D7;
}

/* -------------------- FOOTER -------------------- */

.footer_info li p.line,.footer_info li p.phone {display: none;}

/*RWD */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}


/*--------------------版權塊 -------------------- */

.copy {
    border-top: none;
    margin-top: 30px;
}

.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;
}

/*YKQK版權塊 -------------------- */

.footer {
    background: #fff;
    padding: 40px 0 20px;
    box-shadow: 0px -5px 20px rgba(51, 51, 51, .05);
}

.footer .center {
    padding: 0 3%;
    max-width: 1200px;
}

.footer_logo {
    width: 40%;
    max-width: 250px;
    margin: 0 auto;
}

.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 20px;
}

.footer_info li {
    padding: 0;
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
    gap: 0px 20px;
    text-align: center;
}

.footer_info li p,
.footer_info li p a{
    color: var(--FontColor);
}


/* 導覽按鈕 */
.footer_info li:nth-child(2) {
    margin-top: 20px;
    text-align: center;
}

.footer_menu a {
    background: transparent;
    border: none;
    font-size: 12px;
    color: var(--FontColor);
    transition: var(--tr);
}

.footer_menu a:hover {
    background: transparent;
    color: var(--SubColor);
    transition: var(--tr);
}

/* 隱藏回首頁 */
.footer_menu a:first-of-type {
    display: none;
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

@media screen and (max-width: 1300px) {
    .footer_info {
        grid-template-columns: 1fr;
        padding-right: 0;
        text-align: center;
    }

    .footer_logo {
        /* width: 120px; */
        margin: 0 auto;
    }

    .box_link {
        position: relative;
        max-width: inherit;
        flex-direction: row;
        right: auto;
        justify-content: center;
    }

    .box_link a {
        margin: 8px;
    }

}
/*第一層*/
.stellarnav>ul {padding-top: 45px;}
.stellarnav ul {    text-align: right;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #fff;
    letter-spacing: 0.03rem;
    padding-left: 12px;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}
.stellarnav li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}/*下拉線條箭頭*/

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 7px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 10px;
    background:#44a9d7;
}

/*rwd*/





@media screen and (max-width: 1260px) {
.stellarnav > ul > li > a {
font-size: 16px;}

.stellarnav>ul {
    padding-top: 40px;
}

}


@media screen and (max-width: 1110px) {
.stellarnav > ul > li > a {
    padding-left: 8px;


}
}




@media screen and (max-width: 1024px) {
    :root {
    --f60: 54px;
    --f54: 48px;
    --f48: 40px;
    --f42: 38px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
    --pd80:60px;
}

/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    opacity: 1;position: sticky;}
.header_area {position: sticky;}
.navigation {
    display: flex;
    align-items: center;
}
.stellarnav ul {
    text-align: center;
}
.stellarnav li {padding-top: 10px;}


.stellarnav>ul {
    padding-top: 10px;}

}


/*選單*/
@media screen and (max-width: 768px) {

/*側邊選單*/
    .stellarnav .menu-toggle:after {display: none;}
    .stellarnav .menu-toggle span.bars span {height: 1px;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #44A9D7}
	.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: #000;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
	.stellarnav .menu-toggle span.bars span {height: 2px;width: 28px;background: #fff;}
	.stellarnav .menu-toggle:after {font-weight: 600;color: #fff;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;}
	.stellarnav.mobile.left .close-menu {background: #44A9D7;width: 32px;height: 32px;margin: 10px 10px 0 auto;
		border-radius: 10px;display: block;}
    .stellarnav.mobile .close-menu:before {font-size: 20px;top: 0;right: 0;display: block;width: 100%;height: 100%;
    	line-height: 30px;text-align: center;color: #fff;padding-left: 1px;}
    .stellarnav.mobile {left: 8px;top: 25px;}
    .stellarnav.mobile li.open {background: #f8f8f8;padding: 0;}
    .stellarnav.mobile li.open li.open {background: #f3f3f3;padding: 0;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 15px;}
    .stellarnav.mobile li.has-sub li a {text-align: left;padding: 8px 15px;color: #44A9D7;}
    .stellarnav.mobile li.has-sub li a.dd-toggle{right: 5px;}
    .stellarnav.mobile li.has-sub li a.dd-toggle:hover {padding-left: 0;text-align: center;background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #f6f5f5 solid;}
    .stellarnav.mobile > ul > li > a {color: #44A9D7;}
    .stellarnav.mobile > ul > li > a.dd-toggle {top: 10px;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{width: 10px;}
    .stellarnav.mobile > ul > li > ul > li > ul ~ a.dd-toggle .icon-plus {margin: 0 auto;display: block;top: 0px;}
    .stellarnav li.has-sub li a:hover {background: #fff;color: #44A9D7;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {    background: #44a9d724;
}
}

@media screen and (max-width: 350px) {
    .stellarnav.mobile {
        top: 15px;
    }
}






/* -----------------------------------最新消息------------------------------ */
.share_page .main_part {
    position: relative;
    width: 100%;
    max-width: 87.5%;
    margin: auto;
    padding: 150px 6%;
    border-radius: 40px;
    border: 1px #fff solid;
}

.promotion_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px #70707057 solid;
}

.promotion_title h2 {
    font-size: 50px;
    color: #44A9D7;
}

.promotion_title span {
    color: #44A9D7;
    border: 0;
    padding: 2px 7px;
    margin: 0;
    width: 100%;
}

.promotion_title em {
    color: #44A9D7;
    border: 0;
    padding: 0;
    margin: 0;
    height: fit-content;
    word-break: keep-all;
    order: 3;
}

/* 選項 */

.other_promotion {
    margin-top: 5vh;
    padding: 1% 3%;
    grid-template-columns: 1fr;
    background: #ffffff00;
    border-radius: 5px;
    gap: 0;
}

.other_promotion li a:before,
.other_promotion li a:after {
    display: none;
}

.other_promotion li a {
    border: none;
    display: flex;
    align-items: center;
    border-bottom: 1px #70707036 solid;
    padding: 25px 10px 25px;
}

.other_promotion li a:hover {
    background: transparent;
}

.other_promotion li a::after {
    content: "read more";
    display: block;
    width: fit-content;
    height: fit-content;
    border: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0;
    color: #44A9D7;
    transform: translate(0%, -50%);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion li a:hover:after {
    width: fit-content;
    height: fit-content;
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.other_promotion .pmtTitle h3 {
    font-size: 20px;
    color: #44A9D7;
    margin: 0;
}

.other_promotion .pmtTime {
    display: flex;
    color: #808080;
    margin-right: 20px;
    align-items: center;
}

.other_promotion .pmtTime cite {
    font-size: 18px;
    margin-right: 20px;
}

.other_promotion .pmtTime span {
    float: right;
    font-size: 13px;
    padding: 2px 10px;
    border: 1px #7070708a solid;
    border-radius: 30px;
}
.edit * {    color: #000;
}


/*rwd*/
@media screen and (max-width: 768px) {
.promotion_title h2 {
    font-size: 40px;}

}


@media screen and (max-width: 550px) {
.promotion_title h2 {
    font-size: 35px;}
    
}

@media screen and (max-width: 550px) {
.promotion_title h2 {
    font-size: 25px;}

.promotion_title * {    
     font-size: 8px;}   
}


/* --------------------------------------------------- */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page.bodyDesktop .show_content {width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap;align-items: flex-start;}
.product_page.bodyDesktop .product_menu_list {width: 20%;margin-bottom: 0;}
.product_page.bodyDesktop .products-list {width: 80%;grid-gap: 15px;grid-template-columns: repeat(3, 1fr);padding-left: 50px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li ul {position: relative;top: 0;}
.product-layer-two li ul li { display: block;background: #44a9d717;}
.product-layer-two li ul li+li {border-top: 1px solid #a3b18a42;}
.product-layer-two li a {font-size: 16px;border: 0;border-bottom: 1px solid #a3b18a42;background: unset;padding: 15px
    ;color: #000;letter-spacing: 0.08em;transition: .3s ease;}
.product-layer-two li > a:hover { background: #44a9d717;}
.product-layer-two li i {color: #1d6eb0;width: 50px;height: 55px;}
.product-layer-two li li a {padding: 15px 30px;border: 0;background: unset;transition: .3s ease;}
.product-layer-two li li a:hover {background: #1d6eb0;color: #fff;transition: .3s ease;}
.product-layer-two li.active li a {color: #000;}
.products-list .item a {padding-bottom: 25px;}
.products-list .pic {aspect-ratio: 4 / 3;}
.products-list .pic:before {content: '查看更多';position: absolute;width: 100%;padding: 0 15px;top: auto;bottom: -40px;border: 0;
	border-bottom: 0px solid #1d6eb0;color: #ffffff;background: #1d6eb0;font-size: 14px;font-weight: 400;letter-spacing: 0.15em;
	line-height: 40px;z-index: 1;transition: all .6s;}
.products-list .item a:hover .pic:before {bottom: 0px;transition: all .6s;}
.products-list .pic img {transition: all .6s;}
.products-list .item a:hover img {transform: scale(1.1);transition: all .6s;}
.products-list .name {display: block;text-align: center;font-size: 15px;color: #ffffff;letter-spacing: 0.08em;line-height: 1.8;
	-webkit-line-clamp: 1;margin-bottom: 0;margin-top: 10px;height: 30px;}
.products-list .price {display: none;border-top: 1px solid #a3b18b4d;padding-top: 10px;margin: 5px 0 0;text-align: center;}
.products-list .price b {margin: 0;color:#1d6eb0;font-weight: 400;font-size: 14px;letter-spacing: 0.08em;}
.products-list .price .sp_price {text-align: center;color: #44A9D7;}
.products-list .more {display: none;position: absolute;top: 58%;bottom: auto;border: 0;border-bottom: 0px solid #1d6eb0;color: #ffffff;background: #1d6eb0;
    font-size: 14px;font-weight: 400;letter-spacing: 0.15em;line-height: 40px;transition: all .6s;}
.products-list .item a:hover .more {background: #000;transition: all .6s;}

@media screen and (max-width: 1200px) {
.product_page.bodyDesktop .product_menu_list {width: 25%;}
.product-layer-two li a {font-size: 15px;}
.product_page.bodyDesktop .products-list {width: 70%;grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 1024px) {
.product_page.bodyDesktop .products-list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 980px) {
.product_page.bodyDesktop .product_menu_list {width: 28%;}
.product-layer-two li a {font-size: 14px;}
.product-layer-two li li a {font-size: 13px;}
.product_page.bodyDesktop .products-list {width: 70%;grid-gap: 30px 15px;grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 768px) {
.product_menu_list > h5 {font-size: 18px;font-weight: normal;margin-bottom: 50px;
    padding-right: 2em;color: #000;;display: block;letter-spacing: 0.15em;}
.product_menu_list > h5 a {color: #000;}
.product_menu_list > h5.openNext {margin-bottom: 10px;}
.product_page.bodyDesktop .products-list {width: 70%;}
.product-layer-two {padding: 15px 15px 20px;background: #a3b18a14;}
.product-layer-two li a {padding: 10px 20px;}
.product-layer-two li i {height: 40px;}
.product-layer-two li ul {z-index: 99;}
.product-layer-two li li a {padding: 10px 30px;}
.products-list .item a {padding-bottom: 35px;}
.products-list .name {font-size: 14px;margin-bottom: 5px;margin-top: 15px;}
.products-list .more {line-height: 35px;}
.product-layer-two li.active a {    border: 1px #cccccc00 solid;
}
}

@media screen and (max-width: 600px) {
.prod_part {padding: 60px 5%;}
.product_menu_list {margin:0 10px;}
.product_menu_list > h5 {font-size: 17px;}
.product-layer-two {margin-bottom: 30px;}
.products-list, .pageIndex .products-list {grid-gap: 20px 10px;}
.product-layer-two li a {font-size: 14px;}
.products-list .item a {padding-bottom: 30px;}
.products-list .name {font-size: 13px;margin-top: 10px;height: 20px;}
.products-list .price {gap: 5px;}
.products-list .price b {font-size: 12px;text-align: center !important;}
.products-list .more {font-size: 12px;line-height: 30px;}
}

@media screen and (max-width: 450px) {
.product-layer-two {gap: 0px 10px;}
.product_menu_list > h5 {font-size: 16px;}
.product-layer-two li a {font-size: 14px;padding: 15px 0;}
.products-list .item a {padding-bottom: 28px;}
.products-list .name {line-height: 1.8;margin-bottom: 5px;margin-top: 5px;}
.products-list .more {line-height: 28px;}
.product-layer-two li i {height: 45px;}
}
@media screen and (max-width: 400px) {
.product_menu_list > h5 {font-size: 15px;}
.product-layer-two li a {letter-spacing: 0.05em;}
}



/*內頁*/
.prod_related {
    background: #f3f3f300;
    padding: 10px;
}
.lastPage {background: #44a9d7;}

/* 左邊選單 */
.product_info_page .product_menu_list {    display: none;}



/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { text-align: center;  color: #434343;}
.products-list .price b{ color: #939292;}
.products-list .name{ font-size: 18px; color: #000;font-weight: 300; text-align: center;
}
.products-list .item a{ transition: 0.3s;}
.products-list .more{ font-size: 15px; color: #44A9D7; border: 0px; }
.products-list .item a:hover .more{ background: transparent; color: #d9364d;}
.products-list .pic{ overflow: hidden; border-radius: 20px;}




/* 內頁 */

.sidebarBtn{ border-radius: 24px;}
.sidebarBtn h2{ color: #44A9D7; font-size: 26px;}
.sidebarBtn .sp_price{ color: #939292;}
.sidebarBtn .price{ border-bottom: 3px solid #e6e6e621;}
.proImgSwiper img{object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #332A28; font-size: 22px; font-weight: bold;}

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
.inquiry_a3{ background: transparent;  transition: 0.3s; border-radius: 40px; color: #44A9D7; border: 1px solid #44A9D7;!important;}
.inquiry_a3:hover { background: #44A9D7; color: #fff;}

.rewrite_simple{ background: #44A9D7;border-radius:40px; }
.send_simple{ background: #1d6eb0; border-radius: 40px; }


/* 相關推薦 */
.prod_related h6 span:before{  color: #332A28; font-size: 22px; font-weight: bold;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a img{ border-radius: 40px; transition: 0.5s;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}
.lastPage{ background: #44A9D7;border-radius: 40px;}

.pd_tabTitle li:nth-child(2),
.pd_tabTitle li:nth-child(3),.pd_tabTitle li:nth-child(4) {
    display: none;
}
.product-layer-two li.active li a {
    color: #fff;
}

.product-layer-two li li.active a {
    background: #1d6eb0;
}

.products-list .pic {
    height: 200px;  /* 你希望的固定高度 */
    overflow: hidden;
}

.products-list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* 填滿並裁切圖片 */
}

/*首頁商品*/
.pageIndex .productsListBox, .productsListBox.swiper {
    padding-top: 50px;
}
.i_prod_tit span, .i_video_tit span {
    font-size: 30px;
    color: #1d6eb0;
    font-weight: bold;
    font-family: "Noto Serif CJK TC", serif;
}

.pageIndex .products-list {    grid-gap: 0px 50px;
}



@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; height: 30px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:980px) {
    .products-list, .pageIndex .products-list{
        grid-gap:40px 60px;
    }
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .products-list .price b{ text-align: center!important;}
    /*購物車裡*/
    .total_amount {margin-bottom: 30px;}
 .product_menu_list a.pd_menu_toggle {     color: #1d6eb0;
}  
}
@media screen and (max-width:450px) {
.products-list{grid-template-columns:1fr; gap: 24px;}
/*購物車裡*/
.car_page .information_left {display: none;}
}



@media screen and (max-width: 1200px) {
.car_page .information_left {width: 40%;}
}
@media screen and (max-width: 1024px) {
.total_amount {width: 100%;}
.car_page .information_left {position: relative;width: 100%;padding-top: 30px;}
}
@media screen and (max-width: 768px) {
.shopping-cart .cell:before {font-weight: normal;padding-bottom: 10px;color: #000;}
.amountNum {height: 20px;line-height: 1;}
.shopping-cart .cell.amount:last-child {border-bottom: unset;}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 48%;}
}

@media screen and (max-width: 450px) {
.small_pic {width: 75px;height: 75px;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);}
.car_page .information_left {padding-top: 0;}
.shopping-cart .cell:before {text-align: left; width: 50px;}
.amountNum {text-align: right;}
}





/*文章*/

/*文章管理*/

.blog_list_ri h5 {
	color: #1D6EB0;
    font-size: 18px;
    display: flex;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
	color: #999999;
    -webkit-line-clamp: 2;
}

.blog_list_ri em {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
}

.blog_list_ri {
    padding: 0 15px 15px 15px;
}

.accordion li .link a {
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 10px;
    color: #1D6EB0;
    font-size: 15px;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.blog_shareData{display: none;}
.subbox_item a:after { background: rgba(0,0,0,0.5);}

/*標題*/
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}
.blog_search input[type=search] {
	border-radius: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1D6EB0;}

/*文章側邊選單hover*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background:#1D6EB0 !important ;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #1D6EB0 !important ;    transition: all .5s;}
.blog_page .main_part {max-width:1600px;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f3f3f3;
    color: #444;
        transition: all .5s;
}
.blog_search {
    margin-bottom: 20px;
}
.accordion li+li .link {
    transition: all .5s;
}
.submenu a {background: #44a9d717;}

/*回列表*/

.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
   background: #1D6EB0;
    color: #ddd6d6;
    letter-spacing: 1px;
    font-weight: 300;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover, 
.blog_back a.article_btn_back:hover {
    background: #1D6EB0;transition: background 0.3s ease;
    /* 如果需要，也可以在這裡調整文字顏色或亮度 */
}
.blog_back a {
    width: auto;
}

.blog_back a {
    padding: 6px 160px;}
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    grid-gap: 15px;
}

.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 96px;
}
.blog_le .accordion {
   border: 1px #c6d4e3 solid;}

.edit {
    padding: 30px 0 90px;
    font-weight: 200;
    color: #000;
    letter-spacing: 0.04em;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}


.blog_list_le img {
    z-index: 999;
    padding: 20px;
	
}

/*/文章圖片HOVER效果*/
.subbox_item a:hover .blog_list_le img {
    filter: brightness(.5);
    padding: 10px;
}

h4.blog_category_title {
    color: #1D6EB0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ffffff1c;
    border-radius: 5px;
}

.subbox_item a:after{display: none;}
.subbox_item a:before{display: none;}

.blog_list_le {
    position: relative;aspect-ratio: 4 / 5;
}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    filter: blur(30px);
    transition: opacity 0.7s ease, letter-spacing 0.9s ease, filter 0.8s ease;
}

.subbox_item a:hover .blog_list_le:before{
    opacity: 1;
    letter-spacing: 1px;
    filter: blur(0px);
}

h5.blog_le_t em {
    font-family: "Noto Serif TC";
}
/*相關文章*/

.news_related{display: none;}

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}


.news_related_list li a:hover {
    padding: 10px 10px 0px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}

.news_related {
    background: #f3f3f3b5;
}

.news_related_list li a p {
    padding: 10px;
}


@media screen and (max-width: 1024px) {
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media screen and (max-width: 980px) {
.blog_back:after {
    bottom: 69px;
}
}

@media screen and (max-width: 768px) {

.blog_le {
    width: 95%;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.blog_in_page .blog_le {
    top: -42px;
    padding-bottom: 5vw;
    margin-bottom: 0vw;
    border-bottom: 1px solid #dfdfdf;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.accordion li .link a {
    text-align: center;
}
}

@media screen and (max-width: 600px) {
    .blog_back:after {
    bottom: 49px;
}

}

/*首頁文章*/
.module_i_news .title_i_box h4 {
    font-size: 30px;
    color: #1d6eb0;
    font-weight: bold;
    font-family: "Noto Serif CJK TC", serif;
}


.module_i_news {
  padding: 20px 20px 50px;
}

.module_i_news li a {
  display: flex;
  grid-gap: 17px;
  flex-direction: column;
  flex-wrap: wrap;
}

.module_i_news ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}


@media screen and (max-width: 980px) {
.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr;}
}


@media screen and (max-width: 760px) {
.module_i_news ul {
    grid-template-columns:1fr 1fr;}
}



@media screen and (max-width: 422px) {
.module_i_news ul {
    grid-template-columns:1fr;}
}
/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner h5 {  
width: 100%;  
margin: 0 auto;  
font-size: 50px;  
color: #fff;  
text-shadow: 0 0 10px rgba(0, 0, 0, .2); 
position: absolute;  
top: 45%;  
left: 15%;
transform: translate(-50%, -50%); 
letter-spacing: 3px; 
font-weight: 500;
font-family: "Noto Serif CJK TC", serif;}

@media screen and (max-width: 1024px){
	.banner{height: 200px;}
}

.banner {
    background-position: center;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
    padding: 12vw;
}


.banner::before {  content: "";
    background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/0926940828/ban01.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}


@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:before {
    content: "換得安心，跑得放心" !important;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;  
    animation: SlideUp 1s 0.1s ease-in-out forwards;
    opacity: 0; 
}
@keyframes SlideUp {
    0% {    opacity: 0;   -webkit-transform: translateY(30px);   transform: translateY(30px);    }
    100% {  opacity: 1;   -webkit-transform: translateY(0);    transform: translateY(0);    }
}

.banB {display: none;}


@media screen and (max-width: 1145px) {
.banner h5 {    font-size: 40px;left: 20%;}
}


@media screen and (max-width: 768px) {
.banner h5:before {    font-size: 17px;    padding-bottom: 0;}
}

@media screen and (max-width: 500px) {
.banner h5 {    font-size: 35px;left: 23%;}
.banner h5:before {    font-size: 15px;}
}

@media screen and (max-width: 400px) {
.banner h5 {    font-size: 28px;left: 28%;}
.banner h5:before {    font-size: 15px;}
}

@media screen and (max-width: 300px) {
.banner h5 {left: 30%;}
}
