body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}


/*全部*/

.all {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.all::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/03-open/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top {
    width: 3vw;
    position: fixed;
    right: 4.5vw;
    bottom: 4.5vw;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.main1 {
    width: 100%;
    position: relative;
    margin: 0 0 12vw 0;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
    margin: 4vw auto 0 0;
    cursor: pointer;
    z-index: 9;
}

.main1-pic {
    width: 12vw;
    position: absolute;
    right: 0;
    bottom: -8vw;
}

.swiper-container {
    overflow: visible;
}

.banner .swiper-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1vw;
}

.banner .swiper-button-prev {
    width: 2.8vw !important;
    height: 2.8vw !important;
    left: 1.5vw;
    z-index: 998 !important;
    background-image: url(../img/03-open/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
}

.banner .swiper-button-prev:hover {
    background-image: url(../img/03-open/arrow-l-h.png);
}

.banner .swiper-button-next {
    width: 2.8vw !important;
    height: 2.8vw !important;
    right: 1.5vw;
    z-index: 998 !important;
    background-image: url(../img/03-open/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
}

.banner .swiper-button-next:hover {
    background-image: url(../img/03-open/arrow-r-h.png);
}

.swiper-pagination-bullet {
    background-image: url(../img/01-open/dot2.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.75vw;
    height: 0.75vw;
    margin-left: 0.4vw !important;
    margin-right: 0.4vw !important;
    opacity: 1;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background-image: url(../img/01-open/dot1.png);
    background-color: transparent;
}

.pic-txt {
    position: absolute;
    right: 0.5vw;
    bottom: 0.5vw;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 0.7vw;
    letter-spacing: 0.1vw;
}

.mouse {
    width: 0.9vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: mouse 0.6s infinite alternate;
    transition-timing-function: ease-out;
}

@keyframes mouse {
    0% {
        bottom: -3vw;
    }
    100% {
        bottom: -4vw;
    }
}

.main2 {
    width: 100%;
    position: relative;
    margin: 0 0 10vw 0;
    z-index: 1;
}

.main2-img {
    width: 100%;
    position: relative;
}

.dragscroll {
    width: auto;
    height: 35.5vw;
    position: relative;
    overflow: auto;
    cursor: grab;
}

.dragscroll img {
    width: auto;
    height: 100%;
}


/* 滾動條的設定 */


/*chrome 和Safari*/

.dragscroll::-webkit-scrollbar {
    width: 0 !important;
}


/*IE 10+*/

.dragscroll {
    -ms-overflow-style: none;
}


/*Firefox*/

.dragscroll {
    overflow: -moz-scrollbars-none;
}

.dragscroll+.pic-txt {
    bottom: 4vw;
}

.main2-finger {
    width: 6vw;
    position: absolute;
    left: 50%;
    bottom: 5vw;
    transform: translateX(-50%);
    animation: finger 0.6s infinite alternate;
    transition-timing-function: ease-out;
}

@keyframes finger {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.main2-title {
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    font-size: 1.5vw;
    letter-spacing: 0.25vw;
    margin: 0;
    font-weight: 600;
    line-height: 2.5vw;
    position: relative;
    padding: 0 0 2.1vw 7vw;
    box-sizing: border-box;
}

.main2-title::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 1px;
    left: 0;
    top: 1.3vw;
    background-color: #000;
}

.main2-txt {
    width: 90%;
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    font-size: 0.85vw;
    letter-spacing: 0.15vw;
    text-align: center;
    margin: 1.2vw auto 0 auto;
    line-height: 1.5vw;
}

.main3 {
    width: 100%;
    position: relative;
    margin: 0 0 10vw 0;
}

.main3-pic {
    width: 13vw;
    position: absolute;
    right: 0;
    top: 3vw;
}

.main3-title {
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    font-size: 1.5vw;
    letter-spacing: 0.25vw;
    margin: 0;
    font-weight: 600;
    line-height: 2.5vw;
    position: relative;
    padding: 0 0 2.1vw 7vw;
    box-sizing: border-box;
}

.main3-title::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 1px;
    left: 0;
    top: 1.3vw;
    background-color: #000;
}

.main3-txt {
    width: 34vw;
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    position: absolute;
    left: 59vw;
    bottom: 7vw;
}

.main3-txt h2 {
    margin: 0;
    font-size: 0.9vw;
    letter-spacing: 0.18vw;
    font-weight: normal;
    line-height: 1.8vw;
}

.main3-txt h4 {
    margin: 0;
    font-size: 0.73vw;
    letter-spacing: 0.15vw;
    line-height: 1.5vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main3 .banner {
    width: 53.5vw;
    margin: 0 auto 0 0;
}

.main3 .banner .swiper-slide {
    width: 100%;
    height: 30.1vw;
    overflow: hidden;
}

.main3 .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-h {
    text-align: center;
}

.img-h img {
    width: auto!important;
    height: 100%!important;
    object-fit: unset;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.img-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(5px);
    /* Safari, Chrome, Opera */
    filter: blur(5px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.img-bg-img-black {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.main3 .banner .swiper-pagination {
    width: fit-content;
    left: auto;
    right: -2vw;
    bottom: 0;
}

.main3 .swiper-pagination-bullet {
    margin-top: 0.8vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
}

.main4 {
    width: 100%;
    position: relative;
    margin: 0 0 10vw 0;
}

.main4-title {
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    font-size: 1.5vw;
    letter-spacing: 0.25vw;
    margin: 0;
    font-weight: 600;
    line-height: 2.5vw;
    position: relative;
    padding: 0 0 2.1vw 7vw;
    box-sizing: border-box;
}

.main4-title::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 1px;
    left: 0;
    top: 1.3vw;
    background-color: #000;
}

.main4-img {
    width: 100%;
    position: relative;
    height: 28.1vw;
}

.main4-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main4-l {
    width: 49.9%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main4-r {
    width: 49.9%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.main4-txt {
    width: 54vw;
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    position: relative;
    margin: 1vw 0 0 2.5vw;
}

.main4-txt h2 {
    margin: 0;
    font-size: 0.9vw;
    letter-spacing: 0.18vw;
    font-weight: normal;
    line-height: 1.8vw;
}

.main4-txt h4 {
    margin: 0;
    font-size: 0.73vw;
    letter-spacing: 0.15vw;
    line-height: 1.5vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main4-pic {
    width: 13vw;
    position: absolute;
    right: 0;
    top: 7vw;
}

.single .main4-l {
    left: 50%;
    transform: translateX(-50%);
}

.single .main4-txt {
    width: 50vw;
    margin: 1vw auto 0 auto;
}

.main5 {
    width: 100%;
    position: relative;
    margin: 0 0 10vw 0;
}

.main5::after {
    content: "";
    clear: both;
    display: block;
}

.main5-pic {
    width: 17vw;
    position: absolute;
    left: 0;
    top: 11vw;
}

.main5-title {
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    font-size: 1.5vw;
    letter-spacing: 0.25vw;
    margin: 0;
    font-weight: 600;
    line-height: 2.5vw;
    position: relative;
    padding: 0 0 2.1vw 7vw;
    box-sizing: border-box;
}

.main5-title::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 1px;
    left: 0;
    top: 1.3vw;
    background-color: #000;
}

.main5-txt {
    width: 34vw;
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    position: absolute;
    left: 4.3vw;
    bottom: 7vw;
}

.main5-txt h2 {
    margin: 0;
    font-size: 0.9vw;
    letter-spacing: 0.18vw;
    font-weight: normal;
    line-height: 1.8vw;
}

.main5-txt h4 {
    margin: 0;
    font-size: 0.73vw;
    letter-spacing: 0.15vw;
    line-height: 1.5vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main5 .banner {
    width: 53.5vw;
    margin: 0 auto 0 0;
    float: right;
}

.main5 .banner .swiper-slide {
    width: 100%;
    height: 30.1vw;
    overflow: hidden;
}

.main5 .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main5 .banner .swiper-pagination {
    width: fit-content;
    left: -2vw;
    bottom: 0;
}

.main5 .swiper-pagination-bullet {
    margin-top: 0.8vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
}

.main6 {
    width: 100%;
    position: relative;
    margin: 0 0 8vw 0;
    padding: 3vw 0;
    background-color: #fff;
}

.main6::before {
    content: "";
    width: 1px;
    height: 200%;
    position: absolute;
    left: 16vw;
    top: 0;
    background-color: #000;
}

.main6::after {
    content: "";
    width: 1px;
    height: 200%;
    position: absolute;
    right: 16vw;
    top: 0;
    background-color: #000;
}

.main6-title {
    color: #f5b145;
    font-family: 'Noto Serif TC', serif;
    font-size: 1.2vw;
    letter-spacing: 0.15vw;
    font-weight: normal;
    line-height: 1.8vw;
    position: relative;
    margin: 0 0 0.2vw 0;
    padding: 0 0 0 3vw;
}

.year {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    font-size: 0.83vw;
    letter-spacing: 0.15vw;
    line-height: 1.3vw;
}

.infor {
    width: 22vw;
    margin: 2vw auto;
}

.infor ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.infor ul li {
    padding: 0;
    color: #000000;
    font-family: 'Noto Serif TC', serif;
    font-size: 0.83vw;
    letter-spacing: 0.15vw;
    font-weight: normal;
    line-height: 1.8vw;
}

.infor ul li::after {
    content: "";
    clear: both;
    display: block;
}

.infor-title {
    width: 23%;
    float: left;
    position: relative;
}

.infor-title::after {
    content: "";
    width: 2px;
    height: 0.75vw;
    position: absolute;
    left: 4.2vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d1d1d1;
}

.infor-content {
    width: 77%;
    float: left;
}

.main6-pic1 {
    width: 89vw;
    position: absolute;
    left: 0;
    bottom: -9.5vw;
    z-index: 0;
}

.main6-pic2 {
    width: 3vw;
    position: absolute;
    left: 4vw;
    bottom: -5.2vw;
    z-index: 0;
}

.main6-pic3 {
    width: 3vw;
    position: absolute;
    right: 6vw;
    top: -3.5vw;
    z-index: 0;
}

.main6-box1 {
    width: 11vw;
    height: 4vw;
    position: absolute;
    left: 0;
    top: 7vw;
    background-color: #f5b145;
    opacity: 0.4;
}

.main6-box2 {
    width: 20.5vw;
    height: 6vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f5b145;
    opacity: 0.4;
}

.back {
    width: 3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.4vw;
}

.link {
    position: relative;
    margin: 1.5vw 0 0 0;
}

.link::after {
    content: "";
    clear: both;
    display: block;
}

.web-btn {
    width: 6vw;
    position: relative;
    margin: 0 0.8vw 0 0;
    display: block;
    float: left;
}

.link-fb {
    width: 1.75vw;
    position: relative;
    margin: 0;
    display: block;
    float: left;
}
