﻿@charset "UTF-8";
/* default */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, span, button, iframe, th, td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, dt {
	font-weight: normal;
}

img, fieldset, iframe, button {
	border: 0 none;
}

img {
  max-width: 100%;
}

li {
	list-style: none;
}

i, em, u, cite {
	font-style: normal;
}

strong {
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
	outline-offset: -1px;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
html, body {
	font-size: 14px;
	font-family: 'Pretendard', Roboto,"Apple SD Gothic Neo","Apple SD 고딕 Neo",AppleGothic,arial,sans-serif;
	line-height: 1.43;
	color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}

/* Form */
legend {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

select, input, textarea {
	outline: 0;
	border: 0 none;
	padding: 0;
	box-sizing: border-box;
}

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

button {
	border: 0 none;
	cursor: pointer;
	background: none;
}

button:disabled {
  opacity: 0.4;
  cursor: default;
}

textarea:disabled {
  opacity: 0.4;
  cursor: default;
	background-color: inherit;
}

select::-ms-expand {
	display: none;
}

select::-moz-focus-inner {
	border: 0;
	padding: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

table {
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	width: 100%;
}

textarea {
	resize: none;
  font-family: NotoSansKR, Roboto,"Apple SD Gothic Neo","Apple SD 고딕 Neo",AppleGothic,arial,sans-serif;
}

::placeholder {
	color: #9e9e9e;
}

:-ms-input-placeholder {
	color: #9e9e9e !important;
}

::-webkit-input-placeholder {
	color: #9e9e9e !important;
}

input[type='file'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 100%;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-box-sizing: border-box;
}

input::-ms-clear {
	display: none;
}