@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; word-break: break-all; word-wrap: break-word; }
body { font-size: 16px; line-height: 1.8; font-family: 'Noto Sans KR', Sans-serif; }
ul, ol, li { list-style: none; margin: 0; }
a { font-size: inherit; color: inherit; text-decoration: none; font-weight: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: normal; font-size: inherit; }

.float-clear { content: ""; clear: both; }
.txt-bar { display: inline-block; width: 1px; height: 9px; margin: 0 5px; background-color: #333; }

#header-top { padding: 32px 0 15px; background-repeat: repeat-x; background-size: cover; color: #069; font-weight: bold; text-align: center; }
#myTitle { font-size: 24px; }
#myDesc { font-size: 12px; }

.nav-top {background-color: #66f;font-size: 14px;height: 35px;overflow: hidden;}
.nav-top-li, .nav-top-li-admin { float: left; }
.nav-top-li-a, .nav-top-li-span { padding: 5px 10px; border-right: 1px solid white; color: white; display: block; }
.nav-top-li-a:hover, .nav-top-li-span:hover { background-color: #69f; }
.nav-top-li-admin-ul {padding: 5px 12px;border: 1px solid #333;background-color: white;z-index: 11;position: absolute;display: none;}
.nav-top-li-admin:hover > .nav-top-li-admin-ul { display: block; }
.nav-top-li-admin-item { display: block; padding: 5px 0; }
.svg-icons {float: right;height: 35px;background-color: #f06;}
.svg-nav, .svg-search { cursor: pointer; }

.search-bar { display: none; position: absolute; right: 0; z-index: 31; }
input[name="search"] { padding: 5px; }

#center-area { padding: 45px 15px 0; margin: 0 auto; color: #333; }

.post-multi-list-category { display: inline-block; font-size: 20px; }
.guestbook-title { text-align: center; margin-bottom: 20px; color: #066; font-size: 20px; }

.guestbook { margin-bottom: 15px; max-width: 760px; }

.post-container { max-width: 760px; width: 100%; margin: 0 auto; }

.post-single-header { padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.post-single-title { padding-bottom: 10px; font-size: 24px; text-align: center; }
.post-single-category { font-size: 14px; text-decoration: underline; }
.post-single-date { font-size: 12px; text-align: right; }
.post-single-desc { margin-top: 48px; }
.post-single-desc h2 { font-size: 24px; background-color: rgb(77, 121, 255); color: white; border-radius: 0 10px 0 10px; padding-left: 10px; text-shadow: 0 2px 4px rgba(0,0,0,0.8); margin: 1em 0 0.5em 0; }
.post-single-desc h3 { background-color: rgba(77, 121, 255, 0.2); padding-left: 15px; color: rgb(26, 83, 255); font-size: 20px; margin: 1em 0 0.5em 0; border-radius: 8px; }
.post-single-desc h4 { border-bottom: 2px solid rgba(139,150,201, 0.3); color: #546AD8; font-size: 18px; margin: 1em 0 0.5em 15px; }
.post-single-desc a { text-decoration: underline; color: #f39; }
.post-single-desc a:hover { color: #f69; }

.list-title { max-width: 760px; width: 100%; margin: 0 auto; margin-bottom: 16px; text-align: center; }
.post-multi { padding: 12px 0; border-bottom: 1px solid #ddd; transition: background-color 0.2s; }
.post-multi:hover { background-color: rgba(153, 153, 255, 0.1); }
.post-multi-category { font-weight: bold; font-size: 12px; color: #069; }
.post-multi-date { font-size: 12px; }
.post-multi-title { display: inline-block; font-weight: bold; font-size: 16px; }
.post-rp-cnt { margin-left: 4px; font-size: 10px; background-color: #6600ff; color: #fff; padding: 0 5px; border-radius: 7px; }

.notice-multi { padding: 10px 15px; border: 1px solid; margin-bottom: 15px; background-color: rgba(153, 102, 255,0.1); border-bottom-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 1px 1px 5px #ccc; transition: background-color 0.2s; }
.notice-multi-title { font-size: 20px; font-weight: bold; color: #069; }
.notice-multi-snippet { color: #999; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; height: 5.4em; margin: 5px 10px; }

#nav-side { display: none; }
#nav-side.on { width: 70%; display: block; top: 0; left: 0; bottom: 0; background-color: #fff; z-index: 31; padding: 15px; position: fixed; overflow: scroll; }
.sidebar-line { padding: 1px 0; background-color: #069; margin: 10px 0; }
.link_tit { display: inline; font-weight: bold; margin-bottom: 5px; }
.category_list { margin-left: 10px; }
.c_cnt { font-size: 12px; }
.link_sub_item { margin-left: 10px; font-size: 14px; color: #777; border-left: 1px solid #eee; padding-left: 10px; }
#myProfile { max-width: 100%; height: auto; }

.container_postbtn .btn_menu_toolbar.btn_subscription { background-color: #ccccff; border: 1px solid #6666ff; }

.post-single-tag { font-size: 12px; margin-top: 15px; margin-bottom: 15px; }
.post-single-tag-tt { margin-right: 10px; font-weight: bold; }
a[rel="tag"] { background-color: #d9e6f2; padding: 1px 10px; border-radius: 10px; }

.post-comments-tt { font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid; }
.post-comments-toggle { cursor: pointer; font-weight: bold; }
.post-comments-toggle::after { content: " \f102"; color: #069; }
.post-comments-toggle.off::after { content: " \f103"; color: #069; }
.post-comments-reply, .guest-list-comment { margin-bottom: 10px; }
.image { height: 25px; width: 25px; vertical-align: bottom; margin-right: 5px; }
.rp_general, .rp_secret, .guest_general { font-weight: bold; }
.rp_admin, .guest_admin { font-weight: bold; color: #369; }
.control { display: none; float: right; font-size: 12px; color: #80aaff; }
.post-comments-reply:hover>.control, .post-comments-re-reply:hover>.control, .guest-list-comment:hover>.control, .guest-list-re-comment:hover>.control { display: block; }
.modify { margin-right: 10px; }
.post-comments-re-reply, .guest-list-re-comment { margin-left: 15px; background-color: #eee; padding: 5px 5px 0; border-radius: 5px; margin-bottom: 15px; }
textarea { width: 100%; resize: vertical; height: 6em; padding: 10px; }
.desc { font-size: 14px; margin: 5px 5px 10px; }
.date { font-size: 12px; color: #999; margin-left: 5px; }
.comment-write-guest, .guest-writer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 5px; margin-bottom: 5px; }
input[name="name"], input[name="password"] { width: 49%; padding: 5px; }
.comment-write-secret { font-size: 14px; }
.comment-submit { float: right; }
input[class="submit"] { padding: 3px 12px; border-radius: 5px; background-color: #069; border: none; color: white; font-weight: bold; }

.post-related-tt { margin-top: 10px; border-bottom: 1px solid; }
.post-related-tt-a { font-weight: bold; }
.post-related { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.post-related-container { width: 49%; background-color: rgba(0,102,153,0.1); padding: 2px 8px; margin: 3px 0; border-radius: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.post-related-items-tt { font-size: 14px; }
.post-related-items-date { font-size: 12px; color: #666; font-style: italic; }

.pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 15px auto; padding-top: 15px; padding-bottom: 15px; }
.prev, .next, .pagination>a { float: left; }
.num>span, .prev>a, .next>a { padding: 8px 16px; border: 1px solid #ddd; display: inline-block; }
.num>span:hover:not(.selected), .prev>a:hover, .next>a:hover { background-color: #069; color: white; }
.num .selected { color: #069; font-weight: bold; border: 1px solid #069; }

#popular-rctrp { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 760px; margin: 0 auto 20px; }
.section-notice { display: none; }
.section-rctpt, .section-rctrp { width: 49%; background-color: rgba(153, 153, 255,0.1); padding: 2px 8px; margin-top: 10px; border-radius: 10px; border: 1px solid #333; }
.section-tt { font-weight: bold; border-bottom: 1px solid #369; }
.section-li { font-size: 14px; margin-left: 5px; overflow: hidden; text-overflow: ellipsis; padding: 2px 0; white-space: nowrap; color: #555; }
.section-rp-cnt { font-size: 12px; margin-left: 5px; }

footer { text-align: center; font-size: 12px; padding: 10px 0; background-color: #eee; }
.designer { color: #069; font-weight: bold; }
.author { color: #069; }

.block-layer { display: none; position: fixed; background-color: rgba(0,0,0,0.6); z-index: 21; top: 0; bottom: 0; left: 0; right: 0; }

@media (min-width: 992px) {
	.svg-menu { display: none; }
	
	#parent-container { display: -webkit-box; display: -ms-flexbox; display: flex; }
	#center-area { background-color: #f7f7f7; width: calc(100% - 290px); padding: 30px 0 0; }
	
	.post-single-title { font-size: 30px; font-weight: bold; }
	
	.list-title { padding: 10px 30px; background-color: #fff; box-shadow: 0 5px 10px #ddd; text-align: left; }
	
	#nav-side { width: 290px; display: block; left: 0; background-color: #ccf; }
	.post-container { padding: 30px 30px 0; background-color: #fff; box-shadow: 0 5px 10px #ddd; }
	#sidebar-1 { margin-bottom: 15px; padding: 10px; }
	#sidebar-2 { margin-bottom: 15px; padding: 10px; }
	#sidebar-3 { padding: 10px; }
	
	.section-notice { display: block; width: 33%; background-color: rgba(153, 153, 255,0.1); padding: 2px 8px; margin-top: 10px; border-radius: 10px; border: 1px solid #333; }
	.section-rctpt, .section-rctrp { width: 33%; }
	
	.guestbook { margin: 20px auto 15px; background-color: #fff; padding: 15px; box-shadow: 0 5px 10px #ddd; }
}

@media (min-width: 1260px) {
	.container_postbtn .btn_menu_toolbar.btn_subscription { position: fixed; right: 20px; bottom: 20px; background-color: #fff; width: 150px; box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 5px rgba(0,0,0,0.1); z-index: 1; }
}