@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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: "Microsoft JhengHei UI","Inter", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{display: none;}

.other_select_page #page .other_promotion ,.other_select_page #page .page { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.main_header_area {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0 0 0 / 15%);
    transition: all 0.5s ease;
    margin: 0;
    border-radius: 0;
  }
  
  .pageIndex .header_area{
    padding: 0;
    background: #ffffff;
    position: fixed;
   
  }
  .header_area{
    padding: 0;
    background: #ffffff;
    position: fixed;
   
  }

  .nav-brand{ width: 100%; margin-top: 8px;}
  .nav-brand img{ max-width: 220px;}
  
  .main_header_area .container { 
    max-width: 80%;
    transition: 0.3s;
  }
  .header_area.sticky .main_header_area .container { 
    max-width: 95%;
  }
  
  .navigation {
    grid-template-columns: 315px 1fr;
  }
  
  .stellarnav{
    padding: 0.5% 0 1% ;
  }

  .stellarnav ul ul{
    width: 180px;
    left: 15px;
  }
  .stellarnav > ul > li.drop-left > ul{
    right: unset;
    left: 14px;
  }
  .stellarnav li.drop-left ul ul{
    right: 178px;
  }
  .stellarnav li.drop-left li.has-sub > a:after{
    border-right:6px solid #362A20;
  }
  .stellarnav > ul > li:last-child{
    border-right: 0px;
  }

  .stellarnav > ul > li > a{
    transition:all 0.5s;
    color: #362A20;
    font-size: 17px;
   font-family: "Microsoft JhengHei UI","Inter", sans-serif;
    font-weight: 400;
    margin: 6% 20px;
  }
  
  .stellarnav > ul > li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    --transition:ease-out 0.5s;
    background-image: url(https://pic03.eapple.com.tw/ycchicken/nav-ico.png);
    background-size: cover;
  }
  
  .stellarnav li.has-sub > a:after{
    border-top: 6px solid #362A20;
  }
  
  .stellarnav > ul > li:hover::after {
    opacity: 1;
    top: 0%; /*垂直位置*/
    --transition:ease-out 0.5s;/*變化 var(--transition)*/
  }
  
  .stellarnav > ul > li:hover > a{
    color: #BD9354;
    transform: translateY(14px);
  }
  
  .stellarnav li li > a , .stellarnav li li.has-sub > a{ 
    padding: 7px 5px;
    transition: all 0.3s;
    border-left:1px solid transparent;
  }
  
  .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #BD9354;
    padding-left:10px;
    border-color:#BD9354;
  }

  .stellarnav li a{ color: #362A20;}
  
  .me_tp_features  { padding-top: 8px;}
  .me_tp_features .tp_links{ display: none;}
  .shop_search_btn{ background: #68503B;}

  
  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #231815;}
  .stellarnav .menu-toggle:after { color: #231815;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #68503B;
      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: #fff;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #D0AF84;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #D0AF84;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: -21px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: rgba(242, 233, 199, 0.2);
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(242, 233, 199, 0.4) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


  @media screen and (max-width:1483px) {
    .main_header_area .container{ max-width: 93%;}
    /* .header_area.sticky .stellarnav{
        padding: 1.5% 0 0px; 
      } */
    .stellarnav ul{ padding-top: 5px;}
  }
  @media screen and (max-width:1318px) {
    .stellarnav > ul > li > a{ font-size: 16px;}
  }
  @media screen and (max-width:1282px){
    .main_header_area .container{ max-width: 95%;}
    .header_area.sticky .main_header_area .container{ max-width: 100%; padding: 0px 16px;}
  } 
  @media screen and (max-width:1197px) {
    .stellarnav > ul > li > a{ margin: 6% 12px;}
    .stellarnav ul{ padding-top: 9px;}
  }
    @media screen and (max-width:1079px) {
    .stellarnav > ul > li > a{ margin: 6% 7px;}
    .stellarnav ul{ padding-top: 9px;}
  }
  @media screen and (max-width:1024px) {
    .stellarnav{ padding: 0% 0; margin-top: -8px;}
    .stellarnav > ul > li > a{ padding: 6% 10px;}
    .stellarnav li.has-sub > a:after{ top: 60%;}
    .me_tp_features{ padding-top: 0px;}
  }
  @media screen and (max-width:768px) {
    .nav-brand{width: 190px; margin-top: 4px;}
    .stellarnav > ul > li{ border-right: 0px;}
    .stellarnav > ul > li::after{ top:11px!important; left: 7px;}
    .stellarnav > ul > li.has-sub::after{ top:34px!important; left: 14px;}
    .stellarnav > ul > li:hover > a{
      transform: translateY(0px);
    }
    .stellarnav li li > a, .stellarnav li li.has-sub > a{padding: 10px 16px; }
    .stellarnav.mobile{ top:35px}
    .nav-brand img{ max-width: 100%;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{ top: -10px;}
    .stellarnav li li{ border: 0px;}
    .stellarnav > ul > li.drop-left > ul{ left: 0px;}
  }
  @media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 48px;}
  }


/* 商品下拉超過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*/
.footer { background: transparent; padding: 40px 0 0; background-image: url(https://pic03.eapple.com.tw/ycchicken/footer-bg.jpg); background-size: cover; background-position: top center;   animation: show 1.5s ease-in-out forwards;
    animation-delay: 3.5s; }

.footer_info li p.line:before {
    content: '官方LINE帳號：';
}

.footer_info li p.fax:before {
    content: '地址：';
}

.footer_info li p.phone:before{
    content: '聯絡電話：';
}

.footer_info li p.tel:before{
    content: '門市電話：';
}


.footer_info li p.add:before {
    content: '工廠地址：';
}

.footer_info li p.add2:before {
    content: '門市地址：';
}

.footer_info li p.tel2:before {
    content: '營業時間：';
}

.footer_info li p.line {
    order: 1;
}

.footer_info li p.add {
    order: 4;
}

.footer_info li p.add2 {
    order: 7;
}

.footer_info li p.mail {
    order: 3;
}

.footer_info li p.tel {
    order: 8;
}
.footer_info li p.phone {
    order: 5;
}

.footer_info li p.f_name{
  order: 2;
}
.footer_info li p.f_time { order: 6;}

.footer_info li p.f_stime { order: 9;}


.footer_info li p:not(.add, .line, .add2) a {
    pointer-events: none;
}

.footer_logo {
    margin: 0 0 20px;
    max-width: 220px;
}

.footer_logo img {
    max-width: 100%;
    display: block;
}

.footer .center {
    max-width: 1600px;
    padding: 0 6%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
   font-family: "Microsoft JhengHei UI","Inter", sans-serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
    align-items:end;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}

.footer_info li p,
.footer_info li p a {
    color: #000;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 8px 12px;
    border: none;
    background:  #68503B;
    color: #fff;
    margin: 0;
    margin-left: 6px;
    border-radius: 12px;
}

.footer_menu a:hover {
    background: #BD9354;
    color: #fff;
}

.copy,
.copy a,
.copy a:hover {
    color: #8b8b8b;
    font-family: "Microsoft JhengHei UI","Inter", sans-serif;
}

.copy {
    text-align: left;
    padding: 5px 6% 52px;
    border-top: none;
    max-width: 1600px;
    margin: 0 auto;
}

.box_link {
    display: none;
}

@media screen and (max-width:1140px) {
    .footer_info li:nth-child(1){ width: 60%;}
    .footer_info li:nth-child(2){ width: 65%;}
    .footer_info ul{ align-items: center;}
    .footer_menu a{ margin-bottom: 6px;}
    .footer_menu{ width: 100%;}
}
@media screen and (max-width:774px){
    .footer_info ul{ align-items: flex-start;}
    .footer_info li:nth-child(2){ width: 38%;}
}
@media screen and (max-width:524px) {
    .footer_info li+li{ margin-top: 0px;}
}
@media screen and (max-width:500px) {
    .footer_info li:nth-child(1){ width: 100%;}
    .footer_info li:nth-child(2){ width: 100%;}
    .footer_info ul{flex-direction: column-reverse;}
    .footer_menu{ position: unset;margin-left: -6px;}
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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/ycchicken/in-bg.jpg); 
    background-size: cover;
    background-position: center;
}

.car_page #content,.remit_page #content{
background-image: url(https://pic03.eapple.com.tw/ycchicken/in-bg.jpg); 
    background-size: cover;
    background-position: center;
}

/* 首頁 */
/* .i_prod_tit{ display: flex; justify-content: center;}
.i_prod_tit span, .i_video_tit span{color: #696969; font-size: 0px; font-weight: bold;  margin-bottom: 20px;}
.i_prod_tit span::after{
    content: "";
     background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-p-title.png);
     background-size: cover;
    width: 460px;
    height: 149px;
    display: block;

}
.animated-arrow{ background: #B79F80; width: 200px; height: 40px; line-height: 36px; border: 2px solid #D9CDB7; border-radius: 8px;} 
.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: #68503B; color: #fff;  padding: 12px 16px; transition: 0.3s; border-radius: 12px;}
.product-layer-two li a:hover{ background: #BD9354; 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: #BD9354; border: 0px; color: #fff;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { text-align: center;  color: #434343; }
.products-list .name{ font-size: 18px; color: #362A20; 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: #CFAE83; border: 0px; bottom: -6%;}
.products-list .item a:hover .more{ background: transparent; color: #BD9354;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1);
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden; border-radius: 20px;}
.products-list .item a:hover img  {
   border-radius: 20px;
    background: rgba(165,187,116,.2);
    z-index: 999;
     transform: scale(1.2);
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn{ border-radius: 24px;}
.sidebarBtn h2{ color: #956C3B; font-size: 26px;}
.sidebarBtn .sp_price{ color: #434343;}
.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: #68503B; border-radius: 12px;}
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover  { background: #BD9354; border-radius: 12px;}

.rewrite_simple{ background: #68503B; border-radius:12px;}
.send_simple{ background: #BD9354; border-radius:12px;}


/* 相關推薦 */
.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;
}
.lastPage{ background: #9ECFBC; border-radius: 8px;}
.related_list li a img{ border-radius: 24px;}

@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;
    }
}
@media screen and (max-width:450px) {
    .products-list{gap: 24px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; margin-top: 85px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width:1024px) {
  .bannerindex { margin-top: 140px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 70px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { background: transparent; padding: 150px 20px 20px;}
.banner h5::before{
  content: "";
  background-image: url(https://pic03.eapple.com.tw/ycchicken/t-banpic.png);
  display: block;
  background-size: cover;
  width: 92px;
  height: 105px;
  margin: auto;
}
.banner h5 { font-size: 48px; color: #68503B; font-weight: bold; text-align: center;}
.banner h5:after{
  content: "CONTACT US";
  display: block;
  font-size: 22px;
  color: #C3A280;
  font-weight:bold;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.blog_page .banner h5:after,.blog_in_page .banner h5:after {content: "NEWS"; }
.product_page .banner h5:after ,.product_info_page .banner h5:after,.car_page .banner h5:after{content: "PRODUCT"; }
.remit_page .banner h5:after{ content: "REMITTANCE";}

.banner.banA { display: none;}
.banner.banB { display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width:1024px) {
  .banner{ padding: 200px 20px 20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.blog_page #content, .blog_in_page #content{ background-image: url(https://pic03.eapple.com.tw/ycchicken/in-bg.jpg); background-size: cover; background-position: center;}
/*文章設定*/
.accordion li .link a:hover{  background: #BD9354;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{ background: #BD9354!important;}
.blog_list_le img{ border-radius: 24px;}
.blog_list_ri h5{ color: #896C3B; font-size: 19px; font-weight: bold;}
.blog_list_ri p{ color: #000;}
.subbox_item a:after{ background: rgba(255,255,255,0.6); border: 0px;}
.subbox_item a:before{
   font-family: "Inter", sans-serif;
    font-size: 13px;
padding: 5px 20px;
background: #BD9354;
color: #fff;
bottom: auto;
right: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 8px;
}

h4.blog_category_title{ font-size: 24px; color: #896C3B; }
.articel_mainPic img{ display: none;}
.blog_back a.article_btn_back{ background: #BD9354; border-radius: 12px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{ background: #A27D4C; border-radius: 12px;}

.news_related{ background: transparent;}
.lastPage{background: #BD9354; border-radius: 12px;}
.news_related_list li a img{ border-radius: 24px;} 
.news_related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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 #content{
background-image: url(https://pic03.eapple.com.tw/ycchicken/in-bg.jpg); 
    background-size: cover;
    background-position: center;
}

/* 聯絡我們 */
.list_before{ display: none;}
.contact_le_map a {display: none;}

.contact_le_map a{ display: none;}

.contact_form{ grid-gap:17px; }
.contact_form li.last cite{ background: #68503B; border: 1px solid #68503B; border-radius: 12px;}
.contact_form li.last blockquote{ color: #68503B; border: 1px solid #68503B; border-radius: 12px;}


@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;
}



@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) { 
}




