@charset "UTF-8";

body {
    background-color: #333;
}
.navbar-toggler[aria-expanded=false]{
    color: #fff;
}
.navbar-toggler[aria-expanded=false] span,
.navbar-toggler[aria-expanded=false] span:before,
.navbar-toggler[aria-expanded=false] span:after {
    background: #fff !important;
}

.caseBanner {
    width: 100%;
    position: fixed;
}

.caseBanner:before {
    content: '';
    width: 100%;
    padding-top: 20%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    /*background-color: red;*/
    background: -webkit-linear-gradient(bottom, rgba(208, 209, 205, 0) 0%, #333 100%);
    background: -o-linear-gradient(bottom, rgba(208, 209, 205, 0) 0%, #333 100%);
    background: linear-gradient(to bottom, rgba(208, 209, 205, 0) 0%, #333 100%);


}

.caseBanner .Img .innerImg {
    padding-top: 30%;
    height: 60vh;
}

.caseContentBox {
    padding-top: 30%;
    /*transform: translateY(-15%);*/
}

.caseContentBox:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.ContentArea {
    background-color: rgba(255, 255, 255, 0.85);
}

.ContentArea {
    margin-bottom: 0;
    z-index: 10;
}

.topBox {
    padding-top: 5%;
    padding-bottom: 5%;
}

.topBox .CaseImg {
    z-index: 1;
}

.topBox .CaseImg .Img .innerImg {
    padding-top: 100%;
}

.topBox .CaseImg .Img .innerImg .image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.topBox .CaseinfoBox:before {
    content: '';
    width: 200%;
    position: absolute;
    height: 130%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid #dbc287;
}

.topBox .CaseinfoBox .Caseinfo {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.topBox .CaseinfoBox .Caseinfo li {
    list-style: none;
    padding: 5px;
    padding-left: 5.5rem;
    min-height: 30px;
}

.topBox .CaseinfoBox .Caseinfo li span {
    position: absolute;
    left: 0;
}

.topBox .CaseinfoBox .Caseinfo li span:after {
    content: "："
}

@media(max-width: 991px) {
    .caseContentBox {
        transform: none;
        padding-top: 0;
    }

    .ContentArea .topBox {
        padding: 0;
    }

    .topBox .CaseinfoBox:before {
        display: none;
    }

    .topBox .CaseImg .Img .innerImg .image {
        background-position: center;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .CaseinfoBox {
        padding-top: 5%;
        padding-bottom: 15%;
    }
}




@charset "UTF-8";

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

}

/*---------------------------------------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;
}


.galleryList {}

.galleryList .item {
    margin-bottom: 30px;
}

.galleryList .item a {
    display: block;
}

.galleryList .item a:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

.galleryList .item a:after {
    content: '+';
    font-size: 5rem;
    color: #fff;
    position: absolute;
    line-height: 1;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;

}

.galleryList .item a:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
}

.galleryList .item a:hover:after {
    opacity: 1;
    transition: all 0.5s;

}

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