
.japany-modal-wrap {
    text-align: center;
    margin: 0px auto 20px;
}
.japany-modal-wrap img {
    width: 100%;
    margin-bottom: 20px;
}
.japany-modal-wrap .copy {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 0 30px;
}
.japany-modal-wrap .search-btn a {
    color: #FFF;
    text-decoration: none!important;
}
.japany-modal-wrap .search-btn a:hover {
    color: #FFF;
}
.japany-modal-wrap .search-btn {
    background-color: #db4140;
    color: #db4140;
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 11rem;
    border-radius: 50px;
    border: 2px solid #db4140;
    cursor: pointer;
    padding: 0.8rem 0.5rem 0.7rem;
    font-size: 1.1rem;
}
.japany-modal-wrap .search-btn:hover{
    opacity: 0.8;
    color: #fff;
}

.japany-modal-wrap .detail-btn {
    background-color: #666666;
    color: #666666;
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 11rem;
    border-radius: 50px;
    border: 2px solid #666666;
    cursor: pointer;
    padding: 0.8rem 0.5rem 0.7rem;
    font-size: 1.1rem;
}
.japany-modal-wrap .detail-btn:hover{
    opacity: 0.8;
    color: #fff;
}
.modal-header {
    border-bottom: unset;
}
@media screen and (min-width: 769px) {
    .japany-modal-wrap img {
        width: 90%;
    }
}
