@charset "UTF-8";

#News .news-category-thumbnails {
    border-bottom: none;
}
#News .news-category-thumbnails_box {
    padding: 140px 0 0;
    border-bottom: none;
}
#News .contents_detail {
    border: solid 2px #353535;
    padding: 65px 70px 56px 96px;
}

#News .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}
#News .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 54px;
}
#News .breadcrumb-item {
    position: relative;
    font-size: 24px;
    list-style: none;
    font-weight: 600;
}
#News .breadcrumb-item:not(:last-child) {
    margin-right: 60px;
}
#News .breadcrumb-item:not(:last-child)::before {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 23px), -50%);
    font-size: 16px;
    color: #1F1811;
}
#News .breadcrumb-item a {
    text-decoration: none;
    color: #353535;
}
#News .breadcrumb-item.current {
    color: #353535;
}

#News .contents_detail_box {
    padding-left: 30px; 
}
#News .tag-category {
    width: fit-content;
    height: 30px;
    padding: 0 45px;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 40px;
}
#News .news-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.07em;
    padding-bottom: 27px;
    margin-bottom: 37px;
    border-bottom: solid 3px #374254;
}
#News .news-date {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-right: 22px;
    text-align: right;
    margin-bottom: 0;
}
#News .news-content {
    display: flex;
    justify-content: space-between;
    gap: 6.5%;
    margin-bottom: 60px;
}
#News .news-content .news-content_text {
    width: 50%;
}
#News .news-content .news-content_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2em;
    letter-spacing: 0.036em;
}
#News .news-content span {
    display: block;
    line-height: 2.2em;
    letter-spacing: 0.036em;
}
#News .news-content span:not(:last-child) {
    margin-bottom: 35px;
}
#News .news-blog-thumbnail_box {
    width: 36.8%;
    margin-top: 120px;
}
#News .contents_detail .button_box {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}