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

body{
	margin: 0;
	background: #2a2a2a url(./images/bg.png) no-repeat center top;
	font:13px 나눔고딕,nanumgothic,맑은고딕,malgun gothic,lucida Grande,lucida Sans Unicode,dotum,gulim,appleGothic,sans-serif;
	color: #333;
	text-align: center;
}

/* link */
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;}

/* essential */
ul, ol	{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5	{margin:0; padding:0;}
img	{border:none;}
input, textarea	{font:12px NanumGothic, "Malgun Gothic", Dotum, Gulim, Verdana, Arial, "Trebuchet MS"; outline: none;}
.png24	{tmp:expression(setPng24(this));}


/* layout */
#container{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
	#header{
	}
	#wrapper{
		width: 1000px;
		background: url(./images/bgWrapper.png) repeat-y;
	}
		#content{
			float:left; 
			width: 660px; 
		}
		#tt-body-media #content{
			padding:0 50px;
			width: 540px;
		}
		#sidebar{
			float:right;
			padding:15px 20px 15px 0;
			width:300px;
			color: #ccc;
		}
#footer{
	padding: 30px 0;
	background-color: #212121;
}
	#copyright{
		margin: 0 auto;
		width: 1000px;
		text-align: left;
	}



/* header */
#header h1{
	padding: 20px 0;
	text-align: center;
}

#menu{
	padding-top: 38px;
	padding-left:100px;
	width: 900px;
	height: 41px;
	background: url(./images/bgMenu.png) no-repeat;
}
#menu a{
	display: block;
	float:left;
	height: 29px;
}
#menu a.blog{
	padding:0 20px;
	background: url(./images/blskin.png) no-repeat 0 -804px; width: 74px; height: 29px;
}
#menu a.notice{
	padding:0 0 0 20px;
	width: 87px;
	background: url(./images/blskin.png) no-repeat 0 -1344px; width: 87px; height: 29px;
}
#menu a.tag{
	padding-right:4px;
	width: 90px;
	background: url(./images/blskin.png) no-repeat 0 -1452px; width: 90px; height: 29px;
}
#menu a.list{
	padding:0 14px;
	background: url(./images/blskin.png) no-repeat 15px -1020px; width: 144px; height: 29px;
}
#menu a.localog{
	padding:0 10px;
	background: url(./images/blskin.png) no-repeat 7px -1128px; width: 90px; height: 29px;
}
#menu a.media{
	padding:0 10px;
	background: url(./images/blskin.png) no-repeat 7px -1236px; width: 91px; height: 29px; 
}
#menu a.guestbook{
	background: url(./images/blskin.png) no-repeat 0 -912px; width: 94px; height: 29px;
}
#menu a:hover.blog{background-position: 0 -833px;}
#menu a:hover.notice{background-position: 0 -1373px;}
#menu a:hover.tag{background-position: 0 -1481px;}
#menu a:hover.list{background-position: 15px -1049px;}
#menu a:hover.localog{background-position: 7px -1157px;}
#menu a:hover.media{background-position: 7px -1265px;}
#menu a:hover.guestbook{background-position: 0 -941px;}
#menu a span{display: none;}

/* nonEntry */
#searchList h3{
	margin: 10px 50px 20px;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCC;
	font:bold 24px "NanumGothic";
}
#searchList .searchText{
	color: #8b8b8b;
}
#searchList h3 .cnt{
	color: #8b8b8b;
}
#searchList ol{
	padding:0 50px 20px;
	border-bottom: 3px double #CCC;
}
#searchList li{
	margin-bottom: 10px;
	list-style: inside decimal;
}
#searchList li .date{
	font: 10px "Trebuchet MS";
	color: #8b8b8b;
}
#searchList li a{
	color: #204899;
}
#searchList li a:hover{
}
#searchList li .cnt{
	font: 10px "Trebuchet MS";
	color: #FF9900;
}

#localog h3, #taglog h3{
	margin: 10px 50px 20px;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCC;
	font: 24px Georgia;
}

#taglog ul	{ padding: 0 50px 20px;}
#taglog ul li	{float:left; padding:0 10px 10px 0;}
#taglog ul li a	{display: block; padding:5px; }
#taglog a.cloud1	{background-color: #181818; color: #ff9900}
#taglog a.cloud2	{background-color: #181818; color: #FFF}
#taglog a.cloud3	{background-color: #e5e5e5; }
#taglog a.cloud4	{}
#taglog a.cloud5	{}

