#wrapper {
  width: 750px;
  height: 100%;
  margin: 0 auto;
  display: none;
}

.header {
    box-sizing: border-box;
    position: relative;
  }
  
.header .header_img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 25px;
  cursor: pointer;
}

.main {
 
  background: #f2f2f2;
  box-sizing: border-box;
  padding-top: 100px;
  min-height: 120vh;
}

.list-container {
  width: 678px;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.list-container .list {
  display: inline-block;
  text-align: center;
  width: 678px;
  margin-bottom: 50px;
  border-radius: 30px;
  background: #efefef;
  box-shadow: 
    -6px -9px 11px 2px white, 
    4px 7px 21px 0px #00000061
  ;
  -webkit-box-shadow: 
    -6px -9px 11px 2px white, 
    4px 7px 21px 0px #00000061
  ;
}

.list:nth-child(1) {
  height: 700px;
}

.list:nth-child(2) {
  height: 563px;
}

.login-btn, .call-btn {
  position: relative;
  width: 512px;
  height: 100px;
  background: #e65a23;
  margin: 0 auto;
  border-radius: 60px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  line-height: 100px;
  margin-top: 80px;
  box-shadow: 5px 4px 8px 1px #0000004a;
  cursor: pointer;
}

.belong {
  font-size: 32px;
  font-weight: 900;
  color: #ef5c1a;
  margin-bottom: 25px;
}

.list-text {
  position: relative;
  margin-top: 60px;
  width: 100%;
  font-size: 28px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.list-content {
  position: relative;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -2px;
  padding: 10px 0;
  margin: 0 0 20px;
}

.list-input input {
  width: 512px;
  height: 80px;
  border: none;
  margin: 10px 0;
  font-size: 28px;
  border-radius: 60px;
  padding-left: 38px;
  background: rgb(249,249,249);
  -webkit-appearance: none;
  box-shadow: 
  inset 7px 6px 8px -3px rgb(224 224 224), 
  inset -2px -2px 0px 0px white 
  ;
  -webkit-box-shadow: 
  inset 7px 6px 8px -3px rgb(224 224 224) , 
  inset -2px -2px 0px 0px white 
  ;
}

.list-bottom {
  font-size: 20px; 
  color: #999999; 
  letter-spacing: -2px;
}

.login-fail-message {
  color: #ed702d;
  font-size: 22px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}