@charset "utf-8";
/* CSS Document */

@import url('https://cdn.jsdelivr.net/npm/typeface-nanum-barun-gothic@1.0.0/nanumbarungothic.min.css');

* {
  margin:0 auto;
  padding:0;
}

::selection{
  color: #f3d131; 
  background-color: #f75b9d;
}
 
::-moz-selection{
  color: #f3d131; 
  background-color: #f75b9d;
}

::-webkit-selection{
  color: #f3d131; 
  background-color: #f75b9d;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: #ffffff !important;
}

::-webkit-scrollbar-thumb {
    background: #f75b9d !important;
}

::-moz-scrollbar {
    height: 5px;
    width: 5px;
    background: #ffffff !important;
}

::-moz-scrollbar-thumb {
    background: #f75b9d !important;
}

body {
	word-wrap:break-word;
	font-family:'Calibri', 'Nanum Barun Gothic', sans-serif;
	font-size:11px;
	-webkit-text-size-adjust: none !important; 
	line-height:180% !important;
	letter-spacing:0.5px !important;
	cursor: url(http://cur.cursors-4u.net/anime/ani-11/ani1068.cur), progress !important;
	scrollbar-3dlight-color: #f75b9d !important;
	scrollbar-arrow-color: #ffffff !important;
	scrollbar-track-color: #ffffff !important;
	scrollbar-darkshadow-color: #f75b9d !important;
	scrollbar-face-color: #f75b9d !important;
	scrollbar-highlight-color: #f75b9d !important;
	scrollbar-shadow-color: #f75b9d !important;
}

a	{
	text-decoration:none;
	color:#000000;
}

a:hover	{
	cursor: url(http://cur.cursors-4u.net/anime/ani-11/ani1068.cur), progress !important;
	color: #f3d131; 
  	background-color: #f75b9d; 
  	text-decoration: line-through;
}

img	{
	border:0;
}

#menu 	{
	width:160px;
	position: fixed;
	background-color: #ffffff;
	top:90px;
	left: 50%;
	margin-left: -80px;
}

#menu ul 	{
	margin-left: 7px;
}

#menu li	{
	list-style:none;
	float:left;
	margin-right:7px;
	line-height:180% !important;
	text-decoration: underline;
}

#wrapper	{
	padding-top: 130px;
	padding-bottom: 100px;
	width:350px;
}

#container	{
	width: 100%;
	border:1px solid #000000;
              display: none;
}

#title	{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
	padding: 10px;
	width: 70px;
	line-height:180% !important;
	margin-left: 0;
	font-weight:bold;
}

#content	{
	margin: 20px;
}

#rd_img	{
	margin-bottom: 8px;
}

#rd_img img	{
	max-width: 100%;
}

#footer	{
	margin-top:15px;
	text-align:right;
	line-height:180% !important;
}

#main, #jukebox, #link	{
	text-align: center;
}

#link {
	line-height: 25px;
}

#content > div:nth-child(2) > table:nth-child(1)	{
	display: none;
}

@media only screen and (max-width : 450px) { 
	body {
		overflow-x:hidden;
	}

	#menu	{
		top: 40px;
	}

	#wrapper	{
		padding-top:80px;
		padding-bottom: 20px;
		width: 100%;
	}
	#container	{
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	
	#content {
		width:94%;
		margin:3%;
	}

	#play	{
		display: none;
	}

	#footer	{
		display: none;
	}
}