@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');

@font-face {
    font-family: 'PyeongChangPeace-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChangPeace-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NeoDunggeunmoPro-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/NeoDunggeunmoPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '양진체';
    src: url('https://cdn.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hahmlet-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/Hahmlet-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GangwonEduSaeeum_OTFMediumA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduSaeeum_OTFMediumA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TAEBAEKmilkyway';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/TAEBAEKmilkyway.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Orbit-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/Orbit-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NPSfontBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'YClover-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/YClover-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'YClover';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/YClover-Bold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}





body,
.txt-default	{ color: #000000; }
a,
.txt-point	{ color: var(--color-point); }


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

	#header			{
		}

	#gnb_wrapper				{
			background-color: rgba(255, 255, 255, .3);
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-repeat: no-repeat;
			background-size: contain;
		}

	#gnb_control_box	{
		display: block;
	}
}

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



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

#footer{margin-left:0px;}


#gnb p {display:block;}
#gnb a { 
	color : FFB63F; 
	font-size: 20px;
	}
#gnb a:hover {
	color: FFB63F;
	font-size: 20px;
}
#logo a {
	color: FFB63F;
	font-size: 26px;
}
#logo a:hover {
	color: FFB63F;
	font-size: 26px;
}

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



@media all and (min-width: 1001px) { 
    html.single            {
            background-image: url('https://i.imgur.com/PnlbGcB.jpg');
            background-color: #D3D1E1;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
    html.non-single {
        background-image: none;
        background: transparent;
    }

}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://i.imgur.com/PnlbGcB.jpg');
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: rgba(14, 15, 19, 0); }
*::-webkit-scrollbar-thumb			{ background: var(--color-point); }

* { outline-color: var(--color-point); }
::selection			{ background:var(--color-point); }
::-moz-selection	{ background:var(--color-point); }
::-webkit-selection	{ background:var(--color-point); }

::selection			{ color:rgba(14, 15, 19, 0); }
::-moz-selection	{ color:rgba(14, 15, 19, 0); }
::-webkit-selection	{ color:rgba(14, 15, 19, 0); }


.highlight {
	display:inline-block;
	padding:0 5px;
	margin-bottom:5px;
	line-height:18px;
	font-family:'dotum',sans-serif;
			color:rgba(14, 15, 19, 0); 
				background:var(--color-point);
	}


.ui-btn	{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}
.ui-btn:hover	{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}

.ui-btn.point			{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}
.ui-btn.point:hover		{
	color:			#f2ebdcrgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}

.ui-btn.etc			{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}
.ui-btn.etc:hover	{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}


.pg_wrap .pg_page	{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}
.pg_wrap .pg_page:hover	{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			rgba(255, 255, 255, 1);
	background:		rgba(0, 0, 0, .5);
	border-color:	rgba(0, 0, 0, .5);
}




.bar-equalizer{display:none !important;}
.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i	{
	background: #f2f166;
	-webkit-box-shadow: 0px 0px 3px 0px #f2f166;
	-moz-box-shadow: 0px 0px 3px 0px #f2f166;
	box-shadow: 0px 0px 3px 0px #f2f166;
}
 


hr.line	{
	background: var(--color-point);
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			2E2829;
	background:		F6F2EC;
	border-color:	F6F2EC;
}

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

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: F6F2EC !important;
  color: 2E2829;
}
 

.theme-box	{
	background-color: rgba(14, 15, 19, 0);
	color: 2E2829;
 
}
.theme-box.no-link a	{
	color: 2E2829;
}
 

.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, .5); }
 

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(255, 255, 255, 0);
			color: rgba(0, 0, 0, 1);
	}

#log_list	{
			background-color: rgba(14, 15, 19, 1);
	}
#log_list .item		{
			background-color: rgba(14, 15, 19, 0);
	
	}

#log_list .item .item-inner .ui-pic		{
			background-color: rgba(14, 15, 19, 1);
	}


#log_list .item .item-inner .item-comment		{
			background-color: rgba(14, 15, 19, 1);
			color: #eaeaea;
				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: #bbbbbb;
	}

#log_list .item .item-inner	.ui-comment		{
			background-color: rgba(14, 15, 19, 1);
	
			padding-left: 15px;
		padding-right: 15px;
	}


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

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



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