@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #67c5f2 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {background: #fff;   padding: 0 0;}
.header_area.sticky{background: #fff;}
.main_header_area .container {   max-width: 100%;}
.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
/*第一層*/
.stellarnav ul{text-align: center;}
.stellarnav {
    border-top: 1px solid #dddddd96;
    border-bottom: 1px solid #dddddd;
	padding: 4px 0;
}
/*
.stellarnav > ul > li {
    border-left: 1px solid #ddd;
}
.stellarnav > ul > li:last-of-type {
    border-right: 1px solid #ddd;
}
*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    margin: 0px 35px;
    color: #333;
    letter-spacing: 0.107em;
    line-height: 45px;
    height: 45px;
	font-weight: 600;
}

.stellarnav > ul > li:hover {color: #72b6d5;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a {    padding-right: 0;}


.stellarnav > ul > li:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url('https://pic03.eapple.com.tw/muyan0270/btn_icon-01.png') center / contain no-repeat;
    position: absolute;
    left: -3px;
    top: 10px;
	transition: all 0.3s;
}
.stellarnav > ul > li:nth-of-type(even):before{background: url('https://pic03.eapple.com.tw/muyan0270/btn_icon-02.png') center / contain no-repeat;}
.stellarnav > ul > li:nth-of-type(6):before, .stellarnav > ul > li:nth-of-type(8):before{background: url('https://pic03.eapple.com.tw/muyan0270/btn_icon-03.png') center / contain no-repeat;}
.stellarnav > ul > li:hover:before {
    transform:rotate(40deg);
}

/*第二層*/
.stellarnav ul ul {   width: auto;   min-width: 180px;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{  color: #555;  padding: 10px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:8px;border-color:#67c5f2 ; background: #67c5f2 ;}

/*SubMenu*/
.shop_search_btn {    background: #67c5f2;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover { letter-spacing: 1.5px;}
a.me_tp_mail, a.me_tp_fb, a.me_tp_ig{   display: none; }
.tp_lang, a.me_tp_fb {   display: none; }

.me_tp_features {
    position: absolute;
    top: 20%;
    right: 30px;
    width: auto;
	display: none;
}
.tp_links {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
a.me_tp_line, a.me_tp_call {
    color: #444;
    border: 1px solid #66c5f094;
    border-radius: 99em;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.tp_links .fa-line:after{
	content: '加入LINE';
	font-family: "微軟正黑體";
    font-weight: 600;
	padding-left: 5px;
}
.tp_links .fa-phone-volume::after {
    content: '電話諮詢';
    font-weight: 600;
	padding-left: 5px;
}

/*Logo/＝＝＝＝＝*/
.nav-header {
    max-width: 200px;
    padding: 20px 0;
    transition: all 0.3s;
}
.header_area .nav-brand {    width: 100%;max-width: 280px; transition: all 0.3s; }
.header_area.sticky .nav-header{ max-width: 160px;transition: all 0.3s;}

/*Footer/＝＝＝＝＝*/
.footer {
    padding: 40px 0 0;
	background: #eaf2f4;
}
.footer .center { width: 95%;  max-width: 1200px;}
.footer_logo img { width: 100%;}
.footer_logo {  max-width: 200px;}
.footer_info {
    grid-template-columns: 250px  1fr;
    align-items: center;
    padding-bottom: 10px;
	padding-right: 0;
}
.footer_info ul {
    display: grid;
    grid-template-columns:1fr 45%;
}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before, .box_link:before {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    color: #66c5f0;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
}
.footer_info li:nth-child(1):before {
    content: "CONTACT US";
}
.footer_info li:nth-child(2):before {
    content: "SITE LINKS";
}
.footer_info li:nth-child(1) {   display: grid;}
.footer_info li:nth-child(2) {	padding: 6px;}
.footer_info li p.add:after {
	display: block;
    content: '營業時間：週一到週六9:00～21:00｜週日休息';
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.footer_menu a {
    margin: 0;
    padding: 5px 0;
    transition: all 0.3s;
    border: 1px #cccccc00 solid;
    color: #555;
    background: #f0f0f000;
}
.footer_menu a:hover {
    letter-spacing: 1px;
    background: #fff0;
    color: #66c5f0;
}
.car_page .footer_info li p:before{    position: initial;   display: inline;}
/*.footer_menu a:nth-child(1){display: none;}*/

.copy {
    font-size: 12px;
    background: #ffffff00;
    border-top: 1px #999999bd  solid;
}
.copy a, .copy p, .copy span {
    font-size: 12px;
    color: #999999bd;
    transition: all 0.3s;
}

.box_link {   display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #67c5f2;    color: #fff;}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #67c5f2;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
.bannerindex, .bannerindex .swiper-banner {
    position: relative;
    height: auto;
}
#content_main{margin-top: 0;    min-height: 40vw;	}



/*Banner/＝＝＝＝＝*/
.banner h5 {
    font-size: 30px;
    color: #835d40;
    font-weight: 400;
      font-family: "Huninn", sans-serif;
  font-style: normal;
	line-height: 120%;
	padding-bottom: 30px;
    animation: fadeInOut 1s ease-out forwards;
}

.banner h5:before {
	display: block;
    content: 'ARTICLE';
    font-size: 20px;;
	color: #9ec048;
	letter-spacing: 4px;
	animation: fadeInOut 1s ease-out forwards;
}
.article_b .banner h5:before {
    content: 'NEWS';
	color: #67c5f2;
}
.banF h5:before {
    content: 'TEAM';
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
	letter-spacing: 8px;
  }

  100% {
    opacity: 1;
	letter-spacing: 3px;
  }
}

.banner {
    height: 350px;
    background-size: cover !important;
    background-position: 80% bottom !important;
    width: 100%;
	background-image: url(https://pic03.eapple.com.tw/muyan0270/ban.jpg);
}
.other_page .banner.banB, /*.product_info_page .banF,*/ .banA{display: none;}/*編輯頁*/
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/muyan0270/ban.jpg);}/*文章管理*/


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{border-bottom: 1px solid #ccc;    text-align: right; display: none;}
.path p{
	position: relative;
    width: auto;
    display: inline-block;
    padding-left: 5px;
    line-height: 24px;
    margin-bottom: -1px;
    border-bottom: 1px solid #000;
    max-width: 100%;
}
.path p:after{
	content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 5px;
    left: 0;
    bottom: -3px;
}
.path p a:hover {color: #67c5f2; }
.other_page .path p {display: none;}
.other_page .main_part .path{display: none;}


/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page a:hover{ color: #67c5f2; background: #00000000;}
.page strong,  .page li.active {    background: #67c5f2;border: 1px solid #67c5f2; border-radius: 99em;}
li.pre_page, li.next_page {    width: auto !important;}

/*購物車/＝＝＝＝＝*/
.product_page .main_part {    max-width: 1200px;}
.prod_part {    width: 90%;}
.products-list {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .pic {
    aspect-ratio: 3/4;
    border-radius: 15px;
}
.products-list .name {
    text-align: center;
    font-size: 18px;
    color: #333;
    height: auto;
    margin: 20px 0;
    line-height: normal;
    -webkit-line-clamp: 1;
}
.products-list .more {
    border: 1px solid #67c5f259;
    color: #99d9f7;
    font-size: 15px;
	border-radius: 99em;
}
.products-list .item a:hover .more {    background: #67c5f2;}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #67c5f2;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product-layer-two {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {
    padding: 0 10px;
    min-width: 150px;
    text-align: center;
}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #67c5f2;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #67c5f2; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #67c5f2;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #67c5f2;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.swiper-vertical>.swiper-wrapper, .sidebarBtn, .prod_info_clearfix, .pd_tabTitle {   display: none;}
.product-wrapper {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 5%;
}
.product_main {   width: 100%;}
.product_pic h6 {font-size: 12px;  color: #333;}
.product_pic {    padding-left: 0;}
.proImgSwiper{aspect-ratio: auto;}
.proImgSwiper img {    border-radius: 20px;}
.prod_tabs {  margin-top: 0;}
.pd_tabInner_contain {    padding-top: 0;}
ul.prod li .prod-panel {  margin: 10px 0;}

/*按鈕顏色*/
.inquiry_a3{background: #67c5f2;}
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #67c5f2;    background-color: #f2f2f2;}
.nextaction {    background-color: #67c5f2;}
.lastPage {    background: #67c5f2;     width: 200px; border-radius: 99em;}

/*商品側邊規格*/
.sidebarBtn{border: 3px #ddd solid;}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related, .news_related{
	padding: 35px 15px;
	background: #ffffff00;
}
.prod_related h6 span:before, .news_related h6 span:before {
    font-size: 25px;
    letter-spacing: 1px;
	color: #333;
}
.product_info_page .related_list li figure {
    aspect-ratio: 3/4;
    border-radius: 10px;
}
.related_list li a p, .news_related_list li a p{
	line-height: 160%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 0 0;
	font-size: 16px;
}


/*文章管理/＝＝＝＝＝*/
.blog_page .main_part, .blog_in_page .main_part{    max-width: 1600px;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.blog_list_ri h5 {
    font-weight: 600;
    color: #333;
}
.blog_list_ri p {
    -webkit-line-clamp: 2;
    line-height: 160%;
}
.module_i_news ul, .blog_subbox { gap: 20px;}
.module_i_news li, .subbox_item {    background: #fff;   border-radius: 10px;}
.subbox_item a {grid-template-columns: 1fr; gap: 0;}
.subbox_item a:before {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    background: #67c5f2;
    color: #fff;
    padding: 7px;
    bottom: 0;
    right: 0;
    border-radius: 30px 30px 0 0;
}
.module_i_news li a:after, .subbox_item a:after {
    background: rgb(255 255 255 / 20%);
    border: 1px #67c5f24f solid;
	border-radius: 20px;
}
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri {
    width: 100%;
    padding: 15px;
    min-height: 150px;
}
.i_blog_le, .blog_list_le {
    position: relative;
    aspect-ratio: 4/3.3;
}
.i_blog_le img, .blog_list_le img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
	padding: 7px;
}

/*側邊*/
h5.blog_le_t{   
	font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #67c5f2 !important;}
.accordion li .link a, .submenu a {display: block; width: 100%;font-size: 16px;}
.submenu a:hover {    background: #67c5f2;}

/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
/*上下篇按鈕列-框線*/
.blog_back {    text-align: center;   max-width: 750px;   margin: auto;}
.blog_back a {    border-radius: 99em;    border: 1px #67c5f2 solid;}
.blog_back a.article_btn_back{background: #67c5f2;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {   background: #ffffff00;    color: #333;}
.news_related_list li a {   background: #ffffff00;}


/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px;  margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);}

.show-list .item:hover .show_name {    color: #67c5f2;}
.other_album_choice li {    background: #67c5f2;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.promotion_title em {margin: 0 15px 2px 0;}
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #67c5f2;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

/*下拉編輯頁/＝＝＝＝＝*/
.other_select_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.other_select_page .edit, .other_select_page .show_content{padding: 0;}
.other_select_page .promotion_title, .other_select_page .other_promotion, .other_select_page .page{display: none;}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#67c5f2;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #67c5f2;}
.contact_form li.last blockquote, .contact_form li.last cite{    border: 1px #67c5f2 solid; padding: 0;}
.contact_form li.last cite {background: #67c5f2; }
.contact_form li.last blockquote{ color: #67c5f2; }

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #67c5f2;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #67c5f2 solid;}
.login_mem_submit{background: #67c5f2;}
.login_mem_other_link a{color: #67c5f2;}
.member_login_regist a{background: #67c5f2;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*大圖/＝＝＝＝＝*/
.bannerindex .swiper-slide:nth-child(1)::before{bottom: 6%; width: 35vw;}
.bannerindex .swiper-slide:nth-child(2)::before{bottom: 0%; width: 30vw;}
.swiper-banner .swiper-slide img {   height: 100%;   object-fit: cover;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.stellarnav > ul > li > a{margin: 0px 20px;}
.stellarnav > ul > li:before {
    width: 25px;
    height: 25px;
    left: -15px;
}
.me_tp_features{display: none;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 780px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}*/
.bannerindex {
    padding-bottom: 0;
}

/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile{border: 0;}
.stellarnav {  background: #ffffff00;}
.stellarnav .menu-toggle span.bars span{background: #66c5f0;}
.stellarnav .menu-toggle:after{color: #66c5f0;}
.stellarnav.mobile.active {    z-index: 555;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #66c5f0;
    color: #fff;
}
.stellarnav.mobile > ul > li {
    border-bottom: 1px #67c5f22e solid;
}
.stellarnav.mobile > ul > li > a {
    margin: 0;
    color: #60461f;
    font-weight: 600;
	padding-left: 47px;
}
.stellarnav > ul > li:before {    left: 10px;}

/*Header/＝＝＝＝＝*/
.main_header_area .container {}
.me_tp_features{    display: none;}

/*Logo/＝＝＝＝＝*/
.nav-header {
    max-width: 165px;
    padding: 10px 0;
}
.header_area.sticky .nav-brand{max-width: 120px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:50px 0 55px; }
.footer_info {  grid-template-columns: 1fr;}
.footer_logo {   max-width: 180px; text-align: center;     margin-bottom: 0;}
#bottom_menu {    display: flex;}

/*Banner/＝＝＝＝＝*/
.banner{height: 280px;}
.banner h5{font-size: 28px;}
.banner h5:before{font-size: 17px;}

/*購物車/＝＝＝＝＝*/
.product_info_page .mobile_product_name, #prod_thumbSwiper{display: none;}
.product_main {    width: 90%;   margin: auto; max-width: 420px;}
.products-list {    grid-template-columns: 1fr 1fr; gap: 30px;}
.prod_related h6 span:before{font-size: 24px;}
.product-wrapper {    grid-template-columns: 1fr; gap:0;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

/*促銷方案/＝＝＝＝＝*/
.promotion_title h2{    margin-top: 10px;}

/*聯絡我們/＝＝＝＝＝*/
.contact_content .information_left{    width: 100%;}
.contact_content .information_right{    width: 100%;}
.contact_le_map a {
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.stellarnav .menu-toggle {padding: 10px;}
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info{padding-right: 30px;}
.footer_info ul {    grid-template-columns: 1fr;}
.footer_menu {  max-width: 400px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 25px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}
.product_info_page .show_content {padding: 0;}
.product_info_page .main_part {  padding: 20px 10px 10px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD425/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 480px) {
.bannerindex, .bannerindex .swiper-banner {    height: 230px;}
.product_page .products-list {
    grid-template-columns: 1fr;
    padding: 0 20px;s
}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}