@charset "utf-8";
/*嘉澤租賃住宅服務有限公司*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*卷軸==============================================*/
/* 寬度高度 */
::-webkit-scrollbar {
  width: 10px; 
  height: 10px; 
}

/* 滾動條軌道（背景） */
::-webkit-scrollbar-track {
  background: #f4f7f6; 
  border-radius: 10px;
}

/* 滾動條滑塊（拖曳部分） */
::-webkit-scrollbar-thumb {
  background: #2A573F; 
  border-radius: 10px;
  border: 2px solid #f4f7f6; 
}

/* 滑鼠懸停在滑塊上時的顏色加深效果 */
::-webkit-scrollbar-thumb:hover {
  background: #0b1d13 
}

/* 適用於 Firefox 瀏覽器的標準語法 */
* {
  scrollbar-width: thin;
  scrollbar-color: #2A573F #f4f7f6;
}

/*購物車*/
.stepImg img,.separate_title{
    filter: hue-rotate(29deg)  grayscale(0.5);
}
.send_simple{
    background: #b0c568 none;
}
.stepImg span.active{
    color: #b0c568;
}
.rewrite_simple{
    background: #b1b1b1;
}
.shopping-cart .cell.product_name p{
    width: calc(100% - 30%);
}
.small_pic {
    width: 28%;
    height: auto;
}
.separate_title{
    font-family: 'Noto Serif TC';
    font-size: 16px;
    color: #000000;
}
.shopping-cart .cart_head{
    background: #b0c568;
}
/*背景*/
.video_page #content {
    width: 100%;
    min-height: 0;
    padding: 0 0 0 0;
    background-color: #fbfbfb;
}
.sb_marquee{
    display: none;
    padding: 0;
    background-color: #fbfbfb;
}
/*預設解除背景輪播*/
#content_main { margin:0;background: #fbfbfb;}
#content{margin:0;background: #fbfbfb;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features {
    display: flex;
    padding-top: 0;
    right: 5.3%;
    position: relative;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.me_tp_features a{
    color: #054b21;
}
.box_search{
    margin-bottom: 0;
    width: 180px;
}
.tp_links{
    display: none;
}
.shop_search_btn {
    background: #c3ddb9;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 12px;
}
.me_tp_features a.tp_btn_cart{
    font-size: 17px;
    font-weight: 600;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
}
.me_tp_features a.tp_btn_notice{
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
}
.tp_btn_notice{
    display: none !important;
}


/*大圖*/
.swiper-wrapper .swiper-slide{
    position: relative;
    overflow: hidden;
}
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "選擇嘉澤\A家家有福澤";
    white-space: pre; 
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1.3;
    font-weight: 800;
    position: absolute;
    color: #FD733F;
    font-size: clamp(32px, 4vw, 65px); 
    letter-spacing: 8px;
    animation: fade-in-bottom  1.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    top: 37%;
    left: 12%;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "家的大小事\A嘉澤來服務";
    white-space: pre; 
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1.3;
    font-weight: 800;
    position: absolute;
    color: #FD733F;
    font-size: clamp(32px, 4vw, 65px); 
    letter-spacing: 8px;
    animation: fade-in-bottom  1.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.8s both;
    top: 34%;
    right: 13%;
}
/*文字特效1*/
@keyframes fade-in-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/jiazehouse/big_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: floating-soft 2s ease-in-out infinite;
}
.swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/jiazehouse/big_img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   animation: floating-soft 2s ease-in-out 3s infinite;
}

/*微弱、呼吸感懸浮動*/
@keyframes floating-soft {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.85; 
  }
  50% {
    transform: translateY(-12px) scale(1.03); /* 微微向上飄浮並稍微放大 */
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.85;
  }
}

