@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 {max-width: 1500px;padding: 100px 5%;}
.show_content {padding: 0;}
.page {width: 100%;margin: 50px auto;color: #fff;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;
justify-content: center;align-items: center;align-content: center;text-align: center;border-radius: 50px;transition: .3s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #fff;}
.page strong, .page a:hover {background: #fff;color: #000000;}
.page li.activeN {background: #fff;color: #000;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 5%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 5%;}
.page {font-size: 13px;gap: 0;}
}

/*網站按鈕*/
.animated-arrow {display: flex;justify-content: center;align-items: center;width: 150px;height: 55px;line-height: 55px;}
.animated-arrow:hover {background: #999;}
.animated-arrow:hover b { color: #fff;}

@media screen and (max-width: 600px) {
.animated-arrow {height: 45px;line-height: 45px;width: 120px;}
.animated-arrow b {font-size: 15px;}
}
@media screen and (max-width: 450px) {
.animated-arrow b {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.pageIndex .header_area {background: unset;position: fixed;padding: 15px 0 0;transition: 1s ease;}
.header_area {background: #000000;padding: 15px 0;;transition: 1s ease;}
.pageIndex .header_area.sticky {background: #000000d6;transition: 1s ease;}
.header_area.sticky {background: #000000;padding: 15px 0;border-bottom: 1px solid #222;transition: 1s ease;}
.main_header_area .container {max-width: 90%;}
.navigation {display: grid;grid-template-columns: 135px 1fr 100px;align-items: center;}

.me_tp_features {order: 3;width: fit-content;text-align: center;display: flex;align-items: center;gap: 15px;}
.me_tp_features a {display: flex;align-items: center;gap: 5px;margin: 0;font-size: 16px;color: #fff;transition: 0.5s ease;}
.me_tp_features a.tp_btn_cart > span > span, .me_tp_features a.tp_btn_notice > span, .tp_links {display: none;}
.me_tp_features a:hover {opacity: 0.5;transition: 0.5s ease;}

.box_search {    display: none;}

/*LOGO*/
.nav-header {grid-row: 1 / 1;max-width: 120px;transition: 0.5s ease;}
.nav-brand {display: flex;}
.header_area.sticky .nav-header {max-width: 100px;transition: 0.5s ease;}

/*選單*/
.stellarnav ul {text-align: center;}
.stellarnav > ul > li > a {display: block;padding: 20px 15px 18px;color: #ffffff;letter-spacing: 0.15em;font-size: 17px;text-transform: math-auto;
    margin: 0;line-height: 1.2;height: auto;transition: 0.5s ease;}
.header_area.sticky .stellarnav > ul > li > a {padding: 15px 10px 12px;}
.stellarnav > ul > li > a:before {content: '';position: absolute;transform: translateX(-50%);bottom: 10px;
    opacity: 0;left: 50%;width: 50%;height: 1px;background: #fff;transition: 0.5s ease;}
.stellarnav > ul > li:hover > a:before {opacity: 1;bottom: 5px;transition: 0.5s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li:hover > a {opacity: 0.5;}

/*下拉選單*/
.stellarnav > ul > li > ul {width: 200px;transform: translateX(-50%);left: 50%;right: 0;background: #222;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #999;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #fff;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > a:hover {color: #999;}
.stellarnav > ul > li.drop-left > ul > li > ul {background: #1a1a1a;right: auto;left: 100%;right: auto;}
.stellarnav > ul > li > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #aaa;}
.stellarnav > ul > li > ul > li > ul > li > a {color: #fff;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {color: #aaa;}

@media screen and (max-width: 1245px) {
.main_header_area .container {max-width: 95%;}
.stellarnav > ul > li > a {font-size: 16px;letter-spacing: 0.05em;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {background: #000000;position: sticky;padding: 20px 5% 0;}
.pageIndex .header_area.sticky {background: #000000;}
.main_header_area .container {max-width: 100%;}
.navigation {grid-template-columns: 1fr;justify-items: center;gap: 5px;}
.me_tp_features {margin: 0 0 15px 0;}
.nav-header {max-width: 100px;}
.header_area.sticky .nav-header { max-width: 85px;}
.stellarnav > ul > li > a {padding: 20px 7px;}
.stellarnav > ul > li.has-sub > a {padding-right: 7px;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area, .header_area, .header_area.sticky {padding: 0 5%;border-bottom: 1px solid #222;}
.nav-header {padding: 20px 0;max-width: 85px;}
.header_area.sticky .nav-header { max-width: 75px;}

.me_tp_features {margin: 0;position: absolute;right: 0;}

.stellarnav.mobile {display: flex;justify-content: center;align-items: center;height: 100%;}
.stellarnav.mobile .menu-toggle {padding: 0px;}
.stellarnav .menu-toggle span.bars {top: 0;}
.stellarnav .menu-toggle:after {font-size: 10px;letter-spacing: 0.15em;color: #ffffff;transform: unset;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;background: #666;margin: 0 auto 5px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;background: #111;max-width: 300px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #333;color: #fff;letter-spacing: 0.15em;padding: 15px;}
.stellarnav .icon-close {width: 20px;height: 11px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: unset;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 20px 30px;font-size: 16px;}
.stellarnav > ul > li:hover > a:before {display: none;}
.stellarnav.mobile > ul > li.has-sub > a {padding-right: unset;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 20px 15px;}
.stellarnav.mobile ul > li > ul {background: unset;}
.stellarnav.mobile > ul > li > ul > li {text-align: left;}
.stellarnav.mobile > ul > li+li, .stellarnav.mobile > ul > li > ul > li+li {border-top: 1px solid #333;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #333;}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li.has-sub > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a {padding: 15px 30px !important;letter-spacing: 0.15em;text-align: left;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #fff;}
.stellarnav.mobile li.open {background: #000000;}
.stellarnav.mobile li.open li.open {background: #000000;padding: 0;}
.stellarnav.mobile li.open li.open > a {background: #111;}
}

@media only screen and (max-width: 570px) {
.nav-header {padding: 15px 0;}
.me_tp_features {gap: 10px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: block;font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

@-webkit-keyframes totop {
	0% {transform: translateY(-50px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes totop {
	0% {transform: translateY(-50px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

@-webkit-keyframes tobottom {
	0% {transform: translateY(50px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes tobottom {
	0% {transform: translateY(50px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

/*----------------------------大圖第一張----------------------------*/
.pageIndex .swiper-fade .swiper-slide:nth-child(1):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/qaz9963/大圖文字-03.png);
    width: 101%;top: 0%;left: 0;aspect-ratio: 2 / 1;background-size: contain;background-repeat: no-repeat;z-index: 999;}

/*----------------------------大圖第二張----------------------------*/
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/qaz9963/大圖文字-04.png);
    width: 101%;top: 0;left: 0;aspect-ratio:2 / 1;background-size: contain;background-repeat: no-repeat;z-index: 999;}

/*----------------------------大圖把手----------------------------*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 5%;}

@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*手機大圖*/
@media screen and (max-width: 600px) {}


/*內頁BANNER 設定*/
.banner {position: relative;background: url(https://pic03.eapple.com.tw/qaz9963/01_index_01BG.jpg);background-attachment: fixed;
    background-position: center 70%;padding: 200px 5%;min-height: unset;}
.banner:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;
    background: linear-gradient(180deg, black 0%, hsl(0deg 0% 0% / 70%) 30%, hsl(0deg 0% 0% / 20%) 100%);}
.banner h5 {display: flex;width: 100%;position: absolute;transform: translate(-50%, -50%);top: 65%;left: 50%;
font-weight: 600;color: #ffffff;letter-spacing: 0.1em;font-size: 28px;flex-direction: column;align-items: center;gap: 10px;}
.banner h5:before { content: '';width: fit-content;display: block;font-family: 'Rajdhani';font-weight: normal;
    font-size: 18px;padding: 10px 20px;line-height: 1;background: #ccc;color: #000;}
.banner.banA h5:before { content: '';}
.services_page .banner.banB h5:before {content: 'SERVICE';}
.other_page .banner.banB h5:before {content: 'PROCESS';}
.blog_page.article_a .banner.banblog h5:before { content: 'CASES';}
.blog_page.article_b .banner.banblog h5:before { content: '';}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.video_page .banner.banF h5:before { content: '';}
.product_page .banner.banF h5:before { content: 'PRODUCT';}
.banner.banblog {}
.car_page .banner h5:before {content: 'CARTS';}
.remit_page .banner h5:before {content: 'REMIT';}
.product_info_page .banF {display: none;}
.blog_in_page .banner.banblog {display: none;}

@media (max-width:1300px){
.banner {padding: 180px 5%;}
.banner h5 {font-size:25px;}
}
@media (max-width:1024px){
.banner {padding: 160px 5%;}
.banner h5 {font-size:22px;}
.banner h5:before {font-size: 17px;}
}
@media (max-width:768px){
.banner {padding: 140px 5%;background-attachment: unset;background-size: cover;}
.banner h5:before {font-size: 16px;padding: 8px 15px;}
}
@media (max-width:600px){
.banner {padding: 125px 5%;}
.banner h5 {font-size:20px;}
.banner h5:before {font-size: 15px;}
}
@media (max-width:450px){
.banner {padding: 110px 5%;}
.banner h5 {font-size:18px;}
.banner h5:before {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.copy {padding: 30px 0;letter-spacing: 0.08em;border-top: unset;margin-top: 0;color: #666;line-height: 1.5;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
#bottom_menu {display: none;}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {
.copy {font-size: 12px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_page .main_part, .blog_in_page .main_part {max-width: 100%;background: #000;}
.blog_box {max-width: 1500px;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.blog_le {width: 18%;padding: 0;margin-bottom: 0;}
.blog_ri {width: 80%;padding: 0;}
h4.blog_category_title {padding: 0;margin-bottom: 0;color: #ffffff;font-size: 22px;font-weight: normal; letter-spacing: 0.1em;}

h5.blog_le_t {font-size: 18px;font-weight: normal;color: #ffffff;font-family: 'Space Grotesk';letter-spacing: 0.25em;margin-bottom: 15px;}
h5.blog_le_t span {display: none;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] {font-size: 15px;color: #ffffff !important;border: solid 1px #333;border-radius: 0;
    background: unset;padding: 15px 40px 15px 15px;letter-spacing: 0.15em;}
.blog_search input[type=submit] {width: 50px;height: 50px;filter: grayscale(1);}

.blog_le .accordion {border-radius: 0;border: unset;}
.accordion li+li .link {border-top: 1px solid #333;}
.accordion li .link a {padding: 15px;color: #ffffff;font-size: 15px;font-weight: normal;letter-spacing: 0.15em;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #111 !important;}

.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 50px 5px;}
.subbox_item {overflow: hidden;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;align-items: start;}
.subbox_item a:before {font-size: 13px;letter-spacing: 0.1em;}
.subbox_item a:hover:before {color: #fff;}
.subbox_item a:after {top: auto;height: 1px;border: unset;opacity: 1;}
.subbox_item a:hover:after {background: rgba(255, 255, 255, 0.1);}
.subbox_item a:hover:before {opacity: 1;transition: all .5s;}
.blog_list_le {aspect-ratio: 3 / 2;}
.blog_list_ri {display: flex;padding: 5px 5px 35px;flex-direction: column;}
.blog_list_ri>*+* {margin-top: 5px;}
.blog_list_ri h5 {font-weight: normal;font-size: 17px;letter-spacing: 0.1em;color: #ffffff;-webkit-line-clamp: 2;}
.blog_list_ri em {font-size: 12px;color: #999;letter-spacing: 0.1em;}
.blog_list_ri p {display: none;}

@media screen and (max-width: 1200px) {
.blog_le {width: 25%;}
.blog_ri {width: 72%;}
.blog_subbox {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 1024px) {
.blog_box {flex-direction: column;gap: 50px;}
h5.blog_le_t {display: none;}
.blog_le {width: 100%;text-align: center;}
.blog_search {max-width: 350px;margin: 0 auto;margin-bottom: 30px;}
.blog_le .accordion {display: flex;flex-direction: row;justify-content: center;align-items: center;flex-wrap: wrap;}
.accordion li+li .link {border-top: unset;border-left: 1px solid #333;}
.accordion li .link a {padding: 5px 15px;}
.blog_ri {width: 100%;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_subbox {grid-gap: 30px 10px;}
}
@media screen and (max-width: 600px) {
.blog_le .accordion li {width: 50%;}
.accordion li:nth-child(2n+1) .link {border-left: 0px solid #333;}
.accordion li .link a {font-size: 14px;}
.subbox_item a:before {font-size: 12px;}
.blog_list_ri h5 {font-size: 15px;}
.blog_list_ri em {font-size: 11px;}
}
@media screen and (max-width: 500px) {
.blog_list_ri h5 {font-size: 15px;-webkit-line-clamp: 1;}
.blog_list_ri em {font-size: 10px;}
}
@media screen and (max-width: 450px) {
.blog_list_ri {padding: 5px 5px 25px;}
.subbox_item a:before {font-size: 10px;bottom: 5px;}
.blog_list_ri {padding: 5px 0 25px;}
.blog_list_ri h5 {font-size: 14px;}
}
@media screen and (max-width: 400px) {
.accordion li .link a {font-size: 13px;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
}

/*文章內頁*/
.blog_in_page h4.blog_category_title {color: #ffffff;font-size: 22px;font-weight: normal; letter-spacing: 0.1em;}
.blog_shareData {padding: 15px;border-top: 1px solid #333;margin-top: 20px;}
.toShareNews {font-size: 0.5em;line-height: 1;color: #999;letter-spacing: 0.2em;align-items: flex-end;}
.articel_mainPic {margin-bottom: 50px;}
.blog_box_edit .edit {padding: 0;}
.blog_box_edit {color: #fff;}
.blog_box_edit * {line-height: 180%;letter-spacing: 0.08em;}

.news_tags a {color: #666;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {line-height: 2;font-size: 15px;background: unset !important;padding: 8px 15px;border-bottom: 1px solid #333;
    letter-spacing: 0.2em;transition: 0.5s ease;}
.blog_back a:hover {background: #111 !important;border-bottom: 1px solid #ffffff;color: #ffffff;}

/*相關推薦刪除*/
.news_related {display: none;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
}
@media screen and (max-width: 768px) {
.blog_box_edit .edit strong {font-size: 17px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box {gap: 30px;}
.blog_box_edit .edit strong {font-size: 16px;}
.blog_box_edit .edit {font-size: 14px;}
.blog_back a {font-size: 14px;}
}
@media screen and (max-width: 500px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.blog_box_edit .edit strong {font-size: 15px;}
.blog_box_edit .edit {font-size: 13px;}
.blog_back a {font-size: 13px;}
}
@media screen and (max-width: 425px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page .main_part, .product_info_page .main_part { background: #000;max-width: 100%;}
.product_page .show_content,
.product_info_page .show_content {max-width: 1500px;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(3, 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: #fff;}
.product-layer-two li li {display: block; padding:0;background: #111;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;color: #fff;}
.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;}
.product-layer-two li li.active a {color: #ffffff;}

.products-list .item a {text-align: center;padding-bottom: 40px;}
.products-list .name {margin-top: 10px;font-size: 16px;color: #ffffff;letter-spacing: 0.1em;line-height: 1.8;
    display: -webkit-box;-webkit-line-clamp: 1;height: 35px;}
.products-list .price {margin: 0 0 15px 0;justify-content: space-evenly;}
.products-list .price b {width: fit-content;color: #ffdf00;font-weight: normal;font-size: 18px;margin: 0;letter-spacing: 0.05em;}
.products-list .more {border: unset;border-bottom: 1px solid #ccc;color: #ccc;font-size: 15px;
    font-weight: normal;letter-spacing: 0.1em;line-height: 40px;}
.products-list .item a:hover .more {background: #222;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: stretch;justify-content: space-between;}
.product_info_page .product_main {width: 68%;padding: 0;}
.product_info_page .product_menu_list {display: none;}

.product_pic {padding-left: 130px;}
.proImgSwiper {aspect-ratio: 4 / 3;}
.proImgSwiper img {width: 100%;}
.sidebarBtn {padding: 25px;border: 5px #444 solid;background: #333;letter-spacing: 0.08em;}
.sidebarBtn h2 {color: #fff;font-size: 20px;}
.sidebarBtn .price {border-bottom: 3px solid #444;}
.sidebarBtn .price span {color: #f8d41f;}
.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_a1 {background: #b12100;}
.inquiry_a2 {background: #000000;}
.inquiry_a3 { background: #a23733;letter-spacing: 0.1em;}
.inquiry_a3:hover {letter-spacing: 0.15em;background: #1a1a1a;}

.prod_tabs {width: 100%;}
.pd_tabTitle li {border-bottom: unset;}
.pd_tabTitle li a { color: #ccc;letter-spacing: 0.1em;line-height: 1.8;background: transparent;}
.pd_tabTitle li.activeTab a {color: #fff;letter-spacing: 0.1em;background: #111;}
.pd_tabTitle li.activeTab::after {height: 3px;background: #333;}
.pd_tabInner_contain {padding-top: 10px;color: #fff;letter-spacing: 0.08em;line-height: 1.8;font-size: 16px;}

.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: #333;padding: 50px 0 0;}
.prod_related h6 span:before {font-size: 20px;color: #ffffff;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;margin-top: 15px;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: 20px;font-weight: normal;letter-spacing: 0.1em;
    margin-bottom: 0;color: #ffffff;}
a.pd_menu_toggle i {color: #fff;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.products-list .price b:first-child:last-child {text-align: center !important;}

.mobile_product_name {display: none;}
.product_pic {padding-left: 0;}

.pd_tabInner_contain {font-size: 15px;}
.pd_tabTitle li.activeTab a {font-size: 15px;}
.prod_related h6 span:before {font-size: 18px;}
.lastPage {font-size: 15px;}
}
@media screen and (max-width: 600px) {
.product_page .product_menu_list>h5, .sidebarBtn h2 {font-size: 18px;}
.product-layer-two li a {padding: 15px;}
.sidebarBtn {padding: 15px;}
.pd_tabInner_contain {font-size: 14px;}

.pd_tabInner_contain {font-size: 14px;}
.pd_tabTitle li.activeTab a {font-size: 14px;}
.prod_related h6 span:before {font-size: 17px;}
.lastPage {font-size: 14px;}
}
@media screen and (max-width: 480px) {
.product_page .product_menu_list>h5 {font-size: 17px;}
.product_page .products-list {grid-template-columns: repeat(1, 1fr);grid-gap: 30px;}
}


/*購物車頁面*/
.car_page .main_part, .remit_page .main_part {background: #000;max-width: 100%;}
.car_page .show_content {max-width: 1500px;position: relative;}
.stepImg img {filter: grayscale(1);}
.stepImg span.active {color: #ffffff;}
.stepImg span {font-size: 14px;letter-spacing: 0.1em;color: #999;}
.shopping-cart { min-height: 20vw;}
.shopping-cart .cart_head {background: #222;}
.shopping-cart .cell {padding: 10px 30px;letter-spacing: 0.08em;}
.shopping-cart .cell.product_name {font-weight: normal;}
.shopping-cart .cart_content .row {border-bottom: 1px solid #666;color: #fff;}

.small_pic {width: 150px;height: 150px;border-radius: 5px;}
.shopping-cart .cell.product_name p {width: calc(100% - 160px);letter-spacing: 0.1em;font-weight: 400;line-height: 1.5;color: #fff;}

.car_page .information_left {display: block;position: absolute;bottom: 0;width: 50%;}
.car_page .blank_letter, .car_page .list_before {display: block;color: #fff;letter-spacing: 0.1em; font-family: 'Space Grotesk';}
.car_page .blank_letter {font-size: 20px;}
.car_page .list_before {margin-top: 20px;font-size: 16px;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {width: 75px;font-weight: normal;}
.contact_le_map a {background: #222;border-radius: 5px;}
.contact_le_map a b {letter-spacing: 0.1em;font-weight: 400;}

.total_amount li {color: #fff;letter-spacing: 0.1em;}
.total_amount li span {font-family: 'Noto Sans TC';}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 50%;letter-spacing: 0.08em;height: 50px;line-height: 52px;}
.rewrite_simple {background: #666;}
.send_simple {background: #333;}

.declaration {background: #333;}
.form label.Bigcheck {color: #ffffff;letter-spacing: 0.1em;}

@media screen and (max-width: 1200px) {
.car_page .information_left {width: 40%;}
}
@media screen and (max-width: 1024px) {
.total_amount {width: 100%;}
.car_page .information_left {position: relative;width: 100%;padding-top: 30px;}
}
@media screen and (max-width: 768px) {
.shopping-cart .cell:before {font-weight: normal;padding-bottom: 10px;color: #fff;}
.amountNum {height: 20px;line-height: 1;}
.shopping-cart .cell.amount:last-child {border-bottom: unset;}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 48%;}
}

@media screen and (max-width: 450px) {
.small_pic {width: 75px;height: 75px;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);}
.car_page .information_left {padding-top: 0;}
.shopping-cart .cell:before {text-align: left; width: 50px;}
.amountNum {text-align: right;}
}

/*訂購資料*/
.remit_page form.style1 {width: 100%;max-width: 1200px;margin: auto;}
.separate_title {font-size: 16px;letter-spacing: 0.08em;color: #fff;padding: 10px 30px;background: #222;}
.formbox_form {margin-top: 15px;margin-bottom: 15px;color: #fff;font-size: 16px;}
.formbox_form li .form__label {letter-spacing: 0.08em;}
.form label .inputbox {filter: hue-rotate(300deg);}
.border200 {width: 100%;border: unset;padding: 5px 10px;border-radius: 5px;background: #333;letter-spacing: 0.08em;}
.longer {width: 100%;}
.form label {color: #fff;}
.form label .inputbox {margin-right: 8px;top:2px;}
.form label.Bigcheck .inputbox {background-size: contain;}
.form label .inputbox.Big { width: 18px;height: 17px;}
.remit_page .rewrite_simple, .remit_page .send_simple {width: 49%;height: 50px;line-height: 52px;letter-spacing: 0.08em;}

/*匯款通知*/
.form_content {padding:0;max-width: unset;letter-spacing: 0.1em;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



