@charset "UTF-8";

.contact_title {
	background: url('/images/jium/notice_bg.png');
	height: 480px;
	text-align: center;
}

.contact_title h1 {
	height: 413px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 90px;
	font-weight: 200;
	line-height: 107px;
	color: #ffffff;
}

.contact_title h1 span.tit {
	position: relative;
	display: inline-block;
}

.contact_title h1 span.tit::after {
	content: '';
	width: 21px;
	height: 21px;
	background-color: #92fccf;
	border-radius: 50%;
	position: absolute;
	right: 21%;
	top: 15px;
	display: inline-block;
}

.contact_title h1 span.txt {
	display: block;
	margin-top: 19px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	font-size: 20px;
}

.contact_wrap {
	margin-top: 101px;
	margin-bottom: 180px;
	text-align: center;
}

.contact_wrap .title_box .inner {
	max-width: 940px;
}

.contact_wrap .title_box {
	text-align: center;
}

.contact_wrap .title_box .title {
	font-size: 35px;
	font-weight: 800;
	line-height: 35px;
	color: #004952;
	margin-bottom: 10px;
}

.contact_wrap .title_box span {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #272727;
	display: block;
}

.contact_wrap .contact_list {
	margin-top: 70px;
	width: 500px;
	text-align: left;
	display: inline-block;
}

.contact_wrap .contact_list .item {
	margin-bottom: 20px;
}

.contact_wrap .contact_list .item:last-child {
	margin-bottom: 0;
}

.contact_wrap .contact_list .item span {
	display: inline-block;
	color: #2E2E36;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
}

.contact_wrap .contact_list .item span.essential {
	color: #148998;
	margin-left: 2px;
}

.contact_wrap .contact_list .item .input {
	border: 1px solid #B5B7BF;
	border-radius: 4px;
	padding: 0 10px;
	display: block;
	width: 100%;
	height: 34px;
	box-sizing: border-box;
}

.contact_wrap .contact_list .item .input:focus {
	outline: none;
}

.contact_wrap .contact_list .item textarea.input {
	padding: 10px 10px;
	height: 295px;
	resize: initial;
	font-family: Pretendard;
}

.contact_wrap .contact_list .item .ck_list {
	margin-top: 5px;
}

.contact_wrap .contact_list .item .ck_list .ck_item {
	display: inline-block;
	margin-left: 19px;
}

.contact_wrap .contact_list .item .ck_list .ck_item:first-child {
	margin-left: 0;
}

.contact_wrap .contact_list .item .ck_list .ck_item .ck_input {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #B5B7BF;
	margin: 0;
}

.contact_wrap .contact_list .item .ck_list .ck_item span {
	line-height: 16px;
	vertical-align: 3px;
	font-family: Pretendard;
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px
}

.contact_wrap .contact_list .col1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.contact_wrap .contact_list .col1 .item {
	width: 49%;
}

.contact_wrap .contact_list .list_btn {
	cursor: pointer;
	display: inline-block;
	height: 42px;
	line-height: 45px;
	border-radius: 4px;
	background-color: #004952;
	padding: 0 40px;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
	color: #fff;
	border: 0;
}

@media ( max-width :700px) {
	.contact_title {
		height: 386px;
	}
	.contact_title h1 {
		height: 334px;
		font-size: 60px;
		line-height: 72px;
	}
	.contact_title h1 span.tit::after {
		content: '';
		width: 14px;
		height: 14px;
		right: 20%;
		top: 8px;
	}
	.contact_title h1 span.txt {
		font-size: 16px;
	}
	.contact_wrap .title_box .title {
		font-size: 30px;
	}
	.contact_wrap .title_box span {
		font-size: 14px;
		line-height: 22px;
	}
	.contact_wrap .contact_list {
		width: 100%;
	}
	.contact_wrap .contact_list .item {
		margin-bottom: 30px;
	}
	.contact_wrap .contact_list .item .input {
		height: 44px;
	}
	.contact_wrap .contact_list .item span {
		font-size: 16px;
		line-height: 22px;
	}
	.contact_wrap .contact_list .item .ck_list .ck_item {
		display: block;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.contact_wrap .contact_list .item .ck_list .ck_item:first-child {
		margin-top: 20px;
	}
	.contact_wrap {
		margin-bottom: 100px;
	}
	.contact_wrap .contact_list .list_btn {
		height: 46px;
		line-height: 49px;
	}
}