@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shafarik&display=swap');
:root {
    --MainColor: #10375C; /*網站主要色系*/
    --SubColor: #507687; /*網站輔助色系1*/
    --SubColor2: #B8001F; /*網站輔助色系2*/
    --color:#FCFAEE;
    --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
    --SFon2: "Noto Serif TC", serif;/*特殊字體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
--SFontE2: "Shafarik", system-ui;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
.edit_part { padding: 50px 0px 0;}
  .path { display: none;}
.me_tp_features{display: none;}
.header_area { background: #ffffff;    padding: 10px 10px 0px 10px;position: absolute;}

.pageIndex .header_area {    
    background: #ffffff00;
}
.pageIndex .stellarnav ul{opacity: 0; transition: all 0.3s; }
.pageIndex .sticky .stellarnav ul{opacity:1; transition: all 0.3s; }
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 250px;}
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {    
    transition: all 0.3s;    
    padding: 15px;
    border-radius: 0 0 15px 15px;background: #fff; }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}




/*sticky*/
.sticky .main_header_area .container {  max-width: 1700px; transition: all 0.3s; }
.header_area.sticky{background:#ffffff00; transition: all 0.3s; position: fixed;}
.sticky .main_header_area {
    background: #ffffffc9;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    border: 1px solid #fff;
}
 .header_area.sticky .nav-brand{background: #ffffff00;}




/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);letter-spacing: 1px;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE2);font-size: 15px;letter-spacing: -1px;}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
.stellarnav > ul > li > a:hover b{color: var(--SubColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor);}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background: var(--MainColor);}

.stellarnav ul ul::after{
    content: "";
    position: absolute;
    background: var(--MainColor);
    width: 8px;
    height: 8px;
    right: 39px;
    top: -10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .stellarnav>ul  > li> ul {
    background: #f2f4f4 url(https://pic03.eapple.com.tw/0972420129/header_img.jpg) no-repeat right;
    width: 360px;
    max-width: 360px;
    height: 200px;
    overflow-y: auto;
    background-size: contain;
  }
  
  .stellarnav>ul  > li:nth-child(6)> ul {
    background: #f2f4f4 url(https://pic03.eapple.com.tw/0972420129/header_img01.jpg) no-repeat right; 
    background-size: contain;
  }
  .stellarnav>ul  > li:nth-child(7)> ul {
    background: #f2f4f4 url(https://pic03.eapple.com.tw/0972420129/header_img02.jpg) no-repeat right;
    background-size: contain;
  }
  

  .stellarnav ul li:nth-child(5) ul::after{right: 0;left: 30px;}

  .stellarnav li li {border: none;     border-bottom: 1px solid #dcdcdc;     width: 100%;  max-width: 160px;}
  .stellarnav > ul > li:hover > ul > li:hover > ul, .stellarnav li.has-sub:hover > ul > li:hover > ul{display: none;}
  .stellarnav li li.has-sub > a:after{display: none;}  

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/
.pageIndex::after{
    content: "";
    pointer-events: none;
    position: fixed;
    background: url(https://pic03.eapple.com.tw/0972420129/icon-roomin.png) no-repeat;
    background-size: contain;
    left: -2000px;
    top: 45%;
    width: 2000px;
    height:75px;
    animation: move 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;     
    z-index: 10000;
    pointer-events: none;
}
@keyframes move{
    0% { left: -2000px;}
   
    100% {
        left: 2000px;
    }
}

.pageIndex::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.065);
    background: url(https://pic03.eapple.com.tw/0972420129/icon-roomin-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 1);
    z-index: 100000000;
    animation: logo 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    opacity: 0;
    animation-delay: 2s;
    pointer-events: none;
}

@keyframes logo {
    0%{
        transform: translate(-50%,-50%) scale(0,1);
        opacity: 0;
        left: 45%;
    }
    50%{
        transform: translate(-50%,-50%) scale(1,1);
        opacity: 1;
        left: 43%;
    }
    68%{
        transform: translate(-50%,-50%) scale(1,1);
        opacity: 1;
        left: 40%;
    }
    100%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(1,1);
        left: 35%;
        
    }
}
.pageIndex #page::after{
    content: "";
    pointer-events: none;
    display: block;
    width:100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.065);
    background: url(https://pic03.eapple.com.tw/0972420129/icon-roomin-car.png);
    background-size: contain;

    background-repeat: no-repeat;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%) ;
    z-index: 10000;
    animation:  vibrate-1 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;     
    opacity: 0;
    animation-delay: 2s;
    pointer-events: none;

    }
    @keyframes vibrate-1 {
        0% {
            opacity: 1;
            -webkit-transform: scale(1) translate(0,-50%);
                    transform: scale(1) translate(0,-50%);
                    -webkit-transform-origin: 0% 50%;
                    transform-origin: 0% 50%;
          }
          75%{opacity: 1;}
          100% {
            opacity:0;
            -webkit-transform: scale(1) translate(50px,-50%);
                    transform: scale(1) translate(50px,-50%);
                    -webkit-transform-origin: 0% 50%;
                    transform-origin: 0% 50%;
                
          }
      }


