




body,
.txt-default	{ color: #333333; }
a,
.txt-point	{ color: #4C84FF; }


@media all and (min-width: 1206px) {
 
#gnb,
#gnb *:not(script)	{ 
	display:inline-block; 
}

	#header			{
			background: url('http://lenameteor.dothome.co.kr/data/site/design_header_background.png');
			background: rgba(0,0,0,.5);
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1205px) {
	#header			{
			background: rgba(0, 0, 0, .5);
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

#gnb_wrapper{
	position:relative;
	z-index:99;
	text-align:left;
}


#footer	{ height:0 !important;padding:0 !important;display: none !important; } 


#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 50px;
}
#header .fix-layout	{ height: 100%; }
#logo	{
	display: block;
	float:left;
	position:relative;
	z-index:999;
	padding-right:10px;
	line-height:50px;
} 
#no_design_gnb li	{ display:inline-block; margin-left:55px; line-height:50px;}

#login_box,#bgm_box{float:right;}

@media all and (min-width:1206px) {
	#login_box p {display:inline-block;margin-right:4px;}
}
 

#gnb p {display:block;}
#gnb a { 
	color : #333333; 
	font-size: 14px;
	}
#gnb a:hover {
	color: #1F4AB8;
	font-size: 14px;
}
#logo a {
	color: #333333;
	font-size: 18.2px;
}
#logo a:hover {
	color: #1F4AB8;
	font-size: 18.2px;
}

#footer{ 
	padding:10px;
	box-sizing:border-box;
	}



@media all and (min-width: 1206px) {
	html			{
			background: url('http://lenameteor.dothome.co.kr/data/site/design_background.png');
			background-size: cover;
		}
}

@media all and (max-width: 1205px) {
	html			{
			background: url('http://lenameteor.dothome.co.kr/data/site/design_m_background.png');
			background-position: center center;
			background-size: cover;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: linear-gradient(45deg, #C3EAEE, #F2DCF1); }
*::-webkit-scrollbar-thumb			{ background: #4C84FF; }

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

::selection			{ color:linear-gradient(45deg, #C3EAEE, #F2DCF1); }
::-moz-selection	{ color:linear-gradient(45deg, #C3EAEE, #F2DCF1); }
::-webkit-selection	{ color:linear-gradient(45deg, #C3EAEE, #F2DCF1); }


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'ChosunGu','dotum',sans-serif;
			color:linear-gradient(45deg, #C3EAEE, #F2DCF1); 
				background:#4C84FF;
	}


.ui-btn	{
	color:			#333333;
	background:		rgba(0,0,0,0);
	border-color:	#929292;
	box-shadow: 0 2px 0 rgba(0,0,0,0.02);
	padding: 0 8px;
	border-radius: 4px;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ui-btn:hover	{
	color:			#1F4AB8;
	background:		rgba(0,0,0,0.0);
	border-color:	#1F4AB8;
}

.ui-btn.point			{
	color:			#1F4AB8;
	background:		rgba(0,0,0,0);
	border-color:	#1F4AB8;
	box-shadow: 0 2px 0 rgba(0,0,0,0.02);
	padding: 0 8px;
	border-radius: 4px;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ui-btn.point:hover		{
	color:			rgba(31,74,184,0.65);
	background:		rgba(0,0,0,0);
	border-color:	rgba(31,74,184,0.65);
}

.ui-btn.etc			{
	color:			#333333;
	background:		rgba(0,0,0,0);
	border-color:	#929292;
	box-shadow: 0 2px 0 rgba(0,0,0,0.02);
	padding: 0 8px;
	border-radius: 4px;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ui-btn.etc:hover	{
	color:			rgba(0,0,0,0.88);
	background:		rgba(0,0,0,0.0);
	border-color:	#1F4AB8;
}


.pg_wrap .pg_page	{
	color:			#333333;
	background:		rgba(0,0,0,0);
	border-color:	#929292;
}
.pg_wrap .pg_page:hover	{
	color:			#1F4AB8;
	background:		rgba(0,0,0,0.0);
	border-color:	#1F4AB8;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#1F4AB8;
	background:		rgba(0,0,0,0);
	border-color:	#1F4AB8;
}




.bar-equalizer i	{
	background: #1F4AB8;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.88);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.88);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.88);
}
 


hr.line	{
	background: #4C84FF;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#333333;
	background:		rgba(0,0,0,0);
	border-color:	#929292;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0,0,0,0) !important;
  color: #333333;
}
 

.theme-box	{
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #DEDEDE;
	color: #333333;
 
}
.theme-box.no-link a	{
	color: #333333;
}
 

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

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




#tab_list { border-color: #1F4AB8; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(0, 0, 0, .5);
			color: #333333;
	}

#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 .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
 margin-bottom:1px !important;
 } 
 #log_list .item .item-inner .item-comment.item-reply {opacity:0.8;}
#log_list .item .item-inner .item-comment.item-reply.last{ }
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 		color: #bbbbbb;
	}

#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: #29c7c9;
				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: #29c7c9;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #29c7c9;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #29c7c9;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: rgba(255,255,255,0.4);
 
}