@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Montserrat', "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #111;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 4px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #e9b637; border: 1px solid #e9b637;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #080303 /*網站主要色系
  #F4F2F0 /*網站輔助色系1
  #F4F2F0; /*網站輔助色系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: #2f2f2f; 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;}


/* = = = 大圖+字 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.pageIndex .swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide.swiper-slide-active:before , .swiper-slide.swiper-slide-active:after {
  animation: ani_SC 2s 0.5s both;
}

.pageIndex .swiper-slide:nth-child(1):before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/yuding757/01-T1.png);
  aspect-ratio: 1 / 1;
  right: -5vw;
  margin: 0 auto;
  max-width:30vw;
  bottom: 10vw;
  position: absolute;
  content: '';
  background-size: contain;
  animation-delay: 0.8s;
}

.pageIndex .swiper-slide:nth-child(1):after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/yuding757/01-T2.png);
  aspect-ratio: 1 / 1;
  right: -5vw;
  margin: 0 auto;
  max-width:30vw;
  bottom: 10vw;
  position: absolute;
  content: '';
  background-size: contain;
}

.pageIndex .swiper-slide:nth-child(2):before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/yuding757/02-T1.png);
  aspect-ratio: 1 / 1;
  left: 8vw;
  margin: 0 auto;
  max-width:30vw;
  bottom: 10vw;
  position: absolute;
  content: '';
  background-size: contain;
  animation-delay: 0.8s;
}

.pageIndex .swiper-slide:nth-child(2):after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/yuding757/02-T2.png);
  aspect-ratio: 1 / 1;
  left: 8vw;
  margin: 0 auto;
  max-width:30vw;
  bottom: 10vw;
  position: absolute;
  content: '';
  background-size: contain;
  
}

@keyframes ani_SC {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@keyframes ani_SRtoL {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
#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: #080303;}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: url(https://pic03.eapple.com.tw/yuding757/BBG.jpg)no-repeat top; background-size: cover;}
#content {background: url(https://pic03.eapple.com.tw/yuding757/BBG.jpg)no-repeat top; background-size: cover;}


.path {display: none;}
.banner {padding: 0px 0; height:474px; /*background: url(https://pic03.eapple.com.tw/nicerentcar/SBN.jpg) no-repeat center;*/ width: 100%; background-size: cover;}
.banner h5{
    display: none;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 1px 1px 25px #4a4a4a;}
.services_page .banner {display: none;}
.car_page .banner , .remit_page .banner {display: none;}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/yuding757/SBN3.png) no-repeat center ; width: 100%;}
.other_page .banner{display: none;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/yuding757/SBN2.png) no-repeat center ; width: 100%;}
.product_page .banner , .product_info_page .banner {}
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/yuding757/SBN1.png) no-repeat center; width: 100%;}


