/* 字體 */
@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%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding-left: 10.5vw;
}

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


.hotcase-AL{
  width: 78vw;
  margin: 0 auto;
  position: relative;
}
.hotcase-AL .content-title{
  color: #082942;
  font-size: 1.3vw;
  line-height: 2vw;
  font-family: "Noto Sans TC";
  font-weight: 600;
  letter-spacing: 0.1vw;
}



/*LIST*/
.openbox{
  width: 78vw;
  height: 100%;
  min-height: 50vw;
  margin: 0 auto;
  position: relative;
  padding: 5px 0px 8vw 0px;
}
.openbox .open_list{
    width: 100%;
    height: inherit;
    margin: 0 auto;
    position:relative;
}
.openbox .list_box .list_all{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.openbox .list_box .list_all>li{
    width: 30.6666%;
    float: left;
    position: relative;
    padding: 2vw 0 ;
    overflow: hidden;
    cursor: pointer;
}
.openbox .list_box .list_all>li:nth-child(3n+2){
    margin: 0 4%;
}
.openbox .list_box .list_all>li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.openbox .list_box .list_all>li a .plants_box{
    width:100%;
    position: relative;
    height:auto;
}
.openbox .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;
}
.openbox .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;
}
.openbox .list_box .list_all>li a .list_img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.openbox .list_box .list_all>li a .list_img.width 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;
    transition: all 200ms ease-in;
}
.openbox .list_box .list_all>li a .list_img.height img{
    width: auto;
    height: 100%;
    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;
}
.openbox .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";
    background-color: #fff;
    border-bottom: 0.7vw solid #082942;
    transition: all 200ms ease-in;
}
.openbox .list_box .list_all>li:hover a .list_img img{
    /*filter:brightness(120%);
    -webkit-filter:brightness(120%);*/
    width: auto;
    height: 105%;
    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;
}
.openbox .list_box .list_all>li:hover a .list_txt{
    border-bottom: 0.7vw solid #ae9787;
}




/*timeline*/
.menu-banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-image: url(../img/03/ar-AL.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 35%;
}
.menu-banner .swiper-container {
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.menu-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-banner .swiper-container .swiper-slide {
  width: 16.6666%;
  height: 5vw;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin: 0;
  box-sizing: border-box;
}
.menu-banner .swiper-container .swiper-slide .menu-active {
  width: 4vw;
  height: 4vw;
  line-height: 4vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5vw;
  font-family: 'Arial';
  font-weight: 400;
  font-size: 1.3vw;
  color: #000;
  box-sizing: border-box;
}
.menu-banner .swiper-container .swiper-slide::before {
  content: "";
  width: 0.8vw;
  height: 0.8vw;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.35vw;
}

.menu-banner .swiper-container .swiper-slide::after {
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  background-color: transparent;
  border: 1px solid #000;
  opacity: 0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.8vw;
  transition: all 200ms ease-in;
}

.menu-banner .swiper-container .swiper-slide:hover::after {
  opacity: 1;
}
.menu-banner .swiper-container .swiper-slide.active::after {
  opacity: 1;
}

.menu-banner .swiper-button-prev {
    width: 6vw !important;
    height: 5vw;
    top: auto;
    bottom: 0vw;
    left: -1.5vw;
    z-index: 9999 !important;
    margin-top: 0 !important;
    position: absolute;
    background-image: none;
    display: block;
     opacity: 0;
}

.menu-banner .swiper-button-next {
  width: 6vw !important;
  height: 5vw;
  top: auto;
  bottom: 0vw;
  right: -1.5vw;
  z-index: 999 !important;
  margin-top: 0 !important;
  background-image: none;
  display: block;
  opacity: 0;
}





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

}
.outer_box{
    width: 80vw;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5vw 0px 6.8vw 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: 38%;
    height: 100%;
    float: left;
    margin-top: 5vw;
    text-align: left;

}
.right{
  width: 62%;
  height: 100%;
  float: right;
  /*overflow: hidden;*/
  position: relative;
}
.right .container{
  width: 100%;
}
.right .move_mouse{
    width: 7vw;
    position: absolute;
    left: 50%;
    bottom: -2.5vw;
    transform: translateX(-50%);
}
.cent{
    width: 100%;
    padding: 1vw 2vw 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;
}

.line_outer{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 3.5vw;
}
.line_outer .line_btn{
    width: 22%;
    float: left;
    text-align: center;
    color: #082942;
    font-size: 1vw;
    line-height: 1.8vw;
    letter-spacing: 0.1vw;
    font-family: "Noto Sans TC";
    background-color: transparent;
    border: 2px solid #082942;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.line_outer .line_btn:hover{
    color: #fff;
    background-color: #082942;
}
.line_outer .line_btn img.be{
    position: absolute;
    width: 0.5vw;
    right: 0.8vw;
    bottom: 0.1vw;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.line_outer .line_btn img.af{
    position: absolute;
    width: 0.5vw;
    right: 0.8vw;
    bottom: 0.1vw;
    opacity: 0;
}
.line_outer .line_btn.next{border-left: none;width: 18%;}
.line_outer .line_btn.prev{border-right: none;width: 18%;}
.line_outer .line_btn.prev img.be{
    position: absolute;
    width: 0.5vw;
    right: 4.15vw;
    bottom: 0.1vw;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.line_outer .line_btn.prev img.af{
    position: absolute;
    width: 0.5vw;
    right: 4.15vw;
    bottom: 0.1vw;
    opacity: 0;
}
.line_outer .line_btn:hover img.af{
  opacity: 1;
}
.line_outer .line_btn:hover img.be{
  opacity: 0;
}


/*RIGHT-多圖輪播*/
.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 .descript{
    width: 100%;
    position: relative;
    font-size: 1.1vw;
    line-height: 3vw;
    text-align: right;
    letter-spacing: 0.1vw;
    color: #959595;
    font-family: "Noto Sans TC";
}
.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: #000;
}
.img_main_more .pic_box .pc_pic_box>li .picbox:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 61.06%;
}
.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: 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.H{
    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 .mask:before{
    position: absolute;
    content: "";
    display: block;
    padding-top: 61.06%;
}
.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: 1vw;
    font-size: 0.7vw;
    text-align: right;
    letter-spacing: 0.05vw;
    font-family: "Noto Sans TC";
    text-shadow: 10px 10px 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;
}


