@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url(https://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---reset.css--- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast; /* CSS3 Proposed  */
  image-rendering: crisp-edges; /* CSS4 Proposed  */
  image-rendering: pixelated; /* CSS4 Proposed  */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+           */
}
html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}
body {
  font-size: 17px;
}
.mt-10 {
  margin-top: 10px;
}
/*
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-bounce {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-hand-pointer:before {
    content: "\f25a";
}
*/
/* ----------電腦版型--------------------------- */
#header {
  width: 100%;
  height: auto;
  display: block;
  z-index: 9999;
}
#fb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0;
  clear: both;
  display: block;
}
/*-------------footer-------------------------*/
#footer {
  display: none;
  width: 100%;
  min-width: 320px;
  height: 60px;
  background-color: #df2012;
  bottom: 0;
}
#footer ul {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding-top: 10px;
}
#footer li {
  display: block;
  float: left;
  padding-right: 5%;
}
#footer a {
  text-indent: -9999px;
}
#footer li#GJUN a {
  display: block;
  background-image: url(../images/GJUN.png);
  background-repeat: no-repeat;
  line-height: 40px;
  width: 150px;
  height: 40px;
}
#footer li#FB a {
  display: block;
  background-image: url(../images/FB.png);
  width: 40px;
  height: 40px;
  background-position: bottom;
  padding-right: -5%;
}
#footer li#FB a:hover {
  background-position: top;
}
/*------------- CONTENT1 -------------*/
#CONTENT1 {
  width: 100%;
  height: auto;
  background-image: url(../images/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
#CONTENT1 .WRAPPER {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-wrap-point {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#TOP {
  margin: 0px 40px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 30%;
}
#TITEL_block {
  width: 100%;
  max-width: 410px;
  height: auto;
}
#TITEL {
  background-image: url(../images/title.png);
  width: 100%;
  padding-bottom: 73.17073170731707%;
  background-size: 100% auto;
  float: none;
  background-repeat: no-repeat;
  background-position: center top;
}
#PIC_block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  justify-content: center;
}
#PIC {
  background-image: url(../images/pic.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 463px;
  background-position: center bottom;
}
@-webkit-keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
@-moz-keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
@-o-keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
@keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
/*------------- CONTENT2 -------------*/
#CONTENT2 {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
#CONTENT2 .WRAPPER {
  margin: 0 auto;
  width: 780px;
  max-width: 780px;
}
#CONTENT2 h2 {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
}
.point {
  flex: 1;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point img {
  width: 100%;
}
#CONTENT2 .WRAPPER p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.65rem;
  margin-bottom: 1.5rem;
}
/*------------- CONTENT3 -------------*/
#CONTENT3 {
  width: 100%;
  padding: 30px 0;
  background-color: #f53b3b;
  overflow: hidden;
}
#CONTENT3 .WRAPPER {
  margin: 0 auto;
  width: 1000px;
  max-width: 1000px;
}
h1 {
  width: 100%;
  display: block;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  color: #FFF;
  margin-bottom: 15px;
  font-style: italic;
}
#GIFT {
  float: left;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#GIFT img {
  margin: 0 auto;
  width: 83%;
  height: auto;
}
/*------------表單------------*/
#FORM {
  float: left;
  width: 50%;
  margin: 0 auto;
  z-index: 99999;
}
#FORM .BIG {
  width: 98%;
}
#FORM .BIG_2 {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #NAME {
  width: 98%;
  height: auto;
  float: left;
}
#FORM #PHONE {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #EMAIL {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 40px;
}
#FORM #CITY {
  float: left;
  width: 48%;
  height: auto;
}
#ddl_city_no {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
#FORM #SCHOOL {
  margin-left: 10px;
  float: left;
  width: 48%;
  height: 40px;
}
#ddl_area_no {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
#READ {
  font-size: 100%;
  width: 100%;
  display: block;
  padding-top: 10px;
  float: left;
  margin-top: 1%;
  margin-bottom: 2%;
}
#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: solid px gray;
  background-color: #FFF;
  float: left;
}
#READ span {
  display: block;
  width: 100%;
  font-size: 90%;
  color: #fff;
  text-indent: 5px;
  line-height: 1.3;
}
#FORM #BUT p {
  display: block !important;
  position: relative;
}
/*
#FORM #BUT p img {
  display: none;
  position: absolute;
  top: 30%;
}
*/
.A {
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
  color: #333;
  background-color: #f9f9f9;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  font-size: 90%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  border: 1px solid #666;
  border-radius: 10px;
}
.AAA:focus {
  outline: none;
}
#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
}
#BUT i {
  color: #fff;
  font-size: 26px;
  padding-top: 20px;
  position: absolute;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
