



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


@media all and (min-width: 1001px) { 
	html.single				{
			background: #F6F6F5;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}
	html.single:before {
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html.single				{
			background: #F6F6F5;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}
	html.single:before {
					background-image: none;
					background-repeat: no-repeat;
					background-size: cover;
					background-attachment: fixed;
			}
}
#main_body,
#content_body {
	background: ;
	color: #525252;
	padding: 50px;
}
#body .fix-layout {
	border: 1px solid rgba(0, 0, 0, .5);
}



#footer {color:;}

#gnb_control_box i {
	color: #525252;
}
	
#admin_gnb li {
	border : 1px solid #525252;
}

@media all and (min-width: 1001px) { 
	#header .fix-layout			{
			background-repeat: repeat-y;
		}

	#gnb				{
			background-repeat: no-repeat;
		}

	#gnb_control_box	{ display: none; }
}

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

	#header .fix-layout			{
			background-repeat: repeat-x;
		}

	#gnb				{
			background-repeat: no-repeat;
			background-size: contain;
		}

	#gnb_control_box	{
		display: none;
	}
}




#gnb {
	padding: 6px;
	max-width:1000px;
}

#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 33px;
	margin-top:5vh;
}
#header .fix-layout {
	border: 1px solid rgba(0, 0, 0, .5);
	border-bottom: none;
	box-shadow: 10px 10px rgba(0, 0, 0, .5);
}
.fix-layout#full { 
	height:calc(90vh - 33px - 3px); 
	max-height: calc(698px - 33px); 
	overflow-y:auto; 
	/* margin-bottom:5vh; */
	box-shadow: 10px 10px rgba(0, 0, 0, .5);
	background: #ffffff;
}

@media all and (min-height: 777px) {
    .fix-layout#full { margin-bottom:calc((100vh - 700px) / 0); }
	#header	{ margin-top:calc((100vh - 700px) / 2); }
}
#footer {width:100%;}
#logo	{
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
#no_design_gnb {
	display:inline-block;
}
#no_design_gnb li	{
	display: inline-block;
}
#admin_gnb { display:inline-block; }
.bgm-player { display:inline-block; line-height: 21px; }
.tail_padding {
	width:100%;
	height:33px;
}

@media all and (max-width: 1000px) {
	.bgm-player { text-align: right; position:relative;  }
}

/*#gnb	{ float: right; }*/
#gnb,
#gnb *	{
	color: #525252;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
}
#gnb *:hover {
	color: #8e8e8e !important;
	font-size: 12px;
}

.open-gnb #gnb,
.open-gnb #gnb *	{
	color: #ffffff;
	font-size: 12px;
	text-shadow: 0 2px 2px black;
}
.open-gnb #gnb #no_design_gnb {
	margin-top: 50px;
}
.open-gnb #gnb #admin_gnb {
	margin-bottom: 50px;
	margin-left:115px;
}




*::-webkit-scrollbar-thumb			{ background: #525252; }

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





.ui-btn	{
	color:			#ffffff !important;
	background:		#525252 !important;
	border-color:	#525252 !important;
}
.ui-btn:hover	{
	color:			#ffffff !important;
	background:		#8e8e8e !important;
	border-color:	#8e8e8e !important;
}

.ui-btn.point			{
	color:			#ffffff !important;
	background:		#525252 !important;
	border-color:	#525252 !important;
}
.ui-btn.point:hover		{
	color:			#ffffff !important;
	background:		#8e8e8e !important;
	border-color:	#8e8e8e !important;
}

.ui-btn.admin			{
	color:			#ffffff !important;
	background:		#525252 !important;
	border-color:	#525252 !important;
}
.ui-btn.admin:hover	{
	color:			#ffffff !important;
	background:		#8e8e8e !important;
	border-color:	#8e8e8e !important;
}


.pg_wrap .pg_page,
.pg_wrap .pg_page:hover	{
	color:			#525252;
	background:		transparent;
	border-color:	transparent;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#525252;
	background:		transparent;
	border-color:	transparent;
	font-weight:	bold;
}





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



.status-bar dd p	{
	background: #525252;
}
.status-bar dd p span	{
	background: #525252;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #525252;
}
.status-bar dd p i	{
	color: ;
}



hr.line	{
	background: #525252;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="date"],
input[type="password"],
textarea,
select				{
	color:			#3e3e3e !important;
	background:		#ffffff !important;
	border-color:	#ffffff !important;
	border: 1px solid;
}

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

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




.flex-control-paging a				{ background: #525252; }
.flex-control-paging a.flex-active	{ background: #525252; }




.theme-box	{
	color: #3e3e3e;
}
.theme-box.no-link a	{
	color: #3e3e3e;
}



.inven-popup-viewer {
	color: #3e3e3e;
}
.inven_popup_viewer_close	{ display: none; }
.inven-popup-on .inven_popup_viewer_close		{ display: block;}





.timeline-Tweet:before { border-top-color: ; }
.TweetAuthor-name	{ color: #525252; }




#submenu	{
	background-color:	rgba(0, 0, 0, .5);
	color:				#eeeeee;
	border-top-color:		#555555;
	border-top-style:		dashed;
	border-top-width: 1px;
	border-bottom-color:		#555555;
	border-bottom-style:		dashed;
	border-bottom-width: 1px;
	border-top-color:		#555555;
	border-top-style:		dashed;
	border-top-width: 1px;
	border-bottom-color:		#555555;
	border-bottom-style:		dashed;
	border-bottom-width: 1px;
}
#submenu a	{
	color: #eeeeee;
}
#submenu a:hover	{
	color: #29c7c9;
}




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

/*** Form Area ***/
.theme-form th	{
	background-color:	#000000;
	color:				#ffffff !important;
}
.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: #525252; }




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

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

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





#show {
	color: #3e3e3e;
}

#load_log_board	{
	}

