@charset "utf-8";
/*
Last Modified 2009-02-17 22:20:03
Lucent 3.01 [Stylesheet] for Tistory created by OLokLiR.
http://oloklir.tistory.com/
White Essence Theme(Multi) by OLokLiR
*/
@import url(images/common.css?L3_v=3.01);
@import url(images/box_design.css?L3_v=3.01);
@import url(images/layout_multi.css?L3_v=3.01);
@import url(images/contents.css?L3_v=3.01);
@import url(images/sidebar.css?L3_v=3.01);

.forTeamBlog { display: none!important; }

/* 전체 */
body {
	color: #000000;
	}
a {
	color: #0000e3;
	}
a:hover {
	color: #e30000;
	}



/* 상단 막대 */
/* 01 : 막대배경 */
.blackBarBg, .blackBarBg .IE_LFix {
	background: #080808;
	}
/* 02 : 막대글자 */
.blackBar {
	color: #ffffff;
	}
.blackBar a {
	color: #ffffff;
	}
.blackBar a:hover {
	color: #f5ee32;
	}



/* 하단 막대 */
/* 03 : 막대배경 */
.whiteBarBg, .whiteBarBg .IE_LFix {
	background: #080808;
	}
/* 04 : 막대글자 */
#footer, #footer a {
	color: #ffffff;
	}
#footer a:hover {
	color: #f5ee32;
	}



/* 타이틀 */
/* 05 : * in wizard */
.blogTitle {}
.blogLink {}
.blogDesc {}
/* 06 : 블로그 제목 글자(호버) */
.blogLink:hover {
	color: #ff5500;
	}
/* 07 : 블로그 제목 그림자 */
.blogTitleShd, .blogTitleShd * {
	color: #000000;
	}



/* 08 검색창(박스높이 24px) */
.searchText {
	background: url(images/theme_whitee_search_box.gif) no-repeat 0 0;
	color: #000000;
	}



/* 09 메뉴 */
.blogMenuList a {
	color: #666666;
	}
.blogMenuList a:hover {
	color: #ff9900;
	}



/* 메인창, 사이드창 배경 */
/* 배경 이미지 사용은 GIF와 JPG. 폭,높이는 2048의 약수인 것을 사용. */
/* 10 : 메인창 배경 */
.contentWrap .glassColor,
.contentWrap .glassColor .IE_LFix {
	background: #ffffff;
	}
/* 11 : 사이드창 배경 */
#sidebar1Root .glassColor,
#sidebar1Root .glassColor .IE_LFix {
	background: #fffff3;
	}
#sidebar2Root .glassColor,
#sidebar2Root .glassColor .IE_LFix {
	background: #f3fff3;
	}
#sidebar3Root .glassColor,
#sidebar3Root .glassColor .IE_LFix {
	background: #f3f3ff;
	}



/* 12 메인 영역 */
#content {
	color: #000000;
	}
/* 13 : 날짜,갯수,이름 */
#content .date {
	color: #0d4292;
	}
#content .cnt {
	color: #0000ff;
	}
#content .name,
#content .name a {
	color: #45467c;
	}



/* 메인 : 글,댓글 목록 */
/* 14 : 목록 구분선 */
.searchList li,
.searchRplist li {
	border-bottom-color: #080808;
	}
/* 15 : 목록 글자색 */
.searchList li a,
.searchRplist li a,
.searchList li a:hover,
.searchRplist li a:hover {
	color: #080808;
	}
/* 16 : 목록 글자색(호버) */
.searchList li a:hover,
.searchRplist li a:hover {
	border-color: #999999;
	background: #eeeeee;
	}



/* 메인 : 지역로그 */
/* 17 : 글 글자색, (호버) */
.localog .info a,
.localog .info a:hover {
	color: #080808;
	}
.localog .info a:hover {
	border-color: #999999;
	background-color: #eeeeee;
	}



