﻿/** 
 * Globel
  - loading
  - fullpage
  - text
  - btn
 * Jumbotron
  - logo
  - icon
  - popup-menu
  - login
  - slogan
  - slider
  - register
 * Benefits
 * About
 * Need
 * Course
 * FAQ
 * Calendar
   - map
 * Experience
 * Teacher
  - footer
**/


/*-------------------------*/
/* $Globel
---------------------------*/

/* loading
---------------------*/
#loading{
    height:100%;
    background:#000;
    display:;
    z-index:999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s
}
#latido{
    animation:5s latido infinite;
    -webkit-animation:5s latido infinite;
    height:500px;width:500px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-250px;
    margin-left:-250px;
}
#load{
    animation:0.4s load infinite;
    -webkit-animation:0.4s load infinite;
    position:absolute;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-81px;
    margin-left:-81px;
    z-index:1
}
#circle{
    width:227px;
    height:214px;
    /*margin:-70px 0 0 -70px;*/
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    position:absolute;
    background:url(../images/Asset_0.png) no-repeat center;
    background-size: 60% 60%;
    /*border-radius:140px;*/
    z-index:2
}

/*ANIMATIONS*/
@keyframes latido{
   0%{transform:scale(1);-webkit-transform:scale(1)}
   25%{transform:scale(1.2);-webkit-transform:scale(1.2)}
   50%{transform:scale(.9);-webkit-transform:scale(.9)}
   75%{transform:scale(1.2);-webkit-transform:scale(1.2)}
   100%{transform:scale(1);-webkit-transform:scale(1)}
}
@keyframes load{
   0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}   
   25%{transform:rotate(90deg);-webkit-transform:rotate(90deg)}
   50%{transform:rotate(180deg);-webkit-transform:rotate(180deg)}
   75%{transform:rotate(270deg);-webkit-transform:rotate(270deg)}
   100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes latido{
   0%{transform:scale(1);-webkit-transform:scale(1)}
   25%{transform:scale(1.2);-webkit-transform:scale(1.2)}
   50%{transform:scale(.9);-webkit-transform:scale(.9)}
   75%{transform:scale(1.2);-webkit-transform:scale(1.2)}
   100%{transform:scale(1);-webkit-transform:scale(1)}
}
@-webkit-keyframes load{
   0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}   
   25%{transform:rotate(90deg);-webkit-transform:rotate(90deg)}
   50%{transform:rotate(180deg);-webkit-transform:rotate(180deg)}
   75%{transform:rotate(270deg);-webkit-transform:rotate(270deg)}
   100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}
}

/* fullpage
---------------------*/
.fp-section,
.fp-slide,
.fp-tableCell{
    height: auto !important;
}

/* text
---------------------*/
.top-title {
    font-size: 38px;
    color: #dba41c;
    text-align: center;
    top: 80px;
}
.globel-inner{
    padding: 8px;
}
.globel-title{
    font-size: 20px;
    color: #dba41c;
    text-align: left;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 4px;
}
.globel-word{
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    width: 100%;
    text-align: left;
    color: #BFBFBF;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-size: 16px;
}

/* btn
---------------------*/
.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    border: 2px solid #dba41c;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    user-drag: none;
    transition: all 0.3s;
}
.btn--primary,
.btn--secondary{
    color: #dba41c;
}
.btn.btn--primary{
    background-color: rgba(6, 6, 6, 0);
}
.btn.btn--primary:hover,
.btn.btn--primary:active{
    background-color: rgba(299, 180, 57, 0.2);
}
.btn.btn--secondary{
    background-color: inherit;
    border: 1px solid #dba41c;
    color: #dba41c;
}
.btn.btn--secondary:hover,
.btn.btn--secondary:active{
    background-color: #dba41c;
    color: #fefefe;
}
.btn.btn--lg{
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    font-weight: 400;
    border-radius: 28px;
    padding: 0 64px;
}
.btn.btn--md{
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    font-weight: 600;
    padding: 0 42px;
}
.btn.btn--sm{
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    font-weight: 400;
    border-radius: 16px;
    padding: 0 32px;
}
.btn-group .btn{
    margin-left: 8px;
    margin-right: 8px;
}
.btn-group--center{
    text-align: center;
}

