/* header */
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* red */
.c-red {
	color: #f20013;
}

/* tag */
.ng-tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	font-size: 12px;
	color: #1684d1;
	border-radius: 3px;
	border: solid 1px #1684d1;
}

/* button */
button[type='defult'] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: .9rem;
	line-height: 1;
	background-color: #f20013;
	border-radius: 4px;
	border: none;
	font-size: 18px;
	color: #fff;
}
