@charset "utf-8";

/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 75% 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", Verdana, 굴림, gulim, Tahoma, Helvetica, sans-serif;
	line-height: 170%;
	color: #666666; 
	background: #A9BAC3 url(./images/bg.gif) repeat-x;
	text-align: center;
}

img { 
	border:0;
	-ms-interpolation-mode:bicubic;
}

hr {
	border: none 0;
	border-top: 1px dashed #C0C0C0;
	height: 1px;
	text-align: center;
	margin: 2px;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
	border:none;
}

h1, h2, h3 {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", "Trebuchet MS", Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.4em; color: #6297BC; } 
h2 { font-size: 1.3em; text-transform:uppercase; }
h3 { font-size: 1.2em; }

.article, h1, h2, h3 {
	margin: 10px 15px;
}

.article {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, 굴림, gulim, "Trebuchet MS", Arial, Sans-serif;
	font-size: 115%;
	line-height: 160%;
}

.entry-content {
	color: #5B5B5B;
}

.entry-content strong {
	color: #006400;
	font-size: 110%;
}

.view_posts li {
	font-size: 110%;
	line-height: 120%;
}

.article a { 
	color: #0066CC;
	font-size: 95%;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.article a:visited {
	color: #800080;
	background-color: inherit;
	text-decoration: underline;
	border:none;
}

.article a:active { 
	color: #FF9933;
	font-size: 100%;
	background-color: inherit;
	text-decoration: blink;
}

.article a:hover {
	color: #FF9933;
	background-color: inherit;
	text-decoration: underline;
	border:none;
}

.article ul {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, "Trebuchet MS", Arial, Sans-serif;
	font-size: 85%;
	line-height: 130%;
	color: #708090;
}

.article ol {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, "Trebuchet MS", Arial, Sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #708090;
}

fieldset {
	font-size: 9pt;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #808080;
}
ul span, ol span {
	color: #666666; 
}

legend {
	color: #00008B;
	font-size: 10pt;
	font-family: "맑은 고딕", "Malgun Gothic", 나눔고딕, NanumGothic, 굴림, gulim, verdana, tahoma, sans-serif;
}

.RelTagList {
	margin: 5px 0;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, tahoma, sans-serif;
	font-size: 11pt;
}
.RelTagList ul {
	margin: 5px 0;
	padding: 0 5px;
	list-style: none;
}
.RelTagList li {
	padding: 0 0 5px 15px;
	background: url("images/reltaglist.png") 0 0 no-repeat;
}

.license {
	font-family: 나눔고딕, NanumGothic, 돋움, dotum, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, tahoma, sans-serif;
	font-size: 8pt;
	letter-spacing: -1px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 920px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* =====================================================================
   SPAN
===================================================================== */
.date, .cnt, .name { 
	font-size: 0.9em;
	color: #999;
}
.name2 {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #006400;
}
.name2 a {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #006400;
}
.name2 a:hover {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #4284B0;
}
.date2 {
	font-size: 0.9em;
	color: #555;
}
.subject { 
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, tahoma, sans-serif;
	font-weight: bold;
}
/* =====================================================================
   Header
===================================================================== */

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(./images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.5em 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", "Trebuchet MS", Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 10px; left: 30px;
}


/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px 나눔고딕, NanumGothic, Arial, "Trebuchet MS", Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header ul a {
   float:left;
   background: url(./images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header ul a span {
   float:left;
   display:block;
   background: url(./images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header ul a span {float:none;}
/* End IE5-Mac hack */
#header ul a:hover span {
	color:#FFF;
}
#header ul a:hover {
   background-position:0% -42px;
}
#header ul a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */



/* ================================================================
   main
================================================================ */
#main {
	float: left;
	margin-left: 2px;
	padding: 0;
	width: 715px;		
}
/* coverpage */
.coverpage { 
	margin: 15px 0; 
}

/* searchList */
.searchList {
	margin:15px 0;
}
.searchList ol { 
	margin: 10px 15px 0 15px;
	list-style: none; 
}

.searchList li { 
	padding-bottom: 3px;
}

/* localog */
.localog { 
	margin: 15px 0; 
}

.localog .spot { 
	background:url(./images/iconIndentArrow_local.gif) 5px 0 no-repeat;  
	padding-left:20px;  
	margin-top:5px;
}
.localog .info { 
	background:url(./images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  
	padding-left:15px;  
	margin-top:2px;
}

/* Tag Log & keywords */
.taglog, .keywords {
	margin: 15px 0; 
}
.taglog ul, .keywords ul { 
	padding:0;
	margin: 10px;
	text-align:justify;
}
.taglog li, .keywords li { 
	display:inline;
}
.taglog li .cloud1 { 
	background-color:#eee;  
	color:#a2348f;  
	font-weight:bold;  
	font-size:16px;
}
.taglog li .cloud2 { 
	background-color:#eee;  
	color:#5a5194;  
	font-weight:bold;  
	font-size:15px;
}
.taglog li .cloud3 { 
	background-color:#eee;  
	color:#7870ab;  
	font-weight:bold;  
	font-size:14px;
}
.taglog li .cloud4 { 
	background-color:#eee;  
	color:#666;     
	font-size:13px;
}
.taglog li .cloud5 { 
	font-size:12px;  
	color:#999; 
}

/* entry */
.entry {
	margin: 15px 5px;
	text-align:justify;
}

.entry h1, h2 {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", tahoma; 굴림, gulim, "Trebuchet MS", Sans-serif;
	font-variant: small-caps;
	color: #333;
}

.entry h3 {
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", tahoma; 굴림, gulim, "Trebuchet MS", Sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #83ACCA;
	margin: 10px 0;
	padding : 10px;
}

.entry h1 {
	font-size: 1.7em;
	color: #FFFFFF;
	/* letter-spacing: -0.05em; */
	line-height: 150%;
	text-align: center;
	background-color: #DF3A56;
	margin: 10px 0;
	padding : 10px;
	border-bottom: 2px dotted #FFFFFF;
}

.entry h1 a { 
	color: #D8127C;
	background-color: inherit;
	text-decoration: none;
}
.entry h1 a:hover {
	color: #9EC068;
	background-color: inherit;
	border:none;
}

.admin {
	margin: 0; 
	font-size: 0.9em;
	text-align: right;
	}

.article .moreless_fold  { 
	padding-left:18px; 
	background:url(./images/bullet_plus.gif) 0 5px no-repeat ;
} 
.article .moreless_top { 
	padding-left:20px; 
	background:url(./images/bullet_minus.gif) 0 5px no-repeat ;
}
.article .moreless_bottom   { 
	display:none;
}

.article img { border: 0; }

.article .imageblock img {
	padding: 6px;
	margin: 4px 0;
	background: #F6F6F6;
	border-right: 1px solid #708090;
	border-bottom: 1px solid #708090;
}

.cap1  {
	font-family: 굴림, gulim, 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, Georgia, Serif;
	font-size: 85%; 
	margin:0; 
	color: #789; 
	text-align: center;
}
.galleryCaption {
	font-family: 굴림, gulim, 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", verdana, Georgia, Serif;
	font-size: 85%; 
	margin:0; 
	color: #789; 
	text-align: center;
}
.article .dual  { 
	margin-bottom:3px; 
} /* 그림 2개 */
.article .triple { 
	margin-bottom:3px; 
} /* 그림 3개 */

.article code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 나눔고딕, NanumGothic, "Lucida Console", "courier new", monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
.article acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.article blockquote {
	margin: 15px;
 	padding: 5px 5px 5px 20px;  	
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;
	background: #FAFAFA url("images/blockquote.gif") no-repeat 6px 5px;
	font-family: 굴림, gulim, 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", Georgia, "Bookman Old Style", Serif; 
	font-size: 0.9em;
}

 .tagTrail {
 	margin: 5px 15px;
	font: 1.0em "Lucida Sans Unicode", "Trebuchet MS", 굴림, gulim, 바탕, batang, 돋움, dotum, verdana, Serif;
	padding-left: 17px;
	background: url(images/icon_tag.gif) 0 0 no-repeat;
	}
.tagText {
	font-weight: bold;
	}
	
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .category1 {
	font-size: 0.9em;
	background: url(./images/blog_blue.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .date {
	font-size: 0.9em;
	background: url(./images/clock_frame.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(./images/balloon_arrow.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .trackbacks {
	background: url(./images/notebook_arrow.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* trackbacck */
.trackbackURL {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;	
	padding: 5px 5px 5px 25px; margin: 5px 15px 0 15px;
	font-size: 0.95em;
	background: url(./images/notebook_arrow.png) no-repeat 5px center;
}
.trackback {
	background-color: #FAFAFA;
	border: 1px solid #B0C4DE;	
	margin:5px 15px 5px 15px;
}
.trackback ol {
	margin:0;
	padding:7px;
	list-style: none;
	list-style-type: decimal;
	text-align: left;
}
.tbSubject a {
	font-family: "맑은 고딕", "Malgun Gothic", verdana, 나눔고딕, NanumGothic, tahoma, sans-serif;
	font-size: 1.0em;
	color: #0066CC;
}
.tbSubject a:hover {
	font-family: "맑은 고딕", "Malgun Gothic", verdana, 나눔고딕, NanumGothic, tahoma, sans-serif;
	font-size: 1.0em;
	color: #FF9933;
	text-decoration: underline;
}
.tbname {
	font-family: "맑은 고딕", "Malgun Gothic", verdana, 나눔고딕, NanumGothic, tahoma, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #696969;
}

.tbdesc {
	font-family: "Trebuchet MS", 굴림, gulim, 바탕, batang, 돋움, dotum, tahoma, sans-serif;
	font-size: 1.0em;
	color: #696969;
}

/* Comment & Guestbook */
.commentList {
	background-color: #ffffff;
	border: 1px solid #F5F5DC;
	margin: 15px;
	font-family: verdana, 굴림, gulim, "맑은 고딕", "Malgun Gothic", 나눔고딕, NanumGothic, tahoma, sans-serif;
}
.commentList p {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", 굴림, gulim, 바탕, batang, 돋움, dotum, tahoma, sans-serif;
	color: #696969;
}
.commentList .address {
	color: #A9A9A9;
	font-family: "Trebuchet MS", 굴림, gulim, 바탕, batang, 돋움, dotum, tahoma, sans-serif;
	font-size: 1.0em;
}
.commentList .modify {
	color: #A9A9A9;
	font-family: "Trebuchet MS", 굴림, gulim, 바탕, batang, 돋움, dotum, tahoma, sans-serif;
	font-size: 1.0em;
}
.commentList .write {
	color: #A9A9A9;
	font-family: "Trebuchet MS", 굴림, gulim, 바탕, batang, 돋움, dotum, tahoma, sans-serif;
	font-size: 1.0em;
}
.commentList ol {
	margin: 5px 15px 10px 15px;
	padding: 5px;
	list-style: none;
	list-style-type: decimal;
}
.commentList ol ul {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 40px;
	list-style:none;
	background-color: #ffffff;
	background: url(./images/reply.gif) no-repeat 0 top;
}
.commentList .control {
	float: right;
}
.commentList .date2 {
	color: #B0B0B0;
}
.commentList .control span {
	color: #B0B0B0;
}
.commentList span .comment_bold {
	color: #DC143C;
}
.commentWrite, .guestWrite {
	margin: 10px 15px;
	padding: 5px;
	border: 1px solid #000000; 
	background-color: #EBEBEB; 
}

label {
	font-weight:normal;
	margin:0 5px;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 0.93em 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", Verdana, sans-serif;
	color:#777;
}
textarea {
	width:90%;
	padding:2px;
	font: normal 1em 나눔고딕, NanumGothic, Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em "Lucida Sans Unicode", Verdana, 나눔고딕, NanumGothic, tahoma, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* paging */
.paging {
	margin:40px 0 50px 0;
	text-align: center;
	font: 0.85em 나눔고딕, NanumGothic, tahoma;
}

.paging a { color: #4284B0; text-decoration: none; }
.paging a:hover { color: #9EC068;}

.selected  { 
	color: #06c;
	font-size: 1.1em;
	font-weight: bold;
}
.paging .numbox  { 
	border-left: 1px solid #ccc;
	margin: 0 10px;
}
.paging .num  { 
	padding: 0 8px;
	border-right: 1px solid #CCC;
}


/* =======================================================
   Sidebar
=========================================================*/

#sidebar {
	float: left;
	width: 190px;
	margin: 0;	padding: 0; 
	display: inline;	
	font-size: 0.9em;	
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #fbfbfb;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #fbfbfb;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}
.blogImage {
	text-align:center;
}

.c_cnt  { 
	font:0.75em 나눔고딕, NanumGothic, Tahoma, Helvetica, Arial, 굴림, gulim, sans-serif;  
	color:#ccc;
} /* 카테고리 옆 개수 스타일 */

.category, .blogImage, .search, .calendar { 
	margin : 10px 0 10px 15px; 
}

.tagbox ul {
	margin: 5px 0 10px 15px; 
	padding:0;
	list-style:none;	
}
.tagbox li {
	display:inline;
	text-align:justify;
}
.tagbox li .cloud1 { 
	background-color:#eee;  
	color:#a2348f;  
	font-weight:bold;  
	font-size:14px;
}
.tagbox li .cloud2 { 
	background-color:#eee;  
	color:#5a5194;  
	font-weight:bold;  
	font-size:13px;
}
.tagbox li .cloud3 { 
	background-color:#eee;  
	color:#7870ab;  
	font-weight:bold;  
	font-size:12px;
}
.tagbox li .cloud4 { 
	background-color:#eee;  
	color:#666;     
	font-size:11px;
}
.tagbox li .cloud5 { 
	font-size:12px;  
	color:#999; 
}

.banner img { 
	border:0; 
}

.banner { 
	margin: 20px 0 10px 15px;
	line-height: 210%; 
}

/* calendar */
	.cal_month { font-size : 11px; height: 18px; } /* 달력의 년월일, 이전달, 다음달을 표시하는 스타일 */
	.cal_week1 { font-size : 11px; height:18px;} /* 달력의 요일명을 표시하는 스타일 */
	.cal_week2 { font-size:11px; } /* 일요일 요일명을 표시하는 스타일 */
	
	.cal_week { } /* 달력의 주(Week) 단위를 표시하는 스타일 */
	.cal_current_week { background-color:#f2f2f2; } /* 달력의 현재 주(Current Week)를 표시하는 스타일 */
	.cal_day {} /* 현재 달을 포함하는 전체 날짜(Day)의 스타일 전체 */
	.cal_day_sunday { } /* 현재 달을 포함하는 전체 날짜의 일요일 스타일 */
	 
	.cal_day1 {	color: #fff; font-size:11px; text-align: center;} /* 해당 달력에서 이전달 날짜를 표시하는 스타일 */
	.cal_day2 {	color: #000; font-size : 11px;  text-align: center;} /* 해당 달력에서 다음달 날짜를 표시하는 스타일 */
	.cal_day3 {	font-size : 11px;} /* 현재 달력의 이번달 날짜를 표시하는 스타일 */
	
	.cal_day4 {
		text-align: center;
		font-size: 11px;
		font-weight:bold;
		text-decoration:underline;
		color: #4284B0;
		} /* 오늘 날짜를 표시하는 스타일 */
		
	a.cal_click:link, a.cal_click:visited {	color : #777; font-weight: bold; }
	a.cal_click:hover {	color: #4284B0; font-weight: bold; } /* 글을 작성한 날의 링크 스타일 */
	
/* search form */

input.textbox { 
	margin: 0; 
	width: 100px;
	padding: 2px 3px; 	
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
}
input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px 나눔고딕, NanumGothic, Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 40px;
}

/* =======================================================
   Footer
=========================================================*/
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

/* daum adclix */
.eskin001 {width:100%; height:32px; table-layout:fixed;}
.eskin001 .eskin_l{width:80px;background:url(http://image.bizshop.daum.net/ui/adclix_b/skin/eskin001_01.gif) no-repeat left top;}
.eskin001 .eskin_c{width:100%;padding:2px 0 0 10px;background:url(http://image.bizshop.daum.net/ui/adclix_b/skin/eskin001_02.gif) repeat-x left top;}
.eskin001 .eskin_r{width:6px;background:url(http://image.bizshop.daum.net/ui/adclix_b/skin/eskin001_03.gif) no-repeat right top;}
.eskin001 a{color:#000;font:normal 13px 돋움, dotum;}

/* allblog allblet */
.allblet {
	padding-top: 10px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 560px;
}

/* permalink */
.permalink {
	text-align: right;
	padding-left: 20px;
	/* background: url(./images/permalink_icon.gif) no-repeat left 50%; */
}

/* anchors */
.anchors {
	float: right;
}

/* old entry */
.oldentry {
	font-size: 0.8em;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, Serif; 
	padding: 5px;
	background-color: #efefef;
	border-color: #800000;
	border-width: 0.1em;
	border-style: inset;
}

/* WithBlog */
.withblog {
	font-size: 0.9em;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, Serif; 
	padding: 5px;
	background-color: #efefef;
	border-color: #800000;
	border-width: 0.1em;
	border-style: inset;
}

/* Campaign */
.campaign {
	font-size: 0.9em;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", 굴림, gulim, verdana, Serif; 
	padding: 5px;
	background-color: #efefef;
	border-color: #800000;
	border-width: 0.1em;
	border-style: inset;
}

/* recommend */
.recommend {
	text-align: center;
	background: #7170E2;
	margin: 5px 0;
	color: #000000;
}
.recommendtext {
	color: #FFFFFF;
}

/* google adsense */
.adsense {
	margin-bottom: 10px;
}

/* table */
.favor_box {
	width: 670px;
	background: #919191;
}
table.favor {
	position: relative;
	top: -4px;
	left: -4px;
	width: 670px;
	border: 1px solid #000;
	background: #fff;
	font-size: small;
	font-family: 나눔고딕, NanumGothic, "Trebuchet MS", 굴림, gulim, Verdana, 돋움, dotum, sans-serif;
}

table.favor caption {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	font-size: small;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", "Trebuchet MS", Verdana, 돋움, dotum, sans-serif;
	font-weight: bold;
}

table.favor th {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	color: white;
	font-size: small;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", "Trebuchet MS", Verdana, 돋움, dotum, sans-serif;
}

table.favor td {
	margin: 0;
	padding: 2px 10px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

table.favor td a {
	display: block;
}

table.favor th {
	background: #0083DE;
}

table.favor tr {
	background: #F0FFFF;
}

table.favor tr.alt {
	background: #F0F8FF;
}