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

@font-face {
    font-family: 'MabinogiClassicR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2207-01@1.0/MabinogiClassicR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: Regular;
}
@font-face {
    font-family: 'LeeSeoyun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/LeeSeoyun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iceJaram-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SangSangShin';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/SangSangShin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





body,
.txt-default	{ color: #000; }
a,
.txt-point	{ color: #5f97ff; }


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

	#header			{
			background-size: contain;
		}

	#gnb_wrapper				{
			background-color: #111;
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{
		display: block;
	}
}

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

#header	{ height:0 !important;padding:0 !important;display: none !important; }
#body	{ margin: 0 !important; }

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

#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: 10%px;
	text-align:center;
}

#footer{margin-left:0px;}


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

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



@media all and (min-width: 1001px) { 
    html.single            {
            background-image: url('http://phil0s.com/data/site/design_background.jpg');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-attachment: fixed;
        }
    html.non-single {
        background-image: none;
        background: transparent;
    }

}
@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://phil0s.com/data/site/design_m_background.png');
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #F8F8F4; }
*::-webkit-scrollbar-thumb			{ background: #5f97ff; }

* { outline-color: #5f97ff; }
::selection			{ background:#5f97ff; }
::-moz-selection	{ background:#5f97ff; }
::-webkit-selection	{ background:#5f97ff; }

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


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


.ui-btn	{
	color:			#333;
	background:		#eee;
	border-color:	#333;
}
.ui-btn:hover	{
	color:			#eee;
	background:		#5f97ff;
	border-color:	#333;
}

.ui-btn.point			{
	color:			#333;
	background:		#eee;
	border-color:	#333;
}
.ui-btn.point:hover		{
	color:			#eee;
	background:		#333;
	border-color:	#333;
}

.ui-btn.etc			{
	color:			#333;
	background:		#eee;
	border-color:	#333;
}
.ui-btn.etc:hover	{
	color:			#eee;
	background:		#5f97ff;
	border-color:	#333;
}


.pg_wrap .pg_page	{
	color:			#333;
	background:		#eee;
	border-color:	#333;
}
.pg_wrap .pg_page:hover	{
	color:			#eee;
	background:		#5f97ff;
	border-color:	#333;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#333;
	background:		#eee;
	border-color:	#333;
}




.bar-equalizer{display:none !important;}
.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i	{
}
 


hr.line	{
	background: #5f97ff;
}




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

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

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

.theme-box	{
	background-color: #eee;
	color: #555;
 
}
.theme-box.no-link a	{
	color: #555;
}
 

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

#load_log_board	{
	}

.board-notice	{
	}

#log_list	{
			color: #333;
	}
#log_list .item		{
			color: #333;
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #eee;
			color: #333;
				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: #aaa;
	}

#log_list .item .item-inner	.ui-comment		{
			background-color: #eee;
			color: #333;
	
	}


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

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

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



#bo_gall .bo_tit.on {
	background-color: #eee;
 
}