@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/*顏色
#F4F1EA
#003E3E
#005757
#C33130
#333333
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/
/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'Roboto Slab', 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    background: #013d3b;
}


/* = = = = = = = header = = = = = = = =*/
.header_area {
	background: #F4F1EA;
	padding: 5px 10px 0;
}
.main_header_area .container {
    max-width: 95%;}   

/*下滑header */
.header_area.sticky {background: #F4F1EA;}

/*logo*/
.nav-header {max-width: 250px;}
.navigation {grid-template-columns: 250px 1fr;}

/*小icon隱藏*/
.tp_links {
    display: none;
}

/*購物車*/
.shop_search_btn {
    background: #013d3b;
}
.box_search input[type=text] {border: solid 1px #f4f1ea;}

/*按鈕*/
.stellarnav > ul > li > a {
	font-size: 15px;
	color: #333;
	transition: 0.7s;
}
.stellarnav > ul > li > a:hover {
    color: #005757;
    transition: 0.7s;
    font-weight: bold;
}

/*按鈕下拉*/
.stellarnav li a {
	font-size: 14px;
	color: #fff;
}
.stellarnav li li {
	border: 1px #025552 solid;
    background: #013d3b;
    transition: 0.7s;
}
.stellarnav li li:hover {
    background: #026f6b;
    transition: 0.7s;
}


/* = = = = = = = footer = = = = = = = =*/
/*footer icon按鈕隱藏*/
.box_link {display: none;}

/*置頂按鈕*/
#to_top {
	color: #013d3b;
    font-weight: bold;
    background: #f4f1ea;
}
#to_top i:before, #to_top i:after {
	background: #013d3b;
}
#to_top i.top:before, #to_top i.top:after {
	width: 2px;
}

/* = = = = = = = banner = = = = = = = =*/
.banner {display: none;}
.path {display: none;}


/* = = = = = = = 購物車 = = = = = = = =*/
/*外層*/
.product-layer-two li a {
    border: 0px #fff solid;
    background: #013d3b;
    color: #ffffff;
    transition: 0.6s;
}
.product-layer-two li a:hover {
    background: #005757;
    transition: 0.6s;
}
.products-list .pic {
    border-radius: 15px;}
