@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;}
*/

/*上方選單右邊設定 臉書/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}
*/

/*header*/
/*固定header有顏色變化*******************************************************/
/*
.header_area.sticky .main_header_area {    background: #ffffffbf;}
.nav-brand img {    max-width: 100%;    filter: brightness(300);}
.header_area.sticky .nav-brand img {    filter: brightness(1);}
.nav-menu > li > a {    color: #fff;}
.header_area.sticky .nav-menu > li > a{color: #343a40;}
.header_area.sticky .nav-menu>li:hover>a {    color: #7d262b;}
.nav-menu>li:hover>a {    color: #fff;}
.tp_links a.me_tp_call:before , .tp_links a.me_tp_mail:before {    filter: invert(1);}
.header_area.sticky .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.header_area.sticky .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
.header_area.sticky .nav-menu>li:after {    background: #7d262b;}
*/
/*手機選單*/
/*
.navigation-portrait .nav-menu > li > a{color: #343a40;}
.navigation-portrait .nav-menu>li:hover>a {    color: #7d262b;}
.navigation-portrait .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.navigation-portrait .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
*/

/* ************************************************************ */
/*碰觸特效*/
/*hover動畫*/
/*
.nav-menu>li {    position: relative;}
.nav-menu>li:after {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 4px;
    position: absolute;
    background: #7d262b;
    bottom: 0;
}
.nav-menu>li:hover:after {    width: 100%;}
.nav-menu>li:nth-child(7):hover:after {    width: 0%;}*/
/***************************************************************/
/*LOGO*/

