@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin: 0; padding: 0;}


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: #f3e2d5;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; }
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1778493570380) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 1060px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1778493570381) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
@media screen and (max-width:767px){
  .bgtop {z-index: 0; min-width: inherit;  background: url(m_bgtop.jpg?t=1778493570381) no-repeat center 44px; background-size: 100%;}
}

/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area .go_bt2 {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}





  /* 區標2共用 */
.title_2 { z-index: 5; position: relative; height: 18vw; margin: 0; font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; text-align: center; }
.title_2 ul { list-style: none; margin: 0; padding: 0; }
.title_2 span {  display: block; width: 80%; margin: 0 auto; font-size: 6.5vw; font-weight: 600;  height: 15vw; line-height: 20vw; color: #fff;  overflow: hidden; }
.title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 0;  }
@media screen and (min-width:768px){
  .title_2 {   height: 167px; margin: 0 auto;  }
  .title_2 span { font-size: 63px; height: 143px; line-height: 188px;  }
  .title_2 .Areatitle_bg {   top: 0px;   }

  }





/*間距*/
.Area_bottom { margin-bottom: 89px;}
@media screen and (max-width:767px){
  .m96 { width: 96%; margin: 0 auto; }
  .Area_bottom { margin-bottom: 8.9vw;}
}



/*共用樣式*/
.pointer-off ul li{ pointer-events: none;}
.titlebg { position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
@media screen and (max-width:767px){
  .titlebg { width: 100vw; top: -0.5vw;}
}




/*版頭*/
.Area_top { height: 870px; z-index: 4;}
.main { position: absolute; width: 655px; top: 43px; left: 50%; transform: translateX(-50%);}
.Area_swiper_box .PD_layout li{ background-color: transparent;}
.Area_top .main-man { position: absolute; top: 322px; left: 50%; transform: translateX(-50%); width: 85%; z-index: 5; animation-delay: 5ms; }
.Area_top .sub01 { z-index: 5; position: absolute;  top: 257px; left: 50%; transform: translateX(-50%); width: 48%; }
.Area_top .sub01 .bg { z-index: -1; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%;  }
.Area_top .sub01 .bg  img { width: 100%;  }
.Area_top  .Area_swiper_box { padding: 0; }
.Area_top  h2 { padding: 0; margin: 0; text-align: center; }
.Area_top  ul { list-style: none; margin: 0; padding: 0;  }
.Area_top .sub02 { z-index: 10; position: absolute;  top: 370px; right: 110px; width: 30%; }

@media screen and (max-width:767px){
  .Area_top { height: 94vw;}
  .main{ width: 70vw; top: 3.5vw; }
  .Area_top .main-man {  top: 35vw; width: 100%;  }
  .Area_top .sub01 {  top: 26.5vw; width: 75%;  }
  .Area_top .sub02 {  top: 41vw; right: 0; width: 40%; }


}

/* .Area_top .pd_logo .PD { position: relative;top: 0;width: 100%;margin: 0;} */
/*版頭輪播頁籤*/


/*專業安裝*/
.Area01{position: relative;z-index: 4;}
/* 區標2共用 */
.Area01 .title_2 { z-index: 99; height: 20vw; position: absolute }
.Area01 .title_2 span {  display: block; margin: 0; width: 42%; padding: 4vw 0 0 0; font-size: 5.2vw; font-weight: 800;  height: 8vw; line-height: 8vw;   }
.Area01 .title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 2vw;  width: 38%; }
@media screen and (min-width:768px){
  .Area01 .title_2 {   height: 167px; width: 42%;  }
  .Area01 .title_2 span {  width: 400px; padding: 43px 0 0 0; font-size: 50px; height: 50px; line-height: 50px;   }
  .Area01 .title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 0vw;  width: 100%; }
  }


  .Area01 .Area01_main { z-index: 0; position: relative;}
