@charset "utf-8";
/*
Last Modified 2009-02-17 22:16:27
Lucent 3.01 [Stylesheet] for Tistory created by OLokLiR.
http://oloklir.tistory.com/
Classic 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: #ffffff;
	}
/* 04 : 막대글자 */
#footer, #footer a {
	color: #080808;
	}
#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_classic_search_box.gif) no-repeat 0 0;
	color: #ffffff;
	}



/* 09 메뉴 */
.blogMenuList a {
	color: #080808;
	}
.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: #090000;
	}
#sidebar2Root .glassColor,
#sidebar2Root .glassColor .IE_LFix {
	background: #000900;
	}
#sidebar3Root .glassColor,
#sidebar3Root .glassColor .IE_LFix {
	background: #000009;
	}



/* 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: #ffffff;
	}



/* 메인 : 지역로그 */
/* 17 : 글 글자색, (호버) */
.localog .info a,
.localog .info a:hover {
	color: #080808;
	}
.localog .info a:hover {
	border-color: #999999;
	background-color: #ffffff;
	}



/* 메인 : 태그로그 */
/* 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: #ffffff;
	}



/* 메인 : 방명록, 포스트 댓글 */
/* 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_classic_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: #ffffff;
	}
/* 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: #ffffff;
	}



/* 메인 : 트랙백,댓글 */
/* 42 : 트랙백,댓글 이름 아래줄 */
.trackInfo, .repInfo {
	border-bottom-color: #080808;
	}
/* 43 : 받은 트랙백(호버) */
.trackback li.thover {
	border-color: #eeeeee;
	background: #ffffff;
	}
/* 44 : 받은 트랙백 제목 */
.trackInfo h6 a {
	color: #202020;
	}



/* 메인 : 페이징 */
/* 45 : 기본색 */
.numbox a, .interword {
	color: #080808;
	}
/* 46 : (호버) */
.numbox a:hover {
	color: #e30000;
	}
/* 47 : 현재 페이지 */
.numbox a .selected {
	color: #0000ff;
	}



/* 사이드바 영역 */
/* 48 : 사이드바 */
#sidebar1, #sidebar2, #sidebar3 {
	width: 180px; /* ★사이드바의 폭 */
	color: #ffffff;
	}
/* 49 : 프로필 사진 폭 */
#blogImage {
	width: 170px; /* ☆사이드바의 폭 - 8 */
	}
/* 50 : 링크 */
.sidebar a {
	color: #ffffff;
	}
/* 51 : 호버 */
.sidebar a:hover {
	color: #fff5a1;
	}
/* 52 : 날짜,갯수,이름 */
.sidebar .date {
	color: #8080ff;
	}
.sidebar .cnt {
	color: #ffdf00;
	}
.sidebar .name {
	color: #99ddf9;
	}



/* 사이드 : 목록형 모듈 */
/* 53 : 리스트 배경(호버) */
.modList li a:hover {
	border-color: #666666;
	background: #333333;
	}



/* 사이드 : 카테고리 */
/* 54 : 글 갯수 색상 */
.c_cnt {
	color: #ffdf00;
	}



/* 사이드 : 태그 클라우드 */
/* 55 : (호버) */
#tagbox li a:hover {
	border-color: #666666;
	background: #333333;
	}
/* 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: #95b6ff; font-size: 1.1em; font-weight: bold; }
#tagbox a.cloud4 { color: #b4ffa0; font-size: 1.1em; }
#tagbox a.cloud5 { color: #e0e0e0; font-size: 1em; }



/* 사이드 : 달력 */
/* 57 : 이전달,이번달,다음달 */
.cal_month a {
	color: #fff3f3;
	}
/* 58 : 이전달,이번달,다음달(호버) */
.cal_month a:hover {
	background: #333333;
	border-color: #666666;
	color: #ffff00;
	}
/* 59 : 날짜중 일요일 */
.cal_week2 {
	color: #ff3300;
	}
/* 60 : 이번 주 */
.cal_current_week {}
/* 61 : 날짜 */
.cal_day, .cal_day3 {
	color: #ffffff;
	}
/* 62 : 요일중 일요일 */
.cal_day_sunday {
	color: #ff3300!important;
	}
/* 63 : 이전날짜,다음날짜(나오지 않음) */
.cal_day1, .cal_day2 {
	color: #999999;
	}
