@charset "utf-8";

/* Noto Sans */
/* Spoqa Han Sans Neo */
@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 100;
	src: url('/include/font/SpoqaHanSansNeo-Thin.woff2') format('woff2'), url('/include/font/SpoqaHanSansNeo-Thin.woff') format('woff'),
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 300;
	src: url('/include/font/SpoqaHanSansNeo-Light.woff2') format('woff2'), url('/include/font/SpoqaHanSansNeo-Light.woff') format('woff')
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 400;
	src: url('/include/font/SpoqaHanSansNeo-Regular.woff2') format('woff2'), url('/include/font/SpoqaHanSansNeo-Regular.woff') format('woff')
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 500;
	src: url('/include/font/SpoqaHanSansNeo-Medium.woff2') format('woff2'), url('/include/font/SpoqaHanSansNeo-Medium.woff') format('woff')
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 700;
	src: url('/include/font/SpoqaHanSansNeo-Bold.woff2') format('woff2'), url('/include/font/SpoqaHanSansNeo-Bold.woff') format('woff'),
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Spoqa Han Sans Neo', AppleGothic, sans-serif;
	line-height: 1.2;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

em,
address {
	font-style: normal;
}

table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

caption {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
}

.blind {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
}

.skip ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}

.skip ul a {
	position: absolute;
	left: -100%;
}

.skip ul a:focus {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	top: 0;
	left: 0;
	background: #920400;
	color: #fff;
	text-align: center;
	z-index: 999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

input:-webkit-autofill {
	background: #fff;
	-webkit-box-shadow: 0 0 0 100px #fff inset;
	-moz-box-shadow: 0 0 0 100px #fff inset;
	box-shadow: 0 0 0 100px #fff inset;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

input[type=text]::-ms-clear {
	display: none;
}

button {
	font-family: 'Spoqa Han Sans Neo', AppleGothic, sans-serif;
	cursor: pointer;
}

input,
select,
textarea {
	font-family: 'Spoqa Han Sans Neo', AppleGothic, sans-serif;
}

p {
	padding: 0;
	margin: 0;
}