@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, "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/base_map.jpg);
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-attachment: fixed;
}

.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: 100%;
  max-width: 1920px;
}

.TOP .WRAPPER .cherry img {
  width: 50px;
  height: 50px;
  margin-top: -5%;
  opacity: 0.5;
  position: absolute;
  /*-webkit-transform:rotate3d(.6,1,.6,45deg);*/
  /*-moz-transform:rotate3d(.6,1,.6,45deg);*/
  /*-ms-transform:rotate3d(.6,1,.6,45deg);*/
  /*-o-transform:rotate3d(.6,1,.6,45deg);*/
  /*transform:rotate3d(.6,1,.6,45deg);*/
}

.WorkBox {
  position: relative;
  width: 100%;
  height: 600px;
}

.teacher_work {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: -50px;
  z-index: 2;
}

.mainbg {
  position: absolute;
  width: 100%;
  height: 178px;
  text-align: center;
  top: 200px;
  left: 130px;
  z-index: 99;
}

.mainbg img {
  margin: 3px auto;
}

.main_title {
  margin-bottom: 15px;
}

/*------------- CONTENT1 -------------*/
.CONTENT1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*------------- CONTENT2 -------------*/
.CONTENT2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/base_map.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT2 .container1 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(243, 232, 226, 0.8);
}

