@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Noto+Serif+TC:500,700&display=swap');


/*
    _黑體
    font-family: 'Noto Sans TC', sans-serif;

    _明體
    font-family: 'Noto Serif TC', serif;


*/
* {
    position: relative;
    /*border: 1px solid red;*/
    box-sizing: border-box;

}

body {
    font-family: '微軟正黑體', 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
}


a {
    color: #333;
}

a:hover,
a:focus {
    cursor: pointer;
    color: #999e00;
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dotted.slick-slider {
    margin-bottom: -25px;
}

.fancybox-navigation {
    height: 100vh;
}

.Imgiofo {
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding: 15px;
    /*background-image: url(../images/img_info_bg.svg);*/
    -webkit-background-size: 100% 100%;
    background-size: cover;
    color: #fff;
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#page5 .Imgiofo {
    width: 100%;
    position: absolute;
    right: 0%;
    bottom: 10%;
    padding: 0px;
    /*background-image: url(../images/img_info_bg.svg);*/
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 0% 6%;
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: left;
}

a:hover .Imgiofo {
    color: #fff;
}

p {
    text-align: justify;
}


.innerImg {
    width: 100%;
    padding-top: 55%;
}


.innerImg .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #5f5e62;
}
#page5 .innerImg .image {
    background-position: 73%;
}

.btn {
    border-radius: 0;

}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #d44501;
    border-color: #d44501;
}


.btn-primary:hover {
    color: #fff;
    background-color: #8a2d01;
    border-color: #8a2d01;
}


.Img .slick-dots li:before {
    text-align: center;
    width: 100%;
    display: block;
}


.Img .slick-dots {
    bottom: 3%;
}


.Img.slick-dotted.slick-slider {
    margin: 0;
}

.Img .slick-dots li.slick-active button:before {
    background-color: #f3b03c;
}

.bg_orange .Img .slick-dots li.slick-active button:before {
    background-color: #fff;
}


.Img .slick-dots li button:before {
    content: '';
    width: 100%;
    display: inline-block;
    height: 5px;
    background-color: #fff;
    opacity: 0.7;
}

.bg_orange .Img .slick-dots li button:before {
    background-color: #fff;

}



.TxtSlick .slick-dots {
    text-align: left;
}


.TxtSlick .slick-dots li.slick-active button:before {
    color: #f3b03c;
}



.icon-play {
    background-image: url(../images/icon-play.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 130px;
    height: 130px;
    max-width: 30%;
    top: 50%;
    left: 50%;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    transition: 0.5s all;
}


.videoArea .Img .innerImg {
    padding-top: 30%;
}

.videoArea .Img .innerImg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 1s all;
}

.videoArea a:hover .Img .icon-play {
    opacity: 1;

}

.videoArea .Img .innerImg p.Imginfo {
    color: #eee;
    font-size: 1.2rem;
    z-index: 10;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.videoArea .Img .innerImg p.Imginfo span {
    display: block;
    color: #eee;
    line-height: 1;

}


@media(min-width: 991px) {

    .Img .slick-dots li {
        width: 50px;
    }

    .Img .slick-dots li button {
        width: 50px
    }
    #page5 .Imgiofo {
        font-size: 1rem;
    }
    #page5 .Imgiofo h2 {
        font-size: 1rem;
    }

}

@media(max-width: 991px) {
    .Img .slick-dots li button:before {
        background-color: #999;
    }

    #page5 .Imgiofo {
        font-size: 1rem;
    }
    #page5 .Imgiofo h2 {
        font-size: 1rem;
    }

    .icon-play {
        width: 50px;
        height: 50px;
    }

    .videoArea .Img .innerImg {
        padding-top: 60%;
    }
}