/* 메인 : 태그로그 */
/* 18 : 단계별 스타일 */
.taglog a.cloud1 { color: #ff3333; font-size: 1.4em; font-weight: bold; }
.taglog a.cloud2 { color: #ff6803; font-size: 1.3em; font-weight: bold; }
.taglog a.cloud3 { color: #1235ce; font-size: 1.2em; font-weight: bold; }
.taglog a.cloud4 { color: #005727; font-size: 1.1em; }
.taglog a.cloud5 { color: #161616; font-size: 1em; }
/* 19 : (호버) */
.taglog a:hover {
	border-color: #999999;
	background-color: #eeeeee;
	}



/* 메인 : 방명록, 포스트 댓글 */
/* 20 : 글쓰기 창 */
.guestWrite {
	background: #ffffff;
	border-color: #eed0a9;
	}
.commentWrite {
	background: #ffffff;
	border-color: #aaeeee;
	}
/* 21 : 정보입력란 */
.writeForm input {
	background: #ffffff;
	border-color: #dddddd;
	color: #080808;
	}
/* 22 : 알림 글자 */
.wfromNotice, .writeForm font {
	color: #e88080;
	}
/* 23 : 텍스트필드 배경 */
.wformTextfield {
	background: #ffffff;
	border-color: #eeeeee;
	}
.wformTextfield textarea {
	color: #080808;
	}
/* 24 : 일반댓글 배경 */
li.rp_general,
li.guest_general {
	border-color: #efeea6;
	background: #f3f3f3;
	}
/* 25 : 비밀댓글 배경 */
li.rp_secret,
li.guest_secret,
li.hiddenComment {
	border-color: #eea6a6;
	background: #f3f3f3;
	}
/* 26 : 관리자댓글 배경 */
li.rp_admin,
li.guest_admin {
	border-color: #aaeeee;
	background: #f3f3f3;
	}
/* 27 : 댓글의 일반댓글 배경 */
ul li.rp_general,
ul li.guest_general {
	background: #ffffff;
	}
/* 28 : 댓글의 비밀댓글 배경 */
ul li.rp_secret,
ul li.guest_secret,
ul li.hiddenComment {
	background: #ffffff;
	}
/* 29 : 댓글의 관리자댓글 배경 */
ul li.rp_admin,
ul li.guest_admin {
	background: #ffffff;
	}
/* 30 : 비밀댓글 글자색 */
p.rp_secret,
p.guest_secret,
p.hiddenComment {
	color: #443e3e;
	}



/* 메인 : 공지사항, 보호글, 포스트 */
/* 31 : 카테고리 글자색 */
.category, .category a {
	color: #282cc6;
	}
/* 32 : 일일달력 글자색 */
.dateTag {
	color: #191919;
	}
/* 33 : 일요일(0) 글자색 */
div.dayD0 {
	color: #bc1f00;
	}
/* : 월=1, 화=2 ... 토=6 */
/* 33 : 토요일(6) 글자색 */
div.dayD6 {
	color: #0042ae;
	}
/* 34 : 작성시간 글자색 */
span.timeD {
	color: #0d4292;
	}
/* 35 : 비밀번호 입력란(박스높이 24px) */
.protect_box {
	background: url(images/theme_whitee_protect_box.gif) no-repeat 0 0;
	color: #080808;
	}



/* 본문 *in wizard */
/* 36 본문 : 이미지 캡션 */
.cap1 {
	color: #555555;
	}
/* 37 본문 : 키워드 */
.key1 {
	color: #101010;
	border-bottom-color: #101010;
	}



/* 메인 : 태그, 트레일 */
/* 38 : 태그(호버) */
.tagTrail a:hover {
	border-color: #999999;
	background: #eeeeee;
	}
/* 39 : 트랙백보내기 버튼 */
.actionTrail .actrail_tb {
	color: #331900;
	}
.actionTrail .actrail_tb:hover {
	color: #803e00;
	}
/* 40 : 댓글쓰기 버튼 */
.actionTrail .actrail_rp {
	color: #003333;
	}
.actionTrail .actrail_rp:hover {
	color: #008080;
	}
/* 41 : 트랙백보내기,댓글쓰기(호버) */
.actionTrail a:hover font {
	border-color:#999999;
	background: #eeeeee;
	}



/* 메인 : 트랙백,댓글 */
/* 42 : 트랙백,댓글 이름 아래줄 */
.trackInfo, .repInfo {
	border-bottom-color: #080808;
	}
/* 43 : 받은 트랙백(호버) */
.trackback li.thover {
	border-color: #eeeeee;
	background: #ffffff;
	}
/* 44 : 받은 트랙백 제목 */
.trackInfo h6 a {
	color: #444444;
	}



/* 메인 : 페이징 */
/* 45 : 기본색 */
.numbox a, .interword {
	color: #080808;
	}
/* 46 : (호버) */
.numbox a:hover {
	color: #e30000;
	}
/* 47 : 현재 페이지 */
.numbox a .selected {
	color: #0000ff;
	}



/* 사이드바 영역 */
/* 48 : 사이드바 */
#sidebar1, #sidebar2, #sidebar3 {
	width: 200px; /* ★사이드바의 폭 */
	color: #000000;
	}
/* 49 : 프로필 사진 폭 */
#blogImage {
	width: 192px; /* ☆사이드바의 폭 - 8 */
	}
/* 50 : 링크 */
.sidebar a {
	color: #000000;
	}
/* 51 : 호버 */
.sidebar a:hover {
	color: #e30000;
	}
/* 52 : 날짜,갯수,이름 */
.sidebar .date {
	color: #0d4292;
	}
.sidebar .cnt {
	color: #0000ff;
	}
.sidebar .name {
	color: #45467c;
	}



/* 사이드 : 목록형 모듈 */
/* 53 : 리스트 배경(호버) */
.modList li a:hover {
	border-color: #999999;
	background: #eeeeee;
	}



/* 사이드 : 카테고리 */
/* 54 : 글 갯수 색상 */
.c_cnt {
	color: #0000ff;
	}



/* 사이드 : 태그 클라우드 */
/* 55 : (호버) */
#tagbox li a:hover {
	border-color: #999999;
	background: #eeeeee;
	}
/* 56 : 단계별 스타일 */
#tagbox a.cloud1 { color: #ff3333; font-size: 1.3em; font-weight: bold; }
#tagbox a.cloud2 { color: #ff6803; font-size: 1.2em; font-weight: bold; }
#tagbox a.cloud3 { color: #1235ce; font-size: 1.1em; font-weight: bold; }
#tagbox a.cloud4 { color: #005727; font-size: 1.1em; }
#tagbox a.cloud5 { color: #161616; font-size: 1em; }



/* 사이드 : 달력 */
/* 57 : 이전달,이번달,다음달 */
.cal_month a {
	color: #121212;
	}
/* 58 : 이전달,이번달,다음달(호버) */
.cal_month a:hover {
	background: #eeeeee;
	border-color: #999999;
	color: #0000aa;
	}
/* 59 : 날짜중 일요일 */
.cal_week2 {
	color: #ee3300;
	}
/* 60 : 이번 주 */
.cal_current_week {}
/* 61 : 날짜 */
.cal_day, .cal_day3 {
	color: #222222;
	}
/* 62 : 요일중 일요일 */
.cal_day_sunday {
	color: #ee3300!important;
	}
/* 63 : 이전날짜,다음날짜(나오지 않음) */
.cal_day1, .cal_day2 {
	color: #555555;
	}
/* 64 : 글이 있는 날짜 */
a.cal_click {
	color: #2222cc!important;
	}
/* 65 : 글이 있는 날짜(호버) */
a.cal_click:hover {
	background: #dddddd;
	color: #ff9600!important;
	}
/* 66 : 오늘 */
.cal_day4 {
	color: #cc22cc!important;
	background: #eeeeee!important;
	}
/* 67 : 글이 있는 오늘 */
.cal_day4 a.cal_click {
	color: #cc22cc !important;
	}
/* 68 : 글이 있는 오늘 (호버) */
.cal_day4 a.cal_click:hover {
	background: #dddddd!important;
	color: #ff9600!important;
	}



/* 69 사이드 : 방문자 카운터 */
#counter .total {
	color: #454d45;
	}
#counter .today {
	color: #4d4d45;
	}
