@charset "utf-8";
/* index */
/* banner */
.index_top{    
    position: relative;
    height: 786px;
    background: #fff url(../images/banner.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}
.slogan_frame{
    position: absolute;
    left: 0;
    top: 275px;
    z-index: 900;
}
.top_fixedimg{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.3s;
}
.top_fixedimg_mobile{
    display: none;
    width: 100%;
    height: 400px;
    margin-top: -191px;
    background: transparent url(../images/review_mobile.png) no-repeat center top;
    position: relative;
    z-index: 999;
}
.review{
    position: absolute;
}
.review01{
    width: 357px;
    height: 232px;
    right: 0;
    bottom: 6px;
    z-index: 904; 
}
.review02{
    width: 414px;
    height: 323px;
    right: 253px;
    bottom: -121px;
    z-index: 905; 
}
.review03{
    width: 414px;
    height: 299px;
    right: 151px;
    bottom: 100px;
    z-index: 903;  
}
.review04{
    width: 414px;
    height: 232px;
    right: 382px;
    bottom: 0; 
    z-index: 902; 
}
.review05{
    width: 280px;
    height: 323px;
    right: 0;
    bottom: 46px; 
    z-index: 901; 
}

.slogan_txt{
    margin-bottom: 94px;
}
.slogan_txt-1{
    margin-bottom: 23px;
}
.slogan_txt hr{
    height: 3px;
    width: 65%;
    opacity: 0.4;
}
.slogan_btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.slogan_btn .main_btn.btn2{
    margin-right: 28px;
}
/* catelogy */
.zero_catelogy{
    margin-top:155px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}
.zclist{
    height: 64px;
    margin:0 20px 20px 0;
}
.zclist a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 68px;
    padding: 8px;
    height: 100%;    
    color: var(--dark1);
    background-color: var(--brand-2-light);    
}
.zclist a:hover, 
.zclist a:focus{
    color: var(--White);
    background-color: var(--brand-1-dark-hover);    
}
.zcicon{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    text-align: center;
    width: 48px;
    height: 48px;
    background-color: var(--White);
}
.zctxt{
    display: block;
    padding: 18px;
    text-align: center;
    font-weight: bold;
}
.index_appliances{    
    margin-bottom: 90px;
}
.form_appliances{
    display: flex;
}
.title{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--Black);
    font-weight: 400;
}
.main_title{
    font-size: 1.5rem; 
    font-weight: 700;
    margin-right: 60px;
}
.sub_txt{}
.demo_img{
    
}
.imgr8{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom:20px;
    box-shadow:4px 4px 20px 4px rgba(100,100,100,0.1);
}
.index_appliances_form{
    min-height: 1063px;
    margin-bottom:200px;
    padding-bottom: 92px;
    background: var(--White) url(../images/appliance_form_bg.jpg) no-repeat center 167px;
    background-size: cover;
}
.index_furniture_form{
    min-height: 1057px;
    margin-bottom:120px;
    padding-bottom: 92px;
    background: var(--White) url(../images/furniture_form_bg.jpg) no-repeat center 167px;
    background-size: cover;
}
.index_furniture {
    margin-bottom: 90px;
}
.form_furniture{
    display: flex;
    flex-direction: row-reverse;
}
.form_txt{
    padding: 167px 0 0 70px;
}
.form_furniture .form_txt{
    padding: 167px 70px 0 0;
}
.form_txt_title{
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 92px;
    margin-bottom: 16px;
}
.form_txt_content{
    font-weight: 100;
    color: var(--White);
}
.form_appliances .form_txt_title{
    color: var(--brand-2);
}
.form_furniture .form_txt_title{
    color: var(--brand-1);
}
/* appointment */
.appointment{
    margin-bottom:190px;
}
.appointment-frame{
    justify-content: center;
    align-items:flex-start;
    flex-flow: row-reverse;
}
.appo_title{
    margin-top: 20px;
    margin-bottom: 63px;
}
.appo_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 36px;
    font-weight: 400;;
}
.appo_item_icon{    
    height: 60px;
    width: 80px;
    text-align: left;
    margin-right: 10px;
}
.appo_item_txt {
    width: calc(100% - 80px);
}
.form_table_title{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 44px 48px;
    height: 167px;
}
.form_appliances .form_table_title{
    background-color: var(--brand-2-dark);
}
.form_furniture .form_table_title{
    background-color: var(--brand-1-dark);
}
.form_table_title_img{
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_table_title_content{
    max-width: 400px;
    padding: 0 30px;
    color: var(--White);
}
.form_table_title_content_t1{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.form_table_title_content_t2{
    font-size: 1.13rem;
    font-weight: 400;
}
.ft_frame{
    padding: 44px 48px;
    background-color: var(--White);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ft_frame_item .form-group{
    margin-bottom: 28px;
}
.ft_frame_item label{
    font-weight: bold;
    color: var(--dark2);
}
/* .ft_frame_item .form-group input,
.ft_frame_item .form-group select,
.ft_frame_item .form-group textarea{
    border-radius: 4px;
    border:1px solid var(--gray3);
    padding: 16px;
} */
.app_select{
    position: relative;
}
.app_select::before{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 18px;
    background-color: var(--White);
    color: var(--dark2);
    font-family: "Font Awesome 5 Free";
    font-size: 0.88rem;
    content: "\f078";    
    font-weight: 600;
    pointer-events: none;
}
.submitframe .submitBtn{  
    width: 100%;  
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    font-size: 1.13rem;
    color: var(--White);
    border-radius:4px;
    background-color: var(--dark1);
    padding: 20px 32px;
}
.submitframe .submitBtn:hover,
.submitframe .submitBtn:focus{ 
    background-color: var(--dark2);
}
.submitframe .submitBtn img{
    margin-left: 10px;
}


/* qa */
.qa{
    margin-bottom:55px;
}
.qatitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--gray1);
    margin-bottom: 47px;    
}
.tab_qamenu{
    width: 308px;
    width: fit-content;
    background-color: var(--brand-2-light);
    padding: 12px;
    border-radius:4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 47px;
}
.tab_qabtn{
    color: var(--dark1);
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    padding: 12px 40px;
    border-radius:4px;
    margin: 0 7px;
    white-space: nowrap;
}
.tab_qabtn:hover,
.tab_qabtn.active{
    cursor: pointer;    
    background-color: var(--White);
}
.qa_list{
    padding-bottom: 18px;
    margin-bottom:18px;
    border-bottom: 2px solid var(--brand-2-light);
}

.qa_A .list_num{
    padding-left: 17px;
}
.qa_A .list_num li{
    list-style-type: decimal;
}
.qa_Qtxt{
    padding: 0;
    font-weight: bold;
    font-size: 1.13rem;
}
.qa_Qtxt.accordion-button:not(.collapsed) {
    color: inherit; 
    background-color: transparent;
    box-shadow: none;
}
.qa_Qtxt.accordion-button::after {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 6px;
    margin-left: auto;
    content: "";
    background-image: url(../images/chevron_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    line-height: 0;
    border-radius: 50%;
    background-color: var(--brand-2-light);
    text-align: center;
}
.qa_Qtxt.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.qa_A{
    color: var(--Black);
    padding-left: 7px;
}
.accordion-flush .qa_list.accordion-item:last-child {
    border-bottom: 2px solid var(--brand-2-light);
}

/* page */
.page_top{
    height: 100px;
    width: 100%;
    margin: 0 auto 176px;
    max-width: 1576px;
    border-radius:0 0 40px 40px;
    overflow: hidden;
    background: var(--White) center center no-repeat;
}
.page_top.top_about_bg{
    background-image: url(../images/about_head.jpg);
}
.page_top.top_news_bg{
    background-image: url(../images/news_head.jpg);
    margin-bottom: 94px;
}
/* about */
.about{
    width: 82.7%;
    max-width: 1588px;
    margin: 0 auto 140px 0;
}
.about_frame{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--dark1);
}
.about_frame_img{
    /* margin-right: 125px; */
    max-width: 628px;
}
.about_frame_img img{
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.about_frame_txt{    
    /* width: calc(100% - 628px - 125px); */
    padding-left: 125px;
}
.aft_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 28px;
}
.aft_logo{
    width: 200px;
    margin: 38px auto 38px 0;
}
.aft_content{
    
}
.about_service{
    padding-top: 180px;
    margin-bottom: 90px;
}
.about_service_bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 372px;
    background: url(../images/about_2.jpg) center top no-repeat;
    background-size: cover;
}
.appo_item2_box{
    margin-top: 60px;
    position: relative;
    /* display: flex;
    justify-content: flex-start; */
}
.appo_item2{
    width: 240px;
    background-color: var(--White);
    border-radius: 8px;
    padding: 20px;
    box-shadow:4px 4px 20px 4px rgba(100,100,100,0.1);    
    margin: 0 10px 20px;
}