.products-list .name {
    color: #ebebeb;
}
.products-list .item a:hover .more {
    background: #013d3b;
    color: #fff;
    letter-spacing: 2px;
    border: 1px solid #00b3ad;
}
.products-list .more {
    border: 1px solid #05605d;
    border-radius: 10px;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0px #ccc solid;
    background: #005757;
}
.product_menu_list>h5 {color: #fff;}
.fa-caret-down::before {color: #f4f1ea;}

/*內層*/
.sidebarBtn {
    border: 1px #057979 solid;
    background: #013d3b;
    border-radius: 15px;
}
.sidebarBtn h2 {
    color: #ffffff;}
.sidebarBtn .price {
    color: #ffffff;
    border-bottom: 1px solid #057979;}    
.product_info li span {
    color: #d5d5d5;
} 
.inquiry_a3 {
    background: #005757;
}   
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #039191;
}
.toShare {
    border-top: 1px solid #057979;
    color: #e9e9e9;
}
.pd_tabTitle li.activeTab a {
    color: #f4f1ea;
}
.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #057979;
}
.pd_tabTitle li {
    border-bottom: 1px solid #057979;
}
.pd_tabInner_contain {
    color: #fff;
}

/*推薦*/
.prod_related {
    background: #f4f1ea;}
.prod_related h6 span:before {
    color: #013d3b;
}
.lastPage {
    color: #fff;
    background: #013d3b;
    border-radius: 10px;
}

/*購物車-訂購頁*/
.shopping-cart .cart_head {
    background: #005757;}
.shopping-cart .cell.product_name p {color: #fff;}
.shopping-cart .cart_content .row {
    border-bottom: 1px solid #027373;
    color: #fff;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #fff;
}
.contact_le_map a {background: #057979;}
.total_amount li {color: #fff;}
.rewrite_simple {
    background: #057979 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: #057979 url(../images/simple_right.png) 88% center no-repeat;
}

/*line pay*/
.list_before {color: #fff;}
.list_before a {color: #fff;}
.codePay_info .notetext img {
    width: 100%;
    max-width: 300px;
}

/*購物車-訂購資料*/
.form label, .formbox_form, .form label.Bigcheck {color: #fff;}
.declaration {
    background: #013331;}
.border200, .total_amount li input[name=DiscountCode] {color: #111;}

/*購物車-訂購完成*/
.blank_letter, .order_list_tit b, .order_list_tab td, .order_list_pro td, .order_list_pro td span {color: #fff;}
.animated-arrow {
    background: #057979;
    border-radius: 10px;}
.order_list_tit span {
    color: #057979;
    border-bottom: 1px #057979 solid;
}
.payer {
    background: #013d3b;
}
.order_list_tab td:nth-child(1) {color: #013d3b;}
.order_list_head p {
    color: #ffffff;
    border-bottom: 2px #057979 solid;}
.order_list_pro tr:first-child td {
    color: #ffffff;}
.order_list_pro tr:first-child {
    background: #057979;
}  
.last_box_money p, .last_box_money em {color: #fff;}


/* = = = = = = = 文管 = = = = = = = =*/
/*外層*/
h5.blog_le_t {color: #fff;}
.accordion li .link a {color: #c9c9c9;}
.blog_le .accordion {
    border-radius: 10px;
    border: 1px #057979 solid;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #057979 !important;
}
.blog_list_ri h5 {
    color: #fff;
}
.blog_list_ri em {color: #009797;}
.blog_list_ri p {color: #d1d1d1;}
.subbox_item a {padding: 8%;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #057979;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.module_i_news li:before, .subbox_item:before {
    position: absolute;
    width: 1px;
    top: 50%;
    left: -3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #057979;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    right: -4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #057979;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.subbox_item a:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: -1px;
    background: #057979;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(12px, 15px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 35px;
}


/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}
/*改排版-直式結束*/


/*內層*/
h4.blog_category_title {
    color: #ffffff;}
.toShareNews {color: #d9d9d9;}
.blog_box_edit.clearfix {
    color: #fff;
}
.blog_box_edit.clearfix a {
    color: #fff;
}
/*下方三按鈕*/
.blog_back a.article_btn_back {
    background: #005757;
}
.blog_back a.article_btn_prev {
    background: #026969;
}
.blog_back a.article_btn_next {
    background: #026969;
}
/*相關文章*/
.news_related {
    background: #f4f1ea;}
.news_related h6 span:before {
    content: '相關消息';
    color: #013d3b;
} 


/* = = = = = = = 表單 = = = = = = = =*/   
.contact_content .information_left {display: none;}
.contact_page .blank_letter::before {
    content: "加盟洽詢";
    color: #fff;
    font-size: 26px;
}
.contact_page .blank_letter {
    color: #ffffff00;
    font-size: 0px;
}
.contact_form { color: #e7e7e7;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_form li {grid-template-columns: 1fr;}
.contact_form li .form__label {
    display: block;
    text-align: left;
    max-width: 100%;
}
.form select {
    border: 1px solid #057979;
    color: #ffffff;
    margin-right: 0;
    width: 100%;
    background: #025754;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 1px solid #057979;
    color: #ffffff;
    background: #025754;
}
.contact_form li.last blockquote {
    color: #ffffff;
    border: 1px #057979 solid;
}
.contact_form li.last cite {
    background: #005757;
    color: #fff;
    border: 1px #005757 solid;
}
.contact_form li:nth-of-type(9) .form__label::after{
    content: "(填寫更詳細需求說明，會更得到加盟總部的青睞喔！)";
    color: #0ecbcb;
}
.car_page .form select {
    border: 1px solid #C2BCB4;
    color: #666;
    margin-right: 10px;
    background: #fff;
}


/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #fff;}
.page strong, .page a:hover {
    color: #ffffff;
    border: 1px solid #005757;
    background: #005757;
}

/* = = = = = = = 首頁文管 = = = = = = = =*/
.module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #ffffff;
}
.module_i_news .title_i_box h4::before {
    content: "NEWS";
    display: block;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: -4px;
}
.i_blog_ri h5 {color: #fff;}
.i_blog_ri em {color: #009797;}
.i_blog_ri p {color: #d1d1d1;}
.module_i_news li a:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: -1px;
    background: #057979;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(12px, 15px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 35px;
}
.module_i_news li a {grid-template-columns: 1fr; padding: 8%;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li::before {
    position: absolute;
    width: 1px;
    top: 50%;
    left: -3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #057979;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li {position: relative;}
.module_i_news {
    padding: 100px 20px;
}





/* = = = = = = = 暫時 = = = = = = = =*/
/*下拉編輯頁*/
.other_select_page .promotion_title {
    display: none;
}
.other_select_page .other_promotion {
    display: none;
}
.other_select_page .page {
    display: none;
}

/*首頁背景*/
#content_main {background: #013d3b;}

/*footer另切先放平面圖*/
/* .footer {
    background: url(https://pic03.eapple.com.tw/jayspizza/footer.jpg) top center #020202;
    background-repeat: no-repeat;
    height: 1056px;
}
.copy {display: none;}
.footer_logo {display: none;}
.footer_info ul {
    display: none;} */

.footer_info ul li p:nth-child(2),
.footer_info ul li p:nth-child(5){display: none;}

@media screen and (max-width: 1200px) {
/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
.module_i_news li::before {left: -2%;}
.module_i_news li:after {right: -2%;}

}

@media screen and (max-width: 1100px) { 
/*HEADER按鈕文字*/
    .stellarnav > ul > li > a {
    font-size: 14px;}
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width: 768px) { 
/*LOGO*/
.nav-header {
    max-width: 210px;
}
/*HEADER寬度*/
.main_header_area .container {
    max-width: 100%;
}
/*header*/
.header_area {padding: 10px;}
/*漢堡按鈕*/
.stellarnav .menu-toggle span.bars span {background: #003e3d;}
.stellarnav .menu-toggle:after {color: #013d3b;}
/*手機底部*/
#bottom_menu {background: #f4f1ea;}
#bottom_menu li a {color: #013c3a;}
.copy {padding: 25px 5% 75px;}
/*側邊選單*/
.stellarnav.mobile ul {background: #013d3b;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #013d3b;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #f4f1ea;}
.stellarnav a {color: #f4f1ea;}
.stellarnav.mobile > ul > li {border-bottom: 1px #025552 solid;}
.stellarnav > ul > li > a {color: #f4f1ea;}
.stellarnav > ul > li > a:hover {
    color: #f4f1ea;
    font-weight: 500;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #046965;}
.stellarnav.mobile li.open {
    background: #02514e;}
.stellarnav.mobile li a {
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}    

/*購物車-內*/
.mobile_product_name {color: #fff;}

}

@media screen and (max-width: 600px) {
/*    表單*/
.contact_form li .form__label {background: rgb(140 168 218 / 0%);}
.contact_form li:nth-of-type(9) .form__label::after {display: block;}
}

@media screen and (max-width: 500px) {
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr;
}
.module_i_news li:before, .subbox_item:before {display: none;}
.module_i_news li:after, .subbox_item:after {display: none;}

/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr;
}
.module_i_news {
    padding: 75px 20px;
}
.module_i_news .title_i_box {
    margin-bottom: 10px;}

 }

@media screen and (max-width: 480px) {
    .footer_info {margin-top: 0;}
}

/*banner文字大小*/
@media screen and (max-width: 1440px) {
    .module_i_news .title_i_box h4::before {font-size: 50px;}
}
@media screen and (max-width: 768px) {
    .module_i_news .title_i_box h4::before {font-size: 40px;}
}
@media screen and (max-width: 480px) {
    .module_i_news .title_i_box h4::before {font-size: 30px;}
    .module_i_news .title_i_box h4 {font-size: 18px;}
}



/*↑↑↑↑↑↑↑↑此網站更改結束↑↑↑↑↑↑↑↑*/


/*上方選單解除滑動固定
.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 {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
/* .footer.with_shopping_mode { padding:30px 0 70px; } */
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



