@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Bellefair&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{ display: none;}

.linkBox_Open+.linksBtn i.fa-xmark{display: none;}

.other_select_page .promotion_title,.other_select_page .other_promotion ,.other_select_page .page { display: none;}

#content{    background: #f7f4f3;min-height: auto;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*LOGO*/
.nav-brand img {  max-width: fit-content;  width: 230px;}
.nav-brand {  max-width: fit-content;}
.navigation{ grid-template-columns:280px 1fr;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav > ul > li:nth-of-type(1) >ul > li:nth-of-type(1){ display: none; }

.pageIndex .main_part { border-top: none;}
.header_area { width: 100%;  padding: 0;   background: #cc000000;}
.pageIndex .header_area {  position: fixed; }
.main_header_area {  transition: all 0.5s ease;    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
.header_area{background: #ffffffd4 ;   transition: 0.7s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: #fff; transition: 0.7s;}
.tp_links{ display:none;}


.main_header_area .container { max-width:90%;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #2C87A0; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 12px;}

.stellarnav > ul > li > a {  margin:22px 5px 20px;  padding: 0px 8px 0;  position: relative; letter-spacing: 1.5px;  color: #2C87A0; transition: all 0.1s;  font-size: 17px;  font-weight: 400;}
.stellarnav > ul > li > a b { font-weight: 400;}
.stellarnav > ul > li > a:hover {  color: #D17140;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #D17140; color: #ffffff;}/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #2C87A0 #2C87A0 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #2C87A0;}

/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #2C87A0 #2C87A0 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #2C87A0;
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-weight: 500;
    font-size: 15px;
}
	
/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 12px; ;}
.stellarnav > ul >li >ul { left: 0px; }
.stellarnav ul ul { width:200px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #2C87A0 ;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #2C87A0 ;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #2C87A0 #2C87A0 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}

/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #2c89a2;}
.stellarnav .menu-toggle:after { color: #2c89a2;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:  #2c89a2;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #f5c7b0;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #f5c7b0;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -12px;
  }
  .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(224, 224, 224, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 70%;}


@media screen and (max-width:1400px) {
  .main_header_area .container{ padding: 0px 60px;}
}

@media screen and (max-width:1024px) {
  .nav-header{ padding: 20px 0px 10px;}
      .main_header_area .container{ padding: 0 20px;}
    .header_area{background: #fff; }
    .stellarnav > ul > li > a{margin:8px 5px 8px; }
}
@media screen and (max-width: 768px){	
    .stellarnav.mobile { top: 10px;}
    .stellarnav > ul > li > a:before{ display: none;}
    .nav-brand img{ margin-bottom: 4px; width: 240px;}
    .navigation{ padding: 0px 0 0px 0 ;}
    .stellarnav > ul > li > a{ font-size: 16px;}
    .nav-header{ padding: 14px 0px 10px;}
}
@media screen and (max-width: 570px){	
    .stellarnav.mobile { top: 21px; left: -12px;}
}
@media screen and (max-width:330px) {
  .nav-brand img{ width: 200px;}
}

/* 商品下拉超過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_logo { max-width: 250px;}
.footer_info li p.phone:before{content: '手機：';}
.box_link a { display: none; }
.footer {background: #f9f9f9;padding: 30px 0 0;}
.footer .center { position: relative; max-width: 1300px;}
.footer_info { display: flex;flex-wrap: wrap; align-items: center; justify-content: center; padding: 0px; flex-direction: column;margin-bottom: 15px;  grid-gap:0px;}
.footer_menu { display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}
.footer_menu a {font-size: 15px; margin: 0;text-align: left;padding: 0; transition: all 0.3s; border: none; background: transparent;  color: #e29771; display: block; width: fit-content;}
.footer_menu a:nth-child(10){ display:none;}/*footer選單隱藏*/
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover { background: transparent;color:#c3662f; transform: translateY(-5px);}
.copy {	background: #1387a2;
    color: #fff;border:none;margin-top: 0px;position: relative;padding: 8px 0;}
.copy a{ color: #fff;transition:all 0.3s;}
.footer_info li { padding: 25px; }
.footer_info ul>li:before { font-size: 115%; color: #2c89a2;display: block; margin: 0 0 20px; padding: 5px 0px 10px 5px;border-bottom: 1px solid #acacac; letter-spacing: 0.2em; font-weight: bold;}
.footer_info ul>li:nth-child(1):before { content: "CONTACT INFORMATION";}
.footer_info ul>li:nth-child(2):before { content: "MAIN MENU";}
.footer_info li:nth-child(1) {  display: flex;flex-direction: column;}
p.tel { order: 1;}
p.line { order: 2;}
p.mail{ order: 3;}
p.add{ order: 4;}

.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { color: #000;letter-spacing: 0.12em; font-size: 15px;padding-left: 5px;}
.footer_info ul {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));letter-spacing: 0.15em;margin-bottom: 15px;}
.footer_logo img { width: 100%; }
.footer_logo { display: inline-block;  vertical-align: top;  margin: 15px;}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0;}
.footer_logo { width: 250px;}
}
@media screen and (max-width: 400px) {
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { font-size: 14px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:1024px) {
    .bannerindex{  margin-top: 142px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 69px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/

.banner {
    background-position: center!important;
 background-size: cover;  background-repeat: no-repeat; min-height: 450px;
}
.banner h5 {color: #fff;letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;font-size:30px;}
.banner h5:before{display:block; color: #fff;letter-spacing: 5px;
    font-family: 'Noto Serif TC', serif;font-size:20px;}

	
body.promotions_page.bodyDesktop .banner.banA {background-position: center;
  background: url(https://pic03.eapple.com.tw/luminhoof/banner_bg001.jpg) no-repeat;}

 
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {background-position: center;
  background: url(https://pic03.eapple.com.tw/luminhoof/banner_bg002.jpg) no-repeat;}
 .banner.banE h5::before{content: "INFORMATION";}
.banner.banblog {
  background-position: center;
  background: url(https://pic03.eapple.com.tw/luminhoof/banner_bg003.jpg) no-repeat;
}
.banner.banA h5::before{content: "NEWS";}
.banner.banblog h5::before{content: "KNOWLEDGE";}

@media screen and (max-width:768px) {
.banner { min-height: 250px; }


body.promotions_page.bodyMobile .banner.banA{background-position: center;
  background: url(https://pic03.eapple.com.tw/luminhoof/banner_bg001.jpg) no-repeat;}
}
@media screen and (max-width:500px) {
     .banner {        position: static;
        height: unset;
        background-size: cover !important;}
	 .banner h5{font-size: 20px;}
	 .banner h5:before{font-size: 15px;}
	 
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px; color: #236570;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
h5.blog_le_t {   display: none;}
.blog_list_ri p{-webkit-line-clamp: 3;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 40px 20px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.subbox_item a{    grid-template-columns: 1fr;     background: #fff;     grid-gap: 10px;}
.subbox_item a:after{    background: #ffffff57;    border: 1px #C2DEE3 solid;}
.subbox_item a:before {
    content: 'Read More +';
    padding: 8px;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #E7DED9;
    letter-spacing: 0.5px;
    opacity: 1;
}
.subbox_item a:hover:before {color: #EDBFA8;    font-weight: 600;}
.blog_list_ri h5{ color: #2C8098; font-weight: 600;}
.blog_list_ri p{ color: #000;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%; padding: 10px;    min-height: 150px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.lastPage{ color: #236570; border: 1px solid #236570; background: transparent; transition: 0.3s;}
.lastPage:hover{ border: 0px; background: #B9662F; color: #fff;}

/*側邊*/
.blog_le .accordion{    border: 1px #53AABA solid;    background: #fff; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #B9662F  !important;}
.accordion li .link a, .submenu a {display: block; width: 100%; color: #53AABA;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #ebe1cf;
    color: #666;
}
.blog_le .accordion li.open .link{    background: #B9662F;}
.accordion li.open .link a{color: #fff;}
.submenu{    background: #fff;}
.submenu a:hover {
    background: #ebe1cf;
    color: #666;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #dd7d61;
}


/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back {
    max-width: 760px;
    margin: auto;
    grid-gap: 10px;
}
.blog_back a{color: #444; border-radius: 99em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next,.blog_back a.article_btn_back {   color: #236570; border: 1px solid #236570; background: transparent; transition: 0.3s; border-radius: 0px;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover,.blog_back a.article_btn_back:hover{border: 0px; background: #B9662F; color: #fff;}
.news_related {   background: #fff;}
.news_related h6 span:before {    font-size: 25px;  color: #555;}


@media screen and (max-width: 1024px) {
  .module_i_news ul{grid-template-columns:1fr 1fr;}
}
@media screen and (max-width: 980px) {
  .blog_subbox{grid-template-columns:1fr 1fr;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width: 768px) {
  h4.blog_category_title{font-size: 24px;}
  h4.blog_category_title span{font-size: 20px;}
}
@media screen and (max-width: 450px) {
  .module_i_news ul , .blog_subbox{    display: block;}
  h4.blog_category_title{font-size: 20px;}
  h4.blog_category_title span{font-size: 18px;}
}


/*相簿*/
.pic-list {
    display: block;}
.pic-list .show_pic img{
    max-width: 100%;
    display: block;
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
}
body.album_info_page.album_a.bodyDesktop .main_part{max-width: 60%;}
.other_album{display:none;}
.show_content{padding:0;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 首頁的促銷方案 */
.news_part{ padding: 50px 0 50px;}
.news_part section{ padding: 0px 26px;}
.news_part .title_i_box h4::before{ content: "News";
    letter-spacing: 5px;
    font-size: 20px;
    font-family: 'Noto Serif TC', serif;
    display: block;
    text-align: center;
    color: #9db4b8; }
.news_part .title_i_box h4 {
    font-size: 30px;
    color: #2c859e;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
}
.animated-arrow {color:  #53AABA; border: 1px solid  #53AABA; background: unset; width: 190px;line-height: 40px; height: 40px; margin-top: 40px;}
.animated-arrow:hover {background:  #dd7d61;color: #fff; border: 0px;}
.news_list ul li span { color: #2C8098;}
.news_list ul li p { color: #040404;}
.news_list ul li a:hover p {color: #B9662F; font-weight: bold;}
.news_list ul li a:hover{ background: #e7ded939;}
.news_list ul li {border-bottom: 1px #e0d6d0d2 solid;}
.news_list ul li p:after { color: #D88D71;}
#content_main{background: #f7f4f3;}

@media screen and (max-width:600px) {
  .news_list ul li{ background: unset; border: 0px; border-bottom: 1px #e0d6d0d2 solid;}
}


/* 內頁的促銷分享 */
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {    border-bottom: 1px solid #e0d6d0d2 ;margin-bottom: 40px; padding-bottom: 20px;}
.promotion_title em{display: none;}
.promotion_title span {border: none;color: #2C8098;padding: 0;margin: 0;}
.promotion_title h2{display: block;font-size: 30px; color: #B9662F; padding-top: 16px; font-weight: bold;}
.other_promotion {margin-top: 100px; grid-template-columns:1fr 1fr 1fr;}
/* .other_promotion li{border-bottom: 1px #855337 solid;;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;padding: 15px;border: none; color: #000;}
 */
 .other_promotion li a:hover {background: #fff; box-shadow: 0px 0px 3px #00000034;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a {background:#e7ded969; border: 0px; border-radius: 10px; padding: 20px; transition: 0.3s;}
.other_promotion li {width: 100%; background: unset;}
.other_promotion li{border-radius: 6px; border-top: none;}
.other_promotion li:hover {border-top: none;background: #ffffff; }

.other_promotion .pmtTime {width: 150px; color: #2C8098;}
.other_promotion .pmtTime span{float: left;}
/* .other_promotion .pmtTitle{width: calc(100% - 160px);} */
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0; color: #000;}
.other_promotion .pmtTitle h3:hover{ color: #C97140; font-weight: bold;}
.promotions_page .show_content .edit{ color: #000!important;}

@media screen and (max-width:1024px) {
  .other_promotion {grid-template-columns:1fr 1fr;}
}
@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
   .other_promotion {grid-template-columns:1fr;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {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: 1600px) {
.main_header_area .container {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
.stellarnav li li a:hover {
    background: #ece3de;
    color: #2c87a0;
}
}

@media screen and (max-width: 600px) { 
}




