@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=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+TC:wght@200..900&display=swap');

body {font-family: "Noto Serif TC", "Cormorant", 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(https://www.wuji-xuansheng.com/img/allbg.jpg) no-repeat top center fixed;
    background-size: cover;
    font-weight: 600;
}
#content_main {
    background: url(https://www.wuji-xuansheng.com/img/allbg.jpg) no-repeat top center fixed;
    background-size: cover;
}


/*top*/
#to_top {color: #7D2320;  background: #fff;}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #7D2320;}

/*滾輪*/
::-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: #CEA6CB; border: #CEA6CB; border-radius: 0;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*大圖*/

/*下拉編輯頁*/
.other_select_page .promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Header*/
.header_area{position: sticky; width: 100%; left: 0; top: 0;  background: rgba(255, 255, 255, .5); backdrop-filter: saturate(100%) blur(10px); padding: 30px 3% 25px;  transition: all .3s;}
.header_area.sticky{position: sticky; padding: 15px 3% 10px;  transition: all .3s;}

.main_header_area{background: transparent;}
.navigation {padding: 0 0 0 200px;}

/*選單最大寬度設定*/
.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: #000; 
    padding: 0 0px 0 0px; 
    font-weight: 600; 
    letter-spacing:0px; 
    font-size: 16px; 
    transition:all 0.3s;
}
.stellarnav > ul > li:hover > a{    color: #7E2420;}
.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; font-family:"Noto Sans TC","Noto Serif TC","Source Sans Pro","微軟正黑體","arial","sans-serif";}

/*第二層*/
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    color: #ffffff;
    padding: 10px 10px; 
    font-size: 14px; 
    transition: all 0.3s; 
    font-weight: 400; 
    background: #7D2320;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #ffffff; 
    padding-left:14px; 
    background: #5E1B19;
}

/*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: 10px; transition: all .3s;}
.header_area.sticky .me_tp_features {margin-bottom: 5px; transition: all .3s;}
.me_tp_features a i {   color: #7E2420;}
.me_tp_features a span {   color: #7E2420;}
.box_search,
.me_tp_features a.shop_car,
.tp_links {display: none;}

/*按鈕hover底線特效 old*/
.stellarnav > ul > li {position: relative;}

/*LOGO*/
.nav-header{top: 50%; transform: translateY(-50%);}
.nav-brand {max-width: 150px; margin-top: 1px; transition: all .3s;}
.header_area.sticky .nav-brand {max-width: 100px; transition: all .3s;}

