@charset "utf-8";


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*頁面基本設定*/
.main_part {width: 90%;max-width: 1600px;padding: 100px 0;}
.show_content {padding: 0;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 0;}
}
@media screen and (max-width: 768px) {
.main_part {padding: 50px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*HEADER*/
.pageIndex .header_area {position: fixed;}
.header_area {padding: 10px 0;background: #ffffff;backdrop-filter: blur(5px);transition: .5s ease;}
.header_area.sticky {border-bottom: 1px solid #dfdfdf;background: rgba(255, 255, 255, .8);}
.main_header_area .container {max-width: 95%;}
.navigation {grid-template-columns: 230px 1fr 185px;align-items: center;}

/*LOGO*/
.nav-header {grid-row: unset;max-width: 225px;order: 1;}
.nav-brand {display: inline-flex;}

/*選單旁的ICON*/
.me_tp_features {display: flex;order: 3;flex-wrap: wrap;justify-content: flex-end;gap: 15px 0;}
.box_search {display: none;}
.me_tp_features a {margin: 0 0 0 8px;font-size: 14px;letter-spacing: 0.1em;color: #000;}
.tp_links {display: flex;align-items: center;justify-content: flex-end;gap: 0 10px;}
.tp_links a {display: inline-flex;font-size: 18px;color: #000000;transition: .5s ease;}
a.me_tp_call {font-size: 1em;}
.me_tp_features a:hover, .tp_links a:hover {color: #999;}
.me_tp_features a i {margin: 0;}

/*選單*/
.stellarnav {order: 2;}
.stellarnav > ul > li > a {padding: 25px 15px;color: #000000;letter-spacing: 0.1em;display: block;
    font-size: 17px;line-height: 1;height: 100%;margin: 0;transition: .5s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li:hover > a {color: #999;}
.stellarnav > ul > li:before {
    content: '';display: block;position: absolute;transform: translate(-50%, 0%) scale(1, 0);left: 50%;
    bottom: -15px;width: 75px;height: 5px;opacity: 0;background: #999;transition: .5s ease;}
.stellarnav > ul > li:hover:before {transform: translate(-50%, -50%) scale(1, 1);opacity: 1;}

.stellarnav > ul > li > ul {background: #ccc;}
.stellarnav > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #f0f0f0;}
.stellarnav > ul > li > ul > li a {padding: 10px;color: #1a1a1a;letter-spacing: 0.05em;transition: .5s ease;}
.stellarnav > ul > li > ul > li a:hover {background: #1a1a1a;color: #ffffff;}

@media screen and (max-width: 1200px) {
.stellarnav > ul > li > a {padding: 25px 8px;}
.stellarnav > ul > li.has-sub > a {padding-right: 8px;}
.navigation {grid-template-columns: 175px 1fr 185px;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: relative;}
.header_area {padding: 10px 0 15px;}
.main_header_area .container {max-width: 100%;}
.nav-header {max-width: 200px;}
.me_tp_features {margin: 0;justify-content: center;}
.stellarnav > ul > li > a {padding: 35px 10px 15px;font-size: 16px;}
.stellarnav > ul > li:before {bottom: 0px;}
.tp_links {display: none;}
}
@media screen and (max-width: 768px) {
.header_area {padding: 0;backdrop-filter: unset;}
.nav-header {max-width: 155px;padding: 15px 0;}
.me_tp_features {display: none;}
.stellarnav.mobile .menu-toggle{display: flex;flex-direction: column;align-items: flex-start;padding: 21px;}
.stellarnav .menu-toggle span.bars {top: 0px;}
.stellarnav .menu-toggle:after {color: #000000;display: flex;transform: unset;letter-spacing: 0.08em;font-size: 10px;}
.stellarnav .menu-toggle span.bars span {width: 31px;height: 1px;border-radius: 0;background: #000000;margin: 0 auto 6px;}

/*選單*/
.stellarnav.mobile > ul {border-top: 0;border-right: 0;filter: drop-shadow(0px 0px 5px #999);}
.stellarnav .full {letter-spacing: 0.15em;}
.stellarnav .icon-close {width: 20px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #fff;border-bottom: 1px #ddd solid;color: #000;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #000000;}

.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;}
.stellarnav.mobile li.open {background: #ffffff;padding: 0;}
.stellarnav > ul > li:before {display: none;}
.stellarnav.mobile > ul > li > a {padding: 25px 30px;border-bottom: 0;line-height: 1;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 22px 15px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #000000;}
.stellarnav.mobile > ul > li > ul {background: #f3f3f3;}
.stellarnav.mobile > ul > li > ul > li+li {border-top: 1px solid #ffffff;}
.stellarnav.mobile > ul > li > ul > li a {padding: 10px 30px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {bottom: var(--swiper-pagination-bottom, 25px);}

@-webkit-keyframes toleft {
	0% {transform: translateX(20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toleft {
	0% {transform: translateX(20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

.swiper-fade .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/dawn1107/大圖文字-03.svg);
    width: 28%;
    top: 73%;
    left: 12%;
    aspect-ratio: 660 / 175;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;}
.swiper-fade .swiper-slide-active:nth-child(1):before{
    -webkit-animation: toleft 1s ease-in-out forwards;
	animation: toleft 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

.swiper-fade .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/dawn1107/大圖文字-04.svg);
    width: 35%;
    top: 73%;
    left: 12%;
    aspect-ratio: 835 / 180;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;}
.swiper-fade .swiper-slide-active:nth-child(2):before{
    -webkit-animation: toleft 1s ease-in-out forwards;
	animation: toleft 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {min-height: 350px;padding: 0;position: relative;text-align: right;
    background: url(https://pic03.eapple.com.tw/dawn1107/banner.jpg) left center no-repeat;}
.banner h5 {transform: translateX(-100%);letter-spacing: 0.08em;
    left: 80%;font-size: 25px;font-weight: 500;position: absolute;color: #666;}
.banner h5:before {content: 'SERVICE';font-family: 'Rubik';font-weight: 600;
    display: block;font-size: 50px;color: #1a1a1a;}
.banner h5:after {
    content: '';display: block;position: absolute;bottom:-30px;width:100%;height: 20px;
    background: linear-gradient(270deg, #e33730, #f6d315);}
.banner.banA h5:before {content: 'NEWS';}
.banner.banB {}
.banner.banC h5:before {content: 'CONTACT';}
.banner.banD {}
.banner.banE {}
.banner.banF h5:before {content: 'ACCESSORIES';}
.banner.banblog h5:before {content: 'Q & A';}

@media screen and (max-width: 1300px) {
.banner {background-position: 10% 0;background-size: cover;}
}
@media screen and (max-width: 1024px) {
.banner {background-position: 20% 0;min-height: 300px;}
.banner h5 {font-size: 24px;}
.banner h5:before {font-size: 40px;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 235px;background-position: 65% 0;}
.banner h5 {font-size: 23px;}
.banner h5:before {font-size: 35px;}
}
@media screen and (max-width:600px) {
.banner {min-height: 170px;}
}
@media screen and (max-width: 480px) {
.banner {background-position: right 0;text-align: center;}
.banner h5 {transform: translateX(-50%); left: 50%;top: 25%;font-size: 18px;}
.banner h5:before {font-size: 28px;}
.banner h5:after {bottom: -25px;height: 15px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {padding: 50px 0 0;background: #ffffff;border-top: 1px solid #dfdfdf;}
.footer .center {width: 90%;max-width: 900px;}
.footer_info {grid-gap: 0 20px;padding-right: 0;padding-bottom: 60px;}
.footer_logo {max-width: 265px;}

/*ICON*/
.box_link {position: relative;top: 0;right: auto;width: 100%;max-width: unset;flex-direction: row;order: 1;}
.box_link a {transition: .3s ease;border: 0;border-radius: 0;padding: 0;font-size: 18px;text-align: center;margin: 0;color: #000;}
.box_link a:hover {color: #999;}

/*網站資訊*/
.footer_info ul {display: flex;flex-direction: column;justify-content: space-between;grid-row-start: span 2;gap: 20px 0;}
.footer_info li {padding: 0;}
.footer_info li p {letter-spacing: 0.08em;color: #000000;font-size: 16px;}
/*選單*/
.footer_menu {display: flex;flex-wrap: wrap;justify-content: space-around;}
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    width: 32%;padding: 10px;border: 0;letter-spacing: 0.08em;text-align: center;margin: 0 5px 5px 0;color: #444;background: #f0f0f0;}
.footer_menu a:hover { background: #222;color: #fff;}

/*COPY*/
.copy {padding: 20px 0;letter-spacing: 0.08em;color: #ddd;margin-top: 0;border-top: 0;}

/*TOP*/
#to_top {bottom: 150px;background: #000000;color: #ffffff;left: auto;right: 10px;font-size: 14px;letter-spacing: 0.05em;box-shadow: unset;}
#to_top i.top {width: 15px;height: 13px;}
#to_top i.top:before, #to_top i.top:after {height: 10px;width: 2px;background: #ffffff;}

@media screen and (max-width: 1024px) {
.footer_info {grid-template-columns: 210px 1fr;}
.footer_logo {max-width: 210px;}
}

@media screen and (max-width: 768px) {
.footer_logo {max-width: 170px;}
.footer_info {grid-template-columns: 1fr;grid-gap: 20px 0;padding-bottom: 0;padding: 0 0 60px;justify-items: center;}
.footer_info ul {order: 2;gap: 15px 0;}
.footer_info li+li {margin-top: 0;}
.footer_info li:nth-child(2) {padding-top: 0;}
.footer_info li p {text-align: center;}
.box_link {justify-content: center;}
}

@media screen and (max-width: 500px) {
.footer_info li p {font-size: 15px;}
.footer_menu a {width: 48%;font-size: 13px;padding: 8px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/
h5.blog_le_t {font-size: 22px;color: #1a1a1a;font-family: 'Noto Sans TC';letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] { font-size: 15px;letter-spacing: 0.15em;color: #000000;border: solid 1px #f3f3f3;
    border-radius: 0;padding: 10px 35px 10px 15px;}

.blog_le .accordion {border-radius: 0;border: 0;letter-spacing: 0.05em;}
.accordion li+li .link {border-top: 1px solid #f3f3f3;}
.accordion li .link a {padding: 15px 20px;color: #1a1a1a;font-size: 16px;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #666 !important;}

.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.blog_le {padding: 0;width: 15%;}
.blog_ri {width: 80%;padding: 0;}
.blog_page h4.blog_category_title {padding: 5px 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns:repeat(3, 1fr);}
.subbox_item a {display: flex;grid-gap: 10px;flex-direction: column;padding: 10px;border: 2px dotted #f3f3f3;}
.blog_list_ri {display: flex;padding: 0 8px 10px;flex-direction: column;align-items: flex-start;}
.blog_list_ri>*+* {margin-bottom: 0;}
.blog_list_ri em {order: 1;font-size: 13px;letter-spacing: 0.08em;color: #ccc;}
.blog_list_ri h5 {order: 2;font-size: 18px;letter-spacing: 0.05em;color: #1a1a1a;padding: 15px 0 0;line-height: 1;}
.blog_list_ri p {order: 3;font-size: 15px;color: #1a1a1a;letter-spacing: 0.05em;}

.subbox_item a:after {background: #f3f3f3cc;border: 0;}
.subbox_item a:before {transform: translate(-50%, -50%);top: 50%;left: 50%;bottom: auto;right: auto;font-size: 18px;letter-spacing: 0.08em;
    color: #ffffff;padding: 10px 15px;background: #1a1a1a;width: 65%;text-align: center;}

/*相簿內頁*/
.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {
    color: #1a1a1a;font-size: 25px;font-weight: 500;letter-spacing: 0.05em;
    border-bottom: 1px #f3f3f3 solid;padding: 0 0 20px;line-height: 1;margin-bottom: 20px;}
.blog_shareData .visitors_num, .blog_shareData .visitors_num i::before, .toShareNews b {color: #1a1a1a;}
.blog_box_edit * {line-height: 175%;}
.news_tags a {color: #1a1a1a;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {font-size: 16px;letter-spacing: 0.2em;padding: 15px;transition: 0.5s ease;}
.blog_back a:hover {letter-spacing: 0.35em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #1a1a1a;}
.blog_back a.article_btn_back {background: #1a1a1a;}

.news_related {background: #f3f3f3;padding: 50px 0 0;}
.news_related h6 { max-width: 1500px;margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 25px;color: #1a1a1a;font-weight: 500;letter-spacing: 0.08em;}

@media screen and (max-width: 1300px) {
.blog_le {width: 20%;}
.blog_ri {width: 75%;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width: 1024px) {
h5.blog_le_t {font-size: 20px;}
.accordion li .link a {padding: 15px;font-size: 15px;}
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
.blog_list_ri h5 {padding: 10px 0;}
.subbox_item a:before {font-size: 16px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;}
.blog_le {width: 100%;}
.blog_ri {width: 100%;}
.blog_search {margin-bottom: 0;}
.blog_page h4.blog_category_title {padding: 0;}
.subbox_item a {padding: 8px;}
.blog_back {grid-gap: 10px;padding-top: 30px;}
}

@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.blog_in_page h4.blog_category_title {font-size: 22px;padding: 10px 0 20px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 span:before {font-size: 22px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.promotion_title {font-size: 16px;color: #999;letter-spacing: 0.05em;}
.promotion_title em {display: none;}
.promotion_title span {border: 1px #dfdfdf dashed;padding: 7px 15px;margin: 0 10px 0 0;}
.promotion_title h2 {font-size: 25px;color: #1a1a1a;}
.edit {padding: 30px 0;letter-spacing: 0.08em;line-height: 1.8;}

.other_promotion {grid-template-columns: repeat(4, 1fr);grid-gap: 20px;margin-top: 50px;}
.other_promotion li a {padding: 20px;}
.other_promotion li a:before {border: 1px #1a1a1a solid;border-bottom: none;border-right: none;}
.other_promotion li a:after {border: 1px #1a1a1a solid;border-top: none;border-left: none;}
.other_promotion .pmtTime {display: none;}
.other_promotion .pmtTitle {letter-spacing: 0.05em;}
.other_promotion .pmtTitle span {color: #666;font-size: 13px;}
.other_promotion .pmtTitle h3 {font-size: 18px;color: #1a1a1a;margin: 5px 0 0 0;}

@media screen and (max-width: 1200px) {
.other_promotion {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 1024px) {
.other_promotion {grid-template-columns: repeat(2, 1fr);}
.promotion_title {font-size: 15px;}
.promotion_title h2 {font-size: 24px;}
.edit span {font-size: 17px !important;}
.other_promotion .pmtTitle h3 {font-size: 17px;}
}
@media screen and (max-width: 768px) {
.promotion_title {font-size: 14px;}
.promotion_title h2 {font-size: 22px;padding-top: 5px;}
.edit span {font-size: 16px !important;}
.other_promotion .pmtTitle h3 {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.other_promotion {grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width: 480px) {
.other_promotion {grid-template-columns: repeat(1, 1fr);}
.promotion_title {font-size: 13px;}
.promotion_title h2 {font-size: 20px;}
.edit span {font-size: 15px !important;}
.other_promotion .pmtTitle h3 {font-size: 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 18%; letter-spacing: 0.1em;min-height: 30vw;}
.product_page .products-list {width: 78%;grid-template-columns: repeat(4, 1fr);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li a {border: unset;background: unset;padding: 15px;color: #1a1a1a;}
.product-layer-two li li {display: block; padding:0;background: #f3f3f3;transition:all ease .3s;}
.product-layer-two li li a{padding: 15px 30px;background: unset;transition:all ease .3s;}
.product-layer-two li li:hover > a {background: unset;color: #999;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two li i {top: 10px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li li:hover a {margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px;background: transparent;
    height: 12px; left: 5px;top: 50%; margin-top: -5px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#999;}
.product-layer-two li.active a {border: 0;}

.products-list .item a {text-align: center;padding-bottom: 40px;}
.products-list .name {font-size: 18px;color: #1a1a1a;letter-spacing: 0.08em;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 1;height: 25px;}
.products-list .price {justify-content: space-evenly;}
.products-list .price b {width: fit-content;color: #bd2132;font-size: 16px;margin: 0;letter-spacing: 0.05em;}
.products-list .more {border: 1px solid #666;color: #666;font-size: 16px;font-weight: normal;letter-spacing: 0.1em;line-height: 35px;}
.products-list .item a:hover .more {background: #666;color: #fff;letter-spacing: 0.15em;}

.product_info_page .products-list,
.product-wrapper {width: 100%;max-width: 1200px;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}
.product_info_page .product_main {width: 70%;}
.product_info_page .product_menu_list {display: none;}

.proImgSwiper img {width: 100%;}
.sidebarBtn {padding: 25px;border: 5px #f3f3f3 solid;letter-spacing: 0.08em;}
.sidebarBtn h2 {color: #1a1a1a;font-size: 22px;}
.sidebarBtn .price {border-bottom: 3px solid #f3f3f3;}
.product_info {margin: 15px 0;}
.product_info li .txt_box {width: 100%;}
.product_info li span {font-size: 13px;color: #999;margin-bottom: 5px;letter-spacing: 0.15em;font-family: auto;}
.radio-inline__label {padding: 5px 10px;margin: 0px 2px 8px 0;border-radius: 0;color: #1a1a1a;border: 1px solid #ccc;}
.product_info li .txt_box .amountNum {height: 30px;line-height: 30px;margin-left: 0;color: #1a1a1a;padding-left: 0;width: 100%;}
.inquiry_a3 { background: #a23733;letter-spacing: 0.1em;}
.inquiry_a3:hover {letter-spacing: 0.15em;background: #1a1a1a;}

.prod_tabs {width: 100%;}

.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;}

.prod_related {background: #f3f3f3;padding: 50px 0 0;}
.prod_related h6 span:before {font-size: 25px;color: #1a1a1a;letter-spacing: 0.1em; font-weight: normal;}
.related_list {width: 90%;max-width: 1200px;grid-template-columns: repeat(4, 1fr);}
.related_list li a {padding: 0;background: unset;}
.related_list li a img {transition:all ease .3s;}
.related_list li:hover a img {transform: scale(1.1);}
.related_list li a p {font-size: 17px;color: #1a1a1a;line-height: 3;letter-spacing: 0.08em;}
.lastPage {background: #1a1a1a;padding: 15px 20px;letter-spacing: 0.15em;margin: 50px auto 0;width: 100%;}


@media screen and (max-width: 1200px) {
.product_page .products-list {grid-template-columns: repeat(3, 1fr);}
.product_info_page .product_main {width: 100%;}
.sidebarBtn {width: 100%;margin-top: 30px;}
}
@media screen and (max-width: 1024px) {
.product_page .product_menu_list, .product_info_page .product_menu_list {width: 35%;}
.product_page .products-list {width: 60%;grid-template-columns: repeat(2, 1fr);}
.related_list {grid-template-columns: repeat(2, 1fr);gap: 20px;}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;font-size: 1.3em;margin-bottom: 0;}

.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;}
.products-list .price b:first-child:last-child {text-align: center !important;}

.mobile_product_name {display: none;}
}
@media screen and (max-width: 600px) {
.sidebarBtn {padding: 15px;}

}
@media screen and (max-width: 480px) {
.product_page .products-list {grid-template-columns: repeat(1, 1fr);grid-gap: 30px;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_editbox {padding: 0 0 100px;}
.contact_content {width: 100%;max-width: 1600px;padding: 0;}
form.style1 {display: flex; flex-direction: column;max-width: 1600px; margin: auto;}
.contact_content .information_left {display: none;}
.contact_content .information_right {width: 100%;padding: 0;}
.blank_letter {display: flex; align-items: flex-end; padding-top: 0;letter-spacing: 0.08em;color: #1a1a1a;}
.list_before.info li {padding-left: 0;letter-spacing: 1px;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    position: relative;display: inline-block;width: 45px;letter-spacing: 0.08em;font-size: 16px;}
.contact_le_map {margin-bottom: 50px;}
.note {order: 2; font-size: 15px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 10px 20px;color: #1a1a1a;justify-content: space-between;}
.contact_form li {display: flex;align-items: flex-start;width: 100%;padding: 0 0 15px;
    margin: 0;padding-left: 0;border-bottom: unset;flex-direction: column;}
.contact_form li .form__label {
    display: inline-flex;justify-content: flex-end;width: 100%;font-size: 17px;text-align: left;
    margin-left: 0;margin-bottom: 5px;letter-spacing: 1px;flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex;align-items: flex-start;
    width: 100%;line-height: 100%;flex-direction: column;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: unset;background: #f8f8f8;}
.noborder {padding: 10px;letter-spacing: 0.1em;}
.form select {width: 100%;padding: 10px 5px;border: 1px #ddd solid;margin-right: 0; margin-bottom: 0;    color: #1a1a1a;}
.form select option {color: #1a1a1a;}
.captcha {width: 100%;}
input[type="checkbox"], input[type="radio"] {margin: 0 5px 0 10px;}

.contact_form li.last { width: 100%;grid-column: 1 / span 2;justify-content: space-between;flex-direction: row;align-items: flex-start;}
.contact_form li.last blockquote {border: 1px #1a1a1a solid;color: #1a1a1a;margin-right: 0;width: 100%;}
.contact_form li.last cite {background: #1a1a1a;border: 1px #1a1a1a solid;width: 100%;}
.contact_form li.checknumBox .form__insert {align-items: flex-start;}

@media screen and (max-width: 1024px) {
.blank_letter {letter-spacing: 0.05em;font-size: 25px;}
.note {font-size: 14px;letter-spacing: 0.05em;}
.contact_form li .form__label {font-size: 16px;letter-spacing: 0.05em;margin-bottom: 0px;}
}

@media screen and (max-width: 768px) {
.contact_page .main_part {padding: 80px 0;}
.list_before.info {float: unset;}
.contact_form li {grid-column: 1 / span2;}
}

@media screen and (max-width: 600px) {
.contact_page .main_part {padding: 50px 0;}
.blank_letter {font-size: 22px;}
.contact_form {margin-top: 20px;}
.contact_form li .form__label {font-size: 15px;padding: 0;background: unset;font-weight: normal;}
.note {font-size: 13px;}
}

@media screen and (max-width: 450px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {-webkit-box-shadow: unset;box-shadow: unset;border-top: 1px solid #ddd;}
#bottom_menu li a { padding: 15px 0px;color: #000;}
#bottom_menu li a i {padding-bottom: 5px;}
#bottom_menu li a em {letter-spacing: 0.08em;}
.footer.with_shopping_mode { padding:30px 0 75px; }
#to_top { bottom:165px;width: 40px;height: 40px;right: 8px;padding-top: 8px;font-size: 12px;letter-spacing: 0.01em;}
#to_top i.top {height: 10px;}
#to_top i.top:before, #to_top i.top:after {height: 7px;}
}

@media screen and (max-width: 600px) { 
}