.localogBody{
	margin: 0 50px 20px;
}

#entryNotice h2{
	margin: 20px 50px 0;
	padding:15px 20px 15px 50px;
	background: #181818 url(./images/bgEntryNotice.gif) no-repeat 10px 7px;
}
#entryNotice, #entryProtected{
	border-bottom: 3px double #CCC;
}
#entryNotice h2 a{
	color: #FFF;
}

#entryProtected h2{
	margin: 10px 50px 13px;
	font:bold 24px "NanumGothic";
}
.protectedBody{
	margin: 50px 0 50px 135px;
	padding: 10px 20px 10px 120px;;
	width: 250px;
	border:3px double #CCC;
	background: url(./images/bgProtected.png) no-repeat 20px 20px;
}
#entryProtected p{
	padding: 10px 0;
	margin: 0;
	line-height: 180%;
}
#entryProtected input.pass{
	padding:4px;
	width:190px;
	height:20px;
	background:#f7f7f7 url(./images/bgInput.gif) repeat-x;
	border:1px solid #CCC;
	vertical-align: middle;
}
#entryProtected input.submit{
	width:40px;
	height: 30px;
	background-color: #2a2a2a;
	border: none;
	color: #ff9900;
	vertical-align: middle;
	cursor: pointer;
}


/* entry */
.entry{
}
.entry h2{
	margin: 10px 30px 13px;
	font:bold 24px "NanumGothic";
}
.underTitle{
	padding: 0 30px;
	width: 600px;
	background-color: #e4e4e4;
}
.underTitle .category{
	background-color: #181818;
}
.underTitle .category a{
	color: #bababa;
}
.underTitle .category a:hover{
	color: #FFF;
}
.underTitle .category, .underTitle .date{
	display: block;
	float:left;
	padding:5px 7px;
}
.underTitle .date{
	font: 12px "Trebuchet MS";
	color: #8b8b8b;
}
.titleWrap .admin{
	clear: both;
	padding:5px 30px;
	border-bottom:1px dotted #CCC;
	font-size: 12px;
}

