/* 字體 */

@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");
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    display: block;
}

.all {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


/*頁面1*/

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

.logo {
    width: 18%;
    position: absolute;
    left: 15%;
    top: 23%;
}

.main1-txt {
    position: absolute;
    top: 62%;
    left: 12.6%;
    font-family: "Noto Serif TC", serif;
    color: #fff;
    text-align: center;
}

.main1-txt h4 {
    font-weight: lighter;
    font-size: 1.85vw;
    letter-spacing: 0.2vw;
    margin: 2% 0 0 0;
    line-height: 2.5vw;
}

.main1-txt2 {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: "Noto Serif TC", serif;
    text-align: center;
    font-size: 1vw;
    letter-spacing: 1vw;
}

.main1-txt2 h2 {
    font-weight: 500;
    transform: scale(1, 1.07);
    color: #fff;
    margin: 0;
}

.main1-pic1 {
    width: 19.2%;
    position: absolute;
    left: 0;
    top: 8.2%;
}

.main1-pic2 {
    width: 42.5%;
    position: absolute;
    right: 0;
    bottom: -3%;
}


/*頁面2*/

.main2 {
    width: 100%;
    height: 100vh;
    position: relative;
}


/* 滾動條的設定 */


/*chrome 和Safari*/

.dragscroll::-webkit-scrollbar {
    width: 0 !important;
}


/*IE 10+*/

.dragscroll {
    -ms-overflow-style: none;
}


/*Firefox*/

.dragscroll {
    overflow: -moz-scrollbars-none;
}

.dragscroll {
    width: auto;
    height: 100vh;
    position: relative;
    overflow: auto;
    cursor: grab;
}

.main2-finger {
    width: 6%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    animation: finger 0.6s infinite alternate;
    transition-timing-function: ease-out;
}

@keyframes finger {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.main2-txt-title {
    width: 9.5vw;
    margin: 0 auto 1.5vw auto;
}

.main2-txt {
    position: absolute;
    right: 5vw;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
}

.main2-txt h2 {
    width: 100%;
    font-family: "Noto Serif TC", serif;
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    color: #3e3a39;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main2-txt h4 {
    width: 100%;
    font-family: "Noto Serif TC", serif;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    color: #3e3a39;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}


/*頁面3*/

.main3 {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -18px;
}

.main3-txt-title {
    width: 7.5vw;
    margin: 0 auto 1.5vw 0;
}

.main3-txt {
    position: absolute;
    left: 13.3%;
    top: 10.5%;
    color: #fff;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
}

.main3-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main3-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main3-banner {
    width: 100%;
    height: auto;
    position: relative;
}

.swiper-button-prev {
    background-image: url(../img/arrow-l.png);
    width: 1.1vw !important;
    height: 2.2vw !important;
    z-index: 999 !important;
    left: 1.8vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.swiper-button-next {
    background-image: url(../img/arrow-r.png);
    width: 1.1vw !important;
    height: 2.2vw !important;
    z-index: 999 !important;
    right: 1.8vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.banner-txt {
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    font-family: "Noto Serif TC", serif;
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
    color: #fff;
}

.main3-pic1 {
    width: 24%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.main3-line {
    width: 3px;
    height: 0;
    position: absolute;
    left: 10vw;
    top: 9.7vw;
    background-color: #d19600;
    z-index: 99;
}


/*頁面4*/

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

.main4-txt-title {
    width: 7.5vw;
    margin: 0 auto 1.5vw 0;
}

.main4-txt {
    position: absolute;
    left: 10%;
    top: 34%;
    color: #fff;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
}

.main4-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main4-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main4-banner {
    width: 68.5%;
    height: auto;
    position: relative;
}

.main4-line {
    width: 3px;
    height: 0;
    position: absolute;
    right: 5.5%;
    top: 43%;
    background-color: #d19600;
    z-index: 99;
}

.main4-txt-bg {
    width: 31.5%;
    height: 100%;
    background-image: url("../img/main4-txt-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}


/*頁面5*/

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

.main5>img {
    width: 68.5%;
    height: auto;
    position: relative;
    margin-left: 31.5%;
}

.main5-txt-title {
    width: 7.5vw;
    margin: 0 auto 1.5vw 0;
}

.main5-txt {
    position: absolute;
    left: 10%;
    top: 34%;
    color: #3e3a39;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
}

.main5-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main5-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main5-line {
    width: 3px;
    height: 0;
    position: absolute;
    right: 6%;
    top: 0;
    background-color: #d19600;
    z-index: 99;
}

.main5-txt-bg {
    width: 31.5%;
    height: 100%;
    background-image: url("../img/main5-txt-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}


/*頁面6*/

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

.main6-txt-title {
    width: 7vw;
    margin: 0 auto 1.5vw 0;
}

.main6-txt {
    position: absolute;
    left: 10%;
    top: 34%;
    color: #3e3a39;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
}

.main6-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main6-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main6-banner {
    width: 68.5%;
    height: auto;
    position: relative;
}

.main6-line {
    width: 3px;
    height: 0;
    position: absolute;
    right: 5.5%;
    top: 43%;
    background-color: #d19600;
    z-index: 99;
}

.main6-txt-bg {
    width: 31.5%;
    height: 100%;
    background-image: url("../img/main6-txt-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}


/*頁面7*/

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

.main7-txt-title {
    width: 9.5vw;
    margin: 0 auto 1.5vw auto;
}

.main7-txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 34%;
    color: #3e3a39;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
    text-align: center;
}

.main7-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main7-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main7-banner {
    width: 68.5%;
    height: auto;
    position: relative;
    margin-left: 31.5%;
}

.main7-pic1 {
    width: 52%;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 99;
}

.main7-txt-bg {
    width: 31.5%;
    height: 100%;
    background-image: url("../img/main7-txt-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}


/*頁面8*/

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

.main8-txt-title {
    width: 9.5vw;
    margin: 0 auto 1.5vw auto;
}

.main8-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    color: #fff;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
    text-align: center;
}

.main8-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main8-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main8-banner {
    width: 100%;
    height: auto;
    position: relative;
}

.main8-pic1 {
    width: 42%;
    position: absolute;
    left: 0;
    top: -1.5%;
    z-index: 99;
}


/*頁面9*/

.main9 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
}

.main9-txt-title {
    width: 9.5vw;
    margin: 0 auto 1.5vw auto;
}

.main9-txt {
    width: 40vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    color: #3e3a39;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
    text-align: center;
}

.main9-txt2 {
    width: 39.5%;
    position: relative;
    margin: 2vw auto 0 auto;
}

.main9-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main9-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main9-banner {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8.5%;
}

.main9-line {
    width: 100%;
    height: 3px;
    position: relative;
    background-color: #d19600;
    z-index: 99;
    margin: 1.8vw auto 0 auto;
}


/*頁面10*/

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

.main10-txt-title {
    width: 9.5vw;
    margin: 0 auto 1.5vw auto;
}

.main10-txt {
    width: 40vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    color: #fff;
    font-family: "Noto Serif TC", serif;
    z-index: 99;
    text-align: center;
}

.main10-txt2 {
    width: 43%;
    position: relative;
    margin: 5% auto 0 auto;
}

.main10-txt h2 {
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    transform: scale(1, 1.07);
    margin: 0 0 1.5vw 0;
}

.main10-txt h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: lighter;
    margin: 0;
    line-height: 1.6vw;
}

.main10-banner {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.main10-line {
    width: 100%;
    height: 3px;
    position: relative;
    background-color: #d19600;
    z-index: 99;
    margin: 2vw 0 2vw 0;
}


/*頁面13*/

.main13 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #3e3a39;
    padding: 11% 0;
}

.main13::after {
    content: "";
    clear: both;
    display: block;
}

.main13-l {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 3%;
    position: relative;
}

.main13-l::after {
    content: "";
    width: 3px;
    height: 31vw;
    position: absolute;
    right: 0;
    top: -3vw;
    background-color: #d19600;
    z-index: 99;
}

.main13-r {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}

.infor {
    width: 78%;
    margin: 0 auto;
}

.infor-all {
    width: 71%;
    position: relative;
    margin: 0 auto 2vw auto;
    color: #fff;
}

.infor-all::after {
    content: "";
    clear: both;
    display: block;
}

.icon-map {
    width: 2.4vw;
    float: left;
    display: block;
}

.map-txt {
    font-family: "Noto Serif TC", serif;
    letter-spacing: 0.1vw;
    font-size: 1.35vw;
    float: left;
    margin: -1% 0 0 1%;
    line-height: 2.2vw;
}

.icon-phone {
    width: 2.6vw;
    margin: 0 0 0 0;
    float: left;
    display: block;
}

.phone-txt {
    width: 20vw;
    margin: 1% 4% 0 3%;
    float: left;
}

.icon-fb {
    width: 2.5vw;
    margin: 0 0 0 0;
    float: left;
    display: block;
}

.form {
    width: 66%;
    position: relative;
    height: auto;
    margin: 0 auto 0 auto;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Noto Serif TC", serif;
}

.form-title {
    width: 100%;
    margin: 0 auto 5% auto;
    height: auto;
    text-align: center;
    color: #efefef;
    font-size: 2vw;
    letter-spacing: 0.3vw;
}

.form input[type="text"] {
    width: 100%;
    height: 3.5vw;
    line-height: 3.5vw;
    font-size: 1.4vw;
    padding-left: 2%;
    border: none;
    background-color: #efefef;
    margin-bottom: 2%;
    color: #363f4d;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    outline: none;
    letter-spacing: 0.1vw;
    font-family: "Noto Serif TC", serif;
}

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

.form select {
    width: 100%;
    box-sizing: border-box;
    height: 3.5vw;
    line-height: 3.5vw;
    font-size: 1.4vw;
    color: #363f4d;
    padding-left: 2%;
    font-family: "Noto Serif TC", serif;
    font-weight: 600 !important;
    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.2%;
    background-color: #efefef;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    letter-spacing: 0.2vw;
    margin-bottom: 2%;
    position: relative;
}

.select {
    width: 100%;
    position: relative;
}

.select::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.5vw;
    right: 8%;
    top: 11%;
    background-color: #656565;
    z-index: 999;
}

.check-item {
    width: 67%;
    height: 3.5vw;
    font-size: 1.4vw;
    color: #fff;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.check-item a:link,
.check-item a:visited,
.check-item a:hover,
.check-item a:active {
    color: #fff;
    cursor: pointer;
}

.check-label {
    width: 2vw;
    float: left;
}

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

.check-item label input {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0% 1% -22% 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/check.png) no-repeat top center;
    background-size: 1.5vw 1.5vw;
    border: none;
}

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

.agreeBtn {
    width: fit-content;
    height: auto;
    float: left;
}

.openTxtBtn {
    float: left;
    font-size: 1vw;
    line-height: 2vw !important;
}

.form input[type="submit"] {
    width: 100%;
    height: 4vw;
    letter-spacing: 2px;
    border: none;
    background-color: #fff;
    font-size: 1.4vw;
    color: #363f4d;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    margin-top: 4%;
    font-family: "Noto Serif TC", serif;
    cursor: pointer;
}

.form input[type="button"] {
    width: 100%;
    height: 4vw;
    letter-spacing: 2px;
    border: none;
    background-color: #fff;
    font-size: 1.4vw;
    color: #363f4d;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    margin-top: 4%;
    font-family: "Noto Serif TC", serif;
    cursor: pointer;
}


/*同意書照片預覽*/

.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%;
    cursor: pointer;
}

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

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

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

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

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