@charset "utf-8";

.g901-Email-Receive {
  width: 100%;
	position: relative;
  display: flex;
}
.g901-Email-Receive>input {
	border-radius: .3rem 0 0 .3rem;
	border: none;
	width: 100%;
	box-shadow: 0 0 3px rgba(0,0,0,.7);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0 1rem;
}
.g901-Email-Receive>button {
	color: #ffffff;
	background: #d61160;
	border: 1px solid #d00054;
	font-family: 'DAYROM', "Noto Sans KR", sans-serif;
	padding: 0.5rem 1rem;
	height: 100%;
	border-radius: 0 .3rem .3rem 0;
	font-weight: 700;
	letter-spacing: 1px;
}
.g901-Email-Receive>font {
  display: none;
  color: white;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.g901-Email-Receive>font>span>i {
  font-size: .8rem;
  font-weight: 100;
}
