@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Bona Nova SC', "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #1D1B1C;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 2px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #f9df32; border: 1px solid #f9df32;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #1D1B1C /*網站主要色系
  #EAEBE5 /*網站輔助色系1
  #EAEBE5; /*網站輔助色系2*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 商品下拉超過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;}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff; display: none;}
.swiper-pagination-bullet-active {background: #1D1B1C;}



/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: url(https://pic03.eapple.com.tw/xinyangcontainer/BBG.jpg)no-repeat top; background-size: cover; /*margin-top: -10px;*/}
#content {background: url(https://pic03.eapple.com.tw/xinyangcontainer/BBG.jpg)no-repeat top; background-size: cover;}


.path {display: none;}
.banner {padding: 0px 0; height:450px;}
.banner h5{font-size: 34px; color: #FEDD2D; font-weight:900; letter-spacing: 1px; text-align: center;}

.services_page .banner {display: none;}
.other_page .banner {display: none;}
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/xinyangcontainer/SBN1.jpg) no-repeat center; background-size: cover; width: 100%;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/xinyangcontainer/SBN2.jpg) no-repeat center; background-size: cover; width: 100%;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/xinyangcontainer/SBN3.jpg) no-repeat center; background-size: cover; width: 100%;}

.banner h5:before {content: ''; display: block; font-size: 100px; color: #ffffff; margin-left: -2px; line-height: 90%;}
.blog_page .banner h5:before, .blog_in_page .banner h5:before {content: 'NEWS';}
.album_page .banner h5:before , .album_class_page .banner h5:before , .album_info_page .banner h5:before  {content: 'WORKS';}
.contact_page .banner h5:before {content:'CONTACT';}

@media screen and (max-width: 768px) {
  .banner h5{font-size: 28px;}
  .banner h5:before {font-size: 60px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left;}
.pageIndex .nav-brand {width: 100%; display: block;  transition:all 0.3s;}
.nav-brand {width: 100%; display: block; margin-top: 0px; transition:all 0.3s;}
.nav-brand img {max-width: 45px; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 80px; padding-top: 0px; transition: 0.3s ease; }
.pageIndex .header_area.sticky .nav-brand img {max-width: 80px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .nav-brand { transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: linear-gradient(to top, rgb(0 0 0 / 50%) 0%, #1d1b1c 80%);
  height: 115px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: none; height: 0px; opacity:1;  transition: 0.6s ease;}
.main_header_area{background: #000000; height: 84px; transition: 0.6s ease;}
.navigation {padding: 22px 0 0px 0px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:85%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a{color: #fff; transition:all 0.3s; text-shadow: 1px 1px 10px #000000;}
.stellarnav > ul > li > a {font-weight: 500;font-size: 17px; color: #ffffff; transition:all 0.3s; padding: 0px 17px 0px 10px; height: 37px; text-shadow: none; letter-spacing: 1px;/*width: 120px;*/}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #ffffff; text-shadow: none;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #616161; text-shadow: none;}
.stellarnav > ul > li > a:hover {color: #646464; text-shadow: none; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a{padding: 0px 10px 0 10px;}
.stellarnav > ul > li.has-sub > a {padding-left: 10px;}

/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #ffffff;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px 10px; letter-spacing:1px; transition: all 0.3s; border-left:2px solid transparent; font-size: 15px; font-weight: 500;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #646464; padding-left:12px;border-color:#FEDD2E; background: #f9df32;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 140px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom: 1px #4e4e4e solid; background: #000000;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}

/*SubMenu*/
.shop_search_btn {background: none; color: #1D1B1C; border-radius: 0; border-left: 1px solid #b8b8b8 !important;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #1D1B1C;}
.me_tp_features {display: none; padding-top: 45px; text-shadow: 1px 1px 10px #000000; padding-right: 9px;}
.me_tp_features a {font-size: 14px; margin: 6px 5px 0 5px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #000000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #1D1B1C;  text-shadow: none; }
.pageIndex .header_area.sticky .shop_search_btn{color: #1D1B1C;}
.pageIndex .shop_search_btn{color: #fff;}
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #1D1B1C;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 1px #b8b8b8; border-bottom: solid 1px #b8b8b8; background: none; padding: 9px 55px 6px 13px; color:#1D1B1C;}
.pageIndex .box_search input[type=text] {color:#fff;}
.pageIndex .header_area.sticky .box_search input[type=text] {color:#1D1B1C;}
.box_search {margin-right: 5px;}
.pageIndex .me_tp_features a.tp_btn_cart b{color: #ffffff;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart b{color: #1D1B1C;}
.me_tp_features a.tp_btn_cart b { color: #1D1B1C; padding: 0px 4px; border-radius: 100px; font-size: 14px;}


/*主選單按鈕下底線*/
.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li.has-sub > a:after {
  width: 0px;
  position: absolute;
  height: 50px;
  z-index: -99;
  content: "";
  background: #838383;
  left: 36%; /*44%*/
  bottom: 0px;
  transform: translate(-38% , 0);
  box-shadow: 4px 4px 70px 6px #313131;
  transition: ease 0.6s;}
.stellarnav > ul > li > a:after {
  width: 0px;
  position: absolute;
  height: 50px;
  z-index: -99;
  content: "";
  background: #838383;
  left: 36%;
  bottom: 0px;
  transform: translate(-38% , 0);
  box-shadow: 4px 4px 70px 6px #313131;
  transition: ease 0.6s;}
.stellarnav > ul > li:hover > a:after {width: 90%; transition: ease 0.6s; background:#f9df32; border-radius: 1px;}
.stellarnav > ul > li.has-sub:hover > a:after {width: 90%; transition: ease 0.6s; background:#f9df32; border-radius: 1px;}



@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {font-size: 15px; padding-right:17px;}
}
@media screen and (max-width: 1350px) {
  .main_header_area .container {max-width: 100%;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav > ul > li > a {margin: 0 0px;}
  .me_tp_features {padding-right: 0px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav {width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 5px; padding-top: 0px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 13px; padding-top:0px;}
  .pageIndex .me_tp_features {padding-top: 128px;}
  
  .main_header_area {height: 120px; background: #1D1B1C;}
  .pageIndex .main_header_area {height: 155px;}
  .pageIndex .header_area.sticky .main_header_area {height: 155px;}
  .header_area.sticky .navigation {padding: 20px 0 0px 0px;}
  .pageIndex .header_area.sticky .navigation {padding: 0px 0 0px 0px;}
  
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .pageIndex .header_area.sticky .nav-brand {margin-top: 22px;}
}
@media screen and (max-width: 768px) {
.main_header_area {height: 84px;}
.pageIndex .main_header_area {height: 115px;}
.pageIndex .header_area.sticky .main_header_area {height: 115px;}
.stellarnav > ul > li > a{text-shadow:none;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 13px 15px;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 13px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding:10px !important;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #222; border-right: 1px #222 solid; box-shadow:1px 1px 10px #242424ad;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #222; color: #8e8e8e;}
.stellarnav.mobile > ul > li {border-bottom: 1px #1e1e1e solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #f9df32;}
.stellarnav.mobile li.open li.open {background: #f9df32;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #5e5e5e;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 2px #5e5e5e;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #282828;}
.stellarnav .icon-close{color: #414141;}
.stellarnav .icon-close:after {border-bottom: solid 1px #8e8e8e;}
.stellarnav .icon-close:before {border-bottom: solid 1px #8e8e8e;}
.stellarnav a {color:#000000;}
.stellarnav.mobile > ul {border-top: 0px solid rgba(255, 255, 255, .15);}

.stellarnav.mobile ul {background: #1D1B1C;}
.stellarnav.mobile li.open {background: #1D1B1C;}
.stellarnav li li {border: 1px #1D1B1C solid; background: #282828;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #ffffff;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #ffffff;}

/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer .center {max-width: 85%;}
.center {max-width: 85%;}
.footer {background: #000;width: 100%; padding: 60px 0 40px 0; background-size: cover;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 800px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #9c9c9c;margin: 0;	text-align: center;	padding: 8px 5px 7px 5px; border:0; border-right: 0px #f7f7f7 solid;  border-left: 0px #f7f7f7 solid; background: none;  font-size: 14px; transition: all 0.3s; border: 1px #282828 solid;}
.footer_menu a:hover {background: #282828; color: #f9df32;} 
.copy {background:none; color: #464646; border:none; padding: 15px 0; text-align: right; margin: 0 0px 0 0; padding: 0 0 30px 0; width: 100%; max-width: 1760px;}
.copy a{color: #464646;transition:all 0.3s;}
.copy a:hover {color: #464646;}
.box_link a{transition:all 0.3s; border: 1px #282828 solid;}
.box_link a:hover {background: #282828;  color: #222;}
.box_link {}
.footer_logo img {max-width: 150px;}
.footer_logo {text-align: center; width: 20%; max-width: 165px;}
.footer_info ul {width: 86%; text-align: center;}
.footer_info li {padding: 15px 30px; display: inline-block;}
.footer_info li p {font-size: 14px; color: #9c9c9c; line-height: 230%; text-align: left; width: 100%; display: inline-block; margin-bottom: 0px; font-weight: 500;}
.footer_info li p a{color:#ffffff;}
.footer_info li:nth-child(1) {width: 49%;}
.footer_info li:nth-child(2) {margin-top: 35px; padding: 0 0; margin-bottom: -37px; background:none; width: 49%;}

/*改字*/
.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: 90px !important;
  letter-spacing: 1px !important;
  color: #fff;
  background: #333333;
  padding: 2px 8px;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;}
.list_before {margin-top: 20px; margin-bottom: 30px;}
.list_before.info li {padding-left: 105px; letter-spacing: 1px; width: 49%; display: inline-block;}
.list_before.info li a {color:#FFF;}
.footer_info li p.phone:before {content: '手機 ';}
.footer_info li p.mail:before {content: '信箱 ';}
.footer_info li p.add2:before {content: '營業時間 ';}
.footer_info li p.add:before {content: '地址 ';}
.footer_info li p.taxid:before {content: '統編 ';}
.footer_info li p.line:before {content: 'LINE';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

.info_PHONE:before {content: "手機";}
.info_ADD:before {content: "地址";}
.info_ADD2:before {content: "營業時間";}
.info_TAXID:before {content: "統編";}

/*頁尾聯絡按鈕*/
.box_link {top: 15px; max-width: 200px; flex-direction: row;}
.box_link a {display: inline-block; position: relative;}
a.me_tp_mail , a.me_tp_fb {display: none;}
a.me_tp_line .fa-line:before {content: " "; background:url(https://pic03.eapple.com.tw/xinyangcontainer/line.png) no-repeat;width: 100%; background-size: contain; height: 45px; position: absolute; width: 45px; top: -2px; left: -3px;}
a.me_tp_call .fa-mobile-screen-button::before {content: " "; background:url(https://pic03.eapple.com.tw/xinyangcontainer/tel.png) no-repeat;width: 100%; background-size: contain; height: 45px; position: absolute; width: 45px; top: -2px; left: -3px;}


/*top*/
#to_top {width: 45px; height: 45px; bottom: 29px; right: 23px; left: unset; background: #0905059e; box-shadow: none; border-radius: 0; color: #ffffff; border-radius: 2px;/*border:1px solid #959595a1;*/}
#to_top i.top {margin-bottom: -12px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #ffffff;}

@media screen and (max-width: 1800px) {
.footer_info li {padding: 15px 0px !important;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%; margin-top: 5px; margin-bottom: 0px;}
.footer_menu{background: #181818;}
.footer_info {grid-gap: 10px;}
.copy {text-align: center;}
}

@media screen and (max-width: 1440px) {
.box_link {top: 0px;}

}

@media screen and (max-width: 1380px) {
  .footer_info li:nth-child(2) {width: 100%; margin-bottom: 0px;}
  .copy {text-align: center; width: 100%;}
  .footer_info ul {width: 100%;}
  .footer_logo {width: 100%; max-width: 100%;}
  .footer_info li p {text-align: center;}
  .footer_menu {max-width: 100%;}
  }

  @media screen and (max-width: 768px) {
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
  .copy {margin: 0px 0px 0 0; padding: 0 0 0px 0;}
  .contact_content .information_right {padding: 30px 30px 10px 30px;}
  .box_link {justify-content: center; max-width: 100%; width: 100%; text-align: center;}
  .footer {padding: 60px 0 50px 0;}
  .list_before.info li {width: 100%;}
  }

  @media screen and (max-width: 480px) {
  .footer_menu { margin-bottom: 26px;}
  }
  

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.module_i_news .title_i_box h6 {
  font-size: 40px;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  color: #B79764;
}
.module_i_news .title_i_box h4 {display: none;}
.module_i_news {padding: 80px 20px;}
.i_prod_tit span {font-size: 32px; font-weight: 900; color: #896738;}
.i_blog_ri h5 {font-weight: 400; color: #fff;}


.blog_page .main_part , .blog_in_page .main_part {max-width: 1650px; padding: 20px 0;}
h4.blog_category_title{font-size: 28px; color: #ffffff; font-weight: 500;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 20px;}
.module_i_news li , .subbox_item {  width: 100%;}
.subbox_item a {grid-gap: 0px;}
.module_i_news li a , .subbox_item a {  padding: 0px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border: 1px #5a5a5a solid;}
.subbox_item a:after {background: none;}
.module_i_news li a:after {background: none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.blog_list_ri {padding: 10px 2px;}
.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%);}
	
/*側邊*/
.blog_le {margin-top:30px;}
.blog_le .accordion {background: #333333; border:none; border-bottom: 0px #333333 solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #f9df32 !important;}
.accordion li .link a {color: #fff;}
.submenu a:hover {background: #3e3b3a;}
.submenu a{letter-spacing: 0px; font-weight: 600;}

/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr; max-width: 1500px;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #353535;}
.blog_back a.article_btn_prev{background: #353535;}
.blog_back a.article_btn_next{background: #353535;}

.blog_search input[type=search] {border-radius: 0px; border:solid 1px #e5e5e5;}
.blog_le .accordion {border-radius: 4px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #f9df32;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em {display:none;}
.blog_list_ri h5 {font-weight: 500; color: #ffffff; margin-bottom:10px; padding-bottom: 8px; line-height: 190%; font-size: 18px; border-bottom: 1px solid #4a4d4c;} 
.blog_list_ri em {display: none;}
.blog_box_edit {color: #fff;}
h4.blog_category_title {margin-top: 26px;}
.accordion li .link {border-bottom: 1px solid #3e3e3e;}

/*try*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #f9df32;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em , .i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1; right: auto; left: 7px; bottom: -11px;}
.blog_list_ri p {color: #a3a3a3; line-height: 160%; padding: 3px 0; font-size: 16px;}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 15px 0px 5px 0px;}
.subbox_item {margin-bottom: 0px;}
.i_blog_ri, .blog_list_ri {padding: 20px 20px 20px 20px; background: #2a2b2a;}

.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1); /*-webkit-filter: grayscale(0) contrast(1);*/}
.blog_list_le img , .i_blog_le img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s;}
.module_i_news li a:before , .subbox_item a:before {
    content: 'READ MORE >';
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'inter';
    display: none}
.module_i_news li a:after, .subbox_item a:after {border: 0px #5a5a5a solid;}


/*編輯器裡的連結*/
.blog_box_edit a {color: #d8be06;}


/*底線*/
.blog_page .subbox_item:hover .blog_list_ri::before {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #f9df32;
  transition: all 0.3s ease-in-out;
}

.blog_search input[type=search]:focus {color: #646464;}
.blog_search input[type=search] {border: solid 1px #4a4a4a;background: #333333;}
.accordion li+li .link {border-top: 1px solid #343434;}
.news_related {background:none ; background: #1b1b1b; padding: 60px 15px 25px 15px;}
.news_related h6 span:before {color: #ffffff;}
.news_related_list li a {background: none;}
.news_related_list li a p {color: #ffffff;}
.blog_page .main_part, .blog_in_page .main_part {padding: 20px 0 60px 0;}
.blog_shareData {flex-direction: row;}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color:#1d1b1c !important;}
.submenu li.on_this_category a, .submenu a:hover {background: #4f4607;}
.toShareNews {color: #ffffff;}

.subbox_item a {display: block;}

@media screen and (max-width: 1024px) {
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width: 960px) {
.subbox_item {border-bottom: 0px #8b8b8b solid;}
}

@media screen and (max-width: 768px) {
.blog_box {padding: 20px;}
.blog_le a.news_menu_toggle {display: none;}
}

@media screen and (max-width: 480px) {
.subbox_item a {grid-template-columns: 1fr;}
.blog_subbox {grid-template-columns: 1fr;}
.news_tags {display: block; margin-bottom: 20px;}
.blog_box_edit a {width: 100%; display: block;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{max-width: 1650px; width: 90%;  margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{max-width: 1650px !important; width: 90%;  margin: 0 auto;  padding: 60px 0px;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 10px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  
  color: #ffffff; 
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 7px;
  height: 40px;
  background: #222222cf; }
.other_subalbum li p {
  color: #F07884; 
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding: 7px;
  height: 45px;
  background: #222222cf;
}
.other_album_choice li {  background: #948004; border-radius: 1px; transition: 0.3s ease;}
.other_album_choice li:hover {background-color: #bda406; color: #111; transition: 0.3s ease;}
.subalbum-menu h2{  color: #ffffff;font-size: 24px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 0px; text-align: center; font-weight: 400; color: #fff;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px;}
.album_fixed_title span:before {color: #b4b4b4;}
.album_fixed_title i {color: #b4b4b4;}
.album_fixed_title em {color: #b4b4b4;}
.album_descrip {color: #ffffff; text-align: center; font-size: 18px; padding-bottom: 10px;}
.overlay {background: rgb(0 0 0 / 30%) !important;}

/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease;} 
.album_page .show-list .item:hover .show_name {color: #ffffff; letter-spacing: 1px; transition: 0.3s ease;}
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.1);  transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.album_class_page .other_subalbum li a img {transform: translate(0%, -100%);}
.block {display: none;}
.album_fixed_title {background: none;}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {max-width: 1000px;}
.album_class_page .other_subalbum li a img { transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover { transition: all .5s ease-out;}
.show-list .item, .other_subalbum li, .pic-list .item {padding: 0px;}

.pic-list .item h6 {font-size: 15px; color: #d4d4d4; font-weight: 400; text-align: justify;}

@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
.album_class_page .main_part {padding: 0px 0px;}
}

@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.prod_part {  width: 90%; padding: 100px 20px 100px 20px; max-width: 1400px;}
.products-list {  display: grid;  gap: 10px;  grid-template-columns: 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none; padding: 0px;}
.products-list .more {margin-top: 10px;}
.products-list .pic{border: 0px solid #e1e1e1; height: 15vw;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {  border: 1px solid #1F6B80;  color:#ffffff ;background: #1F6B80; display: none;}
.products-list .item a:hover .more {background:#1F6B80;}

/*價格*/
.products-list .price {  display: flex;  margin-bottom: 5px;  align-items: center;  justify-content: center;  flex-wrap: wrap;}
.products-list .price b {  margin: 0 5px;  line-height: 180%;  text-align: center; color: #f32a39;}
.products-list .price b.ori_price {  font-size: 14px; color: #eeb044;}
.sidebarBtn .price span.ori_price {display: inline-block; color: #eeb044;}
.products-list .price .sp_price {text-align: center;}

/*外層版面*/
.products-list .name {text-align: center; height: auto; font-size: 16px; color: #fff; background: #1F6B80; margin-top: 0px; padding: 10px;}
.product_page .main_part {  width:100%;	max-width: 1700px;}
.product_page .show_content {  display: flex;  flex-wrap: wrap;  align-items: flex-start;  justify-content: space-between;}
.product_page .products-list {  width: calc(100% - 280px);}
.product-layer-two {  width: 250px;  margin: 0; margin-right: 20px;}
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li {  margin: 0;  width: 100%;padding: 0 10px;}
.product-layer-two > li.active {  background: #7b1825;}
.product-layer-two li.active a {  border: unset;border-bottom: 0px dotted #ccc;}
.product-layer-two li a {  color: #fff;  border: none;  background: transparent;  transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two > li > a {  border-bottom: 1px dotted #ccc;padding-left: 25px; border-bottom: 1px dotted #423537;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #89CADF;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #89CADF; color:#fff;}
.product-layer-two > li > a:before {
  /*border-radius: 100%;*/
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10px;
  content: " ";
  color: #1F6B80;
  background: #89cadf;
  width: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-left: 2px;
  font-size: 13px;
  border-radius: 50px;
}
.product-layer-two > li:hover > a:before {
box-shadow: 4px 4px 70px 6px #296A81;
}
.product-layer-two li ul {  position: relative;padding-top: 1px;}
.product-layer-two li li {  border: none;background: transparent;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #face79; font-weight: 500;}
ul.prod li h3.prod-thumb {padding: 7px 7px 10px 7px; background: #3b3b3b; color: #fff;}
ul.prod li {color: #fff;}
ul.prod li input {color: #efe2a6;}
.qaform .breakF {border: none; border-bottom: 1px #423537 solid; background: #181818; color: #efe2a6;}
.related_list li a {background: #1F6B80; padding: 10px;}
.related_list li a p {color: #ffffff;}

/*購物車/內層＝＝*/
.product_info_page .main_part {  width: 90%;}
.pd_tabTitle li.activeTab a {color: #ffffff; background: #343434;}
.pd_tabTitle li {border-bottom: 1px solid #5a5a5a;}
.pd_tabTitle li.activeTab::after {background: #343434;}
.prod_tabs {color: #fff;}

/*按鈕顏色*/
.inquiry_a1{background: #1F6B80;}
.inquiry_a2{background: #1F6B80; display: none;}
.inquiry_a3{background: #1F6B80;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background:#154f5f; color: #ffffff;}
.lastaction {  color:#efe2a6;  background-color: #1F6B80;}
.nextaction {  background-color: #1F6B80;}
.lastPage {  background: #f9df32; border-radius: 0px; color: #1b1b1b;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #4F4F4F;  width: 100%;}
.sidebarBtn .sp_price { color: #d31313;}
.mobile_product_name{font-size: 24px; display: none;}
.sidebarBtn .price {letter-spacing: 0px; color:#1F6B80;}
.sidebarBtn .price span {display: inline-block;}
.sidebarBtn h2 {color: #000;}
div#number_area {color: #181818;}
.product_pic #bx-pager {display: block; width: 100%; position: relative;}
.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}
.bx-wrapper .bx-viewport {border: 0px solid #fff; background: none;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #ffffff;}
.prod_related {padding: 45px 15px 25px 15px; background: none;}
.list .show_name {transform: translate(0%, 160%);}


/*符號*/
.products-list .item a:hover .pic {
  opacity: 1;
  transition: 0.5s;
}
.products-list .pic::before {
  content: "+";
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  z-index: 999;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
  opacity: 0;
  transition: .5s;
}
.products-list .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: .5s;
}
.products-list a:hover .pic::before, .products-list a:hover .pic::after {
  opacity: 1;
}


/*特*/
.products-list .pic img {transform: scale(1); object-fit: contain; transition: 0.5s ease;}
.products-list .pic:hover img {transform: scale(1.05); transition: 0.5s ease;}

ul.prod li .prod-panel {overflow: hidden;}


@media screen and (max-width: 1024px) {
.products-list {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
.product_page .products-list {width: 100%;}
.mobile_product_name {color: #fff; text-align: center; display: block;}
}

@media screen and (max-width: 480px) {
  .products-list {grid-template-columns: 1fr;}
  .products-list .pic {height: 58vw;}
  .product_info_page .main_part {padding: 0px 10px 10px;}
}
  

/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {padding: 0px 20px 50px 20px;}
.blank_letter {color: #fad93c; font-family: unset;}
.list_before {color: #ffffff;}
.contact_form {color: #ffffff;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: 100%; padding-left: 0px; padding: 10px;}
.contact_form li .form__label {max-width: 100px; text-align: left;}
.contact_form li {grid-template-columns: 100px 1fr;}
.contact_form li input.noborder {border: 1px #000000 solid; background: #000000;}
.contact_form li textarea.noborder {border: 1px #000000 solid; background: #000000;}
.contact_form li.last input {color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #404040 solid;}
.contact_form li.last cite {background: #FAD93C; color: #000;}
.contact_form li.last cite input {color: #000000;}

/*加字*/
.blank_letter.f:after {
  content: '填寫表單完成後，請加入LINE帳號來訊確認！';
  display: block;
  font-weight: 300;
  font-size: 15px;
  padding-top: 5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
.contact_page .main_part {padding: 0px 10px 10px;}
.contact_form li .form__label {background: none;}
}

@media screen and (max-width: 500px) {
.contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(130px, 1fr));}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
#to_top { bottom:29px;}
.banner {height: 250px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #616161;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #616161;}
}

@media screen and (max-width: 600px) { 
}




