    /* 字體 */
    
    @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
    @font-face {
        font-family: "Futura-Std-Light";
        src: url(../fonts/Futura-Std-Light.otf);
    }
    
    @font-face {
        font-family: "Futura-Std-Book";
        src: url(../fonts/Futura-Std-Book.otf);
    }
    
    @font-face {
        font-family: "DidotLTStd-Roman";
        src: url(../fonts/DidotLTStd-Roman.otf);
    }
    
    .Futura-Std-Light {
        font-family: "Futura-Std-Light";
    }
    
    .Futura-Std-Book {
        font-family: "Futura-Std-Book";
    }
    
    body,
    html {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    a:link,
    a:visited,
    a:hover,
    a:active {
        text-decoration: none;
    }
    
    img {
        width: 100%;
        display: block;
    }
    
    .all {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        opacity: 0;
    }
    /*header*/
    
    .header {
        width: 100%;
        height: 4.7vw;
        line-height: 4.7vw;
        background-color: #bdced8;
        background-color: rgba(189, 206, 216, 0.8);
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
    }
    
    .menu-icon {
        width: 35vw;
        height: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    
    .menu-icon-li {
        width: 33.33333%;
        height: 100%;
        float: left;
        display: block;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: 300;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    
    .menu-icon-li::after {
        content: "";
        width: 1px;
        height: 1.3vw;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 1.7vw;
    }
    
    .menu-icon-li:last-child:after {
        background-color: transparent;
    }
    
    .menu-icon-li img {
        width: 3vw;
        display: inline-block;
        margin-top: 0.8vw;
        margin-left: -1vw;
    }
    
    .menu-txt {
        font-size: 0.8vw;
        display: inline-block;
        letter-spacing: 0.05vw;
        text-align: center;
        margin: 0;
        height: 4.7vw;
        line-height: 4.7vw;
        color: #fff;
        position: relative;
        transform: translateY(-25%);
    }
    
    .phone {
        font-size: 0.9vw;
        letter-spacing: 0.05vw;
        margin: 0;
        color: #fff;
        position: absolute;
        left: 2.6vw;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    
    .book img {
        width: 1.8vw;
        position: absolute;
        left: 3vw;
        top: 0.9vw;
    }
    
    .book .menu-txt {
        margin: 1.2vw 0 0 2vw;
    }
    
    .opacity {
        opacity: 0;
        transition: all 0.3s linear;
    }
    
    .opacity1 {
        opacity: 1;
        transition: all 0.3s linear;
    }
    /*頁面1*/
    
    .main1 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .bg1 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .bg1>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.5);
        animation: main1 7s ease;
        animation-fill-mode: forwards;
    }
    
    .main1 video {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
    }
    
    .main1>video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.5);
        animation: main1 7s ease;
        animation-fill-mode: forwards;
    }
    
    @keyframes main1 {
        0% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }
    
    .main1-logo {
        width: 23.5vw;
        position: absolute;
        right: 27vw;
        top: 13vw;
    }
    
    .main1-txt {
        font-family: "Noto Sans TC", sans-serif;
        color: #00a162;
        font-size: 3vw;
        letter-spacing: 0.35vw;
        font-weight: normal;
        line-height: 4vw;
        position: absolute;
        right: 11.4vw;
        top: 78vw;
    }
    /*頁面2*/
    
    .main2 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .main2-txt {
        position: absolute;
        left: 11vw;
        top: 5vw;
        color: #fff;
        z-index: 3;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3);
    }
    
    .main2-txt h2 {
        font-size: 4.5vw;
        letter-spacing: 0vw;
        font-weight: normal;
        line-height: 5vw;
        margin: 0 0 -1vw 0;
        font-family: "DidotLTStd-Roman";
    }
    
    .main2-txt h4 {
        font-size: 1.05vw;
        letter-spacing: 0vw;
        font-weight: 300;
        line-height: 6vw;
        margin: 0;
        text-align: justify;
        text-justify: inter-ideograph;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .of {
        font-size: 3.3vw;
        display: inline-block;
        position: absolute;
        left: -4.8vw;
        top: 5vw;
    }
    
    .pic-txt {
        position: absolute;
        left: 2vw;
        bottom: 1.5vw;
        color: #fff;
        font-family: "Noto Sans TC", sans-serif;
        font-size: 0.85vw;
        letter-spacing: 0.05vw;
    }
    /*頁面3*/
    
    .main3 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .main3-txt {
        position: absolute;
        left: 16vw;
        top: 7vw;
        color: #fff;
        z-index: 3;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3);
    }
    
    .main3-txt h2 {
        font-size: 4.5vw;
        letter-spacing: 0vw;
        font-weight: normal;
        line-height: 5vw;
        margin: 0 0 -1vw 0;
        font-family: "DidotLTStd-Roman";
    }
    
    .main3-txt h4 {
        font-size: 1.05vw;
        letter-spacing: 0vw;
        font-weight: 300;
        line-height: 7vw;
        margin: 0;
        text-align: justify;
        text-justify: inter-ideograph;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .main3 .of {
        font-size: 3.3vw;
        display: inline-block;
        position: absolute;
        left: -4.15vw;
        top: 5vw;
    }
    
    .txt3 {
        font-family: "Futura-Std-Book";
        font-size: 1.5vw;
    }
    /*頁面4*/
    
    .main4 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .main4-txt {
        position: absolute;
        left: 32vw;
        bottom: 5vw;
        color: #fff;
        z-index: 3;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3);
    }
    
    .main4-txt h2 {
        font-size: 4.5vw;
        letter-spacing: 0vw;
        font-weight: 300;
        line-height: 7vw;
        margin: 0 0 -1vw 0;
        font-family: "DidotLTStd-Roman";
    }
    
    .main4-txt h4 {
        font-size: 1.05vw;
        letter-spacing: 0vw;
        font-weight: 300;
        line-height: 3vw;
        margin: 0;
        text-align: justify;
        text-justify: inter-ideograph;
        padding-left: 2vw;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .main4 .luxury {
        font-size: 3.2vw;
        display: inline-block;
        position: absolute;
        left: 8.5vw;
        top: 4vw;
    }
    
    .txt4 {
        font-family: "Futura-Std-Book";
        font-size: 1.5vw;
        letter-spacing: 0.05vw;
    }
    /*頁面5*/
    
    .main5 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .banner {
        width: 100%;
        position: relative;
        margin: 0;
        height: 100%;
    }
    
    .banner .swiper-button-prev {
        width: 1.5vw !important;
        height: 3vw !important;
        left: 1.5vw;
        top: 47%;
        margin: 0;
        z-index: 998 !important;
        background-image: url(../img/arrow-l.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    
    .banner .swiper-button-next {
        width: 1.5vw !important;
        height: 3vw !important;
        right: 1.5vw;
        top: 47%;
        margin: 0;
        z-index: 998 !important;
        background-image: url(../img/arrow-r.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    
    .main5-txt {
        position: absolute;
        left: 53.5vw;
        top: 4vw;
        color: #fff;
        z-index: 3;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3);
    }
    
    .main5-txt h2 {
        font-size: 4.5vw;
        letter-spacing: 0vw;
        font-weight: 300;
        line-height: 5vw;
        margin: 0 0 -1vw 0;
        font-family: "DidotLTStd-Roman";
    }
    
    .main5-txt h4 {
        font-size: 1.05vw;
        letter-spacing: 0.05vw;
        font-weight: 300;
        line-height: 2vw;
        margin-top: 3.5vw;
        text-align: center;
        text-justify: inter-ideograph;
        font-family: "Noto Sans TC", sans-serif;
    }
    /*頁面6*/
    
    .main6 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .main6-txt {
        position: absolute;
        left: 13vw;
        top: 8vw;
        color: #fff;
        z-index: 3;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3);
    }
    
    .main6-txt h2 {
        font-size: 4.5vw;
        letter-spacing: -0.1w;
        font-weight: 300;
        line-height: 4.2vw;
        margin: 0 0 -1vw 0;
        font-family: "DidotLTStd-Roman";
    }
    
    .main6-txt h4 {
        font-size: 1.05vw;
        letter-spacing: 0vw;
        font-weight: 300;
        line-height: 2vw;
        margin-top: 3.5vw;
        text-align: center;
        text-justify: inter-ideograph;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .main7 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding: 0vw;
    }
    
    .main7::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .main7::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -1;
        background-image: url(../img/bg7.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    .main7-map {
        width: 100vw;
        height: 30vw;
        position: relative;
        margin: 0;
        display: block;
    }
    
    .map2 {
        display: none;
    }
    
    .form {
        width: 31vw;
        position: relative;
        margin: 10vw 14vw 8vw 0;
        height: auto;
        float: right;
        color: #000;
        letter-spacing: 2px;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .form-title {
        width: 100%;
        margin: 0 0 1.4vw 0;
        text-align: center;
        color: #000;
        font-size: 1.38vw;
        letter-spacing: 0.15vw;
        font-weight: 400;
    }
    
    .input {
        width: 100%;
        position: relative;
        height: 2.6vw;
        line-height: 2.6vw;
        margin-bottom: 0.5vw;
        border-bottom: 1px solid #000000;
        font-weight: 400;
    }
    
    .input-title {
        position: absolute;
        left: 0vw;
        top: 0;
        height: 2.6vw;
        line-height: 2.6vw;
        letter-spacing: 0.78vw;
        font-size: 1vw;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: 400;
        z-index: 1;
    }
    
    .form input[type="text"] {
        width: 100%;
        height: 2.6vw;
        line-height: 2.6vw;
        letter-spacing: 0.2vw;
        font-size: 1vw;
        border: none;
        background-color: transparent;
        color: #000000;
        box-sizing: border-box;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -moz-appearance: none;
        outline: none;
        font-family: "Noto Sans TC", sans-serif;
        padding: 0 0 0 9vw;
        position: relative;
        box-sizing: border-box;
        display: block;
        font-weight: 400;
    }
    
    .form input::placeholder {
        color: #000000 !important;
    }
    
    .form select {
        width: 100%;
        box-sizing: border-box;
        height: 2.6vw;
        line-height: 2.6vw;
        letter-spacing: 0.2vw;
        font-size: 1vw;
        color: #000;
        padding-left: 2%;
        font-family: "Noto Sans TC", sans-serif;
        background-color: transparent;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;
        background-image: url(../img/select.png);
        background-position-x: 97%;
        background-position-y: 54%;
        background-repeat: no-repeat;
        background-size: 2.5%;
        outline: none;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        letter-spacing: 0.2vw;
        position: relative;
        padding: 0 0 0 9vw;
        display: block;
        font-weight: 400;
    }
    
    #txtTime {
        width: 100%;
        height: 2.6vw;
        line-height: 2.6vw;
        letter-spacing: 0.2vw;
        font-size: 0.85vw;
        color: #000000;
        box-sizing: border-box;
        font-family: "Noto Sans TC", sans-serif;
        padding: 0 0 0 9vw;
        position: relative;
        box-sizing: border-box;
        display: block;
        font-weight: bold;
        background-image: url(../img/select.png);
        background-position-x: 97%;
        background-position-y: 54%;
        background-repeat: no-repeat;
        background-size: 2.5%;
        background-color: transparent;
        cursor: pointer;
    }
    
    .select {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #000;
        margin-bottom: 0.5vw;
        font-weight: bold;
    }
    
    .check-item {
        width: 100%;
        height: 2.6vw;
        line-height: 2.6vw;
        letter-spacing: 0.1vw;
        font-size: 1vw;
        color: #595959;
        margin: 0 auto;
        vertical-align: middle;
        font-weight: 400;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    
    .check-item::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .check-item a:link,
    .check-item a:visited,
    .check-item a:hover,
    .check-item a:active {
        color: #595959;
    }
    
    .check-label {
        width: 24%;
        height: 2.6vw;
        line-height: 2.6vw;
        float: left;
        font-weight: 400;
    }
    
    .check-item label {
        height: 2.6vw;
        line-height: 2.6vw;
        cursor: pointer;
    }
    
    .check-item label input {
        width: 0.8vw;
        height: 0.8vw;
        margin: 0% 1% -0.5% 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -moz-appearance: none;
        appearance: none;
        background: url(../img/check.png) no-repeat top center;
        background-size: 0.8vw 0.8vw;
        border: none;
    }
    
    .check-item label input:checked {
        background: url("../img/checked.png") no-repeat top center;
        background-size: 0.8vw 0.8vw;
    }
    
    .agreeBtn {
        height: 2.6vw;
        float: left;
    }
    
    .openTxtBtn {
        display: inline-block;
        height: 1.6vw;
        line-height: 2vw !important;
        border-bottom: 1px solid #110e56;
        cursor: pointer;
    }
    
    .remind {
        width: 40%;
        float: left;
        color: #00a161;
        height: 2.2vw;
        line-height: 2.2vw;
        letter-spacing: 0.1vw;
        font-size: 1vw;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: 400;
        margin: 1vw 0;
    }
    
    .form input[type="submit"],
    .form input[type="button"] {
        width: 60%;
        float: right;
        height: 2.2vw;
        border: 1px solid #00a162;
        background-color: #00a162;
        letter-spacing: 0.1vw;
        font-size: 1vw;
        color: #fff;
        box-sizing: border-box;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        outline: none;
        margin: 1vw 0;
        cursor: pointer;
        font-family: "Noto Sans TC", sans-serif;
    }
    /*預約時間開圖*/
    
    .time-open {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: #fff;
        z-index: 999;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .time-open-content {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 100vh;
        overflow: auto;
        padding: 12vw 0 0 0;
    }
    
    .ui-widget {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1vw;
    }
    
    .ui-datepicker {
        width: 31%;
        margin: 0 0 0 17vw;
    }
    
    .ui-datepicker th {
        padding: .7em 0;
    }
    
    .ui-datepicker .ui-datepicker-header {
        margin: 0 0 0vw 0;
    }
    
    .ui-icon {
        width: 1.25vw;
        height: 1.25vw;
    }
    
    .ui-widget-header .ui-icon {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.25vw 1.25vw;
    }
    
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        line-height: 3vw;
    }
    
    .ui-datepicker td {
        line-height: 3vw;
    }
    
    .ui-datepicker table tr {
        line-height: 3vw;
        height: 3vw;
    }
    
    .select-time {
        width: 38%;
        position: absolute;
        left: 53vw;
        top: 15vw;
    }
    
    .select-time h2 {
        width: 100%;
        margin: 0 0 1.5vw 0;
        text-align: center;
        color: #009e62;
        font-size: 1.5vw;
        letter-spacing: 0.2vw;
        font-weight: 600;
    }
    
    .time-open .closeBtn {
        width: 2vw;
        position: absolute;
        right: 4%;
        top: 4%;
        z-index: 1;
    }
    
    .time-value {
        width: 72%;
        position: relative;
        margin: 0 auto 1vw auto;
        font-size: 1vw;
        line-height: 2.5vw;
        letter-spacing: 0.1vw;
        font-weight: 600;
        text-align: center;
        border: 1px solid #595959;
        color: #595959;
        cursor: pointer;
    }
    
    .time-value-active {
        border: 1px solid #009e62;
        background-color: #009e62;
        color: #fff;
    }
    
    .select-time input[type="submit"],
    .select-time input[type="button"] {
        width: 72%;
        position: relative;
        margin: 0 auto 0 auto;
        height: 2.5vw;
        letter-spacing: 0.1vw;
        border: 1px solid #00a162;
        background-color: #00a162;
        font-size: 1vw;
        color: #fff;
        box-sizing: border-box;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        outline: none;
        font-family: "Noto Sans TC", sans-serif;
        display: block;
        cursor: pointer;
        float: none;
    }
    
    .main7-txt {
        width: 33%;
        position: relative;
        margin: 3vw 0 0 14vw;
        float: left;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .main7-txt h2 {
        font-size: 1vw;
        font-weight: 600;
        letter-spacing: 0.1vw;
        text-align: center;
        line-height: 2.5vw;
        margin: 0;
        color: #595959;
    }
    
    .main7-logo {
        width: 5.5vw;
        position: absolute;
        left: -21vw;
        top: 3vw;
    }
    
    .infor {
        width: 30vw;
        position: relative;
        margin: 10vw auto 8vw 16vw;
        font-family: "Noto Sans TC", sans-serif;
        color: #221815;
        float: left;
    }
    
    .infor::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .infor h1 {
        width: 100%;
        float: left;
        font-size: 1.45vw;
        font-weight: 600;
        letter-spacing: 0.15vw;
        line-height: 2.5vw;
        margin: 0;
        color: #221815;
        position: relative;
    }
    
    .infor h1::after {
        content: "";
        width: 23.5vw;
        height: 1px;
        background-color: #595959;
        position: absolute;
        left: 0;
        bottom: -1.3vw;
    }
    
    .infor h2 {
        width: 100%;
        float: left;
        font-size: 1.1vw;
        font-weight: 400;
        letter-spacing: 0vw;
        line-height: 2.5vw;
        margin: 0;
    }
    
    .infor h3 {
        width: 100%;
        float: left;
        font-size: 1.6vw;
        font-weight: 400;
        letter-spacing: 0.1vw;
        line-height: 2.5vw;
        margin: 2vw 0;
        color: #00a161;
        position: relative;
    }
    
    .infor a {
        color: #00a162;
    }
    
    .infor h5 {
        width: 100%;
        float: left;
        font-size: 1.05vw;
        font-weight: 400;
        letter-spacing: 0.01vw;
        line-height: 2vw;
        margin: 0;
    }

.select.place{
    display: none;
}

    /*同意書照片預覽*/
    
    .black {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 11111;
        font-family: "Noto Sans TC", sans-serif;
    }
    
    .closeBtn {
        width: 30px;
        position: absolute;
        right: 5%;
        top: 4%;
        cursor: pointer;
    }
    
    .infoWrap {
        width: 100%;
        margin: 0 auto;
        max-width: 65%;
        position: relative;
        height: 100vh;
        overflow: auto;
    }
    
    .infoWrap ul {
        list-style: none;
        font-size: 1vw;
        padding-inline-start: 2vw;
    }
    
    .infoWrap ul>li>ul {
        list-style: none;
        font-size: 1vw;
        padding-inline-start: 1vw;
    }
    
    .li1::before {
        content: "一、";
        position: absolute;
        left: 0vw;
    }
    
    .li2::before {
        content: "二、";
        position: absolute;
        left: 0vw;
    }
    
    .li3::before {
        content: "三、";
        position: absolute;
        left: 0vw;
    }
    
    .li4::before {
        content: "四、";
        position: absolute;
        left: 0vw;
    }
    
    .li5::before {
        content: "五、";
        position: absolute;
        left: 0vw;
    }
    
    .li1-li::before {
        content: "（１）";
        position: absolute;
        left: 0vw;
    }
    
    .li2-li::before {
        content: "（２）";
        position: absolute;
        left: 0vw;
    }
    
    .li3-li::before {
        content: "（３）";
        position: absolute;
        left: 0vw;
    }
    
    .li4-li::before {
        content: "（４）";
        position: absolute;
        left: 0vw;
    }
    
    .infoBox {
        width: 100%;
        height: calc(100% - 20vw);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow-y: auto;
        color: #fff;
        text-align: left;
    }
    
    .infoBox h3 {
        font-size: 1.2vw;
        line-height: 180%;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .infoBox h4 {
        font-size: 1vw;
        line-height: 180%;
        margin-bottom: 1vw;
    }
    
    .infoBox h5 {
        font-size: 1.2vw;
        line-height: 180%;
        margin-bottom: 1vw;
    }
    
    .infoBox p {
        font-size: 1vw;
        line-height: 180%;
    }
	
	.time-txt {
        font-family: "Noto Sans TC", sans-serif;
        color: #595959;
        width: 80%;
        position: relative;
        margin: 2vw auto;
        font-size: 0.9vw;
        text-align: center;
    }