
input:focus, textarea:focus { outline: none; }

/* ================================= */
/*  	 	기관용 문의 페이지			 */
/* ================================= */
#ag_inquiry {background:#fff;}
.inquiry_inner {max-width:96rem;padding: 0 2rem;margin: 0 auto;}
#inquiry {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 28rem 0 22.9rem;
    flex-direction: column;
}
#inquiry .title_box {width:100%;text-align:left;}
#inquiry .s_Title {font-size: 2.4rem;font-weight: 700;line-height: 2.9rem;color: #51CED3;}
#inquiry .b_Title {font-size: 6rem;font-weight: 700;line-height: 8rem;color: #222;margin-top:2rem; }
.inqut_area {margin: 20rem 0 10rem;width:100%;}
.inqut_title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
	text-align: left;
	margin-bottom:2rem;
}
.inq-field {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-top: 0rem;
}

.inq-field label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.2rem;
	color: #999999;
	transition: all 0.3s ease-in-out;
}

#ag_inquiry .inq-field input:not(input[type="checkbox"]):valid~label, #ag_inquiry .inq-field input:not(input[type="checkbox"]):focus~label {
    font-family: Pretendard;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    top: 0%;
}

.inq-field input[type="text"] {
    text-align: left;
	height: 6rem;
    padding: 0;
    width: 100%;
    border: none;
	border-radius: 0;
	font-family: 'Pretendard';
    border-bottom: 1px solid #EEE;
}
.inq-field input::placeholder {font-size: 1.8rem;font-weight: 400;line-height: 2.2rem;color: #999999;}
.inq-field input {color: #222;font-size: 1.8rem;font-weight: 400;line-height: 2.2rem;}
.inqut_area.textarea {margin:0;}
.inq-field input::placeholder, .inq-field.in_qna textarea::placeholder {color: #999999;font-size: 1.8rem;font-weight: 400;line-height: 2.2rem;}
.inq-field.in_qna textarea {
	font-family: 'Pretendard';
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #222;

	resize: none;
    height: 30rem;
	border-radius: 6px;
	padding: 2rem;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}
.inq_bottom {display: flex;margin-top: 2.2rem;align-items: center;}
.inq_bottom #pricheck {position: relative;height: 14px;width: 14px;margin: 0;}

.inq_bottom input::before {
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    background: url(../img/check_box.jpg) no-repeat center/cover;
    background-color: #fff;
}
.inq_bottom input[type="checkbox"]:checked:after {
    content: '';
    top: 50%;
    left: 0px;
    width: 14px;
    height: 14px;
    background: red;
    position: absolute;
    transform: translateY(-50%);
    background: url(../img/checked_box.jpg) no-repeat center/cover;
    background-color: #ffff;
}
.inq_bottom label {
    display: flex;
    bottom: inherit;
    margin-left: 0px;
    position: relative;
    align-items: center;
    align-items: flex-end;
}
p.check {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding-left: 0.8rem;
	padding-right: 0.4rem;
	color: #333333;
	cursor:pointer;
}
.cs_txt {
	color:rgba(153, 153, 153, 1);
	font-family: Pretendard;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	position:relative;
	text-decoration: underline;
}
#ag_inquiry button{
	border:none;
	border-radius: 6px;
	font-family: Pretendard;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	color:#fff;
	padding:2.2rem 7rem;
	background: #30CDD4;
    margin: 10rem auto 0;
	cursor:pointer;
}
@media (max-width:991px) {
	#inquiry {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 14rem 0 8rem;
		flex-direction: column;
	}
	#inquiry .s_Title {color: #51CED3;font-weight: 700;font-size: 1.4rem;line-height: 1.9rem;}
	#inquiry .b_Title {color: #222;font-weight: 700;margin-top: 1rem;font-size: 3.2rem;line-height: 3.6rem;}
	.inqut_area {margin: 2rem 0 2rem;width: 100%;}
	.inq-field {margin-top: 1.5rem;}
	.inqut_title {font-size: 1.7rem;font-weight: 500;line-height: 2.4rem;margin-bottom: 0rem;}
	.inq-field input {font-size: 1.6rem;}
	.inq-field input::placeholder {font-size: 1.6rem;}
	.inq-field.in_qna textarea {padding:1.2rem;}
	.inq-field.in_qna textarea::placeholder {font-size:1.6rem;}
	.inq_bottom {margin-top: 1.2rem;}
	#inquiry a {width:100%;}
	#ag_inquiry button {
		margin-top: 3rem;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.9rem;
		width: 100%;
		max-width: inherit;
		padding:2rem 0;
	}
	.inq-field label {font-size:1.6rem;}
}





/* // ++++++++++++++++++++ 문의 신청 결과 ++++++++++++++++++++ */
#inquiry_result {
	display: flex;
	align-items: center;
    flex-direction: column;
	justify-content: flex-start;
	padding: 20rem 0 24.7rem;
	min-height:100vh;
	height:auto;
}

#inquiry_result .in_logoBox {
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 8rem 0 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0rem 0 10rem 0;
}
.in_logoBox figure {width:7rem;margin-bottom:2.8rem;}
.in_logoBox figure img {width:100%;}
.in_logoBox p {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 3.6rem;
	text-align: center;
	color:#222;
}
.in_logoBox p span.bold {font-weight:600;}
.inqu_info {width: 100%;margin-bottom: 10rem;border-top: 1px solid #222;}
.inqu_info ul {padding:1.2rem 0; border-bottom:1px solid #eee;}
.inqu_info ul li {
	display:flex;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.92rem;
	padding: 1.45rem 0;
	border-bottom:none;
}
.inqu_info .q_kind {width:14rem; color: #666666;}
.inqu_info .q_cont {color:#222;}

#ag_inquiry_result button {
    border: none;
    border-radius: 6px;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
	margin:0 auto;
    padding: 2.2rem 7rem;
    background: #30CDD4;
    cursor: pointer;
}
.go_index {
    font-family: Pretendard;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.6rem;
    text-align: center;
}
@media (max-width:991px) {
	.in_logoBox figure {width: 3.6rem;margin-bottom: 1.6rem;}
	.inqu_info {width: 100%;margin-bottom: 0rem;border-top: 1px solid #222;}
	#inquiry_result .in_logoBox {
		width: 100%;
		border: 1px solid #EEEEEE;
		border-radius: 8px;
		padding: 4rem 0 4rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0rem 0 4rem 0;
	}
	#inquiry_result {display: flex;align-items: center;flex-direction: column;padding: 10rem 0 4.2rem;}
	.in_logoBox p {font-size: 1.6rem;line-height: 2.4rem;}
	#ag_inquiry_result a {width:100%;}
	#ag_inquiry_result button {
		margin-top: 3rem;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.9rem;
		width: 100%;
		max-width: inherit;
		padding:2.2rem;
	}
	.go_index {font-size: 1.6rem;font-weight: 400;line-height: 1.9rem;}
}
/* ++++++++++++++++++++ // 문의 신청 결과 ++++++++++++++++++++ */

