.agree{
	background-color: white;
	overflow-y: scroll;
	width: 850px;
	height: 140px;

	margin: 0 auto;
}

.text{
	font-size: 12px;
}

td{
	padding: 10px;
}

.btn_font_color {
    color: #fff;
}

.inquiry_confirm_btn {
    width: 40%;
    font-size: 15pt;
    font-weight: bold;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 1em 2em;
    background-color: #002448;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}

.confirm_correction_btn {
    width: 250px;
    font-size: 15pt;
    font-weight: bold;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 1em 2em;
    background-color: #002448;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}

.confirm_submit_btn {
    width: 250px;
    font-size: 15pt;
    font-weight: bold;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 1em 2em;
    background-color: #002448;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
