.contents{
    margin-left: 10vw;
    margin-right: 10vw;
}

.contents-statistics-b{
    margin-top: 48px;
    margin-bottom: 120px;
    position: relative;
}

.contents-statistics{
    font-size: 24px;
}

.contents-statistics-label{
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contents-searchbox-b{
    margin-top: 48px;
    margin-bottom: 48px;
}

.contents-searchbox{
    position: relative;
}

.searchbox{
    width: 100%;
    height: 48px;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 48px;

    font-size: 20px;
}

.searchbtn{
    border: none;
    background-color: #e92a2a;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    right: 6px;
    top: 4px
}

.searchbtn:hover{
    border: 2px solid #1f3bb9;
}

.contents-newest-b{
    position: relative;
    width: 95%;
    margin-left: calc(5% / 2);
    margin-right: calc(5% / 2);
    margin-bottom: 64px;
}

.contents-newest-label{
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    color: gray;
    left: -20px;
    top: -40px;
}

.contents-newest-border{
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
}

.contents-newest-link{
    text-decoration: none;
    color: black;
}

.contents-newest-link:hover{
    color: #e92a2a;
}

.contents-newest-img{
    border: 1px solid;
    width: 100%;
}

.contents-newest-info-b{
    width: 100%;
}

.contents-newest-title{
    font-size: 36px;
    font-weight: bold;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: strict;
    hyphens: auto;
    text-wrap: pretty;
}

.contents-newest-info{
    font-size: 16px;
    text-align: right;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: strict;
    hyphens: auto;
    text-wrap: pretty;
}



.contents-personal-b{
    margin-bottom: 64px;
}

.contents-personal-label{
    font-size: 36px;
    font-weight: bold;
    color: gray;
}

.contents-personal-title{
    font-size: 20px;
    font-weight: bold;
}

.book-rent{
    display: block;
    text-decoration: none;
    color: black;
    margin-bottom: 12px;
}

.book-rent:hover{
    color: #e92a2a;
}





@media screen and (max-width:650px) {
    .contents-statistics{
        font-size: 18px;
    }

    .contents-statistics-label{
        margin: 0px;
        position: relative;
        text-align: right;
        font-size: 14px;
    }
}

@media screen and (max-width:575px) {
    .contents-newest-img{
        width: 100%;
    }

    .contents-newest-info-b{
        position: relative;
        width: 100%;
    }

    .contents-newest-title{
        font-weight: 20px;
    }

    .contents-newest-info{
        font-weight: 14px;
    }
}