@charset "utf-8";

body {
    font-family: "Nunito", sans-serif, "Noto Sans TC", sans-serif;
}
/*header*/
.nav-header{max-width: 240px;}
.nav-brand img {margin: 15px 0px 15px 0px;}
.stellarnav ul {
    text-align: center;
    background: #3c5d6c;
    width: fit-content;
    margin-left: auto;
    border-radius: 10px;
}
.main_header_area .container {max-width: 90%;}

.header_area {
    padding:0px;
    background: transparent;
}

.header_area.sticky {
  background: transparent;
}


/*第一層*/
.stellarnav > ul > li > a {    line-height: 45px;transition: all 0.3s;color:#fff;letter-spacing: 1px;font-weight:500;font-size: 15px;}
.stellarnav > ul > li:hover > a{
    color: #fff;
}

.stellarnav > ul > li.has-sub > a {padding-right:0px}
.stellarnav li.has-sub > a:after{display: none;}
.tp_links {display: none;}
.stellarnav li {padding: 0px 30px;    transition: all .3s;border-radius: 5px;}
.stellarnav li:hover {
    background: #87bfc0;
    transition: all .3s;
    transform: scale(1.07);
    box-shadow: 2px 2px 5px #3c5d6c;
    border-radius: 5px;
}
.stellarnav > ul > li:not(:nth-last-child(1)):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 19px;
  background: #bdbdbd;
  right: 0px;
  top: 11px;
}


/*第二層*/
.stellarnav li li {padding: 0px;    border: none;}
.stellarnav ul ul {
background: #ffffff;
box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
border:none
}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
padding: 13px;
transition: all 0.3s;
border: none;
position: relative;
letter-spacing: 1px;
font-size: 15px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
border: none;
margin-left: 10px;
color:#333333;
font-weight: 500;
}
      




/*footer*/



.footer_info li p,.footer_info li a {
    color: #444;
}

.footer_menu a:first-child {display: none;}
.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_logo img {
    width: 250px;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
    gap: 15px;
}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 9px 5px;
    transition: all 0.3s;
    background: #87bfc0;
    border-radius: 5px;
    letter-spacing: 1px;
    border-color: transparent;
    color: #fff !important;
}
.footer_menu a:hover {
    background: #3c5d6c;
    transform: scale(1.05);
    color: #3c5d6c;
    font-weight: 500;
}
.copy {background: transparent;color: #cfcfcf;border: none;padding: 25px 0 30px;}
.copy a{color: #cfcfcf;transition:all 0.3s;}
.copy a:hover {color: #563F2E;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #563F2E;    color: #fff;}
.box_link {display: none;}
.footer{box-shadow: 60px 0px 0px #3333331a;background: #e6fafc;position: relative;}
.footer {
    position: relative; /* 必須有，after 才能定位 */
}

.footer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -468px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 2000px;
    height: 468px;
    background-image: url(https://pic03.eapple.com.tw/shineon/footer_deco.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 0;
}

/* 商品下拉超過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: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




