@charset "UTF-8";

/* html { font-size: calc(1em + 1vw); } */

/*index.html*/


.bg-cover {
    background-size: cover;
    /* //背景適應高寬 */
    background-position: center center;
    /* //位置置中 */
}



@media only screen and (max-width: 768px) {
    #bannerVideo {
      /* position: relative; */
      position:relative;
      padding-top: 56px;
    }
  }

.box {
    height: 100px;
    /* background-color: #558d9b; */
    background-image: url("../images/banner.gif");
    background-repeat: no-repeat;
    border: 1px solid #0767a7;
}

.box01 {
    height: 150px;
    /* background-color: #558d9b; */
    background-image: url("../images/flow01.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    border: 1px solid #0767a7;
}

.box02 {
    height: 150px;
    /* background-color: #558d9b; */
    background-image: url("../images/flow02.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    border: 1px solid #0767a7;
}


.box03 {
    height: 150px;
    /* background-color: #558d9b; */
    background-image: url("../images/flow03.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    border: 1px solid #0767a7;
}

.box04 {
    height: 150px;
    /* background-color: #558d9b; */
    background-image: url("../images/flow04.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    border: 1px solid #0767a7;
}

.midBlock {
    position: relative;
    /* background-color: #80D4D6;*/
    /* background-color:#e5fdfc; */
    background-image: url("../images/midBlcok.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -8px;
}

.timeLineBlock {
    /* color: #0e7772; */
    box-shadow: 2px 1px 3px rgb(47, 48, 48);
    background-color: white;
    opacity: 88%;
    /* background-color: #80D4D6; */
}

h3 {
    color: #0050A6;
}

h4 {
    color: #4C99E7;
}

.timeLine {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        transform: translateX(-50%);
        background-color: #0e7772;
    }
}



.timeLine-pointer {
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 3px solid #3c8a63;
        transform: translateX(-50%);
        background-color: #cdd8da;
        z-index: 1;
    }
}

@media (max-width: 576px) {
    .timeLine::after {
        display: none;
    }

    .timeLine-pointer::after {
        display: none;
    }
}
/* 
.footage {
    position: relative;
    min-height: 300px;
    background-color: aliceblue;
} */

/* @media only screen and (max-width: 768px) {
    .footage {
        position: relative;
        margin-top: 0px;
        min-height: 300px;
        background-color: aliceblue;
    }
} */



ol li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: rgb(4, 127, 131);
    font-size: calc(0.8em + 0.3vw);
}


a:hover {
    text-decoration: underline;
    color: rgb(48, 111, 114);
    /* font-size:  calc(1em + 0.5vw); */
}

#navText {
    font-size: calc(1em + 0.3vw);
}

#topMenuBlock {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: rgb(23, 164, 199);
    opacity: 85%;
}

#topMenu {
    /* background: rgb(1, 17, 87); */
    min-width: 5vh;
    height: 4vh;
}

#footage {
    margin-top: -16px;
    /* background-repeat: no-repeat; */
    /* background-image: url("../images/footage.png"); */
}