@charset "utf-8";
@font-face {
		font-family:T;
		font-style:normal;
		font-weight:normal;
		src:url("http://cfs.tistory.com/custom/blog/190/1909089/skin/images/TStyle%20L.eot");
		src:url("http://cfs.tistory.com/custom/blog/190/1909089/skin/images/TStyle%20L.eot?#iefix") format('embedded-opentype'),url("http://cfs.tistory.com/custom/blog/190/1909089/skin/images/TStyle%20L.woff") format('woff'),url("http: //cfs.tistory.com/custom/blog/190/1909089/skin/images/TStyle%20L.ttf") format('opentype');
}
/* 드래그 */
*::selection {
	background-color:rgba(102,102,102,0);
	color:transparent;
	text-shadow:0 0 2px #000;
	transition:all 250ms ease-in;
}
::-moz-selection {
	color:transparent;
	text-shadow:0 0 2px #000;
	transition:all 250ms ease-in;
}
/* 스크롤바 */::-webkit-scrollbar {
	width:px;
	background-color:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb {
	width:3px;
	border:3px solid #fff;
	background-color: rgba(0,0,0,0.8);
}
/* 반드시 들어가야 하는 스타일 시작 */
/* 본문 공통 */
body {
	font-family:T;
	font-size:13px;
	color:#000;
	padding:0;
	margin:0;
	background:url("./images/body_back.png");
	display:none;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration: none;
}
ul, dl, li, ol {
	margin:0px;
	padding:0px;
}
/* 티스토리 툴바 */
.tistorytoolbar {
	display: none;
}
/* 페이징 - 현재 페이지 */
.selected {
	font-weight:bold;
	color:#000;
}
.no-more-prev {
	color:#000;
}
.no-more-next {
	color: #000;
}
/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {
	margin-right:10px;
}
.rp_general .name {
	color:rgba(0,0,0,0.7) !important;
}
.rp_admin {
	margin-left:10px;
}
.rp_admin .name a {
	color:#000 !important;
}
.rp_admin p {
	background:rgba(0,0,0,0.05);
	border:0 !important;
}
.rp_secret {
	color:#d60f30;
	margin-right:10px;
}
.rp_secret .name a {
	color: rgba(0,0,0,0.7) !important;
}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
.guest_general {
	margin-right:10px;
}
.guest_general p {
	border:1px dashed #ddd;
}
.guest_admin {
	margin-left:10px;
}
.guest_admin p {
	background:rgba(0,0,0,0.05);
}
.guest_secret {
	margin-right:10px;
}
.guest_secret p {
	border: 1px dashed #ddd;
}
/* 비밀 댓글 (로그아웃시 비밀글 표현) */
.hiddenComment {
	font-weight: normal;
}
/* 이미지 아래 캡션 스타일 */
.cap1 {
	color:#999;
	text-align:center;
	padding:4px 0;
	margin: 0;
}
/* 그림 */
.imageblock {
	text-align:center;
	max-width:100% !important;
	margin:1px;
}
.imageblock span,.imageblock img {
	max-width:100%;
	height:auto !important;
	float:center;
	border:0;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
img:hover {
	opacity:0.85;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition: all 0.3s;
}
/* 왼쪽 */
.left {
}
/* 가운데 */
.center {
}
/* 오른쪽 */
.right {
}
/* 그림 2개 배치 */
.dual {
	background-color:#fff;
	margin-bottom: 5px;
}
/* 그림 3개 배치 */
.triple {
	background-color:#fff;
	margin-bottom: 5px;
}
/* 본문 - more / less */
.moreless_fold {
	color:#000;
	margin-left:3px;
}
.moreless_top {
	color:#000;
	margin-left:3px;
}
.moreless_content {
	font-size:11px !important;
	padding:8px;
	border:1px solid #eee;
	margin-top:5px;
	margin-bottom:7px;
	border-radius:5px;
}
.moreless_bottom {
	color:#999;
	display: none;
}
/* 키워드 */
.key1 {
	cursor:pointer;
	border-bottom: 1px dotted #ccc;
}
/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가,삭제 가능 */
hr {
	display:none;
}
img {
	border:0;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
input {
}
textarea {
	border:0;
	font-size:11px;
	font-family:T;
}
label {
	color: #000 !important;
}
/* 블로그 레이아웃 */
#container {
	max-width:800px;
	padding:5px;
	margin:120px auto 0px;

}
#top {
	height:30px;
}
#middle {
	background:rgba(255,255,255,.5);
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block;
	width:100%;
	border-radius:0px 7px 0px 0px;
	box-shadow: 3px 0px rgba(0,0,0,0.05);
}
#bottom {
	background:rgba(255,255,255,.5);
	padding-top:3px;
	padding-bottom:7px;
	display:inline-block;
	width:100% !important;
	border-bottom:1px solid rgba(0,0,0,0.05);
	box-shadow: 3px 0px rgba(0,0,0,0.05);
}
#content {
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	background:rgba(255,255,255,0.5);
	box-shadow: 3px 3px rgba(0,0,0,0.05);
	border-radius:0px 0px 7px 7px;
}
#foot {
	height: 30px;
}
/* ***** top ***** */
#top .tab {
	float:left;
	margin-left:10px;
	margin-top:0;
	margin-bottom:0;
}
#top .tab li,.tab li:before {
	cursor:default;
	z-index:1;
	position:relative;
	border:1px solid rgba(0,0,0,0);
	border-bottom:0;
	transform:skewX(25deg);
	float:left;
	height:29px;
	margin:0px 0 0 12px;
	padding:0 15px;
	width:120px;
	border-radius:5px 5px 0 0;
	box-shadow:inset -1px 1px 0 rgba(255,255,255,.5);
	background:rgba(255,255,255,.5);
}
#top .tab li.active,#top .tab li.active:before {
	z-index:9 !important;
	background:#eee;
	height:30px;
	margin-bottom:-1px;
	border-color:#888;
}
#top .tab li:before {
	content:'';
	z-index:-99;
	position:absolute;
	left:-18px;
	top:-1px;
	transform:skewX(140deg);
	border-right:0;
	margin:0;
	padding:0;
	width:30px;
	border-radius:5px 0 0 0;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,.6);
}
#top .tab li img {
	z-index:9;
	position:absolute;
	left:-6px;
	top:6px;
	width:16px;
	height:16px;
	transform:skewX(-25deg);
	border-radius:3px;
}
#top .tab li a {
	z-index:3;
	position:absolute;
	right:10px;
	top:7px;
	font-size:11px;
	color:#333;
	width:15px;
	height:15px;
	line-height:16px;
	text-align:center;
	transform:skewX(-25deg);
	border-radius:100%;
}
#top .tab li a:hover {
	text-decoration:none;
	color:#FFC04C;
}
#top .tab li a:active {
	color:#000;
}
#top .tab li span {
	display:block;
	width:98%;
	margin-top:2px;
	line-height:30px;
	margin-left:-14px;
	transform:skewX(-25deg);
	white-space:nowrap;
	overflow:hidden;
	z-index:9;
	font-family:T;
	color:#000;
	letter-spacing:1px;
	font-size:12px;
}
#top .tab li span:after {
	content:'';
	width:25px;
	height:28px;
	position:absolute;
	right:0;
	top:1px;
}
#top .tab li.active span:after {
	background:-webkit-linear-gradient(left,hsla(0,0%,93%,0) 0%,hsla(0,0%,93%,1) 77%,hsla(0,0%,93%,1) 100%)
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	#top .tab li span {
			margin-top:-11px;
			margin-left:0px;
	}
}
#top .add {
	text-align:center;
	line-height:17px;
	font-size:15px;
	float:left;
	margin:8px 8px 0;
	width:23px;
	height:16px;
	background:rgba(255,255,255,0.6);
	border-radius:5px;
	transform:skewX(25deg);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
