 @charset "utf-8";
/*顏色
  淺灰 #adadad
  深深黑 #211915

/*隱藏內容*/
.me_tp_features{display:none;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}

/*內頁*//*
.promotion_title { display: none;}
.other_promotion, .page { display: none;}*/

/*主選擔下拉*//*
.stellarnav > ul > li:nth-of-type(1) > ul > li:first-of-type{display:none;}
.stellarnav > ul > li:nth-of-type(3) > ul > li:first-of-type{display:none;}
.stellarnav > ul > li:nth-of-type(2) > a:after{display:none;}
.stellarnav > ul > li:nth-of-type(2) > ul{display:none !important;}
.stellarnav > ul > li:nth-of-type(2) > a{padding-right: 0;}*/

/*浮動按鈕*/
.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/
.info_fix_links a{  color: rgb(46 46 46 / .8); background: rgb(255 255 255); border: 1px solid rgb(213 210 193);}
.info_fix_links a:hover { color: rgb(255 255 255); background: rgb(0 0 0 / 40%); transition: 1.2s ease-in-out; transform: scale(1.2) rotateY(360deg);}


body{}

/*================================================Logo*/
.header_area .nav-brand { transition: all 0.3s; max-width: 250px;}
.header_area.sticky .nav-brand{/*max-width: 200px;*/}

/*.header_area .nav-brand {  animation: logo 1.5s infinite linear alternate; }
@keyframes logo{ 0% { transform: translateX(-20px);} 100% { transform: translateX(20px);}}*/

