@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

body{
	overflow-x:hidden;
	font-family: "Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif"; /*字體*/
	font-weight: 400; /*字重*/
    background: #fdf5ff;
}

/*
關於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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*大圖*/
.pageIndex .nav-brand {filter: contrast(0) brightness(100);}
.nav-brand img {
    max-width: 100%;}
/*banner*/
.banner.banB {display: none;}
.edit_part {
    max-width: 100%;
    margin: 0;
    padding: 0;}
.other_select_page .banner{display: none;}
.other_select_page .promotion_title h2{display: none;}
.other_select_page .other_promotion li{display: none;}
/*預設解除背景輪播*/
#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 p, .path p a {display: none;}
/*header*/
.main_header_area {  background: #e4ceea; transition: all 0.3s;}
.header_area.sticky .main_header_area {
    background: #e4ceea;
    transition: all 0.3s ease-in-out;
	box-shadow: 1px 1px 15px rgba(38,15,1,.2);
}
.header_area:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: 0;
    transform: rotate(-180deg);
    background: url(https://pic03.eapple.com.tw/tywangpin/header_dili_top.svg) repeat-x center 0; */
}
.pageIndex .header_area {  position: fixed; width: 100%;}
.main_header_area .container { max-width: 1800px;}

.navigation {padding: 5px 0; position: relative;}

/*第一層*/
.stellarnav > ul > li:nth-of-type(9) {display: none;}/*隱藏上方按鈕*/
.stellarnav {  z-index: 5; width: 60%;}
.pageIndex .stellarnav > ul > li > a {transition: all 0.3s;  color:#883d8d; font-size: 16px;  font-weight: bold;   letter-spacing: 2px;	padding: 0px 0px 0 0px;}
.stellarnav > ul > li > a {  transition: all 0.3s;  color:#883d8d; font-size: 16px;  font-weight: bold;   letter-spacing: 2px;	padding: 0px 00px 0 00px;}
/*英文大小寫*/
.stellarnav > ul > li > a b{    text-transform: none;}
/*首頁*/
.pageIndex .header_area.sticky .stellarnav > ul > li > a{ color: #883d8d;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  font-weight: bold;   padding: 10px 14px;    transition: all 0.3s;border-left:1px solid transparent;font-size: 14px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; background-color:#63447F;	padding-left:10px;border-color:none ; transition:all .8s; font-size:14px;} 

/*SubMenu*/
.stellarnav li li.has-sub > a:after{ display: none;}
.stellarnav .menu-toggle:after {color: #883d8d;} /*漢堡*/
.stellarnav .menu-toggle span.bars span {background: #fff;}
.shop_search_btn {    background: #63447f;}
.tp_links a{display: none;;}
.tp_links a:hover {    color: #f2ca20;}
.main_header_area .container .navigation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.nav-menu {    margin: 0 auto;padding: 0;text-align:center;}
.nav-header {    position: relative;}
.me_tp_features { margin-bottom: 0px; position: relative; right: unset; top: unset; width: fit-content; order: 3;}




.me_tp_features a {color: #883d8d;}

.stellarnav > ul > li {padding: 0 5px;}
.stellarnav > ul > li:hover::after {transform: scale(1);   transition: 0.3s ease-in-out;}
.stellarnav > ul > li::after {content: "";  background: #883d8d;  height: 1px;width: 50%;position: absolute;bottom: 0;right: 0px;left: 25%;transform: scale(0,1);transition: 0.5s ease-in-out;}
.header_area.sticky .stellarnav > ul > li:hover::after {transform: scale(1);transition: 0.3s ease-in-out;}
.header_area.sticky .stellarnav > ul > li::after{background:#883d8d;}
.stellarnav li.has-sub > a:after {content: '';display: inline-block;position: absolute;top: 42%; right: 2px;transform: translateY(-50%);height: 5px;  width: 5px;  display: block; border-style: solid;  border-width: 0 1px 1px 0;  border-color: transparent #ffffff00 #ffffff00 transparent;  -webkit-transform: rotate(45deg);  transform: rotate(45deg);}
.stellarnav li.has-sub > a:hover after {border-color: transparent #f2ca20 #f2ca20 transparent;}

.stellarnav > ul > li.drop-left > ul {  right: 0;  left: 0;}
.stellarnav ul {text-align: center;}
.stellarnav ul ul { width: 160px;}
.stellarnav ul ul ul{left: 160px;}

/*LOGO*/
.nav-brand {padding-top: 5px;width: 220px;}
.pageIndex .nav-brand {
    display: inline-block;
    width: 250px;
    padding-top: 5px;
    filter: unset;
    /*filter: contrast(0) brightness(100);*/  /*LOGO反白*/
}
.header_area.sticky .nav-brand{filter:unset;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*頁面上方banner*==========*/


.banner {
    font-size: 35px;
	letter-spacing: 6px;
    padding: 180px 0;
    text-align: center;
    background-image: url(https://pic03.eapple.com.tw/energy/Banner4.jpg);
	color: #fff;
	position: relative;
    top: 0px;
    background-size: cover;
    background-position: right;
}
.banner h5 {
    display: block;
    font-family: 'Noto serif TC';
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-align: left;
	padding-left: 390px;
}
.banner::after {
    content: "";
    position: relative;
    display: block;
    max-width: 1200px;
    width: 29%;
    height: 1px;
    background-color: #fff;
    top: 12px;
}
.banA { 
    background-image: url(https://pic03.eapple.com.tw/energy/Banner7.jpg);
}
.banB { 
     background-image: url(https://pic03.eapple.com.tw/111/111.jpg);
}
.banF { 
    background-image: url(https://pic03.eapple.com.tw/energy/Banner3.jpg);
}
.banE { 
    background-image: url(https://pic03.eapple.com.tw/energy/Banner5.jpg);
}
.banC { 
    background-image: url(https://pic03.eapple.com.tw/energy/Banner6.jpg);
}


/*頁尾*==========*/

/*隱藏信箱和line*/
.footer_info li p.tel  {display: none;}/*電話隱藏*/
.footer_info li p.tel2   {display: none;}/*電話2隱藏*/
.footer_info li p.mail {display: none;}/*信箱隱藏*/
.footer_info li p.line  {display: none;}/*lien隱藏*/
.footer_info li p.line  {display: none;}/*lien隱藏*/

/*改字*/
.footer_info li p.add2:before {content: '營業時間：';} /*地址改營業時間*/

.footer_info li {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

p.add {
    order: 3;
}

/*footer*/
.box_link {
    display: none;
}
.footer {
    background: #FFF;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
	box-shadow: 1px 1px 15px rgb(24 1 38 / 20%);
}
.footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://pic03.eapple.com.tw/energy/footer.jpg);
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    pointer-events: none; 
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 95%;
    margin: auto;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
    gap: 5px;
}
.footer_info ul {
    width: 100%;
}
.footer_info li p,
.footer_info li p a {
    color: #2d1032;
}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    color: #2d1032;
	border: 1px #2d1032 solid;
}
.footer_menu a:hover {
    background: #904194; 
}
.footer_menu a {
    background: transparent; 
}
.copy {
    background: transparent;
    color: #2d1032;
    border: none; 
	background: #FFF;
}
.copy a {
    color: #2d1032;
    transition: all 0.3s; 
}
.box_link a {
    transition: all 0.3s;
    color: #2d1032; 
}
.box_link a:hover {
    background: #192821;
    color: #c6c7b0; 
}
.footer_logo img {
	display: none; 
}
.double_key {
    width: 100%;
    text-align: center;
}
.double_key a {
    color: #b38fbb !important;
}

/*相簿*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 33.3%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #b38fbb;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #b38fbb;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 33.3%;padding: 2%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #b38fbb;letter-spacing: 2px;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex; flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 33.3%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 0px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #b38fbb;border-radius: 3px;font-size: 12px;}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 50%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 50%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 50%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}

@media screen and (max-width: 1200px){
.nav-brand {padding-top: 17px;}
.nav-brand img {padding-left: 15px;}
.album_page .show-list .item{width: 47%;}
.album_info_page .pic-list .item {width: 49%;}	
.stellarnav > ul > li > a {padding: 0px 0px 0 0px;}
}
@media screen and (max-width: 600px){
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list .item a .show_pic img{min-height: 278px;}
.album_info_page .pic-list .item {width: 96%;margin: 10px 2%;}
}


/* = = = 分隔線 = = = = = = = = = ==  = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #904194 !important;
    color: #904194;
}

.product_page .products-list .price .ori_price {
    color: #928fbb;
}
.product_page .products-list .price .sp_price {
    color: #f54747;
}

.products-list .item a:hover .more {
    background: #904194;
    border-color: #904194;
    color: #ffffff;
}

/*購物車分頁按鈕*/
.product-layer-two {
    text-align: center;
}

/*外層*/
.product-layer-two li a {
    color: #904194;
    border: 1px solid #904194;
    background: #fdf5ff;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #904194;
    color: #fff;
}

.product-layer-two li.active>a {
    background: #904194;
    color: #fff;
    font-weight: normal;
}

.page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
}

.page li.activeN {
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    position: relative;
    vertical-align: initial;
    background: #b38fbb;
    color: #fff;
    border-radius: 30px;
}

.page strong, .page a {
    display: flex !important;
    height: auto !important;
    min-width: 30px;
    border: 1px #b38fbb solid;
    border-radius: 30px;
    padding: 0;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    color: #b38fbb;
    transition: all 0.3s;
}
.page strong, .page a:hover {
    background: #b38fbb;
}

/*購物車商品資訊頁順序調整*/
.product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  
.sidebarBtn {
    order: 3;
}

ul.prod {
    max-width: 780px;
}
/*內層*/
.lastPage {
    background: #904194;
}

.nextaction {
    background-color: #904194;
}

.lastaction {
    color: #fff;
    background-color: #904194;
}

.product_info_page .product_main {
    display: block;
    margin: 0 auto;
    width: 70%;
    padding: 0;
}

.product_pic {
    max-width: 600px;
    margin: auto;
    padding: 0;
}

.prod_related {
    background: #fdf5ff;
}

.product_pic #bx-pager {
    display: none;
}

.bx-wrapper .bx-viewport {
    border: 5px solid #fff0;
    background: #fff0;
}

h3.prod-thumb {
    text-align: center;
    margin: 10px;
    display: none;
}
.qaform {
    display: none;
}

/*

li.prod-item:last-child {
    display: none;
}
*/
.inquiry_a3 {background: #904194;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {letter-spacing: 2px;background: #63447f;}
.action-button {background: #904194;}
.action-button:hover {    background: #C5AB8C;}
.sidebarBtn .price {    color: #904194;}
.sidebarBtn {
    padding: 30px;
    width: 90%;
    border: 1px #904194 solid;
    background: #ffffffd4;
    margin: 40px auto;
    display: block;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章管理*/
.products-box {
    width: 90%;
    max-width: 1500px;
    margin: 100px auto;
}

.module_i_news {
    padding: 100px 20px;
}

.module_i_news ul {
    display: flex;
    flex-wrap: wrap;
}

.module_i_news li {
    width: 25%;
    padding: 10px;
}

.i_blog_ri,
.i_blog_le {
    width: 100%;
}

.module_i_news li a,
.subbox_item a {
    overflow: hidden;
}

.module_i_news li a:before,
.module_i_news li a:after,
.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.module_i_news li a:after,
.subbox_item a:after {
    background: rgb(222 184 135 / 70%);
    content: none;
}

.module_i_news li a:before,
.subbox_item a:before {
    background: rgb(90 90 90 / 80%);
    color: #fff;
}

.module_i_news .title_i_box h4 {
    font-size: 28px;
    color: #222;
    font-weight: normal;
    letter-spacing: 2px;
}

.module_i_news li a:before,
.subbox_item a:before {
    transform: translateX(-50%);
    width: 100%;
    bottom: -40px;
    top: unset;
    opacity: 0;
}

.module_i_news li a:hover:before,
.subbox_item a:hover:before {
    opacity: 1;
    transform: translateX(-50%);
    bottom: 0;
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1400px;
}

.blog_list_le,
.blog_list_ri {
    width: 100%;
}

.blog_list_ri p {
    display: none;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: calc(100% / 3);
    padding: 5px;
    background-color: #ffffffe0;
}

@media screen and (max-width: 980px) {
.nav-brand {width: 200px;}
.stellarnav > ul > li {padding: 0 0px;}
.module_i_news li,
.subbox_item {width: 50%}
.module_i_news ul {max-width: 650px;}
.products-box { margin: 70px auto;}
.module_i_news {  padding: 70px 20px;}

}

@media screen and (max-width: 600px) {
    .module_i_news {
        padding: 50px 20px;
    }

    .module_i_news li,
    .subbox_item {
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }

    .products-box {
        margin: 50px auto;
    }

    .module_i_news .title_i_box h4 {
        font-size: 24px;
    }
}


/*文章設定*/
.blog_back a.article_btn_back {
    background: #904194;
}

.blog_back a.article_btn_prev {
    background: #b38fbb;
}

.blog_back a.article_btn_next {
    background: #b38fbb;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #904194 !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
    left: 50%;
    font-size: 18px;
    text-align: center;
    padding: 10px 5px;
}

.blog_le .accordion>li {
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #904194;
    border-bottom: 0.75px #90419461 solid;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
ul.show-list,
ul.other_subalbum,
ul.pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other_subalbum li,
.show-list .item,
.pic-list .item {
    width: calc(90% / 3);
}

.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #904194;
}

.show-list .show_pic {
    padding-bottom: 100%;
}

.show-list .show_pic img {
    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%);
}

/*次分類頁面*/
.other_album_choice li {
    background: #904194;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.other_subalbum li a img {
    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%);
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 80%;
}

.pic-list .show_pic img {
    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%);
}

@media screen and (max-width: 980px) {

    .other_subalbum li,
    .show-list .item,
    .pic-list .item {
        width: 48%;
    }

    .nav-menu>li>a {
    letter-spacing: 2px;
    padding: 25px 0px;}

}

@media screen and (max-width: 600px) {

    .other_subalbum li,
    .show-list .item,
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*促銷方案*/
.show_content.fadeInUp.animated15 {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; flex-direction: column; align-content: center;}
.promotion_title span {display: none;}
.promotion_title em {display: none;}
li.slowAnimation {display: none;}

/*聯絡我們*/
.note {
    text-align: left;
}

.list_before {
    margin-top: 30px;
}

.list_before.info li {
    margin-bottom: 11px;
    padding-left: 62px;
}

.contact_page .main_part {
    padding-top: 0;
}

.list_before.info li a {
    color: #fff;
}

.contact_form li {
    margin: 10px 0 10px;
}

.FAX:before {
    display: none;
}

.contact_content .information_left {
    width: 315px;
}

.information_left.fadeInLeft.animated15.clearfix {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
ul.list_before.account{
    order: 3;
}

.list_before.account li {
    padding-left: 110px;
}

form.style1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
  
  .contact_content .information_right {
    width: calc(100% - 315px);
}

.contact_form li.last blockquote, .contact_form li.last cite{
    border: 1px #b38fbb solid;
}

.contact_form li.last cite{
    background: #b38fbb;
    width: 250px;
}
/*聯絡資訊改字*/
.TEL:before {content: "Line ID"; width: 52px;}/*電話改Line ID*/
.PHONE:before {content: "預約電話"; width: 52px;}/*手機改預約電話*/
.ACCN1:before {content: "銀行帳戶名稱"; width: 100px;}/*戶名改銀行帳戶名稱*/


li.MAIL {display: none;}/*信箱隱藏*/
li.FAX {    display: none;}/*營業時間隱藏*/
li.ADD2 { display: none;}

/*
.list_before.info li:last-child {    padding-left: 0;}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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:1453px) {
.main_header_area {padding: 10px;}
.main_header_area .container .navigation {    display: grid;    grid-template-columns: 200px 1fr;}
.me_tp_features {    width: 100%;    grid-column: 2/-1;    grid-row: 1/2;}
.nav-menus-wrapper {    grid-column: 2/-1;    grid-row: 2/3;}
.nav-header {    position: relative;    grid-row: 1/3;}
.nav-menu>li>a {    padding: 15px 7px;}
.stellarnav {z-index: 5; width: 100%;}
.stellarnav ul { text-align: right;}
.banner h5 {padding-left: 212px;}
}
@media screen and (max-width:1060px) {
.stellarnav > ul > li > a b {font-size: 14px;}
.banner h5 {padding-left: 120px;}
.stellarnav > ul > li {padding: 0 0px;}
.pageIndex .stellarnav > ul > li > a {transition: all 0.3s; color: #883d8d; font-size: 16px; font-weight: bold; letter-spacing: 0px; padding: 0px 0px 0 0px;}
.stellarnav > ul > li > a {transition: all 0.3s; color: #883d8d; font-size: 16px; font-weight: bold; letter-spacing: 0px; padding: 0px 00px 0 00px;}
}

@media screen and (max-width:1024px) {
.me_tp_features {text-align: right;}
.navigation {padding: 0;}
.pageIndex .nav-brand {width: 200px; padding-top: 0px;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav > ul > li > a{color:#883d8d;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #63447F;}
.stellarnav a {color: #883d8d;}
.stellarnav .icon-close:after{border-bottom: solid 3px #883d8d;}
.stellarnav .icon-close:before{border-bottom: solid 3px #883d8d;}
.banner h5 {padding-left: 100px;}
}

@media screen and (max-width:980px) {
.main_part {padding: 5px;}
.banner h5 {padding-left: 80px;}
}

@media screen and (max-width:880px) {
.main_header_area .container .navigation {    grid-template-columns: 1fr;}
.main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu>li>a {padding: 10px 0px;}
.pageIndex .header_area {    position: relative;}
.stellarnav ul {text-align: center;}
.pageIndex .header_area .main_header_area , .pageIndex .header_area.sticky .main_header_area{    background: #e4ceea;}
.align-to-right {    float: unset;}
.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
}

@media screen and (max-width:800px) {
    .stellarnav > ul > li > a b {font-size: 13px;}
    .banner h5 {padding-left: 75px;}
}

@media screen and (max-width: 768px) {
.nav-brand img {max-width: 100%;}
.nav-brand img {padding-left: 0px;}
.blog_ri { padding: 0 0 0 0px;}
.banner h5 { padding-left: 70px;}
.pageIndex .stellarnav > ul > li > a {
        transition: all 0.3s;
        color: #666;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 10px;}
.stellarnav.left.mobile {z-index: 666;}
.stellarnav > ul > li > a{color: #666;font-size: 14px;}
.stellarnav .menu-toggle:after {color: #883d8d;} /*漢堡*/
.pageIndex .nav-brand {filter: unset;padding: 5px 0 5px 0;}
.stellarnav .menu-toggle span.bars span {background: #883d8d;}
.pageIndex .header_area {
    position: relative;}
.pageIndex .nav-brand {filter:unset; padding: 5px 0 5px 0;}

ul.list_before.account {order: 0; width: 49%; max-width: 100%;}
.contact_content .information_left{width: 100%;}
.contact_content .information_right { width: 100%;}
.list_before.info {width: 49%; margin-right: 0%;}
.blank_letter {width: 100%;}
ul.list_before.account {margin-top: 10px;}
}        
@media screen and (max-width: 600px) { 
.banner h5 { padding-left: 30px;}
.nav-brand{width: 200px;padding-top: 7px;}
.blog_list_ri{width:100%;}
.blog_list_ri h5{-webkit-line-clamp: 2;}
.blog_list_le{width:100%;}
.pageIndex .nav-brand {filter:unset;}
.stellarnav .menu-toggle:after {color: #883d8d;} /*漢堡*/
.stellarnav .menu-toggle span.bars span {background: #883d8d;}

.list_before.info {width: 100%;}
ul.list_before.account {order: 3; width: 100%; max-width: 100%;}
}
@media screen and (max-width: 433px) { 
.contact_form li.last cite {background: #b38fbb; width: 250px; margin-top: 10px;}
}
