body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeebe6;
}

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;
}


/*區塊1*/

.main1 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}

.main1::after {
    content: "";
    clear: both;
    display: block;
}

.top-banner {
    width: 100vw;
    height: 71vw;
    margin: 12vw 0 0 0;
    background-color: #535151;
}

.top-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.top-banner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.top-banner .swiper-slide {
    width: 100%;
    height: 100%;
}

.pic-h {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.img-h {
    position: relative;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.img-h img {
    width: auto;
}

.pic-w {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
}

.img-w {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pic-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pic-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    background-image: url(../img/03-detail/arrow-l.png);
    width: 12.8vw !important;
    height: 1.6vw !important;
    z-index: 999 !important;
    left: 2vw;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    margin: 0;
}

.swiper-button-next {
    background-image: url(../img/03-detail/arrow-r.png);
    width: 12.8vw !important;
    height: 1.6vw !important;
    z-index: 999 !important;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    margin: 0;
}


/*區塊2*/

.main2 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 14vw 0;
}

.main2::after {
    content: "";
    clear: both;
    display: block;
}

.line {
    width: 0;
    height: 0.5px;
    position: absolute;
    left: 0;
    bottom: -10vw;
    background-color: #727171;
}

.line-ani {
    animation: line-ani 1s linear;
    animation-fill-mode: forwards;
}

@keyframes line-ani {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.main2-li {
    width: 100%;
    height: auto;
    position: relative;
}

.main2-txt {
    width: 75%;
    position: relative;
    margin: 10vw auto 0 auto;
    font-family: 'Noto Serif TC', serif;
    color: #595757;
}

.main2-txt h1 {
    margin: 0 0 2vw 0;
    color: #929393;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0;
    transform: scale(0.7);
    text-align: center;
}

.main2-txt h2 {
    margin: 0 0 1.5vw 0;
    font-size: 4.8vw;
    font-weight: normal;
    letter-spacing: 0.6vw;
    text-align: center;
}

.main2-txt h4 {
    margin: 0;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.07vw;
    text-align: center;
}

.main2-txt h5 {
    margin: 0;
    line-height: 5vw;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.1vw;
}

.main2-txt2 {
    margin: 15vw auto 0 auto;
}

.infor {
    width: 100%;
    position: relative;
    margin: 4.8vw auto 0 0;
    font-family: 'Noto Serif TC', serif;
    color: #595757;
    line-height: 6.5vw;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.1vw;
}

.infor::after {
    content: "";
    display: block;
    clear: both;
}

.infor h2 {
    color: #898989;
    line-height: 3.5vw;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.05vw;
    margin: 0 0 2.7vw 0;
    text-align: left;
}

.infor ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}

.infor ul::after {
    content: "";
    clear: both;
    display: block;
}

.infor li {
    width: 100%;
    position: relative;
}

.link {
    width: 100%;
    position: relative;
    margin: 10vw 0 0 0;
}

.link::after {
    content: "";
    clear: both;
    display: block;
}

.link a {
    border: 0.5px solid #898989;
    display: block;
    position: relative;
    font-family: 'Noto Serif TC', serif;
    color: #898989;
    line-height: 5.5vw;
    font-size: 2.7vw;
    letter-spacing: 0.1vw;
    margin: 0 0 2.5vw 0;
    text-align: center;
}


/*區塊3*/

.main3 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 4vw 0;
}

.main3-title {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-family: 'Noto Serif TC', serif;
    color: #595757;
    font-size: 2.7vw;
    line-height: 6.4vw;
    font-weight: normal;
    letter-spacing: 0.9vw;
    text-align: center;
    border-top: 0.5px solid #727171;
    border-bottom: 0.5px solid #727171;
}

.video {
    width: 81%;
    height: 48vw;
    position: relative;
    margin: 8vw auto 8vw auto;
}

.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.video-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}


/*區塊4*/

.main4 {
    width: 100%;
    height: auto;
    position: relative;
}

.main4-title {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-family: 'Noto Serif TC', serif;
    color: #595757;
    font-size: 2.7vw;
    line-height: 6.4vw;
    font-weight: normal;
    letter-spacing: 0.9vw;
    text-align: center;
    border-top: 0.5px solid #727171;
    border-bottom: 0.5px solid #727171;
}

.main4::after {
    content: "";
    display: block;
    clear: both;
}

