/* 字體 */

@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-Book";
    src: url(../../fonts/Futura-Std-Book.otf);
}

.Futura-Std-Book {
    font-family: "Futura-Std-Book";
}

@font-face {
    font-family: "TrajanPro-Regular";
    src: url(../../fonts/TrajanPro-Regular.otf);
}

.TrajanPro-Regular {
    font-family: "TrajanPro-Regular";
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #d0dead;
}

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;
}

.opacity1 {
    opacity: 1;
}


/*footer-nav*/

.footer-nav {
    width: 100%;
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dadcdb;
    z-index: 998;
    box-sizing: border-box;
    display: none;
}

.footer-nav-content {
    width: 45%;
    height: auto;
    position: relative;
    float: right;
    margin: 0 3% 0 0;
}

.footer-nav::after,
.footer-nav-content::after {
    content: "";
    clear: both;
    display: block;
}

.footer-nav-li {
    width: 25%;
    height: 14vw;
    float: left;
    position: relative;
    display: block;
}

.footer-nav-li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 6vw;
    right: 0;
    top: 29%;
    background-color: #565656;
}

.menu-logo {
    width: 18vw;
    position: absolute;
    left: 7vw;
    top: 4vw;
}

.icon4-line::after {
    background-color: transparent;
}

.icon1 {
    max-width: 41%;
    height: auto;
    display: block;
    margin: 43% auto 0 auto;
}

.icon2 {
    max-width: 24%;
    height: auto;
    display: block;
    margin: 38% auto 38% auto;
}

.icon3 {
    max-width: 40%;
    height: auto;
    display: block;
    margin: 44% auto 0 auto;
}

.icon4 {
    max-width: 33%;
    height: auto;
    display: block;
    margin: 38% auto 0 auto;
}

.opacity1 {
    opacity: 1;
    transition: all 0.3s linear;
}

.banner .swiper-button-prev {
    width: 3.5vw !important;
    height: 9.8vw !important;
    left: 0;
    top: 43%;
    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: 3.5vw !important;
    height: 9.8vw !important;
    right: 0;
    top: 43%;
    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;
}


/*頁面1*/

.main1 {
    width: 100%;
    height: 178vw;
    position: relative;
    overflow: hidden;
}

.bg1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.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: 36vw;
    position: absolute;
    left: 32vw;
    top: 54vw;
}

.main1-txt {
    width: 100%;
    font-family: 'Noto Serif TC', serif;
    color: #173c1f;
    font-size: 3.7vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    line-height: 9vw;
    position: absolute;
    left: 0;
    text-align: center;
    top: 102vw;
}

.main1-txt::after {
    content: "";
    width: 11vw;
    height: 1px;
    background-color: #173c1f;
    left: 33vw;
    bottom: 4.5vw;
    position: absolute;
}


/*頁面2*/

.main2 {
    width: 100%;
    height: 181vw;
    position: relative;
    overflow: hidden;
}

.opacity1 .main2::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main2-txt {
    width: 76vw;
    position: absolute;
    left: 12vw;
    top: 25vw;
    color: #fff;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
}

.main2-txt h2 {
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    /* white-space: nowrap; */
    text-indent: 0.7vw;
}

