@charset "UTF-8";

.page__detail,
.pager__indicator {
    position:relative;
}

@media (min-width: 769px) {
    .util__btn-readmore {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 240px;
        height: 42px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 60px;
        border: 1px solid #d1cbc7;
        border-radius: 8px;
        color: #6f5b58;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
    }
}

@media only screen and (max-width: 768px){
    .util__btn-readmore {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 76.53333333333333vw;
        height: 13.333333333333334vw;
        margin: 0 auto;
        margin-top: 8vw;
        margin-bottom: 16vw;
        border: 1px solid #d1cbc7;
        border-radius: 2.1333333333333333vw;
        color: #6f5b58;
        font-size: 4.266666666666667vw;
        font-weight: 700;
        line-height: 1;
    }
}

@media (min-width: 769px) {
    .util__btn-readmore i {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #d7b690;
        font-size: .75rem;
    }
}

@media only screen and (max-width: 768px) {
    .util__btn-readmore i {
        position: absolute;
        top: 50%;
        right: 4.533333333333333vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #d7b690;
        font-size: 4.266666666666667vw;
    }
}