body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #a38a77;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}


/*全部*/

.main {
    width: 100%;
    height: auto;
    position: relative;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0 auto 0 auto;
    overflow: hidden;
    z-index: 2;
}

.main1-txt {
    position: absolute;
    left: 15vw;
    bottom: 20.5vw;
    font-size: 3.6vw;
    font-weight: normal;
    letter-spacing: 2.3vw;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    -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;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: img-ani 6s linear;
    animation-fill-mode: forwards;
}

@keyframes img-ani {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.main2 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 4vw 0;
    padding: 20vw 0 4vw 0;
}

.line {
    width: 0.5px;
    height: 98.9%;
    position: absolute;
    left: 20vw;
    top: -1%;
    background-color: #fff;
}

.txt {
    width: 62vw;
    position: relative;
    margin: 0 0 0 26vw;
    cursor: pointer;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
}

.txt-pic {
    width: 1.5vw;
    position: absolute;
    left: -7.5vw;
    top: 0;
    z-index: 0;
}

.txt h2,
.pic h2 {
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 2.7vw;
    letter-spacing: 0.1vw;
    margin: 0;
    font-weight: 600;
    position: absolute;
    left: -17vw;
    top: -2vw;
    font-style: italic;
}

.txt h4 {
    line-height: 7.8vw;
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    font-weight: 600;
    margin: 0 0 0.5vw 0;
}

.txt h5 {
    font-size: 2.7vw;
    letter-spacing: 0.1vw;
    font-weight: normal;
    margin: 0;
    line-height: 5.2vw;
}

.left {
    width: 100%;
    position: relative;
    margin: 0 0 18vw 0;
}

.left::after {
    content: "";
    display: block;
    clear: both;
}

.pic {
    position: relative;
    cursor: pointer;
}

.left .pic-h {
    width: 36vw;
    margin: 0 0 2.5vw 26vw;
}

.left .pic-w {
    width: 50vw;
    margin: 0 0 2.5vw 26vw;
}

.first {
    position: absolute;
    bottom: 0;
}

.first.left::before {
    position: absolute;
    right: 50%;
    left: auto;
    bottom: -0.2vw;
    top: auto;
}

.first .txt {
    cursor: default;
}


/*頁面跳出視窗*/

.black {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
    overflow: scroll;
    background-color: rgba(35, 37, 35, 0.9);
}

.close {
    width: 4.8vw;
    position: fixed;
    right: 3vw;
    top: 4vw;
    cursor: pointer;
    z-index: 9;
}

.img-w,
.img-h {
    width: 100%;
    height: 86.3vw;
    position: relative;
}

.img-w img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.img-h {
    text-align: center;
}

.img-h-li {
    position: relative;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.img-h img {
    width: auto;
    height: 100%;
}

.open-banner {
    width: 87vw;
    height: auto;
    margin: 45vw auto 4vw auto;
    position: relative;
}

.open-banner .swiper-container {
    width: 100%;
    height: auto;
    overflow: visible;
}

.open-banner .swiper-slide {
    width: 100%!important;
}

.swiper-button-prev {
    width: 4.3vw !important;
    height: 1.6vw !important;
    left: -5vw;
    top: 59%;
    transform: translateY(-50%);
    z-index: 998 !important;
    background-image: url(../img/04/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.swiper-button-next {
    width: 4.3vw !important;
    height: 1.6vw !important;
    right: -5vw;
    top: 59%;
    transform: translateY(-50%);
    z-index: 998 !important;
    background-image: url(../img/04/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.swiper-pagination {
    bottom: -7vw!important;
}

.swiper-pagination-bullet {
    width: 3.8vw;
    height: 0.5vw;
    background: #eeebe6;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #b9bda0;
}

.coming-soon {
    position: absolute;
    right: 0.1vw;
    top: 0.5vw;
    font-size: 2.7vw;
    font-weight: normal;
    letter-spacing: 0.1vw;
    font-family: 'Noto Serif TC', serif;
    color: #727171;
    -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;
    transform: scale(0.8);
}
