/* input:invalid, textarea:invalid {
  border-color: red;
  background: transparent;
} */

/* 자동선택색상 제거 */
/* input:-webkit-autofill{
    -webkit-transition: background-color 9999s ease-out;
    -webkit-text-fill-color: #fff !important;
  } */

  .content_wrap {
  z-index: 2;
  max-width: 80%;
  margin: auto;
  position: relative;
  }

.muksang table {
  width: 60%;
  margin: auto;
}

.paging2 {
  position: absolute;
  width: 100%;
  top: 100rem;
}

.paging2 a {
  border: none;
    font-size: 20rem;
  }

.prayerorder_inner div {
padding: 5rem 0;
}


.prayerorder {
  background: url('/data/source/communion/2.jpg');
  background-position: center;
  background-size: cover;
  color:white;
  padding: 100rem 0 120rem;
  background-repeat: no-repeat;
}

.prayerorder_inner_row1  {
display: flex;
justify-content: space-around;
text-align: left;
}

.prayerorder_inner_row1 div{
  width: calc((100% / 2) - 40rem);
  margin: 0 20rem;
}

.prayerorder_inner_row2 div{
  width: calc((100% / 1) - 40rem);
  margin :auto;
}

.prayerorder_inner input, .prayerorder_inner textarea {
  width: 100%;
  text-align: left;
  font-size: 25rem;
  font-weight: normal;
  background: transparent;
  border : none;
  border-bottom: 1px white solid;
  color:white;
  overflow: auto;
}

.prayerorder_inner input::placeholder, .prayerorder_inner textarea::placeholder {
  color:inherit;
}

.prayerorderSubmit {
  margin-top: 80rem;
}

.prayerorderSubmit label {
  background: transparent;
  padding: 20rem 50rem;
  border:1px solid white;
  cursor: pointer;
  display: inline-block;
}

.offering > div {
  margin: 100rem 0;
}


.offering_btn a {
  border-radius: 40rem;
  background: #e4e4e4;
    padding: 10rem 120rem;
    display: inline-block;
}

.offering_btn > a > span  {
  font-size: 24rem;
}



.offering_BibleVerse {
  font-size: 24rem;
  /* font-weight: 100; */
  line-height: 60rem;
}

.offering_comment {
  font-size: 16rem;
  /* font-weight: 200; */
  line-height: 45rem;
  margin: 60rem 0;
}

.offering_comment span {
  padding: 0 5rem 5rem;
  border-bottom : 1px  solid black;
}

.offering_accout {
  font-size: 40rem;
}

.offering_accout span {
  font-size: 24rem;
}

.offering_example {
  font-size: 24rem;
  line-height: 45rem;
  font-weight: 300;
}

.receipts {
  margin: 10rem;
  font-size: 18rem;
}



.offering_btn_modal {
visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  z-index: 2;
  background-color:rgba(0,0,0,0);
}

.modal_active {
visibility: visible;
  transition: 0.5s;
    background-color:rgba(0,0,0, 0.8);
}

.offering_btn_modal_inner {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background: white;
  opacity: 1;
  padding: 50rem;
}


@media all and (max-width:767px) {

  .muksang table {
    width: 100%;
    margin: auto;
  }

.offering > div {
  margin: 50rem 0;
}


.offering_BibleVerse {
  font-size: 16rem;
  line-height: inherit;
}

.offering_example {
  font-size: 16rem;
  line-height: inherit;
}

.receipts a {
  display: inline-block;
}

.paging2 {
  display: none;
}

.offering_accout {
  font-size: 25rem;
}

.offering_btn a {
  padding : 10rem 50rem;
  border-radius: 35rem;
}

.offering_btn_modal_inner {
  width: 90%;
}


}
