@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*色彩與文字大小*/
:root {
    --MainColor: #202020; /*網站主要色系*/
    --SubColor_1: #868686; /*網站輔助色系 1*/
    --SubColor_2: #c6c6c6; /*網站輔助色系 2*/
    --SubColor_1Bg: #86868622; /*網站輔助色系1 背景*/
    --Textcolor_1: #222222; /*內文顏色 1*/
    --Textcolor_2: #444444; /*內文顏色 2*/
    --Textcolor_3: #666666; /*內文顏色 3*/
    --Textcolor_4: #ffffff; /*內文顏色 4*/
    --Textcolor_4t: #fffffff2; /*內文顏色 4半透明*/
    --Textcolor_5: #888888; /*內文顏色 5*/
    --Bordercolor: #cccccc; /*框線顏色*/
    --SFontC:"Noto Sans TC", sans-serif;/*特殊字體 中文*/
    --SFontE:"Playfair Display", serif;/*特殊字體 英文*/
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
}
@media (max-width:1024px) {
  :root{
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}
@media (max-width:768px) {
  :root{
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
  }
}
@media (max-width:600px) {
  :root{
    --f48: 28px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
    --f17: 15px;
  }
}
@media (max-width:375px) {
  :root{
    --f48: 24px;
    --f40: 20px;
    --f36: 18px;
    --f32: 18px;
    --f28: 17px;
    --f24: 17px;
    --f22: 17px;
    --f20: 16px;
    --f18: 15px;
  }
}

/*反白顏色*/
::-moz-selection{ background-color: var(--MainColor); color: var(--Textcolor_4);}
::selection{ background-color: var(--MainColor); color: var(--Textcolor_4);}
.linkBox_Open + span i { transform: rotate(45deg);}

/*Main*/
body { font-family: var(--SFont);}
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part { width: 100%; max-width: 100%; margin: auto; padding: 0px; margin-top: -1px;}
.main_part { max-width: 1400px;width: 90%; margin: auto; padding: var(--m100) 0;}
.show_content { max-width: 100%; width: 100%; padding: 0px; top: -1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content { }
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: var(--MainColor);}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: var(--MainColor);}

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: var(--MainColor); border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: var(--SubColor_1); transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: var(--Textcolor_3); border-radius: 100%; color: var(--Textcolor_4); font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}


/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { display: none;}
.banner h5 { font-size: var(--f32);}
.banner.banA {}
.banner.banblog {}

@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area { background: var(--Textcolor_4);}
.main_header_area .container { max-width: 96%;}

/*logo*/
.header_area .nav-brand { margin: 5px 0 0; max-width: 280px; width: 100%;}

/*menu*/
.navigation { padding: 5px 0 0 300px;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: var(--MainColor); font-size: var(--f16);}
.stellarnav li.has-sub > a::after { border-top: 6px solid  var(--Textcolor_5);}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid var(--MainColor);}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: var(--Textcolor_4t); box-shadow: 0 5px 20px #00000022;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px solid var(--Bordercolor); margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid  var(--Textcolor_5);}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid var(--MainColor); border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: var(--Textcolor_5); padding: 7px 20px 7px 5px; font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color:  var(--Textcolor_5); font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: var(--MainColor); padding-left: 10px; border-left: 5px solid var(--MainColor); transition: all 0.3s;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: var(--MainColor);}
.stellarnav .menu-toggle:after { color: var(--MainColor);}

/*展開*/
.stellarnav.mobile.left > ul { background: var(--Textcolor_4t);}
.stellarnav.mobile > ul > li { border-bottom: 1px solid var(--Bordercolor);}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: var(--Textcolor_2); padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: var(--MainColor); color: var(--Textcolor_4);}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px var(--Textcolor_4);}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: 3px solid var(--Textcolor_5);}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--MainColor);}

