@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Montserrat', "Noto Sans TC","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  background:  #ffffff;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 3px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #000; border: 1px solid #000;}


/*網站全域設定/＝＝＝＝＝*/

/*
  #b7ab8d /*網站主要色系
  #F4F2F0 /*網站輔助色系1
  #F4F2F0; /*網站輔助色系2*/



/*大圖+字*/
.swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide:before {
  position:absolute;
  color: #000;
  font-size: 42px;
  font-weight: 900;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  height: 50px;
  bottom: 24vw;
  text-align: center;
  -webkit-animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  z-index: 9999;
  animation-delay: 0.4s;
  letter-spacing: 2px;
  line-height: 130%;
  letter-spacing: 1px;
}

.swiper-slide:after {
  position:absolute;
  color: #b7ab8d;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  height: 30px;
  bottom: 22vw;
  text-align: center;
  -webkit-animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: puff-in-center 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation-delay: 0.6s;
  z-index: 9999;
  letter-spacing:1px;
  letter-spacing: 0px;
  font-family:"Dela Gothic One";
}

.swiper-slide:nth-child(1):before {content: '最小的範圍．最大的改變'; width: 100%;}
.swiper-slide:nth-child(1):after {content: 'SMALLEST SCOPE｜BIGGEST CHANGE'; width: 100%;}
.swiper-slide:nth-child(2):before {content: '傢俱烤漆．翻新美容'; width: 100%;}
.swiper-slide:nth-child(2):after {content: 'FURNITURE PAINTING｜RENOVATION AND BEAUTY'; width: 100%;}


/*特效*/
/* ----------------------------------------------
 * Generated by Animista on 2025-8-5 9:31:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}




@media screen and (max-width: 1700px) {
.swiper-slide:before {font-size: 34px;}
}
@media screen and (max-width: 1024px) {
.swiper-slide:before {font-size: 28px;}
.swiper-slide:after {font-size: 16px;}
}
@media screen and (max-width: 768px) {
.swiper-slide:before {font-size: 24px;} 
.swiper-slide:after {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.swiper-slide:before {font-size: 18px; bottom: 19vw;} 
.swiper-slide:after {font-size: 9px; bottom: 17.5vw;}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 450px) {
.swiper-slide:before {font-size: 15px; bottom: 18vw;} 
.swiper-slide:after {font-size: 7px;}
}
@media screen and (max-width: 320px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 商品下拉超過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;}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*bgblur*/
.bannerindex::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999999;
  animation: bgblur 0.8s linear forwards;
  pointer-events: none;
}

@keyframes bgblur {
0% {
  backdrop-filter:blur(7px);
  background: #ffffff;
}
100% {
  backdrop-filter: blur(0px);
  background: none;
}
}