/*------------- CONTENT4 -------------*/
#CONTENT4 {
  width: 100%;
  padding-top: 35px;
  background-image: url(../images/grid_bg.gif);
  padding-bottom: 35px;
}
#CONTENT4 .WRAPPER {
  margin: 0 auto;
  width: 950px;
  max-width: 950px;
}
h4 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
h4 img {
  width: 86px;
  height: 76px;
  vertical-align: middle;
}
.box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 1px 3px 5px #6e6c6c;
  padding: 25px 20px;
  margin-bottom: 25px;
}
.box-l {
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex: 0 0 40%;
}
.box-l img {
  margin: 0 auto;
  width: 100%;
  border-radius: 15px;
}
.box-r {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  justify-content: center;
  margin-left: 2rem;
}
.box-r > h5 {
  text-align: left;
  color: #000000;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 15px;
  border-left: 7px solid #3952f6;
  padding-left: 10px;
}
ul.item li {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}
.CTA {
  display: block;
}
.CTA .C {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 45px;
  height: 45px;
  z-index: 99999;
  width: 40%;
  margin: 0 auto;
  margin-top: 15px;
}
.C {
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
  font-size: 160%;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
  background: #3952f6;
}
.txtp {
  margin: 15px 0 15px;
  line-height: 24px;
  font-size: 0.96rem;
}
#JOIN {
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-top: 35px;
}
.B {
  /*
  font-size: 27px;
  text-shadow: rgb(255, 84, 0) 2px 1px;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  overflow: hidden;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 10px;
  background: #f53b3b;
*/
  width: 100%;
  height: auto;
  padding: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 2;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 3px;
  border: 1px #FFFFCC solid;
  background-color: #FC0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 183, 107, 1)), color-stop(50%, rgba(255, 167, 61, 1)), color-stop(51%, rgba(255, 124, 0, 1)), color-stop(100%, rgba(255, 127, 4, 1)));
  background: -ms-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 183, 107, 1)), color-stop(50%, rgba(255, 167, 61, 1)), color-stop(51%, rgba(255, 124, 0, 1)), color-stop(100%, rgba(255, 127, 4, 1)));
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  float: none;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 10px;
}
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
  #header {
    display: none;
  }
  #fb {
    display: none;
  }
  /*-------------footer-------------------------*/
  #footer {
    display: block;
  }
  /*------------- CONTENT1 -------------*/
  #CONTENT1 {
    height: auto;
  }
  #CONTENT1 .WRAPPER {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-image: none;
  }
  #TITEL {
    background-image: url(../images/title_mb.png);
    padding-bottom: 48.5%;
  }
  #TITEL_block {
    max-width: inherit;
  }
  #TOP {
    flex: 1;
  }
  #PIC_block {
    display: none;
  }
  /*------------- CONTENT2 -------------*/
  #CONTENT2 .WRAPPER {
    width: 85%;
    max-width: 100%;
  }
  .point {}
  /*------------- CONTENT3 -------------*/
  #CONTENT3 .WRAPPER {
    width: 90%;
    max-width: 100%;
  }
  #GIFT {
    display: block;
    float: left;
    width: 40%;
    margin: 0 auto;
  }
  #FORM {
    float: left;
    width: 60%;
    margin: 0 auto;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 .WRAPPER {
    margin: 0 auto;
    width: 90%;
    max-width: 100%;
  }
  .box {
    width: 100%;
  }
  .box-r {
    margin-left: 1.3rem;
  }
  .txtp {
    font-size: 1rem;
  }
}
/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
  /*------------- CONTENT1 -------------*/
  #CONTENT1 .WRAPPER {
    height: auto;
  }
  .flex-wrap {
    width: 100%;
    flex-direction: column;
  }
  h1 {
    width: 100%;
  }
  /*------------- CONTENT2 -------------*/
  #CONTENT2 .WRAPPER {
    width: 90%;
  }
  .point {}
  /*------------- CONTENT3 -------------*/
  #GIFT {
    width: 100%;
    margin-top: 20px;
  }
  #GIFT img {
    width: 90%;
  }
  #FORM {
    width: 100%;
  }
  #FORM .BIG {
    width: 98%;
  }
  #FORM .BIG_2 {
    width: 98%;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 .WRAPPER {
    margin: 0 auto;
    width: 95%;
    max-width: 100%;
  }
  .box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .box img {
    margin-bottom: 30px;
  }
  .box-r {
    margin-left: 0rem;
  }
}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
  /*------------- CONTENT1 -------------*/
  #CONTENT1 {}
  #TOP {
    display: block;
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  #PIC_block {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  /*------------- CONTENT2 -------------*/
  #CONTENT2 {
    height: auto;
  }
  #CONTENT2 .WRAPPER {
    width: 90%;
  }
  #CONTENT2 h2 {
    font-size: 2rem;
  }
  /*------------- CONTENT3 -------------*/
  #FORM {
    float: none;
    width: 90%;
  }
  h2 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 .WRAPPER {
    width: 100%;
  }
  ul.item {
    margin-top: 10px;
  }
  ul.item li {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
  #JOIN {
    display: block;
    width: 70%;
  }
}
/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
  /*------------- CONTENT1 -------------*/
  /*------------- CONTENT2 -------------*/
  #CONTENT2 {
    padding: 2rem 0;
  }
  h2 {
    font-size: 25px;
  }
  .point {}
  /*------------- CONTENT3 -------------*/
  #FORM {
    float: none;
    width: 95%
  }
  #FORM .BIG {
    width: 100%;
  }
  #FORM .BIG_2 {
    width: 100%;
  }
  #FORM #NAME {
    width: 100%;
  }
  #FORM #PHONE {
    width: 100%;
  }
  #FORM #EMAIL {
    display: none;
    width: 100%;
  }
  #FORM #CITY {
    width: 48%;
  }
  #FORM #SCHOOL {
    width: 48%;
  }
  #READ {
    width: 100%;
  }
  #READ span {
    width: 100%;
  }
  #FORM #BUT {
    width: 100%;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 {
    min-width: 320px;
  }
  #CONTENT4 .WRAPPER {
    margin: 0 auto;
    width: 90%;
  }
  h4 {
    text-align: center;
    font-size: 28px;
  }
  h4 img {
    width: 43px;
    height: 37px;
  }
  #JOIN {
    width: 70%;
    margin-top: 80px;
  }
}