@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=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body{
	overflow-x:hidden;
	font-family: "Josefin Sans","Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
}

/*網站全域設定/＝＝＝＝＝*/

/*
  #df8d16 /*網站主要色系
  #8D8D8D /*網站輔助色系1
  #8D8D8D; /*網站輔助色系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;}

/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*BN加字*/
.swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}


/*s大圖+字*/
.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 {
  animation: ani_SC 2s 0.5s both;
}
.pageIndex .swiper-slide.swiper-slide-active:after{
  animation: ani_SC 2s 0.5s both;
  animation-delay: 1.5s;
}*/

.pageIndex .swiper-slide:nth-child(1)::after {
  width: 100%;
  aspect-ratio: 1/1;
  left: 25.5vw;
  margin: 0 auto;
  max-width:23vw;
  top: 11.9vw;
  position: absolute;
  content: '';
  background: #df8d16;
  width: 4px;
  height: 8%;
  animation: ani_TtoB 2s 0.5s both;
}

.pageIndex .swiper-slide:nth-child(1)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/yingdasofa/01T.png);
  aspect-ratio: 1/1;
  left: 27vw;
  margin: 0 auto;
  max-width:23vw;
  top: 12vw;
  position: absolute;
  content: '';
  background-size: contain;
  animation: ani_RtoL 2s 0.5s both;
}

.pageIndex .swiper-slide:nth-child(2)::after {
  width: 100%;
  aspect-ratio: 1 / 1;
  left: 0;
  right: 0;
  bottom:6.5vw;
  position: absolute;
  content: '';
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  width: 5%;
  height: 2px;
  animation: ani_TtoB 2s 0.5s both;
  animation-delay: 2.5s;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/yingdasofa/02T.png);
  aspect-ratio: 1 / 1;
  left: 0;
  right: 0;
  max-width: 29vw;
  bottom: -16vw;
  position: absolute;
  content: '';
  background-size: contain;
  margin: 0 auto;
  text-align: center;
  animation: ani_TtoB 2s 0.5s both;
  animation-delay: 2.5s;
}


