body{ 
    font-family: "Arial","微軟正黑體"; 
    overflow-x: hidden; 
    margin: 0; 
    background: url("../images/body.jpg") no-repeat center; 
    background-size: cover; 
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.container{max-width: 65%;}
a:hover{ text-decoration: none; }

/* nav */
nav#openNav{ 
    position: fixed; 
    top: 50%; 
    left: -35px; 
    z-index: 2; 
    border: 2px solid rgb(160,160,160); 
    border-radius: 15px; 
    padding: 15px 7px; 
    transition: .3s linear; 
}
#openNav > ul{ margin-left: -40px;}
#openNav > ul li{ 
    width: 13px; 
    height: 13px; 
    margin: 15px 0; 
    background: rgb(160,160,160); 
    border-radius: 8px; 
    list-style-type: none; 
    cursor: pointer; 
}
#openNav > ul li#active{ background:rgb(35, 86, 116); }

@media(max-width:1024px){
    nav{ display:none; }
}

/* visual */
header#visual{ position: relative; height: 100vh; overflow: hidden; z-index: 3;}
#bgIMG{
    background: url("../images/visual.jpg") no-repeat center; 
    background-size: cover; 
    height: 100vh;
    animation-name: IMG; 
    animation-duration: 10s;
    transition: linear;
}
@keyframes IMG{
	0%{ transform:scale(1.3); -webkit-transition:scale(1.3); -moz-transition:scale(1.3); -o-transition:scale(1.3); }
	100%{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); }
}

header#visual #caption{ color: rgba(255,255,255,.85); position: absolute; top: 25%; left: 8%; text-align: left; animation-delay: .5s;}
#caption > h2{ font-size: 3.8rem; font-weight: normal; margin-block-end: 0.3em; margin-inline-start: 8px;}
#caption > h1{ font-size: 6.5rem; margin-block-start: -0.15em; font-weight: bold; margin-bottom: 100px;}
#caption > h1 > span{ font-size: 9rem; margin-left: -20px; }
#caption > a > button{ 
    margin: 0 auto; 
    display: block; 
    border: 2px solid rgba(255,255,255,.85); 
    color: rgba(255,255,255,.85); 
    background: transparent;
    padding: 12px 20px;
    width: 400px;
    font-size: 1.5rem;
    cursor: pointer;
}
#caption > a > button:hover{ border: 2px solid rgb(255, 187, 0); color: rgb(255, 187, 0); }

#forwardDiv{ background: #0f3559; color: rgba(255,255,255,.8); padding: 60px 0; }
p#forward{ font-size: 1.2rem; line-height: 2.2rem; text-align: justify;}
p#forward::first-letter{ font-size: 160%; }


/* section same */
section{ padding: 70px 0; }
.container h2.title{ font-weight: bold; color: rgb(0, 112, 156); font-size: 2.5rem; line-height: 3.45rem; margin-bottom: 80px;}
h2.title::after{ 
    content: ""; 
    position: absolute; 
    margin-top: 15px; 
    display: block; 
    height: 4px; 
    background: rgb(210, 58, 91); 
    animation-name: longHr; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;  
    transition: ease-in-out;
}
@keyframes longHr{
    0%{ width: 80px; }
    50%{ width: 450px; }
    100%{ width: 80px }
}
p{ font-size: 1.05rem; line-height: 2rem; margin-bottom: 0;}

/* development */
section#development{ background: rgba(255, 255, 255, 0.9); }
section#development .row{ margin-top: 90px; }
section#development div.Item > img{ width: 35%; margin: 0 auto; display: block; margin-bottom: 30px; }
section#development div.Item > h5{ text-align: center; font-weight: bold; font-size: 1.45rem;}
section#development div.Item > p.Text{ padding: 5px; text-align: justify; font-size: 1.05rem; line-height: 1.95rem; color: #212529;}
section#development div.Item > p.Text > a{ text-align: justify; font-size: 0.92rem; color: #949494;}
section#development div.Item > p.Text > a:hover{ color: #c1a067; }


