



a,
.txt-point	{ color: #9CC6EE; }


@media all and (min-width: 1001px) { 
	html.single				{
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
	html.single:before {
			background-image: url('http://lllllli.dothome.co.kr/llllll/data/site/design_background.png');
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
}

@media all and (max-width: 1000px) {
	html.single				{
			background-repeat: no-repeat;
			background-size: cover;
		}
	html.single:before {
					background-image: url('http://lllllli.dothome.co.kr/llllll/data/site/design_m_background.png');
					background-repeat: no-repeat;
					background-size: cover;
			}
}
#main_body {
	background: rgba(255,255,255,0);
	color: ;
}
#content_body {
	background: rgba(255,255,255,1);
	color: ;
}


#footer {color:rgba(255,255,255,1);}

#gnb_control_box i {
	color: #ffffff;
}

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

	#gnb				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#header			{
		}

	#gnb				{
		}

	#gnb_control_box	{
		display: block;
	}
}
.bgm-player li a.play:before,
.bgm-player li a.stop:before {
	color: #ffffff;
}



#body	{ margin-left: 0px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 0px;
}
#footer {
	margin-left:0px;
	width: calc(100% - 0px);
}
#logo	{
	padding:50px 50px 20px 50px;
	text-align: center;
}
#logo img	{
	max-width: 0px;
}
#admin_gnb {
	width: 0px;
}

.pop_up_body {
	width: calc(100% - 0px);
}
.visual-area {
	width: calc(100% - 0px);
	left: 0px;
	background: rgba(255,255,255,1);
}
#down {
	color:rgba(255,255,255,1) !important;
}
#up {
	color:#9CC6EE !important;
}
#no_design_gnb {
	padding: 20px 0;
}
#no_design_gnb li	{
	display: block;
	margin-bottom: 20px;
}
#admin_gnb { position: fixed; }


@media all and (max-width: 1000px) {
	.open-gnb #gnb #admin_gnb {
		margin: auto !important;
		position: relative;
	}
}



/*#gnb	{ float: right; }*/
#gnb,
#gnb *	{
	color: #ffffff;
	font-size: 14px;
}
#gnb *:hover {
	color: #9CC6EE !important;
	font-size: 14px;
}

.open-gnb #gnb,
.open-gnb #gnb *	{
	color: #ffffff;
	font-size: 14px;
	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-track			{ background-color: rgba(255,255,255,1); }
*::-webkit-scrollbar-thumb			{ background: #9CC6EE; }

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

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




.ui-btn	{
	color:			#9CC6EE !important;
	background:		#639ED6 !important;
	border-color:	#639ED6 !important;
}
.ui-btn:hover	{
	color:			#9CC6EE !important;
	background:		#ffffff !important;
	border-color:	#639ED6 !important;
}

.ui-btn.point			{
	color:			#9CC6EE !important;
	background:		#ffffff !important;
	border-color:	#ffffff !important;
}
.ui-btn.point:hover		{
	color:			#9CC6EE !important;
	background:		#639ED6 !important;
	border-color:	#9CC6EE !important;
}

.ui-btn.admin			{
	color:			#ffffff !important;
	background:		rgba(255, 255, 255, .6) !important;
	border-color:	#9CC6EE !important;
}
.ui-btn.admin:hover	{
	color:			#ffffff !important;
	background:		rgba(255, 255, 255, .6) !important;
	border-color:	#ffffff !important;
}


.pg_wrap .pg_page	{
	color:			#9CC6EE;
	background:		#639ED6;
	border-color:	#639ED6;
}
.pg_wrap .pg_page:hover	{
	color:			#9CC6EE;
	background:		#ffffff;
	border-color:	#639ED6;
}

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





.bar-equalizer i	{
	background: #9CC6EE;
	-webkit-box-shadow: 0px 0px 3px 0px #ffffff;
	-moz-box-shadow: 0px 0px 3px 0px #ffffff;
	box-shadow: 0px 0px 3px 0px #ffffff;
}



.status-bar dd p	{
	background: ;
}
.status-bar dd p span	{
	background: #9CC6EE;
	opacity: .5;
}
.status-bar dd p sup	{
	background: #9CC6EE;
}
.status-bar dd p i	{
	color: rgba(255,255,255,1);
}



hr.line	{
	background: #9CC6EE;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="date"],
input[type="password"],
textarea,
select				{
	color:			#323B5E !important;
	background:		rgba(255, 255, 255, .3) !important;
	border-color:	#9CC6EE !important;
	border: 1px solid;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255, 255, 255, .3) !important;
  color: #323B5E;
}




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




.theme-box	{
	background-color: #ffffff;
	border: 1px solid #9CC6EE;
	color: #323B5E;
}
.theme-box.no-link a	{
	color: #323B5E;
}



.inven-popup-viewer {
	background-color: #ffffff;
	border: 1px solid #9CC6EE;
	color: #323B5E;
}




.timeline-Tweet:before { border-top-color: rgba(255,255,255,1); }
.TweetAuthor-name	{ color: #9CC6EE; }




#submenu	{
	background-color:	rgba(50,59,94,0.2);
	color:				#ffffff;
	border-top-color:		#ffffff;
	border-top-style:		solid;
	border-top-width: 1px;
	border-bottom-color:		#ffffff;
	border-bottom-style:		solid;
	border-bottom-width: 1px;
	border-left-color:		#ffffff;
	border-left-style:		solid;
	border-left-width: 1px;
	border-right-color:		#ffffff;
	border-right-style:		solid;
	border-right-width: 1px;
}
#submenu a	{
	color: #ffffff;
}
#submenu a:hover	{
	color: ;
}




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

