@charset "UTF-8";

#News {
    padding-bottom: 127px;
}
@media screen and (max-width: 767px) {
    #News {
        padding-bottom: 50px;
    }
}
#News .section_1 {
    overflow: hidden;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-bottom: 0;
}
#News .news-category-thumbnails {
    border-bottom: none;
}
#News .contents_detail {
    width: 875px;
    padding: 53px 0 84px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #News .contents_detail {
        width: 100%;
        padding: 20px 15px;
    }
}
#News .breadcrumb {
    display: flex;
    align-items: center;
}
#News .breadcrumb-list {
    display: flex;
    align-items: center;
    margin-bottom: 54px;
}
#News .breadcrumb-item {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
}
@media screen and (max-width: 767px) {
    #News .breadcrumb-item {
        font-size: 12px;
        font-weight: 700;
    }
}
#News .breadcrumb-item:not(:last-child) {
    margin-right: 60px;
}
@media screen and (max-width: 767px) {
    #News .breadcrumb-item:not(:last-child) {
        margin-right: 30px;
    }
}
#News .breadcrumb-item:not(:last-child)::before {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 23px), -50%) scaleX(0.7);
    font-size: 16px;
    color: #1f1811;
}
@media screen and (max-width: 767px) {
    #News .breadcrumb-item:not(:last-child)::before {
        transform: translate(calc(100% + 6px), -50%) scaleX(0.7);
    }
}
#News .breadcrumb-item a {
    text-decoration: none;
    color: #353535;
}
#News .breadcrumb-item.current {
    color: #353535;
}
#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: 24px;
    font-weight: 400;
    line-height: 1.67em;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
    #News .news-title {
        font-size: 20px;
    }
}
#News .news-date {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    #News .news-date {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
#News .news-content {
    display: flex;
    justify-content: space-between;
    gap: 6.5%;
    margin-bottom: 60px;
}
#News .news-content_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
    #News .news-content_text p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
#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: 100%;
    aspect-ratio: 875 / 488;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 26px;
    background-color: transparent;
}

#News .news-blog-thumbnail_box.no-thumbnail {
    background-color: #d9d9d9;
}
#News .contents_detail .button_box {
    width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #News .contents_detail .button_box {
        display: grid;
        place-items: center;
    }
}
#News .section-list-container {
    display: none;
}
