@charset "utf-8";
/*顏色
  淺灰 #adadad
  深深黑 #211915
  
  
/*雙語系*/
.tp_lang { display: inline-block;}
.tp_lang a.lang_en:before { content: 'EN'; background: #183988;}
.tp_lang a.lang_tw:before { background: #dfb066;}
.tp_lang a:before {
    font-size: 16px;
    color: #f0f0f0;
    padding: 2px 16px;
    border-radius: 5px;
}
.tp_lang a:hover:before {background: #9c9c9c;}

/*隱藏內容*/
.me_tp_features {width: 100%;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.stellarnav > ul > li:last-of-type, .footer_menu a:last-of-type{display:none;}

body{font-family: "Bodoni Moda", serif; font-weight: 300;}
.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/
.info_fix_links a:hover {        transition: .8s ease-in-out;    transform: scale(1.2) rotateY(360deg);}
.info_fix_links a{background: rgb(223 176 102 / 60%);   color: #183988;}
.info_fix_links a:hover {    background: rgb(223 176 102 );}

/*================================================Logo*/
.header_area .nav-brand { transition: all 0.3s; /*max-width: 180px;*/}
.header_area.sticky .nav-brand{/*max-width: 160px;*/}
.nav-header {padding: 0 5px; max-width: 350px;}

/*.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; border-top: 5px solid #14388b;  padding: 10px 0 5px;}
.header_area.sticky {  background:#ffffffed;}
.navigation { margin: auto; max-width: 980px; grid-gap: 0 10px; grid-template-columns: 350px 1fr;}
/*購物車*/
.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; }
.stellarnav > ul > li > a b { color: #211915;  font-weight: bold; font-family: "Bodoni Moda", serif; }
.stellarnav > ul > li:nth-child(even) > a b { /*color: #a81d23; */}

.stellarnav > ul > li > a:hover b {  color: #e09d25;}
.stellarnav > ul > li:hover { background: transparent;}

.stellarnav li.has-sub > a:after { border-left: 4px solid transparent; border-right: 4px solid transparent;border-top: 6px solid #ffbc48; }

/*第二層下拉*/
.stellarnav > ul > li:nth-of-type(3) > ul { width: 245px; right: 0; background: transparent;letter-spacing: 0px;font-size: 15px;}
.stellarnav > ul > li > ul > li {}
.stellarnav > ul > li > ul > li:hover {}
.stellarnav > ul > li > ul > li > a{ color: #000;  transition: all 0.6s; background: #ffffffeb; padding: 5px 10px !important;}
.stellarnav > ul > li > ul > li:nth-child(even) > a{ background: #dfe7eff7;}
.stellarnav > ul > li > ul > li:hover > a{color: white; background: #1a3679;}
/*右邊三角形*/
.stellarnav li li.has-sub > a:after{border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid #231815;right: 3px;}
.stellarnav li li.has-sub:hover > a:after {  border-left: 7px solid #fff;}


/*第三層右出*/
.stellarnav > ul > li > ul > li > ul { background: transparent;}
.stellarnav > ul > li > ul > li > ul { width: 385px;}
.stellarnav > ul > li > ul > li > ul > li {border: none;  border-bottom: 1px solid #5d5d5d;}
.stellarnav > ul > li > ul > li > ul > li:hover {}
.stellarnav > ul > li > ul > li > ul > li > a{padding: 2px 5px; background: #3f3f3ff7; color: white;}
.stellarnav > ul > li > ul > li > ul > li:hover > a{background: #1a3679;}

/*================================================footer*/
.footer { background: #14388b; padding: 20px 0 0;}
.footer_info { display: flex; padding: 0 80px;}
.footer_logo {display: none;}
.footer_info ul { padding: 10px 0 0;}
.footer_info li{padding: 0;}
.footer_info li:nth-child(1){  display: flex; flex-wrap: wrap; padding: 0 0 20px;}
.footer_info li p.add2:before {  content: '時間：';}
.footer .center { max-width: 100%;}

/*資訊*/
.footer_info li p {color: #ffe5b6; border-bottom: 1px solid #ffffff12; padding: 10px 10px 10px 0;}
.footer_info li p a { color: #fff;}
.footer_info li a:nth-child(2){display:none;}

/*按鈕*/
.footer_menu a { width: 90px; text-align: center; padding: 7px 0 5px; background: transparent; transition: 1s; border: 1px #90764d solid; color: #ffdeaa;}
.footer_menu a:hover {  background: #fff; color: #141414;  border: 1px #ffffff solid;}

.copy { border-top: 2px #878787 solid; background: #e1b15e;color: #fff; color: #fff; font-weight: 600;}
.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;}
/*英文*/
.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-family: "Noto Serif TC", serif; 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);}
.products-list .more { display: none;}
.products-list .price{display: none; margin: 3px; margin-left: -3px;}
.products-list .price b { color: #141414;  font-size: 20px;  font-weight: 300;}
.products-list .pic{border: 1px solid #686868;}
.products-list .item a{padding-bottom: 0;}

/*================================================BANNER*/
/*首頁大圖*/
/*預設解除背景輪播*/
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

/*大圖滑動點*/

.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-image: url(https://pic03.eapple.com.tw/tzyrhwey/bg.jpg);}
.banner { /* height: 450px;  padding: 5% 0; background-size: cover; background-image: url(https://pic03.eapple.com.tw/penguin/ban.jpg) ;*/}
.banner h5:before{
	content: 'TZYRHWEY';
    font-size: 40px;
    letter-spacing: -1px;
    color: white;font-weight: 700;}
.banner h5 {display: flex;
    flex-direction: column;
    letter-spacing: 0px;
    font-size: 20px;
    padding-top: 7px;
    color: white;font-weight: 300;font-family: 'Bodoni Moda';}	
	
.banF h5:before{font-family: '';content: 'PRODUCTS';}
.article_a .banblog h5:before{		content: 'DOWNLOAD';}
.article_b .banblog h5:before{		content: 'NEWS';}

@media screen and (max-width: 600px) { 
.banner h5:before {font-size: 30px;}
.banner h5 { font-size: 17px;}}

@media screen and (max-width: 425px) { 
.banner h5:before {}
.banner h5 { }}
	/*
.banner.banE h5:before{	content: 'MODEL';}
.banner.banF h5:before{	content: 'SHOP';}
.video_page .banF h5:before{	content: 'VIDEO';}
.banner.banblog h5:before{	content: 'NEWS';}*/

/*================================================按鈕*/
.animated-arrow {
	background: unset;
	transition:.3s;
	position:relative;
	overflow:hidden;
	border-radius: 50px;
	border: 1px #ffffff solid;
    color: #434343;
    background: #e7e7e7;
	margin-top: 0;
	font-size: 14px;
}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{font-weight: 400;}
.animated-arrow::after {
	content:"";
	position:absolute;
	width:0px;
	height:100%;
	top:0px;
	left:0px;
	background: #182240;
	transition:.5s;
}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*================================================購物*/
.product_page, .product-wrapper, .car_page, .stellarnav.desktop li.has-sub a, .product-layer-two li a{font-family:'微軟正黑體';}
.product_page .page { width: 100%;}

.show_content{display: flex; flex-wrap: wrap; padding: 0;}
.car_page .show_content{flex-direction: column;}
.product_page .main_part {  padding: 5%;}
.product_info_page .main_part{max-width: 100%;}
.product_menu_list { margin: 0 2% 0 0;}

/*分類選單*/
.product-layer-two { display: flex; flex-wrap: wrap; flex-direction: column;width: 300px;}
.product-layer-two li { width: 100%; line-height: 15px;}
.product-layer-two li a{border-bottom: 1px #d0d0d0 solid; margin: 0 0 5px; background: #ffffff;padding: 5px 10px 10px;font-weight: bold;}
.product-layer-two li i {height: 30px;} 

.product-layer-two ul { grid-gap: 2px;}
.product-layer-two li ul{position: inherit;width: 85%; margin: 0 50px 5px 10px;}

.product-layer-two li ul>li>a {font-size: 13px; padding: 6px 7px 4px;}
.product-layer-two li ul>li:hover>a{background: #24479a; color:white}
.fa-circle-plus::before { color: #141414c2;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}


.products-list { grid-gap: 20px 10px;flex: 1; min-width: 0;}

.product-layer-two li li{width: auto !important;background: #183988;}
.product-layer-two li li a { background: #e5e5e5;margin: 0;}
.product-layer-two li li.active a{color: white;}


.product-layer-two li:hover ul{}


/*產品列表*/
.products-list .name{font-family: '微軟正黑體';-webkit-line-clamp: 5; height: auto;font-weight: bold;text-align: center;color: #293a78;}

/*內頁*/
.product-wrapper {flex: 1; min-width: 0;}
.related_list li a {font-family: 微軟正黑體;background: transparent;}
.related_list li a p { font-weight: bold; margin-top: 5px;}

/*左邊隔移到下面*/
.product_pic {padding: 0;}
#prod_thumbSwiper { width: 100%; max-width: 100%; height: auto; position: relative; margin-top: 20px;}
#prod_thumbSwiper .swiper-slide { aspect-ratio: 1 / 1;overflow: hidden;height: auto !important; width: 100px; }
.product-wrapper { width: 100%;}

@media screen and (max-width: 768px) {
.show_content { flex-direction: column;} 
.product-layer-two { width: 100%;}

/*
.show_content { flex-direction: column;}
.product-layer-two { flex-direction: row; flex-wrap: wrap;width: 100%;}
.product_menu_list {  margin: 0 0 2%;}
.product-layer-two li{width: 48%;}
.product-layer-two li a { }
.product-layer-two li ul { position: absolute; background: white; padding: 5px; }

.product_info_page .show_content { flex-direction: column-reverse;}
.sidebarBtn { padding: 0;}*/
}


@media screen and (max-width: 475px) { 
.product-layer-two li{width: 100%;}
}


.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);}

.proImgSwiper li, #prod_thumbSwiper .swiper-slide{ border: 1px solid #a1a1a1;}
.sidebarBtn { border: none;}

.rewrite_simple {  background: #183988 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple { background: #ddaf5a url(../images/simple_right.png) 88% center no-repeat;}

.prod_related { padding: 50px 15px 20px;}
.prod_related h6 { margin: 0 auto 40px;}
.prod_related h6 span:before{content: 'Recommended Products';}


/*================================================相簿*/
/*首頁顯示*/
.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 {
    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;
}
.accordion li .link a {
    text-align: center;
}
h5.blog_le_t span{display:none;}
/*文章首頁*/
/*.blog_subbox {    grid-template-columns: 1fr;}
.module_i_news li a, .subbox_item a {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    align-items: flex-end;
}
.i_blog_le, .blog_list_le {
    width: 60%;
    position: relative;
    padding-bottom: 40%;
    left: 0;
    top: 0;
    height: 0;
    border-radius: .5vw;
    overflow: hidden;
}
.module_i_news li a:hover .i_blog_le img, .subbox_item a:hover .blog_list_le img {
    transform: translate(-50%, -50%) scale(1.15);
}
.i_blog_le img, .blog_list_le img {
    display: block;
    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%) scale(1);
    transition: cubic-bezier(0.68, 0.18, 0.54, 0.91) 1s;
}

.i_blog_ri, .blog_list_ri {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 50px;
    padding: 5%;
    min-height: 200px;
    background: rgb(255 255 255 / 80%);
    border-right: 2px solid black;
    transition: all 0.5s;
}
.i_blog_ri, .blog_list_ri {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 50px;
    padding: 5%;
    min-height: 200px;
    background: rgb(255 255 255 / 80%);
    border-right: 2px solid black;
    transition: all 0.5s;
}
.module_i_news li a:hover .i_blog_ri, .subbox_item a:hover .blog_list_ri {    background: #fff;}
.subbox_item a:after{display: none;}
.subbox_item a:before {    opacity: 1;    color: black;}

/*文章內層*/
.blog_back{width: 100%;}
.blog_back a.article_btn_back {    background: white; border: 1px solid black; color: black;}
.blog_back a.article_btn_prev {    background: #333;}
.blog_back a.article_btn_next {    background: #333;}

.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;}

/*內頁下方按鈕*/
.promotion_title, .pmtTitle span {display:none;}
.page {margin: 40px auto 0;}
.other_select_page .page{margin:0;}
.other_promotion { display: flex; justify-content: center; padding: 30px 5%; background: #181818;}
.other_promotion .pmtTitle h3 { margin: 0; color: #eaeaea;}
.other_promotion li a:hover h3{color: black;}
		
/*標籤*/
/*.news_tags a {    color: red;}*/

/*文章-相關推薦*/
.news_related {
    padding: 80px 20px;
    background: url(https://pic03.eapple.com.tw/extwrap/100-90-5.png) #d7d7d726;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
}
.news_related h6 span:before { content: 'Related'; color: #575757; font-weight: 500;}
.lastPage {
    color: #3c3c3c;
    background: transparent;
    border: 1px solid #686868;
}
/*
@media screen and (max-width: 1024px) {
/*文章*//*
    .module_i_news li a, .subbox_item a {
        flex-direction: column;
    }
    .i_blog_le, .blog_list_le, .i_blog_ri, .blog_list_ri {
        width: 100%;
    }
    .i_blog_le, .blog_list_le {
        padding-bottom: 50%;
        border-radius: 0;
    }
    .i_blog_ri, .blog_list_ri {
        position: relative;
        right: 0;
        bottom: unset;
        padding: 30px 5%;
        min-height: unset;
        border: none;
        border-top: 2px solid black;
        background: #f8f8f8;
    }
    .module_i_news li a:hover .i_blog_ri, .subbox_item a:hover .blog_list_ri {
        background: #f8f8f8;
    }}




@media screen and (max-width: 600px) {
    /*文章*//*
    .module_i_news ul, .blog_subbox {        grid-template-columns: 1fr;    }
    .i_blog_le, .blog_list_le {        padding-bottom: 75%;    }
}


/*================================================表單*/
/*標題*/
.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;}

/*左邊資料*/
.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; width: 95%;}
.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;}
/*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: #000000e8; backdrop-filter: saturate(93%) blur(5px);max-width: 470px}
.stellarnav.mobile > ul > li { border-bottom: 1px #ffffff29 solid;}

/*第二層*/
.stellarnav.mobile li.open li.open{padding: 0;padding-bottom: 1px;}
.stellarnav.mobile li.open{ background: transparent;padding: 0;}
.stellarnav.mobile ul ul {margin: 0 15px 15px; font-family: '微軟正黑體';}
.stellarnav li li a {}

.stellarnav.mobile li li.has-sub a{padding: 10px !important;color: black;}
.stellarnav > ul > li > ul > li:hover > a { background: transparent;}

/*第三層*/
.stellarnav.mobile li li a.dd-toggle{background: transparent;width: 30px; height: 30px;}
.stellarnav.mobile li li a{padding: 10px !important;}

.stellarnav.mobile ul ul ul { margin: 0 30px 10px 10px;background: #e6e6e6;}
.stellarnav.mobile ul ul ul li a{ background: #4f4f4f; color: white !important;}
.stellarnav.mobile ul ul ul li a:hover{background: #1c3a85; color: white;}
.stellarnav.mobile li li.has-sub ul li a{ padding: 5px 10px !important;}

/*文字*/
.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;}
.stellarnav > ul > li > a b { color: #fff;  font-weight: 300; line-height: 200%;}
.stellarnav > ul > li.has-sub > a{padding: 10px;}
	
/*********************footer*/
#bottom_menu {display: flex; }
#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 35px; flex-direction: column;}
.footer_info li+li{margin-top: 0;}
.footer_menu a{width: 31%;}

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) { 
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {  padding: 0;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {  display: block; }

.footer_info {   padding: 0 35px;}
}
@media screen and (max-width: 460px) { 

.footer_info li a { width: 47%;}

}

@media screen and (max-width: 425px) { 
.footer {  animation: shake 30s linear infinite;}

.nav-header { max-width: 300px;}
.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%;}
}

















/*動畫*/
@keyframes noise {
 0% { background-position: -88px 166px} 20% { background-position: 222px -333px} 40% { background-position: -111px 444px} 
 60% { background-position: 33px -66px} 80% { background-position: -138px 212px} 100% { background-position: 317px -197px}
}
@keyframes show_b { 0% { height: 0; opacity: .5;} 100% { height: 1.618vw; opacity: 1;}}
@-webkit-keyframes bounce-in-top {
 0% {
 -webkit-transform: translateY(-500px);
 transform: translateY(-500px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 38% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 opacity: 1;
}
 55% {
 -webkit-transform: translateY(-65px);
 transform: translateY(-65px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 72% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 81% {
 -webkit-transform: translateY(-28px);
 transform: translateY(-28px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 90% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 95% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
}
@keyframes bounce-in-top {
 0% {
 -webkit-transform: translateY(-500px);
 transform: translateY(-500px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 38% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 opacity: 1;
}
 55% {
 -webkit-transform: translateY(-65px);
 transform: translateY(-65px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 72% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 81% {
 -webkit-transform: translateY(-28px);
 transform: translateY(-28px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 90% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 95% {
 -webkit-transform: translateY(-8px);
 transform: translateY(-8px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;}
}
@-webkit-keyframes tracking-in-contract-bck {
 0% {
 letter-spacing: 10px;
 -webkit-transform: translateZ(800px);
 transform: translateZ(800px);
 opacity: 0;
}
 40% {
 opacity: 0.6;
}
 100% {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 opacity: 1;
}
}
@keyframes tracking-in-contract-bck {
 0% {
 letter-spacing: 10px;
 -webkit-transform: translateZ(800px);
 transform: translateZ(800px);
 opacity: 0;
}
 40% {
 opacity: 0.6;
}
 100% {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 opacity: 1;
}
}