.Area01 .Area01_main .PD_layout li { pointer-events: none; }
.Area01 .PD_layout.PD_layout-D1_15 ul .PD .PD_into { border-radius: 0 0 10px 10px ; }
.Area_swiper_box .PD_layout li, .Area_swiper_box .PD_layout li .PD_img img { border-radius: 10px 10px 0 0 ; }
.PD_layout.PD_layout-D1_15[data-pd-h4="1"] .PD h4 { -webkit-line-clamp:2; }
.Area01 .Area01_main .PD_layout.PD_layout-D1_15[data-pd-h4="1"] .PD h4 { width: 100%; overflow: hidden; max-height: 45px; height: 45px; }
@media screen and (min-width:768px){
.Area01 .Area01_main{
    padding: 150px 0 80px;
    &::after {
      content: "";
      position: absolute;
      top: 0;
      width: 2000px;
      height: 100%;
      left: 50%;
      transform: translateX(-50%); 
      background: url(Area01_bg.jpg?t=1778493570381) top center no-repeat;
    }
  }
  .Area01 .box_title{position: absolute;z-index: 4;width: 270px;top: -20px;left: 60px;}
}
@media screen and (max-width:767px){
  .Area01 .Area01_main {  background: url(mb_Area01_bg.jpg?t=1778493570381) top center no-repeat; padding: 18vw 0 6vw; background-size: cover;background-position: top right;margin-bottom: 4vw;}
  .Area01 .Area01_main .PD_layout.PD_layout-D1_15[data-pd-h4="1"] .PD h4 {  max-height: 18.5vw; height: 18.5vw; }
  .PD_layout.PD_layout-D1_15[data-pd-h4="1"] .PD h4 { -webkit-line-clamp:3; }

}


