@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bellefair&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Russo+One&display=swap');

/*
關於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 {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.shop_search_btn {
    background: #b7d1a4;
    color: #333;}
.box_search input[type=text]{    max-width: 140px;}
#to_top{    color: #222222;}
#to_top i:before, #to_top i:after {
    background: #222222;}

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}

#content_main{    background: #f4efee;}
#content{    background: #f4efee;}

/* header======= */

.header_area{    background: #333;}
.pageIndex .header_area {
    width: 100%;
    padding: 0;
    background: transparent;
    display: block;
    position: fixed;
}

body.pageIndex .header_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background: linear-gradient(180deg, #403b28 0%, #403b2800 100%);
    mix-blend-mode: color-burn;
    transition: all 0.3s ease-in-out;
    opacity: 0.33;
}

body.pageIndex header.header_area.sticky:before {
    height: 0;
    transition: all 0.3s ease-in-out;

}

header.header_area.sticky {
    background: #393939;
}

.header_area.sticky {
    transition: all 0.3s ease-in-out;
}

.main_header_area {
    background: transparent;
    transition: all 0.3s ease-in-out;

}

header.header_area.sticky {
    transition: all 0.3s ease-in-out;
}


.main_header_area .container {
    max-width: 2000px;
}

.stellarnav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 0;
    padding: 20px 0 15px 0;
}

header.header_area.sticky .stellarnav {
    padding-top: 16px;
    padding-bottom: 12px;
    transition: all 0.3s ease-in-out;
}


.stellarnav li a {
    padding: 10px;
}

.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #feffe9;
    transition: all 0.3s ease-in-out;
}

header.header_area.sticky .stellarnav li.has-sub>a:after {
    color: #746D65;
    transition: all 0.3s ease-in-out;

}

.stellarnav>ul>li>a b {
    color: #fcf8f6;
}

header.header_area.sticky .stellarnav>ul>li>a b {
    color: #ffffff;
}

.stellarnav>ul>li>a,
.stellarnav.desktop>li.has-sub>a {
    color: #746D65;
    transition: all 0.3s;
    font-size: 14px;
    padding: 0 10px;
    font-weight: bold;
}

.stellarnav>ul>li>a b {
    font-weight: 400;
    font-size: 17px;
}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 17px;
    text-transform: initial;
}

.stellarnav.desktop li.has-sub a {}

.stellarnav>ul>li>a:hover {
    color: #192821;
}

.stellarnav.desktop li.has-sub>a:hover {
    color: #f4f4f4;
}

.stellarnav.desktop li.has-sub>ul>li>a {
    color: #192821;
    transition: all 0.3s ease-in-out;
}

