/* @import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:100,300,400,500,700,900); */

html {
    height: 100%;
    overflow: hidden;
}

body {
    color: #fff;
    /* font-family: 'Noto Serif TC','Noto Sans SC'; */
    font-weight: 300;
    margin: 0;
    padding: 0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 0vw 0 5vw;
    position: relative;
    transform-style: inherit;
    width: 100vw;
}

.header h2 {
    margin-top: -100px;
}

.header, .header:before {
    background: 50% 50% /cover;
}

.header::before {
    bottom: 20;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/bg01.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -10;
    min-height: 100vh;
}

.bg01 {
    background-image: url(../img/bg01.jpg);
    background-size: cover;
    width: 1920px;
    height: 1030px;
}

.header * {
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0;
    padding: 1em 0;
}

.bg02::before {
    bottom: 20;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/bg02.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -10;
    min-height: 100vh;
}

.bg03::before {
    bottom: 20;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/bg03.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -10;
    min-height: 100vh;
}

.bg04::before {
    bottom: 20;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/bg04.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -10;
    min-height: 100vh;
}

.bg05::before {
    bottom: 20;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/bg05.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -10;
    min-height: 100vh;
}

/* .bg06::before {
    bottom: 20;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/bg06.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -10;
    min-height: 100vh;
} */

.bg06 {
    background-image: url(../img/bg06.jpg);

    display: block;
    background-size: cover;
    transform-origin: center center 0;
    min-height: 100vh;
}

img {
    padding: 0 !important;
}

/* 手錶轉動特果 */
@-webkit-keyframes clockRotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.clocks {
    text-align: center;
}

.clocks .clock {
    display: inline-block;
    /* background: #d0d0d0; */
    background-image: url(../img/clocks.png);
    background-size: cover;
    position: relative;
    height: 230px;
    width: 230px;
    /* border: #6c6c6c 5px solid; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: -10;
}

.clocks .clock div {
    width: 6.5px;
    position: absolute;
}



.clocks .hours {
    /* background: #edb95b; */
    background-image: url(../img/hours.png);
    height: 45px;
    top: 71px;
    left: 113px;
    -webkit-transform-origin: 50% 45px;
    -moz-transform-origin: 50% 45px;
    -ms-transform-origin: 50% 45px;
    -o-transform-origin: 50% 45px;
    transform-origin: 50% 45px;
    -webkit-animation: clockRotate 120s infinite linear;
    z-index: 0;
}

.clocks .minutes {
    background: #dadada;
    /* background-image: url(../img/minutes.png); */
    height: 65px;
    top: 55.5px;
    left: 112px;
    -webkit-transform-origin: 60% 60px;
    -moz-transform-origin: 60% 60px;
    -ms-transform-origin: 60% 60px;
    -o-transform-origin: 60% 60px;
    transform-origin: 60% 60px;
    -webkit-animation: clockRotate 30s infinite linear;
    z-index: 5;
}

.clocks .seconds {
    background: #ffffff;
    /* background-image: url(../img/seconds.png); */
    height: 75px;
    width: 3px!important;
    top: 46px;
    left: 113px;
    -webkit-transform-origin: 80% 70px;
    -moz-transform-origin: 80% 70px;
    -ms-transform-origin: 80% 70px;
    -o-transform-origin: 80% 70px;
    transform-origin: 80% 70px;
    -webkit-animation: clockRotate 6s infinite linear;
    z-index: 10;
}

.point {
    background-image: url(../img/point.png);
    background-size: cover;
    position: relative;
    height: 15px;
    width: 15px !important;
    top: 109px;
    left: 109px;
    /* height: 230px;
    width: 230px; */
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; */
    z-index: 999;
}

.banner {
    margin-top: 8%;
    color: #fff;
}

.pt200 {
    padding-top: 200px;
}

.nav-link {
    font-size: 20px !important;
    line-height: 1.5;
    padding: 0 0 5px 0 !important;
    display: unset !important;
}

.nav-link.text-dark:hover {
    border-bottom: 2px solid #fff;
    color: #ffffff !important;
    font-weight: bold;
}

.nav-link.text-white:hover {
    border-bottom: 2px solid rgb(121, 121, 121) !important;
    color: rgb(121, 121, 121) !important;
    font-weight: bold;
}

.navbar-brand img {
    width: 125px;
}

.fa-bars {
    color: #fff;
    font-size: 40px !important;
}

.navbar-toggler {
    border: 0 !important;
    outline: none !important;
    padding: initial !important;
}

.collapse li {
    font-size: 20px !important;
}

.hover img {
    position: absolute;
    top: 0;
    transform: opacity 1s esea-in-out;
    cursor: pointer;
}

.hover img:nth-of-type(2):hover {
    opacity: 0;
}

.card-title .card-text {
    position: absolute;
    top: 350;
}

.card.bg-cover:hover {
    border-radius: 50%;
    transform: opacity 1s esea-out;
}

.radius {
    border-radius: 15px;
}

