@charset "utf-8";
body{ font-family: "Noto Sans TC", serif;}

/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #ffffff;
width: 6px;
}
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
display: none;
}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
background-color: #153a5a;
border-radius: 0px;
transition: all 0.3s;
}
/* 軌道背景底色 */
&::-webkit-scrollbar-track {  
background-color: #ffffff;
}

/*大圖特效*/

.bannerindex {
  position: relative;
}

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.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;}
    }

.bannerindex::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(136, 136, 136, 0.4) 40%, transparent 100%);
    background-size: 100% 300%;
    animation: aurora-wave 2s ease-in-out infinite alternate;
    filter: blur(20px);
    mix-blend-mode: screen;
}

@keyframes aurora-wave {
    0% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}



/*第一張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/factoryregistration/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 30% !important;
    height: 30% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    transform: translate(-50%, -50%);
    animation: puff-in-center 1.2s cubic-bezier(.47,0.000,.745,.715) both;
}

@keyframes puff-in-center {
    0% {
    transform: translate(-50%,-50%) scale(2);
    filter: drop-shadow(2px 4px 6px #333) blur(4px);
    opacity: 0;
    }
    100% {
    transform: translate(-50%,-50%) scale(1);
    filter: drop-shadow(2px 4px 6px #333) blur(0px);
    opacity: 1;
    }
  }

  @media screen and (max-width:1024px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    top: 67%;
}
  }

  @media screen and (max-width: 600px) { 
    .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }/*圖片比例*/
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/factoryregistration/rwd01.jpg); background-position: top; background-size:cover;}/*個別換背景*/
 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/factoryregistration/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 59%;
    left: 50%;
    width: 77% !important;
    height: 30% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    transform: translate(-50%, -50%);
    animation: puff-in-center 1.2s cubic-bezier(.47,0.000,.745,.715) both;
}


}



  /*內頁HEADER*/

  .header_area {
    background: #fff;
    border-bottom: 6px solid #0C263D;
  }

.header_area.sticky {
    background: #fff;
}

/*首頁header*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
    top: 30px;
    transition: .5s;
    border-bottom: none;
}



.pageIndex .header_area.sticky {
    background: transparent;
}


.stellarnav > ul > li > a {
    background: transparent;
    color: #444;
    padding: 0px 15px;
    letter-spacing: 1px;
    transition: .5s;
}


.stellarnav > ul > li > a:hover {
    transition: .5s;
    font-weight: 500;
    letter-spacing: 2px;
    color:#0C263D
}

.stellarnav > ul > li.has-sub > a {
    padding: 0px 15px;
}

.stellarnav > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 100%; 
    height: 1px;
    background-color: #0C263D;
    transform: scaleX(0); 
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
}

.stellarnav > ul > li:hover > a:before {
    transform: scaleX(1); 
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    border: none;
    margin-left: 10px;
    font-weight: 500;
    background: #0C263D;
    color:#fff
}

.stellarnav > ul > li ul li a:hover {
    background: #0c263d;
    color: #fff;
    transition: all .5s;
}
.pageIndex .header_area.sticky .stellarnav > ul > li:not(:nth-last-child(1)):after {
content: '';
position: absolute;
width: 1px;
height: 27px;
background: #0C263D;
right: 0px;
top: 8px;
}

.stellarnav > ul > li:not(:nth-last-child(1)):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 27px;
    background: #0C263D;
    right: 0px;
    top: 8px;
    }


/*首頁header sticky*/

.pageIndex .header_area.sticky {
    top: 40px;
    transition: .5s;
}

.pageIndex .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #ffffff;
    padding: 20px 30px 15px;
    transition: .5s;
    border-radius: 0px;
    border-bottom: 6pt solid #0C263D;
    box-shadow: 4px 4px 5px #3333333b;
    border-radius: 5px;
    transition: all 1s;
}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {
color:#444;
text-shadow: none;
}

.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {
color:#0C263D
}


.pageIndex .stellarnav > ul > li > a {
    background: transparent;
    color: #fff;
    padding: 0px 15px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #000;
    transition: .5s;
}


.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {
    transition: .5s;
    font-weight: 500;
    letter-spacing: 2px;
}

.nav-header{
max-width: 300px;
transition: all 1s;
}

.pageIndex .header_area.sticky .nav-brand {
    margin-left: 20px;
    transition: all 1s;
    width: 200px;
}

/*header ALL*/

.me_tp_features {
    display: none;
}

.navigation {
    display: flex;
    align-items: center;
}

.stellarnav li.has-sub > a:after{
    display: none;
}


.main_header_area .container {
    max-width: 92%;
    transition: all 1s;
}


.stellarnav ul ul {
    background: #5880a4;
}

.stellarnav li li {
    border: none;
}

.stellarnav li a {
    color: #444;
    background: #ffffff;
    transition: all .5s;
}

