@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-pagination {margin-left: 0; transform: translateX(-50%);}
.swiper-banner { position:static;margin: 0 0 -5px 0;height:auto;background: #333333;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/*Header/＝＝＝＝＝*/
.pageIndex .header_area {position:relative;width: 100%;}
.main_header_area {background: #ffffffcc;}
.pageIndex .header_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 0%;
    transition: all 0.5s;}
.pageIndex .header_area.sticky:before {
    height: 100%;
    transition: all 0.5s;}
.main_header_area .container {max-width: 85%;}
.me_tp_features {display: none;}
.header_area {    background: #fff;}
/* 滾動時固定 header */
.header_area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
}


/*logo/＝＝＝＝＝*/
.nav-brand img {
    max-width: 80%;
}


/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 8px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #3ab0ff;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #3ab0ff;
}

/*反白顏色*/
::-moz-selection {
    background-color:#3ab0ff;
    color: #ffffff;
}

::selection {
    background-color:#3ab0ff;
    color: #ffffff;
}

.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 25px;
    transition: all 0.5s;
}
/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before{}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  }    
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {  }
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {      }

/*大圖1*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(1):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0936984369/banner-03.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    background-position: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}


/*大圖2*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0936984369/banner-04.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0%;
    opacity: 0;
    z-index: -1;
}

.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/0936984369/banner-04.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;

}

/*大圖動畫*/

.pageIndex .bannerindex .swiper-wrapper .swiper-slide.swiper-slide-active:before {
    animation: banner-right 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}
.pageIndex .bannerindex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    animation: banner-up 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 0.2s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
    -webkit-animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
    animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
}
@keyframes banner-up {
    0% {        opacity: 0;        transform: translate(-50%, 10vh);    }
    100% {        opacity: 1;        transform: translate(-50%, -50%);
    }
}
@keyframes banner-right {
    0% {        opacity: 0;        transform: translate(-10vh, -50%);    }
    100% {        opacity: 1;        transform: translate(0%, -50%);
    }
}
@keyframes slideDownBlurAnimation {
    0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}
/*選單最大寬度設定*//
.navigation {padding:10px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
/*第二層*/
.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: #3ab0ff;	padding-left:10px;border-color:#3ab0ff ;}


/*第一層*/
.stellarnav {padding: 5px 0 0;}
.stellarnav li a { color: #3ab0ff;}
.stellarnav li.has-sub li { border: none;  border-bottom: 0px solid #f3f3f3;}
.navigation {grid-template-columns: 180px 1fr;grid-gap: 0 20px;}
.stellarnav ul {  display: flex;    align-items: baseline;    flex-wrap: wrap;    width: 100%;    justify-content: flex-end;    position: relative;}
.stellarnav > ul > li {  transition: all 0.6s;   vertical-align: top;   position: relative; }


.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    letter-spacing: .10rem;
}
.stellarnav>ul>li {
    padding: 0px .1rem;
}
.stellarnav > ul > li > a {font-size: 18px;}

/*選單左邊線*/
.stellarnav > ul > li {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;

}

.stellarnav > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  width: 3px;
  height: 20px;
  background-color: #3ab0ff;
  border-radius: 2px;
}



/* 導覽列連結設定 */
.menu-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3ab0ff;  /* 線條顏色，可以改 */
  transform: scaleX(0);       /* 預設隱藏 */
  transition: transform 0.3s ease;
  transform-origin: center;
}

.menu-button:hover::after {
  transform: scaleX(1);       /* hover 顯示橫線 */
}

.stellarnav > ul > li > a::before{
    content: "";
    position: absolute;
    height: 1px;
    background:#3ab0ff;
    width: 0;
    transition: all 0.3s;
    right: 0;
    left: 50%;
    transform: translate(-50% , 0);
    bottom: 0;
    width: 0%;.}
.stellarnav > ul > li:hover > a::before{width: 100%;}
.me_tp_features {
    width: 99%;
    text-align: right;
}

/* 主選單 hover */
.stellarnav > ul > li > a:hover {
    transform: scale(1.1);
    color: #3ab0ff;
}
/* 子選單初始隱藏 */
.stellarnav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 999;
}

/* 主選單 hover顯示子選單 */
.stellarnav li.has-sub:hover > ul {
    display: block;
}

/* 子選單 li a 初始樣式 */
.stellarnav ul ul li a {
    display: block;
    padding: 10px 20px;
    color: #3ab0ff;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* 子選單 hover */
.stellarnav ul ul li a:hover {
    transform: scale(1.05);
    color: #ffff;
    background: #3ab0ff;
}

/* 子選單底線動畫 */
.stellarnav ul ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #d9d9d9;
    transition: width 0.3s ease;
}

.stellarnav ul ul li a:hover::after {
    width: 100%;
}
.stellarnav > ul > li > a {    color: #3ab0ff;}
.stellarnav > ul > li > a {margin: 0 10px;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #3ab0ff;}/* 子選單三角形變色 */
.stellarnav .menu-toggle:after {    color: #3ab0ff;}/* 手機子選單menu變色 */
.stellarnav .menu-toggle span.bars span {background: #3ab0ff;}



.copy {    margin-bottom: 10px;}/* 隱私權高度 */


/* RWD */
@media screen and (max-width: 1112px) {
.stellarnav > ul > li {padding-left: 10px;
    padding-right: 5px;
}
.stellarnav > ul > li > a {
    font-size: 15px;
}
.stellarnav ul {    justify-content: center;
}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.nav-header {        position: relative;MARGIN-LEFT: 80%;    max-width: 150px;}
.nav-brand img {max-width: 70%;}
.main_header_area .container {max-width: 90%;}
.stellarnav .menu-toggle{padding: UNSET;}
.stellarnav > ul > li::before {    left: 5%;}
.stellarnav > ul > li > a::before {display: none;
}
.stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px #3ab0ff;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #3ab0ff;}
.stellarnav.mobile.left .close-menu {    background: #3ab0ff;}
.stellarnav .icon-close:before {    border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
.stellarnav a {color: #fff;}/* menu的close字改色 */
}


@media screen and (max-width: 600px) { 
}

@media screen and (max-width: 425px) {
.nav-header {MARGIN-LEFT: 70%;
}
.nav-brand img {max-width: 80%;PADDING: 5PX;}

}

