@charset "utf-8";

/**************************************************
 *
 *     WEBIS RESET STYLE SHEET
 *
 **************************************************/

*,
*:before,
*:after {
	/* BORDER SIZE IN BOX SIZE FOR IE8+ */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	/* BOX SHADOW DISABLE */
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
textarea, input, button, select,
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:0;
	margin:0;
	border:0;
	border-radius:0;
	outline:0;
	font-style:inherit;
	font-weight:inherit;
	font-size:inherit;
	font-family:inherit;
	vertical-align:baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}

html, body {
	width:100%;
	height:100%
}

html {
	overflow-y:scroll;

	/* AUTO FONT SIZE (ADJUST DISABLE) */
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

body {
	font-style:normal;
	font-weight:normal;
	font-size:0.75em; /* 12px */
	line-height:1.5em; /* 18px */
	font-family:'NanumGothic','Malgun Gothic', '맑은 고딕', dotum, '돋움', 'Apple SD Gothic Neo', sans-serif
}

dl, ul, ol, menu, li {
	list-style:none
}

label, input, button, select {
	vertical-align:middle
}

iframe, img {
	vertical-align:top
}

button,
input[type="button"],
input[type="submit"] {

	cursor:pointer
}

textarea {
	overflow:auto;
	resize:vertical
}

table {
	width:100%;
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
	background-color:transparent
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold
}

a, a:link, a:visited, a:active, a:focus, a:hover {
	color:#000;
    text-decoration:none
}