@charset "UTF-8";

/*
table {
  border-collapse: collapse; }

*/
* {font-family: "微軟正黑體";
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .8px;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body::-webkit-scrollbar-track {
  position: fixed;
  right: 0;
  -webkit-box-shadow: inset 0 0 6px #fafafa;
  background-color: #fff; }

body::-webkit-scrollbar {
  display: none;
  width: 8px;
  background-color: #fff; }

body::-webkit-scrollbar-thumb {
  background-color: #d3d2cd; }
a{
  text-decoration: none;
  display: inline-block;
  padding: .2em;
}
.header{
  background-color: #006639;
  width: 100%;
  padding: 12px 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.header_l{
  padding: 5px;
  max-width: 400px;
}
.header_r{
  width: 300px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
.menu_btn{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.m_header{
  display: none;
}
.m_header .header_r{
  justify-content: flex-end;
}
.header_r_btn{
  font-size: 26px;
  font-weight: bold;
  color: #fff;

}
.header_btn_area{
  display: none;
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 0px;
  width: 110px;
}
.header_btn_flex{
  
  display: inline-flex;
  flex-direction: column;

}
.header_btn_area .menu_btn{
  font-size: 16px;
  padding: 15px 20px;
  background-color: #006639;
}

.btn_back_top{
  position: fixed;
  z-index: 2;
  right: 50px;
  bottom: 50px;
  display: inline-block;
  background-color: #006639;
  width: 60px;
  height: 60px;
  margin-left: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: .5s ease-in-out;
}
.btn_back_top i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 28px;
  color: #fff;
}
img{
  width: 100%;
}
.slogan_area{
  padding: 20px 10px;
}
.slogan_big,.slogan_small,.title_green,.title_org{
  text-align: center;
}
.slogan_big{
  font-size: 20px;
  padding: 5px;
  letter-spacing: 2px;
  color: #5c5c5c;
  line-height: 40px;
}
.slogan_small{
  font-size: 16px;
  padding: 3px;
  color: #878787;
}
.title_area{
  padding: 20px;
}
.title_green{
  font-size: 30px;
  color: #006639;
  font-weight: bold;
  letter-spacing: 3px;
}
.title_org{
  font-size: 22px;
  color: #DE6340;
  font-weight: bold;
  letter-spacing: 2px;
}
.title_blue{
  font-size: 26px;
  color: #3c73ab;
  font-weight: bold;
  letter-spacing: 2px;
  /*margin-bottom: 20px;*/
}
.title_black{
  font-size: 22px;
  color: #5c5c5c;
  font-weight: bold;
  letter-spacing: 2px;
  /*margin-bottom: 20px;*/
}
.title_s{
  font-size: 18px;
}
.swip_area{
  padding: 25px 0;
}
.area_flex{
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.border_bottom{
  border-bottom: 1px solid #cbcbcb;
}
.btn_img{
  display: inline-block;
  width: 100%;
  padding: 35px;
  text-align: center;
}
.img_square{
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.map_area{
  text-align: center;
  padding: 30px;
}
.icon{
  margin-right: 5px;
}
.footer_bottom{
  text-align: center;
  padding: 30px 20px 80px 20px;
}
.map{
  max-width: 450px;
  margin: 20px 0;
}
.area_example{
  padding: 50px;
  width: 75%;
      margin: 0 auto;
}
.example_title{
  padding: 5px 0;
  left: 15px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #5c5c5c;
}
.example_title:before{
  content: '';
  height: 60%;
  width: 5px;
  left: -15px;
  position: absolute;
  background-color: #006639;
  top: 50%;
  transform: translateY(-50%);
}
.example_cont{
  padding: 10px 0;
}
.example_flex{
  align-items: flex-start;
}
.img_example{
  width: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.text_example{
  padding: 10px 20px;
  font-size: 18px;
  color: #5c5c5c;
  width: 50%;
}
.main_img_area{
  font-size: 0;
}
.main_img_bg{
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
}
.main_img_text{
  padding: 80px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  width: 50%;
  position: absolute;
  bottom: 0;
}

@media (any-pointer: coarse) {
  a {
    padding: .8em;
  }
}

@media screen and (max-width: 850px) {
  .area_example{
    width: 100%;
  }
  .text_example{
    padding: 12px 20px;
    font-size: 16px;
    color: #5c5c5c;
    width: 100%;
  }
  .main_img_text{
    padding: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .btn_back_top{
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
  .btn_back_top i{
    font-size: 18px;
  }
  .web_header{
    display: none;
  }
  .m_header{
    display: inline-flex;
  }
  .area_flex{
    flex-direction: column;
    padding: 20px 0;
  }
  .area_example {
    width: 100%;
    padding: 0px 0;
  }
  .img_example{
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 500px) {
  a {
    padding: .8em;
  }
  .header{
    padding: 0;
  }
  .header_r_btn{
    font-size: 22px
  }
  .header_l{
    padding: 0px;
  }
  .header_r{
    width: 110px;
  }
  .title_org{
    font-size: 18px;
  }
  .slogan_big{
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 35px;
  }
  .slogan_small{
    font-size: 12px;
  }
  .title_blue{
    font-size: 18px;
  }
  .main_img_text{
    padding: 20px;
    font-size: 24px;
  }
  .main_img_bg{
    display: none;
  }
  .main_img_text{
    position: relative;
    color: #006639;
  }
  .example_flex{
    padding: 0 0 5px 0;
  }
}
