@charset "utf-8";
/*澄軒飲水-員林店*/
@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=Tenor+Sans&display=swap');


/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #eeeeee;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #60c6ec;
    border-radius: 3px;
}

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}
#content{ 
    position: relative;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #deecef, #deecef);
}

#content::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/taichuan/water_droplets_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 232px;
    z-index: 0;
    bottom: -5%;
}
.contact_page  #content::before{
    display: none;
} 

.services_page #content::before{
    display: none;
}



/*版面*/
.contact_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.album_class_page .main_part{
    width: 100%;
    max-width: 76%;
    margin: auto;
    padding: 0;
}
.promotions_page .main_part{
    width: 100%;
    max-width: 70%;
    margin: auto;
    padding: 2% 0 4% 0;
}
.promotions_page .show_content{
    padding: 4%  0;
}
.album_page .main_part,.album_class_page .main_part{
     width: 100%;
    max-width: 76%;
    margin: auto;
    padding: 2% 0 4% 0;
}
.album_info_page  .main_part{
     width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 2% 0 4% 0;
}
.services_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    z-index: 1234;
    position: relative;
}
.blog_in_page .main_part,.blog_page  .main_part{
    width: 100%;
    max-width: 78%;
}
.articel_mainPic img{
    display: none;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #e2e2e2 !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #3e3e3e !important;
}
.blog_le .accordion{
    border-radius: 4px;
}


/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}
/* 泡泡樣式1 */
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1884px;
    max-height: 764px;
    background-image: url(https://pic03.eapple.com.tw/taichuan/big_bubble1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: float-burst1 6s ease-in-out infinite;
    opacity: 0.8;
}
/* 漂浮 + 消失動畫 */
@keyframes float-burst1 {
  0% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateX(-20px) translateY(-100px) scale(1);
  }
  70% {
    transform: translateX(40px) translateY(-200px) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(80px) translateY(-300px) scale(1);
    opacity: 0;
  }
}
/* 泡泡樣式2 */
.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1840px;
    max-height:596px;
    background-image: url(https://pic03.eapple.com.tw/taichuan/big_bubble2.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: float-burst2 6s ease-in-out infinite;
    opacity: 0.8;
}
/* 漂浮 + 消失動畫2 */
@keyframes float-burst2 {
  0% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateX(-20px) translateY(-100px) scale(1);
  }
  70% {
    transform: translateX(40px) translateY(-200px) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(20px) translateY(-300px) scale(1);
    opacity: 0;
  }
}

