.form-recruit-inner {
    background: #444444;
    color: #fff;
    padding: 1.5rem;
    font-size: 1.6rem;
    margin: 2rem 0;
	font-weight: 600;
}
.recruit-text{
    line-height: 3rem;
    font-size: 1.5rem;
}
.recruit-sl {
    border: 1px solid #d8d8d8;
    height: 35px;
    padding: 0 1rem;
}
form {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-top: 3rem;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
form.hideform {
    transform: translateX(-100%);
    opacity: 0;
}

input { 
  display:inline-block; 
  width: 50%; 
}
.myButton {
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    width: 200px;
    display: block;
    border: 1px solid;
    padding: 1rem;
    border-radius: 0.3rem;
    margin-top: 3rem;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 2px 4px 15px 0px rgba(0,0,0,.1), 2px 3px 5px 0px rgba(0,0,0,.1);
    outline: none;
    background: transparent;
    border: none;
	color: #000000;
}
.myButton::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    direction: rtl;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}
.myButton:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
#back, #send {
    font-size: 1.6rem;
    border: 1px solid #2E4657;
    padding: 0.4rem;
    border-radius: 0.3rem;
    cursor: pointer;
    text-align: center;
    display: inline;
    width: 60px;
	color: #2E4657;
	
}
#send{
    margin-left: 2rem;	
}
select option, select{
	color: #000;
}
.form-title .err { 
  color: #f00; 
  font-weight:bold; 
  display:none; 
  margin:1% 0 0 0; 
}
.noti-red {
    color: #ffffff;
    font-size: 1.2rem;
    margin-left: 0.5rem;
    font-weight: 500;
    background: #D80000;
    padding: 0.3rem;
    border-radius: 0.2rem;
}
input[type="radio"]{
	transform: scale(1.4);
}
.form-title {
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: normal;
    width: 100%;
    border: 1px solid #fff;
}
.form-title label {
    vertical-align: top;
    font-weight: 600;
    color: #555555;
}
.form-lt {
    width: 30%;
    background: #ddd;
    padding: 2rem 1rem;
    border-right: 1px solid #fff;
}
.form-title input, .form-title textarea {
    padding: 0.7rem 0.3rem;
    width: 100%;
    height: 100%;
}
.form-checkbox input {
    width: auto;
    height: auto;
}
.form-checkbox label{
	font-weight: 500!important;
}
form input, textarea {
    border: 1px solid #ffffff;
}
form .ipt-back{
    background-color: #EFDEDE;	
}
.form-rt {
    width: 70%;
    padding: 1rem;
    display: flex;
    gap: 0 0.5rem;
    flex-direction: column;
    align-items: baseline;
}
.form-checkbox{
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.lable-radio{
	margin-right: 3rem;
}
.myresults{
	margin-top: 2rem;
}

@media screen and (max-width: 600px){
	
.form-title {
    flex-direction: column;
	border: none;
}	
.form-lt, .form-rt {
    width: 100%;
    padding: 1rem 0;
}	
.form-checkbox {
    flex-direction: row;
}
.form-lt {
    background: transparent;
    padding: 2rem 0;
    border-right: none;
    border: none;
    padding-bottom: 0;
}
	.recruit-sl{
		width: 100%;
	}
.form-title input:not(input[type="radio"]){
    padding: 0.7rem 0.3rem;
    height: 50px;
}	
	.form-ck{
		margin-top: 1.5rem;
	}	
	
	
	
}










