@charset "utf-8";
body {
  font-family: "Poppins", sans-serif, "Noto Sans TC", sans-serif;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
  background: #ffffff;
  width: 6px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
  display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
  background-color: #dd2a00;
  border-radius: 0px;
  transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.path p, .path p a{
  display: none;
}

/**/

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{display: none;}
/*大圖側邊*/

.index_number{
display: none;
}


/*大圖特效**********************************************************/

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: relative; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-slide { position: relative;}
.bannerindex:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }





/*frame*/    

.bannerindex:before  {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//CHAINSEM/title.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 43% !important;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
}


.bannerindex:after {
    background: url(https://pic03.eapple.com.tw//CHAINSEM/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 33%;
    left: 3%;
    width: 38% !important;
    height: 34% !important;
    background-position: center;
    transform: translate(-50%, -50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 2s ease-in-out forwards;
}


@keyframes fade-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}




/*HEADER*******************************************/

.main_header_area .container {
  max-width: 88%;
}


.header_area {
    background: #fff;
    transition: all .4s ease-in-out;
    padding: 10px 0px;
    position: sticky;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    transition: all .5s;
}

.header_area.sticky {
  background: #fff;
  transition: all .5s;
}

.me_tp_features {
  display: none;
}

/*LOGO*/

.nav-header {
    max-width: 100%;
    width: 160px;
}
.navigation {
    display: flex;
    align-items: flex-end;
    grid-gap: 0 70px;
}

/*第一層*/

.stellarnav li.has-sub>a:after {
  display: none;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.stellarnav>ul>li>a {
    letter-spacing: 1px;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 27px 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
    height: 35px;
    transition: all .3s;
}

.stellarnav>ul>li>a:hover {
    color: #dd2a00;
    transition: all .3s;
}


.stellarnav>ul>li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 60%;
    width: 1px;
    height: 15px;
    background-color: #000000;
    transform: rotate(25deg) translateY(-50%);
}

.stellarnav>ul>li:nth-of-type(1):before {
    content: '';
    position: absolute;
    left: 0px;
    top: 60%;
    width: 1px;
    height: 15px;
    background-color: #000000;
    transform: rotate(25deg) translateY(-50%);
}


.stellarnav>ul>li>a b:nth-of-type(2) {
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 600;
    letter-spacing: 1px;
}


/*第二層*/

.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border-radius: 10px;
  width: 170px;
}

.stellarnav li li {
  border: none;
}

.stellarnav li li>a, .stellarnav li li.has-sub>a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 2px;
  font-size: 14px;
}

.stellarnav li li:hover>a, .stellarnav li li.has-sub:hover>a {
  color: #3d3d3d;
  background: #f5f5f5;
  border: none;
  margin: 7px;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .stellarnav>ul>li>a {
    padding: 5px 22px 0px;
  }
}

@media screen and (max-width: 1024px) {
.navigation {
    align-items: center;
}
.stellarnav ul {
    text-align: center;
}

}

@media screen and (max-width: 768px) {
    .navigation {
        align-items: flex-end;
    }
}



/*Footer/＝＝＝＝＝*/


.footer_logo {
display: none;
}

.footer {
  background: #fff;
}

.footer_info li:nth-child(2) {
display: none;
}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 0px;
    position: relative;
    padding: 0;
}

.footer_info ul {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: center;
}

.footer_info li:nth-child(1) {
    padding: 30px 30px 10px ;
    font-size: 12px;
    justify-items: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}
.footer_info li p::after {
    content: "/";
    color: #999;
    margin: 0 15px;
}
.footer_info li p:last-child::after {
    content: none;
}
.footer_info li p,.footer_info li p a {
  letter-spacing: 2px;
  color: #000;
  font-weight: 300;
}

.center {
  padding: 5px 0px 0px 0px;
}

.copy {
    margin-top: 20px;
    font-size: 9px;
}

.box_link {
    display: none;
}


/*footer資訊設定*/

.footer_info li p.add{
  display: none;
}

.footer_info li p.tel:before {
    content: 'TEL：';
}

.footer_info li p.mail:before {
    content: 'EMAIL：';
}

.footer_info li p.add2:before {
    content: 'ADDRESS：';
}

.footer_info li p.add2 {
    grid-column: span 2;
}

@media screen and (max-width: 768px) {
  .footer_info li:nth-child(1) {
    justify-content: flex-start;
}
}

/* 商品下拉超過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;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/********分隔線**************************************************************/


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/********分隔線**************************************************************/

/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
    .footer.with_shopping_mode {
        padding: 0px;
    }
#to_top { bottom:60px;}

        .stellarnav.mobile {
        padding-top: 25px;
    }
    .stellarnav .menu-toggle:after{
      display: none;
    }

.stellarnav.mobile > ul > li > a {
        padding: 30px;
    }

    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: transparent;
}

.stellarnav>ul>li:nth-of-type(1):before{
  display: none;
}

.stellarnav>ul>li:after{
  display: none;
}





}

@media screen and (max-width: 600px) { 
}




