@charset "utf-8";
/* CSS Document */

body{
  margin:0;
  font: 12px NanumGothic, 나눔고딕, "Malgun Gothic", 맑은 고딕, Dotum, 돋움, "Trebuchet MS", AppleGothic,Verdana, Arial,Gulim, 굴림;
  color:#333;
  text-align:justify;
  background:url(./images/bg.jpg) no-repeat;
  background-color:#5ba9f1;
}

/* 페이징 - 현재 페이지 */
    .selected               { font-weight:bold;  color:#006699;}
    .no-more-prev,
	.no-more-next { color:#006699;}


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

/* 달력 월 표시 */
    .cal_month              { font:1.1em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold; text-align:center;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:1.1em Dotum, Arial, sans-serif;  height:18px; left:10px; font-weight:normal; color:#f2f2f2; text-align:center;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:1.1em Dotum, Arial, sans-serif;  color:#5ba9f1; text-align:center;}

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

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

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

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background:url("images/iconAdmin.gif") no-repeat;  padding-left:20px; }
    .rp_secret              { color:#006699;}
/* 종류별 코멘트 [##_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 0 0px;
	padding:0;
	border:none;
	}
.imageblock * {
	border:none !important;
	}
.imageblock img {
	background-color:#00000;
	border:0px solid #00000 !important;
	vertical-align:middle;
	}

/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { }
/* 그림 3개 배치 */
    .triple                 { }

/* 본문 - more / less */
    .moreless_fold          { background:url("images/iconMore.gif") top left no-repeat;  padding-left:30px; color:#006699;}
    .moreless_top           { background:url("images/iconLess.gif") top left no-repeat;  padding-left:30px; color:#006699;}
    .moreless_body          { }
    .moreless_bottom        { background:url("images/iconLess.gif") top right no-repeat;  padding-right:30px; color:#006699; text-align:right;}

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


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

/* 레이아웃*/
#container{
  margin-left:90px;
  width:1080px;
  text-align:left;
}

#menu{
  padding:28px 0px 0 10px;
  height:45px;
}
a:link	{text-decoration:none; color:#333;}
a:hover	{text-decoration:none; color:#333;}
a:visited	{text-decoration:none; color:#333;}
a:active	{text-decoration:none; color:#333;}

#menu a{
  color:#045198;
  font:13px;
  display:block;
  float:left;
  padding:0 14px 0 12px;
}

/*header*/
#header h1 a{
  display:block;
  width:800px;
  height:180px;
}
#header h1 a span{
  display:none;
}



/*공통*/
hr              { display:none;}
img             { border:0;}
h1 { margin:0 0 5px 0;  padding:0;}
h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:20px;}
h2              { font-size:20px;}
h3              { font-size:10px;}
h4              { font-size:11px;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}

#awrapper{
  width:1080px;
  float:left;
  background:url(./images/bg_wrapper.jpg) repeat-y left top; 
}
 
 
#wrapper{
  width:800px;
  float:left;
}
#header{
  height:180px;
  background:url(./images/blogTitle.jpg) no-repeat;
}

#content{
  margin:0px 0;
  background-color:#ffffff;
}

/*content*/
/* ***** content ***** */
#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry             { padding:10px 0 0 10px;  margin-bottom:5px;}
#content .guestbook, 
#content .searchList, 
#content .searchRplist,
#content .searchTblist,
#content .metapage			{ padding:10px 0 0 2px;}

#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3, 
#content .searchList h3, 
#content .searchRplist h3,
#content .searchTblist h3   {
	border-bottom:1px solid #ccc; 	
	margin-bottom:2px;
	color:#006699;
	font-size:12px;
	width:800px;
}

.guestbook p                { padding:2px 0; margin:0;}
.guestbook h3					{ font-size:14px;}
.guestWrite                 {
	padding:10px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	margin-bottom: 5px;
}