/*選單LOGO*/
.nav-header { top: 10px;}
.nav-brand img { max-width:280px; }
#content { width: 100%;background: #000;}
.news_part {display: none;}
.tp_links a.me_tp_mail:before {display:none;}
.nav-menu>li:nth-last-child(0n+1) {display: none;}
a { color: #fff; text-decoration: none;}

/*header*/
/*.pageIndex .header_area { position: fixed; width: 100%;}
.main_header_area { background: rgba(255 255 255 / 80%);}
.nav-header { padding:5px;}*/

.main_header_area {
    background: #000;
    border-top: 6px solid #ffd008;
    height: 110px;
}
.nav-menu {
    margin: 40px 0 0 0;
    list-style: none;
    line-height: normal;
    padding: 0 10px 0 200px;
    text-align: right;
}


.box_search input[type=text] { border-radius: 0; font-size: 14px;}
.navigation * { color: #fff;}
.shop_search_txt { height: 17px;}
.shop_search_btn {
    background: #f3ce16;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    padding: 4.5px 15px;
}

.nav-menu > li > a {
    color: #fff;
    margin: 10px 15px;
    padding: 10px 0px;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 550;
}
.nav-menu>li:hover>a {  /*選單碰觸顏色*/
    color: #fff;
	font-weight:550;
	border-bottom: 5px solid #f3de16;
}

.nav-dropdown>li>a {
    color: #fff;
    font-size: 14.5px;
    letter-spacing: 2px;
    background: #000;
}

.nav-dropdown > li > a:hover {
    color:#ffeb3b;
	font-weight:600;
	font-size:14.8px;
	letter-spacing:2px;}

/*footer*/
.footer { background: #0f0f0f;}
.footer_logo img { width: 280px; margin: 25px 0;}
.footer_logo { width: 280px;}
.footer_menu { display: block; text-align: center;padding: 30px 15px 10px; margin: 0 auto;}

.footer_menu a {
    display: inline-block;
    padding: 5px 12px;
    border: none;
    margin: 0 10px 5px 0;
    font-size: 16.5px;
    letter-spacing: 1px;
    line-height: 135%;
    font-weight: 600;
    color: #000;
    background: #f6c109;
    border-radius: 7px;
}
.footer_menu a:hover { background: #0f0f0f; color: #f1e21c;}

.footer_info li p {
    line-height: 170%;
    letter-spacing:5px;
    color: #ffffff;
    margin: 0 10px 0 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}
.footer_info {
    padding: 0px;
    text-align: center;
}
.footer_info li:nth-child(1) { width: 100%;}
.footer_info li:nth-child(2) { width: 100%;}
.footer_info ul {
    display: block;
    vertical-align: top;
    text-align: center;
	width: auto;}

.copy {
    color: white;
    border-top: 1px #f1f1f1 solid;
    background: #000000;
    letter-spacing: 2px;
    font-size: 15px;
}
.copy a { color: #fff;font-weight:500; }  /*揚京快客連結顏色*/
.copy a:hover {color: #FF0;}    /*揚京快客連結-碰觸顏色*/


/*文章分類按鍵範圍*/
.link a { width: 100%; display: block; padding: 15px 15px;}
.accordion li .link { padding: 0;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.path {display: none;}

/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/0970873655/banner_1.jpg);
	background-position: center;padding: 130px 0;}

.banner h5 { color: #fff; letter-spacing: 10px; font-size: 30px;}

.other_page .banner { display:none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*按鍵*/

/*聯絡我們*/
.animated-arrow {background: #f8bf06; border-radius: 5px; font-size: 17px;letter-spacing: 6px;color: #fff; font-weight: bold;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
}
.list_before.info li { letter-spacing: 2px; color: #fff;}
.contact_form li { border-bottom: 1px solid #0f0f0f; color: #fff;}
.blank_letter { font-size: 25px; letter-spacing: 3px; color: #f7c209;}
.noborder { border: 1px solid #ffffffc4; width: 100%;padding: 5px 0;
 vertical-align: middle;background: #000;}
.contact_page #content { width: 100%; background: #0f0f0f;}
.contact_page .main_part { padding: 5px 20px 5px 20px;}
.contact_content { padding: 5px 0;}

.map_page #content { width: 100%; background: #0f0f0f;}
.list_before li.btn .animated-arrow { display: none; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現.subbox_item { width:100%;}*/

.blog_page #content { width: 100%; background: #0f0f0f;}
.blog_in_page #content { width: 100%; background: #0f0f0f;}

.link a {
    width: 100%;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;}
	
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #000 !important;
    background: #ffcb18;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}
h5.blog_le_t em { color: #fff;}
h5.blog_le_t span { display: inline-block; color: #b5b5b5;}
h4.blog_category_title { color: #fff; font-size: 28px; letter-spacing: 3px;}
.blog_box_edit { color: white;}

.blog_back a.article_btn_back {background: #f3cc15;color: #000; font-weight: bold;}
.blog_list_ri h5 {font-weight: 500;font-size: 20px;letter-spacing: 2px;color: #fff;}
.subbox_item a:before { border-radius: 5px; }
.subbox_item a:after { background: #eac83c8c; border: 1px #fdfdfd solid; border-radius: 5px;}
.blog_list_ri em { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page #content { width: 100%; background: #0f0f0f;}
.product_info_page #content { width: 100%; background: #0f0f0f;}
.product-layer-two li a { background: #0f0f0f;font-size: 16px; color: #ffffff;}

.products-list .name {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 15px;
}
.products-list .more { border: 1px solid #f1d21e; color: #f1d21e;}	
.products-list a:hover .more { background: #996908; border-color: #996908;color: #fff}

.product_info_page span {color: #fff;}
.product_info_page h6 { color: #ffeb3b;letter-spacing: 1px; font-size: 13px;}
.block { background: #ffe500;}
h3.prod-thumb { color: #fff;}

.breakF { background: #000; color: #fff;}
.half_box li { margin: 10px 0;color: #fff14a;}
.lastaction {color: #000;background-color: #f8bf06;}
.nextaction { color: #fff; background-color: #8f561c;}

.lastPage { font-size: 17px;color: #000; font-weight: bold; background: #f7c007;}
.prod_related {background: #ffffff36; padding: 25px 15px;}
.prod_related h6 span:before {color: #ffffff;}

.page li a { display: block; width: 25px; height: 29px; line-height: 25px;}



.formbox_form { color: #fff; font-size: 16px;}
.border200 { width: 200px; border: 1px solid #c2bcb4; padding: 5px; background: #181818;}
.separate_title {
    font-size: 16px; color: #000; letter-spacing: 3px; padding: 10px 0 10px 40px;
    background: #f8b720 url(../images/separateTitle.png) left center no-repeat;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1025px) {
.nav-menu > li > a { margin: 10px 10px;}
.nav-menu > li > a { margin: 10px 10px;}

.footer_logo { text-align: center; margin: 0 auto;}
.footer_menu a {
    display: inline-block;
    padding: 5px 10px;
    border: none;
    margin: 3px;
    font-size: 16.5px;
    letter-spacing: 1px;
    line-height: 135%;
    font-weight: 600;
    color: #000;
    background: #f6c109;
    border-radius: 7px;
}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.navigation-portrait .nav-menus-wrapper { width:230px;}
.nav-header { position: static; text-align: left;padding: 15px;}

.main_header_area {
    background: #000;
    border-top: 6px solid #ffd008;
    height: 80px;
}

.nav-menu {
    margin: 15px 0 5px 0;
    list-style: none;
    line-height: normal;
    padding: 0;
    text-align: right;
}
.nav-menu > li > a {
    color: #000;
    margin: 0 10px;
    padding: 7px 7px;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 550;
}
.navigation-portrait .nav-menu > li > a {padding: 20px 0;}
.footer.with_shopping_mode { padding: px; }
.nav-header { padding: 10px;}

.nav-toggle:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 3px;
    width: 26px;
    height: 2px;
    background-color: #ffc907;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #ffc907, 0 1em 0 0 #ffc907;
}
.nav-toggle:after {
    content: "MENU";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    font-size: 12px;
    color: #ffc907;
}
.copy { margin-top: 5px; margin-bottom: 70px;}

/*最底選單按鈕*/
#bottom_menu {display: block;}
#bottom_menu li {width: 100%;border-right: 1px solid #ddd;}
#bottom_menu li a { background: #000 !important; }

}
@media screen and (max-width: 600px) { 

.banner { padding: 65px 0;}
.banner h5 { font-size: 28px;}

.product_page .main_part { padding: 15px 10px 10px;}
.product_info_page .main_part { padding: 15px 10px 10px;}


/*左右裁*/
.swiper-slide img { display:none; }
.bannerindex {height: 550px; padding: 0; background-size: cover;}
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/0970873655/600_1.jpg); background-position: top; background-size:cover;}
.swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/0970873655/600_2.jpg); background-position: bottom; background-size:cover;}
.mm-page {height:100vh;}
.swiper-banner { width: 100%; height: 550px; position: absolute; left: 0; margin: 0;}
/*大圖以上*/

}
@media screen and (max-width: 450px) { 
.nav-header { padding: 10px;}
.nav-brand img { max-width: 225px;}

.footer_info li p { font-size: 16px; color: #fff;letter-spacing: 3px;}
.footer_info { margin: 0;}
.footer_logo img { width: 225px; margin: 5px 0;}
.footer_logo { width: 225px; }

.footer_menu {
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}
.footer_menu a {
    display: inline-block;
    padding: 7px 7px;
    border: none;
    margin: 6px;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 145%;
    font-weight: 600;
    color: #000;
    background: #f5c70f;
    border-radius: 7px;
    width: 60%;
}
.copy { padding-top: 10px;font-size: 14px;}
.products-list .name { font-size: 16px; letter-spacing: 2px;}
.products-list .name { height: 55px;}

}