	#edu_consult{
		width: 100%;
		max-width: 680px;
		margin:220px auto 80px auto;
		border:7px solid #10305b;
	}
	.edu_consult_title {
		display: flex;
		width: 100%;
		background: #10305b;
		justify-content: center;
		align-items: center;
		padding: 15px 10px;
	}
	.edu_consult_title h2 {
		color: white;
		font-size: 18px;
		font-weight: 900;
	}
	.edu_consult_title a {
		color: white;
		font-size: 14px;
		font-weight: 700;
	}

	.edu_consult_desc {
		color: #7b7b7b;
		font-weight: 900;
		background-color: #eee;
		padding: 20px;
		text-align: center;
		font-size: 14px;
	}
	.edu_consult_desc p {
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 15px;
	}
	.edu_consult_input_desc {
		margin-top: 5px;
		background-color: #eee;
		color: red;
		padding: 10px 15px;
	}

	.edu_consult_input_wrap {
		padding: 20px;
	}
	
	.edu_consult_input_wrap ul{
		width: 100%;
	}
	.edu_consult_input_wrap ul li {
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin-bottom: 15px;
	}
	.edu_consult_input_wrap ul li label{
		color: #333;
		font-weight: 800;
		font-size: 14px;
	}
	.edu_consult_input_wrap label strong{
		font-size: 12px;
		color: red;
		font-weight: normal;
	}
	.edu_consult_input_wrap #cl_contents {
		height: 100px;
    	resize: none;
    	border: 1px solid #ccc;
	}
	.consult-btn-wrap {
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}
	.consult-btn {
		padding: 10px 20px;
		background-color: #10305b;
		color: white;
		font-weight: bold;
		border: none;
		border-radius: 7px;
		font-size: 18px;
	}

	.box_style1_wrap {
		border-bottom: 1px solid #ccc;
	}

	.box_style1 {
		display: flex;
		padding: 15px 0;
		justify-content: space-between;
		font-size: 16px;
		color: #454545;
		font-weight: bold;
	}
	.required_consent_label {
		cursor: pointer;
	}
	.box_style1_more {
		cursor: pointer;
	}

	.box_style1_content {
		padding-bottom: 15px;
		font-size: 14px;
		color:#454545;
	}

	.box_style1_desc {
		font-size: 14px;
		color: #a3a3a3;
	}

