#section07 {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	max-width: 720px;
	margin: 0 auto;
}

#section07 h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

#section07 p.description {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}

#section07 .table-wrap {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#section07 .table-wrap th,
#section07 .table-wrap td {
	border: 1px solid #000;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

#section07 .table-wrap td.left {
	background-color: #f2f2f2;
	font-weight: bold;
	text-align: left;
}

#section07 .section-title {
  font-weight: bold;
  margin: 20px 0 10px;
  font-size: 15px;
  text-align: left; /* ← 이 부분 추가 또는 수정 */
}


#section07 .small-note {
	font-size: 13px;
	color: #333;
	margin-bottom: 5px;
}

#section07 .info-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

#section07 .info-table th,
#section07 .info-table td {
	border: 1px solid #999;
	padding: 8px;
	text-align: center;
}

#section07 .checkbox-line {
	margin: 20px 0;
	font-size: 14px;
}

#section07 .checkbox-line input[type="checkbox"] {
	transform: scale(1.2);
	margin-right: 5px;
	vertical-align: middle;
}

#section07 .btn-address {
	display: inline-block;
	padding: 5px 10px;
	background-color: #1e88e5;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	margin-left: 10px;
	cursor: pointer;
	text-decoration: none;
}