




body,
.txt-default	{ color: #0b0c43; }
a,
.txt-point	{ color: #191eff; }


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

#gnb,
#gnb *:not(script)	{
	display:inline-block;
}

	#header			{
			background-color: #f8fbf7;
			background-repeat: no-repeat;
			background-position: right top;
		}

	#gnb_wrapper				{
			background-repeat: no-repeat;
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-color: #f8fbf7;
		}

	#gnb_control_box	{
		display: block;
	}
}

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



#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: 30px;
	text-align:center;
}

#footer{margin-left:200px;}


#gnb p {display:block;}
#gnb a {
	color : #191eff;
	font-size: 10px;
	}
#gnb a:hover {
	color: #ffec19;
	font-size: 10px;
}
#logo a {
	color: #191eff;
	font-size: 13px;
}
#logo a:hover {
	color: #ffec19;
	font-size: 13px;
}

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



@media all and (min-width: 1001px) {
	html			{
			background-image: url('https://wooz7.cafe24.com:443/data/site/design_background.png');
			background-color: #f8fbf7;
			background-repeat: no-repeat;
			background-position: right top;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-color: #f8fbf7;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #f8fbf7; }
*::-webkit-scrollbar-thumb			{ background: #191eff; }

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

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


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


.ui-btn	{
	color:			#191eff;
	background:		#f8fbf7;
	border-color:	;
}
.ui-btn:hover	{
	color:			#ffec19;
	background:		#191eff;
	border-color:	;
}

.ui-btn.point			{
	color:			#191eff;
	background:		#f8fbf7;
	border-color:	;
}
.ui-btn.point:hover		{
	color:			#ffec19;
	background:		#191eff;
	border-color:	;
}

.ui-btn.etc			{
	color:			#191eff;
	background:		#f8fbf7;
	border-color:	;
}
.ui-btn.etc:hover	{
	color:			#ffec19;
	background:		#191eff;
	border-color:	;
}


.pg_wrap .pg_page	{
	color:			#191eff;
	background:		#f8fbf7;
	border-color:	;
}
.pg_wrap .pg_page:hover	{
	color:			#ffec19;
	background:		#191eff;
	border-color:	;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#191eff;
	background:		#f8fbf7;
	border-color:	;
}




.bar-equalizer i	{
	background: #191eff;
	-webkit-box-shadow: 0px 0px 3px 0px #ffec19;
	-moz-box-shadow: 0px 0px 3px 0px #ffec19;
	box-shadow: 0px 0px 3px 0px #ffec19;
}



hr.line	{
	background: #191eff;
}




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

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


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


.theme-box	{
	background-color: #f3f4f2;
	border: 1px solid #0b0c43;
	color: #0b0c43;
border-radius: 5px;

}
.theme-box.no-link a	{
	color: #0b0c43;
}


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


#load_log_board	{
			background-color: #f8fbf7;
	}

.board-notice	{
			background-color: #f3f4f2;
			color: #191eff;
	}

#log_list	{
			background-color: #f3f4f2;
	}
#log_list .item		{
			background-color: #f3f4f2;
			color: #0b0c43;
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #f3f4f2;
			color: #0b0c43;
				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: #0b0c43;
	}

#log_list .item .item-inner	.ui-comment		{
			background-color: #f3f4f2;
			color: #0b0c43;
	
			padding-left: 15px;
		padding-right: 15px;
	}


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

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

#log_list .item .item-inner .co-footer .date	{
			color: #0b0c43;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #191eff;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #191eff;
	}
.link_hash_tag  {
    position: relative;
    font-weight:bold;
    margin-left: 7px;
    padding: 0px 5px;
    color: black;
    background-color: white;
    border-radius: 0px 3px 3px 0px;
    filter:drop-shadow(0px 0px 1px rgba(0,0,0,0.3));
    transition-duration: 0.2s;
}
.link_hash_tag:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 5px solid white;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    transition-duration: 0.2s;
}

.link_hash_tag:hover:after {
    border-right-color: black;
}

.link_hash_tag:before {
    content: "";
    width: 4px;
    position: absolute;
    height: 4px;
    left: -2px;
    top: 4px;
    background: black;
    border-radius: 50%;
    z-index: 2;
}

.link_hash_tag:hover    {
        color: white;
        background-color: black;
}

#log_list .item .item-inner .co-content .log_link_tag	{
			color: #191eff;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: #f3f4f2;
}
