@charset "utf-8";
@font-face {
	font-family: "NanumBarunRoboto";
	src: url("./images/nanumbarunroboto_regular.woff") format('woff');
	font-weight: normal;
}

@font-face {
	font-family: "NanumBarunRoboto";
	src: url("./images/nanumbarunroboto_bold.woff") format('woff');
	font-weight: bold;
}

@font-face {
	font-family: "NanumBarunRoboto";
	src: url("./images/nanumbarunroboto_light.woff") format('woff');
	font-weight: 300;
}

* {
	padding: 0;
	margin: 0;
}

::-moz-selection { background: #80D9F9; }
::selection { background: #80D9F9; }


body, html {
	font-family: "NanumBarunRoboto", "Roboto", "나눔바른고딕", "NanumGothic", "나눔고딕", "Helvetica Neue", "Apple SD Gothic Neo";
	min-height: 100%;
}
input,textarea {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "NanumBarunRoboto", "Roboto", "나눔바른고딕", "NanumGothic", "나눔고딕", "Helvetica Neue", "Apple SD Gothic Neo";
}

ol,ul,li {
	list-style: none;
}

article ol, article ul, article li {
	list-style: initial;	
}

a {
	text-decoration: none;
}

.wrapper {
	width: 1210px;
	margin: 0 auto;
	position: relative;
}

.top-menu a {
	display: block;
	float: right;
	color: #adadad;
	font-size: 0.9rem;
	margin-top: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.top-menu .admin:hover{
	background-image: url('./images/menu_admin.png');
	color: #4fc1e9;
}

.top-menu .write:hover{
	background-image: url('./images/edit_hover.png');
	color: #4fc1e9;
}

.left-nav{
	display: inline;
	width: 260px;
	min-height:100%;
	float: left;
	position: fixed;
}


.left-nav-toggle-wrapper, .left-nav-toggle {
	height: 100%;
	display: none;
}

.left-nav-check {
	display: none;
}

.left-nav-toggle {
	height: auto;
	display: block;
	color: rgba(0,0,0,0.5);
	font-size: 7rem;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -5px;
}

.user-panel{
	height: 130px;
	padding-top: 24px;
	color: #dddddd;
	text-align: center;
}

.user-panel .user-img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border: 1px solid #AAAAAA;
}

.user-panel span{
	display: inline-block;
	margin-left: 5px;
}

.blog-name {
	display: block;
	color: #2b2e33;
	padding-top: 10px;
	font-size: 20px;
}

.blog-name:hover { color: #4fc1e9; }

.blog-menu {
	font-size: 14px;
	overflow-y: auto;
}

.blog-menu.closed > ul, .blog-menu.closed .search-toggle {
	display: none;
}

.blog-menu li, .search-toggle, .category-toggle {
	height: 54px;
	line-height: 54px;
}

.blog-menu li > a, .search-toggle, .category-toggle {
	text-decoration: none;
	color: #2b2e33;
	display: block;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 24px center;
	padding-left: 55px;
}

.blog-menu li:hover, .search-toggle:hover, .category-toggle:hover {
	background-color: #4fc1e9;
	color: #ffffff
}

.blog-menu li:hover > a {
	color: #ffffff;
}

.t_menu_home a { background-image: url('./images/menu_home.png'); }
.t_menu_home a:hover { background-image: url('./images/menu_home_hover.png'); }

.t_menu_tag a { background-image: url('./images/menu_tag.png'); }
.t_menu_tag a:hover { background-image: url('./images/menu_tag_hover.png'); }

.t_menu_medialog a { background-image: url('./images/menu_media.png'); }
.t_menu_medialog a:hover { background-image: url('./images/menu_media_hover.png'); }

.t_menu_location a { background-image: url('./images/menu_loca.png'); }
.t_menu_location a:hover { background-image: url('./images/menu_loca_hover.png'); }

.t_menu_guestbook a { background-image: url('./images/menu_guest.png'); }
.t_menu_guestbook a:hover { background-image: url('./images/menu_guest_hover.png'); }

.search-toggle { background-image: url('./images/menu_search.png'); }
.search-toggle:hover { background-image: url('./images/menu_search_hover.png'); }

.category-toggle { background-image: url('./images/menu_cate.png'); }
.category-toggle:hover { background-image: url('./images/menu_cate_hover.png'); }

.search {
	display: none;
	position: absolute;
	height: 40px;
	margin-top: -45px;
	margin-left: 90px;
	width: 224px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);

}

.search:after, .search:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.search-input:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 24px;
	padding: 4px 8px;
	background-position: -90px 0
}

.search-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	height: 35px;
	padding: 10px;
	font-size: 13px;
	vertical-align: middle;
	box-shadow: 0px 5px #bbb, 0px 8px 10px rgba(0, 0, 0, 0.5);
	background-color: rgba(255,255,255,0.8);
	width: 190px;
}

