/*All*/

.member_sign_box input {
  border: none;
  border-bottom: 1px solid #e2e8f0;
}

.member_sign_box select {
  border: none;
  border-bottom: 1px solid #e2e8f0;
}

.top_space {
  margin-top: 50px;
}

.down_space {
  margin-bottom: 50px;
}

.logout_box01 {
  width: 95%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
}

.logout_box01 a {
  width: 99%;
  max-width: 1420px;
  margin: 0 auto;
  color: #34b0fd;
}

.ii_btn {
  padding: 10px 40px;
  margin: 50px auto 30px auto;
  background-color: var(--webmainho);
  color: white;
  border-radius: 3px;
  width: fit-content;
}

/*sign in*/

.member_sign_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
}

.member_sign_box2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  width: 100%;
  max-width: 450px;
}

.member_sign_title01 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.member_sign_ipt01 {
  width: 100%;
  margin-bottom: 30px;
  padding: 6px 25px 6px 10px;
  max-width: 450px;
}

.member_sign_ipt02 {
  width: 100%;
  padding: 6px 25px 6px 10px;
  max-width: 450px;
}

.member_sign_a01 {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.member_login_btn {
  width: 100%;
  padding: 10px 0px;
  background-color: var(--webmainho);
  color: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.member_eyes {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.member_social_word {
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.member_social_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.member_social_link {
  font-size: 40px;
  margin: 0 5px;
}

.not_member_word {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.go_register_btn {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid var(--webmainho);
  color: var(--webmainho);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 600;
}

/*reg*/

.RegTemple_area {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: flex-end;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.RegTemple_area2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
}

.RegTemple_area3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}

.RegTemple_area4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #757c7e;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.RegTemple_area4:last-child {
  margin-bottom: 0px;
}

.RegTemple_area3 select {
  width: 100%;
  padding: 7px 0px 7px 10px;
  position: inherit;
  z-index: 1;
  background: transparent;
}

.RegTemple_word01 {
  font-size: 14px;
  margin: 7px 0px;
  padding-left: 10px;
  color: #757c7e;
}

.RegTemple_btn01 {
  background-color: #95000c;
  color: white;
  margin-top: 10px;
  margin-left: auto;
  width: 100%;
  text-align: center;
  padding: 7px 0px;
  margin-bottom: 10px;
}

.RegGod_area01 {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: flex-end;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.RegGod_area02 {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
  flex-wrap: wrap;
  color: #757c7e;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.RegGod_ele {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.member_check_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.member_check_box a {
  text-decoration: underline;
  font-weight: 600;
}

.member_check_box span {
  font-size: 13px;
}

.member_birth_word {
  font-size: 13px;
  color: #828482;
  letter-spacing: 0px;
  margin-left: 10px;
}

.member_birth_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.member_reg_sel01 {
  width: 100%;
  padding: 6px 25px 6px 10px;
  max-width: 450px;
  z-index: 1;
  background-color: transparent;
}

.member_reg_btn {
  width: 100%;
  padding: 10px 0px;
  background-color: var(--webmainho);
  color: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.had_member_word {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.go_signin_btn {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid var(--webmainho);
  color: var(--webmainho);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 600;
}

.discount_word {
  font-size: 13px;
  margin-bottom: 30px;
}

.member_down_arrow {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 0;
}

.member_reg_box1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  width: 32%;
  max-width: 450px;
}

/*password*/

.member_ps_a01 {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #34b0fd;
}

/* 會員中心內頁 */

.plus_infoarea {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.commender_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.commender_box2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.commender_btn {
  width: 100px;
  background-color: #95000c;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 15px;
}

.commender_ipt {
  width: calc(100% - 150px);
  background-color: #f4f4f4;
  border: 1px solid #d7d7d7;
  cursor: default;
  padding: 7px 10px;
  font-size: 15px;
}

.mii_allbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 1350px;
  margin: 50px auto;
}

.mii_allbox_point {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 1350px;
  margin: 50px auto;
}

.mii_allbox_order {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 1350px;
  margin: 50px auto;
}

.mii_menubox {
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.mii_menubox a {
  padding: 10px 0px 10px 10px;
  font-size: 15px;
  transition: 0.5s ease;
}

.mii_menubox a:hover {
  padding: 10px 0px 10px 10px;
  font-size: 15px;
  background-color: #f0f0f0;
}

.mii_menubox a.active {
  background-color: #f0f0f0;
}

.mii_menutitle {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0px 10px 10px;
  font-size: 18px;
  margin-bottom: 15px;
}

.mii_infobox {
  width: calc(100% - 300px);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 20px;
  border-left: 1px solid #e4e4e4;
}

.mii_infobox_point {
  width: calc(100% - 300px);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 20px;
  border-left: 1px solid #e4e4e4;
}

.mii_elesort {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mii_elesort2 {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.mii_elesort3 {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.mii_elesort4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.mii_elesort5 {
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 20px 15px;
  flex-direction: column;
}

.mii_elesort6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.mii_elesort7 {
  display: flex;
  border: 1px solid;
  padding: 20px 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  border: 1px solid #e4e4e4;
}

.mii_elesort8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.mii_elesort9 {
  display: flex;
  border: 1px solid;
  padding: 20px 15px;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #e4e4e4;
}

.mii_elesort10 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.mii_elesort11 {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  justify-content: space-between;
}

.mii_elesort6 input {
  width: 100%;
  padding: 7px 50px 7px 10px;
  border: 1px solid #e4e4e4;
}

.mii_eyes {
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer;
}

.mii_elesort2 input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #e4e4e4;
}

.mii_elesort2 select {
  width: 100%;
  padding: 8px 0px 8px 10px;
  border: 1px solid #e4e4e4;
}

.mii_elesort3 input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #e4e4e4;
}

.mii_elesort3 select {
  width: 100%;
  padding: 8px 0px 8px 10px;
  border: 1px solid #e4e4e4;
}

.mii_abtn {
  background-color: #95000c;
  padding: 7px 15px;
  width: fit-content;
  color: white;
  margin-top: 10px;
  margin-left: auto;
  font-size: 15px;
}

.mii_abtn2 {
  background-color: #95000c;
  padding: 7px 15px;
  width: fit-content;
  color: white;
  margin-top: 10px;
  margin-right: auto;
  font-size: 15px;
}

.mii_temple_sort {
  width: 49%;
  position: relative;
}

.mii_temple_sort select {
  width: 100%;
  padding: 7px 0px 7px 10px;
  position: inherit;
  z-index: 1;
  background: transparent;
  border: 1px solid #e4e4e4;
}

.mii_temple_i {
  position: absolute;
  right: 10px;
  top: 11px;
}

.mii_point_choose {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.mii_point_choose a {
  border: 1px solid #95000c;
  padding: 5px 15px;
  margin-right: 10px;
}

.mii_point_choose a.active {
  background-color: #95000c;
  color: white;
}

.mii_nohis_txt {
  margin: 10px 0px;
  color: #919191;
  font-size: 25px;
}

.mii_point_choose a:first-child {
  margin-right: 10px;
}

.mii_infobox_order {
  width: calc(100% - 300px);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 20px;
  border-left: 1px solid #e4e4e4;
}

.LoadMore_btn {
  background-color: #95000c;
  padding: 7px 15px;
  width: fit-content;
  color: white;
  margin-top: 10px;
  margin: auto;
}

/*1024reg & verify*/

.add_temple_area {
  display: flex;
}

.RegSelAcc {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom:15px;
  border-bottom: 1px solid #e2e8f0;
}

.RegSelOpt {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}

.RegSelOpt a {
  width: 49%;
  color: black;
  padding: 7px 0px;
  text-align: center;
  border: 1px solid #95000c;
}

.RegSelOpt a.active {
  background-color: #95000c;
  color: white;
}

.RelTelAre {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.RelTelAre2 {
  width: 120px;
  position: relative;
}

.RelTelAre select {
  width: 100%;
  padding: 6px 25px 6px 10px;
  background: transparent;
  z-index: 1;
  position: inherit;
}

.RelTelipt {
  width: calc(100% - 130px);
  padding: 6px 25px 6px 10px;
  max-width: 450px;
}

.member_sign_ipt01 {
  width: 100%;
  margin-bottom: 30px;
  padding: 6px 25px 6px 10px;
  max-width: 450px;
}

.VerifyBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.VerifyIpt {
  width: calc(100% - 140px);
  padding: 6px 25px 6px 10px;
  max-width: 450px;
}

.VerifyIpt2 {
  width: 100%;
  padding: 6px 25px 6px 10px;
  max-width: 450px;
  margin-bottom: 10px;
}

.VerifyIpt2::placeholder {
  color: black;
}

.VerifyA {
  padding: 7px 10px;
  width: 100px;
  color: white;
  border-radius: 5px;
  background-color: var(--webmainho);
  text-align: center;
}

.VerifyA2 {
  padding: 10px 0px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--webmainho);
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1300px) {
  .mii_allbox_point {
    flex-direction: column;
  }
  .mii_allbox_point .mii_menubox {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
  }

  .mii_infobox_point {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .mii_allbox_order {
    flex-direction: column;
  }
  .mii_allbox_order .mii_menubox {
    width: 100%;
  }
  .mii_infobox_order {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .mii_allbox {
    flex-direction: column;
  }
  .mii_menubox {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
  }

  .mii_infobox {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mii_elesort,
  .mii_elesort11 {
    flex-direction: column;
  }

  .mii_elesort2,
  .mii_elesort3,
  .mii_temple_sort {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .mii_point_choose a {
    padding: 5px 10px;
  }
}