/* 64 : 글이 있는 날짜 */
a.cal_click {
	color: #ffdf00!important;
	}
/* 65 : 글이 있는 날짜(호버) */
a.cal_click:hover {
	background: #333333;
	color: #7798ff!important;
	}
/* 66 : 오늘 */
.cal_day4 {
	color: #ffff00!important;
	background: #666666!important;
	}
/* 67 : 글이 있는 오늘 */
.cal_day4 a.cal_click {
	color: #ffff00 !important;
	}
/* 68 : 글이 있는 오늘 (호버) */
.cal_day4 a.cal_click:hover {
	background: #333333!important;
	color: #7798ff!important;
	}



/* 69 사이드 : 방문자 카운터 */
#counter .total {
	color: #e5ffe5;
	}
#counter .today {
	color: #ffffe5;
	}
#counter .yesterday {
	color: #e5ffff;
	}



/* 사이드 : 기타 */
/* 70 : 티스토리 배너(tistoryBanner1은 어두운 배경용, 2는 밝은 배경용) */
#adTistory img { background-image: url(images/tistoryBanner1.png) }



/* 루센트 툴팁 스타일 */
/* 71 : 툴팁박스 및 전체 */
#L3ToolTip {
	background: #000000;
	color: #ffffff;
	z-index: 100000000;
	padding: 2px;
	font: 14px nanumgothic, 나눔고딕, 'malgun gothic', '맑은 고딕', dotum, gulim, tahoma;
	}
/* 72 : title속성 코멘트 */
.L3TT_Title {
	margin-bottom: 2px;
	}
/* 73 : href속성 주소 */
.L3TT_HREF {
	color: #eeeeee;
	font: 13px arial, sans-serif ;
	}



/* 74 (추가 3.01)메인 : 키워드(키로그) */
.keylog a {
	color: #080808;
	}
.keylog a:hover {
	color: #202020;
	border-color: #999999;
	background-color: #ffffff;
	}



/*

<스킨위자드>

	<배경 메뉴> */
body {
	background-image:/*@background-image=*/ none /*@*/;
	background-repeat:/*@background-image-repeat=*/ repeat /*@*/;
	background-position:/*@background-image-position=*/ left bottom /*@*/;
	background-color:/*@background-color=*/ #3E3E3E /*@*/;
	background-attachment: scroll; }/*
	</배경 메뉴>

	<타이틀 메뉴> */
.titleBg, .titleBg .IE_LFix {
	background-image:/*@title-background-image=*/ url("http://cfs.tistory.com/blog/style/template/image/title/3.jpg") /*@*/;
	background-repeat:/*@title-background-image-repeat=*/ repeat-x /*@*/;
	background-position:/*@title-background-image-position=*/ left top /*@*/;
	background-color:/*@title-background-color=*/ #FFFFFF /*@*/;
	background-attachment: scroll; }


.titleBg,
.titleBgWrap,
.titleBgWrap2 {
	height:/*@title-height:50=*/ 110px /*@*/; }
.searchWrap {
	top:/*@title-height:-5=*/ 55px /*@*/; }
.blogTitle, .blogLink, .blogDesc {
	color:/*@title-color=*/ #FFFFFF /*@*/; }
.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=*/ 610px /*@*/; }
.nonEntryTitle h4, .entryTitle h4, .entryTitle h4 a,
.entryTitle h4 a:hover {
	color:/*@post-title-color=*/ #6264DD /*@*/;
	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=*/ 24px /*@*/; }
.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=*/ 14px /*@*/; }/*
	</게시글 메뉴>

</스킨위자드> */

.google_ad {overflow:hidden; width:100%; padding:0 0 50px 0;}
.google_ad .left {float:left;}
.google_ad .right {float:right;}


div.blogger-news-widget {display:inline;float:right;clear:both;text-align:left;width:400px !important;overflow:hidden !important;margin-top:3px;border-right:1px solid #c3c9e0;}
div.mixup_widget {display:block;float:right;clear:both;width:400px !important;margin-top:-10px}
div.blogger-news-widget embed {float:left;}
div.GAD {clear:none;width:200px(광고크기로 변경) !important;margin-top:12px}
div.blogger-news-widget {font-size:12px;color:#FF0000;font-weight:800;background-color:#c3c9e0;}
div.another_category {display:inline;float:right;clear:right;width:380px !important;margin-top:1px} 