/*
Alpha Team
Coach's guide
*/
@font-face {
  font-family: 'bold';
  src: url(NotoSansCJKtc-Bold.otf);
}
@font-face {
  font-family: 'regular';
  src: url(NotoSansCJKtc-DemiLight.otf);
}
@font-face {
  font-family: 'helve';
  src: url(HelveticaNeue.ttc);
}
/* line 25, ../sass/coachs.scss */
body {
  font-family: 'regular';
  background: #EDF1F2;
}

/* line 30, ../sass/coachs.scss */
.bar {
  position: fixed;
  padding: 10px;
  width: 100%;
  background: #2f2e2e;
  background: #536771;
  text-align: center;
  z-index: 999;
}
/* line 40, ../sass/coachs.scss */
.bar .btn {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #EDF1F2;
  cursor: pointer;
}
/* line 49, ../sass/coachs.scss */
.bar .newBtn {
  position: relative;
  display: inline-block;
  display: none;
  border-radius: 18px;
  padding: 18px 34px;
  font-size: 14px;
  color: #444444;
  margin: 5px;
  margin-left: 100px;
  text-decoration: none;
  cursor: pointer;
  background: #fd8a64;
  color: #EDF1F2;
  vertical-align: top;
  animation-iteration-count: 2;
}
/* line 67, ../sass/coachs.scss */
.bar .logo {
  position: absolute;
  left: 6%;
  top: 20px;
}
/* line 72, ../sass/coachs.scss */
.bar .logo img {
  width: 140px;
}

/* line 78, ../sass/coachs.scss */
.first {
  position: relative;
  width: 100%;
  padding-bottom: 400px;
  padding-bottom: 30vw;
  overflow: hidden;
}
/* line 86, ../sass/coachs.scss */
.first .background {
  position: absolute;
  width: 100%;
  margin-top: -110px;
}
/* line 92, ../sass/coachs.scss */
.first .border {
  position: relative;
  display: inline-block;
  width: 23%;
  left: 12%;
  top: 180px;
  font-size: 30px;
  font-style: italic;
  font-family: 'bold';
  color: #EDF1F2;
  line-height: 40px;
}
/* line 99, ../sass/coachs.scss */
.first .border img {
  position: absolute;
  width: 100%;
}
/* line 110, ../sass/coachs.scss */
.first .border .text {
  position: relative;
  width: 100%;
  left: 8%;
  top: 0px;
  margin-top: 55px;
}
/* line 119, ../sass/coachs.scss */
.first .border .English {
  font-family: helve;
  font-weight: bold;
}
/* line 125, ../sass/coachs.scss */
.first .text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 42%;
  top: 200px;
  left: 20%;
  color: #EDF1F2;
}
/* line 137, ../sass/coachs.scss */
.first .text .topic {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 25px;
}
/* line 145, ../sass/coachs.scss */
.first .text .line {
  position: relative;
  width: 50%;
  height: 1px;
  background: #EDF1F2;
}
/* line 152, ../sass/coachs.scss */
.first .text .word {
  position: relative;
  margin-top: 10px;
  line-height: 24px;
}
/* line 158, ../sass/coachs.scss */
.first .text .btnGrp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
/* line 164, ../sass/coachs.scss */
.first .text .btnGrp .btn {
  position: relative;
  display: inline-block;
  border-radius: 18px;
  padding: 18px 34px;
  font-size: 14px;
  color: #444444;
  margin: 20px;
  text-decoration: none;
  cursor: pointer;
}
/* line 176, ../sass/coachs.scss */
.first .text .btnGrp .grey {
  background: #b8c1cf;
}
/* line 180, ../sass/coachs.scss */
.first .text .btnGrp .orange {
  background: #fd8a64;
  color: #EDF1F2;
}