/* cloudTop3 */
section#cloudTop3{ background: rgba(239, 242, 243, 0.9); }
div#right{ margin-left: 46%; }
.formBtn{ 
    display: inline; 
    background:#e0c89d;
    padding: 15px 50px 25px 50px; 
    border-radius: 12px; 
    color: rgb(255,255,255); 
    position: relative; 
    z-index: 1;
    font-size: 1.2rem;
    margin: 0 10px;
    cursor: pointer;
 }
.formBtn#one{ background:#c1a067; }
section#cloudTop3 div.form{ 
    padding: 30px 40px; 
    box-shadow: 0 0 20px rgba(0,0,0,.1); 
    border: 1px solid rgb(220,220,220); 
    background:rgb(250, 254, 255);
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
section#cloudTop3 .form .Item{ margin-top: 10px; }
section#cloudTop3 .form .Item > img, table{ width: 65%; margin: 0 auto; display: block; }
section#cloudTop3 .form #contentTwo img{ width: 60%; }
section#cloudTop3 .form .Item > img#tableMOB{ display: none; }
table{ width: 80%; margin-top: 30px; font-size: 1rem;}
table th,td{ padding: 7px 0; text-align: center; width: 10%; border: 1px solid rgba(255,255,255,.6);}
table th{ color: #fff;}
table td{ background: rgb(211, 235, 245); }
td.all{ font-weight: bold; background:rgb(238, 200, 209); }
.other{ background: rgb(0, 112, 156); }
a > small{ color: #7f7f7f; margin-top: 20px; font-size: 15px; display: block; text-align: center;}
a > small:hover{ color: rgb(206, 133, 50); }
#contentTwo{ display: none; }


/* course */
section#course{ background: rgba(255, 255, 255, 0.9); position: relative; z-index: -2; }
section#course #line{ position: relative; margin: 120px 0 150px 0; }
section#course #line::after{  
    content: ""; 
    position: absolute;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #c1a067;
    top: 70px;
    z-index: -1 !important;
}
div.courseBtn{ width: 150px; height: 150px; margin: 0 auto; display: block; }
div.courseBtn span{ 
    width:150px; 
    height: 150px; 
    z-index: 999; 
    display: inline-block; 
    box-shadow: 5px 2px 5px rgba(0,0,0,.2); 
    background: rgb(255,255,255); 
    border-radius: 100%;
    border: 2px solid #c1a067; 
    transition: .2s linear;
}
div.courseBtn span:hover{ margin-top: -10px; }
section#course h4{ margin-top: 25px; color: #c1a067; text-align: center; font-weight: 600; }
.courseItem > h1{ font-size: 4.5rem; color: rgba(193, 160, 103, 0.3); font-weight: 700; text-align: center; margin-bottom: 20px;}
div.courseItem{ margin-top: 100px; }
p.intr::first-letter{ font-size: 160%; }
.courseItem h5{ font-weight: 600;margin-top: 40px;background-color: #c1a067;color: #fff;padding: 13px 25px;}
.courseItem ul{ list-style: none; padding-inline-start: 0;}
.courseItem ul li{ 
    margin: 15px 0; 
    padding: 13px 25px; 
    background: rgba(255,255,255,.8); 
    color: rgb(0, 112, 156); 
    font-weight: bold; 
    font-size: 1.15rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.courseItem#Azure ul li, .courseItem#AWS ul li{ font-size: 1rem; }
.courseItem ul li:hover{ color: rgb(210, 58, 91); }
.courseItem ul li > span{ 
    background: rgb(224, 156, 66);
    color: rgba(255,255,255,.9); 
    font-size: 0.7rem; 
    border-radius: 4px; 
    padding: 3px 5px; 
    margin-right: 10px;
    font-weight: normal;
}
.courseItem ul li > p{ 
    color: #45494d; 
    font-weight: normal; 
    font-size: 0.95rem; 
    line-height: 1.5rem; 
    padding: 10px 5px; 
    text-align: justify;
}



#GoogleCloud ul li {min-height:230px ;}





/* security */
section#security{ background: rgba(239, 242, 243, 0.9);}
section#security div.courseItem{ margin-top: 20px; }
section#security div.courseItem ul li{ min-height: 222px; }

/* link */
section#link{ background: rgba(239, 242, 243, 0.9); padding: 10px 0 90px 0; }
section#link .row{ padding: 0 80px; }
section#link a > button{ 
    width: 90%; 
    margin: 0 auto;
    display: block; 
    padding:15px 5px; 
    border:3px solid rgb(0, 112, 156); 
    font-size: 1.35rem;
    font-weight: bold;
    border-radius: 40px;
    background:rgb(0, 112, 156); 
    color: rgb(255,255,255);
}
section#link a > button:hover{ background: transparent; color: rgb(0, 112, 156);  transition: .2s linear; cursor: pointer;}



/* RWD */
@media(max-width:1440px){
    header#visual #caption{ left: 6%; }
    #caption > h2{ font-size: 3.5rem; }
    #caption > h1{ font-size: 6rem; }
    #caption > h1 > span{ font-size: 9rem; margin-left: -20px; }  
}
@media(max-width:1200px){
    /* visual */
    header#visual{ height: 850px; }
    #bgIMG{ height: 850px; }
    header#visual #caption{ left: 6%; }
    #caption > h2{ font-size: 3rem; }
    #caption > h1{ font-size: 5.5rem; margin-bottom: 70px;}
    #caption > h1 > span{ font-size: 7rem; margin-left: -20px; }  
    #caption > a > button{ font-size: 1.35rem; width: 360px;}

    /* cloudTop3 */
    div#right{ margin-left: 40%; }
    section#cloudTop3 .form .Item > img{ width: 80%; }
    section#cloudTop3 .form .Item > table{ width: 100%; font-size: 1rem;}
    .formBtn{ padding: 15px 40px 25px 40px }

    /* security */
    section#security div.courseItem ul li{ min-height: 270px; }

    /* link */
    section#link .row{ padding: 0; }
}
@media(max-width:1024px){
    /* visual */
    header#visual{ height: 750px; }
    #bgIMG{ height: 750px; }
    header#visual #caption{ left: 12%; }
    #caption > h2{ font-size: 3.5rem; }
    #caption > h1{ font-size: 6rem; margin-bottom: 70px;}
    #caption > h1 > span{ font-size: 7rem; }  
    #caption > a > button{ font-size: 1.35rem; width: 360px;}
}
@media(max-width: 991px){
    /* visual */
    header#visual{ height: 600px; }
    #bgIMG{ height: 600px; }
    header#visual #caption{ left: 6%; }
    #caption > h2{ font-size: 2.8rem; }
    #caption > h1{ font-size: 5rem; margin-bottom: 50px;}
    #caption > h1 > span{ font-size: 6rem; }


    /* section same */
    section{ padding: 80px 0; }
    .container h2.title{ font-size: 2.25rem; }
    @keyframes longHr{
        0%{ width: 60px; }
        50%{ width: 400px; }
        100%{ width: 60px }
    }
    h2.title::after{ margin-top: 10px; }

    /* cloudTop3 */
    div#right{ margin-left: 32%; }
    .formBtn{ font-size: 1.1rem; padding: 15px 30px 25px 30px; margin: 0 5px;}
    section#cloudTop3 .form .Item > img{ width: 100%; }
    section#cloudTop3 .form .Item > table{ font-size: 0.9rem; }
    table th{ font-size: 1rem; }
    table th, td{ padding: 5px; }

    /* course */
    div.courseBtn{ width:130px; height: 130px; }
    div.courseBtn span{ width:130px; height: 130px; }
    section#course h4{ margin-top: 15px; font-size: 1.3rem; }
    .courseItem ul li{ padding: 10px 15px; font-size: 1rem;}
    .courseItem ul li > span{ font-size: 0.7rem; }

    /* security */
    section#security div.courseItem ul li{ min-height: 305px; }

    /* link */
    section#link a > button{ width: 100%; }
}
@media(max-width:767px){

    div.fab-container{ display: none; }

    p{ font-size: 1rem; line-height: 2rem; margin-bottom: 0;}

    /* visual */
    header#visual{ height: 550px; }
    #bgIMG{ height: 550px; }
    header#visual #caption{ left: 10%; }
    #caption > h2{ font-size: 2.5rem; }
    #caption > h1{ font-size: 4.5rem;}
    #caption > h1 > span{ font-size: 5.5rem; }
    #caption > a > button{ font-size: 1.15rem; width:300px; padding: 10px; }

    /* forwardDiv */
    #forwardDiv{ padding: 30px 0; }
    p#forward{ font-size: 1rem; line-height: 1.8rem; }

    /* development */
    section#development div.Item > img{ width: 40%; }

    /* cloudTop3 */
    div#right{ margin-left: 0; }
    .formBtn{ font-size: 1rem; padding: 12px 20px 22px 20px;}

    section#cloudTop3 .form .Item > img#tableMOB{ display: block; }
    section#cloudTop3 .form .Item > img{ margin-top: 20px; }
    section#cloudTop3 .form .Item > table{ display: none; }

    /* course */
    section#course #line{ margin: 10px 0 0 0; }
    div.courseBtn{ width:120px; height: 120px; }
    div.courseBtn span{ width:120px; height: 120px; }
    section#course h4{ font-size: 1.15rem; line-height: 1.8rem; }
    .courseItem ul{ margin: 0; }
    .courseItem > h1{ font-size: 3.5rem; margin-bottom: 10px; }
    .courseItem ul li{ padding: 10px 15px; font-size: 1rem;}
    .courseItem ul li > span{ font-size: 0.7rem; }

    section#security div.courseItem ul li{ min-height: auto; }

    section#link a > button{ width: 85%; margin: 20px auto; padding: 20px 5px; }
}
@media(max-width:680px){
    /* visual */
    header#visual{ height: 450px; }
    #bgIMG{ height: 450px; }
    header#visual #caption{ left: 5%; }
    #caption > h2{ font-size: 2rem; }
    #caption > h1{ font-size: 3.5rem; }
    #caption > h1 > span {font-size: 5rem;}
    #caption > a > button{ font-size: 1.1rem; width: 250px; padding: 5px; }
}
@media( max-width:575px){
     /* visual */
     header#visual{ height: 400px; }
     #bgIMG{ height: 400px; }

     .container{ max-width: 93%; }
     
     /* section same */
     .container h2.title{ font-size: 2rem; margin-bottom: 60px;}
     h2.title::after{ margin-top: 3px; height: 3px;}

     /* development */
     section#development .row{ margin-top: -20px; }
     section#development div.Item{ margin-top: 30px; }
     section#development div.Item > img{ width: 20%; margin-bottom: 10px; }

     /* course */
     section#course #line::after{ display: none; }
     section#course h4{ margin-bottom: 50px; }
     div.courseBtn{ width:140px; height: 140px; }
     div.courseBtn span{ width:140px; height: 140px; }
     section#course h4{ font-size: 1.5rem; }
}
@media(max-width:480px){
    /* visual */
    header#visual{ height: 370px; }
    #bgIMG{ height: 370px; }
    header#visual #caption{ left: 8%; }
    #caption > h2{ font-size: 1.7rem; }
    #caption > h1{ font-size: 2.9rem; margin-bottom: 30px;}
    #caption > h1 > span {font-size: 3.3rem; margin-left: -3px;}
    #caption > a > button{ font-size: 1.1rem; width: 250px; padding: 5px; }

    .container{  max-width: 97%; }

    /* section same */
    section{ padding: 50px 0; }
    .container h2.title{ font-size: 1.7rem; line-height: 2.1rem; }
    @keyframes longHr{
        0%{ width: 30px; }
        50%{ width: 320px; }
        100%{ width: 30px }
    }

    /* development */
    section#development div.Item > img{ width: 25%; }

    /* cloudTop3 */
    .formBtn{ padding: 12px 10px 22px 10px; font-size: 0.95rem; margin: 0 3px;}
    section#cloudTop3 div.form{ padding: 20px; }

    /* course */
    .courseItem ul li{ padding: 10px; }

    /* link */
    section#link a > button{ width: 95%; }
}