@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "Noto Serif TC", "微軟正黑體", "Caveat Brush", cursive;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}

#content_main,.sb_marquee { background: #050000; }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* header */
.header_area {  position: fixed;  width: 100%; background: #cccccc00; padding: 0;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.me_tp_features {display: none;}

.stellarnav{z-index: 99;}
/*新增的效果*/
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {  font-weight: 500;   position: relative;  padding: 0 20px; margin: 0; color: #fff;}
/*.stellarnav > ul > li:hover > a { color: #ffffff;}*/
.stellarnav > ul > li.drop-left > ul{ right: unset; left: 0;}
.stellarnav li.drop-left li.has-sub > a:after{ border-right: 0px;}


.stellarnav li a {  padding: 12px 12px;  display: block;  color: #fff;  font-size: 14px;}
.stellarnav li li {  display: block;  border: none;  margin-bottom: 0px;  background: #333; border-bottom: 1px solid #f2f2f21a;}
.stellarnav li.drop-left ul ul{ right:-160px;}


@media screen and (max-width: 1024px){
	.nav-header {position: relative;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 25px;}/*漢堡按鈕*/
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {   vertical-align: middle;  color: #fff;  padding: 24px 20px;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a { padding: 20px;   color: #fff;   font-size: 17px;   font-weight: 500;  }
    .stellarnav.mobile > ul > li.has-sub > ul a:hover{ color: #070707;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #050000;}
.main_header_area {
    background: #050000;
    box-shadow: none;
    position: relative;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #050000;
    transition: all .5s;
    transition-timing-function: ease-in;
}
.navigation{grid-template-columns:100px 1fr; }
.stellarnav > ul > li {  padding: 33px 0;}
.stellarnav > ul > li > a {   color: #fff;  transition: all .8s;  letter-spacing: 2px;  font-size: 16px;   font-weight: 500;   height: 40px;  padding: 0 18px; position: relative;}
.stellarnav > ul > li > a:before{
    content: "";
    display: block;
    width: 14px;
    height: 15px;
    background-image: url(https://pic03.eapple.com.tw/hexuan/f-m-i.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 41%;
    transform: translate(0px,-50%);
}
.stellarnav > ul > li > a:hover:before{
    opacity: 1;
}
.stellarnav > ul > li > a:hover{color: #D32F2F; font-weight: bold; transform: translateY(10px); }
.stellarnav > ul > li > a b {  font-weight: 500;  letter-spacing: 1px;  color: #fff;  font-size: 16px;}
.stellarnav > ul > li > ul a:hover {   background: #D32F2F;  color: #070707;  border: none;}
.stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #D32F2F;}
.stellarnav li.has-sub > a:hover:after {  color: #D32F2F;}
.header_area.sticky .main_header_area:after{height: 100%;}
.header_area .nav-brand { transition: all 0.8s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}


.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #9da0a0;
    transition: all 0.3s ease-in-out;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #d1d1d1;}
  .stellarnav .menu-toggle:after { color: #d1d1d1;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #3E4144;
      color: #E7E7E7;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #E7E7E7;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #E7E7E7;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #000000;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #FF8F00;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #FF8F00;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: rgba(24, 25, 27, 0.2);
    }
    .stellarnav.mobile li.open li.open{
        background: #434343;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(32, 32, 32, 1) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


.nav-header { max-width: 68px;}
.nav-brand {  margin-top: 10px;}
.nav-brand img{ max-width: 110%;}



@media screen and (max-width: 1200px){
	.main_header_area .container {   max-width: 1800px;  padding: 0px 2%;}
	
	.stellarnav > ul > li > a {  padding: 0 14px;}
	.stellarnav > ul > li > a { font-size: 15px;}
}

@media screen and (max-width: 1024px){
    .main_header_area { background: #070707; }
	.navigation {padding: 0;}
	.stellarnav > ul > li {padding: 0;}
    .stellarnav ul{ padding-top: 10px;}
    .stellarnav > ul > li > a{padding: 0px 18px;}
	.nav-header {  top: 20px;}
	
	.nav-brand {   margin: 0px 0 20px 0;}
	
}

@media screen and (max-width: 768px){
    .nav-brand{margin: -8px 0 24px 0; }
    .nav-brand img{ max-width: 100%;}
    .nav-header{ z-index: 9;}
	.stellarnav.mobile.left > ul{ top: -11px;}
    .stellarnav > ul > li > a:before{
        top: 35px;
        left: 1px;
    }
    .stellarnav.mobile ul ul{ padding-top: 0px;}
    .stellarnav > ul > li > a:hover{ transform: translateY(0px); }
}

@media screen and (max-width:570px)  {
    .stellarnav.mobile{top: 36px;}
}

/* 商品下拉超過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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer*/
.footer {
    background: #050000; font-family: "微軟正黑體", cursive;}
.footer .center {max-width: 1350px;}
.footer_info {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;}
.footer_info ul {
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;}
.footer_info li {
    display: inline-block;
    width: 45%;}
.footer_info li p, .footer_info li p a {
    line-height: 200%;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;}
.footer_info li p a:hover{
     color: #FFB300;
}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {width: 120px;margin: 0;}

/* footer資訊 */
.footer_info li:nth-child(1){ display: flex;flex-direction: column; width: 56%; }
.footer_info li p.line:before {
    content: 'LINE：';
}
.footer_info li p.mail:before {
    content: 'Email：';
}
.footer_info li p.add2:before{
    content: '營業時間：';
}

.footer_info li p.phone{ order: 1;}
.footer_info li p.line{ order: 2;}
.footer_info li p.mail{ order: 3;}
.footer_info li p.add{ order: 4;}
.footer_info li p.add2{ order: 5;}



/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    color: #FF3D00;
    font-family: "Noto Serif TC", "微軟正黑體", "Caveat Brush", cursive;
    width: 35%;
    text-align: center;
    letter-spacing: 2px;
    background: unset;
    margin: 0 35px 5px 0;
    padding: 10px 0px;
    border: unset;
    border-bottom: 0px;
    position: relative;
    transition: 0.5s all;}
.footer_menu a:hover {
    background: unset;
    color: #FFB300;
    font-weight: bold;
    transition: 0.5s all;

}

.footer_menu a::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://pic03.eapple.com.tw/hexuan/f-m-i.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8px;
    left: 6px;
}

.copy{
    color: #545454;
    border-top: 0px;
}
.copy a{
    color: #545454;
}

@media screen and (max-width: 1024px) {
.footer_info {justify-content: space-around;}
.footer_info ul {justify-content: space-around;}
.footer_info li {width: 100%;}
.footer_logo {margin: 0;}
}

@media screen and (max-width: 950px) {
.footer_info { flex-direction: column;}
.footer_info ul {
    width: 90%;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;}
.footer_info li {padding: 10px 0;}
.footer_menu a {
    width: 25%;
    margin: 5px 25px;}

}
@media screen and (max-width: 768px) {
.footer_menu a {width: 19%;margin: 5px 20px;}
.footer_logo{ width: 100px;}
.footer_info li:nth-child(1){ width: 100%; }
}
@media screen and (max-width: 650px) {
    .footer_menu a {width: 35%;}
    }
@media screen and (max-width:378px) {
    .footer_menu a::before{ left: -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_menu_list { 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; margin-top: 40px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 1400px) {
    .bannerindex{ margin-top: 85px; }
}
@media screen and (max-width: 1024px) {
    .bannerindex{ margin-top: 168px; }
}
@media screen and (max-width: 892px) {
    .bannerindex{ margin-top: 212px; }
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 102px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