.article{
	margin:15px 25px;
	font: 14px 나눔고딕,nanumgothic,맑은고딕,malgun gothic,lucida Grande,lucida Sans Unicode,dotum,gulim,appleGothic,sans-serif;
	line-height: 170%;
	text-align:justify;
}
.article a:link	{color:#204899;}
.article a:hover	{text-decoration:underline;}
.article a:active	{color:#ff0190;}
.article a:visited	{color:#c700c9;}


.article img{
	max-width:600px;
	height:auto;
	margin:-2px 0 10px 0;
}

.article h1	{padding:7px; margin:10px 0; background-color: #EEE; border-left:5px solid #CF472A; border-bottom:1px solid #CCC; font-size:18px;}
.article h2	{padding-bottom:5px; margin:10px 0; border-bottom:3px solid #CCC; font-size:18px;}
.article h3	{margin:10px 0; color: #ff6600; font-size: 16px;}
.article h4	{padding-bottom:5px; margin:10px 0; border-bottom:3px solid #ff6600; font-size: 16px;}
.article ul	{list-style: square; margin:10px 0 10px 25px;}
.article ol	{list-style: decimal; margin:10px 0 10px 25px;}
.article key {
display: inline;
padding: .1em .3em;
text-align: center;
border-radius: .3em;
font-family: 'Lucida Grande', 'Apple SD Gothic Neo', sans-serif;
background: rgb(80, 80, 80);
background: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(80, 80, 80));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 60, 60)), to(rgb(80, 80, 80)));
color: rgb(250, 250, 250);
text-shadow: -1px -1px 0 rgb(70, 70, 70);
-moz-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
-webkit-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
}
blockquote {
display:block;
padding: 15px 20px 15px 45px;
margin: 0 0 20px;
position: relative;
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.3;
color: #666;
text-align: justify;
  /*Borders - (Optional)*/
  border-left: 10px solid #ccc;
  border-right: 2px solid #ccc;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 0px 2px 5px #ccc;
  -webkit-box-shadow: 0px 2px 5px #ccc;
  box-shadow: 0px 2px 5px #ccc;
}
blockquote::before {
content: "\201C";
font-family: Georgia, serif;
font-size: 60px;
font-weight: bold;
color: #999;
position: absolute;
left: 10px;
top:5px;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
.moreless_fold span{
	padding-left:17px;
	background:url(./images/blMore.png) no-repeat;
}
.moreless_top span{
	padding-left:17px;
	background:url(./images/blLess.png) no-repeat;
}
.moreless_bottom span{
	padding-right:17px;
	background:url(./images/blLess.png) no-repeat right 0;
}
.moreless_fold{
}
.moreless_top{
}
.moreless_content{
	padding:15px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.moreless_bottom{
	text-align:right;
}

.cap1{
	margin:-14px 0 10px 0;
	width:584px !important;
	color:#FFFFFF;
	background-color:#151515;
	padding:8px;
	text-align:left;
}



.tbWrap{
	clear: both;
	margin:0 25px;
	padding:10px 10px 5px;
	border:3px double #CCC;
}
.tagTrail{
	margin-bottom:5px;
}
.tagTrail .tagText{
	padding:3px;
	font:10px "Trebuchet MS";
	color:#8f8f8f;
}
.tbWrap a.tbAction{
	display: block;
	padding-bottom: 5px;
}
.tbWrap .cnt{
	font:12px "Trebuchet MS";
	color:#204899;
}
.trackback h5{
	padding-top:5px;
	border-top:1px solid #CCC;
	font: 10px "Trebuchet MS";
	text-transform: uppercase;
}
.trackback ol{
	margin-left:25px;
	list-style: decimal;
}
.trackback ol li{
	padding:5px 0;
}
.trackback ol li a	{color: #204899;}
.trackback ol li a:hover	{text-decoration:underline;}
.trackback ol li  a:active	{color:#ff0190;}
.trackback ol li  a:visited	{color:#c700c9;}
.trackback ol li .from{
	color: #8f8f8f;
}
.trackback ol li a.del{
	font:10px "Trebuchet MS";
	color: #8f8f8f;
}
.trackback ol li a:hover.del{
	text-decoration: underline;
}

.commentTitle{
	margin-top:20px;
	padding:10px 50px 10px 40px;
	background:#e5e5e5 url(./images/blskin.png) no-repeat 25px -229px; 
	font:15px "Verdana";
	text-transform: uppercase;
}

.commentList ol li{
	padding:0 50px;
	border-bottom:3px double #CCC;
	background: url(./images/blogIcon.png) no-repeat 50px 20px;
}
.commentList ol li ul li{
	padding:0 0 0 65px;
	border-top:1px solid #CCC;
	border-bottom: none;
	background: url(./images/blogIcon.png) no-repeat 65px 20px;
}
.commentList ol li .cList{
	position: relative;
	padding:20px 0;
}
.commentList ol li img{
	position: absolute;
	top:21px;
	left: 1px;
	width: 48px;
	height: 48px;
	background-color: #FFF;
}
.commentList ol li p img{
	position: static;
	width: auto;
	height: auto;
	background: none;
}
.commentList ol li .name{
	padding-left:65px;
	font-weight: bold;
	font-size:16px;
}
.commentList ol li .name a{
	color:#204899;
}
.commentList ol li .date, .commentList ol li .date a{
	font: 10px "Trebuchet MS";
	color: #8b8b8b;
}
.commentList ol li p{
	padding:0 0 0 65px;
	margin:10px 0 0;
	line-height: 160%;
}
.commentList ol li .control{
	position: absolute;
	top:20px;
	right: 0;
	font: 10px "Trebuchet MS";
}
.commentList ol li .control a{
	display: block;
	float:right;
	padding:3px 5px;
	color:#8b8b8b;
	border:1px solid #CCC;
}

.commentList ol li .control a:hover{
	background-color: #e5e5e5;
}
.commentList ol li .control a.reply{
	border-right:none;
}

.commentWrite{
	width:560px;
	padding:20px 50px 20px 50px;
	border-bottom:3px double #ccc;
}
.commentWrite h3{
	padding-bottom:20px;
}
.cwLeft{
	float:left;
	width:190px;
}
.cwRight{
	float:left;
	width:340px;
	padding-bottom:10px;
}
.cwLeft p{
	margin:0 0 5px;
	font:11px "Trebuchet MS";
	color:#777;
	text-transform:uppercase;
}
.commentWrite input.input{
	margin-bottom:5px;
	padding:4px;
	width:160px;
	height:20px;
	background:#f7f7f7 url(./images/bgInput.gif) repeat-x;
	border:1px solid #c1c1c1;
}
.commentWrite input.input_on{
	margin-bottom:5px;
	padding:4px;
	width:160px;
	height:20px;
	background:#f7f7f7 url(./images/bgInput.gif) repeat-x;
	border:1px solid #ff6600;
}
.commentWrite textarea.textarea{
	padding:5px;
	width:360px;
	height:134px;
	background:#f7f7f7 url(./images/bgInput.gif) repeat-x;
	border:1px solid #c1c1c1;
}
.commentWrite textarea.textarea_on{
	padding:5px;
	width:360px;
	height:134px;
	background:#f7f7f7 url(./images/bgInput.gif) repeat-x;
	border:1px solid #ff6600;
}
.commentWrite .submitWrap{
	clear:left;
	padding-top:5px;
	width:560px;
	border-top:1px solid #ccc;
	text-align:right;
}
.commentWrite .secretWrap{
	width:300px;
	float:left;
	text-align:left;
}
.commentWrite a.submit{
	display: block;
	float: right;
	width: 80px;
	height: 38px;
	background: url(./images/btSubmit.png) no-repeat;
	cursor:pointer;
}
.commentWrite a:hover.submit{
	background-position: 0 -38px;
}
.commentWrite a.submit span{
	display: none;
}

/* sidebar */
#sidebar a{
	color: #ccc;
}
#sidebar a:hover{
	color: #FFF;
}
#sidebar h3{
	margin-bottom:7px;
}
.module{
	margin-bottom:25px;
}
.search{
	padding:5px 0 0 5px;
	background: url(./images/blskin.png) no-repeat 0 -168px; width: 300px; height: 28px;
}
.searchinput{
	width:170px;
	height: 17px;
	border: none;
	background: none;
	font: 13px "Arial Black";
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #747474;
}
.btSearch{
	width: 28px;
	height: 17px;
	background: none;
	border: none;
	cursor: pointer;
}

#socialButton{clear:both;border:0;margin-top:10px;position:relative;display:block;padding:0;}
#socialButton a{background:url(images/soicon.png) no-repeat top left;position:relative;float:left;padding-left:2px;}
#socialButton .fbbt{ background-position: 0 -98px; width: 48px; height: 48px; } 
#socialButton .goplus{ background-position: 0 -196px; width: 48px; height: 48px; } 
#socialButton .gobt{ background-position: 0 -294px; width: 48px; height: 48px; } 
#socialButton .rssbt{ background-position: 0 -392px; width: 48px; height: 48px; } 
#socialButton .twbt{ background-position: 0 -490px; width: 48px; height: 48px; } 
#socialButton .youbt{ background-position: 0 -588px; width: 48px; height: 48px; } 

.cate{ background:url(images/blskin2.png) no-repeat 0 -53px; width: 74px; height: 16px; } 
.coun{ background:url(images/blskin2.png) no-repeat 0 -119px; width: 66px; height: 16px; } 
.laco{ background:url(images/blskin2.png) no-repeat 0 -185px; width: 152px; height: 20px; } 
.lapo{ background:url(images/blskin2.png) no-repeat 0 -255px; width: 95px; height: 16px; } 
.tlink{ background:url(images/blskin2.png) no-repeat 0 -321px; width: 34px; height: 16px; } 
.tagcl{ background:url(images/blskin2.png) no-repeat 0 -453px; width: 79px; height: 16px; } 

#category{
}
#sidebar #category ul{
	border-bottom: 1px solid #2c2c2c;
}
#sidebar #category ul li{
	padding: 0;
	background: url(./images/bgCategoryList.png) no-repeat;
}
#sidebar #category ul li a{
	display: block;
	padding:7px;
}
#sidebar #category ul li ul{
	border-bottom: none;
}
#sidebar #category ul li ul li{
}
#sidebar #category ul li ul li ul{
	border-bottom: none;
}
#sidebar #category ul li ul li ul li{
	padding-left:20px;
}

