@charset "UTF-8";
html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus a:active {
  text-decoration: none;
}

.for-mobile-lg {
  display: none !important;
}

@media (max-width: 990px) {
  .for-mobile-lg {
    display: block !important;
  }
}

@media (max-width: 990px) {
  .for-desk-lg {
    display: none !important;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: 1.125rem;
}

@media (max-width: 990px) {
  p {
    font-size: 1rem;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

.owl-theme .owl-dots .owl-dot span {
  background: #000000;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

.ANT {
  -webkit-transition: all .4s;
  transition: all .4s;
}

#GOTOP {
  display: none;
  border: 2px solid #000;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background-color: #FFED4E;
  border-radius: 50%;
  z-index: 555;
  text-align: center;
  color: #fff;
  /*-webkit-box-shadow:0 3px 0 rgba(0,0,0,.25);
	box-shadow:0 3px 0 rgba(0,0,0,.25);*/
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

#GOTOP transition:all .4s i {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  margin-top: -3px;
}

#GOTOP:hover {
  color: #fff;
  background-color: #FFED4E;
}

#GOTOP p {
  color: #333;
  font-size: 17px;
  margin-top: 15%;
  line-height: 1.2;
  font-family: Arial, 'Meiryo', "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* ----------電腦版型--------------------------- */
.TOP {
  background-image: url(../images/top_img_1920.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 768px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .TOP {
    height: 0;
    background-size: 100% auto;
    padding-bottom: 78%;
    background-image: url(../images/top_img_768.jpg);
  }
}

.TOP .topbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  z-index: 5;
  top: 80px;
  left: 0;
}

@media screen and (max-width: 1366px) {
  .TOP .topbox {
    position: absolute;
    max-width: inherit;
    top: 10%;
    left: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .TOP .topbox {
    display: none;
    position: absolute;
    max-width: inherit;
    top: 16%;
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .TOP .topbox {
    background-color: transparent;
    position: absolute;
    max-width: inherit;
    top: 16%;
    left: 3%;
  }
  .TOP .topbox h1 > img,
  .TOP .topbox h3 > img {
    display: none;
  }
}

/*------------- CONTENT1 -------------*/
.CONTENT1 {
  background: url(../images/Bg1.png);
  background-position: center top;
  background-size: cover;
  background-color: #40C9EF;
  overflow: hidden;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .CONTENT1 {
    padding: 50px 0;
  }
}

.CONTENT1 .button {
  font-size: 16px;
}

.CONTENT1 .button img {
  padding: 1px 8px 0 0;
  vertical-align: middle;
}

.CONTENT1 .button a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
  color: #333;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

h2 {
  color: #000000;
  background-image: url(../images/h1Bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 487px;
  height: 107px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h2 {
    width: 80%;
    background-size: contain;
  }
}

@media (max-width: 990px) {
  h2 {
    font-size: 30px;
  }
}

h2 span {
  display: inline-block;
}

h2 img {
  padding-right: 10px;
}

h3 {
  font-size: 30px;
  text-align: center;
  color: #333;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 22px;
  text-align: center;
  color: #333;
  line-height: 1.5;
  letter-spacing: 2px;
}

h5 {
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 990px) {
  p {
    font-size: 16px;
  }
}

p span {
  display: inline-block;
  color: #000000;
  font-size: 20px;
}

@media (max-width: 990px) {
  p span {
    font-size: 20px;
  }
}

.embed-responsive {
  width: 100%;
  background: #000;
  margin: 40px 0;
}

@media only screen and (max-width: 768px) {
  .embed-responsive {
    margin: 20px 0;
  }
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.player_area {
  position: relative;
  width: 100%;
  height: 100%;
}

.player_area p {
  text-align: left;
  color: #33F4B9;
}

@media only screen and (max-width: 768px) {
  .player_area p {
    margin: 0 20px;
  }
}

.owl-carousel {
  margin-left: 0px;
}

.player .vp-title {
  display: none !important;
}

.player .vp-sidedock {
  display: none !important;
}

.player .sidedock-inner {
  display: none !important;
}

/*------------- CONTENT2 -------------*/
.CONTENT2 {
  padding: 80px 0;
  background: url(../images/Bg2.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  background-color: #33F4B9;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .CONTENT2 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 736px) {
  .CONTENT2 h4 {
    font-size: 16px;
  }
}

.thumbnail {
  text-align: center;
  padding: 0;
  margin-top: 30px;
}

.icon {
  background: #6D80F6;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
  border: 4px solid #000;
}

.icon img {
  border-radius: 100px;
  width: 90%;
  height: 90%;
}

.icon .icon-img-top {
  padding-top: 10px;
}

.icon .icon-title {
  line-height: 1.5;
  margin-top: 30px;
  width: 100%;
}

.icon-group {
  width: 100%;
  margin-top: 20px;
}

/*------------- CONTENT3 -------------*/
.CONTENT3 {
  padding: 80px 0;
  background: url(../images/Bg3.png);
  background-position: center top;
  background-color: #F29224;
  background-repeat: repeat-y;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .CONTENT3 {
    padding: 50px 0;
  }
}

.CONTENT3 .classinfo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CONTENT3 .classinfo > div {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .CONTENT3 .classinfo > div {
    margin-bottom: 15px;
  }
}

.All-teachers {
  margin: 40px auto;
}

.All-teachers .teacher-card {
  background-color: #FFED4E;
  border: 5px solid #000000;
  -webkit-box-shadow: 5px 5px 0px 3px black, 0px 0px 0px 9px white inset;
          box-shadow: 5px 5px 0px 3px black, 0px 0px 0px 9px white inset;
}

.All-teachers .teacher-card .T-about {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.All-teachers .teacher-card .T-about .teacher-card-img-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 5px black inset;
          box-shadow: 0px 0px 0px 5px black inset;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .All-teachers .teacher-card .T-about .teacher-card-img-top {
    min-height: 300px;
  }
}

@media screen and (max-width: 568px) {
  .All-teachers .teacher-card .T-about .teacher-card-img-top {
    height: 450px;
    background-position: 25% 25%;
  }
}

.All-teachers .teacher-card .T-about .teacher-card-img-top .teacher-card-title {
  text-align: center;
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: -9px;
  display: -ms-inline-grid;
  display: inline-grid;
}

.All-teachers .teacher-card .T-about .teacher-card-img-top .teacher-card-title img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .All-teachers .teacher-card .T-about .teacher-card-img-top .teacher-card-title {
    display: inline;
  }
}

.All-teachers .teacher-card .T-about .teacher-card-img-top .teacher-card-title span {
  color: #FFED4E;
  font-size: 28px;
  letter-spacing: 2px;
}

.All-teachers .teacher-card .T-about .Tcardimg1 {
  background-image: url(../images/teachers/img_t001.jpg);
}

.All-teachers .teacher-card .T-about .Tcardimg2 {
  min-height: 271px;
  background-image: url(../images/teachers/img_t002.jpg);
}

.All-teachers .teacher-card .T-about .Tcardimg3 {
  background-image: url(../images/teachers/img_t003.jpg);
}

.All-teachers .teacher-card .teacher-card-body {
  margin: 40px 40px 40px 20px;
}

@media screen and (max-width: 767px) {
  .All-teachers .teacher-card .teacher-card-body {
    margin: 20px;
  }
}

.All-teachers .teacher-card .teacher-card-body .T-PR {
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
}

.All-teachers .teacher-card .teacher-card-body .teacher-card-text {
  color: #333;
  line-height: 2;
}

.All-teachers .teacher-card .teacher-card-body .teacher-card-text li {
  list-style: disc;
  margin-left: 20px;
}

.learn-list {
  margin: 100px auto 20px auto;
}

@media screen and (max-width: 767px) {
  .learn-list {
    margin: 50px auto 0px auto;
  }
}

.learn-list h4 {
  padding: 10px 20px;
  background-color: #FFED4E;
  border: 4px solid #000000;
  -webkit-box-shadow: 0px 0px 0px 5px white inset;
          box-shadow: 0px 0px 0px 5px white inset;
}

.course-item {
  padding: 15px;
  color: #000000;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
}

.course-item ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 15px;
}

.course-item p {
  margin-bottom: 0px;
  text-align: left;
  font-size: 20px;
}

.head {
  border-bottom: #000000 3px solid;
  background-color: #000000;
  color: #fff;
  text-align: center;
  display: block;
}

.head .cont-head {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: #FFED4E;
  color: #000000;
}

.cont-table {
  border: #000000 3px solid;
  width: 100%;
  background-color: #fff;
}

.cont-table .content {
  width: 100%;
}

.cont-table .content .cont-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: #000000 3px solid;
}

.cont-table .content .cont-one .col-md-6 {
  padding: 0px;
}

.cont-table .content .border-r {
  border-right: 3px solid #000;
}

@media screen and (max-width: 767px) {
  .cont-table .content .border-r {
    border-right: none;
    border-bottom: 1px solid #000;
  }
}

.cont-table .cont-one:last-child {
  border-bottom: none;
}

.cont-table .info {
  padding: 17px;
  border-left: #000000 1px solid;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cont-table .info {
    border-left: hidden;
  }
}

.cont-table .head .cont-head + .cont-head {
  border-left: #ccc 1px solid;
}

/*------------- CONTENT4 -------------*/
.CONTENT4 {
  padding: 80px 0;
  text-align: center;
  background-color: #FFED4E;
}

@media screen and (max-width: 767px) {
  .CONTENT4 {
    padding: 50px 0;
  }
}

.CONTENT4 .container {
  padding-left: 0;
  padding-right: 0;
}

.CONTENT4 p {
  color: #fff;
  margin: 0;
  text-align: center;
  border-left: 0;
}

.CONTENT4 .Portfolio-bg-color {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .CONTENT4 .Portfolio-bg-color {
    margin-top: 0px;
  }
}

.CONTENT4 .Portfolio-bg-color .Portfolio-list {
  width: 100%;
}

.CONTENT4 .Portfolio-bg-color .Portfolio-title {
  color: #fff;
  margin: 10px;
  line-height: 1.5;
}

.CONTENT4 .owl-theme .owl-nav.disabled + .owl-dots {
  padding-bottom: 25px;
}

.CONTENT4 .owl-carousel .item a {
  display: block;
  color: #212529;
  text-decoration: none;
}

.CONTENT4 .owl-carousel .item a :hover {
  background-color: #333;
}

.CONTENT4 .bookinfo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .CONTENT4 .bookinfo {
    margin-top: 20px;
  }
}

/*------------- CONTENT5 -------------*/
.CONTENT5 {
  padding: 80px 0;
  background-color: #33F4B9;
  background-image: url(../images/Bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .CONTENT5 {
    padding: 50px 0;
  }
}

.CONTENT5 .startclass {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .CONTENT5 .startclass {
    margin-top: 0px;
  }
}

.CONTENT5 .startclass > div {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .CONTENT5 .startclass > div {
    margin-bottom: 15px;
  }
}

.CONTENT5 .gogoBox {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .CONTENT5 .gogoBox {
    margin-top: 20px;
  }
}

.CONTENT5 .gogo {
  color: #000000;
  border-radius: 99px;
  border: 2px solid #000000;
  background-color: #FFED4E;
  padding: 10px 20px;
  padding: 15px 50px;
  font-size: 22px;
  font-weight: bold;
}

/*------------- FORM_BLOCK -------------*/
.FORM_BLOCK {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.FORM_BLOCK h2 {
  background-image: none;
}

.FORM_BLOCK .BG-C {
  width: 50%;
  margin-left: 50px;
}

@media screen and (max-width: 1366px) {
  .FORM_BLOCK .BG-C {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .FORM_BLOCK .BG-C {
    width: 100%;
    margin-left: 0px;
  }
}

.FORM_BLOCK .BG-C .form-H {
  font-weight: bold;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .FORM_BLOCK .BG-C .form-H {
    word-break: keep-all;
  }
}

.FORM_BLOCK .BG-C .form-H span {
  display: inline-block;
}

@media screen and (max-width: 882px) {
  .FORM_BLOCK .BG-C .form-H span {
    display: none;
  }
}

.FORM_BLOCK .BG-C .form-H2 {
  margin: 10px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.FORM_BLOCK .form-img {
  background-image: url(../images/bg/img_bg002.jpg);
  background-repeat: no-repeat;
  background-position: 33%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  z-index: 999;
  display: block;
}

@media screen and (max-width: 767px) {
  .FORM_BLOCK .form-img {
    display: none;
  }
}

.FORM_BLOCK .mask-color {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*------------表單------------*/
#FORM {
  width: 100%;
  height: auto;
}

#FORM span {
  line-height: 1.4;
}

#FORM input,
#FORM select {
  border: 0;
  border-bottom: 1px solid #333;
  color: #333;
}

#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%;
}

#FORM #SCHOOL {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

#FORM #ddl_city_no {
  width: 100%;
  text-align: center;
  height: 35px;
}

#FORM #ddl_area_no {
  width: 100%;
  height: 40px;
  text-align: center;
  height: 35px;
}

#FORM #READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 30px;
  color: #333;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #FORM #READ {
    word-break: keep-all;
  }
}

#FORM #READ label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#FORM #READ span {
  position: relative;
  padding-left: 2px;
}

#FORM #READ span a i {
  margin-left: 8px;
}

@media screen and (max-width: 320px) {
  #FORM #READ span a i {
    display: none;
  }
}

#FORM #READ span a {
  color: #2b4da9;
  text-decoration: underline;
}

#FORM #READ label input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #000000;
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

#FORM #READ label input[type="checkbox"] + span::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #000000;
  position: absolute;
  left: 5px;
  top: -3px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#FORM #READ label input[type="checkbox"]:checked + span::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  color: #000000;
}

#FORM #READ input[type="checkbox"] {
  display: none;
}

#FORM #READ input[type="radio"],
#FORM #READ input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#FORM #READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  vertical-align: sub;
}

#FORM .A {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 25px;
  font-size: 100%;
  text-align: left;
  overflow: hidden;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

#FORM .B {
  width: 100%;
  display: block;
  margin-top: 20px;
  *zoom: 1;
  font-size: 24px;
  text-align: center;
  letter-spacing: 5px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bolder;
  background-color: #FFED4E;
  border: 4px solid #000000;
}
/*# sourceMappingURL=layout.css.map */