




<!--커스텀-->
.fix-layout .inner	{ background-color: #f3f3f3; }

body,
.txt-default	{ color: #121212; }
<!--커스텀-->
.fc .fc-day-sun .fc-daygrid-day-events	{ color: #121212; }
a,
.txt-point{ color: #B2B1FF; }
#menu_line{
	background:#B2B1FF;
	}
 #log_in:hover *{
   color: #B2B1FF !important;	
 }
<!-- 커스텀 -->
.fc .fc-day-sun { color: #B2B1FF; }
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number	{
	background-color: #B2B1FF !important;
	color: #f3f3f3 !important;
}
.fc .fc-bg-event			{
	background-color: #B2B1FF !important;
}
.box-point	{ border: 1px solid #B2B1FF; }


#b-menu #nav-container #line,#navi_category > .line,.option-input:checked, .option-input:checked::after{ background:#B2B1FF }
#log_list .item-comment .co-header{ border-color:#B2B1FF }
#log_list .item .ui-pic .ico-category,
#navi_category > a:hover, #bo_cate_on,
#board_category input:checked + label,
#log_list .item .ui-pic .pic-header .del:hover,
#log_list .item	.ui-pic .pic-header .mod:hover{ color:#B2B1FF !important }
.form-group .form-control:focus, .form-group .form-control:valid{
    outline: none;
    color: #B2B1FF ;
    box-shadow: 0 1px #B2B1FF ;
    border-color: #B2B1FF ;
}

.frame-theme-BODY,
#header:before,
#character_profile
{
		background: #f9f9f9;
}

.formula, .rolled {
    background: #B2B1FF !important;
}
.message.emote {
    background-color: #B2B1FF !important;
    color: #121212 !important;
}
@media all and (min-width: 1001px) { 
	html.single				{
			background-image: url('https://imgur.com/nzuoLD8.gif');
			background-size: cover;
		}
}

@media all and (max-width: 1000px) {
	html.single				{
			background-image: url('https://imgur.com/nzuoLD8.gif');
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}
}
	#gnb_control_box	{ display: none; }

@media all and (min-width: 1001px) { 
	#header			{
    position: fixed;
    <!-- height: 100%; -->
    z-index: 99;
	transition: none;
	}

	#gnb-btn{
	position: fixed;
    text-indent: -9999px;
	}

}

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

	#header			{
			background-color: #f9f9f9;
		}

	#gnb				{
		}

	#gnb_control_box	{
		display: block;
	}
}



#logo	{
	padding:30px 0;
	text-align: center;
}



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




*::-webkit-scrollbar-track			{ background-color: #f3f3f3; }
*::-webkit-scrollbar-thumb			{ background: ; }

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

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




.ui-btn	{
	color:			#121212;
	background:		#f3f3f3;
	border-color:	#f3f3f3;
}
.ui-btn:hover	{
	color:			#121212;
	background:		#f9f9f9;
	border-color:	#f3f3f3;
transition: all .1s ease-out;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#B2B1FF;
	border-color:	#7B2B1FF;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#26222b;
	border-color:	#26222b;
}

.ui-btn.etc			{
	color:			#121212;
	background:		#eee;
	border-color:	#ccc;
}
.ui-btn.etc:hover	{
	color:			#121212;
	background:		#eee;
	border-color:	#ccc;
}


.pg_wrap .pg_page	{
	color:			#121212;
	background:		#f3f3f3;
	border-color:	#f3f3f3;
}
.pg_wrap .pg_page:hover	{
	color:			#121212;
	background:		#f9f9f9;
	border-color:	#f3f3f3;
}

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





.bar-equalizer i	{
	background: #26222b;
	-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: #121212;
}
.status-bar dd p span	{
	background: #B2B1FF;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #B2B1FF;
}
.status-bar dd p i	{
	color: #f3f3f3;
}



hr.line	{
	background: #B2B1FF;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#121212;
	background:		rgba(255,255,255,.5);
	border-color:	#eeeeee;
}

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


*::-webkit-input-placeholder	{ color:#000; } 
textarea:-moz-placeholder, input:-moz-placeholder	{ color:#000; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255,255,255,.5) !important;
  color: #121212;
}




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




.theme-box	{
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #333;
	color: #eeeeee;
}
.theme-box.no-link a	{
	color: #eeeeee;
}



.inven-popup-viewer {
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #333;
	color: #eeeeee;
}




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




#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;
}
#submenu a	{
	color: #eeeeee;
}
#submenu a:hover	{
	color: #26222b;
}




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

/*** Form Area ***/
.theme-form th	{
	background-color:	#f3f3f3;
	color:				#121212;
}
.theme-form td	{
	background-color:	rgba(255, 255, 255, .1);
	color:				#121212;
	border-top-color:	#f9f9f9;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#f9f9f9;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

/*** List Area ***/
.theme-list th	{
	background-color:	#f3f3f3;
	color:				#121212;
	border-top-color:	#f9f9f9;
	border-top-style:	double;
	border-top-width:	1px;
	border-bottom-color:	#f9f9f9;
	border-bottom-style:	double;
	border-bottom-width:	1px;
}
.theme-list td	{
	background-color:	#f3f3f3;
	color:				#121212;
}




#tab_list { border-color: #7B2B1FF; }




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

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

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





#load_log_board	{
	}

.board-notice	{
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #f3f3f3;
			color: #121212;
		}


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

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: #26222b;
				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: #26222b;
	}
#log_list .item .item-inner .co-content .link_hash_tag,
#log_list .item .item-inner .co-content .highlight,
#log_list .co-secret	{
			background: #26222b;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #26222b;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #26222b;
	}

.fix-layout .inner	{ background-color: #f3f3f3; }