/* 字體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&family=Noto+Serif+TC:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&family=Noto+Serif+TC:wght@500;600&display=swap');

/* 字體 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "Noto Sans TC";
  src: url(../fonts/Noto/NotoSansTC-Regular.otf);
}
@font-face {
  font-family: "IntroCondLightFree";
  src: url(../fonts/IntroCondLightFree.otf);
}
.Inn{
  font-family: "IntroCondLightFree";
}
.Arl{
  font-family: "Arial";
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #d3d6db;
}
* {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
  font-size: 0;
}

.all {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}


/*BANNER*/
.top_banner {
  width: 100%;
  height: 20vw;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0%;
  background-attachment: fixed;
}
.banner-txt{
    width: 20vw;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
}
.banner-txt img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content-AL {
    width: 100%;
    height: 100%;
    min-height: 50vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    background-attachment: fixed;
    padding-left: 10.5vw;
}

.top_cent{
    width: 80vw;
    margin: 0 auto;
    text-align: center;
    padding: 3vw 0 6vw 0;
    overflow: hidden;
}
.top_cent h3{
  width: 50%;
  float: left;
  color: #000;
  font-size: 1.7vw;
  line-height: 3vw;
  font-family: "Noto Sans TC";
  font-weight: 500;
  letter-spacing: 0.05vw;
}
.top_cent h3.left-cent{
  text-align: left;
  background-color: transparent;
  padding-top: 6vw;
}
.top_cent h3.right-cent{
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.15vw;
    font-size: 2vw;
    line-height: 3.2vw;
    padding-right: 7vw;
    color: rgba(0, 0, 0, 0.15);
    font-family: "Arial";
}



.content-AL .content-title{
  color: #082942;
  font-size: 1.3vw;
  line-height: 2vw;
  font-family: "Noto Sans TC";
  font-weight: 600;
  letter-spacing: 0.1vw;
}
.content-AL .line1{
  width: 2px;
  height: 0%;
  background-color: #4c4c4b;
  position: absolute;
  right: 9vw;
  top: 0;
  z-index: 1;
}
.content-AL .line2{
    width: 0vw;
    height: 2px;
    background-color: #4c4c4b;
    position: absolute;
    left: 0vw;
    top: 14vw;
    z-index: 1;

}
.fake_ar{
    width: 1vw;
    position: absolute;
    right: 9vw;
    top: 13.65vw;
    z-index: 1;
    opacity: 0;
}
.fake_ar img{
   width: 100%;
}




