.eventWrap { background: #FFFFFF; }
.eventWrap_newjoiner_feb .evt_cont {
  margin-top: 38px;
}
.eventWrap_newjoiner_feb .evt_cont_box {
	text-align: center;
}
.eventWrap_newjoiner_feb .evt_cont_box .input-box {
  width: 652px;
  height: 60px;
  margin: 40px auto 45px;
}
.eventWrap_newjoiner_feb .evt_cont_box .input-box input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #2a2c2c;
  padding-top: 0;
  font-size: 36px;
  text-align: center;
}
.eventWrap_newjoiner_feb .evt_cont_box .input-box input::placeholder {
  font-size: 36px;
  text-align: center;
}
.eventWrap_newjoiner_feb .txt img {
  width: 80%;
  max-width: 932px;
  margin: 0 auto;
}
.eventWrap_newjoiner_feb .evt_cont_box .btn_join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: 0 auto 100px;
  background: #d94828;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  border-radius: 40px;
}
.custom {position: relative;}
.custom .evt_cont_box {
	position: absolute;
	bottom: 250px;
    left: 50%;
    translate: -50%;
}
.custom.banner .evt_cont_box {
	left: 88px;
	bottom: 240px;
	translate: 0;
}
.custom .evt_cont_box .input-box input {
	border: 2px solid #BDBDBD;
	height: 90px;
	color: #BDBDBD;
}
.custom .evt_cont_box .btn_join {
	margin-top: 80px;
	margin-bottom: 0;
	width: 344px;
	height: 90px;
	border-radius: 100px;
}
.sec_foot {
	margin-top: -1px
}

@media all and (max-width: 1440px) {
	.custom .evt_cont_box {
		bottom: 200px;
	}
	.custom.banner .evt_cont_box {
		bottom: 200px;
	}
	.custom .evt_cont_box .btn_join {
		margin-top: 60px;
	}
}

@media all and (max-width: 1280px) {
	.custom .evt_cont_box {
		width: 65vw;
		bottom: 13vw;
	}
	.custom.banner .evt_cont_box {
		left: 7vw;
		bottom: 14vw;
		text-align: left;
	}
	.custom .evt_cont_box .btn_join {
		margin-top: 8vw;
		width: 30vw;
		height: 7vw;
		font-size: 3vw;
	}
	.custom .evt_cont_box .input-box {
		width: 100%;
		margin: 0;
	}
	.custom .evt_cont_box .input-box input {
		height: 8vw;
	}
}

@media all and (max-width: 767px) {
  .eventWrap_newjoiner_feb .evt_cont_box .btn_join.btnf-fill-orange {
    font-size: 4.5vw;
  }
  .eventWrap_newjoiner_feb .evt_cont_box .input-box {
    width: 80%;
  }
  .eventWrap_newjoiner_feb .evt_cont_box .input-box input, .eventWrap_newjoiner_feb .evt_cont_box .input-box input::placeholder {
    font-size: 5vw;
  }
  .custom .evt_cont_box {
	bottom: 23vw;
  }
  .custom.banner .evt_cont_box {
	left: 50%;
	translate: -50%;
	bottom: 108vw;
	text-align: center;
	}
  .custom .evt_cont_box .input-box {
	width: 100%;
  }
  .custom .evt_cont_box .btn_join.btnf-fill-orange {
	height: 10vw;
	margin-top: 5vw;
	font-size: 3.5vw;
  }
  .custom .evt_cont_box .input-box input, .custom .evt_cont_box .input-box input::placeholder {
	height: 13vw;
	margin-top: 5vw;
	border-width: 2px;
	font-size: 4vw;
  }
}