#counter .yesterday {
	color: #454d4d;
	}



/* 사이드 : 기타 */
/* 70 : 티스토리 배너(tistoryBanner1은 어두운 배경용, 2는 밝은 배경용) */
#adTistory img { background-image: url(images/tistoryBanner2.png) }



/* 루센트 툴팁 스타일 */
/* 71 : 툴팁박스 및 전체 */
#L3ToolTip {
	background: #f3f3f3;
	border: 2px solid #dddddd;
	color: #000000;
	z-index: 100000000;
	padding: 1px;
	font: 12px nanumgothic, 나눔고딕, 'malgun gothic', '맑은 고딕', dotum, gulim, tahoma;
	}
/* 72 : title속성 코멘트 */
.L3TT_Title {
	margin-bottom: 2px;
	}
/* 73 : href속성 주소 */
.L3TT_HREF {
	color: #0000aa;
	font: 11px arial, sans-serif ;
	}



/* 74 (추가 3.01)메인 : 키워드(키로그) */
.keylog a {
	color: #080808;
	}
.keylog a:hover {
	color: #202020;
	border-color: #999999;
	background-color: #eeeeee;
	}



/*

<스킨위자드>

	<배경 메뉴> */
body {
	background-image:/*@background-image=*/url("images/theme_whitee_bg.gif")/*@*/;
	background-repeat:/*@background-image-repeat=*/repeat/*@*/;
	background-position:/*@background-image-position=*/left top/*@*/;
	background-color:/*@background-color=*/#f6f6f6/*@*/;
	background-attachment: scroll; }/*
	</배경 메뉴>

	<타이틀 메뉴> */
