
span.txt-box
{
color:#070707; /*박스 안 색깔*/
background-color: #B3C1DC; /*박스 색깔*/
padding: 0px 2px;
}

img {
image-rendering: -moz-crisp-edges;    /* Firefox */
image-rendering:  -o-crisp-edges;    /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
}



body,
.txt-default	{ color: #070707; }
a,
.txt-point	{ color: #B3C1DC; }


@media all and (min-width: 1001px) {

#gnb,
#gnb *:not(script)	{
	display:inline-block;
}

	#header			{
		}

	#gnb_wrapper				{
			background-color: #070707;
			background-size: cover;
			background-attachment: fixed;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
		}

	#gnb_wrapper				{
			background-color: #070707;
		}

	#gnb_control_box	{
		display: block;
	}
}

#gnb_wrapper{
	position:relative;
	z-index:99;
	text-align:left;
}



#body	{ margin-left: 0px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 0px;

}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{
	display:block;
	margin-bottom: 0px;
	text-align:center;
}

#footer{margin-left:0px;}


#gnb p {display:block;}
#gnb a {
	color : #070707;
	font-size: 14px;
	}
#gnb a:hover {
	color: #B3C1DC;
	font-size: 14px;
}
#logo a {
	color: #070707;
	font-size: 18.2px;
}
#logo a:hover {
	color: #B3C1DC;
	font-size: 18.2px;
}

#footer{
	padding:10px;
	box-sizing:border-box;
	}



@media all and (min-width: 1001px) {
	html			{
			background-color: #FFFFFF;
			background-repeat: no-repeat;
			background-position: right center;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-color: #ffffff;
			background-position: center bottom;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #070707; }
*::-webkit-scrollbar-thumb			{ background: #B3C1DC; }
*::-webkit-scrollbar {display: none;}

* { outline-color: #B3C1DC; }
::selection			{ background:#B3C1DC; }
::-moz-selection	{ background:#B3C1DC; }
::-webkit-selection	{ background:#B3C1DC; }

::selection			{ color:#070707; }
::-moz-selection	{ color:#070707; }
::-webkit-selection	{ color:#070707; }


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;
			color:#070707;
				background:#B3C1DC;
	}


.ui-btn	{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}
.ui-btn:hover	{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}

.ui-btn.point			{
	color:			#e2e2e2;
	background:		#070707;
	border-color:	#e2e2e2;
}
.ui-btn.point:hover		{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}

.ui-btn.etc			{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}
.ui-btn.etc:hover	{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}


.pg_wrap .pg_page	{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}
.pg_wrap .pg_page:hover	{
	color:			#070707;
	background:		#e2e2e2;
	border-color:	#e2e2e2;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#e2e2e2;
	background:		#070707;
	border-color:	#e2e2e2;
}




.bar-equalizer i	{
	background: #B3C1DC;
	-webkit-box-shadow: 0px 0px 3px 0px #B3C1DC;
	-moz-box-shadow: 0px 0px 3px 0px #B3C1DC;
	box-shadow: 0px 0px 3px 0px #B3C1DC;
}



hr.line	{
	background: #B3C1DC;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#e2e2e2;
	background:		#070707;
	border-color:	#e2e2e2;
}

::-webkit-input-placeholder {
	color: #e2e2e2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #e2e2e2;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #e2e2e2;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #e2e2e2;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #070707 !important;
  color: #e2e2e2;
}


.theme-box	{
	background-color: #e2e2e2;
	color: #070707;
}
.theme-box.no-link a	{
	color: #070707;
}


.theme-list,
.theme-form	{
	background-color:	;
	color:				;
}

/*** Form Area ***/
.theme-form th	{
	background-color:	#000000;
	color:				#ffffff;
}
.theme-form td	{
	background-color:	rgba(255, 255, 255, .1);
	color:				#ffffff;
	border-top-color:	#333333;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#333333;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

/*** List Area ***/
.theme-list th	{
	background-color:	#000000;
	color:				#ffffff;
	border-top-color:	#333333;
	border-top-style:	double;
	border-top-width:	1px;
	border-bottom-color:	#333333;
	border-bottom-style:	double;
	border-bottom-width:	1px;
}
.theme-list td	{
	background-color:	;
	color:				#ffffff;
}




#tab_list { border-color: #e2e2e2; }


#load_log_board	{
	}

.board-notice	{
			color: #070707;
	}

#log_list	{
			color: #070707;
	}
#log_list .item		{
			color: #070707;
			border-top-color:		;
		border-top-style:		;
		border-top-width: 0.3px;
	
	}

#log_list .item .item-inner .ui-pic		{
			color: #070707;
			border-top-color:		;
		border-top-style:		;
		border-top-width: 0.3px;
			border-bottom-color:		;
		border-bottom-style:		;
		border-bottom-width: 0.3px;
			border-left-color:		;
		border-left-style:		;
		border-left-width: 0.3px;
			border-right-color:		;
		border-right-style:		;
		border-right-width: 0.3px;
	}


#log_list .item .item-inner .item-comment		{
			background-color: #ffffff;
			color: #070707;
			border-left-color:		#e2e2e2;
		border-left-style:		dashed;
		border-left-width: 0.1px;
			border-right-color:		#e2e2e2;
		border-right-style:		dashed;
		border-right-width: 0.1px;
				margin-bottom: 3px !important;
	}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
		border-left-style:solid;
			border-right-style:solid;
	 margin-bottom:1px !important;
 }
 #log_list .item .item-inner .item-comment.item-reply {opacity:0.7;}
#log_list .item .item-inner .item-comment.item-reply.last{ 			margin-bottom: 3px !important;
	}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 		color: #555555;
	}

#log_list .item .item-inner	.ui-comment		{
			color: #070707;
	
			padding-left: 15px;
		padding-right: 15px;
	}


#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a	{
			color: #B5AEA9;
				font-size: 10px;
	}

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: #B3C1DC;
				font-size: 10px;
	}

#log_list .item .item-inner .co-footer .date	{
			color: #555555;
				font-size: 9px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #B3C1DC;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #B3C1DC;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #B5AEA9;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: #e2e2e2;
}
