




body,
.txt-default	{ color: #ffffff; }
a,
.txt-point	{ color: #99bbdd; }


@media all and (min-width: 1001px) { 
	html.single				{
			background-image: url('https://i.imgur.com/tkH7TNU.png');
			background-color: #000;
			background-repeat: no-repeat;
			background-position: center top;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html.single				{
			background-image: url('https://i.imgur.com/tkH7TNU.png');
			background-color: #000;
			background-repeat: no-repeat;
			background-position: center top;
			background-size: cover;
		}
	html.single::before			{
			background-image: url('https://i.imgur.com/tkH7TNU.png');
			background-color: #000;
			background-repeat: no-repeat;
			background-position: center top;
			background-size: cover;
		}
}


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

	#gnb				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#header			{
		}

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

	#gnb_control_box	{
		display: block;
	}
}




#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: px;
}
#header .fix-layout	{ height: 100%; }
#logo	{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%; /* 왼쪽정렬: 0, 가운데 정렬:50 */
	transform: translate(-50%, -50%);
	z-index: 1;
}

/*#gnb	{ float: right; }*/
#gnb,
#gnb *	{
	color: #d1dbe2;
	font-size: 14px;
}
#gnb a:hover * {
	color: #99bbdd;
	font-size: 14px;
}




*::-webkit-scrollbar-track			{ background-color: #333333; }
*::-webkit-scrollbar-thumb			{ background: #99bbdd; }

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

::selection			{ color:#333333; }
::-moz-selection	{ color:#333333; }
::-webkit-selection	{ color:#333333; }




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

.ui-btn.point			{
	color:			#ffffff;
	background:		#99bbdd;
	border-color:	#99bbdd;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#99bbdd;
	border-color:	#99bbdd;
}

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


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

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





.bar-equalizer i	{
	background: #99bbdd;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}



.status-bar dd p	{
	background: #ffffff;
}
.status-bar dd p span	{
	background: #99bbdd;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #99bbdd;
}
.status-bar dd p i	{
	color: #333333;
}



hr.line	{
	background: #99bbdd;
}

.shadow-box.point {
	box-shadow: 0 0 10px #99bbdd;
}



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

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


*::-webkit-input-placeholder	{ color:#eeeeee; } 
textarea:-moz-placeholder, input:-moz-placeholder	{ color:#eeeeee; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #000000 !important;
  color: #eeeeee;
}




.flex-control-paging a				{ background: #ffffff; }
.flex-control-paging a.flex-active	{ background: #99bbdd; }




.theme-box	{
	background-color: rgba(0, 0, 0, .7);
	color: rgba(255,255,255,.7);
}
.theme-box.no-link a	{
	color: rgba(255,255,255,.7);
}



.inven-popup-viewer {
	background-color: rgba(0, 0, 0, .7);
	color: rgba(255,255,255,.7);
}




.timeline-Tweet:before { border-top-color: #333333; }
.TweetAuthor-name	{ color: #99bbdd; }




#submenu	{
	background-color:	rgba(0, 0, 0, .5);
	color:				#eeeeee;
	border-top-color:		#555555;
	border-top-style:		solid;
	border-top-width: 1px;
	border-bottom-color:		#555555;
	border-bottom-style:		solid;
	border-bottom-width: 1px;
	border-left-color:		#555555;
	border-left-style:		solid;
	border-left-width: 1px;
	border-right-color:		#555555;
	border-right-style:		solid;
	border-right-width: 1px;
}
#submenu a	{
	color: #eeeeee;
}
#submenu a:hover	{
	color: #99bbdd;
}




.theme-list,
.theme-form	{
	background-color:	;
	color:				;
}

/*** Form Area ***/
.theme-form th	{
	background-color:	#000000;
	color:				#ffffff;
}
.theme-form td	{
	background-color:	rgba(0,0,0, .3);
	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:	rgba(0,0,0, .3);
	color:				#ffffff;
	border-bottom-color:	#333;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}




#tab_list { border-color: #99bbdd; }




.inventory-list a {
	/*border: 1px solid #99bbdd;*/

//	border: 1px solid #99bbdd;
}
.inventory-list a i	{
	/*
	background: #99bbdd;
	color: #333333;
	*/

//	border: 1px solid #99bbdd;
//	background: rgba(0, 0, 0, .7);
//	color: #fff;
}





#load_log_board	{
	}

.board-notice	{
			background-color: rgba(0, 0, 0, .5);
			color: #ffffff;
			border-top-color:		#000;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#000;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#000;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#000;
		border-right-style:		solid;
		border-right-width: 1px;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: rgba(0, 0, 0, .5);
			color: #eaeaea;
				margin-bottom: 10px !important;
	}


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

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

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