/*下拉*/
.stellarnav.mobile li.open { background: var(--SubColor_1Bg); padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid var(--Bordercolor);}
.stellarnav.mobile li.open li.open { padding: 0; background: var(--Textcolor_4t);}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 20px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer { background: var(--MainColor);}
.footer .center { padding-bottom: 25px;}
.footer_logo { display: none;}
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info { padding: 0;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info li:nth-child(1) { display: inline-block; width: 49%; padding: 20px 10px;}
.footer_info li p { font-size: var(--f14); color: var(--Textcolor_4);}
.footer_info li p a { color: inherit;}

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 49%; vertical-align: top; border-left: 1px solid var(--Bordercolor);}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(130px,100%), 1fr)); gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a { margin: 5px; padding: 5px 10px; background: transparent; border: 1px var(--Bordercolor) solid; text-align: center; color: var(--Textcolor_4); font-size: var(--f14);}
.footer_menu a:hover { background: var(--SubColor_1); color: var(--Textcolor_4); border: 1px var(--SubColor_1) solid;}

/*聯絡icon*/
.box_link a { transition:all 0.3s;}
.fa-whatsapp:before, .fa-envelope::before, .fa-facebook:before, .fa-line:before { color: var(--Textcolor_4);}
.box_link a:hover { background: var(--SubColor_1); border-color: var(--SubColor_1);}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook:before, .box_link a:hover .fa-line:before { color: var(--Textcolor_4);}

/*版權*/
.copy { background: var(--MainColor); color: var(--Textcolor_4); border: none;}
.copy a { color: var(--Textcolor_4); transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/共同設定---------------------------------------*/

/*文章列表*/
.module_i_news li, .subbox_item { position: relative; width: 100%; border-bottom: 1px solid var(--Bordercolor);}
.module_i_news li a, .subbox_item a { padding: 5px;}
.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none; pointer-events: none;}

.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0.3;
    font-size: var(--f15);
    color: var(--SubColor_1);
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::after, .subbox_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--MainColor);
    opacity: 1;
    transition: all .5s;
}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 1; left: 0; width: 100%; transition: all .5s;}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 1; transition: all .5s;}

/*文章呈現*/
.i_blog_ri, .blog_list_ri { margin: 20px 0;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
 .i_blog_le, .blog_list_le { position: relative; padding-bottom: 66%; height: 0; overflow: hidden;}/*文章縮圖長寬比例，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%);
    transition: all .5s;
}
.module_i_news li:hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: scale(1.1) translate(-46%, -46%); transition: all .5s;}

.i_blog_ri h5, .blog_list_ri h5 { color: var(--MainColor); font-size: var(--f20); letter-spacing: 1px; font-weight: 600;}
.i_blog_ri em, .blog_list_ri em { color: var(--Textcolor_5); font-size: var(--f14);}
.i_blog_ri p, .blog_list_ri p { color: var(--Textcolor_3); font-size: var(--f15);}

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 80px 20px 50px;}

/*標題*/
.module_i_news .title_i_box h6 { display: none; color: var(--Textcolor_3); font-size: var(--f36);}
.module_i_news .title_i_box h4 { position: relative; color: var(--MainColor); font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--Textcolor_4); display: inline;}
.module_i_news .title_i_box h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 1px;
  background: var(--SubColor_1);
  z-index: -1;
}

/*列表*/
.module_i_news ul { width: 90%; display: grid; gap: 10px; grid-template-columns: repeat(3,1fr);}
.module_i_news ul li:nth-of-type(n+4) { display: none;}

