@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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {    background: #7d7d7d;}

/*頁數*/
.page {margin: 40px 0;}
.page li.activeN {
    color: #000;
    font-weight: bold;}
.page li a {
    width: 30px;
    height: 30px;
    line-height: 29px;
    border: 1px #996c20 solid;
    color: #000;
    border-radius: 60px;
    padding: 0 10px;}
.page strong, .page a:hover {
    background: #996c20;
    color: #fff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {position: fixed;width: 100%;}
.header_area .main_header_area {
    background: linear-gradient(180deg, #ffffffc7, #ffffff00);
    transition: all 0.3s;}
.header_area.sticky .main_header_area {background: #fff2d7c7;backdrop-filter: blur(5px);transition: all 0.3s;}
.main_header_area .container {max-width: 90%;}
.me_tp_features {display: none;}
.navigation {padding: 0px 0 0px 230px;}
/*LOGO*/
.nav-header {display: flex;height: 100%;justify-content: center;align-items: center;}
.nav-brand {width: 225px;}

/*選單*/
.stellarnav > ul > li > a {
    padding: 15px 20px;
    letter-spacing: 2px;
    color: #230b01;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 17px;
    line-height: 0;
    height: 0;
    margin: 30px 0px;
    transition: all 0.3s;}
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {
    color: #996c20;}

.stellarnav > ul > li > a:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/yichangjp/menu_icon-02.svg);
    background-size: contain;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0.3);
    top: 50%;
    left: 8%;
    opacity: 1;
    z-index: -1;
    transition: all 0.3s;}
.stellarnav > ul > li:hover > a:before {
    opacity: 0.25;
    left: 20%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s;}



/*下拉*/
.stellarnav > ul > li.drop-left > ul {    right: unset;}
.stellarnav ul ul {transform: translateX(-50%);left: 50%;min-width: 200px;}
.stellarnav ul ul ul {left: 200px;transform: translate(0%);}
.stellarnav li.drop-left ul ul {right: 200px;}
.stellarnav li.has-sub > a:after {display: none;}
/*下拉選單*/
.stellarnav li li {border: unset; margin-bottom: 0;}
.stellarnav li li a {padding: 10px;text-align: center;background: #EDE0D4;color: #000000;}
.stellarnav li li a:hover {background: #996c20; color: #ffffff;}

@media screen and (max-width: 1024px) {
.main_header_area .container {max-width: 95%;}
.stellarnav > ul > li > a {padding: 15px 10px;font-size: 16px;}
}

@media screen and (max-width: 1024px) {
.main_header_area .container {max-width: 100%;padding: 0;}
.navigation {padding: 0;}
.pageIndex .header_area {position: relative;}
.nav-header {padding-top: 20px;}
.header_area .main_header_area, .header_area.sticky .main_header_area {background: #ffffff;}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {margin: 15px 0 20px 0;}
}
@media screen and (max-width: 768px) {
.main_header_area .container {max-width: 100%;}
.nav-header {    
    display: flex;
    padding: 20px 0 15px;
    justify-content: center;}
.nav-brand {width: 175px;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 5px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #996c20;}
.stellarnav .menu-toggle span.bars span {
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {
    font-size: 10px;
    color: #fff;
    transform: unset;
    letter-spacing: 1px;
    margin-top: 10px;}
.stellarnav.mobile.left > ul {background: #ffffff;padding: 0;border-top: unset;}
.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 20px 40px;margin: 0;border-right: unset;}
.stellarnav > ul > li > a:before, .stellarnav > ul > li:hover > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open, .stellarnav.mobile li.open li.open {background: #996c20;padding: 0;}
.stellarnav.mobile li.open > a, .stellarnav.mobile li.open li.open > a {color: #fff;background: #996c20;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #000;}
.stellarnav.mobile ul ul{background: #dac9a6;}
.stellarnav li li {border: unset;}
.stellarnav li li a, .stellarnav.mobile li li.has-sub a {padding: 15px 35px;text-align: left;background: #dac9a6; color: #000000;}
.stellarnav .icon-close {margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #fff;
    letter-spacing: 2px;
    background: #996c20;
    border-bottom: unset;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #ffffff;}
}

@media screen and (max-width: 400px) {
.nav-header {padding: 15px 0 5px;}
.nav-brand {width: 125px;}
.stellarnav .menu-toggle { padding: 15px;}
.stellarnav.mobile {padding: 0;}
.stellarnav .menu-toggle span.bars span {width: 20px;}
.stellarnav .menu-toggle:after {font-size: 8px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖
.swiper-container-fade .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw//大圖-03.svg);
    width: 400px;
    height: 770px;
    top: 45%;
    left: 85%;
    max-width: 15vw;
    max-height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);}

.swiper-container-fade .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw//大圖-03.svg);
    width: 400px;
    height: 770px;
    top: 33%;
    left: 53%;
    max-width: 15vw;
    max-height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);}

/*內頁背景*/
body:after{
    content:"";
    position:fixed;
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1;
    background: url(https://pic03.eapple.com.tw/yichangjp/ax_t_bg1.jpg);
    background-position: top 60% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

#content_main {background: #fff0;}
#content { min-height: 100vh;}

/*內頁BANNER 設定*/
.banner {background: unset;}
.banner:after {}
.banner h5 {
    color: #261B08;
    letter-spacing: 2px;
    font-size: 34px;
    position: relative;
    font-family: 'Noto Serif TC';}
.banner h5:after {}
.services_page .banner.banB {display: none;}
.banner.banA h5:before {content: '';}
.banner.banF h5:before {
    content: 'PRODUCT';
    color: #996C20;
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;}
.banner.banE h5:before {content: '';}
.banner.banblog h5:before {content: '';}
.banner.banC h5:before {content: '';}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 400px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {background: #fff2d7c7;}
.footer .center {padding: 0 0 15px 0;max-width: 75%;}
.footer_info {
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;}
.footer_info ul {display: flex;width: 100%;}
.footer_info li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;}
.footer_info li p {
    line-height: 200%;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;}
.footer_info li p, .footer_info li p a {color: #230b01;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {display: none;}

/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    background: unset;
    margin: 0 5px 0px 0;
    padding: 6px 10px 5px;
    color: #996C20;
    font-weight: bold;
    border: unset;
    border-radius: 5px;
    transition: all 0.3s;}
.footer_menu a:hover {
    background: unset;
    color: #f6aa1c;
    opacity: 0.5;
    transition: all 0.3s;}

.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: unset;
    background: #996C20;
    color: #ffffff;}
.copy a {color: #ffffff;}

#to_top {
    bottom: 60px;
    right: 10px;
    left: unset;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #230b01;
    box-shadow: unset;
    border-radius: 15px;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    background: #fff;
    width: 2px;}


@media screen and (max-width: 1024px) {
.footer .center {max-width: 90%;}
.footer_info ul {width: 100%;}
.footer_logo {margin-bottom: 20px;}
}

@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.footer_info ul {flex-direction: column;}
.footer_info li p {font-size: 13px;}
.footer_menu a {
    font-size: 13px;
    padding: 5px 15px 5px 0;
    margin: 0;
    text-align: left;}
}
@media screen and (max-width: 600px) {
#to_top {width: 40px;border-radius: 10px;}
}
@media screen and (max-width: 400px) {
.footer_logo {width: 200px;margin-bottom: 0;}
.footer_menu a {margin: 3px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車*/
.product_page .main_part {max-width: 90%;}
.product_info_page .main_part { max-width: 1400px;padding: 50px 20px 100px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;    padding: 0;}
.product_page .product-layer-two { position: relative; width: 15%; letter-spacing: 1px;min-height: unset;margin: 0;background: unset;height: 100%;}
.product_page .products-list,
.product-wrapper { width: 83%; display: flex; flex-wrap: wrap; align-items: flex-start;padding: 0;}
.product-wrapper {justify-content: space-between;}
ul.page { width: 100%;}
.clearfix:before, .clearfix:after {display: none;}
.products-list {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;}
.products-list .item {
    width: 25%;
    padding: 0 5px;
    margin: 0 0 30px 0;
    background: unset;}
.products-list .name {
    font-size: 17px;
    text-align: center;
    -webkit-line-clamp: 1;
    height: 35px;
    color: #000000;
    margin-top: 10px;}
.products-list .pic {padding-bottom: 100%; overflow: hidden;margin: 0px;border-radius: 5px;}
.products-list .pic img {     
    position: absolute;
    transform: translate(-50%, 0%) scale(1);
    transition: all 0.3s;
    left: 50%;}
.products-list .item a:hover .pic img {transition: all 0.3s; transform:translate(-50%, 0%) scale(1.05);}
.products-list .more {
    border: unset;
    background: #996C20;
    color: #ffffff;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 2px;
    border-radius: 5px;}
.products-list .item a:hover .more {
    background: #996C20;
    border-color: unset;
    color: #ffffff;}

.product-layer-two li ul { position:static; margin-top:15px; margin-bottom: 15px;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: 5px;
    transition: all ease .3s;
    border: unset;
    background: unset;
    margin: 10px 0;}
.product-layer-two li li a{padding: 0 0 0 25px;color: #261B08;background: unset;}
.product-layer-two li li:hover > a {background: unset;color: #000000; font-weight: bold;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; margin: 0; text-align:left;}
.product-layer-two li.active a {border: unset;color: #ffffff;background: #bc3908;}
.product-layer-two li.active li a {background: unset;color: #000;}
.product-layer-two li a {padding: 12px 0 10px 15px;line-height: 135%;border: unset;text-align: left;color: #fff;background: #261B08;transition: all 0.3s;}
.product-layer-two li a:hover { font-weight: bold;transition: all 0.3s;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #bc3908;
    left: 0;
    margin-left: 0px;
    top: 50%;
    margin-top: -7px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);}
.product-layer-two li li:hover > a:before {    background: #996C20;}


.product_info_page .products-list,
.product-wrapper { width: 100%;padding: 0 25px;}
.product_main {width: 70%;    padding: 0;}
.sidebarBtn {
    width: 28%;
    padding: 25px;
    border: unset;}
.sidebarBtn h2 { margin: 0 0 20px; font-size: 22px;}
.sidebarBtn .price { display: flex;align-items: flex-end;}
.sidebarBtn .price span { margin-right: 10px;}
.radio-inline__input {margin: 0 5px;position: relative !important;}
.radio-inline__label {
    padding: 5px 0px 6px;
    margin: 5px 5px 0 0;
    color: #996C20;
    border: unset;}
.radio-inline__input:checked + .radio-inline__label {background: unset;border: unset;}
.product_info li {margin: 20px 0;}
.product_info li span {
    font-size: 18px;
    margin-bottom: 10px;
    color: #996C20;
    font-weight: bold;}
.product_info li .txt_box {width: 100%;color: #000000;letter-spacing: 2px;}
.amountNum {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    margin-left: 0;
    color: #000;
    padding-left: 10px;}

.mobile_product_name { display: none;}
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;color: #000;}
.half_box li {margin: 20px 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;}

.bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    width: 35px;
    height: 35px;;
    z-index: 999;}
.bx-wrapper .bx-prev {
    left: 20px;
    background: url(https://pic03.eapple.com.tw/hongyigifts/arrow-02.svg) no-repeat center;
    background-size: contain;}
.bx-wrapper .bx-next {
    right: 20px;
    background: url(https://pic03.eapple.com.tw/hongyigifts/arrow-03.svg) no-repeat center;
    background-size: contain;}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {background-position: 0;opacity: 0.7;}
.bx-wrapper .bx-viewport {
    left: 0;
    border: unset;
    background: unset;
    height: 0 !important;
    padding-bottom: 100%;}
.bx-wrapper img {margin: 0 auto;}
.product_pic {
    display: flex;
    padding-bottom: 20px;
    padding-left: 0;
    position: relative;
    flex-direction: row-reverse;}
.product_pic .bx-wrapper {padding: 0;width: 90%;}
.bx-wrapper img {width: 100%;}
.product_pic #bx-pager h6 {font-size: 18px;color: #261B08;font-weight: 500;}
.product_pic #bx-pager {
    display: flex;
    color: #996C20;
    width: 15%;
    padding: 0;
    flex-direction: column;
    position: relative;
    align-items: center;}
.product_pic #bx-pager a {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 5px 0px;
    border: unset;}
.product_pic #bx-pager a img {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;}
.product_pic #bx-pager .block { background: #261B08;}
.prod_info_clearfix {display: none;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #996C20;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;}
ul.prod li .prod-panel { color: #000; line-height: 200%;letter-spacing: 1px;}
.qaform {    margin: 0px auto;}

/*購物車所有按鈕*/
.inquiry_a1 {    background: #996C20;}
.inquiry_a2 {    background: #996C20;}
.inquiry_a3 {    background: #F7EAEA;}
.lastaction {
    color: #fff;
    background-color: #261B08;}
.nextaction {    background-color: #bc3908;}
.lastPage {    background: #996C20;}

/*資訊/Q&A*/
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    background: #996C20;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;}
.qaform .breakF {
    border: unset;
    background: #dac9a670;}

/*相關推薦*/
.prod_related {display: none;}

@media screen and (max-width: 1550px) {
.product_page .product-layer-two {width: 20%;}
.product_page .products-list{width: 78%;}
.products-list .item {width: 33.333%;}
}
@media screen and (max-width: 1150px) {
.product_info_page .products-list, .product-wrapper { 
    align-items: center;
    padding: 0;
    flex-direction: column;}
.product_main, .sidebarBtn {width: 100%;margin: 20px auto;}
.product_pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-bottom: 0;}
.product_pic .bx-wrapper {width: 100%;padding: 0;}
.product_pic #bx-pager h6 {display: none;}
.product_pic #bx-pager {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;}
.product_pic #bx-pager a {
    margin: 5px 0px;
    height: 0;
    width: calc(100% / 6);
    padding-bottom: 15%;}
.product_pic #bx-pager a img {padding: 0 3px;}
}

@media screen and (max-width: 1024px) {
.product_page .main_part {max-width: 95%;}
.product_page .product-layer-two {width: 25%;}
.product_page .products-list {width: 70%;}
.products-list .name {font-size: 16px;height: 30px;}
.products-list .item {width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two {display: block;margin-right: 0;}
.product-layer-two > li {width: 33.333%;margin: 5px 0px;}
.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 { 
    display: flex;
    order: 1;
    flex-wrap: wrap;
    min-height: 10vw;
    margin-bottom: 30px;}
.product-layer-two li a {text-align: center;padding: 10px 0;}
.product-layer-two li li {display: none;}
.products-list .item {width: 50%;}
.product_info_page .main_part {padding: 0px 15px 50px;}
}
@media screen and (max-width: 650px) {
.products-list .item {  width: 100%;margin: 0 5px 50px;}
ul.prod li:nth-child(1) .prod-panel img {width: 100% !important; height: auto !important;}
ul.prod li .prod-panel iframe {width: 100%;}
}
@media screen and (max-width: 520px) {
.product-layer-two > li {width: 50%;}
.product-layer-two li a {font-size: 14px;}
.products-list .item {margin: 0 0px 20px;padding: 0;}
}
@media screen and (max-width: 450px) {
.product_pic #bx-pager {margin-top: 15px;}
.product_pic #bx-pager a {
    width: calc(100% / 3);
    padding-bottom: 30%;}
.bx-wrapper .bx-controls-direction a {width: 25px;height: 25px;}
.bx-wrapper .bx-prev {left: 5px;}
.bx-wrapper .bx-next {right: 5px;}
}
@media screen and (max-width: 400px) {
ul.prod li .prod-panel span {font-size: 14px !important;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 60px; }
#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) { 
}




