@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body,
.txt-default	{ color: #4F5563; }
a,
.txt-point	{ color: #B5CAE6; }


@media all and (min-width: 1001px) { 
 
#gnb,
#gnb *:not(script)	{ 
	display:inline-block; 
	padding-top: 3px;
	transition: background 0.5s ease-in-out;
}
#gnb span a{padding: 5px;}

	#header			{
			background-color: rgba(0, 0, 0, 0);
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
			background-color: rgba(0, 0, 0, .0);
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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


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


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

#login_box,#bgm_box{float:right;}
 

#gnb p {display:block;}
#gnb a { 
	color : #4F5563; 
	font-size: 10px;
	transition: 0.8s;
	background: #E9F0FA;
	padding: 10px;
	border: 0px solid;
	border-radius: 10px;
	animation: fadein 1s;
	width: 30px;
	}
#gnb a:hover {
	color: #B5CAE6;
	font-size: 10px;
}
#logo a {
	color: #4F5563;
	font-size: 13px;
}
#logo a:hover {
	color: #B5CAE6;
	font-size: 13px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://i.imgur.com/aywe1VP.jpeg');
			background-color: #C8DAF2;
			background-position: center center;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://i.imgur.com/aywe1VP.jpeg');
			background-color: #C8DAF2;
			background-position: center center;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #fff; }
*::-webkit-scrollbar-thumb			{ background: #B5CAE6; }

* { outline-color: #B5CAE6; border-radius: 0px; }
::selection			{ background:#B5CAE6; }
::-moz-selection	{ background:#B5CAE6; }
::-webkit-selection	{ background:#B5CAE6; }

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


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family: 'S-CoreDream-3Light';
	border: 0px solid;
	border-radius: 5px;
			color:#fff; 
				background:#B5CAE6;
	}

/* 에디터 색 따라가는 코드 이 위에 */


.ui-btn	{
	color:			#B5CAE6;
	background:		#fff;
	border-color:	rgba(255, 255, 255, 0);
	font-size:9pt;
}
.ui-btn:hover	{
	color:			#B2CBED;
	background:		#fff;
	border-color:	rgba(255, 255, 255, 0);
}

.ui-btn.point			{
	color:			#B5CAE6;
	background:		#E9F0FA;
	border-color:	rgba(0, 0, 0, .0);
}
.ui-btn.point:hover		{
	color:			#B2CBED;
	background:		#F6FAFF;
	border-color:	rgba(0, 0, 0, .0);
}

.ui-btn.etc			{
	color:			#B5CAE6;
	background:		#E9F0FA;
	border-color:	rgba(0, 0, 0, .0);
}
.ui-btn.etc:hover	{
	color:			#B2CBED;
	background:		#F6FAFF;
	border-color:	rgba(0, 0, 0, .0);
}


.pg_wrap .pg_page	{
	color:			#B5CAE6;
	background:		#fff;
	border-color:	rgba(255, 255, 255, 0);
}
.pg_wrap .pg_page:hover	{
	color:			#B2CBED;
	background:		#fff;
	border-color:	rgba(255, 255, 255, 0);
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#B5CAE6;
	background:		#E9F0FA;
	border-color:	rgba(0, 0, 0, .0);
}




.bar-equalizer i	{
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px #C8DAF2;
	-moz-box-shadow: 0px 0px 3px 0px #C8DAF2;
	box-shadow: 0px 0px 3px 0px #C8DAF2;
}
 


hr.line	{
	background: #B5CAE6;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#4F5563;
	background:		rgba(255,255,255,.3);
	border-color:	rgba(0, 0, 0, .0);
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255,255,255,.3) !important;
  color: #4F5563;
}
 

.theme-box	{
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(0, 0, 0, .0);
	color: #4F5563;
 
}
.theme-box.no-link a	{
	color: #4F5563;
}
 

.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: rgba(0, 0, 0, .0); }
 

#load_log_board	{
			background-color: #E9F0FA;
	margin-top:30px;
margin-bottom:30px;
border:0px solid;
border-radius:10px;
}

.board-notice	{
			background-color: rgba(0, 0, 0, .0);
			color: #4F5563;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


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

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

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

#log_list .item .item-inner .co-footer .date	{
			color: #4F5563;
				font-size: 11px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #B5CAE6;
	}
#log_list .item .item-inner .co-content .link_hash_tag  {

    font-family: 'S-CoreDream-3Light';

    position: relative;

    font-weight:bold;

    margin-left: 7px;

    padding: 0px 5px;

    color: var(--menu-point);

    background-color: rgba(255,255,255,.3);

    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 rgba(255,255,255,.3);

    border-top: 6px solid transparent;

    border-bottom: 7px solid transparent;

    transition-duration: 0.2s;

}

.link_hash_tag:hover:after {

    border-right-color: rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);

}

.link_hash_tag:before {

    content: "";

    width: 4px;

    position: absolute;

    height: 4px;

    left: -2px;

    top: 4px;

    background: #fff;

    border-radius: 50%;

    z-index: 2;

}

.link_hash_tag:hover    {

        color: #AAAAAA;

        background-color: #AAAAAA;

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



#bo_gall .bo_tit.on {
	background-color: rgba(255,255,255,0);
 
}