




body,
.txt-default	{ color: #E4E4E4; }
a,
.txt-point	{ color: #04688D; }


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

	#header			{
			background-color: rgba(0, 0, 0, .5);
		}

	#gnb_wrapper				{
			background-color: linear-gradient(to bottom,rgba(192, 0, 35, 0.6) 0% ,rgba(0, 40, 55, 0.5) 100%);
		}

	#gnb_control_box	{ display: none; }
}

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

	#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: 0px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 0px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 10px;
	text-align:center;
}

#footer{margin-left:0px;}


#gnb p {display:block;}
#gnb a { 
	color : #E4E4E4; 
	font-size: 14px;
	}
#gnb a:hover {
	color: #04688D;
	font-size: 14px;
}
#logo a {
	color: #E4E4E4;
	font-size: 18.2px;
}
#logo a:hover {
	color: #04688D;
	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/ws4ETeO.png');
			background-position: center top;
			background-size: cover;
			background-attachment: fixed;
		}
}

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

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: linear-gradient(to left,rgba(192, 0, 35, 0.2) 0% ,rgba(0, 40, 55, 0.1) 100%); }
*::-webkit-scrollbar-thumb			{ background: #04688D; }

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

::selection			{ color:linear-gradient(to left,rgba(192, 0, 35, 0.2) 0% ,rgba(0, 40, 55, 0.1) 100%); }
::-moz-selection	{ color:linear-gradient(to left,rgba(192, 0, 35, 0.2) 0% ,rgba(0, 40, 55, 0.1) 100%); }
::-webkit-selection	{ color:linear-gradient(to left,rgba(192, 0, 35, 0.2) 0% ,rgba(0, 40, 55, 0.1) 100%); }

.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;
			color:linear-gradient(to left,rgba(192, 0, 35, 0.2) 0% ,rgba(0, 40, 55, 0.1) 100%); 
				background:#04688D;
	}



.ui-btn	{
	color:			#C00023;
	background:		#000000;
	border-color:	#000000;
}
.ui-btn:hover	{
	color:			#000000;
	background:		#94001B;
	border-color:	#94001B;
}

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

.ui-btn.etc			{
	color:			#C00023;
	background:		#000000;
	border-color:	#000000;
}
.ui-btn.etc:hover	{
	color:			#E4E4E4;
	background:		#94001B;
	border-color:	#94001B;
}


.pg_wrap .pg_page	{
	color:			#C00023;
	background:		#000000;
	border-color:	#000000;
}
.pg_wrap .pg_page:hover	{
	color:			#000000;
	background:		#94001B;
	border-color:	#94001B;
}

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




.bar-equalizer{display:none !important;}
.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i	{
	background: #29c7c9;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}
 


hr.line	{
	background: #04688D;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#FBFBFB;
	background:		rgb(0, 0, 0, 0.7);
	border-color:	#11262E;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgb(0, 0, 0, 0.7) !important;
  color: #FBFBFB;
}
 

.theme-box	{
	background: linear-gradient(to top,rgb(0, 18, 25, 0.5) 10% ,rgb(0, 0, 0, 0.8) 100%); /*원래 backgruond-color 였음*/
	color: #E4E4E4;
 
}
.theme-box.no-link a	{
	color: #E4E4E4;
}
 

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

#load_log_board	{
	}

.board-notice	{
			background-color: rgb(0, 0, 0, 0.4);
			color: #E4E4E4;
			border-top-color:		#94001B;
		border-top-style:		double;
		border-top-width: px;
			border-bottom-color:		#94001B;
		border-bottom-style:		double;
		border-bottom-width: px;
			border-left-color:		#94001B;
		border-left-style:		double;
		border-left-width: px;
			border-right-color:		#94001B;
		border-right-style:		double;
		border-right-width: px;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


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

#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 { 		color: #525252;
	}

#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: #9B9B9B;
				font-size: 12px;
	}

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

#log_list .item .item-inner .co-footer .date	{
			color: #525252;
				font-size: 8px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #ffffff;
	}
.link_hash_tag  {
    font-family: 'Nanum Gothic';
    position: relative;
    font-weight:bold;
    margin-left: 7px;
    padding: 0px 5px;
    color: black;
    background-color: white;
    border-radius: 0px 3px 3px 0px;
    filter:drop-shadow(0px 0px 1px rgba(0,0,0,0.3));
    transition-duration: 0.2s;
}

.link_hash_tag:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 5px solid white;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    transition-duration: 0.2s;
}

.link_hash_tag:hover:after {
    border-right-color: black;
}

.link_hash_tag:before {
    content: "";
    width: 4px;
    position: absolute;
    height: 4px;
    left: -2px;
    top: 4px;
    background: black;
    border-radius: 50%;
    z-index: 2;
}

.link_hash_tag:hover    {
        color: white;
        background-color: black;
}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #F1E5A1;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: linear-gradient(to top,rgb(0, 18, 25, 0.5) 10% ,rgb(0, 0, 0, 0.8) 100%);
 
}

