




body,
.txt-default	{ color: #191837; }
a,
.txt-point	{ color: #b2b1ff; }


@media all and (min-width: 901px) {
	html			{
			background-image: url('http://lethe38137.dothome.co.kr/xam/data/site/design_background.gif');
			background-color: #f7f6ff;
			background-attachment: fixed;
		<!-- background-size:241px auto; -->
	}
}

@media all and (max-width: 900px) {
	html			{
			background-image: url('http://lethe38137.dothome.co.kr/xam/data/site/design_m_background.gif');
			background-color: #f7f6ff;
			background-attachment: fixed;
		<!-- background-size:241px auto; -->
	}
}


@media all and (min-width: 901px) {
	#header			{
			background-color: rgb(234 234 243 / 50%);
			background-attachment: fixed;
		}

	#gnb_wrapper				{
			background-color: transparent;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 900px) {

	#header			{
			background-color: rgb(234 234 243 / 50%);
			background-repeat: repeat-x;
			background-attachment: fixed;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

#gnb_wrapper{
	text-align:center;
}
#gnb,
#gnb *:not(script)	{
	display:inline-block;
	color: #191837;
	font-size: 13px;
}




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

#login_box,#bgm_box{float:right;}

#gnb p {display:block;}
#gnb a:hover {
	color: #0400ff;
	font-size: 13px;
}
#logo a {
	color: #191837;
	font-size: 16.9px;
}
#logo a:hover {
	color: #0400ff;
	font-size: 16.9px;
}

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



*::-webkit-scrollbar-track			{ background-color: #2e3192; }
*::-webkit-scrollbar-thumb			{ background: #b2b1ff; }

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

::selection			{ color:#2e3192; }
::-moz-selection	{ color:#2e3192; }
::-webkit-selection	{ color:#2e3192; }


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
			color:#2e3192;
				background:#b2b1ff;
	}


.ui-btn	{
	color:			#ffffff;
	background:		#2e3192;
	border-color:	#2e3192;
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#151515;
	border-color:	#151515;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		rgb(24 21 171 / .8);
	border-color:	rgb(24 21 171 / .8);
}
.ui-btn.point:hover		{
	color:			#0400ff;
	background:		#b2b1ff;
	border-color:	#b2b1ff;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		rgb(46 49 146 / .8);
	border-color:	rgb(46 49 146 / .8);
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#1815ab;
	border-color:	#1815ab;
}


.pg_wrap .pg_page	{
	color:			  #ffffff;
	<!-- background:		  #2e3192;
	border-color:	  #2e3192; -->
}
.pg_wrap .pg_page:hover	{
	color:			  #ffffff;
	background-color: #151515;
	border-color:	  #151515;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			  #ffffff;
	background-color: rgb(24 21 171 / .8);
	border-color:	  rgb(24 21 171 / .8);
}




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



hr.line	{
	background: #b2b1ff;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#191837;
	background:		rgb(234 234 243 / 90%);
	border-color:	transparent;
}

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


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgb(234 234 243 / 90%) !important;
  color: #191837;
}


.theme-box	{
	background-color: rgb(234 234 243 / 90%);
	color: #2e3192;
}
.theme-box.no-link a	{
	color: #2e3192;
}


.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: rgb(24 21 171 / .8); }


#load_log_board	{
	}

.board-notice	{
			background-color: rgb(221 221 231 / 50%);
			color: #191837;
	}

#log_list	{
	}
#log_list .item		{
			background-color: rgb(221 221 231 / 50%);
			color: #191837;
	
	}

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


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

#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.9; */}
#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: #888;
	}

#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: #1815ab;
				font-size: 14px;
	}

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

#log_list .item .item-inner .co-footer .date	{
			color: #888;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #1815ab;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #b2b1ff;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #ede264;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: rgb(234 234 243 / 90%);
}