.search-button {
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	background: #009bff;
	cursor: pointer;
	box-shadow: 0px 5px #0276c1, 0px 8px 10px rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	right: 0;
	top: 0;
}

.search-button:before {
	content: '';
	position: absolute;
	height: 9px;
	width: 2px;
	background: white;
	transform: rotate(-35deg);
	top: 18px;
	left: 20px;
}

.search-button:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid white;
	border-radius: 50%;
	left: 10px;
	top: 9px;
}


.category a {
	color: #5d5d5d;
}

.category ul {
	display: inline-block;
	width: 100%;
}

.category ul li ul li {
	display: inline-block;
	width: 100%;
}

.category ul li ul li ul li a {
	padding-left: 80px;
}

.search, .category {
	display: none;
} 

.copyright {
	font-size: 13px;
	height: 54px;
	line-height: 27px;
	padding-left: 50px;
	color: #A5A5A5;
	margin-top: 20px;
}

.copyright a {
	color: #a5a5a5;
}

.copyright a:hover {
	color: #1abc9c;
}

.content-wrapper {
	margin-left: 260px;
	float:right;
	padding-bottom: 40px;
}

.content { 
	margin-left: 50px;
	width: 700px;
}

.content .entry {
	margin-top: 40px;
}

.article-title, .section-title {
	font-size: 20px;
	color: #000000;
	display: block;
}

.searchList {
	margin-bottom: 40px;
	padding-bottom: 10px
	border-bottom: 1px solid #dddddd;
}

.searchList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.searchList li a {
    color: #000000;
    font-size: 16px;
}


.search-title {
	font-size: 24px;
	display: block;
}

.date {
	font-size: 11px;
	font-weight: 300;
	color: #555555;
}

article {
	margin-top: 15px;
}

article a {
	color:#5f5f5f;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(78, 194, 231);
}

article blockquote {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 3px solid #4fc1e9;
}

