@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&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:"微軟正黑體", "Dela Gothic One", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}



/* fix-ri */
.linksBtn{ background-color: #f8c379ca; }
.info_fix:hover>.linksBtn{background: #FBB134;} 
.info_fix_links a { background: #f8c379ca; }
.info_fix_links a:hover{background: #FBB134;}
.info_fix_links a.info_fix_phone { display: none; }


.pageIndex #content_main{  background-image: url(https://pic03.eapple.com.tw/alang168/in-bg.jpg); background-size: cover; background-position: top; background-repeat: repeat;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.nav-header{ width: 280px;}
.nav-brand img{ max-width: 260px;}

/*heaader*/
.header_area {
    background: #E37816;
    padding-bottom: 0;
    opacity: 1;
    transition: 0.3s;
}
.pageIndex #page .header_area  { opacity: 0;}
.header_area.sticky {
    opacity: 1;
    transition: 0.3s;
}
.pageIndex #page .header_area.sticky{ opacity: 1;}
.main_header_area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-200%);
    background-color: #E37816;
    content: "";
    transition: all .8s cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    border-bottom: 1px solid rgba(195, 195, 195, 0.2);
    background-color: #E37816;
    backdrop-filter: blur(20px);
    transition: 0.3s;
}
.header_area.sticky .main_header_area:after{transform: translateY(0);}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {    grid-template-columns: 100px 1fr;}

/*上方選單右邊設定 臉書/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}
*/
.me_tp_features {    z-index: 2; padding-top: 8px; padding-right: 13px;}
.shop_search_btn {    background: #FBB134;}
.tp_links{display: none;}
.me_tp_features a i {    color: #fff}
.me_tp_features a.tp_btn_cart span,.me_tp_features a.tp_btn_notice span{ display: none;}

.stellarnav{ z-index: 99;}
.stellarnav ul ul{ width: 165px;}
/*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #fff;
    padding: 3px 10px;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.stellarnav > ul > li:hover > a{color:#F8C379; font-weight: 500;}

.stellarnav > ul > li.drop-left > ul{ right: unset; left: 0px;}

.stellarnav li.has-sub > a:after {
    top: 40%;
    right: 1px;
    height: 9px;
    width: 8px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sticky .stellarnav li.has-sub > a:after {
    border-color: transparent #fff #fff transparent;
}

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {    padding: 15px 10px;    transition: all 0.3s; color: #fff; background: #E37816;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #F8C379;
    padding-left: 10px;
}
.stellarnav li li > a:before {    left: 10px; bottom: 10px;}
/*.stellarnav li li:hover > a:before {    opacity: 1;    width: calc(100% - 20px);}*/

.stellarnav li li.has-sub > a:after {
    right: 8px;
    border: 1.5px solid #898989;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(45deg);
    top: 20px;
}

  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #fff;}
  .stellarnav .menu-toggle:after { color: #fff;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #E37816;
      color: #fff;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #F8882D;
      top: 11px;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #FFF301;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #FFF301;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: -3px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: transparent;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(247, 246, 244, 0) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1176px) {
    .nav-header{ max-width: 180px;}
    .navigation{ grid-template-columns:180px 1fr;}
    .nav-brand img{ max-width: 210px;}
}
@media screen and (max-width:1112px) {
    .stellarnav > ul > li > a{
        padding:3px 3px;
    }
}
@media screen and (max-width:1024px) {
    .nav-header{
        padding: 0px 10px 0px;
    }
    .stellarnav ul{ margin-top: -12px;}
}
@media screen and (max-width:791px) {
    /* .header_area{ opacity: 1;} */
    .pageIndex #page .header_area{ opacity: 1;}
}
@media screen and (max-width:768px) {
    .me_tp_features{ margin-top: 0px; padding-right: 0px; padding-bottom: 8px;}
    .nav-brand{ width: 200px;}
    .nav-header{ max-width: unset;}
    .stellarnav.mobile{ top: 26px;z-index: 999999;}
    .stellarnav > ul > li > a:before{ top: 42%; left: 26%; }
    .stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a{ transform: translateY(0px); }
    .stellarnav.mobile > ul > li > a{ padding: 20px 43px 20px 10px;}
    .header_area.sticky {background: rgba(255,255,255,1); }
    .header_area{ margin-bottom: -8px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ padding: 15px 13px;}
    .nav-brand img{ max-width: 190px;}
}
@media screen and (max-width:570px) {
    .stellarnav.mobile {  top: 27px;}
}
@media screen and (max-width:450px) {
    .stellarnav > ul > li > a:before{  left: 40%; }
}

/* 商品下拉超過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*/
.box_link{display: none;}


.footer {
    position: relative;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background:  unset;
     background-image: url(https://pic03.eapple.com.tw/alang168/footer-bg.jpg); background-position:center; background-repeat: no-repeat;
}

/*
footer:before {
    display: block;
    content: '';
    background-size: 100%;
    height: 367px;
    width: 600px;
    position: absolute;
    z-index: 1;
    opacity: 0.25;
    background: url(https://pic03.eapple.com.tw/purewide/ft_leaf.png) no-repeat 50% / 90%;
    top: 0px;
    left: -40px;
    filter: blur(3px);
    pointer-events: none;
}
*/
.footer .center {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    /* padding: 0; */
    /* max-width: 100%; */
    display: flex;
    justify-content: space-between;
}


.footer_logo { width: 260px;  position: absolute; top: -13px;
	left: 0px;
	right: unset;}
/* .footer_logo {
    background-image: url(https://pic03.eapple.com.tw/alang168/f-logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    width:260px;
}
.footer_logo img {  width: 0px;  height: 100px;} */

.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/alang168/f-logo.png) no-repeat;
    display: block;
    width: 330px;
    height: 67px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}

/* footer資訊*/


.footer_info li {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.footer_info li p:before{ margin: 0 0px 0 0;}
.footer_info li p.taxid:before{ content:'公司統編：' }
.footer_info li p.phone a{ color: transparent; display: none;}
.footer_info li p.phone:before {  content:'手機：0910025214　/　0987047933'}

.footer_info {
    text-align: center;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0;
}

.footer_info:nth-child(1) > ul {   }


/* 文字共用 */
.footer_menu a, .footer_info li p{
    position: relative;
    padding: 5px 7px;
    border: 0;
    margin: 0;
    color: #fff;
    background: transparent;
    padding: 0 20px;
    font-family:"微軟正黑體", "Dela Gothic One", sans-serif;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 400;
    opacity: 1;
}

.footer_info li:nth-child(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    margin-bottom: 20px;
    max-width: 1300px;
    margin: 0 auto 25px;
    padding: 0 20px;
}
.footer_info li p{
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.footer_info li p.line { display: none;}

.footer_info li p a{
    color: #fff;
}

.footer_info li:nth-child(2) {
    border-top: 1px solid #FBF4EE;
}
.footer_menu {
    font-size: 0;
    width: 100%;
}
.footer_menu a {       
    line-height: 2.4;
    -webkit-transition: all, -webkit-transform 0.8s linear 0.3s, opacity 0.8s linear 0.3s;
    transition: all 0.3s linear;
}
.footer_menu a:after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: rgba(118, 118, 118, 0.3);
    right: 0;
    top: 7px;
    opacity: 0;
}
.footer_menu a:last-child:after{
    content: none;
}
.footer_menu a:hover {
    background: transparent;
    color: #F6C179;
}

/* 回首頁隱藏 */
.footer_menu a:first-child {
    display: none;
}


.copy {
    text-align: center;
    padding: 7px 0;
    border-top: 0;
    align-items: center;
    color: #707070;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    font-family:  "微軟正黑體", "Dela Gothic One", sans-serif;
    font-size: 11px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.copy a {     
    color: #707070;
 }

 .copy a:hover {
    color: #F6C179;
}

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

/* footer*/
    .footer_info {
        margin: auto;
    }
    .footer_info li:nth-child(1) {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_info li p {
        margin-left: 0;
    }
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
        gap: unset;
    }
    .footer_logo a {
        position: relative;
        display: block;
        width: 100%;
    }

    .footer_info ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer_info li+li{
        margin-top: 0;
    }
    .footer_info li:nth-child(2) {
        padding: 15px 0;
    }
    .footer_menu {
        display: flex;
        justify-content: center;
        margin-left: auto;
    }
    .footer_menu a {
        font-size: 14px;
        padding: 0 10px;
    }

    
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    /* footer */
    
    .footer_logo {
        position: relative;
        left: unset;
        width: 230px;
        margin: auto;
        margin-top: 50px;
    }
    .footer_info li:nth-child(1) {
        align-items: center;
    }
    .footer_info li:nth-child(2){
        padding: 15px 0 0px;
    }
    .footer_menu {
        display: flex;
        justify-content: center;
        margin-left: auto;
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto;
    }
    .footer_menu a {
        font-size: 14px;
        padding: 0 10px;
        width: 50%;
        text-align: center;
    }
    .footer_menu a:nth-child(2n):after {
        content: none;
    }
    .copy{
        font-size: 11px;
    }


}

@media screen and (max-width: 600px) {
    footer:before {   
    height: 200px;
    width: 400px;
    }
    .copy {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    footer:before {   
    height: 180px;
    width: 300px;
    }
    .footer_info li p {
    font-size: 13px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .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;}
.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;}
.product_info_page  .swiper-wrapper .swiper-slide:nth-child(1)::after { display: none;}

@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) {
}

.product_page #content,.product_info_page #content{
background-image: url(https://pic03.eapple.com.tw/alang168/in-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
}

.car_page #content,.remit_page #content{
background-image: url(https://pic03.eapple.com.tw/alang168/in-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
}

/* 首頁 */
.i_prod_tit{ display: flex; justify-content: center;}
.i_prod_tit span, .i_video_tit span{color: #000; font-size: 50px; font-weight: bold;  margin-bottom: 20px; display: flex; flex-direction: column;}
.i_prod_tit span:before { content: "PRODUCTS";  font-family: "Dela Gothic One", sans-serif; font-size: 26px; font-weight: 500; text-align: center; color: #d07816;}
.animated-arrow b { font-weight: 400;}
.prod_part{ padding: 50px 20px 80px;  margin-top: 50px;}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: #e3ae79; color: #fff;  padding: 12px 16px; transition: 0.3s; border-radius: 30px;}
.product-layer-two li a:hover{ background: #e69c34; color: #fff;}
.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two li.active a{ background: #e69c34; border: 0px; color: #fff;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { text-align: center;  color: #808080; }
.products-list .price b {color: #808080; }
.products-list .name{ font-size: 18px; color: #d07816; font-weight: bold; text-align: center;height: 1.5em;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.3s; padding-bottom: 0px;}
.products-list .more{ font-size: 15px; color: #e3ae797e; border: 0px; bottom: -6%;}
.products-list .item a:hover .more{ background: transparent; color: #e3ae79;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img  {
    background: rgba(165,187,116,.2);
    z-index: 999;
    opacity: 0.75;
    transition: 0.5s;
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn h2{ color: #d07816; font-size: 26px;}
.sidebarBtn .sp_price{ color: #808080;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #332A28; font-size: 22px; font-weight: bold;}

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
.inquiry_a1,.inquiry_a2,.inquiry_a3{ background: #e3ae79; border-radius: 60px;}
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover  { background: #e69c34; border-radius: 60px;}

.rewrite_simple{ background: #e3ae79; border-radius:60px;}
.send_simple{ background: #e69c34; border-radius:60px;}


/* 相關推薦 */
.prod_related h6 span:before{  color: #332A28; font-size: 22px; font-weight: bold;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.declaration{ background: #FFF;}
.separate_title{background: #fff url(../images/separateTitle.png) left center no-repeat; }

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; height: 30px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:980px) {
    .products-list, .pageIndex .products-list{
        grid-gap:40px 60px;
    }
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:500px) {
    .i_prod_tit span::after{    
        width: 280px;
        height: 86px;
    }
    .products-list, .pageIndex .products-list{
        grid-gap:40px 24px;
    }
}
@media screen and (max-width:450px) {
    .products-list{gap: 24px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設解除背景輪播*/
.pageIndex #page #content_main{ margin-top: -117px;}
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; top: -115px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width:1134px) {
    .bannerindex{ margin-top: -2px;}
}
@media screen and (max-width:1112px) {
    .bannerindex{ margin-top: 0px;}
}
@media screen and (max-width:1046px) {
    .bannerindex{ margin-top: -69px;}
}
@media screen and (max-width: 1024px) {
    .bannerindex{ top: -176px; margin-top: 0px;}
    .pageIndex #page #content_main{ margin-top: -167px;}
}
@media screen and (max-width:791px) {
    .bannerindex{ margin-top: 115px; top: -118px;}
    .pageIndex #page #content_main{ margin-top: -118px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 92px;}
.pageIndex #page #content_main{ margin-top: -89px;}
.bannerindex{ top: -88px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*內頁BANNER 設定*/
.banner {	background: transparent;height: 22vw;background-size: cover !important;background-position: bottom!important;position: relative; background: url(https://pic03.eapple.com.tw/alang168/banC.jpg) no-repeat transparent;}
.banner h5::before { content: "NEWS"; display: block; font-size: 26px; font-family: "Dela Gothic One", sans-serif;font-weight: bold; color: #d07816; }
.banner.banC h5::before{ content: "CONTACT US";}
.banner.banD h5::before{ content: "REMITTANCE";}
.banner.banF h5::before{ content: "PRODUCTS";}
.banner h5 {width: 90%;margin: 0 auto;position: absolute;bottom: 150px;left: 50%;transform: translateX(-50%); 
    /* text-shadow: 0px 0px 25px #000; */
font-size: 50px;font-weight:bold;color: #fff;letter-spacing: 2px;  font-family:"微軟正黑體",sans-serif; text-align: center;}
.banner.banA {}
.banner.banB {  display: none; }
.banner.banC { background: url(https://pic03.eapple.com.tw/alang168/banC.jpg) no-repeat; }
.banner.banD { background: url(https://pic03.eapple.com.tw/alang168/banD.jpg) no-repeat; }
.banner.banE {}
.banner.banF {background: url(https://pic03.eapple.com.tw/alang168/banF.jpg) no-repeat;}
.banner.banblog{background: url(https://pic03.eapple.com.tw/alang168/banblog.jpg) no-repeat;}

@media screen and (max-width: 1400px){
	.banner h5{ bottom: 100px;}
}
@media screen and (max-width: 1024px){
	.banner{height: 320px; }
}
@media screen and (max-width: 768px){
	.banner{height: 250px;}
	.banner h5{bottom: 80px;font-size: 28px;}
}
@media screen and (max-width: 600px){
	.banner{height: 0px;}
	.banner h5{bottom: 50px;font-size: 24px;}
}
@media screen and (max-width: 450px){
	.banner{height: 0px;}
	.banner h5{bottom: 36px;font-size: 22px;}
    .banner h5::before{ font-size: 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/

/* 首頁 */
.module_i_news .title_i_box h4{ text-align: center; display: flex;flex-direction: column;color: transparent; }
.module_i_news .title_i_box h4::before { content: "NEWS";  font-family: "Dela Gothic One", sans-serif; font-size: 26px; font-weight: 500; text-align: center; color: #d07816;}
.module_i_news .title_i_box h4::after{ content: "最新消息";font-size: 50px; font-weight: bold;  color: #000; display: block; margin-top: -34px; }
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:24px}
.module_i_news li a{ display: flex; flex-direction: column;}
.i_blog_ri h5{ color: #d07816; font-weight: bold; font-size: 18px;}
.i_blog_ri p{ color: #000; font-size: 14px;}
.module_i_news li a:after{ background: transparent; border: 0px;}
.module_i_news li a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #e3ae797e; bottom: -20px;}
.module_i_news li a:hover:before {  color: #e3ae79; transition:.5s; transform: scale(1.05);}
.animated-arrow{ margin-top: 50px; width: 200px; background: #e3ae79;border-radius: 60px; }

@media screen and (max-width:1024px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr 1fr;  grid-gap:48px 24px;}
}
@media screen and (max-width:768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr ; border-bottom: 0px;}
}

@media screen and (max-width:450px) {
    .module_i_news ul{ grid-template-columns:1fr ; grid-gap:24px 24px; }
}



.blog_page #page,.blog_in_page #page{  background-image: url(https://pic03.eapple.com.tw/alang168/in-bg.jpg); background-size: cover; background-position: top; background-repeat: repeat;}

/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500; font-size: 16px;}
.blog_le .accordion > li{ border-bottom: 1px solid #C0BDBD;}
.accordion li+li .link{ border-top: 0px;}
/* .blog_le .accordion > li:last-child{ border-bottom: 0px;} */
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr; grid-gap:50px 60px;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #e3ae797e; bottom: -20px;}
.subbox_item a:hover:before {  color: #e3ae79; transition:.5s; transform: scale(1.05);}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #e3ae79 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover; }
.blog_list_ri h5 {  font-weight: bold;  font-size: 18px;  color: #d07816;   font-family:"微軟正黑體", "Dela Gothic One", sans-serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transition: .5s ease-in-out; opacity: 0.75;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 14px;  color: #000;  line-height: 150%;     font-family:"微軟正黑體", "Dela Gothic One", sans-serif;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #e3ae79;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: transparent; color: #e3ae79; border: 1px solid #e3ae79; border-radius: 60px;}
h4.blog_category_title {  font-family:"微軟正黑體", "Dela Gothic One", sans-serif;  font-weight: bold;  letter-spacing: 1px; border-bottom: 1px #F2F2F2 solid;  padding: 10px 0; color: #d07816;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a.article_btn_next { background: #e3ae79;  color: #fff; border-radius: 60px;}
.blog_back a.article_btn_prev {  background: #e3ae79; color: #fff; border-radius: 60px;}
.lastPage{  background: #e3ae79; border-radius: 60px; }
.news_related_list li a{ background: transparent;}
.news_related h6 span:before {  color: #606060;}
.news_related { background: transparent; padding: 80px 15px 60px;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 20px 30px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}
  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




.contact_page #page{  background-image: url(https://pic03.eapple.com.tw/alang168/in-bg.jpg); background-size: cover; background-position: top; background-repeat: repeat;}

.contact_page .contact_le_map a { display: none; }
.list_before{ display: none;}

.contact_form{ grid-gap: 15px;}
.contact_form li.last blockquote{ color: #e3ae79;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #e3ae79; border-radius: 30px;}
.contact_form li.last cite{ color: #fff; background: #e3ae79; border: 0px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset;}


@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
}



.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #e3ae79; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:0px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 350px) { 
    .footer{ margin-top: -15px;}
}