.pageIndex #page::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#ffffff00;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 5.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;     
    backdrop-filter: saturate(90%) blur(7px);
    pointer-events: none;
    }
@keyframes blur{
    0% {  opacity: 0;background:linear-gradient(180deg, #ffffff67,#fff);}
    50% {  opacity: 1;background:  #ffff;}
    75% {  opacity: 1;background:  #ffffff49;}
    90% {  opacity: 1;background:  #ffffff27;}
    100% {  opacity: 0;background: #ffffff00;}
}
/*大圖*/
.swiper-fade .swiper-slide { background: #fff;}
.swiper-fade .swiper-slide:nth-child(1)::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/bn01.png) no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.35);
    right: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}


.swiper-fade .swiper-slide:nth-child(2)::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/bn02.png) no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.45);
    left: 5%;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}

.swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/bn01-be.png) no-repeat;
    background-position:left;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.13);
   left:  15%;
    top:25%;
    z-index: 9;
    pointer-events: none;
}


.swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/bn02-be.png) no-repeat;
    background-size: contain;
    background-position:right;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.18);
    right:10%;
    top:35%;
    z-index: 9;
    pointer-events: none;
}




















/*往下滑*/

.header_area.sticky~ .bannerindex .swiper-banner::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/bn_s01.png) no-repeat,
     linear-gradient(180deg, #ffffff00, #ffffff8f, #fff);
    backdrop-filter: saturate(90%) blur(7px);
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom 1s ease-out;
    pointer-events: none;
  
  }
  @keyframes bottom {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .header_area.sticky~ .bannerindex .swiper-banner::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/bn_s02.png) no-repeat;
    backdrop-filter: saturate(90%) blur(7px);
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom2 1s ease-out;
    animation-delay: 2s;
    pointer-events: none;

  
  }
  
  @keyframes bottom2 {
    0% {
      transform: translateY(100%);

    }
    100% {
      transform: translateY(0);
    
    }
  }

/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/0972420129/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position:center!important;;
    min-height: 600px;
    position: relative;
}
.services_page .banner, .other_page  .banner{display: none;}
.banner h5{font-size:var(--f32);position: absolute;left: 50%;transform: translateX(-50%);top: 400px;font-family: var(--SFon2);}

.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: var(--f16);
    left: 50%;
    transform: translateX(-50%);
    top:-17px;
color: #999999;
}
.blog_page .banner h5::after, .blog_in_page  .banner h5::after{content: "Column";}

