@charset "utf-8";

/*/// 기본 스타일 /////////////////////*/
html {font-size: 62.5%}
body{
	margin:0;
	padding:0;
	font:1.2em/1.5em Dotum, Verdana, AppleGothic, Sans-serif;
	color:#909090;
	background-image:url(./images/bg_bodyPattern.gif);
	background-position:0;
	background-repeat:repeat;
	 
	}

/* 공통 링크 스타일 */
a {text-decoration:none;}
a:link, a:visited { color:#91556d;}
a:hover, a:active { color:#c2889f;}

/* 기본적인 스타일 */
button { border:none; cursor:pointer;}
img {border:none;}
br {letter-spacing:0;}
h1,h2,h3,h4 {margin:0; padding:0;}
.clear {clear:both;}


/* 이미지 캡션 스타일 */
.cap1 { color:#999;  text-align:center;}

/* Float 버그 */
.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 */

/* 레이아웃 */

#wrapper1 {background: url(./images/bg_topPattern.gif) center 0 repeat-x; height:246px;}
#wrapper2 {width:880px; margin:0 auto; position:relative;
	}
	#header {height:140px; background: url(./images/bg_header.gif) center 0 no-repeat; padding-top:65px; text-align:center;	
		background-color:#7870ab;
		}
	#mBody{background: url(./images/bg_content.gif) center 0 repeat-y; width:100%; clear:both; padding-top:50px;
		}
		#contentColumn {float:left; display:inline; width:520px; padding:0 0 0 80px; overflow:hidden;
			}
		#sideBar {float:left; display:inline; width:160px; padding:0 0 30px 50px; overflow:hidden; 
			}
	#footer {background:url(./images/bg_footer.png) center 0 no-repeat; clear:both; width:880px; height:62px; position:relative;
		}


/*/// 글꼴 /////////////////////////// */

/* 본문제목 */
h1 { 
	margin-bottom:0;
	font:bold 1.6em gulim, Verdana, Sans-Serif;
	letter-spacing:-1px;
	color:#c887a8;
	}