/****************************************************/

  @media screen and (max-width:1024px) {
.nav-header {
    max-width: 230px;
}

.pageIndex .header_area.sticky .main_header_area .container {
    padding: 20px 30px 0px;
}
}

  @media screen and (max-width:768px) {
.pageIndex .header_area {
    top: 15px;
}

.pageIndex .header_area.sticky .main_header_area .container{
    padding: 15px 30px 10px;
}
  }

    @media screen and (max-width:500px) {
.pageIndex .header_area .nav-brand {
margin-left: 30px;
}
.pageIndex .header_area.sticky .nav-brand {
margin-left: 30px;
}
.pageIndex .main_header_area .container {
padding: 15px 20px 10px;
}
.pageIndex .header_area.sticky .main_header_area .container {
padding: 15px 20px 10px;
}
    .nav-header {
        padding-left: 30px;
    }
}
    

/*footer*/
.copy a:hover {color: #444;}
.footer_menu a:first-child {display: none;}
.footer {
    background: #0C263D;
    padding: 56px 0 0px;
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    padding: 0px 25px;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
}
.box_link {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 0px;
    padding: 0px 30px;
}
.box_link a {
    font-size: 23px;
    border: none;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li:nth-child(2) {
    width: 100%;
}
.footer_info li p {
    color: #fff;
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    padding: 5px 10px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #fff;
}
.footer_menu a:hover {
    background: #fff;
    transition: .4s;
    color: #0C263D;
}



.footer_logo img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(120deg) brightness(161%) contrast(135%);
}

.box_link a{
    transition: .4s;
}

.box_link a:hover {
    color: #fff;
    transform: translateY(-10px);
    transition: .4s;
}

.copy {
    padding: 15px 0;
    margin: 13px auto 0px;
    border-top: 1px #ffffff0f solid;
    font-size: 12px;
}

a {
    color: #fff;
}

@media screen and (max-width: 1200px){

.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){

.footer_info ul {
flex-wrap: wrap;
}

.footer_menu {
    justify-content: flex-start;
}

.footer_info li:nth-child(2) {
    padding: 10px 0px;
}

.box_link {
    top: -10px;
}

.copy {
    border: none;
}

.footer_menu {
    flex-wrap: wrap;
}

.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
}

.footer_logo {
    padding: 0px 18px;
    max-width: 100%;
    width: 330px;
}

.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}

.copy {
    margin-top: -10px;
}    

.footer {
    padding: 80px 0 0px;
}

}

@media screen and (max-width: 768px) {

.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}

.footer_info li+li {
    margin-top: 8px;
}

.footer_menu a {
    margin: 7px 7px;
    border: 1pt solid;
    border-radius: 5px;
}
.copy {
    margin-top: 0px;
    font-size: 11px;
    padding: 0px 0;
}

.footer.with_shopping_mode {
    padding: 80px 0 50px;
}

#bottom_menu li {
    background: #333333;
    border: none;
}

#bottom_menu li a i {
    color: #ffffff;
}

#bottom_menu li a em {
    color: #FFF;
}

}


/* 商品下拉超過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) {
}

/*首頁文章***********************************************************************/



.module_i_news {
    padding: 50px 20px 0px;
}

.i_blog_ri h5 {
    font-weight: 400;
    font-size: 18px;
}

.i_blog_ri p {
    font-size: 13px;
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 15px;
}

.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.module_i_news li a:after{
    display: none;
}

.module_i_news li a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #0C263D;
    top: 0px;
    left: 0px;
    transition: .5s ease-in-out;
    border-radius: 15px;
}
.module_i_news li a:hover:before {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}

.i_blog_ri,.i_blog_le img {
    z-index: 999999;
}

.module_i_news li a:hover .i_blog_ri h5,
.module_i_news li a:hover .i_blog_ri em,
.module_i_news li a:hover .i_blog_ri p{
    color: #fff;
    transition: all .4s;
}

.animated-arrow {
    background: #0C263D;
    }

.animated-arrow b {
    font-weight: 400;
}

/*文章***********************************************************************/



.blog_page .main_part {
    max-width: 1500px;
}

.blog_search input[type=search] {
    border-radius: 0px;
}

h5.blog_le_t {
    display: flex;
    justify-content: center;
    font-family: "Noto Sans TC", serif;
    font-weight: 400;
    color: #444;
}
h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}

.blog_subbox {
    grid-template-columns: 1fr;
    grid-gap: 70px;
}

.blog_list_le img {
    padding: 15px;
    border: 1px solid #c0c0c0;
    border-bottom: none;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #fff;
    z-index: 9999;
}

.subbox_item a {
    grid-template-columns: 350px 1fr;
}

.accordion li .link a {
    letter-spacing: 2px;
    font-weight: 500;
    color: #444;
}

.blog_list_ri h5 {
    color: #444;
    font-size: 18px;
}

.blog_list_ri p {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #0C263D !important;

    transition: all .4s ease-in-out;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
}