@media screen and (max-width: 1024px) {
.header_area {padding: 20px 3% 10px;}
.nav-header{top: 0; transform: translateY(0);}
.navigation {padding: 0;}
.me_tp_features {padding-right: 0px; margin: 7px auto 4px;}
}
@media screen and (max-width: 768px) {
    /*選單漸變效果＝＝*/
    /*首頁固定選單*/
    .header_area{padding: 10px 5%; backdrop-filter: none;}
    .navigation {  padding: 0px;  padding-top: 3px;  }
    .pageIndex .header_area{position:relative;}
    .pageIndex .header_area.sticky{position:fixed;}
    .main_header_area .container {max-width: 100%;}
    .header_area.sticky .main_header_area .container {max-width: 100%;}
    .pageIndex .main_header_area { opacity: 1;}
    .header_area.sticky .main_header_area {backdrop-filter: unset;}
    .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 li li:hover > a, .stellarnav li li.has-sub:hover > a {     background: #776AAD;    }
    .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.left > ul{height: 100vh;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff; color: #776AAD}
    .stellarnav a.dd-toggle .icon-plus:after {  border-bottom: solid 3px #776AAD;}
    .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #776AAD;}
    .stellarnav .icon-close:before {  border-bottom: solid 3px #776AAD;}
    .stellarnav .icon-close:after { border-bottom: solid 3px #776AAD;}
    .stellarnav li li a.dd-toggle .icon-plus:before,
    .stellarnav li li a.dd-toggle .icon-plus:after{
        border-color: #fff;
    }
    
    /*Logo/＝＝＝＝＝*/
    .nav-brand{ margin-top: 10px;}
    .header_area .nav-brand{width: 20%; max-width: 80px; margin-top: 0px; line-height: 0;}
}
@media screen and (max-width: 570px) {
    /*側邊選單/＝＝＝＝＝*/
    .stellarnav.mobile {   top: 3px;    }
    .stellarnav .menu-toggle{padding: 0;}
}
@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: #7D2320; padding: 0;}
.footer_info {padding: 0;}
.footer_logo img { width: 100px;}

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.footer .center {    max-width: 1200px;    padding: 0 3%;}
.footer_logo {    width: 150px;    margin: 0;}
.footer_logo img {    width: 100%;}
.footer_info {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_info li {    padding: 10px 0;    display: inline-block;    vertical-align: middle;}
.footer_info li:nth-child(1) {   width: 100%;}
.footer_info li:nth-child(2) {    width: 100%;}
.footer_info li p,
.footer_info li p a {color: #fff; font-size: 15px;}
.footer_info li p{display: flex; justify-content: flex-start; align-items: flex-start;}
.footer_info li p a:hover{color: #FFF000;}
.footer_menu a {background: transparent; color: #fff; border: none;}
.copy {border-top: none;}
.copy a {color: #fff; 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_logo {        margin-bottom: 0;   }
    .footer_info ul {       flex-wrap: wrap;    }
    .footer_info li:nth-child(1) {width: fit-content; margin: 10px auto auto; display: block;}
    .footer_info li:nth-child(2) {       width: 100%;      text-align: center;    }
    .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 .center {width: 90%; max-width: 1200px; padding: 70px 0 10px; margin: 0 auto;}
.footer_info ul {width: calc(100% - 175px); max-width: 930px;}
.footer_info li:nth-child(2) {border-top: 1px solid #fff;    margin: 25px auto 10px;}
.footer_menu {    padding: 10px 0;}
.footer_menu a {
    border-right: none;
    padding: 0 12px;
    text-align: center;
    margin: 0 0 13px;
    font-size: 14px;
}
.footer_menu a:last-child {    border-right: none;    padding-right: 0;}
.footer_menu a:hover {background: transparent; color: #FFF000;}
.copy {
    color: #fff;
    background: #5E1B19;
    padding: 15px 3%;
    margin-top: 0;
    font-size: 13px;
}
.copy a:hover {color: #FFF000;}
.footer_menu a:nth-child(1) {display: none;}

@media screen and (max-width: 768px) {
    .footer .center{padding-top: 50px;}
    .footer_info{flex-direction: column; align-items: center;}
    .footer_info ul{width: 100%; padding-right: 5%;}
    .footer_info li:nth-child(1):after {       display: none;   }
    .footer_info li:nth-child(2) {    margin-top: 15px;}
    .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 .center{padding-top: 35px;}
    .footer_logo{width: 35%; max-width: 130px;}
    .footer_menu {     text-align: center;    }
    .footer_info li p:before{min-width: 105px;}
}

@media screen and (max-width: 360px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*促銷方案*/

.promotion_title * {  color: #7E2420;}
.promotion_title { text-align: center;}
.promotion_title em {  border: 1px #7E2420 dashed;}
.promotion_title span { border: 1px #7E2420 dashed;}
.promotion_title h2 {  display: block;  font-size: 30px; color: #7E2420;}
.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 #776AAD solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

/*首頁*/
.news_part {display: none; margin: 70px auto;    padding: 50px 30px;    background: #fffffff2;    border-radius: 20px; border: 2px #eccc75 solid;}
.news_part .title_i_box h4 {  color: #7E2420;}
.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:#C74C96 !important;}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
    background: #fff;
}
.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; font-family: "Noto Serif TC", "Cormorant", serif; font-weight: 600;}
.submenu a:before{font-family: var(--fa-style-family, "Font Awesome 6 Free");}
.submenu a:hover {background:#CEA6CB;}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #776AAD;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:hover:before {    bottom: -6.5%;}
.subbox_item a:after {    display: none;}


.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; }
#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) {
}
