


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


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

	#header			{
			background-color: transparent;
			background-size: contain;
			background-attachment: fixed;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
			background-color: transparent;
		}

	#gnb_wrapper				{
			background-color: #fff;
		}

	#gnb_control_box	{
		display: block;
	}
}

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


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

#body	{ margin-left: 200px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 200px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 10px;
	text-align:center;
}

#footer{margin-left:200px;}


#gnb p {display:block;}
#gnb a { 
	color : #555; 
	font-size: 11px;
	}
#gnb a:hover {
	color: #999;
	font-size: 11px;
}
#logo a {
	color: #555;
	font-size: 14.3px;
}
#logo a:hover {
	color: #999;
	font-size: 14.3px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://imwaiting.cafe24.com:443/data/site/design_background.jpg');
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://imwaiting.cafe24.com:443/data/site/design_m_background.jpg');
			background-position: center center;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




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

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

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


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;
			color:#333333; 
				background:#aaa;
	}


.ui-btn	{
	color:			#555;
	background:		#fff;
	border-color:	#aaa;
	font-size: 11px;
}
.ui-btn:hover	{
	color:			#555;
	background:		#efefef;
	border-color:	#aaa;
	font-size: 11px;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#555;
	border-color:	transparent;
	font-size: 11px;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#333;
	border-color:	transparent;
	font-size: 11px;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		#555555;
	border-color:	#333333;
	font-size: 11px;
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#555555;
	border-color:	#333333;
	font-size: 11px;
}


.pg_wrap .pg_page	{
	color:			#555;
	background:		#fff;
	border-color:	#aaa;
}
.pg_wrap .pg_page:hover	{
	color:			#555;
	background:		#efefef;
	border-color:	#aaa;
}

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




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


hr.line	{
	background: #aaa;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#111;
	background:		#fff;
	border-color:	#efefef;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  color: #111;
}
 

.theme-box	{
	background-color: #fff; border-radius: 10px; box-shadow:0px 0px 8px rgba(0,0,0, 0.2);;
	border: 1px solid transparent;
	color: #111;
 
}
.theme-box.no-link a	{
	color: #111;
}
 

.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:				#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: transparent; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: #fff; border-radius: 0px; border:1px solid rgba(0,0,0,0.2);box-shadow:0px;;
			border-top-color:		#cdcdcd;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#cdcdcd;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#cdcdcd;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#cdcdcd;
		border-right-style:		solid;
		border-right-width: 1px;
	}

#log_list	{
	}
#log_list .item		{
			background-color: #fff; border-radius: 10px; box-shadow:0px 0px 8px rgba(0,0,0, 0.2);;
			border-top-color:		transparent;
		border-top-style:		solid;
		border-top-width: 0px;
			border-bottom-color:		transparent;
		border-bottom-style:		solid;
		border-bottom-width: 0px;
			border-left-color:		transparent;
		border-left-style:		solid;
		border-left-width: 0px;
			border-right-color:		transparent;
		border-right-style:		solid;
		border-right-width: 0px;
	
	}

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


#log_list .item .item-inner .item-comment		{
			border-bottom-color:		#dcdcdc;
		border-bottom-style:		dotted;
		border-bottom-width: 1px;
		}

#log_list .item .item-inner .item-comment:last-child		{
	border: 0px;
}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
 
		border-bottom-style:dotted; 
	 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: #bbb;
	}

#log_list .item .item-inner	.ui-comment		{
	
			padding-left: 15px;
		padding-right: 15px;
	}


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

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

#log_list .item .item-inner .co-footer .date	{
			color: #bbb;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #bbb;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #bbb;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #bbb;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: #fff; border-radius: 10px; box-shadow:0px 0px 8px rgba(0,0,0, 0.2);;
 
}

/* 블러 */
.blurtext { filter:blur(3px); cursor:pointer!important; }
.off      { filter:blur(0px)!important; }

span.txt-box 
{
color:#777; /*박스 안 색깔*/
background-color: #aaa; /*박스 색깔*/
padding: 0px 2px;
}