/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, 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;
	font-size: 100%;
	font: inherit;
	font-family: "Poppins","Noto Sans KR","AppleSDGothicNeo", sans-serif;
	vertical-align: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}
button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button[disabled] {
	background-color: #f5f5f5 !important; border:1px solid #ccc !important;
	color: #999 !important;
}
button:focus,
html input[type="button"]:focus, /* 1 */
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none !important;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label{opacity: 0.6;}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"].datepicker:focus{
	outline:none;
	box-shadow: 0 0 0 1px #3167ff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus,input[type="email"]:focus {
	outline:none;
	box-shadow: 0 0 0 1px #3167ff;
}
input[type="text"], input[type="password"], input[type="number"],input[type="email"] {
	width: 100%; height: 35px; padding: 0 16px;
	border:solid 1px #ddd; border-radius: 4px;
	font-size: 12px; color:#292929;
	vertical-align: inherit;
}
/* input[type="password"] {font-size: 20px;} */

input::-ms-input-placeholder { 
	color: #999; 
}
input::-webkit-input-placeholder { 
	color: #999; 
}
input::-moz-placeholder  { 
	color: #999; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea{
	width: 100%; min-height: 70px; padding:5px 10px;
	border:1px solid #e4e4e4; border-radius: 4px;
	resize: vertical;
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
textarea.byteCheck{width: calc(100% - 130px);}
textarea:disabled {background-color: #efefef;}

select {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	height: 28px; 
	font-size: 12px; vertical-align: inherit;
}

a {text-decoration:none;}
address {font-style:normal;}
caption {display:none}

strong {font-weight: bold;}
small {font-size: 0.825em; vertical-align: text-bottom;}

h1 {font-size: 40px; font-weight: bold;}
h2 {font-size: 32px; font-weight: bold;}
h3 {font-size: 28px; font-weight: bold;}
h4 {font-size: 24px;}
h5 {font-size: 16px;}
h6 {font-size: 16px;}

.clearFix::after{
	content: "";
	display: block;
	clear: both;
}
