.added_file_wrap {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0;
	color: #787878;
	font-size: 14px;
}

.added_file_name.added_file {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/* 자동가입방지 */
.prevent-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 700px;
	background-color: #f9f9f9;
	padding: 20px;
	font-size: 14px;
}

.prevent-container #captchaImg {
	flex: none;
	height: 6rem;
}
.prevent-wrap {
	flex: 1;
	display: inline-block;
	padding-left: 20px;
}

.prevent-wrap > p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
}

.prevent-input {
	display: flex;
	align-items: center;
}

.prevent-input input[type="text"] {
	border: 1px solid gray;
	background-color: #fff;
	height: 40px;
	padding: 0 10px;
}

.prevent-input button {
	flex: none;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	text-decoration: underline;
	color: #aaa;
}

.captchaInfo {
	font-size: 14px;
}

.partner_inquiry_label {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #787878;
	background-color: #f8f8f9;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.partner_inquiry_label:hover,
.partner_inquiry_label:focus {
	background-color: #e8e8e8;
}

.captchaImg_wrap {
	position: relative;
	display: block;
	width: 303px;
	max-width: 100%;
	height: 64px;
	background-color: #999;
}

.captchaImg_wrap #captchaImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

@media (max-width: 767px) {
	.inquiry_contents .form_wrap_box .prevent-container {
		margin: 10px 0;
		flex-direction: column;
	}
	.prevent-wrap {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.prevent-wrap > p {
		margin-bottom: 6px;
	}
	.prevent-input input[type="text"] {
		line-height: 24px;
	}
}