/*LIST*/
.casebox{
  width: 80vw;
  height: 100%;
  min-height: 50vw;
  margin: 0 auto;
  position: relative;
  padding: 5px 0px 7vw 0px;
  z-index: 10;
}
.casebox .list_box{
    width: 100%;
    height: inherit;
    margin: 0 auto;
    position:relative;
}
.casebox .list_box .list_all{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.casebox .list_box .list_all>li{
    width: 30.6666%;
    float: left;
    position: relative;
    padding-top: 2vw ;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.casebox .list_box .list_all>li:nth-child(3n+2){
    margin: 0 4%;
}
.casebox .list_box .list_all>li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.casebox .list_box .list_all>li a .plants_box{
    width:100%;
    position: relative;
    height:auto;
}
.casebox .list_box .list_all>li a .list_img{
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
}
.casebox .list_box .list_all>li a .list_img .st{
    position: absolute;
    right: 0.5vw;
    bottom: 0.5vw;
    font-size: 0.8vw;
    color: #fff;
    font-family: "Arial","Noto Sans TC";
    letter-spacing: 0.1vw;
    text-shadow: 0px 0px 10px #000 , 0px 0px 10px #000;
    z-index: 10;
}
.casebox .list_box .list_all>li a .list_img .future-st{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Arial";
    font-size: 1.2vw;
    line-height: 3vw;
    letter-spacing: 0.2vw;
    text-align: center;
    background-color: #082942;
    z-index: 15;
}



.casebox .list_box .list_all>li a .list_img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 142.48%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.casebox .list_box .list_all>li a .list_img .pic_mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left:0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.casebox .list_box .list_all>li a .list_img.height img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.casebox .list_box .list_all>li a .list_txt{
    display: block;
    width: 100%;
    color: #000;
    vertical-align: middle;
    padding: 1vw 5%;
    letter-spacing: 0.2vw;
    font-size: 1.5vw;
    text-align: center;
    font-weight: 400;
    line-height: 2.5vw;
    font-family: "Noto Sans TC";
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.casebox .list_box .list_all>li:hover a .list_img img{
    width: 105%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-out;
}
.casebox .list_box .list_all>li:hover a .pic_mask{
    opacity: 1;
}



/*02-open*/
.content-op-AL{
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    background-attachment: fixed;
    padding-left: 10.5vw;
}
.outer_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.outer_box .container{
  width: 100%;
}

.img_main_more{
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.img_main_more .pic_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
    font-size: 0;
    padding: 0;
}

.img_main_more .pic_box .pc_pic_box{padding: 0;}
.img_main_more .pic_box .pc_pic_box>li {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.img_main_more .pic_box .pc_pic_box>li .picbox{
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-color: #e5e4e4;
}
.img_main_more .pic_box .pc_pic_box>li .picbox:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 49.47%;
}

.img_main_more .pic_box .pc_pic_box>li .picbox.bottom{
    margin-bottom: 3vw;
}
.img_main_more .pic_box .pc_pic_box>li .picbox.bottom:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 53.155%;
}


.img_main_more .pic_box .pc_pic_box>li .picbox img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.img_main_more .pic_box .pc_pic_box>li .picbox img.W{
    width: 100%;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.img_main_more .pic_box .pc_pic_box>li .picbox .mask:before{
    position: absolute;
    content: "";
    display: block;
    padding-top: 49.47%;
}
.img_main_more .pic_box .pc_pic_box>li .picbox .mask img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.img_main_more .pic_box .pc_pic_box>li .picbox .picdes {
    width: 50%;
    position: absolute;
    right: 1vw;
    bottom: 0.55vw;
    font-size: 0.7vw;
    text-align: right;
    letter-spacing: 0.05vw;
    font-family: "Noto Sans TC";
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%) ,0px 0px 10px rgb(0 0 0 / 30%);
}
.img_main_more .pic_box.product-thumbs .pc_pic_box>li .picbox .mask img{
    opacity: 0;
}
.img_main_more .pic_box.product-thumbs .pc_pic_box>li.swiper-slide-active .picbox .mask img{
    opacity: 1;
}


.product-slider .swiper-button-prev {
    width: 2.5vw !important;
    height: 2.5vw;
    top: auto;
    bottom: 45%;
    left: 1.5vw;
    z-index: 9999 !important;
    margin-top: 0 !important;
    position: absolute;
    background-image: url("");
    display: block;
}

.product-slider .swiper-button-next {
    width: 2.5vw !important;
    height: 2.5vw;
    top: auto;
    bottom: 45%;
    right: 1.5vw;
  z-index: 999 !important;
  margin-top: 0 !important;
  background-image: url("");
  display: block;
}


.product-slider .swiper-pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0.5vw;
}
.product-slider .swiper-pagination-bullet {
  background-image: url(../img/index/index-hotcase-dot1.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1vw;
  height: 1.1vw;
  margin-left: 0.2vw !important;
  margin-right: 0.2vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.product-slider .swiper-pagination-bullet-active {
  background-image: url(../img/index/index-hotcase-dot2.png);
  background-color: transparent;
}





/*文字區塊*/
.txt-black{
    width: 100%;
    min-height: 11vw;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ae9787;
    color: #fff;
    letter-spacing: 0.1vw;
    font-family: "Noto Sans TC";
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor:pointer;    
    align-items:center;

}
.txt-black .txt-black-cent{
    width: 80vw;
    margin: 0 auto;
    position: relative;
    padding: 2.5vw 0;
}
.txt-black .txt-black-cent h3{
    font-size: 1.6vw;
    line-height: 2.5vw;
    font-weight: 500;
    padding-bottom: 0.5vw;

}
.txt-black .txt-black-cent h4{
    font-size: 1vw;
    line-height: 1.8vw;
    font-weight: 300;
    
}

/*單圖片區塊*/
.pic-black{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pic-black img{
    width: 100%;
    font-size: 0;
}
.pic-black .picdes{
    width: 50%;
    position: absolute;
    right: 1vw;
    bottom: 0.55vw;
    font-size: 0.7vw;
    text-align: right;
    letter-spacing: 0.05vw;
    font-family: "Noto Sans TC";
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%) ,0px 0px 10px rgb(0 0 0 / 30%);
}


/*下方資訊區塊*/

.outer_box_bottom{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5vw 0px 3vw 0vw; 
    overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor:pointer;    
  align-items:center;
  justify-content:center;
}
.left {
    width: 40%;
    height: 100%;
    float: left;
    margin-top: 3.5vw;
    text-align: left;
    padding: 0 2vw 0 5vw;
}
.right{
  width: 60%;
  height: 100%;
  float: right;
  position: relative;
  margin-top: 5vw;
}
.right .container{
  width: 100%;
}
.cent{
    width: 100%;
    padding: 1vw 0vw 4vw 1.5vw;
    border-left: 0.5vw solid #082942;
}
/*LEFT-TXT*/
.left .case_name{
  color: #082942;
  font-weight: 800;
  line-height: 4vw;
  font-size: 1.6vw;
  letter-spacing: 0.2vw;   
}
.left .case_txt{
  color: #000;
  font-size: 1.05vw;
  line-height: 1.8vw;
  font-family: "Noto Sans TC";
  font-weight: 400;
  letter-spacing: 0.1vw; 
  padding-bottom: 0.5vw;
   
}
.left .case_txt .left_txt{
  display: flex; /* 採用 flex 排版 */ 
}
.left .case_txt .left_txt .left_title{
  width:5.7vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;

}
.left .case_txt .left_txt .left_des{
    flex: 1;
    letter-spacing: 0.1vw;
    padding-left: 0.5vw;
}
.left .case_share{
    width: 100%;
    text-align: left;
    padding-top: 0.5vw;

}
.left .case_share .icon{
    width: 2vw;
    float: left;
    display: block;
    margin-right: 0.5vw;
}
.img_main_more .pic_box.bottom .fake_line{
    width: 90%;
    height: 2px ;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0.25vw;
}
.swiper-scrollbar {
  background: #000;
}
.swiper-scrollbar::after {
    position: relative;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
}
.swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 0px;
    height: 0.6vw;
    width: 90%;
    bottom: 0vw;
    left: auto;
    right: 0;
    background-color: transparent;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,1);
    border-radius: 0px;
    left: 0;
    top: 0;
}




.back_btn{
    display: block;
    width: 8vw;
    margin: 0 auto;
    padding: 1vw 0;
    text-align: center;
   overflow: hidden;
   transition: all 0.3s ease-in-out;
   cursor: po;
}
.tt{
    font-size: 2.2vw;
    font-weight: 300;
    color: #000;
    line-height: 3vw;
    float: left;
    letter-spacing: 0.1vw;
    font-family: "IntroCondLightFree"; 
   transform: scaleY(0.9);
}
.arr{
    width:2vw;
    height: 2vw;
    float: left;
    position: relative;
    padding-top: 0.5vw;
}
.back_btn .arr img{width: 100%;}
.back_btn .arr img.be,
.back_btn .arr img.be{
    opacity: 1;
}
.back_btn img.af,
.back_btn img.af{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0.5vw;
}
.back_btn:hover img.be{
    opacity: 0;
}
.back_btn:hover img.af{
    opacity: 1;
}
.back_btn:hover img.be{
    opacity: 0;
}
.back_btn:hover img.af{
    opacity: 1;
}
.back_btn:hover .tt{
    color: #ae9787;
}
