
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

body{
	overflow-x:hidden;
	font-family: "Noto Serif TC", "Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 300;
}



/*網站全域設定/＝＝＝＝＝*/

/*
  #AC9B79 /*網站主要色系
  #111111 /*網站輔助色系1
  #111111; /*網站輔助色系2*/


/*TRY大圖+字*/
.swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(2):before {
  animation: ani_TtoB 1.3s 0.5s both;
}

.swiper-slide:nth-child(1):before {
    width: 50vw;
    background-image: url(https://pic03.eapple.com.tw/baida/01-t.png);
    aspect-ratio: 1 / 1;
    left: 32vw;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    max-height: 40vw;
    bottom: -11vw;
}

.swiper-slide:nth-child(2):before {
  width: 50vw;
  background-image: url(https://pic03.eapple.com.tw/baida/02-t.png);
  aspect-ratio: 1/1;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 700px;
  max-height: 40vw;
  bottom: -8vw;
}

@media screen and (max-width: 1024px) {
  .swiper-slide:nth-child(1):before, .swiper-slide:nth-child(2):before {bottom: -6vw;}
}

@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
/*@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}*/


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.header_area.sticky .main_header_area .container {max-width: 85%; transition: all 0.3s;}


.main_header_area{background: #fff; height: 100px; box-shadow: 0px 0px 10px #c8c8c88f; /*border-top: 6px solid #AC9B79;*/ transition: all 0.3s;}
.navigation {padding: 30px 0 10px 240px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 1800px; transition: all 0.3s;}

/*第一層*/
.stellarnav ul ul {padding-top: 0px; box-shadow: 0px 0px 10px #c8c8c88f;}
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{color: #737373; padding: 0 16px 0 13px; font-weight: 300; letter-spacing:0px; font-size: 17px; transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #AC9B79;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0 16px 0 13px;}

/*第二層*/
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px 10px; font-size: 15px; transition: all 0.3s; border-left:2px solid transparent; font-weight: 300;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #AC9B79; padding-left:14px;border-color:#AC9B79 ; background: #ffffff;}
.stellarnav > ul > li.drop-left > ul {right: -28px;}

/*SubMenu*/
.shop_search_btn {background: #AC9B79;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #AC9B79;}
.me_tp_features {padding-right: 17px; margin-bottom: 3px; display:none;}
.tp_links {display: none;}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/


/*.center {max-width: 100%;}
.pageIndex .footer {background:#538763;}
.footer {background:#3f3f3f; padding: 40px 0 30px 0; /*border-top: 1px solid #e8e8e8;*//*}*/
/*.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 800px;}/*footer按鈕最小寬度100px*/
/*.footer_menu a {letter-spacing: 1px; color:#dbf5aa;margin: 0;	text-align: center;	padding: 18px 5px 20px 5px; border:0; border-right: 0px #f7f7f7 solid;  border-left: 0px #f7f7f7 solid; background: none; font-size: 14px; transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: none; color: #ffffff;} 
.copy {background:none; color: #AC9B79; border:none; padding: 15px 0; text-align: right; margin: 0 150px 0 0; padding: 0 0 60px 0; letter-spacing: 1px;}
.copy a{color: #AC9B79;transition:all 0.3s;}
.copy a:hover {color: #AC9B79;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #ffffff;}
.box_link {display: none;}
.footer_logo img {max-width: 100px; }
.footer_logo {text-align: center; width: 100%;}
.footer_info ul {width: 100%; text-align: center;}
.footer_info li {padding: 15px 50px;}
.footer_info li p:before {display: block;}
.footer_info li p {font-size: 16px; color:#fdf5b8; line-height: 230%; text-align: left; width: 19%; display: inline-block;margin-bottom: 10px;}
.footer_info li p a{color:#f7f99f;}
.footer_info li:nth-child(2) {margin-top: 35px; padding: 0 0; margin-bottom: -37px; background:none; width: 60%; margin-left: 55vh;}
.footer_info li:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4d4d4c;
  position: absolute;
  left: 0;}
*/

.footer { background: #0f6354;}
.footer_info li p {  color: #f7f99f;}
.footer_info li p a{color:#f7f99f;}
.box_link a {  border: 1px #f7f99f solid;}
.fab, .fa-brands, .far, .fa-regular{ color: #f7f99f;}

.footer_menu a {   border: 1px #ccc0 solid;  font-size: 16px; color: #1f4907; background: #f7f99f;}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 78px;}
.list_before.info li {padding-left: 86px;}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 240px; transition:all 0.3s;}
.nav-brand img {max-width: 240px; padding-top: 0px;}
.header_area .nav-brand {  transition: all 0.3s;  margin-top: 10px;}


/* = = = 側邊浮動 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*top*/
#to_top {color: #737373; width: 40px; height: 40px; bottom: 20px; right: 25px; left: unset;}
#to_top i.top {margin-bottom: -14px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}
#to_top i:before, #to_top i:after {background: #737373;}

/*側浮*/
a.info_fix_mail {display: none;} /*隱藏信箱*/


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.swiper-pagination {display:none;}


/*預設解除背景輪播*/
@media screen and (max-width: 1800px) {
#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 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*.pageIndex #content_main {background: #fff;}
#content_main {background: url(https://pic03.eapple.com.tw/boantainan/BBG.jpg)no-repeat bottom; background-size: cover;}
#content {background: url(https://pic03.eapple.com.tw/boantainan/BBG.jpg)no-repeat bottom; background-size: cover;}*/

.banner{display: none;}

/*麵包屑*/
.path{display:none;} 
.path p a:hover {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: 34px;  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: #909090;border: 1px solid #909090;}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.module_i_news .title_i_box h6 {font-size: 26px; font-family: 'Inter'; font-weight: 900; color: #e1e1e1;}
.module_i_news .title_i_box h4 {font-size: 40px; font-weight: 900; color: #202020;}
.module_i_news {padding: 80px 20px;}


.blog_page .main_part {max-width: 1500px;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.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; border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.blog_list_ri {padding: 10px 2px;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，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_le .accordion {background: #fff; border:none; border-bottom: 1px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #05AAAF !important;}
.submenu a:hover {background: #3e3b3a;}

/*首*/
.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: #327061;}
.blog_back a.article_btn_prev{background: #05AAAF;}
.blog_back a.article_btn_next{background: #05AAAF;}

.blog_search input[type=search] {border-radius: 0px; border:solid 1px #e5e5e5; /*background: #f5f5f5;*/}
.blog_le .accordion {border-radius: 4px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #327061;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em {display:none;}
.blog_list_ri h5 {font-weight: 700; color: #327061;}
.blog_list_ri p{ color: #000;}
.subbox_item a:before{ color: #05AAAF;}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*購物車設定*/
/* 產品的看更多按鈕設定 */
.product_page .main_part {    max-width: 1300px;}

.products-list .more {    border: 1px solid #AC9B79 !important;    color: #AC9B79;    display: none;}
.products-list a:hover .more {    background: #AC9B79;    border-color: #AC9B79;	color: #ffffff;}

/*外層*/
.product-layer-two li a {
    color: #444;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 20px;
    transition: all 0.2s;
    background: transparent;
    font-family: 'Noto Serif TC', serif;
}
.product-layer-two li:hover > a { background: #AC9B79;    color: #fff;}
.product-layer-two li.active > a {background: #AC9B79;    color: #fff;	font-weight: normal;}
.product-layer-two li ul {    display: none;}
.product-layer-two li {    margin: 5px 10px;}

.product-layer-two {    display: flex;    justify-content: center; flex-wrap: wrap;}
.products-list .pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50% , 0) scale(1.9);
    transition: all 0.3s;}
.products-list .pic:hover img {    transform: translate(-50% , 0) scale(2.2);}


.products-list .pic {    border: 1px solid #e6e6e6;    background: #fff;    overflow: hidden;}
.products-list .name {
    position: absolute;
    height: 45px;
    bottom: 0;
    width: 90%;
    margin: 0 5%;
    background: #cab997;
    display: flex;
    border-radius: 5px 5px 0 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    transition: all 0.3s;
    font-family: 'Noto Serif TC', serif;
}
.products-list .item a:hover .name{
    height: 65px;
    padding-bottom: 20px;
    background: #cab997;
}
.bx-wrapper .bx-viewport {    border: none;}

/*內層*/
.lastPage {    background: #AC9B79;}
.nextaction {    background-color: #AC9B79;}
.lastaction {    color: #fff;    background-color: #AC9B79;}

#bx-pager h6 {display:none;}
.inquiry_a1 {background: #AC9B79;}
.inquiry_a2 {background: #737373;}
.inquiry_a1:hover , .inquiry_a2:hover{background: #3b3b3b;}
.prod_related h6 span:before {color: #737373;}
.prod_related {background: none;}


/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
		
.show-list .show_name {color: #ffffff; font-size: 16px;}
.show-list .item:hover .show_name {color: #ffffff;}
.other_album_choice li {background: #AC9B79; transition:all ease-in .3s; border-radius: 0px;}
.other_album_choice li:hover {background: #111111; transition:all ease-in .3s;}
.page strong, .page a:hover {background: #938172;}
.album_fixed_title embed {display: none;}
.other_album_choice li .fa {display: none;}
.subalbum-menu h2 {display: none;}

/*觀看其他設定*/
.other_album{text-align: center;}
.album_fixed_title {padding-left: 30px;}


/*相簿首頁滿版*/
.other_subalbum{display: flex;flex-flow: wrap;justify-content: space-around;}
.other_subalbum li{display: block;width: 33%;max-width: 520px;margin: 0 0;position: relative; padding: 16px 16px;}
.other_subalbum li p{
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    transition: .5s ease;}
.other_subalbum li:hover p{
    opacity: 1;}
.other_subalbum div {overflow: hidden;height: 246px;position: relative;}
.other_subalbum div::after{
    content: '';
    display: block;
    width: 100%; /*calc(100% - 20px)*/
    height: 100%; /*calc(100% - 20px)*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) scale(0);
    background:  rgba(0,0,0,.4);
    transition: .5s ease;}
.other_subalbum li:hover div::after{
    transform: translate(-50% , -50%) scale(1);}
.other_subalbum li a img {
    max-width: 100%;
    max-height: unset;}
	
@media screen and (max-width: 1300px) {
.other_subalbum div{height: 20vw;}
}
@media screen and (max-width: 1150px) {
.other_subalbum div{height: 20vw;}
}
@media screen and (max-width: 600px) {
.other_subalbum{justify-content: center;}
.other_subalbum li{width: 100%;}
.other_subalbum div{height: 61vw;}
.other_subalbum li a img {max-width: 100%; max-height: unset;}
}
@media screen and (max-width: 480px) {
.other_subalbum div{height: 63vw;}
}
@media screen and (max-width: 375px) {
.other_subalbum div{height: 61vw;}
}


/*以下為相簿滿版大圖*/
.overlay {background: rgba(0,0,0,.4);}
.overlay div {overflow: hidden; height: 250px;}
.show-list .item {overflow: hidden; margin: 15px 0 !important; width: 48%;}
.show-list .show_name {border: solid 0px #fff !important;}
.block {display: none;} 
.subalbum-menu h2 {padding-left: 30px; font-weight: 600; color: #515050;}
.show-list .show_name {font-weight: 600; position:absolute; top:0; right:auto; width:100%; height:auto; line-height:160%; font-size: 20px; border: solid 1px #fff; text-align: center; margin: 0 auto; padding:5px 20px; transition:all ease-in .3s; opacity:0; height: auto; transform: translate(0%, 350%);}
.show-list .item a {max-width:100%;}
.show-list .show_pic {height:auto; line-height:0;padding-bottom: 0;}
.show-list .show_pic img {max-width:100%; max-height:100%;}
.show-list .item:hover .show_name {opacity:1;}
.overlay {width: 100%; height: 19.5vw; left: 0%; top: 0%;}
/*.overlay {width: 96%; height: 17.5vw; left: 2%; top: 3%;}*/


@media screen and (max-width: 3000px) {
.album_page .main_part {max-width: 1200px !important; text-align:center; padding: 50px 0px;}
.album_class_page .main_part {max-width: 1200px !important; text-align:center; padding: 10px 0px;}
.album_info_page .main_part {max-width: 1200px !important; text-align:center; padding: 50px 0px;}
.show-list .item {height: 11.5vw; overflow: hidden; margin: 5px 0 !important;}
/* .other_subalbum div {height: 11.5vw;} */
.show-list .show_name {transform: translate(0%, 450%);}
}

@media screen and (max-width: 2400px) {
.show-list .item {height: 15vw;}
/* .other_subalbum div {height: 15vw;} */
.show-list .show_name {transform: translate(0%, 310%);}
/*.overlay {height: 14vw;}*/
}

@media screen and (max-width: 1440px) {
.show-list .item {height: 19vw;margin: 15px 0 !important;}
/* .other_subalbum div {height: 19vw} */
.show-list .show_name {transform: translate(0%, 300%);}
}
@media screen and (max-width: 1024px) {
.show-list .show_name {transform: translate(0%, 250%);}
.show-list .item {height:24vw; margin: 5px 0 !important;}
.overlay {height: 24vw;}
}

@media screen and (max-width: 768px) {
.show-list .show_name {transform: translate(0%, 180%);}
.pic-list .show_pic {padding-bottom: 0; height: auto;}
.subalbum-menu h2 {padding-left: 24px;}
.pic-list .item {width: 90%;}
}

@media screen and (max-width: 570px) {
.show-list .item { width:100%;}
.subalbum-menu h2 {padding-left: 0px;}
.show-list .item {height: 50vw;}
.show-list .show_name {font-size: 18px !important; transform: translate(0%, 250%);}
.other_album_choice li {width: 40%;}
.show-list .show_pic {display: block;} /*手機板相簿標題出現*/
.show-list .item .overlay {opacity: 1;}
.show-list .item .show_name {opacity: 1;}
.overlay {height: 51vw;}
}

@media screen and (max-width: 375px) {
.show-list .item {width:100%;}
.show-list .show_name {transform: translate(0%, 200%);}
}

@media screen and (max-width: 320px) {
.show-list .item {width:100%;}
.show-list .show_name {transform: translate(0%, 160%);}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {max-width: 100%;}
.contact_editbox {padding: 0px 0px;}
.contact_le_map a {background: #AC9B79; border-radius: 0px;}
.contact_form li.last cite {background: #AC9B79; border-radius: 0px;}
.animated-arrow {background:#AC9B79; border-radius: 0px;}
.contact_form li {padding-left: 130px; display: inline-block; width: 49%;}
.contact_form li.last{ width: 100%;}
.contact_form li .form__label {text-align: right; width: 130px; margin-left: -130px;}
.contact_form li .form__insert{width: 97%;}
.contact_content .information_left {width: 350px;}
.contact_content .information_right {width: 100%;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
input[type="checkbox"], input[type="radio"]{margin-right: 2px; margin-left: 7px;}
.contact_content .information_left {display: none;}
.blank_letter {font-weight: 700; font-family:"Noto Serif TC", "Noto Sans TC"; text-align: center; }
.contact_form li input.noborder, .contact_form li textarea.noborder {border: 0px #ddd solid; background: #f1f1f1; padding: 5px;}
.note {display: block; text-align: center; font-family:"Noto Serif TC", "Noto Sans TC"; }
.red {color: #AC9B79;}


/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.stellarnav.mobile > ul > li > a {width: 100%; padding: 15px 43px 10px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto;}
.stellarnav .menu-toggle {width: 60px;}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1200px) {
}



@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {  padding: 10px;}
.main_header_area {height: 140px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100%;}
.nav-brand img{padding-top: 16px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車*/
.products-list {grid-template-columns: 1fr 1fr 1fr 1fr;} 

/*FT*/
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%; margin-left: 0px; margin-bottom: 0px;}
.footer_info li p {text-align: center;}
.copy {text-align: center; margin: 0 0px 0 0;}
.footer_menu {text-align: center; max-width: 1200px;}
.copy {padding: 20px 0 30px 0;}
}



@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
}



@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;}
.main_header_area .container {max-width: 100%;}
.main_header_area {height: 80px;}
.header_area.sticky .main_header_area .container {max-width: 100%;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  padding: 15px 15px ;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px 15px ;border-color:transparent;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 5px 10px;}
.stellarnav.mobile ul{padding-top: 0px;}
.stellarnav.mobile li.open {background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile li.open li.open {background: #111111}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: unset; margin-top: 0px;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 0px; }
.footer_info {  justify-content: center;}
.footer_logo {  text-align: center; margin-bottom: 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));}
.footer_info li p {display: block; width: 100%; color: #ffffff; text-align: center;}
.footer_info li p:before {display: inline-block;}
.copy {padding: 15px 0 70px 0;}
.contact_form li {width: 100%; padding-left: 100px;}
.contact_form li .form__label {width: 100px; margin-left: -100px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*順序*/
.product_page .products-list {  order: -1;}

/*購物車*/
.product_page .products-list {width: 100%;}
.products-list {grid-template-columns: 1fr 1fr;} 

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

#bottom_menu li a {padding: 14px 5px 9px 5px;}
.contact_le_map a {width: 100%; display: inline-block;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
}



@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {  text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

}


@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: unset;}
.footer_logo {width: 100%;}
.banner {height: 200px;}
.banner h5 {padding-top: 10px;}
.banner h5:before {color: #ffffff; text-shadow: inherit;}
.footer_menu a {width: 100%; border-right: 0px #35cad5 solid;}

/*購物車*/
.products-list {grid-template-columns: 1fr;} 
}


@media screen and (max-width: 375px) {
.nav-brand img {max-width: 230px;}
}


@media screen and (max-width: 325px) {
.nav-brand img {max-width: 200px;}
}