body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Malgun Gothic", dotum, sans-serif;
	color: #000;
}
form, input, select, textarea, button{
	margin: 0;
	padding: 0;
	font-size: 12px;	
	font-family: "Malgun Gothic", dotum, sans-serif;
	color: #000;
}
img { border:0 }
a { color: #000; text-decoration:none; }

.container {
	width: 828px;
	margin: 0 auto 210px;
	padding-top: 75px;
}
.header h1 {
	margin: 0;
	padding: 0 0 13px;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -3px;
	border-bottom: 3px solid #5f5657;
	color: #443e40;
}
.header h1 .eng { letter-spacing: -1px; }
.section-title-bg {
	margin: 0 0 66px;
	padding-top: 192px;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: -1px;
	text-align: center;
	background: url(/common/support/image/bg_launcher.png) no-repeat;
}
.bg-launcher { background-position: center 106px; }


.wrap-download {
	width: 680px;
	margin: 0 auto;
}
.wrap-download p {
    margin: 0 0 10px;
    letter-spacing: -1px;
    font-family: dotum;
}
.input-group {
	position: relative;
	margin-bottom: 20px;
}
.ui-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width:25px;
	height:24px;
}
.ui-checkbox-label {	
	z-index: 2;
	position: relative;	
	display:block;
	height: 24px;
	padding: 0 0 0 29px;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -1px;
	background: url(/common/support/image/bg_checkbox.png) no-repeat 0 0;
	cursor: pointer;
}
.ui-checkbox-label.active { background-position: 0 -24px; }
.wrap-box {
	margin: 0 0 12px;
	padding: 28px 30px 30px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
}
.wrap-box.blue {
    width: 766px;
	border: 1px solid #dee5ed;
	border-radius: 0;
	background-color: #f9fafc;
}
.bul-bar {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: dotum;
}
.bul-bar li {
	margin-bottom: 4px;
	padding: 0 0 0 0;
	line-height: 16px;
	color: #444;
}
.bul-bar li > ul {
    margin: 10px 0;
    padding: 18px 27px 4px;
    list-style: none;
    line-height: 16px;
    color: #666;
    background: #f8f8f8;
}
.bul-bar li > ul li {
    margin-bottom: 13px;
}
.bul-bar li > ul li:first-child{
    padding-left: 100px;
    text-indent: -100px;
}
.bul-bar li.last {
    padding-left: 176px;
    text-indent: -176px; 
}

/*
 * button
 */
.wrap-btn {
	margin-bottom: 80px;
	text-align: center;	
}
.btn {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: "Malgun Gothic" sans-serif;
	letter-spacing: -1px;
	text-align: center;	
	border: 0 none;
	background: transparent;
	cursor: pointer;
	outline: none;
}
.btn.btn-primary {
    width: 210px;
	height: 57px;
	padding: 0;
	font-size: 20px;
	line-height: 52px;
	color: #fff;
	background: url(/common/support/image/btn_guide_bg.png) no-repeat 0 0;
}
.btn-primary.disabled {	
	background: url(/common/support/image/btn_guide_bg.png) no-repeat 0 -63px;
	cursor: default;
}


.wrap-article {
    margin-bottom: 30px;
	padding: 0 8px;
    font-family: dotum;
	letter-spacing: -1px;
	color: #444;
}
.wrap-article h3 {
    margin: 0 0 7px;
    font-size: 18px;
}
.wrap-article p {
	margin: 0 0 18px;
}
.wrap-article dl {
    margin: 20px 0 0;
    line-height: 18px;
}
.wrap-article dt {
    margin: 0;
    font-weight: bold;
    color: #5b82cb;
}
.wrap-article dd {
    margin: 0 0 30px 30px;
}
.bul-browser {
    height: 20px;
    padding: 5px 0 0 30px;
    background: url(/common/support/image/bul_browser.png) no-repeat;
}
.bul-browser.ie { background-position: 0 0; }
.bul-browser.ff { background-position: 0 -30px; }
.bul-browser.cr { background-position: 0 -62px; }
.bul-character {
    height: 28px;
    padding: 7px 0 0 32px;
    font-size: 15px;
    background: url(/common/support/image/bul_character.png) no-repeat 0 0;
}
.bul-character + dd {
    margin: 0 0 30px 35px;
}

.dot {
	height:1px;
	margin: 0 auto 30px;
	border: 0 none;
	background: url(/common/support/image/bg_dot.png) repeat-x 0 0;
}

.bul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}
.bul li {
    padding: 0 0 0 10px;
    line-height: 15px;
    background: url(/common/support/image/bul.png) no-repeat 0 6px;
}
.bul li strong { color: #5b82cb; }
.footer {
	width: 828px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
}