@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' ;
}

/*網站字體 預設黑體-明體*/
/*@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: #fff; /*border-bottom: 2px solid #ff9a9c;*/} /*底色*/
.nav-menu {margin: 17px 0 24px 0;}
.nav-menu > li > a {color: #000000; letter-spacing: 1px; padding: 10px 15px 10px 15px;} /*文字按鈕間距*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #8244BF;} /*文字hover*/
.submenu-indicator-chevron {border-color: transparent #000 #000 transparent;} /*下拉箭頭顏色*/
.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 #D548A2 #D548A2 transparent;} /*下拉箭頭hover顏色*/
.nav-menu>li>.nav-dropdown {border: solid 1px #ffffff; min-width: 110px;} /*下拉選單邊框*/
.nav-dropdown .nav-dropdown {min-width: 110px;}
.nav-dropdown > li > a {border-bottom: 0px solid #f6f6f6;} /*下拉選單下邊框線*/
.nav-dropdown > li > a, .nav-dropdown > li > a {letter-spacing: 1px; background: #ffffff; color: #000000;} /*下拉文字*/
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {color: #8244BF; background: #fffff;} /*下拉文字hover*/
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {color: #8244BF;} /*預設紅字*/
.submenu-indicator-chevron, .submenu-indicator {display: none;}
.nav-menu>li:nth-child(5) {background: linear-gradient(to right, #D548A2 0%, #8244BF 100%);}
.nav-menu>li:nth-child(5)>a {color: #fff !important;}


/*LOGO*/
.nav-header {padding: 18px 10px;} /*LOGO位置*/
.nav-brand {width: 100%;} /*LOGO寬度*/
.nav-brand img {max-width: 260px;}


/*選單隔線*/
.nav-menu>li {border-left: 1px solid #ebebeb;}
.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: 50px 0;} /*底色*/
.footer_info li p {color: #000000; letter-spacing: 1px;} /*文字*/
.footer_info li p a {color: #000;}
.footer_info li:nth-child(2) {width: 100%;margin-top: 16px; display:none;}
.footer_menu a {border: 1px #ababab solid; margin: 0 8px 8px 0; background: #ffffff; letter-spacing: 1px; color: #000000;} /*按鈕*/
.footer_menu a:hover {border: 1px #D548A2 solid; background: #D548A2;}
.footer_logo img{width: 260px;}


/*版權*/
.copy {color: #fff; border-top: 0px #eee solid;}
.copy a {color: #fff;}
.copy a:hover {color: #fff;}


/* = = = 聯絡資訊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文字更換*/
/*.footer_info li p.tel:before {content: 'TEL';}
.footer_info li p.tel2:before {content: 'TEL2：';}
.footer_info li p.phone:before {content: 'CALL';}
.footer_info li p.mail:before {content: 'MAIL';}
.footer_info li p.add:before {content: 'ADD';}
.footer_info li p.add2:before {content: 'OPEN';}*/

/*聯絡我們的資訊對應更換*/
/*.TEL2:before {content: "TEL2"; width: 60px;}
.list_before.info li {padding-left: 50px;}*/


/* = = = 首頁預設區塊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*購物車*/
.products-box {background: #ffffff;}


/*促銷方案*/
.news_part {}


/*首頁的線*/
.pageIndex .main_part {border-top: 0px solid #ccc;}


/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
		
.show-list .show_name {color: #000000; font-weight: 300;}
.show-list .item:hover .show_name {color: #D548A2;}
.show-list .show_name {font-size: 16px;}
.other_album_choice li {background: #D548A2; border-radius: 0px;}
.other_album_choice li:hover {background: #8244BF;}
.other_subalbum li p {margin-top: 10px;}
.page strong, .page a:hover {background: #D548A2;}
.album_fixed_title embed {display: none;}
.other_album_choice li .fa {display: none;}
.block {display:none;}
.subalbum-menu h2 {font-weight: 300; color: #000000;}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*選單置左*/
/*.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 #D548A2; color: #D548A2;}
.products-list a:hover .more {border: 1px solid #D548A2; color: #ffffff; background-color: #D548A2;}
.lastPage {background: #D548A2;}
.product-layer-two li ul {width: 110%;} /*購物車分類下拉選項寬度*/
.prod_related {background: #fff;}
.products-list .pic { overflow: hidden;}


/* = = = 購物流程頁面 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.car_page .banF {display:none;}
.remit_page .banD {display:none;}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*一排呈現*/
.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: #D548A2;}
.blog_le .accordion > li.on_this_category .link {background: #8244BF;}
.subbox_item a:before {background: #D548A2; color:#fff;}
.blog_list_ri em {display: none;}
.blog_list_ri p {padding-top: 8px;}
.blog_back a.article_btn_back {background: #D548A2;}
.subbox_item a:after {background: rgba(255,255,255,0.8); border: 0px #ddd solid;}
.subbox_item a:before {font-size: 13px;}
.blog_search input[type=search] {border-radius: 0px;}
.blog_le .accordion {border-radius: 0px;}
.submenu a:hover {background: #e494c7;}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.animated-arrow {background: linear-gradient(to right, #D548A2 0%, #8244BF 100%);}


/* = = = 下拉分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.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: #D548A2;}


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.promotion_title {border-bottom: 1px solid #ababab;}
.promotion_title h2 {border-bottom: 2px solid #ababab;}


/* = = = 內頁麵包屑與BANNER  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*麵包屑*/   .path{display: none;} 
/*總設定*/   .banner {background-image: url(https://pic03.eapple.com.tw/ansinspa/SBN.jpg); background-position: top center; width: 100%; height: 200px;}
			.banner h5 {color: #ffffff; padding-top: 10px; font-weight: 900; letter-spacing: 2px; text-align: right; padding-right: 300px; text-shadow: 2px 2px 10px black; font-family: '微軟正黑體';}

/*其他頁面*/ .other_page .banB {display: none;}
/*地　　　圖*/ .map_page .banB {display: none;} 
/*服務項目*/ .services_page .banB {display: none;} 


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相本分類全版面 ( 限制最寬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: 78px;}
.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>a {padding: 12px 20px 12px 20px; width: 50%;}
.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;} /*下拉文字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 #D548A2 #D548A2 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: 18px 50px 0 10px;}
}


@media screen and (max-width: 480px) { 
.copy {padding-bottom: 18px;}
.banner {background-image: url(https://pic03.eapple.com.tw/ansinspa/SBN.jpg); background-position: top left; height: 200px;}
.banner h5 {text-align: center; padding-right: 0px;}
.other_album_choice li {width: 100%; text-align: center;}

/*頁尾LOGO*/
.footer_logo img {width: 200px;}
}