@charset "UTF-8";

.btn-LINE{
    position: fixed;
    top: 72px;
    z-index: 9999;
    left: 0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    font-size: 2.5rem;
    background-color: #00B900;
    color: #fff;
}
.btn-FB{
    position: fixed;
    top: 144px;
    z-index: 9999;
    left: 0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    font-size: 2.5rem;
    background-color: #0666ff;
    color: #fff;
}
.btn-LINE:hover,.btn-LINE:active,.btn-LINE:focus{
    background-color: #fff;
    color: #00B900;
}
.btn-LINE:hover,.btn-LINE:active,.btn-LINE:focus{
    background-color: #fff;
    color: #0666ff;
}

.page .titleBox span::before {
    content: '';
    position: absolute;
    width: 100px;
    padding-top: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/icon.svg);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center;
}

.titleBox::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin: 2rem 0;

    background-color: #B98061;
}

.page .titleBox::after {
    margin: 2rem auto;
}

.titleBox {
    color: #B98061;
}

.titleBox span {
    font-family: 'Times New Roman', serif;
    font-size: 3rem;
    letter-spacing: 5px;
    margin: 0 auto;
    margin-bottom: 2rem;
    display: block;
}


.titleBox b {
    font-family: 'Noto Serif TC', serif;

    font-size: 1.8rem;
    line-height: 1.2;
}

.Txt p {
    line-height: 2;
}
section{
    overflow: hidden;
}


.page03 {
    min-height: 90vh;
    display: flex;
    color: #fff;
    align-items: center;
    background-size: cover;
    /* background-image: url(../images/img/page03-img01.jpg); */
}

/* .page03::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 100%);
} */


.fullPage {
    color: #fff;
    min-height: 100vh;
    padding: 10% 5%;
    background-color: #000;
}

.fullPage .Img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullPage .Img .innerImg .image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);

}

.fullPage .innerImg {
    height: 100vh;
    padding-top: 0;
}

.fullPage .titleBox {
    color: #fff;
}

.fullPage .titleBox span::before {
    display: none;
}

.fullPage .titleBox::after {
    margin: 2rem 0;
}

.page07 {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../images/img/page07-img-1.jpg);
}

.page08 {
    padding: 5%;
}

.CaseSlick .innerImg {
    padding-top: 150%;
}

.master .innerImg {
    padding-top: 140%;
}