@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 본문 공통 */
body{
		font:12px/1.5 나눔고딕,NanumGothic,Dotum, Verdana, AppleGothic, Sans-serif;
		color:#666;
		background: /*@background-color*/#BDAC95/*@*/ /*@background-image*/ /*@*/ /*@background-image-repeat*/repeat/*@*/ /*@background-image-position*/center center/*@*/;
		margin: 0; padding: 0;
}
a:link          { color:#666;     text-decoration:none;}
a:visited       { color:#666;     text-decoration:none;}
a:hover         { color:#666;  text-decoration:underline;}
a:active        { color:#666;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
	.selected               { font-weight:bold;  color:#f30;}
	.no-more-prev { padding-left:6px; color:#999;}
	.no-more-next { padding-right:6px; color:#999;}

/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#f30;}

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; }
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif; }

/* 달력 Week(tr 영역)  */
	.cal_week               { }
	.cal_current_week       { }

/* 달력 Day(td 영역) */
	.cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#666;  text-align:center; }
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { }
	.cal_day_sunday a        { }

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#666;  text-decoration:underline; font-weight: bold; }
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click:link        { color:#333;  font-weight:bold;}
	a.cal_click:visited     { color:#333;  font-weight:bold;}
	a.cal_click:hover       { color:#f30;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
	.rp_secret              { color:#f30;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
	.cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
/* 그림 */
	.imageblock             { margin:0 auto;}
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
	.moreless_fold          { background:url(images/icon_view_more.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_top           { background:url(images/icon_stop_view.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_body          { }
	.moreless_bottom        { background:url(images/icon_stop_view.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;}

/* 키워드 */
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.6em;}
h2              { font-size:1.4em;}
h3              { font-size:1.2em;}
h4              { font-size:1em;}
input, textarea {
	color: #999;
	font-size: 12px;
}
input { height: 16px; }
table { border-collapse: collapse; border-spacing: 0; }

/* 블로그 레이아웃 */
/* wrapContainer */

#container {	
  width:/*@post-width:370=*/976px/*@*/;        
	height: 100%;
	clear: both; margin-left: 50px;
	z-index: auto;
}
#header {height:/*@title-height:30=*/100px/*@*/;}
#wrapContent { }
#content {
	float:left;
	padding: 40px 40px 30px; 
	width:/*@post-width=*/606px/*@*/;
	height: auto;
	background-color:#fff;
	-webkit-box-shadow: #000 0px 4px 15px;
	-moz-box-shadow: #000 0px 4px 15px;
	box-shadow: #000 0px 4px 15px;position: relative;
}
#sidebar { float: left; width: 200px; padding: 14px; padding-right: 0;
margin-top: 5px;
	clear: none;
}
#footer { clear:both; padding:20px 0 0 0; }

/* ***** Header ***** */
/* My Comment */
#header a              { /*@title-color=:#000000*/color:#000000;/*@*/ }
#header h1             { padding-top:/*@title-height:-65=*/25px/*@*/;
}
#header h1 a           { font-family:/*@title-font-family=*/나눔명조,NanumMyeongjo,nm,SeoulHangang,나눔,batang,dotum/*@*/; font-size:/*@title-font-size*/16px/*@*/; letter-spacing:3px;}
#header h1 a:hover     { color: #bef392;  text-decoration:none;}
#header .blogTitle		{ 
	height: /*@title-height=*/70px/*@*/;
	background: /*@title-background-color=*/transparent /*@*/ /*@title-background-image=*/ /*@*/ /*@title-background-image-repeat=*/repeat/*@*/ /*@title-background-image-position=*/center center/*@*/;background-color: #fff;
	width: 400px;margin: 0;
	text-align: center; float: left;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: #666 0px 1px 15px;
	-moz-box-shadow: #666 0px 1px 15px;
	box-shadow: #666 0px 1px 15px; display: none;
	
}

/* blog menu */

ul#blogmenu { 	position: absolute;
				margin: 0px;
				padding: 0px;
				left: 565px;
				list-style: none;
				width: 220px;

}
ul#blogmenu li{
	width: 43px;
	display: inline;
	float: left;
}
ul#blogmenu li a{
	display: block;
	float: left;
	margin-top: -45px;
	width: 40px;
	height: 20px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center 10px;
	border: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	padding-top:45px;
	-moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0.7;cursor:pointer;
}
ul#blogmenu .tab_localog a{
	background-image: url(images/map_red.png);}
ul#blogmenu .tab_taglog a{
	background-image: url(images/tag_blue.png);}
ul#blogmenu .tab_media a{
	background-image: url(images/picture.png);}
ul#blogmenu .tab_guestbook a{
	background-image: url(images/users.png);}
	
ul#blogmenu li a:hover{
	    opacity: 0.9;
}
ul#blogmenu li a span{
	letter-spacing: 1px;
	font-size: 11px;
	color: #888;	
}
/* ***** content ***** */
#content .nonEntry h3   { border-bottom:1px solid #ccc;  margin-bottom: 30px;  color: #333;}