/* icon btn */
.icon-btn{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 28px;
    color: #fff;
    z-index: 299;
}
.icon-btn .icon{
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.icon-btn .icon:hover{
    transform: translateY(-15%);
}
.icon_bg{
    position: absolute;
    top: -80px;
    left: -65px;
    width: 225px;
    height: 225px;
    background-color: #e3dad7;
}

/*-------------------------*/
/* $Jumbotron
---------------------------*/
.jumbotron{
    height: 100vh;
    top: 0;
    left: 0;
    /*background-color: #000;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;*/
    overflow: hidden;
}
.jumbotron .bg{
    background-image: url(../images/bg/bg1.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
   /* -webkit-animation: fadein 5s;
    -moz-animation: fadein 5s;
    -ms-animation: fadein 5s;
    -o-animation: fadein 5s;
    animation: fadein 5s;*/
}

/* logo
---------------------*/
.logo{
    top: 3.5vw;
    left: 3.5vw;
    position: absolute;
}
.logo img{
    width: 150px;
    z-index: 200;
}

/* icon
---------------------*/
.icon_group{
    top: 20px;
    right: 30px;
    position: absolute;
    z-index: 200;
}
.icon-btn{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.icon-btn img{
    width: 50px;
}
.icon-btn .icon{
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.icon-btn .icon:hover{
    transform: translateY(-15%);
}
.end{
    margin-left: 20px;
}
.separation{
    display: inline-block;
    position: absolute;
    color: #dba41c;
    margin: 15px;
}


/* menu-toggle 
---------------------*/
.menu-toggle{
    display: inline-block;
    float: right;
    padding: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
}
@media (max-width: 768px){
    .menu-toggle{
        padding: 10px;
        padding-top: 16px;
    }
}
.menu-toggle span{
    display: block;
    height: 2px;
    width: 32px;
    background-color: #fefefe;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.menu-toggle:hover span:nth-child(1){
    transform: translateX(-20%);
}
.menu-toggle:hover span:nth-child(3){
    transform: translateX(20%);
}

/* popup-menu 
---------------------*/
.popup-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3a3a;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
#popup-overlay:target{
    opacity: 0.95;
    visibility: visible;
    z-index: 300;
}
.popup-menu_close{
    padding: 24px;
    width: 80px;
    height: 70px;
    float: right;
    margin-right: -16px;
}
.popup-menu_close span{
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.popup-menu_close:hover span:nth-child(1){
    background-color: #dba41c;
}
.popup-menu_close:hover span:nth-child(2){
    background-color: #dba41c;
}
.popup-menu_close span:nth-child(1){
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup-menu_close span:nth-child(2){
    transform: translate(-50%,-50%) rotate(-45deg);
}

/* login
---------------------------*/
.login .form{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.login{
    margin-top: 48px;
}
.login .form label{
    color: #dba41c;
}
.login .form input[type="email"],
.login .form input[type="password"],
.login .form textarea{
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe; 
}
.login .form input[type="email"]:focus,
.login .form input[type="password"]:focus,
.login .form textarea:focus{
    outline: 0;
    border: 1px solid #dba41c;
}
.login .btn-group{
    margin-top: 20px;
}
.login .icon{
    padding: 15px;
}

/* slogan
---------------------------*/
.slogan_large{
    position: absolute;
    top: 35vh;
    left: 5vw;
}
.slogan_large img{
    width: 15vh;
}
.slogan_small{
    display: none;
    position: absolute;
    top: 800px;
    left: 80px;
}
.slogan_small img{
    width: 40vh;
}

/* slider
---------------------------*/
.ei-slider{
    position: absolute;
    right: 100px;
    top: 21vh;
    width: 70vw;
    max-width: 850px;
    height: 60vh;
    margin: 0 auto;
}
.ei-slider ol,ul {
    list-style:none;
}
.ei-slider-thumbs{
    display: none;
}
.ei-slider-large li{
    position: absolute;
}
.ei-slider-large{
    height: 100%;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.ei-slider-large li{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
}
.ei-slider-thumbs{
    height: 8px;
    margin: 0 auto;
    position: relative;
    left: 18px;
    top: -15px;
}
.ei-slider-thumbs li{
    position: relative;
    float: left;
    height: 100%;
    z-index: 100;
}
.ei-slider-thumbs li.ei-slider-element{
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    text-indent: -9000px;
    background: #000;
    background: rgba(0,0,0,0.9);
    z-index: 101;
}
.ei-slider-thumbs li a{
    display: block;
    text-indent: -9000px;
    background: #666 ;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
    background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
    position: absolute; 
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect: 
    below 0px -webkit-gradient(
    linear, 
    left top, 
    left bottom, 
    from(transparent), 
    color-stop(50%, transparent), 
    to(rgba(255,255,255,0.3))
    );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* register 
---------------------*/
.register{
    width: 100%;
    height: 100%;
    z-index: 100;
}
.jumbotron .btn{
    right: 80px;
    top: 90vh;
    float: right;
}
.register .btn:hover{
    transform: translateY(-15%);
}
#popup-overlay_register:target{
    opacity: 0.95;
    visibility: visible;
    z-index: 300;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 80px;
}

/* timeline
---------------------*/
.timeline-group{
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
.timeline{
    width: 4px;
    height: 100%;
    background-color: #dba41c;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.timeline-card_title{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    top: -10px;
}
.timeline-card_text{
    margin-top: 0;
    padding-bottom: 20px;
    color: #fefefe;
}
.timeline-cards_row:nth-child(odd){
    display: flex;
    justify-content: flex-end;
}
.timeline-cards_row:nth-child(even){
    display: flex;
    justify-content: flex-end;
}
.timeline-card{
    background-color: inherit;
    border-radius: 8px;
    width: 100%;
    padding-left: 50px;
    top: 0;
}
.timeline-card a{
    top: 3px;
}
.timeline-card:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #dba41c;
    position: absolute;
    top: 0;
    transform: translate(50%,-50%);
    left: -16px;
}

@media (min-height: 1024px){
    .ei-slider{
        height: 40vh;
        width: 90%;
        right: 0;
        left: -36px;
        top: 30vh;
    }
    .slogan_large{
       display: none;
    }
    .slogan_small{
        display: inline-block;
        top: 80vh;
        left: 10%;
    }
    .slogan_small img{
        width: 35vh;
    }
}

@media (max-height: 749px){
    .jumbotron{
        height: 0;
        padding-bottom: 730px;
    }
}

@media (max-width: 768px){
    .jumbotron{
        height: 0;
        padding-bottom: 850px;
    }
    .slogan_large{
       display: none;
    }
    .slogan_small{
        top: 650px;
        display: inline-block;
    }
    .slogan_small img{
        width: 340px;
    }
    .ei-slider{
        height: 400px;
        width: 90%;
        right: 0;
        left: -36px;
        top: 200px;
    }
    .jumbotron .btn{
        top: 750px;
        right: 45px;
    }
    .jumbotron .btn.btn--md{
        font-size: 16px;
        height: 46px;
        font-weight: 350;
        letter-spacing: 4px;
        font-weight: 600;
        padding: 0 38px;
    }
}
@media (max-width: 425px){
    .jumbotron{
        padding-bottom: 625px;
    }
    .icon_group{
        right: 15px;
    }
    .logo img{
        width: 120px;
        z-index: 100;
    }
    .icon-btn img{
        width: 40px;
    }
    .ei-slider{
        height: 275px;
        top: 140px;
    }
    .slogan_small{
        top: 475px;
        left: 30px;
    }
    .slogan_small img{
        width: 240px;
    }
    .jumbotron .btn{
        top: 560px;
        right: 20px;
    }
    .jumbotron .btn.btn--md{
        font-size: 14px;
        height: 36px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: 4px;
        font-weight: 400;
        padding: 0 24px;
    }
    .timeline-card{
        padding-left: 25px;
    }
}
@media (max-width: 320px){
    .jumbotron{
        padding-bottom: 550px;
    }
    .logo img{
        width: 100px;
        z-index: 100;
    }
    .icon_group{
        top: 10px;
    }
    .ei-slider{
        height: 240px;
        top: 100px;
    }
    .slogan_small{
        top: 400px;
        left: 10px;
    }
    .slogan_small img{
        width: 215px;
    }
    .jumbotron .btn{
        top: 480px;
        right: 10px;
    }
}

/*-------------------------*/
/* $Benefits
---------------------------*/
.benefits{
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}
.benefits .bg{
    background-image: url(../images/bg/bg2.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.big_group{
    position: absolute;
    z-index: 100;
    left: 0;
    top: calc(50vh - (209.531px * 3 + 14vh + 15px) / 2);
}
.benefits_group{
    width: 100%;
    display: inline-block;
}
.benefits_group.b2,
.benefits_group.b3{
    margin-top: 7vh;
}
.benefits img{
    width: 400px;
    left: -32px;
}
.benefits .globel-inner{
    padding: 2vh;
}
.benefits .globel-title{
    font-size: 20px;
    color: #dba41c;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: '新細明體', '微軟正黑體', sans-serif;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.benefits .globel-word{
    font-family: '新細明體', '微軟正黑體', sans-serif;
    width: 100%;
    max-width: 600px;
    text-align: left;
    color: #BFBFBF;
    line-height: 28px;
    letter-spacing: 1px;
    font-size: 16px;
}

@media (max-width: 1170px){
    .benefits img{
        left: -72px;
    }
}
@media (max-width: 1024px){
    .benefits img{
        width: 340px;
    }
    .big_group{
        top: calc(50vh - (178.094px * 3 + 14vh + 42.5px) / 2);
    }
}

@media (max-height: 749px){
    .benefits{
        height: 0;
        padding-bottom: 970px;
    }
    .big_group{
        top: 90px;
    }
    .benefits_group.b2,
    .benefits_group.b3{
        margin-top: 70px;
    }
    .benefits .globel-inner{
        padding: 8px;
    }
}

@media (max-width: 768px){
    .benefits{
        height: 0;
        padding-bottom: 900px;
    }
    .fp-tableCell{
        display: none;
    }
    .big_group{
        top: 90px;
    }
    .benefits_group.b2,
    .benefits_group.b3{
        margin-top: 70px;
    }
    .benefits img{
        width: 350px;
        left: -104px;
    }
    .benefits .globel-inner{
        padding: 8px;
    }
}
@media (max-width: 767px){
    .benefits{
        padding-bottom: 1350px;
    }
    .big_group{
        top: 80px;
    }
    .benefits_group.b2,
    .benefits_group.b3{
        margin-top: 50px;
    }
    .benefits img{
        left: -32px;
    }
    .benefits .globel-title{
        margin-top: 16px;
    }
}
@media (max-width: 425px){
    .benefits{
        padding-bottom: 1200px;
    }
    .big_group{
        top: 55px;
    }
    .benefits_group.b2,
    .benefits_group.b3{
        margin-top: 30px;
    }
    .benefits img{
        width: 300px;
    }
    .benefits .globel-inner{
        padding: 4px;
    }
    .benefits .globel-title{
        font-size: 18px;
    }
    .benefits .globel-word{
        font-size: 14px;
    }
}
@media (max-width: 375px){
    .benefits{
        padding-bottom: 1250px;
    }
    .benefits img{
        left: -52px;
    }
    .benefits .globel-inner{
        padding: 4px;
    }
    .benefits .globel-word{
        width: 88vw;
    }
}
@media (max-width: 320px){
    .benefits{
        padding-bottom: 1280px;
    }
}

/*-------------------------*/
/* $About
---------------------------*/
.about{
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}
.about .bg{
    background-image: url(../images/bg/bg3.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.about_group{
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    top: calc(50vh - (651.27px / 2));
    overflow: hidden;
}
.about .globel-inner{
    left: 50%;
    transform: translateX(-50%);
    width: 313.5px;
}
.about .globel-title{
    font-size: 38px;
    margin-bottom: 15px;
    width: 100%;
}
.about .globel-word{
    line-height: 32px;
}
.about_photo{
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.about_photo img{
    width: 450px;
}

@media (max-width: 1024px){
    .about_group{
        top: calc(50vh - (549.95px / 2))
    }
    .about_photo img{
        width: 380px;
    }
}

@media (max-width: 900px){
    .about_photo img{
        left: -7vw;
    }
}

@media (max-height: 749px){
    .about{
        height: 0;
        padding-bottom: 750px;
    }
    .about_group{
        top: 100px;
    }
    .about_photo img{
        width: 380px;
    }
}

@media (max-width: 768px){
        .about{
            height: 0;
            padding-bottom: 750px;
        }
        .about_group{
            top: 100px;
        }
    }
@media (max-width: 767px){
    .about{
        padding-bottom: 1150px;
    }
    .about_photo{
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .about_photo img{
        width: 300px;
        float: left;
        left: 50%;
        transform: translateX(-50%);
    }
    .about .globel-inner{
        width: 313.5px;
    }
    .about .globel-title{
        text-align: center;
    }
}
@media (max-width: 425px){
    .about{
        padding-bottom: 1020px;
    }
    .about_group{
        top: 60px;
    }
    .about .globel-inner{
        width: 279.5px;
    }
    .about .globel-title{
        font-size: 28px;
        padding-bottom: 10px;
    }
    .about .globel-word{
        font-size: 14px;
    }
    .about .globel-word span{
        display: none;
    }
}
@media (max-width: 320px){
    .about{
        padding-bottom: 980px;
    }
    .about_photo img{
        width: 280px;
    }
}

/*-------------------------*/
/* $Need
---------------------------*/
.need{
    height: 100vh;
    overflow: hidden;
}
.need .bg{
    background-image: url(../images/bg/bg4.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.need_group{
    padding-top: calc(35vh - (400px / 2));
    padding-left: 10%;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
}
.black_bg{
    background-color: #000;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    left: -25px;
    top: -15px;
}
.need .globel-inner .black_bg{
    width: 360px;
    height: 400px;
}
.need .unneed .black_bg{
    width: 360px;
    height: 170px;
}
.need .globel-title{
    font-size: 28px;
}
.need .globel-word{
    padding-top: 10px;
}
.need ul li{
    color: #dba41c;
    letter-spacing: 2.5px;
    list-style: disc;
    font-family: '新細明體', '微軟正黑體', sans-serif;
    line-height: 36px;
    letter-spacing: 1px;
    font-size: 16px;
}
.need ul li span{
    color: #BFBFBF;
}
.need .need_group .unneed{
    margin-top: 10vh;
    float: right;
    right: 10%;
}

@media (max-height: 749px){
    .need{
        height: 0;
        padding-bottom: 800px;
    }
    .need_group{
        padding-top: 100px;
    }
}

@media (max-width: 768px){
    .need{
        height: 0;
        padding-bottom: 800px;
    }
    .need_group{
        padding-top: 100px;
    }
    .need .need_group .unneed{
        margin-top: 80px;
        float: left;
        right: 0;
    }
}
@media (max-width: 425px){
    .need{
        padding-bottom: 625px;
    }
    .need_group{
        padding-top: 40px;
        padding-left: 0;
    }
    .need .globel-title{
        font-size: 22px;
    }
    .need .globel-word{
        padding-top: 0;
    }
    .need ul li{
        font-size: 14px;
    }
    .need .need_group .unneed{
        margin-top: 30px;
    }
    .black_bg{
        left: -15px;
        top: 5px;
    }
    .need .globel-inner .black_bg{
        width: 280px;
        height: 320px;
    }
    .need .unneed .black_bg{
        width: 300px;
        height: 110px;
    }
}
@media (max-width: 320px){
    .need{
        padding-bottom: 570px;
    }
    .need_group{
        padding-top: 20px;
    }
    .need .need_group .unneed{
        margin-top: 10px;
    }
}

/*-------------------------*/
/* $Course
---------------------------*/
.course{
    height: 100vh;
    overflow: hidden;
}
.course .bg{
    background-image: url(../images/bg/bg5.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.course_group{
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 101;
    top: calc(40vh - ( 467px / 2 ) );
}
.course .top-title{
    top: -15px;
}
.course .line{
    width: 100%;
    height: 3px;
    background-color: #dba41c;
}
.course .total p{
    font-size: 22px;
    font-weight: 800;
    float: right;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    color: #dba41c;
}

@media (max-height: 749px){
    .course{
        height: 0;
        padding-bottom: 700px;
    }
    .course_group{
        width: 85%;
        top: 60px;
    }
}

@media (max-width: 768px){
    .course{
        height: 0;
        padding-bottom: 700px;
    }
    .course_group{
        width: 85%;
        top: 60px;
    }
}
@media (max-width: 425px){
    .course{
        height: 0;
        padding-bottom: 700px;
    }
    .course .top-title{
        font-size: 28px;
    }
    .course_group{
        width: 100%;
        top: 30px;
    }
    .course .panel-title a:before,
    .course .panel-title a.collapsed:before{
        width: 20px !important;
        height: 20px !important;
        font-size: 12px !important;
    }
    .course .panel-title a{
        font-size: 18px !important;
        padding: 7.5px 25px 7.5px 15px !important;
    }
    .course .panel-body{
        padding-bottom: 0 !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .course .panel-body p{
        font-size: 14px;
    }
}
/*-------------------------*/
/* $FAQ
---------------------------*/
.faq{
    background-color: #000;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.cont s--inactive{
    z-index: 101;
    position: absolute;
}
.faq .top-title{
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
/*.faq .top-title{
    font-size: 46px;
    color: #dba41c;
    text-align: left;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    line-height: 24px;
    position: absolute;
    z-index: 102;
    top: 2%;
}*/
.faq .el__text.globel-title{
    font-size: 18px;
}
.faq .globel-word{
    max-width: 100%;
}
.faq ul li{
    color: #dba41c;
    letter-spacing: 2.5px;
    list-style: disc;
    font-family: '新細明體', '微軟正黑體', sans-serif;
    line-height: 36px;
    letter-spacing: 1px;
    font-size: 16px;
}
.faq ul li span{
    color: #BFBFBF;
}
.faq .globel-inner{
    width: 100%;
    height: 100%;
}
/*.faq .location{
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 620px;
}*/
.faq .globel-word span{
    color: #dba41c;
    margin-top: 10px;
}
.faq table{
    font-family: '新細明體', '微軟正黑體', sans-serif;
    line-height: 28px;
    letter-spacing: 1px;
    font-size: 18px;
    border: 3px solid #fff;
    border-collapse: collapse; 
    margin-left: 8px;
    margin-right: 8px;
}
.faq tr td{
    border: 2px solid #fff;
    padding: 8px 32px;
}

.faq .title-c {
    font-size: 28px;
    color: #dba41c;
    text-align: center;
    margin: 12px 0 32px 0;
}

@media (max-width: 425px){
    .faq table{
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .faq tr td{
        padding: 4px 12px;
    }
}
@media (max-width: 375px){
    .faq tr td{
        padding: 4px 5px;
    }
}

/* $Map
---------------------------*/
.map{
    position: relative;
    padding-bottom: 35vh;
    padding-top: 30px;
    height: 0;
    overflow: hidden; 
    width: 45vw;
/*    left: 50%;
    transform: translateX(-50%);*/
}
#map-canvas{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map th{
    color: #000;
}

.google-map {
    width: 84px;
    height: 84px;
    margin-left: 92px;
}
/* $Card
---------------------------*/
.five ul li{
    list-style: none;
}
.wrap-card {
    position: relative;
    transition: all .2s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 1;
}
.wrap-card:before,
.wrap-card:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background: #dba41c;
    -webkit-transform: scaleX(0);
    transition: all .2s ease
}
.wrap-card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0
}
.wrap-card:after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 100% 0
}
.wrap-card:hover:after,
.wrap-card:hover:before {
    -webkit-transform: scaleX(1)
}
.card {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 35px 45px;
    margin-bottom: 30px;
    border: 1px solid rgba(129, 129, 129, .1);
}
.card:before,
.card:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 3px;
    height: 100%;
    background: #dba41c;
    -webkit-transform: scaleY(0);
    transition: all .2s ease .2s
}
.card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 100%
}
.card:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0
}
.card:hover:after,
.card:hover:before {
    -webkit-transform: scaleY(1);
}
.card .class{
    font-size: 34px;
    color: #dba41c;
}
.card .class span{
    font-size: 20px;
    color: #fff;
    float: right;
}
.card .price{
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}
.card .globel-word ul li{
    list-style: disc;
    color: #dba41c;
}
.card .globel-word span{
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    width: 100%;
    text-align: left;
    color: #BFBFBF;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-size: 16px;
}
@media (max-width: 1024px){
    .map{
        padding-bottom: 40%;
        width: 65%;
    }
}
@media (max-width: 425px){
    .faq .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .faq .top-title{
        font-size: 28px;
        top: 0;
        z-index: 102;
    }
    .faq .el__text.globel-title{
        font-size: 16px;
    }
    .faq .globel-word{
        font-size: 14px;
    }
    .faq ul li{
        font-size: 14px;
    }
    .map{
        padding-bottom: 60%;
        width: 100%;
    }
    .card {
        padding: 10px 15px 20px;
        width: 120%;
        left: -20%;
    }
    .card .class{
        font-size: 28px;
    }
    .card .class span{
        font-size: 18px;
    }
    .card .price{
        font-size: 16px;
    }
    .card .globel-word span{
        font-size: 14px;
    }
    .wrap-card:hover:after,
    .wrap-card:hover:before {
        display: none;
    }
    .card:hover:after,
    .card:hover:before {
        display: none;
    }
}

/*-------------------------*/
/* $Calendar
---------------------------*/
.calendar{
    height: 100vh;
    overflow: hidden;
}
.calendar .bg{
    background-image: url(../images/bg/bg7.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.calendar_inner{
    width: 100%;
    padding: 0 6%;
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#calendar_loading {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
#calendar {
    max-width: 900px;
    margin: 0 auto;
}

@media (max-height: 749px){
    .calendar{
        height: 700px;
    }
}

/*-------------------------*/
/* $Experience
---------------------------*/
.experience{
    height: 100vh;
    overflow: hidden;
}
.experience .bg{
    background-image: url(../images/bg/bg8.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

.main-page{
    width: 100%;
    height: 900px;
    display: inline-block;
    overflow: hidden;
    z-index: 101;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(45vh - ( 671px / 2 ));
}
.main-page .top-title {
    top: 0;
}
.experience .left {
    /*margin-top: 140px;*/
    margin-top: 40px;
    z-index: 105;
}
.experience .nav{
    display: inline-block;
}
.experience .nav div {
    width: 135px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    margin-bottom: 20px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px #dba41c solid;
    border-radius: 5px;
    color: #dba41c;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    float: left;
}
.experience .nav div.on {
    background: #dba41c;
    color: #000;    
}
.experience .nav div.on {
    background: #dba41c;
    color: #000;    
}
.experience .right {
    /*margin-top: 140px;*/
    margin-top: 40px;
    height: 800px;
}
.experience .content {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
.experience .content .con-ggh {
    width: 100%;
    height: 100%;
}
.experience .globel-inner{
    width: 96%;
    float: left;
    padding-top: 0;
    padding-left: 30px;
}
.experience .globel-title{
    margin-top: 0;
    margin-bottom: 20px;
    top: 0;
}
.experience .globel-inner h5 span{
    font-size: 12px;
    left: 10px;
    top: 0;
    color: #e5b439;
    font-weight: 100;
}
.experience .globel-word{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.experience .icon.member{
    width: 50px;
    margin-right: 10px;
    top: 20px;
}
.experience .globel-inner p a{
    color: #e5b439;
    text-decoration:underline;
}

@media (max-height: 749px){
    .experience{
        height: 0;
        padding-bottom: 800px;
    }
    .main-page{
        top: 40px;
    }
}

@media (max-width: 768px){
    .experience{
        height: 0;
        padding-bottom: 750px;
    }
    .main-page{
        top: 40px;
    }
    .experience .globel-word span{
        display: none;
    }
}
@media (max-width: 767px){
    .experience{
        padding-bottom: 650px;
    }
    .main-page{
        top: 20px;
    }
    .main-page .top-title {
        top: 50px;
    }
    .main-page .left {
        margin-top: 80px;
    }
    .experience .right {
        margin-top: 20px;
    }
    .main-page .nav {
        width: 504px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-page .nav div {
        width: 110px;
        height: 35px;
        line-height: 36px;
        font-size: 14px;
        font-weight: 500;
        left: 0;
        transform: translateX(0);
        margin: 8px;
    }
    .experience .globel-inner{
        width: 450px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 520px){
    .experience{
        padding-bottom: 650px;
    }
    .main-page .nav {
        width: 262px;
    }
    .main-page{
        top: 15px;
    }
    .main-page .top-title {
        top: 10px;
        font-size: 28px;
    }
    .main-page .left {
        margin-top: 50px;
    }
    .experience .right {
        margin-top: 15px;
    }
    .experience .globel-inner{
        width: 100%;
    }
    .experience .globel-title{
        font-size: 18px;
    }
    .experience .globel-word{
        font-size: 14px;
    }
}
@media (max-width: 375px){
    .experience{
        padding-bottom: 650px;
    }
    .experience .right {
        margin-top: 20px;
    }
}
@media (max-width: 320px){
    .experience{
        padding-bottom: 650px;
    }
    .main-page .top-title {
        top: 10px;
    }
    .main-page .left {
        margin-top: 30px;
    }
}

/*-------------------------*/
/* $Teacher
---------------------------*/
.teacher{
    height: 100vh;
    overflow: hidden;
}
.teacher .bg{
    background-image: url(../images/bg/bg9.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.teacher_group{
    position: absolute;
    z-index: 102;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 800px;
    /*overflow: hidden;*/
    display: inline-block;
    top: calc(40vh - ( 507px / 2 ));
}
.teacher .top-title{
    top: 0;
}
.teacher_row{
    top: 30px;
}
.the-team {
    width: 100%;
    height: 400px;
}
.the-team ul li {
    left: calc(50% - 172px);
    /*left: 35%;*/
}
.the-team ul li .name {
    font-size: 16px;
    display: inline-block;
    left: 76px;
    font-size: 20px;
    color: #dba41c;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: center;
    line-height: 36px;
}
.the-team [id*="eye"] {
    width: 258px;
    height: 258px;
    border-radius: 258px;
/*    text-indent: -9999px;*/
    background-repeat: no-repeat;
    cursor: pointer;
    /*margin-top: 100px;*/
}
.teacher-right{
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.teacher-title{
    font-size: 24px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 8px;
    color: #dba41c;
    margin-bottom: 8px;
}
.teacher .line{
    width: 25%;
    height: 3px;
    background-color: #dba41c;
}
.teacher .globel-word{
    line-height: 32px;
    letter-spacing: 2px;
    color: #000;
}
.teacher .teacher-right ul li{
    color: #dba41c;
    letter-spacing: 2.5px;
    list-style: disc;
    line-height: 36px;
    letter-spacing: 1px;
    font-size: 16px;
    /*transition: all 0.3s;*/
}
.teacher .teacher_2 ul li:active{
    transform: translateY(5%);
}
.teacher .teacher-right ul li span{
    color: #BFBFBF;
}
.teacher .teacher-right ul li img{
    width: 16px;
    margin-left: 8px;
}

/* footer
---------------------*/
.footer{
    width: 95%;
    height: 5vh;
    position: absolute;
    box-sizing: border-box;
    z-index: 101;
    display: inline-block;
    top: 95vh;
    left: 50%;
    transform: translateX(-50%);
}
.footer_bg{
    background-color: #000;
    opacity: 0.6;
    width: 200vw;
    height: 100%;
    z-index: 100;
    left: -100vw;
    position: absolute;
}
.teacher .register{
    /*position: absolute;*/
    top: 80vh;
    /*max-width: 1440px;*/
    width: 100%;
    left: -16px;
    padding-right: 10vw;
    z-index: 200;
    /*display: inline-block;*/
}
.teacher .register a{
    float: right;
    right: 150px;
    position: relative;
}
.teacher .register p{
    color: #dba41c;
    font-size: 17px;
    margin-top: 0;
    float: right;
    /*left: 20vw;*/
    /*top: 8vh;*/
}
.teacher .c p{
    color: #797979;
    font-family: 'Raleway', 'Helvetica', 'roboto', arial, '新細明體', '微軟正黑體', sans-serif;
    font-size: 13px;
    text-align: center;   
    z-index: 105;
    margin-top: 0;
    margin-bottom: 0;
    top: calc( 2.5vh - 16px);
}

@media (max-height: 749px){
    .teacher{
        height: 0;
        padding-bottom: 900px;
    }
    .footer{
        top: calc(900px - 5vh);
    }
    .teacher_group{
        top: 80px;
    }
    .the-team {
        margin-bottom: 120px;
    }
    .teacher .register{
        top: 700px;
    }
    .teacher .register p{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .teacher{
        height: 0;
        padding-bottom: 900px;
    }
    .footer{
        top: calc(900px - 5vh);
    }
    .teacher_group{
        top: 80px;
    }
    .the-team {
        margin-bottom: 120px;
    }
    .teacher .register{
        top: 700px;
    }
    .teacher .register p{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .teacher{
        padding-bottom: 1250px;
    }
    .footer{
        top: calc(1250px - 5vh);
    }
    .the-team {
        height: 300px;
    }
    .teacher .register{
        top: 1050px;
    }
    .teacher .btn.btn--md{
        font-size: 16px;
        height: 46px;
        font-weight: 350;
        letter-spacing: 4px;
        font-weight: 600;
        padding: 0 38px;
    }
}
@media (max-width: 425px){
    .teacher{
        padding-bottom: 1100px;
    }
    .footer{
        top: calc(1100px - 5vh);
    }
    .the-team {
        height: 200px;
    }
    .teacher_group{
        top: 40px;
    }
    .teacher .top-title{
        font-size: 28px;
    }
    .the-team [id*="eye"] {
        width: 172px;
        height: 172px;
        border-radius: 172px;
    }
    .the-team ul li {
        left: calc(50% - 132px);
    }
    .the-team ul li .name {
        left: 28px;
    }
    .teacher-right {
        max-width: 300px;
    }
    .teacher-title {
        font-size: 22px;
    }
    .teacher .teacher-right ul li {
        font-size: 14px;
    }
    .teacher .teacher-right ul li img {
        width: 12px;
    }
    .teacher .register{
        top: 920px;
    }
    .teacher .register span{
        display: none;
    }
    .teacher .register p{
        top: 8px;
        font-size: 14px;
    }
    .teacher .btn.btn--md{
        font-size: 14px;
        height: 36px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: 4px;
        font-weight: 400;
        padding: 0 24px;
    }
}
@media (max-width: 375px){
    .teacher .register{
        padding-right: 0;
    }
}
@media (max-width: 320px){
    .teacher{
        padding-bottom: 1050px;
    }
    .footer{
        top: calc(1050px - 5vh);
    }
    .teacher .register{
        top: 900px;
    }
    .teacher .register a{
        float: left;
        left: 30px;
    }
}
