/*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: 40px auto;
  padding: 60px 30px;
  max-width: 450px;  
  box-sizing: border-box;
  background-color:white;  
}

.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;
  text-align:center;
}

.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: #003378;
  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;
}

/* 會員中心內頁 */

.MemTit {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #003378;
}
.MemNewBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.MemNewLink {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.MemNewTime {
  width: 113px;
  color: #c05f5f;
  border-right: 1px solid transparent;
  text-align: center;
}

.MemNewTime2 {
  width: 95px;
  text-align: inherit;
  color: #c05f5f;
  border-right: 1px solid transparent;
}

.MemNewTit {
  flex: 1;
  box-sizing: border-box;
  padding-left: 10px;
  color: #003378;
}

.MemNewTit2 {
  box-sizing: border-box;
  padding-left: 10px;
  color: #003378;
  width: calc(100% - 105px);
}

.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;
  color: #464646;
  padding:50px 0px;
  background-color:white;
}

.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;
  color: #003378;
}

.mii_infobox {
  width: calc(100% - 300px);
  height: auto;
  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_elesort2_1 {
  display: flex;
  flex-direction: column;
  width: 23.5%;
}

.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 #a0a0a0;
  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 #a0a0a0;
}

.mii_eyes {
  position: absolute;
  right: 15px;
  top: 13px;
  cursor: pointer;
}

.mii_elesort2 input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #a0a0a0;
}

.mii_elesort2_1 input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #a0a0a0;
}

.mii_elesort2 select {
  width: 100%;
  padding: 8px 0px 8px 10px;
  border: 1px solid #a0a0a0;
}

.mii_elesort3 input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #a0a0a0;
}

.mii_elesort3 select {
  width: 100%;
  padding: 8px 0px 8px 10px;
  border: 1px solid #a0a0a0;
}

.mii_abtn {
  background-color: #013479;
  padding: 7px 15px;
  width: fit-content;
  color: white;
  margin-top: 10px;
  margin-left: auto;
  font-size: 15px;
}

.mii_abtn2 {
  background-color: #013479;
  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;
}

/*extra*/

.miiTitArea {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border: 1px solid #acce0b;
  padding: 7px 0px;
  color: #66770e;
}

.miiTit_001 {
  width: 112px;
  text-align: center;
  border-right: 1px solid #acce0b;
}

.miiTit_002 {
  width: calc(100% - 115px);
  margin-left: auto;
  text-align: center;
}

.LeaveBtn {
  margin-top: 15px;
  margin-left: auto;
  padding: 7px 10px;
  background-color: #013479;
  color: white;
}

.LAddTxt {
  margin-bottom: 10px;
  font-size: 15px;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.LAddBox {
  display: flex;
  flex-direction: column;
  border: 1px solid #a0a0a0;
}

.LAddTit {
  margin-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  padding: 10px;
}

.LAddTit2 {
  width: 91px;
  border-right: 1px solid #a0a0a0;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}

.LAddTit3 {
  width: 91px;
  border-right: 1px solid #a0a0a0;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}

.LAddTit4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  padding: 0px 10px 10px 10px;
}

.LAddoption {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.LAddoption2 {
  width: calc(100% - 55px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.LAddoption3 {
  display: flex;
  flex-direction: row;
  width: 85px;
  align-items: baseline;
}

.LAddoption4 {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #a0a0a0;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}

.LAddoption5 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  box-sizing: border-box;
}

.LAddoption6 {
  width: 50%;
  max-width: 240px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.LAddoption6:first-child {
  border-right: 1px solid #a0a0a0;
  padding-right: 5px;
}

.LAddoption7 {
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 490px;
}

.LAddoption7 textarea {
  width: 100%;
  height: 150px;
}

.LAddoption8 {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 3px 0px;
}

.LAddoption8 span {
  width: 91px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}

.LAddoption8 input {
  flex: 1;
  margin: 0 10px;
  height: fit-content;
  width: inherit;
  height: 35px;
}

.LAddoption3 input {
  width: 55px;
  margin: 0 5px;
  margin-bottom: 10px;
}

.LAddOptTxt {
  width: 52.5px;
}

.LAddIpt1 {
  flex: 1;
  margin: 0 10px;
  height: fit-content;
  width: calc(100% - 40px);
  height: 35px;
}

.LAddIpt2 {
  flex: 1;
  margin-left: 10px;
  height: fit-content;
  width: inherit;
  height: 35px;
}

.AuthImgBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
}

.AuthImgBox input {
  width: 120px;
  margin-right: 10px;
  height: 100%;
  height: 40px;
}

.AuthImgBox img {
  width: 100px;
  height: auto;
}

.AuthImgBox .btn {
  margin-left: 10px;
  padding: 7px 10px;
  background-color: #003378;
  color: white;
}

.IiTxtOnly {
  width: 100%;
  border-bottom: 2px dotted #e2e2e2;
  padding-bottom: 10px;
  color: #464646;
}

.OpinionBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border: 1px solid #acce0b;
  padding: 7px 0px;
  color: #66770e;
}

.OpinionTit1 {
  width: 112px;
  text-align: center;
  border-right: 1px solid #acce0b;
}

.OpinionTit2 {
  flex: 1;
  text-align: center;
  border-right: 1px solid #acce0b;
}

.OpinionTit3 {
  width: 152px;
  text-align: center;
  border-right: 1px solid #acce0b;
}

.OpinionTit4 {
  width: 170px;
  text-align: center;
}

.OpinionEle {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.OpiEleBox {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 1px 1px 10px 0px;
  border-bottom: 2px dotted #e4e4e4;
  margin-bottom:5px;
}

.OpiEleSpan1 {
  width: 113px;
  text-align: center;
  color: #c05f5f;
}

.OpiEleSpan2 {
  flex: 1;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  color: #003378;
}

.OpiEleSpan3 {
  width: 152px;
  text-align: center;
}

.OpiEleSpan4 {
  width: 170px;
  text-align: center;
}

.SalaryBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  border: 1px solid #acce0b;
  padding: 7px 0px;
  color: #66770e;
}

.SalaryTit {
  width: calc(100% - 115px);
  margin-left: auto;
  text-align: center;
  border-right: 1px solid #acce0b;
}

.SalaryTit2 {
  width: 112px;
  text-align: center;
}

.ReplyWd {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  font-size: 18px;
  color: #003378;
}

.ReplyID {
  width: fit-content;
  padding-right: 10px;
  color: #c05f5f;
}

.ReplyCt {
  flex: 1;
  color: #464646;
}

.ReplyNoCt {
  width: 100%;
  color: #a0a0a0;
}

.ReplyTxtA {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  border-color: #a0a0a0;
  color: #464646;
}

@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%;
  }
}

/*Job*/

ul.jobul li {
  list-style: disc;
  margin-bottom: 8px;
  color: #666666;
}

ul.jobul {
  padding-inline-start: 25px;
  padding-left: 25px;
  margin: 0px;
}

.JobImg {
  width: 100%;
  height: 579px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}

.JobImgTxt {
  margin: auto;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.ImgTxtTit {
  font-size: 50px;
  margin-bottom: 5px;
}

.ImgTxtTit2 {
  font-size: 20px;
}

.JobArea1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: 70px auto 50px auto;
  text-align: center;
  font-size: 19px;
  color: #666666;
  padding: 0px 15px;
  box-sizing: border-box;
}

.JobArea2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 50px auto;
}

.JobCirBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  position: relative;
}

