@charset "utf-8";


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{letter-spacing: .1rem;}

@media screen and (max-width: 768px){
	.show_content {padding: 40px 0 20px;}
	#bottom_menu{display: none;}
}         
@media screen and (max-width: 600px) {
	.main_part {padding: 10px 20px;}
	.path p, .path p a{font-size: 12px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Tenor Sans','Noto Sans TC', sans-serif;}
#content {
    background-image: url(https://pic03.eapple.com.tw/guangzhigu/all-gb001.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
#content:before{content: "";width: 100%;position: absolute;top: 0;left: 0;z-index: 1;
background: linear-gradient(180deg, rgb(81 68 47 / 30%), transparent);animation: con_shadow 1s both;}

@keyframes con_shadow{
	0%{height: 0;}
	100%{height: 10%;}
}


@media screen and (max-width: 768px){
	#content, #content_main {background-size: 300%;}

	@keyframes con_shadow{
		0%{height: 0;}
		100%{height: 100px;}
	}
}


/* 開場動畫 */
.pageIndex #page::before {
 content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/guangzhigu/index_being_logo.png);
    width: 550px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: banner-logo 2s forwards;
    z-index: 50000001;
}
.pageIndex #page::after{
    content: "";
    display: block;
    background: #006880;
    width: 100%;
    height: 110%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: banner-bg 1.8s forwards;
    z-index: 50000000;
}


@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1.1);
    }
}

@media screen and (max-width: 768px) {
.pageIndex #page::before{    width: 450px;height: 150px;}
}

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0 10px;border-radius: 0;width: 50px;height: 5px;border-radius: 2px;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*切換鈕*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 10px;width: 5px;height: 15px;}

/*取消動畫*/
.moveRight img,.moveDown img,.effect1 img,.leftUp img,.centerBig img,.rightDownBig img {
	-webkit-animation-name: none;animation-name: none;}

/*動畫圖片*/
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active{position: relative;}
/*--------第一張大圖*/
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before,.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):after{
	content: "";position: absolute;height: 100%;z-index: 100;
	background-size: contain !important;background-position: center bottom !important;}

.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before{
	background: url(https://pic03.eapple.com.tw/guangzhigu/index_ban_text01.png) no-repeat;
	left: 12vw;
    bottom: 23vw;
    width: 28vw;
	animation: toRight 2s both;animation-timing-function: ease-in-out;}
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):after{
	background: url(https://pic03.eapple.com.tw/guangzhigu/index_ban_text02.png) no-repeat;
	right: -3vw;
    width: 21vw;
    bottom: 0vw;
	animation: toLeft 1s both;animation-timing-function: ease-in-out;animation-delay: .5s;}

/*--------第二張大圖*/
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):before,.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):after{
	content: "";position: absolute;top: 5vw;height: 100%;z-index: 100;
	background-size: contain !important;background-position: center top !important;}

.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):before{
	background: url(https://pic03.eapple.com.tw/guangzhigu/index_ban_text03.png) no-repeat;
	left: 11vw;
    bottom: 23vw;
    width: 28vw;
	animation: toRight 2s both;animation-timing-function: ease-in-out;}
.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):after{
	background: url(https://pic03.eapple.com.tw/guangzhigu/index_ban_text04.png) no-repeat;
	right: 10vw;
    width: 10vw;
    bottom: 0vw;
	animation: toLeft 1s both;animation-timing-function: ease-in-out;animation-delay: .5s;}

@keyframes toLeftLong{
	0%{margin-right: -6vw;opacity: 0;}
	100%{margin-right: 0vw;opacity: 1;}
}

@keyframes toLeft{
	0%{margin-right: -3vw;opacity: 0;}
	100%{margin-right: 0vw;opacity: 1;}
}
@keyframes toRight{
	0%{margin-left: -3vw;opacity: 0;}
	100%{margin-left: 0vw;opacity: 1;}
}


@media screen and (max-width: 600px){
	/*第一張大圖*/
	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before {width: 30vw;}
	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):after {width: 30vw;}
	/*第二張大圖*/
	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):before {width: 30vw;}
	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):after {width: 15vw;}

	.swiper-banner .swiper-slide img {height: 300px;object-fit: cover;}
}
 @media screen and (max-width: 450px){
 	/*第一張大圖*/
 	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before {width: 40vw;}
 	/*第二張大圖*/
 	.bannerindex .swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):before {width: 40vw;}
 }  

