@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@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: "微軟正黑體", "Noto Serif TC", "Montserrat", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{ display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header-LOGO*/
.nav-header { transition: all .3s; max-width: 230px;}
.navigation{grid-template-columns:240px 1fr; }
.sticky .nav-header {  max-width: 210px; transition: all .3s;}
.nav-brand {   background: #4d2639;     padding: 16px;}
.nav-brand img{ filter: grayscale(1) brightness(10);}

/*header*/
.main_header_area .container { max-width: 95%;padding: 0 10px;}
.main_header_area {  height: 92px; transition: all .3s;}
.sticky .main_header_area {  height: 88px; transition: all .3s;}
.header_area { padding: 0px;     background: #ffffffdb;}
.header_area.sticky {  background: #fff;}
.stellarnav ul{ margin-top: -10px;}
.stellarnav ul ul{ left: 19px;}
.stellarnav li a { color: #783b57;  }
.stellarnav > ul > li > a {  color: #783b57;      margin: 0 0px 0px 30px;}
.stellarnav > ul > li > a:hover {  color: #f57fb6; border: 0px; }

.stellarnav li.has-sub > a:after {  display: none;}
.stellarnav > ul > li.has-sub > a {  padding-right: 0px;}

/*下拉*/
.stellarnav > ul > li.drop-left > ul {    right: auto;}
.stellarnav li li a:hover {    background: #f57fb6;    color: #fff;}

/*header購物車*/
.me_tp_features {margin-top: 12px;}
.me_tp_features a { color: #5a5a5a;}
.shop_search_btn{ background: #5a5a5a;}
.tp_links {  display: none;}

@media screen and (max-width: 1024px) {
  .nav-header {   max-width: 200px;}
  .sticky .nav-header {  max-width: 180px;}
  .main_header_area {  height: 100%;}
  .sticky .main_header_area {   height: 100%;}
  .header_area{ background: #fff;}
  .stellarnav ul{ margin-top: 0px;}
  .stellarnav ul ul{ left: 7px;}
  .stellarnav > ul > li > a {  margin: 0 15px 0px 15px;}
  .me_tp_features {width: auto;position: absolute;right:0;top: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
  .me_tp_features a{padding-top: 5px;}
  .box_search{width: 100%;text-align: right;}
}
@media screen and (max-width: 768px) {
    .nav-brand { padding: 10px;}
  .me_tp_features {  text-align:center; margin: 24px 0 0 0;}
  .nav-header {    max-width: 180px;     }
  .sticky .nav-header {    max-width: 180px;}

  .tp_btn_cart span>span{display: none;}
  .tp_btn_notice span{display: none;}
  .stellarnav.mobile > ul > li > a{ padding: 16px 43px 16px 10px; }

  .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {   padding: 0px;}
  .stellarnav.mobile {  top: 21px; }
  .stellarnav.mobile > ul > li > a.dd-toggle{ top: 6px;}
  .stellarnav.mobile ul {    background: #fff;}
  .stellarnav.mobile ul ul{ left: 0px;}
  .stellarnav.mobile li.open { background: #efced82e;}
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {   background: none;  color: #231815;position: relative;  ;right: 14px;}
  .stellarnav .menu-toggle span.bars span {   background: #231815;}
  .stellarnav .menu-toggle:after {   color: #231815;}
  .stellarnav .icon-close:before {  border-bottom: solid 3px #231815;}
  .stellarnav .icon-close::after {  border-bottom: solid 3px #231815;}
  .stellarnav a.dd-toggle .icon-plus:after {   border-bottom: solid 3px #49cac6;}
  .stellarnav a.dd-toggle .icon-plus:before {   border-bottom: solid 3px #49cac6;}
  .stellarnav li a {    padding: 7px 24px;}
   .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {    display: none;}
}

@media screen and (max-width: 450px) {

  .box_search input[type=text] {
      background: url(../images/search-icon.png) no-repeat 4px center #fff;
      padding: 5px 30px 5px 25px;
      max-width: 130px;
  }
  .shop_search_btn {
      font-size: 11px;
      padding: 2px 10px;
  }

  .navigation{flex-direction: row;}
  .nav-header{margin-left: 50px;}

}

@media screen and (max-width:400px) {
      .nav-header {    max-width: 100px;     }
  .sticky .nav-header {    max-width: 100px;}
  .stellarnav.mobile{ top: 9px;}
  .me_tp_features{margin: 11px 0 0 0; }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*下拉*/

/* 商品下拉超過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: 60px 0 0;  background-image: url(https://pic03.eapple.com.tw/hgcookies/footer-bg.jpg); background-size: cover;}
.footer .center{max-width: 1400px;width: 87%;margin: 0 auto;}
.footer_logo { max-width: 240px;}
.footer_logo img{ padding-top: 16px;}
.footer_info {padding-right: 0px;display: flex;justify-content: space-between;grid-gap:100px ;}
.footer_info li p, .footer_info li p a {  color: #000;  transition: all .5s;  font-size: 14px;  font-weight: 500 !important;  line-height: 200%;  letter-spacing: 1px;}
.footer_info li p.taxid{ order: 1;}
.footer_info li p.tel{ order: 2;}
.footer_info li p.phone{ order: 3;}
.footer_info li p.line{ order: 4;}
.footer_info li p.mail{ order: 5;}
.footer_info li p.add{ order: 6;}
.footer_info li p.add2{ order: 7;}


.footer_info li p.tel:before{ content: '市話：';}
.footer_info li p.phone:before { content: '聯絡專線：';}
.footer_info li p.line:before{content: '官方Line ID：'; }
.footer_info li p.mail:before{ content: '服務信箱：';}
.footer_info li p.add:before{ content: '店家地址：';}
.footer_info li p.add2:before{ content: '服務時間：';}

.footer_info li p:hover,.footer_info li p a:hover{color: #fd7fbe;}
.footer_menu a {  background: transparent;  border: none;   display: block; color: #4d2639;   margin: 0;  padding: 0;  line-height: 220%;  text-align: right;   position: relative;  text-transform: uppercase;   letter-spacing: 1px;  font-weight: 600 !important;}
.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 0;height: 1px;background:#fd7fbe;transition: all .5s;position: absolute;bottom: 0;right: 0;}
.footer_menu a:hover {  background: transparent;    color: #fd7fbe;}
.footer_menu a:hover:before{width: 100%;}

.footer_info ul {  display: flex; justify-content: space-between; align-items: center;}
.box_link{ display: none; }

.copy { border-top: none;  text-align: right;  max-width: 1400px;  margin: 0 auto;  padding: 50px 0;  color: #4d4d4d;  font-size: 13px;  width: 90%;  font-weight: 300;}
.copy a { color: #4d4d4d;}
.copy a:hover {  color: #fd7fbe;}
.footer_info li:nth-child(1) {  display: flex;   flex-direction: column; cursor: default;}



@media screen and (max-width: 1200px){
   .footer_info li {    padding: 10px; } 
}
@media screen and (max-width:1024px) {
    .footer{ background-position: center;}
    .footer_logo{ max-width: 210px;}
    .footer_info{ grid-gap: 15px;}
    .footer .center{ width: 78%;}
}

@media screen and (max-width: 960px){
	.footer_info li+li{margin-top: 0;}
	.box_link {  display: none; }	
    .footer .center {max-width: 550px;}
	.footer_info {  display: flex; flex-direction: column;   align-items: center;   padding: 0 10px; }
	.footer_info li p, .footer_info li p a { text-align: center;}
	.footer_info ul {flex-direction: column;}
	.footer_menu { display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;  justify-content: space-around;}
	.footer_menu a {text-align: center;font-size: 12px;}
	.copy{text-align: center; padding: 20px 0 30px;}
	.total_view {display: inline;}
	.footer_info li+li {  margin-top: 10px;  width: 100%;  }
    .footer_info{ grid-gap: 24px;}
	
	.footer {  padding: 35px 0 0;}
	
}
@media screen and (max-width: 500px){
    .footer_menu { grid-template-columns: 1fr 1fr 1fr ; }
}
@media screen and (max-width: 420px){
   /* .footer_info li p, .footer_info li p a{ text-align: left;} */
   .footer .center{ width: 96%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; margin-bottom: 6px;}
.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/hgcookies/in-bg.jpg); background-size: cover; background-position: bottom; 
}

.car_page #content,.remit_page #content{
background-image: url(https://pic03.eapple.com.tw/hgcookies/in-bg.jpg); background-size: cover; background-position: bottom; 
}

/* 首頁 */
/* .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: transparent; color: #DE7F9F; border: 1px solid #DE7F9F ;padding: 12px 16px; transition: 0.3s; }
.product-layer-two li a:hover{ background: #DE7F9F; 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: #DE7F9F; 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: #835079; font-weight: bold; text-align: center;height: 1.5em;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.3s; padding-bottom: 0px;}
.products-list .price b{ color: #959595; }
.products-list .more{ font-size: 15px; color: #F37F8E; border: 0px; bottom: -6%;}
.products-list .item a:hover .more{ background: transparent; color: #DE7F9F;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img  {
    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 h2{ color: #835079; font-size: 26px;}
.sidebarBtn .sp_price{ color: #959595;}
.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: transparent; color: #DE7F9F; border: 1px solid #DE7F9F!important; border-radius: 0px; }
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover  { background: #DE7F9F; color: #fff;}

.rewrite_simple{ background: #F37F8E;}
.send_simple{ background: #DE7F9F;}
 

/* 相關推薦 */
.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:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@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; top: -100px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width:1024px) {
    .bannerindex{ top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { background: transparent; background-image: unset; padding: 80px 0px 0px;}
.banner h5 { color: #4D2639; font-size: 32px;  font-family: "Noto Serif TC", "Montserrat", sans-serif; font-weight: bold;}
.banner h5::before{ content: "Contact Us"; display: block; font-family: "Montserrat", sans-serif;  color: #DE7F9F; font-size: 60px; font-weight: 400;}
.banner.banblog h5::before{ content: "News";  }
.banner.banF h5::before{ content: "Products";  }
.banner.banD h5::before{ content: "Remittance";  }

.banner.banA {}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width:768px) {
    .banner h5::before{ font-size: 48px; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.blog_page #content, .blog_in_page #content{ background-image: url(https://pic03.eapple.com.tw/hgcookies/in-bg.jpg); background-size: cover; background-position: bottom; }

/* 首頁 */
.module_i_news{ padding: 50px 20px 100px; }
.module_i_news .title_i_box h4{ color: #4D2639; font-size: 32px;  font-family: "Noto Serif TC", "Montserrat", sans-serif; font-weight: bold; }
.module_i_news .title_i_box h4::before{ content: "News"; display: block; font-family: "Montserrat", sans-serif;  color: #DE7F9F; font-size: 60px; font-weight: 400;}
.i_blog_ri h5{ color: #835079; font-size: 19px; font-weight: bold;}
.i_blog_ri p{ color: #000;}
.module_i_news li a:after{ background: #d8b7c129 ; border: 0px;}
.module_i_news li a:before{
    font-family:  "Montserrat", sans-serif;
    font-size: 13px;
padding: 5px 20px;
background: #DE7F9F;
color: #fff;
bottom: auto;
right: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.animated-arrow{width: 200px; background: transparent; color: #DE7F9F; border: 1px solid #DE7F9F; }
.animated-arrow:hover{ background: #DE7F9F ;color: #fff;}

/*文章設定*/
h5.blog_le_t em{ font-family: "Noto Serif TC", "Montserrat", sans-serif; }
.accordion li .link a:hover{  background: #DE7F9F;}
.accordion li .link a { color: #DE7F9F;}
.blog_le .accordion{ border: 1px solid #DE7F9F;}
.blog_le .accordion{ border-radius: 0px; }
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{ background: #DE7F9F!important;}
.blog_list_ri h5{ color: #835079; font-size: 19px; font-weight: bold;}
.blog_list_ri p{ color: #000;}
.subbox_item a:after{ background: #d8b7c129 ; border: 0px;}
.subbox_item a:before{
       font-family:  "Montserrat", sans-serif;
    font-size: 13px;
padding: 5px 20px;
background: #DE7F9F;
color: #fff;
bottom: auto;
right: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

h4.blog_category_title{ font-size: 26px; color: #4D2639;font-family: "Noto Serif TC", "Montserrat", sans-serif; }
.articel_mainPic img{ display: none;}
.blog_back a.article_btn_back{ background: #DE7F9F;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{ background: transparent; color: #DE7F9F; border: 1px solid #DE7F9F;}

.news_related{ background: transparent;}
.lastPage{background: #DE7F9F;}
.news_related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:768px) {
    .module_i_news li{ border-bottom: 0px;}
     .module_i_news ul{ grid-template-columns:1fr 1fr;}
}
@media screen and (max-width:450px) {
    .module_i_news ul{ 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/hgcookies/in-bg.jpg); background-size: cover; background-position: bottom;}


/* 聯絡我們 */
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{ width: 66px;}
.list_before.info li{ padding-left: 76px;}
.list_before{ display: flex; flex-direction: column; }
.info_TAXID { order: 1;}
.info_TEL { order: 2;}
.info_TEL:before{ content: "市話";}
.info_PHONE { order: 3;}
.info_PHONE:before { content: "聯絡專線";}
.info_LINE { order: 4;}
.info_LINE:before{ content: "官方Line ID";}
.info_MAIL{ order: 5;}
.info_MAIL:before{ content: "服務信箱";}
.info_ADD { order: 6;}
.info_ADD:before{ content: "店家地址";}
.info_ADD2 {order: 7;}
.info_ADD2:before{content: "服務時間";}

.contact_form{ grid-gap:17px; }
.contact_form li.last cite{ background: #DE7F9F; border: 1px solid #DE7F9F; }
.contact_form li.last blockquote{ color: #DE7F9F; border: 1px solid #DE7F9F; }


@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: #DE7F9F; }




@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) { 
}