#top .add:hover {
	box-shadow:inset 0 1px 0 rgba(255,255,255,1);
	background:#f8f8f8;
}
#top .add:active {
	box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	background:rgba(255,255,255,0.6);
	color: #555;
}
/* ***** middle ***** */
#middle .adress {
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;
	padding-left:8px;
	padding-right:5px;
}
#middle .paging {
	float:left;
	margin-top:4px;	
}
#middle .paging #prevPage {
	margin-right:3px;
}
#middle .paging #nextPage {
}
#middle .home {
	margin-top:3px;
	margin-left:30px;
}
#middle .searchBox {
	margin-left:32px;
	margin-top:1px;
	letter-spacing:1.5px;
	outline:0;
	margin-right:40px;
	cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),default;
}
#middle input {
	outline:0;
	background:rgba(0,0,0,0.03);
	padding:3px;
	height:12px;
	border-radius:3px;
	font-size:13px;
	font-family:T;
	width:100%;
	margin-top:-1px;
	margin-left:-2px;
	border:1px solid #eee;
	cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),default !important;
}
#middle .set {
	margin-top:-16px;
	float:right;
	margin-right:15px;
}
/* ***** bottom ***** */
#bottom .bookmark {
	margin:0;
	padding:0;
	margin-left:5px;
	margin-right:5px;
}
.bookmark a span {
	margin-left:2px;
	margin-right:3px;
	letter-spacing:0.5px;
	font-size:13px;
}
.bookmark li {
	list-style:none;
	display:inline-block;
	padding:3px;
	padding-left:5px;
	padding-right:2px;
}
.bookmark li:active {
	background:#eee;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	border-radius:5px;
}
/* ***** content ***** */
#content .nonEntry h3 {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	color: #222;
}
#content .entry {
}
/* ***** searchlist-g ***** */
.fixed_img_col {
}
.fixed_img_col ul {
	padding:0;
	font-size:11px;
	list-style:none;
	border-top:1px solid #eee;
	margin:0;
	padding:0;
	font-family:T;
	*zoom:1
}
.fixed_img_col li {
	position:relative;
	padding:4px 0px 0px 330px;
	vertical-align:top;
	*zoom:1;
	border-bottom:1px solid rgba(0,0,0,0.05);
	transition:linear 0.3s;
	-moz-transition:linear 0.3s;
	-webkit-transition:linear 0.3s;
	-o-transition:linear 0.3s;
	-ms-transition:linear 0.3s;
}
.fixed_img_col li:hover {
	background:rgba(0,0,0,0.02);
}
.fixed_img_col li:after {
	display:block;
	clear:both;
	content:""
}
.fixed_img_col a {
	text-decoration:none;
	cursor:pointer
}
.fixed_img_col a .cmt {
	display:none;
}
.fixed_img_col a strong {
	display:inline-block;
	margin:15px 0px 4px -280px;
}
.fixed_img_col a strong {
	color:#0f0f0f;
	font-family:T;
	font-size:12px;
	font-weight:nor;
	text-overflow:ellipsis;
	text-transform:uppercase;
	white-space:nowrap;
	word-wrap:normal;
	letter-spacing:1px;
	width:100%;
}
.fixed_img_col .date {
	font-size:10px;
	float:right;
	margin-right:-280px;
	font-family:T;
	font-weight:normal;
	color:#000;
}
.fixed_img_col .thumb {
	display:inline;
	overflow:hidden;
	float:left;
	position:relative;
	text-align:center;
	width:38px;
	height:38px;
	margin:0 10px 4px -330px;
	text-align:center;
	background:rgba(0,0,0,0.03);
	padding:2px;
	border-radius:100%;
}
.fixed_img_col .thumb img {
	width:38px;
	height:38px;
	border-radius:100%;
	background:#fff;
}
.fixed_img_col .thumb img:hover {
}
.fixed_img_col .thumb img.dno {
	display:none
}
.fixed_img_col p {
	margin-left:-250px;
	margin-top:0px;
	line-height:1.4;
	font-size:10.4px;
	display:None;
}
.fixed_img_col p div {
	height:30px;
	margin:0px 0px 0px -10px;
	color:#333;
	line-height:1.6;
	max-height:95px;
	overflow:hidden;
	width: 100%;
}
/* ***** searchlist-not g ***** */
.searchList {
	margin:0;
	overflow:hidden;
}
.searchList ol {
	list-style:none;
	border-top:1px dashed #eee;
	margin:0;
}
.searchList li {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px dashed #eee;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
}
.searchList li:hover {
	background:rgba(0,0,0,0.01);
	border-left:6px solid #3C84CC;
}
.searchList li:active a {
	text-shadow:#333 1px 1px 0px;
}
.searchList .date {
	float:right;
	font-size:11px;
	background:#eee;
	padding:5px;
	border-radius:8px;
	margin-top:-5px;
}
.searchList .cnt {
	color:#f00;
	margin-left:3px;
}
/* ***** taglog ***** */
#taglog ul {
	padding:5px;
	margin:0;
	text-align:justify;
}
#taglog li {
	display:inline;
}
#taglog a:hover {
	background-color:#eee;
	color:#000;
}
#taglog li .cloud1 {
	background-color:#eee;
	color:#a2348f;
	font-weight:bold;
	font-size:16px;
}
#taglog li .cloud2 {
	background-color:#eee;
	color:#5a5194;
	font-weight:bold;
	font-size:15px;
}
#taglog li .cloud3 {
	background-color:#eee;
	color:#7870ab;
	font-weight:bold;
	font-size:14px;
}
#taglog li .cloud4 {
	background-color:#eee;
	color:#666;
	font-size:13px;
}
#taglog li .cloud5 {
	font-size:12px;
	color: #999;
}
/* ***** guestbook ***** */
#guestbook {
	margin-left:2px;
	margin-top:-12px;
}
#guestbook p {
	padding:2px 0px 0px 0px;
}
#guestbook .guest_submit {
	width:150px;
	float:right;
}
#guestWrite {
	margin-right:5px;
	padding-right:13px;
	margin-bottom:-23px;
}
#guestWrite .secretWrap {
	float:left;
	margin:0px;
	margin-top:-5px;
	margin-bottom:10px;
}
#guestWrite .id {
	margin:0px;
	margin-top:0px;
	float:right;
}
#guestWrite input {
	width:80px;
	border:0;
	border-bottom:1px solid #333;
	outline:0;
	background:rgba(0,0,0,0);
	margin-right:3px;
	font-size:11px;
	font-family:T;
	height:10px;
	padding:3px;
}
#guestWrite textarea {
	overflow:hidden;
	padding:8px;
	color:#333;
	outline:0;
	width:100%;
	height:12px;
	resize:none;
	background:rgba(0,0,0,0.02);
}
#guestWrite .homepage {
	width:120px;
}
#guestWrite .submit {
	outline:0;
	height:16px;
	overflow:hidden;
	display:inline-block;
	font-family:T;
	font-size:10px;
	border:1px solid #333;
	cursor:pointer;
	color:#fff;
	margin-right:-15px;
	margin-top:-7px;
	float:right;
	background:#0d3b6a;
	border-radius:3px;
	width:150px;
}
#guestWrite .submit:active {
	background:#000;
	color:#fff;
	border:1px solid #000;
}
#guestList {
	padding:2px
}
#guestList ol,
#guestList ul {
	margin:0;
	padding:0;
	list-style:none;
}
#guestList ol {
	margin-top:22px;
}
#guestList li p {
	margin-top:5px;
	padding:5px;
	line-height:17px;
}
#guestList ol li {
	overflow:hidden;
}
#guestList li ul li {
	border:none;
	overflow:hidden;
}
#guestList li .name {
	color:#666;
	font-weight:bold;
}
#guestList li .date {
	font-size:10px;
	margin-top:5px;
	float:right;
}
#guestList .control a.address {
	text-decoration:none;
}
#guestList .control a.address span {
	display:none;
}
#guestList .control a.modify {
	text-decoration:none;
}
#guestList .control a.modify span {
}
#guestList .control a.write {
	text-decoration:none;
}
#guestList .control a:hover {
	color:#f00;
}
#guestbook input[type="checkbox"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:0;
	width:12px;
	height:10px;
	border:0px;
}
#guestbook input[type="checkbox"]:after {
	text-align:center;
	width:12px;
	height:10px;
	display:inline-block;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:2px;
	content:"\f13e";
	font:12px FontAwesome;
	text-transform:uppercase;
	outline:0;
}
#guestbook input[type="checkbox"]:checked:after {
	content:"\f023";
	color: #f00;
}
/* entry */
.entryNotice h2,.entryProtected h2,.entry h2 {
}
.entry h2 a {
	font-size:15px;
	font-family:T;
	color:#000;
	line-height:17px;
}
.titleWrap {
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:9px;
	overflow:hidden;
}
.category_img img {
	width:30px;
	height:30px;
	float:left;
	margin-right:8px;
	border-radius:100%;
}
.titleWrap .category a {
	font-size:12px;
	font-family:T;
	color:#333;
	line-height:17px;
}
.titleWrap .date {
	font-size:11px;
	font-family:T;
	color:#444;
}
.titleWrap .admin {
	float:right;
	margin-top:-15px;
}
.titleWrap .admin a:hover {
	color: #ff0000
}
/* ***** protected ***** */
.entryProtected {
	margin-top:160px;
	text-align:center;
	height:240px;
}
.entryProtected a {
	font-size:11px;
}
.entryProtected span {
	text-transform: uppercase
}
/* ***** notice ***** */
.entryNotice {
}
.notice_img {
	float:left;
}
.notice_img img {
	width:40px;
	border-radius:100%;
}
.condition {
	padding-top:11px;
	padding-left:45px;
	font-size:11px;
	display:none;
}
.condition span {
	margin-right:4px;
	font-weight:bold;
}
.notice_date {
	padding-left:45px;
	font-size:10px;
	padding-top:15px;
}
.notice_article {
	margin-top:19px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}
