﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Noto+Serif+TC:wght@700;900&family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Carter+One&family=Fugaz+One&family=Oleo+Script&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&family=Playball&display=swap');
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Carter One', cursive;
font-family: 'Fugaz One', cursive;
font-family: 'Oleo Script', cursive;
font-family: 'Staatliches', cursive;
*/

/* CSS Document */
body {
  background-repeat: repeat;
  /*font-family: "Microsoft YaHei", "Microsoft JhengHei" , sans-serif; */
  font-family: Arial,"Noto Sans TC",sans-serif;
}

.wrapper{position:relative;overflow:hidden;margin-top: 0;}


/*很多物件通用*/

.bk{
  display: none;
}

hr {
  margin: 0;
}

a {
  margin: 0 auto;
  text-align: center;
}
a:hover {
  text-decoration: none;
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

/* Bounce To Right*/
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 50px;
  background: #ffc107;
  text-align: center;
  padding: 7px;
  color: #000000;
  font-size: 17px;
  padding: 6px 20px;
  letter-spacing: 2px;
  font-weight: 500;
  cursor: pointer;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7500;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  text-decoration: none;  
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right02*/
.hvr-bounce-to-right02 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ee781e;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
}
.hvr-bounce-to-right02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right02:hover, .hvr-bounce-to-right02:focus, .hvr-bounce-to-right02:active {
  color: white;
  text-decoration: none;  
}
.hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right02:focus:before, .hvr-bounce-to-right02:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right*/
.hvr-bounce-to-right03 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 50px;
  background: #ee781e;
  text-align: center;
  padding: 9px 35px;
  color: #efefed;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 5%;
}
.hvr-bounce-to-right03:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}
.hvr-bounce-to-right03:hover, .hvr-bounce-to-right03:focus, .hvr-bounce-to-right03:active {
  color: white;
  text-decoration: none;  
}
.hvr-bounce-to-right03:hover:before, .hvr-bounce-to-right03:focus:before, .hvr-bounce-to-right03:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*BANNER 進場delay時間、浮動*/
.banner{
  position:relative;
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
}

.banner h1 {
  font-size: 31px;
  color: #000000b8;
  letter-spacing: 2px;
  font-family: 'Noto Sans TC', sans-serif;
}
.banner p {
  font-size: 27px;
  color: #000;
  letter-spacing: 2px;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1;
}
.banner .banner01 {
  max-width: 1200px;
  width: 47%;
  margin-left: 50%;
  margin-top: -17%;
  margin-bottom: 7%;
  z-index: 2;
  box-shadow: -25px 25px 0 rgb(232 232 232);
}
.banner .banner02 {
  max-width: 1130px;
  width: 56%;
  margin-top: 0;
  z-index: 1;
}

.banner .banner03 {
  display: none;
  }

.banner .title {
  position: absolute;
  width: 45%;
  bottom: 13%;
  left: 3%;
  z-index: 1;
}


.top-texbox01 {
  position: absolute;
  right: 0;
  font-size: 9em;
  line-height: 0.8;
  color: #f2ebe3;
  letter-spacing: 24px;
  z-index: 3;
  font-family: 'Staatliches', cursive;
  padding-right: 2%;
}
              
img.banner01 {-webkit-animation-delay: 0.5s;animation-delay: 0.2s;}
img.banner02 {-webkit-animation-delay: 0.5s;animation-delay: 0.2s;}


/*表單區*/
.fill {
  background-image: url(../images/noise-gray.png);
  background-size: 6%;
  background-repeat: repeat;
  height: auto;
  transition: 0.3s ease-in-out;
}

.fill .form-control{
    padding: 24px 12px;
    font-size: 20px;
    margin-bottom: 2%;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }



.content2, .content3, .content4, .content5, .fill{
  padding-bottom: 3%;
}


/*  .content1  */
.content1 {
  text-align: center;
}
.content1 p {margin-bottom: 0;}

.title img {
  max-width: 970px;
  width: 70%;
}

.header {
  padding: 1%;
  padding-top: 1.5%;
  background-color: #f9f4ee;
  margin-bottom: 2%;
  letter-spacing: 2px;
  text-align: center;
}

.content1 .tex1-box {
  position: absolute;
  width: 68%;
  height: auto;
  background-color: #00000085;
  border-radius: 10px;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 25px;
  color: #fff;
}


/*  .content2  */
.content2 {
  padding-top: 2%;
}

.content2 h4 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.content2 .org-bg {
  background: #ffc400;
  padding-top: 15%;
}


/*  .content3  */

.content3 .tex-box {
  color: #272727;
  margin: 0 auto;
  line-height: 1.25;
  text-align: left;
}

.content3 .win {
    width: 30px;
    height: auto;
    padding-right: 10px;
}

.content3 th {
  font-size: 1.2em;
  text-align: left;
} 