/*版面*/
.blog_page  .main_part{
    width: 100%;
    max-width: 80%;
}
.services_page  .main_part{
    width: 100%;
    max-width:100%;
    padding: 0;
}
.blog_page .main_part {
    width: 100%;
    max-width: 72%;
    padding: 6% 0 0 0;
}
.blog_in_page .main_part {
    width: 100%;
    max-width: 60%;
    padding: 6% 0 0 0;
}
.product_info_page .main_part{
    width: 100%;
    max-width: 68%;
    padding: 4% 0 0 0;
}
.contact_page  .main_part{
    width: 100%;
    max-width:100%;
    padding: 0;
}
.other_page  .main_part{
    width: 100%;
    max-width:100%;
    padding: 0;
}
.product_page .main_part { 
    width: 100%;
    max-width: 74%;
    padding: 4% 0 0 0;
}
.other_select_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.album_class_page .main_part,.album_info_page  .main_part{
    width: 100%;
    max-width: 74%;
}
.video_page .main_part {
    margin: 2% auto 0 auto;
    max-width: 1500px;
}
.car_page .main_part,.form label{
    font-family: 'Noto Serif TC';
    color: #000000;
}
.header_area .main_header_area .container {
    width: 100%;
    max-width: 80%;
    transition: all .5s ease-in-out;
}
.header_area.sticky .main_header_area .container {
    width: 100%;
    max-width: 84%;
    transition: all .5s ease-in-out;
}
.pageIndex .main_header_area {
    background-color:#ffffff;
    border-radius: 0;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 7px 0px #89898961;
}
.navigation{
    display: grid;
    grid-template-columns: 18% 1fr;
    grid-gap: 0;
    justify-content: space-between;
}
.stellarnav{
    padding: 0;
    left: 0;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav ul{
    right: 0;
    position: relative;
}
.nav-header {
    max-width: 100%;
    width: 100%;
    padding: 3% 0 0 0;
}
.nav-brand{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.pageIndex .header_area{
    background: #ffffff;
    position: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}
.pageIndex .header_area.sticky{
    background: #ffffff;
    position: fixed;
    width: 100%;
    transition: all 0.4s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 12%);
}
.header_area{
    background: #ffffff;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}
.header_area.sticky{
    background: #ffffff;
    position: relative;
    width: 100%;
    transition: all 0.4s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 12%);
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}
.stellarnav li a{
    font-weight:500;
   font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    letter-spacing: 2px;
    font-size: clamp(14px, 1.25vw, 16px);
}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(14px, 1.25vw, 16px);
    font-weight: 600;
    color: #fd733f;
    letter-spacing: 0.15em;
    padding: 0;
    margin: 0 clamp(12px, 1vw, 20px);
    height: unset;
    line-height: normal;
     position: relative;
    display: inline-block;
    text-decoration: none;
    height: 1.8em;
}
 .stellarnav > ul > li > a:hover{
    color: #f25922;
}
.stellarnav > ul > li { 
    overflow: visible !important;
}

.stellarnav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;         
  width: 0;           
  height: 2px;        
  background-color: #ff5722; 
  transition: all 0.3s ease-out;
  transform: translateX(-50%); 
}
.stellarnav > ul > li:hover > a::after {
  width: 100%;        /* 寬度變 100% */
}



/*內頁BANNER 設定*/
.banner {
  background-image: none;
  background-color: #fbfbfb;
  height: 400px;
}
.banner h5 {
    color: #2a5741;
   font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 26px;
    position: relative;
    top: 0;
    left: 0;
    
}

.other_select_page  .banner.banA{
    display: none;
}
.other_page .banner.banB{
    display: none;
}
.contact_page   .banner.banC{
    display: none;
}
.services_page  .banner.banB{
    display: none;
}
.contact_page   .banner h5 {
    display: none;
}
.services_page .banner h5 {
    display: none;
}

