@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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*右上icon隱藏*/
.fa-envelope::before {    content: unset;}
.tp_links a {    display: none;}

/*基本設定*/
.pageIndex .main_part {
    border-top: 0px solid #ccc;}


/*中間小標刪除*/
.path { display:none;}


/*header最右側icon*/
.nav-menu>li:last-child {display:unset;}

/*網站按鈕*/
.animated-arrow {    background: #311C83;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.navigation {    padding: 15px 0 15px 270px;}
.pageIndex .header_area {    position: fixed;    width: 100%;}
.main_header_area {   
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
    background: #ffffffd7;}
.me_tp_features {  margin-bottom: 0px; }
.me_tp_features a {  margin: 0 0px;   margin-left: 10px;}

/*LOGO*/
.nav-brand {width: 172px;}

/*選單*/
.stellarnav>ul>li {    font-family: "Noto Sans TC", 微軟正黑體, arial, sans-serif;}
.stellarnav > ul > li:hover:after {
    height: 3px;
    width: 82%;
}

.stellarnav > ul > li > a {
    padding: 25px 0px 25px 20px;
    margin: 0 5px 0px 10px;
    letter-spacing: 0.5px;
    color: #4b4a4a;
    display: block;
    line-height: 0;
    height: 0;
}
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {
    color: #311C83;
    filter: unset;
}
.stellarnav > ul > li:hover > a:not(.tp_links a):before {
    opacity: 1;
    left: 5%;
    transition: all .5s;
}
.stellarnav > ul > li:not(.tp_links) > a:before {
    content: "";
    background: #311C83;
    width: 8px;
    height: 8px;
    opacity: 0;
    left: 15%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
    text-align: center;
    top: 50%;
    transition: all 0.5s;
    border-radius: 100%;
}
.stellarnav li {    letter-spacing: 0.5px;}
.stellarnav li.has-sub > a:after {content:unset;}

/*隱藏*/
.stellarnav li:nth-child(5) ul li:nth-child(1) {display: none;}

@media screen and (max-width: 1024px) {
    .header_area.sticky {   position: relative;}
    .pageIndex .header_area {    position: relative;}
    .navigation {   padding: 12px 0px;}
    .nav-brand { display:unset}
    .nav-brand img {    width: 250px;}
    .stellarnav > ul > li > a {   padding: 25px 10px 25px 30px;}
    .me_tp_features { margin: 0px 0; margin-bottom: 0px;    }}
    
@media screen and (max-width: 768px) {
    .header_area.sticky {   position: fixed;}
    .main_header_area {    background: #ffffff;}
    .bannerindex {  rgb(255, 255, 255)25px 0px 0px 0px;   }
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {padding: 79px 15px;}
    .navigation {   padding: 0px 0px;}
    .me_tp_features {  margin: -25px 0;}
    .nav-brand img {   padding-bottom: 13px;}
    .stellarnav > ul > li:not(.tp_links) > a:before {background: none;}
    }
    
@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {padding: 79px 0px;}}

/*下拉*/
.stellarnav li li:hover {  background: #311C83;}
.stellarnav li a:hover {   color: #ffffff;}
.stellarnav > ul > li.drop-left > ul {  left: 0;}

/*下拉選單*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/pinyich/bn.jpg)center top;
}
.banner h5 {
    color: #fff;
    padding: 0px 0px;
}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
.module_i_news li:nth-child(n+4) {display: none;}


@media screen and (max-width: 768px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {    background: #ffffff;  padding: 15px 0 0;}
.footer_logo {  margin: 9px 0px;   width: 250px;}
.footer img { width: 100%;}
.footer_info {    padding: 0;}
.footer_info li:nth-child(1) {  padding: 40px 0px 16px 0px;}
.footer_info li:nth-child(2) {  padding: 0px 0px;}

.footer_menu a {
    padding: 5px 20px;
    border: unset;
    color: #ccc;
    background: unset;}
.footer_menu a:hover {
    background: #311C83;
    color: #fff;
}

/*footer旁icon隱藏*/
.box_link a {    display: none;  border: none;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .footer_info {    padding: unset;}
    .footer_logo {
        margin: 0px 0px;
        margin-inline: auto;
    }
    .footer_info ul {
        text-align: center;
    }
    .footer_info li {
        padding: 2px;
    }
    .footer_info li:nth-child(1) {
        padding: 0px 0px 16px 0px;
    }

}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*最新活動*/
.other_promotion li a:before {
    border: 1px #311C83 solid;
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after {
    border: 1px #311C83 solid;
    border-top: none;
    border-left: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news li {    width: 33%;}
.module_i_news li a:before {
    background: #311C83;
    color: #fff;
    opacity: 0;
    top: 100%;
    width: 100%;
    transform: translate(0%, 0%)}
.module_i_news li a:hover::before {     top: 81%;  transform: translate(0%, 0%) translateY(20%);    opacity: 1;}
.module_i_news li a:after {    background: unset;    border: unset;}

/*一排呈現
.subbox_item { width:100%;}
*/
/*文章設定*/
.blog_le .accordion {
    border-radius: 0px;
    border: 0px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #311C83 !important;
}
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #afafaf;
}
.subbox_item a:before {
    color: #311C83;
}
.subbox_item a:after {
    border: 1px #311C83 solid;
}

/*文章內頁*/
.blog_back a.article_btn_back {
    background: #311C83;
}
.blog_back a.article_btn_prev {
    background: #afafaf;
}
.blog_back a.article_btn_next {
    background: #afafaf;
}

@media screen and (max-width: 768px) {
.module_i_news li {    width: 100%;}
.blog_list_le {    width: 35%;}
.blog_list_ri {
    padding: 0px 15px;
    width: 60%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {
    background: rgb(0 0 0 / 25%);
    border-radius: 0px;}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #aaa;}
.show-list .show_name {
    text-align: center;
    margin-top: 15px;}
.show-list .item:hover .show_name {    color: #311C83;}
.other_album_choice li {
    background: #311C83;
    border-radius: 10px;
    font-size: 13px;}
.other_album_choice li .fa {
    height: 12px;
    vertical-align: baseline;}
.fa-2x {    font-size: 1em;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁購物車*/
.prod_part li.item:nth-child(n+5):nth-child(-n+500) { display: none;}/*5至500的首頁商品隱藏*/

/*購物車*/
.product_page .main_part { max-width:1400px;}
.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;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px;min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .item { padding: 0 12px; margin: 0 0 16px 0; }
.products-list .item a:hover .more {   background: #311c83;}
.products-list .name {    text-align: center;}
.products-list .price {   margin: 0px 0;}
.products-list .pic {padding-bottom: 0;   height: 100%;   border-radius: 0px;     overflow: hidden;  box-shadow: 0px 0px 10px #aaa;}
.products-list .pic img {border-radius: 0px;transform: scale(1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.1);}
.products-list .more {   border: 1px solid #311C83;   color: #311C83;}
.products-list a:hover .more {   background: #311C83;   border-color: #311C83;   color: #fff;}

.product-layer-two li ul { position:static; margin-top:10px; display:block !important; width:100%; margin-left:0;}
.product-layer-two li.active a {border: none; color: #fff;  background-color: #311c83;}
.product-layer-two li:hover ul { border: none !important; display:block !important;}
.product-layer-two li li { display: block; padding:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%;  margin: 7px 0px 0 0; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two li a {    border: unset; text-align: center; padding: 10px 7px; background: none;  color: #311C83;    transition: all 0.3s;}
.product-layer-two li a:hover {transform: translateX(10px);   transition: all 0.3s;}
.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: #fff; 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 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;}

.bx-wrapper .bx-viewport {   border: unset;   box-shadow: 0px 0px 10px #aaa;  background: #fff;}
.bx-wrapper img {    margin: 0 auto;}
.products-list .price {display: none;}/*隱藏價格*/
.product_pic #bx-pager {color: #311C83;}
.product_pic #bx-pager .block {    background: #311C83;}
.product_main .prod h3 {   display: inline-block; padding: 8px 20px 10px; background: #311C83;  color: #fff;  border-radius: 30px;  margin-bottom: 15px;}
.qaform {    margin: 0px auto;}
.sidebarBtn {    border: 5px #311c83 solid;}
.sidebarBtn .price {display: none;}/*產品頁隱藏價格*/

/*購物車所有按鈕*/
.inquiry_a1 {    background: #685d91;}
.inquiry_a2 {    background: #352c57;}
.lastaction {
    color: #fff;
    background-color: #333;}
.nextaction {    background-color: #311C83;}
.lastPage {    background: #000;}

/*相關推薦*/
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

@media screen and (max-width: 1200px) {
.mobile_product_name {    text-align: center; margin-bottom: 30px;}
}
@media screen and (max-width: 1024px) {
    .products-list .item {width: 24%;}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 49%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.products-list .item { width: 49%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 1;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto 50px; display: block;}
.related_list li {    width: 45%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_form li input.noborder {   border: unset;}
.contact_form li textarea.noborder {   border: unset;}
.contact_form li {   display: block;   padding-top: 10px;   padding-bottom: 10px;   padding-left: 90px;   border-bottom: 1px solid #C2BCB4;}
.contact_page .contact_content {padding: 0;}
.blank_letter {color: #311C83;}
.contact_content .information_left {  display: none;}
.contact_content .information_right {    width: 100%; padding: 1% 25%;}
.list_before.info li {    padding-left: 36px;    letter-spacing: 1px;}
.list_before.info li::before {    letter-spacing: 1px;}

.contact_form {    margin-top: 0;}
.contact_form li {padding-left: 0;}
.contact_form li .form__label {    width: 90px;    text-align: left;margin-left: 0;    letter-spacing: 0.5px;}
.contact_form li .form__insert {    width: 85%;}
.contact_form li.last cite {   background: #311c83;  }
.contact_form li.last blockquote {   color: #311c83;}
.contact_form li.last blockquote, .contact_form li.last cite {   border: 1px #311c83 solid;}
input[type="checkbox"], input[type="radio"] {        margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {    margin-left: 10px;background-color: #ffffff;    border: 1px solid #666;    color: #000;}
.noborder {padding: 5px 5px;}

@media screen and (max-width: 768px) {
.contact_content .information_left {     width: 100%;}
.contact_content .information_right {    width: 100%;}
}
@media screen and (max-width: 425px) {
    .contact_content .information_right {    padding: 1% 5%;   }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




