﻿/* ---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;
  color: #000000;
}
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;
}
html {
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {}
body {
  font-size: 17px;
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體", "Microsoft JhengHsans", sans-serif;
}
a {
  text-decoration: none !important;
}
/*
h1 {
  clear: both;
  width: 70%;
  margin: 0 auto;
  font-size: 35px;
  color: #ff370a;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 35px;
}
*/
p {
  text-align: justify;
  line-height: 1.6;
}
#ALL {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Poppins", "Noto Sans TC", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
  overflow: hidden;
  background-image: url(../images/mainBg3.png);
  background-size: 19px auto;
  background-attachment: fixed;
}
#CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER, #CONTENT5 .WRAPPER {
  width: 1200px;
  margin: 0 auto;
}
.z-index1 {
  z-index: 1;
}
/* ----------電腦版型--------------------------- */
#header {
  width: 100%;
  height: auto;
  display: block;
  z-index: 9999;
}
#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;
}
/*------------------- TOP -----------------*/
#GOTOP {
  background-image: url(../images/gotop.png);
  right: 10px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
}
#GOTOP:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#TOP {
  width: 100%;
  height: auto;
  overflow: hidden;
  /*  max-height: 540px;*/
  background-image: url(../images/mainBg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#TOP .WRAPPER {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
#TOP .imgBx {
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  transform: translateX(-18%);
}
#TOP .textBx {
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(-3%);
  -ms-transform: translateX(-3%);
  transform: translateX(-3%);
}



/*------------- CONTENT1 -------------*/
#CONTENT1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/mainBg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
#CONTENT1 h2 {
  font-weight: 600;
  margin-bottom: 1.45rem;
  font-size: 1.5rem;
}
#CONTENT1 .textBx {
  background-color: #8ed7de;
  padding: 1.6rem;
}
#CONTENT1 .textBx > p {
  font-size: 1.2rem;
  line-height: 1.8;
}
#CONTENT1 .textBx h1 {
  font-weight: 600;
  padding-top: .7rem;
  display: block;
	 font-size: 1.2rem;
  line-height: 1.8;
}

#CONTENT1 .textBx h3{
	font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
