<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
    margin-top: 138px;
}

.page {
    background-color: #E5E5E5;
    position: relative;
    z-index: 1;
}

.page .row {
    align-items: center;
}

.page .left {
    padding: 0% 10%;
}

.page .title {
    line-height: 100%;
    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 .InnerImg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page01 .InnerImg {
    padding-top: 76%;
}

.page01::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding-top: 15%;
    background-image: url(../images/img/value/gold-line-01-b\ 2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page01 .content .m{
    font-size: 0.8rem;
}

.page02::after {
    content: '';
    position: absolute;
    bottom: 9%;
    left: 0%;
    width: 100%;
    padding-top: 34%;
    background-image: url(../images/img/value/gold-line-01-b\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page03::after {
    content: '';
    position: absolute;
    bottom: -13%;
    left: 0%;
    width: 100%;
    padding-top: 25%;
    background-image: url(../images/img/value/gold-line-01-b\ 4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page04::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding-top: 25%;
    background-image: url(../images/img/value/gold-line-01-b\ 3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page02 .InnerImg {
    padding-top: 121%;
}

.page03 .SwiperArea {
    padding: 3%;
    background-color: #E5E5E5;
}

.page03 .mySwiper2 {
    margin-bottom: 0.8%;
}

.page03 .mySwiper2 .InnerImg {
    padding-top: 58%;
}

.page03 .mySwiper .InnerImg {
    padding-top: 57%;
}

.page04 .InnerImg {
    padding-top: 76%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #D0AE66;
}

@media screen and (max-width:991px){
    .wrapper {
        margin-top: 96px;
    }
    .page .left{
        padding: 20% 10%;
    }
    .page01::after {
        top: 27%;
        bottom: unset;
        right: 0%;
        left: unset;
        padding-top: 40%;
    }
    .page01 .content .m{
        font-size: 10px;
    }
    .page02::after{
        bottom: unset;
        top: 0%;
    }
    .page03::after{
        bottom: unset;
        top: 0%;
    }
    .page04::after{
        bottom: unset;
        top: 0%;
    }
}</pre></body></html>