@charset "utf-8";

@font-face{font-family: "NanumBarunRoboto"; font-style:normal; font-weight:300; src:local("※"), url(./images/font_nanumbarunroboto_light.woff) format("woff")}
@font-face{font-family: "NanumBarunRoboto"; font-style:normal; font-weight:400; src:local("※"), url(./images/font_nanumbarunroboto_regular.woff) format("woff")}
@font-face{font-family: "NanumBarunRoboto"; font-style:normal; font-weight:700; src:local("※"), url(./images/font_nanumbarunroboto_bold.woff) format("woff")}

#tistorytoolbarid {
	display: none;
}

/**
 * Components
 */
.submenu li {
	text-align: center;
}

.submenu li a {
	display: block;
	color: #555;
	font-size: 0.9em;
	font-weight: 100;
	padding: 15px 35px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Apple SD Gothic Neo", NanumBarunRoboto, Roboto, NanumBarunGothic, "나눔바른고딕", Dotum, "돋움", sans-serif;
}

a {
	color: #038FD6; /*#28C88B;*/
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}

a:hover {
	opacity: 0.5;
}

/* wrapper */
.wrapper {
	min-height: 100%;
	padding: 60px 0 20px;
}

/* header */
.wrapper >.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 95px;
	background: rgba(255,255,255,0.9);
    box-sizing: border-box;
	z-index: 999;
}

@media screen and (max-width:850px) {
	.wrapper {
		padding-top: 0;
	}
	.wrapper >.header {
		position: relative;
	}
	.wrapper > .content { 
		padding: 20px 20px !important; 
		font-size: 0.8em; 
	}
	.guestList .commentInfo .header .control,
	.commentList .commentInfo .header .control { 
		display: block !important; 
	}
}

.header-container {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.header-title {
	text-align: center;
	padding-top: 16px;
    padding-bottom: 13px;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -2px;
}

.gnb > .menu li a:hover {
	border-bottom: 4px solid #038FD6;
}

.header-nav > .submenu-icon {
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: 20px;
	display: inline-block;
	padding: 25px 20px 14px;
	color: #888;
	font-size: 1.3em;
}

.header-nav > .submenu {
	display: none;
	position: absolute;
	top: 50px;
	width: 150px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	z-index: 999;
}

/* gnb */
.gnb {
	display: block;
	height: 40px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #f0f0f0;
}

.gnb > .menu {
	text-align: center;
	white-space: nowrap;
	overflow-x: visible;
	overflow-y: hidden;
}

.gnb > .menu li {
	display: inline-block;
}

.gnb > .menu li a {
	display: inline-block;
	padding: 12px 18px;
	color: #555;
	font-weight: 100;
}

/* content */
.wrapper > .content {
	max-width: 700px;
	margin: 10px auto 150px;
	padding: 5% 0;
}

/* searchList */
.searchList-header {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.searchList-header .cnt {
	padding-bottom: 10px;
	color: #555;
	font-size: 0.9em;
	font-weight: 100;
}

.searchList-header .title {
	font-size: 1.5em;
}

.searchList-title {
	margin-bottom: 20px;
}

.searchList-title a {
	color: #555;
	font-size: 1.5em;
	font-weight: 200;
}

.searchList-title .cnt {
	color: #038FD6;
}

.searchList-content li {
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0;
}

.searchList-info {
	color: #888;
	font-size: 0.8em;
	font-weight: 100;
}

.searchList-info .date:after {
	content: "|";
	padding: 0 0.8% 0 1%;
}

/* taglog */
.taglog-title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.5em;
}

.taglog ul li {
	display: inline-block;
	margin: 15px 5px;
}

.taglog ul li a {
	padding: 10px 10px;
	background: #fafafa;
	color: #555;
}

/* guestbook */
.guestbook-title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.5em;
}

.guestWrite {
	position: relative;
	margin-bottom: 30px;
}

.guestWrite textarea {
	border: none;
	width: 85%;
	height: 90px;
	margin: 0px;
	padding: 10px;
	background-color: #fbfbfb;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	max-width: 85%;
	max-height: 90px;
	-webkit-appearance: none;
}

.guestWrite input[type="submit"] {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 90px;
	border: none;
	background-color: #eee;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	-webkit-appearance: none;
}

.guestWrite input[type="text"],
.guestWrite input[type="password"] {
	display: block;
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 100;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-appearance: none;
}


.guestList .commentInfo {
	position: relative;
	padding: 10px;
}

.guestList .commentInfo.reply {
	background-color: #fafafa;
	padding-left: 30px;
}

.guestList .commentInfo.reply .header .reply-icon {
	position: absolute; top: 10px; left: 10px;
}

.guestList .commentInfo .header .name {
	display: inline-block;
	margin-right: 15px;
}

.guestList .commentInfo .header .date {
	font-size: 0.8em;
}

.guestList .commentInfo .header .control {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	font-weight: 100;
}

.guestList .commentInfo .header .control a {
	color: #555;
}

.guestList .commentInfo:hover .header .control {
	display: block;
}

.guestList .commentInfo .header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}

.guestList .commentInfo .content {
	padding: 20px 10px;
	font-weight: 100;
}

.guestList .commentInfo.reply {
	background-color: #fafafa;
	padding-left: 30px;
}

.guestList .commentInfo.reply .header .reply-icon {
	position: absolute; top: 10px; left: 10px;
}

/* titleWrap */
.titleWrap {
	padding: 5% 0;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 5%;
}

.titleWrap-title {
	padding-bottom: 30px;
}

.titleWrap-title a {
	color: #555;
	font-weight: 100;
	font-size: 1.8em;
}

