@charset "utf-8";
/* ************吉紡纖維有限公司************************ */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

/* 大範圍設定 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{font-family: 'Jost','Noto Sans TC', sans-serif;letter-spacing: 1px;}

@media screen and (max-width: 600px){
.main_part {padding: 50px 20px 20px;}
}
.path p, .path p a { display: none;}
.edit_part { max-width: 100%;  margin: auto; padding: 0px;}


/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #fff;}
.pageIndex .header_area {  position: absolute; width: 100%;}
.main_header_area .container { max-width: 1600px;}

/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {  padding: 33px 0 22px 210px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #000;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px 14px;    transition: all 0.3s;border-left:1px solid transparent;}
/*.stellarnav.desktop li.has-sub .drop-left a{color: #333; background-color:#f9e43d;	padding-left:10px; transition:all .8s; font-size:14px;}*/
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #333; background-color:#f7e557;	padding-left:10px;border-color:none ; transition:all .8s; font-size:14px;} 
.stellarnav.desktop li.has-sub .drop-left a:hover{ color: #111; background-color:#f7e557;} 
/*SubMenu*/
.shop_search_btn {    background: #ADA17E;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}
.me_tp_features { display: none;}


/*大圖文案*/
.swiper-wrapper:before {
    content: "";
    position: absolute;
    right: 7vw;
    bottom: 14.5vw;
    width: 21.5vw;
    height: 350px;
    background: url(https://pic03.eapple.com.tw/ink/banner_01.png) no-repeat;
    z-index: 100;
    background-position: left bottom;
    /* background-size: contain !important; */
    animation: move 2s ease;
}

/*按鈕效果*/
.stellarnav>ul>li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.stellarnav>ul>li::after {
    content: "";
    background: #f9e43d;
    height: 2px;
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0%;
    transform: scale(0, 1);
    transition: 0.3s ease-in-out;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/
/*Footer/＝＝＝＝＝*/
.footer { background: #fff;border-top: solid 1px #ededed;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between;}
/*.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(50px,100%), 1fr));    gap: 4px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 0px 12px 10px 10px;	transition: all 0.3s;background: #ffffff;font-size: 14px; font-weight: 300;color: #343a40;border: none;}
.footer_menu a:hover {  color: #000; background-color:transparent;}
.copy { background: none; color: #000;border: none; padding: 15px 0px; font-weight: 300;}
.copy a{  color: #000;transition:all 0.3s; font-weight: 300;}
.total_view{ font-weight: 300;}
.footer_info { padding: 5px 60px 20px 0;}
.footer_info li p {  width: calc(140% / 3);}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}
.box_link{ display:none;}
.footer_logo {width: 210px; margin: 0 10px; padding: 10px 20px;}
.footer_logo img { width: 100%;}
.footer_info li:nth-child(1) { width: 100%; display: flex; flex-flow: column; padding: 0 17px;flex-wrap: wrap; flex-direction: row;}
.footer_info li:nth-child(2) { width: 100%;margin: 20px 0 0;border-top: 1px solid #eeeeee; padding-top: 20px;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 120px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 10px;}
.header_area.sticky .nav-brand{}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover { color: #ADA17E;}
/*頁碼＝＝*/
.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 strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {background: #ADA17E;}

/*聯絡我們*/
.contact_page .list_before.info li:nth-last-child(1){ padding-left:0px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/*Banner/＝＝＝＝＝*/
.banner{}
/*.banner h5 {  font-size: 26px; font-weight: 500; letter-spacing: 3px;}*/
.banner h5 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
    color: #000;
    text-align: left;
    width: 11%;
    padding: 0 10px;
    font-weight: normal;
    font-size: 1.5vw;
    letter-spacing: 3px;
    z-index: 2;
	text-align: center;
}
.banner:before {
    background: linear-gradient(0deg, #ffffff4d 0%, #ababab66 100%);
    content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner {
    background-image: url(https://pic03.eapple.com.tw/ink/banner-page.jpg);
    background-size: cover;
    background-position: center;
    max-height: 200px;
    margin-bottom: 4vw;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 25 / 7;
    padding: 0;
}

.blog_page .banner h5:after, .blog_in_page .banner h5:after  {
    content: "NEWS";
    display: block;
    text-align: center;
    font-size: 14px;
}
.album_page .banner h5:after, .album_info_page .banner h5:after {
    content: "ALBUM";
    display: block;
    text-align: center;
    font-size: 14px;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/ink/banner-page.jpg);}
.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/ink/banner-page.jpg);}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/ink/banner-page.jpg);}
	
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}
/*價格*/
.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: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.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: #ADA17E;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #ADA17E; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    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: #ADA17E;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #ADA17E;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}


/*相本分類全版面 ( 限制最寬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_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; width: 90%;    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;background: none;}
.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: #ADA17E;}
.other_album_choice li {    background: #f9e43d;}
.other_album_choice li a { color: #000;}
.other_subalbum li p {    margin-top: 10px;}
.show-list .item:hover .show_name { color: #000;}


/*文章管理/＝＝＝＝＝*/
.blog_page .main_part,.blog_in_page .main_part { max-width: 1800px;padding-top: 80px;}
h4.blog_category_title {
    /*font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 2px;*/display:none;}
h4.blog_category_title {
   	font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 2px;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t em {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #101010;
	padding: 3px;}
h5.blog_le_t {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}
h5.blog_le_t span {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 14px;
	margin-left: 5px;
}

/*文章管理/外層＝＝*/
.subbox_item a:before {color: #000; background-color: #f9e43d;width: 130px; height: 40px; padding: 10px;text-align: center;position: absolute;left: 50%; bottom: 50%; transform: translate(-50%,50%);}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0; overflow:hidden;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.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%);}
.blog_list_ri {text-align: center;}
.blog_list_ri h5 {
    margin-top: 10px;
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.accordion li .link { border-bottom: none;}

.banblog .main_part { max-width: 1400px;}
.blog_search input[type=search] { border-radius: 0px;}
.blog_le, .blog_ri {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2vw;
    padding: 7px;
}
.blog_ri {  padding: 0 0 0 20px;}
.blog_box_edit.clearfix p {
    letter-spacing: .5px;
    line-height: 1.8em;
    color: #333;
    font-size: 15px;
}
/*文章圖片縮放*/
.subbox_item:hover .blog_list_le img {transform: translate(-50%, -50%) scale(1.1); transition: 0.5s;}
.module_i_news li :hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05);}
.subbox_item a:after { background: transparent;  opacity: 0;  border: 1px;  border: 2px #f9e43d solid; transition: all .5s;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;border-radius:0px;}
.blog_le .accordion { border-radius: 0px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #1a1a1a !important;}
.submenu a:hover {    background: #6d6d6d;}
.submenu a {  padding: 12px 12px 12px 28px;}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #000000;}



/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #ADA17E;}
.contact_form li.last cite {background: #ADA17E;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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: 1700px) {
.swiper-wrapper:before { background-size: contain;}
.pageIndex .header_area {  position: relative;}
.banner h5 {  bottom: 4vw;}
/*footer*/
/*.footer_menu { grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));}*/
}
@media screen and (max-width: 1364px) {
.banner h5 { bottom: 5vw;}
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.banner h5 {  bottom: 6vw;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 0;}

/*banner*/
.banner h5 { bottom: 8vw}
	
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/*footer*/
.footer_logo { width: 190px; margin: 0 10px; padding: 10px 20px; position: absolute;left: 50%; bottom: 92%; transform: translateX(-50%);}
.footer_info ul { width: 100%; text-align: center;}
.footer.with_shopping_mode { padding:130px 0px 0px 0px;  }
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*banner*/
.banner h5 { bottom: 7vw}
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}
@media screen and (max-width: 900px) {
.banner h5 { bottom: 10vw;}
}


/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}
/* 開啟手機板下方按鈕所需設定 */
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;}

/*側邊選單/＝＝＝＝＝*/
.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.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #f9e43d; color:#000;}
.stellarnav.mobile > ul > li > a {  padding: 10px 43px 3px 10px;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { font-size: 14px;background-color: #ebebeb;}
.stellarnav.mobile li.open {  padding: 0px;}
.stellarnav li li { border: 1px #e1e1e1 solid;}
.stellarnav .icon-close{margin-right: 4px;}
.stellarnav .icon-close:after { border-bottom: solid 3px #000;}
.stellarnav .icon-close:before{ border-bottom: solid 3px #000;}
.stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #000;}
.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #000;}
.stellarnav .menu-toggle { margin: 17px;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.copy {  margin-bottom: 59px;}

/*Banner/＝＝＝＝＝*/
.banner h5{ display:none;}
.banner.banE{ display:none;}
.banner.banblog{display:none;}
.banner.banC { display:none;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.blog_page .main_part, .blog_in_page .main_part {  max-width: 1800px;  padding-top: 20px;}
.module_i_news li :hover .i_blog_le img, .subbox_item:hover .blog_list_le img {  transform: translate(-50%, -50%) scale(1.02);}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.album_class_page .subalbum-menu h2 {  color: #000000; font-size: 18px;  font-weight: 500; letter-spacing: 2px; margin-left: 8px;}

/*footer*/
.footer_info ul {width: 100%;}
.footer_info li:nth-child(1) { width: 100%; display: flex; text-align: center; flex-flow: column;  flex-wrap: wrap; align-content: center;}
.footer_info {  padding: 5px 30px 20px 30px;}
.footer_menu a:nth-child(1) { display: none;}
.footer_info li p {  width: 100%;font-size: 13px;}
.footer_logo { margin: 15px 0px;}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}


/*選單*/
.stellarnav .menu-toggle { margin: 11px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
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;}
.album_class_page .subalbum-menu h2{    font-size: 18px; color:#000;}
.album_fixed_title {color: #000;  margin-left: 20px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}
@media screen and (max-width: 450px) {
/*footer*/
.footer_menu a {  width: 112px;  padding: 7px 3px;}

/*相簿*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part { padding-top: 20px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

/*footer*/
.footer_menu a { width: 80px;  padding: 5px 3px; font-size: 13px;}
.footer_info li:nth-child(1) {  font-size: 13px;}
.footer_info { padding: 5px 10px 20px 10px;}


}