#sidebarHide{
	padding:20px 0;
}

#sidebar ul li{
	padding: 0 0 10px 10px;
	background: url(./images/blskin.png) no-repeat 0 -302px; 
}
#sidebar .cnt{
	color: #ff9900;
	font:10px "Trebuchet MS"
}

#counter{
	font:9px Verdana;
	text-transform: uppercase;
}
#counter .counterBody{
	padding:10px;
	background-color: #181818;
}
#counter .total{
	margin-bottom: 5px;
	font-size:12px;
}
#counter .totalText{
	color: #ff9900;
}
#counter .yesterday{
	color: #999;
}

#tagbox	{font-size: 12px;}
#tagbox ul	{ text-align:justify; line-height:200%; }
#sidebar #tagbox ul li	{display:inline; background:none; padding:0;}
#tagbox li a	{padding:2px 4px;}
#tagbox li a.cloud1	{background-color:#181818; color:#ff9900}
#tagbox li a.cloud2	{background-color:#181818; color:#FFF}
#tagbox li a.cloud3	{color:#FFF;}
#tagbox li a.cloud4	{ }
#tagbox li a.cloud5	{color:#999;}

/* paging */
#paging{
	clear: both;
	padding:20px 25px;
	width:610px;
	text-align:center;
}
#paging a.prev{
	display: block;
	float:left;
	background: url(./images/blskin.png) no-repeat 0 -487px; width: 84px; height: 36px;
}
#paging a.next{
	display: block;
	float:right;
	background: url(./images/blskin.png) no-repeat 0 -365px; width: 82px; height: 36px;
}
#paging a:hover.prev{
	background-position: 0 -523px;
}
#paging a:hover.next{
	background-position: 0 -401px;
}
#paging a.prev span, #paging a.next span{
	display: none;
}
#paging p{
	margin:0;
	padding:10px 0 0;
}
#paging .selected{
	color:#ff6600;
	font-weight: bold;
}
#paging a.num{
	padding:3px 6px;
	border:1px solid #ccc;
	font:11px "Trebuchet MS";
	color:#333;
}
#paging a:hover.num{
	border:1px solid #ff9900;
}

