@media screen and (max-width: 1000px) {
    #mv .swiper-slide .text {
    display: none !important;
}
}

@media screen and (max-width: 767px) {
    #popup-area .popup-modal {
        position: absolute;
        width: 80%;
        top: 50%!important;
    }
    .content-btn {
        margin: 16px auto 40px;
        width: 90%;
    }

     .p-news-block {
        padding: 80px 0;
     }
}

@media screen and (min-width: 768px) {
    #popup-area  .popup-modal {
        width: 500px;
    }
    .content-btn,
    .tab-content-btn {
        margin: 16px auto;
        width: 45%;
    }

     .p-news-block {
        padding: 48px 0;
     }
}

#popup-area .popup-modal button {
    background: transparent!important;
    padding: 10px!important;
    font-size: 50px;
}

.p-top-more {
    "display:block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #571E24;
    font-weight: bold;
}

.content-wrapper--thin{
    padding: 40px 30px 20px !important;
}

 .c-list-news {
    margin: 0;
 }

.c-list-news li {
    list-style: none;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D6D0C3;
}
.p-news-block__more {
    text-align: right;
}

.u-mt-40 {
	margin-top:40px!important;
}