.stellarnav.desktop li.has-sub>ul>li>a:hover {
    color: #8A865C;
    border-left: solid 5px;
    transition: all 0.3s ease-in-out;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.active>a,
.stellarnav>ul>li.focus>a {
    color: #f4f4f4;
}


.stellarnav>ul>li {
    transition: all 0.6s;
    vertical-align: top;
    position: relative;
}



.stellarnav>ul>li:hover a:before {
    font-size: 17px;
    transition: all 0.1s ease-in-out;
}
.pageIndex .navigation{display: flex;
    align-items: center;
	margin: auto;
    justify-content: space-between;
    border-bottom: 1px #feffe9 solid;
    transition: all 0.3s ease-in-out;
    width: 100%;}
.navigation{display: flex;
    align-items: center;
	margin: auto;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    width: 100%;}
.me_tp_features{position: absolute;
    display: flex;
    justify-content: end;}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: revert;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 75%;
    position: relative;
    justify-content: flex-end;
}
.stellarnav>ul>li>a, .stellarnav.desktop>li.has-sub>a{    color: #fff;    letter-spacing: 2px;}
.nav-brand{ filter: invert(1);    margin: 0;}
.pageIndex .nav-brand{ filter: none;}
.nav-brand img {
    width: 190px;}
.tp_links{display:none;}
.main_header_area .container {
    max-width: 1800px;
    width: 100%;
}
.me_tp_features a{    color: #fff;    z-index: 999999;margin: 0 15px;}
.sticky .nav-brand {
    width: 185px;
    transition: all 0.5s;
	filter: invert(1);
	
}
.pageIndex .nav-brand img {
            filter: invert(1);
    }
.pageIndex .sticky .nav-brand {
    filter: unset;
}
.sticky .nav-brand {
        filter: invert(1);
    }

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 17px;
    text-transform: initial;
}
header.header_area.sticky .stellarnav>ul>li>a b {
    color: #ffffff;
}
.stellarnav.desktop li.has-sub>a:hover {
    color: #f4f4f4;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "讓視界，合你所美";
    position: absolute;
    left: 8vw;
    bottom: 20vw;
    padding-bottom: 70px;
    font-size: 58px;
    color: #fff;
    z-index: 100;
    font-family: "Noto Serif TC", serif;
    animation: up 1.5s both;
	letter-spacing:5px;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{
	content: "讓視界，合你所美";
    position: absolute;
    left: 8vw;
    bottom: 20vw;
    padding-bottom: 70px;
    font-size: 58px;
    color: #222;
    z-index: 100;
    font-family: "Noto Serif TC", serif;
    animation: up 1.5s both;
	letter-spacing:5px;}


.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after{
	 content: "OPTOMETRY CLINIC";
    font-size: 22px;
    position: absolute;
    left: 8vw;
    bottom: 21vw;
    font-size: 14px;
    color: #fff;
    z-index: 100;
    white-space: pre;
    line-height: 1.8;
    animation: up 1.5s both;
    animation-delay: .5s;
    margin-top: 100px;
	letter-spacing:15px;}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after{
	 content: "OPTOMETRY CLINIC";
    font-size: 22px;
    position: absolute;
    left: 8vw;
    bottom: 21vw;
    font-size: 14px;
    color: #666;
    z-index: 100;
    white-space: pre;
    line-height: 1.8;
    animation: up 1.5s both;
    animation-delay: .5s;
    margin-top: 100px;
	letter-spacing:15px;}

@keyframes up{
	0%{transform: translateY(0px);opacity: 0;}
	100%{transform: translateY(-1vw);opacity: 1;}
}

.path p, .path p a{display:none;}

/*footer*/
.footer{background: #333;}
.footer_info li p{color: #fcf8f6;}
.footer_info li p a{color: #fcf8f6;}
.box_link a{display:none;}
.footer_logo{    filter: invert(1);
    width: 200px;}
.copy{    background: #b7d1a4;
font-size: 12px;
    color: #333333;}
.footer_menu a{color: #b7d1a4;
    width: 100px;
    text-align: center;
    background: #333333;}
.footer_info{padding-right: 0;    grid-gap: 0;}
.footer_menu a:hover {
    background: #b7d1a4;
    color: #333333;
}
.footer_info li p.add2:before {
    content: '營業時間：';
}
.footer_info li p:nth-child(3) {
    display: none;
}

/*首頁商品*/
.i_prod_tit h2, .i_video_tit h2 {
    font-size: 36px;
    display: none;
}
.i_prod_tit span:before {
    content: 'Products';
    display: block;
    font-size: 30px;
    color: #333;
}
.products-list .pic:before {
    content: "+ M O R E ";
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 161%;
    background: #2c3439;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
}
.products-list a:hover .pic:before {
    opacity: 0;
}
.products-list a:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2);
    filter: none;
    transition: all 0.3s;
}
.products-list a:hover .pic:after {
    opacity: 0;
}
.products-list .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #1d1d1d2b;
    opacity: 1;
}
.products-list .name {
    position: relative;
    height: 61px;
    color: #000;
	 line-height: 1.2;
}
.products-list .name:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    top: 60px;
    left: 0px;
}
.products-list .price {
    display: flex;
    margin: 0px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.products-list .more {
    display: none;
}
.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.products-list .price b{color: #af896a;}
.animated-arrow {
    background: #333333;}
.i_prod_tit span, .i_video_tit span {
    font-size: 25px;
}

/*文章管理*/
h5.blog_le_t em {
    display: none;}
.blog_back a.article_btn_back {
    background: #b7d1a4;
    color: #222;
}
.articel_mainPic img {
    display: none;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #222 !important;
    background: #b7d1a4;
}
.subbox_item a {
    display: block;}
.blog_subbox{grid-template-columns: 1fr 1fr 1fr;}
body.blog_page.article_a .subbox_item{    background: #e3d9d8;
    padding: 10px;}
	
/*文章圖片放大*/
.subbox_item a img {
    transition: all 0.5s;
}
.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.blog_list_le {
    overflow: hidden;
    padding: 0;
}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}

/*文章管理2*/

body.blog_page.article_b .blog_list_le img {
    display: none;}
body.blog_page.article_b .subbox_item a {    display: block;    padding: 30px 20px;}
body.blog_page.article_b .blog_list_le {
    display: none;}
body.blog_page.article_b .blog_subbox{    display: block;}
body.blog_page.article_b .subbox_item{    border-bottom: 1px #ccc solid;}
body.blog_page.article_b .blog_list_ri h5{    color: #222;    font-weight: 600;}
.news_related.article_related{     display: none;}
.news_related{background: #e6dddb;}
.news_related h6 span:before{    content: '相關推薦';
    font-size: 18px;
    color: #222222;
    letter-spacing: 2px;
}

/*購物車*/
.product-layer-two li a{
    padding: 5px 25px;
    border: none;
    border-bottom: 1px dotted transparent;
    background: transparent;
    font-weight: 600;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background:#b59275;
    transition: 0.3s ease-in-out;
}
.product-layer-two li:hover a {
    color: #2c2f58;
}
.product-layer-two li.active > a:before {
    background: #fff;
    color: #b59275;
}
.product-layer-two li.active {
    background: #b59275;
    border-radius: 10px;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0;
    color: #fff;
}
.product-layer-two li {
    margin: 0 0 10px;
    width: 100%;
    padding: 0 10px;
}
.product-layer-two li:hover a:before {
    background: #fff;
    color: #b59275;
}
.prod_related {
    background: #e6dddb;}
.prod_related h6 span:before{
    content: '相關推薦';
    font-size: 18px;
    color: #222222;
    letter-spacing: 2px;
}
.lastPage {
    color: #e6dddb;
    background: #b59275;
}
.sidebarBtn{border: 5px #e6dddb solid;}
.inquiry_a3 {
    background: #b59275;
}

/*聯絡我們*/
.contact_content .information_left{display:none;}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
	padding:10px;
}
.contact_content{    max-width: 1200px;}
.blank_letter{font-size: 25px;
    color: #222;}

.contact_page h4.blank_letter.f:after {
    content: "欲了解優惠訊息請填寫以下表單，將由專人為您詳細介紹優惠和解決方案！";
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 85px;
    color: var(--tccolor);
    font-weight: 500;
    letter-spacing: 2px;
    color: #666;
}
.contact_page ul.contact_form.form {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px 20px;
    align-items: start;
    padding: 0px;
    margin-top: 60px;
}
.contact_form li .form__label{    max-width: 100%;
    text-align: left;}
.contact_page ul.contact_form.form li {
    grid-template-columns: 1fr;
    grid-column: auto / span 4;
    grid-gap: 5px;
}
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1){
    grid-column: auto / span 8 !important;
}
.contact_form li.last cite {
    background: #b7d1a4;
    color: #222;
}
.contact_editbox{    padding: 0;}
@media screen and (max-width: 500px) { 
.contact_form {
        display: block;}
.contact_form li .form__label{background: rgb(247 244 238);}
}

/*匯款通知*/
.send_simple{background: #b7d1a4 url(../images/simple_right.png) 88% center no-repeat;
}
.rewrite_simple {
    background: #b7b7b7 url(../images/simple_left.png) 10% center no-repeat;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/hermeiglasses/banner_bg001.jpg) no-repeat;
    height: 400px;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    background-position-x: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}
.banner h5 {
    background: #f4efee;
    padding: 10px;
    color: #222;
    font-size: 25px;
    position: relative;
    text-align: left;
    letter-spacing: 2px;
    font-weight: normal;
}
.banner.banF h5::before {
    content: 'Products';
    display: block;
    color: #222;
    font-size: 50px;
}
.banner.banblog h5::before {
    content: 'News';
    display: block;
    color: #222;
    font-size: 50px;
}
.banner.banC h5::before {
    content: 'Contact';
    display: block;
    color: #222;
    font-size: 50px;
}

body.blog_page.article_b .banner.banblog h5::before {
    content: 'Q&A';}
.banner.banA {}
.banner.banB {display:none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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: 1800px) {
	.stellarnav ul{    justify-content: center;}
}
	

@media screen and (max-width: 1366px) {

.pageIndex .header_area{position: sticky;    background: #333;}
.header_area{    background: #333;}

.stellarnav>ul>li>a, .stellarnav.desktop>li.has-sub>a{    letter-spacing: 0px;}
.main_header_area{    background: #222;}
.stellarnav ul{    width: 67%;}

}
@media screen and (max-width: 1200px) {
	.me_tp_features {
    position: relative;
    display: flex;
    justify-content: center;
}
.stellarnav ul{    width: 100%;}
.stellarnav ul{justify-content: center;}


}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav{    padding: 10px;}
.stellarnav.mobile ul{background: #333;}
.stellarnav>ul>li>a b:nth-child(2){display:none;}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{font-size: 20px;bottom: 15vw;
    padding-bottom: 40px;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after{    bottom: 18vw;letter-spacing: 3px;
    font-size: 9px;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before{font-size: 20px;bottom: 15vw;
    padding-bottom: 40px;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after{    bottom: 18vw;letter-spacing: 3px;
    font-size: 9px;}

.stellarnav.mobile li.open {
    background: #b7d1a4;}
.stellarnav.mobile > ul > li > a {
    padding: 20px 43px 20px 10px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 20px 0;}
.stellarnav li a{    color: #b7d1a4;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #b7d1a4;}
.footer_logo img{    width: 190px;}
.header_area{    padding: 0;}
body.pageIndex .header_area:before{display:none;}


}

@media screen and (max-width: 600px) { 
.nav-brand img {
    width: 185px;
    padding: 5px;
	filter: invert(1);
}
.nav-brand {
    filter: drop-shadow(2px 4px 6px black);
}
.sticky .nav-brand {
    filter: initial;
}
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}
.banner.banblog h5::before{font-size: 30px;}
.banner.banF h5::before{font-size: 30px;}
.banner.banC h5::before{font-size: 30px;}
.banner h5{    font-size: 20px;font-weight: 500;}
.formbox_form li+li{margin-top: 0px;}

.products-list .name{    height: auto;}

}