.titleBg, .titleBg .IE_LFix {
	background-image:/*@title-background-image=*/url("images/theme_whitee_title.jpg")/*@*/;
	background-repeat:/*@title-background-image-repeat=*/repeat/*@*/;
	background-position:/*@title-background-image-position=*/center top/*@*/;
	background-color:/*@title-background-color=*/#f3f3f3/*@*/;
	background-attachment: scroll; }
.titleBg,
.titleBgWrap,
.titleBgWrap2 {
	height:/*@title-height:50=*/135px/*@*/; }
.searchWrap {
	top:/*@title-height:-5=*/80px/*@*/; }
.blogTitle, .blogLink, .blogDesc {
	color:/*@title-color=*/#555555/*@*/; }
.blogTitle a, .blogTitleShd {
	font-family:/*@title-font-family=*/'nanumgothic bold', '나눔고딕 bold', 'malgun gothic bold', '맑은 고딕 bold', dotum, gulim, tahoma/*@*/;
	font-size:/*@title-font-size=*/29px/*@*/; }/*
	</타이틀 메뉴>

	<게시글 메뉴> */
#content { /* ★포스트의 폭 */
	width:/*@post-width=*/660px/*@*/; }
.nonEntryTitle h4, .entryTitle h4, .entryTitle h4 a,
.entryTitle h4 a:hover {
	color:/*@post-title-color=*/#444444/*@*/;
	font-family:/*@post-title-font-family=*/'nanumgothic bold', '나눔고딕 bold', 'malgun gothic bold', '맑은 고딕 bold', dotum, gulim, tahoma/*@*/; }
.nonEntryTitle h4, .entryTitle h4 {
	font-size:/*@post-title-font-size=*/19px/*@*/; }
.entry .admin, .entry .admin a,
.article, .protectText, .postAuthor {
	color:/*@post-body-color=*/#101010/*@*/;	}
.article {
	font-family:/*@post-body-font-family=*/nanumgothic, 나눔고딕, 'malgun gothic', '맑은 고딕', dotum, gulim, tahoma/*@*/;
	font-size:/*@post-body-font-size=*/12px/*@*/; }/*
	</게시글 메뉴>

</스킨위자드> */