.product_page  .banner,  .product_info_page  .banner{ background: url(https://pic03.eapple.com.tw/0972420129/banner-product.png) no-repeat;}
.product_page  .banner h5, .product_info_page  .banner h5{top: 300px; color: #fff; }
.product_page  .banner h5::after, .product_info_page  .banner h5::after{content: "Service";color: #fff;}
.product_page  .banner::before, .product_info_page  .banner::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0972420129/banner-product-be.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    top: 0;
    animation: play 50s ease-in-out infinite;
    width: 100%;
    height: 600px;
    z-index: -1;
    
}
.product_page  .banner:hover, .product_info_page  .banner:hover{
      animation-play-state: paused;
    }
	@keyframes play {
		0% {
	background-position: 100% 0;
		  }
		100% {
        background-position: 0 0;
            }
		
		}
		.cbg01:hover{
      animation-play-state: paused;
    }

.product_page  .banner h5::before, .product_info_page  .banner h5::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0972420129/banner-product-h5-a.png)no-repeat;
    background-size: contain;
    width:785px;
       height: 330px;
    left: 70%;
    top:-77px;
    animation: shake 1.5s cubic-bezier(0.52, -0.04, 1, 1) infinite;
            z-index: -1;

}
@keyframes shake {
    0% {transform: rotate(0deg);}
    10% { transform: rotate(0.5deg); }
    20% {transform: rotate(0deg); }
    30% { transform: rotate(0.5deg);}
    40% { transform: rotate(0deg); }
    50% { transform: rotate(0.5deg); }
    60% {transform: rotate(0deg); }
    70% { transform: rotate(0.5deg); }
    80% { transform: rotate(0deg); }
    90% { transform: rotate(0.5deg); }
    100% { transform: rotate(0deg); }
}


.contact_page  .banner h5::after, .product_info_page  .banner h5::after{content: "Estimate"}








/*Footer/＝＝＝＝＝*/
.footer{background: url(https://pic03.eapple.com.tw/0972420129/footer_bg.png) ;}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/0972420129/logo-w.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 280px;
    height: 40px;
}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;   justify-content: flex-start;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.footer_info li{  width: 45%;}
.footer_info li p {  color: #fff;}
.footer_info li p a {  color: #fff;}
.footer_info li p.mail{display: none;}






.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 40px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0972420129/icon-f.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 15px;
    left: 0;
    top: 2px;
    transition:all 0.3s;
}
.footer_menu a:hover::after{filter: drop-shadow(4px 0 0 var(--SubColor));transition:all 0.3s;}

.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/0972420129/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;margin-top: 0;column-gap: 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:var(--MainColor);}
.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-layer-two>li>a{background: #ffffff00;padding: 7px 16px 7px 30px;}
.product-layer-two>li{position: relative;}
.product-layer-two >li>a::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0972420129/product-logo.png) no-repeat;
    background-size: contain!important;
    width: 25px;
    height: 25px;
    left: 0;
    top: 8px;
}
.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:var(--MainColor);}

.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 .name { text-align: center;}
.products-list .more {  border: 1px solid var(--MainColor);   color:#fff;position: absolute;top: 40%;bottom: unset;    width: max-content!important;padding: 0 15px;background: #10375c8e;border-radius: 20px;}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two li.active>a, .product-layer-two>li:hover>a {
    border: none;
    background:#ffffff00;
    color:var(--MainColor);}

.product-layer-two li ul {    grid-gap: 0;}
.products-list .pic {  border-radius: 20px;}


#add_to_inquiry_cart{display: none;}
    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {font-size:24px ;font-weight: 900;}
.pd_tabTitle li.activeTab a , .prod_related h6 span:before{  color:var(--MainColor);font-family: var(--SFon2);}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--MainColor) !important;}
.subbox_item a{padding: 5px;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;font-family: var(--SFon2);}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px var(--MainColor) solid;}
.subbox_item a:before {
    content: 'MORE';
    bottom: unset;
    top: 0;
    color: #fff;
    background: var(--MainColor);
    padding: 5px 15px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}





