@charset "UTF-8";

/*---------------------------------------textEditor*/

/*內文樣式*/
.textEditor {
    padding-bottom: 5%;
}

.textEditor img {
    width: 100%;
    height: auto !important;
    max-width: 100% !important;
    padding: 20px 0;
}
.textEditor p{
    text-align: justify;
}
.textEditor p span {
    display: block;
}

.textEditor iframe {
    width: 100%;
    max-width: 100% !important;
    height: 50vh !important;
}


@media(max-width: 767px) {
    .textEditor p span {
        display: inline;
    }

    .textEditor iframe {
        height: 30vh !important;
    }

}


.icon-facebook {
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    background-image: url(../images/icon_fb.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*---------------------------------------bottomBox*/

.ContentArea .bottomBox {
    /*margin: 0 -65px;*/
    border-top: 1px solid #c9c9c9;
    padding: 3% 0;

}

.ContentArea .bottomBox .shareBox {
    vertical-align: middle;
}

.ContentArea .bottomBox .shareBox img {
    max-width: 30px;
}








@media(max-width: 767px) {
    .bannerBox .title {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
}