.mobile-container .content {
  display: none;
}
.mobile-container .mobile-content .banner {
  
  padding: 5.25rem 2rem 0 ;
  width: 100%;
  background: url("../images/one-mobile.png") no-repeat;
  background-size: 100% 100%;
}
.mobile-container .mobile-content .banner .mobile-logo {
  width: 15.0625rem;
  height: 4.5rem;
}
.c-e{
  
  display: flex;
  justify-content: space-between;
  margin-top: 39.875rem;
}
.mobile-container .mobile-content .banner .text {
  margin-top: 6.25rem;
  width: 42.875rem;
}
.mobile-container .mobile-content .banner a .download {
  width: 18.625rem;
  height: 5.75rem;
}
.mobile-container .mobile-content .banner .email-container {
  width: 23.4375rem;
  height: 5.75rem;
  background: #2F83E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .625rem;

  border: .375rem solid #FFFFFF;
border-radius: .5625rem;
margin-bottom:2.125rem ;
}
.mobile-container .mobile-content .banner .email-container img{
  width: 3.75rem;
  height: 2.25rem;
}
.mobile-container .mobile-content .banner .email-container .email {
  font-size: 1.25rem;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.75rem;
}
.mobile-container .mobile-content .img-container img {
  width: 100%;
}/*# sourceMappingURL=mobileIndex.css.map */
.mobile-content .img-container{
  position: relative;
}
.phone-delete-account{
  background: #FFF3FD;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 19px;
}
.phone-delete-account .p-title{
  font-family: Sarabun-ExtraBold;
  font-weight: 800;
  font-size: 15px;
  color: #A43F7F;
  line-height: 18px;
  padding-bottom: 1px;
}

.phone-delete-account .p-remark{
  font-family: Sarabun-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #A43F7F;
  line-height: 12px;
  text-align: center;
  padding: 0 33px;
  padding-bottom: 14px;
}

.phone-delete-account .p-input{
  width: 264px;
  height: 25px;
  background: #FEEAFB;
  border-radius: 17px 17px 17px 17px;
  text-align: center;
  border: 1px solid #A43F7F;
  margin-bottom: 9px;
}

.phone-delete-account .p-input::placeholder{
  font-family: Sarabun-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #A43F7F;
}

.phone-delete-account .sub-remark{
  font-family: Sarabun-Regular;
  font-weight: 400;
  font-size: 10px;
  color: #C57EBE;
  line-height: 12px;
  padding: 0 29px;
  padding-bottom: 9px;
}

.phone-delete-account .p-submit-btn{
  width: 101px;
  height: 23px;
  margin: 0 auto;
  background: url(../images/p-submit-icon.png) no-repeat center center;
  background-size: 100%;
}

.p-download-btn{
  width: 40%;
  height: 6.6%;
  position: absolute;
  top: 38.9%;
  left: 12%;
  background: url(../images/download-btn.png) no-repeat center center;
  background-size: 100%;
}

.p-download-btn-area{
  width: 38.9%;
  height: 14.6%;
  left: 50%;
  margin-left: -19.45%;
  bottom: 8.2%;
  position: absolute;
  opacity: 0;
}