/*線上詢價-表單*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_form li .form__label {  
    max-width: 100%;
    background: #f5f5f5;
    text-align: left;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
}
.contact_form li {  grid-template-columns:1fr;margin-bottom: 15px;}
.contact_form li input.noborder{
    border: none;
    border-bottom: 1px solid #adadad;
}
.contact_form li textarea.noborder{border: 1px #adadad solid;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(30px, 1fr));}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1650px) { 
.product_page .banner h5::before, .product_info_page .banner h5::before {
    width: 725px;
    height: 295px;
    top: -42px;}

}

@media screen and (max-width:1500px) { 
    .product_page .banner h5::before, .product_info_page .banner h5::before {
        width: 620px;
        height: 260px;
        top: -3px;
    }
}
@media screen and (max-width:1310px) { 
    .product_page .banner h5::before, .product_info_page .banner h5::before {
        width: 540px;
        height: 220px;
        top: 33px;
        left: 65%;
    }
}
@media screen and (max-width:1100px) { 
       .product_page .banner h5::before, .product_info_page .banner h5::before {
        left: 50%;
        transform: translateX(-50%);
    }
    @keyframes shake {
    0% {transform: rotate(0deg)translateX(-50%);left: 50%;}
    10% { transform: rotate(0.5deg)translateX(-50%);left: 50%; }
    20% {transform: rotate(0deg)translateX(-50%);left: 50%; }
    30% { transform: rotate(0.5deg)translateX(-50%);left: 50%;}
    40% { transform: rotate(0deg)translateX(-50%);left: 50%; }
    50% { transform: rotate(0.5deg)translateX(-50%);left: 50%;}
    60% {transform: rotate(0deg)translateX(-50%);left: 50%; }
    70% { transform: rotate(0.5deg)translateX(-50%);left: 50%;}
    80% { transform: rotate(0deg)translateX(-50%);left: 50%; }
    90% { transform: rotate(0.5deg)translateX(-50%);left: 50%; }
    100% { transform: rotate(0deg)translateX(-50%);left: 50%; }
}

}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .banner { min-height: 500px;}
    .banner h5 {  top: 300px;}
    .product_page .banner::before, .product_info_page .banner::before {height: 500px;}
    .product_page .banner h5::before, .product_info_page .banner h5::before {  top: -55px;}
    }
    
    @media screen and (max-width: 980px) { 
    .header_area {
        position: static;
        text-align: center;
        background:#fff;
    }
    .header_area .nav-brand {
        padding: 0;
        border-radius: 0;
        background: #ffffff00;
    }
    .pageIndex .header_area {opacity:1;}
   
    
    .header_area.sticky {  background: #ffffffe3;}
    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}
  
    
    .banner { min-height: 400px;}
    .banner h5 {  top: 200px;}
    .product_page .banner::before, .product_info_page .banner::before {height: 400px;}
            .product_page .banner h5, .product_info_page .banner h5 {  top: 150px;color: #fff;}
    .product_page .banner h5::before, .product_info_page .banner h5::before {   top:0px;}
       .product_page .banner h5::after, .product_info_page .banner h5::after{color: #fff;} 
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;}
        .footer_info { padding: 0 60px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}
        
        .box_link { top: 193px;  left: 63px;}



       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:200px;margin: 0; }
    .nav-header { position: relative;  z-index: 999;}
    .navigation { align-items: baseline;padding: 10px 0;}
  .sticky .main_header_area { backdrop-filter: unset;background: #ffffff00;}
    .header_area.sticky {   background: #ffffffef;}
    /*進入網站動畫*/
    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.1);}
    .pageIndex::before { padding-bottom: calc(100% / 1 * 0.08);}
    /*手機側邊欄位*/
    .stellarnav.mobile {  right: 0; left: unset;}
    .pageIndex .stellarnav ul {  opacity: 1;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}
    .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .sticky .stellarnav .menu-toggle:after { color: var(--MainColor);}
    .stellarnav.mobile > ul > li { border-bottom: none;        max-width: 300px;
        margin: auto 0 auto auto;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;   text-align: center;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color:#fff;        text-align: center;      padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--color);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border-right: none;}
    .stellarnav.mobile > ul { border-top: none;}

    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move2 0.5s linear;  }

    @keyframes move2{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }


    .stellarnav.mobile.left > ul{
  
    background:url(https://pic03.eapple.com.tw/0972420129/ph_bg01.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
    max-width:100%;
    left:   0;
    top: 0;
    height:100%;

    animation: scroll 40s linear infinite; 
}
@keyframes scroll{  
    0% {
    background-position: 0;
      }
    100% {
      background-position: 2000px;
        }
}

    .stellarnav.mobile.active>ul::before{
        position: absolute;
        content: "";
        background: var(--MainColor);
        width: 100%;
        max-width: 300px;
        right:  0;
        top: 0;
        height: 100%;
        z-index: -1;
      
    }
    .stellarnav.mobile.active>ul::after{
        position: absolute;
        content: "";
        background: url(https://pic03.eapple.com.tw/0972420129/ph_bg.png) no-repeat;
        background-position: left;
        background-size:contain;
        transition: 0.5s ease;    
        width: 100%;    
        max-width: 100%;
        height:70%;
        left:0;
       bottom: 0;
       pointer-events: none;
        z-index: -1;
    }


    .stellarnav.mobile.left .close-menu {
        padding: 15px 10px 15px;
        background: #ffffff00;
        color: #fff;
       

    }

    .stellarnav.mobile li.open {background: #4c6a87;padding: 0 15px;}
.stellarnav.mobile li.open li.open {  background: #0000001a;}
    /*關閉下拉圖片設定*/
    .stellarnav ul > li> ul { height: unset;}
    .stellarnav ul > li ul {background: #ffffff00!important;}
    .stellarnav>ul > li> ul{border-top:1px solid #fff ;}
    .stellarnav li li {
        border-bottom: none;
        max-width: 100%;
        text-align: center;
    }
    .stellarnav.mobile li a { border-bottom: none;    color: #ffffff9e; font-size: var(--f16);transition: 0.3s ease-in;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { background: #ffffff00;}
    .stellarnav.mobile li.open li.open>a { color: #ffffff;font-weight: bold;background: #14385a;}
.stellarnav.mobile li.open li.open>a.dd-toggle{background: #ffffff00;}

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo {  max-width: 250px;}
    .footer_info li { width: 90%;}
    .footer_menu {   margin: auto;grid-template-columns: 1fr 1fr 1fr;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;}
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
/*banner*/
    .banner { min-height: 300px;}
    .banner h5 {  top: 150px;}
    .product_page .banner::before, .product_info_page .banner::before { height: 300px;}
    .product_page .banner h5, .product_info_page .banner h5 {  top: 115px;}
    .product_page .banner h5::before, .product_info_page .banner h5::before {
        width: 331px;
        height: 140px;  top: 25px;}
  






    .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) { 
        .footer_logo {margin: 0;}
        .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

        .product_info_page  .main_part {  padding:0px 10px 10px;}
    }
    @media screen and (max-width: 500px) {
     .main_part { padding: 0px 10px 10px; }
           /*進入網站動畫*/
    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.12);}
    .pageIndex::before { padding-bottom: calc(100% / 1 * 0.12);}

    .footer_menu {  grid-template-columns: 1fr 1fr;}
    .footer_info { padding: 0 60px 0 15px;}

        /*banner*/
    .banner { min-height: 200px;}
    .banner h5 {  top: 100px;}
    .product_page .banner::before, .product_info_page .banner::before { height: 200px;}
        .product_page .banner h5::before, .product_info_page .banner h5::before {
        width: 270px;
        height: 113px;
        top: -41px;
    }
    }
    @media screen and (max-width: 420px) { 
    
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    