

body,
.txt-default	{ color: rgba(0, 0, 0, 1); }
a,
.txt-point	{ color: var(--color-point); }


@media all and (min-width: 1001px) {

#gnb,
#gnb *:not(script)	{
	display:inline-block;
}

	#header			{
			background-position: center center;
		}

	#gnb_wrapper				{
			background-color: var(--color-point);
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-color: rgba(0, 0, 0, 1);
		}

	#gnb_control_box	{
		display: block;
	}
}

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


#footer	{ height:0 !important;padding:0 !important;display: none !important; }


#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 : #ffffff;
	font-size: 14px;
	}
#gnb a:hover {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
}
#logo a {
	color: #ffffff;
	font-size: 18.2px;
}
#logo a:hover {
	color: rgba(0, 0, 0, 1);
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) {
    html.single            {
            background-image: url('https://i.imgur.com/V0gMC8i.png');
            background-position: center center;
            background-size: cover;
        }
    html.non-single {
        background-image: none;
        background: transparent;
    }

}

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

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: rgba(0, 0, 0, 1); }
*::-webkit-scrollbar-thumb			{ background: var(--color-point); }

* { outline-color: var(--color-point); }
::selection			{ background:var(--color-point); }
::-moz-selection	{ background:var(--color-point); }
::-webkit-selection	{ background:var(--color-point); }

::selection			{ color:rgba(0, 0, 0, 1); }
::-moz-selection	{ color:rgba(0, 0, 0, 1); }
::-webkit-selection	{ color:rgba(0, 0, 0, 1); }


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;
			color:rgba(0, 0, 0, 1);
				background:var(--color-point);
	}


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

.ui-btn.point			{
	color:			#000000;
	background:		#ffffff;
	border-color:	820000;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		var(--color-point);
	border-color:	#000000;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		#000000;
	border-color:	#333333;
}
.ui-btn.etc:hover	{
	color:			#000000;
	background:		#ffffff;
	border-color:	#333333;
}


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#000000;
	border-color:	#000000;
}
.pg_wrap .pg_page:hover	{
	color:			#000000;
	background:		var(--color-point);
	border-color:	#000000;
}

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




.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: var(--color-point);
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#ffffff;
	background:		#000000;
	border-color:	var(--color-point);
}

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


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


.theme-box	{
	background-color: #000000;
	color: #ffffff;
}
.theme-box.no-link a	{
	color: #ffffff;
}


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


#load_log_board	{
	}

.board-notice	{
			background-color: #1B1717;
			color: #ffffff;
			border-top-color:		var(--color-point);
		border-top-style:		dashed;
		border-top-width: 2px;
			border-bottom-color:		var(--color-point);
		border-bottom-style:		dashed;
		border-bottom-width: 2px;
			border-left-color:		var(--color-point);
		border-left-style:		dashed;
		border-left-width: 2px;
			border-right-color:		var(--color-point);
		border-right-style:		dashed;
		border-right-width: 2px;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #000000;
			color: #ffffff;
			border-top-color:		var(--color-point);
		border-top-style:		dotted;
		border-top-width: 1px;
			border-bottom-color:		var(--color-point);
		border-bottom-style:		dotted;
		border-bottom-width: 1px;
			border-left-color:		var(--color-point);
		border-left-style:		dotted;
		border-left-width: 1px;
			border-right-color:		var(--color-point);
		border-right-style:		dotted;
		border-right-width: 1px;
				margin-bottom: 10px !important;
	}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
		border-top-style:dotted;
			border-bottom-style:dotted;
			border-left-style:dotted;
			border-right-style:dotted;
	 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: #810000;
	}

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


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

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

#log_list .item .item-inner .co-footer .date	{
			color: #810000;
				font-size: 8px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
	color: var(--color-point);
			font-weight:bolder;
			font-size: 12px;
			background-color: white;
}

.link_hash_tag  {
    position: relative;
    font-weight:bold;
    margin-left: 7px;
    padding: 0px 5px;
    color: black;
    background-color: var(--color-point);
    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 var(--color-point);
    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: white;
    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: #810000;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



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


span.txt-box
{
color:rgba(0, 0, 0, 1); /*박스 안 색깔*/
background-color: var(--color-point); /*박스 색깔*/
padding: 0px 2px;
}
