*:not(h1)
{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:"돋움", verdana;
	color:#000000;
	line-height:130%;
}
body{
            background-color:#ffffff;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.input_underline
{
	padding:3px;
	background-color:transparent;
	border:0px;
	border-bottom:1px solid #A0A0A0;
	color:#A0A0A0;
}
.btn
{
	color:#A0A0A0;
	cursor:pointer;
	border:1px solid #A0A0A0;
	border-radius:5px;
	padding:5px;
	background-color:#ffffff;
}

.btn_on
{
	color:#ffffff;
	cursor:pointer;
	border:1px solid #A0A0A0;
	border-radius:5px;
	padding:5px;
	background-color:#ffffff;
}
.origin_img
{
	position:absolute;
	display:none;
	background-color:rgba(0,0,0,.5);
	cursor:pointer;
	width:100%;
	padding:20px 0px;
	margin-top:35px;
}
::-webkit-scrollbar {width: 4px; height: 8px; background: transparent;}
::-webkit-scrollbar-track-piece 
{
	background: transparent; 
	-webkit-border-radius: 10px; 
	border-radius:10px; 
	/*-webkit-box-shadow: inset 0 0 1px #ffffff;*/
}
::-webkit-scrollbar-thumb 
{
	height: 50px; 
	width: 50px; 
	background:#ffffff; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	/*-webkit-box-shadow: inset 0 0 4px #ffffff;*/
}

.logImg
{
	max-width:750px;
	cursor:pointer;
}
.logText
{
	max-width:500px;
	padding:10px;
}

.delPasswd
{
	background-color:transparent;
	border:0px;
	/*border-bottom:1px solid #000000;*/
	color:#000000;
	width:50px;
	padding:0px;
	text-align:center;
}

.foldContainer
{
	display:inline-block;
	padding:5px;
}