.appo_item2 .appo_item_icon{
    height: 80px;
    margin-right: 0;
    margin-bottom: 8px;
}
.appo_item2 .appo_item_txt {
    width: 100%;
}
.appo_item2 .appo_item_txt .fw700{
    margin-bottom: 8px;
    color:var(--brand-2);
} 
.appo_item2_box .swiper{
    padding-bottom: 20px;
}
.appo_item2_box .npbtn{
    position: absolute;
    right: 15px;
    top:-70px;
    width: 106px;
    display: flex;
    justify-content: space-between;
}
.appo_item2_box .npbtn .swiper-button-prev:after,
.appo_item2_box .npbtn .swiper-button-next:after{
    content: none;
    display: none;
}
.appo_item2_box .npbtn .swiper-button-prev{
    top:0;
    left: 0;
    width: 38px;
    height: 38px;
}
.appo_item2_box .npbtn .swiper-button-next{
    top:0;
    right: 0;
    width: 38px;
    height: 38px;
}
.appo_item2_box .npbtn .swiper-button-prev i,
.appo_item2_box .npbtn .swiper-button-next i{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--gray1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    color: #242528;
}
.appo_item2_box .npbtn .swiper-button-prev i:hover,
.appo_item2_box .npbtn .swiper-button-prev i:focus,
.appo_item2_box .npbtn .swiper-button-next i:hover,
.appo_item2_box .npbtn .swiper-button-next i:focus{
    background-color: var(--brand-2);
}



