@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體", "Montserrat", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/awhong/ban-m-text1.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 0;
    transform: translateX(50px);
    height: 100%;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/awhong/ban-m-text2.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 0;
    transform: translateX(50px);
    height: 100%;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    content: "";
    animation: banner-txt 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@keyframes banner-txt {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*電腦LOGO*/
.nav-brand{background: #ececec;
    padding: 22px 28px 16px 28px;
    border-radius: 0 0 8px 8px; 
    /* box-shadow: 0 4px 12px rgba(0,0,0,.08); */
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
}

.nav-brand:hover { background: #ede9e0; transition: .5s;transform: translateY(2px);}
.nav-brand img {   max-width: 100%;}
.footer_logo { max-width: 185px;padding: 25px 10px 13px 10px;transition: .5s;}
.footer_logo:hover { opacity: .8; }


/*手機LOGO
.nav-brand-m {}
*/

/*header選單欄位*/
.navigation { justify-items: end; grid-template-columns: 350px 1fr;}
.main_header_area .container { max-width: 95%;}
.stellarnav > ul > li > a { letter-spacing: 2.2px; padding: 0px 5px 0px 5px;  color: #ffffff; transition: all 0.5s ease; font-weight: 300;transition: all 0.3s;  font-size: 15px;}
.header_area.sticky .stellarnav > ul > li > a:hover{ color: #7d6f58;}
.stellarnav > ul > li > a:hover {  color: #c3b49e; transition: all 0.3s ease; }
.stellarnav li a {  padding: 9px;  color: #777;  font-size: 15px;}
.stellarnav ul { margin: 0 10px 0px 0px;}
.header_area { background: linear-gradient(180deg, #3c270b8c, transparent);  padding: 0px;   height: 0px;}
.header_area.sticky {background: transparent; /*background: rgb(143 143 143 / 17%);  backdrop-filter: saturate(93%) blur(7px);   border: solid 1px rgba(255, 255, 255, 0.1);*/}
.stellarnav { margin: 0px 0px 0px 0px;  background: #a0907bad;  backdrop-filter: saturate(93%) blur(7px);  border: solid 1px rgb(255 255 255 / 45%);  width: max-content;  right: 0;  border-radius: 50px;  padding: 0px 30px;  height: 72px;}
.stellarnav.sticky {  margin: 0px 0px 0px 0px;  background: none; backdrop-filter: none; border:none;}
.stellarnav li.has-sub > a:after {  content: '+';  border-left: 0px;  border-right: 0px;  border-top: 0px;}
.stellarnav li li.has-sub > a:after {  border-left: none; right: 10px;}/*選單下拉調整*/
.stellarnav ul ul {   border-radius: 3px;}

/*header icon*/
.tp_links a {  display: none;}
.me_tp_features {     margin: 0px 10px 8px 10px;}
.stellarnav > ul > li > a {  padding: 0; text-transform: uppercase;  position: relative; display: inline-block; font-size: 16px;  font-weight: 500;  line-height: 50px;  height: 50px;  margin: 0 10px;   overflow: hidden;  cursor: pointer;  text-align: center; Letter-spacing: 1px;}
.anchorList {padding: 0 20px 0 220px;}
.anchorList>li{letter-spacing: 1px;text-align: center; position: relative; margin: 10px 8px 0px 8px;}
.anchorList > li > a{color: #653F07; font-weight: bold; padding: 18px 7px 30px 7px;}
.anchorList > li > a:before {content: "";width: 30px;height: 30px;position: absolute;top: -22px; left: 50%;transform: translateX(-50%);}

/*主選單hover*/
.anchorList>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color: #dfe9ff;}
.anchorList>li>a:hover, .nav-menu>li>a {transition: all .3s;}

.box_search input[type=text] {padding: 6px 55px 6px 32px;  color: #333 !important;}
.stellarnav li li a:not(.dd-toggle), .stellarnav li li.has-sub>a:not(.dd-toggle), .stellarnav li li.has-sub:hover li a:not(.dd-toggle) {    color: #ffffff;   font-size: 13px;  padding: 10px 24px; line-height: initial;   height: auto;  margin: 0; transition: allease .3s;  background-color: #1e4b70;  border: none;border-radius: 3px;}/*下拉*/
.nav-header {  justify-content: left;    max-width: 280px;    transform: translatey(-5%);}
.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) { color: #fff;background-color:#11324e; transition: all ease .3s;}/*下拉*/
.stellarnav li li { border: none;}
.stellarnav ul ul{background-color: #1b1b1b;}

@media screen and (max-width: 1220px) {
    .navigation{grid-template-columns:230px 1fr; }
    .me_tp_features{ margin: 0px 10px -4px 7px ; }
    .stellarnav{ padding: 0px 0px;}
}


@media screen and (max-width: 1024px) {
    .header_area .nav-header{display: none; transition: opacity 0.6s ease;  width: 220px; transition: 0.5s;}
    .header_area.sticky .nav-header{display: block ; transition: opacity 0.6s ease ;width: 200px; transition: 0.5s;}
    .me_tp_features{display: none;}
    .navigation{    padding: 10px;}
    .stellarnav > ul > li > a{    margin: 0 5px;}
    .nav-header{ transform: translatey(-16%) ;}
    .stellarnav > ul > li > a{ font-size: 14px; }
    .stellarnav{ height: 64px; }
    .anchorList>li{ margin: 5px 6px 0px 8px; }
}

@media screen and (max-width: 768px) {
    .header_area .stellarnav .menu-toggle span.bars span {  background: #fff; }
    .header_area .stellarnav .menu-toggle:after {color: #fff;  }
    .header_area.sticky .stellarnav .menu-toggle span.bars span { background: #494949; }
    .header_area.sticky .stellarnav .menu-toggle:after {  color: #494949; }
.stellarnav {backdrop-filter: unset; border:none;background: #164a6f00;}
.stellarnav.mobile{ z-index: -1;}
.navigation{ z-index: 99;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #7d6f58;}
.stellarnav.mobile ul{    background: #fff;}
.stellarnav > ul > li > a{    color: #494949; transition: all 0.3s ease;}
.stellarnav > ul > li > a:hover { color: #c3b49e;transition: all 0.3s ease;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #ffffff;}
.stellarnav.mobile.left .close-menu{ color: #fff;}
.header_area .nav-header{ display: block; z-index: 99; }
.nav-brand{ padding: 13px 28px 11px 28px; width: 180px;  }
.header_area.sticky .nav-header{ width: 180px; }
.stellarnav.mobile > ul > li > a{ padding: 20px 43px 20px 10px ; }
.stellarnav.mobile > ul > li > a.dd-toggle{ top:  8px;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after{ border-bottom: solid 3px #cfcfcf; }
.stellarnav.mobile li.open{ background: transparent;}
}

@media screen and (max-width: 570px) {
.stellarnav.mobile{ top: 16px;}
}

@media screen and (max-width: 450px) {
.nav-brand{ width: 150px;  padding: 13px 21px 11px 20px ;}
.nav-header{ transform: translatey(-20%) ; }

}

@media screen and (max-width: 350px) {
.header_area .nav-header{ 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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*Footer/＝＝＝＝＝*/
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background: transparent;background-image: url(https://pic03.eapple.com.tw/awhong/footer-bg.jpg); background-position: left;}
.footer_info {  display: flex; align-items: center;  justify-content: flex-start ; padding-right: 0px; grid-gap:22px;}
.footer_info ul {  width: 100%;}
.footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;}
.footer_info ul>li>p {  width: 49%;  color: #fff; line-height: 175%;}
.footer_info ul>li>p>a { color: #fff;}

.footer_info ul>li>p.tel{  order: 1;}
.footer_info ul>li>p.line{  order: 2;}
.footer_info ul>li>p.add{  order: 3;}

.footer_info li p.line:before{ content: 'LINE ID：';}

.footer_menu { border-top: 1px solid #e1d7cd29;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 12px 5px 12px;  border: none;  background: transparent;  transition: all 0.3s;  color: #c3b49e;}
.footer_menu a:nth-child(1) { display: none;}

.footer_menu a:hover {  background:#bfaf96;  letter-spacing: 2px;  transition: 0.5s;  font-weight: bold;color: #151515; }
.box_link { position: unset; }
.box_link a{ border: 0px; color: #bfaf96; transition: 0.3s;}
.box_link a:hover{color: #bfaf96; }
.box_link a.me_tp_line,.box_link a.me_tp_call,.box_link a.me_tp_mail{ display: none; }
.copy, .copy a {  color: #373737;  border-top: none;}

.footer_logo{ max-width: 275px;}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/awhong/f-logo.png) no-repeat;
    display: block;
    width: 250px;
    height: 78px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}

@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width:1400px) {
  .box_link{ right: 80px;}
}
@media screen and (max-width: 1200px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px; justify-content: center; flex-wrap: wrap; grid-gap:4px;} 
    .footer_info ul {  width: 100%;}
    .footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;  flex-direction: column;  align-items: center;  width: 100%;}
    .footer_info li:nth-child(2) { text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .footer_logo::before{ width: 237px; height: 72px;}
}

@media screen and (max-width: 1024px) {
    .footer_logo{ padding: 0px 0px 6px 0px; }
    .footer_logo > a{ width: 220px;}
}
@media screen and (max-width: 768px) {    
    #to_top { bottom:60px;}
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center; margin-bottom: 10px;}
    .footer_menu { text-align: center; display: flex; flex-direction: row;  flex-wrap: wrap;  justify-content: center;}
    .footer_menu a { margin: 3px; width: 144px; padding: 5px;}
    .box_link{ justify-content: center;}
    }
    
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    .footer_menu{ width: 75%; margin: auto;}
    }
@media screen and (max-width: 450px) {
    .footer_logo > a{ width: 200px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list { 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