.slogan {
    height: 150px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    background: linear-gradient(to right, #B87800, #855600);
    font-family: 'Dancing Script', cursive;
}

.slogan h2 {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 4em;
}

.slogan h2 span {
    display: table-cell;
    margin: 0;
    padding: 0;
    animation: animate 3s linear infinite;
}

.slogan h2 span:nth-child(1) {
    animation-delay: 0s;
}

.slogan h2 span:nth-child(2) {
    animation-delay: 0.25s;
}

.slogan h2 span:nth-child(3) {
    animation-delay: 0.5s;
}

.slogan h2 span:nth-child(4) {
    animation-delay: 0.75s;
}

.slogan h2 span:nth-child(5) {
    animation-delay: 1s;
}

.slogan h2 span:nth-child(6) {
    animation-delay: 1.25s;
}

.slogan h2 span:nth-child(7) {
    animation-delay: 1.5s;
}

.slogan h2 span:nth-child(8) {
    animation-delay: 1.75s;
}

.slogan h2 span:nth-child(9) {
    animation-delay: 2s;
}

.slogan h2 span:nth-child(10) {
    animation-delay: 2.25s;
}

.slogan h2 span:nth-child(11) {
    animation-delay: 2.5s;
}

.slogan h2 span:nth-child(12) {
    animation-delay: 2.75s;
}

@keyframes animate {
    0%, 100% {
        color: #fff;
        filter: blur(0px);
        text-shadow: 0 0 8px #F5F5F5,
            0 0 8px #F5F5F5,
            0 0 8px #F5F5F5,
            0 0 8px #F5F5F5,
            0 0 8px #F5F5F5,
            0 0 8px #F5F5F5,
            0 0 8px #F5F5F5,
            0 0 8px #F5F5F5;
        /* #00b3ff */
    }

    5%, 95% {
        color: #111;
        filter: blur(0px);
        text-shadow: 0 0 10px none;
    }
}

.pdlpdt-200 {
    padding-left: 200px;
    padding-top: 200px;
}

.propt {
    top: 360px;
    padding-top: 360px !important;
}

.img-p1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1
}

.img-p2 {
    position: absolute;
    top: 250px;
    left: 180px;
    z-index: 2
}

.border-b {
    border-bottom: 3px solid #ffc107 !important;
}

.border-bold {
    border: 3px solid #000000 !important;
}

.border-tr {
    border-radius: 0px 40px 0px 0px !important;
}

.box {
    width: 120px;
    height: 50px;
    broder: none;
    border-radius: 0px 40px 0px 0px;
    background-color: #d0d0d0;
    padding-top: 10px;
    padding-left: 15px;
}

.box1 {
    width: 120px;
    height: 50px;
    broder: none;
    border-radius: 0px 40px 0px 0px;
    background-color: #f9f7c9;
    padding-top: 10px;
    padding-left: 15px;
}

.item:hover {
    color: red !important;
    border: 5px solid blue;
}

.border:hover {
    border: 5px solid red !important;
}

.textred:hover {
    color: red !important;
    font-weight: bold;
}

/*--------hover 效果----------*/
.mh6 {
    transition: all 0.5s;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}

.mh6 span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.mh6:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    transform: scale(1, 0.5);
}

.mh6:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

/*----RWD----*/
@media (max-width: 768px) {
    .header::before {
        min-height: 90vh;
    }

    .bg01 {
        background-image: url(../img/bg01-768.jpg);
        background-size: cover;
        width: 768px;
        height: 415px;
    }

    .banner h2 {
        font-size: 1.4rem;
    }

    .pdlpdt-200 {
        padding-top: 50px;
        padding-left: 50px;
    }

    .slogan h2 {
        font-size: 3rem;
    }
}

@media (max-width: 414px) {
    .bg01 {
        background-image: url(../img/bg01-414.jpg);
        background-size: cover;
        width: 414px;
        height: 224px;
    }

    .logo-s img {
        width: 50px;
        height: 50px;
    }

    .hidden-mobile {
        display: none !important;
    }

    .mobile-txt {
        font-size: 1.3rem !important;
        margin-bottom: 130px;
    }

    .rwdtxt {
        font-size: 0.7rem;
    }

    .rwdtxt1 {
        font-size: 1.3rem;
    }

    .rwdtxt2 {
        font-size: 0.8rem;
    }

    .pt-5 {
        padding-top: 0.5rem !important;
    }

    .col-h {
        height: 200px !important;
    }

    .slogan {
        height: 40vh;
    }

    .slogan h2 {
        font-size: 1.6rem;
    }
}

@media (max-widht: 375px) {
    .bg01 {
        background-image: url(../img/bg01-376.jpg);
        background-size: cover;
        width: 376px;
        height: 203px;
    }

    .mobile-txt {
        font-size: 0.6rem !important;
        margin-bottom: 80px !important;
    }

    .rwdtxt3 {
        font-size: 0.6rem !important;
    }
}

/*------hidden-------*/
@media (max-width: $mobile-size) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: $mobile-size) {
    .hidden-desktop {
        display: none !important;
    }

    .card:hover {
        border: 3px solid #2828ff;
    }
}