/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area,.header_area.sticky {background: #fff;}
.main_header_area .container {max-width:95%;padding: 0 3%;}
.navigation {display: flex;align-items: center;}
.nav-brand img{display: block;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 5px solid #898989;}/*主選單箭頭*/
/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features .tp_links{display: none;}
.me_tp_features{display:none;}
.me_tp_features a i {font-size: 14px;color: #888;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #ffb700;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;
    display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;}
.box_search input[type=text]::placeholder{color: #ccc;}/*提示文字*/
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #888;}/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 13px;padding: 8px 12px;transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #b6a292;color: #fff;padding-left: 18px;}
.stellarnav li.drop-left li.has-sub > a:after {border-top: 5px solid transparent;border-bottom: 5px solid transparent;
    border-right: 5px solid #898989;}/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub > a:hover:after {border-right: 5px solid #fff;}/*下拉hover箭頭*/

@media screen and (max-width: 1024px){
	.stellarnav > ul > li > a{font-size: 14px;}
}
@media screen and (max-width: 768px){
	.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
	.box_search{width: 100%;}
	.box_search input[type=text] {max-width: inherit;}
    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 400;}
    .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 #777;}
	.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;}
    
}
@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {padding: 10px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area, .header_area.sticky{background: transparent;position: fixed;}
.pageIndex .header_area{animation: showmenu 1s both;animation-delay: 4s;}
.nav-header {max-width: 110px;    margin-top: 10px;}
.pageIndex .nav-header{opacity: 0;transition: all .5s;pointer-events: none;}
.pageIndex .header_area.sticky .nav-header {opacity: 1;pointer-events: inherit;}


@keyframes showmenu{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
/*漢堡鈕+選單設定*/
.stellarnav,.stellarnav.mobile {position: fixed;top: 0;left: 0;}
.stellarnav:before,.stellarnav.mobile:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100vh;
background: rgb(23 21 21 / 0%);transition: all 1.2s;pointer-events: none;}
.stellarnav.active:before,.stellarnav.mobile.active:before{background: rgb(23 21 21 / 60%);transition: all 1.2s;
	transition-timing-function: ease-in-out;backdrop-filter: blur(3px);pointer-events: inherit;}

/*漢堡鈕*/
.stellarnav .menu-toggle,.stellarnav.mobile .menu-toggle{width: 60px;position: absolute;top: calc(3vw + 40px);right: 3vw;}
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile 
{display: block;padding: 0;}
.stellarnav .menu-toggle span.bars{left: 0;width: 60px;height: 30px;display: block;margin: 0 auto;}
.stellarnav .menu-toggle span.bars span {width: 40px;margin: 0 auto 8px;background: #eee;transition: all .5s;}
.stellarnav .menu-toggle:after {color: #fff;position: absolute;left: 0;width: 60px;text-align: center;transform: scale(1);}
.stellarnav .menu-toggle:hover span.bars span:nth-child(1){transform: translateX(-10px);}
.stellarnav .menu-toggle:hover span.bars span:nth-child(3){transform: translateX(10px);}

/*選單*/
.stellarnav > ul,.stellarnav.mobile > ul{display: block !important;width: 50%;height: 100vh;max-width: 400px;
	background: #4a88a3;
	position: absolute;right: -50%;padding-top: calc(3vw + 200px);transition: all 1s;
	background-position: center bottom;background-size: cover;}
.stellarnav > ul:before,.stellarnav.mobile > ul:before{content: "";width: 8vw;height: 130px;position: absolute;top: 3vw;left: 50%;
background: url(https://pic03.eapple.com.tw/guangzhigu/LOGO_001.png) no-repeat;transform: translateX(-50%);
background-size: contain;background-position: center;}
.stellarnav.active > ul,.stellarnav.mobile.active > ul{right: 0;transition: all 1s;}
.stellarnav > ul::-webkit-scrollbar {width: 7px;}/*右側捲軸寬度*/
.stellarnav > ul::-webkit-scrollbar-thumb {background: #e3b75a;}/* 滑桿顏色 */
.stellarnav > ul::-webkit-scrollbar-track {background: #474141;}/* 軌道背景底色 */

/*------叉叉鈕*/
.stellarnav .close-menu,.stellarnav.mobile .close-menu{position: fixed;top: calc(3vw + 40px);right: 3vw;display: inline-block;width: 60px;height: 60px;
z-index: 1000;font-size: 12px;text-align: center;background: rgb(73 92 112);color: #fff;border-radius: 6px;transition: all .5s;
display: none;}
.stellarnav.active .close-menu,.stellarnav.mobile.active .close-menu{display: block;}
.stellarnav .icon-close,.stellarnav.mobile .icon-close {width: 34px;height: 40px;display: block;margin: 0 auto;transition: all .5s;}
.stellarnav .icon-close:before,.stellarnav.mobile .icon-close:before {width: 34px;border-bottom: solid 2px #fff;transition: all .5s;}
.stellarnav .icon-close:after,.stellarnav.mobile .icon-close:after {width: 34px;border-bottom: solid 2px #fff;transition: all .5s;}
.stellarnav .close-menu:hover{background: #816d6d;}
.stellarnav .close-menu:hover .icon-close:before{transform: rotate(20deg);}
.stellarnav .close-menu:hover .icon-close:after{transform: rotate(-20deg);}
/*------主分類*/
.stellarnav > ul > li{display: block;max-width: 280px;margin: 0 auto;
border: 0px solid #574e4e;margin-top: -1px;}
.stellarnav > ul > li > a {width: 100%;height: 100%;margin: 0;font-size: 16px;color: #fff;letter-spacing: .4rem;
padding: 12px;font-weight: 300;transition: all .5s;background: rgb(64 94 107);line-height: 160%;}
.stellarnav > ul > li > a:hover{color: #ccc;letter-spacing: .6rem;}
.stellarnav > ul > li > ul{display: none !important;flex-wrap: wrap;justify-content: space-between;
	border: 1px solid #5e5555;border-radius: 3px;}/*下拉直接顯示*/
.stellarnav li.has-sub > a:after{display: none;}
/*------選單其他設定*/
.stellarnav ul ul{z-index: 0;background: transparent;position: relative;width: 100%;}
.stellarnav li li {display: inline-block;width: 100%;}
.stellarnav li a {color: #fff;}
.stellarnav li.has-sub li {border-bottom: 1px solid #5e5555;padding: 3px 0;}
.stellarnav li.has-sub li a{text-align: center;padding: 12px 0;letter-spacing: .4rem;font-weight: 300;}
.stellarnav li.has-sub li a:hover {background: transparent;color: #cda972;padding-left: 0px;}
/*購物車*/

@media screen and (max-width: 1450px){
	/*選單*/
	.stellarnav > ul:before, .stellarnav.mobile > ul:before {height: 100px;}
	.stellarnav > ul, .stellarnav.mobile > ul {padding-top: calc(3vw + 160px);}
	/*------主分類*/
	.stellarnav > ul > li > a {padding: 12px;font-size: 14px;text-align: center;}
}
@media screen and (max-width: 1200px){
	.nav-header {max-width: 100px;}
}
@media only screen and (max-width: 1024px) {
	.me_tp_features {margin: 0;}
}
@media screen and (max-width: 1024px){
	.header_area, .header_area.sticky {position: sticky;background: #4a88a3;}
	.pageIndex .nav-header {animation: showmenu 1s both;}
	.nav-header {max-width: 80px;}
	/*漢堡鈕*/
	.stellarnav .menu-toggle, .stellarnav.mobile .menu-toggle {top: 40px;right: 25px;}
	/*叉叉鈕*/
	.stellarnav .close-menu, .stellarnav.mobile .close-menu {right: 25px;}
	/*購物車bar*/
    .me_tp_features {text-align: right;}
	/*選單*/
	.stellarnav.mobile.left > ul{left: auto;right: -80%;width: 80%;max-width: 300px;}
	.stellarnav.mobile.left.active > ul{right: 0;}
	.stellarnav > ul:before, .stellarnav.mobile > ul:before {width: 100px;height: 100px;top: 50px;}
	/*------主分類*/
    .stellarnav > ul > li {max-width: 260px;}
}
@media screen and (max-width: 768px){
	/*漢堡鈕+選單設定*/
	.stellarnav.mobile {width: 100%;display: block;overflow: inherit;}
	.stellarnav .menu-toggle:after{margin-top: 0;}
	.pageIndex .header_area{animation-delay: 0s;}
	/*叉叉鈕*/
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    display: none;text-align: center;        background: #405e6b;}
	
    .stellarnav.mobile.right.active .close-menu, .stellarnav.mobile.left.active .close-menu{display: block;}
    .stellarnav.mobile .close-menu:before{display: none;}
    .stellarnav .close-menu, .stellarnav.mobile .close-menu {top: 40px;}
    /*購物車bar*/
    .box_search {width: 90%;margin: 0 auto;display: block;}
    #bottom_menu {display: flex;z-index: 100000;}
    .me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{display: none;}
    /*------主分類*/
    .stellarnav.mobile > ul > li {border-bottom: none;max-width: 220px;}
    .stellarnav.mobile > ul > li > a {padding: 12px;font-size: 14px;text-align: center;}
    .stellarnav.mobile > ul > li > ul{display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle{display: none;}

}

/*TOP*/
#to_top{bottom: 65px;    z-index: 9999999;}

/*footer*/
.footer{background:#006881;}
.footer_logo img{    width: 125px;}
.footer_info li p{color: #fff;}
.footer_info li p a{color: #fff;}
.copy{    color: #ccc;}
.copy a{    color: #ccc;}
.box_link a{display:none;}
.footer_menu a{width: 100px;
    text-align: center;
    color: #ffeb3f;
    border-radius: 3rem;
    background: #006881;
	border: 1px #87b1c3 solid;}
.footer_info{    padding-right: 0;}
.footer_info li p.phone:before {
    content: '加盟專線：';
}
.footer_menu a:hover {
    background: #ffeb3f;
    color: #006881;
} 

/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/guangzhigu/banner_bg001.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;}
.banner.banF h5:after {
    content: "Order Now";
    display: block;
    font-size: 16px;
    color: #000;
    font-family: "Kaushan Script";
    position: absolute;
    top: -60%;
}
.banner.banF h5:before {
    content: "Order Now";
    display: block;
    font-size: 120px;
    color: #ffffff24;
    font-family: "Fredericka the Great";
    position: absolute;
    z-index: -9;
    top: -150%;
}
.banner h5 {
    color: #000;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 36px;
    text-align: left;
    position: absolute;
    left: 10%;
    top: 23%;
    width: 100%;
    z-index: 8;
    font-family: "Mochiy Pop One", "Fredericka the Great";
    width: 650px;
}

.banner.banblog h5:after {
    content: "News";
    display: block;
    font-size: 16px;
    color: #000;
    font-family: "Kaushan Script";
    position: absolute;
    top: -60%;
}
.banner.banblog h5:before {
    content: "News";
    display: block;
    font-size: 120px;
    color: #ffffff24;
    font-family: "Fredericka the Great";
    position: absolute;
    z-index: -9;
    top: -150%;
}

.banner.banE h5:after {
    content: "Photo";
    display: block;
    font-size: 16px;
    color: #000;
    font-family: "Kaushan Script";
    position: absolute;
    top: -60%;
}
.banner.banE h5:before {
    content: "Photo";
    display: block;
    font-size: 120px;
    color: #ffffff24;
    font-family: "Fredericka the Great";
    position: absolute;
    z-index: -9;
    top: -150%;
}
.banner.banC h5:after {
    content: "Join Us";
    display: block;
    font-size: 16px;
    color: #000;
    font-family: "Kaushan Script";
    position: absolute;
    top: -60%;
}
.banner.banC h5:before {
    content: "Join Us";
    display: block;
    font-size: 120px;
    color: #ffffff24;
    font-family: "Fredericka the Great";
    position: absolute;
    z-index: -9;
    top: -150%;
}
.banner.banA {}
.banner.banB {display:none;}
.banner.banC {display:none;}
.banner.banD {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}


/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★查看更多按鈕↓↓↓↓↓↓↓↓↓↓↓↓*/
.animated-arrow {height: 40px;line-height: 40px;width: 180px;}
.animated-arrow b {font-size: 12px;display: block;font-weight: 400;}
.animated-arrow b i{display: none;}
/*★★★下拉編輯頁↓↓↓↓↓↓↓↓↓↓↓↓*/
.other_select_page .page{display: none;}
.promotion_title{display: none;}
.other_promotion{display: none;}
/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
  width: 10px; /*右側捲軸寬度*/
  height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
  background: #A88F67; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #816d6d; 
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*按鈕*/
.animated-arrow {background: transparent;color: #463F3F;text-align: left;border-bottom: 3px solid #463F3F;
height: 50px;line-height: 50px;}
.animated-arrow:before{content: "";width: 0;height: 3px;position: absolute;bottom: -3px;left: 0;
background: #A58D6A;transition: all .5s;}
.animated-arrow:hover:before{width: 100%;left: auto;right: 0;}
.animated-arrow b{position: relative;font-size: 14px;}
.animated-arrow b:before{content: "";position: absolute;right: 0;top: 50%;transform: translate(-5px,-50%);
background: url(https://pic03.eapple.com.tw/ayi1955/arrows.png) no-repeat;width: 39px;height: 7px;
background-size: contain !important;transition: all .5s;}
.animated-arrow:hover b:before{transform: translate(0px,-50%);}

/*path*/
.path {max-width: 1400px;margin: 0 auto;}

/* 商品下拉超過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;}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.order_finish_page .main_part { max-width: 1100px;}
/* .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;padding-left: 18px;background: #2a2a2a;}
.product-layer-two li li:hover > a { background:#1a1a1a; color:#fff;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px solid #ccc; padding-bottom: 2px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));  grid-gap: 12px;}
.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: #a1a1a152; left: 16px; margin-left: -19px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#6a6561;}

.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;}
/*購物車總攬頁面*/
.products-list .item a:hover .more {  background:#65919b;  color: #fff;  letter-spacing: 2px;}
.products-list .more { border: 1px solid #006881; background: #fff; color: #006881;  font-weight: 500;  padding: 2px;    font-size: 14px;  line-height: 27px;}
.products-list .price b { color: #666;}
.products-list .price .sp_price { color: #fe6915;}
.products-list .more:hover {  background-color:#ad191f;color: #3e3e3e;}
.product-layer-two li a { border: none;  background: #25252500;  padding: 12px 16px;  font-size: 14px;  color: #181818;   font-weight: 500;}
.product-layer-two li i.close::before { color: #6a6561;   font-size: 18px;}
.product-layer-two li i {  width: 50px; height: 50px;}
.products-list .item {  position: relative;  background-color: #dfdfdf;  padding: 15px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;}
.products-list .name {  font-size: 15px;    color: #000;  font-weight: 500;}
.notetext { color: #b9b9b9;}
/*購物車商品頁面*/
.inquiry_a1, .inquiry_a2, .inquiry_a3 {  border-radius: 3px;  background: #ad191f; color: #ffffff;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #ad191f; opacity: .6;}
.lastPage { background:#ad191f; color: #fff;}
.prod_related h6 span:before {     font-size: 18px;
    color: #006881;
    font-weight: 400;}
.related_list li a {  background:#006881;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;}
.product-layer-two li li a:hover {  background-color: #2a2a2a;}
.product-layer-two li.active li a {   color: #ffffff;}
.product-layer-two li li.active a { background: #222;}
.related_list li a p {  color: #bcbcbc; padding: 10px 0px;}
.pd_tabTitle li.activeTab a {   color: #d5d5d5;  padding: 20px;  font-size: 20px;}
.pd_tabTitle li.activeTab::after { height: 5px; background: transparent;}
.product_info_page .edit {   color: #fff;}
.sidebarBtn h2 {font-size: 20px;  font-weight: 500;  color: #222;  margin-bottom: 10px;  letter-spacing: .5px;}
.sidebarBtn { border: none; background: #eee;  padding: 30px 30px;border-radius: 3px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;}
.radio-inline__label { padding: 4px 15px; font-size: 15px;  margin: 2px 3px 2px 0; border-radius: 0px; color: #444;  border: 1px solid #c8c8c8;}
.product_info li .txt_box { color: #8c8c8c;}
.prod_related { background: #eee;  padding: 50px 15px;
    background-position: top;
    background-repeat: repeat;
    background-size: cover;}
#prod_thumbSwiper .swiper-slide::before { background: #d7deef;}
.pd_tabTitle li, .pd_tabTitle {  letter-spacing: 2px; font-weight: 500;}
.proImgSwiper li { align-items: flex-start;}
.sidebarBtn .sp_price {   color: #ad191f;}
.product_info li span {  color: #006881;}
.sidebarBtn .price { border-bottom: 1px solid #434343;  letter-spacing: 1px;}
.toShare {  border-top: 1px solid #434343;}
.amountNum {   width: 45px; height: 28px;  border: 1px solid #6a6a6a;  line-height: 28px;   color: #9d9d9d;   padding: 3px 7px;   width: 60px;  margin: 10px 0px;  text-align: center; }
/*隱藏加入購物車按鈕*/
input#add_to_cart {
    display: none;}
.product_info li .txt_box {
    display: none;}
.product_info li:nth-child(2) {
    display: none;
}
	
/*匯款通知*/
.formbox_form li.last input:last-child { background: #FE6A13;  color: #222;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {   border-radius: 7px;  border: solid 2px #000;}
.rewrite_simple, .send_simple {  width: 170px; height: 45px;border-radius: 0px;font-size: 15px;}
.rewrite_simple {  background: #000000; color: #b4b4b4 !important;}
.separate_title {   font-size: 16px;  color: #e6e6e6;  letter-spacing: 1px;  padding: 10px 0 10px 19px;   background: none;   background-color: #111;   font-weight: 500;}
.border200 {   width: 100%;   border: 1px #393939 solid;  padding: 8px;  margin: 3px 0px;  background-color: #1a1a1a;color: #d8d8d8;}
.formbox_form li .form__label {  color: #c8c8c8;}
.declaration { background: #111;}
.form label.Bigcheck {  color: #d5d5d5;}
.total_amount li input[name=DiscountCode] {  border: 1px solid #545454; border-radius: 3px;  padding: 3px 5px; background-color: #111;   color: #fff;}
.total_amount li .couponData, .total_amount li .transFree {  color: #e91616;}
/*購物車結帳頁面*/
.shopping-cart .row { padding: 10px 20px;}
.shopping-cart .cart_head { background: #111;  color: #fff;}
.total_amount .rewrite_simple, .total_amount .send_simple { display: flex;  align-items: center;  justify-content: center;}
.total_amount .send_simple { background-color: #ee8021;  padding: 0px;   font-size: 16px;   height: 45px;}
.total_amount .rewrite_simple{ background-color: #111; color:#fff;  padding: 0px;   font-size: 16px;   height: 45px;}
.stepImg span.active { color: #8f8f8f;}
.stepImg img {  filter: hue-rotate(337deg);}
.red { margin-right: 6px;}
.stepImg span {  color: #f9f9f9;}
.shopping-cart .cell.product_name p {  width: calc(100% - 90px);  color: #e4e4e4;  font-weight: 500;  font-size: 15px;}
.shopping-cart .cell {  color: #e4e4e4;}
.shopping-cart .cart_content .row { border-bottom: 1px solid #454545;}
.total_amount li { color:  #e4e4e4;}
.total_amount ul { border: 1px solid #454545;}
.total_amount ul:after {   border-right: 1px dashed #484848;  border-bottom: 1px dashed #484848;}

/*文章管理*/
.subbox_item a{display:block;}
.blog_subbox{    grid-template-columns: 1fr 1fr 1fr;}
.blog_list_ri{    padding: 10px;}
.subbox_item a{background: rgb(236 230 214);}

.articel_mainPic img{display:none;}


/*文章圖片放大*/
.subbox_item a img {
    transition: all 0.5s;
}
.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.blog_list_le {
    overflow: hidden;
    padding: 0;
}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}
.blog_back a.article_btn_next {
    background: #006881;}
.blog_back a.article_btn_prev {
    background: #006881;}
.blog_back a.article_btn_back {
    background: #f5efd3;
    color: #006881;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 18px;
    color: #999;
    letter-spacing: 2px;
}
h4.blog_category_title {
    color: #666666;}
.lastPage{    background: #006881;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #2895af;
}
.news_related {
    background: #eee;}

/*連絡我們*/
.contact_content .information_left{display:none;}
.contact_content .information_right {
    width: 100%;
    background: #fff;
    padding: 6% 6% 4%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
.contact_form{grid-template-columns: 1fr;}
.contact_form li {
    display: block;}
.contact_form li .form__label {
    display: block;
    max-width: 305px;
    text-align: left;
}
.contact_form li.last cite {
    background: #006881;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px #006881 solid;}
.contact_editbox{padding:0;}
.contact_content .information_right{
    width: 90%;
    background: #ffffffab;}


@media screen and (max-width: 768px){
.stellarnav, .stellarnav.mobile{    position: absolute;}
.stellarnav .menu-toggle, .stellarnav.mobile .menu-toggle {
        top: 30px;
        right: 5px;
    }
.main_header_area .container{
    max-width: 100%;
    padding: 0;
}
.pageIndex .header_area{padding:0;}
.header_area{padding:0;}
.nav-header{        padding: 5px;}

/*購物車*/
.product_page .show_content, .product_info_page .show_content{display: block;}
.product_page .products-list, .product-wrapper {
    width: 100%;
}
.product-layer-two{display: block;}
.product_page .product_menu_list{width:100%;}
.banner.banF h5:before{    font-size: 50px;    top: 0%;}

.banner h5{    font-size: 40px;top: 36%;width: auto;}
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}


}
@media screen and (max-width: 600px){
.blog_subbox {
    grid-template-columns: 1fr;
}
.footer{    padding: 60px 0px}
.contact_content .information_right {
    width: 100%;}
.contact_form li .form__label{    max-width: 100%;}
}