article a:hover, .article-title:hover, .taglog a:hover, .searchList li a:hover { color: #4fc1e9; }

.moreless_fold, .moreless_top {
	padding-left: 20px;
	background-position: left center;
}
.moreless_fold {
	background: url('./images/reply_hover.png') no-repeat;
}

.moreless_top {
	background: url('./images/minus.png') no-repeat;	
}

.moreless_bottom {
	display: none;
}

.moreless_content {
	margin-left: 20px;
	margin-top: 10px;
}

.admin { float: right; }

.admin, .admin a {
	color: #3f3f3f;
	background-size: contain;
	background-repeat: no-repeat;
}

.article-edit {
	background-image: url('./images/edit.png');
	padding-left: 32px;
}

.article-edit:hover {
	background-image: url('./images/edit_hover.png');
}

.article-trackback {
	background-image: url('./images/trackback.png');
	padding-left: 32px;
}

.article-trackback:hover {
	background-image: url('./images/trackback_hover.png');
}

.article-delete {
	background-image: url('./images/delete.png');
	padding-left: 32px;
}

.article-delete:hover {
	background-image: url('./images/delete_hover.png'); 
}

.unprotect {
	margin-top: 20px;
	margin-bottom: 10px;
}

.protect-text {
	padding-left: 24px;
	background: url('./images/lock.png') no-repeat;
	font-weight: 700;
	background-position: left center;
	color: #009bff;
}

.article-password {
	background-color: #f5f5f5;
	margin-top: 5px;
}

.unprotect, .article-password, .protect-text {
	text-align: center;
}

.actionTrail {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-top: 20px;
}
.actionTrail a { position: relative; }

.rp-toggle:after, .tb-toggle:after {
	content: ' ';
	background: #d8d8d8;
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: -0.15em;
	left: 0;
}

.actionTrail .open:after {
	display: block;
	height: 3px;
}

.actionTrail a:not(:first-child) { margin-left: 10px; }

.rp-toggle, .tb-toggle {
	color: #000000;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
}

.comment {
	margin-top: 15px;
}

.commentList ol li, .guestList ol li {
	margin-bottom: 40px;
}
.commentList ol ul li, .guestList ol ul li {
	margin-left: 70px;
	margin-top: 20px;
}

.trackback {
	text-align: center;
	font-size: 13px;
}

.trackback-text {
	text-align: center;
	display: inline-block;
	padding-left: 32px;
	background: url('./images/footstep.png') no-repeat;
	font-weight: 300;
	color: #4fc1e9;
	height: 32px;
	line-height: 32px;
}

.trackback-text span:not(.trackback-url){
	display: none;
}

.trackback ol {
	margin-top: 20px;
}

.trackback li {
	border-left: 2px solid #4f68e9;
	display: inline-block;
	padding-left: 10px;
}

.trackback li a {
	color: #4f68e9;
}

.trackback .name {
	display: inline;
}

.guestList {
	margin-top: 50px;
}

.guestList > ol > li > .guest_general, .guestList > ol > li > .guest_admin, .commentList > ol > li > .rp_general, .commentList > ol > li > .rp_admin {
	border-left: 2px solid #4fc1e9;
	padding-left: 15px;
}

.name { display: block; font-size: 14px; }
.name a { color: #707070; }
.name a:hover { color: #3498db; }

.rp_admin .name:after, .guest_admin .name:after  {
	content: "관리자";
	margin-left: 5px;
	font-size: 11px;
	padding: 0px 4px;
	border-radius: 4px;
	border: 1px solid black;
}

.input-wrapper {
	display: inline-block;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	height: 40px;
	width: 100%;
}

.username, .password, .homepage{
	display: inline-block;
	border: none;
	outline: none;
	width: 300px;
	height: 35px;
	padding: 10px;
	font-size: 13px;
	vertical-align: middle;
	box-shadow: 0px 5px #bbb;
	float: left;
}

.password, .homepage{
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.username {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.secret {
	height: 35px;
	width: 35px;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 10px;
	outline: none;
	float: right;
}

.secret:not(:checked) { background-image: url('./images/unlock.png'); }
.secret:checked{ background-image: url('./images/lock.png'); }

.comment-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	height: 24px;
	color: #009bff;
	background-image: url('./images/submit.png');
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: transparent;
	background-size: contain;
	float: right;
	margin-top: 10px;
	outline: none;
}

.comment-area {
	width: 100%;
	outline: none;
	box-shadow: 0 5px #bbb;
	border: 1px solid #ddd;
	margin-top: 5px;
}
.comment-area:hover { box-shadow: 0 5px #699EC0; }
.username:focus, .password:focus, .homepage:focus, .comment-area:focus { box-shadow: 0 5px #0276c1; }

.commentList p {
	margin: 5px auto;
}

.control .write, .control .modify {
	display: inline-block;
	background-repeat: no-repeat;
	border: 2px solid white;
}

.control .write:hover, .control .modify:hover {
	border-radius: 100%;
	border: 2px solid #019fde;
}
.control .write {
	width: 16px;
	height: 16px;
	background: url('./images/reply.png');
	vertical-align: middle;
}
.control .write:hover {	background: url('./images/reply_hover.png'); }

.control .modify {
	width: 14px;
	height: 14px;
	background: url('./images/modify.png');
	vertical-align: middle;
}
.control .modify:hover { background: url('./images/modify_hover.png'); }


.paging {
	margin-top: 20px;
	text-align: center;
}

.paging li {
	display: inline;
}

.num span, .paging a {
	width: 24px;
	height: 24px;
	display: inline-block;
	transition: all 0.3s;
	color: #333333;
	border-bottom: 2px solid transparent;
}

.num span:hover { 
	color: #019fde;
	border-bottom: 2px solid #019fde;
}

.paging a:not(.num):hover {
	color: #03A678;
	border-bottom: 2px solid #03A678;
}

.paging a.no-more-prev, .paging a.no-more-next { color: #cccccc; }
.paging a.no-more-prev:hover, .paging a.no-more-next:hover { color: #cccccc; border: none; }

.num .selected, .num .selected:hover  {
	color: #F9690E;
	border-bottom: 2px solid #F9690E;
}

.interword {
	font-size: 14px;
	color: #999999;
}

.section-title, .search-title {
	margin-bottom: 20px;
}

.localog a {
	color: #4f68e9;
}

.taglog ul {
	margin-top: 20px;
}
.taglog li {
	display: inline;
}

.taglog a {
	color: #2b2e33;
}

#tistorytoolbarid { display: none; }
.tistoryProfileLayerTrigger { display: none !important; }
.entry-ccl a { border: none; }

/* responsive */
@media screen and (max-width: 1230px) {

	.username, .password, .homepage {
		width: 33%;
	}

	.blog-menu li, .search-toggle, .category-toggle {
		height: 40px;
		line-height: 40px;
	}

	.copyright, .top-menu { display: none; }
	.content-wrapper {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		float: initial;
		z-index: 1;
	}
	.content {
		width: auto;
		margin: 0 10px;
		padding-top: 20px;
	}

	.left-nav {
		width: 24px;
		float: initial;
		position: fixed;
	}
	.left-nav-toggle-wrapper, .left-nav-toggle {
		display: block;
		position: fixed;
	}
	.user-panel,.blog-menu { display: none; }
	.wrapper {
		margin-left: 0px;
		width: 100%;
	}

	.left-nav.open {
		width: 260px;
		background-color: rgba(43, 46, 51, 0.8);
		z-index: 2;
		position: fixed;
	}
	
	.open .blog-name, .open .blog-menu li a, .open .search-toggle, .open .category-toggle {
		color: #ffffff;
	}

	.left-nav.open .user-panel, .left-nav.open .blog-menu {
		display: block;
	}

	.left-nav.open .left-nav-toggle-wrapper, .left-nav.open .left-nav-toggle{
		display: block;
		position: fixed;
		left: 230px;
	}

}

@media screen and (max-width: 400px) {
	#TixIntroMap { width: auto !important; }
}

/* transition */
.blog-menu li, .search-toggle, .category-toggle {
	transition: background-color 0.3s;
}

.rp-toggle, .tb-toggle {
	transition: border 0.1s;
}

.rp-toggle:after, .tb-toggle:after {
	transition: height 0.2s ease;
}
.username, .password, .homepage, .comment-area, .control .write, .control .modify {
	transition: all 0.5s;
}

/* blog-color */
.top-menu a, .top-menu a:hover, .blog-name:hover, .blog-menu > ul li, .search-toggle, .category-toggle,
.category > ul > li, article blockquote, article a, .article-title:hover,
.taglog a:hover, .searchList li a:hover, .moreless_fold, .moreless_top, .article-edit, .article-edit:hover,
.article-trackback, .article-trackback:hover, .article-delete, .article-delete:hover, .protect-text, .trackback-text,
.trackback li, .trackback li a, .guestList > ol > li .guest_general, .guestList > ol > li .guest_admin,
.commentList > ol > li .rp_general, .commentList > ol > li .rp_admin, .secret, .comment-submit, .localog a {
	-webkit-filter: saturate(0%) brightness(90%) contrast(100%);
	-moz-filter: saturate(0%) brightness(90%) contrast(100%);
	-o-filter: saturate(0%) brightness(90%) contrast(100%);
	-ms-filter: saturate(0%) brightness(90%) contrast(100%);
}.search-toggle, .category-toggle, .main-toggle { display: none; }