/* 게시판 상세 */
#board-detail{}
#board-detail .article-body{margin-top: 50rem;}
#board-detail .article-body .post-header{margin-bottom: 25rem;padding-bottom: 25rem;border-bottom: 2rem solid var(--color-neutral-10);}
#board-detail .article-body .post-header h1{margin: 0;font-size: 26rem;font-weight: 500;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;}
#board-detail .article-body .post-navigation > div > a span{font-size: 12rem;margin-right: 30rem;}

@media all and (max-width:767px) {
    #board-detail{}
    #board-detail .article-body{margin-top: 25rem;}
    #board-detail .article-body .post-header{margin-bottom: 15rem;padding-bottom: 15rem;border-width: 1px;}
    #board-detail .article-body .post-header h1{font-size: 20rem;}
    #board-detail .article-body .post-meta{font-size: 12rem;margin-top: 10rem;}
    #board-detail .article-body .post-content{padding: 10rem;padding-bottom: 100rem;}

    #board-detail .article-body .post-navigation > div > a{font-size: 13rem;padding: 20rem 0;}
}



#board-write .form-group{margin-bottom: 25rem;}
#board-write .form-group label{display: block;margin-bottom: 10rem;}
#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: 7rem 15rem; font-weight: 500; 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;}