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

body{
	margin:0;
	font:13px NanumGothic, 나눔고딕, "Malgun Gothic", Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;
	color:#333;
	text-align:center;
	background-image:/*@background-image*/url(./images/bg.gif)/*@*/;
	background-repeat:/*@background-image-repeat*/no-repeat/*@*/;
	background-position:/*@background-image-position*/left top/*@*/;
	background-color:/*@background-color*/#FFF/*@*/;
}

a:link	{text-decoration:none; color:#333;}
a:hover	{text-decoration:none; color:#999;}
a:active	{text-decoration:none; color:#FF0033;}
a:visited	{text-decoration:none; color:#333;}

/*공통*/
h1, h2, h3, h4	{margin:0; padding:0;}
ul, ol	{margin:0; padding:0; list-style:none;}
img	{border:none;}
input, textarea{
	font:13px NanumGothic, 나눔고딕, "Malgun Gothic", Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;
}

/*레이아웃*/
#container{
	margin:0 auto;
	padding:0 15px;
	width:/*@post-width:280*/900px/*@*/;
	background-color:#FFF;
	text-align:left;
}
#header{
	padding-top:80px;
	width:/*@post-width:280*/900px/*@*/;
	height:/*@title-height:-80*/120px/*@*/;
	position:relative;
	text-align:center;
	border-bottom:1px solid #DDD;
	background-image:/*@title-background-image*/url("./images/bgTop.jpg")/*@*/;
	background-repeat:/*@title-background-image-repeat*/no-repeat/*@*/;
	background-position:/*@title-background-image-position*/center top/*@*/;
	background-color:/*@title-background-color*/#FFF/*@*/;
}
#content{
	padding-top:15px;
	width:/*@post-width:10*/620px/*@*/;
	float:left;
}
#sidebar{
	padding:15px 0;
	width:250px;
	float:right;
}
#footer{
	width:/*@post-width:280*/900px/*@*/;
	border-top:1px solid #DDD;
	clear:both;
}

/*헤더header*/
#header h1 a{
	font:/*@title-font-size*/32px/*@*/ /*@title-font-family*/나눔명조, NanumMyeongjo, 맑은 고딕, Batang/*@*/;
	color:/*@title-color*/#000/*@*/;
}
#menu{
	width:/*@post-width:280*/900px/*@*/;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px solid #DDD;
	background-color:#FFF;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
}
#menu a{
	display:block;
	float:left;
	padding:8px 15px;
}
#menu a.admin, #menu a.write, #menu a.skip{
	float:right;
}
body#tt-body-page #menu a.blog, body#tt-body-category #menu a.blog, body#tt-body-notice #menu a.notice, body#tt-body-tag #menu a.tag, body#tt-body-location #menu a.localog, body#tt-body-media #menu a.media, body#tt-body-guestbook #menu a.guestbook{
	font-weight:bold;
	background-color:#f7f7f7;
}

/*기타nonEntry*/

#searchList{
}
#searchList ol, #searchRplist ol{
	margin:15px 0;
	padding:15px;
	border:1px dotted #DDD;
	list-style:decimal inside;
}
#searchList ol li, #searchRplist ol li{
	padding:5px 0;
}
#searchList .cnt, #searchRplist .cnt{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FF6600;
}
#searchList .date, #searchRplist .date{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
}
#searchRplist .name{
	color:#999;
}

#taglog{
}
#taglog ul{
	margin:15px 0;
	padding:15px;
	border:1px dotted #DDD;
	text-align:justify;
	line-height:200%;
}
#taglog li	{background:none;  display:inline;}
#taglog a	{padding:3px 5px; color:#333;}
#taglog a:hover	{color:#333; text-decoration:underline;}
#taglog a:visited	{color:#999;}	
#taglog li a.cloud1	{font-weight:bold;  background-color:#83cb11; color:#FFF;}
#taglog li a.cloud2	{font-weight:bold;  background-color:#70c5d4; color:#FFF;}
#taglog li a.cloud3	{font-weight:bold;  background-color:#f7f7f7;}
#taglog li a.cloud4	{font-weight:bold; }
#taglog li a.cloud5	{}

#localog{
}
#localog .localogBody{
	margin:15px 0;
	padding:15px;
	border:1px dotted #DDD;
}
#localog .spot{
	padding:5px 0 5px 7px;
	background:url(./images/hd.gif) no-repeat 0 14px;
}
#localog .info{
	padding:5px 0;
}
#localog .info a{
	color:#556eac;
}
#localog .info a:hover{
	text-decoration:underline;
}

#entryProtected{
}

#entryProtected .input{
	width:150px;
	height:18px;
	border:1px solid #DDD;
}
#entryProtected .input_on{
	width:150px;
	height:18px;
	border:1px solid #FF6600;
}
#entryProtected .submit{
	padding-bottom:2px;
	border-bottom:1px dashed #DDD;
	cursor:pointer;
}