.article {
	font-size:12px;
	font-family:T;
	color:#333;
	overflow:hidden;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.article p {
	line-height:16px;
	margin-left:-1px;
}
.article a:link {
	color:#333;
	text-decoration:none;
}
.article a:visited {
	color:#333;
	text-decoration:none;
}
.article a:hover {
	color:#333;
	text-decoration:none;
}
.article a:active {
	color:#333;
	text-decoration:none;
}
.article dt {
	text-decoration:none;
}
.article dd {
	margin-left:20px;
	padding-bottom:10px;
}
.article blockquote {
	padding:5px;
	margin:0;
	margin-top:3px;
	border-radius:5px;
	border:1px solid #eee;
}
.author {
	text-align:right;
	color:#333;
	margin-top:-15px;
	font-size:10px
}
.author .text {
	font-size:10px;
	font-family:T;
}
.tagTrail {
	padding:0px 0px 7px 7px;
	clear:both;
	text-transform:uppercase;
	color:#fff;
}
.tagTrail a:before {
	content:"#";
}
.tagText {
	display:none;
}
.actionTrail {
	padding:7px 5px 7px 0;
	clear:both;
	display:none;
}
.actionTrail .cnt {
	color:#f60;
}
.trackback {
	width:/*@post-width:-12*/ 598px /*@*/;
	border:1px solid #F0F0F0;
	background:#F9F9F9;
	padding:5px 5px 0 5px;
	margin-bottom:10px;
	overflow:hidden;
}
.trackback a {
	color:#000;
}
.trackback h3 {
	font:11px Verdana;
	color:#333;
	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 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 ***** */
.comment {
	overflow:hidden;
	font-family:T;
	font-size:12px;
	margin-top:-5px;
	margin-left:2px;
	margin-bottom:0px;
}
.commentList {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}
.comment p {
	margin:3px 0 0 0;
	padding:5px 0px 0px 0px;
	font-family:T !important;
	color:#333;
}
.comment h3 {
	display:none;
}
.comment ol,.comment ul {
	margin:0;
	padding:0;
	list-style:none;
}
.comment ol {
	margin-top:10px;
	margin-right:5px;
}
.comment .date {
	font-size:10px;
	font-family:T;
	color:#333;
	margin-top:5px;
	float:right;
}
.comment .name {
	color:#333;
	font-weight:bold;
}
.comment .name a {
	color:#333;
	font-weight:bold;
}
.comment ol li {
	margin-bottom:5px;
	margin-top:5px;
	padding:0;
}
.comment ol li p {
	border:1px dashed #ddd;
	padding:5px;
}
.comment li ul li {
	border:none;
}
.comment .control a {
	color:#000;
}
.comment .control a:hover {
	color:#ff0000;
}
.comment .control a.address {
	padding-bottom:2px;
	text-decoration:none;
}
.comment .control a.address span {
	display:none;
}
.comment .control a.modify {
	padding-bottom:2px;
	text-decoration:none;
}
.comment .control a.modify span {
}
.comment .control a.write {
	padding-bottom:2px;
	text-decoration:none;
	margin-left:-8px;
}
.comment .control a.write span {
}
.commentWrite {
	overflow:hidden;
	font-family:T;
	font-size:12px;
	margin-bottom:3px;
}
.commentWrite input {
	border:0;
	outline:0;
	background:rgba(0,0,0,0);
	border-bottom:1px solid #000;
	width:80px;
	margin-right:5px;
	font-size:11px;
	font-family:T;
	margin-top:8px;
}
.commentWrite textarea {
	overflow:hidden;
	padding:8px;
	color:#333;
	outline:0;
	width:94.6%;
	height:10px;
	resize:none;
	background:rgba(0,0,0,0.02);
}
.commentWrite .homepage {
	width:100px;
}
.commentWrite .submit {
	outline:0;
	height:16px;
	overflow:hidden;
	display:block;
	font-family:T;
	font-size:10px;
	border:1px solid #333;
	cursor:pointer;
	color:#fff;
	margin-right:3px;
	margin-top:-1px;
	margin-bottom:2px;
	float:right;
	background:#0d3b6a;
	border-radius:3px;
	width:150px;
}
.commentWrite .submit:active {
	background:#000;
	color:#fff;
	border:1px solid #000;
}
.commentWrite .secretWrap {
	clear:both;
	float:left;
	position:relative;
	margin-right:10px;
	margin-top:0px;
}
.comment input[type="checkbox"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:0;
	border:0;
	width:7px;
	height:10px;
	margin-top:2px;
}
.comment input[type="checkbox"]:after {
	text-align:center;
	width:12px;
	height:10px;
	display:inline-block;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:2px;
	content:"\f13e";
	font:12px FontAwesome;
	text-transform:uppercase;
	outline:0;
}
.comment input[type="checkbox"]:checked:after {
	content:"\f023";
	color:#f00
}
::-webkit-input-placeholder {
	color: #333;
}
:-moz-placeholder {
	/* Firefox 18- */
	color:#333;
}
::-moz-placeholder {
	/* Firefox 19+*/
	color:#333;
}
:-ms-input-placeholder {
	color: #333;
}
/* ***** copyright ***** */
.copyright {
	text-align:center;
	font-size:11px;
	margin-top:5px;
	color: rgba(0,0,0,0.8);
}
.copyright span {
	color:#333;
}
.copyright span a {
	text-shadow:#666 1px 1px 1px;
}
/* 모바일 */
@media all and (max-width:450px) {
	#container {
					margin-top: 10px;
	}
}
/* 마우스 */
html,
.menu_appear ul,
.menu_appear {
	cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),default !important;
}
input.submit:hover,
.moreless_fold span:hover,
.moreless_top span:hover,
.label_secret:hover,
input.checkbox:hover, 
a,a:hover,
.imageblock img,
.submit input,img,
.menu {
	cursor:url(http://cur.cursors-4u.net/others/oth-6/oth589.cur),progress !important;
}
/* 글박스 */
.txc-textbox {
	margin-top:5px;
	margin-bottom:5px;
	line-height:18px;
	letter-spacing:0.1px;