@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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.page {  margin: 0px;}
.pageIndex .main_part {  border-top: 0px solid #ccc;}
.main_header_area .container {  max-width: 1400px;}
.main_part {        padding: 25px;    }

/*服務項目-下拉*/
.other_select_page .promotion_title { display: none;}
.other_select_page .clearfix {  display: none;}


/*中間小標刪除*/
.path { display:none;}


/*header最右側icon*/
.nav-menu>li:last-child {display:none;}
.tp_links a {  display: none;}

/*網站按鈕*/
.animated-arrow {  background:#FFD24D; border-radius: 30px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單*/
.main_header_area .container {  }
.header_area.sticky .container {  }
.main_header_area {    background: #ffffff;}
.pageIndex .header_area {    position: fixed;    width: 100%; }
.pageIndex .main_header_area {    background: #00335300;}
.header_area.sticky .main_header_area {
    background: rgb(255 255 255 / 79%);
    backdrop-filter: saturate(100%) blur(10px);
    box-shadow: 4px 2px 10px 0px #3f3f3fad;
    transition: all .8s;
}
.stellarnav > ul > li > a {
    color: #32a0da;
    padding: 0px 30px;
}
.me_tp_features {
    text-align: right;
    margin: 16px -8px;
    color: #ffffff;
}
.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 16px;
}

/*選單下拉三角形*/
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #32a0da;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*選單LOGO*/
.nav-brand img {
    max-width: 85%;
    margin-top: 9px;
}

/*選單購物車*/
.me_tp_features a.tp_btn_cart {color: #32a0da;}
.me_tp_features a.tp_btn_notice {color: #32a0da;}
/*選單電話+信箱*/
.me_tp_features a i {
    margin: 0 3px;
    color: #FFF;
}

/*選單LOGO*/
.nav-brand {    width: 147px;     margin-top: 8px;   transition: all .5s;}
.header_area.sticky .nav-brand {
    width: 147px;
    transition: all .5s;
}

.box_search input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: solid 1px #ccc;
    padding: 2px 30px 3px 32px;
    width: 110px;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .header_area {position: relative; }

/*選單LOGO*/
    .nav-header {text-align: left; position: absolute}
    .nav-brand img {max-width: 53%; margin-top: 9px; margin-left: 25px;}
    .header_area.sticky .nav-brand { width: 250px; transition: all .5s;}

 /*選單*/    
.stellarnav ul {text-align: right;}
.stellarnav > ul > li > a {color: #32a0da;padding: 0px 24px;}
.header_area.sticky .stellarnav > ul > li > a {color: #32a0da;}

/*購物車*/
.me_tp_features {text-align: right; margin: 16px 0px;}
.me_tp_features a.tp_btn_cart {color: #32a0da;}
.header_area.sticky a.tp_btn_cart {    color: #32a0da;}

/*匯款通知*/
    .me_tp_features a.tp_btn_notice {color: #32a0da;}
    .header_area.sticky a.tp_btn_notice {    color: #32a0da;}


    .tp_links {
        display: inline-block;}
.header_area.sticky a.me_tp_call {    color: #000000;}
.header_area.sticky a.me_tp_mail{    color: #000000;}
.header_area.sticky .stellarnav .menu-toggle span.bars span {background:#fff;}
.header_area.sticky .stellarnav .menu-toggle:after {    color: #fff;}
}
/*選單+購物車ICON*/
.me_tp_features a i {
    margin: 0 3px;
    color: #ffffff;
    display: none;
}
.header_area.sticky .me_tp_features a i {    color: #fff;}

@media screen and ( max-width: 768px) {
    
    .pageIndex .main_header_area {background: #ffffff;}
    .navigation {
        padding: 15px var(--m30);
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 0 var(--m30);
        align-items: center;
    }
    .navigation {    grid-template-columns: 22% 1fr 11%;   gap: 20px;}
    .nav-header {        
        grid-row: unset;    
        position: static;
        z-index: 45;
    }
    .header_area.sticky .main_header_area {
        background: rgb(255 255 255 / 79%);
        backdrop-filter: unset;
        box-shadow: 4px 2px 10px 0px #3f3f3fad;
        transition: all .8s;
    }
    .nav-brand {        width: 172px;}
    .me_tp_features {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .stellarnav.mobile {    position: relative;   grid-column: unset;   margin-top: 0;    padding-top: 0;    border-top: none;    }
    .stellarnav.mobile.left .close-menu { background: #ffffff;        padding: 25px 25px}
    .sticky .stellarnav.mobile.left > ul {bottom: unset;         height: 1000px;  }

    .me_tp_features a.tp_btn_cart {color: #32a0da;    }
    .me_tp_features a.tp_btn_notice {color: #32a0da;    }
    .sticky .me_tp_features a.tp_btn_cart {color: #32a0da;    }
    .sticky .me_tp_features a.tp_btn_notice {color: #32a0da;    }
    .stellarnav.mobile > ul > li > a {color: #777;}
    .header_area.sticky .stellarnav > ul > li > a {color: #777;    }

    /*手機板滑動HEARER*/
    .pageIndex .header_area {    position: relative;   }
    .header_area.sticky  {    position: fixed;   }

    .nav-brand img {
        max-width: 50%; 
        width: 90px; 
        margin: 8px 0px 0px 20px;}       
        .header_area.sticky a.me_tp_call {    color: #ffffff;}
        .header_area.sticky a.me_tp_mail{    color: #ffffff;}
        .header_area.sticky .stellarnav .menu-toggle span.bars span {background:#777;}
        .header_area.sticky .stellarnav .menu-toggle:after {    color: #777;}
        /*選單+購物車ICON*/
.me_tp_features a i {
    margin: 0 3px;
    color: #000;
}
.header_area.sticky .me_tp_features a i {    color: #fff;}
}

.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {display: inline-block; margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .navigation {
        grid-template-columns: 23% 1fr 11%;
        gap: 20px;
    }
}.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #777;
    display: block;
    transform: scale(0.9);
    display: none;
}

@media screen and ( max-width: 375px) {
    .me_tp_features a {       margin: 0 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*內頁BANNER 設定*/
.banner { background: url(https://pic03.eapple.com.tw/yulay/)center top;     padding: 185px 0;     letter-spacing: 10px;}
.banner h5 { color: #ffffff;  text-shadow: 1px 1px 1px #8a8a8a61;}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.other_select_page .banA {display: none;}
.banner.banC { background: url(https://pic03.eapple.com.tw/fresh4u/聯絡我們.jpg)center top; background-size: cover;}
.banner.banD {background: url(https://pic03.eapple.com.tw/fresh4u/商品展示.jpg)center top; background-size: cover;}
.banner.banF { background: url(https://pic03.eapple.com.tw/fresh4u/商品展示.jpg)center top; background-size: cover;}
.banner.banblog {background: url(https://pic03.eapple.com.tw/fresh4u/最新消息.jpg)center top; background-size: cover;}

/*首頁文章*/
/*.module_i_news li:nth-child(n+4) {display: none;}*/

@media screen and (max-width: 1024px) {
    .banner { font-size: 35px;}
}
@media screen and (max-width: 768px) {
    .banner { padding: 65px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*footer*/
.footer {      padding: 10px 0 0px;  background: #3ea2ee;}
.footer_logo { max-width: 100%;} 
.footer_logo img {  display: none;}
.footer_info {      padding: 0; }
.footer_info ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;}

.footer_info li {    padding: 5px 6px;}
.footer_info li p {
    width: 320px;
    line-height: 175%;
    letter-spacing: 1px;
    color: #ffffff}
.footer_info li a {
    color: #ffffff}

.footer_info li:nth-child(1) {    padding: 5px 6px 5px 19px;}
.footer_info li:nth-child(2) {    display: flex;    justify-content: flex-end;}
.footer_info li h6{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}
.footer_menu {    width: 66%;}
.footer_menu a {
    letter-spacing: 1px;
    border: 1px #ffffff solid;
    color: #ffffff;
    background: none ;
    padding: 8px 13px;
    text-align: center;
    width: 130px;
}
.footer_menu a:hover {
    border: 1px #9cc4e9 solid;
    color: #9cc4e9 ;
    background: none ;
}

/*首頁購物車*/

.i_prod_tit h2 {
    font-size: 36px;
    color: #32a0da;
}
.i_prod_tit span {
    font-size: 24px;
    color: #32a0da;
}

@media screen and (max-width: 768px){
    .product_page .products-list, .products-list {
        padding: 0px 0;
        text-align: center;
    }

    .i_prod_b {
        max-width: 1200px;
        margin: 0px 0px 30px;
        text-align: center;
    }



}


/*版權*/
.copy {   color: #ffffff;    background: #3ea2ee;}
.copy a {   color: #ffffff; }
.copy a:hover {   color: #ffffff; }




/*隱藏預設浮動*/
.info_fix_links a.info_fix_default {display: none;}
.fa-xmark::before {content: "\f00d"; display: none;}



@media screen and (max-width: 1024px) {
    .footer_menu {    width: 48%;  }
    .footer_logo {  margin-bottom: 0px;}
    .footer_info {padding: 40px;}
    .footer_info li p {  width: 100%;}
    .footer_info li:nth-child(1) {   width: 50%;}
}

@media screen and (max-width: 893px) {
    .footer_menu {    width: 58%;  }
}


@media screen and (max-width: 768px){
    .footer_logo img {   max-width: 83%; }
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: unset;
    }
    .footer_info li:nth-child(1) {   width: 100%;}
    .footer_info li:nth-child(2) {  justify-content: center;    }
    .footer_menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 375px){
.footer_menu {  width: 93%;}
}

/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1)  {display: none;}

/*隱藏footer右邊按鈕*/
.box_link a { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.promotion_title * {  color: #9cc4e9;}
.promotion_title { text-align: center;}
.promotion_title em {  border: 1px #9cc4e9 dashed;}
.promotion_title span { border: 1px #9cc4e9 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 #9cc4e9 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background:#999999 !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_subbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.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:#9cc4e9;
}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #9cc4e9;
    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:#a5a5a5;
}
.blog_back a.article_btn_next {
    background: #9cc4e9;
}
.blog_back a.article_btn_prev {
    background: #9cc4e9;
}
@media screen and (max-width: 768px) {
    .blog_subbox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .subbox_item {  width: 80%;}
    .subbox_item a:before {display: none;}
}
@media screen and (max-width: 375px) {
    .subbox_item {  width: 80%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {
    background: rgb(0 0 0 / 25%);
}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;

    box-shadow: 0px 0px 10px #aaa;}
.show-list .show_name {
    text-align: center;
    margin-top: 15px;}
.show-list .item:hover .show_name {    color:#9cc4e9;}
.other_album_choice li {
    background:#9cc4e9;
    border-radius: 10px;
    font-size: 13px;}
.other_album_choice li .fa {
    height: 12px;
    vertical-align: baseline;}
.fa-2x {    font-size: 1em;}

@media screen and (max-width: 748px){
    .show-list .item {    width: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px); text-align: center;}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    /*background: #f2f2f2;*/}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc; text-align: center;}

.prod_part {
    max-width: 100%;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}

.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .item {    width: 25%; padding: 10px 15px;}
.products-list .item a {    display: contents;}
.products-list .name {  margin-top: 4px;  text-align: center; height: 24px;}
.products-list .price b {  color: #5e5e5e;}
.products-list .pic {padding-bottom: 0;   height: 100%;   overflow: hidden; }
.products-list .pic img {transform: scale(1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.1);}
.products-list .more {    border: 1px solid #b0b0b3;    color: #b0b0b3;}
.products-list a:hover .more {   background: #b0b0b3;    border-color: #b0b0b3;   color: #fff;}

.product-layer-two li {  margin: 10px 5px 0 0;}
.product-layer-two li.active li a {  background: none;}
.product-layer-two li ul { position:static; margin-top:10px; 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: none; padding:5px 10px; transition:all ease .3s; border:none;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#5e5e5e;}

.product-layer-two > li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
}.product-layer-two li a {    border: unset;text-align: center;  background:unset;  color: #313131;    transition: all 0.3s; padding: 7px 0px;}
.product-layer-two li a:hover {transform: unset;   transition:unset; background: #fff; color: #5e5e5e;}
.product-layer-two li.active a {background: #32a0da;  color: #ffffff; border: none;}
.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: #fff; 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:#9cc4e9;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop {margin-top: 30px;    display: flex;    justify-content: flex-end;}
.product_info_page .half_box li.btn_blankTop input { width: calc(30% - 10px); background-image: none; padding: 0; text-align: center;}

.bx-wrapper .bx-viewport {
    border: unset;
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;}
.bx-wrapper img {    margin: 0 auto;}
.product_pic #bx-pager {color: #b0b0b3;}
.product_pic #bx-pager .block {    background: #b0b0b3;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #b0b0b3;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;}
.qaform {    margin: 0px auto;}
.products-list .clearfix {text-align: center;}

 

/*詳細資訊按鈕*/
a:active, a:hover {    background: none;  }
.products-list .item a:hover .more {
    background: #32a0da;
    border-color: #32a0da;
}
.sidebarBtn {  border: none;}

/*購物車所有按鈕*/
.inquiry_a1 {    background: #fed24d;}
.inquiry_a2 {    background: #777;}
.inquiry_a3 {  background: #32a0da;}
.lastaction { color: #fff;  background-color: #333;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {   background: #747474;}
.nextaction {    background-color: #b0b0b3;}
.lastPage {    background: #000;}
.rewrite_simple {    background: #0c0c0c;}
.rewrite_simple:hover {    background: #6e6e6e;}
.send_simple {    background: #32a0da;}
.send_simple:hover{    background: #6e6e6e;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    padding-right: 15px;
}

/*相關推薦*/
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3);}
.mobile_product_name {    text-align: center; margin-bottom: 30px;}}

@media screen and (max-width: 1024px){
    .product_page .show_content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    }

    
    @media screen and (max-width: 768px){
        .product_page .show_content, .product_page .show_content, .product_info_page .show_content {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: flex-start;
            padding: 20px;
        }
        .product_page ul.product-layer-two {
            order: 1;
            width: 40%;
        }
    }

@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.main_part {   padding: 10px;  }
.product-layer-two,
.products-list,
.product-layer-two, .products-list, .product-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 1; display: none;}
}

@media screen and (max-width: 600px) {
    .product_page ul.products-list {
        order: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .products-list .item {
        width: 50%;
        max-width: 323px;
        margin: 20px auto 50px;
        display: block;
    }
.related_list li {    width: 45%;}
}

@media screen and (max-width: 428px) {
    .product-layer-two, .products-list, .product-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .products-list .item {
        width: 100%;
        max-width: 350px;
        margin: 0;
        display: block;
    }
.product_page ul.product-layer-two {display: none;}

}

/*＝＝＝聯絡資訊＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*聯絡資訊*/
.contact_page .main_part {
    max-width: 100%
}

.contact_content {
    background: #fff0;
    padding: 0px 50px;
}

.contact_content .information_left {
    width: 34%;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
    padding-left: 15px !important;
    background: #ededed;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 8px;
}


.list_before.info li {
    padding: 8px 0 10px 90px;
    border-bottom: 1px #FEF6E9 solid;
}

.innersend {
    padding-left: 0 !important;
    text-align: center;
}

.red {
    color: #ff0000;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    width: 55px;
    margin-left: 14px;
    font-size: 15px;
    height: 25px;
    border-right: 1px solid #FEF6E9;
    letter-spacing: 0.05em;
    color: #545454;
    font-weight: 500;
}

.TEL::after,
.TEL2::after,
.PHONE::after,
.FAX::after,
.TAXID::after,
.MAIL::after,
.ADD::after,
.ADD2::after {
    position: absolute;
    content: "●";
    color: #ffdf01;
    font-size: 6px;
    width: 30px;
    height: 30px;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
}

.blank_letter {
    color: #08679f;}

/*表格樣式*/
.contact_content .information_right {
    width: calc(65% - 0px);
    padding-left: 30px;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form li {
    width: 50%;
    display: inline-block;
    padding: 20px 10px;
    border-bottom: none;
}

.contact_form li:nth-child(6) {
    width: 50%;
}
/*
.contact_form li:nth-child(9) {
    width: 100%;
}*/

.contact_form li .form__label {
    text-align: left;
    margin-left: 0;
    width: 100%;
}

.contact_form li.last {
    width: 100%;
}

.noborder {
    padding: 10px 0;
    margin-top: 10px;
    border: 2px solid #ccc;
}

.form select {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 8px 26px 8px 3px;
    margin-top: 10px;
    width: 100%;
    margin-top: 10px;
}

.contact_form li.last cite {
    background: #08679f;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 49%;
    border: 1px #f5f5f5 solid;
}

.contact_form li input.noborder {
    border: 0px #ddd solid;
    background: #08679f29;
}

.contact_form li textarea.noborder {
    border: 0px #ddd solid;
    background: #08679f29;
}

.noborder {
    padding: 10px 10px;
    border-radius: 4px;
}





@media screen and (max-width: 1024px) {
    .list_before.info {
        width: 100%;
        max-width: inherit;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li {
        width: 100%;
        padding: 10px 0;
    }

    .contact_content .information_right {
        width: calc(100% - 0px);
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 95%;
    }

    .contact_form li .form__label {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    .contact_form li:nth-child(6) {
        width: 100%;
    }

    .contact_form li .form__insert {
        width: 100%;
    }

    .contact_form li .form__label {
        width: 100%;
        text-align: left;
    }

    .information_left,
    .information_right {
        padding: 0px;
    }

    .contact_page .main_part {
        padding: 50px 15px;
    }

    h4.blank_letter.i::after {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .blank_letter {
        padding: 0 0 0 10px;
    }

    .contact_content {
        padding: 50px 10px;
    }

    .list_before.info li {
        padding: 8px 0 10px 72px;
    }

    .TEL:before,
    .TEL2:before,
    .PHONE:before,
    .FAX:before,
    .TAXID:before,
    .MAIL:before,
    .ADD:before,
    .ADD2:before {
        width: 53px;
    }


}



li.prod-item:nth-child(2) .prod-panel {
    display: none;
}

li.prod-item:nth-child(2) h3.prod-thumb {
    display: none;
}

.lastPage {

    background: #08679f;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:20px 0 10px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




