@charset "utf-8";
/* CSS Document */

/* 크로스브라우저 모든 interface 초기화하는 리셋 css */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img, fieldset, button, input {
	border: 0 none;
}

img {
	vertical-align: middle;
}

ol, ul, li {
	list-style: none;
}

hr, caption, legend {
	display: none;
}

button {
	overflow: hidden;
	cursor: pointer;
	background: transparent;
}

button, input, select, textarea, a {
	vertical-align: middle;
}

input:focus, button:focus {
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	word-wrap: break-word;
	word-break: keep-all;
}