
/**# SECTION 14 **/
#Section15Wrap {
	width: 100%;
	background-image: url('../img/Section15_Bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
	font-size: 21px;
	padding-bottom: calc(var(--floating-height) + 80px);
	word-break: keep-all;
}

#Section15Wrap .section15-container {
    width: 1080px;
    text-align: left;
    padding-top: 100px;
}

#Section15Wrap .section15-title {
	font-size: 49px;
	letter-spacing: -1px;
	font-family:var(--bombaram-font);
	color: var(--point-green);
	margin-bottom: 15px;
	font-weight:500;
	padding-left:5px;
}

#Section15Wrap .section15-subtitle {
	font-weight:500;
	padding-left:5px;
	color:#696864;
	letter-spacing: -1px;
	line-height: 150%;
}

#Section15Wrap .section15-notice {
	margin-bottom: 45px;
	color:#e80909;
	font-weight:600;
	padding-left:5px;
	line-height: 150%;
}

#Section15Wrap .section15-input-group {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 45px;
}
#Section15Wrap .section15-input-item {
    display: flex;
    width: 100%;
    flex-direction: row;
	align-items: center;
}

#Section15Wrap .section15-input-subject {
	width:150px;
	font-size:19px;
	font-weight:500;
}

#Section15Wrap .asterisk {
	color: #e80909;
}

#Section15Wrap input {
	max-width: 525px;
	width: 100%;
    border-radius: 0;
	height:80px;
	padding:10px 20px;
	/* border: none; */
	font-size:18px;
	font-family:var(--basic-font);
	border: 1px solid #3b3838;
	box-sizing: border-box;
}

#Section15Wrap textarea {
	width:890px;
    height: 260px;
	padding:20px;
    resize: none;
	/* border:none; */
	font-size:18px;
	font-family:var(--basic-font);
	border: 1px solid #3b3838;
	box-sizing: border-box;
}

#Section15Wrap input:focus, #Section15Wrap  textarea:focus {
	border-color: #ff7f50; /* 코랄색 포인트 */
	box-shadow: 0 0 10px rgba(255, 127, 80, 0.5);
	outline: none; /* 기본 브라우저 아웃라인 제거 */
}

#Section15Wrap .section15-submit-btn-line {
    display: flex;
    justify-content: center;
}
#Section15Wrap .section15-submit-btn {
    width: 220px;
    height: 70px;
    background-color: var(--point-green);
    color: white;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    font-size: 30px;
	font-weight:500;
	transition: opacity 0.3s ease;
}

#Section15Wrap .section15-submit-btn:hover {
	
	opacity: 0.8;
}
.section15-input-content {
	flex: 1;
}
#Section15Wrap .section15-input-item.text {
	align-items: flex-start;
}
#Section15Wrap .section15-input-item.text .section15-input-subject {
	padding-top: 24px;
}

/* 1800px */
@media screen and (max-width:1800px){
	
} /* 1800px */


/* 1600px */
@media screen and (max-width:1600px){
	
} /* 1600px */

/* 1400px */
@media screen and (max-width:1400px){
	#Section15Wrap .section15-input-subject {
		width: 150px;
		font-size: 19px;
		font-weight: 500;
	}
	#Section15Wrap .section15-input-item.text .section15-input-subject {
		padding-top: 20px;
	}
	#Section15Wrap input {
		font-size: 18px;
	}
} /* 1400px */

/* 1200px */
@media screen and (max-width:1200px){
	#Section15Wrap .section15-container {
		max-width: 900px;
		width: 90%;
		padding-top: 60px;
	}
	#Section15Wrap input {
		padding: 10px 20px;
		font-size: 18px;
		height: 60px;
	}
	#Section15Wrap textarea {
		width: 100%;
		padding: 20px;
		resize: none;
		font-size: 18px;
		font-family: var(--basic-font);
	}
} /* 1200px */

/* 970px */
@media screen and (max-width:970px){
} /* 970px */

/* MOBILE */
/* 768px */
@media screen and (max-width:768px){
	#Section15Wrap {
		padding-bottom: 70px;
	}
	#Section15Wrap .section15-container {
		height: auto;
	}
	#Section15Wrap {
		font-size: 16px;
	}
	#Section15Wrap .section15-input-group {
		display: flex;
		flex-direction: column;
		gap: 18px;
		margin-bottom: 45px;
		width: 100%;
	}
	#Section15Wrap textarea {
		width: 100%;
		height: 255px;
		padding: 20px;
		font-size: 17px;
	}
	#Section15Wrap input {
		max-width: 250px;
		height: 60px;
		padding: 10px 20px;
		font-size: 17px;
	}
	#Section15Wrap .section15-submit-btn {
		width: 208px;
		height: 66px;
		font-size: 24px;
	}

} /* 768px */

/* 540px */
@media screen and (max-width:540px){
	#Section15Wrap .section15-input-item {
		flex-wrap: wrap;
	}
	#Section15Wrap .section15-title {
		font-size: 40px;
		margin-bottom: 15px;
		padding-left: 5px;
	}
	#Section15Wrap .section15-subtitle {
		font-size: 16px;
	}
	#Section15Wrap .section15-notice {
		font-size: 14px;
		margin-bottom: 35px;
	}
	#Section15Wrap .section15-input-subject {
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#Section15Wrap input {
		width: 90%;
		height: 45px;
	}
	#Section15Wrap textarea {
		width: 100%;
		height: 197px;
	}
	#Section15Wrap .section15-submit-btn {
		width: 151px;
		height: 43px;
		font-size: 20px;
	}
	.section15-input-content {
		flex: auto;
	}
	#Section15Wrap .section15-input-item.text .section15-input-subject {
		padding-top: 0;
	}
} /* 540px */

/* 480px */
@media screen and (max-width:480px) {
	
} /* 480px */

/* 360px */
@media screen and (max-width:360px) {
	#Section15Wrap .section15-subtitle {
		font-size: 16px;
	}
	#Section15Wrap .section15-notice {
		font-size: 16px;
	}
} /* 360px */

/* 320px */
@media screen and (max-width:320px) {

} /* 320px */