*{
    margin:0;
    padding:0;
    font-family: 'Noto Sans TC', sans-serif;
}
.wrapper{
    overflow: hidden;
}
.container .row{
    max-width: 1200px;
    margin: auto;
}
i{
    margin: 10px;
}
/*固定大標*/
.title{
    width: 70%;
    margin: 50px auto;
}
.title h2{
    color:#003060;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.title h2 span{
    border-bottom: 2px solid #003060;
    padding: 0 80px 5px;;
}
.title h2 br{
    display: none;
}
.title02 h3{
    color: #006EFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 50px auto 20px;
}
.title02 h3 span{
    padding: 10px 30px;
    border: 2px solid #006EFF;
}
.title02 h3 br{
    display: none;
}

@media screen and (max-width: 860px){
    .title{
        width: 95%;
        margin: auto;
    }
    .title h2{
        box-shadow: 0 0;
        font-size: 36px;
        line-height: 46px;
    }
    .title h2 span{
        border: 0;
        padding: 10px 5px;
    }
    .title h2 br{
        display: initial;
    }
    .title02 h3{
        width: 90%;
        font-size: 28px;
        line-height: 38px;
    }
    .title02 h3 br{
        display: initial;
    }
    .title02 h3 span{
        border: 0;
    }
}

@media screen and (max-width: 450px){
    .title h2{
        font-size: 26px;
        line-height: 34px;
    }
    .title02 h3{
        font-size: 20px;
        line-height: 28px;
    }
}

/*上方導覽(電腦)*/
.header-com{
    position: fixed;
    top: 0px;
    height: 90px;
    width: 100%;
    z-index: 20;
    transition: 0.7s;
}
.header-com.sticky{
    background: #2894FF;
    transition: 0.7s;
}
.nav-com{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
}
.logo-com img{
    width: 300px;
    margin-top: 5px;   
}
.menu-com{
    display: flex;
    justify-content: end;
    align-items: center;
}
.menu-com a{
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    margin:  0 10px;
    font-size: 20px;
    transition: 0.5s;
}
.menu-com p{
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}
.menu-com a:hover{
    color: 	#02F78E;
    transition: 0.5s;
}

@media screen and (max-width:860px){
    .header-com{
        display: none;
    }
}

/*上方導覽(平板/手機)*/
.header-phone{
    position: fixed;
    top: 0px;
    height: 70px;
    width: 100%;
    z-index: 100;
    transition: 0.7s;
}
.header-phone.sticky{
    background: #2894FF;
    transition: 0.7s;
}
.nav-phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 15px auto;
}
.logo-phone img{
    width: 200px;    
}

.menu-open i{
    font-size: 30px;
    color: #fff;
}

