/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.three {
  /*background-color: #ffffff;*/
  margin: auto;
}
.three h1 {
  text-align: center;
  margin: 30px 0;
}
.three .content {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.three .pay-background {
  background: #405f74;
  width: 85%;
  padding: 50px 100px;
  border-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 35px 0 0;
}
.three .pay-background h3 {
  color: #ffffff;
  margin-bottom: 50px;
  line-height: normal;
}
.three .paragraph p {
  /*color: #6b6b6b;*/
  width: 85%;
  margin-left: auto;
}
.three .flex2 {
  display: flex;
  gap: 10px;
}
.three .amount .flex2 {
  margin-bottom: 20px;
}
.three .amount .flex2 button {
  color: #ffffff;
  padding: 10px 0;
  background-color: #e95492;
  border: none;
  border-radius: 50px;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  border: solid 0.2rem #e95492;
}
.three .amount .flex2 button:hover {
  opacity: 0.7;
}

.on.btn {
  background-color: blue;
}

.three .flex2 button:focus {
  background-color: #ad3d6a;
  border: inset 0.2rem #963e62;
}

.three .input {
  height: 50px;
  width: calc(100% - 16px);
  max-width: 600px;
  color: #656565;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  border: 2px solid rgba(0, 0, 0, 0);
}
.three .input:focus {
  border: 2px solid #ad3d6a;
}

.three .flex {
  display: flex;
}

.three .content .flex {
  align-items: center;
  gap: 44px;
}

.three .action .flex {
  gap: 20px;
}

.three .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  height: 15px;
  width: 15px;
  margin: 44px;
}

.three .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.three .select {
  height: 50px;
  width: 100%;
  max-width: 360px;
  color: #656565;
  /*padding-left:35%;*/
  /*	background: url("./1675415911347.jpg");*/
  background-position: right;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.three .confirm {
  display: inline-block;
  background-color: #182a37;
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 50px;
  padding: 4px 40px;
}

.three .remitance {
  width: 1280px;
  margin: auto;
  padding: 35px 20px 60px;
}
.three .remitance > p {
  width: 1280px;
  margin: auto;
  /*color: #6d6d6d;*/
}

.registerContent {
  overflow: auto;
  max-width: 800px;
  max-height: 400px;
}
.registerContent .title {
  margin-bottom: 20px;
}
.registerContent .memberInfo {
  padding: 30px 20px;
  margin: 20px 0;
  background-color: #f2f2f2;
  border-left: 10px solid;
  border-color: #e95492;
}
.registerContent .memberInfo #mw_form {
  display: flex;
  align-items: center;
}
.registerContent .memberInfo form#mw_form label.error,
.registerContent .memberInfo label.error {
  position: static;
}
.registerContent .button {
  text-align: center;
}
.registerContent .button button {
  color: #ffffff;
  padding: 10px 30px;
  background-color: #e95492;
  border: none;
  border-radius: 50px;
  font-size: 1.8rem;
  text-align: center;
  border: solid 0.2rem #e95492;
}
.registerContent .button button:hover {
  opacity: 0.7;
}
.registerContent .inquire {
  margin-left: 20px;
  border: none;
  background-color: #1d2b35;
}

.button_box {
  flex-wrap: wrap;
}

.memberPid {
  flex-shrink: 0;
}

label.error {
  font-size: 1.4rem;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
@media screen and (max-width: 1279px) {
  .three > h2 {
    margin: 0;
    margin-bottom: 30px;
  }
  .three .paragraph > p {
    width: auto;
    padding: 0 50px;
  }
  .three .pay-background {
    width: 100%;
    margin-left: 50px;
  }
  .three .remitance {
    width: 100%;
    margin-left: 50px;
  }
  .three .content .pay-background {
    height: auto;
    padding: 50px;
  }
  .three .content .pay-background h3 {
    margin: 0;
    margin-bottom: 20px;
  }
  .three .content .pay-background .flex {
    align-items: center;
    gap: 30px;
  }
  .three .content .pay-background .flex .arrow {
    margin: 0;
  }
  .three .content .pay-background .flex .flex2 {
    margin: 0;
    margin-bottom: 20px;
  }
  .three .content .pay-background .flex .flex2 a {
    width: 100%;
    margin: 0;
  }
  .three .content .pay-background .flex .input {
    margin: 0;
  }
  .three .content .pay-background .flex .select {
    /* width: 100%; */
    /* max-width: 100%; */
    margin: 0;
    margin-bottom: 30px;
  }
  .three .content .pay-background .flex .confirm {
    margin: 0;
    display: inline-block;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  .three .paragraph > p {
    padding: 0 25px;
  }
  .three .content .pay-background {
    padding: 25px;
    margin-left: 25px;
  }
  .three .content .pay-background .flex {
    gap: 10px;
  }
  .three .remitance {
    padding: 20px 0;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  .three .paragraph > p {
    padding: 0 20px;
  }
  .three .content .pay-background {
    padding: 20px;
    margin-left: 10px;
  }
  .three .content .pay-background .flex .action .flex {
    flex-direction: row;
    justify-content: center;
  }
  .three .content .pay-background .flex {
    flex-direction: column;
    gap: 20px;
  }
  .three .content .pay-background .flex .input {
    width: 100%;
  }
  .three .content .pay-background .flex .flex2 a {
    padding: 10px;
  }
  .three .content .pay-background .arrow {
    transform: rotate(45deg);
  }
  .three .remitance {
    padding: 20px;
    margin: 0;
  }
  .three .content .pay-background .flex .select {
    margin: 0;
  }
  .three .confirm {
    padding: 4px 35px;
  }
  .three .remitance > p {
    font-size: 0.7em;
  }
}