.inquiry_box ul li.terms_li {
	width: 100% !important;
	clear: both;
	display: block;
}

.inquiry_box ul li.terms_li .terms_box {
	width: 100%;
	margin-top: 2px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.inquiry_box ul li.terms_li .terms_header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	box-sizing: border-box;
}

.inquiry_box ul li.terms_li .terms_label {
	width: auto !important;
	max-width: none !important;
	display: flex !important;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	cursor: pointer;
	white-space: nowrap;
}

.inquiry_box ul li.terms_li .terms_label input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	margin: 0;
	flex: 0 0 auto;
}

.inquiry_box ul li.terms_li .terms_label span {
	display: inline-block;
	width: auto !important;
	max-width: none !important;
	white-space: nowrap;
	line-height: 1.4;
}

.inquiry_box ul li.terms_li .terms_toggle {
	margin-left: auto;
	border: none;
	background: transparent;
	cursor: pointer;
	width: 32px;
	height: 32px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.inquiry_box ul li.terms_li .terms_arrow_img {
	width: 24px;
	height: 24px;
	display: block;
}

.inquiry_box ul li.terms_li .terms_content {
	border-top: 1px solid #f0f0f0;
	background: #ffffff;

	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 16px;

	box-sizing: border-box;

	transition:
		max-height 0.45s ease,
		opacity 0.3s ease,
		padding-top 0.3s ease,
		padding-bottom 0.3s ease;
}

.inquiry_box ul li.terms_li .terms_content.open {
	max-height: 292px;
	opacity: 1;
	padding: 16px;
}

.inquiry_box ul li.terms_li .terms_body {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	word-break: break-all;

	max-height: 260px;
	overflow-y: auto;
}

.inquiry_box ul li.terms_li .terms_body {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	word-break: break-all;
}

.inquiry_box ul li.terms_li .terms_body p {
	margin-bottom: 10px;
}

.inquiry_box ul li.terms_li .terms_body table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}

.inquiry_box ul li.terms_li .terms_body th,
.inquiry_box ul li.terms_li .terms_body td {
	border: 1px solid #ddd;
	padding: 8px;
}