




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


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

	#header			{
			background-color: rgba(0, 0, 0, .0);
			background-position: center bottom;
		display: flex;
    align-items: center;

	}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

#gnb_wrapper{
	position:relative;
	z-index:99;
	text-align:left;
	left: 25px;
	
	padding: 0px 0;
	box-shadow: 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.1);
  border-radius: 5px;
}


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

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

#footer{margin-left:px;}


#gnb p {display:block;}
#gnb a { 
	color : #DD5555; 
	font-size: 18px;
	}
#gnb a:hover {
	color: #29c7c9;
	font-size: 18px;
}
#logo a {
	color: #DD5555;
	font-size: 23.4px;
}
#logo a:hover {
	color: #29c7c9;
	font-size: 23.4px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://i.pinimg.com/originals/c7/71/48/c77148c919e613967c1d7fee75d5171c.gif');
			background-color: #fff;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://i.pinimg.com/originals/c7/71/48/c77148c919e613967c1d7fee75d5171c.gif');
			background-repeat: no-repeat;
			background-position: center bottom;
			background-size: contain;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-thumb			{ background: #074063; }

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



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


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

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

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


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

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




.bar-equalizer i	{
	background: #074063;
	-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: #074063;
}




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

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(233,233,233,0.5) !important;
  color: #222222;
}
 

.theme-box	{
	background-color: #f2f2f2;
	color: #222222;
 
}
.theme-box.no-link a	{
	color: #222222;
}
 

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

#load_log_board	{
	}

.board-notice	{
			background-color: #f2f2f2;
			color: #074063;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: rgba(233,233,233,0.2);
			color: #eee;
				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 { }

#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: #6fb7dc;
				font-size: 12px;
	}

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

#log_list .item .item-inner .co-footer .date	{
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #074063;
	}
.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;

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



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

img.emoji { width: 13px; 
    vertical-align: top; 
    padding: 3px 0.5px;
    pointer-events: none;  }
	