.submenu li.on_this_category a, .submenu a:hover {
    background: #6c9ac2;
    color: #FFF;
}

.subbox_item {

    border-bottom: 1pt solid #c0c0c0;
}

.subbox_item a:before {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    padding: 11px;
    border-top-left-radius: 15px;
    letter-spacing: 1px;
    background: #0c263d;
    transition: all .6s;
    color: #e3e3e3;
    opacity: 1;
}

.news_related h6 span:before {
    font-size: 22px;
    color: #444;
    letter-spacing: 1px;
}

.lastPage {
    background: #0C263D;
    margin: 20px auto 10px;
}

.blog_box_edit * {
    line-height: 150%;
    color: #444;
    letter-spacing: 0.04em;
    font-size: 15px;
}

h4.blog_category_title {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.subbox_item a:hover:before{
    opacity: 0;
    transition: all .5s;
}

.subbox_item a:after {
    top: 0;
    bottom: -1px;
    border: none;
    transition: all .5s;
    background: linear-gradient(to bottom, #ffffff00, #0C263D66);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}

.subbox_item a:hover:after{
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog_back a.article_btn_back {
    background: #0C263D;
}

.blog_back a.article_btn_next,.blog_back a.article_btn_prev{
        background: #6c9ac2;
}

.news_related_list li a{
    transition: all .5s;    
}

.news_related_list li a:hover{
    transform: translateY(-20px);
    transition: all .5s;
}

@media screen and (max-width: 768px) {
    h5.blog_le_t {
        padding-bottom: 15px;
        justify-content: flex-start;
    }
    a.news_menu_toggle i {
        color: #0C263D;
    }
    }


    @media screen and (max-width: 600px) {
        .subbox_item a {
            grid-gap: 25px;
            display: flex;
            position: relative;
            flex-wrap: wrap;
            padding: 16px;
        }
        }



/********分隔線**************************************************************/


/*預設解除背景輪播*/
#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 {
height: 300px;
position: relative;
background-image:url(https://pic03.eapple.com.tw/factoryregistration/banner01.jpg)
}
.banner h5 {
    position: absolute;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    top: 50%;
    font-weight: 400;
    width: 100%;
}

.article_a .banner h5:after {
    content: 'SUCCESS STORIES';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    top: 3%;
    color: #495924;
    z-index: -1;
    width: 100%;
}

@media screen and (max-width: 768px) {
#bottom_menu li a {
    background: #0c263d;
    color: #fff;
}
.stellarnav a.dd-toggle .icon-plus:after,.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 2px #777;}
.header_area.sticky {
    backdrop-filter: none;
}
#bottom_menu{box-shadow: none;}
.stellarnav .menu-toggle {
    padding-top: 26px;
    transition: all .5s;
}
.header_area.sticky .stellarnav .menu-toggle {
    padding-top: 15px;
    transition: all .5s;
}
.stellarnav > ul > li:after{display: none;}
.footer.with_shopping_mode { padding:30px 0 55px; }
    #to_top {
        background: transparent;
        left: unset;
        right: -4px;
        bottom: 70px;
        box-shadow: none;
    }
.stellarnav > ul > li > a:before{display: none;}
.stellarnav > ul > li > a{text-shadow: none;}
.pageIndex .stellarnav > ul > li > a {text-shadow: none;}
.header_area.sticky .stellarnav > ul > li:hover > a{    transform: translateY(0px);}
.header_area.sticky .stellarnav > ul > li > a{    margin: 0 15px}
.stellarnav.mobile li.open li.open {
    padding: 0px;
}
.stellarnav.mobile li.open {
    background: #f3f3f3;
    padding: 0px 10px 10px 10px;
}
.stellarnav > ul:hover > li > a {opacity: 1; }
.stellarnav > ul > li:hover > a {opacity: 1;  }

.stellarnav.mobile > ul > li > a b {display: grid}

.stellarnav > ul > li > a > b:nth-child(2) {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #0c263d;
}

.stellarnav.mobile > ul > li > a {
    padding: 25px 43px 10px 10px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
    padding-top: 20px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
margin-left: 0px;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
    margin-left: 30px;
    font-size: 15px;
    border-left: 1pt solid #bababa;
    padding: 10px 20px;
    color: #878787;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    background: transparent;
    color: #444;
}
.stellarnav.mobile li.open {
    background: #fff;
}

.stellarnav li a {
    color: #444;
    background: transparent;
    border-radius: 0px;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}

.stellarnav.mobile ul ul {
    padding: 2px;
    box-shadow: none;
}

.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding: 0px;
}

.stellarnav.mobile ul ul ul {
    margin-left: 30px;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    top: -1px;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: #0c263d;color: #fff;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after{border-color: #fff;}


}


@media screen and (max-width: 600px) { 
}




/*其他********************/
.path p, .path p a {
    font-size: 13px;
    letter-spacing: 1px;
}