




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


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

	#header			{
			background-color: f6f6f6;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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



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

#footer{margin-left:300px;}


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

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



@media all and (min-width: 1001px) { 
	html			{
			background-color: f6f6f6;
		}
}

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

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #FAFAF8; }
*::-webkit-scrollbar-thumb			{ background: #6ace52; }

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

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


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


.ui-btn	{
	color:			#ffffff;
	background:		#353535;
	border-color:	rgba(0, 0, 0, .5);
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#222222;
	border-color:	rgba(0, 0, 0, .5);
}

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

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


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#353535;
	border-color:	rgba(0, 0, 0, .5);
}
.pg_wrap .pg_page:hover	{
	color:			#ffffff;
	background:		#222222;
	border-color:	rgba(0, 0, 0, .5);
}

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




.bar-equalizer i	{
	background: #6ace52;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
}
 


hr.line	{
	background: #6ace52;
}




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

::-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: #eeeeee !important;
  color: #222222;
}
 

.theme-box	{
	background-color: #eeeeee;
	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: #6ace52; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: #eeeeee;
			color: #353535;
			border-top-color:		#949494;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#949494;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#949494;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#949494;
		border-right-style:		solid;
		border-right-width: 1px;
	}

#log_list	{
			color: #222222;
	}
#log_list .item		{
			color: #222222;
	
			margin-bottom: 90px !important;
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #eeeeee;
			color: #222222;
			border-top-color:		#949494;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#949494;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#949494;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#949494;
		border-right-style:		solid;
		border-right-width: 1px;
				margin-bottom: 10px !important;
	}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
 
		border-top-style:dotted; 
	 
		border-bottom-style:dotted; 
	 
		border-left-style:dotted; 
	 
		border-right-style:dotted; 
	 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: #bbbbbb;
	}

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


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

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
			color: #337529;
				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: #29c7c9;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #29c7c9;
	}
#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 {
	background-color: #eeeeee;
 
}



#header {
  background: transparent !important;
}

#header .fix-layout {
  margin: 20px 16px;
  padding: 20px 16px;
  background: #ffffff;
  border: 2px solid #7bc96f;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

#header #logo {
  text-align: center;
  padding: 0 !important;
  margin: 0 0 12px;
}
#header #logo a {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
#header #logo a::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  background-image: url('https://i.imgur.com/moJYlOT.png');
  background-size: 100% 100%;
  background-position: center;
  border-radius: 14px;
  box-sizing: border-box;
}
#header #gnb #no_design_gnb {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  text-align: center;
}
#header #gnb #no_design_gnb li {
  display: block;
  margin-bottom: 6px !important;
  border: 1px solid #999999;
  border-radius: 0;
  padding: 0;
  width: auto;
  min-width: 130px;
  box-sizing: border-box;
  background: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease;
}
#header #gnb #no_design_gnb li:hover {
  border-color: #7bc96f;
  background: #f0faf0;
}
#header #gnb #no_design_gnb a {
  display: block;
  padding: 6px 24px;
  color: #222 !important;
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
}
#header #gnb #no_design_gnb a:hover {
  color: #4a9c3d !important;
}

#header #login_box {
  text-align: center;
  float: none !important;
}

#header #login_box .name {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin: 0 0 14px;
}

#header #login_box .ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 6px 12px;
  margin: 3px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  line-height: 1;
}

#header #login_box a[href*="/adm"]:not([href*="board_form"]) {
  background: #fdeceb;
  color: #d9534f;
  font-weight: 600;
}

#header #login_box a[href*="board_form"] {
  background: #333;
  color: #fff;
}

#header #login_box #_after_logout {
  background: #f2f2f2;
  color: #666;
}

#view_area {
  width: 1200px !important;
  max-width: 95vw;
}