/* 버튼옆 로딩 */
/* .wpcf7-spinner {
  display: none !important;
} */
.c-but { position: relative; text-align: center; }
.c-but .wpcf7-spinner {
  position: absolute;
  right: -75px;              /* 원하는 위치로 조정 */
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;    /* 필요시 보이게 */
}

.name_s{}
.tel_s{}
.email_s{}
.message_s{}
.agree_s{font-size: 13px; line-height: 1.4em; color: #666666;}
button.btn_s{
	background-color: #fff;
  color: #258B7D;
  border: 1px solid #258B7D;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 18px;
	transition: 0.2s;
  cursor: pointer;
	    margin-right: 20px;
}
button.btn_s:hover{
	background-color: #258B7D;
	color: #fff;
	transition: 0.2s;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  padding: 15px 15px;
  font-size: 18px;
  color: #2D2D2D;
/*   margin-bottom: 16px; */
  width: 100%;
  box-sizing: border-box;
}
/* 제출하기 버튼 */
.wpcf7 input[type="submit"] {
  background-color: #fff;
  color:var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius:0px;
  padding: 14px 30px;
  font-size: 18px;
	transition: 0.2s;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
	background-color:var(--color-primary);
	color: #fff;
	transition: 0.2s;
}
/* 개인정보처리방침 */
.f-agree {border: 1px solid #D0D0D0; border-radius: 10px; margin-top: 1rem;}
.f-check p {margin: 0;}
.f-check {padding: 16px 0; background-color: #FAFAFA; border-radius: 0 0 10px 10px;}
span.wpcf7-list-item-label {font-size: 16px; color: #2D2D2D !important;}
div#terms {
	border-bottom: 1px solid #D0D0D0;
	height:200px; overflow:auto; padding:18px;}
.agree_s p {margin-top: 0;}
/* message */
.wpcf7-not-valid-tip {text-align: end; font-size: 13px !important; margin-top: 10px;}
/* 세로로 설정-예린 */
.c-form {display: flex; flex-direction: row; margin-bottom: 30px;}
.c-form-l {width: 20%; padding-top: 8px;}
.c-form-r {width: 80%;}

.c-form-l p {font-size: 18px;}
.c-form-p {font-size: 18px;}
.c-but {justify-items: anchor-center; margin-top: 50px;}


@media screen and (min-width:1921px){

}
@media screen and (min-width:1024px) and (max-width: 1920px){

}
@media screen and (min-width:769px) and (max-width:1024px){

}
@media screen and (max-width: 768px){
	.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea {
		font-size: 15px;
	}
	.c-but {margin-top: 30px;}
	.c-form {display: flex; flex-direction: column;}
	
	.c-form-l  {width: 100%; padding: 0; height: auto;}
	.c-form-r {width: 100%;}
	
	.c-form-l p {font-size: 15px; margin: 0;}
	.c-form-p {font-size: 15px;}
	
	button.btn_s {font-size: 15px; padding: 14px 28px;}
	.wpcf7 input[type="submit"] {font-size: 15px; padding: 14px 28px;}
	
	span.wpcf7-list-item-label {font-size: 14px; color: #2D2D2D !important;}
	
	.c-but .wpcf7-spinner {right: 0; left: 0; top: 140%; transform: translateY(-50%);}
}