@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');






body,
.txt-default	{ color: #36383B; }
a,
.txt-point	{ color: #E1EFD0; }


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

	#header			{
		}

	#gnb_wrapper				{
			background-color: #ffffff;
		}

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



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

#footer{margin-left:140px;}


#gnb p {display:block;}
#gnb a { 
	color : #36383B; 
	font-size: 20px;
	}
#gnb a:hover {
	color: #DDEEFF;
	font-size: 20px;
}
#logo a {
	color: #36383B;
	font-size: 26px;
}
#logo a:hover {
	color: #DDEEFF;
	font-size: 26px;
}

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



@media all and (min-width: 1001px) { 
    html.single            {
            background-image: url('https://cdn.discordapp.com/attachments/1177771424321122314/1191515411452272690/image.png?ex=65a5b833&is=65934333&hm=f98fdac8e3c117c94a614fb74b1f1e265d43fd4dc222590c555bf979e9e7fad1&');
        }
    html.non-single {
        background-image: none;
        background: transparent;
    }

}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://cdn.discordapp.com/attachments/1177771424321122314/1191515411452272690/image.png?ex=65a5b833&is=65934333&hm=f98fdac8e3c117c94a614fb74b1f1e265d43fd4dc222590c555bf979e9e7fad1&');
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-thumb			{ background: #E1EFD0; }

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



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


.ui-btn	{
	color:			#eeeeee;
	background:		#555555;
	border-color:	rgba(255, 255, 255, 0);
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#222222;
	border-color:	rgba(255, 255, 255, 0);
}

.ui-btn.point			{
	color:			#36383B;
	background:		#DDEEFF;
	border-color:	rgba(255, 255, 255, 0);
}
.ui-btn.point:hover		{
	color:			#36383B;
	background:		#E1EFD0;
	border-color:	rgba(255, 255, 255, 0);
}

.ui-btn.etc			{
	color:			#eeeeee;
	background:		#555555;
	border-color:	rgba(255, 255, 255, 0);
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#E1EFD0;
	border-color:	rgba(255, 255, 255, 0);
}


.pg_wrap .pg_page	{
	color:			#eeeeee;
	background:		#555555;
	border-color:	rgba(255, 255, 255, 0);
}
.pg_wrap .pg_page:hover	{
	color:			#ffffff;
	background:		#222222;
	border-color:	rgba(255, 255, 255, 0);
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#36383B;
	background:		#DDEEFF;
	border-color:	rgba(255, 255, 255, 0);
}




.bar-equalizer{display:none !important;}
.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i	{
	background: #DDEEFF;
}
 


hr.line	{
	background: #E1EFD0;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#222222;
	background:		rgba(255, 255, 255, 0.5);
	border-color:	rgba(255, 255, 255, 0);
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #222222;
}
 

.theme-box	{
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0);
	color: #36383B;
 
}
.theme-box.no-link a	{
	color: #36383B;
}
 

.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: rgba(255, 255, 255, 0); }
 

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(255, 255, 255, 0);
			color: #36383B;
	}

#log_list	{
			color: #36383B;
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			color: #36383B;
				margin-bottom: 10px !important;
	}

#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{ 			margin-bottom: 10px !important;
	}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 		color: #bbbbbb;
	}

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


#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a	{
			color: #3A394C;
				font-size: 14px;
	}

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

#log_list .item .item-inner .co-footer .date	{
			color: #bbbbbb;
				font-size: 12px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #3A394C;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #3A394C;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #3A394C;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



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