/*按鈕*/
.i_blog_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover { background: transparent;}
.i_blog_b a.animated-arrow b { color: var(--Textcolor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_blog_b a.animated-arrow i { color: var(--Textcolor_5);}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part { max-width: 1600px; width: 96%;}

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 5px;}
.blog_le .accordion > li { transition: 0.3s ease-in-out;}
.blog_le .accordion > li:hover { background: var(--MainColor) !important;}
.blog_le .accordion > li.on_this_category { background: var(--SubColor_1) !important;}
.blog_le .accordion li a { color: var(--Textcolor_3);}
.blog_le .accordion li a:hover { color: var(--Textcolor_4);}
.blog_le .accordion li i { color: var(--Textcolor_3); top: 12px;}
.blog_le .accordion li .link { padding: 10px 15px;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { width: 100%;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: var(--Textcolor_4);}

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: var(--MainColor); border-bottom: 1px var(--Bordercolor) solid;}

/*文章列表*/
.blog_subbox { margin: auto; display: grid; grid-template-columns: repeat(3,1fr);}
.blog_subbox:before { content:none;}


/*--文章管理/內層---------------------------------------*/

.blog_box { max-width: 1600px; margin: auto;}
.blog_box_edit { color: var(--Textcolor_2); max-width: 100%; margin: auto;}

/*回列表*/
.blog_back a.article_btn_back { background: var(--MainColor); border: 1px solid var(--SubColor_1); transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: var(--Textcolor_1); border-color: var(--Textcolor_1); transition: 0.3s ease-in-out;}

/*上/下一篇*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: var(--SubColor_1); border: 1px solid var(--SubColor_1); transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: var(--SubColor_1); color: var(--Textcolor_4); transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { width: 100%; grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 425px) {
    /*首頁*/
    .module_i_news ul, .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 購物車-文章用 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; grid-template-columns: repeat(3,1fr); margin: auto;}
.products-list::before { content:none;}
.products-list .item { max-width: 600px; width: 100%; display: block; margin: 20px auto; transition: .3s ease-in-out;}
.products-list:hover .item { opacity: .6; transition: .3s ease-in-out;}
.products-list:hover .item:hover { opacity: 1; transition: .3s ease-in-out;}

/*--首頁區塊---------------------------------------*/

.prod_part { max-width: 1600px; width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: var(--Textcolor_2);}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: var(--MainColor); font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: var(--Textcolor_4);}
.prod_part .i_prod_tit span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 1px;
    background: var(--SubColor_1);
    z-index: -1;
}

/*按鈕*/
.i_prod_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover { background: transparent;}
.i_prod_b a.animated-arrow b { color: var(--Textcolor_3); font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow i { color: var(--Textcolor_5);}

/*--購物車/外層---------------------------------------*/

/*more*/
.products-list .more { display: none; border: 1px solid var(--Textcolor_3); color: var(--Textcolor_3);}
.products-list .item a:hover .more { background: var(--Textcolor_3);}

/*名稱*/
.products-list .name { color: var(--Textcolor_3); font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: var(--MainColor);}
.products-list .price b.ori_price { font-size: 14px; color: var(--Textcolor_5);}
.products-list .price b.sp_price { color: var(--MainColor);}

/*外層版面*/
.product_page .main_part { width: 90%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}

.products-list .pic { padding-bottom: 65%;}/*圖片顯示長寬比*/


/*分類*/
.product-layer-two { width: 100%; text-align: center; padding-bottom: 10px; border-bottom: 1px solid var(--Bordercolor);}
.product-layer-two li ul { min-width: 180px; left: 50%; transform: translateX(-50%);}
.product-layer-two li a { border: none; border-bottom: 1px solid transparent; color: var(--MainColor); background: transparent; letter-spacing: 2px;}
.product-layer-two li li:hover a { color: var(--Textcolor_4); background: var(--MainColor);}
.product-layer-two > li > a { }

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { display: block; color: var(--Textcolor_3); font-size: 24px; text-align: center; color: var(--MainColor);}

/*按鈕顏色*/
.inquiry_a1 { background: var(--SubColor_1); transition: .3s ease-in-out;}
.inquiry_a2 { background: var(--SubColor_2); transition: .3s ease-in-out;}
.inquiry_a3 { background: var(--MainColor); transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: var(--Textcolor_1); transition: .3s ease-in-out;}

/*輪播小圖*/
.block { background: var(--Textcolor_3);}

/*商品照輪播*/
.product_main { width: 100%;}
.product_pic { padding-bottom: 220px; padding-left: 0; max-width: 800px; margin: auto;}
.product_pic h6 { display: none; color: var(--Textcolor_2);}
.product_pic .bx-wrapper { display: block; padding: 0 0 0 5px; margin: 0;}
.product_pic .bx-wrapper .bx-viewport { max-width: 800px; margin: auto; background: transparent; border: none;}
.product_pic .bx-wrapper .bx-viewport li img { margin: auto;}
.product_pic #bx-pager { padding: 0; width: 100%; bottom: 0; top: auto; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(6, 1fr); gap: 0 5px;}
.product_pic #bx-pager .block { background: var(--Textcolor_2);}
.product_pic #bx-pager a { width: 100%; height: auto;}

/*商品側邊規格*/
.sidebarBtn { display: none;}
.sidebarBtn { border: 5px var(--Textcolor_3) solid; background: var(--Textcolor_3);}
.sidebarBtn h2 { color: var(--MainColor); font-size: var(--f24);}
.sidebarBtn .ori_price { font-size: var(--f16); color: var(--Textcolor_5); text-decoration: line-through;}
.sidebarBtn .sp_price { font-size: var(--f16); color: var(--SubColor_1);}

.product_info li .txt_box { color: var(--Textcolor_1); width: 100%;}
.product_info li span, .toShare { color: var(--Textcolor_3);}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { display: none; background: transparent; color: var(--Textcolor_3); border-bottom: 1px solid var(--Bordercolor); padding: 5px 5px 15px;}
.prod-panel { color: var(--Textcolor_3); letter-spacing: 1px; text-align: justify; line-height: 150%;}

/*Q&A*/
.prod li.prod-item:not(.is-active) { display: none;}
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px; /*filter: invert(1) brightness(3.4) grayscale(1);*/}/*驗證碼*/

