@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Montserrat', "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #ffffff;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 4px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #B6CCD7; border: 1px solid #B6CCD7;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #b5b6b7 /*網站主要色系
  #F4F2F0 /*網站輔助色系1
  #F4F2F0; /*網站輔助色系2*/



/*大圖+字*/
.pageIndex .swiper-slide:before , .pageIndex .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide:nth-child(1) , .pageIndex .swiper-slide:nth-child(2){position: relative;}

/*.swiper-slide:nth-child(1)::before {
    position: absolute;
    content: '';
    background: url(https://pic03.eapple.com.tw/yiniandesignlab/TB.png) no-repeat;
    background-size: contain;
    left: 0; 
    width: 100%;
    max-width: 89.5vw;
    max-height: 32vw;
    margin: 0 auto;
    right: 0;
    bottom: -21vw;
    aspect-ratio: 1 / 1;
    z-index: 2;
    height: 100%;
}

.swiper-slide:nth-child(2)::before {
    position: absolute;
    content: '';
    background: url(https://pic03.eapple.com.tw/yiniandesignlab/TW.png) no-repeat;
    background-size: contain;
    left: 0; 
    width: 100%;
    max-width: 89.5vw;
    max-height: 32vw;
    margin: 0 auto;
    right: 0;
    bottom: -21vw;
    aspect-ratio: 1 / 1;
    z-index: 2;
    height: 100%;
}*/

.pageIndex .swiper-slide:nth-child(1)::after {
    position: absolute;
    content: '';
    background:url(https://pic03.eapple.com.tw/unclecurtain/01T.png) no-repeat;
    background-size: contain;
    right: 12vw;
    max-width:19vw;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translate(0%, 75%);
    aspect-ratio: 1 / 1;
    z-index: 1;
    /*animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;*/
}

.pageIndex .swiper-slide:nth-child(2)::after {
    position: absolute;
    content: '';
    background:url(https://pic03.eapple.com.tw/unclecurtain/02T.png) no-repeat;
    background-size: contain;
    right: 12vw;
    max-width:19vw;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translate(0%, 75%);
    aspect-ratio: 1 / 1;
    z-index: 1;
    /*animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;*/
}


.pageIndex .swiper-slide::after {
  animation: ani_LtoR 1.5s 0.5s both;
  animation-delay: 0s;
}


/*特效*/
@keyframes ani_SC {
  0% {
    -webkit-transform: translate(0%, -74%) scale(1.1);
            transform: translate(0%, -74%) scale(1.1);
            opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0%, -74%) scale(1);
            transform: translate(0%, -74%) scale(1);
            opacity:0.85;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translate(-10% , 75%);
            transform: translate(-10% , 75%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translate(0% , 75%);
            transform: translate(0% , 75%);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}



@media screen and (max-width: 1440px) {
  .swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {padding-left: 5vw;}
}

@media screen and (max-width: 768px) {
  .swiper-slide:nth-child(1)::before , .swiper-slide:nth-child(2)::before {bottom: -17vw;}
  .swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {transform: translate(0%, 77%);}
}

@media screen and (max-width: 500px) {
  .swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {
    padding-left: 20px;
    font-size: 12px !important;
    transform: translate(0%, 70%);
    color: #ffffff;}
  .swiper-slide:nth-child(1)::before , .swiper-slide:nth-child(2)::before {bottom: -13vw;}
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 325px) {
  .swiper-slide:nth-child(1)::after, .swiper-slide:nth-child(2)::after {font-size: 11px !important;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 商品下拉超過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;}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*bgblur*/
.bannerindex::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999999;
  animation: bgblur 0.8s linear forwards;
  pointer-events: none;
}

@keyframes bgblur {
0% {
  backdrop-filter:blur(7px);
  background: #ffffff;
}
100% {
  backdrop-filter: blur(0px);
  background: none;
}
}





/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff;}
.swiper-pagination-bullet-active {background: #b5b6b7;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #ffffff;}
#content {background: #ffffff;}


.path {display: none;}
.services_page .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN2.jpg) no-repeat fixed top center; display: none;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN1.jpg) no-repeat bottom right 97%;background-size: cover;background-attachment: fixed;}
.article_a .banner , .article_a .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN3.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;}
.product_page .banner , .product_info_page .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN4.jpg) no-repeat center bottom; background-size: cover;background-attachment: fixed;}
.article_b .banner , .article_b .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN6.jpg) no-repeat center bottom; background-size: cover;background-attachment: fixed;}
.other_page .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN5.jpg) no-repeat center; display: none;}
.privacy_page .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN3.jpg) no-repeat bottom center;background-size: cover;background-attachment: fixed;}

