.main-section {
    background: url(../imgs/transparent.png) no-repeat;
}

.news-detail-wrapper {
    width: 1400px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news-detail-wrapper .category {
    width: 380px;
    background: var(--mask-color);
    font-size: 16px;
    padding-bottom: 100px;
}

.news-detail-wrapper .category .menu-list {
    width: 300px;
    margin: 80px 0px 0px 80px;
}

.news-detail-wrapper .category .menu-list .menu-item {
    line-height: 52px;
    margin-top: 5px;
    font-size: 18px;
    background: var(--gray-border);
    padding-left: 20px;
}

.news-detail-wrapper .category .menu-list .menu-item.sub-item {
    width: 240px;
    margin-left: 40px;
}

.news-detail-wrapper .category .menu-list .menu-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-detail-wrapper .category .menu-list .menu-item:hover {
    background: #2f63a0;
}

.news-detail-wrapper .category .menu-list .menu-item:hover a {
    color: #fff;
}

.news-detail-wrapper .category .menu-list .menu-title {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 60px;
    background: var(--primary-color);
}

.news-detail-wrapper .category .menu-list .menu-title a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.news-detail-wrapper .details {
    flex: 1;
    margin: 50px 0px 0px 50px;
    font-size: 16px;
}

.news-detail-wrapper .details .position {
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    position: relative;
    margin-bottom: 20px;
}

.news-detail-wrapper .details .position .local-text {
    position: absolute;
    right: 0px;
    background: #fff;
    padding-left: 10px;
    border-left: 2px solid var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    top: -10px;
}

.news-detail-wrapper .details .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.news-detail-wrapper .details .infos {
    width: 100%;
    text-align: left;
    color: #B4B4B4;
    font-size: 16px;
    padding-bottom: 15px;
}

.news-detail-wrapper .details .contents {
    width: 100%;
}

.news-detail-wrapper .details .contents img, .news-detail-wrapper .details .contents table {
    max-width: 970px;
}

.news-detail-wrapper .details .contents td p {
    line-height: 1.5 !important;
    text-indent: 0em;
}

.news-detail-wrapper .details .contents p.lead-t,.news-detail-wrapper .details .contents p.lead-i {
    line-height: 1.5 !important;
    text-indent: 0em !important;
}

.news-detail-wrapper .details .contents .bszn {
    width: 100% !important;
    font-size: 16px !important;
}

.news-detail-wrapper .details .contents .bszn .header-td {
    background: rgb(91, 155, 213); 
    color: white;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.news-detail-wrapper .details .contents .bszn .body-td {
    padding: 1em !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.news-detail-wrapper .details .contents .bszn .body-td p:first-child {
    margin-top: 0 !important;
}
