body{ background: url("../images/body-01.jpg") repeat center; background-attachment: fixed; 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-01.jpg") no-repeat center; background-size: cover; height: 500px; border-radius: 50px 50px 0 0;}
header#Visual h2{ position: absolute; width: 100%; bottom: 118px; text-align: center; font-size: 2.15rem; font-weight: bold; color: #fffaef; text-shadow: rgba(0,0,0,.3) 0 0 15px;}
header#Visual h1{ position: absolute; width: 100%; bottom: 16px; text-align: center;  font-size: 4.2rem; font-weight: bold; color: #fffaef; text-shadow: rgba(0,0,0,.3) 0 0 15px;}
header#Visual h1 > span{ color: #ffba0d;  text-shadow: rgba(0,0,0,.6) 0 0 15px; font-weight: bold;}
header#Visual h1 span#mouse{ font-size: 130%; color: #ffba0d; text-shadow: rgba(0,0,0,.6) 0 0 15px;}

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

section#PageA > div.MainContent{ padding: 20px 70px; margin-bottom: 30px; }
section#PageA > div.MainContent > h3{ text-align: center; color:rgb(46, 46, 46); font-weight: bold; font-size: 2.5rem; }
section#PageA > div.MainContent > hr{ margin-bottom: 1.85rem; }
section#PageA > div.MainContent > div.row { margin-top: 0; margin-bottom: 0; }
section#PageA > div.MainContent  div.item{ background: url("../images/item.svg") no-repeat center; background-size: cover; border-radius: 10px; border: 3px solid #FFF; padding: 15px; box-shadow: 0 0 5px rgba(0,0,0,.2);} 
section#PageA > div.MainContent  div.item > h4{ width: 100%; height: 52px; padding-left: 55px; padding-top: 10px; color: #af0000; font-weight: bold; font-size: 1.5rem; }
section#PageA > div.MainContent  div.item p{ text-align: justify; line-height: 1.8rem; padding: 0 10px 10px 10px;}
section#PageA > div.MainContent  div.item img{ width: 90%; margin: 0 auto; display: block; margin-bottom: 30px;}
section#PageA > div.MainContent  div.item  a > button{ width: 100%; border-radius: 5px; border: none; background: #af0000; color: #FFF; font-weight: 600; font-size: 1.25rem; padding: 5px 10px; text-align: center; margin-bottom: 20px;}
section#PageA > div.MainContent  div.item a > button:hover{ background:#df8600; }

section#PageA > div.RemarkContent{ background:rgba(245,78,45,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: 90%; margin: 15px auto 25px auto; display: block; background: #bf2300; 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:#df8600; transition: .15s linear;}




@media(max-width:999px){
    article{ width:100%;}
    header#Visual{background-size: cover;}
}
@media(max-width: 993px){
    section#PageA > div.MainContent{ padding: 20px 50px; }
}
@media(max-width:867px){
    header#Visual{height: 450px;}
    header#Visual > h2{ bottom: 110px; font-size: 2rem; }
    header#Visual > h1{ bottom: 14px; font-size: 4rem; }


    section#PageA > p#slogan{ padding: 12px 50px; font-size: 1.35rem; }
    section#PageA > div.MainContent{ margin-bottom: 0;}
    section#PageA > div.MainContent  div.item > h4#long{ padding-top: 0;}
    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;}

    section#PageA > div.MainContent{ padding: 20px 40px;}
    section#PageA > div.MainContent > h3{ font-size: 2.25rem; }
    section#PageA > div.MainContent  div.item{  margin: 15px 0;} 
    section#PageA > div.MainContent  div.item > h4{ height: 60px; padding-left: 67px;  font-size: 1.75rem; }
    section#PageA > div.MainContent  div.item img{ width: 80%;}
    section#PageA > div.MainContent  div.item > h4#long{ padding-top: 10px;}

    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:724px){
    section#PageA > div.MainContent  div.item > h4{ font-size: 1.6rem; }
}
@media(max-width:639px){
    header#Visual{ height: 350px; }
    header#Visual > h2{ bottom: 85px; font-size: 1.75rem; }
    header#Visual > h1{ bottom: 10px; font-size: 3.25rem; }
}
@media(max-width:576px){
    section#PageA > div.MainContent > h3 { font-size: 2rem; }
    section#PageA > div.MainContent  div.item{ margin: 20px 40px;} 
    section#PageA > div.MainContent div.item > h4{ height: 80px; font-size: 2rem; padding-top: 18px; padding-left: 90px;}
}
@media(max-width:538px){
    header#Visual{ height: 300px;}
    header#Visual > h2{ bottom: 80px; font-size: 1.5rem; }
    header#Visual > h1{ bottom: 7px; font-size: 3rem; }

    section#PageA > p#slogan{ padding: 12px 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:446px){
    section#PageA > div.MainContent > h3 { font-size: 1.75rem; }
    section#PageA > div.MainContent  div.item > h4#long{ padding-top: 6px;}
}