#content .entryNotice,
#content .entryProtected,
#content .entry             { margin-bottom: 50px;}

#searchList ol,
#searchRplist ol            { list-style:none;  padding:0;  margin:0 0 30px 0;}
#searchList li,
#searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
#searchList .date,
#searchRplist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
#searchList .cnt            { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#adcb75;}
#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

#localog .spot              { padding-left:30px;  margin-bottom: 6px; }
#localog .info              { padding-left:15px;  margin-bottom: 6px; }
#localog a { color:#adcb75; text-decoration: none; }

#taglog ul                  { padding: 0; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog li .cloud1          { color:#699;  font-weight:bold;  font-size:14px;}
#taglog li .cloud2          { color:#84bbdd;  font-weight:bold;  font-size:14px;}
#taglog li .cloud3          { color:#333; }
#taglog li .cloud4          { color:#999; }
#taglog li .cloud5          { color:#999; }

#guestWrite                 { padding:15px;border-left: 20px solid #adcb75;}
#guestWrite p                { clear: both; padding: 0; margin:0;}
#guestWrite p.writerInfo label  { width: 80px; float: left; font: 0.85em verdana; padding-top: 2px; vertical-align: middle;  }
#guestWrite p.writerInfo input  { float: left; width:150px; border: 1px solid #d1d3d4; vertical-align: middle; margin-bottom: 5px; padding: 2px 0 0 8px; }
#guestWrite textarea            { width:/*@post-width:-100=*/530px/*@*/;  padding: 5px; border: 1px solid #d1d3d4;height: 120px; }
#guestWrite .homepage           { width: /*@post-width:-180=*/450px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
#guestWrite input.submit        { width: 76px; height: 25px; display: block; margin: 5px auto 0; border: 2px solid #aaa; cursor: pointer; background-color: #fff;margin-top: 15px;}
#guestWrite input.submit:hover        { border: 2px solid #adcb75;}
#guestWrite input.submit:active        { border: 2px solid #333;}
#guestWrite .secretWrap         { clear: both; padding: 15px 0 5px;}
#guestWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

#guestList                  { padding:10px 0 0 0;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none; }
#guestList .guest_general { padding-top: 15px; }
#guestList p.ctrlGuest, #guestList p.ctrlGuestRe { border-bottom: 1px dotted #ccc; padding-bottom: 4px; margin-bottom: 13px; height: 15px; }
#guestList p.ctrlGuestRe { margin-bottom: 7px; }
#guestList ol li            { padding: 0 20px 10px;  margin-bottom:10px; width:/*@post-width:-50=*/580px/*@*/; overflow:hidden;}
#guestList li ul li         { width:/*@post-width:-90=*/540px/*@*/;padding :0 20px 10px;  border:none;  overflow:hidden; margin-top: 15px; }
#guestList li .name         { float: left; color:#333;  font-weight:bold; padding-right: 15px; font: 14px 나눔명조,NanumMyeongjo,nm,SeoulHangang,나눔,batang,gulim bold;  }
#guestList li .name a { color:#333; font-weight:bold; }
#guestList li .date         { float: left; font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px; }
#guestList .control {float: right;}
#guestList .control a{text-decoration: none;margin-left: 10px; color: #adcb75;
	font-weight: bold;
	font-size: 11px; float: left;}
#guestList .control a.modify       { padding-bottom:2px;height: 15px; display: block; float: left; text-decoration: none; }
#guestList .control a.modify span  {}
#guestList .control a.write        {padding-bottom:2px; width: 39px; height: 15px; display: block; float: left; text-decoration: none; }
#guestList .control a.write span   {}

