.font-blue{
	color: #2159A8;
}
.font-red{
	color: #D2232B;
}
.img-logo{
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-indent{
	padding-left: 18px;
}
.box-main{
	width: 1200px;
	margin: 0 auto;
}
.box-gray{
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 0 15px 0;
	line-height: 25px;
	background-color: #E7E7E8;
	color: #2159A8;
	text-align: center;
	font-size: 18px;	
}
.box-title{
	position: relative;
	width: 200px;
	margin: auto;
	padding: 5px;
	z-index:2;
	border: solid 3px #2159A8;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	background-color: white;
	color: #2159A8;
}
.box-check{
	position: relative;
	padding: 40px 50px 30px 50px;
	top: -25px;
	z-index:1;
	border: solid 1px black;
}
.box-check-detail{
	display: flex;
	margin-top: 30px;
}
.box-check-img{
	width: 17%;
}
.box-content-img{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.box-check-content{
	width: 75%;
	line-height: 25px;
	margin-right: 50px;
	padding: 0 10px 30px;
}
.border-bottom{
	border-bottom: 1px solid black;
}
.list-tab{
	padding-left: 25px;
}

input[type=checkbox]{
	zoom: 1.5;
}
.box-external{
	margin: 10px 50px 100px;
	line-height: 20px;
	font-size: 15px;
}
.box-sign{
	margin: 50px 0 30px;
	line-height: 20px;
}
.box-sign-detail{
	margin-bottom: 20px;
}
.sign-title{
	width: 185px;
	border: 1px solid #2159A8;
	background-color: #2159A8;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.sign-column{
	display: flex;
	text-align: center;
	border: 1px solid black;
	border-bottom: none;
}
.sign-content{
	display: flex;
	border: 1px solid black;
}
#sign-border {
	border-right: 1px solid black;
	cursor: default;
}
.input-first{
	width: 186px;
}
.input-width{
	width: 190px;
}
.input-last{
	width: 40px;
	cursor: default;
}
.sign-column input[type=text]{
	height: 30px;
	border: none;
	text-align: center;
}
.sign-content input[type=text]{
	height: 120px;
	border: none;
	border-right: 1px solid black;
	text-align: center;
}
.box-submit{
	justify-content: center;
	text-align: right;
}
.box-submit button{
	width:70px;
	height:30px;
}
.box-bottom{
	width:100%;
	height: 50px;
	margin-top: 50px;
	padding: 30px 10px;
	background-color:#2159A8;
	color:white;
	text-align:center;
	line-height:25px;
}
button {
	cursor: pointer;
}
.column-center {
	margin: 0 auto;
}
.box-eraser-button {
	float: right;
	margin-top: 6px;
}
.eraser-button {
	border: none;
	background-color: gray;
	font-size: 14px;
	color: white;
	padding: 3px 6px !important;
	border-radius: 3px;
}