@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 {}
*/

/* 商品下拉超過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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*header*/
.pageIndex .main_header_area:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .8s;
    background: linear-gradient(90deg, rgba(220, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 12%, rgba(164, 164, 165, 1) 21%, rgba(255, 255, 255, 1) 38%, rgba(89, 87, 87, 1) 70%, rgba(137, 137, 137, 1) 76%, rgba(3, 3, 3, 1) 82%, rgba(255, 255, 255, 1) 90%, rgba(189, 190, 190, 1) 100%);
    background-size: 200% auto;
    animation: marqueeShine 15s linear infinite;}

.pageIndex .header_area.sticky .main_header_area:before {
    opacity: 1;}

.pageIndex .header_area{ position: fixed;}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: rgb(105 105 105 / 67%);}

.nav-brand img{ width: 110px;}

.stellarnav > ul > li > a {  
    color: #ffffff;
    letter-spacing: 3px;}

.stellarnav > ul > li:hover > a { color: #ffe600;transition: all 0.3s;}

.pageIndex .header_area{background: rgb(105 105 105 / 67%);}
.header_area{ background: #46b5ff;}
.stellarnav .menu-toggle span.bars span {background: #000000;}
.stellarnav .menu-toggle:after {color: #000000;}
.tp_links a {color: #ffffff;}
.sticky .nav-brand{width:90px;transition: all 0.8s;}
.header_area .nav-brand{transition: all 0.8s;}
.main_header_area .container {max-width: 90%;}
@media screen and (max-width: 320px){.tp_links{padding: 5px;}}

 /*menu*/   
.stellarnav .menu-toggle span.bars span {background: #ffffff;}
.stellarnav .menu-toggle:after {color: #ffffff;}
.stellarnav.mobile.left .close-menu {background: #46b5ff;}
.stellarnav .icon-close:after {border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 3px #ffffff;}
.stellarnav a.close-menu.full {color: #ffffff;}
.stellarnav > ul > li > a {color: #ffffff;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{color: #3f74be;  padding: 7px 5px; transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px; border-color:#3A73C1 ; background: #3A73C1; }
.stellarnav li.has-sub > a:after { border-top: 6px solid #f8d36f;}

/*footer*/
.footer{ background:#46b5ff;}
.footer_logo img {
   max-width: 45%;
}
.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #ffffff;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid #46b5ff; 
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #46b5ff;
    background: #fff;
}
.footer_info li p a{color: #ffffff;}

.box_link a {border: 1px #fff solid;color: #ffffff;}

.copy { color: #fff; border-top: 1px #ffffff solid;}
.copy a {color:#fff;}

.box_link{display: none;}
.footer_info {grid-gap: 10px;}


/*服務項目*/
.path p,.path a p {display: none;}

/*流當商品*/
.sidebarBtn {border: 5px #f8d36f solid;}

.inquiry_a1 { background: #46b5ff;}

.inquiry_a2 { background: #333;}

.products-list .item a:hover .more {
    background:#46b5ff;
    color:#fff;
    letter-spacing: 2px;}

.product-layer-two li a {
    padding: 12px 5px;
    font-size: 18px;
    font-weight: bold;}

.subbox_item a:after {background: rgb(255 255 255 / 0%);}
.main_part{padding: 20px 20px;}
i.fa-solid.fa-caret-down {a.pd_menu_toggle i {width: 2em;}}
.rewrite_simple {background: #000000 url(../images/simple_left.png) 10% center no-repeat;}

@media screen and (max-width: 320px){.main_part { padding: 10px 10px 10px;}}
@media screen and (max-width: 320px){.product_menu_list a.pd_menu_toggle {right: 75px;}}

/*文章管理-實際案例*/
.articel_mainPic img {display: none;}

.blog_back a.article_btn_back { background: #333;}

.blog_back a.article_btn_back:hover {background: #46b5ff;}

.blog_back a.article_btn_back:active {
    background: #1f76af;
    transform: scale(0.95);}

.lastPage {background: #46b5ff;}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;}

.subbox_item a{display: block;}

.module_i_news li a:before, .subbox_item a:before {
    transform: translateX(0);
    width: 100%;
    bottom: -40px;
    right: 0;
    opacity: 0;
    padding: 10px;
    background: #46b5ff;
    color: #fff;}

.subbox_item a:before, .subbox_item a:after {transition: 0.3s;}

.blog_list_ri {padding: 15px 25px;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #46b5ff !important;}

.blog_list_ri h5 {
    font-weight: 800;
    color: #155d8d;}

.blog_list_ri {background-color: rgb(243 243 243);}

/*購物車*/
.products-list .more {
    border: 1px solid #999;
    color: #000000;}

.product-layer-two li.active a {border: 1px #cfcfcf solid;}

.product-layer-two li a {
    background: #46b5ff;
    color: #ffffff;
    border-radius: 3rem;
    transition: all 0.3s;}  

.product-layer-two li a:hover {
    background: #000000;}

.product_page .show_content, .product_info_page .show_content {
    width: 100%;
    display: block;
    align-items: center;
    align-content: center;}

.product-layer-two li { display: inline-block;width: 18%;text-align: center;}

.product_page .product_menu_list{    
    text-align: center;min-height: auto;
    width: 100%;
    margin: 20px 0;}

.product-layer-two > li{ border-bottom: 0px dotted #ccc;}

.products-list .name { font-size: 18px;padding: 0px 10px;}
    
@media screen and (max-width: 768px){.blog_subbox {grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 450px){.blog_subbox {grid-template-columns:1fr;}}
@media screen and (max-width: 450px){.product-layer-two li {width: 30%;}}
@media screen and (max-width: 450px){.product_page .product-layer-two, .product_page .products-list {
  padding: 20px 50px 0px 50px;}}
@media screen and (max-width: 320px){.product-layer-two li {width: 40%;}}

/*聯絡我們*/
.contact_le_map a { background: #46b5ff;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #dddddd solid;}
.contact_form li.last cite {background: #000000;color: #fff;}

.information_left.fadeInLeft.animated15.clearfix {display: none;}
.contact_content .information_right {padding-left: 0px;}
.contact_content .information_right {width: 100%;}
.contact_content{ max-width: 1200px;}

.blank_letter {padding: 30px 20px;}
.contact_form li .form__label {max-width: 90px;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 10px;}
.contact_form li.last cite {transition: all 0.3s;}
.contact_form li.last cite:hover{background: #46b5ff;}
.contact_form li.last blockquote{background: #ffffff;transition: all 0.3s;}
.contact_form li.last blockquote:hover{background: #dfdfdf;}
h4.blank_letter{font-size: 40px;
    font-weight: bold;}
.blank_letter.f:after {
    content:"表單提交後，我們將盡速與您聯繫，感謝您的耐心等候!";
    display: block;
    width: 100%;
    color: #2f76a1;
    font-size: 16px;
    position: absolute;
    text-wrap:nowrap;
    left: 0;
    letter-spacing: 0;
    padding: 10px 0 20px 20px;}
    
@media screen and (max-width: 768px){.contact_content .information_right {padding: 0 75px;}}
@media screen and (max-width: 600px){.contact_content .information_right {padding-left: 20px;
padding: 0px 20PX;}}
@media screen and (max-width: 768px){h4.blank_letter{font-size: 20px;}}
@media screen and (max-width: 450px){.contact_form li .form__label { max-width: 100px;background: rgba(255, 255, 255, 0);}}
@media screen and (max-width: 600px){.blank_letter.f:after { padding: 10px 0 20px 20px;}}
@media screen and (max-width: 600px){.blank_letter { padding: 30px 0px;}}
@media screen and (max-width: 450px){.blank_letter.f:after {text-wrap: auto;}}
@media screen and (max-width: 768px) {.product-layer-two {
display: inline-block;
padding: 10px 0;
position: relative;}}
    
/*內頁BANNER 設定*/


.banner h5 {
    max-width: 450px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    font-weight: bold;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-family: 微軟正黑體;
    font-size: 33.2px;
    }


.banner h5::after {
  content: "";                
  display: block;           
  margin: 10px auto 0;        
  border-top: 5px solid #46b5ff; 
  width:30%}   

.banner.banB {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_01.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;}
.banner.banC {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_03.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;} 
body.services_page .banner.banB {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_01.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;}
body.other_page .banner.banB {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_02.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;} 
body.contact_page .banner.banC {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_03.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;} 
.banner.banF {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_04.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;}
body.blog_page.article_a .banner.banblog {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_05.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;} 
body.blog_page.article_b .banner.banblog{background: url(https://pic03.eapple.com.tw/unitedloan888/BN_06.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;} 
.banner.banblog  {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_06.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;}
body.blog_in_page.article_a .banner.banblog {background: url(https://pic03.eapple.com.tw/unitedloan888/BN_05.png) center top;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;} 

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 1366px) {}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top {bottom:60px;}
/*footer*/
.box_link{display: none;}}
@media screen and (max-width: 768px) 
{.stellarnav > ul > li > a {color: #000000;}
 .footer_logo img { max-width: 65%;}
}

@media screen and (max-width: 600px) { 
    /*LOGO*/
    .nav-brand img { width: 60px;}
    .footer_logo img { width: 60px;}
    /*文章*/
    .blog_list_ri p {font-size: 16px;}
    .articel_mainPic img {max-width: 100%;}}

@media screen and (max-width: 1024px) { .pageIndex .header_area {position: relative;} } 