.main2-txt h4 {
    width: 92%;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main2-en {
    width: 100%;
    font-size: 6.5vw;
    letter-spacing: 1.4vw;
    text-indent: 1.4vw;
    font-weight: normal;
    font-family: "TrajanPro-Regular";
    position: absolute;
    left: 0;
    bottom: 31vw;
    text-align: center;
    color: #fff;
}

.main2-line {
    width: 1px;
    height: 25vw;
    position: relative;
    margin: 1vw auto 1vw auto;
    z-index: 2;
}

.line2 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main2-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line2-ani {
    animation: line2 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line2 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}


/*頁面3*/

.main3 {
    width: 100%;
    height: auto;
    position: relative;
    /* background-color: #d0dead; */
    background-image: url("../img/bg3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 15vw 0 20vw 0;
}

.main3-txt {
    width: 76vw;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
}

.main3-txt h2 {
    color: #004014;
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    /* white-space: nowrap; */
    text-indent: 0.7vw;
}

.main3-txt h4 {
    width: 92%;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000000;
}

.main3-en {
    width: 100%;
    font-size: 6.5vw;
    letter-spacing: 1.4vw;
    text-indent: 1.4vw;
    font-weight: normal;
    font-family: "TrajanPro-Regular";
    position: relative;
    margin: 10vw 0 0 0;
    text-align: center;
    color: #fff;
}

.banner {
    width: 84vw;
    position: relative;
    margin: 4vw auto 0 auto;
}

.banner .swiper-container {
    overflow: visible;
}

.main3-line {
    width: 1px;
    height: 20vw;
    position: relative;
    margin: 1vw auto 1vw auto;
    z-index: 2;
}

.line3 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main2-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line3-ani {
    animation: line2 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line3 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.pic-txt {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    font-size: 2.7vw;
    letter-spacing: 0.3vw;
    text-shadow: 0 0 2vw rgba(0, 0, 0, 0.7);
}


/*頁面4*/

.main4 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("../img/bg4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20vw 0 15vw 0;
}

.main4 .banner {
    width: 100vw;
    position: relative;
    margin: 0 auto 5vw auto;
    transform: none;
}

.main4-txt {
    width: 76vw;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
}

.main4-txt h2 {
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    /* white-space: nowrap; */
    text-indent: 0.7vw;
    color: #004014;
}

.main4-txt h4 {
    width: 92%;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000000;
}

.main4-line {
    width: 1px;
    height: 20vw;
    position: relative;
    margin: 1vw auto 1vw auto;
    z-index: 2;
}

.line4 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main2-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line4-ani {
    animation: line4 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line4 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.main4-en {
    width: 100%;
    font-size: 6.5vw;
    letter-spacing: 1.4vw;
    text-indent: 1.4vw;
    font-weight: normal;
    font-family: "TrajanPro-Regular";
    position: relative;
    margin: 0 0 8vw 0;
    text-align: center;
    color: #fff;
}


/*頁面5*/

.main5 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("../img/bg5.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 15vw 0 20vw 0;
}

.main5-txt {
    width: 76vw;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
}

.main5-txt h2 {
    color: #004014;
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    /* white-space: nowrap; */
    text-indent: 0.7vw;
}

.main5-txt h4 {
    width: 92%;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000000;
}

.main5-en {
    width: 100%;
    font-size: 6.5vw;
    letter-spacing: 1.4vw;
    text-indent: 1.4vw;
    font-weight: normal;
    font-family: "TrajanPro-Regular";
    position: relative;
    margin: 10vw 0 0 0;
    text-align: center;
    color: #fff;
}

.main5-line {
    width: 1px;
    height: 20vw;
    position: relative;
    margin: 1vw auto 1vw auto;
    z-index: 2;
}

.line5 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main2-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line5-ani {
    animation: line5 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line5 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}


/*頁面6*/

.main6 {
    width: 100%;
    height: auto;
    position: relative;
}

.main6-txt {
    width: 76vw;
    position: absolute;
    left: 12vw;
    top: 15vw;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    z-index: 3;
    text-shadow: 0 0 2vw rgba(0, 0, 0, 0.7);
}

.main6-txt h2 {
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    /* white-space: nowrap; */
    text-indent: 0.7vw;
}

.main6-txt h4 {
    width: 92%;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main6-en {
    width: 100%;
    font-size: 6.5vw;
    letter-spacing: 1.4vw;
    text-indent: 1.4vw;
    font-weight: normal;
    font-family: "TrajanPro-Regular";
    position: absolute;
    left: 0;
    bottom: 17vw;
    text-align: center;
    color: #fff;
    padding: 0 0 0 5.6vw;
}

.k-icon {
    width: 5.9vw;
    position: absolute;
    top: 0.5vw;
    left: 20vw;
}

.main6-line {
    width: 1px;
    height: 20vw;
    position: relative;
    margin: 1vw auto 1vw auto;
    z-index: 2;
}

.line6 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main2-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line6-ani {
    animation: line6 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line6 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}


/*頁面7*/

.main7 {
    width: 100%;
    height: auto;
    position: relative;
}

.main7-line {
    width: 74vw;
    height: 1px;
    position: absolute;
    left: 13vw;
    top: 98vw;
    z-index: 3;
}

.line7 {
    width: 0;
    height: 100%;
    position: absolute;
    background-color: #a47a3d;
    left: 0;
    top: 0;
}

.line7-ani {
    animation: line7 1s linear alternate;
    animation-fill-mode: forwards;
}

@keyframes line7 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.main7 .banner {
    width: 100vw;
    position: relative;
    right: auto;
    left: auto;
    transform: none;
    top: auto;
    background-color: #d0dead;
    margin: 0;
}

.main7-banner1-1 {
    width: 59vw;
    position: absolute;
    left: 0;
    top: 34vw;
}

.main7-banner1-2 {
    width: 57vw;
    position: absolute;
    right: 0;
    top: 108.5vw;
}

.main7-txt1 {
    width: 73vw;
    position: absolute;
    left: 12vw;
    top: 27vw;
}

.main7 .pic-txt {
    right: 3vw;
    bottom: 4vw;
    font-size: 3.2vw;
    letter-spacing: 0.5vw;
    text-shadow: 0.2vw 0.2vw 1vw rgba(0, 0, 0, 1.7);
    white-space: nowrap;
}

.main7-banner2-pic {
    width: 91.5vw;
    position: absolute;
    right: 0;
    top: 13.2vw;
}

.main7-txt2 {
    width: 83.6vw;
    position: absolute;
    left: 8.5vw;
    top: 13vw;
}

.main7-banner3-pic {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 35.3vw;
}

.main7-txt3 {
    width: 81vw;
    position: absolute;
    left: 9vw;
    top: 29vw;
}


/*頁面8*/

.main8 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("../img/bg8.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 0 10vw 0;
}

.main8-pic {
    width: 100vw;
    position: relative;
    margin: 0;
}

.main8-txt {
    width: 76vw;
    position: relative;
    margin: 5vw auto 0 auto;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
}

.main8-txt h2 {
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    /* white-space: nowrap; */
    text-indent: 0.7vw;
    color: #004014;
    line-height: 6vw;
}

.main8-txt h4 {
    width: 92%;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000000;
}

.main8-en {
    width: 100%;
    font-size: 6.5vw;
    letter-spacing: 1.4vw;
    text-indent: 1.4vw;
    font-weight: normal;
    font-family: "TrajanPro-Regular";
    position: relative;
    margin: 4vw 0 0 0;
    text-align: center;
    color: #fff;
}

.main8-line {
    width: 1px;
    height: 25vw;
    position: relative;
    margin: 1vw auto 1vw auto;
}

.line8 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main2-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line8-ani {
    animation: line8 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line8 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.main9 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("../img/bg9.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main9-banner-top {
    width: 100%;
    margin: 0;
    position: relative;
}

.main9 .banner {
    width: 100%;
    margin: 0;
    transform: none;
}

.main9-txt {
    width: 76vw;
    position: relative;
    margin: 4vw auto 14vw auto;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
}

.main9-txt h2 {
    color: #004014;
    font-size: 3.8vw;
    letter-spacing: 0.9vw;
    font-weight: 600;
    min-height: 40vw;
    margin: 0 auto 6vw auto;
    -ms-writing-mode: tb-lr !important;
    -webkit-writing-mode: vertical-lr !important;
    -moz-writing-mode: vertical-lr !important;
    -ms-writing-mode: vertical-lr !important;
    writing-mode: vertical-lr !important;
}

.main9-txt h4 {
    width: 100%;
    font-size: 3.3vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    line-height: 5.3vw;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.main9 .pic-txt {
    bottom: auto;
    top: 58vw;
}

.main9 .swiper-button-prev,
.main9 .swiper-button-next {
    top: 27vw;
}

.main9-line {
    width: 1px;
    height: 39vw;
    position: absolute;
    left: 41.5vw;
    top: 0;
    z-index: 2;
}

.line9 {
    width: 100%;
    height: 0;
    position: absolute;
    background-image: url(../img/main9-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.line9-ani {
    animation: line9 1s linear alternate;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

@keyframes line9 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.main10 {
    width: 100%;
    height: auto;
    position: relative;
}

.main10-logo {
    width: 44vw;
    position: absolute;
    left: 28vw;
    top: 29vw;
}

.main10-txt {
    width: 74vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 46vw;
    color: #073c0c;
    z-index: 3;
    font-family: 'Noto Serif TC', serif;
    font-size: 3.5vw;
    letter-spacing: 0.6vw;
    text-align: center;
    line-height: 8vw;
    font-weight: 600;
}

.form {
    width: 82vw;
    position: absolute;
    left: 9vw;
    top: 65vw;
    height: auto;
    font-family: 'Noto Serif TC', serif;
    color: #040000;
}

.form h2 a {
    color: #073c0c;
    white-space: nowrap;
}

.form h2 {
    font-size: 3.1vw;
    letter-spacing: 0.6vw;
    margin: 2vw 0 0 0;
    font-weight: 600;
    color: #073c0c;
    text-align: center;
}

.form-title {
    width: 100%;
    margin: 0 0 6vw 0;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    color: #040000;
}

.form-title h2 {
    font-weight: normal;
    font-size: 3.5vw;
    letter-spacing: 0.7vw;
    margin: 0 0 3vw 0;
}

.form-title h4 {
    font-weight: 600;
    font-size: 2.7vw;
    letter-spacing: 0.9vw;
    margin: 0;
}

form {
    padding: 6vw 7vw 4vw 7vw;
    background-color: rgba(243, 241, 223, 0.43);
    margin: 0 0 6vw 0;
}

.form select {
    width: 100%;
    box-sizing: border-box;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.2vw;
    color: #040000;
    padding-left: 2%;
    font-family: 'Noto Serif TC', 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: 3.5%;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    letter-spacing: 0.2vw;
    position: relative;
    padding: 0 0 0 19vw;
    display: block;
}

.select {
    width: 100%;
    position: relative;
    height: 8vw;
    line-height: 8vw;
    margin-bottom: 3vw;
    font-weight: 600;
}

.input {
    width: 100%;
    position: relative;
    height: 8vw;
    line-height: 8vw;
    margin-bottom: 3vw;
    font-weight: 600;
}

.input::before,
.select::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(../img/input-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.check-item-sex {
    position: absolute;
    right: -1.7vw;
    top: 0;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.2vw;
    letter-spacing: 0.2vw;
    font-family: 'Noto Serif TC', serif;
    display: block;
    color: #040000;
    z-index: 1;
}

.check-item-sex label {
    width: 13.5vw;
    height: 8vw;
    line-height: 8vw;
    cursor: pointer;
    display: block;
    float: left;
}

.check-item-sex label input[type="radio"] {
    width: 3vw;
    height: 3vw;
    margin: 0% 7% -2.8% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    background: url(../img/check.png) no-repeat top center;
    background-size: 3vw 3vw;
    border: none;
    cursor: pointer;
}

.check-item-sex label input:checked {
    background: url("../img/checked.png") no-repeat top center;
    background-size: 3vw 3vw;
}

.input-title {
    position: absolute;
    left: 0.5vw;
    top: 0;
    height: 8vw;
    line-height: 8vw;
    letter-spacing: 0.7vw;
    font-size: 3.2vw;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    z-index: 1;
}

.form input[type="text"] {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.2vw;
    border: none;
    background-color: transparent;
    color: #040000;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    outline: none;
    letter-spacing: 0.2vw;
    font-family: 'Noto Serif TC', serif;
    padding: 0 0 0 19vw;
    position: relative;
    box-sizing: border-box;
    display: block;
    font-weight: 600;
}

.form input::placeholder {
    color: #040000 !important;
}

.check-item {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    font-size: 2.9vw;
    color: #040000;
    margin: 0vw auto 0 auto;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 0.2vw;
    position: relative;
}

.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: #040000;
}

.check-label {
    width: 24%;
    height: 8vw;
    line-height: 8vw;
    float: left;
}

.check-item label {
    height: 8vw;
    line-height: 8vw;
    cursor: pointer;
}

.check-item label input {
    width: 3vw;
    height: 3vw;
    margin: 0% 1% -2.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: 3vw 3vw;
    border: none;
}

.check-item label input:checked {
    background: url("../img/checked.png") no-repeat top center;
    background-size: 3vw 3vw;
}

.agreeBtn {
    height: 8vw;
    float: left;
}

.openTxtBtn {
    display: inline-block;
    height: 6vw;
    line-height: 6vw !important;
    border-bottom: 1px solid #a47a3d;
    cursor: pointer;
}

.form input[type="submit"],
.form input[type="button"] {
    height: 6vw;
    letter-spacing: 0.2vw;
    border: none;
    background-color: transparent;
    border: 1px solid #a47a3d;
    font-size: 2.9vw;
    font-weight: 600;
    color: #a47a3d;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    position: absolute;
    right: 5vw;
    bottom: 0.8vw;
    font-family: 'Noto Serif TC', serif;
    display: block;
    padding: 0 2vw;
    cursor: pointer;
}

.infor {
    width: 100vw;
    position: absolute;
    height: auto;
    left: 0;
    top: 164vw;
    letter-spacing: 0;
    font-family: 'Noto Serif TC', serif;
    color: #040000;
    font-size: 1.8vw;
    text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #040000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s;
    /*透明*/
}


/*同意書照片預覽*/

.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: "微軟正黑體";
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 4%;
    z-index: 1;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
    position: relative;
    height: 100vh;
    overflow: auto;
}

.infoWrap ul {
    list-style: none;
    font-size: 3.5vw;
    padding-inline-start: 7vw;
}

.infoWrap ul>li>ul {
    list-style: none;
    font-size: 3.5vw;
    padding-inline-start: 4vw;
}

.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% - 150px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    color: #fff;
    text-align: left;
}

.infoBox h3 {
    font-size: 5vw;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}

.infoBox h4 {
    font-size: 3.5vw;
    line-height: 130%;
    margin-bottom: 25px;
}

.infoBox h5 {
    font-size: 4vw;
    line-height: 130%;
    margin-bottom: 25px;
}

.infoBox p {
    font-size: 3.5vw;
    line-height: 150%;
}