.main_header_area .container{
   max-width: 84%;
}
.navigation{
    grid-template-columns: 20% 1fr;
}
.pageIndex  .header_area{
    position: fixed;
    width: 100%;  
    background-color: #ffffff;
    filter: drop-shadow(5px 0 10px #99999944);
}
.pageIndex .header_area.sticky{
    position: fixed;
    width: 100%;  
    background-color: #ffffff;
}
.header_area{
    position: relative;
    width: 100%;  
    background-color: #ffffff;
    filter: drop-shadow(5px 0 10px #99999944);
}
.header_area.sticky{
    position: relative;
    width: 100%;  
    background-color: #ffffff;
}
.nav-header{
    max-width: 100%; 
}
.stellarnav ul{
    padding: 1% 0 0 0;
}
.stellarnav > ul > li > a {
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0 0 0 30px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 17px;
}
.stellarnav > ul > li > a:hover{
    color: #F1B835;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}
.stellarnav.desktop li.has-sub a{
    text-align: center;
}

/*內頁BANNER 設定*/
.banner {
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/taichuan/all_banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 355px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    animation: bgMove 4s ease-in-out infinite alternate;
}
@keyframes bgMove{
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}

.contact_page  .banner{
    display: none;
}

.banner h5 {
    width: 100%;
    color: #069FB7;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 4px;
    font-size: 36px;
    padding-bottom: 4%;
    display: flex;
    z-index: 2;
    justify-content: center;
}
.product_page .banner::after, .product_info_page .banner::after{
    content: 'PRODUCT';
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #f1f1f1;
    bottom: 23%;
    z-index: 0;
    width: 100%;
}
.services_page .banner::after{
    content: 'PROCESS';
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #f1f1f1;
    bottom: 23%;
    z-index: 0;
    width: 100%;
}
.promotions_page .banner::after{
    content: 'DISCOUNT';
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #f1f1f1;
    bottom: 23%;
    z-index: 0;
    width: 100%;
}
.blog_page .banner::after,.blog_in_page .banner::after{
    content: 'KNOWLEDGE';
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #f1f1f1;
    bottom: 23%;
    z-index: 0;
    width: 100%;
}
.album_page  .banner::after,.album_class_page .banner::after{
    content: 'CASE';
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #f1f1f1;
    bottom: 23%;
    z-index: 0;
    width: 100%;
}
.contact_page .banner::after{
    content: 'CONTACT';
    position: relative;
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: #f1f1f1;
    bottom: 23%;
    z-index: 0;
    width: 100%;
}



/*相簿*/
.subalbum-menu h2 {
    color: #6caeb8;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2px;
    padding-bottom: 2%;
}
.album_fixed_title{
    background: transparent;
    display: none;
}
.other_subalbum li{background: transparent;}
.other_subalbum li a p {
    line-height: 2;
    text-align: center;
    padding: 2% 0 0 0;
    font-size: 18px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    color: #222222;
    font-weight: 500;
}
.other_album{
    padding-bottom: 4%;
}
.other_album_choice li{
    background: #6b9dac;
}
.other_album_choice li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC';
}
.show-list{
    grid-template-columns: repeat(3, 1fr);
}
.stellarnav > ul > li.drop-left > ul  >li:nth-child(1){
    display: none;
}
.show-list .show_name {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    text-align: center;
}
.pic-list{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}



/*促銷*/
.promotions_page .edit{
    font-family: 'Noto Sans TC';
    font-size: 17px;
    padding: 2% 0 6% 0;
    line-height: 180%;
}
.promotion_title h2 {
    font-size: 30px;
    color: #069fb7;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 1%;
}
.other_promotion{
    grid-template-columns: repeat(3, 1fr);
}
.other_promotion li{
    background-color: #ffffff;
}
.promotion_title *{
    font-weight: 500;
    font-size: 20px;
    color: #777;
}
.other_promotion li a{
    padding: 4% 4% 8% 4%;
    border: none;
}
.promotion_title span{
    border: none;
}
.other_promotion .pmtTitle h3 {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
}
.other_promotion .pmtTime span{
    font-size: 16px;
    color: #50728a59;
}

/*文章*/
h5.blog_le_t{
    text-align: center;
}
.accordion li .link a{
    color: #444;
    font-size: 18px;
    text-align: center;
}
.blog_subbox{
    width: 100%;
    grid-template-columns: 1fr;
}
.blog_list_ri h5{
    font-weight: 500;
    font-size: 24px;
    color: #0ca2af; 
    font-family: 'Noto Sans TC';
}
.blog_list_ri p{
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    line-height: 150%;
}
.subbox_item a::before{
    opacity: 1;
    color: #f1b73b;
    right: 4%;
    bottom: 8%;
}
.subbox_item a:after{
    background-color: transparent;
    border: none;
}
.subbox_item{
    border: 1px #ddd solid;
    background-color: #ffffff99;
    border-radius: 8px;
}
.subbox_item a{
    grid-template-columns: 28% 1fr;
}
.blog_list_ri{
    padding: 8% 0;
    padding-left: 4%;
}
.blog_list_ri p{
    padding-top: 2%;
}
.news_related{
    background: transparent;
}
.blog_box_edit * {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #444;
    line-height: 150%;
    letter-spacing: 1px;
}
.blog_back a.article_btn_prev{
    background: #c8c8c8;
}
.blog_back a.article_btn_next{
    background: #c8c8c8;
}
.blog_back a.article_btn_back{
    background: #9ac5cc;
}
.blog_list_le img{
    border-radius: 8px 8px 0 0;
}
.blog_ri{
    padding: 0 0 0 4%;
}
.show-list .item:hover .show_name{
    color: #F1B835;
}
.show-list .show_pic{
    border-radius: 8px;
}


/* 商品*/
.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;}
.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;}
.product_page .main_part {
    max-width: 1500px;
    z-index: 1;
    position: relative;
}
.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 ul{grid-gap: 0;}
.product-layer-two li ul { position:static; margin-top:0px; /*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;border: 1px #f4f4f4 solid;}
.product-layer-two li li a {
    padding: 4% 0 0 0;
    height: 44px;
}
.product-layer-two li li:hover > a { background:#fff; color:#53bccc;}
.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:0px;}
.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:#53bccc;}
.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;}
.prod_related{display: none; background: #ffffff;}
.lastPage{background: #c3c3c3;}
.prod_related h6 span:before{color: #6f6f6f; display: none;}
.product-layer-two li a{ font-family: 'Noto Sans TC'; color: #222222;}
.products-list .name {
    font-family: 'Noto Sans TC';
    color: #222222;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0;
    margin-bottom: 6%;
    padding: 0 12px;
}  
.prod_related{background: transparent;}
.sidebarBtn {
    border: none;
    background: #fff;
    box-shadow: 0px 1px 4px 0px #c3c3c39c;
    border-radius: 8px;
}
.products-list .more {
    border: none;
    color: #6f6f6f;
    padding-bottom: 0;
    border: 1px solid #bfbfbf;
}
.products-list .price{display: none;}
.products-list{ grid-template-columns: repeat(3, 1fr);}
.fa-circle-plus::before{color: #84cfd7;}
.product-layer-two li a {
    font-family: 'Noto Sans TC';
    color: #404040;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.products-list .item{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
}
.products-list .item a:hover .more{
    background: transparent;
    color: #069fb7;
    letter-spacing: 2px;
}
.sidebarBtn h2{
    color: #454545;
    font-size: 24px;
}
.inquiry_a2{
    background: #dfbd5f;
}
.inquiry_a1{
    background: #71c3cd;
}
.product-layer-two li.active a{
    border: none;
}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{
    text-shadow: 0 0 5px #00000042;
}
.pd_tabInner_contain{
    padding-bottom: 18%;
}
.pd_tabTitle li.activeTab a {
    color: #ffffff;
    font-family: 'Noto Sans TC';
    letter-spacing: 4px;
    font-size: 24px;
    background-color: #71c3cd;
    border-radius: 4px;
}
.pd_tabTitle li.activeTab::after{
    height: 5px;
    background: #53868e82;
}
.proImgSwiper{
    width: 94%;
}
.product_info_page .edit {
    font-family: 'Noto Sans TC';
    line-height: 180%;
}
#prod_thumbSwiper .swiper-slide::before{
    background: #0000004a;
}
.products-list{
    grid-template-columns: repeat(4, 1fr);
}
.page strong, .page a:hover{
    background: #56bccc;
    color: #fff;
}


/*聯絡我們*/
.contact_content{
    display: none;
    z-index: 1;
    position: relative;
}
.contact_form li{
    grid-template-columns: 1fr;
}
.contact_form li .form__label{
    display: flex;
}
.contact_form li.last cite{
    background: #08a0b7;
}
.contact_content .information_left{
    width: 32%;
}
.contact_content .information_right{
    width: calc(100% - 33%);
}
.blank_letter{
    color: #333333;
}
.contact_form li.last blockquote{
    color: #666;
    background-color: #ffffff;
    border: none;
}
.info_ADD2:before{
    content: "時間";
}
.info_TEL2:before{
    content: "手機";
}
.contact_form li input.noborder{
    border: none;
    background: transparent;
    border-bottom: 1px solid #adc0c3;
}
.contact_form li .form__label {
    display: flex;
    font-size: 16px;
    font-weight: 600;
}
.red{
    order: 2;
}
.list_before.info li{
    font-size: 16px;
    padding-left: 12%;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
}
.contact_form li textarea.noborder{
    border: none;
    background: transparent;
    border-bottom: 1px solid #adc0c3;
}
.contact_editbox{
    padding: 0;
}




/*麵包屑*/
.path{display: none;}

/*頁腳*/
.footer{
    background: #f3f9fc; 
}
.footer_info li p.tel:before{
    content: '市內電話：';
}
.footer_info li p.tel2:before{
    content: '陳先生電話：';
}
.footer_info li p.phone:before{
    content: '何小姐電話：';
}
.footer_info li p.add2:before{
    content: '店面服務時間：';
}
.footer{
    background: #f5f5f5;
    padding: 4% 0 0 0;
}
.footer .center{
    max-width: 80%;
}
.footer_info li p{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
}
.footer_info li p  a{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
}
.footer_menu a{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    border: none;
    color: #333333;
    background: transparent;
}
.footer_menu a:hover {
    background: transparent;
    color: #0ca1b7;
}
.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer_info{
    display: flex;
    flex-wrap: wrap;
}
.footer_info ul {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    padding: 2% 0 0 0;
}
.footer_info li:nth-child(1){
    width: 100%;
}
.footer_info li:nth-child(2){
    width: 100%;
    display: flex;
    align-items: center;
}
.box_link {
    position: relative;
    left: 0;
    width: 100%;
    max-width: fit-content;
    flex-direction: row;
    justify-content: flex-start;
}
.box_link a{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
}
.fa-phone-volume::before,.fa-mobile-screen-button::before,.fa-envelope::before{
    color: #333333;
}
.copy{
    border-top: none;
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 4%;
}
.copy a{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.privacyLinks{
    color: #333333;
}
.box_link a:nth-child(n + 3){display: none;}
.footer .fa-facebook-f:before,.footer .fa-line:before{color: #08a0b7;}

@media screen and (max-width: 1280px) {
.main_header_area .container {
    max-width: 90%;
}
.album_page .main_part, .album_class_page .main_part{
    width: 100%;
    max-width: 86%;
}
.show_content{
    padding: 0;
}
.subalbum-menu{
    padding: 0;
    margin: 30px 0 10% 0;
}
#content::before{
    bottom: -10%;
}

/*聯絡我們*/
.contact_content .information_left{
    width: 38%;
}
.contact_content .information_right {
    width: calc(100% - 39%);
    padding-left: 4%;
}

/*文章*/
.blog_in_page .main_part, .blog_page .main_part{
    width: 100%;
    max-width: 90%;
}
.subbox_item a{
    grid-template-columns: 34% 1fr;
}
.blog_list_ri {
    padding: 8% 8% 8% 2%;
}

}
@media screen and (max-width: 1024px) {
.pageIndex .header_area{position: relative;}
#content::before{
    bottom: -20%;
    background-size: contain;
}
.banner h5{
    padding-bottom: 0;  
    font-size: 32px;
}
.banner{
    padding-bottom: 0;
}
.banner::after{
    font-size: 36px; 
}
.products-list{
    grid-template-columns: repeat(2, 1fr);
}
.product_page .main_part{
    width: 100%;
    max-width: 86%;
}
.product_page .product_menu_list{
    width: 20%;
}
.product_page .products-list, .product-wrapper{
    width: calc(100% - 24%);
}
.product-layer-two li a{
    font-size: 16px;
}


/*聯絡我們*/
.contact_page .main_part{
    width: 100%;
    max-width: 84%;
}
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 50%;
}

.banner{
    background-size: 150%;
    height: auto;
}


/*文章*/
.blog_in_page .main_part, .blog_page .main_part{
    padding: 0;
}
.blog_list_ri {
    padding: 4% 8% 2% 2%;
}



}
@media screen and (max-width: 980px) {
.main_header_area .container{max-width: 100%;}  
.stellarnav .menu-toggle span.bars span{
    background: #ffffff;
} 
.stellarnav .menu-toggle:after{
    color: #343434;
} 
.stellarnav .menu-toggle span.bars span{
    background: #343434;
}

.banner{
    background-size: 180%;
    height: auto;
}



}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
#bottom_menu  .fa-line:before{
    color: #555555;
}
#bottom_menu li:nth-child(2),#bottom_menu li:nth-child(3),#bottom_menu li:nth-child(4){display: none;}
.stellarnav.mobile{top: 20%;}
.pageIndex .header_area{filter: unset;}
.stellarnav.mobile li.open{padding: 0;}
.stellarnav.mobile li a, .stellarnav.mobile li li.has-sub a {
    padding-left: 0;
    text-align: center;
}
.stellarnav li a{
    color: #777;
    font-family: 'Noto Sans TC';
}
.stellarnav.mobile li li.has-sub a{
    padding: 4px 43px 4px 10px;
}
.product_page .product-layer-two{
    width: 100%;
    order: 0;
    min-height: unset;
    display: flex;
    flex-direction: column;
}
.product_page .product-layer-two{
    gap: 0;
}
.product-layer-two > li{
    padding-bottom: 0;
}