.JobCirBox span {
  color: #666666;
  font-size: 18px;
  transition: 0.3s ease;
  text-align: center;
}

.JobCirBox:hover .JobCirHo {
  opacity: 1;
}

.JobCirBox:hover span {
  color: black;
}

.JobCir {
  width: 85px;
  aspect-ratio: 1;
  border-radius: 99%;
  background-color: #003378;
  margin-bottom: 15px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}

.JobCirLine1 {
  border-top: 3px dotted #666666;
  position: absolute;
  top: 42.5px;
  width: 50%;
  right: 0px;
  z-index: 0;
}
.JobCirLine2 {
  border-top: 3px dotted #666666;
  position: absolute;
  top: 42.5px;
  width: calc(100% - 3.5px);
  right: 0%;
  z-index: 0;
}
.JobCirLine3 {
  border-top: 3px dotted #666666;
  position: absolute;
  top: 42.5px;
  width: 50%;
  left: 3px;
  z-index: 0;
}

.JobArea3 {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding-bottom: 50px;
}

.JobLrArea {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.JobLrEle {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.JobLrEle:nth-child(even) {
	flex-direction: row-reverse;
}

.LrImg {
  width: 50%;
  background-position: center;
  background-size: cover;
  aspect-ratio: 575 / 400;
}

.LrTxtBox {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.LrTxtTit {
  font-size: 28px;
  margin-bottom: 20px;
}

.JobIcon {
  font-size: 40px;
}

.JobCirHo {
  width: 104%;
  position: absolute;
  /* top: -1%; */
  border-radius: 99%;
  border: 4px solid #acce0b;
  aspect-ratio: 1;
  opacity: 0;
  transition: 0.1s ease;
}

@media (min-width: 1200px) {
  .LrImg {
    max-height: 400px;
  }

  .TxtnumCtl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

}

@media (max-width: 1200px) {
  .JobImg {
    height: 279px;
  }

  .JobCir {
    width: 60px;
  }

  .JobIcon {
    font-size: 30px;
  }

  .JobCirLine1,
  .JobCirLine2,
  .JobCirLine3 {
    top: 30px;
  }

  .LrTxtTit {
    font-size: 20px;
  }

  .JobLrEle {
    flex-direction: column;
  }

  .LrImg {
    width: 90%;
  }

  .LrTxtBox {
    width: 90%;
    padding: 20px 0px;
  }

  .JobLrEle:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .ImgTxtTit {
    font-size: 32px;
    margin-bottom: 5px;
  }
}

@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;
  }

  .mii_elesort2_1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .JobArea1 {
    margin: 50px auto 50px auto;
    font-size: 18px;
  }

  .JobCir {
    width: 45px;
  }

  .ImgTxtTit2 {
    font-size: 18px;
  }

  .JobCirLine1,
  .JobCirLine2,
  .JobCirLine3 {
    top: 22.5px;
  }

  .JobIcon {
    font-size: 22px;
  }

  .JobCirBox span {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .LAddoption5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .LAddoption6 {
    width: 100%;
    max-width: 100%;
  }

  .LAddoption6:first-child {
    border-right: 0;
  }

  .LAddTit2, .LAddTit3 {
    border: 0;
  }

  .LAddIpt1, .LAddIpt2 {
    width: 100%;
    margin: 0 10px;
  }

  .LAddoption8 {
    display: flex;
  }
}

@media (max-width: 400px) {
  .mii_point_choose a {
    padding: 5px 10px;
  }
}
