@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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個--結束 */

/*Footer/＝＝＝＝＝*/
.copy { background: #F7741E;border-top: 1px #fff solid;font-size: 10px;padding: 15px 0;margin-top: 33px; }
.copy a{transition:all 0.3s;}
.copy,.copy a{color: #fff;}
.copy a:hover { color: #000;}

@media screen and (max-width: 768px) { 
.copy {margin-top: unset;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
}}

.box_link { left: 0; display: flex; width: 100%; flex-direction: row; flex-wrap: nowrap;
        align-items: center; position: relative; justify-content: center; margin: 0 auto; margin-bottom: 0px;}
.box_link a { width: 100%; padding: 8px;  font-size: 20px; text-align: center; margin: 0px 5px; display: flex;align-items: center; border: none;color: #fff;}
.box_link a:nth-of-type(4), .box_link a:nth-of-type(5) {  display: none !important;}

.footer::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FBB03B, #F7741E, #594C4C);
  position: absolute;
  top: 0;
  left: 0;
  transition: width 2.5s ease-in;
}

.footer.loaded::before {
  width: 100%;
}

.main_part {
    padding: 10px 10px 10px;
}
.promotion_title {
    display: none;
}
.page {
    margin: 0;
    font-size: 16px;
    color: #545454;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
/*footer*/
.footer {background: #ffffff;}
.footer_menu a:hover {background: #cdcdcd; color:#333;	transition:.5s;}
.footer_info {padding-right: 0;    grid-template-columns: 160px 1fr;}
.footer_info li p {text-align: left;color: #d8a03d;
}
a {color: #391911;}

.box_link{display: none;}


.privacyLinks a+a { border-left: 1px solid #444444;}
/*命名*/
.footer_info li p.tel:before { content: '電話 ｜';}
.footer_info li p.mail:before { content: '信箱 ｜';}
.footer_info li p.add:before { content: '地址 ｜';}
.footer_info li p.fax:before {  content: '傳真 ｜';}
.footer_info li p.tel2:before {  content: '借款須知 ｜';}
.footer_info li p.add2:before {content: '還款期數 ｜';}
.footer_info li p.phone:before {content: '手機 ｜';}

/*順序*/

.footer_info li .tel{order: 1;}
.footer_info li .phone{order: 2;}
.footer_info li .mail{order: 3;}
.footer_info li p.fax{order: 4;}
.footer_info li .add{order: 5;}
.footer_info li .tel2{order: 6;}
.footer_info li .add2{order: 7;}

.footer_info li {display: grid;}
.footer_info li:nth-child(1) {  padding: 18px 10px;text-align: center;}
.footer_info li:nth-child(2) {  text-align: left;}
.footer_logo {display: flex;    height: unset;
    align-items: flex-start;}

.footer_menu a {background: #F7741E;
    border: solid 1px #fff;
    color: #fff;letter-spacing: .2rem;font-size: 13px;
    border-radius: 30px;font-weight: 300;padding: 6px 20px 8px;min-width: 100px;text-align: center;
    margin: 5px 8px 5px 0;transition: all .5s;}
.footer_menu a:first-child{display: none;}
.footer_menu a:hover {background: #391911; color:#fff;	transition:.5s;}



/*top*/
#to_top {color: #f7741e;}
#to_top i:before,#to_top i:after {background: #f7741e;}

/*bottom_menu*/

#bottom_menu li a i,#bottom_menu li a em {    color: #f7741e;
}

#bottom_menu > :nth-child(2) {
  display: none;
}
#bottom_menu { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1000; }

@media screen and (max-width: 768px) { 
.footer_info {    grid-template-columns: 150px 1fr;}
.footer {padding: 10px 0 0;z-index: 999;}
.footer_logo {    height: unset;}
.footer_info li:nth-child(2) {
    text-align: left;
}
}



@media screen and (max-width: 600px) { 
    .footer_info {display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.footer_logo {max-width: 50%;}
.copy {padding: 15px;}
.footer_info li:nth-child(2) {text-align: center;}

}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 8px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #f7741e;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #391911;
}

/*反白顏色*/
::-moz-selection {
    background-color:#f7741e;
    color: #ffffff;
}

::selection {
    background-color:#F7741E;
    color: #ffffff;
}

/*======Header區塊======*/
/* Header */
.main_header_area::before {
  content: "";
  width: 0%;
  height: 5px;
  background: linear-gradient(90deg, #FBB03B, #F7741E, #594C4C);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 1s ease-in;
}

.main_header_area.loaded::before {
  width: 100%;
}


.header_area.sticky .main_header_area:before {
    width: 100%; 
}

.header_area {
    position: sticky; 
    z-index: 9999;
    padding: 0px;
    background: #fff;
    width: 100%;
    transition: all .2s; 
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.main_header_area .container {
    max-width: 90%;
    margin: auto;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 0 20px;
    margin-top: 0;
}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 350px;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #391911;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
}
.stellarnav > ul > li > a:hover {color: #f7741e;}
.stellarnav li li :hover {
    background: #F7741E;
    color: #ffffff;
    font-weight: 500;
}
.stellarnav {    padding-bottom: 10px;}

/*購物車隱藏*/
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-bottom: 5px;
    display: none;
}

/*選單icon隱藏*/
.me_tp_features a i {
    margin: 0 3px;
    display: none;
}
.stellarnav li li :hover {
    background: #005bac;
    color: #ffffff;
    font-weight: 500;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}
.stellarnav .menu-toggle span.bars span {background: #F7741E;}
.stellarnav .menu-toggle:after {color: #F7741E;}
.stellarnav.mobile.left .close-menu {    background: #f7741e;color: #fff;}/*底close顏色*/
.stellarnav .icon-close:before,.stellarnav .icon-close:after {    border-bottom: solid 3px #fff;}/*X顏色*/



@media only screen and (max-width: 768px) {
.navigation {display: flex;align-items: center;}
.nav-brand {    width: 100px;}
.me_tp_features {display: none;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 30px;}
}


/*contact*/
.contact_content .information_left {display: none;}
.path {    display: none;}
.contact_content .information_right {
    width: auto;
    background: #ffffffbd;
    border-radius: 1.5em;
    width: 80%;
    max-width: 1000px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: unset;
}
.contact_form li.last cite {
    background: #f7741e;}
.contact_form li.last blockquote { border: 1px #F7741E solid;}
.contact_form {margin-top: 80px;}
.contact_form li .form__label {    max-width: 120px;    font-family: 'Noto Serif TC';
    color: #391911;}

.blank_letter {
    font-family: 'Noto Serif TC';    color: #f7741e;}
.contact_form li.last input {font-family: 'Noto Serif TC';}

.contact_form li.last blockquote:hover input {   letter-spacing: 0px;
    font-family: 'Noto Serif TC';
    color: #f7741e;
}
 .contact_form li.last cite:hover input {color: #fff;}

.contact_form li {
grid-template-columns: 120px 1fr;
grid-gap: 15px;}
.note {padding-left: 20px;}
.contact_editbox {padding: unset;}


/*BANNER*/

.banB {display: none;}
.banC {
    background-image: url(https://pic03.eapple.com.tw/fuhongfinancing/banner-c.png) !important;
}

.banner h5 {
    position: relative;
    color: #F7741E;
    font-weight: 700;
    font-family: 'Noto Serif TC';
    line-height: 1;
    font-size: 30px;
}

.contact_page .banner h5::after {
    content: "CONTACT US";
    display: block;
    font-size: 16px;
    color: #d8a03d;
    margin-top: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}
/*blog 不同頁命名*/
.banner[data-banner="news_a_list_7457"] h5::after {
    content: "CASES";
    display: block;
    font-size: 16px;
    color: #d8a03d;
    margin-top: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}
.banner[data-banner="news_a_list_7458"] h5::after {
  content: "NEWS";
    display: block;
    font-size: 16px;
    color: #d8a03d;
    margin-top: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}



.banner {
    background-image: url(https://pic03.eapple.com.tw/fuhongfinancing/banner-banblog.jpg);
}

/*文章管理*/

/*文章設定*/
/*3個一排*/
.blog_subbox {    grid-template-columns: repeat(3, 1fr);}

.subbox_item a {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-right: 0;
    background: #fff;
    box-shadow: 1px 1px 5px 0px #d8a03d;
    transition: box-shadow .1s;
}
.subbox_item a:hover {    box-shadow: 0 0 10px #d8a03d;}

.blog_list_ri {    padding: 20px 25px;    min-height: 175px;}
.blog_list_ri h5 {    color: #391911;    font-weight: bold;}
.blog_list_ri p {
    font-weight: 400;
    line-height: 160%;
    -webkit-line-clamp: 3;
}

.subbox_item a:before {
    content: " ";
    width: 100%;
    background-color: #f7741e;
    z-index: 1;
    opacity: 1;
    height: 5px;
    bottom: 0;
    right: 0;
}
.subbox_item a:after {
    width: 0;
    background-color:#f7741e;
    z-index: 2;
    border: none;
    height: 5px;
    bottom: 0;
    top: 99%;
}
.subbox_item a:hover:after {    width: 100%;}

.blog_list_le {    position: relative;}
.blog_list_le:before {
    content: "＋";
    display: block;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 40px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    margin-top: 50px;
    z-index: 2;
}
.subbox_item a:hover .blog_list_le:before {
    margin-top: 0px;
    opacity: 1;
}
.blog_list_le:after {
    content: "";
    position: absolute;
    background: #F7741E;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.subbox_item a:hover .blog_list_le:after {    width: 100%;}

/*文章2*/
.article_b .blog_le {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    padding: 50px 10px 20px;
    flex-direction: column;
}
.article_b .blog_search {
    max-width: 220px;
    display: block;
    margin: 40px 0 25px auto;
}
.article_b .blog_search input[type=search] {    border-radius: 0;}
.article_b h5.blog_le_t {    display: flex;    flex-direction: column-reverse;}

.article_b .blog_le .accordion {
    padding: 0;
    border-radius: 0;
    display: flex;
    backdrop-filter: blur(6px);
    width: 100%;
    justify-content: center;
    border: none;
}
.article_b .blog_le .accordion li {
    border-bottom: none;
    width: 24%;
    display: inline-block;
    position: relative;
}
.article_b .accordion li+li .link {    border-top: none;}
.article_b .accordion li .link a {    color: #391911;    font-weight: 400;}
.article_b .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #F7741E !important;
}
.article_b .blog_ri {    padding: 15px;    width: 100%;}
.article_b .blog_subbox {   grid-gap: 50px 25px;}
.article_b .subbox_item a {    overflow: hidden;}
.article_b .blog_list_le {    aspect-ratio: 4 / 3;    overflow: hidden;}
.article_b .subbox_item a:after {
    z-index: 2;
    border: none;
    top: 99%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    background: #f7741e;
    color: #fff;
    padding: 10px 28px;
    opacity: 1;
    content: "MORE";
    font-family: "Noto Serif TC", serif;
    width: auto;
    height: auto;
    font-size: 16px;
}
.article_b .subbox_item a:hover:after {    top: 92%;}
.article_b .subbox_item a:before {    background: transparent;}

/*文章-側邊選單*/
.blog_search input[type=search] {    border-radius: 0;}
h5.blog_le_t em {
    color: #f7741e;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #f7741e !important;
}
.blog_le .accordion {    border-radius: 0;    border: none;}
.accordion li+li .link {    border-top: 1px solid #f7741e;}
.blog_shareData {
    display: none;}


/*文章內層*/
/*文章內層封面*/
.blog_back a.article_btn_back {    background: #F7741E;}
.blog_back a.article_btn_prev {    background: #d8a03d;}
.blog_back a.article_btn_next {    background: #d8a03d;}

.articel_mainPic img {display: block;max-width: 50%;
 }


/*文章-相關推薦*/
.news_related {
    background: #fff;
    padding: 60px 20px;
}
.news_related h6 span:before {
    font-size: 24px;
    color: #F7741E;
}
.lastPage {    color: #fff;    background: #F7741E;}


@media screen and (max-width: 500px) {
.blog_subbox {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 400px) {
.blog_subbox {
    grid-template-columns: repeat(1, 1fr);
}
}


/*content*/