/*================================================header*/
.pageIndex .header_area {position: fixed; height: auto; background: transparent;}
.header_area.sticky {  background:#161616e8; transition: all 1s linear;}

.header_area {position: fixed; height: auto;  background:#161616ab;}
.header_area.sticky { }

.navigation { display: flex; align-items: center;  margin: auto; max-width: 1010px; grid-gap: 0 10px;}
.nav-header{max-width: 280px;}
@media screen and (max-width: 1024px) {
.nav-header { max-width: 230px;}}
@media screen and (max-width: 425px) { .nav-header {  max-width: 160px;}}


/*購物車*/
.me_tp_features {/*display: flex; align-items: center; justify-content: center;*/}
.me_tp_features a span span{display:none;}
.me_tp_features a.tp_btn_notice span{display:none;}
.me_tp_features a i {   color: #282828;}
.me_tp_features a.tp_btn_cart b{color: #adadad;font-weight: 500;}

.box_search{margin-right: 5px; width: auto;}
.box_search input[type=text]{ border: none; border-bottom: solid 1px #ccc;border-radius: 0; padding: 5px 20px 5px 35px; max-width: 135px;
                   background: url(../images/search-icon.png) no-repeat 9px center transparent;}

.shop_search_btn { background: #251c1a; font-size: 12px; border-radius: 5px 5px 0px 0px; padding: 5px;}

/*第一層*/
.stellarnav {   margin-top: 5px;}
.stellarnav > ul {  /*width: 535px;*/}
.stellarnav > ul > li { letter-spacing: 0.5px;}
.stellarnav > ul > li > a { color: transparent; font-size: 15px; /*margin: 0 6px 0 0;*/}
.stellarnav > ul > li > a b { color: #fff; letter-spacing: 2px; ;font-weight: bold; font-family: 'noto serif tc';}

.stellarnav > ul > li > a:hover b {  color: #bebebe; }
.stellarnav > ul > li:hover { background: transparent;}

.stellarnav > ul > li.has-sub > a{padding-right: 17px !important;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #d7d7d7;right: 5px;}

/*第二層下拉*/
.stellarnav ul ul {background: transparent; width: 150px; font-size: 14px;}
.stellarnav ul li:nth-of-type(4) ul {width: 210px;}
.stellarnav li li {border: none;}

.stellarnav li li a{color: #686868;  transition: all 0.6s; text-align: center; background: #f2f2f2f7; backdrop-filter: blur(5px)}
.stellarnav li li:nth-child(even) a{ background: #e2e2e2de;}
.stellarnav li li:hover a{ color: white; background: #00000099;}
.stellarnav li li.has-sub:hover > a:after {border-left: 7px solid #fff;}
.stellarnav li li.has-sub > a:after{
	border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid #231815;}

/*================================================footer*/
.footer { background: #121212; padding: 35px 0 0;}
.footer_info { display: flex; flex-direction: column; align-items: center; grid-gap: 10px; margin: auto; padding: 0 90px 20px;}
.footer_logo {/*display: none;*/}
.footer_info ul { display: flex; justify-content: center; flex-wrap: wrap;}
.footer_info li{}
.footer_info li:nth-child(1){display: flex; flex-wrap: wrap;justify-content: center;}
.footer_info li:nth-child(2){display: flex; justify-content: center;justify-content: center;}

/*資訊*/
.footer_info li p {padding: 0 10px 0 0; font-weight: bold;font-family: 'noto serif tc';}
.footer_info li p:before {color: #fff;}
.footer_info li p a { color: #a0a0a0;}
.footer_info li p.line:before{content: '✦ Line ID';}
.footer_info li p.tel:before {content: '✦ 電話';}
.footer_info li p.mail:before {content: '✦ 信箱';}
.footer_info li p.add:before {content: '✦ 地址';}

/*按鈕*/
.footer_menu{display: flex; justify-content: center; flex-wrap: wrap;}
@media screen and (max-width: 600px) {
.footer_menu{width: 100%;}
}

.footer_menu a { background: transparent;  text-align: center;border: 1px #535353 solid;width: 115px;}
.footer_menu a:hover {  background: #5d5d5d; color: #ffffff;}

.copy { background: #3a3a38; color: #fff; color: #fff; font-weight: 600;margin-top: 0;font-size: 11px;}
.copy a{ color: #fff; transition:all 0.3s;}
.copy a:hover{ color: #14388b;}

#to_top{border: 1px solid #ffffff33;background:#000000ed;box-shadow: none;border-radius: 0;color: #ffffff;}
#to_top i.top {height: 16px;}
#to_top i.top:before, #to_top i.top:after {background: white;}

/*================================================首頁外掛*/
#content_main { margin:0;background: #101010;}
.article_a #content{background: #171717;}

/*英文*/
.i_prod_tit h2, .i_video_tit h2, .news_part .title_i_box h6, .module_i_album .title_i_box h6{ font-size: 30px; color: #dfb066;}
/*中文*/
.i_prod_tit span, .i_video_tit span, .news_part .title_i_box h4, .module_i_album .title_i_box h4
{font-size: 20px; line-height: 1.6;letter-spacing: 0.12em; font-weight: bold;}

.module_i_album{border-top: 1px solid #595959; background: #f2f2f2;padding: 40px 20px;}
.i_album_list_box{ padding: 0;}
.i_album_b { display: none;}
.prod_part{border-top: 1px solid #595959; padding: 50px 20px;}
.pageIndex .products-list {grid-template-columns: repeat(4, 1fr);}
/*================================================BANNER*/
/*首頁大圖*/
/*預設解除背景輪播*/
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
.bannerindex{position: relative;}
/*共用*/
.bannerindex:before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(234 224 198 / 81%), transparent);
    z-index: 10;
    mix-blend-mode: hard-light;
}
.swiper-banner:before, .swiper-banner:after{
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.swiper-banner:before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/awifloor/cover_could.png);
    background-size: contain;
    bottom: -14%;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    mix-blend-mode: luminosity;
    opacity: .5;
}
@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}

/*各別*/
.swiper-slide{position: relative;}
.swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}

.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(1):after,
.swiper-slide.swiper-slide-active:nth-child(2):before, .swiper-slide.swiper-slide-active:nth-child(2):after {
    background-image: url(https://pic03.eapple.com.tw/awifloor/BNA1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	top: 0;
    background-size: contain;
    position: absolute;
    z-index: 101;
    animation: up_pop 1.5s ease;
	
}
.swiper-slide.swiper-slide-active:nth-child(1):after, .swiper-slide.swiper-slide-active:nth-child(2):after{
    background-image: url(https://pic03.eapple.com.tw/awifloor/BNA2.png);
    animation: fade_in 1.5s ease;
}

.swiper-slide.swiper-slide-active:nth-child(2):before { background-image: url(https://pic03.eapple.com.tw/awifloor/BNB1.png);}
.swiper-slide.swiper-slide-active:nth-child(2):after{   background-image: url(https://pic03.eapple.com.tw/awifloor/BNB2.png);}

@keyframes up_pop {
 0% { transform: translateY(10%); opacity: 0;}
 60% { transform: translateY(0);}
 70% { transform: translateY(1%);opacity: 1;}
 100% { transform: translateY(0);}
}
@keyframes fade_in {
 0% { opacity: 0;}
 65% { opacity: 0;}
 80% { opacity: 1;}
 90% { opacity: 0;}
 95% { opacity: 1;}
 100% { opacity: 0;}
}


/*大圖滑動點*/

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 3px; width: 10px; height: 3px; border-radius: 10px; opacity: 1;}
.swiper-pagination-bullet-active {  background: #211915;}
.swiper-pagination-bullets.swiper-pagination-horizontal{margin-bottom: 3%;}

/*內頁大圖*/
.banner {background: #e6e6e6; padding:8% 0 2%; background-size: cover;height: 250px;
  background-image: url(https://pic03.eapple.com.tw/awifloor/ban.jpg);}
.banner h5 {display: flex; flex-direction: column; letter-spacing: 10px;font-weight: 800; color: white; font-size: 18px;/*gap: 5px;*/}	
.banner h5:before{content: 'Awifloor'; margin-bottom: -10px; font-size: 30px; font-family: Meddon;font-weight: normal;letter-spacing: 0;}
	
.banner.banE h5:before{	content: 'Case';}
.banner.banblog h5:before{	content: 'News';}
	
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 425px) {}

/*================================================按鈕*/
.animated-arrow {
	background: unset;
	transition:.3s;
	position:relative;
	overflow:hidden;
    color: #434343;
    background: #c8c8c8;
	margin-top: 0;
	font-size: 14px;
	height: 40px;
    line-height: 40px;
}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-size: 12px; }
.animated-arrow::after {
	content:"";
	position:absolute;
	width:0px;
	height:100%;
	top:0px;
	left:0px;
	background: #515151;
	transition:.5s;
}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*================================================購物*/
.products-list {  grid-gap: 20px 30px; grid-template-columns: repeat(3, 1fr);}
.products-list .more { display: none;}
.products-list .price{margin: 3px; margin-left: -3px;}
.products-list .price b { color: #141414;  font-size: 20px;  font-weight: 300;}
.products-list .pic{border: 1px solid #efefef;border-radius: 100%;}
.products-list .pic img{object-position: center top;}
.products-list .item a{padding-bottom: 0;}

.products-list .name{display: flex; flex-direction: column;height: 60px;text-align: center; font-weight: bold; font-size: 22px;}

.related_list li a p{font-weight: bold; font-size: 22px;}
.related_list li a p:after{content: '律師';margin-left:10px;}

.mobile_product_name:after, .products-list .name:after{content: '合作律師';font-size: 15px; color: gray;}
.products-list>li:first-of-type .name:after{content: '主持律師';}
.products-list>li:nth-of-type(2) .name:after{content: '合署律師';}
.products-list>li:nth-of-type(5) .name:after{content: '律　師';}

/*個人頁標題*/
.mobile_product_name:after{content: '合作律師';margin-left: 10px;}

.product-layer-two li a{border-bottom: 1px #d0d0d0 solid; margin: 0 5px 5px; background: #ffffff;}
    @media screen and (max-width: 980px) {
        .products-list, .pageIndex .products-list {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}}

.fa-circle-plus::before { color: #141414c2;margin-right: 15px;}
.product-layer-two{display: flex; flex-wrap: wrap;}

.product-layer-two li { width: 20%; line-height: 25px;}


@media screen and (max-width: 1200px) { .product-layer-two li { width: 20%;}}
@media screen and (max-width: 1024px) { .product-layer-two li { width: 25%;}}
@media screen and (max-width: 900px) { .product-layer-two li { width: 33%;}}
@media screen and (max-width: 768px) { .product-layer-two li { width: 48%;}}
@media screen and (max-width: 475px) { .product-layer-two li { width: 100%;}}

.product-layer-two li li{width: auto !important; background: transparent;}
.product-layer-two li li a { background: #e5e5e5;margin: 0;}


.inquiry_a3 {    background:rgb(37 37 37/0.6);}
.inquiry_a1 {    background:rgb(37 37 37/0.8);}
.inquiry_a2 {    background:rgb(37 37 37);}

.sidebarBtn { border: none;}
.product_info_page .edit {  padding: 20px; line-height: 150%; letter-spacing: 2px;}

.product_page .main_part{max-width: 900px;}

/*購物內頁-律師個人頁面*/
#prod_thumbSwiper{display: none;}
.sidebarBtn{display: none;}

.product_pic { padding-left: 0;}
.product-wrapper { display: flex; }
.product_main { width: 40%; margin: 0 auto;}
.prod_tabs {width: 55%; margin: 0 auto;}
.related_list li figure{border-radius: 100%;
    object-position: top; margin: 0 auto 20px;border: 1px solid #e7e7e7;}
.related_list li a img{height: auto;}

.related_list li a{background: transparent;}
.prod_relatedP{ border-top: 1px solid #c4c4c4;}

.product_menu_list { margin-bottom: 0;}
.proImgSwiper li{align-items: unset;}
.pd_tabTitle li.activeTab a { color: #575757;  background: #f5f5f5; border-radius: 10px 10px 0 0;}
.pd_tabTitle li.activeTab::after { background: #4b4b4b;}

.prod_related h6{margin: 20px auto 40px;}
.prod_related h6 span:before { content: '其他成員';color: #373737;padding: 5px 35px;}
.mobile_product_name {display: block; text-align: center; letter-spacing: 2px;  color: #363636;}

.product_info_page .lastPage { color: #434343; background: #e7e7e7;border: none;}
.product_info_page .prod_related_b_box a:hover { color: #fff;  background: #515151;  transition: .5s;}


@media screen and (max-width: 900px) {
.product_main { width: 100%;margin-bottom: 50px;}
.prod_tabs {width: 100%;}	
.product-wrapper { flex-direction: column;}	


}

@media screen and (max-width: 768px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
.mobile_product_name{margin-bottom: 30px;}
}


/*================================================相簿*/
/*首頁顯示*/
.i_album_list li a p{height: 100%;background: rgba(0,0,0, .8);color: #fff; text-shadow: 0 0 8px black;}
.i_album_list li:hover p {color: transparent; background: transparent;}

.i_album_list { grid-gap: 0;}
.i_album_list>li{border: 1px solid #fff;}

.i_album_b .animated-arrow{display:none;}

/*相簿首頁*/
.subalbum-menu h2 { display: none;}
.show-list { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.other_album {  display: none;}
.album_class_page .main_part { padding: 0;}

.album_info_page .main_part { background: #efefef;}
.pic-list .item h6{display: none;}
.pic-list {  grid-gap: 2px;}
.album_descrip {  margin-bottom: 0;}
.album_info_page .main_part { padding: 20px; max-width: 100%;}
.pic-list .show_pic{aspect-ratio: 1;}
.other_subalbum li a p{color: #323232;font-family: 'noto serif tc'; font-weight: bold; letter-spacing: 2px; text-align: center;}

@media (max-width: 768px) {
.show_content { padding: 10px;}
}
/*================================================文章*/
/*文章首頁左側選單*/
h5.blog_le_t {    display: none;
    color: #474747;
    font-family: unset;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #323232 !important;}
.blog_le .accordion, .blog_search input[type=search] {border-radius: 0;}

.accordion li .link a { text-align: center;background: #b9b2ab; color: black;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{ background: #000;}


/*文章首頁*/
.module_i_news { border-top: 1px solid #e2e2e2;}
.module_i_news .title_i_box h6{font-family:noto serif tc; font-size: 25px; color: #404040;}
.module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
}
.module_i_news01, .prod_related {
	border-top: none;
}

.module_i_news_list, .module_i_news_list.swiper{padding: 0 0 30px;}

.module_i_news ul{grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: 10px;}
.blog_subbox{grid-template-columns:1fr;}

.module_i_news li { }
.module_i_news li a { display: flex; flex-wrap: wrap;grid-gap: 0px;}

.i_blog_le, .blog_list_le   {aspect-ratio: 3 / 2;}
.i_blog_ri   {padding: 5px 0;}
.blog_list_ri{padding: 25px;}

.i_blog_ri h5, .blog_list_ri h5{font-size: 17px; color: #fff; font-weight: 600; text-align: justify;-webkit-line-clamp: 3;}
.i_blog_ri em, .blog_list_ri em{font-size: 12px;margin: 6px 0 8px;}
.i_blog_ri p, .blog_list_ri p {font-size: 13px; color: #b9b2ab; font-weight: 600; text-align: justify;-webkit-line-clamp: 5;}

.module_i_news li a:before, .subbox_item a:before {color: #000; background: white; padding: 5px 10px; bottom: 0; right: 0;}
.module_i_news li a:after, .subbox_item a:after{background: rgb(0 0 0 / 0%); border: none;
 border-right: 1px solid #5c56404d;}

.subbox_item a {grid-template-columns: 250px 1fr;border-top: 1px solid #5c56404d; border-bottom: 1px solid #5c56404d;grid-gap: 0;}

/*文章內層*/
.blog_back a.article_btn_back {    background: white; border: 1px solid #949494; color: black;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {    background: #333;border: 1px solid #949494;}

.blog_box_edit * {   width: 100%; line-height: 200%;}
.blog_box_edit {display: flex; flex-direction: column-reverse;}
.blog_shareData {  border-bottom: 1px solid #313131;padding-bottom: 10px; justify-content: flex-end;}
h4.blog_category_title {  padding: 0;  margin-bottom: 10px; color:white;}
.toShareNews b {color: white;font-size: 15px; font-weight: 300;}
.toShareNews a object{width: 20px;}

.news_related_list li a{ background: transparent;}
.news_related_list li a img { border-radius: 20px;}

/*標籤*/
/*.news_tags a {    color: red;}*/

/*文章-相關推薦*/
.news_related {
    padding: 40px 20px 10px;
    border-top: 1px solid #c9c9c9;
    background: repeating-linear-gradient(-45deg, #bcb08b1f, #bcb08b1f 1px, transparent 1px, transparent 10px), repeating-linear-gradient(45deg, #bcb08b1f, #bcb08b1f 1px, transparent 1px, transparent 10px);
}
.news_related h6 span:before {  color: white; font-weight: 500;}
.news_related_list li a p{  color: white;}
.lastPage {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

@media (max-width: 900px) {
.module_i_news ul{grid-template-columns: 1fr 1fr;}
}
@media (max-width: 768px) {
.module_i_news li, .subbox_item { border-bottom: none; }
h5.blog_le_t, .blog_le .accordion { color: white;}


}
@media (max-width: 550px) {
.subbox_item a { grid-template-columns: 1fr;}
.blog_list_ri {
    padding: 0 0 15px;
    border-top: none;
    border-bottom: 1px solid #efefef;
}
}

@media (max-width: 450px) {
.module_i_news ul{grid-template-columns: 1fr;}
}



/*================================================表單*/
/*標題*/
.list_before.info li {  padding: 10px 0 15px 60px; border-bottom: 1px #f5f5f5 solid;}
.blank_letter { padding-top: 4px; padding-left: 3px; font-size: 20px;}

.information_left:before {
    content: "CONTACT"; border-top: 1px solid black; 
	/*font-family: 'Barlow', sans-serif;*/font-size: 30px; font-weight: 600;
}
.information_right:before { content: "FORM";border-top: 1px solid black; 
	font-family: 'Barlow', sans-serif;font-size: 30px; font-weight: 600;}

/*左邊資料*/
.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: 44px;
    margin-left: 15px;
    font-size: 15px;
    height: 25px;
    /*border-right: 1px solid #ededed;*/
    letter-spacing: 0.05em;
    color: #545454;
    font-weight: bold;
}
.info_TEL:after, .info_TEL2:after, .info_PHONE:after, .info_LINE:after, .info_FAX:after, .info_TAXID:after, .info_MAIL:after, .info_ADD:after, .info_ADD2:after{
	position: absolute;
    content: "●";
    color: #135f9f;
    font-size: 5px;
    width: 30px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*右邊表單*/
.contact_form li{padding: 7px 0;  border-bottom: 1px #f5f5f5 solid;}
.contact_form li .form__label{letter-spacing: 0.05em; color: #545454; font-weight: bold;}
.contact_form li input.noborder, 
.contact_form li textarea.noborder { border: none; background: #f3f3f3; border-radius: 5px;}


/*================================================RWD1024*/
@media screen and (max-width: 1024px) { 
/*Logo*/
.header_area .nav-brand{/*max-width: 150px;*/}
.header_area.sticky .nav-brand{/*max-width: 110px;*/}

/*header*/
.stellarnav {    margin-top: 5px;}
.navigation {  /*flex-direction: initial;*/}
.me_tp_features {justify-content: center;}
.stellarnav ul { margin: auto;}
.header_area { padding: 7px 5px 5px;}

/*================================================RWD768*/
@media screen and (max-width: 768px) {
.navigation { justify-content: center; padding-left: 30px;padding-right: 35px;}
.me_tp_features { width: auto; /*display: flex;*/ margin: 5px 10px 0 0px;}
.header_area { padding: 7px;}

/*********************側邊選單*/
/*menu*/
.stellarnav .menu-toggle:after { color: #fff;font-size: 9px;}
.stellarnav .menu-toggle span.bars span { background: #adadad;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {  padding: 0;}
.stellarnav {margin-top: 0;}
.stellarnav.mobile{left: 6px;top: 5px;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent; color: #e1e1e1; padding: 18px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #ffffff; margin: 1.5px 1.5px 0 -5px;}

/*底色*/
.stellarnav.mobile li a { border-bottom: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  background: #1a1a1ae8; backdrop-filter: saturate(93%) blur(5px);}
.stellarnav.mobile > ul > li { border-bottom: 1px #ffffff29 solid;}
.stellarnav.mobile > ul > li:hover{background: #000000c9;}
.stellarnav > ul > li > a:hover b { color: #ffffff;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px !important;}

/*第二層*/
.stellarnav.mobile li.open{ background: transparent;}
.stellarnav.mobile ul ul {margin: 0 15px 15px;}
.stellarnav li li a {}
.stellarnav li li:hover a { background: #1c1c1c;}


/*文字*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 1px #535353;}
.stellarnav > ul > li > a{letter-spacing: 2px; margin: 0 5px;}
.stellarnav > ul > li > a b { color: #fff;  line-height: 200%;}
.stellarnav > ul > li.has-sub > a{padding: 10px;}
	
/*********************footer*/
#bottom_menu {display: flex;flex-direction: row; }
#bottom_menu li { background: #141414;}
#bottom_menu li a { color: #fff; line-height: 1;}
#bottom_menu li a em {  margin-top: 9px; letter-spacing: 1px;}
#bottom_menu li a i { color: #808080;}

.footer.with_shopping_mode { padding:20px 0 49px; }
#to_top { bottom:60px;}
.copy { padding-top: 8px;}
.footer_info {  padding: 0 90px 20px; flex-direction: column;}
.footer_info ul {  max-width: 380px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(1) { justify-content: flex-start; padding: 10px;}

h5.blog_le_t, .blog_le .accordion {display: block; text-align: center;}
h5.blog_le_t em:before {  margin: auto;}

.contact_content .information_right {  padding: 50px 10px 10px; }

/*大圖*/
.bannerindex { padding:0; margin:0;}

}
@media screen and (max-width: 600px) { 

.news_list ul li p:after { margin-right: 0;}
.news_list ul li { margin: 10px; background: #ffffff;}

.contact_form li .form__label { background: transparent;}


}

@media screen and (max-width: 570px) { 
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {  display: block; }
.stellarnav .menu-toggle{/*padding: 10px;*/}
}
@media screen and (max-width: 460px) { 

.footer_info li a { /*width: 47%;*/}

}

@media screen and (max-width: 425px) { 
.footer {  animation: shake 30s linear infinite;}
.footer_info {   padding: 0 40px 20px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {  margin: 0 2px;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {  width: 7px;  height: 2px;}
.stellarnav.mobile {left: 0;top: 0; }
}

@media screen and (max-width: 350px) { 
.footer_info li a { width: 100%;}
.footer_info li:nth-child(1) { justify-content: flex-start;}

}