




body,
.txt-default	{ color: #6C817A; }
a,
.txt-point	{ color: #A1A1D3; }
:root {--default-point-color: #A1A1D3;}


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

	#header			{
			background-color: #F1F1F1;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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




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

#login_box,#bgm_box{float:right;}

@media all and (min-width:1001px) {
	#login_box p {display:inline-block;margin-right:4px;}
}
 

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

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



@media all and (min-width: 1001px) { 
	html			{
			background-color: #F1F1F1;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-color: #F1F1F1;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #6C817A; }
*::-webkit-scrollbar-thumb			{ background: #A1A1D3; }

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

::selection			{ color:#6C817A; }
::-moz-selection	{ color:#6C817A; }
::-webkit-selection	{ color:#6C817A; }


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


.ui-btn	{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}
.ui-btn:hover	{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}

.ui-btn.point			{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}
.ui-btn.point:hover		{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}

.ui-btn.etc			{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}
.ui-btn.etc:hover	{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}


.pg_wrap .pg_page	{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}
.pg_wrap .pg_page:hover	{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#222222;
	background:		#A1A1D3;
	border-color:	#A1A1D3;
}




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


 
#volume-window {display:none; position:absolute;}
#volume-window.on {display:block; right:0;}
/* 재생 위치 바 설정 */
/* 재생 위치 바 설정 */
#volume-window input[type='range'] {
  background:transparent;
  }
  
  #volume-window input[type='range']:focus {
    outline: none;
  }
  /* Primero quitamos el estilo por defecto que tiene el input */
  #volume-window input[type='range'],
  #volume-window input[type='range']::-webkit-slider-runnable-track,
  #volume-window input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  /* Estilo del thumb para webkit */
  #volume-window input[type=range]::-webkit-slider-thumb {
    background-color: #A1A1D3;
    width: 10px;
    height: 10px;
    border: 1px solid var(--music-base);
    border-radius: 100%;
    margin: -3px;
  }
  /* Estilo del thumb para moz */
  #volume-window input[type=range]::-moz-range-thumb {
    background-color: #A1A1D3;
    width: 10px;
    height: 10px;
    border: 1px solid var(--music-base);
    border-radius: 100%;
    margin: -3px;
  }
  /* Estilo para el thum para ms */
  #volume-window input[type=range]::-ms-thumb {
    background-color: #A1A1D3;
    width: 10px;
    height: 10px;
    border: 1px solid var(--music-base);
    border-radius: 100%;
    margin: -3px;
  }
  /* El estilo del track para webkit */
  #volume-window input[type=range]::-webkit-slider-runnable-track {
    background: #A1A1D3;
    height: 3px;
    border-radius:2px;
    margin:0px 7px;
    filter: drop-shadow(0px 0px 2px rgba(6, 17, 29, 0.1))
  }
  
#volume-window  input[type=range]:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  /* Estilo de track para mox */
#volume-window  input[type=range]::-moz-range-track {
    background-color: #A1A1D3;
    height: 3px;
  }
  /* Estilo del track para ms */
#volume-window  input[type=range]::-ms-track {
    background-color: #A1A1D3;
    height: 3px;
  }
  
#volume-window  input[type=range]::-ms-fill-lower {
    background-color:#A1A1D3;
  }
  
#volume-window  input[type=range]::-ms-fill-upper {
    background-color: #A1A1D3;
  } 


hr.line	{
	background: #A1A1D3;
}




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

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

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

.theme-box	{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #222222;
 
}
.theme-box.no-link a	{
	color: #222222;
}
 

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

#load_log_board	{
	}

.board-notice	{
			background-color: #F1F1F1;
			color: #222222;
	}

#log_list	{
			background-color: #ffffff;
			color: #222222;
	}
#log_list .item		{
			background-color: #ffffff;
			color: #222222;
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #ffffff;
			color: #222222;
				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: #222222;
	}

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


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

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

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



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