/* CSS Document */
html {
	width:100%;
	background:#eef5ff;
}
*,
*::before,
*::after {
	-webkit-text-size-adjust:none;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
hgroup,
nav,
section,
summary,
audio,
video,
button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	word-spacing:-1px;
	font-family: "Noto Sans KR", sans-serif;
	line-height:1;
	letter-spacing:-1px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block
}
strong,
b {
	font-weight:bold
}
ol,
ul {
	list-style:none
}
table {
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	empty-cells:show
}
table th,
table,
td {
	vertical-align:middle;
	text-align:center
}
img,
input,
select,
button {
	margin:0;
	padding:0;
	border:0;
	outline:0
}
button {
  cursor:pointer;
}
input{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-o-appearance:none;
	vertical-align:middle;
}
input[type="number"] {
  padding:10px;
}

img {
	max-width:100%;
	line-height:0
}
li,
dt,
dd { 
  line-height:0
}
address {
	font-style :normal;
	font-weight :normal
}
a {
	color:inherit
}
a,
a:visited,
a:hover,
a:active {
	text-decoration:none
}
footer {
	clear:both;
	position:relative;
	width:100%;
	height:143px;
	margin-top:-143px
}
th, td {
	display:table-cell
}

.red {
	color:#f96b6b;
}

input:checked[type="checkbox"] {
	-webkit-appearance: checkbox;
}
.align-items-bottom {
	align-items:end !important;
}