.news-detail {
    width: 100%;
    height: auto;
}

.news-detail .entry {
    position: relative;
    width: 100%;
    height: auto;
}

.news-detail .entry-header {
    width: 100%;
    height: auto;
    background: var(--primary);
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-detail .entry-header .menu-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 80px;
}

.news-detail .entry-header .menu-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--color-0);
    font-family: var(--font-regular);
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-detail .entry-header .menu-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: fit-content;
    margin-left: 6px;
    margin-right: 6px;
}

.news-detail .entry-header a.menu-item:hover {
    text-decoration: underline;
}

.news-detail .entry-wrap {
    width: 100%;
    height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
}

.news-detail .entry-wrap .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news-detail .entry-wrap .content .date {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--primary);
    text-align: left;
    font-family: var(--font-medium);
    margin-bottom: 10px;
}

.news-detail .entry-wrap .time-wrap {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 20px;
}

.news-detail .entry-wrap .time-wrap .icon {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-right: 6px;
}

.news-detail .entry-wrap .time-wrap .icon svg {
    color: var(--color-9);
}

.news-detail .entry-wrap .time-wrap span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-regular);
}

.news-detail .entry-wrap .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    flex-direction: row;
    width: fit-content;
    height: auto;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
    border-radius: 12px;
    margin-top: 20px;
}

.news-detail .entry-wrap .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    margin-right: 25px;
}

.news-detail .entry-wrap .social-item svg {
    color: #999;
    transition: all 0.3s ease;
}

.news-detail .entry-wrap .social-item:hover svg {
    color: var(--primary);
}

.news-detail .entry-wrap .social-item:last-child {
    margin-right: 0;
}

.news-detail .entry-wrap .content .title {
    font-weight: 800;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-bold);
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.news-detail .separator {
    display: block;
    width: 2px;
    height: 48px;
    margin: 0 auto 48px;
    background-color: var(--primary);
}

.news-detail .text-wrap {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding: 100px 0;
    margin-top: 50px;
}

.news-detail .text-wrap .image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -200px;
    margin-bottom: 60px;
}

.news-detail .text-wrap .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

.news-detail .text-wrap .container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.news-detail .text-wrap .wrap {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.news-detail .text-wrap .wrap p {
    color: var(--color-8);
    font-size: 18px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}

.news-detail .text-wrap .wrap blockquote {
    font-size: 18px;
    width: 95%;
    font-style: italic;
    color: var(--color-8);
    padding: 1.2em 30px 1.2em 75px;
    border-left: 6px solid var(--primary);
    line-height: 1.6;
    position: relative;
    background: var(--primary-solid);
    border-radius: 4px;
    margin-top: 36px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: 20px;
    font-family: var(--font-medium);
}

.news-detail .text-wrap .wrap blockquote::before {
    content: "❝";
    color: var(--color-8);
    font-size: 2.5em;
    position: absolute;
    left: 1rem;
    top: 0.25rem;
}

.news-detail .text-wrap .wrap blockquote::after {
    content: "";
}

.news-detail .text-wrap .wrap blockquote footer {
    font-style: normal;
    font-size: small;
}

.news-detail .text-wrap .wrap blockquote footer cite {
    font-style: italic;
    font-weight: 600;
}

.news-detail .text-wrap .wrap blockquote footer::before {
    content: "— ";
}

.news-detail .text-wrap .wrap h1 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 36px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.news-detail .text-wrap .wrap h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 32px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.news-detail .text-wrap .wrap h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 24px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.news-detail .text-wrap .wrap h4 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 20px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.news-detail .text-wrap .wrap h5 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 16px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.news-detail .text-wrap .wrap h6 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 14px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.news-detail .text-wrap .wrap img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-detail .text-wrap .wrap a {
    color: var(--primary);
    transition: all 0.2s ease-in-out;
}

.news-detail .text-wrap .wrap a:hover,
.news-detail .text-wrap .wrap a:focus {
    color: var(--primary-hover);
}

.news-detail .text-wrap .wrap ul {
    display: -ms-grid;
    display: grid;
    margin-top: 28px;
    margin-bottom: 28px;
    padding-left: 28px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: var(--color-8);
    font-size: 18px;
}

.news-detail .text-wrap .wrap pre,
.news-detail .text-wrap .wrap code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    overflow: hidden;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    background-color: #121212;
    color: white;
}

.news-detail .text-wrap .wrap pre {
    padding: 1em;
    border-radius: 3px;
}