@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}
*/

/*預設解除背景輪播*/
#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;}}

.copy { background: #7e93a9; text-align: center; padding: 7px 0;  font-size: 13px;  color: #ffffff;  border-top: 1px #fff solid;  margin-top: 15px;}
.copy a {  color: #fff;}
.swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/heyu/slogan01.png) no-repeat;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: 100;
    background-size: contain;
    background-position-x: center !important;
}

.swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/heyu/slogan02.png) no-repeat;
    top: 0;
    right: 0; /* ❗改成 0 */
    width: 50%;
    height: 100%;
    z-index: 100;
    background-size: contain;
    background-position: right center;
}

.swiper-slide:nth-child(1).swiper-slide-active::after {
    animation: slide-left 1s 0.5s both;
}

.swiper-slide:nth-child(2).swiper-slide-active::after {
    animation: slide-top 1s 0.5s both;
}

/* 動畫從下到上 */
@keyframes slide-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 動畫從左滑入 */
@keyframes slide-left {
    0% {
        left: -5%;
        opacity: 0;
    }
    100% {
        left: 0%;
        opacity: 1;
    }
}

/* RWD：手機版寬度 430px 以下隱藏分頁點 */
@media screen and (max-width: 430px) {
    .swiper-pagination-clickable .swiper-pagination-bullet {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .swiper-slide:nth-child(2)::after {
        width: 70%;
        right: 0;
        background-position: center right;
    }
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*主選單顏色*/
.main_header_area {background: #fff;}
.main_header_area {position: fixed;width: 100%;}
.tp_links a.me_tp_call:before { display: none;}
.tp_links a.me_tp_mail:before {display: none;}

.shop_search_btn {
    background: #0d477a;}


.main_header_area {background:#ffffff8c;}

.nav-menu>li>a {
    padding: 18px 22px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
	color: #ffffff;
    text-transform: uppercase;
}

.stellarnav ul { margin: 0; padding: 0px; text-align: right;}

/*選單滑鼠滑過顏色*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #0d477a;}

/*下拉選單顏色*/
.nav-dropdown>li>a {  width: 100%;  padding: 16px 20px;  display: inline-block;  text-decoration: none;  float: left;  font-size: 16px;}

/*選單*/
/*選單白色底線拿掉*/
.nav-menu>li>.nav-dropdown {  border: none;}
.submenu-indicator-chevron { display:none;}
    
/*下拉選單顏色(滑到)*/
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus { color: #343a40; background-color:#0d477a;} 
.header_area{ position: fixed; width: 100%; }
.sticky .main_header_area{ background: #003060;  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);transition: all .5s;  transition-timing-function: ease-in-out; }
    
.nav-header { padding:0px;transition: all .5s;transition-timing-function: ease-in-out;}
.sticky .nav-header{ padding: 6px 10px; transition: all .5s; transition-timing-function: ease-in-out;}
.nav-brand {width: 300px;transition: all .5s;transition-timing-function: ease-in-out;}
    
.sticky .nav-brand {  width: 256px; margin-top: 3px;}
.nav-menu { margin: 40px 0 20px 0; transition: all .5s; transition-timing-function: ease-in-out;}
    
.sticky .nav-menu { margin: 40px 0 0 0;transition: all .5s;transition-timing-function: ease-in-out;}

/*選單跟LOGO的左右位置*/
.main_header_area .container {  max-width: 70%;}

/*logo*/
.header_area { padding:0px; position: fixed;}
.header_area .nav-brand {  padding: 10px 10px;  max-width: 200px;  width: 100%;}
.header_area .nav-brand img {
    filter: invert(0) brightness(1) drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    transition: all 0.3s;
}
.header_area.sticky .nav-brand img {
    filter: invert(1) brightness(3) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    transition: all 0.3s;
}

/*menu*/
.stellarnav { align-items: center; text-align: right;}
.stellarnav> ul>li {display: inline-block;text-align: left;}

.navigation {width: 100%;position: relative;padding: 0;/* display: grid; */grid-template-columns: 150px 1fr;grid-gap: 0 20px;}

.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; color:#231815;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #0d477a;}
.stellarnav li.has-sub > a::after { display: none; border-top: 6px solid #fff;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #0d477a;}/*下拉箭頭*/

/*menu變化變化*/
.header_area.sticky .main_header_area
.stellarnav>ul>li>a,.header_area.sticky{ color: #fff;}

.header_area.sticky .main_header_area.stellarnav li.has-sub > ul > li > a {color: #fff;}

.header_area.sticky .main_header_area
.stellarnav>ul>li>a:hover { color: #f3a04d;}

.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 ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}

.stellarnav> ul>li:nth-of-type() ul{display: !important;}
.stellarnav> ul>li:nth-of-type()>a::after {display: ;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #0d477a; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a {color: #0d477a;/* padding: 7px 20px 7px 5px; */font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {color: #777;font-size: 13px;font-weight: normal;padding: 7px 5px;border-left: 1px solid transparent;background: transparent;transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #0d477a; padding-left: 10px; border-left: 5px solid #0d477a; transition: all 0.3s;}
.stellarnav > ul > li:nth-child(6) > ul > li:nth-child(1) {display: ;}/*隱藏相簿全部*/

/*--手機板選單---------------------------------------*/
/*選單*/
.stellarnav .menu-toggle span.bars span { background: #ada17e;}
.stellarnav .menu-toggle:after { color: #ada17e;}
/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; }
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #0d477a; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav a.dd-toggle .icon-plus { width: 0;  top: -18px;  left: -10px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #0d477a;}

/*下拉*/
.stellarnav.mobile li.open { background: #8dacd5; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}
.stellarnav ul ul ul {max-height: 300px;overflow: auto;}/*次分類部下滾輪*/

/*----------------------------------手機板大圖----------------------------------*/


/*--RWD---------------------------------------*/
@media screen and (max-width: 430px) {    .me_tp_features {display: none;   } }

@media screen and (max-width: 425px){.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #265444;}}
@media screen and (max-width: 1440px) {  .swiper-pagination { display: none;}}

@media screen and (max-width: 1024px) { 
    /*header*/
    .navigation { width: 100%; position: relative; display: flex;}
    .pageIndex .header_area { position: fixed;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 150px; margin: 0; padding: 0; transition: .3s ease-in-out;}
    .nav-brand img{margin-top: 0px;max-width: 100%;}
    .me_tp_features { text-align: center; margin: 0px 0 0; }

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 5px 10px; z-index: 123;top:0 ; left:0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 90px; margin-top: 10px; transition: .3s ease-in-out;}   

    /*menu*/
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a  {text-shadow:none;}
    .stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {  color: rgba(5, 27, 55, 1);}
    
    .stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; color: #333;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile { position: absolute; left: 0; top: 10px; width: auto; display: inline-block;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}}
  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}


/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*下拉選單頁面*/
ul.page {}
.other_promotion{display: none;}
.promotion_title {  display: none;}

/*SubMenu*/
.sticky .me_tp_features a { color: #fff;}

.tp_links { display: none;}
.fa-credit-card{display: none;}
.me_tp_features a.tp_btn_notice {display: none;}
.box_search {position: relative;display: inline-block;  vertical-align: top;  width: 160px; margin-bottom: 5px;}

/*購物車/＝＝＝＝＝*/
#content {
    width: 100%;
    max-width: 100%;
    background: url(https://pic03.eapple.com.tw/) top repeat-y;
    background-size: cover;}

.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {   width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .item a:hover .more {    background: #0d477a;}
/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #0d477a;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #0d477a;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #0d477a; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #0d477a;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #0d477a;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.product_pic #bx-pager h6 {display: none;}
/*按鈕顏色*/
.inquiry_a1, .inquiry_a2, .inquiry_a3{}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{}

.sidebarBtn form:nth-of-type(2) { position: absolute; left: 0; width: 100%; max-width: 270px;}
.toShare {margin-top: 175px;}

.lastaction { color: #0d477a; background-color: #dedede;}
.nextaction { background-color: #0d477a;}
.lastPage {    background: #0d477a;}
/*商品側邊規格*/
.product_info li .txt_box {color: #222222;    width: 100%;}
.sidebarBtn .sp_price { color: #8cbefa;}
.sidebarBtn { border: none; background: #fff;  box-shadow: 0 0 10px #0d477a; position: relative;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #fff;}
.prod_related {background: #5d96c8;}
.related_list li a p {color: #fff; background: #01385f;}

.products-list .more {
    border: 1px solid #0d477a;
    color: #0d477a;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.products-list .item a:hover .more { background: #0d477a; color: #fff; letter-spacing: 2px;}
.inquiry_a1 {background: #0d477a;}
.inquiry_a2 {background: #0d477a;}
.inquiry_a2:hover{background: #0d477a;}
.inquiry_a1:hover{background: #0d477a;}


@media screen and (max-width: 1200px) { .products-list {    grid-template-columns: 1fr 1fr 1fr;} }
@media screen and (max-width: 1024px) {.product_page .products-list {    grid-template-columns: 1fr 1fr;}}

@media screen and (max-width: 768px) {
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}

/*順序*/
.product_page .products-list {    order: -1;}}

@media screen and (max-width: 600px) {.stellarnav .menu-toggle {padding: 5px 10px;}
.prod_related h6 span:before{font-size: 20px;}

/* 首頁購物車 */
.animated-arrow {margin-bottom: 50px;}}
@media screen and (max-width: 375px) {.products-list , .product_page .products-list  { grid-template-columns: 1fr;}}


/*按鈕*/
.animated-arrow { background: #0d477a; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #0d477a; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #0d477a; border: 1px solid #0d477a;}
.lastPage { background: #0d477a;}
.pd_tabTitle li.activeTab::after { height: 5px;  background: #0d477a;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:static; 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;}}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer_logo a img { filter: invert(1) brightness(3);}
.footer_logo {  display: inline-block;  vertical-align: top;  max-width: 200px;  margin: 0;}
.footer_info {  padding: 0;  display: grid;  grid-gap: 20px;  justify-items: center;}
.footer { background: #003060;}
.footer_info { padding: 0;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info li:nth-child(1) { display: inline-block; width: 49%; padding: 5px 18px;}
.footer_info li p {color: #fff;}
.footer_info li p a { color: inherit; }

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 49%; vertical-align: top; border-left: 1px solid #fff;;}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(125px,100%), 1fr)); gap: 0px;}/*footer按鈕最小寬度100px*/
.footer_menu a {margin: 5px;padding: 5px 10px;background: transparent;text-align: center;border: 1px #fff solid;color: #fff;border-radius: 10px;}
.footer_menu a:hover { background: #f09f57; color: rgb(255, 255, 255); border: 1px #FFf solid;}

/*聯絡icon*/
.box_link {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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {}

/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

h5.blog_le_t {font-size: 22px;color: #1a1a1a;font-family: 'Noto Sans TC';letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] { font-size: 15px;letter-spacing: 0.15em;color: #000000;border: solid 1px #21413999;
    border-radius: 0;padding: 10px 35px 10px 15px;}

.blog_le .accordion {border-radius: 0;border: 0;letter-spacing: 0.05em;}
.accordion li+li .link {border-top: 1px solid #21413999;}
.accordion li .link a {padding: 15px 20px;color: #1a1a1a;font-size: 16px;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #0d477a !important;}

.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.blog_le {padding: 0;width: 15%;}
.blog_ri {width: 80%;padding: 0;}
.blog_page h4.blog_category_title {padding: 5px 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns:repeat(3, 1fr);}
.subbox_item a {display: flex;grid-gap: 10px;flex-direction: column;padding: 10px;border: 2px dotted #21413999;}
.blog_list_ri {display: flex;padding: 0 8px 10px;flex-direction: column;align-items: flex-start;}
.blog_list_ri>*+* {margin-bottom: 0;}
.blog_list_ri em {order: 1;font-size: 13px;letter-spacing: 0.08em;color: #ccc;}
.blog_list_ri h5 {order: 2;font-size: 18px;letter-spacing: 0.05em;color: #1a1a1a;padding: 15px 0;line-height: 1;}
.blog_list_ri p {order: 3;font-size: 15px;color: #1a1a1a;letter-spacing: 0.05em;}

.subbox_item a:after {background: #f3f3f3cc;border: 0;}
.subbox_item a:before {transform: translate(-50%, -50%);top: 50%;left: 50%;bottom: auto;right: auto;font-size: 18px;letter-spacing: 0.08em;
    color: #ffffff;padding: 10px 15px;background: #0d477a;width: 65%;text-align: center;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿內頁*/
.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {
    color: #1a1a1a;font-size: 25px;font-weight: 500;letter-spacing: 0.05em;
    border-bottom: 1px #21413999 solid;padding: 0 0 20px;line-height: 1;margin-bottom: 20px;}

.blog_shareData .visitors_num, .blog_shareData .visitors_num i::before, .toShareNews b {color: #1a1a1a;}
.blog_box_edit * {line-height: 175%;}
.news_tags a {color: #1a1a1a;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {font-size: 16px;letter-spacing: 0.2em;padding: 15px;transition: 0.5s ease;}
.blog_back a:hover {letter-spacing: 0.35em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #0d477a;}
.blog_back a.article_btn_back {background: #f09f57;}

.news_related {background: #2d564b61;padding:0;}
.news_related h6 { max-width: 1500px;margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 25px;color: #1a1a1a;font-weight: 500;letter-spacing: 0.08em;}

@media screen and (max-width: 1300px) {
.blog_le {width: 20%;}
.blog_ri {width: 75%;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width: 1024px) {
h5.blog_le_t {font-size: 20px;}
.accordion li .link a {padding: 15px;font-size: 15px;}
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
.blog_list_ri h5 {padding: 10px 0;}
.subbox_item a:before {font-size: 16px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;}
.blog_le {width: 100%;}
.blog_ri {width: 100%;}
.blog_search {margin-bottom: 0;}
.blog_page h4.blog_category_title {padding: 0;}
.subbox_item a {padding: 8px;}
.blog_back {grid-gap: 10px;padding-top: 30px;}
}

@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.blog_in_page h4.blog_category_title {font-size: 22px;padding: 10px 0 20px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 span:before {font-size: 22px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
}

/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    font-size: 37px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px #000000;
}

.banner.banB{  display: none;}

.banner.banF{ 
    background-image: url(https://pic03.eapple.com.tw/heyu/bn02.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banblog { 
    background-image: url(https://pic03.eapple.com.tw/heyu/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}


@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display:; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1440px) {
    .stellarnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
     margin: 0px ; }
}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display:; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}
.contact_content {margin: auto;padding: 20px 100px;}

/*標題*/
.blank_letter { color: #0d477a;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #0d477a;}
.contact_form li.last cite {background: #0d477a;}

@media screen and (max-width: 425px){
    .stellarnav.mobile > ul > li.has-sub > a {
        padding: 20px 30px;}
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
    .contact_content { margin: auto;padding: 20px 10px;}
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { 
    .stellarnav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
}

@media screen and (max-width: 768px) { 
    .header_area.sticky .main_header_area .stellarnav>ul>li>a { color: #333; }
    .footer_info li:nth-child(1) { display: inline-block; width: 100%; padding: 5px 18px; text-align: center;}}


@media screen and (max-width: 425px) { 
.header_area .nav-brand { max-width: 80px;}
.me_tp_features{display: none;}
.header_area { padding: 0px; position: fixed;}
.footer_logo img {max-width: 240px;width: 100%;padding: ;}}


.show_content .fadeInUp .animated15 {animation: none ;}
.fadeInUp{ animation: none ;}

.tp_links { display: none;}
.box_link{ display: none;}