html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,input,select,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{	
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	box-sizing: border-box;
}

html {
	overflow-y: auto; 
	font-family: '¸¼Àº °íµñ' , 'Malgun Gothic' , 'dotum' , 'µ¸¿ò' , sans-serif;
	text-align: center; 
	color: #666; 
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
	width: 100%; 
	height: 100%;
	-webkit-text-size-adjust: none;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img,fieldset {
	border: 0;
	outline: none;
	vertical-align: baseline;
}
label {
	cursor: pointer;
	line-height: 20px;
	margin-right: 10px;
}
i, em, address {
	font-style: normal;
}
caption,legend {
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
iframe,object,video,embed {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
}
hr {
	display: none;
	clear: both;
}
caption {
	width: 1px;
	height: 1px;
	margin-top: -1px;
}
i {
	vertical-align: baseline;
}
p {
	vertical-align: baseline;
}
.ins {
	border-bottom: 1px solid #7f7f7f;
	vertical-align: baseline;
}
button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-family: '¸¼Àº °íµñ' , 'Malgun Gothic' , 'dotum' , 'µ¸¿ò' , sans-serif;
	font-weight: normal;
	cursor: pointer;
}

/* html5 ie9 else */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
   padding: 0;
   margin: 0;
}
input, select, textarea {
	font-family: '¸¼Àº °íµñ' , 'Malgun Gothic' , 'dotum' , 'µ¸¿ò' , sans-serif;
	letter-spacing: 0px;
	border: 1px solid #ddd;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	margin-top: 4px;
	margin-right: 5px;
}
input:not([type='text,password']):focus::-webkit-input-placeholder {
	color: transparent;
}
input[type="image"] {
	border: none;
	outline: none;
}
input[type="button"] {
	font-family: '¸¼Àº °íµñ' , 'Malgun Gothic' , 'dotum' , 'µ¸¿ò' , sans-serif;
	border: none;
	outline: none;
	cursor: pointer;
}
select {
	min-width: 50px;
	font-size: 12px;
	color: #666;
}
textarea{
	resize: none;
	border: none; 
	background: none;
	outline: none;
}

a {
	text-decoration: none; 
	cursor: pointer;
	color: #666;
}
a:link { 
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

/* Align */
.left {
	text-align: left !important
}
.right {
	text-align: right !important
}
.center {
	text-align: center !important
}

/* Button */
.btn_group {
	width: 100%;
}
.btn_green {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #93ac3c;
	color: #fff;
	border-radius: 3px;
}
.btn_green:hover {
	background: #617b07;
}
.btn_gray {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #999;
	color: #fff;
	border-radius: 3px;
}
.btn_gray:hover {
	background: #666;
}

.btn_3399ff {
	display: inline-block;
	padding: 3px 10px 5px 10px;
	background: #3399ff;
	color: #fff;
	border-radius: 3px;
}
.btn_3399ff:hover {
	background: #617b07;
}