/*------------- CONTENT2 -------------*/
#CONTENT2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-repeat: repeat;
  padding: 50px 0;
}
#CONTENT2 .imgBx {
  -webkit-transform: translate(18%, 3%);
  -ms-transform: translate(18%, 3%);
  transform: translate(18%, 3%);
}
.main-tit {
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 25px;
}
.main-tit::before {
  content: " ";
  position: relative;
  bottom: -18px;
  left: 47px;
  z-index: -1;
  background: url(../images/icon05.svg)no-repeat center 0px;
  width: 4.8rem;
  height: 4.8rem;
  display: inline-block;
}
#CONTENT2 .intBx {
  transform: translate(-17%, 14%);
}
#CONTENT2 .intBx ul {
  font-weight: bold;
}
#CONTENT2 .intBx ul > li {
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 3.6rem;
}
#CONTENT2 .intBx ul > li > img {
  background-size: contain;
  width: 3rem;
  vertical-align: middle;
  margin-right: 5px;
}
#CONTENT2 .intBx ul > li .sign {
  color: #20c3cc;
}
#CONTENT2 .intBx ul > li .txt {
  margin-right: 15px;
  border-bottom: 5px solid #20c3cc;
}
/*------------- CONTENT3 -------------*/
#CONTENT3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-repeat: repeat;
  padding: 50px 0 0;
}
#CONTENT3 .WRAPPER {
  border-bottom: 1px solid #cdcdcd;
  padding: 50px 0;
}
#CONTENT3 .imgBx2 {
  -webkit-transform: translate(30%, 0%);
  -ms-transform: translate(30%, 0%);
  transform: translate(30%, 0%);
  padding-bottom: 8rem;
}
#CONTENT3 .imgBx2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 200px 0 0;
  top: -13px;
  left: -13px;
  border-color: #fe9972 transparent transparent transparent;
  z-index: -1;
}
#CONTENT3 .txtBx {
  -webkit-transform: translate(-15%, 130%);
  -ms-transform: translate(-15%, 130%);
  transform: translate(-15%, 130%);
  background-color: #8ed7de;
  padding: 1.6rem;
  width: 86%;
  /*	background: url(../images/img00.png)no-repeat center 0px;*/
}
#CONTENT3 .txtBx::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: -14px;
  z-index: -2;
  width: 160px;
  height: 160px;
  background: url(../images/icon06.svg)no-repeat center 0px;
  /*
    background-image: -webkit-repeating-linear-gradient(
135deg, #20c3cc 0, #20c3cc 8px, rgba(255,255,255,0) 8px, rgba(255,255,255,0) 16px);
    background-image: -o-repeating-linear-gradient(135deg, #20c3cc 0, #20c3cc 8px, rgba(255,255,255,0) 8px, rgba(255,255,255,0) 16px);
    background-image: repeating-linear-gradient(
-45deg, #20c3cc 0, #20c3cc 8px, rgba(255,255,255,0) 8px, rgba(255,255,255,0) 16px);
*/
}
#CONTENT3 .textBx p {
  font-size: 1.2rem;
  line-height: 1.8;
}
/*------------- CONTENT4 -------------*/
#CONTENT4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-repeat: repeat;
}
#CONTENT4 .WRAPPER {
  border-bottom: 1px solid #cdcdcd;
  padding: 50px 0;
}
/*
@font-face {
  font-family: DFT_PJ7U;
  src: url("/font/DFT_PJ7U.woff");
}
*/
.videoBx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoBx span {
  position: absolute;
  bottom: -22px;
  right: 1px;
  font-size: 16px;
}
#CONTENT4 .WRAPPER .txtBx {
  transform: translate(30%, -30%);
  background-color: #8ed7de;
  padding: 1.6rem;
}
#CONTENT4 .WRAPPER .txtBx::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: -14px;
  left: -14px;
  z-index: -1;
  background: url(../images/icon07.svg)no-repeat;
}
#CONTENT4 .txtBx::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: -14px;
  z-index: -2;
  width: 160px;
  height: 160px;
  background: url(../images/icon06.svg)no-repeat center 0px;
}
#CONTENT4 .WRAPPER .txtBx p {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8;
}
#CONTENT4 .WRAPPER .videoBx {
  /*
	transform: translate(-25%, -12%);
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
*/
  transform: translate(-25%, -12%);
  position: relative;
  width: 120%;
  height: 0;
  padding-bottom: 70.25%;
}
#CONTENT5 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-repeat: repeat;
}
#CONTENT5 .WRAPPER {
  border-bottom: 1px solid #cdcdcd;
  padding: 50px 0;
}
#CONTENT5 .txtBx {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: #8ed7de;
  padding: 1.4rem;
  width: 70%;
}
#CONTENT5 .WRAPPER .txtBx::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  top: -15px;
  left: -15px;
  z-index: -1;
  background: url(../images/icon08.svg)no-repeat;
}
#CONTENT5 .WRAPPER .txtBx::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -12px;
  z-index: -2;
  width: 94px;
  height: 94px;
  background: url(../images/icon09.svg)no-repeat center 0px;
}
#CONTENT5 .txtBx {
  margin: 4rem 0 2rem;
}
#CONTENT5 .txtBx .txtcol {
  display: inline-flex;
  /*  flex-wrap: wrap;*/
  margin-bottom: 5px;
  width: auto;
}
#CONTENT5 .txtBx .flex-1 {
  display: flex;
  flex: 0 0 16%;
  line-height: 1.4;
  white-space: nowrap;
}
#CONTENT5 .txtBx .flex-2 {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  line-height: 1.4;
}
#CONTENT5 .tableBx {
  padding: 1.5rem;
  margin: auto;
  width: 70%;
}
#CONTENT5 .tableBx h4 {
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
#CONTENT5 .tableBx > table {
  text-align: center;
  background: #e4f5f7;
  margin: auto;
  width: 100%;
}
.tableBx > table tr:nth-child(3), .tableBx > table tr:nth-child(4), .tableBx > table tr:nth-child(5) {
  border-bottom: 1px solid rgba(170, 170, 170, 0.3);
}
#CONTENT5 .tableBx > table th {
  padding: 1.25rem 0;
  font-weight: bold;
  background: #d7eef0;
}
#CONTENT5 .tableBx > table tr {}
#CONTENT5 .tableBx > table td {
  padding: 1rem 0;
  line-height: 1.4;
  vertical-align: middle;
}
/*------------- FORM_BLOCK -------------*/
#FORM_BLOCK {
  width: 100%;
  height: auto;
  margin-bottom: 6rem;
  overflow: hidden;
}
#FORM_BLOCK .WRAPPER {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 830px;
  padding: 50px 0;
}
.formbox {
  margin: 0 auto;
  width: 100%;
  padding-top: 30px;
  background-color: #ffffff;
  height: auto;
  border-radius: 1rem;
  overflow: auto;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
h2 {
  display: block;
  margin: 0 auto;
  position: relative;
  color: #20c3cc;
  text-align: center;
  letter-spacing: 1px;
  padding: 9px 0 11px;
  font-size: 36px;
  font-weight: bold;
}
.formbox > img {
  width: 7rem;
  position: absolute;
  top: 20px;
  left: 118px;
}
p.h2 {
  font-style: italic;
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#GIFT {
  display: block;
  float: left;
  width: 40%;
  margin: 0 auto;
}
#GIFT img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  padding-bottom: 10px;
}
#FORM {
  float: left;
  width: 58.9%;
  margin: 0 auto;
  z-index: 99999;
}
#FORM #NAME {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #PHONE {
  width: 48%;
  height: auto;
  float: left;
}
#FORM #EMAIL {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 45px;
}
#FORM #CITY {
  float: left;
  width: 23%;
  height: auto;
}
#ddl_city_no {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
#FORM #SCHOOL {
  margin-left: 10px;
  float: left;
  width: 23%;
  height: 45px;
}
#ddl_area_no {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
#READ {
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  margin-top: 2%;
  margin-bottom: 10px;
}
#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: solid px gray;
  background-color: #FFF;
  /*  float: left;*/
}
#READ span {
  display: inline-block;
  color: #363636;
  text-indent: 5px;
  line-height: 1.3;
}
#READ span a {
  color: #363636;
  text-decoration: underline !important;
  display: inline-block;
}
#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
}
#FORM #BUT a {
  display: block;
  position: relative;
}
#FORM #BUT a .arrow {
  width: 1.2rem;
  height: auto;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
  animation: .5s arrow infinite alternate;
  -webkit-animation: .5s arrow infinite alternate;
}
@keyframes arrow {
  0% {
    transform: translateX(0px)
  }
  100% {
    transform: translateX(5px)
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0px)
  }
  100% {
    -webkit-transform: translateX(5px)
  }
}
.A {
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
  color: #5a5a5a;
  background-color: #f9f9f9;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.B {
  width: 100%;
  color: #ffffff !important;
  height: 50px;
  display: block;
  margin: 0 auto;
  zoom: 1;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #20c3cc;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0px;
}
.forminfo {
  padding-left: 1rem;
}
.forminfo span {
  font-weight: 500;
  display: inline-block;
  margin: 0.7rem 0;
}
.forminfo ul {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.5;
  font-size: 14px;
  text-align: justify;
}
.forminfo ul > li {
  list-style: decimal;
  list-style-position: outside;
  /* padding-left: 1rem; */
  line-height: 1.5;
  font-size: 14px;
  padding-bottom: 8px;
}
/*------------- FORM end-------------*/
/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1199px) {
  #header {
    display: none;
  }
  /*-------------footer-------------------------*/
  #footer {
    display: block;
  }
  h2 {
    width: 70%;
  }
  /*------------- CONTENT1 -------------*/
  #CONTENT1 {
    height: auto;
  }
  #CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER, #CONTENT5 .WRAPPER {
    width: 95%;
    margin: 0 auto;
  }
  /*------------- CONTENT4 -------------*/
  p.tt2 {
    width: 90%;
  }
}
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
  #FORM_BLOCK {
    height: auto;
    overflow: hidden;
  }
  #FORM_BLOCK .WRAPPER {
    width: 90%;
  }
  #GIFT {
    float: none;
    width: 100%;
  }
  #FORM {
    float: none;
    width: 80%;
  }
  #FORM #NAME {
    width: 100%;
  }
  #FORM #PHONE {
    width: 100%;
  }
  #FORM #EMAIL {
    display: none;
    width: 100%;
  }
  #FORM #CITY {
    width: 48%;
  }
  #FORM #SCHOOL {
    width: 49%;
  }
  #READ {
    width: 100%;
  }
  #FORM #BUT {
    width: 100%;
  }
  #CONTENT1 {
    height: auto;
  }
  #CONTENT2 .intBx ul > li {
    font-size: 1.42rem;
  }
  #CONTENT2 .imgBx {
    -webkit-transform: translate(0%, 5%);
    -ms-transform: translate(0%, 5%);
    transform: translate(0%, 5%);
  }
  #CONTENT3 .WRAPPER {
    padding: 50px 0 150px;
  }
  #CONTENT4 .WRAPPER {
    padding: 100px 0 50px;
  }
  #CONTENT4 .WRAPPER .txtBx {
    transform: translate(27%, -19%);
  }
  #CONTENT5 .tableBx {
    width: 100%;
  }
  #FORM_BLOCK {
    margin-bottom: 3rem;
  }
}
/* --平板版型2 開始用單欄模式-------------------------------------*/
@media screen and (max-width:768px) {
  #TOP {
    height: auto;
  }
  #TOP .imgBx {
    transform: translateX(0%);
    text-align: center;
  }
  #TOP .imgBx > img {
    width: 100%;
  }
  #TOP .textBx {
    transform: translateX(0%);
    text-align: center;
  }
  #TOP .textBx > img {
    width: 60%;
    padding-top: 3%;
  }
  #TOP .mb-order-1 {
    order: 1;
  }
  #TOP .mb-order-2 {
    order: 2;
  }
  #CONTENT1 {
    padding-bottom: 0px;
  }
  #CONTENT1 {
    padding: 50px 0;
  }
  #CONTENT2 .intBx ul > li {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  #CONTENT2 .intBx ul > li > img {
    width: 2rem;
  }
  #CONTENT2 .intBx {
    -webkit-transform: translate(0%, 10%);
    -ms-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }
  #CONTENT2 .imgBx {
    -webkit-transform: translate(0%, 3%);
    -ms-transform: translate(0%, 3%);
    transform: translate(0%, 3%);
  }
  #CONTENT2 .imgBx > img {
    width: 100%;
  }
  #CONTENT2 .intBx ul > li .txt {
    margin-right: 0px;
    border-bottom: 3px solid #20c3cc;
  }
  #CONTENT3 .WRAPPER {
    padding: 50px 0 50px;
  }
  #CONTENT3 .imgBx2 {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding-bottom: 2rem;
  }
  #CONTENT3 .imgBx2 > img {
    width: 100%;
  }
  #CONTENT3 .txtBx {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background-color: #8ed7de;
    padding: 1.6rem;
    width: 100%;
  }
  #CONTENT3 .txtBx > img {
    width: 100%;
  }
  #CONTENT4 .none {
    display: none;
  }
  #CONTENT4 .WRAPPER {
    padding: 50px 0 100px;
  }
  #CONTENT4 .WRAPPER .videoBx {
    transform: translate(0%, 0%);
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2rem;
  }
  #CONTENT4 .WRAPPER .txtBx {
    -webkit-transform: translate(0%, 18%);
    -ms-transform: translate(0%, 18%);
    transform: translate(0%, 18%);
  }
  .formbox > img {
    display: none;
  }
  #CONTENT5 .WRAPPER {
    padding: 30px 0 50px;
  }
  #CONTENT5 .txtBx {
    margin: 2rem 0 2rem;
  }
  #CONTENT5 .txtBx {
    padding: 1rem;
    width: 100%;
  }
  #CONTENT5 .tableBx {
    padding: 1rem;
    width: 100%;
  }
  #CONTENT5 .txtBx .txtcol {
    display: flex;
  }
  #GIFT img {
    width: 50%;
  }
  #CONTENT5 .tableBx span {
    display: block;
    line-height: 12px;
	  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
  #TOP {
    height: 520px;
    background-position: -682px -21px;
    background-size: 378%;
  }
  #TITLE {
    margin-top: 50px;
  }
  h2 {
    width: 100%;
  }
  h5 {
    font-size: 35px;
  }
  h5 img {
    width: 60px;
    height: 60px;
  }
  p.tt2 {
    display: none;
  }
  h6 {
    font-size: 25px;
  }
  ul#sub li {
    width: 23%;
  }
  .formbox > img {}
  #FORM_BLOCK h2 {
    font-size: 28px;
  }
  #CONTENT5 .tableBx {
    padding: 0rem;
  }
  #FORM_BLOCK p.h2 {
    font-size: 21px;
  }
  #GIFT img {
    width: 85%;
  }
  #CONTENT5 .tableBx > table td {
    border: 1px solid rgba(170, 170, 170, 0.3);
    padding: 10px;
  }
}
/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
  #FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4 {
    min-width: 320px;
  }
  p.h2 {
    font-size: 25px;
  }
  /*------------- FORM_BLOCK -------------*/
  #FORM_BLOCK {}
  #FORM {
    width: 100%;
  }
  #FORM #SCHOOL {
    width: 48%;
  }
  #CONTENT1 {
    height: auto;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 19px;
  }
  #CONTENT3 {
    padding: 0px;
  }
}
/* --手機版型3-------------------------------------*/
@media screen and (max-width:414px) {
  .main-tit {
    margin-left: -1.5rem;
  }
}
/* --手機版型3-------------------------------------*/
@media screen and (max-width:375px) {
  .main-tit {
    margin-left: -1.5rem;
  }
}