@charset "utf-8";

html {
	margin:0;
	padding:0;
	height:100%;
	}

body{
	background:#fff;
	margin:0;
	padding:0;
	height:100%;
	font:10pt/1.8em Dotum, 돋움, AppleGothic, Sans-serif;
	color:#000;
	}
body * { margin:0; padding:0;}

/* 공통 링크 */
a {text-decoration:none;}
a:link, a:visited { color:#cb89b3;}
a:hover, a:active { color:#c2889f;}

/* Common */
button { border:none; cursor:pointer;}
a img {border:none;}
br {letter-spacing:0;}
.clear {clear:both;}

/* Float bug */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* layout */
#mainTab { display:none;
	}
#wrapper { background:#fff;
	}
	#mBody{ width:100%; clear:both;
		}
		#rightColumn { display:none;
			}

/*
*--글꼴-------------------------------
*/

/* 본문제목 */
h1 { 
	font:bold 20pt gulim, dotum, 'Trebuchet MS', Verdana, Sans-Serif;
	letter-spacing:-1px;
	color:#accb53;
	}
	h1 a:link, h1 a:visited {color:#accb53;}
	h1 a:hover, h1 a:active {color:#c0e900;}


/* 검색결과 타이틀, 사이트바 타이틀 */
h2 { 
	margin:0;
	font:bold 1.3em arial, Verdana, Sans-Serif;
	color:#accb53;
	}

/*트랙백 타이틀 */
h3 { 
	margin:0;
	font-size:1.2em;
	}
	h3 a {color:#669818;}
	

/*작은글꼴1*/
.smallText {
	font:9pt 'Franklin Gothic Medium', myriad, tahoma;
	color:#999;
	letter-spacing:0;
	}
	.smallText a  {color:#999;}


/*작은글꼴2*/
.smallText2 {
	font:9pt 'Franklin Gothic Medium', dotum, tahoma;
	letter-spacing:0;
	}

/* === [ Header ] ================================================ */

/* 타이틀 */

h1.blogTitle  {
	font:12pt arial, 'Trebuchet MS', Verdana, Sans-Serif;
	border-bottom:1px solid #333;
	}
	h1.blogTitle a:link,
	h1.blogTitle a:hover,
	h1.blogTitle a:active,
	h1.blogTitle a:visited{color:#e23c8e; }

/* 검색 폼 */
.searchForm {
	width:220px;
	height:25px;
	}

.searchForm .sInput {
	background:none;
	margin:4px 0 0 0;
	width:140px;
	height:14px;
	border:none;
	font: 1em dotum;
	vertical-align:top;
	color:#333;
	}
	
/* 검색 버튼 */
.searchForm .searchSubmit {
	background-color:#eee;
	margin:2px 6px 0 8px;
	padding:1px 0 4px;
	width:50px;
	height:20px;
	border:1px solid #ddd;
	vertical-align:top;
	}


/* 블로그 메뉴 (Home, Notice, guest book...) */
.blogMenu {
	display:none;
	}



/* === [ Content Column ] ========================================= */


/* 검색결과 리스트 */
.searchList {
	margin-bottom:50px;
	}

.searchList ol {
	list-style:none;
	}

.searchList ol li {
	background-color:#f5f5f5;
	padding:4px 0 2px;
	}
	.searchList ol li * {	vertical-align:middle;}

.searchList .odd {
	background-color:#fff;
	}

.searchList ol li .slDate, .searchList ol li .slcNumber {
	font:9pt 'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	margin-right:5px;
	}
.searchList ol li .slTitle {
	font:10pt gulim;
	margin-right:5px;
	}
.searchList ol li .slName {
	font:9pt dotum;
	}


/* 보호글 */
.protectedBody {
	padding:40px 0 60px;
	text-align:center;
	}

.protectedBody .warn {
	margin-bottom:10px;
	font-family:'Trebuchet MS', Verdana, Sans-Serif;
	}

.protectedBody input.submitBtn {
	width:50px;
	height:19px;
	padding:0 0 2px;
	}



/* 관리자 메뉴 */
.admin { display:none;}

/* 포스트 제목 영역 */
.subject {
	margin-bottom:20px;
	height:62px;
	border-bottom:1px solid #e8e8e8;
	}

/* 포스트 정보 */
.subject p.entryInfo {
	height:22px;
	}


/* 본문 영역 */
.article {
	margin:10px 0 20px;
	text-align:justify;
	letter-spacing:-1px;
	}
	.article a:link, .article a:visited {border-bottom:1px dashed #c39;} /*본문 링크 밑줄*/
	.article a:hover, .article a:active {background-color:#f5f5f5; border-bottom:1px dashed #c39; color:#c39;}

/* 인용구 스타일 */
blockquote {
	margin:20px auto;
	padding:0 10px;
	width:480px;
	color:#50b4ca;
	letter-spacing:-1px;
	border-left:2px solid #ddd;
	}

/* 이미지 블럭 */
.imageblock {
	margin:0 0 15px;
	border:none;
	}
.imageblock * {
	border:none !important;
	}
.imageblock img {
	padding:5px;
	background-color:#e5e5e5;
	vertical-align:middle;
	}

/* 이미지 캡션 */
.cap1 {
	color:#999;
	font-size:9pt;
	text-align:center;
	}

/* More/Less 버튼 스타일 */
.moreless_fold {
	padding-left:20px; 
	background:url(./images/ico_plus.gif) left 50% no-repeat;
	} 
.moreless_top  {
	padding-left:20px; 
	background:url(./images/ico_minus.gif) left 50% no-repeat;
	margin-bottom:10px;
	}
.moreless_bottom {
	display:none;
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	background:#f5f5f5;
	color:#333;
	}
/* 감춰지는 영역 */
.moreless_content {
	background-color:#f7f7f7;
	padding:15px 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	}

/* 본문 리스트 스타일 */
.article ul, .article ol {
	margin:10px 0 10px 30px;
	}



/* 포스트 태그 */
.postTag {
	background:#f7f7f7;
	padding:5px 0 3px 0;
	height:15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:0.9em;
	}
.postTag a {
	padding:2px 0;
	}
	.postTag a:link, .postTag a:visited { color:#6a6a6a; }
	.postTag a:hover, .postTag a:active { color:#333; border-bottom:1px dashed #333; background-color:#ddd;}

/* 댓글 버튼 */
.cntBtn { 
	margin:10px 0 30px;
	font-size:0.9em;
	}
.cntBtn a:link, .cntBtn a:visited {
	color:#666;
	border:none;
	}
.cntBtn a:hover, .cntBtn a:active {
	color:#333;
	background-color:#eee;
	border-bottom:1px solid #ddd;
	}


/* /// 트랙백 /////////////////////// */

/* 트랙백 주소 표시 */
.trackbackUrl {
	font: 9pt 'Trebuchet MS', Verdana, Sans-Serif;
	}
.trackbackUrl span.url {
	text-decoration:underline;
	}

/* 트랙백 리스트 */
.trackback {
	margin-bottom:20px;
	}
.trackback ol {
	margin:10px 0;
	padding:0;
	list-style:none;
	}
.trackback ol li{
	padding:10px 10px 5px;
	}
.trackback ol li p {
	margin: 18px 0 8px;
	}
	

/* 댓글, 방명록 리스트 */
.commentList { 
	margin-bottom:20px; 
	}
.guestList { 
	margin-top:20px; 
	}

.commentList ol, .guestList ol {
	background-color:#fff;
	margin-top:20px;
	list-style:none;
	}

.commentList ul, .guestList ul {
	margin-left:30px;
	}
.commentList ol li, .guestList ol li {
	margin-top:10px;
	padding:5px 10px 5px 10px;
	}

/* 블로그 아이콘 */
.commentList ol li p.name img, .guestList ol li p.name img {
	display:none;
	}

/* 댓글 작성자 이름 */
p.name { 
	margin:12px 0 0 !important;
	height:18px;
	font:bold 1.2em dotum;
	letter-spacing:-1px;
	color:#acb7b6;
	}
	p.name a:link, p.name a:visited {color:#accb53;}
	p.name a:hover, p.name a:active {color:#b6447c;}


.trackback ol li p, .commentList ol li p, .guestList ol li p {
	margin: 18px 0 8px;
	padding:0;
	}

/* 답변 부분 */
.commentList ol li.odd, .guestList ol li.odd {
	padding:5px 10px 5px 10px;
	border-top:none !important;
	margin:0 0 1px !important;
	}

/* 댓글, 방명록 작성폼 */
.writeForm {
	display:none;
	}


/* 위치 로그 */
.location .place, .location .pTitle {
	width:540px;
	padding:4px 0 2px;
	color:#808080;
	border-bottom:solid 1px #aaa;
	}


/* /// 태그 클라우드 (페이지) ///////////////// */
.taglog ul { 
	margin:0;
	padding:5px; 
	text-align:justify;
	}
.taglog li { 
	display:inline; 
	font-family: Dotum, 돋움, AppleGothic, Helvetica, Sans-Serif; 
	line-height:2.4em
	}

.taglog li a.cloud1 { font-weight:bold; font-size: 2.2em; color:#cf65a8;}
.taglog li a.cloud2 { font-weight:bold; font-size: 1.8em; color:#dab1cb;}
.taglog li a.cloud3 { font-weight:bold; font-size: 1.4em; color:#d2a1c1;}
.taglog li a.cloud4 { font-size: 1.1em; color:#666;}
.taglog li a.cloud5 { font-size: 0.9em; color:#ccc;}
.taglog li a:hover { color:#b6447c; background-color:#f5f5f5;}

/* /// 페이지 네비게이션  ///////////////// */
.paging {
	margin:50px 0 70px;
	font:0.8em tahoma, verdana, arial;
	color:#ccc;
	text-align:center;
	}
	.paging a:link, .paging a:visited { color:#666;}
	.paging a:hover, .paging a:active { color:red;}

/* 페이지 네비게이션 (활성화) */
.paging .selected {
	font-weight:bold;
	color:#b6447c;
	border-bottom:1px solid #666;
	}


/* === [ Right Column (Side bar) ] ========================================= */

#rightColumn { display:none;}


/* === [ Footer ] ================================================ */
/* 라이센스 */
.copyright {
	text-align:center;
	color:#fefefe;
	}
	.copyright a:link, .copyright a:visited {
		color:#fefefe;
		}
	.copyright a:hover, .copyright a:active {
		background-color:#2a8ba1;
		color:#fff;
		}


