.form-wrap {
    background-color: #fff;
    max-width: 620px;
    /*margin: 45px auto; 2024/08 §ï¬°form-wrap:not(.margin-top)*/
    box-shadow: 0px 1px 8px #BEBEBE;
    -webkit-box-shadow: 0px 1px 8px #BEBEBE;
    -moz-box-shadow: 0px 1px 8px #BEBEBE;
}

.form-wrap:not(.margin-top) { /*2024/08 + */
    margin: 45px auto;
}

.form-wrap .tabs {
  overflow: hidden;
}
.form-wrap .tabs h3 {
  float: left;
  width: 50%;
}
.form-wrap .tabs h3 a {
  padding: 0.5em 0;
  text-align: center;
  font-weight:600;
  background-color: #e6e7e8;
  display: block;
  color: #212121;
  font-size: 1.25rem;
}


.login_tit {
  padding: 0.5em 0;
  text-align: center;
  font-weight: 600;
  background-color: #e6e7e8;
  width: 100%;
  display: block;
  color: #212121;}


  .Member_agreenBox{

      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 15px;
      margin: auto;
      display: flex;
      background-color: #fff; 
      justify-content: center;
      flex-direction: column;
      /* margin-left: -15px; */
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;}



.Member_agreenCol{
  margin: 15px auto;
    padding:15px;
    width: 90%;max-width: 90%;
    flex: 0 0 90%;
    min-height:300px;
    box-sizing: border-box;
    overflow-y: auto;
    text-align: left;
}

.form-wrap .tabs h3 a.active {
  background-color: #fff;
}
.form-wrap .tabs-content {
  padding: 1.5em;
}
.form-wrap .tabs-content div[id$="tab-content"] {
  display: none;
}
.form-wrap .tabs-content .active {
  display: block !important;
}
.form-rowtitle {
  display: block;
  margin-bottom: 8px
}
.form-wrap .userinput {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 12px;
  border: 1px solid #CFCFCF;
  outline: 0;
  display: inline-block;
  margin: 0 0 6px 0;
  padding-right: 2em;
  width: 100%;
  max-width: 100%;
}
.numcheck-input {
  padding: 9px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.8;
  width: 160px !important;
  max-width: 160px !important;
  margin-bottom: 6px;
  display: inline-block;
}
.form-num-picbox {
  align-items: center;
  display: flex;
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  width: calc(100% - 200px);
  padding-left: 8px;
  z-index: 1;
}
.Change_Pic {
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  height: 35px;
  width: 35px;
  background-color: #566678;
  background-image: url(/Images/icon/replace.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 5px 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.Check_vercode {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  min-height: auto;
  width: 140px;
  max-width: 140px;
  flex: 0 0 140px;
  margin: 0px 5px 5px 5px;
  top: 0;
}
.form-num-picbox {
  align-items: center;
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  width: calc(100% - 200px);
  padding-left: 8px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.form-wrap .button {
  width: 100%;
  padding: .8em 0 10px .8em;
  border: none;
  background-color: #8f8a82;
  border: #a5a5a5 solid 1px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.form-wrap .checkbox {
  visibility: hidden;
  padding: 20px;
  margin: .5em 0 1.5em;
}
.form-wrap .checkbox:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*.form-wrap form label[for] {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.form-wrap form label[for]:before {
  content: '';
  position: absolute;
  border: 1px solid #CFCFCF;
  width: 17px;
  height: 17px;
  top: 0px;
  left: -14px;
}*/
.form-input-box {
  position: relative;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.form-vision-btn {
  height: 38px;
  width: 38px;
  background-image: url("/Images/icon/vision.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  outline: 0;
  position: absolute;
  display: inline-block;
  background-color: #566678;
  text-transform: none;
  border: none;
  overflow: visible;
  margin: 0;
  padding: 5px;
  right: 3px;
  top: 5px
}
    .form-vision-btn:active {
        background-image: url;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #566678;
        background-image: url("/Images/icon/vision_close.svg");
        display: block;
    }
.Change_Pic {
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: 0;
    height: 35px;
    width: 35px;
    background-color: #566678;
    background-image: url("/Images/icon/replace.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
}
.divider {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  margin: 30px auto 15px auto
}
.divider::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #C2C7D0;
  position: absolute;
  top: 9px;
  left: 0;
}
.divider span {
  padding: 0 10px;
  background-color: #FFF;
  z-index: 2;
  position: relative;
}
/*-------social----------*/
.social-login {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%
}
.social-login button {
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 10px 0 10px 38px;
  width: 140px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #C2C7D0;
  border-radius: 5px;
  position: relative;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  transition: .3s
}
.social-login button.google, .social-login button.linein {
  margin-left: 15px;
}

.social-login button.google {
  background-color: #dd4b39;
}

.social-login .googleicon {
  transition: 0.2s ease-in-out;
  pointer-events: none;
  font-style: normal;
  padding-right: 8px;
  border-right: #BB3F30 1px solid;
  position: absolute;
  left: 11px; top: 10px;

}



.social-login .policy {
  font-size: 0.938rem;
  font-weight: 300;
}
.social-login .policy a {
  font-size: 1rem;
  text-decoration: none;
  color: #4a75b8
}
.social-login .why a:hover, .social-login .policy a:hover {
  text-decoration: underline;
}
.sign-in-up form input[type="submit"]:hover, .social-login button:hover {
  opacity: .7
}
.social-login path {
  stroke: transparent !important
}
@media screen and (max-width:575px) {
  .uclear-btn {
    margin-left: auto;
  }
  .Check_vercode {
    display: inline-block;
  }
  .form-num-picbox {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
  .numcheck-input {
    padding: 9px 12px;
    background: #F5F6F8;
    border: solid 1px #E8EAF1;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.8;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 6px;
    display: inline-block
  }
  .form-num-picbox {
    align-items: center;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .form-check-pic {
    display: block;
  }
  .social-login button.google, .social-login button.linein {
    margin-left: auto;
  }
}
.Member_sort{
  width: 100%;
  text-align: center;
  display: block;
}
.Member_sort h4 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem
}
.Member_sort input[type=radio] {
  display: none;
}
.box_school {
  background-color: #DD4B39;
}
.Member_sort input[type=radio]:checked + .box_school {
  background-color: #DD4B39;
}
.box_team {
  background-color: #ff6384;}

.Member_sort input[type=radio]:checked + .box_team {
  background-color: #ff6384;
}
 
.Member_sort input[type=radio]:checked + .box_gov {
  background-color: #48dadd
}
.Member_sort input[type=radio]:checked + .box_teacher {
  background-color: #f8b500
}
.Member_sort input[type=radio]:checked + .box_foun {
  background-color: #5faeff !important;
}

.box_foun{background-color: #5faeff}
.Member_sort input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(10px);
}
.Member_sort input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.Member_sort .box {
  width: 200px;
  height: 100px;
  
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  border: #BEBEBE solid 1px;
  margin-bottom: 1.25rem;
}
.Member_sort .box:active {
  transform: translateY(10px);
}
.Member_sort .box span {
  position: absolute;
  transform: translate(0, 0px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.25em;
  user-select: none;
  color: #fff;
}
.Member_sort .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(10px);
  opacity: 1;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.Member_sort p {
  color: #fff;
  font-weight: 400;
}
.Member_sort p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.lbtndefault span:before {
  content: "";
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
	background: url("/Images/icon/icon_google.png");
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lbtndefault_team span:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
	background: url("/Images/icon/iconbox_team.png");
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}



.lbtndefault_Buss span:before {
  content: "";
  display: block;
  height: 40px;
  width:40px;
  margin: auto;
	background: url("/Images/icon/iconbox_consortium.png");
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.Member_sort:last-child{
  margin-bottom:0.25rem;
}

.Member_infotable{
float: none;
width: calc(100% - 325px);
   margin: 45px auto;
box-shadow: 0px 1px 8px #BEBEBE;
-webkit-box-shadow: 0px 1px 8px #BEBEBE;
-moz-box-shadow: 0px 1px 8px #BEBEBE;
}

.Member_infotablefull{
  float: none;
  width:100%;
  max-width:100%;
     margin: 45px auto;
  box-shadow: 0px 1px 8px #BEBEBE;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE;
  }

@media screen and (max-width: 950px) {

  .Member_infotable{
    width: 98%;
  overflow:scroll;}
}