@charset"utf-8";
::-moz-selection {
	background: #eee;
	color: #333;
}
::selection {
	background: #eee;
	color: #333;
}
/* ------------------------------------------------------------------- */

/* ***** 공통 ***** */

/* ------------------------------------------------------------------- */

/* 본문 공통 */
body {
	padding: 0;
	margin: 0;
	font: 12px verdana;
	color: #333;
	background-color: #eee;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: line-through;
}
a:active {
	color: #333;
	text-decoration: none;
}
/* 페이징 - 현재 페이지 */
.selected {
	font-weight: bold;
	color: #333;
}
/* 비밀 댓글 */
.hiddenComment .date {
	margin: 0 !important;
}
/* 이미지 아래 캡션 스타일 */
.cap1 {
	color: #333;
	text-align: center;
}
/* 그림 */
.imageblock {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* 그림 2개 배치 */
.dual {
	margin-bottom: 0px;
}
/* 그림 3개 배치 */
.triple {
	margin-bottom: 0px;
}
/* 본문 - more / less */
.moreless_fold span {
	color: #28EBCC;
	display: inline-block;
}
.moreless_fold span:hover {
	text-decoration: line-through;
}
.moreless_top span {
	color: #28EBCC;
	display: inline-block;
}
.moreless_top span:hover {
	text-decoration: line-through;
}
.moreless_bottom {
	display: none;
}
.moreless_content {
	padding-top: 10px;
}
/* 기타 */
hr {
	display: none;
}
img {
	border: 0;
}
input {
	border: 0;
	background-color: #eee;
	font: 11px calibri;
	padding: 5px;
	width: 820px;
	margin: 2px;
}
textarea {
	border: 0;
}
.clear {
	clear: both;
}
.absent_post {
	font-size: 11px !important;
	font-weight: normal !important;
	color: #333 !important;
}
/* ------------------------------------------------------------------- */

/* ***** 레이아웃 ***** */

/* ------------------------------------------------------------------- */
#container {
	width: 850px;
	margin: 0px auto;
	padding: 60px 0;
	position: relative;
}
#wrap {
	padding: 20px;
	background-color: #fff;
}
#content {
	width: 850px;
	overflow: hidden;
	text-align: left;
	line-height: 190%;
}
#header {
	width: 850px;
	height: 33px;
	padding-bottom: 30px;
	font: 11px calibri,돋움;
}
/* ------------------------------------------------------------------- */

/* ***** 메뉴 ***** */

/* ------------------------------------------------------------------- */
#blogtitle {
	float: left;
}
#blogmenu {
	float: right;
}
#blogtitle a {
	display: inline-block;
	background-color: #28EBCC;
	color: #fff;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#blogmenu a {
	float: left;
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#blogtitle a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #28EBCC;
}
#blogmenu a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #333;
}
/* ------------------------------------------------------------------- */

/* ***** searchList ***** */

