@charset "UTF-8";

/* @font-face {
	font-family: NotoSansKR-Bold;
	src: url("../font/NotoSansKR-Bold.ttf") format("truetype");
} */

@font-face {
	font-family: NotoSansKR-Normal;
	src: url("../font/NotoSansKR-Normal.ttf") format("truetype");
}

@keyframes fadein {
	from {opacity:0;}
	to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
	from {opacity:0;}
	to {opacity: 1;}
}
@-moz-keyframes fadein { /* Firefox */
	from {opacity:0;}
	to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {opacity:0;}
	to {opacity:1;}
}

body {
	font-family: NotoSansKR-Normal;
	animation: fadein 300ms ease-in;
	-o-animation: fadein 300ms ease-in; /* Opera */
	-moz-animation: fadein 300ms ease-in; /* Firefox */
	-webkit-animation: fadein 300ms ease-in; /* Safari and  Chrome */
}

.datetime_form label {
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.radioBox {
	margin: auto;
}

.table {
	border-bottom: 1px solid #dee2e6;
	table-layout: fixed;
	text-align: center;
} 

.table input {
	text-align: center;
}