<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




body,
.txt-default	{ color: #dfdfdf; }
a,
.txt-point	{ color: #6863AF; }


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

	#header			{
		}

	#gnb_wrapper				{
			background-color: #FdFdFd;
		}

	#gnb_control_box	{ display: none; }
}

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

	#gnb_wrapper				{
			background-color: #ffffff;
		}

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

#footer{margin-left:0px;}
.visual-area {
	width: calc(60% - 0px);
	left: 0px;
}



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

#footer{ 
	padding:10px;
	box-sizing:border-box;
	}
.visual-area {
	width: 60%;
	left: 0;
}
#character_profile	{ 
	margin-top:0px;
	height: calc(100% - 0px);
}

@media all and (min-width: 1000px) {
	.closet-list ul {
		top: calc(30px + 0px);
	}
}



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('http://jail.dothome.co.kr/data/site/design_background.jpg');
			background-color: #F5F5F5;
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://jail.dothome.co.kr/data/site/design_m_background.jpg');
			background-color: #F5F5F5;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: #333333; }
*::-webkit-scrollbar-thumb			{ background: #6863AF; }

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

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


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


.ui-btn	{
	color:			#f9f9f9;
	background:		#333333;
	border-color:	#333333;
}
.ui-btn:hover	{
	color:			#6863AF;
	background:		#f9f9f9;
	border-color:	transparent;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#928FBB;
	border-color:	transparent;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#6863AF;
	border-color:	transparent;
}

.ui-btn.etc			{
	color:			#f9f9f9;
	background:		#928FBB;
	border-color:	transparent;
}
.ui-btn.etc:hover	{
	color:			#f9f9f9;
	background:		#6863AF;
	border-color:	transparent;
}


.pg_wrap .pg_page	{
	color:			#f9f9f9;
	background:		#333333;
	border-color:	#333333;
}
.pg_wrap .pg_page:hover	{
	color:			#6863AF;
	background:		#f9f9f9;
	border-color:	transparent;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#ffffff;
	background:		#928FBB;
	border-color:	transparent;
}




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


hr.line	{
	background: #6863AF;
}




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

::-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: #FdFdFd !important;
  color: #333333;
}
 

.theme-box	{
	background-color: #FdFdFd;
	border: 1px solid #dfdfdf;
	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: transparent; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: #FdFdFd;
			color: #252525;
			border-top-color:		#d9d9d9;
		border-top-style:		solid;
		border-top-width: 1px;
			border-bottom-color:		#d9d9d9;
		border-bottom-style:		solid;
		border-bottom-width: 1px;
			border-left-color:		#d9d9d9;
		border-left-style:		solid;
		border-left-width: 1px;
			border-right-color:		#d9d9d9;
		border-right-style:		solid;
		border-right-width: 1px;
	}

#log_list	{
	}
#log_list .item		{
	
	}

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


#log_list .item .item-inner .item-comment		{
			background-color: #fff;
			color: #333333;
				margin-bottom: 2px !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: 2px !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: #252525;
				font-size: 12px;
	}

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

#log_list .item .item-inner .co-footer .date	{
			color: #bbbbbb;
				font-size: 10px;
	}
#log_list .item .item-inner .co-content .other-site-link	{
			color: #E29391;
	}


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



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

#confetti{
height:100%;
left:0px;
position:fixed;
top:0px;
width:100%;
z-index:-1;
}

/* 전경 레이어 */
.background-effect-prism {
			width: 100vw; 
			height: 100vh; 
			position:fixed; 
			top:0;
			left:0;
			pointer-events:none;
      z-index: 10;
		}
/* 원경 레이어 */
.background-effect-prism-back {
			width: 100vw; 
			height: 100vh; 
			position:fixed; 
			top:0;
			left:0;
			pointer-events:none;
      z-index: 0;
		}
/* 파티클 */
    .particle {
      position: absolute;
      width: 50px;
      height: 50px;
      display: block;
      border-radius: 100%;
      opacity: 0;
      animation-iteration-count: infinite;
      box-shadow: 10px -5px 3px rgba(255,255,255,0.2);
    }

    @keyframes spark1 {
      0% {opacity: 0;}
      30% {opacity: 1;}
      31% {opacity: 0;}
      32% {opacity: 1;}
      33% {opacity: 0;}
      34% {opacity: 1;}
      35% {opacity: 0;}
      70% {opacity: 1;}
      71% {opacity: 0;}
      90% {opacity: 1;}
      100% {opacity: 0;}
    }

    @keyframes spark2 {
      0% {opacity: 0;}
      70% {opacity: 1;}
      71% {opacity: 0;}
      90% {opacity: 1;}
      100% {opacity: 0;}
    }

    @keyframes sparkmove1 {
      0% {
        translate: -0px 0px;
      filter: blur(4px);}
      100% {translate: -900px 1200px;
      filter: blur(6px);}
    }

    @keyframes sparkmove2 {
      0% {
        translate: 0px 0px;
      filter: blur(1px);}
      100% {translate: -600px 800px;
      filter: blur(3px);}
    }

    /* 전경 */

    .background-effect-prism .particle:nth-child(n) {
      animation-name: spark1, sparkmove1;
      animation-duration: 20s;
      scale:200%;
    }
    .distance1-p {
    }

    .distance2-p {
    }

    /* 원경 */
 .background-effect-prism-back .particle:nth-child(n) {
      animation-name: spark2, sparkmove2;
      animation-duration: 40s;
      scale: 100%;
    }
	
	
