@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#132b88 /*網站主要色系
  #f8b62c /*網站輔助色系1
  #ea5414 /*網站輔助色系2*/

/*校稿版面設定*/
.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;}

/*技術說明頁面*/
.promotion_title h2 {display: ;}/*頁面上方提示項目*/
.other_promotion {display: ; }/*頁面下方提示項目*/

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #0047AB;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #0047AB;}

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #0047AB; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #1049ad; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 0px 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: #0047AB; border: 1px solid #0047AB;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {}
.banner h5 {
    padding: 100px 0 0 0;
    text-shadow: 2px 1px 5px #444;
    font-size: 37px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 8px;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/yuantafutures168/bn04.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}
.banner.banB{ 
    background-image: url(https://pic03.eapple.com.tw/yuantafutures168/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}
.banner.banC{
        background-image: url(https://pic03.eapple.com.tw/yuantafutures168/bn03.jpg);
        max-width: 100%;
        background-position: center;
        background-size: cover;
        padding: 170px 0 95px;
        position: relative;
        height: 600px;}
.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;
    height: 600px;}

.banner.banF{ 
    background-image: url(https://pic03.eapple.com.tw/yuantafutures168/bn02.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}

.banner.banblog { 
    background-image: url(https://pic03.eapple.com.tw/yuantafutures168/bn02.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 170px 0 95px;
    position: relative;
    height: 600px;}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area { position: fixed; width: 100%; top: 0; left: 0;background-color: #fff; border-bottom: 5px solid #0047AB;}
.header_area.sticky { position: fixed; background-color: #eee;}
.main_header_area {height: 85px;background:#eeeeee00;}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 75%;}

/*logo*/
.header_area .nav-brand {
    margin: 5px 0px 0px 0px;
    max-width: 170px;
    width: 100%;
}

/*menu*/
.navigation {    padding: 30px 0 10px 210px;}

/*第一層*/
.stellarnav > ul > li {margin:0 5px;}
.stellarnav > ul > li > a{transition:all 0.3s;color:#0a325d;position:relative;padding:0;  font-weight: bolder;}
.stellarnav > ul > li:hover > a{color: #AD8A59;}
.stellarnav li.has-sub > a {padding:0;}

.stellarnav > ul > li > a b {font-family: 'EB Garamond', serif;text-transform:uppercase;}
.stellarnav > ul > li > a b:nth-child(2) {color: #0047AB;}

.stellarnav li.has-sub > a:after {display:none;}
/*隱藏首頁選單*/
.stellarnav > ul > li:first-of-type {display: none;}

/*特效*/
.stellarnav > ul > li:nth-child(even):hover > a:not(.stellarnav li.has-sub > a):after { width: 100%;}
.stellarnav > ul > li:nth-child(odd):hover > a:not(.stellarnav li.has-sub > a):after { width: 100%;}

.stellarnav > ul > li > a:not(.stellarnav li.has-sub > a):after {
    content: "";
    position: absolute;
    height: 0px;
    background:#0047AB;
    width: 0;
    transition: all 0.3s;
    right: 0;
    left: 50%;
    transform: translate(-50% , 0);
    bottom: 0;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;font-size:14px;color:#fff;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #c30d22;	padding-left:10px;}

.stellarnav ul ul {background:#0047AB;}
.stellarnav li li {border:none;}

/*SubMenu*/
.shop_search_btn {    background: #0047AB;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #0047AB;}

.me_tp_features {display:none;}

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.stellarnav > ul > li { margin: 0 5px; PADDING: 0 20PX;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #0047AB;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #0047AB; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; 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: #0047AB; padding-left: 10px; border-left: 5px solid #0047AB; transition: all 0.3s;}

/*浮動*/
.info_fix{display:;}
/*-.info_fix>span:hover{ background: #f5cf12;}

/*h2*/
.i_prod_tit span{ color: #0047AB; font-size: 26px; border: 2px solid #0047AB; padding: 6px 15px; border-radius: 0px; letter-spacing: 5px;font-weight: bolder;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #0047AB;}
.stellarnav .menu-toggle:after { color: #0047AB;}

/*展開*/
.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: #0047AB; 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 #0047AB;}

/*下拉*/
.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*/
    .main_header_area { height: 140px;
        background: linear-gradient(to bottom, #eee 0%, #ffffff59 100%);
    }
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand {
        max-width: 160px;
        margin: 20px 0 0;
        transition: .3s ease-in-out;
    }

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 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%;}/*下拉箭頭*/
    .stellarnav ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .stellarnav > ul > li.has-sub > a {padding: 0px; }
}

@media screen and (max-width: 768px) {
    
    /*logo*/
    .main_header_area {
        height: 100px;
        background: linear-gradient(to bottom, #eee 0%, #ffffff59 100%);
    }
    .nav-header { position: static;}
    .header_area .nav-brand {
        max-width: 200px;
        margin: 10px 0 0;
        transition: .3s ease-in-out;
    }
  

    /*menu*/
    .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;}
    .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.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*聯絡icon*/
.box_link a {   display: none;   transition: all 0.3s;}
.fa-whatsapp:before, .fa-envelope::before { color: #0047AB;}
.box_link a:hover { background: #0047AB; border-color: #0047AB;}
.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;}

/*版權*/
.copy { background: #0047AB; color: #fff; border: none;}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info {
        display: flex;
        padding: 0;
        flex-direction: row;
        justify-content: center;
        padding: 0;
        flex-wrap: wrap;
    }
   
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .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_le_map a {
    display: block;
    background: #0047AB;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.contact_editbox {padding: 0;}
.contact_content {max-width: 1400px;padding: 20px 10px 50px;}
.contact_page form.style1 {display: flex; flex-direction: row;}
.contact_content .information_left {display:;}
.contact_content .information_right {width: 70%; padding-left:125px;}
.blank_letter {
    display: flex; 
    align-items: flex-end; 
    letter-spacing: 2px;
    color: #0047AB;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {    display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {
    display: flex;
    align-items: center;
    width: 48%;
    padding: 0 0px 20px 0px;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: column;}
.contact_form li .form__label {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;line-height: 100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: unset;
    border-bottom: 1px solid #5F95B9;
    background: unset;}
.noborder { padding: 10px 5px;}
.form select {
    width: 100%;    
    padding: 10px 5px;
    border: 1px #ddd solid;
    margin-right: 0; 
    margin-bottom: 0;    
    color: #0047AB;}
.form select option {color: #0047AB;}
.captcha {width: 100%;}
input[type="checkbox"], input[type="radio"] {     margin: 0 5px 0 10px;}
.contact_form li.last { 
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;}
.contact_form li.last blockquote {
    border-radius: 30px;
    border: 1px #5F95B9 solid;
    color: #0047AB;
    margin-right: 20px;
    width: 50%;}
.contact_form li.last cite {
    border-radius: 30px;
    background: #0047AB;
    border: 1px #0047AB solid;
    width: 50%;}

.TEL2:before {
    content: "手機";
}


/*文章*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item { width: 100%; margin: 0 0 20px 0;}
.subbox_item a { padding: 10px 5px;}

.blog_list_le {width: 200px; display: inline-block; vertical-align: top; padding: 3px; width: 150px; line-height: 0;}
.blog_list_ri { width: calc(100% - 210px);padding: 15px 30px;display: inline-block;vertical-align: top;}
.blog_list_ri em { margin: 7px 0 20px 0; font-size: 14px; color: #999; font-style: normal; display: block;}
.blog_list_ri p { color: #aaa; line-height: 180%;}

.subbox_item { background: #0a325d1f; display: inline-block; vertical-align: top; position: relative; width: 100%;margin: 0 0 10px 0;}
.blog_subbox * {transition: all 0.6s ease;}

.subbox_item a:before {
    transition-timing-function: ease-in-out;
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
    font-size: 14px;
    transition: all .5s;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 0;
    height: 45px;
    background-color: #0047AB;
    transition: all .6s;
    padding: 12px;
}
.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background:none;
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}
/*文章選單*/
h5.blog_le_t em {display: none;}
h5.blog_le_t span {display: none;}
.blog_search input[type=search] { display: none;background: none;}
.blog_search input[type=submit] { background: none;}
.blog_le .accordion {list-style-type: none; margin: auto;  border-radius: 0px; border: 1px #ccc solid; overflow: hidden;}
.blog_le .accordion li.open i.fa-chevron-down { transform: rotate(180deg);}
.blog_le .accordion li i, .blog_le .accordion li.open i { color: var(--first-color);}

/*文章選單底色*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { color: #fff !important; background-color: #0047AB;}
.blog_back a.article_btn_prev {  background: #1897dc82;}
.blog_back a.article_btn_back { background: #0047AB;}/*回列表*/
.blog_back a.article_btn_next { background: #1897dc82;}

/*購物車*/
.products-list .item a:hover .more { background: #0047AB; color: #fff; letter-spacing: 2px;}
.products-list .more { border: 1px solid #0047AB; color: #0047AB; font-size: 16px; font-weight: bold; line-height: 32px; text-align: center; transition: all .5s;}
/*購物車列表*/
.product-layer-two li.active a { font-weight: bold; border: 1px #0047AB solid;}
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #f3f3f3;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #0047AB;
}
/*購物車表單*/
.lastaction {color: #fff; background-color: #999;background-image:none;}
.nextaction {color: #fff; background-color: #0047AB; background-image: none; background-position: right bottom;}
.lastPage {font-size: 16px;color: #fff;background: #0047AB;padding: 10px 20px; display: block;  margin: 40px auto; width: 130px;text-align: center;}
.qaform { margin: 0; font-size: 15px; color: #545454; line-height: 26px;}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #1049ad;
    font-weight: bolder;
}
.prod_related { background: #1897dc45; padding: 25px 15px;}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    .contact_form li {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 0px 20px 0px;
        margin: 0;
        padding-left: 0;
        border-bottom: unset;
        flex-direction: column;
    }
    
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) {
    /*聯絡表單*/
.contact_form {justify-content: center;}
.contact_form li {width: 90%;}
.blank_letter {width: 90%;margin: 0 auto;padding-top: 0;}
.contact_content .information_right { width: 100%; padding-left: 0px;}
.contact_page form.style1 { display: flex;  flex-direction: column;}
 }
 
@media screen and (max-width: 600px) { }
@media screen and (max-width: 430px) {

    .main_header_area {
        height: 90px;}

    .header_area .nav-brand {
        max-width: 150px;
        margin: 15px 0 0;
        transition: .3s ease-in-out;
    }

    /*文章設定*/
    .blog_subbox { display: flex; flex-wrap: wrap; justify-content: flex-start;}
    .module_i_news ul {  list-style: none; display: flex; max-width: 100%; margin: 20px auto; flex-direction: column; align-items: center;}    
    .blog_list_le { display: inline-block; vertical-align: top; padding: 3px; width: 100%; line-height: 0; } 
    .blog_list_ri {width: 100%;}
    .contact_content
    .information_right {  width: 100%; padding: 5px;}
    
    /*商品設定*/
    /*購物車*/
    .show_content { width: 100%;}
    .product_page .products-list { display: flex; width: 100%; flex-direction: column;}
    .products-list .item { width: 100%; display: inline-block;  vertical-align: top;  padding: 10px 0px;  margin: 0px;} 
    .banner.banA { padding: 35px 0px; height: 250px;}
    .banner.banblog { padding: 35px 0px; height: 250px;}
    .banner.banC { padding: 35px 0px; height: 250px;}

}