/*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 960px; border-radius: 20px; margin-bottom: 21px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 100%; border-radius: 10px; margin-bottom: 3vw;}
}

.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}
        


.Area01 .box {  display: flex; flex-direction: row;   }
.Area01 .box_1 { width: 38.2%; margin-right: 1.5vw;  }
.Area01 .box_2 { width: 61.8%;  }
.Area01 .PD_layout.PD_layout-D1_02C ul { padding: 2vw 0.5em; }
.Area01 .PD_layout.PD_layout-D1_02 .PD h3 { margin: 0; max-height: 3.1em; line-height:1.3em; padding: 1.5vw 1vw 0vw 1vw; background: #FFF; color: #8858e7; font-size: 5vw; }
.Area01 .PD_layout.PD_layout-D1_02 .PD h4 { font-size:5vw; }
.Area01 .PD_layout-D1_02 .PD .PD_go, .PD_layout .more { display: block; }
.Area01 .PD_layout.PD_layout-D1_02 { padding: 11.7vw 0;  background:#8858e7; }
.Area01 .PD_layout_2 ul {  background:#8858e7;  }
.PD_layout.PD_layout-D1_02C[data-pd-btn] .PD_into .PD_into_PDgo b::after { content: ""; }
.PD_layout[data-pd-btn][data-pd-btn-intopdgo] .PD_into .PD_into_PDgo { position: absolute; top: 13vw; right: 0vw;  display: block; background: url(GO.png?t=1778493570381) center top; aspect-ratio: 80 / 80; width: 4.5vw; height: 4.5vw; background-size: 100%; }
.Area01 .PD_layout.PD_layout-D1_02C .PD a { padding-top:0.3em ; }
.Area01 .PD_layout.PD_layout-D1_02C .PD h3 { background: #fff; color: #8858e7; font-size: 4.3vw; font-weight: 800; max-height: 8vw; line-height: 8vw; margin-bottom: 1vw; }
.Area01 .PD_layout.PD_layout-D1_02C .PD h4 { font-size: 3.8vw; font-weight: 800; }
.Area01 .PD_layout_2 h4 span { color: #FFF; }
.Area01 .PD_layout-D1_02 h4 i { position: absolute; top: 64vw; left: 27vw; display: block; background: url(GO.png?t=1778493570381) center top; aspect-ratio: 80 / 80; width: 5vw; height: 5vw; background-size: 100%; }
.Area01 .PD_layout.PD_layout-D1_02C[data-pd-btn] .PD_btn i { display: none; }
@media screen and (min-width:768px){
  .Area01 .box_1 { width: 38.2%; margin-right: 10px;  }
  .Area01 .box_2 { width: 61.8%;  }
  .Area01 .PD_layout.PD_layout-D1_02C ul { padding: 10px 0.5em; }
  .Area01 .PD_layout li { border-right:none; }
  .Area01 .PD_layout li:nth-child(1) { border-top:none; }
  .Area01 .PD_layout-D1_02C .PD_img { padding: 0 !important; width: 25% !important; }
  .Area01 .PD_layout.PD_layout-D1_02 .PD h3 { margin: 0; max-height: 100px; line-height:38px; padding: 10px; font-size: 34px; }
  .Area01 .PD_layout.PD_layout-D1_02 .PD h4 { font-size:1.6em; }
.Area01 .PD_layout.PD_layout-D1_02C .PD h3 { font-size: 35px;  max-height: 50px; line-height: 50px; margin-bottom: 12px; }
.Area01 .PD_layout.PD_layout-D1_02C .PD h4 { font-size: 32px;  }
  .Area01 .PD_layout-D1_02 .PD .PD_go, .PD_layout .more { display: block; }
  .Area01 .PD_layout.PD_layout-D1_02 { padding: 85px 0; }
  .PD_layout.PD_layout-D1_02C[data-pd-btn] .PD_into .PD_into_PDgo b::after { content: ""; }
  .PD_layout[data-pd-btn][data-pd-btn-intopdgo] .PD_into .PD_into_PDgo { top: 105px; right: 0vw;  width: 25px; height: 25px;  }
  .Area01 .PD_layout.PD_layout-D1_02C .PD a { padding-top:0.3em ; }
  .Area01 .PD_layout-D1_02 h4 i { top: 447px; left: 284px; width: 25px; height: 25px;  }
  .Area01 .PD_layout.PD_layout-D1_02C[data-pd-btn] .PD_btn i { display: none; }
  }




/*政府補助最高5000*/
.Area02 .PD_img { z-index: 0; position: absolute; }
.Area02 .PD_into { z-index: 1; color: #FFF; padding: 9vw 4vw; }
.Area02 .PD_layout .PD h3 {   font-size: 5.5vw; max-height: 1.2em; height: 1.2em; line-height: 1.2em;   }
.Area02 .PD_layout[data-pd-h3="5"] .PD h3 span {  background: #00000000; padding:0; color: #FFF; }
.Area02 .PD_layout .PD h4 span {  -webkit-line-clamp: 2; height: 12vw; max-height:12vw;  }
.Area02 .PD_layout[data-pd-h4="2"] .PD h4 b, .PD_layout[data-pd-h4="2"] .PD h4 span {  display: block;  }
.Area02 .PD_layout .PD p {  color: #ffc6b2; height:8.5vw; line-height:8.5vw; font-style: italic;  }
.Area02 .PD_layout .PD p .Price {  font-size: 10.5vw;  }
@media screen and (min-width:768px){
.Area02 .PD_layout  {  width: 70%;  }
.Area02 .PD_into {  padding: 70px 25px; }
.Area02 .PD_layout .PD h3 {    max-height: 35px; height: 35px; line-height: 35px; font-size: 35px;  }
.Area02 .PD_layout .PD h4  {   font-size: 24px;  }
.Area02 .PD_layout .PD h4 span {  height: 70px; max-height: 70px; font-size: 24px;  }
.Area02 .PD_layout .PD p {   height:93px; line-height: 93px;  }
.Area02 .PD_layout .PD p .Price {  font-size: 70px;  }
}



/*品牌頁籤區01~06*/
.Area03 .BN_box ul{ width: 96%;}
.Area03 .PD_layout li { border-top: none; border-right: none; }
@media screen and (max-width:767px){
  .Area03 .BN_box ul{ padding: 0 3vw; margin-bottom: 3vw;}
}
.Area03 {
  @media screen and (min-width:768px){
    padding: 28px 0 12px;
    border-radius: 40px;
    margin-bottom: 40px;

  }
  @media screen and (max-width:767px){
    padding: 4vw 0;

  }
  &:nth-child(odd){
    background: #ad96d6;
    .Nav.tab_swiper{
      .swiper-slide-active i{
        border: 1px solid #552c21 ;
        background-color: #552c21 ;
        
      }
    }

  }
  &:nth-child(even){
    background: #c38d77;
    .Nav.tab_swiper{
      .swiper-slide-active i{
        border: 1px solid #312155 ;
        background-color: #312155 ;
        
      }
    }

  }
}

.Area03-2 { background: #ad96d6 !important; } 

.Area03-3 { background: #c38d77 !important; } 




/*Area_page*/
.Area_page h3 { color: #fff; margin: 0; padding: 0}
  @media screen and (min-width:768px){ 
    .Area_page {margin: -4px auto 0 auto; overflow: hidden; padding: 20px 0;border-radius: 1em} 
    .Area_page h3 { color: #fff; margin: 0 auto 20px; padding: 0}
    .Area_page .PD_layout { width: 96%}
  }
  @media screen and (max-width:767px){
    .Area_page {width: 96%;overflow: hidden;padding: 0 0 0 0;border-radius: 1em;margin: 0vw auto 0 auto;} 
    .Area_page h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
  }

/* --------------------------------------
 * Page 頁籤共用_202405291900

 * -------------------------------------- */
.NavArea_tabbar_page {margin: 0 auto 15px auto;width: 94%;}  
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box {border-radius: 8px;overflow: hidden;padding: 0 2% 0 0;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
 /*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #000000 !important; background-color: #000000 !important;}
 /*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
  @media screen and (min-width:768px){ 
    .NavArea_tabbar_page { display: block; }
  }



/* .Area03 .BN_box .PD_layout ul { background: #e3b8a9;  }
.Area03 .BN_box .PD_into { width: 100% !important; }
.Area03 .BN_box .PD_img { position: absolute; top: 0vw; right: 0vw; width: 55% !important; }
.Area03 .BN_box .PD_layout h2 { margin: 2vw 0; font-size: 5.6vw; width: 46%; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;  color: #fff;   }
.Area03 .BN_box .PD_layout .PD p { height: 1.5em; line-height: 1.5em; color: #000; margin-bottom: 1vw; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;   }
.Area03 .BN_box .PD_layout #js-PD_val_1 { display: block; font-size: 5.2vw; width: 46%; font-weight: 800;  white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;   }
.Area03 .BN_box .PD_layout p span { font-size: 3.8vw;  }
@media screen and (min-width:768px){ 
.Area03 .BN_box .PD_img {  top: 0px; right:0px; width: 43% !important; }
.Area03 .BN_box .PD_layout h2 { margin: 10px 0; font-size: 55px; width: 46%;    }
.Area03 .BN_box .PD_layout .PD p { height: 34px; line-height: 34px; margin-bottom: 8px;    }
.Area03 .BN_box .PD_layout #js-PD_val_1 {  font-size: 34px;      }
.Area03 .BN_box .PD_layout p span { font-size: 21px;  }
}


 */




/*空調情報站*/
.Area05 {}
@media screen and (max-width:767px){
  .Area05 .btn_box ul li{ padding: 0 0.5vw;}
}

/*白金級安裝服務 注意事項*/
.Area06 .text_box{ padding: 10px 40px 40px; color: #646464;}
.Area06 .text_box ul{ text-align: left; list-style-type: disc;}
.Area06 .text_box_style ul li { font-size: 28px;}
.Area06 .text_box ul li p { margin: 10px auto;}
@media screen and (max-width:767px){
  .Area06 .text_box{ padding: 0 7vw 2vw; width: 87vw; margin: 0vw 2vw 0;}
  .Area06 .text_box_style ul li { font-size: 1rem; line-height: 1.6rem;}
}







.Area_GameStyle .box_list { background-color: #FFF; border-radius: 25px; margin-bottom: 21px; }
@media screen and (max-width:767px){
  .Area_GameStyle .box_list {  border-radius: 2.5vw; margin-bottom: 3.4vw; padding: 2vw 4vw; }
}






.PD_layout.PD_layout-D1_16 ul .PD .PD_img { max-width: 100%; padding: 0; }






/*隱鑶*/
.for_pc {}
.for_phone { display: none !important;}
	@media screen and (max-width:767px){
		.for_pc { display: none !important;}
		.for_phone { display: inherit !important;}
	}
