@charset 'UTF-8';

* { box-sizing:border-box;}

html, body, div, 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 , input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color:#353C46;
	font-family: 'Pretendard';
	font-weight:400;
	line-height: 1.4;
	word-break:break-all;
}
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: collapse;
	border-spacing: 0;
}
input, select, textarea, button {
	border: none;
	padding: 0;
	border-radius: 0;
	vertical-align: middle;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:active, a:hover, a:focus{
	text-decoration:none
}
html {
  box-sizing: border-box;
}
button {
  cursor:pointer;
}

*, *::before, *::after {
  box-sizing: inherit;
}
button,input[type='text'],input[type='search'],input[type='email'],input[type='password'],input[type='tel'],input[type='num'],input[type='button'],input[type='submit'],input[type='reset'],input[type='file']{
	-webkit-appearance:none;border-radius:0;
}
input[type=text]::-ms-clear {
    display: none;
}
textarea {
	resize:none;
}
button {
	background: transparent;
}
input:focus { 
	outline:none!important;
}
*:focus { 
	outline:none!important;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type='text']::placeholder { color:#BAC1CB; }
input[type='email']::placeholder { color:#BAC1CB; }
input[type='password']::placeholder { color:#BAC1CB;}
input[type='number']::placeholder { color:#BAC1CB;}
input[type='tel']::placeholder { color:#BAC1CB;}
input[type='button']::placeholder { color:#BAC1CB; }
input[type='submit']::placeholder { color:#BAC1CB; }
input[type='reset']::placeholder { color:#BAC1CB; }
input[type='file']::placeholder { color:#BAC1CB; }
input[type='search']::placeholder { color:#BAC1CB; }

textarea::placeholder { color:#BAC1CB; }

input[type='text']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='email']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='password']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='number']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='tel']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='button']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='submit']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='reset']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='file']::-webkit-input-placeholder { color:#BAC1CB; }
input[type='search']::-webkit-input-placeholder { color:#BAC1CB; }
textarea::-webkit-input-placeholder { color:#BAC1CB; }

input[type='text']:-ms-input-placeholder { color:#BAC1CB; }
input[type='email']:-ms-input-placeholder { color:#BAC1CB; }
input[type='password']:-ms-input-placeholder { color:#BAC1CB; }
input[type='number']:-ms-input-placeholder { color:#BAC1CB; }
input[type='tel']:-ms-input-placeholder { color:#BAC1CB; }
input[type='button']:-ms-input-placeholder { color:#BAC1CB; }
input[type='submit']:-ms-input-placeholder { color:#BAC1CB; }
input[type='reset']:-ms-input-placeholder { color:#BAC1CB; }
input[type='file']:-ms-input-placeholder { color:#BAC1CB; }
input[type='search']:-ms-input-placeholder { color:#BAC1CB; }

textarea:-ms-input-placeholder { color:#BAC1CB; }






