.head-wrap{
	width: 100%;
}
.head-wrap img{
	width: 100%;
}

@media (max-width: 768px) {
	.con-wrap{
		width: 86%;
		margin: -40px 7% 180px 7%;
	}
}
@media (min-width: 768px) {
	.con-wrap{
		width: 86%;
		margin: -40px 7% 180px 7%;
	}
}
@media (min-width: 992px) {
	.con-wrap {
		width: 980px;
		margin: -40px auto 180px auto;
	}
}

@media (min-width: 1200px) {
	.con-wrap {
		width: 1200px;
		margin: -40px auto 180px auto;
	}
}

.con-container{
	position: relative;
	z-index: 1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.04), 0px 20px 25px -15px rgba(0, 0, 0, 0.1);
	padding: 44px 52px;
}
.con-title{
	color: #0059B3;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 48px;
}




@media (max-width: 768px) {
	.con-form-box{
		width: 100%;
		margin: 0 0 60px 0;
	}
}

@media (min-width: 768px) {
	.con-form-box{
		width: 350px;
		margin: 0 auto 106px auto;
	}
}

.con-form-item{
	width: 100%;
	height: 50px;
	border-radius: 8px;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 24px;
	margin-bottom: 36px;
}
.con-form-box  .con-form-item:last-child{
	margin-bottom: 0 !important;
}

.con-form-item input{
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	color: #727C8D;
	outline: none;
	border: unset;
	background: #F6F6F6;
}

.querybtn{
	width: 100%;
	height: 45px;
	cursor: pointer;
	background-color: #FBB726;
	border: unset;
	outline: unset;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 8px;
}
.con-detail-box{
	
	margin: 0 auto;
	/*display: flex;
	 flex-direction: column;
	justify-content: center;
	align-items: center; */
}

@media (max-width: 768px) {
	.con-detail-box{
		width: 100%;
	}
	
}

@media (min-width: 768px) {
	.con-detail-box{
		width: 380px;
	}
}



.con-detail-line{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.con-detail-line{
		
	}
}

@media (min-width: 768px) {
	.con-detail-line{
		display: flex;
		justify-content: space-between;
	}
}

.con-detail-line .title{
	color: #727C8D;
	
	margin-right: 24px;
}

@media (max-width: 768px) {
	.con-detail-line .title{
		margin-bottom: 6px;
	}
}

@media (min-width: 768px) {
	.con-detail-line .title{
		width: 100px;
	}
}

.con-detail-line .content{
	
	color: #0059B3;
}

@media (max-width: 768px) {
	.con-detail-line .content{
		
	}
}

@media (min-width: 768px) {
	.con-detail-line .content{
		width: calc(100% - 100px);
	}
}




@media (max-width: 768px) {
	.retbtn-wrap{
		
	}
}

@media (min-width: 768px) {
	.retbtn-wrap{
		display: flex;
		justify-content: space-between;
	}
}


.retbtn-wrap button{
	width: 100px;
	height: 45px;
	cursor: pointer;
	border-radius: 8px;
	background: #FBB726;
	display: flex;
	justify-content: center;
	align-items: center;
	border: unset;
	outline: none;
	color: #fff;
	font-size: 14px;
	
}

@media (max-width: 768px) {
	.retbtn-wrap button{
		margin: 12px 0 0 0;
	}
}

@media (min-width: 768px) {
	.retbtn-wrap button{
		margin: 12px 30px 0 0;
	}
}


