body{
width: 100%;
  height: auto;
}
*{
    font-family: 'Microsoft JhengHei','LiHei Pro Medium', Arial, Helvetica, sans-serif;
  }

  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-8px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  @keyframes down{
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-4px);
    }
    100% {
      transform: translatey(0px);
    }
  }
.range{
  max-width: 1100px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height:650px;
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: cover;
  filter: drop-shadow( 0px 3px 5px #2d8f91);
}
.banner h1, .banner .title_h2{
  text-indent: -1200px;
  height: 1px;
}

.title01 img{
  transition: all 0.4s;
  -webkit-animation-delay: 0.4s;
  padding-top: 150px;
  max-width: 470px;
  margin-left: 10%;
  text-align: right;
}
.title02 img{
  transition: all 0.4s;
  -webkit-animation-delay: 0.4s;
  max-width: 470px;
  margin-left: 10%;
  padding-top: 10px;
}
.pic01{
  width: 250px;
  margin-left: 150px;
  margin-top: 20px;
  -webkit-animation-delay: 0.6s;
}
.member_sm{
  display: none;
}

.title_anima {
  -webkit-animation: hithere 2s alternate linear;
          animation: hithere 2s alternate linear;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
 .title01 img{
  margin-left: 5%;
 }
 .title02 img{
  margin-left: 5%;
 }
}
@media screen and (max-width: 870px) {
  .banner{
    background: url(../img/bg_md.jpg) center top no-repeat;
    height:600px;
  }
  .title01 img{
    margin-left: 2%;
     max-width: 380px;
     padding-top: 130px;
   }
   .title02 img{
    margin-left: 2%;
     max-width: 370px;
   }
}

@media screen and (max-width:600px) {
  .banner{
    background:#060407 url(../img/bg_sm.jpg) center bottom no-repeat;
    height: 350px;
  }
  .title01 img{
    max-width: 250px;
    padding-top: 100px;
    margin:0;
  }
  .title02 img{
    max-width: 240px;
    margin: 0 ;
  }
}
@media screen and (max-width:500px) {
  .banner{
    background:#060407 url(../img/bg_sm.jpg) center bottom no-repeat;
    height: 320px;
  }
  .title01 img{
    max-width: 230px;
    padding-top: 100px;
    margin-left: 3%;
  }
  .title02 img{
    max-width: 230px;
    margin-left: 3%;
  }
}

#form {
  position: relative;
  z-index: 150;
  max-width: 480px;
  height: 300px;
  text-align: center;
  background:rgb(255, 254, 246);
  margin-left: 10%;
  margin-top: 20px;
  clip-path: polygon(0 3%, 100% 2%, 97% 98%, 3% 94%);
}
.shadow1{
  filter: drop-shadow(5px 5px 0px #242424);
}
.shadow2{
  filter: drop-shadow(-3px -3px 0px #242424);
}

.form_h2{
  color: #131313;
  font-size: 28px;
  padding: 18px 0 15px 0;
  font-weight: bold;
  background: rgb(255, 241, 201);
  border-bottom: 3px solid #242424;
}
.form_h2::before{
  content: url(../img/form_pic.png);
}
.form p{
  font-size: 18px;
}
.form iframe {
 max-width: 460px;
 height: 460px;
 margin: auto;
 margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  #form{
    margin-left: 5%;
  }
.form iframe{
  width: 90%;
  margin: 20px auto 0 auto;
}
}
@media screen and (max-width: 870px) {
  #form{
    width: 90%;
    margin: 50px auto 0 2%;
    height: 300px;
  }
}
@media screen and (max-width: 505px) {
  #form{
    width: 95%;
    margin: 20px auto;
    height: 400px;
    border: 3px solid #242424;
    filter: drop-shadow(2px 2px 0px #2c2c2c);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .shadow1{
    filter: drop-shadow(0px 0px 0px #242424);
  }
  .shadow2{
    filter: drop-shadow(0px 0px 0px #242424);
  }
  
  .form h2{
    font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
  margin: 0 auto;
}
.form iframe {
  height: 270px;
  margin-top: 20px;
 }
}

.content{
  padding: 250px 0 100px 0;
  background:url(../img/bg01.png) center top repeat;
}
.content h3{
  position: relative;
  z-index: 100;
  margin: -50px auto 0 auto;
  width: 324px;
  text-align: center;
  color: #131313;
  padding: 7px 0;
  font-weight: bold;
  background: url(../img/text_bg.png) left top no-repeat;
}
.content h3::before{
  content: url(../img/h3_pic.png);
}
.content .range02{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.content .range02>div{
  flex: 1;
  text-align: center;
}
.content .range02 img{
  width: 290px;
  margin: 0 auto 5px auto;
  border: 3px solid #1b1b1b;
  filter: drop-shadow(2px 2px 0px #2c2c2c);
}
.content p{
  width: 290px;
  height: 150px;
  padding: 30px 20px;
  margin: 0 auto;
  margin-top: -20px;
  color: #414141;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  background: rgb(255, 241, 201);
  border: 3px solid #242424;
  filter: drop-shadow(2px 2px 0px #2c2c2c);
}
.imgbox{
  margin:20px auto 0 auto;
}
@media screen and (max-width: 1400px) {
  .content .range02{
    max-width: 850px;
  }
  .imgbox{
    margin:40px auto 50px auto;
  }
}
@media screen and (max-width: 870px) {
  .content{
    padding: 200px 0 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .content{
    padding: 330px 0 50px 0;
  }
  .content .range02{
    display: flex;
    flex-direction: column;
  }
  .content h3{
    font-size: 20px;
    padding: 4px 0;
    width: 284px;
    background: url(../img/text_bgsm.png) left top no-repeat;
  }
  .content .range02 img{
    width: 260px;
  }
  .content p{
    width: 260px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .content{
    padding: 380px 0 50px 0;
  }
}

/*# sourceMappingURL=wg.css.map */