.link_hash_tag  {

font-family: 'GongGothicMedium';
font-size: 11px;
position: relative;
font-weight:bold;
margin-left: 7px;
padding: 0px 5px;
color: #6863AF;
background-color: #f5f5f5;
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 #f5f5f5;
border-top: 6px solid transparent;
border-bottom: 7px solid transparent;
transition-duration: 0.2s;

}

.link_hash_tag:hover:after {
border-right-color: #6863AF;

}

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

}

.link_hash_tag:hover    {
	color: #f5f5f5;

	background-color: #6863AF;

}




#character_profile {
	background: #FdFdFd;
}
#character_profile * {
	color: #333333;
}
option {
	background: #FdFdFd;
	color: #333333;
}
#character_profile .ch_name {
	color: #6863AF !important;
}
#character_profile .ch_script {
	background: linear-gradient(to right, transparent, #6863AF);
	color: #ffffff !important;
}
#character_profile .button .ui-btn {
	background: transparent !important;
	color: #333333 !important;
	border-color: #eeeeee !important;
}
#character_profile .button .ui-btn.point {
	border-color: #6863AF !important;
}
#profile-up,
#profile-down {
	color: #6863AF !important;
}

.go_log_board * {
	color: #dfdfdf;
}

#couple_list li {
	background: #333333;
}
#couple_list li .visual i {
	color: #6863AF;
}
#go_secret {
	color: #6863AF;
}
.closet-list ul li .ui-btm {
	color: #dfdfdf !important;
	font-size: 8pt;
	opacity:.5;
}

.member_page .member-list li .ui-profile	{
	border: 1px solid #333333;
}

.mypageWrap *,
.member_page .member-list li .ui-profile *	{
	color: #333333;
}
.theme-form .frm_info {
	color: #dfdfdf; 
}
.theme-form .frm_info .txt-point {
	color: #6863AF; 
}

.BOfont { font-size: 11px;
	font-family:NanumSquareNeo;
-webkit-font-smoothing: antialiased;}

.BOfont2 { font-size: 12px; font-family:GmarketSansMedium;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;}

.BOfont3 { font-size: 11px;
    font-family: MabinogiClassic;
    line-height: 15px;
	letter-spacing: -1px;}


.light1 {
    font-weight: bold;
    font-family: MabinogiClassic;
    display:inline-block;
    padding:1px 7px;
    margin-bottom: 5px;
    line-height:18px;
    border-radius:5px;
    background:var(--color-point11); 
    color:var(--color-base);
    border: 1px solid var(--color-point11);
    transition-duration: 0.2s;
    box-shadow:1px 1px 0px var(--boxshadow3);
    }

	.light1:hover {
    background:var(--color-point2); 
    color:var(--color-base);
    border: 1px solid var(--color-point2);
    box-shadow:1px 1px 0px transparent;
    transform: translateX(1px)
    translateY(1px);
    }



.light2 {
    font-weight: bold;
    font-family: MabinogiClassic;
    display:inline-block;
    padding:1px 7px;
    margin-bottom: 5px;
    line-height:18px;
    border-radius:5px;
    background:var(--color-base); 
    color:var( --color-point2);
    border: 1px solid var( --color-point2);
    transition-duration: 0.2s;
    box-shadow:1px 1px 0px var(--boxshadow);
    }
    
.light2:hover {
    background:var(--color-point2); 
    color:var(--color-base);
    border: 1px solid var(--color-base);
    box-shadow:1px 1px 0px transparent;
    transform: translateX(1px)
    translateY(1px);
    }

:root {
    --color-point: #252525;
    --color-base:#fefefe;
	--color-base1:#f5f5f5;
    --color-gray:#d4d4d4;
    --base-trans:#c4c4c41e;
    --color-point2:#333333;
    --point2-trans:#e5e5e50d;
    --color-point3:#1d1c1f;
    --point3-trans:#1d1c1f9a;
    --color-point4:#b6b6b6;
    --color-point5:#494949;
	--color-point6:#829768;
	--color-point7:#5b6b47;
	--color-point8:#6b7c56;
	--color-point9:#E19694;
	--color-point10:#6863AF;
	--color-point11:#928FBB;
	--boxshadow:rgba(36, 32, 32, 0.32);
    --boxshadow2:rgba(6, 17, 29, 0.32);
	--boxshadow3:rgba(34, 26, 32, 0.32);}

</pre></body></html>