@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #000 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/
* {    font-family: "Poiret One", serif;
  font-weight: 400;
  font-style: normal;}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body.blog_page.article_a.bodyDesktop {    background: #000;}
body.blog_page.article_a.bodyMobile {    background: #000;}
body.blog_in_page.article_a.bodyDesktop {   background: #000;}
body.blog_in_page.article_a.bodyMobile{   background: #000;}
/*Header/＝＝＝＝＝*/
.main_header_area ,.header_area ,.header_area.sticky {
    background: linear-gradient(to right, #272727 20%, #111111 100%);
}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {  
    text-align: center;
    position: static;
    grid-template-columns: 1fr;
    justify-items: center;
}
/*第一層*/
.stellarnav ul {text-align: center;}
.stellarnav > ul > li > a{
	transition: all 0.3s;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #f2f2f2;
    padding-right: 12px;
    margin: 0 10px;
    font-weight: 900;
}
.stellarnav > ul > li:hover > a{color: #999;}
.stellarnav > ul > li.has-sub > a {    padding-right: 0;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #999;	padding-left:10px; border-color:#999;}

/*三角下拉*/
.stellarnav li.has-sub > a:after {display: none;}

/*SubMenu*/
.shop_search_btn {    background: #000;}
.tp_links {display: none;}
.path {    display: none;}
.path p, .path p a {display: none;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

/*漢堡選單*/
.stellarnav.mobile > ul > li {border-bottom: 1px #444 solid;}
.stellarnav .menu-toggle span.bars span {background: #eee;height: 1px;}
.stellarnav .menu-toggle:after {color: #eee;padding-top: 4px;}
.stellarnav.mobile.left > ul {    background: #000;    border-right: 1px #444 solid;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #000;color: #eee;}
.stellarnav .icon-close:before {border-bottom: solid 1px #eee;}
.stellarnav .icon-close:after {border-bottom: solid 1px #eee;}
@media screen and (max-width: 768px) {
    .stellarnav.mobile > ul > li > a {color: #eee;}
    .stellarnav > ul > li:hover > a {color: #4fa553;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 1px #f3f3f3;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #f3f3f3;}
    .stellarnav.mobile li.open { background: #000;padding: 0;}
    .stellarnav .menu-toggle{    padding: 33px 30px 0;}
}
/*Footer/＝＝＝＝＝*/
.footer {    background: linear-gradient(to right, #272727 20%, #111111 100%);}
.footer_logo a img{max-width: ;}
.footer_info {    
    display: flex;    
    flex-wrap: wrap;    
    align-items: center;    
    justify-content: center;
    grid-gap: 5px;}
}

.footer_menu {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.footer_menu a {  
    border: none;  
    margin: -10px 0px 0px;
    text-align: center;	
    padding: 15px;	
    transition: all 0.3s;
    background: #fff0;
    letter-spacing: 2px;
}
.footer_menu a:hover {   color: #fff;}
.footer_menu a:nth-child(1) {    display: none;}
.copy {    
    background: linear-gradient(to right, #272727 20%, #111111 100%);    
    color: #666;    
    border-top: 1px solid #444;  
    margin-top: 0;
    font-weight: 900;
}
.copy a{    color: #666;transition:all 0.3s;}
.copy a:hover {}
.box_link{display: none;}
.footer_info li {    text-align: center;}
.footer_info li p{ color: #ccc;}
.footer_info li p a{ color: #ccc;}

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}
/*電腦LOGO/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s; margin: 20px auto 10px;}
.header_area.sticky .nav-brand{}

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
.product-layer-two li a {color: #000;}
.product-layer-two li a:hover {
    background: #5cad3e;
    color: #fff;
    transition: 0.5s;
}
.products-list .name { text-align: center;}
.products-list .more {
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
}
.products-list .item a:hover .more {
    background: #5cad3e;
    border: 1px solid #5cad3e;
}
.products-list .price b {
    color: #000;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.products-list .price .sp_price {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ff4141;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.footer_menu {    width: 90%;}
.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;}

.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;}
}
@media screen and (max-width: 600px) {
}
/*產品內頁按鈕*/
.inquiry_a1 {    background: #000;}
.inquiry_a2 {    background: #52ae3d;}
.lastPage {background: #000;border-radius: 5px;}
.rewrite_simple {    background: #51b241;}
.send_simple {    background: #000;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
/*#content_main { margin:0;}
.bannerindex { position:relative; 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 {
background-image: url(https://pic03.eapple.com.tw/teeupclub/BN.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
        padding: 10vw 0px;
}
.banner h5 {
    color: #000;
    letter-spacing: 2px;
    font-size: 32px;
    max-width: 1600px;
    width: 100%;
    padding: 20px 9vw 0px;
    text-align: left;
    font-weight: 700;
}
.banner h5::after {
    content: "";
    max-width: 500px;
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin: 15px 0px;
}
@media screen and (max-width: 1440px) {
.banner h5 {padding: 20px 5vw 0px;}
}
@media screen and (max-width: 1024px) {
.banner {height: 250px;}
.banner h5 {font-size: 30px;}
}
@media screen and (max-width: 768px) {
.banner h5 {    font-size: 28px;}
.banner h5::after {width: 40%;}
.banner {height: 200px;}
}
@media screen and (max-width: 480px) {
.banner h5 {font-size: 25px;}
}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定外層*/
/*一排呈現*/
.subbox_item {
    background: #fff;
    border-radius: 60px;}
.blog_subbox {grid-template-columns: none;}
.blog_page .subbox_item {
    width: 100%;
    height: 324px;
}
.subbox_item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 327px;
}
.blog_list_le {
    display: inline-block;
    width: 33.3%;
    padding: 0;
}
.blog_list_le img {
    border-radius: 60px 0px 0px 60px;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.blog_list_ri {
    width: 50%;
    padding: 2vw 2vw;
}
.blog_list_ri em {
    margin: 15px 0;
    font-weight: 700;
    color: #333;
}
.blog_list_ri p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.blog_list_ri h5 {
    color: #444;
    font-weight: 700;
    font-size: 26px;
    margin: 7% 0;
}
.subbox_item a:after {
    background: #373737bf;
    border: none;
    border-radius: 60px;
}
.subbox_item a:before {
    background: transparent;
    color: #fff;
    bottom: 20px;
    right: 40px;
    font-weight: 900;
}
h5.blog_le_t {color: #ddd;text-align: center;padding-bottom: 10px;}

@media screen and (max-width: 1100px) {
.blog_list_le {width: 41.8%;}
}
@media screen and (max-width: 1024px) {
.blog_list_le {width: 46.2%;}
}

@media screen and (max-width: 768px) {
.blog_list_le {width: 46.5%;}
}

@media screen and (max-width: 600px) {
.blog_list_le {width: 58%;}
.blog_list_ri {
    width: 35%;
    padding:0 20px 0 0;}
}
@media screen and (max-width: 460px) {
.blog_box {
        min-height: 20vw;
        padding: 0 40px 5%;}
.blog_list_le {
        width: 100%;
        padding: 0;}
.blog_list_le img {    border-radius: 60px;}
.blog_list_ri {
        width: 100%;
        padding: 0;
        text-align: center;
    }
.blog_list_ri h5 {    
    color: #fff;
    margin: 4% auto;
    text-align: center;}

.blog_list_ri em ,.blog_list_ri p {color: #eee;}
.subbox_item a:before {
    bottom: 0;
    top: 80%;
    right: 40%;}
.subbox_item a {height: 360px;}
.subbox_item a:after {    background: #fff0;}
h4.blog_category_title {    display: none;}
}
@media screen and (max-width: 425px) {
.subbox_item a:before {    top: 50%;right: 35%;}
.blog_page .subbox_item {
        height: 200px;
    }
.blog_list_ri {
        width: 100%;
        padding: 0;}

}
/*旁*/
.blog_le .accordion {    border: 1px solid #444;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #000000 !important;
    background: #888;
    transition: 0.5s;
}
.blog_search {margin-bottom: 25px;}
.blog_search input[type=search] {border-radius: 5px;}
/*分類中間的線*/
.accordion li+li .link {    border-top: 1px solid #333;}
/*文章內層*/
h4.blog_category_title {    color: #f2f2f2;}
.blog_box_edit * {    color: #f2f2f2;}
.news_related {    display: none;}
/*按鈕*/
.blog_back a.article_btn_prev , .blog_back a.article_btn_next {    background: #444;}
.blog_back a.article_btn_prev:hover , .blog_back a.article_btn_next:hover {    background: #222;    transition: 0.5s;}
.blog_back a.article_btn_back {    background: #222;}
a.article_btn_back:hover {
    background: #444;
    transition: 0.5s;
}
.lastPage:hover {    background: #444;transition: 0.5s;}

/*分享*/
.blog_shareData {    display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 40px;
    letter-spacing: 1px;
}
.list_before.info li {
    padding-left: 40px;
    letter-spacing: 1px;
}
/*按鈕*/
.contact_form li.last cite {
    background: #000;
    border-radius: 5px;}

.contact_form li.last blockquote{    
    border: 1px #c5c5c5 solid;
    border-radius: 5px;
}

.contact_form li .form__label {
    max-width: 88px;
    text-align: left;
}
@media screen and (max-width: 480px) {
.contact_form li .form__label {    max-width: 100px;}
}


@media screen and (max-width: 1024px) {
.navigation {    padding: 10px 0 10px 10px;}
}

@media screen and (max-width: 768px) {
a.news_menu_toggle i {    display: none;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 600px) { 
    .total_view {padding-bottom: 10px;}
}




