@charset "UTF-8";

* {
    position: relative;
    box-sizing: border-box;
}

body {
    background-color: #d9d2cc;
    /*padding-top: 85px;*/
    font-family: '微軟正黑體';
    font-size: 1rem;
}

.Areatitle:before {
    content: 'CHUN SHIH';
    display: block;
    font-size: 12px;
}

.Areatitle:after {
    content: '';
    display: block;
    margin: 10px auto 2rem;
    width: 30px;
    height: 2px;
    background-color: #eeb75e;

}

.Areatitle {
    font-size: 2rem;
    /*color: #fff;*/
    text-align: center;
    padding-top: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;

}

.Areatitle span {
    display: block;
    font-size: 15px;
}

/*--------- navbar---------*/
.navbar {
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;

    transition: all 0.5s;

}

.navbar-light .navbar-nav .nav-link {
    text-align: center;
}

.navbar-light .navbar-toggler {
    border:none;
}

.navbar {
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 0) !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar.navbar-short {
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.96) !important;

    transition: all .2s;
}


@media(max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.96) !important;
    }


    .navbar.navbar-short .navbar-collapse {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    .navbar-light .navbar-brand img {
        height: 3rem !important;
    }
}

/*---------------navbar End---------------*/
section {
    padding: 3% 0;
}

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

.innerImg .image {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
     background-color: #cac9c9;
}



a {
    color: #6d5a39;
}

a:hover {
    color: #ad9869;
    text-decoration: none;
}

.content .topBox {
    background-image: url(../images/case/banner.jpg);
    padding-top: 10%;
}

button:focus {
    outline: 0;
    outline: 0;
}


.btn {
    border-radius: 0;
    padding-left: 6%;
    padding-right: 6%;
}

.btn-primary {
    color: #fff;
    background-color: #ad9869;
    border-color: #ad9869;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6d5a39;
    border-color: #6d5a39;
}

.titleline:after {
    content: '';
    background-color: #ad9869;
    width: 30px;
    height: 3px;
    display: block;
    margin: 10px auto 20px;
    padding-top: 5% 0;
}

.nopadding {
    padding: 0;
}

.content {
    padding-bottom: 5%;
}

.banner {
    padding-top: 15%;
    padding-bottom: 15%;
    background-size: cover;
}

.banner .Txt {
    text-align: center;
    padding: 6% 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.banner .Txt:before {
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 2px solid;
    border-image: 2 #714a29;
    -webkit-border-image: 1 -webkit-linear-gradient(left, #ba925d, #936f40, #ffc781, #936f40);
    -o-border-image: 1 -o-linear-gradient(left, #ba925d, #936f40, #ffc781, #936f40);
    border-image: 1 linear-gradient(to right, #ba925d, #936f40, #ffc781, #936f40);


}

.banner .Txt .title span {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1;
}

.banner .Txt .title span:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ad9869;
    display: block;
    margin: 10px auto 15px;
}

.banner .Txt .title b {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 5px;
    font-weight: 400;

}



.breadcrumbs {
    font-size: 1rem;
    padding-top: 2rem;
}

.breadcrumbs b a {
    color: #333;
}

.breadcrumbs span a:after {
    background-color: #ad9869;
    content: '';
    display: inline-block;
    height: 1px;
    margin: -1px 10px 0 10px;
    vertical-align: middle;
    width: 50px;
}

ul.page-no {
    padding: 0;
    margin: 0;
}

@media(max-width: 768px) {
    .banner .Txt {
        padding: 15% 20px;
    }

    .banner .Txt .title span {
        font-size: 2rem;
    }

   

}


.contentBox iframe {
    width: 100% !important;
    height: 65vh !important;
}

@media(max-width: 768px) {
    .contentBox iframe {
        height: 45vh !important;
    }

}