/*본문entry*/
#entry h2 a, #nonEntry h3, #nonEntry h3 a{
	font:/*@post-title-font-size*/22px/*@*/ /*@post-title-font-family*/나눔명조, NanumMyeongjo, 맑은 고딕, Batang/*@*/;
	color:/*@post-title-color*/#000/*@*/;
}
.titleWrap .info{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
}
.titleWrap a.category{
	font:12px NanumGothic, 나눔고딕, "Malgun Gothic", Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;
}
.titleWrap .admin{
	padding:5px;
	margin-top:15px;
	border:1px solid #DDD;
	background-color:#F7F7F7;
}

.article{
	margin:15px 0;
	font:/*@post-body-font-size*/13px/*@*/ /*@post-body-font-family*/NanumGothic, 나눔고딕, "Malgun Gothic", Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS/*@*/;
	line-height:180%;
	color:/*@post-body-color*/#555/*@*/; 
}
.article img{
	padding:4px;
	background-color:#f7f7f7;
	border:1px solid #ddd;
}


.article a:link	{color:#00368f;}
.article a:hover	{color:#cc0000; background-color:#f0f0f0;}
.article a:visited	{color:#8ca8c5;}

.article h1	{margin:10px 0; font:24px NanumGothic Bold;}
.article h2	{margin:10px 0; padding:3px; border-bottom:1px solid #ddd; background-color:#f0f0f0; font-size:18px;}
.article h3	{margin:10px 0; font-size:16px; color:#cc0000;}
.article h4	{margin:10px 0; font-size:16px; border-bottom:2px solid #4f8cc3;}

.article ol{
	margin:10px 0 10px 25px;
	list-style:decimal;
}
.article ol li{
	margin:0;
	padding:0;
	list-style:decimal;
}
.article ul.list{
	margin-left:25px;
	margin-bottom:20px;
}
.article ul.list li{
	margin:0;
	padding-left:15px;
	background:url(./images/hd_list.gif) no-repeat 5px 8px;
}

.article .box{
	padding:10px;
	margin:10px 0;
	border:1px solid #ddd;
	background-color:#f7f7f7;
}

.article pre{
	padding:10px;
	margin:10px 0;
	overflow-x:auto;
	overflow-y:hidden;
	border:1px solid #ddd;
	background:url(./images/bg_pre.gif);
	font:12px/180% Lucida Console;
}

.article table.tb{
	width:100%;
	border-collapse:collapse;
	font:11px Verdana;
}
.article table.tb th, .article table.tb td{
	padding:5px 7px;
	border:1px solid #c1c1c1;
	text-align:center;
}
.article table.tb th{
	background-color:#e9e9e9;
}
.cap1{
	margin:5px 0;
	padding:0;
	color:#888;
}
blockquote{
	margin:15px 0;
	padding:0 0 0 27px;
	background:url(./images/bg_block.gif) no-repeat;
	font-style:italic;
}
.moreless_fold span{
	padding-left:17px;
	background:url(./images/icon_more.gif) no-repeat 0 2px;
}
.moreless_top span{
	padding-left:17px;
	background:url(./images/icon_less.gif) no-repeat 0 2px;
}
.moreless_bottom span{
	padding-right:17px;
	background:url(./images/icon_less.gif) no-repeat right 2px;
}
.moreless_fold{
}
.moreless_top{
}
.moreless_content{
	padding:15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.moreless_bottom{
	text-align:right;
}


.tagTrail{
	margin-bottom:15px;
}
.tagTrail .tagText{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:3px 5px;
	background-color:#333;
	color:#FFF;
}

.actionTrail{
	padding-bottom:10px;
	width:/*@post-width:10*/620px/*@*/;
	border-bottom:1px solid #DDD;
	text-align:right;
}
.actionTrail .cnt{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FF6600;
}

.trackback{
	clear:left;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DDD;
}
.trackback h3{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	color:#999;
}
.trackback ol{
	margin-top:10px;
	border-top:1px dotted #DDD;
	list-style:decimal inside;
}
.trackback ol li{
	margin-top:10px;
}
.trackback ol li a{
	color:#556eac;
}
.trackback ol li a:hover{
	text-decoration:underline;
}
.trackback ol li a:active{
	color:#FF0033;
}
.trackback ol li .from{
	color:#999;
}
.trackback ol li a.del{
	color:#999;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
.trackback ol li a:hover.del{
	text-decoration:underline;
}

.comment{
}

.commentList ol{
	margin-top:10px;
}
.commentList ol li{
	margin-top:10px;
	border-bottom:1px dotted #DDD;
}
.commentList ol li img{
	vertical-align:middle;
	padding:2px;
	width:16px;
	height:16px;
	border:1px solid #DDD;
	background-color:#FFF;
}
.commentList ol li .name{
	margin-bottom:5px;
	font:16px 나눔명조, NanumMyeongjo, 맑은 고딕, Batang;
}
.commentList ol li .replyFrom{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
	color:#999;
}
.commentList ol li .date{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
.commentList ol li .date a{
	color:#999;
}
.commentList ol li .date a:hover{
	text-decoration:underline;
}
.commentList ol li .reply{
	margin:5px 0;
	line-height:140%;
}
.commentList ol li .reply img{
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	border:none;
	background:none;
}
.commentList ol li ul{
	list-style:none outside;
	margin-left:50px;
	margin-bottom:0;
}
.commentList ol li ul li{
	padding:10px;
	margin:10px 0;
	background-color:#F7F7F7;
	border:1px solid #DDD;
}

.commentWrite{
	margin-top:10px;
	margin-bottom:20px;
	padding:15px;
	border:1px dotted #DDD;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
.commentWrite h3, #nonEntry .commentWrite h3{
	margin-bottom:10px;
	font:16px 나눔명조, NanumMyeongjo, 맑은 고딕, Batang;
}
.commentWrite p{
	margin:0 0 10px 0;
}
.commentWrite .point{
	color:#FF6600;
	font:11px Verdana;
}
.commentWrite .input{
	width:150px;
	height:18px;
	border:1px solid #DDD;
}
.commentWrite .input_on{
	width:150px;
	height:18px;
	border:1px solid #FF6600;
}
.commentWrite .textarea{
	width:99%;
	height:100px;
	border:1px solid #DDD;
}
.commentWrite .textarea_on{
	width:99%;
	height:100px;
	border:1px solid #FF6600;
}
.commentWrite a.submit{
	display:block;
	padding-bottom:2px;
	border-bottom:1px dashed #DDD;
	cursor:pointer;
	float:right;
}
.commentWrite p.secretWrap{
	margin-bottom:0;
}


/*페이징paging*/
#paging{
	margin:20px 0;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
#paging .selected{
	color:#FF9900;
}
#paging .numbox{
}
#paging a.num{
	padding:2px 6px;
	border:1px solid #ddd;
}
#paging a:hover.num{
}
#paging a.prev{
	padding:2px 6px;
	border:1px solid #ddd;
}



/*사이드바sidebar*/
.search{
	margin-bottom:15px;
	padding:2px;
	border:1px solid #DDD;
	background:#F7F7F7 url(./images/bgSearch.gif) no-repeat right 5px;
}
.search .searchinput{
	width:215px;
	border:none;
	background:none;
	cursor:text;
}
.search .submit{
	width:20px;
	height:17px;
	border:none;
	background:none;
	cursor:pointer;
}

#sidebar .module{
	margin-bottom:15px;
}
#sidebar h3{
	padding:3px 5px;
	background:#F7F7F7;
	border-bottom:1px solid #DDD;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
}
#sidebar .cnt, .c_cnt{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
}
#sidebar .name{
	color:#999;
}
#sidebar .date{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
#sidebar ul li{
	padding:5px 0 0 7px;
	background:url(./images/hd.gif) no-repeat 0 14px;
}

