#topArea{
    width: 100%;
    height: 100vh;
    background-image: url("../images/share/banner_01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}


article{
    padding: 0px !important;
}


.content{
    width: 50%;
    margin: 2% auto;
    line-height: 26px;
    letter-spacing: 1px;

}

article .content .contentHeader{
    width: fit-content;
    color: white;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 15px;
    background-color: #6fcae2;
    padding: 1px 20px 1px 20px;

}


.content .intro{
    margin: 50px auto;

}

.introBottom{

    font-size: 14px;
    text-align: left;
}

/*回復到這裡*/

.introContainer{
    color: black;
    padding: 5% 3%;
    margin-bottom: 50px;


}

.border_blue{
    border: 10px solid #6fcae2;
    background-image: url("../images/share/circle_blue.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.border_pink{
    border: 10px solid #ffd6d9;
    background-image: url("../images/share/circle_pink.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.content .intro_inside_left{
    width: 35%;
    margin-right: 2.5%;
    display: inline-block;

}


.content .intro_inside_right{
    width: 55%;
    margin-top: 5px;
    margin-left: 2.5%;
    text-align: left;
    display: inline-block;
    vertical-align: top;


}


.share_age{

    font-size: 14px;
    margin: 10px auto;
}


h2{

    font-size: 16px;
    font-weight: normal;

}

h3{
    font-size: 16px;
    color: white;
    font-weight: normal;
}

.hr_blue {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6fcae2;
    margin: 1em 0;
    padding: 0;
}

.hr_pink {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1007f;
    margin: 1em 0;
    padding: 0;
}


.mobile_banner{
    display: none;
}


.shareEmail{
    width: 80%;
    margin: auto;

}

article .content input[type="button"]{

    font-size: 16px;
    font-weight: 400;
    width: 60%;
    height: 42px;
    color: white;
    letter-spacing: 2px;
    border: none;
    margin: 20px 10px;
    /*background-color: #7d0000;*/ /*Default-bg*/
    /*background-color: #541b86;*/ /*Lulu Asked-bg*/
    background-image: url("../images/footer/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;

}


article .content input[type="button"]:hover{


    /*background-color: #c90808;*/ /*Default-bg*/
    /*background-color: #70429a;*/ /*Lulu Asked-bg*/
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    cursor: pointer;
}


