@charset "UTF-8";

.ContentArea {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10%;
    padding: 0 5%;

}

/*---------------------------------------topBox*/

.ContentArea .topBox {
    padding-bottom: 10%;

}

.ContentArea .topBox .titleBox {
    /*text-align: center;*/
    padding-top: 5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border-left: 10px solid rgb(192, 153, 87);
}

.ContentArea .topBox .titleBox span.date {
    font-size: 1rem;
    color: #999;
}

.ContentArea .topBox .submenu {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ContentArea .topBox .submenu a {
    padding: 0 10px;
}

.ContentArea .topBox .submenu a+a {
    border-left: 1px solid #999;
}


/*---------------------------------------contentBox*/

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

.contentBox img {
    width: 100%;
    height: auto !important;
    max-width: 100% !important;
    padding: 20px 0;
}

.contentBox p span {
    display: block;
}

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


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

    .contentBox 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;
    }
}