.moreinfo{
    width: 636px;
    height: 272px;
    margin-bottom: 140px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #F2F1EF;
}
.moreinfo_img{
    width: 306px;
    height: 272px;
}
.moreinfo_txt{
    width: calc(100% - 306px);
}
.mitb{
    
}
.telbtn{
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--dark1);
    color: var(--dark1);
}
.mitb:hover{
    
}
.telbtn:hover,
.telbtn:focus{
    border-bottom: 2px solid var(--brand-1);
    color: var(--brand-1);
}
.foo_address .telbtn{
    padding-bottom: 0;
    border-bottom: none;
    color: var(--brand-1);
}
.foo_address a:hover,
.foo_address a:focus{
    border-bottom: none;
    color: var(--brand-1-dark-hover);
}


/* news */
.newstab.tab_qamenu{
    min-width: 835px;
    width: 100%;
}
.newstab.tab_qamenu .tab_qabtn {   
    max-width: 128px;
    padding: 12px 0;
}
.newstab.tab_qamenu .swiper-slide{
    width: 130px;
}
.newstitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--dark1);
    text-align: center;
    margin-bottom: 80px;
}
.news_list{
    width: 306px;
    margin: 0 9px 80px;
}
.news_list_img{
    border-radius: 8px;
    overflow: hidden;
}
.news_list_content{
    width: 87.6%;
    min-width: 268px;
    margin-top: -36px;
    border-radius: 8px;
    padding: 20px 18px;
    border: 1px solid var(--White);
    box-shadow:4px 4px 20px 4px rgba(100,100,100,0.1);
    /* transition: box-shadow 0.6s; */
    background-color: var(--White);
    z-index: 1;
    position: relative;
}
.news_list_title{
    margin-bottom: 17px;
}
.news_list_title .badge{
    font-weight: normal;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 0.88rem;
    color: var(--dark1);
    background-color: var(--brand-2-light);
    margin-right: 1px;
    margin-bottom: 8px;
}
.news_list_sub_txt{
    color: var(--dark1);
    font-weight: bold;
    margin-bottom: 17px;
}
.news_list_date{
    color: var(--gray1);
    font-weight: bold;
    margin-bottom: 17px;
}
/*  圖片hover效果1 */
.hovimg-zoom .news_list_img{
    display: block;
    overflow: hidden;
}
.hovimg-zoom img {
    width: 100%;
    transition: all 0.6s;
    transform: scale(1);
}
.hovimg-zoom:hover img {
    transform: scale(1.16);
}
.hovimg-zoom:hover .news_list_content{
    transition: all 0.6s;
    border: 1px solid var(--gray3);
    box-shadow:4px 4px 20px 4px rgba(100,100,100,0.2);
}
/* news_detail */
.back_btn{
    margin-bottom: 120px;
}
.page_top.top_news_bg.top_newsdetail_bg{
    margin-bottom: 120px;
}
.news_detail .newstitle{
    text-align: left;    
    margin-bottom: 10px;
}
.newssubtitle{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 64px;
}
.newssubtitle .news_list_date{
    margin-right: 26px;
}
/*上傳檔案*/
.form-control[type="file"]{
  position: relative;
}
.form-control[type="file"]::after{
  content: "選擇檔案";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 116px;
  background: #f0f2f3;
  text-align: center;
  line-height: 54px;
  border-right: 1px solid var(--gray3); 
}