body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}


/*全部*/

.all {
    overflow: hidden;
    position: relative;
}

.main1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main1-title {
    width: 100%;
    font-family: 'Noto Serif TC', serif;
    color: #000;
    margin: 24vw auto 40.5vw auto;
    position: relative;
}

.main1-title h1 {
    position: relative;
    margin: 0 0 0.5vw 0;
    font-weight: 600;
    font-size: 2.95vw;
    text-align: center;
    letter-spacing: 0.7vw;
    text-indent: 0.7vw;
}

.main1-title h1::after {
    content: "";
    width: 11vw;
    height: 2px;
    position: absolute;
    top: -1.8vw;
    left: 50%;
    transform: translate(-50%);
    background-color: #f5b145;
}

.main1-title h2 {
    position: relative;
    margin: 0 0 1vw 0;
    font-weight: 600;
    font-size: 4.5vw;
    text-align: center;
    letter-spacing: 1.1vw;
    text-indent: 1.1vw;
}

.main1-title h4 {
    position: relative;
    margin: 0;
    line-height: 5.5vw;
    font-weight: normal;
    font-size: 3.3vw;
    letter-spacing: 0.5vw;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: center;
}

.main1-title-pic {
    width: 58.8vw;
    position: relative;
    margin: 0 auto 10vw auto;
}

.main1-txt {
    width: 84vw;
    font-family: 'Noto Serif TC', serif;
    color: #000000;
    position: relative;
    margin: 5vw auto;
}

.main1-txt h2 {
    position: relative;
    margin: 0 0 1.3vw 0;
    font-weight: normal;
    font-size: 3.9vw;
    letter-spacing: 0.6vw;
}

