/* 게시판 상세 */
#board-detail .article-body{margin-bottom: 50rem;}
#board-detail .article-body .post-header{margin: 50rem 0 30rem;padding-bottom: 30rem;border-bottom: 2rem solid var(--color-neutral-10);}
#board-detail .article-body .post-header h1{margin: 0;font-size: 30rem;font-weight: 600;line-height: 1.3;}
#board-detail .article-body .post-meta{display: flex;gap:20rem;margin-top: 16rem;}
#board-detail .article-body .post-meta span{position: relative;}
#board-detail .article-body .post-meta span:not(:last-child):after { content: ''; display: block; width: 1rem; height: 10rem; margin-top: -5rem; position: absolute; top: 50%; right: -11rem; background: var(--color-neutral-8); }
#board-detail .article-body .post-content{padding-bottom: 100rem;line-height: 1.5;}

#board-detail .article-body .post-navigation{border-top: 1rem solid var(--color-neutral-3);margin-bottom: 50rem;}
#board-detail .article-body .post-navigation > div{border-bottom: 1rem solid var(--color-neutral-3);}
#board-detail .article-body .post-navigation > div > a{display: block;padding: 25rem 0;font-size: 14rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#board-detail .article-body .post-navigation > div > a span{font-size: 12rem;margin-right: 30rem;}

#board-write .form-group{margin-bottom: 20rem;}
#board-write .form-group.grid{display: grid;grid-template-columns: 150rem auto;align-items: center;}
#board-write .form-group input[name="post-title"]{width: 100%;}
#board-write .secret-post-label{cursor: pointer;margin-right: 10rem;}
#board-write .form-group input#secret-password{width: 284rem;}

#board-write .article-body{padding: 50rem 0;}

#wp-post-content-wrap{}
#wp-post-content-media-buttons button{font-size: 0;border: 0;background: none;padding: 0;display: inline-block; border: 1rem solid #bbb; border-radius: 4rem; padding: 5rem 10rem; font-weight: 600; transition: border-color 0.4s; cursor: pointer; text-align: center; background: #fff; line-height: 1;color: #000;min-height: 0;}
#wp-post-content-media-buttons button::after{content: '미디어 추가';font-size: 12rem;}
#wp-post-content-media-buttons button:hover { border: 1rem solid #222; } 
#wp-post-content-media-buttons button span{display: none;}

.ms-paginate .dots:before {content: '···';font-family: sans-serif;}
.ms-paginate .dots {font-size: 0;}
.ms-paginate .dots:before {font-size: 1rem;}


@media all and (max-width:1023px) {
    #board-detail .article-body .post-header h1{font-size: 24rem;}
    #board-detail .article-body .post-meta{margin-top: 10rem;}
    #board-detail .article-body .post-header{padding-bottom: 20rem;}
    #board-detail .article-body .post-navigation > div > a{padding: 15rem 0;}

    #board-write .form-group.grid{grid-template-columns: 1fr;}
}