@charset "utf-8";


.fixed_img_col .thumb img{opacity:;}
.fixed_img_col ul li:hover .thumb img	{ opacity:1; }
.section_1 #article p{font-size:0.9em; line-height:1.7em;}

/* Rollover, Point color */
body a:hover,body a:active,#header nav .topnav ul li a:hover,.section_1 .title h2 a,.section_1 .posttag span,.section_1 .posttag a:hover,
.comment_count a .cnt,#paging .selected,.sidebox .newslist li a:hover,.sidebox .tagcloud li a:hover,.sidebox .tagcloud li .accent,
.sidebox .categorylist ul li ul li a:hover,.accent,.section_1 .posttag a{ color:#6CC6C1; }

.reply_write div input:focus,.reply_write div textarea:focus, .section_2 .sidebox form input:focus{ border:1px solid #6CC6C1; }

#header .head_nav,
.reply_write a:hover,.fixed_img_col .thumb .thumbnew,.fixed_txt_col ul li a .thumbnew{ background-color:#51D7CF; }

/* 레이아웃 좌우 변경 : 컨텐츠를 왼쪽으로-left , 컨텐츠를 오른쪽으로-right */
[class^="section_"],[class*=" section_"]{ float:left; }

/* 썸네일 리스트 : 작성일 숨김 */
.fixed_img_col ul li a strong p{ display:; }

/* 썸네일 리스트 : 제목 숨김 */
.fixed_img_col ul li a strong .elli{ display:; }

/* 썸네일 리스트 : 제목 배경색 변경 & 배경색 숨김 */
.fixed_img_col ul li a strong{ background-color:; display:1; }

/* 하단으로 가는 버튼 숨김 */
.side_nav .side_bottom{ display:; }

/* 트랙백 탭 숨김 */
.comment_count .tb_title{ display:; }

/* 댓글 속 링크 color, rollover color */
.comment_list ul .commentLi .cmtxt a{ color:#222; }
.comment_list ul .commentLi .cmtxt a:hover{ color:#F06990; }

/* 티스토리 기본 메뉴 숨김 */
.tistorytoolbar{ display:none !important; }

/* 프로필 아래 티스토리 메뉴 숨김 */
.sidebox .admin{ display:; }/*관리자*/
.sidebox .write{ display:; }/*글쓰기*/


/* Mobile - Navigation color */
@media only screen and (max-width: 767px){
	#header nav .topnav{ background-color:#51D7CF; } /* 모바일 Navigation color */
	#header nav .topnav ul li a:hover{ color:#eee; } /* 모바일 Menu Rollover color : 변경하지 않아도 됩니다. */
}

/* Drag color */
::selection{color:white;background:#6C6C6C;}
::-moz-selection{color:white;background:#6C6C6C;}

/* 썸네일 제목 항상 표시, 배경색 */
.fixed_img_col a strong	{ opacity:1; }
.fixed_img_col li:hover a strong { background:none; }



/* 링크 색깔 */
.section_1 #article .tx-link {color:#51D7CF;}
