@charset "UTF-8";
@import url(fonts.css);

html, body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	resize: none;
}

html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	line-height: 1;
	height: 100%;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select:none;
}

body {
	color:#656565;
	background-color: transparent;
	line-height: 1;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, a, button,
address, em, img, small, strong,
sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, 
hr, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	padding: 0;
	outline: 0;
	word-break: break-all;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height:1.2;
}

abbr, acronym, img, button{
	border: 0;
	outline: 0;
}

pre{
	white-space: pre-wrap;
}

header, footer, section, article, aside,
nav, hgroup, details, menu, figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: initial;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	/*white-space:pre-line;*/
}

ol, ul, li {
	list-style: none;
	outline: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-word;
	outline: 0;
} 

img, button {
	border: 0 none;
	vertical-align: top;
	outline: 0;
}

hr {
	display: none;
	height: 0;
}

i, em, address {
	font-style: normal;
}

strong, b {
	font-weight: 700;
}

form, fieldset, iframe {
	display: block;
	border: 0;
}

caption, legend {
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

input, select {
	font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
	font-weight: normal;
	line-height: 100%;
	vertical-align: top;
	font-size: 1rem;
}

textarea {
	padding: 5px 0;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

button {
	/*overflow: visible;
	display: inline-block;*/
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
	font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;
	font-weight: normal;
	vertical-align: top;
	cursor: pointer;
	letter-spacing: -0.04em;
}

button::-moz-focus-inner {
	padding:0;
}

a {
	color: var(--main-title-color2);
	text-decoration: none;
	word-break: break-all;
}

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

/* input */
input[type="text"], input[type="search"], input[type="date"],
input[type="tel"], input[type="month"], input[type="email"],
input[type="number"], input[type="password"] {
	/* display: inline-block;
	position: relative; */
	/* width: 100%; */
	/* border: 1px solid #c0c0c0; */
	color: initial;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align:inherit;
}

input[type="date"],
input[type="month"] {
	background: transparent;
}

input[type="text"]:focus, input[type="search"]:focus,
input[type="date"]:focus, input[type="tel"]:focus,
input[type="month"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="password"]:focus{
	border: 0px;
}

input[type="text"]:disabled, input[type="date"]:disabled,
input[type="tel"]:disabled, input[type="search"]:disabled,
input[type="email"]:disabled, input[type="number"]:disabled,
input[type="password"]:disabled, input[type="search"]:disabled {
	/*background: transparent;*/
	border-color: #c0c0c0;
	color: initial;
}

input[type="text"][readonly], input[type="date"][readonly],
input[type="tel"][readonly], input[type="search"][readonly],
input[type="email"][readonly], input[type="number"][readonly],
input[type="password"][readonly], input[type="search"][readonly] {
	/*background: transparent;*/
	border-color: #c0c0c0;
	color: initial;
}

	/* number 입력시 up,down 화살표 안 보이게 하기 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin:0;
}
input[type="number"]  {
	-moz-appearance: textfield;
}

::-webkit-input-placeholder {color:rgb(188, 191, 201);}
::-moz-placeholder {color:rgb(188, 191, 201);}
:-ms-input-placeholder {color:rgb(188, 191, 201);}
:-moz-placeholder {color:rgb(188, 191, 201);}

.clear{clear:both;}
.center{text-align:center;}