/* 主頁內容 */

.business-A {
    width: 100vw;
    height: 40vw;
    max-height: 374px;
    background-image: url("../images/business-A-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* 主頁B區 */

.business-B {
    width: 100vw;
    height: auto;
    background-color: #fff;
}

.business-B h1 {
    color: #1a2732;
    font-weight: 600;
    text-align: center;
    line-height: 1.25em;
    font-size: 2.5em;
    letter-spacing: 0.02em;
}

.business-B p {
    color: #1a2732;
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    line-height: 1.55em;
}

.section-title2 {
    padding: 2% 0 2% 0;
}

.business-train-area{
    text-align: center;
    padding: 1% 4% 1% 4%;

}

.business-train{
    text-align: center;
    margin: 0 auto;
    padding: 2% 1%;
}

.business-B img{
    max-width: 400px;
    width: 100%;

}


.org-btn {
    border: none;
    background-color: #ee781f;
    color: #ffffff;
    padding: 8px 10px 6px 10px;
    font-weight: 500;
    display: block;
    margin: 20px auto;
}

.org-btn img {
    margin-right: 3px;
    width: 20px;
    height: auto;
    margin-top: -2px;
}


/*特效區star*/

.business-pic-wrapper {
    margin:0 auto; 
    padding:0;
    max-width: 400px;
    width: 95%;
    overflow:auto;
    position:relative;
    display:block;
    max-width:1400px;
}

.business-section {
    width:100%; 
    overflow:auto;
}

.business-section img {
    width:100%;
}

/*****Hover Effect*****/
.business-section figure {
    position: relative;
    overflow: hidden;
    margin:0 auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
    cursor: pointer;
}

.business-section figure figcaption {
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.business-section figure figcaption::before,
.business-section figure figcaption::after {
    pointer-events: none;
}

.business-section figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.business-section figure h2,
.business-section figure p {
    margin: 0;
}

figure.hover-effect figcaption {
    top: auto;
    bottom: 0;
    padding: 0;
    background-image: linear-gradient(145deg, rgba(236,102,22,0.88)0%, rgba(238,152,30,0.8)50%);
    background-image: -webkit-linear-gradient(145deg, rgba(236,102,22,0.88)0%, rgba(238,152,30,0.8)50%);
    background-image: -moz-linear-gradient(145deg, rgba(236,102,22,0.88)0%, rgba(238,152,30,0.8)50%);
    background-image: -o-linear-gradient(145deg, rgba(236,102,22,0.88)0%, rgba(238,152,30,0.8)50%);
    color: #fff;
    -webkit-transition: -webkit-transform 0.55s;
    transition: transform 0.55s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.hover-effect h2 {
    float: none;
    padding: 19% 0 0 0;
    font-weight: 600;
    display: inline-block;
    font-size: 1.1em;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 1.35em;
}

figure.hover-effect p.description {
    position: absolute;
    padding: 1em 2em 2em;
    color: #fff;
    text-transform: none;
    font-size: 0.9em;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.hover-effect h2 {
    -webkit-transition: -webkit-transform 0.55s;
    transition: transform 0.55s;
    -webkit-transform: translate3d(0,-140px,0);
    transform: translate3d(0,-140px,0);
}

figure.hover-effect:hover p.description {
    opacity: 1;
}

figure.hover-effect:hover figcaption,
figure.hover-effect:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.hover-effect:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
/*特效區end*/



/* 主頁C區 */

.business-C {
    width: 100vw;
    height: auto;
    background: linear-gradient(-90deg, #DCF4F2 0%, #FFFFFF 22%); 
    background: -moz-linear-gradient(-90deg, #DCF4F2 0%, #FFFFFF 22%); 
    background: -webkit-linear-gradient(-90deg, #DCF4F2 0%, #FFFFFF 22%); 
    background: -o-linear-gradient(-90deg, #DCF4F2 0%, #FFFFFF 22%);
}

.business-C h1 {
    color: #1a2732;
    font-weight: 600;
    text-align: center;
    line-height: 1.25em;
    font-size: 2.5em;
    letter-spacing: 0.02em;
}

.business-C p {
    color: #1a2732;
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.section-title3 {
    padding: 2% 2% 1% 2%;
}

.business-C .org-btn {
    border: none;
    background-color: #ee781f;
    color: #ffffff;
    padding: 8px 10px 6px 10px;
    font-weight: 500;
    display: block;
    margin: 20px 0;
}

.business-pic {
    width: 100vw;
    height: auto;
}

.business-area{
    margin: 4% auto 1% auto;
    padding-left: 2%;
    padding-right: 2%;
}

.business-wrap {
    padding: 0% 2% 0% 2%;
}

.business-intro {
    padding-right: 0em;
}

.business-intro img {
    margin: 1.65em auto;
}

.business-intro h2 {
    text-align: left;
    font-size: 1.65em;
    font-weight: 600;
}

.business-intro p {
    text-align: left;
    font-size: 1.25em;
}
.businesse-pic {
    display: block;
    margin: 0 auto 2% auto;
    max-width: 940px;
    width: 100%;
    padding: 3% 1% 0 1%;
}


/* 主頁D區 */

.business-D {
    width: 100vw;
    height: auto;
    background-image: url("../images/business-D-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.business-D h1 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 1.25em;
    font-size: 2.5em;
    letter-spacing: 0.02em;
}

.business-D p {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

.section-title4 {
    padding: 1% 0 1% 0;
}

.business-form-area{
    margin-top: 30px;
}

.org-btn2 {
    border: none;
    background-color: #ee781f;
    color: #ffffff;
    padding: 8px 40px 8px 40px;
    font-size: 1.8em;
    font-weight: 500;
    display: block;
    margin: 20px auto;
    letter-spacing: 0.05em;
}

.business-form-control {
    border: none;
    width: 100%;
    height: 3em;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    border-left: 8px solid #ffffff;
    border-radius: 0;
    font-size: 16.5px;
    background-color: rgba(255,255,255,0);
    color: #ffffff;

}

.business-form{
    width: 100%;
    padding: 1% 25%;
    margin: 0 auto;
}



/*↓↓↓↓  螢幕尺寸【小於】481<x<767時頁面顯示效果  ↓↓↓↓ */
@media (min-width: 481px) and (max-width: 767px) {
    .business-intro h2 {
        text-align: center;
    }
    .business-intro p {
        text-align: center;
    }
}





/*↓↓↓↓  螢幕尺寸【小於】480時頁面顯示效果  ↓↓↓↓ */
@media (max-width: 480px) {
    .business-A {
        width: 100vw;
        height: 40vw;
        max-height: 374px;
        background-position: top left 1%;
    }
    .business-C {
        width: 100vw;
        height: auto;
    }

    .business-area {
        margin: 8% auto 2% auto;
    }
    
    .business-intro h2 {
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;

    }

    .business-intro img {
        width: 18vw;
        margin: 1em auto;
    }

    .business-A h1,
    .business-B h1,
    .business-C h1,
    .business-D h1,
    .business-A h1,
    .certification-A h1 {
        font-size: 1.35em;
    }
    .section-title1 {
        padding: 18% 5% 10% 5%;
        background-color: rgba(29, 37, 44, 0.5);
    }
    .section-title1-courses {
        padding: 18% 5% 10% 5%;
        background-color: rgba(29, 37, 44, 0.5);
    }
    .section-title1-certification {
        padding: 18% 5% 10% 5%;
        background-color: rgba(29, 37, 44, 0.5);
    }
    .business-A p,
    .business-B p,
    .business-C p,
    .business-D p,
    .business-A p,
    .certification-A p {
        font-size: 1em;
        text-align: center;
        margin-bottom: 30px;
    }

    .business-D .row img {
        width: 20vw;
    }
    .business-form {
        width: 100%;
        padding: 1% 4%;
        margin: 0 auto;
    }
}