.board-notice	{
			color: #3e3e3e;
			border-top-color:		#000000;
		border-top-style:		;
		border-top-width: 1px;
			border-bottom-color:		#000000;
		border-bottom-style:		;
		border-bottom-width: 1px;
			border-left-color:		#000000;
		border-left-style:		;
		border-left-width: 1px;
			border-right-color:		#000000;
		border-right-style:		;
		border-right-width: 1px;
	}

#log_list	{
			color: #525252;
			border-top-color:		#000000;
		border-top-style:		;
		border-top-width: 1px;
			border-bottom-color:		#000000;
		border-bottom-style:		;
		border-bottom-width: 1px;
			border-left-color:		#000000;
		border-left-style:		;
		border-left-width: 1px;
			border-right-color:		#000000;
		border-right-style:		;
		border-right-width: 1px;
	}
#log_list .item		{
	
	}

#log_list .item .item-inner .ui-pic		{
	}
#log_list .item .item-inner .ui-pic .pic-header a		{
			color: #b59bff;
	}


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


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


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

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

#log_list .item .item-inner .co-footer .date,
#log_list .item .item-inner .co-footer a	{
			color: #8e8e8e;
				font-size: 8px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #b59bff;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #b59bff;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #b59bff;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}

#log_list .item .ui-pic .pic-header .no,
.action-check label,
#bo_w label,
#log_list .item .ui-pic .pic-data #lock,
#navi_category li a {
	color: #525252;
}
.co-content .action-check label {
	color: #525252;
}




#log_list .item.story .ui-pic .pic-data.ui-slide.on .inner	{ 
	background: #525252;
 }
#log_list .item.story .ui-pic .pic-data.ui-slide.on .inner .data-inner	{ 
	color: #525252;
 }
.ui-btn.ico.default { color: #525252 !important; }

 #log_list .item.story .ui-pic .pic-data.ui-slide.on .slide-pop-open-btn:before,
#log_list .item.story .ui-pic .pic-data.ui-slide.on .slide-pop-open-btn:after	{ background: #525252; }

#bo_gall .gall_li .info span {
	background-color:#000000;
	color: #F6F6F5;
}
#bo_gall .gall_li #mod {
	color: ;
}



.board-write {
	background: ;
}
.searc-sub-box i {
	color: #525252;
}
#bo_v {
	background: ;
}
#bo_v * {
	color: #525252;
}

.clap {
	background: #525252;
}

#bo_list .theme-list th.sat,
#bo_list .theme-list th.sun {
	background-color:#333333;
	color:#000000;
}
#bo_list .theme-list th{
	color:#333333;
}

#bo_list .theme-list td.today{
	background-color:#333333;
	opacity:.8;
}
#bo_list .theme-list td.today a{
	color:#000000;
}
#bo_list .theme-list td.noday{
	background-color:#333333;
	opacity:.4;
}
#bo_list .popup_layer {
	background-color:#000000;
	color:#333333;
	border:solid 1px #333333;
}

.frm-theme-COMMENT {
	color: #525252 !important;
}






#character_profile	{ 
	background: ;
	border: 1px solid rgba(0, 0, 0, .5);
	box-shadow: 10px 10px rgba(0, 0, 0, .5);
}
#character_profile *	{ 
	color: #525252;
}
#character_profile .ch_script *,
#character_profile .ch_name {
	color: #525252 !important;
}
#character_profile .ch_explain .more_text_form {
	border-top: 1px dotted rgba(0, 0, 0, .5);
}
#character_profile .ch_explain .more_text_form .title {
	background: #525252;
	color: #ffffff;
	font-weight: bold;
	padding: 0 3px;
}
.au-box,
.closet-box ul {
	background: ;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.closet-list ul li .ui-btm {
	color: #525252 !important;
	font-size: 8pt;
	opacity:.5;
}
.back, .back i, .log, .log i {
	color: #eeeeee ;
}

@media all and (max-width:1000px) {
	.closet-list ul .ui-btn {
		border: 1px solid #525252 !important;
	}
}