@charset "utf-8";
/***** RESET *****/
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,
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,
section,
summary,
textarea,
time,
mark,
audio,
video,
select,
button,
input {
	color: #656c7a;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5em;
	font-style: normal;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", sans-serif;
	-webkit-tap-highlight-color: transparent;
}

body {
	overflow-x: hidden;
}
* {
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
img {
	max-width: 100%;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	cursor: pointer;
}
input:focus,
textarea:focus {
	outline: 0;
}
input::placeholder,
textarea::placeholder {
	color: #b6bbc2;
	opacity: 1;
}

/*** Var ***/
:root {
	--primary: #e69c84;
	--primary-hover: #c87a5b;
	--navy: #656c7a;
	--navy-hover: #414755;
	--stroke: #e3e3e3;
	--red: #eb5757;
	--back: #f6f7f9;
	--text: #757f8d;
	--silver: #f6f7f9;
}
