	@charset "utf-8";
	/* 반드시 들어가야 하는 스타일 시작 */

	/* 본문 공통 */
	* { font-family:  Malgun Gothic, verdana, dotum; }
	body{
			font:12px/1.5  verdana, dotum,  AppleGothic, Sans-serif;
			color:#666;
			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: normal;  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:#e11a21;}

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

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

	/* 달력 Day(td 영역) */
		.cal_day                { font:0.95em  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:#000;}
	/* 종류별 방명록 글 [##_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             { } /*border:1px solid #ddd;  padding:5px;  margin:5px 0;*/
	/* 왼쪽 */
		.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.4em;}
	h4              { font-size:1em;}
	input, textarea { font: 1em verdana, dotum; }
	input { height: 16px; }
	table { border-collapse: collapse; border-spacing: 0; }

	/* 블로그 레이아웃 */
	/* wrapContainer */
	#wrapMid { clear: both; width:/*@post-width:314=*/900px/*@*/; margin: 0 auto; }
/*
	#wrapMid { border-bottom: 2px solid #dbdbdb; padding-bottom: 65px; margin-top: 30px; }
*/

	#container {
	  width:/*@post-width:290=*/900px/*@*/;
		height: 100%; background: #fff;
	}
	#header {  }
	#wrapContent { padding-top: 25px; }
	#content {
		float:left;
		padding: 0px;
		margin-right: 25px;
		width: 620px;
		overflow:hidden;
	}
	#sidebar { float: right; width: 255px; }
	#footer { width: 900px; height: 90px; border-top: 1px solid #ededed; }

	/* ***** Header ***** */
	#header .blogTitle		{
		width:/*@post-width:197=*/900px/*@*/; height: /*@title-height=*/197px/*@*/;
	}
	#header a              { /*@title-color=:#000000*/color:#000000;/*@*/ }
	#header .blogMenu      { padding: 0; margin-top: 8px;}
	#header h1 a           { font-family:/*@title-font-family=*/verdana, dotum/*@*/; font-size:/*@title-font-size*/16px/*@*/; font-weight:bold;  letter-spacing:-1px;}
	#header h1 a:hover     { color:#333;  text-decoration:none;}

	#header .blogMenu { background: url(images/menubar_left.gif) no-repeat left top; }
	#header .wrapBlogMenu { background: url(images/menubar_rig.gif) no-repeat right top; }
	#header .blogMenu ul   {
		margin: 0 6px;  padding: 10px 0 0 36px;  list-style:none; height: 27px;
		background: url(images/menubar_bg.gif) repeat-x left top;
	}
	#header .blogMenu li   { display:inline;   margin-right: 30px;}
	#header .blogMenu li a { font-family: verdana, dotum; color: #fff; font-weight: bold; letter-spacing: -1px; }

	/* ***** content ***** */
	#content .nonEntry h3   { border-bottom:1px solid #ccc;  margin-bottom: 30px;  color: #333;}

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

	#searchList ol,
	#searchRplist ol            { list-style:none;  padding:0;  margin:30px 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  Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
	#searchList .cnt            { font:0.75em  Helvetica, Arial, Gulim, sans-serif;  color:#e11a21;}
	#searchRplist .name         { font:0.95em verdana, 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:#617f8a; 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;  background-color:#f5f5f5;  border:1px solid #ddd;}
	#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:-44=*/576px/*@*/; padding: 5px; border: 1px solid #d1d3d4; }
	#guestWrite .homepage           { width: /*@post-width:-180=*/450px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
	#guestWrite input.submit        { background: url(images/btn_visitor_write.gif) no-repeat; width: 79px; height: 29px; display: block; margin: 5px auto 0; text-indent: -1000em; border: none; cursor: pointer; }
	#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            { border:5px solid #eee;  padding: 0 20px 10px;  margin-bottom:10px; width:/*@post-width:-50=*/570px/*@*/; overflow:hidden;}
	#guestList li ul li         { width:/*@post-width:-90=*/530px/*@*/; background-color: #f5f5f5;  padding :0 20px 10px;  border:none;  overflow:hidden; margin-top: 15px; }
	#guestList li .name         { float: left; color:#333;  font-weight:bold; letter-spacing: -1px; padding-right: 15px; }
	#guestList li .name a { color:#333; font-weight:bold; }
	#guestList li .date         { float: left; font:0.85em  Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px; }

	#guestList .control a.modify       { background:url(images/btn_b_editndel.gif) no-repeat; padding-bottom:2px; width: 52px; height: 15px; display: block; float: left; text-decoration: none; }
	#guestList .control a.modify span  { display:none;}
	#guestList .control a.write        { background:url(images/btn_b_reply.gif) no-repeat; padding-bottom:2px; width: 39px; height: 15px; display: block; float: left; text-decoration: none; }
	#guestList .control a.write span   { display:none;}

	/* entry */
	.entryNotice h2,
	.entryProtected h2,
	.entry h2                { font-family: Malgun Gothic, verdana, dotum; font-size:1.7em; margin-bottom: 5px; }
	.titleWrap               { border-bottom: 1px solid #b6b6b6;  height: auto; padding: 0; margin-bottom: 10px;}
	.titleWrap h2 a          {
	  /*@post-title-color=:#333;*/color: #333;/*@*/
	  /*@post-title-font-family=:;*/font-family: Malgun Gothic, verdana, dotum;/*@*/
	  font-size: /*@post-title-font-size*/inherit/*@*/;
	}
	.titleWrap .category { margin-right:6px; }
	.titleWrap .category, .titleWrap .category a   { font: 0.95em Malgun Gothic, verdana, dotum, Arial, sans-serif;  color:#999;  } /* letter-spacing: -1px; */
	.titleWrap .date         { font:0.85em  Helvetica, Arial, Gulim, sans-serif;  color:#c2c2c2;}

	.entryProtected .protectedContentWrap { border: 1px solid #ececec; padding: 30px; }
	.entryProtected .protectedForm { background-color: #f9f9f9; 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; overflow:hidden;
	  /*@post-body-color=:#000;*/color: #000;/*@*/
	  /*@post-body-font-family=:;*/font-family:  verdana, dotum;/*@*/
	  font-size: /*@post-body-font-size*/1.2/*@*/;
	/* 황금곰 091031: 줄간격을 위해 추가 */
	  line-height: 1.8;
	  letter-spacing:0;
	}
	.article a:link          { color:#666666;  text-decoration:none;}
	.article a:visited       { color:#666666;  text-decoration:none;}
	.article a:hover         { color:#666666;  text-decoration:underline;}
	.article a:active        { color:#666666;  text-decoration:none;}

	.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  Arial, Helvetica, sans-serif; color: #999; }

.authbio { float: left; width: 605px; border: 1px dashed #c4c4c4; background: white; clear: both; padding: 0px 0px 10px 10px; margin-bottom: 15px; }
.authbio p { padding: 0px 20px 0px 10px; }

	.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=*/590px/*@*/;padding:7px 15px;  clear:both;}
	.actionTrail .cnt        { color:#e11a21;}

	.trackback               { width:/*@post-width=*/620px/*@*/;  overflow:hidden; }
	.trackback a             { color:#000;}
	.trackback h3            {
		font:12px verdana, dotum; color:#333;  border-bottom:1px solid #f5f5f5;  margin:0 0 7px;
		border: 1px solid #e7e8e9; background-color: #f9f9f9; padding: 7px 15px; }
	.trackback h3 span			{ font: 11px verdana; color: #999; cursor: pointer; }
	.trackback h3 span.add	{ color: #e11a21; }
	.trackback h4            { font: bold 12px verdana, dotum; color: #000; 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  Helvetica, Arial, Gulim, sans-serif;  color:#999;}
	.trackback p             { font:0.95em verdana, 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 0px 15px; margin-bottom: 4px; width:/*@post-width:-32=*/618px/*@*/; overflow:hidden; } /*  background-color:#f9f9f9; border: 1px solid #e7e8e9;*/
	.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  Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px; }
	.comment .name                    { float: left; color:#333; font: 12px gulim bold; letter-spacing: -1px; padding-right: 15px; }
	.comment .name a                  { color:#333; font-weight:bold;}
	.comment .control				{ float: left; }

	.comment ol li                    { padding: 10px 5px 10px 0; border-top: 1px solid #eee; }
	.comment li ul li                 { padding: 10px 10px 5px 25px;  background: url("images/iconReComment.gif") no-repeat 0 6px; border:none;}
	.comment .control				{ margin-top: 2px; }
	.comment .control a				{ text-decoration: none; margin-left: 5px; }
	.comment .control a.address       { background:url(images/btn_b_address2.gif) no-repeat;  padding-bottom:2px; width: 44px; height: 10px; display: block; float: left; }
	.comment .control a.address span  { display:none;}
	.comment .control a.modify        { background:url(images/btn_b_editndel2.gif) no-repeat; padding-bottom:2px; width: 101px; height: 10px; display: block; float: left; }
	.comment .control a.modify span   { display:none;}
	.comment .control a.write         { background:url(images/btn_b_reply2.gif) no-repeat; padding-bottom:2px; width: 36px; height: 10px; display: block; float: left; }
	.comment .control a.write span    { display:none;}

	.commentWrite                     { padding: 20px 0 0; }
	.commentWrite .writerInfo label  { width: 63px; float: left; font: 0.85em verdana; padding-top: 2px; vertical-align: middle;}
	.commentWrite .writerInfo input  { float: left; width:200px; border: 1px solid #d1d3d4; vertical-align: middle; margin-bottom: 5px; padding: 2px 0 0 8px; }
	.commentWrite .writerInfo .name  { float: left; }
	.commentWrite .writerInfo .password  { float: right; }
	.commentWrite textarea            { width:/*@post-width:-44=*/606px/*@*/;  padding: 5px; border: 1px solid #d1d3d4; height: 82px; }
	.commentWrite .homepage           { width: /*@post-width:-180=*/545px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
	.commentWrite input.submit        { background: url(images/btn_reply_input.gif) no-repeat; width: 113px; height: 22px; display: block; margin: 5px auto 0; text-indent: -1000em; border: none; cursor: pointer; float: right; }
	.commentWrite .secretWrap         { clear: both; padding: 0 0 5px; margin-bottom: 10px; font: 0.85em verdana;}
	.commentWrite .secretWrap input  { float: left; font: 0.85em verdana; padding-top: 2px; vertical-align: middle; margin-right: 2px; *margin-right: 0; }
	.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

	#paging            { padding-top:10px;  text-align:center;  font-size:0.95em;}
	#paging .numbox    { font:0.85em verdana; padding: 0 0px; }
	#paging .num span      { width: 23px; height: 23px; padding: 2px 5px; margin-right: 3px; color: #777; }
	#paging .num span.selected { color: #cf003c; }
	#paging a { background: url(images/page_bar.gif) no-repeat right 3px;  text-decoration: none; padding-right: 3px; }
	#paging #prevPage { background:url(images/btn_page_pre.gif) left 3px no-repeat; height: 10px; padding-left:14px; padding-right: 0; }
	#paging #nextPage { background:url(images/btn_page_next.gif) right 3px no-repeat; height: 10px; padding-right:17px; margin-left: 10px; }

	/* ***** sidebar ***** */
	#sidebar h3.navioff {
		background: url(images/open.gif) no-repeat 240px 29px;
	}

	#sidebar h3.navion {
		background: url(images/close.gif) no-repeat 240px 29px;
	}


	#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
	#sidebar li                    { background: url(images/bullet_dot.gif) 7px 10px no-repeat; padding: 3px 0 1px 13px; border-bottom: 1px solid #ededed; }
	#sidebar li a { color: #666; }
	#sidebar h3                    { font-family: gulim; font-size: 1em; font-weight:bold; color: #333; letter-spacing: -1px; border-bottom:1px solid #bebebe; margin-bottom: 6px; padding: 25px 0 9px 7px; cursor:pointer; }
	#sidebar .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#e11a21;}
	#sidebar .date                 { font:0.85em  Helvetica, Arial, Gulim, sans-serif;  color:#94a0a5;}
	#sidebar .name                 { font:0.9em verdana, dotum, Arial, sans-serif;  color:#94a0a5;}

	#profile { background-color: #fff; }

	#blogImage img { width:255px; padding-bottom: 10px; }
	#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               { margin:10px 0;  padding:0;}
	#notice li            { background:url(images/bullet_dot.gif) 7px 10px no-repeat; padding:3px 0 1px 13px;}
	#notice a	     { }

	#adminMenu            { margin: 8px 0 15px 0; background: transparent url(images/admin_boxletf.gif) no-repeat; height: 45px; text-align: center;}
	#adminMenu ul { background: #f0f0f0 url(images/admin_boxrig.gif) no-repeat right; height: 34px; padding: 7px 0 4px; margin-left: 4px; }
	#adminMenu li         { display:inline; background:none; padding: 0; margin: 0; }

	#searchBox				{  }
	#searchBox input         { width: 216px; height:22px; border:1px solid #e2e2e2; vertical-align: middle; background-color: #f8f8f8; border-right: none; padding: 2px; }
	#searchBox .submit       { background:url(images/btn_search.gif) no-repeat; width: 33px;  height:28px; text-indent:-5000px; border:0; cursor:pointer; vertical-align: middle; }

	#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;}

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

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

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

	#archive li           { margin:10px 0; }
	#calendar td             { font-family:verdana;}

	#counter              { font:0.85em  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 verdana, dotum; letter-spacing: -1px; color: #999; }
	#btnRSS          {  margin-top: 20px; text-align: center; background: url(images/bg_rss.gif) no-repeat; width: 250px; *width: 247px; height: 31px; padding-top: 8px; padding-left: 8px; *padding-left: 8px; }
	#btnRSS li { background: none; float: left; border-bottom: none; }
	#btnRSS li.fst { margin-right: 20px;  }

	/* ***** footer ***** */
	#footer { position: relative; clear: both; width: 900px; margin: 0 auto; height: 90px; }
	#footer .footMenu { padding-bottom: 8px; }
	#footer .footMenu span { color: #b6b6b6; }
	#footer a        { color:#a1a0a0;}
	#footer .copyright { float: left; margin-top: 10px; margin-left: 28px; *margin-left: 14px; }
	#footer .copyright, #footer .copyright a { font: 11px verdana, dotum; color: #a1a0a0; }
	#footer .footer_logo { float: right; margin-right: 26px; *margin-right: 13px; }

	/* templete */
	.article img {vertical-align:top;}
	.article p {text-align:justify;}
	.article .caption {border: 1px solid rgb(142, 142, 142);padding:1px 10px;background-color: rgb(142, 142, 142);color:#fff;text-align:left;margin-bottom:10px;}
	.article .copyright {text-align:right;padding-bottom:5px;}
	.article .copyrightL {text-align:left;padding-bottom:5px;}
	.article .imgL {float:left;width:300px;margin:0 20px 0 0;}
	.article .imgR {float:right;width:300px;margin:0 0 0 20px;}
	.article table.List th {text-align:center;background:#333;color:#fff;font-weight:bold;}
	.article .comment {width:619px;margin:0 auto;*margin-bottom:-20px;}
	.article .comment div.normal {padding:5px 10px;border:1px solid #8b1312;}
	.article .comment div.bold {padding:5px 10px;border:1px solid #8b1312;background:#fff5f5;}
	.article .imgdeux {margin:0 auto;}
	.article .imgdeux .imgL {width:270px;margin:0;}
	.article .imgdeux .imgR {width:270px;margin:0;}
	.article .list {border-collapse:collapse;margin:0 auto;}
	.article .list th {padding:5px 10px;border:1px solid #888;background:#e1e1e1;text-align:center;font-weight:bold;}
	.article .list td {padding:5px 10px;border:1px solid #888;text-align:left;}
	.article a.point,.article a.point:visited,.article a.point:link {color:blue}
	.article a.point:hover {color:#ff0000;}
	.article li ul {list-style:none;margin:0;padding:0;}
	.article li ol {list-style:none;margin:0;padding:0;}
	.article .imgArea {width:620px;}
	.article .clear { clear:both;width:620px;padding:0;margin:0;}

.privacy {width: 620px; height:45px; background:url('http://cfs.tistory.com/custom/blog/44/449879/skin/images/pri_bg.gif') no-repeat;  text-align:left;  }
.privacy ul {list-style:none; padding-left: 18px; padding-top:13px; }
.privacy ul li.pri_left {float:left; }
.privacy ul li.pri_right {float:right; padding-right:20px; padding-top:5px;}

.g_plus1{margin:0px; padding:0px;width:120px; height:24px;}

#banner_ollehme2{margin:20px 0px 0px 50px;}
#treeComponent { font-size: 13px; }
#text_0  { font-size: 13px; font-weight: bold; }
#category_0 table { margin-top: 3px; margin-bottom: 3px; }
#recentPost ul li { height: 24px; padding-top:2px; }

#contentContainer { float:left; width:620px; margin-bottom: 50px; overflow:hidden; }
#contentContainer #ttCanvas { width:620px !important; padding:0px !important; margin:0px !important; }
body.tistory_grid_595 div#ttCanvas .tt-span-12 { width:620px !important; padding:0px !important; margin:0px !important; }

/**** 메인페이지 Style ****/
.main_ztyleBox02	{ clear:both; width:620px !important; margin-bottom:35px !important; }
.main_ztyleBox02 .item_listBox	{ width:640px !important; *zoom:1; }
.main_ztyleBox02 .item_listBox:after	{ content:""; clear:both; display:block; }
.main_ztyleBox02 .item_listBox li	{ float:left; width:300px !important; padding:0px 20px 0px 0px !important; height:100px !important; }
.main_ztyleBox02 .item_listBox li .thumbs	{ display:block; position:relative; width:300px !important; height:100px !important; overflow:hidden !important; }
.main_ztyleBox02 .item_listBox li .thumbs img	{ display:block; }
.main_ztyleBox02 .item_listBox li .thumbs em	{ position:absolute; z-index:2; left:0px; top:0px; width:300px !important; height:113px !important; border:5px solid #e5e5e5 !important; background-color:transparent; display:none; }/*mouse_hover effect*/
.main_ztyleBox02 .item_listBox li .info_txt	{ display:block; padding-top:5px !important; }
.main_ztyleBox02 .item_listBox li .info_txt a	{ display:block; width:330px !important; padding-bottom:3px !important; font-family:Malgun Gothic; font-size:12px !important; color:#000 !important; text-overflow:ellipsis !important; -o-text-overflow:ellipsis !important; white-space:nowrap !important; overflow:hidden !important; }
.main_ztyleBox02 .item_listBox li .info_txt em	{ font-size:11px !important; color:#555 !important; font-style:normal !important; font-family:Malgun Gothic !important; letter-spacing:1px !important;  }

.fboxWrap	{ width:640px !important; }
.fboxWrap .f_box li { float: left; }
.fboxWrap .f_box li .thumbs	{ display:block; position:relative !important; width:300px !important; height:100px !important; overflow:hidden !important; }
.fboxWrap .f_box li .thumbs img	{ display:block; }
.fboxWrap .f_box li .thumbs em	{ position:absolute; z-index:2; left:0px; top:0px; width:300px !important; height:100px !important; border:5px solid #e5e5e5 !important; background-color:transparent; display:none; }/*mouse_hover effect*/
.fboxWrap .f_box li .info_txt	{ display:block; padding-top:5px !important; }
.fboxWrap .f_box li .info_txt a	{ display:block; width:300px !important; padding-bottom:3px !important; font-family:Malgun Gothic; font-size:13px !important; color:#666 !important; text-overflow:ellipsis !important; -o-text-overflow:ellipsis !important; white-space:nowrap !important; overflow:hidden !important; }
.fboxWrap .f_box li .info_txt em	{ font-size:11px !important; color:#b1b1b1 !important; font-style:normal !important; font-family:Malgun Gothic !important; letter-spacing:1px !important; }

.tt-panel { padding:0px !important; margin:0px !important; }

.info_txt2 { position: absolute; top: 50px; left: 320px; width: 300px; height: 100px; }
.info_txt2 .tt-post-title1	{ display:block !important; height:23px !important; margin-bottom:10px !important; }
.info_txt2 .tt-post-title1 a	{ font-family:Malgun Gothic !important; color:#5a5a5a !important; font-size:17px !important; font-weight:bold !important; line-height:1.4em; }
.info_txt2 .tt-post-summary1	{ display:block !important; height:100px !important; margin:0px !important; padding:0px !important; font-size:12px !important; color:#b1b1b1 !important; line-height:1.5em !important; overflow:hidden !important; }
.info_txt2 .tt-post-summary1 a	{ color:#b1b1b1 !important; }
.info_txt2 .tt-post-etcinfo	{ display:block; padding:0px !important; margin:0px !important; }
.info_txt2 .tt-post-etcinfo a	{ color:#b1b1b1 !important; }


/* New CSS by Mars */
#snslink { width: 266px; height: 42px; margin-top: 25px; overflow: hidden; }
#snslink img { border: 0px; list-style-type: none; display: block; }
#snslink .icon { width: 42px; height: 42px; margin-right: 11px; float:left;  }
#snslink .icon:hover { filter: alpha(opacity:65); opacity:0.65; -moz-opacity:0.65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }

#footer .footerCopyright { position: absolute; top: 62px; left: 0px; }
#footer .footerLogo { position: absolute; top: 15px; right: 0px; }
#footer .footerMenu { position: absolute; top: 25px; left: 0px; }
#footer .footerMenu .footerBar { margin: 0px 14px 0px 14px; }
#footer .footerMenu a:hover { filter: alpha(opacity:65); opacity:0.65; -moz-opacity:0.65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
#snsShare { position: relative; margin-top: 12px; height: 35px; }
#facebookWidget { margin-bottom: 30px;}