@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {    margin:0; }
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;  }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*共用*/
.animated-arrow {  background: #dda837;}
.path p, .path p a {display: none;}
@media screen and (max-width: 768px) {
  .main_part {    padding: 25px;}
}
/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #363636;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #9c7218; border: #9c7218;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top { 
  box-shadow: 0px 0px 10px #7f7a7a82;
  color: #ffffff;
  background: #302f2f;
  backdrop-filter: saturate(100%) blur(10px);
  left: auto;
  right: 10px;
  border-radius: 0px;
  transition: ease-out 0.3s;
}
#to_top:hover { 
      box-shadow: 0px 0px 10px #c9bdf7;
      transition: ease-out 0.3s;
}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #ffffff;}

/*首頁跑馬燈*/
.sb_marquee { }

/*內頁背景*/
body {    background: #38130d;}
#content_main {    background: #38130d;}

@media screen and (max-width: 768px) {
  #content { }
}

/*相關推薦*/
.prod_related,.news_related {    background: #312323;      padding: 70px 15px; }
.prod_related h6 span:before,.news_related h6 span:before {  color: #dda837;}
.related_list li a , .news_related_list li a {color: #fff;   background: #6d1818;}
.related_list li a p , .news_related_list li a p {  color: #ffffff;}
.lastPage { background: #dda837;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*HEADER*/
.main_header_area .container {  max-width: 90%;}
.header_area {  
    background: linear-gradient(to bottom, #000000 60%, #6e0c0c 100%);
    transition: ease-out 0.3s;
    padding: 0px;
}
.header_area.sticky {  
    background: linear-gradient(to bottom, #000000 60%, #6e0c0c 100%);
    box-shadow: 0px 0px 5px #4d4d4da3;  
    position: fixed;   
    top: 0;     
    transition: ease-out 0.3s;
}
.navigation {   }
.nav-header { margin: auto;     max-width: 100px;}

.main_header_area:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2%;
    left: 0%;
    bottom: -1px;
    background: linear-gradient(45deg, #dfab37, #dda837, #dfab37);
    transition: 1s cubic-bezier(0, 0, 0, 0.92);
}
.header_area.sticky .main_header_area:after {  width: 100%;}

/*選單*/
.stellarnav > ul > li > a {
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0px;
  padding: 0px 20px;
  color: #ffffff;
}
.stellarnav > ul > li:hover {     filter: drop-shadow(0px 0px 5px #ffda76);   }
.stellarnav > ul > li > a:before {
content: "";
position: absolute;
right: 50%;
left: 50%;
bottom: 2px;
height: 1px;
background: linear-gradient(45deg, #dda93600, #dda936, #dda93600);
transition: all .3s ease-in-out;
}
.stellarnav > ul > li:hover > a:before {right: 0px;   color: #dda936;    left: 0px;}

.stellarnav ul.anchorList {  }
.stellarnav li.has-sub > a:after{display: none;}

.stellarnav li.drop-left ul ul { }
.stellarnav > ul > li.drop-left > ul {  left: 0;}
.stellarnav li a { padding: 10px;}
.stellarnav li a:hover {  color: #ffffff;}
.stellarnav li li:hover {  background: #dda936; color: #fff;}

.stellarnav > ul > li:nth-of-type(1) {    display: none;}/*選單(1)隱藏*/

/*購物車通知*/
.box_search {    top: 17px; display: none; }
.shop_search_btn {   background: #dfab37;}
.me_tp_features { }
.me_tp_features a {
    color: #fff;
    position: relative;
    top: 17px;
}
.tp_links a {
    margin: 0px 5px;
    color: #daac66;
    border: 1px #daac66 solid;
    border-radius: 10px;
    padding: 5px;
}
.tp_links a:hover {  
  color: #4f1a12;
  background: #daac66;
}

.tp_links .fa-brands.fa-line:before {
    content: "立即預約感情復合";
}
.tp_links a.me_tp_call, .tp_links a.me_tp_mail {    display: none;   }


@media screen and (max-width: 1024px) { 
    .stellarnav > ul > li > a { padding: 0px 5px;}
    .me_tp_features {  }
    .me_tp_features a {    top: 0px;}
    .box_search {    top: 0px; }
}
@media screen and (max-width: 768px) {
  .header_area {   display: block;}
  .nav-brand {        left: -77%;        position: relative;    }
  .nav-header {    max-width: 77px;}
  .tp_links a {  font-size: 14px;     margin: 0px 2px; padding: 4px;}
  .me_tp_features { position: absolute;  }
  .me_tp_features a {   top: 32px;     left: 44%;    }
  .box_search {    top: 15px;    left: 51%;}


  /*側邊選單*/
  .stellarnav a {    color: #f0f4ff;}
  .stellarnav.mobile {  top: 20px;}
  .stellarnav .menu-toggle span.bars span {background: #ffffff;}
  .stellarnav .menu-toggle:after { color: #ffffff;}
  .stellarnav > ul > li > a {    border-right:none;}
  .stellarnav.mobile > ul > li { border-bottom: 1px #f0f4ff solid;}
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #f0f0f000;}
  .stellarnav.mobile.left > ul {    border-right: none;           box-shadow: 0px 0px 5px #575757d6;        background: #000000;    }
  .stellarnav.mobile li.drop-left ul ul {    left: auto;}
  .stellarnav.mobile li.open {  background: #272727;}
  .stellarnav.mobile li.open li.open {  background: #272727;}
  .stellarnav.mobile li.open li.open a {    color: #fff; }
  .stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 3px #ffffff;}
  .stellarnav a.dd-toggle .icon-plus:before {  border-bottom: solid 3px #ffffff;}
  .stellarnav.mobile.left .close-menu {    color: #f0f4ff;}

  .stellarnav .icon-close:after {   border-bottom: solid 3px #ffffff;}
  .stellarnav .icon-close:before {   border-bottom: solid 3px #ffffff;}
  .stellarnav li li {  border: 1px #dda93645 solid;         background: #4d4d4d; }
  .stellarnav li a {   color: #ffffff;}
}

@media screen and (max-width: 570px) {
    .stellarnav.mobile {     top: 32px;    }
  .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice{display: inline-block;}
  .me_tp_features a {          top: 30px;       left: 52%;  }
  .box_search {    top: 15px;    left: 55%;}

  /*側邊選單*/
  .stellarnav .menu-toggle { }
}
  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*下拉*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/

.banner {
  background-image: url(https://pic03.eapple.com.tw/airanhong/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
.banner h5 {
  color: #ffffff;
  letter-spacing: 5px;
  font-size: 30px;
  display: none;
  
}
.banner.banA {}
.banner.banB { display: none; }
.banner.banC { display: none;}
.banner.banD {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

.other_select_page.bodyDesktop .banner h5{}

@media screen and (max-width: 1024px) {
  .banner {    height: 180px;}
  .banner h5 {    font-size: 26px;  }
}
@media screen and (max-width: 768px) {
  .banner h5 {  position: relative; right: 0px;  top: 0px; }
}
@media screen and (max-width: 600px) {
  .banner {  min-height: 28vw;         height: 130px;}
  .banner h5 {  font-size: 22px;  }
}
@media screen and (max-width: 425px) {
  .banner {    height: 95px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {  background-image: url(https://pic03.eapple.com.tw/airanhong/footer.jpg);  max-height: 480px; background-size: cover; background-position: 100%;  min-height: 26vw;}
.footer_logo { display: none;}
.footer_menu { display: none;}
.footer_info li p { color: #fff;}
.footer_info li p a { color: #fff;}
.footer_info li:nth-child(1) {  display: none; width: 59%;}
.box_link a {display: none;}
.copy { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉編輯頁*/
.other_select_page.bodyDesktop .promotion_title h2 {display: none;}
.other_select_page.bodyDesktop .other_promotion{display: none;}
.other_select_page.bodyDesktop  ul.page {  display: none;}

@media screen and (max-width: 768px){ 
  .other_select_page.bodyMobile .other_promotion{display: none;}
  .other_select_page.bodyMobile .promotion_title h2 {display: none;}
  .other_select_page.bodyMobile  ul.page {  display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁促銷方案*/
.news_part {background: #e9e1da;}
.news_part .title_i_box h4 {
  font-size: 28px;
  color: #dda837;
  font-weight: 600;
  letter-spacing: 3px;
}
.i_news_b a {  border-radius: 20px;}
.i_news_b a:hover {    background: #dda837;}
.news_list ul li { border:none;   border-bottom: none;}
.news_list ul li:hover { }
.news_list ul li a{
  border: 1px #dda837 solid;
  margin-bottom: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 5px #b1b1b161;
  background: #ffffff;
}
.news_list ul li a:hover {   background: #dda837;}
.news_list ul li a:hover span {   color: #fff;}
.news_list ul li a:hover p {   color: #ffffff;}
.news_list ul li p:after {  transform: translateX(-50%) translateY(-50%);}
.news_list ul li a:hover p:after {   color: #fff;}

/*促銷方案*/
.promotion_title * {  color: #dda837; font-weight: 600;   font-size: 16px;   letter-spacing: 1px;}
.promotion_title { text-align: center;}
.promotion_title em {  border:none; padding: 6px 15px; margin: 0 0px 0px 0; background: #dda837;  color: #fff;  border-radius: 50px;}
.promotion_title span { border:none; padding: 6px 0px;   margin: 0px 0px 0px 0;}
.promotion_title h2 {  display: block;  font-size: 30px;     border-bottom: 2px #dda837 solid;  padding: 0px 0px 10px 0px;}
.promotion_title h2 span {   display: none;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #dda837 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
  .news_part .title_i_box h4 {   font-size: 24px;}
  .news_part {  margin: 0px auto;     padding: 40px 20px;  width: 100%;}
  .news_list ul li {   background: #ffffff;         border-radius: 20px;}
}
@media screen and (max-width: 600px) {
  .news_list ul li a {    border-radius: 20px;   padding: 15px;}
  .news_list ul li p:after {   transform: translateX(0%) translateY(10%);}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章首頁*/
.i_prod_tit, .i_video_tit {    display: none;}
.products-list .item {    
    background: #38130d;
    padding: 10px;
    border: 1px #dda837 solid;
}

/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1500px;}
.blog_in_page .main_part{ max-width: 1500px;}
h4.blog_category_title{font-size: 28px; color: #dda837;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{     text-align: center;     color: #fff;  }

/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {   }
.module_i_news li:hover::after, .subbox_item:hover::after { }

.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #6d1818;
    font-family:  "Cinzel", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #ffffff;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #ffffff;
    font-size: 14px;
    line-height: 190%;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.subbox_item a {  grid-template-columns: unset;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {    display: none;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #DABEA7;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.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%);
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 10px;
    color: #ffffff;
    font-family: "Noto Serif TC", serif;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color:#dda837;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #ffffff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #ffffff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {color: #ffffff;  }

/*側邊*/
.blog_le .accordion { border: none; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#dda837 !important;}
.blog_le .accordion li .link i {   color: #cccccc;}
.accordion li .link a {  color: #ffffff;}
.submenu a {     background: #6d1818;  color: #fff; }
.submenu a:hover {    background: #dda837;}
.submenu li.on_this_category a, .submenu a:hover {  background: #dda837bd;}
/*首*/
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.toShareNews {   color: #ffffff;}
.blog_box_edit * {    color: #fff; }
.blog_back a.article_btn_back{background: #6d1818;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {     background: #000000;    color: #ffffff;   border: 1px #6d1818 solid;}

/* 滑入進場效果 */
.blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #6d1818;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Cinzel", serif;
}
.subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

@media screen and (max-width:1024px) {
    .blog_subbox{ grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:768px) {
  .module_i_news ul {    grid-template-columns: 1fr 1fr;}
  .module_i_news .title_i_box h4 {  font-size: 25px;}
  a.news_menu_toggle i {  color: #fff; }
}
@media screen and (max-width:600px) {
  .blog_page .main_part {   padding: 25px;}
}
@media screen and (max-width:450px) {
    .blog_subbox{ grid-template-columns:1fr; }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
/*列表*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(375px, 1fr)); grid-gap: 30px;}
ul.i_album_list li { flex-grow: 1; flex-basis: 24vw; box-sizing: border-box; padding: 0; margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 20vw;}

.subalbum-menu h2 { letter-spacing: 5px; display: none;}/*隱藏*/
.show-list .show_name , .other_subalbum li a p { line-height: 2; background: linear-gradient(to top, #0000006e, #00000000);font-weight: 500;
    color: #ffffff; height: 4em; letter-spacing: 2px;  font-size: 19px; position: absolute; bottom: 0;  width: 100%;  transition: 0.5s; display: flex;  align-items: center; justify-content: center; align-content: center;}
.show-list .item a:hover .show_name , .other_subalbum li:hover a p {  height: 50%; letter-spacing: 3px; background: linear-gradient(to top, #dda936, #00000000); }
.show-list .item:hover .show_name { color: #fff;}
ul.i_album_list li:hover { flex: 3 0 25vw; transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;}
.i_album_list li:hover img { transform: scale(1.12);}
.pic-list .show_pic:hover img { transform: scale(1.12);}
.pic-list .show_pic img { transition: 0.5s;}
.overlay {display: none;}

/*觀看更多*/
.other_album {  display: none;}
.album_info_page .fa-image::before { content: "";}
.other_album_choice li {background: #daac68;}
.fa-right-from-bracket::before { content: "+";}

@media screen and (max-width: 600px) { 
  .show-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
  .show-list .show_name, .other_subalbum li a p { font-size: 14px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 240px; letter-spacing: 1px;  min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);     grid-gap: 10px;}
ul.page { width: 100%;}

.product-layer-two li a {  background: none;  padding: 13px 16px;  color: #ffffff; border: 1px #38130d solid;  }
.product-layer-two li i {  top: 6px;      color: #fff;  }
.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;      background: #38130d; }
.product-layer-two li li:hover > a {  color:#ffffff;     background: #38130d;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #dda837; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li.active a {  border: none;      background: #38130d; }
.product-layer-two li li.active a {  background: #dda837 ;     color: #fff;}
.product-layer-two li.active li a {    color: #ffffff;  }

.products-list .price b { color: #ffffff; }
.products-list .more {  border: 0;    top: 64%;  bottom: unset;  }

.products-list .name {  text-align: center;       color: #ffffff;  font-weight: 600;}
.products-list .item a {  padding-bottom: 0px;}
.products-list .item a .more {     width: 55%;  opacity: 0;}
.products-list .item a:hover .more { background: #6d1818;     opacity: 1;  }
.products-list .item a + button.pd_btn{     border: 1px solid #dda837;    color: #dda837;  }
.products-list .item a + button.pd_btn:hover {    background: #dda837;   }

.product_info_page .product-layer-two { 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:#dda83782;}

.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;}

/*商品內頁*/
.sidebarBtn {  border:0;      background: #38130d; }
.sidebarBtn h2 {   color: #ffffff;}
.sidebarBtn .price {  border-bottom: 0;  color: #9b9b9b; }
.sidebarBtn .sp_price {  color: #dfab37;}
.inquiry_a1 {  background: #ada17e;}
.inquiry_a2 {  background: #727760;}
.inquiry_a3 {   background: #6d1818;}

.product_info li {    margin: 20px 0;}
.product_info li span {       color: #9b9b9b;  }/*商品規格*/
.product_info li .txt_box {    color: #ffffff;}
.toShare {  display: none;}/*分享*/

a.pdinfo_tel {    background-color: #7e5e17;}

.pd_tabInner_contain {    color: #fff;  }
.pd_tabTitle li {   border-bottom: 1px solid #dfab37;}
.pd_tabTitle li.activeTab a { color: #fff;}
.pd_tabTitle li.activeTab::after {    height: 2px;    background: #dfab37;}

/*結帳購物車內頁改色*/
.shopping-cart .cell.product_name a {    color: #fff;  }
.shopping-cart .cell {    color: #fff; }
.total_amount li {    color: #fff;  }
.formbox_form li .form__label {    color: #fff;  }
.form label {    color: #fff;  }
.form label.Bigcheck {   color: #fff;}
.declaration {   background: #000000;}
.payer {    background: #000000;}
.order_list_tit span {   color: #ffffff;}
.order_list_tab td {   color: #ffffff;}
.order_list_pro td {   color: #ffffff;}
.order_list_head p {    color: #ffffff;    border-bottom: 2px #f4f4f4 solid;}
.last_box_money p, .last_box_money em {   color: #ffffff;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.prod_part {   padding: 50px 10px 40px;    }

.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product_menu_list a.pd_menu_toggle {    color: #fff;  }

.products-list {  }

.products-list .more {  top: 52%;}

.product-layer-two { margin-right: 0;  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;      color: #fff;}

.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;}

.mobile_product_name {     color: #fff;}

}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁聯絡我們*/
.i_contact_box{   padding: 100px 20px;}
.contact_content .information_left {  display: none;  width: 100%; }
.pageIndex .contact_content .information_right {     
  padding: 3% 3%;
  border: 2px #dda837 solid;
  border-radius: 20px;
  background: #ffffffad;
}
.pageIndex .contact_content .information_left {display: none;}
.pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert { grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(150px, 1fr));}
/*聯絡我們*/
.contact_form li input.noborder {   border: unset; background: unset;     color: #fff; }
.contact_form li textarea.noborder {    border: unset; background: unset;      color: #fff;  }
.contact_form li {
    display: block;
    border-bottom: 1px solid #C2BCB4;
    padding-bottom: 10px;
    width: 48%;
}
.contact_form li .form__label {   color: #ffffff; text-align: left; margin-bottom: 5px;     max-width: 150px;}
.contact_form li.last cite {    background:#dda837;}
.contact_form li.last blockquote {    color: #ffffff;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px#dda837 solid;}
.contact_content .information_right { width: 100%;  padding: 6%;  background: #312323;  border: 2px #dda837 solid;}
.contact_content form{     margin: 0px 15%;     padding: 5% 0px; }
.contact_form {  grid-gap: 20px; display: flex;      flex-wrap: wrap;}
.contact_form li.last {  justify-content: center;}
.contact_editbox {   padding: 0px;}
.blank_letter {  color: #dda837;     padding-top: 5px;}

.list_before { display: inline-block;  width: 36%;}
.contact_le_nomap {  display: inline-block; width: 61%;}

@media screen and (max-width: 1440px) {
  .contact_form li {    width: 47%;}
}
@media screen and (max-width: 1024px) {
    .contact_content .information_right {   width: 100%;}
}
@media screen and (max-width: 825px) {
    .list_before.info li {    width: 90%; }
}
@media screen and (max-width: 768px) {
  .pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert {   grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 1fr));  }
    .contact_page .contact_content {  }
    .contact_content .information_right {padding-left: 0px; padding: 15px; }
    .contact_content form {    margin: 0px 5%;}  
    .contact_form li .form__label {     width: 100%;      max-width: 100%;  }
    .contact_form li .form__insert {  width: 90%;}

    .list_before.info {    margin-right: 0%;  }
    .list_before { display: inline-block;  width: 100%;}
    .contact_le_nomap {  display: inline-block; width: 100%;}


}
@media screen and (max-width: 600px) {
    .contact_form li .form__label {   text-align: left;  margin-bottom: 5px;}
    .contact_form {     display: grid;}
    .contact_form li {      width: 100%;  }
    .contact_form li .form__label {         background: #221717;     color: #dda837;}
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 10px; }
#to_top { bottom:12px;}
}

@media screen and (max-width: 600px) { 
}




