




body,
.txt-default	{ color: #6A6367; }
a,
.txt-point	{ color: #9A5D4A; }


@media all and (min-width: 1001px) { 
 
#gnb,
#gnb *:not(script)	{ 
	display:inline-block; 
}

	#header			{
			background-position: center center;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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


#footer	{ height:0 !important;padding:0 !important;display: none !important; } 

#body	{ margin-left: 55px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 55px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 0px;
	text-align:center;
}

#footer{margin-left:55px;}


#gnb p {display:block;}
#gnb a { 
	color : #F66E6F; 
	font-size: 14px;
	}
#gnb a:hover {
	color: rgba(198, 173, 236, 0.5);
	font-size: 14px;
}
#logo a {
	color: #F66E6F;
	font-size: 18.2px;
}
#logo a:hover {
	color: rgba(198, 173, 236, 0.5);
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://i.imgur.com/dCnrWzz.png');
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://i.imgur.com/dCnrWzz.png');
			background-position: center center;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: transparent; }
*::-webkit-scrollbar-thumb			{ background: #9A5D4A; }

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

::selection			{ color:transparent; }
::-moz-selection	{ color:transparent; }
::-webkit-selection	{ color:transparent; }


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


.ui-btn	{
	color:			#DCC67F;
	background:		transparent;
	border-color:	transparent;
}
.ui-btn:hover	{
	color:			rgba(250, 250, 250, 0.5);
	background:		transparent;
	border-color:	transparent;
}

.ui-btn.point			{
	color:			#FFF;
	background:		#6E8E69;
	border-color:	#6E8E69;
}
.ui-btn.point:hover		{
	color:			#FFF;
	background:		#DCC67F;
	border-color:	#DCC67F;
}

.ui-btn.etc			{
	color:			#6E8E69;
	background:		transparent;
	border-color:	#6E8E69;
}
.ui-btn.etc:hover	{
	color:			#DCC67F;
	background:		transparent;
	border-color:	#DCC67F;
}


.pg_wrap .pg_page	{
	color:			#DCC67F;
	background:		transparent;
	border-color:	transparent;
}
.pg_wrap .pg_page:hover	{
	color:			rgba(250, 250, 250, 0.5);
	background:		transparent;
	border-color:	transparent;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#FFF;
	background:		#6E8E69;
	border-color:	#6E8E69;
}




.bar-equalizer i	{
	background: #fff;
}
 


hr.line	{
	background: #9A5D4A;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#111;
	background:		rgba(250, 250, 250, 0.6);
	border-color:	rgba(250, 250, 250, 0.6);
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(250, 250, 250, 0.6) !important;
  color: #111;
}
 

.theme-box	{
	background-color: rgba(250, 250, 250, 0.8);
	border: 1px solid transparent;
	color: #111;
 
}
.theme-box.no-link a	{
	color: #111;
}
 

.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: #6E8E69; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(250, 250, 250, 1);
			color: #9A979C;
	}

#log_list	{
	}
#log_list .item		{
	
	}

#log_list .item .item-inner .ui-pic		{
	}


#log_list .item .item-inner .item-comment		{
			background-color: #fff;
		}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
 margin-bottom:1px !important;
 } 
 #log_list .item .item-inner .item-comment.item-reply {opacity:0.8;}
#log_list .item .item-inner .item-comment.item-reply.last{ 	}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { }

#log_list .item .item-inner	.ui-comment		{
	
	}


#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a	{
			color: #82807E;
				font-size: 12px;
	}

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

#log_list .item .item-inner .co-footer .date	{
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #322F2E;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #fff;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #fff;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: rgba(250, 250, 250, 0.8);
 
}