.tixing {
  -moz-transform-origin: bottom;
  -moz-transform: skewX(-30deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(-30deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(-30deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(-30deg);
  transform-origin: bottom;
  transform: skewX(-30deg);
  background-color: #ffce54;
  border: 2px solid #3d221b;
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 0 35px;
  margin-bottom: 50px;
}

.tixingText {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #3d221b;
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  border-bottom: 2px solid #3d221b;
  margin-bottom: 3px;
}

.nav-pills .nav-link {
  height: 160px;
  font-size: 18px;
  color: #1b1b1b;
}

.nav-item:focus,
.nav-item:hover {
  background: transparent !important;
}

.nav-pills>li>a {
  border-radius: 0 !important;
}

/* .nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
  background-image: url(../images/icon06.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
} */

.nav-item {
  width: 19%;
  height: auto;
  text-align: center;
}

.nav-item:nth-child(4) {
  margin-left: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  /* background-image: url(../images/icon06.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; */
  color: #1b1b1b;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

/* .slick-slide {
  height: 200px !important;
} */

.tab {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1280px;
}

.tab .picture {
  float: left;
  width: 100%;
  height: 120px;
  color: #1b1b1b;
}

.tab .picture img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.tabcontent {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 2% 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.tabcontent .tabBox {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

.tabText {
  position: absolute;
  font-size: 13px;
  line-height: 1.5;
  color: #1b1b1b;
  bottom: 5px;
  left: 5px;
}

.tab-pane {
  max-width: 1280px;
  margin: 0 auto;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.tab-content>.active,
.pill-content>.active {
  height: auto;
}

/*------------- CONTENT3 -------------*/
.CONTENT3 {
  width: 100%;
  height: auto;
  background: url(../images/base_map.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT3 .container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: rgba(61, 34, 27, 0.9);
}

.CONTENT3 .container .row {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  max-width: 1280px;
}

h1 {
  -moz-transform-origin: bottom;
  -moz-transform: skewX(-30deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(-30deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(-30deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(-30deg);
  transform-origin: bottom;
  transform: skewX(-30deg);
  background-color: #ffce54;
  border: 2px solid #3d221b;
  width: 38%;
  height: auto;
  margin: 0 auto;
  padding: 0 35px;
}

.newCelebrityBox {
  position: relative;
  width: 100%;
  height: 240px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 100px;
  padding: 75px 15px 15px 15px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 100;
  color: #fff;
  text-align: justify;
  cursor: pointer;
}

.newCelebrityBox .newCelebrityText {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 100px;
  padding: 35px 5px 15px 5px;
  font-size: 20px;
  line-height: 1.3;
  color: #1b1b1b;
  text-align: center;
  z-index: 3;
  top: -160px;
  left: 30%;
}

.CTA {
  float: none;
  display: table;
  width: 220px;
  height: 48px !important;
  background-color: #ffce54;
  color: #1b1b1b;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  border-radius: 5px;
}

.CTA p {
  font-size: 24px;
}

.CONTENT3 .container .row a:hover .newCelebrityBox,
.CONTENT3 .container .row a:focus .newCelebrityBox {
  color: #fff799;
}

.CONTENT3 .container .row a:hover .newCelebrityBox .newCelebrityText,
.CONTENT3 .container .row a:focus .newCelebrityBox .newCelebrityText {
  top: -180px;
  background-color: #00ffff;
}

/*------------- CONTENT4 -------------*/
.CONTENT4 {
  width: 100%;
  height: auto;
  background: url(../images/base_map.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT4 .container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: rgba(243, 232, 226, 0.8);
}

.CONTENT4 .container .row {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-width: 1280px;
}

.CONTENT4Frame {
  width: 100%;
  height: 100%;
}

.studentWorkFrame {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 98%;
  height: auto;
  border: 3px solid #212121;
  border-radius: 15px;
  margin-bottom: 5px;
}

.studentWorkFrame img {
  width: 100%;
  height: 100%;
}

.studentWorkFrameText {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.3;
  color: #1b1b1b;
  text-align: center;
}

.studentWorkFrameText span {
  font-size: 18px;
}

.slick-prev:before,
.slick-next:before {
  color: #fff !important;
}

.slick-prev,
.slick-next {
  z-index: 99999;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  z-index: 1;
  position: relative;
}

#accordion .panel-heading:before,
#accordion .panel-heading:after {
  content: "";
  width: 50%;
  height: 20%;
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}

#accordion .panel-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}

#accordion .panel-title a {
  display: block;
  padding: 15px 35px 15px 15px;
  margin: 0;
  background: #f5e97e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1b1b1b;
  border-radius: 0;
  position: relative;
  text-align: center;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f106";
  font-family: fontawesome;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

#accordion .panel-title a.collapsed:before {
  content: "\f107";
}

#accordion .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}

#accordion .panel-body .table-bordered {
  border: 2px solid #ddd;
}

#accordion .panel-body .table {
  margin-bottom: 0;
  font-size: 16px;
}

/*------------- FORM_BLOCK -------------*/

.FORM_BLOCK {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: rgba(61, 34, 27, 0.9);
}

.FORM_BLOCK .container .row {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

h2 {
  -moz-transform-origin: bottom;
  -moz-transform: skewX(-30deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(-30deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(-30deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(-30deg);
  transform-origin: bottom;
  transform: skewX(-30deg);
  background-color: #ffce54;
  border: 2px solid #3d221b;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0 35px;
  margin-bottom: 30px;
}

#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: -20px;
  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: #fff;
  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: #666666;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  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: 25px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2;
  color: #191305;
  text-decoration: none;
  background-color: #ffce54;
  cursor: pointer;
  border-bottom: 6px solid #826848;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1440px) {
  .WorkBox {
    height: 500px;
  }

  .mainbg {
    left: 50px;
    z-index: 99;
  }
}

/* --電腦版型3-------------------------------------*/
@media screen and (max-width: 1024px) {
  .TOP .WRAPPER {
    height: auto;
  }

  .WorkBox {
    height: 360px;
  }

  .mainbg {
    top: 100px;
  }

  .tixing {
    width: 50%;
  }

  h1 {
    width: 50%;
  }

  h2 {
    width: 90%;
  }

  .newCelebrityBox .newCelebrityText {
    left: 22%;
  }

  .CONTENT4 .container .row {
    min-height: 370px;
  }

  .studentWorkFrameText {
    padding: 10px;
  }

  .tab .picture {
    height: 90px;
  }

  .nav-pills .nav-link {
    height: 150px;
  }
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 991px) {
  .mainbg {
    top: 50px;
    left: 0;
  }

  .newCelebrityBox .newCelebrityText {
    left: 38%;
  }

  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 15px !important;
  }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width: 768px) {
  .tixing {
    width: 90%;
    padding: 0 15px;
  }

  .tixingText {
    font-size: 24px;
    line-height: 1.3;
  }

  h1 {
    width: 90%;
    padding: 0 15px;
  }

  h2 {
    padding: 0 15px;
  }

  .newCelebrityBox .newCelebrityText {
    left: 31%;
  }

  .CONTENT4 .container .row {
    min-height: 350px;
  }

  .nav-item {
    width: 33%;
  }

  .nav-item:nth-child(4) {
    display: block;
    margin-left: 15%;
  }

  .tab .picture {
    height: 110px;
  }

  .FORM_BLOCK {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .formbg {
    height: 158px;
    padding: 15px 90px;
  }

  #GIFT {
    width: 100%;
    padding: 0;
  }

  #FORM {
    width: 100%;
    padding: 0;
  }

  .FORM_BLOCK .container .row {
    width: 100%;
  }

  .studentWorkFrameText {
    padding: 10px;
  }

  .teacherName {
    float: none;
  }

  .teacherNameText {
    margin: 0 auto;
  }

  .teacherTitleText {
    margin-top: 15px;
  }

  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 15px !important;
  }
}

/* --平板版型3-------------------------------------*/
@media screen and (max-width: 767px) {
  .newCelebrityBox {
    height: 100%;
  }

  .newCelebrityBox .newCelebrityText {
    left: 40%;
  }

  .teacherPhoto {
    margin: 0;
  }

  .studentWorkFrame {
    width: 100%;
  }

  .studentWorkFrameText {
    padding-bottom: 50px;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 639px) {
  #FORM #NAME {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  #FORM #PHONE {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  .studentWorkFrameText {
    padding-bottom: 30px;
  }
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width: 479px) {

  .TOP,
  .FORM_BLOCK,
  .CONTENT1,
  .CONTENT2,
  .CONTENT3,
  .CONTENT4,
  .CONTENT5 {
    min-width: 320px;
  }

  .WorkBox {
    height: 250px;
  }

  .newCelebrityBox .newCelebrityText {
    left: 35%;
  }

  .tab button {
    width: 48%;
    height: 180px;
    padding: 10px 16px 14px 16px;
  }

  .nav-pills .nav-link {
    height: 120px;
  }

  .tab .picture {
    height: 80px;
  }

  .nav-item {
    width: 32%;
  }

  #READ {
    font-size: 15px;
  }

  .studentWorkFrameText {
    padding-bottom: 30px;
    font-size: 20px;
  }

  .teacherPhoto img {
    width: 280px;
    height: 280px;
  }

  .teacherWorkPhoto {
    width: 150px;
    height: auto;
    top: 25px;
    right: 0;
  }
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width: 425px) {
  .tixingText {
    font-size: 18px;
  }

  .tab button {
    height: 150px;
  }

  .studentWorkFrameText {
    padding-bottom: 15px;
    font-size: 18px;
  }
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width: 375px) {
  .WorkBox {
    height: 200px;
  }

  .mainbg {
    top: 20px;
  }

  .newCelebrityBox .newCelebrityText {
    left: 32%;
  }

  /* --手機版型4-------------------------------------*/
  @media screen and (max-width: 320px) {
    .WorkBox {
      height: 170px;
    }

    .nav-pills .nav-link {
      height: 90px;
    }

    .tab .picture {
      height: 50px;
    }

    h1 {
      width: 90%;
      padding: 0 5px;
    }

    h2 {
      width: 90%;
      padding: 0 5px;
    }

    .tixingText {
      font-size: 16px;
    }

    .newCelebrityBox .newCelebrityText {
      left: 28%;
    }
  }