.main4-map {
    width: 81vw;
    height: 53vw;
    position: relative;
    margin: 9vw auto 9vw auto;
}


/*form*/

.form {
    width: 81vw;
    height: auto;
    position: relative;
    margin: 5vw auto 13vw auto;
    box-sizing: border-box;
    color: #595757;
}

.form form {
    width: 100%;
    margin: 0 auto 0 auto;
}

.input-long {
    width: 100%;
    height: auto;
    line-height: 6.5vw;
    margin: 0 0 3.8vw 0;
    border-bottom: 0.5px solid #000;
    position: relative;
    box-sizing: border-box;
}

.input-long::after {
    content: "";
    clear: both;
    display: block;
}

.input-long-title {
    width: 21%;
    color: #595757;
    height: 6.5vw;
    line-height: 6.5vw;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    font-family: 'Noto Serif TC', serif;
    float: left;
    position: relative;
}

.star {
    font-size: 0.7vw;
    position: absolute;
    top: -0.1vw;
    left: 2vw;
}

.input-long-name {
    width: 79%;
    float: left;
}

.form input[type="text"],
.form input[type="password"] {
    background-color: transparent;
    border: none;
    width: 100%;
    box-sizing: border-box;
    height: 6.5vw;
    line-height: 6.5vw;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    outline: none;
    color: #595757;
    padding: 0;
    font-family: 'Noto Serif TC', serif;
}

.input-long-name select {
    width: 100%;
    height: 6.5vw;
    line-height: 6.5vw;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    color: #595757;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Noto Serif TC', serif;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    background-image: url(../img/05/select-arrow.png);
    background-position-x: 97%;
    background-position-y: 55%;
    background-repeat: no-repeat;
    background-size: 0.7vw;
    outline: none;
    cursor: pointer;
    position: relative;
    border: none;
    transition: all 0.5s;
}

.form input::placeholder {
    color: #595757 !important;
}

.verify-pic {
    width: 10vw;
    position: absolute;
    right: 0;
    bottom: 1.4vw;
}

.form input[type="submit"],
.form input[type="reset"] {
    width: 100%;
    height: 30px;
    vertical-align: middle;
    font-family: 'Noto Serif TC', serif;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    color: #fff !important;
    border: 1px solid #a8907b;
    background-color: #a8907b;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    cursor: pointer;
    padding: 0 1vw;
}

.form input[type="reset"] {
    float: right;
}

.textarea-long {
    width: 100%;
    height: auto;
    line-height: 6.5vw;
    margin: 0 0 0.8vw 0;
    border-bottom: 0.5px solid #000;
    position: relative;
    box-sizing: border-box;
}

.textarea-long::after {
    content: "";
    clear: both;
    display: block;
}

.textarea-title {
    width: 21%;
    color: #595757;
    height: 6.5vw;
    line-height: 6.5vw;
    font-size: 2.8vw;
    letter-spacing: 0.01vw;
    font-family: 'Noto Serif TC', serif;
    float: left;
    position: relative;
}

.textarea {
    width: 79%;
    float: left;
    position: relative;
    overflow: hidden;
}

.textarea textarea {
    width: 100%;
    min-height: 13vw;
    background-color: transparent;
    outline: none;
    box-sizing: border-box;
    line-height: 6.5vw;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    font-family: 'Noto Serif TC', serif;
    border: none;
    display: block;
    color: #595757;
    resize: none;
    padding: 0;
}

.check-item {
    width: 100%;
    height: 6.5vw;
    line-height: 6.5vw;
    margin: 3vw auto 0 0;
    vertical-align: middle;
    font-family: 'Noto Serif TC', serif;
    color: #595757;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
}

.check-item label {
    height: 6.5vw;
    line-height: 6.5vw;
    cursor: pointer;
}

.openTxtBtn {
    height: 6.5vw;
    line-height: 6.5vw;
}

.form-btn {
    width: 100%;
    position: relative;
    margin: 3vw auto 0 auto;
}

.top {
    width: 9.5vw;
    position: fixed;
    right: 2.5vw;
    bottom: 35.6vw;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.back {
    width: 9.5vw;
    position: fixed;
    right: 2.5vw;
    bottom: 47.6vw;
    z-index: 9;
    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: "微軟正黑體";
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 4%;
}

.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%;
}