@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 {}
*/
/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}
.other_page #content{
    padding-top: 200px;
}

/*SubMenu*/
.me_tp_features { width: 100%;text-align: right; margin-top: 10px; }/*隱藏整列*/
.shop_search_btn { background: #ebafa4;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #F2E9FF;}

.box_search { display:;}隱藏購物車搜尋欄
.me_tp_features a.tp_btn_cart { color:#582b62; display: ;}隱藏購物車
.me_tp_features a.tp_btn_notice {color:#582b62; display: ;}隱藏匯款通知


/*購物車*/
.products-list .more {
    border: 1px solid #edb0a2;
    color: #edb0a2;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.products-list .item a:hover .more { background: #edb0a2; color: #fff; letter-spacing: 2px;}
.inquiry_a1 {background: #e9aea6;}
.inquiry_a2 {background: #edb0a2;}

.inquiry_a2:hover{background: #edb0a2;}
.inquiry_a1:hover{background: #e9aea6;}

/*按鈕*/
.animated-arrow { background: #e9aea6; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #e9aea6; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #e9aea6; border: 1px solid #e9aea6;}

.lastPage { background: #e9aea6;}
.pd_tabTitle li.activeTab::after { height: 5px;  background: #e9aea6;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}


/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.main_header_area{background: #f2e9ff00; padding: 0px; height: 0px;}
.header_area {padding: 0;}
.header_area.sticky {
    height: 100px;
    width: 100%;
    z-index: 9999;
    /*background: #baa6bf;*/
    background: linear-gradient(45deg, #e9ecbd, #f5dcd7, #f9d8cf, #faddb3);
    border-radius: 0 0 50px 50px;
}

/*logo*/
.header_area .nav-brand { padding: 5px 10px; margin: 5px 0 0; max-width: 250px; width: 100%;}
.nav-header { padding: 5px 10px;}

/*menu*/
.stellarnav { display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
    margin: 0 0px 0 160px;
    padding: 10px 0 0px 160px;}

.stellarnav> ul>li {display: inline-block;text-align: left;}

.navigation {}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; color:#756663;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #d28475;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #756663;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #756663;}/*下拉箭頭*/

.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 ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}

.stellarnav> ul>li:nth-of-type(5) ul{display: none !important;}
.stellarnav> ul>li:nth-of-type(5)>a::after {display: none;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #F2E9FF; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #756663; padding: 7px 20px 7px 5px; font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #777; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #F2E9FF; padding-left: 10px; border-left: 5px solid #ebafa4; transition: all 0.3s;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #756663;}
.stellarnav .menu-toggle:after { color: #756663;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #F2E9FF; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #F2E9FF;}

/*下拉*/
.stellarnav.mobile li.open { background: #cbc0a022; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) {  .swiper-pagination { display: none;}}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 0px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 5px 10px; z-index: 123;top:0 ; left:0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/

}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; }
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}}
  

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer { background: linear-gradient(45deg, #e9ecbd, #f5dcd7, #f9d8cf, #faddb3);}
.footer_logo { }
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info { padding: 0;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
    align-items: center;
}

.footer_info li:nth-child(1) { display: inline-block; width: 100%; padding: 5px 18px; text-align: center;}
.footer_info li p {color: #443c3a;}
.footer_info li p a { color: inherit;}

.footer_info li p.add2:before {
    content: '抖音：';
}

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top;}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(125px,100%), 1fr)); gap: 0px;}/*footer按鈕最小寬度100px*/
.footer_menu a { margin: 5px; padding: 5px 10px; background: transparent; border: 1px #766663 solid; text-align: center;color:#766663; border-radius: 15px;}
.footer_menu a:hover {
    background: #ebafa4;
    color: #ffffff;
    border: 1px #F2E9FF solid;
}

/*聯絡icon*/
.info_fix:hover >.linksBtn{ background: #F2E9FF;}
.box_link a { transition:all 0.3s;}
.info_fix_links a.info_fix_default {  color:#ffffff;}
.fa-whatsapp:before, .fa-envelope::before { color: #ffffff;}
.box_link a:hover { background: #F2E9FF; border-color: #F2E9FF;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #fff;}
.box_link {display: none;}

/*商品外層*/

.products-list .more {
    border: 1px solid #edb0a2;
    color: #edb0a2;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
/*商品內層*/
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 5px #fffcfb solid;
    background: #fff;
}
.prod_related h6 span:before {content: '相關推薦'; font-size: 24px; color: #756663;}
.prod_related { background: #fffcfb; padding: 25px 15px;}

/* 商品下拉超過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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    font-size: 37px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 8px;
    }
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}
.banner.banB{ 
    display: none;
    background-image: url(https://pic03.eapple.com.tw/;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}
.banner.banC{
    background-image: url(https://pic03.eapple.com.tw/);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}
.banner.banE{ 
    background-image: url(https://pic03.eapple.com.tw/);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banF{ 
    background-image: url(https://pic03.eapple.com.tw/radiatejoy8/banner.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

.banner.banblog { 
    background-image: url(https://pic03.eapple.com.tw/radiatejoy8/banner.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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 { }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { background-color: #F2E9FF; color: #fff !important;}/*外層*/
/*內層*/
.blog_le .accordion > li.on_this_category .link { color: #fff !important;  background-color: #e5978c;}/*文章選單底色*/
.blog_back a.article_btn_back { background: #ebafa4;}/*回列表*/
.blog_back a.article_btn_prev {background: #e5978c;}/*上一篇*/
.blog_back a.article_btn_next{ background: #e5978c;}/*下一篇*/
.lastPage { background: #ebafa4;}/*上一頁*/
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #756663;
}
.news_related { background: #fffcfb;}/*相關文章底色*/

/*版權*/
.copy {
    background: #ebafa4;
    color: #ffffff;
    border: none;
}
.copy a { color: #ffffff; transition:all 0.3s;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1440px) {
    .stellarnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
     margin: 0px ; 
    padding: 10px 0 0px 160px;}
}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu { display: flex;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}
.contact_content {
    margin: auto;
    padding: 20px 100px;
}

/*標題*/
.blank_letter { color: #582B62;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #582B62;}
.contact_form li.last cite {background: #582B62;}

@media screen and (max-width: 425px){
    .stellarnav.mobile > ul > li.has-sub > a {
        padding: 20px 30px;}
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
    .contact_content { margin: auto;padding: 20px 10px;}

   
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { 
    .stellarnav {
        padding: 0 0 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        margin: 0 0px 0 20px;
    }
}
@media screen and (max-width: 1024px) {  }
    

@media screen and (max-width: 768px) { 
   
}

@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { 
    .other_page #content{
        padding-top: 150px;
    }

    .box_search { display: none;}
    .stellarnav .menu-toggle {padding: 15px 10px;}
    /*header*/
    .pageIndex .header_area { position: fixed;}

    .footer_logo img {
    max-width: 300px;
    width: 100%;
    padding: 0 0px 0 100px;
}
.banner.banB {  padding: 0px; }
.banner.banF {  padding: 0px;}
.banner.banblog { padding: 0px;}
.banner.banC {display: none;}
 }