@media screen and (max-width: 480px) {
  .banner h5 {font-size: 36px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left; margin-top: 15px;}
.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: 38px; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 70px; padding-top: 0px; transition: 0.3s ease; }
.pageIndex .header_area.sticky .nav-brand img {max-width: 38px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .nav-brand { transition: 0.3s ease;}
.stellarnav {margin-top: 20px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 20px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: rgba(0, 0, 0);
  height: 84px;
  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: #000; height: 0px; opacity:1;  transition: 0.6s ease;}
.main_header_area{background: #000000; height: 84px; transition: 0.6s ease;}
.pageIndex .navigation {padding: 0px 0 0px 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .navigation {padding: 0px 0 0px 0px; transition: 0.3s ease;}
.navigation {padding: 0px 0 0px 0px; transition: 0.3s ease;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:95%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.pageIndex .stellarnav > ul > li > a{color: #cacaca; transition:all 0.3s; text-shadow: 1px 1px 10px #000000;}
.stellarnav > ul > li > a {font-weight: 400;font-size: 16px; color: #cacaca; transition:all 0.3s; padding: 3px 10px 0px 10px; text-shadow: none; /*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: #ffffff;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a{padding: 3px 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: 14px; font-weight: 400;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color:#0d0d0d; background: #0d0d0d;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease; /*background: linear-gradient(to right, #00000000 0%, #00000014 50%, #000000e0 100%);*/}
.stellarnav ul ul {margin-top: 0px; width: 170px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom: 1px #1d1d1d solid; background: #000000;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}

/*SubMenu*/
.shop_search_btn {background: none; color: #080303; 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: #080303;}
.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: #080303;  text-shadow: none; }
.pageIndex .header_area.sticky .shop_search_btn{color: #080303;}
.pageIndex .shop_search_btn{color: #fff;}
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #080303;  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:#080303;}
.pageIndex .box_search input[type=text] {color:#fff;}
.pageIndex .header_area.sticky .box_search input[type=text] {color:#080303;}
.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: #080303;}
.me_tp_features a.tp_btn_cart b { color: #080303; padding: 0px 4px; border-radius: 100px; font-size: 14px;}


/*主選單按鈕下底線*/
.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 2px;
  content: "";
  background: #F3AD46;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  /*box-shadow: 4px 4px 70px 6px #e9b637;*/
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 2px;
    content: "";
    background: #F3AD46;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    /*box-shadow: 4px 4px 70px 6px #e9b637;*/
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 30%; transition: ease 0.3s; background:#cda02e;}


@media screen and (min-width: 769px) {
  .pageIndex .header_area.sticky .main_header_area {
    backdrop-filter: saturate(180%) blur(5px);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: blur(4px);
  }
}



@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: 0px; margin-top: 0px; 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;}
  

  .stellarnav li {text-align: center;}
  .main_header_area {height: 120px; background: #080303;}
  .pageIndex .main_header_area {height: 136px;}
  .pageIndex .header_area.sticky .main_header_area {height: 120px;}
  .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: 0px;}
  .pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}

  .stellarnav {margin-top: 0px;}
  .pageIndex .nav-brand img {max-width: 50px;}
}
@media screen and (max-width: 768px) {
.main_header_area {height: 84px;}
.pageIndex .main_header_area {height: 102px;}
.pageIndex .header_area.sticky .main_header_area {height: 84px;}
.pageIndex .header_area.sticky .stellarnav {height: 84px;}
.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 14px 15px;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 14px 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: #e4d689;}
.stellarnav.mobile li.open li.open {background: #080303;}
.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: #ffffff;}
.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: #080303;}
.stellarnav.mobile li.open {background: #080303;}
.stellarnav li li {border: 1px #080303 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: 480px) {
.prod_part {padding: 40px 20px 40px 20px;}
}

@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 20px 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: #a7a7a7;margin: 0;	text-align: center;	padding: 10px 5px 10px 5px; border:0; border-right: 0px #f7f7f7 solid;  border-left: 0px #f7f7f7 solid; background: none;  font-size: 14px; transition: all 0.3s; border: 1px solid #222; border-radius: 4px;}
/*.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}*/
.footer_menu a:hover {background: #111; color: #e4d289;} 
.copy {background:none; color: #585858; border:none; padding: 15px 0; text-align: CENTER; margin: 0 0px 0 0; padding: 0 0 30px 0;}
.copy a{color: #585858;transition:all 0.3s;}
.copy a:hover {color: #585858;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width:118px;}
.footer_logo {text-align: center; width: 20%; max-width: 200px;}
.footer_info ul {width: 86%; text-align: center;}
.footer_info li {padding: 40px 30px 45px 30px; display: inline-block;}
.footer_info li p {font-size: 14px; color:#a7a7a7; line-height: 230%; text-align: left; width: 100%; display: inline-block; margin-bottom: 0px; font-weight: 400;}
.footer_info li p a{color:#ffffff;}
.footer_info li:nth-child(1) {width: 40%;}
.footer_info li:nth-child(2) {margin-top: 35px; padding: 0 0; margin-bottom: -37px; background:none; width: 59%;}
.privacyLinks a+a {border-left: 1px solid #585858;}

/*改字*/
.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: 120px !important;
  letter-spacing: 1px !important;
  color: #c0c0c0;
  background: #252525;
  padding: 3px 8px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;}
.list_before {margin-top: 20px; margin-bottom: 30px;}
.list_before li {margin: 5px 0;}
.list_before.info li {padding-left: 135px; letter-spacing: 1px; width: 49.5%; display: inline-block; color: #fff;word-break: break-all;}
.list_before.info li a {color:#fff;}
.footer_info li p.line:before {content: '官方 LINE ID： ';}
.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.tel:before {content: '服務專線： ';}
.footer_info li p.taxid:before {content: '統編： ';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

.info_TEL:before {content: "服務專線";}
.info_ADD:before {content: "店家地址";}
.info_ADD2:before {content: "服務時間";}
.info_LINE:before {content: "官方 LINE ID";}
.info_MAIL:before {content: "服務信箱";}

/*top*/
#to_top {width: 44px; height: 44px; bottom: 29px; right: 24px; left: unset; background: #111111; box-shadow: none; border-radius: 0; color: #ffffff; border-radius: 50px;}
#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;}
}

@media screen and (max-width: 1440px) {
.footer_info li p {text-align: center;}
.footer_menu {margin: 0 auto;}
.footer_logo img {max-width: 90px;}
.footer_logo {
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.footer_info ul {width: 100%;}
}

@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: 900px) {
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
}
  @media screen and (max-width: 768px) {
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));}
  .copy {margin: 0px 0px 0 0; padding: 0 0 0px 0;}
  .contact_content .information_right {padding: 30px 0px 10px 30px;}
  .list_before.info li {width: 100%;}
  }

  @media screen and (max-width: 480px) {
  .footer_menu { margin-bottom: 26px;}
  .contact_form li {grid-gap: 2px;}
  }
  

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.module_i_news .title_i_box h6:before {
    content: 'NEWS';
    display: block;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #333333;
    font-size: 80px;
    margin-bottom: -49px;
    font-weight: 600;
    font-style:italic;}
.module_i_news {padding: 130px 20px;}
.module_i_news .title_i_box {margin-bottom: 10px;}
.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 , .module_i_album .title_i_box h4 {font-size: 30px; font-weight: 900; color: #ffffff; line-height: 1.8; /*letter-spacing: 0.1em;*/}
.module_i_news {padding: 100px 20px;}
.i_prod_tit span {font-size: 28px; font-weight: bold; color: #ffffff; line-height: 1.8; letter-spacing: 0.1em;}
.i_blog_ri h5 {font-weight: 400; color: #fff;}
.module_i_news section {max-width: 1400px;}


.blog_page .main_part , .blog_in_page .main_part {max-width: 1600px; 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 section {max-width: 1400px;}
.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 {display: block;}
.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: #111; border:none; border-bottom: 0px #111 solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #e9b637 !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: 100%;	grid-template-columns:1fr 1fr 1fr 1fr; max-width: 1500px;}

/*功*/
.blog_subbox{grid-template-columns: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: #e5b02d;}
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: #e5b02d;}
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; font-size: 15px; color: #a7a7a7;}
.i_blog_ri , .blog_list_ri {padding: 15px 0px 5px 0px;}
.subbox_item {margin-bottom: 0px;}
/*.subbox_item:hover {box-shadow: 4px 4px 40px 6px #e9b637;}*/
.i_blog_ri, .blog_list_ri {padding: 20px 20px 20px 20px; background: #2a2b2a;}
.submenu li.on_this_category a, .submenu a:hover {background: #a57e1e;}

.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: #e9b637;}


/*底線*/
.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: #e9b637;
  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: #111;}
.accordion li+li .link {border-top: 1px solid #343434;}
.news_related {background:none ;}
.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;}

.module_i_news_list, .module_i_news_list.swiper {padding: 16px 0;}

.blog_back {margin-top: 20px;}

@media screen and (max-width: 1024px) {
.blog_subbox {grid-template-columns: 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;}
.module_i_news ul {grid-template-columns: 1fr 1fr;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.i_album_list {grid-template-columns: repeat(3, 1fr); grid-gap: 0;}
.module_i_album .animated-arrow {display: none;}
.i_album_list_box, .albumSwiper.swiper {padding: 0px 0;}
.module_i_album section {max-width: 100%; padding-top: 100px;}
.module_i_album{padding: 0px 0px; background: #000;}
.i_album_list li a p {background: #000000db; height: 3.5em; border-bottom: 1px solid #e9b637;}
.i_album_list li a p span {font-weight: 500; color: #ffffff; font-size: 18px;}
.module_i_album .title_i_box h4:before {
    content: 'ALBUM';
    display: block;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #333333;
    font-size: 80px;
    margin-bottom: -71px;
    font-weight: 600;
    font-style:italic;
    }

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{max-width: 1600px; width: 90%;  margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{max-width: 1600px !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: #e9b637; 
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding: 7px;
  height: 45px;
  background: #222222cf;
}
.other_album_choice li {  background: #e9b637; border-radius: 4px; transition: 0.3s ease;}
.other_album_choice li:hover {box-shadow: 4px 4px 70px 6px #e9b637; background-color: #767676; transition: 0.3s ease;}
.subalbum-menu h2{
    color: #e9b637;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    display: none;}
.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;}
.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;}

@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;}
}


/* = = = 詢價車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.shopping-cart .cell.product_name p {color: #fff;}
.rewrite_simple {background: #727272 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #e9b637 url(../images/simple_right.png) 88% center no-repeat;}
.formbox_form li .form__label {color: #fff;}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.prod_part {  width: 90%; padding: 100px 20px 100px 20px; max-width: 1400px; margin: 0 auto;}
.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 #e9b637;  color:#ffffff ;background: #e9b637; display: none;}
.products-list .item a:hover .more {background:#e9b637;}
.products-list .item a {padding-bottom: 14px;}

/*價格*/
.products-list .price {  display: flex;  margin-bottom: 5px;  align-items: center;  justify-content: center;  flex-wrap: wrap; display: none;}
.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: #e9b637; 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: #e9b637;}
.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: #dfd889;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #dfd889; color:#fff;}
.product-layer-two > li > a:before {
  /*border-radius: 100%;*/
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10px;
  content: " ";
  color: #e9b637;
  background: #e9b637;
  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 {color: #dfd889;}
.product-layer-two > li:hover > a:before {
box-shadow: 4px 4px 70px 6px #e9b637;
}
.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: #ffffff; 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: #343434; 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: #e9b637; border-radius: 0;}
.inquiry_a2{background: #e9b637; border-radius: 0;}
.inquiry_a3{background: #e9b637; border-radius: 0;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background:#b1861b; color: #ffffff;}
.lastaction {  color:#efe2a6;  background-color: #e9b637;}
.nextaction {  background-color: #e9b637;}
.lastPage {  background: #e5b02d; border-radius: 0px;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #4F4F4F;  width: 100%;}
.sidebarBtn .sp_price { color: #b1861b;}
.mobile_product_name{font-size: 24px; display: none;}
.sidebarBtn .price {letter-spacing: 0px; color:#e9b637;}
.sidebarBtn .price span {display: inline-block;}
.sidebarBtn h2 {color: #ffffff;}
.sidebarBtn {border: 5px #313131 solid; background: #313131;}
div#number_area {color: #cac9c9;}
.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;}
.product-layer-two li.active li a {color: #ffffff;}
.product_info li span{color: #cac9c9;}

/*相關推薦*/
.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: 30px;
  height: 30px;
  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;}

.product-layer-two li i{top: 4px;}

ul.prod li .prod-panel {overflow: hidden;}

.animated-arrow {background: #e9b637; border-radius: 4px; color:#111;}
.animated-arrow:hover {/*box-shadow: 4px 4px 70px 6px #e9b637;*/ background: #e9b637;}

.pageIndex .products-list .pic {height: 14vw;}
.pageIndex .prod_part {width: 100%;max-width: 1700px;}
.pageIndex .prod_part section {max-width: 1700px;}

.pageIndex .productsListBox, .productsListBox.swiper {padding: 10px 0;}

@media screen and (max-width: 1024px) {
.products-list {grid-template-columns: 1fr 1fr;}
.pageIndex .products-list {grid-template-columns: repeat(2, 1fr);}
.pageIndex .products-list .pic {height: 27vw;}
.products-list .pic {height: 30vw;}
}

@media screen and (max-width: 768px) {
.product_page .products-list {width: 100%;}
.products-list, .pageIndex .products-list {grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.mobile_product_name {color: #fff; text-align: center; display: block;}
.module_i_news li {border-bottom: 0px #eee solid;}
}

@media screen and (max-width: 600px) {
.products-list .pic {height: 50vw;}
}

@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;}
  .pageIndex .products-list {grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
  .pageIndex .products-list .pic {height: 52vw;}
}
  

/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {padding: 0px 10px 10px;}
.blank_letter {color: #e9b637;}
.contact_content {padding: 20px 10px 60px 10px;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: 100%; padding-left: 0px;}
.contact_form {color: #ffffff;}
.contact_form li.last blockquote {color: #ffffff;}
.contact_form li.last cite {background: #e5b02d;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li input.noborder , .contact_form li textarea.noborder {border: 1px #000 solid; background: #000;}
.contact_form li .form__label {background: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@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;}
}