.guestWrite input           { width:150px;}
.guestWrite textarea        { width:762px;  padding:5px;}
.guestWrite .homepage       { width:300px;}
.guestWrite .submit         { width:775px;  height:22px; background-color:#5ba9f1; padding-top:3px;}

.guestList                  { padding:10px 0 0 0; text-align:justify;}
.guestList ol,
.guestList ul               { margin:0; padding:0;  list-style:none;}
.guestList li p             { border-top:1px dotted #ccc; margin-top:5px; padding-top:5px;}
.guestList ol li            { border:2px dotted #eee;  padding:10px;  margin-bottom:10px;  width:770px; overflow:hidden;}
.guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  background-color:#f5f5f5;  

padding-left:25px;  border:none;  width:720px; overflow:hidden;}
.guestList li .name         { color:#666;  font-weight:bold;}
.guestList li .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

.control a:link { font-size:0.8em; text-decoration:none;}

/*entry*/
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { font-size:22px; line-height:30px; letter-spacing:-1px; }
.entry h2 a:link    { color:#333;}
.entry h2 a:visited { color:#333;}
.entry h2 a:hover   { color:#006699;}
.entry h2 a:active  { color:#333;}

/* page error*/ 
#page-error 
{ 
	font-weight          : bold; 
	padding              : 200px 0; 
	text-align           : center; 
}

#entry .titleWrap h2{
  padding:10px 10px 15px 10px;
  font:24px bold;
}
.titleWrap{
}
.titleWrap .info{
  padding:5px;
  color:#FFF;
  background-color:#0171b8;
  font:11px Verdana;
}
.titleWrap .date{
}
.titleWrap .author{
  font:11px dotum;
}
.titleWrap a.category{
  font:11px dotum;
  color:#FFF;
}
.titleWrap .admin{
  margin:10px 0;
  padding:5px;
  border:1px dashed #c1c1c1;
}

.article{
  margin:10px 0;
  padding: 10px 50px 10px 50px;
  line-height:1.8;
  letter-spacing:-1px;
}

.article blockquote      { background:url("images/iconBlockquote.gif") top left no-repeat;  padding-left:25px;  margin:10px 30px;}

.infoB{
  padding:10px;
  margin:20px 20px 20px 20px;
  border:3px double #c1c1c1;
}
.tagTrail{
  margin-bottom:5px;
}
.tagTrail .tagText{
  padding:3px 5px;
  font:11px "Trebuchet MS";
  color:#777;
  text-transform:uppercase;
}
.trackback               { border-top:1px solid #ddd;  background-color:#f5f5f5; padding:10px; margin-bottom:4px;  width:714px;  overflow:hidden;}
.trackback a             { color:#000;}
.trackback h3            { font:11px Verdana; color:#663333;  border-bottom:1px solid #f5f5f5;  margin:5px 5px 10px 5px;}
.trackback h4            { font:12px Verdana; font-weight:normal;  margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:5px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.trackback p             { font:0.95em Verdana, Gulim, Dotum, Arial, sans-serif;  color:#999;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}
.trackback a.delete      { padding-left:8px;  text-decoration:none;}
.trackback a.delete span { font-size:10px; color:#663333;}

.comment                          { font:0.9em NanumGothic, 나눔고딕, "Malgun Gothic", 맑은 고딕, Dotum, 돋움, "Trebuchet MS", AppleGothic,Verdana, Arial,Gulim, 굴림; border-top:1px solid #ddd;  background-color:#f5f5f5; padding:10px; margin-

bottom:4px;  width:714px; overflow:hidden;} 
.comment p                        { margin:3px 0 0 0; padding:0;}
.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none; text-align:left;}
.comment .date                    { font:0.7em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#777;}
.comment .name                    { font-weight:bold;}
.comment ol li                    { padding:10px 5px; }
.comment li ul li                 { padding:5px 0px 5px 25px; margin-top:10px; background:url("images/iconIndentArrow_local.gif") no-repeat 12px 

6px; background-color:#fff;}
.comment .control a.address       { padding-bottom:0px;  text-decoration:none;}
.comment .control a.address span  { /*display:none;*/}
.comment .control a.modify        { padding-bottom:0px;  text-decoration:none;}
.comment .control a.modify span   { /*display:none;*/}
.comment .control a.write         { padding-bottom:0px;  text-decoration:none;}
.comment .control a.write span    { /*display:none;*/}
.commentWrite                     { padding:5px; margin-top:20px;}
.commentWrite input               { width:150px;}
.commentWrite textarea            { width:690px;  padding:5px;}
.commentWrite .homepage           { width:300px;}
.commentWrite .submit             { width:702px;  height:30px;  background-color:#5ba9f1;  font:0.9em;} 
.commentWrite .secretWrap         { float:right; position:relative; top:-20px; left:-380px;}
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

.paging           {
	text-align:center;
	font-size:0.8em;
	padding: 10px 0 10px 0;
}
.paging .numbox   { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:0.95em verdana;}
.paging .num      { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}
.paging a	{ color:#333; text-decoration:none;}
.paging a:hover		{ color:#006699;}
.actionTrail{
}
.actionTrail .cnt{
  color:#0171b8;
}

#sidebarWrap{
  width:280px;
  float:right;
}

#tagbox{
  height:180px;
  background:url(./images/rss_icon_on.jpg) no-repeat;
}

#rssicon a	{ display:block; width:280px; height:180px; background:url("images/rss_icon_off.jpg") 0 0 no-repeat;}
#rssicon a:hover  { background:url("images/rss_icon_on.jpg") 0 0 no-repeat;}

.label {
	background: #282828 url("images/label.png") no-repeat;
	clear: both;
	color: #282828;
	font: bold 25px Verdana, "Lucida Sans Unicode",sans-serif; padding-top:5px;
	width: 280px;
	height: 48px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	

}
.label a, 
.label a:hover,
.label a:active,
.label a:visited { color:#eee; text-decoration:none;	cursor: pointer; }

#sidebar{
  margin:0 0;
  background-color:#282828;
 
}

#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    { padding-left:5px;}
#sidebar .search               { text-align:center; padding:10px 0 10px 0;}
#sidebar .search input         { width:200px;  height:24px;}
#sidebar .search .submit       { width:50px;  height:20px;  background-color:#ccc;  padding-top:2px;}

#sidebar .notice               { margin:10px 0;  padding:0;}
#sidebar .notice li            { border-bottom:1px dotted #ddd;  margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { background:url("images/iconNotice.gif") 0 0 no-repeat; padding:1px 0 5px 27px;}
#sidebar .notice a:hover       { background:url("images/iconNotice_on.gif") 0 0 no-repeat;  padding:0 0 5px 27px; text-decoration:none; color:#006699;}

.block a {
	color: #c2c2c2;
	display: block;
	font: 12px Verdana,sans-serif;
	padding: 0.4em 1% 0.4em 5%;
	width: 90%;
}

#footer{
  clear:both;
  height:50px;
  background:url(./images/bgFooter2.jpg) no-repeat;
  margin:0 0 20px 90px;
  padding:6px 0 0px 279px;
  text-align:left;
}
#copyright{
  margin:0 auto;
  width:1080px;
  text-align:left;
}
