@charset "utf-8";/*這段一定要加否則中文會變亂碼*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* 大圖文字 */
.bannerindex .swiper-slide:nth-child(1):before {
    content: "多元整合服務 | 防水、抓漏、隔熱、結構修繕一次搞定";
    opacity: 1;
    z-index: 999;
    position: absolute;
    font-size: 1.1vw;
    right: 20vw;
    bottom: 17vw;
    z-index: 100;
    color: #fff;
    letter-spacing: 0.2vw;
    text-shadow: 0 0 5px #666;
    font-weight: 700;
}
/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
   animation: inside1 2s;
   animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}
/*----------------------------------------------------*/
.bannerindex .swiper-slide:nth-child(2):before {
    content: "專業塗料選用 | 彩岩石、石頭漆、砂岩漆各式質感油漆";
    opacity: 1;
    z-index: 999;
    position: absolute;
    font-size: 1.1vw;
    right: 10vw;
    bottom: 17vw;
    z-index: 100;
    color: #fff;
    letter-spacing: 0.2vw;
    text-shadow: 0 0 5px #666;
    font-weight: 700;
}
/*---active分開寫避免時間差-----*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: inside2 2s;
    animation-timing-function: cubic-bezier(0.75, -0.02, 0.29, 0.98);
}
/*---------兩張大圖都一樣位置顯示----------------------------------*/
.bannerindex .swiper-slide:nth-child(n):after {
    content: "HUA-SHENG ENGINEERING";
    opacity: 1;
    position: absolute;
    font-size: 2vw;
    right: 10vw;
    bottom: 20vw;
    z-index: 100;
    color: #fff;
    letter-spacing: 0.2vw;
    text-shadow: 0 0 5px #666;
    font-family: monospace;
    font-weight: 900;
}
/*------------------動畫在這裡---------------------------------------*/
@keyframes inside1{
	0% {transform: translate(-50%, 15%);opacity: 0;}
	100%{opacity: 1;}
}
@keyframes inside2{
	0% {transform: translate(90%, 15%);opacity: 0;}
	100%{opacity: 1;}
}
/*-----------------------------------------*/
div#page:before {display: block;content: " ";position: fixed;z-index: 1000;left: -50%;top: -50%;width: 200vw;height: 200vh;background-image: url(https://pic03.eapple.com.tw/0936115582/noise.png);pointer-events: none;opacity: 1;z-index: -1;}/*放置造點*/
#content_main {margin: 0;background: transparent;}
.header_area {position: relative;z-index: 9999;padding: 10px;background: #ffffffb3;backdrop-filter: blur(10px);position: fixed;top: 0;width: 100%;transition: .5s;}
.header_area.sticky {width: 100%;z-index: 9999;background: #ffffff;transition: .5s;backdrop-filter: none;}
.main_header_area .container {max-width: 1800px;margin: auto;}
.nav-header {z-index: 123;top: 0;left: 0;max-width: 200px;width: 100%;grid-row: 1 / span 2;display: flex;justify-content: center;align-items: center;align-content: center;}
.me_tp_features {display: none;}
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;flex-direction: row;align-items: center;}
/*---------------------------------------------------------------------*/
.stellarnav > ul > li > a {padding: 0;color:#656565;;text-transform: uppercase;position: relative;display: inline-block;font-size: 16px;line-height: 40px;height: 40px;margin: 0 15px;overflow: hidden;cursor: pointer;text-align: center;transition: .5s;}
.stellarnav > ul > li:hover> a {color: #b1b096;transition: .5s;}
.stellarnav li.has-sub > a:after {content: '';margin-left: 10px;border-left: 7px solid #656565;border-right: 7px solid #656565;border-top: 1px solid #656565;display: block;position: absolute;top: 50%;right: 0;transform: none;transition: .5s;}
.stellarnav li:hover.has-sub > a:after {border-left: 7px solid #44444400;border-right: 7px solid #44444400;border-top: 7px solid #b1b096;transition: .5s;transform: translateY(-50%);}
/*------------下拉------------------------------*/
.stellarnav ul ul {top: auto;border: 0px;width: 160px;position: absolute;z-index: 9900;text-align: left;background: #fff;border: 1px solid #f0f0f0;}
.stellarnav li li {display: block;border: 0px #eee solid;border-bottom-width: 0;transition: .5s;}
.stellarnav li a {padding: 12px 10px;display: block;color: #777;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li li:hover {background: #f3f3f3;transition: .5s;}
/*---------------------------------------------------------------*/
.info_fix_links {display: flex!important;}
.linksBtn {display: none;}
.info_fix_links a {display: flex;width: 45px;height: 45px;overflow: hidden;border-radius: 50px;transition: .3s;background: rgba(0, 0, 0, .3);margin-bottom: 5px;color: #FFFFFF;font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
/*--------------------------------------------------------------------*/


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 購買耗材---購物車 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #f3f3f3;padding: 7px 16px;display: block;font-size: 16px;color: #222;}
.products-list .name {font-size: 17px;color: #444;font-weight: 600;letter-spacing: 1px;margin-top: 15px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 3em;}
.products-list .name .numbering {display: block;font-size: 15px;font-weight: 500;color: #777;}
/*---------下層---------*/
.edit {line-height: 180%;font-size: 15px;letter-spacing: 1px;margin: auto;padding: 20px 0;}
.prod_related {background: none;padding: 25px 15px;}
/*----------結束---*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}

/*----------FOOTER----------------------*/
.footer_info li p.tel:before {content: '手機：';}
.footer_info li p.phone:before {content: '廠機：';}
.footer {padding: 80px 0px 0px;font-size: 14px;background: #e1e1e1 url(https://pic03.eapple.com.tw/0936115582/noise.png);position: relative;z-index: 99;}
.footer_info {padding: 0;display: grid;grid-template-columns: 250px auto;grid-gap: 30px;padding-right: 110px;}
.box_link {position: absolute;top: 10;right: 20px;width: auto;display: flex;align-items: flex-start;max-width: 450px;max-height: initial;flex-direction: column;}
.box_link:before {content: "CONTACT";display: block;width: 100%;margin-bottom: 5px;font-family: monospace;letter-spacing: 1px;font-size: 21px;color: #646464;font-weight: 900;transition: .5s;}
.box_link a {display: grid;width: 100%;border: none;border-radius: 0px;grid-template-columns: 20px auto;padding: 4px;font-size: 16px;text-align: center;margin-right: 0px;align-items: center;color: #777;}
.box_link a:hover {color: #b1b096;transition: .5s;}
a.me_tp_line:after {content: "LINE";display: block;letter-spacing: 2px;padding-left: 8px;font-size: 13px;text-align: left;font-weight: 500;}
a.me_tp_call:after {content: "PHONE";display: block;letter-spacing: 2px;padding-left: 8px;font-size: 13px;text-align: left;font-weight: 500;}
a.me_tp_mail:after {content: "E-MAIL";display: block;letter-spacing: 2px;padding-left: 8px;font-size: 13px;text-align: center;font-weight: 500;}
.footer_info ul {display: flex;width: 100%;gap: 30px;justify-content: space-around;}
.footer_info li:nth-child(1) {line-height: 200%;width: auto;display: block;padding: 10px;}
.footer_info li:nth-child(1):before {content: "INFORMATION";display: block;width: 100%;margin-bottom: 5px;font-family: monospace;letter-spacing: 1px;font-size: 21px;color: #646464;font-weight: 900;}
.footer_info li p {line-height: 175%;letter-spacing: 1px;color: #777;font-size: 14px;}
.footer_info li p a {color: #777;transition: .5s;}
.footer_info li p a:hover {color: #b1b096;transition: .5s;}
.footer_info li {display: block;width: 250px;padding: 10px;}
.footer_info li:nth-child(2):before {content: "RELATED LINK";display: block;width: 100%;margin-bottom: 5px;font-family: monospace;letter-spacing: 1px;font-size: 21px;color: #646464;font-weight: 900;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr;align-items: center;}
.footer_menu a {display: inline-block;padding: 10px 0px 0px;border: 0px #ccc solid;margin: 0px 5px 5px 0;font-size: 14px;line-height: 100%;color: #777;background: none;letter-spacing: 1px;transition: .5s;}
.footer_menu a:before {content: "";position: absolute;width: 5px;height: 5px;background: #777;border-radius: 10px;transform: translate(-15px, 2px);}
.footer_menu a:hover {background: none;color: #b1b096;transition: .5s;}
p.add:after {content: "營業時間：08:00-22:00 全年無休";display: block;letter-spacing: 1px;font-size: 14px;text-align: left;font-weight: 500;pointer-events: none;color: #777;}

/*--放LINEQRCODE--*/
.footer_logo:after {
    content: "";
    width: 130px;
    height: 130px;
    background: url(https://pic03.eapple.com.tw/0936115582/LINEQRCODE3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    pointer-events: none;
    opacity: 0.7;
}
.footer_logo img {
    max-width: 0%;
}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    margin: 0;
    padding: 10px;
}
/*-------------------------------------------------------------------------*/
.copy {text-align: center;padding: 7px 0;font-size: 13px;color: #b1b096;border-top: 0px #ddd solid;margin-top: 50px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;}
.copy a {color: #b1b096;}
.privacyLinks a+a {border-left: 0px solid #cccccc;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1024px) {
.footer_info {padding: 0;display: flex;grid-gap: 30px;padding-right: 110px;flex-direction: column;align-items: center;}
.box_link {position: absolute;top: 135px;right: 20px;width: auto;display: flex;align-items: flex-start;max-width: 450px;max-height: initial;flex-direction: column;}
.footer_info {padding: 0;display: flex;grid-gap: 30px;padding-right: 110px;padding-left: 20px;flex-direction: column;align-items: flex-start;}
.footer_info ul {display: flex;width: 100%;gap: 30px;justify-content: space-between;}
.box_link {position: absolute;top: 190px;right: 20px;width: auto;display: flex;align-items: flex-start;max-width: 450px; max-height: initial;flex-direction: column;}
.box_link {display: none;}
/*------------------------*/
.navigation {display: flex;flex-direction: column;align-items: center;}
}

@media screen and (max-width: 768px) {
.navigation {flex-direction: row;align-items: center;justify-content: center;}
/*----------------------------------------------------------------------------*/
.footer_info {padding: 0;display: flex;grid-gap: 30px;padding-right: 0px;flex-direction: column;align-items: flex-start;}
/*避免擋到大圖*/
.header_area {position: relative;backdrop-filter:unset}
.header_area.sticky {position: sticky;}
/*手機menu設定*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: unset;}
.stellarnav.mobile > ul > li > a {padding: 20px 43px 20px 10px;}
}

@media screen and (max-width: 660px) {
.footer_info ul {display: flex;width: 100%;gap: 30px;justify-content: space-between;padding-left: 20px;padding-right: 20px;flex-direction: column;align-items: flex-start;}
.footer_info li {display: block;width: 100%;padding: 10px;}
.footer_menu {width: 100%;display: grid;grid-template-columns: 1fr 1fr 1fr;align-items: center;}
.footer_logo {display: inline-block;vertical-align: top;max-width: 280px;margin: 0;padding: 20px;}
}



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    margin-top: 100px;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    filter: drop-shadow(2px 2px 2px black);
}
.banner h5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 120%;
}
.banner.banA {display: none;}/*服務項目*/
.banner.banB {}
.banner.banC {display: none;}/*聯絡我們*/
.banner.banD {}
.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/0936115582/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}/*施工照片-相簿管理*/
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/0936115582/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}/*施工分享-文章管理*/
.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/0936115582/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}/*購買耗材-購物車*/
.path {display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*---服務項目-隱藏--*/
.promotion_title {display: none;}
.other_promotion {display: none;}
.other_select_page ul.page {display: none;}
/*-------------*/

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_le {width: auto;display: flex;flex-direction: column;}
h5.blog_le_t {display: none;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 0px #ccc;border-radius: 1px;padding: 10px 35px 10px 10px;border-bottom: solid #ccc 1px;}
.blog_le .accordion {display: flex;list-style-type: none;margin: auto;border-radius: 0px;border: none;overflow: hidden;gap: 10px;background: rgb(120 112 96 / 15%);width: 100%;}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_ri {width: 100%;padding: 0 0 0 0px;min-height: 75vh;}
.blog_subbox {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 10px;}
.blog_list_le {display: flex;width: 100%;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;aspect-ratio: 8 / 5;}
.subbox_item a {display: grid;grid-template-columns: none;position: relative;grid-gap: 20px;}
.blog_list_ri {display: block;padding: 5px 7px;}
.blog_list_ri h5 {font-weight: 600;font-size: 20px;color: #444;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;letter-spacing: 1px;}
.blog_list_ri em {font-size: 13px;letter-spacing: 1px;color: #999;font-style: normal;display: block;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri p {font-size: 15px;color: #666;letter-spacing: 1px;line-height: 180%;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.subbox_item a:before {content: 'READ MORE';position: absolute;z-index: 19;bottom: 50%;left: 50%;right: unset;opacity: 0;font-size: 18px;color: #999;transition: all .6s;transform: translate(-50%, -50%);}

@media screen and (max-width: 768px) {
.blog_subbox {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 10px;}    
}

@media screen and (max-width: 425px) {
.blog_subbox {display: grid;grid-template-columns: 1fr;grid-gap: 10px;}    
}

/*----------下層-------------------*/
.articel_mainPic img {display: none;max-width: 100%;}
.blog_box_edit * {line-height: 190%;font-size: 14px;letter-spacing: 1px;}
.blog_back {text-align: center;display: flex;grid-gap: 20px;justify-content: center;}
.blog_back a {font-size: 15px;color: #aba07d;display: block;padding: 7px 15px;width: 150px;border-bottom: 1px solid #ccc;}
.blog_back a.article_btn_prev {background: none;}
.blog_back a.article_btn_back {background: none;}
.blog_back a.article_btn_next {background: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*-----施工照片--------*/
.subalbum-menu h2 {display: none;}
.show-list .show_pic {display: block;position: relative;overflow: hidden;text-align: center;line-height: 0;height: auto;aspect-ratio: 5 / 3;}
.other_subalbum li a p {line-height: 2;text-align: center;}
.overlay {position: absolute;content: '';width: 100%;height: 100%;display: block;background: rgb(0 0 0 / 63%);left: 0;top: 0;opacity: 1;transform: scale(1);transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .item:hover .overlay {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}
/*--------------------*/

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.contact_content .information_left {display: none;}/*聯絡資訊隱藏*/
.contact_content {text-align: center;margin: auto;padding: 20px 10px;}
.contact_form li input.noborder {border: none;border-bottom: 1px solid #ccc;background: none;}
.contact_form li textarea.noborder {border: none;border-bottom: 1px solid #ccc;background: none;}
.contact_form li.last cite {background: #6d6523cc;color: #fff;}
/*----------------------------------------------------------------*/


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