/*最新消息-文章功能1*/
.module_i_news .title_i_box{
    position: relative;
}
.module_i_news .title_i_box h6::before{
    content: 'NEWS';
    position: absolute;
    font-weight: 900;
    font-size: 47px;
    font-family: "Lato", sans-serif;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #D3F3F4, #EEA282);
    opacity: 0.6;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pageIndex .module_i_news01{
    background-image: url(https://pic03.eapple.com.tw/jiazehouse/i_news_bk.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 100%;
    padding: 6% 0;
}
.module_i_news01 .i_blog_le{
    display: none;
}
.module_i_news01.module_i_news li a{
    grid-template-columns: 1fr;
}
.module_i_news01.module_i_news ul{
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.module_i_news01 .i_blog_ri {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
}
.module_i_news01 .i_blog_ri p{
    display: none;
}
.module_i_news01 .i_blog_ri h5 {
    order: 2;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.15em;
    font-size: 20px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module_i_news01 .title_i_box h4 {
    color: #FD723F;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 33px;
    z-index: 1;
    position: relative;
}
.module_i_news01 .animated-arrow{
    display: none;
}
.module_i_news01.module_i_news li{
    background-color: #ffffff;
    width: 100%;
}
.module_i_news01 .i_blog_ri em {
    order: 1;
    font-size: 16px;
    color: #29583f;
    font-family: "Lato", sans-serif;
    padding: 0 16px;
}
.module_i_news01 .i_blog_ri h5{
    order: 2;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: #333333;
}
.module_i_news li a:after {
    background: transparent;
    border: none;
    box-shadow: 1px 1px 1px #908e8ea8;
}
.module_i_news li a:before {
    content: 'MORE';
    opacity: 1;
    color: #2c5643;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.blog_box_edit *{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}
 

/*相簿按鈕標題*/
.subalbum-menu h2{
    display: none;
}
.other_subalbum li a p {
    color: #222222;
   font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    margin-top: 4%;
}
.pic-list .item h6{
    color: #000000;
   font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}


/*麵包屑*/
.path{
    display: none;
}


/*聯絡我們*/
.i_contact_box{
    background-color: #F1FCFC;
}
.contact_content .information_left{
    width: 27%;
}
.contact_content .information_right {
    width: calc(100% - 28%);
    padding-left: 4%;
}
.blank_letter.i::before {
    content: 'CONTACT';
    position: relative;
    font-weight: 900;
    font-size: 47px;
    font-family: "Lato", sans-serif;
    left: 0;
    background: linear-gradient(to right, #ADE3EF, #EEA282);
    opacity: 0.6;
    -webkit-background-clip: text;                         
    background-clip: text;                                   
    -webkit-text-fill-color: transparent; 
}
.blank_letter.i::after {
    content: '有任何問題請與我們聯繫';
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    color: #333333;
    font-size: 23px;
}
.blank_letter {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    color: #FD723F;
    font-size: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10%;
}
.contact_form li:nth-of-type(5){
    width: 100%;
    max-width: 100%;
}
.list_before{
    display: none;
}
.contact_form {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form li .form__label{
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    display: flex;
    padding-left: 1%;
    padding-top: 2%;
    position: relative;
}
.contact_form li input.noborder {
    border: none;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 3% 3% 1% 3%;
    height: 100%;
}
.contact_form li {
    width: 49%;
    grid-template-columns: 1fr;
    border-bottom: none;
    grid-gap: 0;
    border-radius: 4px;
    font-family: "Noto Sans TC", sans-serif;
}
.contact_form li.checknumBox{
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: flex-start;
}

.blank_letter.i {
    color: #FD723F;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 33px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.red{
    order: 2;
}
.contact_form li textarea.noborder{
    border: none;
    background-color: #ffffff;
    border-radius: 4px;
}
.contact_form li.chk_new_version{
    border: none;
    margin-top: 2%;
}
.contact_form{
    grid-template-columns:1fr 1fr;
}
.contact_form li.checknumBox .form__insert{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.contact_form li.last blockquote{
    color: #333333;
    background-color: #f0cbb8;
}
.contact_form li.last cite{
    background: #fd723f;
    color: #333333;
}
.fa-arrow-right::before{
    display: none;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
    background-color: #ffffff;
    border-radius: 4px;
}
.i_contact_box section{
    width: 100%;
    max-width: 78%;
}


/*頁腳*/
.box_link{
    display: none;
}
.footer_logo{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 4%;
    margin-top: 2%;
}
.footer_logo a::before {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/jiazehouse/footer_logo.png);
    background-repeat: no-repeat;
    opacity: 1;
    width: 75px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.footer_logo img{
    display: none;
}
.footer{
    padding: 5% 0 3% 0;
    background: #72a426;
    width: 100%;
}
.footer_info li p, .footer_info li p a {
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(14px, 1.25vw, 16px);
    letter-spacing: 0.1em;
    font-weight: 400;
}
.footer .center{
    padding-bottom: 1%;
    max-width: 78%;
}
.footer_info{
    grid-template-columns: 1fr;
    padding-left: 0;
    align-items: center;
    justify-items: center;
    padding-bottom: 1%;
    padding-right: 0;
}
.footer_info li:nth-child(1)::before {
    content: 'INFORMATION';
    font-family: "Lato", sans-serif;
    color: #ffffff;
    position: relative;
    left: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.1em;
    top: 0;
    margin-bottom: 2%;
}
.footer_info li:nth-child(2)::before {
    content: 'WEB MENU';
    position: relative;
    left: 0;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.1em;
    top: 0;
    margin-bottom: 4%;
}
.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1;
    flex-direction: column;
}
.footer_info li:nth-child(2) {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1;
    flex-direction: column;
}
.footer_info ul{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.footer_menu {
    color: #222222;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
}
.footer_menu a::before {
    position: absolute;
    content: '';
    background: #ffffff;
    border-radius: 20px;
    background-repeat: no-repeat;
    width: 1px;
    height: 20px;
    z-index: 0;
    left: 4%;
    background-size: 75%;
    background-position: left;
}
.footer_menu a {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight:400;
    font-family: "Noto Sans TC", sans-serif;
    color: #ffffff;
    border: none;
    background: transparent;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 0 8%;
    line-height: 180%;
    width: 100%;
    height: auto;
    border-radius: 30px;
    align-items: center;
}
.footer_menu a:hover {
    background: transparent;
    color: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 30px;
    transform: translateX(10px);
}

/*隱藏*/
.footer_menu a:nth-child(1),
.footer_menu a:nth-child(8),
.footer_menu a:nth-child(9),
.footer_menu a:nth-child(10){
    display: none;
}

.tel{
    order: 1;
}
.fax{
    order: 2;
}
.line{
    order: 3;
}
.mail{
    order: 4;
}
.add{
    order: 5;
}
.copy{
    border-top: none;
}
.copy, .copy a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
}
.privacyLinks a+a {
    border-left: none;
}
.copy a:hover {
    color: #ffffff;
}
@media screen and (max-width: 1600px) {
.header_area .main_header_area .container{
    width: 100%;
    max-width: 100%;
}

/*頁腳*/
.footer_logo{
    margin-top: 6%;
}

}
@media screen and (max-width: 1280px) {

.swiper-wrapper .swiper-slide:nth-child(1)::after{
    left: 8%;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after{
    right: 8%;
}



}
@media screen and (max-width: 1024px) {
.navigation{
    grid-template-columns: 1fr;
}
.header_area,.header_area.sticky{
    position: relative;
}
.nav-header {
    padding: 0;
}
.pageIndex .main_header_area{
    padding: 1%;
}
.nav-brand img {
    max-width: 22%;
}
.pageIndex .header_area,.pageIndex .header_area.sticky{
    position: relative;
}


/*頁腳*/
.footer_info li p, .footer_info li p a{
    font-size: 15px;
}
.footer_menu a{
    font-size: 15px;
}

}
@media screen and (max-width: 980px) {
.header_area .stellarnav > ul > li > a {
    margin: 0 6px;
}



}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.bannerindex { padding:0; margin:0;}
.main_header_area .container{
    width: 100%;
    max-width: 100%;
}
.nav-brand img {
    max-width: 100%;
    padding-top: 3%;
}
.navigation {
    display: flex;
}

.stellarnav.mobile{
    top: 30%;
    left: 1%;
}
.stellarnav.mobile > ul > li{
    padding: 3% 0;
}
.main_header_area .container {
    width: 100%;
    max-width: 100%;
}

/*手機板大圖*/
.pageIndex .swiper-banner{height: auto; padding:0;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex  .swiper-slide img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3.4 * 4);}
.pageIndex  .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/jiazehouse/big-phone1.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/jiazehouse/big-phone2.jpg) ; background-size:cover;   background-position: center;}


/*頁腳*/
.footer_info ul {
    flex-direction: column;
}
.footer_info li:nth-child(2){
    width: 100%;
}
.footer.with_shopping_mode{
    padding: 14% 0;
}
.footer_logo {
    margin-top: 0;
    margin-bottom: 15%;
}


}
@media screen and (max-width: 600px) {    
.pageIndex .main_header_area {
    padding: 0;
}

}
@media screen and (max-width: 480px) {



}