/*관심고객등록_01*/

.main_form {
	display: flex;
	justify-content: space-between;
}

.term_zone {
	width: 48%;
}

.text_area_zone {
	border: 1px solid #e4e4e4;
	overflow-y: scroll; 
	height: 365px;
	text-align: left;
	padding: 20px;
}

.radio_zone {
	margin-top: 20px;
}

.radio_zone strong,
.radio_zone span{
	margin-right: 10px;
}

.radio_zone label {
	cursor:pointer;
}

.board_form {
	border-top: 1px solid #e4e4e4;
}

.board_form .field_tr {
	font-size: 15px;
	border-bottom: 1px solid #e4e4e4;
}

.board_form .field_tr th {
	border-bottom: 1px solid #e4e4e4;
	width: 120px;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	vertical-align:middle;
	background-color: #f0f2f7;
	font-weight: bold;
}

.board_form td.field {
	font-size: 18px;
	padding: 10px;
	text-align:left;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	vertical-align:middle;
}

.board_form td.field.type span,
.board_form td.field.age span {
	display:inline-block;
}

.board_form td.field span label {
	margin-right: 20px;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}

.button_d {
	text-align: center;
   margin-top: 50px;
}

.button_d a.confirm {
	background-color: #151b6a;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	width: 300px;
	height: 66px;
	line-height:66px;
}


.board_form input[type='text']::placeholder {
	font-family: 'NotoSansKR-Light' !important;
}

.board_form input[type='text'],
.board_form input[type='tel'],
.board_form select {
	height: 45px;
	font-size:15px;
}

.form-group.flex.f01 {
	align-items: center;
}

.form-group.flex.f01 select,
.form-group.flex.f01 input{
	width: 31%;
}

.form-group.flex.f01 .hypen {
	display: block;
	width: 3.3333%;
	text-align: center;
}

.form-group.flex.f02 input{
	margin-right: 5px;
	width: calc(100% - 155px);
}


.w120 {
	width: 120px;
}

.w500 {
	width: 100%;
}

.board_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.find_tel {
	width: 100px;
	height: 45px;
	line-height: 35px;
	padding: 0;
	font-size: 15px;
	background-color: #C1A37A;
	color:#fff;
	margin-left: 5px;
}
#address {
	width: 100%;
}
.find_post {
	width: 150px;
	height: 45px;
	line-height: 35px;
	padding: 0;
	font-size: 15px;
	background-color: #494949;
	color:#fff;
	margin-left: 5px;
	font-family: 'NotoSansKR-Light' !important;
}

.container .board-table {
	width: 100%;
	border-top: 2px solid #252525;
	font-size: 14px;
	margin-bottom: 40px;
}

.container .board-table th,
.container .board-table td {
	padding: 10px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}