/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff;}
.swiper-pagination-bullet-active {background: #b7ab8d;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: url(https://pic03.eapple.com.tw/0906949538/BBG.jpg) no-repeat center; background-size: cover; width: 100%;}
#content {background: url(https://pic03.eapple.com.tw/0906949538/BBG.jpg) no-repeat center; background-size: cover; width: 100%;}
#content_main {margin-top: -10px;}


.path {display: none;}
.blog_page .banner , .blog_in_page .banner {background: url(https://pic03.eapple.com.tw/0906949538/SBN2.jpg) no-repeat center bottom; background-size: cover; width: 100%; height:600px;}
.album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/0906949538/SBN1.jpg) no-repeat center bottom; background-size: cover; width: 100%; height:600px;}
.services_page .banner {display: none;}
.other_page .banner {display: none;}
.contact_page .banner {display: none;}

.banner h5{font-size: 38px; color: #ffffff; padding-top: 510px;font-weight:700; text-align: left; letter-spacing: 1px; max-width: 1500px; width: 100%;  display: none;}
.banner{ height:900px; width: 100%;}



@media screen and (max-width: 1550px) {
.banner{ height:900px;}
.banner h5 {text-align: center;}
.banner h5:before {margin: 0 auto 10px auto;}
}

@media screen and (max-width: 1024px) {
.banner {height: 500px;}
.banner h5 {padding-top: 90px;font-size: 32px; text-shadow:0 0 10px #00000096, 0 0 10px #00000096;} /*move*/
.banner h5:before {text-shadow:none; font-size: 16px; height: 39px; width: 110px;}
.album_class_page .banner , .album_info_page .banner {height: 450px;}
.blog_page .banner, .blog_in_page .banner {height: 450px;}
}

@media screen and (max-width: 900px) {
.banner {height: 300px;}
.banner h5 {padding-top: 80px; font-size: 32px;}
.banner h5:before {font-size: 16px; width: 110px;}
}

@media screen and (max-width: 780px) {
.album_class_page .banner , .album_info_page .banner {height: 400px;}
.blog_page .banner, .blog_in_page .banner {height: 400px;}
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 375px) {
.banner h5 {font-size: 30px;}
}

@media screen and (max-width: 325px) {
}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-header {display: block; width: 100%; text-align: left; max-width: 110px;}
.pageIndex .nav-brand {width: 100%; display: block; transition:all 0.3s; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 1.5s;}
.nav-brand {width: 100%; display: block; transition:all 0.3s; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.nav-brand img {width: 100%; max-width: 57px; transition: 0.3s ease;}
.pageIndex .nav-brand img {max-width: 140px; padding-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .nav-brand img {max-width: 57px; transition: 0.3s ease;}
.header_area.sticky .nav-brand img {max-width: 57px; transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}

@media screen and (max-width: 1024px) {
.pageIndex .header_area.sticky .nav-brand {margin-top: 7px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 5px;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
}
@media screen and (max-width: 500px) {
.pageIndex .nav-brand img {max-width: 88px;}
}


@keyframes headerslowly {
0% {
  opacity: 0;
  top: -100px;
}
100% {
  opacity: 1;
  top: 0;
}
}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: #ffffff;
  height: 70px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: rgba(255, 255, 255, 0.9); height: 0px; opacity:1; border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.main_header_area{background: #ffffff; height: 74px; transition: 0.6s ease; }
.header_area.sticky .main_header_area{box-shadow: 1px 1px 6px #c8c8c8c9;}
.navigation {padding: 16px 0 0px 0px; grid-template-columns: 110px 1fr;}
.pageIndex .header_area.sticky .navigation {padding: 15px 0 0px 0px; transition: 0.6s ease;}


/*加線*/
.pageIndex .main_header_area:before {width: 100%; transition:all 0.3s; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 1.5s;}
.main_header_area:before {
    height: 3px;
    position: absolute;
    width: 0%;
    background: linear-gradient(to left, #b7ab8d 0%, #796f57 100%);
    top: 0;
    content: '';
    opacity: 1;
    transition:all 0.3s; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}


/*選單最大寬度設定*/
.main_header_area .container {max-width:95%; padding-left: 30px;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 1.5s;}
.stellarnav {animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.pageIndex .stellarnav > ul > li > a  {color: #000; transition:all 0.3s; /*text-shadow: 1px 1px 10px #4d4d4d;*/animation-delay:unset; }
.stellarnav > ul > li > a {font-weight:400;font-size: 16px; color: #000; transition:all 0.3s; padding: 3px 4px 0px 4px; text-shadow: none; letter-spacing: 0px; animation-delay:unset;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a  {color: #000; text-shadow: none; transition:all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #b7ab8d; text-shadow: none; transition:all 0.3s;}
.stellarnav > ul > li > a:hover {color: #b7ab8d; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a{padding: 3px 4px 0 4px;}
.stellarnav > ul > li.has-sub > a {padding-right: 4px; padding-left: 4px;}
/*.stellarnav > ul > li > a {width: 140px;}*/

/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #ffffff;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 14px; font-weight: 400; letter-spacing: 0px; animation-delay:unset;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color:#b7ab8d; background: #b7ab8d;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 150px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #000000; background: #000000;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {top: 0px; right: 150px;}

/*SubMenu*/
.shop_search_btn {background: #b7ab8d; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #b7ab8d;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #b7ab8d;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #b7ab8d;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #b7ab8d; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}


@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
}

@media screen and (max-width: 1440px) {
.pageIndex .header_area.sticky .main_header_area {height: 74px;}
.main_header_area {height: 74px;}
.header_area.sticky .main_header_area {height: 74px;}
.pageIndex .header_area.sticky .navigation {padding: 17px 0 0px 0px;}
}

@media screen and (max-width: 1300px) {
.main_header_area {height: 74px;}
}

@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}

@media screen and (max-width: 1024px) {
  .pageIndex .stellarnav {width: 100%; margin-top: 7px;}
  .stellarnav {margin-top: 0px;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 124px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 124px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}

  .stellarnav li {text-align: center;}
  .pageIndex .main_header_area {height: 130px; background: #ffffff;}
  .pageIndex .header_area.sticky .main_header_area {height: 130px;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .navigation {padding: 22px 0 0px 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 
}

@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 70px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 80px;}
.main_header_area {height:80px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 88px;}
.navigation {padding: 18px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 10px 15px; width: 100%; color: #fff;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 10px 15px; color: #fff; }
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 9px 16px !important; text-align: right;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #afa280; border-right: 1px #afa280 solid; box-shadow:1px 1px 10px #3d3d3d82;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #afa280;}
.stellarnav.mobile > ul > li {border-bottom: 1px #9b8b63 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #b7ab8d;}
.stellarnav.mobile li.open li.open {background: #000;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #ffffff;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #000; background: #000;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 2px #ffffff;}
.stellarnav a {color:#ffffff;}
.pageIndex .stellarnav > ul > li > a {color:#ffffff;}

.stellarnav.mobile ul {background: #b7ab8d;}
.stellarnav.mobile li.open {background: #1b1b1b;}
.stellarnav li li {border: 1px #000 solid; background: #000;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #ffffff;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;}
.stellarnav.mobile > ul {border-top: 0px;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a:hover {color: #ffffff;}

.main_header_area .container {max-width: 100%;}

/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 70%;}
.center {max-width: 70%;}
.footer {padding: 50px 0 0px 0; background:url(https://pic03.eapple.com.tw/0906949538/FTBG.jpg)no-repeat center; background-size: cover; margin-top: -1px;}
.footer_info {display: grid;  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(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 900px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #ffffff ;margin: 0;	text-align: center;	padding: 10px 0px 10px 2px; border:0; border-left: 0px #96c7b7 solid; background: none;  font-size: 14px; transition: all 0.3s;background: #afa280; letter-spacing: 0px;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: #a09372; } 
.copy {background:#a09372; color: #cfc3a3; border:none; padding: 15px 0 15px 0; text-align: center; margin: 0 0px 0 0; padding: 15px 0 15px 0; width: 100%;}
.copy a{color: #cfc3a3;transition:all 0.3s;}
.copy a:hover {color:#cfc3a3;}
.privacyLinks a+a {border-left: 1px solid #cfc3a3;}
.total_view {display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.footer_logo img {max-width: 160px;}
.footer_logo {text-align: left; width: 100%; max-width: 200px; margin-left: 19px;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px;}
.footer_info li {padding: 13px 0; display: inline-block;}
.footer_info li p {font-size: 14px; color:#000000; line-height: 230%; text-align: left; width: 49%; display:inline-block; margin-bottom: 0px; letter-spacing: 0px; word-break: break-all;}
.footer_info li p a{color:#000000;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px;}

/*FT按鈕*/
.box_link {display: none;}

/*改字*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
  width: 74px !important;
  letter-spacing: 3px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 85px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_info li p.add2:before {content: '營業時間：';}
.footer_info li p.line:before {content: 'LINE ID：';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/
.footer_info li p:before {display: inline-block;}

/*top*/
#to_top {width: 44px; height: 44px; bottom: 30px; right: 24px; left: unset; background: #8f8f8f9e; box-shadow: none; border-radius: 50%; color: #ffffff; /*border: 1px solid #222;*/}
#to_top i.top {margin-bottom: -12px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #ffffff;}

@media screen and (max-width: 1690px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}
@media screen and (max-width: 1550px) {
.footer .center {max-width: 90%;}
}
@media screen and (max-width: 1440px) {
.footer_info li {padding: 15px 0px;}
.footer_info li p {width: 100%;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 20px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 95%; grid-template-columns: repeat(auto-fit, minmax(min(70px, 100%), 1fr));}
}
@media screen and (max-width: 1100px) {
.footer {padding: 80px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px; height: 70px; text-align: left;}
.footer_menu {max-width: 100%;}
.footer_logo a:before {height: 87px;}
.footer_logo img {max-width: 120px;}
}
@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.box_link {justify-content: left; margin-top: 20px;}
.footer_menu {margin-bottom: 26px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); }
.footer_menu a {text-align: center;}
.footer_menu a:hover {background: #222222;}
}
@media screen and (max-width: 520px) {
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #80ac9e solid; border-left: 0px  #80ac9e solid;}
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1400px; width: 100%;  margin: 0 auto; padding: 50px 40px 60px 40px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr;  gap: 0px;}
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:0px 0px 10px 0px;}
.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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #444; }
.show-list .item:hover .show_name {  color:#444;}
.other_album { width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #b7ab8d; border-radius:0;}
.subalbum-menu h2{  color: #F4F2F0;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400; }
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}
.album_descrip {margin-top: 20px; letter-spacing: 3px; text-align: center;}


/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; letter-spacing: 3px !important; font-size: 15px; color: #444; margin-top: 15px;} 
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img { transition: all .5s ease-out; transform: translate(0%, -100%) scale(1);}
.album_class_page .other_subalbum li a img:hover {transform: translate(0%, -100%) scale(1.05); transition: all .5s ease-out; }


@media screen and (max-width: 1024px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 480px) {
ul.show-list, .other_subalbum, ul.pic-list {grid-template-columns: 1fr;}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {padding: 0px 0px; max-width: 100%; width: 100%; margin: 0 0;}
.contact_editbox {padding: 0px 0px;}
.contact_content {padding: 80px 10px 80px 10px; max-width: 100%;margin: 0 auto; width: 100%; max-width: 1200px;}
.contact_le_map a {background: #b7ab8d; }
.contact_form {grid-gap: 15px;}
.contact_form li.last cite {background: #b7ab8d;}
.contact_content .information_left {width: 320px; display: none;}
.contact_content .information_right {width: 100%; max-width: 1200px; padding-left: 0px; background: none; padding: 0px 0px; margin-top: 40px; margin: 0 auto; padding-left: 0px; padding-top: 10px;    padding: 50px 40px;
    box-shadow: 1px 1px 10px #00000026;
    border-radius: 10px;
    border-top: 4px solid #d7cdb4;
    background: #f4f4f4;}
.contact_form li input.noborder {border:1px #f7f7f7 solid; background: #ffffff; color: #000;}
.contact_form li textarea.noborder {border: 1px #f7f7f7 solid; background: #ffffff; color: #000;}
.red {color: #e07070;}
.contact_form li.last blockquote {background: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {}
.blank_letter {font-family: unset; padding-top: 10px; color: #000; font-weight: 700;  font-size: 26px;}
.contact_form li .form__label {background: none; text-align: right; font-size: 15px; font-weight: 500; max-width: 115px;}
.contact_form li {min-height: 32px; grid-template-columns: 120px 1fr;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: 30px 1fr;}

.form select {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  color: #000;
  padding: 6px 26px 6px 6px;
}

.contact_content .information_left {padding: 0px;}
.contact_form li:has(input[type=radio]) .form__insert input {margin-left: 10px; margin-right: 5px;}


@media screen and (max-width: 1200px) {
.contact_content .information_right {width: 100%; padding-top: 50px;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left {width: 260px;}
}
@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 20px;}
  .list_before.info li {width: 100%;}
  .contact_form li {grid-gap: 0px;}
  .contact_content {padding: 80px 10px 20px 10px;}
}
@media screen and (max-width: 320px) {
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px; padding: 80px 20px;}

.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; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:300px; letter-spacing: 1px; min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 350px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #ffffff; color: #444444; text-align: left; border: 0px #dadada solid; border-bottom: 1px #ececec solid; padding: 10px 16px;transition:all ease .3s; font-size: 15px;}
.product-layer-two li a:hover {background: #e6f3ef;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:1px;width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:10px 15px;  background:#cce8e0;}
.product-layer-two li li:hover > a { background:#b7ab8d; color:#ffffff;}
.product-layer-two > li { width: 300px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:1px;}
.products-list .name {text-align: center;}
.product-layer-two li i.close::before , .fa-circle-plus::before {color: #afc5b9;}
.product-layer-two ul {grid-gap: 0px;}

.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: 12px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -8px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#b7ab8d;}

.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;}

.products-list .more { border: 1px solid #b7ab8d; color: #ffffff; background: #b7ab8d; font-weight: 500; opacity: 1; transition: 0.3s ease; font-size: 13px;} 

/*詳細資料*/
.products-list .item a:hover .more {background: #b7ab8d; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #444; letter-spacing: 2px; font-weight: 500;}
.lastPage {background:none;}
.prod_related {background: none; padding: 100px 15px 70px 15px;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color:#444;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 0px #f4f4f4 solid; background: none;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}

/*特*/
.sidebarBtn h2 {color: #444;}
.products-list .pic {color: #b7ab8d;}
.products-list .pic img {transform: scale(1); transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}

.products-list .price {display: none;}
.products-list .price .sp_price {text-align: left;}
.products-list .price b{text-align: right; font-weight: 500; font-size: 15px;}


.inquiry_a1{background: #b7ab8d;}
.inquiry_a2{background: #b7ab8d;}
.inquiry_a3{background: #b7ab8d;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 0px; letter-spacing: 2px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #000;}

.products-list .price b , .ori_price {color: #b7ab8d; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #d55c4e; font-weight: 700;}
.sidebarBtn .sp_price {color: #d55c4e;}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 980px) {
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.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;}
.mobile_product_name {text-align: center;}

.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px; color: #444; font-weight: 500;}
a.pd_menu_toggle i {color: #99b2a5;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
}
@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;}
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
.lastPage {margin: 40px 10px;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.i_prod_tit h2 , .i_prod_tit span , .i_blog_ri em{display: none;}
.i_blog_ri h5 {padding: 5px 0; color:#b7ab8d;}
.i_prod_b {max-width: 1400px;}
.i_blog_b {max-width: 1400px;}
.blog_list_le, .i_blog_le {border: 0px solid #f4f2f0;}
.i_blog_le img, .blog_list_le img {border: 0px solid #e0e0e0;}
.i_blog_b a {display: none;}
.module_i_news .title_i_box h6 {font-size: 26px; font-weight: 900; color: #e1e1e1;}
.module_i_news .title_i_box h4 {font-size: 28px; font-weight: 500; color: #b7ab8d; display: none;}
.module_i_news {padding: 100px 20px 100px 20px;}
.news_related h6 span:before {color: #ffffff; font-size: 30px; content: '相關文章';}
.news_related h6 {max-width: 1350px; text-align: left;}
.news_related {background:#a09372; padding: 80px 15px 60px 15px;}

.blog_page .main_part , .blog_in_page .main_part {max-width: 1350px;padding: 50px 10px 0px 10px;}
h4.blog_category_title{font-size: 28px; color: #000000;}
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;}
.subbox_item a:after {background: none;}
.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 {padding: 0;}
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #dcdcdc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #383838 !important;}
.submenu a:hover {background: #6b6b6b;}
.submenu {background: none;}

/*首*/
.module_i_news ul{max-width: 1400px; width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back {grid-gap: 20px;}
.blog_back a{
    font-size: 15px;
    color: #808080;
    border-top: 1px solid #d4d4d4;
    padding: 12px 15px 15px 15px;}
.blog_back a.article_btn_prev{background:none;}
.blog_back a.article_btn_back{background:none;}
.blog_back a.article_btn_next{background:none;}

.blog_search input[type=search] {border:solid 1px #dcdcdc; background: #fff; border-radius:0px;}
.blog_le .accordion {}
.pageIndex h5.blog_le_t span {display:none;}
h5.blog_le_t em {}
.blog_list_ri em {color: #bcad8f;}
.blog_list_ri h5 {font-weight: 500; padding: 10px 0 5px 0; color: #000; -webkit-line-clamp: 2; font-size: 22px;}
.blog_ri {width: 100%; padding: 0 0 0 0px;}
.subbox_item {margin-bottom: 30px; border-bottom: 0px #eee solid;}
.blog_list_ri>*+* {margin-bottom: 7px;}
a.news_menu_toggle i {display: none;}


/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #383838;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em , .i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1; right: auto; left: 7px; bottom: -30px;}
.pageIndex .blog_list_ri p {display: none;}
.blog_list_ri p {line-height: 160%; margin-top: 0px; color: #919191; font-size: 16px; word-break: unset;}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 6px 5px 5px 5px;}
.module_i_news li a:after {background: none;}

.blog_list_le , .i_blog_le {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;}
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: translate(-50%, -50%) scale(1.1);}
.blog_list_le img , .i_blog_le img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s;}
.module_i_news li a:before , .subbox_item a:before {
  content: 'READ MORE +';
  font-size: 12px;
  color: #ffffff;
  background: #bbac8e;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0px #d8d8d8 solid;}
.subbox_item a {display: block;}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_shareData {flex-direction: row;}


/*主選單*/
.blog_le {width: 100%;}
.blog_le .accordion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 0 0px;
  overflow: inherit;
  background: none;
  border-bottom: 1px #d8d8d8 solid;}
.blog_le .accordion li {
  float: left;
  position: relative;
  text-align: center;}
.accordion li .link a {color: #868686;}
.fa-chevron-down::before{display: none;}
.submenu a{letter-spacing: 0px; background: #383838; color: #a4a4a4;}
.news_tags {margin-bottom: 30px; display: inline-block;}
.news_tags a {color: #bcad8f;}
.news_related_list li a {
    background: none;
    padding: 10px;
    border-bottom:1px solid #bcad8f;
    text-align: left;}
.news_related_list li a p {line-height: 160%; padding: 15px 0; color: #ffffff; font-weight: 500; font-size: 17px;}
.news_related_list {max-width: 1370px; grid-gap: 38px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.news_related_b_box {max-width: 1350px; width: 100%; margin: 0 auto;}
.lastPage {
    background: none;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px 12px 0px;
    margin: 40px 0;
    width: 130px;
    background: #afa280;}
.blog_search input[type=search] {
  border: solid 1px #e0e0e0;
  background: #ffffff;
}

.submenu li.on_this_category a, .submenu a:hover {background: #5c5c5c;}
.submenu li+li {border-top: 0px solid #747474;}

.blog_box {padding: 0;}
.blog_box_edit .edit {color: #000000;}
.articel_mainPic img {max-width: 50%;} /*圖片比例*/
.news_related_list li figure {}

@media screen and (max-width: 1440px) {
.blog_page .main_part , .blog_in_page .main_part {max-width: 1540px;padding: 50px 20px 0px 20px;}
}
@media screen and (max-width: 768px) {
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;}
.module_i_news ul, .blog_subbox {gap: 30px;}
.articel_mainPic img {max-width: 100%;} /*圖片比例*/
}
@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 500px) {
  .blog_subbox {grid-template-columns: 1fr;}
}
@media screen and (max-width: 375px) {
  .blog_le .accordion li {width: 100%;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
#to_top { bottom:30px;}
.banner {height: 250px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 10px;}
.stellarnav .menu-toggle:after {color: #989898; font-size: 11px;}
.stellarnav .menu-toggle span.bars span {height: 1px;background: #989898;}
}

@media screen and (max-width: 600px) { 
}