.product_page .product_menu_list{
    text-align: center;
}
.product_menu_list ul{
    display: flex;
    flex-direction: column;
}
.product_page .main_part{
    width: 100%;
    max-width: 90%;
}
.products-list{
    grid-template-columns: repeat(1, 1fr);
}

.banner h5{
    font-size: 30px;
    padding-bottom: 0;
}
.product_page .banner h5::after, .product_info_page .banner h5::after{
    font-size: 23px;
}
.banner {
    background-size: 248%;
    background-color: #ffffff;
    height: 200px;
}

/*文章*/
.promotion_title em{
    padding: 0;
    margin: 0;
    border: none;
}

/*大圖*/    
/*換手機版大圖*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{ height:90vh; padding:0;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/taichuan/phone768-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/taichuan/phone768-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.header_area{
    filter: none;
}
.stellarnav ul {
    padding: 0;
}

/*產品*/
.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-layer-two {width: 100%; order: 0; min-height: unset;}
.product_menu_list ul{display: flex; flex-direction: row;}
.product_page .product_menu_list{width: 100%;}
.product-layer-two > li{border-bottom: none;}   
.fa-caret-down::before{
    color: #d5d5d5;
}
.product_menu_list>h5{
    color: #666666;
}
.product-layer-two li ul{
    flex-direction: column;
}
.product_menu_list>h5{
    font-size: 22px;
}
.product_info_page .main_part{
    width: 100%;
    max-width: 88%;
}
.mobile_product_name {
    color: #3c3c3c;
}