/* line 188, ../sass/coachs.scss */
.second {
  position: relative;
  width: 100%;
  padding-bottom: 200px;
  overflow: hidden;
}
/* line 196, ../sass/coachs.scss */
.second .background {
  position: absolute;
  width: 100%;
  z-index: -1;
}
/* line 202, ../sass/coachs.scss */
.second .text {
  position: relative;
  width: 52%;
  top: 120px;
  left: 30%;
  color: #EDF1F2;
  z-index: 2;
}
/* line 213, ../sass/coachs.scss */
.second .text .topic {
  position: relative;
  font-family: 'bold';
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
}
/* line 221, ../sass/coachs.scss */
.second .text .line {
  position: relative;
  width: 20%;
  height: 3px;
  background: #EDF1F2;
}
/* line 228, ../sass/coachs.scss */
.second .text .word {
  position: relative;
  margin-top: 10px;
  line-height: 24px;
}
/* line 234, ../sass/coachs.scss */
.second .text .btnGrp {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 50px;
}
/* line 240, ../sass/coachs.scss */
.second .text .btnGrp .btn {
  position: relative;
  display: inline-block;
  border-radius: 18px;
  padding: 18px 34px;
  font-size: 14px;
  color: #444444;
  margin: 20px;
  text-decoration: none;
  cursor: pointer;
}
/* line 252, ../sass/coachs.scss */
.second .text .btnGrp .grey {
  background: #b8c1cf;
}
/* line 256, ../sass/coachs.scss */
.second .text .btnGrp .orange {
  background: #fd8a64;
  color: #EDF1F2;
  margin-left: 0;
}

