@CHARSET "UTF-8";

body {
	margin-top: 50px;
	font-size: 12px;
	font-family:'¸¼Àº°íµñ','NanumGothic', 'MalgunGothic';
}

.container {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

/* »ó´Ü ÀÌ¹ÌÁö ¿µ¿ª */
#header {
	margin: 0 auto;
	position: relative;
}

#top_img{
	margin-bottom: 40px;
}

#header,#section,#article,.content {
	display: block;
}

ul,ol,dl {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}


#downloadTable {
	margin: 20px 0;
}

#downloadTable table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid #ccced2 1px;
}

#downloadTable table tr th {
	background-color: #f6f6f6;
	border: solid #ccced2 1px;
	height: 40px;
	font-size: 12px;
	line-height: 16px;
}

#downloadTable table tr td {
	border: solid #ccced2 1px;
	height: 50px;
}

#programName {
	width: 100px;
}

#supportOS {
	width: 150px;
}

/* ºê¶ó¿ìÁ® Áö¿ø¹üÀ§ */
#supportBS {
	width: 350px;
}

/* Áö¿ø¹üÀ§ td */
.supportBStd{
	text-align: left;
	padding-left: 10px;
	letter-spacing: 1px;
}

/* ¼³Ä¡»óÅÂ */
#installStatus {
	width: 100px;
}

.btn_gray_ang {
    display: inline-block;
    margin: 0 1px 1px 0;
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
    font-family: "³ª´®°íµñ", "NG", "µ¸¿ò", "dotum", "arial";
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    line-height: 1.5em;
    padding: 5px 10px;
    color: #666;
    border-color: #9e9e9e;
    cursor: pointer;
}