@charset "UTF-8";

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%;
  vertical-align: baseline;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  box-sizing: border-box;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體",
    "Microsoft JhengHsans", sans-serif;
}

a {
  text-decoration: none !important;
}

.ANT {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ----------電腦版型--------------------------- */
#ALL {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/bg1.jpg);
  background-color: #fff;
  background-position: center top;
  background-repeat: repeat;
}

.line {
  width: 100%;
  height: 7px;
  background: url(../images/line.png);
  background-position: center center;
  background-repeat: repeat-x;
}

.TOP {
  display: block;
  overflow: hidden;
  background: url(../images/topbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #95ebf6;
  width: 100%;
  height: 100%;
}

.TOP .WRAPPER {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 719px;
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1800px;
}

.TOP .WRAPPER .cherry img {
  width: 50px;
  height: 50px;
  margin-top: -5%;
  opacity: 0.5;
  position: absolute;
}

.TOP .WRAPPER .logoRo {
  position: absolute;
  top: 30px;
  right: 0;
}

.TOP .WRAPPER .logoGjun {
  position: absolute;
  top: 70px;
  right: 210PX;
}

.WorkBox {
  width: 100%;
  height: auto;
}

.teacher_work {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 50px;
  right: -50px;
  z-index: 2;
}

.mainbg {
  position: absolute;
  width: 100%;
  height: 294px;
  text-align: center;
  padding-top: 300px;
  top: 0;
  left: 0;
  z-index: 99;
}

.mainbg .maintext h1 {
  position: absolute;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #fff;
  left: 1%;
  top: 482px;
  z-index: 100;
}

.mainbg img {
  margin: 3px auto;
}

.main_title {
  margin-bottom: 15px;
}

/*------------- FORM_BLOCK -------------*/

.FORM_BLOCK {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/bg2.png);
  background-position: center 10px;
  background-repeat: repeat-x;
}

.FORM_BLOCK .container .row {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.formbg {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 15px;
}

h3 {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin-bottom: 15px;
}

.h3ArrowLeft {
  position: absolute;
  width: 25%;
  height: 30px;
  background: url(../images/main_icon01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: 0;
}

.h3ArrowRight {
  position: absolute;
  width: 25%;
  height: 30px;
  background: url(../images/main_icon02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  right: 0;
}

#GIFT {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  margin: 0 auto;
  padding: 0 5%;
}

#GIFT img {
  display: block;
  min-width: 30%;
  margin: 0 auto;
  padding-top: 30px;
}

#GIFT span {
  position: relative;
  top: 150px;
  left: 0;
}

/*------------表單------------*/
#FORM {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 5%;
}

#FORM #NAME {
  width: 98%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #PHONE {
  width: 98%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #EMAIL,
#FORM #CLASS,
#FORM #GIFT {
  width: 98%;
  height: auto;
  margin: 0 1%;
}

#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 35px;
}

#FORM #CITY {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#ddl_city_no {
  width: 100%;
  text-align: center;
  height: 35px;
}

#FORM #SCHOOL {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#ddl_area_no {
  width: 100%;
  height: 40px;
  text-align: center;
  height: 35px;
}

#READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 2%;
  margin-right: 10px;
  color: #707070;
  line-height: 20px;
}

#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #1971db;
  background-color: #fff;
  vertical-align: text-bottom;
}

#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 20px;
}

