@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#E31D2A /*網站主要色系
  #ECAA20 /*網站輔助色系1
  #a8a8a8 /*網站輔助色系2*/

/*校稿版面設定*/
.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;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面標示*/
.path { display: none;}

/*頁面內容*/
#content_main, #content { background: #222;}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #E31D2A;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #E31D2A;}

/*.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: #E31D2A;}

/*頁碼*/
.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; color: #fff;}
.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: #E31D2A; border: 1px solid #E31D2A;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { display: none;}
.banner h5 {}
.banner.banA {}
.banner.banblog {}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area { position: absolute; width: 100%;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area { background: #000;}
.main_header_area .container { max-width: 96%;}

/*logo*/
.header_area .nav-brand { margin: 20px 0 0; position: relative; max-width: 280px; width: 100%;}
.header_area .nav-brand::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -40px;
    background: #E31D2A;
    width: 400px;
    height: 95px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
}

/*menu*/
.navigation { padding: 0 0 0 300px;}
.stellarnav > ul > li { margin-right: -5px;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px;}
.stellarnav > ul > li:hover > a { color: #ECAA20;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #888;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid #ECAA20;}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

.stellarnav ul ul { background: #000000f2; width: 100%; min-width: 195px;}
.stellarnav li li a { color: #fff; font-size: 15px;}
.stellarnav li li.has-sub > a:after { border-left: 6px solid #898989;}/*右拉箭頭*/
.stellarnav li li.has-sub:hover > a:after { border-left: 6px solid #ECAA20; border-top: 6px solid transparent;}/*右拉箭頭*/
.stellarnav li li > a, .stellarnav li li.has-sub > a { background: transparent;}

/*第二層*/
.stellarnav ul ul ul { left: 100%; min-width: 178px; width: auto;}
.stellarnav li li > a , .stellarnav li li.has-sub > a { padding: 7px 5px; border-left: 1px solid transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #ECAA20; padding-left: 10px; border-left: 5px solid #ECAA20; transition: all 0.3s;}

/*--手機板選單---------------------------------------*/

.stellarnav .menu-toggle span.bars span { background: #fff;}/*漢堡*/
.stellarnav .menu-toggle:after { color: #fff;}/*menu*/

/*展開*/
.stellarnav.mobile.left > ul { background: #000000f2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ECAA20; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

/*下拉+號*/
.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}

/*下拉*/
.stellarnav.mobile li.open { background: #ECAA20; padding: 3px 3px 0 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile ul { background: transparent;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
    /*header*/
    .header_area .nav-brand { margin: 20px 0 0;}
    .main_header_area .container { max-width: 100%;}
    
    /*logo*/
    .nav-header { background: #E31D2A;}
    .header_area .nav-brand { max-width: 200px; margin: 0; padding: 15px 0;}
    .header_area .nav-brand::before { display: none;}

    /*menu*/
    .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a { padding: 10px 20px;}
    .stellarnav li.has-sub > a:after { top: 77%;}/*下拉箭頭*/
}
@media screen and (max-width: 768px) {
    /*header*/
    .pageIndex .header_area { position: relative;}

    /*logo*/
    .nav-header { position: static;}
    .nav-brand{ margin-top: 10px;}
    .header_area.sticky .nav-brand { max-width: 200px;}    

    /*menu*/
    .stellarnav li li { border: none;}
    .stellarnav > ul > li:hover > a { color: #222;}
    .stellarnav.mobile li.open li.open { background: #000;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 10px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding: 10px; border-color: transparent;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer { background: #000;}
.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: block; width: 100%; padding: 20px 10px; text-align: center;}
.footer_info li p { color: #fff; display: inline-block; margin: 0 20px;}
.footer_info li p a { color: inherit;}

/*footer_menu*/
.footer_info li:nth-child(2) { display: block; margin-top: 20px; width: 100%; padding: 10px 0; border-top: 1px solid #E31D2A; border-bottom: 1px solid #E31D2A;}
.footer_menu { display: flex; flex-direction: row; align-items: center; justify-content: space-around; width: 100%;}
.footer_menu a { border: none; margin: 0; color: #fff; background: transparent; font-family: 'Anton', sans-serif; letter-spacing: 1px; position: relative;}
.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:hover { background: transparent; color: #E31D2A;}
.footer_menu a::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -20px;
  height: 10px;
  width: 10px;
  background: #E31D2A;
  clip-path: polygon(100% 50%, 0% 100%, 29% 50%, 0% 0%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.footer_menu a:hover::before { left: -10px; opacity: 1; transition: 0.3s ease-in-out;}

/*聯絡icon*/
.box_link a { transition:all 0.3s;}
.fa-whatsapp:before, .fa-envelope::before { color: #fff;}
.box_link a:hover { background: #E31D2A; border-color: #E31D2A;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before { color: #fff;}

/*版權*/
.copy { background: #ECAA20; color: #fff; border: none;}
.copy a { color: #fff; 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%; border-right:none;}
    .footer_info li p { display: block;}
    .footer_info li:nth-child(2) { width: 100%;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}
@media screen and (max-width: 600px) { 
    /*聯絡icon*/
    .box_link { text-align: center;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.prod_part { width: 90%;}
.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list:before { content:none;}
.products-list .item { width: 100%;}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #E31D2A; color: #E31D2A;}
.products-list .item a:hover .more { background: #E31D2A;}

/*名稱*/
.products-list .name { color: #E31D2A; 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: #E31D2A;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.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;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px; margin: 0;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px; margin: 0; width: 100%; padding: 0 10px; border-bottom: 1px dotted #ccc;}
.product-layer-two > li.active { background: #00000022; border: 1px solid#ccc;}
.product-layer-two li.active a { border: unset;}
.product-layer-two li.active li a { color: #ccc;}

/**/
.product-layer-two li a { color: #fff; border: none; background: transparent; line-height: 200%; transition: all 0.3s;}
.product-layer-two > li > a { /*border-bottom: 1px dotted #ccc;*/ padding-left: 25px;}
.product-layer-two li:hover > a { color: #E31D2A;}
.product-layer-two li.active > a { color: #E31D2A;}
.product-layer-two li:hover > a:before { background: #E31D2A; color:#fff;}
.product-layer-two li.active > a:before { background: #E31D2A; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #E31D2A;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li li { border: none; background: transparent;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li:hover a { color: #ECAA20;}

/*hover到才顯示副選單 關掉↓
.product-layer-two li li { display: block;}*/

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #E31D2A; font-size: 24px; text-align: center;}

/*按鈕顏色*/
.inquiry_a1 { background: #ECAA20; transition: .3s ease-in-out;}
.inquiry_a2 { background: #a8a8a8; transition: .3s ease-in-out;}
.inquiry_a3 { background: #E31D2A; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #444; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #000; transition: .3s ease-in-out;}
.nextaction { background-color: #ECAA20; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #000; transition: .3s ease-in-out;}
.lastPage { background: #E31D2A; transition: .3s ease-in-out;}
.lastPage:hover { color: #fff; background-color: #ECAA20; transition: .3s ease-in-out;}

/*商品照輪播*/
.product_pic h6 { color: #444;}
.product_pic #bx-pager .block { background: #444;}
.product_pic .bx-wrapper .bx-viewport { background: #000; border: 5px solid #000;}

/*商品側邊規格*/
.product_info li .txt_box { color: #222222; width: 100%;}
.sidebarBtn .sp_price { color: #ECAA20;}

/*區塊*/
.prod li .prod-panel { margin: 20px 0 40px;}

/*內文*/
ul.prod li h3.prod-thumb { background: #E31D2A; color: #fff;}

/*Q&A*/
.qaform .breakF { background: transparent;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent;}
.prod_related h6 { background: #E31D2A; padding: 10px;}
.prod_related h6 span:before { font-size: 20px; color: #fff;}
.related_list li { padding: 7px 7px 22px; overflow: hidden;}
.related_list li a { max-height: 300px;}
.related_list li a img { height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1200px) { .products-list { grid-template-columns: 1fr 1fr 1fr;}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: 1fr 1fr;}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) { .prod_related h6 span:before{font-size: 20px;}}
@media screen and (max-width: 375px) { .products-list , .product_page .products-list  { grid-template-columns: 1fr;}}

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/首頁---------------------------------------*/
.module_i_news { padding: 80px 20px 50px;}
.module_i_news .title_i_box h6 { color: #ECAA20;}
.module_i_news .title_i_box h4 { position: relative; color: #E31D2A; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.module_i_news .title_i_box h4::before {
    content: "NEWS";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #ECAA20;
    letter-spacing: 3px;
    text-shadow: none;
    z-index: -1;
}
.module_i_news ul { width: 90%; grid-template-columns:1fr 1fr 1fr 1fr;}
.i_blog_ri h5 { color: #E31D2A; font-weight: 600;}

/*--文章管理/外層---------------------------------------*/

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #E31D2A;}
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%;}
.module_i_news li a , .subbox_item a { padding: 5px;}
.module_i_news li a:after , .subbox_item a:after { pointer-events: none;}

.subbox_item a:after { background: #ECAA20aa;}
.subbox_item a:before { color: #fff;}/*READ MORE*/
.blog_list_ri h5 { color: #E31D2A; font-weight: 600;}

.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri { width: 100%;}
.i_blog_le , .blog_list_le { position: relative; padding-bottom: 100%; height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #E31D2A !important;}
.submenu a:hover { background: #ECAA20;}
.accordion li .link { padding: 10px 15px;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #ECAA20; border: 1px solid #ECAA20; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #E31D2A; border-color: #E31D2A; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #ECAA20; border: 1px solid #ECAA20; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #ECAA20; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: 1fr 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_left { width: 300px;}
.contact_content .information_right { max-width: 1400px; width: calc(100% - 350px);}

/*標題*/
.blank_letter { color: #E31D2A;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/

/*驗證碼對齊*/
.contact_form li:nth-of-type(6) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-of-type(6) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_le_map a { background: #E31D2A;}
.contact_form li.last cite {background: #E31D2A;}

@media screen and (max-width: 768px){
    .contact_content .information_left { width: 100%;}
    .contact_content .information_right { width: 100%;}
}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin-left: 0; text-align: left; margin-bottom: 10px;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = 深色版網站 色彩調整 = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.stellarnav > ul > li > a { color: #eee;}

/*--手機板選單---------------------------------------*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { color: #fff;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after { border-bottom: solid 3px #fff;}

/*--文章管理---------------------------------------*/
.blog_list_ri h5 { color: #eee;}
.blog_le .accordion li a { color: #ccc;}
.blog_box_edit { color: #eee;}

/*--購物車---------------------------------------*/

/*--外層---*/
.product-layer-two > li > a { color: #fff; font-weight: 600;}
.product-layer-two li li a { color: #ccc;}
.products-list .name { color: #fff;}

/*--內層---*/

.mobile_product_name { color: #E31D2A;}

/*輪播*/
.product_pic #bx-pager .block { background: #fff;}
.product_pic h6 { color: #fff;}

/*側邊資訊*/
.sidebarBtn { border: 5px #000 solid; background: #000;}
.sidebarBtn h2 { color: #fff;}
.product_info li span, .toShare { color: #ccc;}
.product_info li .txt_box { color: #fff;}

/*Q&A*/
.prod li { color: #fff;}
.prod li .prod-panel { color: #eee;}
.half_box span { color: #fff;}
.qaform .breakF { counter-reset: #eee;}
.prod_related h6 span:before { color: #fff;}
.half_box ul li img { filter: invert(1) brightness(3.4) grayscale(1);}/*驗證碼*/

/*相關推薦*/
.related_list li a { background: #000;}
.related_list li a p { color: #fff;}

/*--聯絡表單---------------------------------------*/

/*側邊資訊*/
.list_before { color: #fff;}

/*表單*/
.contact_form li .form__label { color: #eee;}/*文字欄*/
.contact_form li input.noborder, .contact_form li textarea.noborder { color: #fff;}/*文字區塊*/
.form select { color: #eee;}/*下拉式*/
.form select option { background: #222;}/*下拉式選項*/
.contact_form li:nth-of-type(6) .form__insert img { filter: invert(1) brightness(3.4) grayscale(1);}/*驗證碼*/
.contact_form li.last input { color: #eee;}/*重新填寫*/

/* = = = 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) { }
