#tail
{
	background-color:rgba(0, 0, 0, 0.85);
	width:100%;
}

#tail_logo
{
	width:100px;
	font-family:'NanumSquareBold', sans-serif;
}

#tail td
{
	color:white;
	font-size:15px;
	font-family:'NanumSquareNeo', sans-serif;
	font-weight:100;
	line-height:200%;
}

#tail_title
{
	font-family:'NanumSquareNeo', sans-serif;
	font-weight:300;
}

#tail1
{
	width:100%;
    border-bottom:1px solid white;
	table-layout:fixed;
}

#tail1 td
{
	text-align:center;
	height:40px;
}

#tail1 td a
{
	color:white;
}

#copy
{
	font-size:13px;
}

.tail_pop
{
	position:fixed;
	left:50%;
	bottom:5%;
	transform: translate(-50%, 0);
	background-color:rgba(255, 255, 255,0.9);
	padding:20px;
	border:1px solid grey;
	border-radius:10px;
	display:none;
	width:60%;
	height:80%;
}

.tail_pop table
{
	border-collapse:collapse;
	width:100%;
	height:100%;
}

.tail_pop table th
{
	font-size:17px;
	font-family:'NanumSquareNeo', sans-serif;
	font-weight:400;
	height:40px;
	border-bottom:1px solid grey;
}

.tail_pop table td
{
	padding-top:10px;
	font-size:15px;
	font-family:'NanumSquareNeo', sans-serif;
	font-weight:300;
	line-height:180%;
}

.tail_pop_content
{
	height: 100%;
	overflow:auto;
}

#non_covered td
{
	text-align:center;
}

.border
{
	border-bottom:1px dotted gray;
}