




a,
.txt-point	{ color: #ffffff; }


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

	#header			{
			background-size: contain;
		}

	#gnb_wrapper				{
			background-repeat: repeat-y;
			background-size: 100% 100%;
			background-attachment: fixed;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
			background-color: #ffffff, 0, .5);
		}

	#gnb_wrapper				{
			background-size: 100% 100%;
			background-attachment: fixed;
		}

	#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; } 


#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 140px;
}
#header .fix-layout	{ height: 100%; }
#logo	{
	display: block;
	float:left;
	position:relative;
	z-index:999;
	padding-right:10px;
	line-height:140px;
} 
#no_design_gnb li	{ display:inline-block; margin-left:30px; line-height:140px;}

#login_box,#bgm_box{float:right;}
 

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

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://www.pixelstalk.net/wp-content/uploads/images5/Grey-Aesthetic-Wallpaper-HD-1080p.jpg');
			background-repeat: no-repeat;
			background-position: left bottom;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://www.pixelstalk.net/wp-content/uploads/images5/Grey-Aesthetic-Wallpaper-HD-1080p.jpg');
			background-position: left bottom;
			background-size: contain;
			background-attachment: fixed;
		}

	#footer {margin-left:0;}
}




*::-webkit-scrollbar-track			{ background-color: #b9b9b9; }
*::-webkit-scrollbar-thumb			{ background: #ffffff; }

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

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


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


.ui-btn	{
	color:			#ffffff;
	background:		#b9b9b9;
	border-color:	#000000;
}
.ui-btn:hover	{
	color:			#848484;
	background:		#ffffff;
	border-color:	#000000;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#b9b9b9;
	border-color:	#b9b9b9;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#b9b9b9;
	border-color:	#b9b9b9;
}

.ui-btn.etc			{
	color:			#000000;
	background:		#b9b9b9;
	border-color:	rgba( 255, 255, 255, 0.5 );
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#b9b9b9;
	border-color:	rgba( 255, 255, 255, 0.5 );
}


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#b9b9b9;
	border-color:	#000000;
}
.pg_wrap .pg_page:hover	{
	color:			#848484;
	background:		#ffffff;
	border-color:	#000000;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#ffffff;
	background:		#b9b9b9;
	border-color:	#b9b9b9;
}




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


hr.line	{
	background: #ffffff;
}




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

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

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

.theme-box	{
	color: #b9b9b9;
 
}
.theme-box.no-link a	{
	color: #b9b9b9;
}
 

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

#load_log_board	{
			background-size: cover;
			background-attachment: fixed;
	}

.board-notice	{
			background-color: rgba( 255, 255, 255, 0.5 );
			color: #000000;
	}

#log_list	{
	}
#log_list .item		{
	
	}

#log_list .item .item-inner .ui-pic		{
			color: #ffffff;
	}


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

#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{
	border-bottom-style:;
	}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 		color: rgba( 255, 255, 255, 0.0 );
	}

#log_list .item .item-inner	.ui-comment		{
			background-color: rgba( 255, 255, 255, 0.7 );
			color: #000000;
	
	}


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

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: rgba( 255, 255, 255, 0.0 );
				font-size: 1px;
	}

#log_list .item .item-inner .co-footer .date	{
			color: rgba( 255, 255, 255, 0.0 );
				font-size: 1px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #848484;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: rgba( 255, 255, 255, 0.5 );
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
 
}