 @charset "utf-8";
/*顏色
  淺灰 #adadad
  深深黑 #211915*/
  
:root{
	--maincolor: #434343;
	--subcolor: #d5d5d5;
}
  

/*隱藏內容*/
.me_tp_features{display:none;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.me_tp_features {  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 / .8); border: 1px solid rgb(213 210 193);}
.info_fix_links a:hover { color: rgb(255 255 255); background:var(--maincolor); 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*/
.header_area { height: auto; background: #fff;  padding:10px 0 6px;}
.header_area.sticky {  background:#ffffffed;border-bottom: none;}
.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:nth-of-type(6) > a, .stellarnav > ul > li:nth-of-type(7) > a {padding-right: 17px !important;}
.stellarnav > ul > li > a b { color: #595959; letter-spacing: 2px; ;font-weight: bold;}

.stellarnav > ul > li > a:hover b {  color: #bebebe; }
.stellarnav > ul > li:hover { background: transparent;}

.stellarnav > ul > li.has-sub > a{/*padding-right: 15px;*/}
.stellarnav li.has-sub > a:after { border-top: 6px solid #d7d7d7;right: 5px;}

/*第二層下拉*/
.stellarnav ul ul { background: transparent; width: 150px; font-size: 14px;}
.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: #f5f5f5; padding: 35px 0 0;}
.footer_info { /*display: flex; flex-direction: column; */align-items: center; grid-gap: 20px; margin: auto; padding:0;max-width: 950px;}
.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;*/ padding: 0 0 15px;}
.footer_info li:nth-child(2){padding: 5px 0;display: flex; justify-content: center;justify-content: center; border-top: 1px solid #b4b4b4;}

/*資訊*/
.footer_info li p {color: #6a6a6a; font-weight: bold;display: flex;}

.footer_info li p:after{content: '●';color:var(--subcolor);margin: 0 5px 0 8px;order: 1;}
.footer_info li p:before{order: 2;}
.footer_info li p a{order: 3;}

/*按鈕*/
.footer_menu{/*display: flex; justify-content: center; flex-wrap: wrap;*/}

@media screen and (max-width: 1024px) {
.footer .center { padding: 0 10%;}
.footer_info {  display: flex; flex-direction: column; align-items: center;}
.footer_info li { display: flex;flex-wrap: wrap;justify-content: center;}
.footer_menu { display: flex; justify-content: center;flex-wrap: wrap;}
.footer_info li:nth-child(2) { padding: 10px 0;}
.footer_info { grid-gap: 10px;}

}
@media screen and (max-width: 500px) {
.footer .center { padding: 0 3%; }
.footer_info li {justify-content: flex-start;}


}

.footer_menu a { background: transparent; border: none; text-align: center;}
.footer_menu a:hover {  background: var(--maincolor); color: #ffffff;}

.copy { background: #3a3a38; color: #fff; color: #fff; font-weight: 600;margin-top: 0;}
.copy a{ color: #fff; transition:all 0.3s;}
.copy a:hover{ color: #14388b;}

#to_top{border: 1px solid #ffffff33;background:var(--maincolor);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;}
/*英文*/
.i_prod_tit h2, .i_video_tit h2, .news_part .title_i_box h6, .module_i_album .title_i_box h6{ font-size: 16px; 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: 24px; 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;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/lzlaws/BNA.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    z-index: 101;
    animation: tracking-in-contract-bck 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.5s both;
	
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {background-image: url(https://pic03.eapple.com.tw/lzlaws/BNB.png);}

@keyframes tracking-in-contract-bck {
 0% { transform: translateY(10%); opacity: 0;}
 60% { transform: translateY(0);}
 70% { transform: translateY(1%);opacity: 1;}
 100% { transform: translateY(0);}
}


/*大圖滑動點*/

.bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 3px; width: 10px; height: 3px; border-radius: 10px; opacity: 1;}
.bannerindex .swiper-pagination-bullet-active {  background: #211915;}
.bannerindex .swiper-pagination-bullets.swiper-pagination-horizontal{margin-bottom: 3%;}

/*內頁大圖*/
.banner {background: #e6e6e6; height: 150px;  padding: 5% 0; background-size: cover; background-image: url(https://pic03.eapple.com.tw/lzlaws/ban.jpg);}
.banner h5 {display: flex; flex-direction: column; letter-spacing: 5px;  font-weight: 800; color: white; font-size: 24px;}	
.banner h5:before{content: 'LEGAL ZONE';margin-bottom: 5px; font-weight: 100; color: white;	font-size: 15px;}
	
.banner.banF h5:before{	content: 'TEAM';}
.banner.banblog h5:before{	content: 'CASE';}
.article_b .banner.banblog h5:before{	content: 'COLUMN';}
	
@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: #e7e7e7;
	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: var(--maincolor);
	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: var(--maincolor);}

.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: var(--maincolor);  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;}

/*================================================文章*/
/*文章首頁左側選單*/
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: var(--maincolor) !important;}
.blog_le .accordion, .blog_search input[type=search] {border-radius: 0;}

.accordion li .link a {
    text-align: center;
}
/*文章首頁*/
.module_i_news { border-top: 1px solid #e2e2e2;}
.module_i_news .title_i_box h6{font-size: 16px; font-weight: 100; color: #8d8d8d; letter-spacing: 5px;margin-left: 3px;}
.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: var(--maincolor);
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 5px;
}
.module_i_news01, .prod_related {
    background: repeating-linear-gradient(-45deg, #bcb08b1f, #bcb08b1f 1px, transparent 1px, transparent 10px), repeating-linear-gradient(45deg, #bcb08b1f, #bcb08b1f 1px, transparent 1px, transparent 10px);
	border-top: 1px solid #d4d4d4;
}

.module_i_news_list, .module_i_news_list.swiper{padding: 15px 0 40px;}

.module_i_news ul{grid-template-columns: 1fr 1fr 1fr 1fr;grid-gap: 50px;}
.blog_subbox{grid-template-columns:1fr;grid-gap: 40px;}

.module_i_news li {  background: white; border: 1px solid #e9e9e9;}
.module_i_news li a { display: flex; flex-wrap: wrap;grid-gap: 0px;}

.i_blog_le, .blog_list_le   {aspect-ratio: 16 / 9;}
.i_blog_ri   {padding: 10px 15px 15px;}
.blog_list_ri{padding: 15px 10px; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef;}

.i_blog_ri h5, .blog_list_ri h5{line-height: 150%; font-size: 16px; color: #3b3b3b; font-weight: 600; text-align: justify;-webkit-line-clamp: 3;}
.blog_list_ri h5 { font-size: 20px;}

.i_blog_ri em, .blog_list_ri em{font-size: 12px;margin: 8px 0;}
.i_blog_ri p, .blog_list_ri p {font-size: 12px;line-height: 150%;color: #565656; font-weight: 600; text-align: justify;s-webkit-line-clamp: 5;-webkit-line-clamp: 10;}

.module_i_news li a:before, .subbox_item a:before {display:none; color: #ffffff;}
.module_i_news li a:after, .subbox_item a:after{display:none; background: transparent; border: none;}

.module_i_news li:hover{background: #efefef;}


.subbox_item a {grid-template-columns: 250px 1fr;}

/*文章內層*/
.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: var(--maincolor);border: 1px solid #949494;}

.blog_box_edit * {   width: 100%; line-height: 200%;}
.blog_shareData { border-bottom: 1px solid black; padding-bottom: 10px; justify-content: flex-end;}
h4.blog_category_title {  padding: 0;  margin-bottom: 10px;}
.toShareNews b { 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: #575757; font-weight: 500;}
.lastPage {
    color: #3c3c3c;
    background: transparent;
    border: 1px solid #686868;
}

@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; }
}
@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;}

}

/*================================================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;}
	
/*********************側邊選單*/
/*menu*/
.stellarnav .menu-toggle:after { color: #adadad;}
.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;}

/*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: #616161e8; backdrop-filter: saturate(93%) blur(5px);}
.stellarnav.mobile > ul > li { border-bottom: 1px #ffffff29 solid;background: #0000003b;}

/*第二層*/
.stellarnav.mobile li.open{ background: transparent;}
.stellarnav.mobile ul ul {margin: 0 15px 15px;}
.stellarnav li li a {}
.stellarnav li li:hover a { background: var(--maincolor);}


/*文字*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 1px #ffffff;}
.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 { flex-direction: column;}
.footer_info li+li{margin-top: 0;}

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 {}

.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;}
}

@media screen and (max-width: 350px) { 
.footer_info li a { /*width: 100%;*/}
.footer_info li:nth-child(1) { justify-content: flex-start;}

}