.wrapper {
    margin-top: 138px;
}

.page {
    width: 100%;
    padding: 5%;
    position: relative;
    background-color: #F0EFEF;
    z-index: 1;
}

.page:nth-child(even) {
    background-color: #E3E3E3;
}

.page .row {
    align-items: center;
}

.page .InnerImg {
    width: 100%;
    padding-top: 76%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.page .left {
    padding-right: 15%;
}

.page05 .left {
    padding-right: 9%;
}

.page .title {
    line-height: 120%;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
    margin-bottom: 10%;
}

.page .title small {
    display: block;
    font-size: 1rem;
    color: #D0AE66;
    font-family: 'Montserrat', sans-serif;
}

.page .subtitle {
    margin-bottom: 5%;
}

.page .content {
    font-size: 1rem;
    text-align: justify;
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 5%;
}

.page .content p {
    font-size: 1rem;
    text-align: justify;
    letter-spacing: 0px;
}

.page .content p span{
    display: block;
}

.page01::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: 0%;
    width: 100%;
    padding-top: 30%;
    background-image: url(../images/img/hundred/gold-line-01-b\ 3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page02 {
    position: relative;
    z-index: 1;
}


.page02 .p2 .plate {
    width: 50%;
    font-size: 0;
}

.page04::after {
    content: '';
    position: absolute;
    bottom: -16%;
    left: 0%;
    width: 100%;
    padding-top: 30%;
    background-image: url(../images/img/hundred/gold-line-01-b\ 2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.SwiperArrow {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    left: auto;
    right: 0;
    display: inline-block;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: unset;
}

.swiper-button-prev {
    width: 50px;
    height: 21px;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-next {
    width: 50px;
    height: 21px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 2%;
}

@media screen and (max-width:991px) {
    .wrapper {
        margin-top: 96px;
    }

    .page .left {
        padding: 10%;
    }

    .page {
        padding: 5% 0%;
        padding-bottom: 20%;
    }
    .page .content p,.page .content{
        font-size: 0.8rem;
    }

    .page .content p span{
        display: inline;
    }

    .InnerImg .imgtxt{
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .page02 .p1::after {
        top: unset;
        bottom: -30%;
        left: 0%;
        width: 78%;
        height: 70%;
    }

    .page02 .p1 .InnerImg {
        background-image: url(../images/img/hundred/page02-1_m.png) !important;
        padding-top: 100%;
    }

    .page02 .InnerImg {
        background-position: center 7%;
        padding-top: 128%;
    }

    .page02 .p2 .InnerImg .imgtxt{
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        /* background-position: 17% center; */
        background-position: center;
    }
    .page02 .p2 .InnerImg  {
        /* background-position: 17% center; */
        background-position: center;
    }

    .page05 .InnerImg{
        padding-top: 120%;
    }

    .page03 .InnerImg{
        padding-top: 65%;
    }

    .SwiperArrow {
        left: 3%;
        bottom: 3%;
    }

    .page01::after {
        bottom: unset;
        top: 0%;
    }

    .page04::after {
        bottom: unset;
        top: 0%;
    }
}