




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

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


#b-menu #nav-container #line,#navi_category > .line,.option-input:checked, .option-input:checked::after{ background:#A58BFF }
#log_list .item-comment .co-header{ border-color:#A58BFF }
#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:#A58BFF !important }
.form-group .form-control:focus, .form-group .form-control:valid{
    outline: none;
    color: #A58BFF ;
    box-shadow: 0 1px #A58BFF ;
    border-color: #A58BFF ;
}

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

.formula, .rolled {
    background: #A58BFF !important;
}
.message.emote {
    background-color: #A58BFF !important;
    color: #f8f8ff !important;
}
@media all and (min-width: 1001px) { 
	html.single				{
			background-image: url('https://blog.kakaocdn.net/dn/bGTpOu/btrAmz16dYT/Zn6mzx0TGKeyWRTiK4XWmK/img.png');
			background-position: center top;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html.single				{
			background-image: url('https://blog.kakaocdn.net/dn/bGTpOu/btrAmz16dYT/Zn6mzx0TGKeyWRTiK4XWmK/img.png');
			background-position: center top;
			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: #333;
		}

	#gnb				{
		}

	#gnb_control_box	{
		display: block;
	}
}



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



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




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

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

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




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

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

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


.pg_wrap .pg_page	{
	color:			#121212;
	background:		#fff;
	border-color:	#fff;
}
.pg_wrap .pg_page:hover	{
	color:			#121212;
	background:		ghostwhite;
	border-color:	ghostwhite;
}

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





.bar-equalizer i	{
	background: #FFC0D0;
	-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: #f8f8ff;
}
.status-bar dd p span	{
	background: #A58BFF;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #A58BFF;
}
.status-bar dd p i	{
	color: #E8D3FF;
}



hr.line	{
	background: #A58BFF;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#121212;
	background:		ghostwhite;
	border-color:	#F3F3F3;
}

::-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: ghostwhite !important;
  color: #121212;
}




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




.theme-box	{
	background-color: #DEECFF;
	border: 1px solid #FFC0D0;
	color: #121212;
}
.theme-box.no-link a	{
	color: #121212;
}



.inven-popup-viewer {
	background-color: #DEECFF;
	border: 1px solid #FFC0D0;
	color: #121212;
}




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




#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: #2E64FF;
}




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

/*** Form Area ***/
.theme-form th	{
	background-color:	;
	color:				#eee;
}
.theme-form td	{
	background-color:	rgba(255, 255, 255, .0);
	color:				#eee;
	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:	;
	color:				#eee;
	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:				#eee;
}




#tab_list { border-color: #FFC0D0; }




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

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

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





#load_log_board	{
	}

.board-notice	{
			background-color: #121212;
			color: #fff;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: ghostwhite;
			color: #121212;
			border-bottom-color:		#FFC0D0;
		border-bottom-style:		dotted;
		border-bottom-width: 1px;
		}


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

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

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