.menu-phone{
    display: block;
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.menu-block{
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.menu-close i{
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    color: #3A006F;
}

.menu-block a{
    width: 90%;
    color: #003060;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    margin: 40px auto;
    font-size: 20px;
    border-bottom: 1px solid #3A006F;
    padding-bottom: 20px;
}

@media screen and (min-width:860px){
    .header-phone{
        display: none;
    }
    .menu-phone{
        display: none;
    }
}
/*bn*/
.banner{
    width: 100%;
}
.bn_1{
    background-image: url(../images/banner/bn1-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}
.bn_2{
    background-image: url(../images/banner/bn2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}
.bn_3{
    background-image: url(../images/banner/bn3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}
.bn_content{
    max-width: 1300px;
    margin: auto;
    padding: 150px 0 0 ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bn_content .bn_title{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.bn_content .bn_title img{
    width: 100%;
}
.bn_content .bn_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bn_content .bn_img img{
    width: 100%;
    animation: bn_img 3s infinite;
}

@keyframes bn_img{
    0%{
        transform: translateY(-15px);
    }
    50%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(-15px);
    }
}

@media screen and (max-width:860px){
    .bn_1{
        background-image: url(../images/banner/bn1-bg-pad.jpg);
        background-size: cover;
        height: 1400px;
    }
    .bn_2{
        background-image: url(../images/banner/bn2-bg-pad.jpg);
        background-size: cover;
        height: 1400px;
    }
    .bn_3{
        background-image: url(../images/banner/bn3-bg-pad.jpg);
        background-size: cover;
        height: 1400px;
    }
    .bn_content{
        padding: 250px 0 0;
    }
}

@media screen and (max-width:450px){
    .bn_1{
        background-image: url(../images/banner/bn1-bg-phone.jpg);
        background-size: cover;
        height: 800px;
    }
    .bn_2{
        background-image: url(../images/banner/bn2-bg-phone.jpg);
        background-size: cover;
        height: 800px;
    }
    .bn_3{
        background-image: url(../images/banner/bn3-bg-phone.jpg);
        background-size: cover;
        height: 800px;
    }
    .bn_content{
        padding: 170px 20px 0;
    }
    .bn_content .bn_title img{
        margin: 10px 0;
    }
}

/*bn下方*/
.sbn {
    background-image: url(../images/bg01.jpg);
    background-size: cover;
    padding: 30px 0;
}
.sbn .content{
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}
.sbn .content .item01{
    width: 40%;
    padding: 0 15px;
}
.sbn .content .item01 img{
    max-width: 450px;
}
.sbn .content .item02{
    width: 60%;
    padding: 0 15px;
}
.sbn .content .item02 h3{
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
    color: #00208A;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}
.sbn .content .item02 p{
    color: #fff;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 28px;
}

/*手機*/
@media screen and (max-width:860px){
    .sbn{
        padding: 0;
    }
    .sbn .content{
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
        height: 450px;
    }
    .sbn .content .item01, .sbn .content .item02{
        margin: 20px auto;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sbn .content .item01 img{
        width: 90%;
        margin: auto;
    }
    .sbn .content .item02 h3{
        font-size: 24px;
    }
    .sbn .content .item02 p{
        font-size: 18px;
        text-align: center;
    }
}

@media screen and (max-width:450px){
    .sbn .content{
        height: auto;
    }
    .sbn .content .item01 img{
        width: 100%;
    }
    .sbn .content .item02 h3{
        font-size: 18px;
        font-weight: 600;
    }
    .sbn .content .item02 h3 br{
        display: none;
    }
    .sbn .content .item02 p{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }
}

/*countdown*/
.timer{
    width: 100%;
    margin: 70px auto;
    text-align: center;
}
.timer h2{
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #003060;
}
.timer h2 span.examDate{
    font-size: 50px;
    font-weight: bold;
}
.timer h2 span{
    color: #FF2F6F;
    font-size: 36px;
    font-style: italic;
}
.timer .countdown{
    display: flex;
    justify-content: center;
}
.timer .countdown .date{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.timer .countdown .date span{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background: #003060;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 12px;
    margin: 30px 30px 0;
}
.timer .countdown .date p{
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 400;
    margin: 10px auto;
}

@media (max-width: 450px){
    .timer h2{
        font-size: 28px;
    }
    .timer h2 span.examDate{
        font-size: 34px;
    }
    .timer h2 span{
        font-size: 22px;
    }
    .timer .countdown .date span{
        font-size: 22px;
        margin: 20px 15px 0;
    }
}

/*兩分鐘了解*/
.twomin{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.course{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0 60px;
}
.course .card{
    position: relative;
    border-radius: 10px;
    max-width: 350px;
    height: 650px;
    background: #fff;
    margin: 30px 20px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5 );
}
.course .card .imgbox{
    position: relative;
    width: 350px;
    height: 400px;
    top: -80px;
    left: -15px;
    z-index: 1;
}
.course .card .imgbox img{
    width: 100%;
}
.course .card .content{
    position: relative;
    margin-top: -100px;
    padding: 10px 15px;
    text-align: justify;
    color: #3c3c3c;
}
.course .card .content p{
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6C6C6C;
    margin: -10px auto;
}
.course .card .content a{
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #005AB5;
    margin: -10px auto;
    text-decoration: none;
}
/*手機*/
@media screen and (max-width:450px){
    .course{
        width: 100%;
    }
    .course .card{
        max-width: 300px;
        height: auto;
    }
    .course .card .imgbox{
        width: 300px;
        height: 300px;
    }
    .course .card .content{
        margin-top: -70px;
        padding: 10px 15px;
    }
}
/*提早準備*/
.young{
    margin-top: 60px;
    margin-bottom: 60px;
}
.young img{
    width: 95%;
}
.young p{
    font-size: 18px;
    font-weight: 400;
    color: #5B5B5B;
    text-align: left;
    line-height: 27px;
}
.young a{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #005AB5;
    border-radius: 25px;
    padding: 7px 30px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 60px;
    letter-spacing: 2px;
    margin-top: 30px;
    box-shadow: 0 5px 10px #000000;
    transition: 0.5s;
}
/*電腦2*/
@media screen and (min-width:1450px){
    .young img{
        width: 100%;
    }
    .young p{
        text-align: left;
        line-height: 40px;
    }
}
.young a:hover{
    background-color: #00F2FF;
    color: #003060;
    box-shadow: unset;
    transition: 0.5s;
    transform: translateY(5px);
}

/*手機*/
@media screen and (max-width:860px){
    .young{
        width: 100%;
        margin: 20px auto;
    }
    .young img{
        width: 100%;
    }
    .young .col-lg-5{
        width: 100%;
        text-align: center;
    }
    .young p{
        font-size: 18px;
        text-align: center;
        line-height: 30px;
    }
    .young a{
        font-size: 20px;
        display: inline-block;
        padding: 5px 35px;
        margin: auto;
    }
}
/*四大理由*/
.four{
    padding: 0 0 50px;
    background:linear-gradient(180deg,#003060,#0066CC);
}
.four .title{
    padding-top: 30px;
}
.four .contect{
    transition: 0.7s;
    border-radius: 5px;
    height: 500px;
    margin: 0 10px;
    animation: feature 3s infinite;
}
@keyframes feature{
    0%{
        box-shadow: none;
    }
    50%{
        box-shadow: 0 0 20px #00FFFF;
    }
    100%{
        box-shadow: none;
    }
}
.four .contect img{
    width: 100%;
    margin: auto;
    padding: 15px 10px;
}
.four .contect h3{
    text-align: center;
    color: #00FFFF;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
    margin: -10px auto 0;
    padding: 7px 10px;
    letter-spacing: 2px;
    transition: 0.7s;
  }

.four .contect p{
    text-align: center;
    color: #fff;
    padding-top: 18px;
    width: 90%;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    margin: auto;
    transition: 0.7s;
  }
  .four .contect p span{
      color:#FFFF37;
      transition: 0.7s;
  }
  .four .contect:hover{
      background-color: #fff;
      transform: translateY(-15px);
      transition: 0.7s;
  }
  .four .contect:hover h3{
      color: #003060;
      transition: 0.7s;
      font-weight: 600;
  }
  .four .contect:hover p{
      color: #003060;
      transition: 0.7s;
      font-weight: 400;
  }
  .four .contect:hover p span{
      color: #FF5151;
      transition: 0.7s;
      font-weight: 500;
  }


  /*手機*/
  @media screen and (max-width:450px){
      .four{
          width: 100%;
      }
      .four img{
          width: 100%;
      }
      .four h3{
          width: 100%;
      }
  }

  /*課程資訊*/
  .word01{
      border: 3px solid #005AB5;
      border-radius: 7px;
      background-color: #fff;
  }
  .teach h3{
      font-size: 25px;
      letter-spacing: 2px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      background:linear-gradient(180deg,#005AB5,#5B00AE);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 10px 0;
  }
  .teach h4{
      color: #005AB5;
      font-size: 18px;
      font-weight: 400;
      line-height: 40px;
      padding-left: 30px;
  }
  .teach p{
      color: #5B5B5B;
      font-size: 18px;
      line-height: 40px;
      font-weight: 400;
      padding-left: 30px;
  }
  .teach img{
      width: 70%;
      display: block;
      margin: 150px auto 0 auto;
  }
  /*手機*/
  @media screen and (max-width:450px){
      .teach{
          width: 100%;
      }
      .teach img{
          width: 100%;
          margin: auto;
      }
      .word01 h4{
          padding-left: 10px;
      }
  }
/*組合優惠*/
.sales{
    background-image: url(../images/bg02.png),
                      linear-gradient(180deg,#8600FF,#004B97);
    background-size: cover;
    text-align: center;
    padding-top: 50px;
}
.sales .col-12{
    padding: 50px 0 ;
}
.sales h2{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: auto;
}
.sales h2 span{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 150px;
}
.sales p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
    padding-top: 30px;
}
.sales p .money{
    color: yellow;
    font-size: 32px; 
    letter-spacing: 2px;
}
.sales p .small{
    font-size: 16px;
    text-decoration: line-through;
    opacity: 0.7;
}
/*手機*/
@media screen and (max-width: 450px){
    .sales{
        background:linear-gradient(180deg,#8600FF,#004B97) ;
    }
    .sales .col-12{
        width: 90%;
        margin: auto;
    }
    .sales h2{
        font-size: 32px;
    }
    .sales h2 span{
        padding: 5px 30px;
    }
    .sales p{
        color: #fff;
        font-size: 18px;
        line-height: 50px;
    }
    .sales p .money{
        color: yellow;
        font-size: 28px; 
        letter-spacing: 2px;
    }
    .sales p .small{
        font-size: 14px;
        text-decoration: line-through;
    }
}

/*課程諮詢*/
.question{
    width: 100%;
    text-align: center;
    background-image: url(../images/bg03.jpg);
    background-size: cover;
    padding: 60px 0;
}
form{
    width: 60%;
    margin: auto;
}
form h2{
    color:#004B97;
    text-shadow: 0 0 10px #00FFFF, 0 0 20px #00FFFF, 0 0 30px #00FFFF;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 100px;
}
form h4{
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    font-size: 18px;
    padding-bottom: 30px;
}
form p{
    color: #FFD306;
    font-size: 18px;
    font-weight: 700;
    margin-top: -25px;
    padding: 0 0 30px;
}
form label{
    width: 100%;
    margin: 10px auto 0;
    font-size: 26px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 5px #003060;
}
form input{
    border-radius: 7px;
    margin: 10px auto;
    width: 100%;
    border: 0;
    padding: 5px 0;
}
form select{
    border: 0;
    text-align: center;
    width: 100%;
    border-radius: 7px;
    padding: 5px 0;
    margin: 10px auto;
}
form option{
    border: 0;
    width: 100%;
    border-radius: 7px;
}
form .button{
    text-align: center;
    width: 40%;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 500;
    background-color: #FFD306;
    box-shadow: 0 5px 10px #D94600;
    border-radius: 50px;
    padding: 5px 30px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    border: 0;
    transition: 0.5s;
}
form .button:hover{
    background-color: #FFED97;
    box-shadow: unset;
    transform: translateY(5px);
    transition: 0.5s;
    color: #D94600;
}
.question .python{
    color: #fff;
    text-shadow: 2px 2px 5px #003060;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}
.question .python:hover{
    color: #FFD306;
    transition: 0.5s;
}
@media screen and (max-width:860px){
    #askme{
        background-image: url(../images/bg03-pad.jpg);
        height: 900px;
    }
    .question .col-12{
        width: 100%;
        margin: auto;
    }
    .question form{
        width: 90%;
        margin: auto;
    }
    .question label{
        width: 100%;
    }
    .question input{
        width: 100%;
    }
    .question .button{
        width: 50%;
        padding: 5px 30px;
    }
}
@media screen and (max-width:450px){
    #askme{
        background:linear-gradient(180deg,#004B97,#0072E3);
        height: 1000px;
    }
    .question .button{
        width: 70%;
        font-size: 18px;
        padding: 5px 15px;
    }
}
/*學員反饋*/
.share{
    text-align: center;
}
.share .share01{
    margin-bottom: 60px;
}
.share iframe{
    width: 100%;
    height: 100%;
}
.share a{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    margin: auto;
    background:linear-gradient(90deg,#D200D2,#FF5151);
    border-radius: 30px;
    transition: 0.7s;
}
.share a:hover{
    color: #930093;
    background:linear-gradient(90deg,#FFE6FF,#FFDAC8);
    box-shadow: 0 0 10px #FF44FF, 0 0 20px #FF44FF;
    transition: 0.7s;
}
.share .share02{
    background-color: #fff;
    padding: 30px;
    line-height: 40px;
}
.share02 h3{
    color: #003060;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 2px;
}
.share02 h4{
    color: #8600FF;
    font-size: 25px;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 20px;
    font-weight: 500;
}
.share02 p{
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
}
.share03 marquee p{
    color: #003060;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 2px;
}

@media screen and (max-width:860px){
    .share iframe{
        margin-top: 30px;
        max-width: 750px;
        height: 400px;
    }
    .share02 p{
        line-height: 28px;
    }
}

@media screen and (max-width:450px){
    .share{
        width: 100%;
    }
    .share a{
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .share iframe{
        width: 300px;
        height: 250px;
    }
    .share02 h4{
        line-height: 35px;
    }
    .share03 marquee p{
        font-size: 18px;
    }
}
/*歷屆試題*/
.test{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.test h4{
    color: #005AB5;
    font-weight: 500;
    font-size: 24px;
}
.test iframe{
    display: block;
    margin: auto;
    border:1px solid #CCC; 
    border-width:1px; 
    margin-bottom:5px; 
    width: 100%;
}
/*手機*/
@media screen and (max-width:450px){
    .test{
        width: 90%;
        margin: auto;
    }
    .test h4{
        font-size: 20px;
    }
    .test iframe{
        height: 250px;
        width: auto;
    }
}
/*課程搶先看*/
.watch{
    text-align: center;
}
.watch iframe{
    width: 95%;
}
.watchmore p{
    background-color: #004B97;
    box-shadow:  0 5px 10px #000000;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 40px;
    margin: 30px auto 0;
    cursor: pointer;
    transition: 0.7s;
}
.watchmore p:hover{
    background-color: aquamarine;
    transform: translateY(5px);
    color: #003D79;
    box-shadow: unset;
    transition: 0.7s;
}
.watch a{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    padding: 7px 60px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    margin: 30px auto;
    background-color: #6F00D2;
    border-radius: 50px;
    transition: 0.7s;
}
.watch a:hover{
    color: #3A006F;
    background-color: #F1E1FF;
    box-shadow: 0 0 10px #921AFF, 0 0 20px #921AFF;
    transition: 0.7s;
}
/*手機*/
@media screen and (max-width:450px){
.watch{
    width: 90%;
    margin: auto;
}
.watch iframe{
    width: 100%;
}
}
/*歷屆班隊&班班報滿*/
.season{
    background-color: #fff;
}
.season img{
    width: 90%;
    display: block;
    margin: auto;
}
.season .pastclass img:nth-child(2){
    display: none;
}
/*手機*/
@media screen and (max-width:450px){
    .season{
        width: 100%;
    }
    .season img{
        width: 100%;
    }
    .season .pastclass img:nth-child(1){
        display: none;
    }
    .season .pastclass img:nth-child(2){
        display: initial;
    }
}
/*從APCS出發*/
.title h3{
    color: #006EFF; 
    font-size: 24px; 
    font-weight: bold; 
    margin: -30px auto 0; 
    border: 2px solid #006EFF; 
    padding: 5px 20px; 
    width: 60%; 
    text-align: center;
}
.more{
    text-align: center;
}
.more p{
    background-color: #FF8000;
    box-shadow: 0 5px 10px #D94600;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    padding: 10px 60px;
    transition: 0.7s;
}
.more p:hover{
    transform: translateY(10px);
    background-color: #FFED97;
    color: #D94600;
    box-shadow: unset;
    transition: 0.7s;
}
.more img{
    width: 100%;
    display: none;
    margin: auto;
}
/*手機*/
@media screen and (max-width:450px){
    .title h3{
        font-size: 18px;
        width: 90%;
    }
    .more{
        width: 100%;
    }
    .more p{
        padding: 5px 30px;
    }
}
/*Q&A*/
.answer{
    width: 100%;
    background:linear-gradient(180deg,#003060,#0066CC);
}
.answer .row{
    width: 70%;
    margin: auto;
}
.answer .title{
    padding-top: 30px;
}
.answer img{
    width: 100%;
}
.space{
    padding-bottom: 60px;
}
.answer h4{
    font-size: 16px;
    color: #003060;
    background: #ACD6FF;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 40px;
    cursor: pointer;
    transition: 0.5s;
}
.answer p{
    margin-top: -10px;
    background: #fff;
    border: 2px solid #ACD6FF;
    padding: 15px 40px;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    display: none;
}
.answer h4:hover{
    color: #003060;
    background: #ffff37;
    transition: 0.5s;
}
.answer a{
    color: #000000;
    text-decoration: none;
}
.answer a:hover{
    color: aqua;
    transition: 0.5s;
}

@media (max-width: 860px){
    .answer .row{
        width: 90%;
    }
}
/*手機*/
@media screen and (max-width:450px){
    .answer{
        width: 100%;
    }
    .answer .row{
        width: 100%;
    }
}
/*推薦課程*/
.course img{
    display: block;
    margin: 20px auto;
}
/*底部*/
.footer{
    background:linear-gradient(90deg,#00F2FF,#006EFF);
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
}
/*右側表單*/
.fixform{
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 5;
}
@media screen and (max-width:450px){
    .fixform{
        display: none;
    }
}

/*go to top*/
#btn-back-to-top{
    position: fixed;
    bottom: 200px;
    right: 10px;
    display: none;
    background-color: #006EFF;
    border: 0px;
    clip-path: circle(40%);
    opacity: 0.5;
    transition: 0.6s;
  }
#btn-back-to-top:hover{
    opacity: 1;
    transition: 0.6s;
    transform: translateY(-5px);
}