/* 인사이트 상세 페이지 */
.insight-detail-wrapper {
    width: 1140px;
    margin: -30px auto 0;
}

.insight-detail-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding: 0;
    margin-bottom: 45px;
}

.insight-detail-thumbnail-wrapper img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-right: 30px;
}

.insight-detail-contents {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
}

.insight-detail-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    text-align: justify;
}

.insight-share a img {
    width: 25px;
    height: 25px;
}

.list-contents {
    margin-top: -20px;
}