/*  .content4  */
.content4 {
  width: 100%;
  height: auto;
  background-image: url(../images/bg03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.content4 .yellow-box {
    background-color: #f9cd35;
    color: #272727;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    margin: 4%;
}

.content4 .yellow-box:hover {
  transition: 0.3s ease-in-out;
  transform: translateY(-10px);
  box-shadow: 6px 6px 5px #4c4c4c4a;
  cursor: pointer;
}

.content4 .yellow-line {
  background: #fb6d00;
  height: 6px;
  width: 65%;
  margin: 0 auto;
  padding: 0;
}

.content4 h3 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 2;
}

.content4 h5 {
  font-size: 1.3em;
  color: #b18656;
  letter-spacing: 1px;
  border-bottom: 5px #dadada solid;
}

.content4 h5 i {
  color: #f9cd35;
  line-height: 2.3;
  font-size: 1.2em;
}

.content4 .tex4-box {
  text-align: center;
  margin: 0 auto;
}

.content4 img {
  width: 40%;
  height: auto;
  padding: 5% 0;
}

.content4 .star01 {
  width: 20px;
  /* padding-bottom: 18px; */
  margin-right: 5px;
}

/*  .content5  */

.content5 .teacher {
    border-radius: 100%;
    overflow: hidden;
}

.content5 .fag {
  position: absolute;
  bottom: 18%;
  right: 0;
  background-image: url(https://www.abconline.com.tw/2020/images/icon_lan_SP.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.content5 span {
  font-size: 1.7em;
  font-family: 'Carter One', cursive;
}

.content5 img {
    width: 100%;
    height: auto;
}

/*  .content6 */
.content6 {
    position: relative;
    display: inline-block;
    width: 100vw;
    background-color: #ffffff;
    background-image: url(../images/bg02.svg);
    background-size: 23%;
    background-repeat: no-repeat;
    height: fit-content;
    padding-bottom: 5%;
}

.content6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.content6 .slick .tex-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    background: #f2f2f2;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content6 .item {
    position: relative;
    top: 0;
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    color: #333;
    transition: .2s;
    border-radius: 8px;
    width: 104%;
}
.tex-box .tag {
    font-weight: 400;
    line-height: 30px;
    padding: 0 10px;
    font-size: 0.9em;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.color_SP {
    background: #F7C644;
}

.tex-box .name {
    font-size: 21px;
    line-height: 2;
    font-weight: 900;
}

.tex-box .title {
    font-size: 20px;
    letter-spacing: 2px;
}

.tex-box .info {
    font-weight: 400;
    font-size: 23px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
}

.tex-box .slick-next {
    position: absolute;
    top: calc( 50% - 15px );
    right: -30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/next.svg) center no-repeat;
    background-size: contain;
}

/*  西班牙語5大課程特色  */
.features {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #bfb29d;
    padding-bottom: 5%;
    text-align: center;
}

.features h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 39px;
    line-height: 7em;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}