/* ------------------------------------------------------------------- */
.searchList {
	padding-bottom: 30px;
}
.searchList ol {
	background-color: #fff;
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
	line-height: 160%;
	overflow: hidden;
}
.searchList li {
	display: block;
	padding: 0px 15px 15px;
}
.searchList li a {
	padding: 2px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.searchList a:hover {
	text-decoration: none;
	background-color: #28EBCC;
}
.searchList .date {
	font: 10px calibri;
	color: #333;
	background-color: #eee;
	padding: 2px 3px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.searchList .searchtitle {
	width: 755px;
	display: inline-block;
	float: right;
}
.searchList .cnt {
	font: 11px calibri;
	margin-left: 5px;
	color: #28EBCC;
}
/* ------------------------------------------------------------------- */

/* ***** guest ***** */

/* ------------------------------------------------------------------- */
.guest {
	margin-top: 20px;
	overflow: hidden;
	line-height: 190%;
}
.guestbook {
	display: inline-block;
	background-color: #fff;
	width: 850px;
	overflow: hidden;
	text-align: left;
	line-height: 190%;
	margin-bottom: 30px;
}
.guestbook p {
	margin: 0;
	padding: 0;
}
.guestList {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	line-height: 190%;
}
.guestList ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.guestList ul {
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
}
.guestList ol li {
	padding: 0 15px 15px;
	overflow: hidden;
	text-align: justify;
}
.guestList ol li p {
	border: none;
}
.guestList ol li ul li {
	border: 0;
	background-color: #eee;
	margin-top: 15px;
	padding: 15px;
}
.guestList ol li .date {
	font: 11px calibri;
	color: #333;
	margin-left: 5px;
}
.guestList ol li .name {
	font-weight: bold;
	color: #333;
}
.guestList ol li a.modify span, .guestList .control a.write span {
	padding-left: 2px;
	font: 11px calibri;
}
.guestWrite {
	padding: 15px;
	margin: 0;
	font: 11px calibri;
}
.guestWrite input {
	font: 12px verdana;
	width: 70px;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 5px;
	background-color: #eee;
	border: 0;
}
.guestWrite textarea {
	font: 12px verdana;
	color: #333;
	width: 600px;
	height: 100px;
	padding: 5px;
	top: 5px;
	overflow: visible;
	line-height: 190%;
	background-color: #eee;
	border: 0;
	float: left;
}
.guestWrite .homepage {
	width: 172px;
	margin-right: 0;
}
.guestWrite .submit {
	height: 83px;
	width: 96px;
	background-color: #333;
	color: #fff;
	font: 11px calibri;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.guestWrite .checkbox {
	width: 16px;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
}
.guestWrite .secret {
	padding: 0px 0px 10px;
	color: #333;
	height: 17px;
	display: block;
	text-align: center;
}
.guestWrite label {
	vertical-align: middle;
}
/* ------------------------------------------------------------------- */

/* ***** entry ***** */

/* ------------------------------------------------------------------- */
.entry {
	background-color: #fff;
	margin-bottom: 30px;
}
.titleBox {
	display: block;
	position: absolute;
	width: 86px;
	color: #fff;
	left: 850px;
	background-color: #28EBCC;
}
.box_date {
	font: 11px calibri;
	padding: 10px 15px 5px;
	display: block;
}
.box_category {
	font: 12px calibri, verdana;
	padding: 0px 15px 10px;
	display: block;
}
.box_category a {
	color: #fff;
}
.titleWrap {
	width: 850px;
	overflow: hidden;
}
.title {
	width: 820px;
	padding: 10px 15px;
	overflow: hidden;
	color: #28EBCC;
	display: inline-block;
	font-size: 12px; verdana
}
.title a {
	color: #28EBCC;
}
.title a:hover {
	text-decoration: line-through;
}
.admin {
	padding-left: 2px;
	font: 11px calibri;
	color: #333;
}
.admin a {
	color: #333;
}
.admin a:hover {
	text-decoration: line-through;
}
.article {
	width: 820px;
	text-align: justify;
	overflow: hidden;
	color: #333;
	display: inline-block;
	line-height: 190%;
	padding: 0 15px;
}
.article a: visited {
	text-decoration: none;
}
.article dt {
	text-decoration: none;
}
.article dd {
	margin-left: 20px;
	padding-bottom: 10px;
}
.article blockquote {
	padding-left: 15px;
	margin: 10px 0px;
	color: #888;
}
.entryNotice {
	background-color: #fff;
	width: 850px;
	padding: 15px 0;
	overflow: hidden;
	text-align: left;
	line-height: 190%;
	margin-bottom: 30px;
}
.entryProtected {
	width: 850px;
	overflow: hidden;
	text-align: left;
	line-height: 190%;
	margin-bottom: 0;
	background-color: #fff;
	margin-bottom: 30px;
}
.warning {
	width: 820px;
	background: #fff;
	padding: 0 15px 15px;
	overflow: hidden;
	color: #555;
	display: inline-block;
	font: 11px calibri;
}
.actionTrail {
	font: 11px calibri;
	display: inline-block;
}
.actionTrail a {
	color: #333;
	margin: 10px 15px 15px;
	display: inline-block;
}
.actionTrail a:hover {
	text-decoration: line-through;
}
.tagTrail {
	float: right;
	color: #28EBCC;
	font: 11px 돋움;
	margin: 10px 15px 15px 0px;
	display: inline-block;
}
.tagTrail a {
	margin: 0;
	color: #28EBCC;
}
.tagText {
	padding: 0;
}
/* ------------------------------------------------------------------- */

/* ***** comment ***** */

/* ------------------------------------------------------------------- */
.submitWrap {
	float: right;
	width: 96px;
}
.label_secret:hover {
	text-decoration: none;
}
.comment {
	width: 100%;
	overflow: hidden;
	line-height: 190%;
}
.comment p {
	margin: 0;
	padding: 0;
}
.comment h3 {
	display: none;
}
.comment ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment ul {
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
}
.comment ol li {
	padding: 0 15px 15px;
	overflow: hidden;
	text-align: justify;
}
.comment ol li ul li {
	border: 0;
	background-color: #eee;
	margin-top: 15px;
	padding: 15px;
}
.comment .date {
	font: 11px calibri;
	color: #333;
	margin-left: 5px;
}
.comment .name {
	font-weight: bold;
	color: #333;
}
.comment .control a.address span, .comment .control a.modify span, .comment .control a.write span {
	padding-left: 2px;
	font: 11px calibri;
}
.commentWrite {
	padding: 0 15px 15px;
	margin: 0;
	font: 11px calibri;
}
.commentWrite input {
	font: 12px verdana;
	width: 70px;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 5px;
	background-color: #eee;
	border: 0;
}
.commentWrite textarea {
	font: 12px verdana;
	color: #333;
	width: 380px;
	height: 100px;
	padding: 5px;
	top: 5px;
	overflow: visible;
	line-height: 190%;
	background-color: #eee;
	border: 0;
	float: left;
}
.commentWrite .homepage {
	width: 172px;
	margin-right: 0;
}
.commentWrite .submit {
	height: 83px;
	width: 96px;
	background-color: #333;
	color: #fff;
	font: 11px calibri;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.commentWrite .checkbox {
	width: 16px;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
}
.commentWrite .secret {
	padding: 0px 0px 10px;
	color: #333;
	height: 17px;
	display: block;
	text-align: center;
}
.commentWrite label {
	vertical-align: middle;
}
/* ------------------------------------------------------------------- */

/* ***** footer ***** */

/* ------------------------------------------------------------------- */
#footer {
	height: 33px;
	width: 850px;
	font: 12px calibri, verdana;
}
.paging {
	float: right;
}
.prev, .next {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev:hover, .next:hover {
	background-color: #fff;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.topbutton {
	float: right;
	display: inline-block;
	background-color: #333;
	color: #fff !important;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
.topbutton:hover {
	text-decoration: none;
	background-color: #fff;
	color: #333 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
}
#copyright {
	font: 11px calibri, 돋움;
	bottom: 10px;
	right: 10px;
	position: fixed;
}
#copyright a {
	color: #888;
}
#copyright a:hover {
	color: #333;
}
/* ------------------------------------------------------------------- */

/* ***** etc ***** */

/* ------------------------------------------------------------------- */
.imageblock * {
	border: none !important;
}
#mediaLogLimit {
	display: none !important;
}
div .box {
	width: 95%;
	height: auto;
	margin: 0;
	border: 1px dotted #ff6;
	padding: 8px;
}
#ttCanvas {
	background-color: #fff;
	padding: 0px 20px;
	margin-bottom: 30px !important;
}
/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background-color: #333;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #28EBCC;
}
/* FF */
 @-moz-document url-prefix() {
	.submitWrap {
		margin-top: 1px;
	}
}