h1 a:link, h1 a:visited {color:#c887a8;} 
h1 a:hover, h1 a:active {color:#b6447c;}

/* 댓글 이름 */
h2 { 
	margin:0 0 5px;
	font:bold 1.2em dotum;
	letter-spacing:-1px;
	color:#acb7b6;
	}
h2 a:link, h2 a:visited {color:#b77695;}
h2 a:hover, h2 a:active {color:#b6447c;}

/* 검색결과 타이틀, 사이트바 타이틀 */
h3 { 
	margin:0;
	font:bold 1.1em arial, Verdana, Sans-Serif;
	color:#999;
	}

/*트랙백 타이틀 */
h4 { 
	margin:0;
	font-size:1.2em;
	}
h4 a:link, h4 a:visited {
	color:#669818;
	}
h4 a:hover, h4 a:active {
	color:#7ab61a;
	}

/* 본문 */	
.article {
	margin-bottom:10px;
	width:520px;
	overflow:hidden;
	line-height:1.5em;
	text-align:justify;
	letter-spacing:normal;
	     
	}
.article a:link, .article a:visited {border-bottom:1px solid #333;} /*본문 링크 밑줄*/
.article a:hover, .article a:active {background-color:#000; border-bottom:1px solid #5a5a5a;}

/*작은글꼴1*/
.smallText {
	font:0.75em 'Franklin Gothic Medium', myriad, tahoma;
	color:#696969;
	letter-spacing:0;
	}
.smallText a:link, .smallText a:visited  {
	color:#444;
	}
.smallText a:hover, .smallText a:active {
	background-color:#212121;
	color:#666;
	}

/*작은글꼴2*/
.smallText2 {
	font:0.8em 'Franklin Gothic Medium', dotum, tahoma;
	letter-spacing:0;
	}

/* date 부분, 밝은 글씨 */
.light { color:#ccc;}


/* === [ Header ] ================================================ */

/* /// 타이틀 //////////////////// */

/*타이틀 이미지가 삽입되는 영역*/
.blogTitle { height:120px; }

/* 타이틀 로고를 텍스트로 할 경우*/
.blogTitle h1 {
	font:26px 'Trebuchet MS', Verdana, Sans-Serif;
	}
.blogTitle h1 a:link, .blogTitle h1 a:visited {
	color:#c0c0c0;
	}
.blogTitle h1 a:hover, .blogTitle h1 a:active {
	color:#eee;
	}
.desc {
	font-size:11px;
	line-height:12px;
	}

/* 타이틀 로고 이미지로 할 경우 */
/*
.btn_title {
	background:url(./images/btn_title.png) 0 0 no-repeat;
	width:130px;
	height:47px;
	}
*/

/* /// 블로그 메뉴 (Home, Notice, guest book...)//////// */
.tabMenu {
	font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	font-size:15px;	
	line-height:10px;
	color:#545454;
	}
.tabMenu * {
	margin:0px;
	padding:0px;
	}

.tabMenu ul {
	text-align:center;
	}
.tabMenu ul li {
	margin:0px 2px;
	display:inline;
	border:none;
	border-right:1px solid black;
	}

.tabMenu ul li a:link, .tabMenu ul li a:visited {
	background:#222 url(./images/bg_tab.gif) repeat-x;
	padding:1px 6px 5px;
	font: 11px 'Franklin Gothic Medium', myriad, tahoma;
	text-decoration:none;
	color:#999;
	}

.tabMenu ul li a:hover {
	background:#000;
	}

/* 활성화된 메뉴 글꼴 */
#tt-body-page .tab_page a, #tt-body-page .tab_page a:hover,
#tt-body-search .tab_page a, #tt-body-search .tab_page a:hover,
#tt-body-archive .tab_page a, #tt-body-archive .tab_page a:hover,
#tt-body-category .tab_page a, #tt-body-category .tab_page a:hover,
#tt-body-entry .tab_page a, #tt-body-entry .tab_page a:hover,
#tt-body-location .tab_location a, #tt-body-location .tab_location a:hover,
#tt-body-tag .tab_tag a, #tt-body-tag .tab_tag a:hover,
#tt-body-notice .tab_notice a, #tt-body-notice .tab_notice a:hover,
#tt-body-media .tab_media a, #tt-body-media .tab_media a:hover,
#tt-body-guestbook .tab_talk a, #tt-body-guestbook .tab_talk a:hover
	{
	background:black;
	color:#dd568c;
	}

/* 활성화된 메뉴 탭 스타일 */
#tt-body-page .tabMenu ul li.tab_page,
#tt-body-search .tabMenu ul li.tab_page,
#tt-body-archive .tabMenu ul li.tab_page,
#tt-body-category .tabMenu ul li.tab_page,
#tt-body-entry .tabMenu ul li.tab_page,
#tt-body-location .tabMenu ul li.tab_location,
#tt-body-tag .tabMenu ul li.tab_tag,
#tt-body-notice .tabMenu ul li.tab_notice,
#tt-body-media .tabMenu ul li.tab_media,
#tt-body-guestbook .tabMenu ul li.tab_talk
	{
	background:none;
	}

/* === [ Content Column ] ========================================= */

/* /// 검색결과 리스트 //////////////////// */
.searchList {
	margin-bottom:50px;
	}

.searchList ol {
	margin:0;
	padding:0;
	list-style:none;
	}

.searchList ol li {
	border-bottom:1px solid #141414;
	}

/* /// 보호글 ///////////////////////////// */
.protectedBody {
	height:150px;
	text-align:center;
	}

.protectedBody .warn {
	margin-top:30px;
	}

.protectedBody input.submitBtn {
	width:50px;
	height:19px;
	}

/*/// 컨텐츠 /////////////////////////////// */

/* 관리자 메뉴 */
.admin {
	margin-bottom:30px;
	}
.adminMenu {
	background-color:#111;
	padding:5px;
	font-size:0.9em;
	border:1px dashed #333;
	}

/* 포스트 제목 영역 */
.subject {
	margin-bottom:20px;
	}
/* 등록 날짜 */
.subject .pDate {
	padding-left:3px;
	}

/* 본문 영역 */
.article {
	padding:10px 0 20px;
	}

/* 인용구 스타일 */
blockquote {
	margin:20px 0;
	padding:5px 10px;
	font-size:0.9em;
	color:#a77795;
	letter-spacing:normal;
	border-left:2px solid #4a4a4a;
	}

/* 이미지 블럭 */
.imageblock {
	margin:0 0 15px;
	padding:0;
	border:none;
	}
.imageblock * {
	border:none !important;
	}
.imageblock img {
	padding:5px;
	background-color:#222;
	vertical-align:middle;
	}

/* More/Less 버튼 스타일 */
.moreless_fold {
	background:url(./images/ico_plus.gif) left 4px no-repeat;
	margin:0;
	padding-left:20px; 
	} 
.moreless_top  {
	background:url(./images/ico_minus.gif) left 50% no-repeat;
	margin:0;
	padding-left:20px; 
	}
.moreless_bottom {
	display:none;
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	background:#000;
	margin:0;
	color:#aaa;
	}
/* 감춰지는 영역 */
.moreless_content {
	background-color:#000;
	margin:0;
	padding:15px 0;
	border-top:dashed 1px #333;
	border-bottom:dashed 1px #333;
	}

/* 본문 리스트 스타일 */
.article ul, .article ol {
	margin:0 0 0 15px;
	padding:0;
	}
.article ul li, .article ol li{
	padding:10px 0;
	}

/* 이올린 버튼 */
.EolinBmVote {  
	padding:0 0 0 !important;
	text-align:left !important;
	font-size:0.9em; 
	}

/* 포스트 등록 정보 */
.postInfo {
	background-color:#111;
	padding:5px 0;
	width:520px;
	height:18px;
	overflow:hidden;
	margin-bottom:30px;
	font-size:0.9em;
	}
.postInfo .filedUnder {
	float:left;
	width:250px;
	padding-left:10px;
	}
.postInfo .cntBtn {
	float:right;
	padding-right:10px;
	width:220px;
	text-align:right;
	
	}
.cntBtn a:link, .cntBtn a:visited {
	color:#999;
	}
.cntBtn a:hover, .cntBtn a:active {
	color:#eee;
	}

.postInfo ul li a {
	border-bottom:1px solid #4d4d4d;
	}
.postInfo ul li a, .postInfo ul li a:visited { color:#bbb; }
.postInfo ul li a:hover, .postInfo ul li a:active { color:#ccc; border-bottom:1px solid #bbb; }

/* 댓글 버튼 */



/* /// 트랙백 /////////////////////// */

/* 트랙백 주소 표시 */
.trackbackUrl {
	background:url(./images/bullet_uri.gif) 4px 6px no-repeat;
	margin:0;
	padding:0 0 0 20px;
	font-size:0.9em;
	}
.trackbackUrl span.url {
	text-decoration:underline;
	}

/* 트랙백 리스트 */
.trackback {
	margin-bottom:20px;
	border-bottom:1px dashed #333;
	}
.trackback ol {
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
	}
.trackback ol li{
	background-color:#000;
	padding:5px 10px;
	}
.trackback ol li p {
	margin: 18px 0 8px;
	padding:0;	
	}
	
/* /// 댓글, 방명록 리스트 /////////////////// */

/* 댓글, 방명록 리스트 */
.commentList { 
	margin-bottom:20px; 
	}
.guestList { 
	margin-top:20px; 
	}

.commentList ol, .guestList ol {
	background-color:#000;
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	}
.commentList ol li, .guestList ol li {
	margin:0;
	padding:5px 10px;
	border-bottom:solid 1px #141414;
	}
.commentList ol li p, .guestList ol li p {
	margin: 18px 0 8px;
	}

/* 답변 부분 */
.commentList ol li.odd, .guestList ol li.odd {
	background:#0e0e0e;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #000;
	}

/* /// 댓글, 방명록 작성폼 /////////////// */
.writeForm {
	background-color:#111;
	margin:20px 0 30px;
	padding:10px 20px;
	}
.writeForm span.message {
	background:url(./images/bullet_message.gif) left 50% no-repeat;
	padding-left:15px;
	color:#808080;
	display:block;
	}

.writer { margin:5px 0;}

/* 입력 칸 라벨 */
label {
	padding-left:2px;
	width:300px;
	font:0.8em tahoma;
	display:block;
	}
label span {
	color:#505050;
	}
label.inline {
	display:inline;
	}

/* 등록자 정보 입력 폼 */
input{
	background-color:#222;
	padding:3px 5px 2px 5px;
	width: 300px;
	height:15px;
	font-size:11px;
	color:#999;
	border:none;
	}
/* 글 입력상자 */
textarea {
	margin-top:10px;
	padding:5px;
	width:460px;
	height:100px;
	overflow:auto;
	border:none;
	background:#222;
	font:12px dotum;
	color:#999;
	}
/* 비밀글 체크박스 */
.checkbox {
	background:none; 
	margin:0 0 0 2px; 
	padding:0;
	width:15px;
	border:0; 
	}

/* Submit 버튼 */
.submit input {
	background-color:#333;
	margin:15px 0;
	padding-bottom:5px;
	width:80px;
	height:25px;
	color:#808080;
	}


/* /// 위치 로그 //////////////////// */
.location .place {
	width:520px;
	overflow:hidden;
	color:#808080;
	border-bottom:solid 1px #141414;
	}

.location .info {
	width:520px;
	overflow:hidden;
	border-bottom:solid 1px #141414;
	}

/* 위치에 따른 스타일 */
.location .color0 {color:#808080; font-weight:bold; background-color:#141414; border-bottom:1px dotted #141414;}
.location .color20 {color:#eee;}
.location .color40 {color:#ccc;}
.location .color60 {color:#aaa;}


/* /// 태그 클라우드 (페이지) ///////////////// */
.taglog ul { 
	margin:0;
	padding:5px; 
	text-align:justify;
	}
.taglog li { 
	display:inline; 
	font-family:'Franklin Gothic Medium', Verdana, Sans-Serif; 
	vertical-align:middle;
	}

.taglog li a.cloud1 { font-size: 2.6em; color:#8f517a;line-height:1em; }
.taglog li a.cloud2 { font-size: 2.4em; color:#89667d;}
.taglog li a.cloud3 { font-size: 2.2em; color:#74616d;}
.taglog li a.cloud4 { font-size: 1.5em; color:#706c6f;}
.taglog li a.cloud5 { font-size: 1em; color:#575757;}
.taglog li a:hover { color:#b6447c; border-bottom:1px solid #333;}


/* /// 페이지 네비게이션  ///////////////// */
.paging {
	margin:50px 0 70px;
	font:0.8em tahoma;
	color:#4a4a4a;
	text-align:center;
	}

.paging a:link, .paging a:visited {
	color:#666;
	}

/* 페이지 네비게이션 (활성화) */
.paging .selected {
	font-weight:bold;
	color:#b6447c;
	border-bottom:1px solid #666;
	}


/* === [ Right Column (Side bar) ] ========================================= */
#sideBar div {
	margin-bottom:30px;
	}

/* /// 검색 폼 //////////////////// */
.searchForm .sInput {
	background-color:#2a2a2a;
	padding-top:3px;
	width:120px;
	height:14px;
	border:none;
	}
	
/* 검색 버튼 */
.searchForm .searchSubmit {
	background:url(./images/btn_search.gif) 50% 50% no-repeat;
	margin-left:3px;
	width:20px;
	height:20px;
	border:none;
	}

/* /// 태그 (사이드바) /////////// */
.tagbox ul { 
	padding:15px 0 0 0; 
	margin:0;
	}
.tagbox li { 
	display:inline;
	}

.tagbox a { letter-spacing:-1px;}	
.tagbox li a.cloud1 { font-weight:bold;  font-size:1.8em; color:#8f517a;}
.tagbox li a.cloud2 { font-weight:bold; font-size:1.5em; color:#89667d;}
.tagbox li a.cloud3 { font-weight:bold; font-size:1.2em; color:#74616d;}
.tagbox li a.cloud4 { font-size:1em; color:#706c6f;}
.tagbox li a.cloud5 { font-size:0.9em; color:#575757;}	
.tagbox a:hover { background-color:#141414; text-decoration:none; color:#b6447c;}


/* /// 카테고리 리스트 ////////////// */

/* 분류 전체보기 부분 */
.category ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	}
.category ul li {
	margin:0;
	list-style:none;
	font-size:0.9em;
	}
.category ul li a {
	display:block;
	padding:0;
	}
.category ul li a:link, .category ul li a:visited {	
	color:#808080;
	}
.category ul li a:hover, .category ul lia:active{
	background-color:#141414;
	color: #ddd;
	}

/* 1단 분류 */
.category ul li ul {
	margin:0;
	border-top:1px solid #333;
	}
.category ul li ul li{
	font: bold 1em arial;
	letter-spacing:0;
	border-bottom:1px solid #222;
	}
.category ul li ul li a {
	padding:2px 0;
	height:16px;
	display: block;
	line-height: 14px;

	}
.category ul li ul li a:link, .category ul li ul li a:visited {
	color:#91556D;
	}
.category ul li ul li a:hover, .category ul li ul li a:active{
	background-color:#141414;
	color: #e793bc;
	}

/* 2단 부류 */
.category ul li ul li ul {
	margin:0;
	padding:0;
	}
.category ul li ul li ul li {
	margin:0;
	border:none;
	}
.category ul li ul li ul li a {
	padding-left:12px;
	background: url(./images/bullet_arrow.gif) 0 50% no-repeat;
	}
.category ul li ul li ul li a:link, .category ul li ul li ul li a:visited {	
	font-weight:normal;
	color:#b9839d;
	border:none;
	}
.category ul li ul li ul li a:hover, .category ul li ul li ul li a:active{
	font-weight:normal;
	color: #e793bc;
	background-color:#141414;
	}

/* 활성화된 스타일 */
.category ul li .selected a {
	background:#141414;
	}
.category ul li ul li .selected a {
	background:#141414 url(./images/bullet_arrow.gif) 0 50% no-repeat;
	}

/* 카테고리 등록 글 수  */
.c_cnt { 
	font:0.9em tahoma; 
	color:#cb89b3;
	}


/* /// 최근게시글 공통부분 //////////////// */
.recent ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	}

.recent ul li {
	font:0.9em/1.5em dotum, Sans-Serif, gulim;
	border-bottom:1px solid #222;
	}
.recent ul li a:link, .recent ul li a:visited {
	color:#808080;
	}

.recent ul li a:hover, .recent ul li a:active {
	background:#141414;
	color:#be91a7;
	}

.recent ul li a{
	padding:3px 0 2px;
	display:block;
	}
.recent a:link .sbName, .recent a:visited .sbName {
	color:#444;
	}
.recent a:hover .sbName, .recent a:active .sbName {
	color:#a76485;
	}
.recent a:link .sbDate, .recent a:visited .sbDate {
	color:#383838;
	}
.recent a:hover .sbDate, .recent a:active .sbDate {
	color:#666;
	}

/* /// 달력 //////////////////// */
.calendar table {
	padding:0;
	font:0.75em 'Franklin Gothic Medium', Verdana, Sans-Serif;
	}

/*셀 정렬*/
.cal_week1, .cal_week2, .cal_day  {
	text-align:center;
	}
/* 달 표시 부분 */
.cal_month { 
	padding-left:4px; 
	text-align:left;
	}
/* 요일 표시 부분 */
.cal_week1, .cal_week2 {
	height:15px;	
	border-top:1px solid #222; 
	border-bottom:1px solid #141414; 
	}
/* 각 날짜 */
.cal_week { 
	height: 15px;
	background-color:#000; 
	}
/* 오늘 날짜 */
.cal_day4 {
	background-color:#141414; 
	font-weight:bold;
	color:#ccc;
	}
/* 링크 스타일 */
a.cal_click:link, a.cal_click:visited { text-decoration:underline;}
a.cal_click:hover, a.cal_click:active {color:#ff007d; font-weight:bold;}


/* /// 방문자 카운터 ///////////////////// */
.counter {
	margin-top:15px;
	}
.counter ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.counter ul li {
	font:0.75em/1.2em 'Franklin Gothic Medium', verdana, tahoma, Sans-Serif;
	color:#5a5a5a;
	}


/*/// RSS 버튼 /////////////////////////*/
.btn_rss {
	background: url(./images/btn_rss.gif) left 50% no-repeat;
	margin:15px 0 0 0;
	padding:2px 0 0 15px;
	width:70px;
	color:#666;
	}


/* === [ Footer ] ================================================ */
/*/// 라이센스 ///////////////////////// */
.copyright {
	margin-bottom:40px;
	padding-top:40px;
	text-align:center;
	color:#666;
	}

.copyright a:link, .copyright a:visited {
	color:#999;
	}
.copyright a:hover, .copyright a:active {
	background-color:#333;
	color:#eee;
	}