.titleWrap-date,
.titleWrap-category {
	display: inline-block;
	padding: 0 5px;
	color: #888;
	font-weight: 100;
	text-align: center;
}

.titleWrap-date:after {
	content: "|";
	padding-left: 10px;
}

.entryProtected .titleWrap-date:after {
	content: "";
	padding-left: 0;
}

.titleWrap-category {
	color: #038FD6;
}

/* article */
.article {
	color: #333;
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1.8;
}

.article b,
.article strong {
	font-weight: 200;
}

.article i,
.article u {
	font-style: italic;
}

.article blockquote {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin: 30px 0;
	color: #777;
	font-size: 1.3em;
	font-weight: 100;
}

.article img,
.article span.imageblock {
	max-width: 100%;
	height: auto;
}

.article iframe,
.article embed,
.article object {
	max-width: 100%;
}

.article ul {
	padding-left: 10px;
}

.article code {
	margin: 0 2px;
    padding: 3px 5px;
    white-space: nowrap;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 3px;
    color: #c7254e;
    font-size: 0.8em;
    font-weight: 300;
}

.entryProtected .article input[type="password"] {
	max-width: 100%;
	width: 200px;
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
}

.entryProtected .article {
	text-align: center;
}

.entryProtected .article p {
	margin-top: 20px;
	margin-bottom: 30px;
}

.entryProtected .article .icon {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(255, 134, 113);
}

/* paging */
.paging {
	margin-top: 50px;
	text-align: center;
	line-height: 2.5;
}

.paging a.num, .paging a.nav {
	cursor: pointer;
	padding: 10px 15px;
	color: #555;
	font-weight: 100;
}

.paging a.nav.no-more-next, .paging a.nav.no-more-prev {
	display: none;
}

.paging a.num span.selected {
	color: #038FD6;
	font-weight: 300;
}

.paging a:hover {
	background: #eee;
}

.paging .no-more-prev {
	margin-right: 20px;
}

.paging .no-more-next {
	margin-left: 20px;
}

/* another_category */
.another_category {
	width: 100%;
	margin-top: 30px !important;
	padding: 0 !important;
	border: none !important;
}

div.another_category > h4 {
	padding: 1.5% !Important;
	font-size: 0.9em !Important;
	border: none;
}

div.another_category > h4 > a {
	color: #555 !important;
}

div.another_category >table >tbody >tr >th { padding-left: 10px !important; font-size: 0.8em !important; }
div.another_category >table >tbody >tr >th > a.current { border-bottom: none !important; }
div.another_category >table >tbody >tr >td { padding-right: 10px !important; font-size: 0.6em; }

/* tagTrail */
.tagTrail {
	position: relative;
	margin-top: 80px;
	margin-bottom: 40px;
}

.tagTrail .tagText {
	width: 40px;
	text-align: center;
	padding: 12px 10px;
	background-color: #eee;
	color: #555;
}

.tagTrail .tagContent {
	position: absolute;
	top: 0;
	left: 55px;
	margin-top: -5px;
}

.tagTrail a {
	color: #555;
	font-weight: 100;
	line-height: 1.5;
}

.tagTrail a:before {
	content: "#";
	padding: 0 2px;
}

/* actionTrail */
.actionTrail {
	position: relative;
	margin-top: 60px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.actionTrail a {
	color: #555;
}

.actionTrail .admin {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	color: #888;
	font-weight: bold;
}

.actionTrail > .submenu {
	display: none;
	position: absolute;
	width: 180px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	z-index: 999;
}

.actionTrail > .submenu li {
	text-align: left;
}

/* commentWrite */
.commentWrite {
	position: relative;
}

.commentWrite textarea {
	border: none;
	width: 85%;
	height: 90px;
	margin: 0px;
	padding: 10px;
	background-color: #fbfbfb;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	max-width: 85%;
	max-height: 90px;
	-webkit-appearance: none;
}

.commentWrite input[type="submit"] {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 90px;
	border: none;
	background-color: #eee;
	box-sizing: border-box;
	color: #555;
	font-size: 0.9em;
	-webkit-appearance: none;
}

/* commentInfo */
.commentList .commentInfo {
	position: relative;
	padding: 10px;
}

.commentList .commentInfo.reply {
	background-color: #fafafa;
	padding-left: 30px;
}

.commentList .commentInfo.reply .header .reply-icon {
	position: absolute; top: 10px; left: 10px;
}

.commentList .commentInfo .header .name {
	display: inline-block;
	margin-right: 15px;
}

.commentList .commentInfo .header .date {
	font-size: 0.8em;
}

.commentList .commentInfo .header .control {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	font-weight: 100;
}

.commentList .commentInfo .header .control a {
	color: #555;
}

.commentList .commentInfo:hover .header .control {
	display: block;
}

.commentList .commentInfo .header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}

.commentList .commentInfo .content {
	padding: 20px 10px;
	font-weight: 100;
}

/* commentList */
.commentList {
	margin-top: 20px;
}

.guestInfo label {
	margin-right: 6px;
	color: #555;
}

.guestInfo input[type="text"],
.guestInfo input[type="password"] {
	display: block;
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 5px;
	color: #555;
	font-weight: 100;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.secretWrap {
	margin: 15px 0;
} 

/* footer */
.wrapper > .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	background-color: #fefefe;
	padding: 20px 0;
	box-sizing: border-box;
}

.footer > .copyright {
	margin-bottom: 15px;
	color: #999;
	font-size: 0.9em;
}

.footer > .counter {
	margin-bottom: 20px;
	color: #777;
	font-size: 0.9em;
}

.footer > .search > input {
	padding: 10px 15px;
	background-color: #f5f5f5;
	font-size: 0.9em;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
}