h1 {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	margin: 0 auto 30px auto;
}

h2 {
	width: fit-content;
	margin: 0px 0 0px 2px;
	font-size: 17px;
	font-weight: normal;
}

select {
	margin: 3px 0 0 0;
}

section{
	width: 98%;
	margin: 0 auto 20px auto;
}
section.sec_nameGender {
	display: flex;
	align-items: center;
}
input.input_name {
	margin: 3px 0 0 0;
}
select.input_sex {
	width: 78px;
	font-size: 18px;
	height: 56px;
}


section.sec_birthday {
	display: flex;
}

.input_year {
	width: 100px;
	margin-right: 4px;
}
.input_monthDay {
	width: 90px;
	margin-left: 10px;
	margin-right: 4px;
}

input.input_phone {
	width: 200px;
	margin: 3px 0 0 0;
}

.input_mailArea{
	display: flex;
	align-items: center;
	font-size: 24px;
}

.input_mailArea input[type="text"] {
	margin: 3px 3px 3px 0;
	font-size: 18px;
	height: 55px;
}
.input_mailArea select {
	margin: 0 0 0 3px;
	font-size: 16px;
	height: 56px;
	width: 100%;
	padding: 10px 15px 10px 6px;
}

.sec_password input {
	margin: 0 0 10px 0;
	width: 100%;
}


section.sec_TnC {
	background: #d8dfe2;
	padding: 30px 10px;
}


.TnC_txt {
	width: 100%;
	height: 150px;
	overflow-y: auto;
	background: #fff;
	font-size: 10px;
	padding: 5px;
}


.check_TnC_label{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
}

.check_TnC {
	width: 15px;
}


input[type="submit"] {
	display: block;
	width: 230px;
	text-align: center;
	margin: 0 auto;
	background: #d60101;
	color: #fff;
}



#registDone{
	animation:fadeInUp 0.2s ease-out 1 forwards;
}

#registDone h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 15px auto 20px;
}
.txt {
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 15px;
}


#registErr{
	animation:fadeInUp 0.2s ease-out 1 forwards;
}
#registErr h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 15px auto 20px;
}
#registErr button {
	margin: 30px auto 20px;
}

#registInvalidErr{
	animation:fadeInUp 0.2s ease-out 1 forwards;
}
#registInvalidErr h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 15px auto 20px;
}
#registInvalidErr button {
	margin: 30px auto 20px;
}



.TnC_txt h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 98%;
}

input[type="button"] {
    background: #d60000;
    color: #fff;
    text-align: center;
}

.errMsg {
	color: #d60000;
	text-align: center;
}





div#registConfirm {
	padding: 40px 10px;
}
.confirmInput {
	margin: 5px;
	border-bottom: 1px solid #eaeaea;
	font-size: 23px;
	color: #666666;
}

.confirmText {
	width: 100%;
	text-align: center;
	color: #d60000;
	font-size: 13px;
}
.baseWindow input[type="submit"] {
	text-align: center;
	border: 0;
	background: #d60000;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}
.confirmCancelBtn {
	margin: 20px auto;
	width: 230px;
	background: #97aab3;
}
div#confirm_sex {
	text-align: center;
	width: 70px;
	font-weight: bold;
}