




body,
.txt-default	{ color: #494d73; }
.txt-point	{ color: #1A44FD; }


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

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

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

#gnb_wrapper{
	padding-right: 0px;
	position:relative;
	z-index:99;
	text-align:center;
}


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

#body	{ margin-left: 220px; }
#header	{
	position: absolute;
  padding: 110px 0 0 0;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 220px;

}
#logo	{
	padding:20px 0;
	text-align: center;
}

#gnb #no_design_gnb li	{
	display:block;
	text-align: center;
	padding: 15px 0 10px 0;
}


#gnb #no_design_gnb a.gnb_1da {
	display: block;
	width: 55px;
	padding: 2px;
	font-size: 11px;
	color : #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: #193cfe;
	box-shadow: 2px 2px 1px #39fe81;
}

#gnb #no_design_gnb a.gnb_1da:hover {
	width: 55px;
	padding: 2px;
	font-size: 11px;
	color: #193cfe;
  border: 1px solid #193cfe;
	border-radius: 10px;
	background-color: #FFFFFF;
}

#footer{margin-left:220px;}


#gnb p {display:block;}

<!--0602수정
#gnb a {
	font-size: 14px;
	color : #FFFFFF;
	font-weight: bold;
	width: 50px;
  height: 20px;
	border-radius: 10px;
	background-color: #94C4FB;
	}
-->

<!--0607수정-->
#gnb a.gnb_1da {
	width: 50px;
	padding: 2px;
	font-size: 11px;
	color : #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background-color: #193cfe;
}

#gnb a.gnb_1da:hover {
	width: 50px;
	padding: 2px;
	font-size: 11px;
	color: #193cfe;
  border: 1px solid #193cfe;
	border-radius: 10px;
	background-color: #FFFFFF;
}

<!--0607수정
#gnb a:hover {
	color: #ffffff;
	font-size: 14px;
}
-->
#logo a {
	color: #ffffff;
	font-size: 18.2px;
}
#logo a:hover {
	color: #ffffff;
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) {
	html			{
			background-color: #fdfeff;
			background-repeat: no-repeat;
			background-size: cover;
		}
}

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

	#footer {margin-left:0;} }



*:focus {
    outline: none;
    box-shadow: 0 0 3px #2850ff;
} <!--0607수정-->

*::-webkit-scrollbar-track			{ background-color: #fff700; }
*::-webkit-scrollbar-thumb			{ background: #1A44FD; }

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

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


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


.ui-btn	{
	color:			#6bb5fe;
	background:		#FFFFFF;
	border-color:	#494d73;
}
.ui-btn:hover	{
	color:			#5ca8fe;
	background:		#28ffb9;
	border-color:	#494d73;
}

.ui-btn.point			{
	color:			#5ca8fe;
	background:		#fefe57;
	border-color:	#494d73;
	border-radius: 15px;
}
.ui-btn.point:hover		{
	color:			#494d73;
	background:		#28ffb9;
	border-color:	#494d73;
}

.ui-btn.etc			{
	color:			#6bb5fe;
	background:		#FFFFFF;
	border-color:	#494d73;
}
.ui-btn.etc:hover	{
	color:			#FFFFFF;
	background:		#193CFE;
	border-color:	#193CFE;
}

<!--0607수정--> <!--COMMENT 버튼 수정-->
.ui-btn.plus			{
	color:			#494d73;
	background:		#6bb5fe;
	border-color:	#494d73;
}
.ui-btn.plus:hover	{
	color:			#FFFFFF;
	background:		#193CFE;
	border-color:	#193CFE;
}


.pg_wrap .pg_page	{
	color:			#6bb5fe;
	background:		#FFFFFF;
	border-color:	#494d73;
}
.pg_wrap .pg_page:hover	{
	color:			#494d73;
	background:		#28ffb9;
	border-color:	#494d73;
}

.pg_wrap .pg_current {
	color:			#6bb5fe;
	background:		#fefe57;
	border-color:	#494d73;
}
.pg_wrap .pg_current:hover {
	color:			#494d73;
	background:		#28ffb9;
	border-color:	#494d73;
}




.bar-equalizer i	{
	background: #bbb;
}



hr.line	{
	background: #1A44FD;
}




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

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


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


.theme-box	{
	color: #0823bb;
}
.theme-box.no-link a	{
	color: #0823bb;
}


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


#load_log_board	{
	}

.board-notice	{
			background-color: #0d0d10 ;
			color: #ffffff;
			border-top-color:		#FFFFFF;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#FFFFFF;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#FFFFFF;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#FFFFFF;
		border-right-style:		solid;
		border-right-width: 1px;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #ffffff;
			color: #494d73;
			border-top-color:		#494d73;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#494d73;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#494d73;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#494d73;
		border-right-style:		solid;
		border-right-width: 1px;
				margin-bottom: 10px !important;
	}
<!--0607수정-->
#log_list .item .item-inner .item-comment.parent {
		border-top-style:solid;
			border-bottom-style:solid;
			border-left-style:solid;
			border-right-style:solid;
	 margin-bottom:1px !important;
}
#log_list .item .item-inner .item-comment.item-reply {
		border: 1px solid #9ad5ff;
			border: 1px solid #9ad5ff;
			border: 1px solid #9ad5ff;
			border: 1px solid #9ad5ff;
	}

#log_list .item .item-inner .item-comment.item-reply { margin-left: 10px;} <!--0617수정-->

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

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

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

#log_list .item .item-inner .co-footer .date	{
			color: #bbbbbb;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #193cfe;
		font-size: 10px;
	border: 1px solid;
	border-right-width: 13px;
	padding: 1px 2px 1px 1px;
} <!--0609수정-->
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #193CFE;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #29c7c9;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
}