#blogImage{
	margin-bottom:15px;
}
#blogImage img{
	width:250px;
}
#blogImage .bloger{
	color:#999;
}
#blogImage .blogerText{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}

#notice .noticeText{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
	color:#FF6600;
}
#notice ul li{
	padding:5px 0 0;
	background:none;
}

#category{
}
#category .categoryBody{
	padding-top:5px;
}
.ib			{cursor:pointer;}
.branch3	{cursor:pointer;}

#tagbox ul					{ text-align:justify; line-height:200%; margin-top:5px;}
#tagbox ul li 					{ display:inline; border:none; background:none; padding:0;}
#tagbox li a	{padding:3px;}
#tagbox li a.cloud1		{font-weight:bold;  background-color:#83cb11; color:#FFF}
#tagbox li a.cloud2 	{font-weight:bold;  background-color:#70c5d4; color:#FFF}
#tagbox li a.cloud3		{font-weight:bold;  background-color:#f7f7f7;}
#tagbox li a.cloud4		{font-weight:bold; }
#tagbox li a.cloud5		{}

#counter{
	padding:5px;
	margin-bottom:15px;
	border:1px solid #DDD;
	background-color:#F7F7F7;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
#counter .total{
}
#counter .counterNum{
	color:#999;
}


/*푸터footer*/
#copyright{
	padding:20px 0;
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
	text-align:center;
	color:#999;
}
#copyright a{
	color:#999;
}
#copyright a:hover{
	text-decoration:underline;
}
.tistory	{color:#FF6600;}
.daum1	{color:#f0c800;}
.daum2	{color:#fd8116;}
.daum3	{color:#74ca2d;}
.daum4	{color:#6b96fc;}
.suspect	{color:#acc1d2;}


/* Float bug */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* */