/*相簿*/
.show-list{  grid-template-columns: repeat(2, 1fr);}

/*聯絡我們*/
.list_before.info li {
    font-size: 16px;
    padding-left: 0;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    position: relative;
}
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.information_left, .information_right{
    padding: 0;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    font-size: 18px;
    font-weight: 500;
}
.list_before.info li{
    font-size: 18px;
    padding-left: 0;
}
.contact_form li .form__label{
    font-size: 18px;
    background: transparent;
}




/*頁腳*/
.footer_info ul{
    flex-direction: column;
}
.footer .center{
    max-width: 90%;
}
.footer_menu a{
    width: 48%;
}


}
@media screen and (max-width: 600px) {

}
@media screen and (max-width:480px) {
/*大圖*/    
/*換手機版大圖*/

.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{ height:56vh; padding:0;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/taichuan/phone480-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/taichuan/phone480-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}

.banner {
    background-size: 248%;
}
.album_page .banner::after, .album_class_page .banner::after,.product_page .banner::after, .product_info_page .banner::after,.services_page .banner::after,.promotions_page .banner::after,
.blog_page .banner::after, .blog_in_page .banner::after,.contact_page .banner::after{
    bottom: 0;
}




/*相簿*/
.show-list{  grid-template-columns: repeat(1, 1fr);}

/*文章*/
.blog_ri {
    padding: 0;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.blog_list_ri{
    padding: 4% 2% 14% 2%;
}
.blog_in_page .main_part, .blog_page .main_part {
    width: 100%;
    max-width: 82%;
}


/*促銷*/
.other_promotion{
    grid-template-columns: repeat(1, 1fr);
    z-index: 123;
    position: relative;
}
.promotion_title h2 {
    font-size: 25px;
    padding-left: 0;
}
.promotion_title span{
    padding: 0;
    margin: 0;
}
.promotion_title{
    padding-bottom: 8%;
}
.promotions_page .main_part{
    width: 100%;
    max-width: 84%;
}

/*頁腳*/
#content::before {
    background-size: 200%;
    bottom: -3%;
    background-position: bottom left;
}

}
@media screen and (max-width:380px) {
.swiper-banner{ height:70vh; padding:0;}


}
