body{ background: url("../images/bg.jpg") no-repeat center; background-attachment: fixed; background-size: cover; font-family: "微軟正黑體","Arial";}
article{ width:1000px; display: block; background:#ffffff; border-radius: 50px; box-shadow: 0 0 30px rgba(0,0,0,0.5); margin: 20px auto; padding-bottom: 30px;}
a:hover{ text-decoration: none; }

/* fab */
span.fab-label {
    background: transparent;
    color: rgb(71, 71, 71);
    padding: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.95rem;
}


header#Visual{ position: relative; background: url("../images/visual.jpg") no-repeat center; background-size: cover; height: 550px; border-radius: 50px 50px 0 0;}
header#Visual > #Title{  width: 70%; padding-top: 60px;margin:  0 auto;  position: relative;display: block;} 
header#Visual > #Title img {width: 100%;}
header#Visual > #Title .ball{ content: ""; position: absolute;right: 1%;top:45%; animation:move_ball .8s 1  ease-out ;width:18%;} 
.rotate_ball{animation: rotate_ball 1.5s 1  ease-out ;}

.info h3{color: rgb(0, 0, 0);font-weight: 600;margin: 20px 0;font-size: 1.6rem;}

.info h3 i{color: #DB1B1B;}
@keyframes move_ball{
    from{
        right: -200px;
        opacity: 0;

    }
    to{
        right: 0px;
        opacity: 1;
    }
}
@keyframes rotate_ball{
    from{
    transform: rotate(360deg) ;

    }
    to{
        transform: rotate(0) ;
       
    }
}

header#Visual > a:hover{ color:rgb(232,250,255); }
header#Visual > a > button{ position: absolute; top: 60%; right: 18%; border:none; color:rgb(232,250,255); border-radius: 5px; background: rgb(69,189,236); padding: 7px 35px; font-size: 1.2rem;}
header#Visual > a > button:hover{ cursor: pointer; background:rgb(255,180,85); color:rgb(46, 46, 46); transition: .2s linear;}


header#Visual #logo {width:30%;position: absolute;left: 5%;top:5%;}
header#Visual #logo img{width:100%;}



/* PageA */
section#PageA > p#slogan{ background:#f4802d; padding: 12px 80px; }

section#PageA > div.MainContent{ padding: 0px 100px; margin-bottom: 30px; margin-top: 50px; }


section#PageA > div.MainContent > hr{ margin-bottom: 1.85rem; }
section#PageA > div.MainContent div > h4{ font-size: 1.25rem; background: linear-gradient(to top, #e73ec0, #ff88d0); color: #FFF; width: 140px; padding: 6px 5px; text-align: center; border-radius: 5px;}
section#PageA > div.MainContent div > ol{ line-height: 1.65rem;}
section#PageA > div.MainContent div span#open{ font-size: 110%; font-weight: 600; }
section#PageA > div.MainContent div span#exam{ font-size: 120%; color: #0082aa; font-weight: 600; text-decoration: underline;}
section#PageA > div.MainContent div span#exam:hover{ color: #cc6300; }
section#PageA > div.MainContent div > ol > li{ margin-bottom: 5px; }
section#PageA > div.MainContent div > ol > li > a{ color: #0082aa;}
section#PageA > div.MainContent div > ol > li > a:hover{ color: #cc6300;}
section#PageA > div.MainContent div .und{ margin-bottom: 30px; }
section#PageA > div.MainContent div p#time{ font-size: 120%; }



section#PageA > div.MainContent .title_big {text-align: center;margin: 20px 0;}
section#PageA > div.MainContent .title_big > h2 {font-size: 2rem;line-height: 3.2rem; color: #000;font-weight: 800;}
section#PageA > div.MainContent .title_big .highlight {background-color: #FF39AB;padding: 10px 50px;display: inline-block;border-radius: 50px;margin: 10px 0;}
section#PageA > div.MainContent .title_big .highlight > h3 {font-size: 1.6rem;color: rgb(255, 255, 255);font-weight: 800;display: inline;margin-bottom: 0;}


section#PageA > div.MainContent .box { width: 100%;margin: 0 auto;background-color: hsla(0, 0%, 87%, 0.3);padding: 30px 15px;border-radius: 15px;}
section#PageA > div.MainContent .text  > img {width: 100%;}
section#PageA > div.MainContent .text h5 {font-weight: 600;font-size: 1.5rem;color:#000;line-height: 2rem;}
section#PageA > div.MainContent .text span {font-weight: 500;font-size: 1rem;}


section#PageA > div.MainContent .photo {width:20%;}
section#PageA > div.MainContent .photo img {width: 100%;}

.flex_title{display: flex;align-items: center;}
.flex_title img{width: 200px;margin: 0 20px;}

/* PageB */
section#PageB{ padding: 10px 50px; }
section#PageB button{ width: 80%; margin: 15px auto 25px auto; display: block; color:rgb(255, 255, 255); border: none; border-radius: 7px; padding: 12px 20px; font-weight: bold; font-size:1.4rem;cursor: pointer;background-color: #00b7ff;}
section#PageB button:hover{ background:#00ddff; transition: .15s linear;}

/* SocialMedia */
div#SocialMedia { position: fixed; right: 10px; bottom: 50px; z-index: 1000;}
div#SocialMedia ul { list-style: none; }
div#SocialMedia ul li { background: rgba(0,0,0,0.75); color: #FFF; width: 40px; height: 40px; line-height: 40px; font-size: 1.25em; text-align: center; margin: 8px 0 0 0; border-radius: 4px; }
div#SocialMedia ul li a { color: #FFF; }
div#SocialMedia ul li.FB:hover { background: #39507C; transition: .20s linear;  }
div#SocialMedia ul li.Youtube:hover { background: #DB1B1B; transition: .20s linear; }
div#SocialMedia ul li.Contact:hover { background: #096; transition: .20s linear; }
.text{text-align: left;}


/* .table{
    display: block;
     border-collapse:none; 
    transition: all .3s linear;
} */

.RemarkContent{padding: 20px;border-radius: 30px;margin: 40px auto 0;font-weight: 500;}




table  a{ color: #ffffff; text-decoration: none; font-size: 1.2rem;display: block;}
table  a:hover{ color: #fffbc7; }

/* table td:hover{

    background-color: #ffedad;

} */

table{padding: 0;margin: 0;}
table th{background-color: #fd8f11; color:#fff;padding: 1%;border-radius: 10px;}
table td:nth-child(1){width: 50%;vertical-align: middle;}
table td:nth-child(2){width:50%;}
table td{
    padding: 0rem;
    vertical-align: middle;
    padding: 5px 15px;
}

table,tr,td{border-bottom:1px dashed #dbdbdb;padding: 1%;/* background-color: #ffe8a8; */transition: all .3s linear;}
.lesson-text{padding: 0;margin: 50px 0 -10px;font-weight: 800;}
.lesson-text b{font-weight: 800;color:#000;font-size: 1.3rem;}
.lesson-text i{color:#d12a00;}
@media(max-width:999px){
    article{ width:100%;}
    header#Visual{background-size: cover;}
}
@media(max-width:980px){
    section#PageA > div.MainContent{ padding: 20px 60px; margin-bottom: 0;}
}
@media(max-width:867px){
    header#Visual{height: 450px;}

    section#PageA > p#slogan{ padding: 12px 50px; }
    section#PageA > div.RemarkContent{ margin: 10px 60px 30px 60px; }

    section#PageB{ padding: 10px 70px; }
}
@media(max-width:767px){
    .fab-container{ display: none; }

    header#Visual{height: 400px;}
    header#Visual > #Title{ width: 88%; padding-top: 40px;}
    section#PageA > div.MainContent{ padding: 20px 40px;}
    section#PageA > div.MainContent .title_big { margin: 20px 0 ; }
    section#PageA > div.MainContent .title_big > h2 { font-size: 1.6rem; line-height: 2.4rem; }
    section#PageA > div.MainContent .title_big .highlight > h3 { font-size: 1.2rem;}

    section#PageA > div.MainContent .box { flex-direction: column; padding:15px; }
    section#PageA > div.MainContent .photo { width: 55%;margin: 0 0 20px; }
    section#PageA > div.MainContent .text { width: 100%; }
    section#PageA > div.MainContent .text h5 {
        font-weight: 600;
        font-size: 1.3rem;
        color: #000;
        line-height: 2rem;
        text-align: justify;
    }


    section#PageA > div.RemarkContent{ padding: 20px 40px 5px 40px; margin: 10px 40px 30px 40px; }


    section#PageB{ padding: 10px 60px; }
    section#PageB button{ width: 80%; margin: 15px auto 10px auto; padding: 16px 20px; font-weight: bold; font-size:1.3rem;}
}
@media(max-width:639px){
    header#Visual{height: 350px;}


    section#PageA > div.MainContent div > div#step{ width: 100%; }
}
@media(max-width:538px){
    header#Visual{ background-size: cover;  height: 300px;}

    header#Visual > img#Title{  top: 24%; left: 14%; width: 72%; }

    section#PageA > p#slogan{ padding: 10px 20px; }
    section#PageA > div.MainContent{ padding: 0px 15px;}
    section#PageA > div.RemarkContent{ padding: 20px 20px 5px 20px; margin: 10px 20px 30px 20px; }

    section#PageB{ padding: 10px 40px; }
    section#PageB button{ width: 100%; }
}
@media(max-width: 480px){
    header#Visual{ height: 230px;}
    header#Visual > img#Title{ left: 8%; width: 84%; }


}    
