/* ect css */

.user_content .title {
	padding-top: 50px;
	text-align: left;
}

.user_content .title h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.user_content .title p {
	font-size: 15px;
	color: #999;
}

.user_content .title .icon {
	position: absolute;
	right: 0;
	top: 50px;
}

.btn_box.flex_2 {
	display: flex;
	align-items: center;
	gap: 5px;
}

.btn_box.flex_2 .user_btn {
	width: 157.5px;
	border: 1px solid #353535;
	background-color: #fff;
	color: #353535;
	cursor: pointer;
}

.btn_box.flex_2 .user_btn.save_btn {
	background-color: #004AD3;
	color: #fff;
	border-color: #004AD3;
}

.ect_content .inner {
	max-width: 1160px;
	padding: 0 20px;
	padding-top: 35px;
	margin: auto;
}

.ect_content .term_box {
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-radius: 7px;
}

.ect_content .term_box .term_title {
	padding-bottom: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.ect_content .term_box .term_title img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.ect_content .term_box .term_content {
	font-size: 12px;
	line-height: 140%;
	height: 486px;
	overflow-y: auto;
}

@media(max-width: 991px) {

	.user_content .title {
		padding-top: 55px;
	}

	.user_content .title .icon {
		top: 55px;
	}
}