* {
    margin: 0;
    padding: 0;
}
body {
    background-image: url("../images/bg02.png"), linear-gradient(45deg, #FCFAFF, #F9F6FE);
    background-size: 100%;
}
body i{
    margin: 0 10px;
}

/*平板*/
@media screen and (max-width:1100px) {
    body {
        background-image: url("../images/bg02.png"), linear-gradient(45deg, #FCFAFF, #F9F6FE);
        background-size: auto;
    }
}

.wrapper {
    width: 100%;
}

@media screen and (max-width:860px) {
    .wrapper {
        overflow: hidden;
    }
}

@media screen and (max-width:450px) {
    .wrapper {
        overflow: hidden;
    }
}

.space {
    height: 250px;
}


/*右側表單icon*/
.rightform{
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 20;
    width: 120px;
    height: 120px;
}
.rightform .phone{
    display: none;
}

/*手機*/
@media screen and (max-width:450px){
    .rightform{
        position: fixed;
        bottom: 0;
        top: unset;
        width: 100%;
        height: 70px;
    }
    .rightform .desktop{
        display: none;
    }
    .rightform .phone{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #a2a9e2;
        height: 100%;
        box-shadow: 0 -3px 10px #3A006F;
    }
    .rightform .phone p{
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 25px;
        margin: 0 10px;
    }
    .rightform .phone a{
        color: #4B0091;
        background-color: #FFE153;
        padding: 5px 10px;
        border-radius: 5px;
        text-decoration: none;
        margin: 0 10px;
    }
}

/*優惠倒數*/
.timer{
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 100;
    background:linear-gradient(0deg, #4F4F4F, #272727);
    border-radius: 5px;
    width: 150px;
    padding: 10px 5px;
    cursor: pointer;
    transition: 0.6s;
}
.timer:hover{
    transform: scale(1.04);
    transition: 0.6s;
}
.timer h2{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
    animation: timerword 1s infinite;
}
@keyframes timerword{
    0%{
        color: #fff;
    }
    50%{
        color: #fff;
        text-shadow: 0 0 7px #FF0080, 0 0 15px #FF0080;
    }
    100%{
        color: #fff;
    }
}
.timer .countdown{
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer .countdown p{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.date01 p, .date02 p, .date03 p, .date04 p{
    margin: 5px;
}
.timer .countdown .day , .timer .countdown .hour , .timer .countdown .minute , .timer .countdown .seconds {
    color: #FFFF37;
    font-size: 20px;
    font-weight: 600;
}
.timer .timeover{
    color: #FFFF37;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width:860px){
    .timer{
        position: fixed;
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
    }
    .timer h2{
        letter-spacing: 2px;
    }
    .timer h2 br{
        display: none;
    }
    .timer .countdown{
        margin-top: -10px;
    }
    .date01 , .date02 , .date03 , .date04 {
        display: flex;
        align-items: center;
    }
}

/*優惠動畫字*/
.animeword{
    margin: 30px auto 0px;
    text-align: center;
}
.animeword a{
    font-weight: 700;
    letter-spacing:2px;
    line-height: 45px;
    text-decoration: none;
    animation: dateline1 2s infinite;
    }
    @keyframes dateline1{
    0%{
    font-size: 30px;
    color: #FF8000;
    }
    50%{
    font-size: 34px;
    color: #3A006F;
    text-shadow: 5px 5px 15px #FFFFCE	, 5px 5px 30px #FFFFCE	, 5px 5px 45px #FFFFCE	;
    }
    100%{
    font-size: 30px;
    color: #FF8000;
    }
    }
    /*.animeword br{
        display: none;
    }*/

/*手機*/
@media screen and (max-width:450px){
    .animeword{
        margin: 30px auto;
    }
    .animeword a{
        animation: dateline2 2s infinite;
        line-height: 28px;
    }
    .animeword br{
        display: initial;
    }
}

@keyframes dateline2{
    0%{
    font-size: 20px;
    color: #FF8000;
    }
    50%{
    font-size: 24px;
    color: #3A006F;
    text-shadow: 5px 5px 15px #FFFFCE	, 5px 5px 30px #FFFFCE	, 5px 5px 45px #FFFFCE	;
    }
    100%{
    font-size: 20px;
    color: #FF8000;
    }
    }

/*固定大標*/

.title h1{
    color: #3c3c3c;
    font-size: 32px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 50px auto 0px;
    padding: 30px 15px 10px;
}
.title_2 h1{
    color: #3A006F;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 50px auto 0px;
    border-bottom: 2px solid #3A006F;
    width: 40%;
    padding: 30px 15px 5px;
}
.title02 h2{
    margin: 40px auto 20px;
    color: #3A006F;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
}
.title02 h2 span{
    padding: 10px 70px;
    border: 1px solid #3A006F;
    border-radius: 5px;
}
.title03{
    margin: auto;
    color: #CE46CB;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*電腦＆平板設定br去除用*/
@media screen and (min-width: 860px){
    .title h1 br{
        display: none;
    }
    .title_2 h1 br {
        display: none;
    }
    .title02 h2 br{
        display: none;
    }
}

/*平板*/
@media screen and (max-width: 860px) {
    .title h1{
        font-size: 30px;
        line-height: 40px;
    }
    .title_2 h1{
        font-size: 28px;
        line-height: 32px;
        padding: 10px 6px;
        width: 80%;
    }
    .title02 h2 {
        display: block;
        margin: 20px auto;
        line-height: 35px;
    }
}

/*手機*/
@media screen and (max-width:450px) {
    .title h1{
        font-size: 26px;
        line-height: 34px;
        padding: 15px 0 0;
        margin: 30px auto 10px;
    }
    .title_2 h1{
        font-size: 18px;
        line-height: 24px;
        padding: 10px 6px;
        color: #3A006F;
        margin: auto;
    }
    .title02 h2{
        margin: 20px auto;
        font-size: 20px;
        border: 1px solid #3A006F;
        padding: 0;
        width: 60%;
    }
    .title02 h2 span{
        border: 0;
        padding: 0;
    }
    .title03{
        font-size: 18px;
        width: 80%;
        line-height: 26px;
        margin-top: 10px;
    }
}

/*上方導覽(電腦)*/
.header-com{
    position: fixed;
    top: 0px;
    height: 90px;
    width: 100%;
    z-index: 20;
    backdrop-filter: blur(10px);
}
.header-com.sticky{
    background-color: #fff;
    box-shadow: 0 3px 10px #3c3c3c;
    transition: 0.7s;
    height: 90px;
}
.header-com.sticky .menu-com a , .header-com.sticky .menu-com p{
    color: #3A006F;
    transition: 0.6s;
}
.nav-com{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
}
.logo-com img{
    width: 500px;
    margin-top: -10px;   
}
.menu-com{
    display: flex;
    justify-content: end;
    align-items: center;
}
.menu-com a{
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    margin:  0 10px;
    font-size: 20px;
}
.menu-com p{
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}
.menu-com a:hover{
    color: #6F00D2;
    transition: 0.5s;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}

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

/*上方導覽(平板/手機)*/
.header-phone{
    position: fixed;
    top: 0px;
    height: 70px;
    width: 100%;
    z-index: 100;
}
.header-phone.sticky{
    background-color: #fff;
    box-shadow: 0 5px 10px #3c3c3c;
    transition: 0.7s;
}
.header-phone.sticky .menu-open i{
    color: #3A006F;
}
.nav-phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 15px auto;
}
.logo-phone img{
    width: 250px;    
}

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

/*banner*/
.banner{
    background-image: url(../images/banner-bg-desktop.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 780px;
}
.banner .left{
    margin: 180px 0 0 100px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .left img{
    width: 80%;
    margin: auto;
}
.banner .left p{
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    font-size: 34px;
    animation: elearn 3s infinite;
    padding: 50px 0;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px #3c3c3c;
}
@keyframes elearn{
    0%{
        color: #fff;
        transform: scale(1);
    }
    50%{
        color: #FFFF37;
        transform: scale(1.2);
    }
    100%{
        color: #fff;
        transform: scale(1);
    }
}
/*the old copywriting =>
 .banner .left p{
    width: 650px;
    color: #fff;
    background-color: #45407c;
    padding: 20px 30px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 15px;
    margin: 70px 0px 0px 90px;
}*/

@media screen and (max-width:1450px){
    .banner{
        background-image: url(../images/banner-bg-desktop.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 600px;
    }
    .banner .left{
        margin: 150px 0 0 80px;
    }
    .banner .left p{
        padding: 30px 0;
        line-height: 42px;
        font-size: 28px;
    }
}

@media screen and (max-width:860px){
    .banner{
        background-image: url(../images/banner-bg-pad.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 800px;
    }
    .banner .left{
        margin: 180px 0 0 0;
    }
}

@media screen and (max-width:450px){
    .banner{
        background-image: url(../images/banner-bg-phone.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 800px;
    }
    .banner .left{
        margin: 220px 0 0 0;
    }
    .banner .left img{
        width: 100%;
    }
    .banner .left p{
        width: 100%;
        margin: 10px 0 0 0;
        font-size: 24px;
        line-height: 38px;
    }
}

/*引述介紹*/
.introduce{
    background-color: #a2a9e2;
    width: 100%;
    margin-top: -55px;
    text-align: center;
}
.introduce h2{
    color: #FFFF37;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 40px;
    font-weight: 700;
    margin: 10px 0 0;
}
.introduce p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    width: 60%;
    margin: auto;
    font-weight: 500;
    padding: 30px 0px 10px;
    line-height: 28px;
}
.introduce .computer{
    color: #f9f900; 
    font-weight: 700; 
    font-size: 30px; 
    text-shadow: 2px 2px 5px #3A006F; 
    text-align: center; 
    line-height: 60px;
}
.introduce h2 br , .introduce .computer br{
    display: none;
}

/*平板*/
@media screen and (max-width: 860px){
    .introduce p{
        width: 90%;
        font-size: 18px;
        font-weight: 300;
    }
    .introduce h2{
        font-size: 24px;
        line-height: 34px;
    }
    .introduce h2 br{
        display: none;
    }
    .introduce .computer br{
        display: none;
    }
}

/*手機*/
@media screen and (max-width:450px) {
    .introduce h2{
        font-size: 20px;
        line-height: 28px;
    }
    .introduce h2 br{
        display: initial;
    }
    .introduce p {
        width: 90%;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    .introduce .computer{
        font-size: 20px;
        line-height: 30px;
    }
    .introduce h2 br , .introduce .computer br{
        display: initial;
    }
}

/*營隊總覽*/
.course{
    margin: 50px auto 0;
}
.course .row{
    width: 90%;
    margin: 50px auto;
}
.course .item{
    max-width: 300px;
    margin: auto;
    box-shadow: 0 0 15px #6C6C6C;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.course .item:hover{
    transform: translateY(-15px);
    box-shadow: 0 0 15px #3A006F;
    transition: 0.7s;
}
.course .right{
    margin-right: 15px;
}
.course .left{
    margin-left: 15px;
}
.course .item .imgbox img{
    width: 100%;
}
.course .item .wordbox{
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 5px;
    width: 100%;
    text-align: center;
} 
.course .item .wordbox h5{
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 36px;
    animation: limit 3s infinite;
}
@keyframes limit{
    0%{
        color: #FF2D2D;
    }
    50%{
        color: #f9f900;
        text-shadow: 0 0 5px #4B0091;
    }
    100%{
        color: #FF2D2D;
    }
}
.course .item .wordbox p{
    color: #FF2D2D;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0 0;
    height: 140px;
}
.course .item .wordbox p span{
    color: #3A006F;
}
.course .item .wordbox .discount{
    color: #fff;
    background-color: #FF8000;
    padding: 10px 10px 10px 0px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s;
}
.course .item .wordbox a{
    color: #fff;
    background-color: #3A006F;
    padding: 10px 10px 10px 0px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s;
}
.course .item .wordbox .discount:hover{
    background-color: #FFE153;
    box-shadow: 0 0 10px #FF8000;
    transition: 0.5s;
}
.course .item .wordbox a:hover{
    background-color: #FF77FF;
    box-shadow: 0 0 10px #3A006F;
    transition: 0.5s;
}

@media screen and (max-width:860px){
    .course .row{
        width: 100%;
    }
    .course .item .wordbox{
        padding: 10px;
    }
    .course .item .wordbox p{
        font-size: 14px;
        line-height: 24px;
        height: 90px;
    }
    .course .item .wordbox a{
        font-size: 14px;
        padding: 5px 0;
        width: 100%;
        display: block;
        margin: 5px 0;
    }
    .course .item .wordbox .discount{
        font-size: 14px;
        padding: 5px 0;
        width: 100%;
        display: block;
        margin: 5px 0;
    }
}

@media screen and (max-width:450px){
    .course .item{
        margin: 15px auto;
    }
    .course .item .wordbox{
        display: none;
    }
    .course .item:nth-of-type(4) , .course .item:nth-of-type(5){
        margin: auto;
    }
    .course .item .wordbox p{
        height: auto;
    }
}
/*modal*/
.modal h5{
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 2px;
}
.modal h5 br{
    display: none;
}
.modal form{
    width: 90%;
    margin: auto;
}
.modal form p{
    color: #CE0000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
}
.modal form .modal_row{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.modal form input{
    border-radius: 5px;
    border: 1px solid 	#D0D0D0;
    font-size: 18px;
    padding: 3px 10px;
    margin: 0 0 0 10px;
    width: 300px;
}
.modal form select{
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    font-size: 18px;
    padding: 3px 10px;
    margin: 0 0 0 10px;
}
.modal form label{
    font-size: 18px;
    padding: 3px 10px;
    color: #3c3c3c;
    font-weight: 700;
    letter-spacing: 1px;
}
.modal .ok{
    visibility: hidden;
    font-size: 16px;
    color: #00A600;
    transition: 0.5s;
    opacity: 0;
}
.modal input:valid + .ok{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.modal select:valid + .ok{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.modal form button:nth-child(1){
    color: #fff;
    background-color: #6C6C6C;
    padding: 5px 40px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s;
    border: 0;
}
.modal form button:nth-child(1):hover{
    background-color: #E0E0E0;
    transition: 0.5s;
}
.modal form button:nth-child(2){
    color: #fff;
    background-color: #FF8000;
    padding: 5px 40px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s;
    border: 0;
}
.modal form button:nth-child(2):hover{
    background-color: #FFE153;
    box-shadow: 0 0 10px #FF8000;
    transition: 0.5s;
}
@media screen and (max-width: 860px){
    .modal form{
        width: 100%;
        margin: auto;
    }
    .modal form select:nth-child(1){
        width: 100%;
    }
}
@media screen and (max-width: 450px){
    .modal h5 br{
        display: initial;
    }
    .modal form .modal_row{
        margin: 0 10px;
    }
    .modal form input, .modal form select{
        width: 100%;
        font-size: 16px;
    }
    .modal form label{
        font-size: 16px;
    }
}

/*收穫*/
.reward{
    width: 70%;
    margin: auto;
}
.reward .slider_img img{
    width: 100%;
}

@media screen and (max-width:450px){
    .reward{
        width: 100%;
    }
}

/*營隊特色*/
.feature{
    background-color: #E6DDF3;
}
.feature .item{
    width: 90%;
    margin: 50px auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 20px #D0D0D0;
    transition: 0.7s;
}
.feature .item:hover{
    box-shadow: 0 5px 5px #3A006F;
    transform: translateY(-15px);
    transition: 0.7s;
}
.feature .item h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #3A006F;
    color: #3A006F;
}

.feature .item .highlight{
    color: #CE46CB;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding: 10px 0;
}
.feature .item .highlight span{
    animation: more 3s infinite;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 15px 0 0 0 ;
}
@keyframes more{
    0%{
        color: #FFD306;
    }
    50%{
        color: #3A006F;
    }
    100%{
        color: #FFD306;
    }
}
.feature .item .word{
    text-align: center;
    color: #3c3c3c;
    line-height: 28px;
    font-size: 14px;
    width: 90%;
    margin: auto;
    font-weight: 400;
    letter-spacing: 1px;
    display: none;
}

@media screen and (max-width:860px){
    .feature .item{
        margin: 10px auto;
    }
}
@media screen and (max-width:450px){
    .feature .item{
        margin: 10px auto;
        padding: 5px 20px;
    }
    .feature .item h3{
        font-size: 18px;
    }
}

/*online course*/
.online{
    max-width: 1000px;
    margin: auto;
}
.online img{
    width: 100%;
}
.online img:nth-child(2){
    display: none;
}
@media screen and (max-width: 450px){
    .online{
        width: 90%;
        margin: auto;
    }
    .online img:nth-child(1){
        display: none;
    }
    .online img:nth-child(2){
        display: initial;
    }
}

/*營隊資訊*/
.information{
    width: 60%;
    margin: auto;
}
.information table{
    width: 100%;
    margin-top: 30px;
    text-align: left;
    box-shadow: 3px 3px 15px #6C6C6C;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.information tr td:nth-child(1){
    width: 30%;
    color: #fff;
    text-shadow: 2px 2px 4px #111;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    padding: 20px 0px;
    text-align: center;
    letter-spacing: 2px;
}
.information tr td:nth-child(2){
    width: 70%;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 30px;
    color: #3c3c3c;
    font-weight: 400;
}
.information tr:nth-child(odd) td:nth-child(1){
    background-color: #7C44BB;
}
.information tr:nth-child(even) td:nth-child(1){
    background-color: #8C63BB;
}
.information tr:nth-child(odd) td:nth-child(2){
    background-color: #FAF4FF;
}
.information tr:nth-child(even) td:nth-child(2){
    background-color: #fff;
}
.information td a{
    text-decoration: none;
    animation: aword 3s infinite;
    font-size: 20px;
    font-weight: 700;
}
@keyframes aword{
    0%{
        color: #FF2D2D;
    }
    50%{
        color: #FF9224;
    }
    100%{
        color: #FF2D2D; 
    }
}
.information td span{
    color: #CE46CB;
    font-size: 18px;
    font-weight: 500;
}

/*平板*/
@media screen and (max-width: 860px){
    .information{
        width: 80%;
    }
}

/*手機*/
@media screen and (max-width: 450px){
    .information{
        width: 90%;
    }
    .information table{
        width: 100%;
    }
    .information tr td:nth-child(1){
        width: 30%;
        font-size: 18px;
        line-height: 28px;
        padding: 10px 5px;
    }
    .information tr td:nth-child(2){
        width: 70%;
        font-size: 14px;
        line-height: 24px;
        padding: 10px 5px;
    }
    .information td a{
        font-size: 18px;
        font-weight: 700;
    }
    .information td span{
        font-size: 16px;
    }
}

/*開班日期*/
.course_calendar{
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_calendar img{
    height: 600px;
    margin: 0 5px;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0 0 15px #6C6C6C;
}
.course_calendar img:hover{
    transform: scale(1.02);
    transition: 0.5s;
}
@media screen and (max-width: 860px){
    .course_calendar img{
        height: 400px;
    }
}
@media screen and (max-width: 450px){
    .course_calendar img{
        height: 200px;
    }
}

/*優惠方案*/
.sales{
    background:linear-gradient(180deg, rgba(252, 250, 255, 0),#582A83) ;
}
.sales .row{
    width: 90%;
    margin: auto;
}
.sales a{
    text-decoration: none;
}
.item01{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 30px auto 0px;
    position: relative;
    cursor: pointer;
    transition: 0.7s;
}
.item01:hover{
    transform: scale(1.08);
    transition: 0.7s;
}
.item01 img{
    max-width: 250px;
    position: absolute;
    top: 0;
    left: 50px;
}
@keyframes allcamp{
    0%{
        background-color: #fff;
    }
    50%{
        background-color: #FFFF6F;
        box-shadow: 0 0 10px #fff , 0 0 20px #fff , 0 0 30px #fff;
    }
    100%{
        background-color: #fff;
    }
}
@keyframes sales{
    0%{
        color: #CE46CB;
    }
    50%{
        color: #FF2D2D;
    }
    100%{
        color: #CE46CB;
    }
}
@keyframes salesline{
    0%{
        border-bottom: 2px solid #CE46CB;
    }
    50%{
        border-bottom: 2px solid #FF2D2D;
    }
    100%{
        border-bottom: 2px solid #CE46CB;
    }
}
@keyframes word1{
    0%{
        color: #3c3c3c;
    }
    50%{
        color: #FF2D2D;
    }
    100%{
        color: #3c3c3c;
    }
}
@keyframes word2{
    0%{
        color: #FF8000;
    }
    50%{
        color: #FF2D2D;
    }
    100%{
        color: #FF8000;
    }
}
.item01 h3{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #CE46CB;
}
.item01 h3 span{
    border-bottom: 2px solid #CE46CB;
    padding: 0px 30px 2px;
}
.item01 p{
    color: #3c3c3c;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 400;
    padding: 20px 15px 0px 15px;
    margin-left: 20px;
    width: 90%;
    margin: auto;
}
.item01 p span{
    color: #CE46CB;
    font-size: 28px;
    font-weight: 700;
}
.item01 p .remark{
    font-size: 20px; 
    color: #3c3c3c;
    width: 80%;
    margin: auto;
}
.item01 p .remark br{
    display: none;
}

/*平板*/
@media screen and (max-width:860px){
    .item01{
        height: auto;
    }
    .item01 img{
        width: 90px;
    }
}

/*手機*/
@media screen and (max-width:450px){
    .sales{
        width: 100%;
        margin: auto;
    }
    .sales .row{
        width: 100%;
        margin-top: 30px;
    }
    .item01{
        padding: 10px;
        width: 100%;
        height: auto;
        margin: 40px auto;
    }
    .item01 img{
        width: 90px;
        left: 20px;
    }
    .item01 h3{
        width: 100%;
        font-size: 22px;
        line-height: 32px;
    }
    .item01 br{
        display: none;
    }
    .item01{
        width: 100%;
        margin-top: -25px;
        margin-left: 0px;
    }
    .item01 p{
        width: 100%;
        font-size: 16px;
    }
    .item01 p span{
        font-size: 22px;
    }
    .item01 p .remark br{
        display: initial;
    }
    .item01 p .remark{
        font-size: 14px;
        width: 100%;
    }
}

/*立即諮詢*/
.ask{
    width: 100%;
    margin: -10px auto 0;
    background: linear-gradient(#582A83, #6F00D2);
    height: auto;
    padding: 30px 0;
}
.form_title img{
    width: 100%;
    display: block;
    margin: auto;
    padding: 15px 0px;
}

.ask form{
    margin-top: 30px;
    width: 60%;
    margin: auto;
}

.ask form .row label{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 10px auto;
    text-align: center;
}

.ask form .row input{
    width: 100%;
    display: block;
    padding: 5px 5px;
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    border: 0px;
    color: #040404;
    margin: 10px auto;
}

.ask form .row  select{
    width: 100%;
    display: block;
    padding: 5px 5px;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 10px;
    border: 0px;
    margin: 15px auto 0px;
}

.ask form .row option{
    width: 100%;
    font-size: 14px;
}

.ask form .row .button{
    width: 40%;
    margin: 30px auto;
    border-radius: 25px;
    color: #003D79;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    border: 0px;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #C1FFE4;
    box-shadow: 0 0 10px #007979;
    transition: 0.5s;
}

.ask form .button:hover{
    transition: 0.5s;
    box-shadow: 0 0 10px #FFFF37;
    background-color: #FFF4C1;
}

.addline a{
    font-size: 20px; 
    color: #02DF82;  
    font-weight: 400; 
    letter-spacing: 2px; 
    display: block; 
    padding: 10px 20px; 
    border-radius: 15px; 
    margin: auto; 
    text-align: center; 
    width: 30%; 
    text-decoration: none;
    transition: 0.5s;
}
.addline a:hover{
    color: #FF8000;
    transition: 0.5s;
}
.addline a br{
    display: none;
}

/*平板*/
@media screen and (max-width:860px){
    .ask form{
        width: 90%;
    }
}

/*手機*/

@media screen and (max-width:450px) {
    .ask form{
        width: 90%;
    }
    .ask form option{
        font-size: 14px;
    }
    .ask form .row .button {
        width: 90%;
        font-size: 16px;
    }
    .addline a {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }
    .addline a br {
        display: initial;
    }
}

/*家長回饋*/
.share{
    display: block;
    width: 60%;
    margin: auto;
}
.parent .contect{
    display: block;
    background: #582A83;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    width: 200px;
    margin: -40px auto 0px;
    height: 180px;
}
.parent h4{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}
.parent p{
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width:860px){
    .share{
        width: 90%;
    }
}

/*歷屆花絮*/
.trivia{
    display: block;
    width: 70%;
    margin: auto;
}
.trivia iframe{
    margin: 30px auto 0px;
    width: 100%;
}
.trivia .swiper-slide{
    padding: 0 50px;
}
.youtube{
    margin: 90px auto;
    text-align: center;
}
.youtube a{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 400;
    background: linear-gradient(90deg, #FFD306, #FF9224);
    box-shadow: 0 5px 15px #D94600;
    border-radius: 40px;
    line-height: 50px;
    padding: 10px 60px;
    transition: 0.5s;
}
.youtube a:hover{
    background: linear-gradient(90deg, #FFFF93, #FFE153);
    box-shadow: 0 5px 15px #FFFF37, 0 5px 30px #FFFF37;
    color: #3A006F;
    transition: 0.5s;
}
/*平板*/
@media screen and (max-width:860px){
    .trivia{
        width: 90%;
    }
    .trivia iframe{
        width: 100%;
    }
    .youtube{
        width: 80%;
    }
}

/*手機*/
@media screen and (max-width:450px){
    .trivia{
        width: 90%;
    }
    .trivia iframe{
        width: 100%;
        height: 250px;
    }
    .youtube{
        width: 100%;
    }
    .youtube a{
        font-size: 18px;
        padding: 10px 30px;
    }
}

/*延伸學習*/
.wrap04{
    background-color: #F0F3FF;
    width: 100%;
    height: auto;
    padding: 30px 0;
}
.studymore{
    width: 70%;
    margin: auto;
}
.studyitem{
    max-width: 300px;
    transition: 0.7s;
    border-radius: 5px;
}
.studyitem:hover{
    transform: translateY(-15px);
    transition: 0.7s;
    box-shadow: 0 3px 10px #a2a9e2;
}
.studyitem .itemimg img{
    width: 100%;
}
.studymore .itemcontent{
    width: 300px;
    display: block;
    background-color: #fff;
    padding: 15px 20px;
    height: 200px;
    border-radius: 5px;
}
.itemcontent a{
    text-decoration: none;
}
.itemcontent h2{
    text-align: center;
    color: #3A006F;
    border: 1px solid #3A006F;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}
.itemcontent p{
    text-align: center;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.itemcontent:hover h2{
    color: #FF8000;
    border: 1px solid #FF8000;
    transition: 0.5s;
}
.studymap{
    text-align: center;
    margin: 20px auto 30px;
}
.studymap a{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(90deg, #4B0091, #6F00D2);
    box-shadow: 0 5px 15px #003D79;
    border-radius: 40px;
    line-height: 50px;
    padding: 10px 60px;
    transition: 0.5s;
}
.studymap a:hover {
    background: linear-gradient(90deg, #B15BFF, #FF77FF);
    box-shadow: 0 5px 15px #CA8EFF, 0 5px 30px #CA8EFF;
    color: #003D79;
    transition: 0.5s;
}
.mpm-course{
    max-width: 1000px;
    margin: auto;
    background-color: #003060;
}
.mpm-course img{
    width: 100%;
}

/*平板*/
@media screen and (max-width:860px){
    .studymore{
        width: 100%;
    }
    .wrap04 .swiper-button-next{
        display: none;
    } 
    .wrap04 .swiper-button-prev{
        display: none;
    }
    .studymap {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width:450px){
    .studymore{
        width: 100%;
        margin: 30px auto;
    }
    .studymore .swiper-slide{
        margin: 0;
    }
    .studyitem img {
        margin-top: 20px;
    }
    .itemcontent{
        display: none;
    }
    .studymap{
        width: 100%;
        padding: 10px 30px;
    }
    .studymap a{
        font-size: 18px;
    }
    .wrap04 .swiper-button-next {
        display: none;
    } 
    .wrap04 .swiper-button-prev {
        display: none;
    }
}

.footer{
    color: #3A006F;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 30px 0;
    font-weight: 400;
    background-color: #fff;
}
.footer-phone{
    color: #3A006F;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 30px;
    font-weight: 400;
    background-color: #fff;
}
.footer a , .footer-phone a{
    text-decoration: none;
    font-weight: 400;
    color: #003D79;
    animation: link 2s infinite;
}

@keyframes link{
    0%{
        color: #3A006F;
    }
    50%{
        color: #FF0080;
    }
    100%{
        color: #3A006F;
    }
}

@media screen and (min-width:1100px){
    .footer-phone {
        display: none;
    }
}

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