.main1-txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main1-txt ul li {
    position: relative;
    margin: 0;
    line-height: 5.5vw;
    font-weight: normal;
    font-size: 3.3vw;
    letter-spacing: 0.5vw;
    padding: 0 0 0 2.5vw;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main1-txt ul li::before {
    content: "･";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main1-eng1 {
    height: 70vw;
    font-family: 'Noto Serif TC', serif;
    color: rgba(0, 0, 0, 0.20);
    position: absolute;
    right: 0.25vw;
    top: 117vw;
    line-height: 7.5vw;
    font-size: 6.5vw;
    letter-spacing: 1.7vw;
    text-align: right;
    -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;
    text-transform: uppercase;
}

.main1-pic1 {
    width: 84vw;
    position: relative;
    margin: 0 auto;
}

.pic-txt {
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    font-size: 2.7vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
    z-index: 999;
}

.main1-pic2 {
    width: 22.5vw;
    position: absolute;
    left: 64.5vw;
    top: 168vw;
}

.main1-circle {
    width: 66vw;
    position: absolute;
    right: 17vw;
    top: 29vw;
}

.mouse {
    width: 3vw;
    position: absolute;
    left: 48.5vw;
    animation: mouse 0.6s infinite alternate;
    transition-timing-function: ease-out;
}

@keyframes mouse {
    0% {
        top: 51vw;
    }
    100% {
        top: 54vw;
    }
}

.main1-box {
    width: 13.5vw;
    height: 39.5vw;
    position: absolute;
    right: 0;
    bottom: -42vw;
    background-color: #f5b145;
    opacity: 0.4;
}

.main2 {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 90vw;
}

.pic {
    width: 82%;
    position: relative;
    margin: 0 auto;
}

.pic::after {
    content: "";
    clear: both;
    display: block;
}

.pic-li {
    width: 100%;
    position: relative;
    margin: 0 0 7.6vw 0;
    box-shadow: 0 0.4vw 1vw rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.img {
    width: 100%;
    height: 56vw;
    margin: 0 auto;
    overflow: hidden;
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease;
}

.txt {
    width: 100%;
    height: 26vw;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    transition: all 0.5s ease;
}

.more {
    width: 37vw;
    line-height: 8vw;
    position: absolute;
    right: 0;
    bottom: 5vw;
    display: block;
    font-family: 'Noto Serif TC', serif;
    font-size: 3.2vw;
    letter-spacing: 0.2vw;
    color: #fff;
    background-color: #f5b145;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.more-txt {
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
}

.more-icon {
    width: 10vw !important;
    height: 1.5vw !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    top: -0.5vw;
    margin: 0 0 0 0.2vw;
    transition: all 0.5s ease;
}

.more-icon-ani {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/index/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s ease;
}

.txt-line {
    width: 48.75vw;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 9vw;
    background-color: #000000;
    transition: all 0.5s ease;
}

.txt h2 {
    font-family: 'Noto Serif TC', serif;
    color: #f5b145;
    position: absolute;
    left: 4.3vw;
    top: 5vw;
    margin: 0;
    font-weight: normal;
    font-size: 3.6vw;
    letter-spacing: 0.7vw;
    transition: all 0.5s ease;
}

.txt h4 {
    width: 24.5vw;
    height: 6.6vw;
    line-height: 6.6vw;
    font-family: 'Noto Serif TC', serif;
    color: #000000;
    position: absolute;
    right: 0;
    top: -6.6vw;
    margin: 0;
    font-weight: normal;
    font-size: 3vw;
    letter-spacing: 0.7vw;
    transition: all 0.5s ease;
    background-color: #f2d9b2;
    border-radius: 12px 0 0 0;
    text-align: center;
}


/*送出彈跳視窗*/

.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11111;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    overflow: auto;
}

.alert {
    width: 85%;
    height: auto;
    position: relative;
    margin: 25vw auto;
}

.banner {
    width: 100%;
    height: 94.2vw;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    animation: banner 1.5s linear;
    animation-fill-mode: forwards;
}

@keyframes banner {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.banner-txt {
    position: absolute;
    right: 1.2vw;
    bottom: 0.3vw;
    color: #fff;
    font-size: 2.5vw;
    letter-spacing: 0.2vw;
    font-family: "Noto Serif TC", serif;
    text-shadow: 0.2vw 0.2vw 0.3vw rgba(0, 0, 0, 0.7);
}

#pic9 .banner {
    height: 103.2vw;
}

.arrow-box {
    width: 34vw;
    height: 7.8vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f5b145;
    z-index: 0;
}

.close {
    width: 8vw;
    position: absolute;
    right: 0;
    top: -12vw;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.banner .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#pic9 .banner .swiper-slide {
    overflow: visible;
}

.li-pic {
    width: 41vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner .swiper-button-prev {
    width: 9vw !important;
    height: 1.7vw !important;
    right: 20vw;
    left: auto;
    top: auto;
    bottom: -22.5vw;
    z-index: 998 !important;
    background-image: url(../img/02-1/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease;
}

#pic9 .banner .swiper-button-prev {
    bottom: -30.5vw;
}

.banner .swiper-button-prev::after {
    content: "";
    width: 1px;
    height: 5vw;
    position: absolute;
    right: -4vw;
    bottom: -2vw;
    background-color: #fff;
}

.banner .swiper-button-prev:hover {
    background-image: url(../img/02-1/arrow-l-h.png);
}

.banner .swiper-button-next {
    width: 9vw !important;
    height: 1.7vw !important;
    right: 3.4vw;
    top: auto;
    bottom: -22.5vw;
    z-index: 998 !important;
    background-image: url(../img/02-1/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease;
}

#pic9 .banner .swiper-button-next {
    bottom: -30.5vw;
}

.banner .swiper-button-next:hover {
    background-image: url(../img/02-1/arrow-r-h.png);
}

.alert-txt {
    width: 100%;
    height: 25.8vw;
    position: relative;
    font-family: "Noto Serif TC", serif;
    z-index: 0;
    background-color: #fff;
    padding: 2.5vw 0 0 4.7vw;
    box-sizing: border-box;
}

.alert-txt h2 {
    color: #f5b145;
    margin: 0 0 3vw 0;
    font-weight: normal;
    font-size: 3.7vw;
    letter-spacing: 0.6vw;
    position: relative;
}

.alert-txt h2::after {
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #f5b145;
    position: absolute;
    right: 0;
    bottom: -1.7vw;
}

.alert-txt h4 {
    color: #000000;
    margin: 0 2vw 0 0;
    font-weight: normal;
    font-size: 3.2vw;
    letter-spacing: 0.5vw;
}

.top {
    width: 13vw;
    position: fixed;
    right: 1.5vw;
    bottom: 17.5vw;
    z-index: 9;
    cursor: pointer;
    display: none;
}