@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}

:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


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,
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 {
	margin: 0;
	padding: 0;
	border: 0;
    /* color: inherit; */
  
}



html {

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-style: -ms-autohiding-scrollbar;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

html.overflow {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
html, body{
    margin: 0;
	padding: 0;
	border: 0;
}

body {
    letter-spacing: -0.04em;
    line-height: 1;
    font-family: "Pretendard", "Apple SD Gothic Neo", -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial,
    "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}



img, fieldset, iframe {
	border: 0 none;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}
input, textarea, select {
    border: 1px solid #dbdbdb;
    padding: 0 12px;
    font-size: inherit;
    font-family: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    outline: 0;
}

textarea {
	width: 100%;
	height: 100px;
	padding: 20px;
	line-height: 1.5;
	border-radius: 0;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
	resize: none;
}
textarea:-ms-input-placeholder {
    color: #999;
}
input::placeholder {
    color: #999;
    font-size: inherit;
    font-weight: inherit;
}
input::-webkit-input-placeholder {
    color: #999;
}
/* IE */
input:-ms-input-placeholder {
color: #999;
}

select:focus {
	outline: none;
}

input[type="password"] {
	font-family: initial;
}

input[type="date"] {
	color: #191f28;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	color: transparent;
	background: none;
	z-index: 1;
}

textarea:focus {
	outline: none;
}


/* Firefox */
input:-mos-input-placeholder {
color: #999;
}

  

button {
    padding: 0;
    border: 0;
	background-color: transparent;
    border-radius: 0;
    outline: 0;
    color: inherit;
    font-family: inherit;
    cursor: pointer;
}

em {
    font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}  
input, select, textarea, button {
	vertical-align: middle;
}

button, input[type="button"], input[type="submit"], input[type="reset"],
	input[type="file"] {
	border-radius: 0;
	-webkit-appearance: button;
}



audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background: #fff url(../img/ico/ico_select.png) right 10px center no-repeat;
}
select::-ms-expand {display:none}
address, caption, code, em, var {
	font-style: normal;
}


.blind,
legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}