

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

.link_hash_tag {
	font-family: 'GongGothicLight';
	font-size:11px;
	position: relative;
	font-weight:bold;
	margin-left: 7px;
    padding: 0px 5px;
	color: black;
	background-color: #ffc400;
	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 #ffc400;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
	transition-duration: 0.2s;
}

.link_hash_tag:hover:after {
	border-right-color: black;
}

.link_hash_tag:before{
	content: "";
    width: 4px;
    position: absolute;
    height: 4px;
    left: -2px;
    top: 4px;
    background: black;
    color: black;
    border-radius: 50%;
    z-index: 2;
}

.link_hash_tag:hover{
		color: #ffc400;
		background-color: black;

}




body,
.txt-default	{ color: #ffffff; }
a,
.txt-point	{ color: #ff80ab; }

span.txt-box 
{
color:#ffffff; /*박스 안 색깔*/
background-color: #ff80ab; /*박스 색깔*/
padding: 0px 2px;
}

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

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

	#gnb_wrapper				{
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
		}

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

#footer{margin-left:0px;}


.visual-area {
	width: calc(60% - 0px);
	top: 0;
	left: 0px;
	right: auto;
}
#character_profile {
	left: auto;
	right: 0;
}


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

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('https://lissombird.cafe24.com:443/data/site/design_background.jpg');
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('https://lissombird.cafe24.com:443/data/site/design_background.jpg');
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #ffffff; }
*::-webkit-scrollbar-thumb			{ background: #ff80ab; }

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

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


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


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

.ui-btn.point			{
	color:			#ffffff;
	background-color:		#ffc400;
	border-color:	#ffc400;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background-color:		#ff80ab;
	border-color:	#ff80ab;
}

.ui-btn.etc			{
	color:			#ffffff;
	background-color:		#ffc400;
	border-color:	#ffc400;
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background-color:		#ff80ab;
	border-color:	#ff80ab;
}


.pg_wrap .pg_page	{
	color:			#333333;
	background:		#ffffff;
	border-color:	#ffffff;
}
.pg_wrap .pg_page:hover	{
	color:			#333333;
	background:		#ffffff;
	border-color:	#ffffff;
}

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




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


hr.line	{
	background: #ff80ab;
}




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

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

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

.theme-box	{
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid #ffc400;
	color: #333333;
 
}
.theme-box.no-link a	{
	color: #333333;
}
 

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

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(255, 255, 255, .7);
			color: #ffffff;
	}

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


#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: black;
				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: black;
	}
#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: rgba(255, 255, 255, .8);
 
}


#character_profile {
	background: rgba(255, 255, 255, .8);
}
#character_profile * {
	color: #333333;
}
option {
	background: rgba(255, 255, 255, .8);
	color: #333333;
}
#character_profile .ch_name {
	color: #ff80ab !important;
}
#character_profile .ch_script i {
	color: #ff80ab !important;
}
#character_profile .button .ui-btn {
	background: transparent !important;
	color: #333333 !important;
	border-color: #ffffff33 !important;
}
#character_profile .button .ui-btn.point {
	border-color: #ff80ab !important;
}
#profile-up,
#profile-down {
	color: #ff80ab !important;
}

.title-list {
	padding: 10px;
	background-color: #ff80ab22;
	color: #ffffff;
}

#couple_list li {
	background: #ffffff;
}
#couple_list li .visual i {
	color: #ff80ab;
}
#go_secret {
	color: #ff80ab;
}
.closet-list ul li .ui-btm {
	color: #ffffff !important;
	font-size: 8pt;
	opacity:.8;
}

@media all and (max-width:1000px) {
	.closet-list ul .ui-btn {
		border: 1px solid #ffffff !important;
	}
}