@charset "utf-8";
/*common css*/

@font-face{
    font-family: "Figtree-Bold";
    src: url('../fonts/Figtree-Bold.ttf');
}
@font-face{
    font-family: "Figtree-Regular";
    src: url('../fonts/Figtree-Regular.ttf');
}
@font-face{
    font-family: "Figtree-Light";
    src: url('../fonts/Figtree-Light.ttf');
}

.bold{
    font-weight: bold;
    font-family: 'Figtree-Bold','微軟正黑體';
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

  
}
@keyframes smoke1 {
  0%, 100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.02);
  }
}

@keyframes smoke2 {
  0%, 100% {
    transform: translate(0%) translateY(0px);
  }
  50% {
    transform: translate(0%) translateY(15px);
  }
}
.garylightText{color: #7B7B7B;}
.Figtree-Light{
    font-family: "Figtree-Light",'微軟正黑體';
}
a{
    color:#000;padding:0;margin:0; text-decoration: none!important;
}
a:hover{
    color:#000;
}
.container-fluid{padding-right: 0;padding-left:0; }
a,button{
  -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
img {
    max-width: 100%;
}

p {
    line-height: 1.4;
    padding:0;margin:0;

}
ol, ul{padding-left:0;margin:0}
body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

body::-webkit-scrollbar-thumb {
    background: #00A950;
}
body::-webkit-scrollbar-thumb:hover {
    background: #00A950;
}

body {
    overflow-x: hidden;
    width: 100%;
    font-size: 16px;
    font-family: 'Figtree-Regular','微軟正黑體';
    color: #000;
    line-height: 1.4;
}
.nav-item{position: static !important;}
.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.open > .sc-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block !important;
}
.text-center{text-align: center;}
.container{max-width: 96%;}
.garyText2{color: #4D4D4D;}
.garyText3{color: #7B7B7B;}
li{list-style-type:none;}
.over-hide{overflow: hidden;max-width: 100%;}
.none{display: none!important;}
.block{display: block!important;}
.noborder{border:none!important;}
h1,h2,h3,h4,h5,h6{padding-top:0;margin-top:0;margin:0;padding:0}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}/*IE/7/6*/
.leg-2{line-height: 2;}
.ul-d ul li{
  list-style: disc;
  margin-left: 20px;
  
}
.daimg img{border-radius: 25px;}
.align-item-star{align-items: flex-start!important;}
.swiper-button-next,.swiper-button-prev{width: 60px;height: 60px;border-radius: 50%;background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.swiper-button-next::after,.swiper-button-prev::after{
    color: #00A950;
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-next:hover::after,.swiper-button-prev:hover::after{
  color: #000;
}
.pos_r{position: relative}
.pos_a{position: absolute}
.fb{font-weight: bold;}
.tra_3s{transition: all 0.3s ease;}
.text-center{text-align: center;}
.txt p{margin-bottom: 30px;}
.txt p a{color: #087B3F;word-break: break-all;}
.text-esl2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.layui-layer-content{color:#fff}
.bdr_red{border: 1px solid #f00!important;}
.greenDeep{color: #495E26;}
.black{color: #000000;}
.garyText{color: #4D4D4D;}
body .fs14{font-size: 14px}
body .fs16{font-size: 16px}
body .fs18{font-size: 18px}
body .fs20{font-size: 20px}
body .fs22{font-size: 22px}
body .fs24{font-size: 24px}
body .fs26{font-size: 26px}
body .fs28{font-size: 28px}
body .fs30{font-size: 30px}
body .fs32{font-size: 32px}
body .fs36{font-size: 36px}
body .fs40{font-size: 40px}
body .fs45{font-size: 45px}
body .fs48{font-size: 48px}
body .fs50{font-size: 50px;}
body .fs59{font-size: 59px}
body .fs60{font-size: 60px;}
body .fs68{font-size: 68px;}
body .fs72{font-size: 72px;}
body .fs98{font-size: 98px;}
body .fs110{font-size: 110px;}
form .form-group .select-menu {
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  
  form .form-group .select-menu-ul {
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    width: 100%;
    text-align: left;
    position: absolute;
    z-index: 1;
    padding-left: 0;
    border-radius: 5px;
    background: #F1F1F1;
    box-sizing: border-box;
    padding: 5px;
  }
  
  form .form-group .select-menu-ul li {
    padding: 6px 10px;
    margin-bottom: 0;
    border-radius: 0;
    color: #4A4A4A;
  }
  
  form .form-group .select-menu-ul li::before {
    display: none;
  }
  
  form .form-group .select-menu-ul li:hover {
    background: #f2f2f2;
  }
  
  form .form-group .select-menu-div {
    width: 120px;
    position: relative;
    padding: 0.4rem 0.5rem;
    border: none;
    color: #000000;
  }
  
  form .form-group .select-menu-div i {
    margin-right: 5px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  form .form-group .select-this {
    background: #ffffff;
    border-radius: 5px;
  }
  
  form .form-group .select-menu-input {
    border: 0;
    cursor: pointer;
    user-select: none;
    width: 100%;
    outline: none;
    background: none;
    color: #000000;
    padding: 0;
  }
  
  form .form-group .select-menu-i {
    transform: rotate(180deg) translateY(50%);
  }
  
  form .form-group i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .checkboxlist .checkbox-inline {
    display: flex;
    width: 100%;
 
  }
  
  .checkboxlist .checkbox-inline .checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1;
    display: flex;
    width: 100%;
  }
  
  .checkboxlist .checkbox-inline .checkbox input {
    opacity: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    zoom: 1.5;
    display: none;
  }
  
  .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
    background-color: #009640;
    border-color: #009640;
  }
  
  .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  }
  
  .checkboxlist .checkbox-inline .checkbox input:checked ~ .bzbox {
     border-color: #009640;
  }
  
  .checkboxlist .checkbox-inline .checkbox .checkmark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: 0px;
    top: 0px;
    background: none;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #D4D9D2;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
  }
  
  .checkboxlist .checkbox-inline .checkbox .checkmark::after {
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -webkit-transition: .2s;
    transition: .2s;
    border-width: 0 2px 2px 0;
  }
  
  .checkboxlist .checkbox-inline .bzbox {
    width: 100%;
    text-align: center;
    border: 1px solid #D4D9D2;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 13px;
  }
  
  .checkboxlist .checkbox-inline .bzbox h4 {
    color: #666666;
  }
  
  .checkboxlist .checkbox-inline p {
    color: #707070;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
  }
  .checkboxlist .checkbox-inline p span{color: #009640;}

  .radiolist .radiobox-inline .radiobox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .radiolist .radiobox-inline{border-radius: 10px;border: 1px solid #E9E9E9;padding: 10px;width: 10%;margin-top: 1rem;margin-right: 1rem;}
  .radiolist .radiobox-inline .radiobox input {
    opacity: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    zoom: 1.5;
  }
  
  .radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
    border-color: #009640;
  }
  
  .radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  }
  
  .radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox h4 {
    font-weight: bold;
  }
  
  .radiolist .radiobox-inline .radiobox .radiomark {
    position: absolute;
    height: 22px;
    width: 22px;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%;
    background: none;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #D4D9D2;
    cursor: pointer;
  }
  
  .radiolist .radiobox-inline .radiobox .radiomark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #009640;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .radiolist .radiobox-inline .radiobox .bzbox {
    height: 35px;
    display: flex;
    align-items: center;
  }
  
  .searchbox{display: none; width: 100%;height: 100%;object-fit: cover;position: fixed;left: 0;top: 0;z-index: 999;}
  .searchbox .pupback{cursor: pointer; width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.6);}
  .searchbox .container{position: relative;z-index: 999;}
  .searchbox form{
    margin-top: 3rem;
    background: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .searchbox form .form-group{
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem;
    border: 1px solid #009640;
    margin: 1rem;
    border-radius: 10px;
  }
  .searchbox form .form-group input{border: none;box-shadow: none;outline: none;}
  .searchbox form button{
    display: flex;
    align-items: center;
    background: #009640;
    border: 1px solid #009640;
    padding: 1rem 2rem;
    color: #fff;
  }
  .searchbox form button:hover{background: none;color: #009640;}
  .pup{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999;display: flex;align-items: center;display: none;}
  .pup.show{display: flex;}
  .pup .pupback{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
  .pup .pupcontent{width: 100%;box-sizing: border-box;padding: 100px 200px; background: #fff;position: relative;z-index: 999;}
  .pup .pupcontent .close{cursor: pointer;width: 102px;height: 102px;border-radius: 50%;background: #F2FCF6; position: absolute;right: 100px;top: 50px;}
  .pup .pupcontent .close::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: 40px;
    background: #000;
    transform: rotate(45deg) scaleX(1.35);
    transition-delay: .1s;
    top: 50px;
  }
  .pup .pupcontent .close::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: 40px;
    background: #000;
    transform: rotate(-45deg) scaleX(1.35);
    transition-delay: .1s;
    top: 50px;
  }
  .pup .pupcontent span{display: block;color: #6B6B6B;}
  .pup .pupcontent .puptext div{height: 280px;overflow-y: scroll;box-sizing: border-box;padding-right: 10px;}
  .pup .pupcontent .txt p{margin-bottom: 0;}
  .pup .pupcontent .row .col-md-6 img{width: 100%; height: 100%;object-fit: cover;border-radius: 20px;}
  .pup .pupcontent .row .col-md-6 .puptext h5{
    font-weight: bold;
    font-family: 'Figtree-Bold', '微軟正黑體';
    margin-bottom: 1.5rem;
    font-size: 48px;

  }
  .pup .pupcontent .puptext div::-webkit-scrollbar {
    width: 6px;
  }
  
  .pup .pupcontent .puptext div::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  
  .pup .pupcontent .puptext div::-webkit-scrollbar-thumb {
    background-color: #efefef;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  .pageinfo ul{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
  .pageinfo ul li{margin: 10px 5px;}
  .pageinfo ul li a{display: flex;align-items: center;justify-content: center; padding: 5px 12px;border-radius: 6px;height: 34px;}
  .pageinfo ul li.active a{color: #fff;background: #00A950;color: #fff;}
  .pageinfo ul li.all-page .form-control{cursor: pointer; border-radius: 5px;border: 1px solid #C6D9CF;} 
  .pageinfo ul li.prev a::after{
    content: "\f104";
    font-family: 'FontAwesome';
    color: #00A950;
  }
  .pageinfo ul li.next a::after{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #00A950;
  }
  .pageinfo ul li a:hover{background: #00A950;color: #fff;}
  .pageinfo ul li a:hover::after{color: #fff;}
@media(max-width:1024px) {

 
}
@media(max-width:767px) {
  
}