/* latest comment */
#latestComment{
position:relative;
padding: 20px 0 20px 10px;
clear: both;
}
#latestComment ul{
}
#latestComment li{
	float:left;
	padding:10px 20px 0 0;
}
#latestComment li span.name, #latestComment li a{
	display: block;
	float:left;
}
#latestComment li span.name{
	padding:10px 10px 0 0;
	color: #FFF;
}
#latestComment li a{
	background: url(./images/blskin.png) no-repeat 0 0; height: 34px;
	color: #a9a983;
}
#latestComment li span.commentDesc{
	display: block;
	padding: 9px 15px 0 33px;
	height: 26px;
	background: url(./images/bgLatestCommentR.gif) no-repeat right top;
}
#latestComment li span.date{
	padding-left:5px;
	font: 10px "Trebuchet MS";
	color: #909090;
}

/* footer */

#copyright{
	color:#6f6f6f;
	font:11px "Trebuchet MS";
	text-transform:uppercase;
	letter-spacing:1px;
	vertical-align: middle;
}
#copyright a{
	color:#6f6f6f;
}
#copyright a.check img{
	vertical-align: middle;
}

.tistory	{color:#FF6600;}
.daum1	{color:#f0c800;}
.daum2	{color:#fd8116;}
.daum3	{color:#74ca2d;}
.daum4	{color:#6b96fc;}
.suspect	{color:#acc1d2;}

/* full clearfix */
/* add to floating elements which shall clear floating after themselves */
* html .clearfix {
height: 1%; /* IE5-6 */
}
*+html .clearfix {
display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
           content: ".";
           display: block;
           height: 0;
           clear: both;
           visibility: hidden;
}

/* 서식 */
.text-down { 
background : #e8e8e8 url(./images/text-down.png) no-repeat scroll left top;
padding: 10px;
}
.text-movie { 
background : #474747 url(./images/text-movie.png) no-repeat scroll right top;
padding: 10px;
}
.text-cmd { 
background : url(./images/text-cmd.png) no-repeat scroll right top;
padding: 10px;
}
.text-info { 
background : transparent url(./images/text-info.png) no-repeat scroll right top;
padding: 10px;
}

/* 애드센스 광고 */
#googleTop {height:252px;width:605px;overflow:hidden; margin: 0 0 15px 3px;}
.googleLeft {float:left;width:302px;}
.googleRight {float:right;width:302px;}
#Catgoogle {height:252px;width:605px;overflow:hidden; margin: 20px 0 20px 30px;}
.CatgooLeft {float:left;width:302px;}
.CatgooRight {float:right;width:302px;}

/* 구글 ADX 광고 */
#googleADX {height:282px; width:605px; overflow:hidden; text-align: center; margin: 15px 25px 15px;}

/* 본문하단 추천버튼 */
#recomTop {
background-color: #F7F7F7;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
padding: 15px;
width: 580px;
height : 35px; 
margin : 0 0 10px 25px;
}

/* 일치하는 콘텐츠 */
#googleAD_2 {
text-align: center;
margin: 15px 0 15px 0;
}

/* LinkWithin 위젯 */
#linkwith {
border-top: 1px solid #CCC; 
border-bottom: 1px solid #CCC;
background-color: #f9f9f9;
padding: 5px;
margin: 10px 25px -10px;
width: 600px;
height : 260px; 
}

/* 본문하단 위젯 */
#fbbox {
margin: 0 0 10px 25px;
padding-top: 40px;
width: 610px;
background: url(./images/pagewall.png) no-repeat;
}

/* 블로그 license */
.license { 
margin : 10px 0px 10px 0px; 
padding : 8px 30px 8px; 
color : #f5f5f5; 
background-color : #151515;
border : 1px solid #aaa; 
} 

/* 사이드바 박스틀 */
#side_box {border:1px solid #060606; background:#191919; float:left; margin:0 0 20px; padding:8px; width:282px;} 

/* 사이드바 Subscribe */
.rss_subscribe {
background:url("images/rss_subscribe.png") no-repeat scroll 0 0 transparent;
color:#ABABAB;
font-family:Arial,Verdana;
font-size:14px;
font-weight:normal;
margin:0 0 5px 0px;
padding:12px 0 10px 42px;
width:300px;
}
.rss_subscribe:hover {
background:url("images/rss_subscribe.png") no-repeat scroll 0 -50px transparent;
}
.twitter_follow {
background:url("images/twitter_follow.png") no-repeat scroll 0 0 transparent;
color:#ABABAB;
font-family:Arial,Verdana;
font-size:14px;
font-weight:normal;
margin:0 0 5px 0px;
padding:12px 0 10px 42px;
width:300px;
}
.twitter_follow:hover {
background:url("images/twitter_follow.png") no-repeat scroll 0 -50px transparent;
}

/* 뷰위젯+공지사항 */
#NoTop {
    margin-bottom: 10px;
    overflow: hidden;
    width: 305px;
}
.NoLeft {
		background: url(./images/youtube_sub.jpg) no-repeat;
    float: left;
    width: 140px;
}
.NoRight {
	  background: url(./images/ttNotice.png) no-repeat;
    float: right;
    width: 160px;
}

/* 좌측 사이드 공유버튼 */
#right_side {
    background: none repeat scroll 0 0;
    position: fixed;
    top: 280px;
}

