@charset "utf-8";

/*網站字體 預設黑體-明體*/
/*@import url('https://fonts.googleapis.com/css2?family=Inria+Serif&family=Noto+Serif+TC&display=swap');
.pageIndex .main_part{border-top:none;}
body{font-family:'Noto Serif TC','Inria Serif', sans-serif, arial ;}*/


/*
關於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_mail {}*/
.tp_links a.me_tp_call:before {background-image: url(https://pic03.eapple.com.tw/___/whatsapp.svg); background-size: 32px 32px; display:none;}
.tp_links a.me_tp_mail:before {background-image: url(https://pic03.eapple.com.tw/___/envelope.svg); background-size: 32px 32px; display:none;}



/*電腦LOGO*/
/*.nav-brand {}
*/

/*手機LOGO*/
/*.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
/*#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;}
}*/

/*隱藏大圖輪播點點按鈕*/
/*.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}*/


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.main_header_area .container {max-width: 1400px;} /*調整總寬*/
.main_header_area {height: 80px; background: linear-gradient(to bottom, rgba(255,255,255,0.90) 50%, rgba(255,255,255,0.6) 100%); box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);} /*底色*/
.nav-menu {margin: 11px 0 24px 0;}
.nav-menu > li > a {color: #000000; letter-spacing: 2px; padding: 0px 15px 0px 15px;} /*文字按鈕間距*/
.nav-menu > li > a b {font-weight: 500;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #878787;} /*文字hover*/
.submenu-indicator-chevron {border-color: transparent #000 #000 transparent; display:none;} /*下拉箭頭顏色*/
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {border-color: transparent #878787 #878787 transparent; } /*下拉箭頭hover顏色*/
.nav-dropdown .nav-dropdown {border: solid 1px #fff; background: linear-gradient(to bottom, rgba(255,255,255,0.90) 50%, rgba(255,255,255,0.6) 100%); min-width: 110px !important;}
.nav-menu>li>.nav-dropdown {border: solid 1px #fff; background: linear-gradient(to bottom, rgba(255,255,255,0.90) 50%, rgba(255,255,255,0.6) 100%); min-width: 110px !important;} /*下拉選單邊框*/
.nav-dropdown > li > a {border-bottom: 0px solid #f6f6f6;} /*下拉選單下邊框線*/
.nav-dropdown > li > a, .nav-dropdown > li > a {letter-spacing: 1px; background-color: rgba(255 255 255 / 20%); color: #000000;} /*下拉文字*/
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {color: #000000; background-color: rgba(255 255 255 / 90%);} /*下拉文字hover*/


/*LOGO*/
.nav-header {padding: 10px 10px;} /*LOGO位置*/
.nav-brand {width: 100%;} /*LOGO寬度*/
.nav-brand img {max-width: 280px;}


/*選單隔線*/
/*.nav-menu>li {border-left: 1px solid #DDDDDD;}
.nav-menu>li:first-child {border-left: 0px;}
.nav-menu>li.tp_links {border-left: 0px;}*/


/*部分隱藏 下拉選單/主選單/頁尾*/
/*.nav-menu>li:nth-child(4)>.nav-dropdown>li:nth-child(3) {display: none;} 
.nav-menu>li:nth-child(7) {display:none;} 
.footer_menu a:nth-child(8) {display: none;}*/


/*網頁板-下拉頁的主選單按鈕無連結*/
/*@media screen and (min-width: 768px) {
.nav-menu>li:nth-child(1)>a {pointer-events: none;} }*/


/* = = = 頁　尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.center {max-width: 1400px;} /*調整總寬*/
.footer {background: #ffffff; padding: 0px 0 0;} /*底色*/
.footer_info {padding: 0 0;}
.footer_info ul {padding-top: 10px; width: 100%; text-align: center;}
.footer_info li p {color: #000000; letter-spacing: 1px; display: inline-block; margin-right: 10px; padding-left: 10px; border-left: 1px solid #ddd;} /*文字*/
.footer_info li p:first-child {border-left: 0px;}
.footer_info li p a {color: #000;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;margin-top: 16px;}
.footer_menu {display: none;}
.footer_menu a {border: 1px #eee solid; margin: 0 8px 8px 0; background: #ffffff; letter-spacing: 1px; color: #000000; border-radius: 0px; padding: 6px 10px;} /*按鈕*/
.footer_menu a:hover {border: 1px #878787 solid; background: #878787;}
.footer_logo {display: none;}
.footer_logo img{width: 280px;}


/*版權*/
.copy {color: #b5b5b5; border-top: 1px #eee solid; background: #fff; padding: 14px 0;}
.copy a {color: #b5b5b5;}
.copy a:hover {color: #b5b5b5;}


/* = = = 聯絡資訊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文字更換*/
.footer_info li p.tel:before {content: '設計：';} /*電話 改 設計*/
.footer_info li p.tel2:before {content: '施工：';} /*電話2 改 施工*/

.TEL:before {content: "設計";} /*電話 改 設計*/
.TEL2:before {content: "施工";} /*電話2 改 施工*/


/*隱藏地址*/
.footer_info li p.add {display: none;}
.list_before.info li.ADD {display: none;}


/*聯絡我們的資訊對應更換*/
/*.TEL2:before {content: "TEL2"; width: 60px;}
.list_before.info li {padding-left: 50px;}*/


.footer_textbox {font-family: 'Raleway', 'Microsoft JhengHei UI' !important; letter-spacing: 2px !important; padding: 60px 0 30px 0 !important;}
.footer_text h4 b {margin: 5px 0 10px 0 !important;}
.contact_content .information_left{display: none;}
.contact_content .information_right {width: 100%; padding-left: 0px;}


/* = = = 首頁預設區塊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*購物車*/
.products-box {display: none; background: #ffffff;}


/*促銷方案*/
.news_part {display: none;}


/*首頁的線*/
.pageIndex .main_part {border-top: 0px solid #ccc;}


/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
		
.show-list .show_name {color: #000000;}
.show-list .item:hover .show_name {color: #878787;}
.show-list .show_name {font-size: 16px;}
.other_album_choice li {background: #878787; border-radius: 0px;}
.other_album_choice li:hover {background: #000000;}
.other_subalbum li p {margin-top: 10px;}
.page strong, .page a:hover {background: #878787;}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*選單置左*/
/*.product_page .show_content, .product_info_page .show_content{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.search_txt, #menuTop li ul{ border: 0px !important;}
.product-layer-two { width: 20%; margin: 16px 0 20px 10px;}
.product-layer-two > li { width: 100%; max-width: 100%; padding: 0px; text-align: left;}
.product-layer-two li a { background: #F7F7F7; font-size: 14px; color: #656565;}
.product-layer-two li ul { position: unset; margin-top: 5px; display: block !important; width: 100%; margin-left: 0;}
.product-layer-two li:hover ul {  border: none !important;}
.product-layer-two li li{ display: block; padding: 5px 10px; transition: all ease .3s;}
.product-layer-two li li a{  padding: 0;}
.product-layer-two li li:hover{ margin-left: 5px;}
.products-list, .product-wrapper {  width: 77%;}
.products-list .pic { overflow: hidden;}
.page{ width: 100%;}*/

/*樣式*/
/*.product-layer-two li a {background: #5A5859; color: #f9f9f9; border: 1px solid #5A5859;}
.product-layer-two li li {background: rgb(148 148 148);}
.product-layer-two li li a {background: rgb(148 148 148);}*/


.products-list .more {border: 1px solid #878787; color: #878787;}
.products-list a:hover .more {border: 1px solid #878787; color: #ffffff; background-color: #878787;}
.lastPage {background: #878787;}
.product-layer-two li ul {width: 200%;} /*購物車分類下拉選項寬度*/


/* = = = 詢價車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*按鈕*/
.inquiry_a1 {background: #b6a17e;}
.inquiry_a2 {background: #4a673d;}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*一排呈現*/
/*.subbox_item { width:100%;}*/

/*三格圖大文小呈現*/
*h4.blog_category_title { text-align:center; border:none; font-weight: 100; color:#ad866a;}
.blog_page .subbox_item { width:32%; display:inline-block; vertical-align:top; float:none !important;}
.blog_page .subbox_item a:after {background: rgba(255,255,255,0.5); border: 0px #ddd solid;}
.blog_page .blog_list_le {display:block; width:100%;}
.blog_page .blog_list_ri {display:block; width:100%;}


.blog_le .accordion > li:hover .link {background: #878787;}
.blog_le .accordion > li.on_this_category .link {background: #999999;}
.subbox_item a:before {background: #878787; color:#fff;}
.blog_list_ri em {display: none;}
.blog_list_ri p {padding-top: 8px;}
.blog_back a.article_btn_back {background: #878787;}
.blog_search input[type=search] {border-radius: 0px;}
.blog_le .accordion {border-radius: 0px;}
.submenu a:hover {background: #afafaf;}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.animated-arrow {background: #878787; border-radius: 0px;}


/* = = = 下拉分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.other_select_page .promotion_title h2 {display: none;}
.other_select_page .promotion_title {border-bottom: 0px solid #ababab;}
.other_select_page ul.other_promotion {display: none;}
.other_select_page .page {display: none;}
.page strong, .page a:hover {background: #878787;}


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.promotion_title {border-bottom: 1px solid #ababab;}
.promotion_title h2 {border-bottom: 2px solid #ababab;}


/* = = = 內頁麵包屑與BANNER  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*麵包屑*/   .path{display: none;}
/*總設定*/   .banner {display: none;}
			.banner h5 {display: none; color: #000000; padding-top: 10px;}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相本分類全版面 ( 限制最寬2000px )
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1024px) {
.nav-menu {padding: 0 0;}
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode {padding:30px 0 70px; }
/*#to_top {bottom:60px;}*/

.navigation-portrait .nav-menu > li > a {padding-left: 10px;}
.nav-menu {padding: 0 10px 0 10px;}


/*製作選單隔線*/
.nav-menu>li {border-left: 0px;}


/* = = = 手機板設定 start = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*主選單調整*/
.main_header_area {height: 80px;}
.navigation-portrait .nav-toggle {color: #000000;}
.nav-toggle:before {background-color: #000000; box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;}
#bottom_menu li {width: 100%;} /*下方選單滿版*/


/*漢堡之側邊選單*/
.navigation-portrait .nav-dropdown>li {text-align:center;}
.navigation-portrait .nav-dropdown>li>a {padding: 12px 20px 12px 20px; width: 100%;}
.navigation-portrait .nav-menu a {color: #000000;}
.nav-dropdown > li > a, .nav-dropdown > li > a {letter-spacing: 2px; color: #000000; background: none;} /*下拉文字*/
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {background: none;} /*下拉文字hover*/
.nav-dropdown > li > a:hover {color:#000000;} /*下拉文字hover*/
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {color: #000000 !important;} /*下拉文字hover2*/
.navigation-portrait .nav-menu>li:last-child {display: none;}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {border-color: transparent #878787 #878787 transparent;} /*下拉箭頭*/

/* = = = 手機板設定 end = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* = = = 行動裝置檢測 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 大圖調整 */
.swiper-slide img {animation-fill-mode: none;-webkit-animation-fill-mode: none;}
/* 新版最新消息內頁 */
.blog_back {display: flex; justify-content: space-between; align-items: center; align-content: center;}
.blog_back a {width:31.5%;}

}


@media screen and (max-width: 600px) { 
.products-box {padding-top: 0px;}
.nav-header {padding: 10px 50px 0 10px;}
}


@media screen and (max-width: 480px) { 
.copy {padding-bottom: 18px;}
.banner {height: 100px;}
.blog_page .subbox_item {width: 100%;}

/*頁尾LOGO*/
.footer_logo img {width: 280px;}
.footer_info li p {display: block; border-left:0px;}

.footer_text {margin-bottom: 60px !important;}
.footer_textbox {padding: 60px 0 10px 0 !important;}
}


@media screen and (max-width: 325px) { 
.nav-brand img {max-width: 260px;}
.footer_logo img {width: 260px;}
}