@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Zen+Old+Mincho&display=swap');

:root{
    --fNST: "Noto Sans TC", sans-serif;
    --fM: "Montserrat", sans-serif;
    --fZOM: "Zen Old Mincho", serif;
    --f18: 18px;
    --p100: 100px;
    --p3: 3%;
    --p5: 5%;
}

body {font-family: "Noto Serif TC", serif;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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% - 310px);}
ul.page {width: 100%;}
.product_page .products-list::before, .product_page .products-list::after{display: none;}
.product_page .products-list{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); display: grid; grid-gap: 20px;}
.products-list .item{width: 100%; display: block; padding: 0; margin: 0;}
.product-layer-two{width: 280px; padding: 20px; background: #FFFFFF;}

.product-layer-two li ul {position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two > li {width:100%; max-width:100%; padding:0; text-align:left; border: 0; border-bottom:1px solid #ccc; margin: 0;}
.product-layer-two li a{background: transparent; border: 0;}
.product-layer-two li.active a{border: 0;}
.product-layer-two li:hover > a{color: #991713;}
.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 ul > li + li {margin-top:5px;}

.product_info_page .product_menu_list {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: 1440px) {
.product_page .products-list{grid-gap: 15px;}
}

@media screen and (max-width: 1024px) {
.product-layer-two{width: 200px;}
.product_page .products-list{width: calc(100% - 220px); grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
}
@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;  z-index: 20;}
.bannerindex {position:sticky; height:auto;}
.swiper-banner {position:static; margin:0; height:auto;} 
.swiper-slide img {height:auto;}
@media screen and (max-width: 768px) {
.bannerindex {position:static; padding:0; margin:0;}
}

/*隱藏大圖輪播點點按鈕*/
/*.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.pageIndex .main_part {border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path {display:none;}

/*header最右側icon*/
.nav-menu>li:last-child {display:none;}

/*網站按鈕*/
.animated-arrow {background: #eccc75; border-radius: 100px;}

/*內頁背景*/
body {
    background: url(../images/img/all_bg01.png) no-repeat top center,url(../images/img/all_bg02.jpg) no-repeat bottom center,#FDF9F4;
    background-size: 100%;
}
#content_main {
    background: url(../images/img/all_bg01.png) no-repeat top center,url(../images/img/all_bg02.jpg) no-repeat bottom center,#FDF9F4;
    background-size: 100%;
}


/*top*/
#to_top { box-shadow: 0px 0px 10px #e9d0af82; color: #eccc75;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after { height: 10px;  top: 5px; background: #eccc75;}

/*滾輪*/
::-webkit-scrollbar {width: 9px;}/*滾輪寬度*/
::-webkit-scrollbar-button {background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece {background: #e9e9e9;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #b9403c; border: #b9403c;}/*滾輪樣式*/
::-webkit-scrollbar-track {box-shadow: transparent;}/*滾輪軌道樣式*/

/*大圖*/
/* .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/7DragonPalace/大圖-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/7DragonPalace/大圖-1.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
} */

/*下拉編輯頁*/
.other_select_page .promotion_title {display: none;}
.other_select_page .clearfix { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Header*/
.header_area{width: 100%; left: 0; top: 0; background: url(../images/img/t_bg.jpg);}

/* .pageIndex .main_header_area{background: none; height: 0px; opacity:0; transition: all 0.3s;} */
.main_header_area{background: #ffffff00; /*box-shadow: 0px 0px 13px #8282828f;*/ /*border-bottom: 1px solid #58726b;*/ opacity:1; transition: all 0.3s;}
.navigation {padding: 15px 0 10px 300px; width: 94%; margin: 0 auto;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 1500px; transition: all 0.3s;}

/*第一層*/
.stellarnav > ul > li {padding: 0 5px;}
.stellarnav ul ul {padding-top: 0px; /*box-shadow: 0px 0px 10px #c8c8c88f;*/}
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{
    color: #1F2417; 
    padding: 0 0px 0 0px; 
    font-weight: 400; 
    letter-spacing:0px; 
    font-size: 16px; 
    transition:all 0.3s;
}
.stellarnav > ul > li:hover > a{color: #A33734;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0 0px 0 0px;}
.stellarnav > ul > li > a b {font-weight: 400; letter-spacing: 1px;}

/*第二層*/
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    color: #fff;
    padding: 10px 10px; 
    font-size: 15px; 
    transition: all 0.3s; 
    border-left:2px solid transparent; 
    font-weight: 400; 
    background: #BB9457;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #fff; 
    background: #A33735;
}

/*SubMenu*/
.shop_search_btn {background: #b3b3b3;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #b3b3b3;}
.me_tp_features {padding-right: 6px; margin-bottom: 3px;}
.me_tp_features a{color: #1F2417; font-size: 15px;}
.box_search {display: none;}
.tp_links {display: none;}

/*按鈕hover底線特效 old*/
.stellarnav > ul > li {position: relative;}

/*LOGO*/


@media screen and (max-width: 1024px) {
.navigation{padding: 20px 0 0;}
.me_tp_features {padding-right: 0px;}
}
@media screen and (max-width: 768px) {
    /*選單漸變效果＝＝*/
    /*首頁固定選單*/
    .navigation { padding: 0px;  padding: 15px 0 10px;  }
    .nav-header{width: 60%; max-width: 250px; margin: 0 auto;}
    .main_header_area .container {max-width: 100%;}
    .me_tp_features {margin: 0px 0;}
    
    
    /*側邊選單/＝＝＝＝＝*/
    .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 .menu-toggle:after {color: #7f614a;}
    .stellarnav .menu-toggle span.bars span {background:  #7f614a;}
    .stellarnav.mobile {top: 7px;}
    .stellarnav.mobile > ul > li > a {padding: 10px 43px 5px 10px;}
    .stellarnav.mobile > ul > li{border-bottom: 1px #ddceb7 solid;}
    .stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
    .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: #ffffff;}
    /*.stellarnav > ul > li:hover > a {color: #ffffff;}*/
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {background: #eccc75;}
    .stellarnav.mobile li li a.dd-toggle {background: none;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #ffffff; border-right: 0px; box-shadow: 1px 1px 10px #735940ba;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff; color: #eccc75;}
    .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #cf2222;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #cf2222;}
    .stellarnav .icon-close:before { border-bottom: solid 3px #eccc75;}
    .stellarnav .icon-close:after {border-bottom: solid 3px #eccc75;}
    
    /*Logo/＝＝＝＝＝*/
    .nav-brand{margin-top: 10px;}
    .header_area .nav-brand{max-width: unset; margin-top: 0px;}
}
@media screen and (max-width: 570px) {
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav.mobile {top: 3px;}
    .me_tp_features a{font-size: 13px;}
    
}
@media screen and (max-width: 425px) {
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav.mobile {top: 2px;}
}

/*下拉*/
.submenu-indicator { margin-left: 8px;  margin-top: 4px;}
.submenu-indicator-chevron {border-color: transparent #343a40 #343a40 transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #eccc75 #eccc75 transparent;}

/*下拉選單*/
.nav-dropdown {min-width: 130px;}
.nav-menu>li>.nav-dropdown {border: solid 0px #f0f0f0;}
.nav-dropdown>li>a {text-align: center;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus { background: #eccc75; color: rgb(255, 255, 255);}
.stellarnav li.drop-left ul ul {left: 160px; right: auto;}

@media screen and (max-width: 768px) {
.nav-toggle {top: 20px; right: 35px;}
.navigation-portrait .nav-menu > li > a { padding: 20px 50px;}
.stellarnav li.drop-left ul ul {left:auto; right: 160px ;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 35px;
    letter-spacing: 4px;
    padding: 0;
    height: 395px;
    display: none;
}
.banner h5 {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
    width: 20%;
    padding: 20px;
    background: #ffffffb8;
    border-radius: 45px;
}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
.module_i_news li:nth-child(n+4) {display: none;}


@media screen and (max-width: 768px) {
.banner {height: 135px; font-size: 20px;}
.banner h5 {width: 30%; padding: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* footer=== */

.footer {background: url(../images/img/t_bg.jpg); padding: 80px 0;}
.footer_info {padding: 0 0px 0 0;}

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.footer .center {width: 94%; max-width: 1545px; margin: 0 auto;}
.footer_logo {width: 285px; margin: 0;}
.footer_logo img {width: auto; max-width: 100%;}
.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer_info li {padding: 10px 0; display: inline-block; vertical-align: middle;}
.footer_info li:nth-child(1) {width: fit-content; margin-right: 3%;}
.footer_info li:nth-child(1) section{font-family: var(--fNST); margin: 50px 0;}
.footer_info li:nth-child(1) h6{font-size: 16px; margin-bottom: 5px; font-weight: 500;}
.footer_info li:nth-child(2) {width: fit-content;}
.footer_info li p,
.footer_info li p a {color: #202417;}
.footer_menu a {background: transparent; color: #202417; border: none;}
.copy {border-top: none; flex-wrap: wrap; display: flex; justify-content: space-between; align-items: flex-start; color: #202417; font-size: 12px; padding: 0; font-family: var(--fNST);}
.copy a {color: #202417; font-weight: 200;}
.box_link {
    top: 100%;
    width: 100%;
    text-align: right;
    padding: 0 3%;
    max-width: 300px;
    display: none;
}
.box_link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    background: #111;
    padding: 0px;
    border-radius: 30px;
}
.box_link a i {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

@media screen and (max-width: 768px) {
    .footer {padding: 30px 0;}
    .footer .center{width: 90%;}
    .footer_logo {margin-bottom: 0; max-width: 75%;}
    .footer_info ul {flex-wrap: wrap;}
    .footer_info li:nth-child(1) {width: 100%;}
    .footer_info li:nth-child(1) section{margin: 30px 0 20px;}
    .footer_info li:nth-child(2) {width: 100%; text-align: center; padding: 0; margin-bottom: 20px;}
    .footer_menu {margin: 0;}
    .box_link {position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
    .copy {padding: 30px 3% 0 3%;text-align: center;border-top: 1px solid #555;font-size: 12px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

.footer_info {flex-direction: column; align-items: flex-start;}
.footer_info ul {width: 100%; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: flex-start;}
.footer_info li:nth-child(1) {position: relative;}
.footer_info li:nth-child(2) { text-align: right;}
.footer_menu {padding: 10px 0;}
.footer_menu a {
    padding: 0 10px;
    text-align: center;
    margin: 0;
}
.footer_menu a:last-child {border-right: none; padding-right: 0;}
.footer_menu a:hover {background: transparent; color: #BA9357;}
.copy a:hover {color: #000;}
.footer_menu a:nth-child(1) {display: none;}

@media screen and (max-width: 768px) {
    .footer_menu {text-align: center; max-width: 700px; margin: 0 auto;}
    .footer_menu a:last-child {padding-right: 12px;}
    .copy {border-top: none; text-align: center;}
}

@media screen and (max-width: 600px) {
    .footer_menu {text-align: center;}
}

@media screen and (max-width: 360px) {
    
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/

.promotion_title * { color: #cf2222;}
.promotion_title {text-align: center;}
.promotion_title em { border: 1px #cf2222 dashed;}
.promotion_title span {border: 1px #cf2222 dashed;}
.promotion_title h2 { display: block;  font-size: 30px;}
.other_promotion li a { border: none; border-top: 1px solid #e5e5e5;}
.other_promotion li a:hover { background: none;}
.other_promotion li a:before {border: 2px #cf2222 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after {display: none;}

/*首頁*/
.news_part {margin: 70px auto; padding: 50px 30px; background: #fffffff2; border-radius: 20px; border: 2px #eccc75 solid;}
.news_part .title_i_box h4 { color: #cf2222;}
.news_list ul li a:hover {background: #fff1cd;}

@media (max-width:450px) {
.news_part{padding: 30px 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t {text-align: center;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:#cf2222 !important;}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #CCC;}
.blog_box {padding: 30px 7px 7px 7px;}
.blog_list_le {box-shadow: 0px 0px 5px #ccc;  width: 100%;}
.blog_list_ri {padding: 7px 0px; width: 96%;}
.subbox_item {
    width:32%;
    padding: 0px 0;
    margin-left: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.subbox_item a {overflow: hidden;}
.submenu a {background: #fff;}
.submenu a:hover {background:#e3bd55;}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #eccc75;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:hover:before {bottom: -5%;}
.subbox_item a:after {display: none;}

/*文章內頁*/
.blog_back a.article_btn_back {
    background:#cf2222;
}
.blog_back a.article_btn_next {
    background: #eccc75;
}
.blog_back a.article_btn_prev {
    background: #eccc75;
}

.blog_box_edit *{max-width: 100%;}
.blog_box_edit iframe{display: block;}
@media screen and (max-width: 768px) {
    .subbox_item { width: 47%;}
    .subbox_item a:before {display: none;}
}
@media screen and (max-width: 600px) {
    .subbox_item { width: 96%;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {background: rgb(0 0 0 / 25%); border-radius: 5px;}
.block {background: #cf2222;}
.subalbum-menu h2 {color:#cf2222; letter-spacing: 1px;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    border-radius: 5px;  /*圓角*/
    box-shadow: 0px 0px 10px #aaa;}

.show-list .show_name {text-align: center; margin-top: 15px;}

.show-list .item:hover .show_name {color: #eccc75;}

.other_album_choice li {background: #eccc75; border-radius: 50px; font-size: 13px;}
.other_subalbum li { background:none;}
.album_fixed_title { background: none;}
.other_album_choice li .fa {height: 12px;  vertical-align: baseline;}
.fa-2x {font-size: 1em;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .contact_content {padding: 0;}
.blank_letter {color: #cf2222;}
.contact_content .information_left {width: 30%;}
.contact_content .information_right {width: 100%; padding: 0px 22%;}
.list_before.info li {padding-left: 36px; letter-spacing: 1px;}
.list_before.info li::before { color: #574232;  letter-spacing: 1px;}

.contact_form {margin-top: 0;}
.contact_form li {padding-left: 0;}
.contact_form li.last cite {background: #cf2222;  border-radius: 50px;}
.contact_form li.last blockquote { color: #cf2222;  border-radius: 50px;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #cf2222 solid;  margin-left: 10px;}
.contact_form li .form__label {width: 190px; text-align: left;margin-left: 0; letter-spacing: 0.5px;}
.contact_form li .form__insert {width: 100%;}
.contact_form li input.noborder {}
.contact_form li textarea.noborder { border: none;  border-bottom: 1px #ccc solid;}

.contact_content .information_left {display: none;}
.contact_le_map a {display: none;}

li.ADD2 {display: none;}

input[type="checkbox"], input[type="radio"] {margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {margin-left: 10px;background-color: #ffffff; border: 1px solid #666; color: #000;}
.noborder {padding: 5px 5px;}

@media screen and (max-width: 768px) {
.contact_content .information_left {width: 100%;}
.contact_content .information_right {padding: 0px 6%;}
.blank_letter { padding-top: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode {padding:30px 0;}
#to_top {bottom:10px;}
.copy { padding-top: 10px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {color: #fff;}*/
}

@media screen and (max-width: 600px) {
}