.A {
  color: #707070;
  background-color: transparent;
  border-bottom: 1px solid #1b1b1b;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  font-size: 100%;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

.B {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0075a9;
  cursor: pointer;
  border-radius: 2px;
  border-bottom: 10px solid #056691;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.C {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: url(../images/buttom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 0;
}

/*------------- CONTENT1 -------------*/

.CONTENT1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.CONTENT1 .container {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.CONTENT1 .container .row {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-bottom: 50px;
}

h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin-bottom: 15px;
}

h5 {
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}

.h2ArrowLeft {
  position: absolute;
  width: 40%;
  height: 30px;
  background: url(../images/main_icon01.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: 0;
}

.h2ArrowRight {
  position: absolute;
  width: 40%;
  height: 30px;
  background: url(../images/main_icon02.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  right: 0;
}

h4 {
  position: relative;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
}

.CONTENT1Box {
  position: relative;
  width: 100%;
  height: auto;
}

.CONTENT1BoxRight {
  position: relative;
  width: 80%;
  height: 300px;
  background-color: #fff;
  padding: 15px;
  margin-top: 10%;
  margin-left: 20%;
  margin-bottom: 50px;
  border-bottom: #ab905e 10px solid;
}

.CONTENT1BoxRight p {
  position: relative;
  width: 45%;
  height: auto;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #ab905e;
  margin-top: 5%;
  margin-left: 55%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: #ab905e 5px solid;
}

.CONTENT1BoxRightSub {
  position: relative;
  width: 45%;
  height: auto;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  margin-left: 55%;
}

.CONTENT1BoxRightSub ul {
  list-style-image: url(../images/flag.png);
  padding-left: 30px;
}

.CONTENT1BoxRight img {
  position: absolute;
  left: -30%;
  bottom: -10px;
}

.CTA1 {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: url(../images/buttom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px 0;
}


/*------------- CONTENT2 -------------*/
.CONTENT2 {
  width: 100%;
  height: 100%;
}

.CONTENT2 .container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.CONTENT2 .container .row {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

h1 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #f5e97e;
  line-height: 1.3;
  text-align: center;
  margin: 50px auto;
  padding: 15px;
  font-weight: bold;
}

h1 span {
  font-weight: 500;
  color: #fff;
}

.movieBox {
  width: 100%;
  height: auto;
}

.movieBoxYoutube {
  float: left;
  width: 98%;
}

.movieBoxYoutube p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #2089bb;
  text-align: center;
  margin-bottom: 15px;
}

.movieBoxYoutube span {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  text-align: justify;
}

.movieLine {
  float: left;
  width: 2px;
  height: 540px;
  background-color: #dcdcdc;
  margin-top: 25px;
  margin-left: 80px;
}

/*------------- CONTENT3 -------------*/
.CONTENT3 {
  width: 100%;
  height: auto;
  background: url(../images/bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
}

.CONTENT3 .container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.CONTENT3 .container .row {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 640px;
}

.iconbox {
  float: left;
  width: 48%;
  height: auto;
  padding: 1%;
}

.iconbox img {
  width: 100%;
  height: auto;
}

/* --電腦版型3-------------------------------------*/
@media screen and (max-width: 1024px) {
  .TOP .WRAPPER {
    height: 580px;
  }

  .CONTENT1Pentagon {
    margin-left: 10px;
  }

  .studentWorkFrameText {
    padding: 10px;
  }

  .h3ArrowLeft {
    position: absolute;
    width: 20%;
    height: 20px;
    top: 8px;
  }

  .h3ArrowRight {
    position: absolute;
    width: 20%;
    height: 20px;
    top: 8px;
  }

  h4 {
    margin-bottom: 10px;
  }

  .CONTENT1BoxRight img {
    width: 75% !important;
  }

  .CONTENT1BoxRight p {
    width: 55%;
    margin-left: 45%;
  }

  .CONTENT1BoxRightSub {
    width: 55%;
    margin-left: 45%;
  }

  .mainbg {
    height: 294px;
    padding-top: 200px;
  }

  .mainbg .maintext h1 {
    top: 382px;
  }
}

/* --電腦版型4-------------------------------------*/
@media screen and (max-width: 991px) {
  .TOP {
    background: url(../images/topbg_mb.jpg);
  }

  .TOP .WRAPPER {
    height: 1000px;
  }

  .mainbg {
    width: 100%;
    top: 420px;
    left: 0;
  }

  .h3ArrowLeft {
    position: absolute;
    width: 12%;
    height: 12px;
    top: 12px;
  }

  .h3ArrowRight {
    position: absolute;
    width: 12%;
    height: 12px;
    top: 12px;
  }

  .formbg {
    padding: 35px 0;
  }

  .CONTENT1BoxRight {
    margin-bottom: 120px;
  }

  h4 {
    margin-bottom: 80px;
  }
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 768px) {
  .mainbg {
    width: 280%;
    left: -680px;
  }

  .FORM_BLOCK {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .formbg {
    padding: 15px 0;
  }

  #GIFT {
    width: 100%;
    padding: 0;
  }

  #FORM {
    width: 100%;
    padding: 0;
  }

  .FORM_BLOCK .container .row {
    width: 100%;
  }

  .h2ArrowLeft {
    background-position: -15px center;
  }

  .h2ArrowRight {
    background-position: 30px center;
  }

  h4 {
    margin-bottom: 20px;
  }

  .CONTENT1BoxRight {
    margin-bottom: 50px;
  }

  .CONTENT1BoxRight img {
    width: 80% !important;
  }

  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 15px !important;
  }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width: 767px) {
  #ALL {
    background-position: -99999px -99999px;
  }

  #ALL:before {
    content: "";
    background-image: inherit;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover !important;
    z-index: -1;
  }

  .CONTENT1 .container {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .CONTENT2 .container {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .CONTENT3 .container {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .mainbg .maintext h1 {
    top: 422px;
  }

  .formbg {
    background-size: 100% 100%;
  }

  .h2ArrowLeft {
    background-position: -8px center;
  }

  .h2ArrowRight {
    background-position: 30px center;
  }

  h1 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .movieLine {
    display: none;
  }

  .line {
    margin: 30px 0;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 691px) {
  .mainbg {
    left: -640px;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 639px) {
  .teacher_work {
    width: 100%;
    left: 0;
  }

  .mainbg {
    left: -575px;
  }

  .mainbg .maintext h1 {
    top: 432px;
  }

  .h3ArrowLeft {
    display: none;
  }

  .h3ArrowRight {
    display: none;
  }

  #GIFT img {
    padding-top: 0;
  }

  h1 {
    margin-top: 0;
  }

  h4 {
    margin-top: 0;
  }

  #FORM #NAME {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  #FORM #PHONE {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  .h2ArrowLeft {
    display: none;
  }

  .h2ArrowRight {
    display: none;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 613px) {
  .TOP .WRAPPER {
    height: 950px;
  }

  .mainbg {
    top: 380px;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 536px) {
  .TOP .WRAPPER {
    height: 800px;
  }

  .mainbg {
    width: 150%;
    top: 250px;
    left: -150px;
  }

  .mainbg .maintext h1 {
    top: 405px;
    left: 2%;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 518px) {
  .mainbg .maintext h1 {
    font-size: 1.5rem;
    top: 400px;
    left: 2%;
  }
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width: 479px) {

  .TOP,
  .FORM_BLOCK,
  .CONTENT1,
  .CONTENT2,
  .CONTENT3 {
    min-width: 320px;
  }

  .TOP .WRAPPER {
    height: 750px;
  }

  .mainbg {
    width: 150%;
    top: 250px;
    left: -135px;
  }

  .mainbg .maintext h1 {
    font-size: 1.5rem;
    top: 382px;
    left: 2%;
  }

  h4 {
    font-size: 30px;
  }

  h1 {
    font-size: 30px;
  }

  .CONTENT1BoxRight {
    height: 350px;
    margin-top: 5%;
    margin-bottom: 15px;
  }

  #READ {
    font-size: 15px;
  }

  .iconbox {
    width: 98%;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 466px) {
  .TOP .WRAPPER {
    height: 700px;
  }

  .mainbg {
    width: 150%;
    top: 200px;
    left: -135px;
  }

  .mainbg .maintext h1 {
    font-size: 1.5rem;
    top: 375px;
    left: 2%;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 429px) {
  .TOP .WRAPPER {
    height: 650px;
  }

  .mainbg {
    width: 150%;
    top: 150px;
    left: -120px;
  }

  .mainbg .maintext h1 {
    font-size: 1.3rem;
    top: 362px;
    left: 2%;
  }
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width: 425px) {
  h4 {
    width: 100%;
  }

  h1 {
    width: 100%;
  }

  .CONTENT1BoxRight {
    width: 100%;
    margin-left: 0;
    height: 530px;
  }

  .CONTENT1BoxRight p {
    width: 100%;
    margin-left: 0;
  }

  .CONTENT1BoxRightSub {
    width: 100%;
    margin-left: 0;
  }

  .CONTENT1BoxRight img {
    width: 90% !important;
    left: 5px;
    bottom: -10px;
  }
}

/* --手機版型4-------------------------------------*/
@media screen and (max-width: 375px) {
  .TOP {
    background-position: -80px -50px !important;
  }

  .TOP .WRAPPER {
    height: 560px;
  }

  .mainbg {
    width: 150%;
    top: 100px;
    left: -105px;
  }

  .mainbg .maintext h1 {
    font-size: 1.1rem;
    top: 340px;
  }

  .CONTENT1BoxRight {
    height: 480px;
  }
}

/* --手機版型5-------------------------------------*/
@media screen and (max-width: 360px) {
  .mainbg {
    width: 150%;
    top: 100px;
    left: -100px;
  }

  .mainbg .maintext h1 {
    top: 335px;
  }
}

/* --手機版型6-------------------------------------*/
@media screen and (max-width: 320px) {
  .TOP .WRAPPER {
    height: 550px;
  }

  .mainbg {
    left: -90px;
  }

  .mainbg .maintext h1 {
    font-size: 1rem;
    top: 318px;
  }

  .CONTENT1BoxRight {
    height: 420px;
  }
}