.news-detail-main {
    background: #F8F8F8;
    padding-bottom: 8vh;
}
.breadcrumb {
    background-color: #f8f8f8;
    padding: 2rem 0 3vh;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: " > ";
}
.breadcrumb a {
    font-size: 1.5rem;
    color: #666666;
    padding: 0 0.8rem;
}

.news-detail-content {
   margin-bottom: 8vh;
}

.news-detail-content .title {
   border-bottom: 1px solid #DEDEDE;
   text-align: center;
}
.news-detail-content .title h3 {
    font-size: 4rem;
    font-weight: bold;
    color: #343434;
    line-height: 5.2rem;
    margin-bottom: 3.4rem;
    letter-spacing: 2px;
}
.news-detail-content .title  .date {
    font-size: 1.4rem;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 2.6rem;
    margin-bottom: 4.2rem;
}

.news-detail-content .content {
    font-size: 1.6rem;
    font-weight: 400;
    color: #343434;
    line-height: 3.2rem;
    margin-top: 3rem;
}

.news-detail-content .content p {
    margin-bottom: 3.4rem;
    /*text-indent: 2em;*/
    text-align: justify;
}

.news-detail-content .content img {
    width: 90%;
    margin: 1rem auto;
}