body{ background: url("../images/body.svg") no-repeat center; background-attachment: fixed; background-size: 105%; font-family: "Arial","微軟正黑體";}
article{ width:1000px; display: block; background:rgb(255,255,255); 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: 500px; border-radius: 50px 50px 0 0;}
header#Visual > img#Title{ position: absolute; top: 42%; left: 14%; width: 72%; }
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;}

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

section#PageA > div.MainContent{ padding: 20px 100px; margin-bottom: 30px; }
section#PageA > div.MainContent > h3{ text-align: center; color:rgb(80,80,80); line-height: 3.1rem; font-weight: bold; font-size: 2rem;}
section#PageA > div.MainContent > hr{ margin-bottom: 1.85rem; }
section#PageA > div.MainContent div > h4{ font-size: 1.25rem; background: #7c5026; 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 div > div#step{ width: 90%; margin: 20px auto 40px auto; display: block; }
section#PageA > div.MainContent div > div#step div#intr h6{ font-weight: bold; font-size: 120%; margin-bottom: .35em;}
section#PageA > div.MainContent div > div#step > img{ width: 100%; border-radius: 7px; overflow: hidden; box-shadow: 0 0 12px rgba(0,0,0,.3); margin-bottom: 12px; clear: both;}
section#PageA > div.MainContent div > div#step button{ cursor: pointer; color: rgb(255, 255, 255); border: none; background: rgb(150, 150, 150); border-radius: 5px; padding: 4px 8px; margin: 0 5px;}
section#PageA > div.MainContent div > div#step button#prev{ float: left; }
section#PageA > div.MainContent div > div#step button#nextv{ float: right; }


section#PageA > div.RemarkContent{ background:rgba(166,37,41,0.1); border-radius: 15px; padding: 20px 50px 5px 50px; margin: 20px 100px; }
section#PageA > div.RemarkContent > h5{ border-left: 5px solid rgb(80,80,80); color:rgb(80,80,80); padding-left: 10px; font-weight: 600;}
section#PageA > div.RemarkContent > ul{ color:rgb(80,80,80); line-height: 1.85rem; font-size: 0.95rem; font-weight: 600;} 

/* PageB */
section#PageB{ padding: 10px 150px; }
section#PageB button{ width: 50%; margin: 15px auto 25px auto; display: block; background: #a62529; color:rgb(255,255,255); border: none; border-radius: 7px; padding: 12px 20px; font-weight: bold; font-size:1.4rem;}
section#PageB button:hover{ background:#7c5026; 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; }


@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 > img#Title{ top: 40%; left: 12%; width: 76%; }

    section#PageA > p#slogan{ padding: 12px 30px; }
    section#PageA > div.MainContent{ padding: 20px 40px;}
    section#PageA > div.MainContent > h3{ line-height: 2.65rem; font-size: 1.75rem; }

    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;}
    header#Visual > img#Title{ top: 41%; left: 10%; width: 80%; }

    section#PageA > div.MainContent div > div#step{ width: 100%; }
}
@media(max-width:538px){
    header#Visual{ height: 300px;}
    header#Visual > img#Title{ left: 8%; width: 84%; }

    section#PageA > p#slogan{ padding: 10px 20px; }
    section#PageA > div.MainContent{ padding: 20px 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%; }


}    
