






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

@font-face {
     font-family: 'DungGeunMo';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
	font-family: 'Freesentation9';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-9Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation5';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-5Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation3';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-3Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Thin.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraLight.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Light.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Medium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-SemiBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Black.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/AppleSDGothicNeo/AppleSDGothicNeo-Black.ttf') format('truetype');
}


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

	#header			{
			background-color: #000;
			background-size: cover;
		}

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#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: 250px; }
#header	{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 250px;
	
}
#logo	{
	padding:20px 0;
	text-align: center;
}
#gnb #no_design_gnb li	{ 
	display:block;
	margin-bottom: 0px;
	text-align:center;
}

#footer{margin-left:250px;}


#gnb p {display:block;}
#gnb a { 
	color : #fff; 
	font-size: 11px;
	}
#gnb a:hover {
	color: ;
	font-size: px;
}
#logo a {
	color: #fff;
	font-size: 14.3px;
}
#logo a:hover {
	color: ;
	font-size: <br />
<b>Warning</b>:  A non-numeric value encountered in <b>/hosting/boogie/html/css/_manager.css.php</b> on line <b>321</b><br />
0px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('http://boogie.dothome.co.kr/data/site/design_background.jpg');
			background-position: center top;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://boogie.dothome.co.kr/data/site/design_m_background.jpg');
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }








.highlight {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 5px;
    margin-right: 3px;
    line-height: 15px;
    font-family: 'DungGeunMo';
    font-size: 14px;
    color: #ffbe00;

		}

.co-more {border: 0px !important;
	 padding: 0px !important;
	 display: block;
}


.ui-btn	{
	color:			#000;
	background:		#e7e4da;
	border-color:	#000;
}
.ui-btn:hover	{
	color:			;
	background:		;
	border-color:	;
}

.ui-btn.point			{
	color:			#000;
	background:		#e7e4da;
	border-color:	#000;
}
.ui-btn.point:hover		{
	color:			#000;
	background:		#e7e4da;
	border-color:	#000;
}

.ui-btn.etc			{
	color:			#000;
	background:		#e7e4da;
	border-color:	#000;
}
.ui-btn.etc:hover	{
	color:			;
	background:		;
	border-color:	;
}


.pg_wrap .pg_page	{
	color:			#000;
	background:		#e7e4da;
	border-color:	#000;
}
.pg_wrap .pg_page:hover	{
	color:			;
	background:		;
	border-color:	;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#000;
	background:		#e7e4da;
	border-color:	#000;
}




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


hr.line	{
	background: ;
}




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

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

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

.theme-box	{
	border: 1px solid #ffffff00;
 
}
.theme-box.no-link a	{
}
 

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

#load_log_board	{
	}

.board-notice	{
			color: #222222;
	}

#log_list	{
		
}
#log_list .item		{
			background-color: #000000c4;
			color: #fff;
			border-top-color:		#000;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#000;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#000;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#000;
		border-right-style:		solid;
		border-right-width: 1px;
	
			margin-bottom: 70px !important;
		backdrop-filter: blur(12px);
}

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


#log_list .item .item-inner .item-comment		{
			color: #fff;
				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:1;}
#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: #fff;
	}

#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: #fff;
				font-size: 11px;
		font-family: 'Apple SD Gothic Neo';
}

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a	{
	
			color: #fff;
				font-size: 11px;
		font-family: 'Apple SD Gothic Neo';
}

#log_list .item .item-inner .co-header p.owner img{
	margin-right: 7px;
}

#log_list .item .item-inner .co-footer .date	{
			color: #ffb300;
				font-size: 10px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #fff;
	    	font-family: 'DungGeunMo';
   	font-size: 13px;
	font-weight: normal !important;
}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #fff;
	}
#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 {
 
}