/*** Form Area ***/
.theme-form th	{
	background-color:	rgba(255, 255, 255, .6);
	color:				#ffffff !important;
}
.theme-form td	{
	background-color:	rgba(255, 255, 255, .3);
	color:				#ffffff;
	border-top-color:	#ffffff;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#ffffff;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}

/*** List Area ***/
.theme-list th	{
	background-color:	rgba(255, 255, 255, .6);
	color:				#ffffff;
	border-top-color:	rgba(255, 255, 255, 1);
	border-top-style:	double;
	border-top-width:	1px;
	border-bottom-color:	rgba(255, 255, 255, 1);
	border-bottom-style:	double;
	border-bottom-width:	1px;
}
.theme-list td	{
	background-color:	;
	color:				#ffffff;
}




#tab_list { border-color: #ffffff; }




.inventory-list a i	{
	/*
	background: #9CC6EE;
	color: rgba(255,255,255,1);
	*/

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





#show {
	color: ;
}

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(255, 255, 255, .3);
			color: #ffffff;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			color: #ffffff;
				margin-bottom: 10px !important;
	}


#log_list .item .item-inner	.ui-comment		{
			background-color: rgba(255, 255, 255, .3);
	
	}


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

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

#log_list .item .item-inner .co-footer .date,
#log_list .item .item-inner .co-footer a	{
			color: #ffffff;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #9CC6EE;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #9CC6EE;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #9CC6EE;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #9CC6EE;
	}

#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,
.board-comment-form label {
	color: #9CC6EE;
}
.co-content .action-check label {
	color: ;
}





.board-write {
	background: rgba(255,255,255,1);
}
.avocado-list {
	background: rgba(255,255,255,1);
	color: ;
}





.pop_up {
	transform: translate(-150px, -50%);
}


#character_profile	{ 
	background: #ffffff;
	border: 1px solid #9CC6EE;
}
#character_profile *	{ 
	color: ;
}
#character_profile .ch_script *,
#character_profile .ch_name {
	color: #9CC6EE !important;
}
#log_list .item.story .ui-pic .pic-data.ui-slide.on .inner	{ 
	background: ;
 }
#log_list .item.story .ui-pic .pic-data.ui-slide.on .inner .data-inner	{ 
	color: #9CC6EE;
 }
.ui-btn.ico.default { color: rgba(255,255,255,1) !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: #9CC6EE; }



.board-write {
	background: rgba(255,255,255,1);
}
.searc-sub-box i {
	color: #639ED6;
}
#bo_v,
.board-viewer {
	background: rgba(255,255,255,1);
}
#bo_v * {
	color: ;
}

.clap {
	background: ;
}

#bo_list .theme-list th.sat,
#bo_list .theme-list th.sun {
	background-color:rgba(255, 255, 255, 1);
	color:rgba(255, 255, 255, .6);
}
#bo_list .theme-list th{
	color:rgba(255, 255, 255, 1);
}

#bo_list .theme-list td.today{
	background-color:rgba(255, 255, 255, 1);
	opacity:.8;
}
#bo_list .theme-list td.today a{
	color:rgba(255, 255, 255, .6);
}
#bo_list .theme-list td.noday{
	background-color:rgba(255, 255, 255, 1);
	opacity:.4;
}
#bo_list .popup_layer {
	background-color:rgba(255, 255, 255, .6);
	color:rgba(255, 255, 255, 1);
	border:solid 1px rgba(255, 255, 255, 1);
}

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




.pop_up {
	transform: translate(-150px, -50%);
}
#bo_gall .gall_li .info span {
	background-color:#9CC6EE;
	color: #ffffff;
}
#bo_gall .gall_li #mod {
	color: rgba(255,255,255,1);
}
.swiper-button-next .fas, .swiper-button-prev .fas {
	color: #9CC6EE;
}
.swiper-pagination-bullet-active {
	background: #9CC6EE !important;
}



.board-list {
	background: rgba(255,255,255,1);
}
.calc-item .con-box {
	background-color: rgba(50,59,94,0.2);
	color: #ffffff;
}
.calc-item .name sup a.btn-mod,
.calc-item .name sup a.btn-del	{ background: #9CC6EE; }
.calc-item .tail.left	{
    border-right: 5px solid rgba(50,59,94,0.2);
    border-left: 5px solid transparent;
}
.calc-item .tail.right	{
    border-left: 5px solid rgba(50,59,94,0.2);
    border-right: 5px solid transparent;
}



	.board-skin-basic {
		left : calc(50% + (0px / 2));
	}
@media all and (max-width:1000px) {
	.board-skin-basic {
		left : 50%;
	}
}




#character_profile	{ 
	background: #ffffff;
}
#character_profile *	{ 
	color: #323B5E;
}
#character_profile .ch_script *,
#character_profile .ch_name {
	color: #9CC6EE !important;
}
#profile-up,
#profile-down {
	color: #9CC6EE !important;
}

.go_log_board * {
	color: ;
}

#couple_list li {
	background: rgba(255,255,255,1);
}
#couple_list li .visual i {
	color: #9CC6EE;
}
#go_secret {
	color: #9CC6EE;
}
.closet-list ul li .ui-btm {
	color:  !important;
	font-size: 8pt;
	opacity:.5;
}

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

#character_body	{border: 1px solid #9CC6EE; }