/* line 265, ../sass/coachs.scss */
.third {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 272, ../sass/coachs.scss */
.third .background {
  position: absolute;
  width: 120%;
  left: 0;
  top: 0;
}
/* line 279, ../sass/coachs.scss */
.third .title {
  position: relative;
  font-family: 'bold';
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-top: 90px;
  margin-bottom: 90px;
  color: #1D2088;
}
/* line 290, ../sass/coachs.scss */
.third .sec {
  position: relative;
  display: inline-block;
  width: 20%;
  padding: 0 6%;
}
/* line 296, ../sass/coachs.scss */
.third .sec .img {
  position: relative;
  width: 80%;
  left: 10%;
  border-radius: 50%;
  overflow: hidden;
  border: #EA5550 2px solid;
  margin-bottom: 20px;
}
/* line 305, ../sass/coachs.scss */
.third .sec .img img {
  width: 100%;
}
/* line 310, ../sass/coachs.scss */
.third .sec .text {
  position: relative;
  width: 100%;
}
/* line 314, ../sass/coachs.scss */
.third .sec .text .who {
  position: relative;
  width: 100%;
  text-align: center;
  color: #EA5550;
  font-size: 20px;
  line-height: 60px;
}
/* line 323, ../sass/coachs.scss */
.third .sec .text .word {
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}
/* line 330, ../sass/coachs.scss */
.third .sec .text .big {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 100px;
  color: #EA5550;
  margin-left: -17%;
  margin-top: 30px;
}

/* line 343, ../sass/coachs.scss */
.fourth {
  position: relative;
  width: 100%;
  height: 400px;
  color: #1D2088;
  color: #536771;
  background: #EDF1F2;
  text-align: center;
}
/* line 352, ../sass/coachs.scss */
.fourth .text {
  position: absolute;
  width: 100%;
  top: 100px;
}
/* line 359, ../sass/coachs.scss */
.fourth .text .topic {
  position: relative;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
/* line 367, ../sass/coachs.scss */
.fourth .text .line {
  position: relative;
  left: 48%;
  width: 4%;
  height: 3px;
  margin-bottom: 20px;
  background: #536771;
}
/* line 376, ../sass/coachs.scss */
.fourth .text .word {
  position: relative;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

/* line 386, ../sass/coachs.scss */
.fifth {
  position: relative;
  width: 100%;
  padding-bottom: 110px;
  text-align: center;
  overflow: hidden;
}
/* line 395, ../sass/coachs.scss */
.fifth .background {
  position: absolute;
  width: 110%;
  left: 0;
  top: 0;
}
/* line 402, ../sass/coachs.scss */
.fifth .text {
  position: relative;
  width: 100%;
  top: 100px;
  color: #EDF1F2;
}
/* line 410, ../sass/coachs.scss */
.fifth .text .topic {
  position: relative;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
/* line 418, ../sass/coachs.scss */
.fifth .text .line {
  position: relative;
  left: 48%;
  width: 4%;
  height: 3px;
  margin-bottom: 20px;
  background: #EDF1F2;
}
/* line 427, ../sass/coachs.scss */
.fifth .text .word {
  position: relative;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
/* line 435, ../sass/coachs.scss */
.fifth .secGrp {
  position: relative;
  margin-top: 170px;
}
/* line 439, ../sass/coachs.scss */
.fifth .secGrp .sec {
  position: relative;
  display: inline-block;
  width: 16%;
  margin: 1px;
  height: 230px;
  padding: 0 1%;
  padding-top: 40px;
  background: red;
  top: 0;
  vertical-align: top;
}
/* line 451, ../sass/coachs.scss */
.fifth .secGrp .sec .title {
  color: #EDF1F2;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 2px;
}
/* line 458, ../sass/coachs.scss */
.fifth .secGrp .sec .text {
  color: #EDF1F2;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  word-break: break-all;
  margin-top: 20px;
}
/* line 468, ../sass/coachs.scss */
.fifth .secGrp .yellow {
  background: #f2bf5e;
}
/* line 472, ../sass/coachs.scss */
.fifth .secGrp .red {
  background: #ff6061;
}
/* line 476, ../sass/coachs.scss */
.fifth .secGrp .blue {
  background: #536eb7;
}
/* line 480, ../sass/coachs.scss */
.fifth .secGrp .green {
  background: #75cba9;
}
/* line 485, ../sass/coachs.scss */
.fifth .end_text {
  position: relative;
  top: 50px;
  color: #EDF1F2;
  font-size: 18px;
  line-height: 24px;
}

/* line 494, ../sass/coachs.scss */
.seventh {
  position: relative;
  width: 100%;
  padding-bottom: 140px;
  overflow: hidden;
}
/* line 501, ../sass/coachs.scss */
.seventh .background {
  position: absolute;
  width: 1280px;
  margin-top: -250px;
}
/* line 507, ../sass/coachs.scss */
.seventh .square {
  position: relative;
  width: 26%;
  padding: 0 5%;
  left: 32%;
  top: 80px;
  height: 460px;
  background: rgba(35, 56, 113, 0.6);
  text-align: center;
  border-radius: 24px;
}
/* line 519, ../sass/coachs.scss */
.seventh .square .text {
  position: relative;
  width: 100%;
  top: 50px;
  color: #EDF1F2;
}
/* line 527, ../sass/coachs.scss */
.seventh .square .text .topic {
  position: relative;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
}
/* line 535, ../sass/coachs.scss */
.seventh .square .text .line {
  position: relative;
  left: 45%;
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  background: #EDF1F2;
}
/* line 544, ../sass/coachs.scss */
.seventh .square .text .word {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/* line 554, ../sass/coachs.scss */
.seventh .square .btn {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 18px 34px;
  font-size: 14px;
  color: #444444;
  margin: 20px;
  text-decoration: none;
  cursor: pointer;
  background: #fd8a64;
  color: #EDF1F2;
  margin-top: 70px;
}

/* line 572, ../sass/coachs.scss */
.eighth {
  position: relative;
  background: #EDF1F2;
  text-align: center;
}
/* line 579, ../sass/coachs.scss */
.eighth .text {
  position: relative;
  width: 50%;
  left: 25%;
  top: 100px;
  color: #1D2088;
}
/* line 587, ../sass/coachs.scss */
.eighth .text .topic {
  position: relative;
  font-family: 'bold';
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 10px;
}
/* line 594, ../sass/coachs.scss */
.eighth .text .topic img {
  position: relative;
  width: 130px;
  margin-top: 20px;
}
/* line 603, ../sass/coachs.scss */
.eighth .text .line {
  position: relative;
  left: 40%;
  width: 20%;
  height: 3px;
  margin-bottom: 40px;
  margin-top: 50px;
  background: #1D2088;
}
/* line 613, ../sass/coachs.scss */
.eighth .text .word {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/* line 621, ../sass/coachs.scss */
.eighth .text .btn {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 18px 34px;
  font-size: 14px;
  color: #444444;
  margin: 20px;
  text-decoration: none;
  cursor: pointer;
  background: #fd8a64;
  color: #EDF1F2;
  margin-top: 70px;
}

/* line 638, ../sass/coachs.scss */
.Alpha {
  position: relative;
  width: 100%;
  padding-bottom: 70px;
  background: #EDF1F2;
}
/* line 644, ../sass/coachs.scss */
.Alpha img {
  width: 70%;
  margin-left: 15%;
  margin-top: 50px;
}
/* line 650, ../sass/coachs.scss */
.Alpha .phone {
  display: none;
}
/* line 654, ../sass/coachs.scss */
.Alpha .btnGrp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
/* line 660, ../sass/coachs.scss */
.Alpha .btnGrp .btn {
  position: relative;
  display: inline-block;
  border-radius: 18px;
  padding: 18px 34px;
  font-size: 14px;
  color: #1D2088;
  margin: 10px;
  text-decoration: none;
  cursor: pointer;
}
/* line 672, ../sass/coachs.scss */
.Alpha .btnGrp .grey {
  background: #B7B8E0;
}
/* line 676, ../sass/coachs.scss */
.Alpha .btnGrp .orange {
  background: #E05656;
  color: #EDF1F2;
  margin-left: 0;
}

/* line 684, ../sass/coachs.scss */
.error {
  position: relative;
  text-align: center;
}
/* line 688, ../sass/coachs.scss */
.error img {
  width: 200px;
  margin-top: 100px;
}

/* line 695, ../sass/coachs.scss */
.footer {
  position: relative;
  height: 300px;
  background: #536771;
  color: #EDF1F2;
  padding-top: 50px;
  margin-top: 160px;
  font-size: 14px;
  text-align: center;
}

/* line 706, ../sass/coachs.scss */
.Alpha + .footer {
  margin-top: 0;
}

@media screen and (max-width: 1120px) {
  /* line 723, ../sass/coachs.scss */
  .bar {
    height: 60px;
  }
  /* line 726, ../sass/coachs.scss */
  .bar .btn {
    display: none;
  }
  /* line 730, ../sass/coachs.scss */
  .bar .newBtn {
    display: inline-block;
  }

  /* line 736, ../sass/coachs.scss */
  .first {
    padding-bottom: 24vw;
  }
  /* line 739, ../sass/coachs.scss */
  .first .background {
    width: 100%;
  }
  /* line 743, ../sass/coachs.scss */
  .first .border {
    position: relative;
    width: 30%;
    top: 110px;
    left: 50px;
  }
  /* line 754, ../sass/coachs.scss */
  .first .text {
    position: relative;
    top: 150px;
    left: 12%;
  }
  /* line 759, ../sass/coachs.scss */
  .first .text .topic {
    font-size: 28px;
  }

  /* line 767, ../sass/coachs.scss */
  .second .background {
    width: 1160px;
  }
  /* line 771, ../sass/coachs.scss */
  .second .text {
    width: 60%;
  }

  /* line 778, ../sass/coachs.scss */
  .third .background {
    width: 1400px;
  }

  /* line 785, ../sass/coachs.scss */
  .fifth .background {
    width: 1500px;
  }

  /* line 792, ../sass/coachs.scss */
  .seventh .background {
    width: 1280px;
  }
  /* line 796, ../sass/coachs.scss */
  .seventh .square {
    width: 50%;
    left: 20%;
  }
}
@media screen and (max-width: 1040px) {
  /* line 806, ../sass/coachs.scss */
  .first {
    padding-bottom: 180px;
  }
  /* line 809, ../sass/coachs.scss */
  .first .background {
    width: 1040px;
  }
  /* line 813, ../sass/coachs.scss */
  .first .border {
    width: 100%;
    top: 100px;
  }
  /* line 817, ../sass/coachs.scss */
  .first .border img {
    display: none;
  }
  /* line 821, ../sass/coachs.scss */
  .first .border .text {
    width: 100%;
  }
  /* line 826, ../sass/coachs.scss */
  .first .text {
    width: 80%;
    left: 10%;
  }

  /* line 834, ../sass/coachs.scss */
  .second .text {
    left: 10%;
    width: 80%;
  }
  /* line 839, ../sass/coachs.scss */
  .second .text .btnGrp .grey {
    margin: 0;
  }

  /* line 849, ../sass/coachs.scss */
  .third .sec {
    width: 30%;
    padding: 0 1%;
  }

  /* line 858, ../sass/coachs.scss */
  .fifth .secGrp .sec {
    width: 20%;
    height: 300px;
  }
}
@media screen and (max-width: 720px) {
  /* line 869, ../sass/coachs.scss */
  .bar .newBtn {
    padding: 10px;
    margin-top: 10px;
    margin-left: 140px;
  }

  /* line 876, ../sass/coachs.scss */
  .first {
    padding-bottom: 190px;
  }
  /* line 879, ../sass/coachs.scss */
  .first .background {
    width: 1600px;
    margin-left: -300px;
  }
  /* line 884, ../sass/coachs.scss */
  .first .border {
    width: 50%;
  }
  /* line 891, ../sass/coachs.scss */
  .first .text .btnGrp .btn {
    margin-bottom: 5px;
  }

  /* line 901, ../sass/coachs.scss */
  .second .background {
    width: 1700px;
  }

  /* line 906, ../sass/coachs.scss */
  .third {
    background: #EDF1F2;
  }
  /* line 909, ../sass/coachs.scss */
  .third .title {
    width: 80%;
    left: 10%;
  }
  /* line 914, ../sass/coachs.scss */
  .third .background {
    display: none;
  }
  /* line 918, ../sass/coachs.scss */
  .third .sec {
    width: 270px;
  }

  /* line 923, ../sass/coachs.scss */
  .fourth {
    background: #1D2088;
    color: #EDF1F2;
  }
  /* line 927, ../sass/coachs.scss */
  .fourth .text {
    width: 80%;
    left: 10%;
  }
  /* line 931, ../sass/coachs.scss */
  .fourth .text .topic {
    font-size: 24px;
    line-height: 30px;
  }

  /* line 938, ../sass/coachs.scss */
  .fifth {
    background: #536771;
  }
  /* line 941, ../sass/coachs.scss */
  .fifth .background {
    display: none;
  }
  /* line 945, ../sass/coachs.scss */
  .fifth .text {
    width: 70%;
    left: 15%;
  }
  /* line 952, ../sass/coachs.scss */
  .fifth .secGrp .sec {
    width: 250px;
    height: 230px;
    margin-bottom: 20px;
  }
  /* line 959, ../sass/coachs.scss */
  .fifth .end_text {
    width: 80%;
    left: 10%;
  }

  /* line 967, ../sass/coachs.scss */
  .seventh .square {
    width: 80%;
    left: 5%;
  }

  /* line 976, ../sass/coachs.scss */
  .eighth .text {
    width: 70%;
    left: 15%;
  }

  /* line 984, ../sass/coachs.scss */
  .Alpha img {
    width: 90%;
    margin-left: 5%;
    display: none;
  }
  /* line 990, ../sass/coachs.scss */
  .Alpha .phone {
    display: block;
  }
  /* line 994, ../sass/coachs.scss */
  .Alpha .btnGrp {
    width: 100%;
    text-align: center;
  }
  /* line 999, ../sass/coachs.scss */
  .Alpha .btnGrp .btn {
    width: 50%;
    margin-left: 0;
  }
  /* line 1004, ../sass/coachs.scss */
  .Alpha .btnGrp .orange {
    background: #fd8a64;
  }
}
@media screen and (max-width: 500px) {
  /* line 1015, ../sass/coachs.scss */
  .first .border {
    width: 80%;
    left: 5%;
  }

  /* line 1022, ../sass/coachs.scss */
  .seventh {
    padding-bottom: 170px;
  }
  /* line 1025, ../sass/coachs.scss */
  .seventh .background {
    margin-left: -90px;
  }
  /* line 1029, ../sass/coachs.scss */
  .seventh .square {
    width: 80%;
    left: 5%;
    background: transparent;
  }

  /* line 1038, ../sass/coachs.scss */
  .eighth .text {
    width: 80%;
    left: 10%;
  }

  /* line 1044, ../sass/coachs.scss */
  .orange {
    display: none !important;
  }

  /* line 1048, ../sass/coachs.scss */
  .grey {
    background: #fd8a64 !important;
    color: #EDF1F2 !important;
  }

  /* line 1056, ../sass/coachs.scss */
  .Alpha .btnGrp .btn {
    border: #fd8a64 2px solid;
    background: transparent;
    color: #fd8a64;
  }
  /* line 1067, ../sass/coachs.scss */
  .Alpha .orange {
    display: inline-block !important;
  }
}