@keyframes ani_SC {
  0% {
    -webkit-transform: translateY(-10%) scale(0.9);
            transform: translateY(-10%) scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}




/*預設解除背景輪播*/
@media screen and (max-width: 1800px) {
#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: 5px; height: 5px; border-radius: 50px; background: #ffffff; display: none;}
.swiper-pagination-bullet-active {background: #df8d16;}
  
@media screen and (max-width: 1024px) {
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 10px);}
.pageIndex .swiper-slide:nth-child(1)::after {width: 2px; left: 25vw;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 425px) {
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*#content_main {background: url(https://pic03.eapple.com.tw/yingdasofa/BBG.jpg)no-repeat top; background-size: cover; background-attachment:fixed;}
#content {background: url(https://pic03.eapple.com.tw/yingdasofa/BBG.jpg)no-repeat top; background-size: cover; background-attachment:fixed;}*/

.path {display: none;}
.banner h5 {display: none;}
.banner {padding: 0px 0; height: 500px;  background-size: cover; display: none;}
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/yingdasofa/SBN2.jpg) no-repeat center bottom; background-size: cover; width: 100%; }
.product_page .banner , .product_info_page .banner{background: url(https://pic03.eapple.com.tw/yingdasofa/SBN1.jpg) no-repeat center bottom; background-size: cover; width: 100%;}
.contact_page .banner {background: url(https://pic03.eapple.com.tw/yingdasofa/SBN3.jpg) no-repeat center bottom; background-size: cover; width: 100%; }
.services_page .banner {display: none;}



@media screen and (max-width: 1024px) {
.banner {height: 600px;}
}
@media screen and (max-width: 768px) {
.banner {height: 400px;}
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left; max-width: 100%;}
.nav-brand {width: 100%; display: block; margin-top: 15px; transition:all 0.3s;}
.nav-brand img {max-width: 180px; padding-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px;}
.navigation {grid-template-columns: 310px 1fr;}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {background: #ffffff; opacity:.95; transition: 0.6s ease;}
.pageIndex .main_header_area {background:#ffffff; opacity:1; transition: 0.6s ease; /*box-shadow: 1px 1px 10px #6c6c6c8a;*/}
.main_header_area{background: #ffffff; height: 90px; /*border-bottom: 1px solid #eaeaea;*/ transition: 0.6s ease; /*animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;*/}
.navigation {padding: 0px 0 0px 0px;}

/*選單最大寬度設定*/
.main_header_area .container {width: 100%; max-width: 1000px;}

/*第一層*/
.stellarnav {width: 100%;}
.stellarnav > ul > li > a {font-weight: 400; letter-spacing:0px; font-size: 17px; color: #474747; transition:all 0.3s; padding: 0px 8px 0px 8px; height: 40px;}
.stellarnav > ul > li > a:hover  { color:#df8d16;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav > ul > li.has-sub > a {padding: 0px 8px 0px 8px;}

/*第二層*/
.stellarnav li {text-align: left;}
.stellarnav li a {color: #474747;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 9px 14px;transition: all 0.3s; border-left:1px solid transparent; font-size: 15px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:14px;border-color:#df8d16 ; background: #df8d16;}
.stellarnav>ul {padding-top: 27px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; /*width: 180px;*/ background: #ffffff;}
.stellarnav li li {width: 100%; /*border: 1px #dbdbdb solid;*/}

/*SubMenu*/
.shop_search_btn {display: none;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #df8d16;}
.me_tp_features {display: none;}

/*主選單按鈕下底線*/
.stellarnav > ul > li {position: relative;}
.stellarnav > ul > li:not(.tp_links) > a:after { 
  width: 0px;
  position: absolute;
  height: 1px;
  content: "";
  background: #df8d16;
  left: 50%;
  bottom: 0px;
  transform: translate(-50% , 0);
  transition: ease 0.3s;}
.stellarnav > ul > li > a:after {
    width: 0px;
    position: absolute;
    height: 1px;
    content: "";
    background: #df8d16;
    left: 50%;
    bottom: 0px;
    transform: translate(-50% , 0);
    transition: ease 0.3s;}
.stellarnav > ul > li:hover > a:after {width: 30%; transition: ease 0.3s;}



/*@keyframes headerslowly {
0% {
  opacity: 0;
  left: -100px;
}
100% {
  opacity: 1;
  left: 0;
}
}*/



@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
}
@media screen and (max-width: 1350px) {
  .main_header_area .container {max-width: 100%;}
  .stellarnav li {width: 110px;}
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .stellarnav {width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 130px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 130px;}
  .nav-header {text-align: center;}

  .stellarnav li {text-align: center;width: 100px;}
}
@media screen and (max-width: 768px) {
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 90px;}
.main_header_area {height: 90px;}

/*漢堡選單展開*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #ffffff; border-right: 1px #e4e4e4 solid;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: 1px #e4e4e4 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px; padding: 12px 6px 10px 6px;}
.stellarnav.mobile > ul > li > a {padding: 15px 43px 10px 10px;}
.stellarnav > ul > li , .stellarnav > ul > li:not(.tp_links) > a:after { display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 10px;}

.stellarnav.mobile ul {background: #df8d16;}
.stellarnav.mobile li.open {background: #e7e7e7;}
.stellarnav li li {border: 1px #e7e7e7 solid;}
.stellarnav li a {color: #ffffff;}
.stellarnav.mobile li.open li.open {background: #df8d16;}
}

@media screen and (max-width: 400px) {
/*.nav-brand img {max-width: 200px;}*/
/*.header_area.sticky .main_header_area {height: 64px;}*/
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 1000px;}
.center {max-width: 1000px;}
.footer {background:#fff/*url(https://pic03.eapple.com.tw/changyuandri/FOOTER.jpg) no-repeat top center*/; width: 100%; padding: 80px 0 0px 0; background-size: cover; border-top: 1px solid #f0f0f0;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; grid-gap: 10px;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 5px; width: 100%; text-align: left; /*margin: 0 auto;*/ max-width: 700px; margin-bottom: 30px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #a9a9a9;margin: 0;	text-align: center;	padding: 12px 0px 8px 0px; border:0; background:#ffffff;  font-size: 15px; transition: all 0.3s; /*letter-spacing: 1px;*/ border-radius: 2px; border: 1px solid #e2e2e2;} 
/*.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}*/
.footer_menu a:hover {background: #df8d16; color: #ffffff;} 
.copy {background:#787878; color: #ffffff; border:none; padding: 20px 0; text-align: center; margin: 0 100px 0 0; padding: 15px 0 15px 0; width: 100%; font-size: 14px;}
.copy a{color: #ffffff;transition:all 0.3s;}
.copy a:hover {color: #ffffff;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.box_link {display: none;}
.footer_logo img {max-width: 190px; display: none;}
.footer_logo {text-align: center; width: 100%; max-width: 100%; display: none;}
.footer_info ul {width: 100%; text-align: left; margin-bottom: 0px;}
.footer_info li {padding: 0 13px 0px 13px; display: inline-block;}
.footer_info li p {font-size: 15px; color:#222; line-height: 200%; text-align: left; width: 49%; display: inline-block; margin-bottom: 0px; letter-spacing: 0px;}
.footer_info li p a{color:#222;}
.footer_info li:nth-child(1) {width:100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px; margin-bottom: 30px;}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 54px;}
.list_before {margin-top: 15px;}
.list_before.info li {padding-left: 42px; width: 49%; display: inline-block;}
.list_before li {margin: 3px 0;}
.footer_info li p.line:before {content: 'LINE ID：';}
/*.footer_info li p.phone:before {content: ' 電話：';}
.footer_info li p.add:before {content: '地址：';}*/
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/

/*top*/
#to_top {width: 44px; height: 44px; bottom: 30px; right: 25px; left: unset; box-shadow: none; border: 1px solid #e1dfdf;}
#to_top i.top {margin-bottom: -8px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}

@media screen and (max-width: 1630px) {
  .footer_menu{max-width: 600px; margin: 0 auto;}
  .footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
  .footer_info li p { text-align: center; width: 100%;}
  .footer_logo {display:block;}
  .footer_logo img {display: unset;}
}
@media screen and (max-width: 1440px) {
  .footer_info li {padding: 15px 15px;}
  .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));}
}
  @media screen and (max-width: 1380px) {
  .footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
  .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: 1024px) {
  .footer_info li p {width: 100%;}
  .footer_info ul {margin-bottom: 30px;}
  }
  @media screen and (max-width: 768px) {
  .footer .center {max-width: 90%;}
  }
  @media screen and (max-width: 480px) {
  .footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}
  .footer_info li {padding: 15px 0px;}
  .footer_menu a {padding: 8px 4px 10px 0px;}
  .footer_info ul {margin-bottom: 0px;}
  .footer_info li:nth-child(2) {margin-bottom: 0px;}
  /*.footer_logo img {max-width: 260px;}*/
  }  


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part{padding: 0px 20px; max-width: 1050px;}
.contact_content {padding: 80px 10px 80px 10px; max-width: 100%;}
.contact_le_map a {background: #df8d16; height: 50px; padding: 16px;}
.contact_form {grid-gap: 15px; grid-template-columns: 1fr;}
.contact_form li.last cite {background: #df8d16;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: 100% /*calc(100% - 350px)*/; padding-left: 0px; background: none; padding: 0px 0px; margin-top: 40px; margin: 0 auto; padding-top: 50px;}
.contact_form li input.noborder {border:1px #f0f0f0 solid; background: #ffffff; color: #646464;}
.contact_form li textarea.noborder {border: 1px #f0f0f0 solid; background: #ffffff; color: #646464;}
.noborder {padding: 10px;}
.red {color: #c95151;}
.note {padding-left: 10px;}
.contact_form li.last blockquote {background: none;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 0px;}
.blank_letter {padding-top: 10px; color: #DF8D18; font-weight: 500; letter-spacing: 0px; font-size: 22px; font-family: "Josefin Sans","Noto Sans TC","微軟正黑體";}
.contact_form li .form__label {background: none; text-align: left; letter-spacing: 0px; font-size: 15px; font-weight: 500; max-width: 100%; margin-bottom: 5px;}
.contact_form li {min-height: 32px; display: block;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: 30px 1fr;}

.form select {
  width: 100%;
  background: #fffbf5;
  border: 1px solid #fffbf5;
  color: #646464;
  padding: 8px 26px 8px 6px;
}

.contact_content .information_left {padding: 0px;}
.contact_form li:has(input[type=radio]) .form__insert input {margin-left: 10px; margin-right: 5px;}

@media screen and (max-width: 1200px) {
.contact_content .information_right {width: 100%; padding-left: 0px; padding-top: 50px;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left {width: 100%;}
.list_before.info li {width: 100%;}
}
@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 0px;}
  .list_before.info li {width: 100%;}
  .contact_form li {grid-gap: 0px;}
  .contact_content {padding: 80px 10px 20px 10px;}
  .contact_form {grid-template-columns: 1fr;}
}
@media screen and (max-width: 320px) {
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .i_prod_tit span {font-size: 22px; font-weight: 500; color:#DF8D18;}
/*.pageIndex .i_prod_tit span:after {
    content: 'PRODUCT';
    font-size: 16px;
    display: block;
    color: #999999;
    padding-top: 8px;
    font-weight: 300;}*/
.prod_part section {max-width: 1000px;}
.pageIndex .prod_part section { /*background: url(https://pic03.eapple.com.tw/yingdasofa/indexbg.jpg) no-repeat top center; background-size: cover; box-shadow: 1px 1px 10px #d8d8d8; padding: 70px 50px; border-radius: 2px;*/}
.pageIndex .prod_part {padding: 5px 20px 100px 20px; background:#fff;/*background: url(https://pic03.eapple.com.tw/yingdasofa/indexbg.jpg) no-repeat top center; background-size: cover;*/}
.animated-arrow {background: #df8d16;}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1050px; padding: 100px 20px 40px 20px;}
.product_info_page .main_part {max-width:1050px; padding: 100px 20px 50px 20px;}

.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; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:200px; letter-spacing: 1px; min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 250px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #ffffff; color: #444444; text-align: left; border: 0px #dadada solid; border-bottom: 1px #ececec solid; padding: 13px 16px;transition:all ease .3s; letter-spacing: 1px; font-size: 15px;}
.product-layer-two li a:hover {background: #e9e9e9;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:1px;width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:12px 15px;  background:#cecece;}
.product-layer-two li li:hover > a { background:#df8d16; color:#ffffff;}
.product-layer-two > li { width: 200px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:1px;}
.products-list .name {text-align: center; letter-spacing: 1px; margin-bottom: 10px;font-size: 15px;}
.product-layer-two li i.close::before , .fa-circle-plus::before {color: #cecece;}
.product-layer-two li i{width: 45px; height: 45px;}
.product-layer-two ul {grid-gap: 0px;}

.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: 10px; height: 10px; background: transparent; left: 0; margin-left: -16px; top: 50%; margin-top: -5px; /*clip-path: polygon(25% 0%, 75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);*/ border-radius: 6px;}
.product-layer-two li li:hover > a:before { background:#df8d16;}

.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;}

.products-list .more {border: 1px solid #e2e2e2; color: #a9a9a9; background: #ffffff; font-weight: 500; opacity: 1; transition: 0.3s ease; font-size: 14px; letter-spacing: 1px; padding: 4px 0 0px 0;} 

/*詳細資料*/
.products-list .item a:hover .more {background: #df8d16; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #474747; letter-spacing: 1px; font-weight: 500; font-size: 22px; color:#df8d16; letter-spacing: 0px;}
.lastPage {background:#df8d16;}
.prod_related {background: none; padding: 100px 15px 70px 15px;     max-width: 1050px; width: 100%; margin: 0 auto;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color: #474747; letter-spacing: 1px; font-weight: 500; font-size: 22px;color:#df8d16; letter-spacing: 0px;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 0px #f4f4f4 solid; background: none;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}

/*特*/
.sidebarBtn h2 {color: #474747; letter-spacing: 1px; padding-bottom: 10px;}
.products-list .pic {color: #474747;}
.products-list .pic img {transform: scale(1); transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}
.related_list li a p {padding: 5px 0;}

.products-list .price {display: none;}
.products-list .price .sp_price {text-align: left;}
.products-list .price b{text-align: right; font-weight: 500; font-size: 15px;}


.inquiry_a1{background: #df8d16;}
.inquiry_a2{background: #df8d16;}
.inquiry_a3{background: #df8d16;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 0px; letter-spacing: 2px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #c67b0a;}

.products-list .price b , .ori_price {color: #474747; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #d55c4e; font-weight: 700;}
.sidebarBtn .sp_price {color: #d55c4e;}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 980px) {
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block; font-weight: 700; font-size: 22px;}
.fa-caret-down::before {color: #444;}

.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; margin-bottom: 20px;}
.mobile_product_name {text-align: center; color: #474747; display: none;}

.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px; color: #444; font-weight: 500;}
a.pd_menu_toggle i {color: #adadad;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
.product_info_page .main_part {padding: 0px 25px 25px 25px;}
}

@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;}
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
.product_info_page .main_part {padding: 50px 20px 10px;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.blog_page .main_part , .blog_in_page .main_part{max-width: 1050px; padding: 50px 20px 50px 20px;}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px; color: #474747;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border: none;}
.module_i_news li a, .subbox_item a {    padding: 5px;    display: flex;    align-items: center;}
.module_i_news li a:before , .subbox_item a:before , .module_i_news li a:after , .subbox_item a:after{content:none;}
.blog_search input[type=search] , .blog_le .accordion {border-radius: 0px;}
.blog_search input[type=search] {border: solid 1px #eae5de;}
.blog_le .accordion {border: 0px #ccc solid;}
.accordion li+li .link {border-top: 1px solid #c2c2c2;}
.blog_le .accordion li.open i.fa-chevron-down::before {color: #d1cbc5;}

@keyframes rotate360{    0%{transform: rotate(0);}    100%{transform: rotateZ(360deg);}}

.i_blog_ri, .blog_list_ri {    width: 60%;    padding-left: 0px;}
.i_blog_le, .blog_list_le {
    width: 40%;
    position: relative;
    height: auto;
    aspect-ratio: 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%);    border-radius: 500px 500px 10px 10px;}

.blog_list_ri h5 {    font-size: 24px;}
.blog_list_ri em {    padding-bottom: 10px;    border-bottom: 1px dotted #c2c2c2;    margin-bottom: var(--m50);     margin: 11px 0; color: #808080;}
.blog_list_ri p{line-height: 200%; text-align: justify;}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #474747 !important;}
.submenu a {font-weight: 600; letter-spacing: 1px;}
.submenu a:hover {background: #c2c2c2; color: #474747;}
/*首*/
.module_i_news ul{width: 90%;}
/*功*/
.blog_subbox , .module_i_news ul{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back {max-width: 950px; width: 100%; margin: 0 auto;}
.blog_back a.article_btn_back{background: #c2c2c2;}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: #c2c2c2;}
/*相簿/＝＝＝＝＝*/
/*版面*/
.blog_page ul.show-list, .blog_page .other_subalbum {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 30px;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr 1fr;}
.blog_page ul.show-list:before , .blog_page ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.blog_page .show-list .item , .blog_page .other_subalbum li , .blog_page .pic-list .item{width: 100%;margin:0;padding:0;}
.pic-list .item {    -webkit-column-break-inside: avoid;    page-break-inside: avoid;    break-inside: avoid;    margin-bottom: 15px;}
.blog_page .show-list .show_pic , .blog_page .other_subalbum li a div {    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 120%;    border-radius: 300px 300px 0px 0px;}
.blog_page .show-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;    left: 50%;    top: 50%;    transform: translate(-50%,-50%);transition:all 1s;filter:brightness(0.7);}
.other_subalbum li a 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%);transition:all 1s;filter:none;}
.blog_page .show-list .item:hover img{    transform: translate(-50%,-50%) scale(1.1);filter:none;}
.other_subalbum li:hover a img{transform: translate(-50%,-50%) scale(1.1);}
ul.pic-list {    -moz-column-count: 4;    -moz-gap: 10px;    -webkit-column-count: 4;    -webkit-gap: 10px;    column-count: 4;    gap: 15px;    width: 100%;    margin: 0 auto;}
.pic-list .item a {        position: relative;}
.pic-list .show_pic {    height: auto;    padding: 0;}
.pic-list .show_pic img{display: block;transition:all 0.5s;filter:none}
.pic-list .item:hover .show_pic img{filter:brightness(0.7);}
.pic-list .item:hover a:before{opacity: 1;}

.pic-list .item h6{display: none;}
.overlay{display: none;}
.blog_page .show-list .show_name {    height: auto;    position: absolute;    left: 50%;    top: 55%;    pointer-events: none;    z-index: 1;    transform: translate(-50%,-50%);opacity: 1;color: #fff;width: 90%;text-align: center;font-size: 20px;}
.blog_page .show-list .item:hover .show_name {    opacity: 0;color: #fff;}
.other_album_choice li {    background: #474747;}
.subalbum-menu h2{    display: none;}
.other_subalbum li p {    text-align: center;    font-size: var(--f20);    background: #282828;    color: #fff;    padding: 5px;    line-height: 180%;}
.other_subalbum {grid-template-columns: 1fr 1fr 1fr;}
h5.blog_le_t {display: none;}
.blog_le {margin-top: 40px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background:#474747;}
.submenu {background: #f6f6f6;}
.i_blog_le img, .blog_list_le img {border-radius: 0px;}
.blog_list_ri h5 {font-size: 22px; color: #474747;}
.blog_list_ri p:before {
  content: '';
  height: 1px;
  width: 57%;
  background: #c2c2c2;
  position: absolute;
  margin-top: -8px;
  display: none;}
.blog_in_page .blog_le { margin-top: 0px;}
.blog_shareData {flex-direction: row;}
.news_related h6 span:before {color: #df8d16; font-size: 22px; font-weight: 500;}
.news_related {background: none; padding: 50px 15px; max-width: 1000px; width: 100%; margin: 0 auto;}
.news_tags a {color: #df8d16;}
.news_tags {margin-bottom: 30px;}
.blog_ri {padding: 0 0 0 40px;}

.submenu li.on_this_category a, .submenu a:hover {background: #b7b7b7;}
.news_related_list li a p {line-height: 1.5; padding: 10px 5px;}
.blog_in_page .articel_mainPic img {max-width: 60%;} /*電腦版文章內文圖片小一點*/

@media screen and (max-width: 1024px) {
.module_i_news ul{grid-template-columns:1fr;}
}

@media screen and (max-width: 980px) {
.blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px) {
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
ul.pic-list {-moz-column-count: 3; -webkit-column-count: 3;column-count: 3;}
.blog_le, .blog_ri {padding: 0px;}
.blog_ri {padding: 0 0 0 0px;}
}

@media screen and (max-width: 600px) {
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

.module_i_news li a, .subbox_item a {flex-flow: column;}
.i_blog_le, .blog_list_le {width: 100%;}
.i_blog_ri, .blog_list_ri {width: 100%; margin-top: 20px; padding-left: 0px;}
.blog_list_ri p:before {width: 97%;}
.blog_page .main_part , .blog_in_page .main_part {padding:0px 10px 10px;}
.blog_box {padding: 50px 7px 50px 7px;}
.blog_in_page .articel_mainPic img {max-width: 100%;} /*手機版文章內文圖片恢復正常*/
}

@media screen and (max-width: 480px) {
.blog_page ul.show-list, .blog_page .other_subalbum {grid-template-columns: 1fr;}
.blog_page ul.pic-list {-moz-column-count: 2; -webkit-column-count: 2;column-count: 2;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } /*隱藏*/

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #8D8D8D;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #8D8D8D;}
.stellarnav>ul {margin-top: 0px;}
}




