@charset "utf-8";
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}
@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}


/*** structure : 전체 구조 ***/
html, body { margin: 0; padding: 0; }
body { 
    font-family: 'Segoe UI', 'NanumSquareNeo', 'apple sd gothic neo', 'Malgun Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
#wrap {
    max-width: 600px;
    margin: 0 auto;
}


/*** header-area : 블로그 제목 ***/
#header {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
#header .blog-title {
    float: right;
    width: 100%; 
    max-width: 600px;
}
#header a {
    text-decoration: none;
    color: #0F4B95;
}

/*** sidebar-area : 사이드바 (상단 고정 표시) ***/
.sidebar {
    width: 100%;
    text-align: center;
}
.sidebar li {
    margin: 0 10px;
}
.sidebar .blog-menus ul li, 
.sidebar-category ul li {
    display: inline-block;
}
.sidebar a {
    color: #207BE9;
    text-decoration: none;
}
.sidebar .sidebar-item {
    margin: 20px 0px;
}
.sidebar-category {
    font-weight: bold;
}
.sidebar-category .link_tit {
    /* 전체보기 가리기 */
    display: none;
}
.sidebar ul {
    list-style: none;
    padding-left: 0px;
}
.sidebar ul ul {
    padding-left: 0px;
}
.sidebar li {
    margin: 10px 0;
}


/*** content-area : 메인 영역 ***/
#content { 
    float: right;
    width: 100%; 
}
.article-view {
    width: calc(100% - 40px);
    margin: 0 20px;
}
.article-view a {
    color: #59e;
    text-decoration: none;
}
.article-view a:hover {
    opacity: 0.95;
}

/*** 커버 ***/
.top-cover {
    width: 100%;
    margin-top: 80px;
}
.top-cover img {
    object-fit: cover;
    object-position: center 95%;
    max-width: 600px;
    width: 100%;
    height: 150px;
    opacity: 0.5;
}
.top-cover .title {
    width: 100%;
    position: relative;
    top: -85px;
    text-align: center;
    font-family: NanumSquareNeoBold;
    font-size: 38px;
    color: #fff;
    text-shadow: 2px 0px #555, 0px 2px #555, -2px 0px #555, 0px -2px #555;
}
.top-cover a:hover img {
    opacity: 0.35;
}
.top-cover a:hover .title {
    text-shadow: 2px 0px #222, 0px 2px #222, -2px 0px #222, 0px -2px #222;
}
/*** 글 제목, 작성일 등 ***/
.box-header {
    width: 100%;
    padding: 60px 0 30px;
    text-align: center;
}
.box-header h2 {
    font-family: 'NanumSquareNeo';
    font-size: 1.75em;
    color: #379683;
}
.box-header .admin {
    text-align: center;
    font-size: 0.9em;
    line-height: 1.9em;
}
.box-header .admin a {
    color: #933;
}
.box-header .article-info {
    font-size: 0.9em;
}
.box-header .article-info span {
    margin: 0 3px;
}
.box-header .article-info .category {
    font-size: 0.98em;
    color: #000;
}
/*** 글 하단 이전/다음글, 댓글 ***/
.box-footer {
    width: 100%;
}
.box-footer .prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px; padding-top: 15px;
    border-top: 1px dashed #ccc;
}
.box-footer .prev-next .prev {
    text-align: left;
}
.box-footer .prev-next .next {
    text-align: right;
}
.box-footer .comment {
    margin-top: 30px;
}
.box-footer .comment .comment-open {

}
.box-footer .comment .comment-group {
    display: none;    
}
/*** 글 본문 ***/
.protected-entry {
    text-align: center;
    margin: 80px 0 100px;
}
blockquote {
    border-left: 7px solid #ccc;
    padding-left: 7px;
}

blockquote p, blockquote span, blockquote p span {
    font-size: 18px;
    font-family: 'NanumSquareNeo' !important; 
}

.content-entry hr {
    border: 0px;
    border-bottom: 1px solid #ddd;
    margin: 35px auto 20px !important;
}
.content-entry hr.short {
    width: 60%;
    margin-top: 60px;
}
.container_postbtn { display: none; }

/*** 공통 푸터 ***/
.paging {
    margin: 20px 0;
    text-align: center;
}
.paging .paging-number { font-size: 1.2em; }
.paging .no-more-prev, .paging .no-more-next { display: none; }

#footer {
    margin: 10px 0;
    text-align: center;
}
#footer .copyright {
    color: #000;
    font-size: 0.8em;
}


/*** etc. ***/
.clear {
    content: "";
    clear: both;
    width: 100%;
}
img { border-style: none; }
strong { font-weight: bold; }
small { font-size: 80%; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; outline: none; }
button, input { overflow: visible; }
button, select { text-transform: none; }