.page[name='blog'] > .content > .hero {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}
.page[name='blog'] > .content > .hero > .breadcrumb {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='blog'] > .content > .hero > .headline {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 54px auto 16px;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: center;
}
.page[name='blog'] > .content > .hero > .shell > .button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
}
.page[name='blog'] > .content > .hero > .shell > .button > span:first-child {
    font-size: 14px;
}
.page[name='blog'] > .content > .hero > .shell > .headline {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 22px;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .date {
    display: flex;
    align-items: center;
    gap: 12px;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .date > div > span {
    vertical-align: middle;
    margin-left: 4px;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .date > div > img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .date > div {
    font-size: 12px;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .social > .button {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    padding: 8px;
    transition: transform 0.3s ease;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .social > .button:hover {
    transform: translateY(-2px);
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .social >  div > img {
    display: block;
    width: 100%;
    height: 100%;
}
.page[name='blog'] > .content > .blogCover {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}
.page[name='blog'] > .content > .blogCover > .imageWrapper {
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
}
.page[name='blog'] > .content > .blogCover > .imageWrapper > img {
    display: block;
    width: 100%;
    height: 100%;
}
.page[name='blog'] > .content > .body {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding: 56px 32px 32px;
    font-size: 18px;
}
.page[name='blog'] > .content > .body > article .title {
    font-size: 32px;
    font-weight: 800;
    margin-top: 48px;
    margin-bottom: 16px;
}
.page[name='blog'] > .content > .body > article > .description:first-child {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 32px;
    padding-bottom: 28px;
}
.page[name='blog'] > .content > .body > article > .description {
    margin-bottom: 32px;
}
.page[name='blog'] > .content > .body > .notice {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 16px;
}
.page[name='blog'] > .content > .body > .notice > .text > .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.page[name='blog'] > .content > .body > .notice > .text > .description {
    font-size: 14px;
    font-weight: 400;
}
.page[name='blog'] > .content > .body > article > .figurePost {
    margin-top: 36px;
    border-radius: 18px;
    overflow: hidden;
}
.page[name='blog'] > .content > .body > article > .figurePost > .imageWrapper {
    height: 260px;
    position: relative;
    overflow: hidden;
}
.page[name='blog'] > .content > .body > article > .figurePost > .imageWrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page[name='blog'] > .content > .body > .notice > .imageWrapper {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 8px;
    flex-shrink: 0 ;
}
.page[name='blog'] > .content > .body > .notice > .imageWrapper > img {
    display: block;
    width: 100%;
    height: 100%;
}
.page[name='blog'] > .content > .body > article > .infoBox {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 26px 28px 24px;
    border-radius: 4px 16px 16px 4px;
    font-size: 18px;
}
.page[name='blog'] > .content > .body > article > .infoBox > img {
    width: 28px;
    height: 28px;
    display: block;
}
.page[name='blog'] > .content > .body > article > .infoBox > .text {
    margin-bottom: 16px;
}
.page[name='blog'] > .content > .body > article > .infoBox > .author {
    font-size: 12px;
}
.page[name='blog'] > .content > .body > .hashtags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 40px 0 24px;
    padding-top: 28px;
}
.page[name='blog'] > .content > .body > .hashtags > .hashtag {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: text-decoration-color 0.18s ease;
    padding: 5px 12px;
    border-radius: 999px;
}
.page[name='blog'] > .content > .shell {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .top > .title {
    font-size: 32px;
    font-weight: 800;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .top > .button > img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transform: rotate(180deg);
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-bottom: 42px;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button {
    min-height: 330px;
    overflow: hidden;
    border: 2px solid;
    border-radius: 14px;
    transition: transform 0.3s ease;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button:hover {
    transform: translateY(-4px);
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button > .imageWrapper {
    width: 100%;
    height: 200px;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button > .imageWrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button > .information {
    padding: 18px;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button > .information > .category {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button > .information > .title {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 800;
}