.detail-block {
    margin-bottom: 50px;
}

.detail-block .photo-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.detail-block .photo-box .photo {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.detail-block .name-box {
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 40px;
}

.detail-block .intro-label {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 10px;
    padding-bottom: 6px;
    position: relative;
}

.detail-block .intro-content {
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 2px;
    color: #4d4d4d;
    word-break: break-all;
}

@media screen and (min-width: 992px) {
    .detail-block .photo-box {
        max-height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .detail-block .photo-box {
        max-height: 450px;
    }
}