body{ font-family: "Arial","微軟正黑體"; background: rgb(34, 34, 34);}
article{ width: 1440px; background:rgb(255, 255, 255); box-shadow: 0 0 30px rgba(0,0,0,0.3); margin: 0 auto; display: block; overflow-x: hidden;}
div#BG{ background: url("../images/bg-01.png") no-repeat center; background-size: cover; background-attachment: fixed; }

/* header */
header{ background: url("../images/visual.jpg") no-repeat center; background-size: cover; height: 750px; position: relative;}
#brMob{ display: none; }
div#visualTit{ position: absolute; top: 200px; left: 100px;}
div#visualTit > h1{ color:rgb(255,255,255); font-size: 4.35rem; font-weight: bold; margin-bottom: 35px; }
div#intr{ border-left: 4px solid rgb(255,255,255); padding-left: 38px; padding-bottom: 50px; margin-left: 5px; color: rgba(255,255,255,0.8); }
div#intr > img{ width: 38%; margin-bottom: 20px; margin-top: 7px;}
div#intr > p{ width: 47%; line-height: 1.95rem; text-align: justify;}

div.Scroll > a > img{ width: 4%; position: absolute; bottom: 5%; left: 50%;}
header .fadeIn{ animation-delay: .5s; }
header .bounce{ animation-duration: 1.5s; }


section{ padding: 60px 0 70px 0; }
div.content{ max-width: 1000px; margin: 0 auto; display: block;}

/* exam */
section#exam hr{ text-align: center; width: 120px; border: 1.5px solid rgb(187,0,0); }
section#exam h3{ text-align: center; margin-bottom: 20px; font-weight: bold; color: rgb(10,9,14); }
section#exam p{ line-height: 1.85rem; margin-bottom: 70px; }

section#exam div.row{ margin-left: 0; margin-right: 0; margin-top: 50px; }
.imgHacker{ width: 40%; position: relative;}
.imgHacker > img{ width: 95%; bottom: 30px; position: absolute;}
.passExam{ width: 60%; }
.passExam > ul{ list-style-type: none; position: relative;}
.passExam > ul::before{ 
    content: " ";
    position: absolute;
    height: 100%;
    width: 2px;
    background: rgba(0,0,0,.2);
    left: 50px;
 }
.passExam > ul > li{ padding-left: 50px; margin-bottom: 15px; font-size: 1.05rem;}
.passExam > ul > li::before{ 
    border: 2px solid #0c82a0; 
    background: rgb(255,255,255); 
    width: 20px; 
    height: 20px; 
    border-radius: 100%; 
    content: " "; 
    position: absolute;
    left: 40px;
}

/* course */
section#course{ background: rgba(255,255,255,.35); }
section#course > div.content > hr{ text-align: center; width: 120px; border: 1.5px solid rgb(187,0,0); }
section#course h3{ text-align: center; margin-bottom: 20px; font-weight: bold; color: rgb(10,9,14); }

div.examImg{ margin-bottom: 70px; }
div.examImg > div.row{ margin-left: 0; margin-right: 0; }
div.sign{ width: 5%; font-size: 3.5rem; font-weight: bold; text-align: center; padding-top: 75px; }
div#signMob{ display: none; }
div#cehPerson{ width: 27%; }
div#cehPerson > img{ width: 90%; margin: 0 auto; display: block; }
div#practical{ width: 27%; }
div#practical > img{ width: 90%; margin: 0 auto; display: block; }
div#master{ width: 36%; }
div#master > img{ width: 90%; margin: 0 auto; display: block; }

section#course a > h3:hover{ color: #004f63; }
section#course > div.content > p{ line-height: 1.85rem; margin-bottom: 50px; }
.only{ background: rgb(187,0,0); font-size: 1.15rem; color: rgb(255,255,255); border-radius: 6px; font-weight: normal; padding: 3px 8px; margin-right: 12px;}



section#course > div.content .box {background-color: #3F5B6B;padding: 20px;border-radius: 20px;margin: 20px 0 60px;min-height: 450px;}
section#course > div.content .box .stu-g{display: flex;align-items: center;}
section#course > div.content .box .stu-g h4{color: #fff;font-weight: 600;font-size: 2rem;margin:  0 15px;}


section#course > div.content .box p{color: #fff;}
section#course > div.content .box .stu-g .photo{width: 40%;margin: 20px 0;}
section#course > div.content .box .stu-g .photo img{width: 100%;}
section#course > div.content .box a {color: #77e4ff;transition: all .3s linear;width: 100%;text-align: right; display: inline-block;}
section#course > div.content .box a:hover{color: #cef5ff;}






div.CEH{ background: rgb(255,255,255); border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,.35); margin-top: 50px; padding: 30px 50px; }
div.CEH h6{ color: rgb(0,0,0,.7); font-size: .95rem;}
div.CEH p{ line-height: 1.85rem; }
div.CEH p#word{ margin-bottom: 30px; }
div.CEH h5{ color: #076e88; font-weight: bold; }
p.discount{ padding-left: 15px; }
.cost{ color: rgb(206, 0, 0); }

/* BTN */
section#BTN{ background: rgba(255,255,255,.35); }
section#BTN div.row{ margin-left: 0; margin-right: 0; width: 100%; }
section#BTN a{ width: 33.33333%; }
section#BTN a > button{ 
    width: 90%; 
    margin: 0 auto; 
    display: block; 
    background: rgb(10,9,14); 
    border-radius: 7px; 
    color: rgb(255,255,255); 
    transition: .15s linear;
    padding: 12px 7px;
    font-size: 1.4rem;
    border: none;
}
section#BTN a > button:hover{ background: rgb(148, 0, 0); cursor: pointer;}


