@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;
  }
}

::-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;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background-color: #fbff00;
  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: #fbff00;
}

#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;
  width: 50%;
  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 {
    position: absolute;
    max-width: inherit;
    top: 16%;
    left: 3%;
  }
}

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

/*------------- CONTENT1 -------------*/
.CONTENT1 {
  background-color: #fff;
  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: #C1272D;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: bold;
}

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

h2 span {
  display: inline-block;
}

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: #C1272D;
  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: #666;
}

@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-color: antiquewhite;
  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: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
}

.icon img {
  background: #fff;
  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-color: #eee;
}

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

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

.All-teachers .teacher-card {
  background-color: #fff;
}

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

.All-teachers .teacher-card .T-about .teacher-card-img-top {
  background-image: url(../images/teachers/img_t001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
}

@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 {
    min-height: 350px;
    background-position: 25% 25%;
  }
}

.All-teachers .teacher-card .T-about .teacher-card-img-top .teacher-card-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  background-color: #C1272D;
  padding: 10px;
  text-align: center;
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: -9px;
  display: -ms-inline-grid;
  display: inline-grid;
}

@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: #fbff00;
  font-size: 28px;
  letter-spacing: 2px;
}

.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 {
  font-weight: bold;
  padding-bottom: 20px;
}

.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;
}

/*------------- CONTENT4 -------------*/
.CONTENT4 {
  padding: 80px 0;
  text-align: center;
  background-image: url(../images/bg/img_bg003.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed !important;
  background-size: cover;
}

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

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

.CONTENT4 h2, .CONTENT4 h4 {
  color: #fff;
}

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

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

.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;
}

/*------------- CONTENT5 -------------*/
.CONTENT5 {
  padding: 80px 0;
  background-image: url(../images/bg/img_bg001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.CONTENT5 .icon-group {
  width: 80%;
  margin-top: 20px;
  margin: 0 auto;
}

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

/*------------- CONTENT5-2 -------------*/
.learn-list {
  margin: 50px 0 20px 0;
}

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

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

.head .cont-head {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.cont-table {
  border: #C1272D 1px 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: #C1272D 1px solid;
}

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

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

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

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

.cont-table .course-item {
  padding: 15px;
  color: #C1272D;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .cont-table .course-item {
    color: #fff;
    background-color: #C1272D;
  }
}

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

/*------------- CONTENT6 -------------*/
.CONTENT6 {
  padding: 80px 0;
  background-color: #FBE1E1;
}

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

.owl-carousel .item .course-time-body {
  padding: 10px;
}

.owl-carousel .item .course-time-body img {
  margin-bottom: 0;
}

.owl-carousel .item .course-time-body .course-time-list {
  background-color: #fff;
  padding: 10px;
}

.owl-carousel .item .course-time-body .course-time-list .course_title {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: inline;
}

.owl-carousel .item .course-time-body .course-time-list ul {
  margin-top: 10px;
}

.owl-carousel .item .course-time-body .course-time-list ul li {
  position: relative;
  display: block;
  margin: 1px 0;
}

.owl-carousel .item .course-time-body .course-time-list ul li i {
  margin-right: 10px;
}

.owl-carousel .item .course-time-body .course-time-list ul .s-red {
  padding-top: 10px;
  color: #C1272D;
  font-size: 14px;
  display: block;
}

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

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

.owl-carousel .item p {
  text-align: left;
  margin: 15px 0;
  line-height: 1.5;
  display: block;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owl-carousel .owl-item:first-child p {
  /* border-left: 2px solid $dark;  */
}

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

.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 #C1272D;
  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: #C1272D;
  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: #C1272D;
}

#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%;
  height: 50px;
  display: block;
  margin-top: 20px;
  *zoom: 1;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #C1272D;
  cursor: pointer;
  border-radius: 10px;
}
/*# sourceMappingURL=layout.css.map */