.banner h5{font-size: 50px; color:#ffffff; padding-top: 380px;font-weight:500; text-shadow: 2px 2px 10px #2f2f2f; /*padding-left: 13.5vw;*/ text-align: left; letter-spacing: 1px; max-width: 1350px; width: 100%;}
.banner{ height:650px; width: 100%; display: none;}


@media screen and (max-width: 1550px) {
.banner{ height:900px;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN1.jpg) no-repeat bottom; background-attachment: fixed; background-size: cover;}

}

@media screen and (max-width: 1100px) {
.banner {height: 500px;}
.banner h5:before {text-align: center;}
.banner h5 {padding-top: 0px; text-align: center;}
}

@media screen and (max-width: 900px) {
.banner {height: 300px;}
}

@media screen and (max-width: 768px) {
.banner h5 {font-size: 30px;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN1.jpg) no-repeat bottom; background-size: cover;}
.article_b .banner, .article_b .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN6.jpg) no-repeat bottom right 74%; background-size: cover;}
}

@media screen and (max-width: 768px) {
.banner h5 {font-size: 30px;}
.article_b .banner, .article_b .banner {background: url(https://pic03.eapple.com.tw/yiniandesignlab/SBN6.jpg) no-repeat bottom right 81%; background-size: cover;}
}


/* = = = 隱私權政策 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.privacy_page .banner h6{display: none;}
.privacy_page .main_part {
    max-width: 100%;
    margin: auto;
    padding: 0px 0px;
    margin: 0 0;
}
.privacy_page .show_content {
    padding: 0px 0px;
}
.privacyContent {
    max-width: 1350px;
    padding: 80px 20px 40px 20px;
  }

@media screen and (max-width: 1440px) {
  .privacyContent {max-width: 900px;}
}

/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*另寫LOGO*/
.stellarnav ul:before {
    background: url(https://pic03.eapple.com.tw/unclecurtain/BNT.png) no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    width: 100%;
    max-width: 108px;
    position: absolute;
    top: 5vw;
    opacity: 1;
    transition: 0.3s ease;
    transform: translate(35%, 0%);
}
.header_area.sticky .stellarnav ul:before {transform: translate(28%, 0%); transition: 0.3s ease;}




.nav-header {display: block; width: 10%; text-align: left; max-width: 100px;}
.pageIndex .nav-brand {width: 100%; display: block; transition:all 0.3s; opacity: 0; animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.nav-brand {width: 100%; display: block; transition:all 0.3s; animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.nav-brand img {width: 100%; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 140px; padding-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 100px; transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.stellarnav {
    animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    padding: 360px 10px 450px 3vw; /*60px 10px 50px 3vw*/
    background: #6a6a6a;
    width: 10%;}
/*.pageIndex .header_area.sticky .stellarnav {margin-top: 0px; transition: 0.3s ease;}*/
.header_area {padding: 0px; background: none;}
/*.pageIndex .header_area.sticky .stellarnav { padding: 60px 10px 50px 3vw;}*/

@media screen and (max-width: 1400px) {
.stellarnav ul:before {max-width: 7vw;}
}
@media screen and (max-width: 1350px) {
.stellarnav ul:before {max-width: 7.5vw;}
}
@media screen and (max-width: 1300px) {
.stellarnav ul:before {max-width: 8vw;}
}
@media screen and (max-width: 1100px) {
.stellarnav ul:before {max-width: 8.5vw;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area.sticky .nav-brand {margin-top: 0px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
.header_area.sticky .stellarnav {padding: 10px 0 !important;}
.stellarnav {padding: 10px 0;}
.stellarnav ul:before{display: none;}
.pageIndex .nav-brand img{max-width: 80px;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 80px;}
.nav-brand img {max-width: 80px;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
.pageIndex .nav-brand img{max-width: 74px;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 74px;}
.nav-brand img{max-width: 74px;}
.header_area.sticky .nav-brand img {max-width: 74px;}
}


@keyframes headerslowly {
0% {
  opacity: 0;
  left: -100px;
}
100% {
  opacity: 1;
  left: 0;
}
}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: #B6CCD7;
  height: 0px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: #B6CCD7; height: 0px; opacity:1; border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.main_header_area{background: #B6CCD7; height: 0px; transition: 0.6s ease;}
.navigation {padding: 0px 0 0px 0px; grid-template-columns: 0px 1fr; grid-gap: 0 0px; width: 10%;}


/*選單最大寬度設定*/
.main_header_area .container {width:10%; padding-left: 0px; margin: unset;}

/*第一層*/
.pageIndex .stellarnav {width: 140%; transition: 0.3s ease; opacity: 0; animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.stellarnav {animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; width: 140%;}
.pageIndex .stellarnav > ul > li > a {color: #1f1f1f; transition:all 0.3s;animation-delay:unset; }
.stellarnav > ul > li > a {font-weight:400;font-size: 15px; color: #000000; transition:all 0.3s; padding: 0px 0px 0px 00px; text-shadow: none; letter-spacing: 0px; animation-delay:unset; text-align: center;}
.stellarnav > ul > li.has-sub > a {padding: 0px 0px 0px 0px;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #000; text-shadow: none; transition:all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #848484; text-shadow: none; transition:all 0.3s;}
.stellarnav > ul > li > a:hover {color: #848484; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0px 0px 0 0px;}
.stellarnav li{text-align: center;}
/*.stellarnav > ul > li.has-sub > a {padding-right: 0px; padding-left: 0px;}*/
.stellarnav > ul > li > a {width: 100px; /*height: 30px;*/}

/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 0px; animation-delay:unset;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color:#303030; background: #303030;}
.pageIndex .header_area.sticky .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 150px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #a5a5a5; background: #a5a5a5;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {top: 0px; right: 150px;}

.stellarnav ul {text-align: left;}
.stellarnav > ul > li {display: block;}

.stellarnav{background: url(https://pic03.eapple.com.tw/unclecurtain/BNBAR.jpg) no-repeat; background-size: cover; padding:360px 2vw 450px 2vw; box-shadow: 1px 1px 15px #9c9c9c9e;}
.header_area.sticky .stellarnav {padding: 360px 1vw 450px 1vw;}


/*SubMenu*/
.shop_search_btn {background: #b5b6b7; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #b5b6b7;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #b5b6b7;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #b5b6b7;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #b5b6b7; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}

/*電腦版隱藏所有下拉選單*/
@media screen and (min-width: 768px) {
.stellarnav > ul > li > ul {display: none !important;}
}

/*隱藏第五顆按鈕*/
.stellarnav > ul > li:nth-child(6) {display: none;}
.footer_menu a:nth-child(6) {display: none;}

/*按鈕前面的小圓*/
/*.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/yiniandesignlab/menuicon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 6px;
    bottom: 0;
    top: 10px;
	  opacity: 0;
    transition: all 0.3s;}
  .stellarnav > ul > li a:hover::before {opacity: 1; transition: all 0.3s;}
.stellarnav > ul > li > ul > li a:before {content: ""; background: none !important;}*/

@media screen and (max-width: 768px) {
  .header_area.sticky .main_header_area {height: 104px;}
  .stellarnav li a:before {display:none;}
}

@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 0px 0px;}
}

@media screen and (max-width: 1440px) {
.pageIndex .header_area.sticky .main_header_area {height: 0px;}
.main_header_area {height: 0px;}
.header_area.sticky .main_header_area {height: 0px;}
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1180px) {
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .pageIndex .stellarnav {width: 100%; margin-top: 7px;}
  .stellarnav {margin-top: 0px; box-shadow: none;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 180px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 180px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}

  .stellarnav li {text-align: center;}
  .pageIndex .main_header_area {height: 178px; background: #B6CCD7;}
  .pageIndex .header_area.sticky .main_header_area {height: 178px; background: #B6CCD7;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .navigation {padding: 20px 0 0px 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 

  .nav-header {width: 100%;}
  .navigation {width: 100%;}
  .main_header_area .container {width: 100%;}
  .stellarnav {padding: 10px 10px 10px 10px; background: none;}
  .stellarnav > ul > li {display: unset;}
  .pageIndex .stellarnav {margin-top: 0px;}

  .pageIndex .header_area.sticky .stellarnav {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 10px 10px 10px 10px;}
  .pageIndex .stellarnav > ul > li > a > b {color: #221814;}
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 127px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 127px;}
.main_header_area {height:127px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 127px;}
.navigation {padding: 18px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 10px 15px; width: 100%;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 10px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 9px 16px !important; text-align: right;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #fff/*#d9d9d9*/; border-right: 0px #000 solid; box-shadow: 1px 1px 10px #828282d9;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: 1px #e8e8e8 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #b5b6b7;}
.stellarnav.mobile li.open li.open {background: #989595;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #d9d9d9;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #d9d9d9;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #989595; background: #989595;}
.stellarnav .icon-close:after {border-bottom: solid 2px #d9d9d9;}
.stellarnav .icon-close:before {border-bottom: solid 2px #d9d9d9;}
.stellarnav a {color:#d9d9d9;}

.stellarnav.mobile ul {background: #b5b6b7;}
.stellarnav.mobile li.open {background: #989595;}
.stellarnav li li {border: 0px #a5a5a5 solid; background: #a5a5a5;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #221814;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;}
.stellarnav.mobile > ul {border-top: 0px;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #ffffff;}

.main_header_area .container {max-width: 100%;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color:#221814;}


/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}


.stellarnav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;}
.swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {font-size: 14px;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 70%;}
.center {max-width: 70%; }
.footer {background: #B6CCD7; padding: 30px 0 0 0; border-top: 1px solid #e9e9e9;} /*30px 5vw 0px 19vw*/
.footer_info {display: block;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 auto; max-width: 1000px; display: none;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #ffffff ;margin: 0;	text-align: center;	padding: 10px 0px 10px 0px; border:0;  border-left:0px #e7e7e7 solid; background: none;  font-size: 15px; transition: all 0.3s;background:#a7c2cf; letter-spacing: 0px;}
.footer_menu a:nth-child(2) {border-left: 0px #d6e1e1 solid;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background:#9cb6c2;color: #ffffff } 
.copy {background:#b6ccd7; color: #ecf4f8; border:none; padding: 15px 0 60px 0; text-align: center; margin: 0px 0px 0 0; width: 100%; border-top: 0px solid #e9e9e9;}
.copy a{color: #ecf4f8;transition:all 0.3s;}
.copy a:hover {color: #ecf4f8;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff; color: #222;}
.footer_logo img {max-width: 100px; }
.footer_logo {text-align:center; width: 100%; max-width: 100%; margin-left: 0px; display: none;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px;}
.footer_info li {padding: 13px 0; display: inline-block; margin-top: 23px;}
.footer_info li p {font-size: 14px; color:#221814; line-height: 230%; text-align:center; width: 33%; display: inline-block; margin-bottom: 0px; letter-spacing: 0px; word-break: break-all;}
.footer_info li p a{color:#221814;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px;}

/*FT按鈕*/
.box_link {display: none;}
.box_link a {border: 1px #d4d4d4 solid; background: #d4d4d4; width: 34px; height: 34px; border-radius: 2px;}
.box_link a:hover {background: #c0c0c0;}
.box_link a.me_tp_fb {background-image: url(https://pic03.eapple.com.tw/forestwv/fb.png); background-size: cover;}
.box_link a.me_tp_line {background-image: url(https://pic03.eapple.com.tw/forestwv/line.png); background-size: cover;}
.box_link a.me_tp_call {background-image: url(https://pic03.eapple.com.tw/forestwv/call.png); background-size: cover;}
.box_link a.me_tp_mail {background-image: url(https://pic03.eapple.com.tw/forestwv/mail.png); background-size: cover;}
.box_link a.me_tp_ig {background-image: url(https://pic03.eapple.com.tw/forestwv/ig.png); background-size: cover;}
.box_link a.me_tp_fb .fa-facebook-f:before{content: unset;}
.box_link a.me_tp_line .fa-envelope::before{content: unset;}
.box_link a.me_tp_call .fa-phone-volume::before{content: unset;}
.box_link a.me_tp_mail .fa-envelope::before{content: unset;}
.box_link a.me_tp_ig .fa-instagram::before{content: unset;}

.privacyLinks a+a {border-left: 0px solid #ddd;}


/*改字*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
  width: 74px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 85px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_info li p.add {display: none;}
.footer_info li p.mail:before {content: '信箱：';}
.footer_info li p.line:before {content: 'LINE ID：';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/
.footer_info li p:before {
    display: inline-block;
    margin-right: 4px;}

/*top*/
#to_top {width: 70px; height: 44px; bottom: 20px; right: 0px; left: unset; background: #ffffff; box-shadow: none; border-radius: 10px 0 0 10px; color: #221814; border: 1px solid #e0e0e0;}
#to_top i.top {margin-bottom: 0px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #221814;}

@media screen and (max-width: 1690px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}
@media screen and (max-width: 1550px) {
.footer .center {max-width: 66%;}
}
@media screen and (max-width: 1470px) {
.footer_info li {padding: 15px 0px;}
.footer_info li p {width: 100%;}
.footer_logo {margin-left: 0px;}
.footer_logo {text-align: center;}
.footer_info li p {text-align: center;}
.footer_menu a {font-size: 16px;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 0px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 95%; grid-template-columns: repeat(auto-fit, minmax(min(70px, 100%), 1fr));}
}
@media screen and (max-width: 1100px) {
.footer {padding: 30px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px; height: 70px;}
.footer_menu {max-width: 100%;}
.footer_logo a:before {height: 87px;}
.copy {margin: 40px 0px 0 0;}
}
@media screen and (max-width: 1000px) {
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #80ac9e solid; border-left: 0px  #80ac9e solid;}
}
@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.box_link {justify-content: left; margin-top: 20px;}
.footer_menu {margin-bottom: 0px; }
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.footer_menu a:last-child {border-right: 0px #e7e7e7 solid;}
}
@media screen and (max-width: 520px) {
.footer_menu { grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr)); }
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 1fr)); }
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.copy {
  margin: 20px 0px 0 0px;
  line-height: 159%;
  padding: 20px 10px;
}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 100%; width: 100%;  margin: 0 auto; padding: 100px 5vw 60px 19vw;} /*1230 100px 40px 60px 40px*/
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 0px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:0px 0px 10px 0px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #444; }
.show-list .item:hover .show_name {  color:#444;}
.other_album { width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #b5b6b7; border-radius:0;}
.subalbum-menu h2{  color: #F4F2F0;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400; letter-spacing: 1px;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}
.album_descrip {margin-top: 20px; letter-spacing: 1px; text-align: left;}


/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; letter-spacing: 1px !important; font-size: 15px; color: #444; margin-top: 15px;} 
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img  {transition: all .5s ease-out; transform: translate(0%, -100%) scale(1);}
.album_class_page .other_subalbum li a:hover img {transform: translate(0%, -100%) scale(1.1); transition: all .5s ease-out; }
.album_info_page a .show_pic img {transition: all .5s ease-out; transform: translate(-50%, -50%) scale(1);}
.album_info_page a:hover .show_pic img {transform: translate(-50%, -50%) scale(1.1); transition: all .5s ease-out; }

@media screen and (max-width: 1700px) { /*max-width:1030px; padding:100px 40px 60px 40px;*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 100%; width: 100%;  margin: 0 auto; padding: 100px 5vw 60px 22vw;}
}
/*@media screen and (max-width: 1440px) {
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 930px; width: 100%;  margin: 0 auto; padding: 100px 40px 60px 40px;}
}
@media screen and (max-width: 1350px) {
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 930px; width: 100%;  margin: 0 auto; padding: 100px 40px 60px 40px;}
}*/
@media screen and (max-width: 1024px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr 1fr; padding:100px 40px 60px 40px;}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 0px 5vw 60px 5vw;}
}
@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;  padding:60px 40px 60px 40px;}
/*.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 50px 40px 30px 40px;}*/
}
@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr; padding: 50px 20px 60px 20px;}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part{padding: 0px 20px; max-width: 1200px;}
.contact_content {padding: 80px 10px 80px 10px; max-width: 100%;}
.contact_le_map a {background: #b5b6b7; }
.contact_form {grid-gap: 15px;}
.contact_form li.last cite {background: #b5b6b7;}
.contact_content .information_left {width: 320px;}
.contact_content .information_right {width: calc(100% - 350px); padding-left: 0px; background: none; padding: 0px 0px; margin-top: 40px; margin: 0 auto; padding-left: 60px; padding-top: 10px;}
.contact_form li input.noborder {border:1px #e6f3ef solid; background: #e6f3ef; color: #000;}
.contact_form li textarea.noborder {border: 1px #e6f3ef solid; background: #e6f3ef; color: #000;}
.red {color: #e07070;}
.contact_form li.last blockquote {background: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 2px;}
.blank_letter {font-family: unset; padding-top: 10px; color: #444444; font-weight: 500; letter-spacing: 1px; font-size: 22px;}
.contact_form li .form__label {background: none; text-align: left; letter-spacing: 1px; font-size: 14px; font-weight: 500;}
.contact_form li {min-height: 32px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: 30px 1fr;}

.form select {
  width: 100%;
  background: #e6f3ef;
  border: 1px solid #e6f3ef;
  color: #000;
  padding: 6px 26px 6px 6px;
}

.contact_content .information_left {padding: 0px;}
.contact_form li:has(input[type=radio]) .form__insert input {margin-left: 10px; margin-right: 5px;}

@media screen and (max-width: 1200px) {
.contact_content .information_right {width: 100%; padding-left: 0px; padding-top: 50px;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left {width: 260px;}
}
@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 0px;}
  .list_before.info li {width: 100%;}
  .contact_form li {grid-gap: 0px;}
  .contact_content {padding: 80px 10px 20px 10px;}
}
@media screen and (max-width: 320px) {
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.product_page .main_part , .product_info_page .main_part {max-width: 1200px;}
.product_page .main_part {padding: 0px 20px 50px 20px;}


/*展開最大*/
.product_info_page .main_part {
    max-width: 2000px;
    padding: 0px;
}
/*外層*/
.products-list .more{display: none;}
.products-list .item a {padding-bottom:0px}
.product_page .products-list,.product-wrapper { width:100%;}
.products-list {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.products-list .pic {aspect-ratio: 3 / 1.8;}
.product-layer-two {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap: 10px 0px;}
.product-layer-two > li { 
    width:100%;
    max-width:100%; 
    padding:0; 
    text-align:center;
    padding-bottom: 5px;
}

.product-layer-two ul {grid-gap: 0px;}

.product-layer-two li li{
    display: block;
    background: #ffffff;
    border: 1px #e5e5e5 solid;
    padding: 5px;
}

.product-layer-two li i {
    color: #afc2cd;
    top: -8px;
}
.product-layer-two li i.close::before {
    color: #bed2dd;
}

.product-layer-two li a {
    border: none;
    background: transparent;
    padding: 0px 25px;
    font-size: 15px;
    color: #666666;
    border-left: 1px solid #bed2dd;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    border-left: 1px solid #bed2dd;
}

.product-layer-two li:nth-of-type(1) a {
    border: none;
}
.product-layer-two li:nth-of-type(7) a {
    border-left: 0px;
}

.product_menu_list {
    margin-bottom: 70px;
    max-width: 1200px;
    margin: 100px auto;
}
.products-list .name {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: all 1s;
    color:#fff;
    z-index: 2;
}

.products-list :hover .name {
    opacity: 1;
    transition: all 1s;
    bottom: 50%;
    transform: translateY(40px);
}

.products-list .pic img {
    transition: all 1s;
    position: relative;
}

.products-list a:hover .pic img{
    transform: scale(1.2);
    transition: all 1s;
}

.products-list .pic:before {
    content: '';
    background: #00000088;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.products-list a:hover .pic:before{
    opacity: 1;
    transition: all .5s;
}


/*側邊*/
.product_pic {padding-left: 0px;}

/*內頁*/

#prod_thumbSwiper .swiper-button-next{display: none;}
#prod_thumbSwiper .swiper-button-prev{display: none;}

.product_info_page .edit {
    padding: 30px 0 90px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
    width: 80%;
    max-width: 1200px;
}
#prod_thumbSwiper .swiper-slide::before {display: none;}
.sidebarBtn {/*
    padding: 100px 0px 0px 0px;
    display: flex;
    width: 100%;
    height: 0px;
    border: none;
    background: transparent;
    align-items: flex-start;
    flex-direction: column;*/
    display: none;
}
.product_main {
    padding: 0px;
    position: relative;
    width: 100%;
}
.product_info li {
    display: none;
}
.toShare{
    display: none;
}
.proImgSwiper {
    aspect-ratio: 3 / 1.8;
}

.pd_tabTitle li {
    display: none;
}
.pd_tabInner_contain {
    padding-top: 0px;
}
.proImgSwiper img, #prod_thumbSwiper img {
max-width: 100%;
animation:none;
}
.edit {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    color: #555;
}

.prod_related h6 span:before {
    content: '其他項目';
    font-size: 18px;
    color: #585858;
    font-weight: 500;
}

.edit img:nth-last-of-type(1) {
    padding-bottom: 30px;
}

.mobile_product_name{
display: none;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    gap: 10px;
    height: 100px;
    padding-top: 10px;
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*推薦*/

.prod_related {
    padding: 80px 15px 35px;
    background: #ededed;
}

.lastPage {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 17px 7px 17px;
    width: 100px;
    background: #9e9d9d;
    border-radius: 2px;
}

.related_list {
    margin: 70px auto 50px;
    grid-gap: 20px;
}

.related_list li a {
    padding: 0px;
    animation: .5s;
        transform: translateY(0);
         transition: transform 0.5s cubic-bezier(.25, .46, .45, .94);
}
.related_list li a:hover{
    transform: translateY(-50px);
}

.related_list li a p {
    letter-spacing: 1px;
}

#prod_thumbSwiper {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

#prod_thumbSwiper .swiper-slide {
    max-width: fit-content;
    position: relative;
    height: 100% !important;

}

.proImgSwiper li {
    display: flex;
    align-items: flex-start;
}


@media screen and (max-width: 1440px) {
.product_page .main_part , .product_info_page .main_part {max-width: 900px;}
}

@media screen and (max-width: 1024px) {
.product-layer-two li a {padding: 0px 15px;}
}

@media screen and (max-width: 768px) {
.product_info_page .nav-header {
width: 60px;
}

.related_list {
    grid-template-columns: 1fr 1fr;
}
.related_list li a:hover {
    transform: translateY(-19px);
}


#prod_thumbSwiper .swiper-button-next{display: block;}
#prod_thumbSwiper .swiper-button-prev{display: block;}


.swiper-slide {
    height: 100%;
}

#prod_thumbSwiper {
    width: auto;
    padding-top: 10px;
}
#prod_thumbSwiper .swiper-slide {
    max-width: 100%;

}



.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    border-left: 1px solid #bed2dd;
}


.product-layer-two li:nth-of-type(7) a {
border-left: 1px solid #bed2dd;
}
.product-layer-two li:nth-of-type(4) a , .product-layer-two li:nth-of-type(7) a  , .product-layer-two li:nth-of-type(10) a {
    border-left: 0px;
}


}



@media screen and (max-width: 500px) {

.product_info_page .nav-header {
    width: 35px;
    top: 7px;
    left: -6px;
}

.products-list {
    grid-template-columns: 1fr;
}
.product-layer-two {
    flex-wrap: wrap;
}
.product-layer-two li a{
    /*border: none;*/
    position: relative;
}

.product-layer-two li a:before {
    content: '';
    width: 1px;
    height: 22px;
    background: #a5a5a5;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}


.product-layer-two li a:after {
content: '';
width: 1px;
height: 22px;
background: #a5a5a5;
position: absolute;
right: 15%;
top: 50%;
transform: translateY(-50%);
 display: none;
}

.product-layer-two > li {
    padding-bottom: 25px;
}
.product-layer-two li.active a{border:none}
.product-layer-two li:nth-of-type(1) a  {
border-left: 1px solid #bed2dd;
}
.product-layer-two li:nth-of-type(4) a , .product-layer-two li:nth-of-type(7) a  , .product-layer-two li:nth-of-type(10) a {
border-left: 1px solid #bed2dd;
}
.product-layer-two > li a {
    border-right: 1px solid #bed2dd;
}

}




/*try*/
.product_page .main_part , .product_info_page .main_part{max-width: 100%; width: 100%;  margin: 0 auto; padding: 0px 5vw 60px 19vw;}
.product_info_page .main_part{padding: 0px 5vw 60px 19vw;}
.prod_related {padding: 60px 5vw 60px 19vw;}

@media screen and (max-width: 1700px) { 
.product_page .main_part , .product_info_page .main_part  {padding: 0px 5vw 60px 22vw;}
}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}

@media screen and (max-width: 1024px) {
.product_page .main_part , .product_info_page .main_part {padding: 0px 5vw 60px 5vw;}
.prod_related {padding: 60px 5vw 60px 5vw;}
}

@media screen and (max-width: 768px) {
.product-layer-two {grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width: 480px) {
.product-layer-two {grid-template-columns: 1fr 1fr;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.i_prod_tit h2 , .i_prod_tit span , .i_blog_ri em{display: none; /*0409*/}
.i_blog_ri h5 {padding: 5px 0; color:#b5b6b7;}
.i_prod_b {max-width: 1400px;}
.i_blog_b {max-width: 1400px;}
.blog_list_le, .i_blog_le {border: 0px solid #f4f2f0;}
.i_blog_le img, .blog_list_le img {border: 0px solid #e0e0e0;}
.i_blog_b a {display: none;}
.module_i_news .title_i_box h6 {font-size: 26px; font-weight: 900; color: #e1e1e1;}
.module_i_news .title_i_box h4 {font-size: 28px; font-weight: 500; color: #b5b6b7; display: none;}
.module_i_news {padding: 100px 20px 100px 20px;}
.news_related h6 span:before {color: #25191B; font-size: 28px; content: '相關文章'; font-size: 18px; color: #585858; font-weight: 500;}
.news_related h6 {max-width: 1200px; text-align: center;}
.news_related {background:#ededed; padding: 120px 15px 100px 15px; /*max-width: 1400px;*/ width: 100%; margin: 0 auto;}

.blog_page .main_part , .blog_in_page .main_part {max-width: 1200px;padding: 100px 20px 0px 20px;}
h4.blog_category_title{font-size: 28px; color: #25191B;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 20px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border: 0px #ddd solid;}
.subbox_item a:after {background: none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.blog_list_ri {padding: 10px 2px;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);}

/*側邊*/
.blog_le {padding: 0;}
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #dcdcdc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #383838 !important;}
.submenu a:hover {background: #6b6b6b;}
.submenu {background: none;}

/*首*/
.module_i_news ul{max-width: 1400px; width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back {grid-gap: 20px;}
.blog_back a{
    font-size: 15px;
    color: #808080;
    border-top: 1px solid #dfdfdf;
    padding: 12px 15px 15px 15px;}
.blog_back a.article_btn_prev{background:none;}
.blog_back a.article_btn_back{background:none;}
.blog_back a.article_btn_next{background:none;}

.blog_search input[type=search] {border:solid 1px #eaeaea; background: #ffffff; border-radius:0;}
.blog_le .accordion {}
.pageIndex h5.blog_le_t span {display:none;}
h5.blog_le_t em {}
.blog_list_ri em {color: #5a5a5a; display: none;}
.blog_list_ri h5 {font-weight: 500; padding: 10px 0 5px 0; color: #25191B; -webkit-line-clamp: 2;}
.blog_ri {width: 100%; padding: 0 0 0 0px;}
.subbox_item {margin-bottom: 30px; border-bottom: 0px #eee solid;}
.blog_list_ri>*+* {margin-bottom: 7px;}
a.news_menu_toggle i {display: none;}


/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #848484;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em , .i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1; right: auto; left: 7px; bottom: -30px;}
.pageIndex .blog_list_ri p {display: none;}
.blog_list_ri p {line-height: 160%; margin-top: 0px; color: #919191; font-size: 14px; word-break: unset;}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 6px 5px 5px 5px;}
.module_i_news li a:after {background: none;}

.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1);}
.blog_list_le img , .i_blog_le img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s;}
.module_i_news li a:before , .subbox_item a:before {
  content: 'READ MORE';
  font-size: 12px;
  color: #b4b4b4;
  background:#ffffff;
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid #eaeaea;}
.subbox_item a {display: block;}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_shareData {flex-direction: row;}


/*主選單*/
.blog_le {width: 100%;}
.blog_le .accordion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 0 0px;
  overflow: inherit;
  background: none;
  border-bottom: 1px #eaeaea solid}
.blog_le .accordion li {
  float: left;
  position: relative;
  text-align: center;}
.accordion li .link a {color: #868686;}
.fa-chevron-down::before{display: none;}
.submenu a{letter-spacing: 0px; background: #ffffff; color: #a4a4a4;}
.news_tags {margin-bottom: 30px; display: inline-block;}
.news_tags a {color: #808080;}
.news_related_list li a {
    background: none;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;}
.news_related_list li a p {line-height: 160%; padding: 15px 0 5px 0; color: #25191b; font-weight: 500; font-size: 17px;}
.news_related_list {max-width: 1220px; grid-gap: 38px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.news_related_b_box {max-width: 1200px; width: 100%; margin: 0 auto;}
.blog_search input[type=search] {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  border-radius: 2px;
}
.submenu li.on_this_category a, .submenu a:hover {background: #5c5c5c;}
.submenu li+li {border-top: 0px solid #747474;}

.blog_box {padding: 0;}
.blog_box_edit .edit {color: #25191B;}
.articel_mainPic img {max-width: 50%;} /*圖片比例*/

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}

@media screen and (max-width: 1440px) {
.blog_page .main_part , .blog_in_page .main_part {max-width: 900px;padding: 100px 20px 0px 20px;}
}
@media screen and (max-width: 768px) {
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 500px) {
  .blog_subbox {grid-template-columns: 1fr;}
}
@media screen and (max-width: 375px) {
  .blog_le .accordion li {width: 100%;}
}
  


/*try*/
.blog_page .main_part , .blog_in_page .main_part {max-width: 100%; width: 100%;  margin: 0 auto; padding: 100px 5vw 60px 19vw;}
.news_related {padding: 100px 5vw 60px 19vw;}

@media screen and (max-width: 1700px) { 
.blog_page .main_part , .blog_in_page .main_part  {padding: 100px 5vw 60px 22vw;}
}
@media screen and (max-width: 1024px) {
.blog_page .main_part , .blog_in_page .main_part  {padding: 50px 5vw 60px 5vw;}
.news_related {padding: 100px 5vw 60px 5vw;}
}


/* = = = 促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.promotions_page .main_part {max-width: 1200px;  width: 100%;  margin: 0 auto; padding: 100px 20px;}  
.promotion_title span {border: 0px #ccc dashed; padding: 2px 0px;}
.promotion_title em {
    border: 0px #ccc dashed;
    padding: 3px 7px 3px 7px;
    margin: 0px 11px 2px 0;
    background: #9fb9c6;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;}

@media screen and (max-width: 1440px) {
.promotions_page .main_part {max-width: 900px;  width: 100%;  margin: 0 auto; padding: 100px 20px;}  
}



/*try*/
.promotions_page .main_part {max-width: 100%; width: 100%;  margin: 0 auto; padding: 100px 5vw 60px 19vw;}

@media screen and (max-width: 1700px) { 
.promotions_page .main_part {padding: 100px 5vw 60px 22vw;}
}
@media screen and (max-width: 1024px) {
.promotions_page .main_part {padding: 50px 5vw 60px 5vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
#to_top { bottom:21px;}
.banner {height: 250px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #989898; font-size: 11px;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #989898;}
}

@media screen and (max-width: 600px) { 
}