.lastaction { color: var(--Textcolor_4); background-color: var(--SubColor_1); transition: .3s ease-in-out;}
.lastaction:hover { color: var(--Textcolor_4); background-color: var(--Textcolor_1); transition: .3s ease-in-out;}
.nextaction { background-color: var(--MainColor); transition: .3s ease-in-out;}
.nextaction:hover { color: var(--Textcolor_4); background-color: var(--Textcolor_1); transition: .3s ease-in-out;}

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: var(--Textcolor_3); border-bottom: 2px solid var(--Bordercolor); padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: var(--f20); color: var(--Textcolor_3);}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto; border: 1px solid var(--Bordercolor); margin: 0 10px; background: var(--Textcolor_4);}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 180px; background: transparent;}
.related_list li a p { margin-top: 10px;}

/*上一頁*/
.lastPage { background: transparent; border: 1px solid var(--MainColor); color: var(--MainColor); transition: all 0.3s;}
.lastPage:hover { color: var(--Textcolor_4); background-color: var(--SubColor_1); border: 1px solid var(--SubColor_1); transition: all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) {
    .products-list { grid-template-columns: repeat(2,1fr);}
    .products-list:hover .item { opacity: 1;}
}
@media screen and (max-width: 600px) { 
    .related_list { grid-template-columns: repeat(2,1fr);}
    .products-list { grid-template-columns: repeat(1,1fr);}
}
@media screen and (max-width: 375px) { }

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: var(--MainColor);}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; color: var(--Textcolor_1); border-bottom: 1px var(--Bordercolor) solid; background: transparent;}/*文字欄*/
.contact_form li .form__label { color: var(--Textcolor_2);}/*文字欄*/
.contact_form li textarea.noborder { color: var(--Textcolor_1); background: transparent; border: 1px var(--Bordercolor) solid;}/*文字區塊*/
.form select { color: var(--Textcolor_2); background: transparent;}/*下拉式*/
.form select option { background: var(--Textcolor_3);}/*下拉式選項*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; /*filter: invert(1) brightness(3.4) grayscale(1);*/}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px var(--Bordercolor) solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote input { color: var(--Textcolor_2);}/*重新填寫*/
.contact_form li.last cite input { color: var(--Textcolor_4);}/*送出*/

.contact_form li.last blockquote { border: 1px var(--Bordercolor) solid;}
.contact_le_map a { background: var(--MainColor);}
.contact_form li.last cite {background: var(--MainColor);}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
