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

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

.insight-contents-wrapper {
    width: 1100px;
    margin: auto;
}

.insight-contents {
    width: 100%;
}

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

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

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

.contents-title {
    font-size: 21px;
}

.contents-intro {
    line-height: 1.5em;
}

.insight-contents-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.insight-contents-footer .insight-views span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}

.go-contents-detail {
    background-color: #01a28a;
    color: #ffffff;
    padding: 5px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