/* 우측 사이드바 아이콘 */
.side_button {
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 3px 0 0 15px;
    color: #FFFFFF;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: fixed;
    text-align:left;
    right: 0;
    text-transform: uppercase;
    top: 235px;
    transition: all 0.3s ease-out 0s;
    width: 65px;
    z-index: 0;
}
.side_button:link, .side_button:visited, .side_button:hover, .side_button:active, .side_button:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.side_button:hover {
    transition: all 0.2s ease-out 0s;
    width: 80px;
}
.red_button {
    background: none repeat scroll 0 0 #D52100;
    position: fixed;
    top: 305px;
}
.blue_button {
    background: none repeat scroll 0 0 #0292C0;
    position: fixed;
    top: 340px;
}
.green_button {
    background: none repeat scroll 0 0 #598B32;
    position: fixed;
    top: 375px;
}

/* 소셜 댓글 Trail */
.facebookTrail {
    background:#e5e5e5 url(./images/blskin.png) no-repeat 25px -229px; 
    font: 16px Verdana;
    padding:10px 50px 10px 40px;
    margin-bottom: 10px;
}
.livereTrail {
    background:#e5e5e5 url(./images/blskin.png) no-repeat 25px -229px; 
    font: 16px Verdana;
    padding:10px 50px 10px 40px;
    margin-bottom: 10px;
}

/* 작성자 */
#author {
	  display: inline-block;
    margin-top: -80px;
	  margin-right: 140px;
		float:right;
    width:100px;
}

/* footnote */
.footnotes {
background-color: #f7f7f7;
margin-top: 25px;
}
ol.footnotes
{
font-family: NanumGothic, Malgun Gothic, Gulim, Arial, Verdana;
font-size:12px;
}

/* 상단메뉴바 안보이게 */
#tistorytoolbarid, .entry-ccl { display: none; }
#TatterMedia_adPostBottom { display: none !important; }
#TatterMedia_adPostTop { display: none !important; } 
.st_true_large { display: none !important; } 
.tt-share-entry-with-sns { display: none !important; }