@charset "UTF-8";
html {
	font-size: 10px;
}

.filebox .upload-name {
	display: inline-block;
	padding: 7px 16px;
	width: 90%;
	background-color: #f3f3f3;
	vertical-align: middle;
	border: 2px solid #dfdfdf;
	color: #999999;
}

.filebox label {
	display: inline-block;
	width: 110px;
	padding: 7px 16px;
	color: #fff;
	vertical-align: middle;
	background-color: #dfdfdf;
	cursor: pointer;
	margin-left: 10px;
}

.filebox input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}

/* The container must be positioned relative: */
.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select select {
	display: none;
	/*hide original SELECT element: */
	width: 95%;
}

.select-selected {
	background-color: #fff;
}

/* Style the arrow inside the select element: */
/* .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  } */
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
	color: #3a3a3a;
	font-size: 16.67px;
	padding: 11px 13px;
	border: 2px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	width: 94% !important;
}

.select-selected {
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	background: url("../img/contact/arrow_select.png") no-repeat 95% 50%;
	width: 94% !important;
}

.select-last-item {
	border-bottom: 2px solid #dfdfdf;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-bottom: 2px solid #dfdfdf;
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: #f3f3f3;
	cursor: pointer;
}

/* 220516 add */
.form-textarea {
	border: none;
	border-bottom: 2px solid #dfdfdf;
}

input:focus {
	outline: none;
}

.form-textarea:focus {
	outline: none;
}

input.form-desc {
	border-bottom: 2px solid #dfdfdf;
}

.form-title {
	font-size: 25px;
	margin-bottom: 27px;
	color: #3a3a3a;
}

.form-desc {
	font-size: 16.67px;
	color: #acacac;
	padding: 10px 0;
}

.form-upload {
	font-size: 16.67px;
	color: #2b2a2a !important;
	padding: 10px 0;
	border: 2px solid #dfdfdf !important;
	background-color: #fff !important;
	margin-left: 7px !important;
}

.form-content {
	height: 320px;
}

select::-ms-expand {
	display: none;
}

.form-select-title {
	font-size: 25px;
	margin-bottom: 25px;
	color: #3a3a3a;
}

.select {
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16.67px;
	color: #3a3a3a;
	padding: 11px 13px;
	border: 1px solid #dfdfdf;
	background: url("../img/contact/arrow_select.png") no-repeat 95% 50%;
}

/* contact */
.main-contact {
	position: relative;
	top: 74px;
}

.main-contact .banner-contact {
	margin-top: 5rem;
	margin-bottom: 4rem;
}

.form-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form-contact button {
	border: none;
	margin: 69px 0 249px;
	border-radius: 3rem;
	padding: 12px 83px;
	font-size: 2.5rem;
	background-color: #4a4a4a;
	color: #fff;
	display: inline-block;
}

input {
	border: none;
	border-bottom: 2px solid #dbdbdb;
}

input[type="file"] {
	background-color: #f3f3f3;
	border: none;
}

.form-contact div {
	width: 100%;
}

.first-input-wrapper-contact {
	display: flex;
	margin: 1rem;
}

.input-contact {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.bg_contact_hero {
	font-size: 6.25rem;
	font-weight: 900;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
	background-image: url(../img/contact/bg_contact.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 사업문의 */
.main-contact .business_title_wrap {
	background-image: url(../img/contact/bg_contact_01.png);
	background-position: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10.2rem 0 10.6rem;
	padding: 5.6rem 0 5.1rem;
	background-color: #ffe7ea;
}

.main-contact .title_business {
	font-size: 4.16rem;
	font-weight: 900;
	color: #201f1f;
}

.main-contact .desc_business {
	font-size: 1.6rem;
	font-weight: 400;
	color: #201f1f;
}

.hr_title_wrap {
	background-image: url(../img/contact/bg_hr_01.png);
	background-position: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10.2rem 0 10.6rem;
	padding: 5.6rem 0 5.1rem;
	background-color: #e5e9fb;
}

.hr_title_wrap .desc_business {
	font-size: 1.6rem;
	font-weight: 400;
	color: #201f1f;
}

@media screen and (max-width: 1200px) {
	.bg_contact_hero {
		font-family: Pretendard;
		font-size: 21.5px;
		font-weight: 900;
		line-height: 1.14;
		color: #fff;
		height: 226px;
	}
	.main-contact {
		top: 0;
		padding: 52px 0 97px;
	}
	.main-contact .business_title_wrap,
	.main-contact .hr_title_wrap {
		margin: 32px 0 0;
		padding: 21px 42px 18px;
	}
	.main-contact .hr_title_wrap {
		margin-top: 85px;
	}
	.main-contact .title_business {
		font-family: NotoSansCJKkr;
		font-size: 14.5px;
		font-weight: 900;
		line-height: 1.69;
		color: #201f1f;
	}
	.main-contact .desc_business {
		position: relative;
		font-family: NotoSansCJKkr;
		font-size: 8.5px;
		line-height: 2.88;
		color: #201f1f;
		margin-top: -4px;
	}
	.form-contact {
		padding: 22px 42px 0;
	}
	.form-contact .form-title,
	.form-contact .form-select-title {
		font-family: NotoSansCJKkr;
		font-size: 12px;
		font-weight: 500;
		line-height: 2.45;
		color: #3a3a3a;
		margin-bottom: -8px;
	}
	.form-contact .form-desc {
		padding: 3px 0;
		border-bottom-width: 1px;
	}
	.form-contact .form-desc::placeholder {
		font-family: NotoSansCJKkr;
		font-size: 8.5px;
		line-height: 2.88;
		color: #acacac;
	}
	.form-contact .form-textarea {
		height: 100px;
		resize: none;
	}
	.form-contact button {
		font-family: NotoSansCJKkr;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.1px;
		color: #fff;
		line-height: 22px;
		padding: 0 27px;
		border-radius: 10.4px;
		background-color: #4a4a4a;
		margin: 23px 0 0;
	}
	.hr_title_wrap {
		margin: 86px 0 0;
	}
	.select-selected {
		margin-top: 11px;
		background-size: 6px 5px;
	}
	.select-selected,
	.select-items div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 3px 6px;
		font-family: NotoSansCJKkr;
		font-size: 8.5px;
		font-weight: 500;
		color: #3a3a3a;
	}
	.filebox {
		height: 24px;
		margin-top: 11px;
	}
	.filebox .form-upload,
	.filebox .upload-name {
		font-family: NotoSansCJKkr;
		font-size: 8.5px;
	}
	.filebox .upload-name {
		color: #acacac;
		padding: 8px 7px 6px;
	}
	.filebox .form-upload {
		color: #2b2a2a;
		width: auto;
		flex-shrink: 0;
		padding: 4px 10px;
	}
	/* contact */
	.main-contact .banner-contact {
		margin-top: 3.2rem;
	}
	.first-input-wrapper-contact {
		flex-direction: column;
	}
	.form-contact {
		padding: 0px 38px;
	}
	.form-title {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.form-desc {
		font-size: 14px;
		padding: 8px 0;
	}
	.first-input-wrapper-contact {
		margin-bottom: 0;
	}
	.form-content {
		height: 200px;
	}
	.main-contact .banner-contact {
		margin-bottom: 0;
	}
	.form-select-title {
		font-size: 16px;
		margin-bottom: 16px;
	}
}
/*# sourceMappingURL=contact.css.map */
