




body,
.txt-default	{ color: #000000; }
a,
.txt-point	{ color: #74B7FF; }


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

	#header			{
			background-image: url('http://jubaekro.dothome.co.kr/data/site/design_header_background.png');
			background-repeat: no-repeat;
			background-size: cover;
		}

	#gnb_wrapper				{
			background-color: #fff;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
			background-position: center center;
			background-size: 100% 100%;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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




#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 44px;
}
#header .fix-layout	{ height: 100%; }
#logo	{
	float:right;
	position:relative;
	z-index:999;
	margin-right: auto;
	margin-top:18px;
	margin-right:390px;
	line-height:44px;
} 
#no_design_gnb li	{ display:inline-block; margin-left:40px; line-height:44px;}

#login_box,#bgm_box{float:right;}

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

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

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



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

@media all and (max-width: 1000px) {
	html			{
			background-image: none;
			background-repeat: no-repeat;
			background-size: contain;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-thumb			{ background: #74B7FF; }

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



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


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

.ui-btn.point			{
	color:			#000000;
	background:		#74B6FF;
	border-color:	#000000;
}
.ui-btn.point:hover		{
	color:			#000000;
	background:		#81BCFF;
	border-color:	#000000;
}

.ui-btn.etc			{
	color:			#000000;
	background:		#C9EDF8;
	border-color:	#000000;
}
.ui-btn.etc:hover	{
	color:			#000000;
	background:		#C9EDF8;
	border-color:	#000000;
}


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

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#000000;
	background:		#74B6FF;
	border-color:	#000000;
}




.bar-equalizer i	{
	background: #204AFD;
	-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: #74B7FF;
}




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

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

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

.theme-box	{
	background-color: #ffffff;
	color: #000000;
 
}
.theme-box.no-link a	{
	color: #000000;
}
 

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

/*** Form Area ***/
.theme-form th	{
	background-color:#236DF3;
	color:	#fff;
        border:1px solid #000000;
}
.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: #000000; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: #fff;
			color: #000;
			border-top-color:		#000000;
		border-top-style:		solid;
		border-top-width: 0px;
			border-bottom-color:		#000000;
		border-bottom-style:		solid;
		border-bottom-width: 0px;
			border-left-color:		#000000;
		border-left-style:		solid;
		border-left-width: 0px;
			border-right-color:		#000000;
		border-right-style:		solid;
		border-right-width: 0px;
	}

#log_list	{
			background-color: #fff;
			color: #000;
			border-top-color:		#000000;
		border-top-style:		;
		border-top-width: 1px;
			border-bottom-color:		#000000;
		border-bottom-style:		;
		border-bottom-width: 1px;
			border-left-color:		#000000;
		border-left-style:		;
		border-left-width: 1px;
			border-right-color:		#000000;
		border-right-style:		;
		border-right-width: 1px;
	}
#log_list .item		{
			background-color: #fff;
			color: #000000;
			border-top-color:		#000000;
		border-top-style:		;
		border-top-width: 1px;
			border-bottom-color:		#000000;
		border-bottom-style:		;
		border-bottom-width: 1px;
			border-left-color:		#000000;
		border-left-style:		;
		border-left-width: 1px;
			border-right-color:		#000000;
		border-right-style:		;
		border-right-width: 1px;
	
	}

#log_list .item .item-inner .ui-pic		{
			color: #000000;
			border-top-color:		;
		border-top-style:		;
		border-top-width: 1px;
			border-bottom-color:		;
		border-bottom-style:		;
		border-bottom-width: 1px;
			border-left-color:		;
		border-left-style:		;
		border-left-width: 1px;
			border-right-color:		;
		border-right-style:		;
		border-right-width: 1px;
	}


#log_list .item .item-inner .item-comment		{
			color: #3B3B3B;
				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: #3B3B3B;
	}

#log_list .item .item-inner	.ui-comment		{
			background-color: #fff;
			color: #000;
			border-top-color:		#000;
		border-top-style:		;
		border-top-width: 1px;
			border-bottom-color:		#000;
		border-bottom-style:		;
		border-bottom-width: 1px;
			border-left-color:		#000;
		border-left-style:		;
		border-left-width: 1px;
			border-right-color:		#000;
		border-right-style:		;
		border-right-width: 1px;
	
			padding-left: 15px;
		padding-right: 15px;
	}


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

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

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



#bo_gall .bo_tit.on {
	background-color: #ffffff;
 

}
.like_btn {
  color:#000;
  display: inline-block;
  border: none;
  background: transparent;
  opacity:0.7;
  line-height: 100%;
  float: none;
  transition-duration:0.5s;
  line-height: 40px;
  margin-left: 12px;
  vertical-align: top;
  }
.like_btn.active {
  opacity:1;
  color:rgb(199, 37, 37);
  animation: mrani 0.3s;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(0px 0px 3px rgb(199, 37, 37));
  margin-left: 12px;
}
@keyframes mrani {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.85);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}.like_number {
  display: inline-block; 
  height: 100%
  line-height: 40px; 
  float:none;
  margin-left: -3px;
  margin-top: 5px;

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