/* entry */
.entryNotice h2,
.entryProtected h2,
.entry h2                { font-size:1.2em;  line-height:1.4em; }
.titleWrap               { border-bottom: 1px solid #b6b6b6;  padding-bottom:3px;  margin-bottom: 10px; text-align: center;}
.titleWrap h2 a          { 
  /*@post-title-color=:#333;*/color: #555;/*@*/
  /*@post-title-font-family=:;*/font-family: 나눔명조,NanumMyeongjo,nm,SeoulHangang,나눔,batang,dotum;/*@*/
  font-size: /*@post-title-font-size*/20px/*@*/;
}
.titleWrap .date_bg {position:relative;float: left;right: 65px;top: 10px;width: 75px;height: 25px;
	text-align:left;
	background: url(images/entry_cat_bg.png) no-repeat;padding-top: 6px;
}
.titleWrap .date   {padding-left: 9px;font: bold 11px Georgia, serif;  color:#ddd; }
.titleWrap .category, .titleWrap .category a   {margin-top: 5px;margin-bottom: 5px;font:12px Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#aaa;}
.admin{clear: both;text-align: center;}
.entryProtected .protectedContentWrap { padding: 30px; }
.entryProtected .protectedForm { padding: 15px 0; text-align: center; margin-top: 30px; }
.entryProtected .protectedForm input.pass { border: 1px solid #ddd; vertical-align: middle; }
.entryProtected label { vertical-align: middle; }
.entryProtected p.text   { width:220px; background: url(images/img_protect.gif) no-repeat left top ; padding-left:50px; margin: 0 auto; }
.entryProtected input    { width:200px; }
.entryProtected .submit  { border: none; width: 41px; height: 21px; background: url(images/btn_pass_confirm.gif) no-repeat; text-indent: -1000em; display: inline; vertical-align: middle; }

.article { 
  margin: 36px 0 0 0;
  /*@post-body-color=:#666666;*/color: #666666;/*@*/
  /*@post-body-font-family=:;*/font-family: 나눔고딕,NanumGothic,dotum;/*@*/
  font-size: /*@post-body-font-size*/13px/*@*/;
}
.article a:link          { color: #adcb75;  text-decoration:none;	font-weight: bold;}
.article a:visited       { color: #adcb75;  text-decoration:none;	font-weight: bold;}
.article a:hover         { color: #adcb75;  text-decoration:underline; font-weight: bold; }
.article a:active        { color: #9fbb6e;  text-decoration:none; font-weight: bold;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background: url(images/icon_quotation.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px; }

.author                  { text-align:right; color:#666; padding: 40px 0;}
.author .text            { font: 0.85em Verdana, Arial, Helvetica, sans-serif; color: #999; }

.tagTrail                { color: #999; letter-spacing: -1px; padding: 0 0 5px 35px;  background: url(images/icon_tag.gif) left 3px no-repeat; clear:both; border-bottom: 1px solid #d1d3d4; margin-bottom: 10px; }
.tagTrail a						   { color: #999; }
.tagText                 { display:none;}

.actionTrail             { width:/*@post-width:-30=*/600px/*@*/;padding:7px 15px;  clear:both;}
.actionTrail .cnt        { color:#adcb75;font-size: 16px;}

.trackback               { width:/*@post-width=*/630px/*@*/;  overflow:hidden; }
.trackback a             { color:#000;}
.trackback h3            { 
	font:11px dotum; color:#333;  border-bottom:1px solid #adcb75;  margin:0 25px 7px;
	border-left: 10px solid #adcb75; padding: 7px 15px; }
.trackback h3 span			{ font: 11px verdana; color: #999; cursor: pointer; }
.trackback h4            { font:12px dotum; color: #999; margin:0;}
.trackback h4 a			{ color: #000; letter-spacing: -1px; }
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top: 1px dotted #dedede;  padding: 15px;}
.trackback .date         { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#999;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}

.comment                          {padding: 5px 15px 15px; margin-bottom: 4px; width:/*@post-width:-32=*/598px/*@*/; overflow:hidden; }
.comment p                        { clear: both; margin:3px 0 0 0; padding:0;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { float: left; font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px;}
.comment .name                    { float: left; color:#333; font: 14px 나눔명조,NanumMyeongjo,nm,SeoulHangang,나눔,batang,gulim bold; padding-right: 15px; }
.comment .name a                  { color:#333; font-weight:bold;}
.comment .control				{ float: right;}
.comment ol li                    { padding: 10px 5px 10px 0px; border-bottom: 1px dotted #ccc; }
.comment li ul li                 { padding: 10px 10px 5px 25px;  background: url("images/iconcommentRe.gif") no-repeat 6px 12px; border:none;}
.comment .control a				{ text-decoration: none;margin-left: 10px; color: #adcb75;
	font-weight: bold;
	font-size: 11px; float: left;
}
.comment .control a:hover		{ color: #333;}
.commentWrite                     { padding: 20px 0 0; }
.commentWrite p.writerInfo label  { width: 80px; float: left; font: 0.85em verdana; padding-top: 2px; vertical-align: middle;  }
.commentWrite p.writerInfo input  { float: left; width:150px; border: 1px solid #d1d3d4; vertical-align: middle; margin-bottom: 5px; padding: 2px 0 0 8px; }
.commentWrite textarea            { width:/*@post-width:-44=*/586px/*@*/;  padding: 5px; border: 1px solid #d1d3d4; }
.commentWrite .homepage           { width: /*@post-width:-180=*/450px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
.commentWrite input.submit        { width: 76px; height: 25px; display: block; margin: 5px auto 0; border: 2px solid #aaa; cursor: pointer; background-color: #fff;}
.commentWrite input.submit:hover        { border: 2px solid #adcb75;}
.commentWrite input.submit:active        { border: 2px solid #333;}
.commentWrite .secretWrap         { clear: both; padding: 0 0 5px; margin-top: 10px;}
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

#paging            { padding-top:0px;  text-align:center;  font-size:0.95em;}
#paging .numbox    { font:0.95em verdana; padding: 0 18px; }
#paging .num span      { border:1px solid #eee; width: 23px; height: 23px; padding: 2px 5px; margin-right: 3px; }
#paging .num span.selected { background-color: #444; border-color: #ddd; color: #ddd; }
#paging a { text-decoration: none; }
#paging #prevPage { background:url(images/btn_page_pre.gif) left 0 no-repeat; height: 23px; padding-left:9px;}
#paging #nextPage { background:url(images/btn_page_next.gif) right 0 no-repeat; height: 23px; padding-right:9px;}

/* ***** sidebar ***** */
#sidebar ul                    { padding-left:2px;  margin:0;  list-style:none; }
#sidebar li                    { background: url(images/bullet_dot.gif) 0 6px no-repeat;  padding-left: 12px;}
#sidebar li a { color: #666; }
#sidebar h3                    { font-family: NanumGothic,tahoma; font-size: 1em;  letter-spacing: 2px;text-align: center;}
#sidebar .cnt                  { font:0.85em NanumGothic,Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#adcb75;}
#sidebar .date                 { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#94a0a5;}
#sidebar .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#94a0a5;}

#profile ,#notice, #adminMenu, #searchBox, #category, #tagbox, #recentPost, #recentComment, #recentTrackback, #archive, #calendar, #link, #counter {
	background-color:#fff;padding:5px;margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#profile { background-color: #fff; padding: 10px;text-align: center;}
#blogImage img {width:50px;
	bottom: 0;
	border: 2px solid #000;
}
#blogDesc { color: #ADADAD;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; }
#blogDesc p { margin: 0; padding: 0; }
.userID { color: #999; line-height: 2em; }

#notice               { padding:5px;}
#notice li            { text-align:left;margin:0px; padding: 0 0px 0px 4px; background:none;border-left: 5px solid #adcb75;}
#notice a	     {}
#notice a:hover {
	text-decoration: underline;
}
#adminMenu            { height: 16px; text-align: center;}

#searchBox				{background-color: #000; height: 15px; padding: 0;padding-left: 20px;padding-bottom: 3px;padding-top: 5px;}
#searchBox input         { width: 110px; height:11px; background-color: #000;border: 0;color: #fff;
}
#searchBox .submit       { width: 50px;  height:13px; border:0; cursor:pointer;color:  #9a9a9a;font: 11px NanumGothic;
}

#category li          { background:none;}
#category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#category li ul li ul li a{ color:#999;}
#category a:hover { }

#tagbox ul            { padding:5px 2px;	text-align: justify;}
#tagbox li            { background: none;  display: inline; padding: 0 7px 0 0; }
#tagbox li .cloud1    { font-weight:bold; font-size: 14px; color: #366; }
#tagbox li .cloud2    { font-weight:bold; font-size: 14px; color: #adcb75; }
#tagbox li .cloud3    { font-weight:bold; font-size: 14px; color: #333; }
#tagbox li .cloud4    { font-size: 12px; color: #333; }
#tagbox li .cloud5    { font-size: 12px; color: #333; }
#tagbox a:hover       { text-decoration: none; background-color: #333; color: #fff;}

#recentComment        { overflow:hidden;}
#recentComment .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#recentTrackback      { overflow:hidden;}
#recentTrackback .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#archive li           { }
#calendar td             { font-family:verdana;}

#counter              { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif; padding: 10px 15px;  margin-top: 20px; border: 1px solid #dedede; background-color: #eee; color: #999; line-height: 1.5; }
#counter dl, #counter dt, #counter dd { padding: 0; margin: 0; }
#counter dt { float: left; width: 80px; }
#counter dd.total { font-weight: bold; color: #333; }

#adTistory       { text-align:center; margin-top: 20px; }
#adTistory .tistoryJoin a { font: 11px dotum; letter-spacing: -1px; color: #999; }
#btnRSS          {  margin-top: 20px; text-align:center;}

/* ***** footer ***** */
#footer          { clear: both; text-align:center;  padding:30px 10px 10px 10px;  font:11px Verdana, dotum;	color:#666;}
#footer .footMenu { padding-bottom: 8px; }
#footer .footMenu span { color: #b6b6b6; }
#footer a        { color:#333;}
#footer .copyright, #footer .copyright a { font: 11px dotum; color: #333; }

.clear { clear: both; }
* html .clear { display: inline; }