@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,500&display=swap');

* {
    position: relative;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}



.outerWrap header {
    opacity: 0;
    transform: translateY(-10%);
    transition: all 1s;
}

.outerWrap.show header {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}


.outerWrap .bannerArea {
    opacity: 0;
    transform: translateX(10%);
    transition: all 1s;
}

.outerWrap.show .bannerArea {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s 0.1s;
}


.outerWrap .Area {
    opacity: 0;
    transform: translateY(10%);
    transition: all 1s;
}

.outerWrap.show .Area {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 0.1s;
}







body {
    font-size: 1rem;
    font-weight: 300;
    background-color: #313131;
    font-family: 'Noto Sans TC', sans-serif;
}


a {
    color: #333;
}

a:hover,
a:focus {
    color: #999;
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}


.fancybox-navigation {
    height: 100vh;
}


/*---------header---------*/
header {
    padding: 40px;
    padding-left: 5%;
    position: fixed;
    width: 30%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 10%;
    overflow: hidden;
}

header .logo a {
    display: block;
    width: 100%;
    padding-top: 30%;
    /*height: 210px;*/
    background: url(../images/logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.chapterBox {
    bottom: 40%;
    width: 100%;
    position: absolute;
    display: block;
    font-size: 20px;
    /*color: #333;*/
    letter-spacing: 3px;
}

.chapterBox:before {
    position: absolute;
    width: 100%;
    background: #ceaa6e;
    height: 1px;
    content: "";
    bottom: 0;
    z-index: -1;
}

.chapterBox:after {
    content: 'Contented & Paragenesis';
    position: absolute;
    top: 105%;
    font-weight: 100;
    font-size: 1rem;
    white-space: nowrap;
}



/*共用*/

.btn {
    border-radius: 0;
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.btn-secondary {
    color: #000;
    background: #746243;
    border-color: #746243;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #b78836;
    border-color: transparent;
}

.btn-outline-secondary {
    color: #ceaa6e;
    border-color: #ceaa6e;
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #ceaa6e;
    border-color: #ceaa6e;
}

.titleBox h3 span {
    font-weight: 100;
    font-size: 3.5rem;
}

.titleBox h3 b {
    font-size: 1.3rem;
    letter-spacing: 3px;
    font-weight: 300;

}

.titleBox h3 b:before {
    content: '/';
}

.chapterBox .titleBox h3 span {
    font-size: 2.5rem;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.TxtBox p span {
    display: block;
}

p {
    text-align: justify;
}

.innerImg {
    width: 100%;
    padding-top: 50%;
}

.innerImg .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
    background: #000;
    overflow: hidden;
}

.imh_opacity img {
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
    transform: scale(1.05);
}


/*-----side_case-----*/
.side_case {
    margin-top: 3rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    border-top: 1px solid #999;
}

.side_case .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 1rem;
}

.side_case .item .Img {
    width: 50%;
    margin-right: 18px;
    overflow: hidden;
    border: 3px solid #f5f5f5;
}

.side_case .item .Img .innerImg {
    height: 100%;
}

.side_case .item .Txt {
    width: 50%;
}

.side_case .item .Txt .caseInfo {
    font-size: 14px;
    letter-spacing: 0;
}

/*------------banner------------*/

.outerWrap {
    width: 100%;
    height: 100%;
    padding-left: 30%;
    position: relative;
    z-index: 2;
    overflow: hidden;

}

.bannerArea {
    width: 100%;
    padding-bottom: 10%;
}

.bannerArea p {
    z-index: 999;
    top: 50%;

    border: 1px solid #333;

    padding: 3%;
    background-color: rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 1.4rem;
    white-space: nowrap;
}

.bannerArea p span {
    display: block;
}

.bannerArea p span:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: #eee;
    margin-left: 5px;
    margin-top: 4%;
}



.Area {
    padding-right: 10%;
}

@media(min-width: 991px) {
    .bannerArea p {
        position: absolute;
        transform: translateY(-50%);
        left: 10%;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
    }

    .bannerArea p span {
        margin-top: 3rem;
    }


}

@media(max-width: 991px) {
    .bannerArea p {
        font-size: 1rem;
        padding: 20px;

        /*display: none;*/
    }

    .bannerArea p span:after {
        width: 30%;
        height: 1px;
    }
}

/*------------bg_black------------*/
.bg_black {
    color: #fff;
    background-image: url(../images/bg3.jpg);
    background-attachment: fixed;
    -webkit-background-size: 110%;
    background-size: 110%;
    background-position: center;
}

.bg_black .navbar,
.bg_black .navbar a {
    color: #333 !important;
}

.bg_black header .logo a {
    background-image: url(../images/logo_g.svg);
}

.bg_black .chapterBox {
    color: #fff;
}

.bg_black .navbar-toggler span,
.bg_black .navbar-toggler span:before,
.bg_black .navbar-toggler span:after {
    background-color: #999;
}

.bg_black a {
    color: #fff;
}

.bg_black .navbar-toggler {
    color: #999;
}


/*--------RWD--------*/

@media (max-width: 1580px) {
    .chapterBox {
        margin-top: 3rem;
        bottom: auto;
        left: auto;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .outerWrap {
        padding-left: 0;
    }

    header {
        position: absolute;
        height: auto;
        width: 50%;
    }

    header .logo {
        display: none;
    }

    .Area {
        padding: 0 3%;
    }

    .bannerBox:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .bg_black .bannerBox:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

@media(max-width: 768px) {
    .btnBox {
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width: 480px) {
    header {
        width: 100%;
        padding-top: 20%;
    }

    .bannerBox .bannerSlick .innerImg {
        padding-top: 70% !important;
    }

    .titleBox h3 span {
        font-size: 2.5rem;
    }
}

/*------------footer------------*/
footer {
    text-align: center;
    color: #666;
    position: relative;
    background-color: #272727;
}

footer:before {
    content: '';
    display: block;
    width: 263px;
    width: 263px;
    position: absolute;
    z-index: 1;
    background-image: url(../images/icon.png);
}

footer h5.copyright {
    display: inline-block;
}

footer h5.copyright ul {
    margin: 0;
    padding: 0;
}

footer .copyrightBox {
    clear: both;
    padding-top: 40px;
    border: 0.1rem solid;
    border-image: 0 0 1 #714a29;
    border-image: 0 0 1 linear-gradient(to right, #714a29 0%, #91672b 5%, #997d38 12%, #aa9155 18%, #c9a063 25%, #c09500 32%, #91672b 43%, #714a29 50%, #91672b 57%, #c09500 68%, #c9a063 75%, #aa9155 82%, #997d38 88%, #91672b 95%, #714a29 100%);
}

footer .copyrightBox li {
    display: inline-block;
    padding: 0 60px;
}

footer .copyrightBox li+li {
    border-left: 1px solid #666;
}

footer .copyrightBox span {
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
}

footer a {
    color: #999;
    font-size: 1rem;
}


footer .endArea {
    background-color: #272727;
    clear: both;
    text-align: center;
    padding: 20px 0 30px;
    font-size: 12px;
}

footer .endArea img {
    width: 10%;
}


@media(max-width: 991px) {
    footer .copyrightBox li {
        display: block;
        padding: 2% 0;
    }

    footer .copyrightBox li+li {
        border: none;
    }

    footer .endArea span {
        display: block;
    }

}