﻿/* reset */
@charset "utf-8";
html, body, div, span, applet, object, iframe, p, blockquote, address, big, cite, code, del, dfn, em, img, samp, small, strike, strong, sub, sup, b, u, i,
fieldset, form, legend, input, input,select,textarea,
table, caption, tbody, tfoot, thead, tr, th, td,ul,
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;
	vertical-align:baseline;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	box-shadow: none;
	line-height: 1;
}
html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align:top;
}
/* list */
ol, ul, dl {
	list-style: none;
}
/* Form Control */
input,
textarea,
select{
	vertical-align:middle;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="number"],
input[type="file"],
select,
textarea {
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {	
	resize: none;
}
/*IE*/
input[type=date]::-ms-clear,
input[type=text]::-ms-clear {
    display: none;
}
/*크롬*/
select::-ms-expand,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
	display: none;
}
input[type=submit],
input[type=button]{
	cursor:pointer;
}
/* link */
a {
	cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
figure {
	padding: 0px;
	margin: 0px;
}