.star {
    display: inline-block;
    color: #b28f61;
    width: 1em;
    height: 1em;
}
.features-top {
  background-image: url(../images/big5-bg.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 18em;
}

.features .box {
    position: relative;
    display: inline-table;
    width: 18.8%;
    height: 26em;
    margin: 4px;
    border-radius: 12px;
    border-top: 8px #583e34 solid;
    padding: 14px;
    background-color: #fff;
    margin-top: 5%;
    text-align: center;
    font-size: 18px;
}
.features h3 {
    font-size: 17px;
    color: #59340e;
    font-weight: bold;
    margin-top: 15px;
}
.features .big5 {
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 7%;
}

.features h4 {
    font-size: 41px;
    line-height: 0.4;
    font-family: 'Playball', cursive;
    color: #b28f61;
    padding-top: 5%;
}

.features .st {
    display: inline-block;
    width: 0.4em;
}

.free_button {
    display: block;
    width: 125px;
    height: auto;
    padding: 3px 5px;
    margin: 12px auto;
    background-color: #ffffff;
    color: #b28f61;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    border-radius: 59px;
    border: 2px #b28f61 solid;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .free_button:hover {

        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


@media screen and (max-width: 1680px) {
  .banner .banner01 {
    width: 50%;
  }
}


@media screen and (max-width: 1440px) {
.banner .banner02 {
    width: 55%;
  }
  .banner h1 {
    font-size: 1.5em;
  }
.banner .title {
    position: absolute;
    bottom: 8%;
    left: 4%;
} 
.top-texbox01 {
    font-size: 6em;
    right: -2%;
}
.title img {
    max-width: 970px;
    width: 85%;
}

.content2 h3 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0px;
}

.content5 .teacher {
    width: 12em;
    height: 12em;
}

}


@media screen and (max-width: 1024px) {

.banner .banner01 {
    box-shadow: -15px 15px 0 rgb(232 232 232);
}

.title img {
    max-width: 970px;
    width: 80%;
}
.banner h1 {
    font-size: 1.2em;
}

.top-texbox02 {
    right: 9%;
    font-size: 72px;
  }

.content2 h4 {
    /* display: inline-block; */
    font-size: 20px;
    letter-spacing: 0px;
}
.content2 .org-bg {
    background: #ffc400;
    padding: 10% 1%;
}
.content5 .teacher {
    width: 10em;
    height: 10em;
}

.content5 span {
    font-size: 1.5em;
}
.content6 {
  background-image: none;
}

.features h2 {
    line-height: 6em;
}


}



@media screen and (max-width: 768px) { 

.bk{
  display: block;
  height: 1px;
}

.banner .title {
    position: absolute;
    bottom: 3%;
    left: 0;
    padding-left: 3%;
    width: 62%;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
    z-index: 99;
}

.title img {
    width: 94%;
}

.banner .banner01 {
    position: relative;
    width: 107%;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.banner .banner02 {
    display: none;
    width: 43%;
    top: 33%;
    left: 60%;
}
.top-texbox01 {
    color: #ffffff8c;
}
.banner h1 {
    font-size: 22px;
}

.content1 h1 {
    font-size: 30px;
    color: #5b5b5b;
}

.content1 p {
    font-size: 18px;
}
.content1 .tex1-box {
    width: 75%;
    top: 33%;
    padding: 7% 4%;
}
.content2 h4 {
    /* display: inline-block; */
    font-size: 16px;
    letter-spacing: 0px;
}

.content2 .org-bg {
    background: #ffc400;
    padding: 5% 2%;
}

.content4 h3 {
    font-size: 22px;
    color: #636363;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0 5%;
}
.content4 .yellow-line {
  width: 57%;
  margin-bottom: 7%;
}

.content5 .teacher {
    width: 10em;
    height: 10em;
}

.content5 span {
    font-size: 24px;
}

.content6 {
    background-image: none;
}

.content6 .slick .tex-box {
    width: 100%;
    padding: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.content6 img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
}
.tex-box .info {
    font-size: 17px;
    padding: 15px;
}



.fill {
    background-size: 10%;
}

.features h2 {
    line-height: 1.2em;
    padding-top: 12%;
}
.features .box {
    position: relative;
    width: 29.8%;
    height: 26em;

}
.features-top {
    background-size: 145%;
}

}


@media screen and (max-width: 600px) {
  .bk {
    display: none;
  }

.banner .banner03 {
  display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.banner .banner02 {
    width: 44%;
    top: 32%;
    left: 59%;
}

.banner .banner01 {
  display: none;
  }


.top-texbox01 {
    font-size: 3em;
    color: #ffffffa6;
    letter-spacing: 5px;
    right: -4%;
    top: 4%;
  }

.banner h1 {
    margin: 0 auto;
    width: 236px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 7px;
}
.banner p {
    font-size: 23px;
}
.banner .title {
    width: 80%;
    left: 10%;
    bottom: 4%;
    border-radius: 10px;
  }

.banner .banner02 {
    display: none;
    width: 43%;
    top: 33%;
    left: 60%;
}

.fill h2, .content1 h2, .content2 h2, .content3 h2, .content4 h2, .content5 h2, .content6 h2 {
    font-size: 27px;
    letter-spacing: 0px;
}

.content1 p {
    font-size: 22px;
}

.content1 h5 {
    font-size: 30px;
}

.content2 .org-bg {
    padding: 8%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    text-align: center;
    max-width: 93%;
}

.content2 h4 {
    /* display: inline-block; */
    font-size: 19px;
    letter-spacing: 0px;
}

.content2 img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 9%;
}

.rounded-circle {
    width: 8em;
    height: 8em;
    margin-bottom: 10%;
}

.content4 {
  padding-bottom: 5%;
}

.content4 h5 {
    width: 84%;
    margin: 5px auto;
}

.content4 .yellow-box {
  margin: 5% 0; 
}
.content4 .tex-box {
    font-size: 20px;
    line-height: 1.2;
}

.content5 .teacher {
    width: 15em;
    height: 15em;
    margin: 0 auto;
    margin-top: 10%;
}

.content5 span {
    display: block;
    font-size: 42px;
    /* padding-bottom: 11%; */
}
.content5 .fag {
    right: 12%;
    width: 85px;
    height: 85px;
    bottom: 34%;
}

.content6 .item {
    flex-direction: column;
    height: auto;
}
.content6 .slick .tex-box {
    width: 100%;
    padding: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content6 {
  background-image: none;
}

.content6 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
}


.features-top {
    background-size: 200%;
    height: 14em;
}
.features h2 {
    font-size: 27px;
    line-height: 1;
    padding: 11% 3%;
}
.features .box {
    width: 80%;
    margin-bottom: 6%;
    height: auto;
}

}


@media screen and (max-width: 320px) {


}
