




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


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

	#header			{
			background-color: #ffffff;
			background-repeat: no-repeat;
			background-size: cover;
		}

	#gnb_wrapper				{
			background-color: rgba(255, 255, 255, .5);
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-color: rgba(255, 255, 255, .5);
		}

	#gnb_control_box	{
		display: block;
	}
}

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



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

#footer{margin-left:0px;}


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

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('http://bjo3388.cafe24.com/data/site/design_background.jpg');
			background-color: #856767;
			background-position: center center;
			background-size: contain;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://bjo3388.cafe24.com/data/site/design_m_background.jpg');
			background-color: #ffffff;
			background-position: center center;
			background-size: cover;
		}

	#footer {margin-left:0;} }




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

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

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


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


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

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

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


.pg_wrap .pg_page	{
	color:			#626262;
	background:		#ffffff;
	border-color:	#ffffff;
}
.pg_wrap .pg_page:hover	{
	color:			#626262;
	background:		#ffffff;
	border-color:	#ffffff;
}

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




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


hr.line	{
	background: #626262;
}




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

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

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

.theme-box	{
	background-color: rgba(255, 255, 255, .5);
	color: #626262;
 
}
.theme-box.no-link a	{
	color: #626262;
}
 

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

#load_log_board	{
	}

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

#log_list	{
			color: #a99cbd;
	}
#log_list .item		{
			color: #a99cbd;
	
	}

#log_list .item .item-inner .ui-pic		{
			color: #a99cbd;
	}


#log_list .item .item-inner .item-comment		{
			background-color: rgba(255, 255, 255, .5);
			color: #a99cbd;
				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{ 			margin-bottom: 10px !important;
	}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 		color: #626262;
	}

#log_list .item .item-inner	.ui-comment		{
			color: #a99cbd;
	
	}


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

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

#log_list .item .item-inner .co-footer .date	{
			color: #626262;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #626262;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #626262;
		#log_list .item .item-inner .co-content .link_hash_tag {
font-family: ;
position: relative;
font-weight:bold;
margin-left: 7px;
padding: 0px 5px;
color: black;
background-color: white;
border-radius: 0px 3px 3px 0px;
box-shadow: 2px 2px 1px black;
}
#log_list .item .item-inner .co-content .link_hash_tag:after {
content: "";
position: absolute;
left: -5px;
bottom: 0;
width: 0;
height: 0;
border-right: 5px solid white;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}
#log_list .item .item-inner .co-content .link_hash_tag:hover:after {
border-right-color: black;
}
#log_list .item .item-inner .co-content .link_hash_tag:before {
content: "";
width: 4px;
position: absolute;
height: 4px;
left: -2px;
top: 4px;
background: black;
color: black;
border-radius: 50%;
z-index: 2;
}
#log_list .item .item-inner .co-content .link_hash_tag:hover {
color: black;
background-color: white;
}
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #626262;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



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