@media(max-width: 1440px){
    article{ width: 100%; }
}
@media(max-width: 1280px){
    div#visualTit{ left: 80px;}
    div#visualTit > h1{ font-size: 4.1rem; }
    div#intr > img{ width: 39%; }
    div#intr > p{ width: 49%; }
}
@media(max-width: 1200px){
    header{ height: 700px; }
    div#visualTit{ top: 180px; }
    div#visualTit > h1{ font-size: 3.8rem; }
    div#intr > img{ width: 40%; }
    div#intr > p{ width: 52%; }
}
@media(max-width: 1024px){
    header{ height: 650px; }
    div#visualTit{ top: 160px; left: 60px;}
    div#visualTit > h1{ font-size: 3.5rem; margin-bottom: 25px;}
    div#intr > img{ width: 45%; }
    div#intr > p{ width: 52%; }

    div.content{ max-width: 900px; }
}
@media(max-width: 960px){
    header{ height: 600px; }
    div#visualTit{ top: 120px; }

    div.content{ max-width: 95%; }

    /* exam */
    .imgHacker{ width: 35%; }
    .passExam{ width: 65%; }
}
@media(max-width: 840px){
    .fab-container{ display: none; }

    header{ height: 570px; }
    div#visualTit{ top: 110px; left: 40px;}
    div#visualTit > h1{ font-size: 3.15rem; margin-bottom: 25px;}
    div#intr > img{ width: 52%; }
    div#intr > p{ width: 60%; }
}
@media(max-width: 800px){
    /* BTN */
    section#BTN{ padding: 0 0 60px 0; }
    section#BTN a{ width: 100%; }
    section#BTN a > button{ width: 80%; margin: 12px auto; padding: 15px 7px; }
}

@media(max-width: 720px){
    header{ height: 520px; }
    div.Scroll{ display: none; }
    div#visualTit{ top: 100px; left: 30px;}
    div#visualTit > h1{ font-size: 2.95rem; }
    div#intr > img{ width: 58%; }
    div#intr > p{ width: 68%; }

    section{ padding: 45px 0 50px 0; }

    /* exam */
    section#exam div.row{ margin-top: 40px; }
    .imgHacker{ display: none;}
    .passExam{ width: 100%; }
}
@media(max-width: 600px){
    header{ height: 430px; }
    div#visualTit{ top: 70px; left: 20px;}
    div#visualTit > h1{ font-size: 2.5rem; }
    div#intr{ padding-bottom: 30px; }
    div#intr > img{ width: 65%; }
    div#intr > p{ width: 75%; font-size: 0.95rem; line-height: 1.8rem;}


    section#course > div.content .box {min-height: auto;}


    /* exam */
    .passExam{ margin-left: -20px; }
}
@media(max-width: 540px){
    section#exam h3{ font-size: 1.6rem; }
    section#course h3{ font-size: 1.6rem; }
    .only{ font-size: 1rem; padding: 3px 6px; border-radius: 4px; }

    /* course */
    div.examImg{ margin-bottom: 100px; }
    div.examImg > div.row{ width: 100%; }
    div.sign{ width: 100%; font-size: 5rem; padding-top: 0; margin-top: -40px; }
    div#signMob{ display: block; margin-top: -60px; margin-bottom: 40px;}
    div#signPC{ display: none; }
    div#cehPerson{ width: 100%; }
    div#cehPerson > img{ width: 50%; }
    div#practical{ width: 100%; }
    div#practical > img{ width: 50%; }
    div#master{ width: 100%; }
    div#master > img{ width: 65%; }
}
@media(max-width: 480px){
    header{ height: 400px; }
    div#visualTit{ top: 60px; left: 15px;}
    div#visualTit > h1{ font-size: 2.35rem; margin-bottom: 15px; }
    div#intr{ padding-bottom: 10px; padding-left: 27px; }
    div#intr > img{ width: 88%; margin-bottom: 10px; }
    div#intr > p{ width: 90%; font-size: 0.95rem; line-height: 1.8rem;}

    /* course */
    div.examImg{ margin-bottom: 80px; }
    div.sign{ margin-top: -60px; }
    div#signMob{ margin-top: -80px; }
    div#cehPerson > img{ width: 60%; }
    div#practical > img{ width: 60%; }
    div#master > img{ width: 75%; }

    div.CEH{ padding: 20px 25px; }

    /* BTN */
    section#BTN a > button{ width: 90%; }
}
@media(max-width: 360px){
    header{ height: 450px; }
    div#visualTit{ top: 45px; left: 10px;}
    div#intr > img{ width: 95%; }

    section#course h3{ line-height: 2.25rem; }
    div.CEH{ padding: 10px; }
}