#reset-password {
  padding-top: 100px;
}

ul {
  list-style: none;
}

.text-tab {
  width: 88px;
  height: 20px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  text-align: center;
  color: #028267;
}

.menu {
  padding-left: 0px;
  height: 53px;
  margin: 0px;
}

.menu li {
  float: left;
  width: 50%;
  font-weight: bold;
}

.menu li.active a {
  font-weight: bold;
  color: #028267;
  background: #fff;
  z-index: 1;
  text-decoration: none;
  font-weight: bold;
  font-family: Pretendard;
  font-size: 16px;

  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.menu li:first-child a {
  border-right: none;
  border-left: 1px solid #d3d3d3;
}

.menu li:first-child.active a {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.menu li:last-child.active a {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 0px solid #fff;
}

.menu li a {
  display: block;
  line-height: 52px;
  text-align: center;
  color: #aaa;
  position: relative;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  opacity: 1;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #000;
  border-left: 0px solid #fff;
  border-right: 1px solid #d3d3d3;
  z-index: 1;
  height: 52px;
}

.lable {
  font-family: Pretendard;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #000;
}

.lable-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

.lable-header {
  font-size: 36px;
  line-height: 1.17;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.lable-content {
  font-size: 16px;
  line-height: 1.38;
  color: #555;
}

.div-align-center {
  text-align: center;
}

.content {
  height: 400px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pt-59 {
  padding-top: 59px;
  padding-left: 23%;
  padding-right: 23%;
}

.mt-64 {
  margin-top: 64px;
}

.mt-12 {
  margin-top: 12px;
}

.save {
  width: 100%;
}

.pb-59 {
  padding-bottom: 59px;
}

.mt-56 {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .index-container {
    max-width: 60% !important;
    margin: auto !important;
  }

  .lable-header {
    font-size: 30px;
  }

  .lable-title {
    font-size: 18px;
  }

  .lable-content {
    font-size: 14px;
  }

  .pt-59 {
    padding-left: 23% !important;
    padding-right: 23% !important;
  }
}

@media screen and (max-width: 500px) {
  .lable-header {
    font-size: 20px;
    line-height: 1.17;
    color: #000000;
    font-weight: bold;
    padding-left: 5%;
  }

  .lable-title {
    /* font-size: 16px; */
    line-height: 1.3;
    font-weight: bold;
  }

  .lable-content {
    font-size: 14px;
    line-height: 1.58;
    color: #555;
  }

  .pt-59 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 32px;
  }

  .pb-59 {
    text-align: left;
    padding-bottom: 20px;
  }

  .menu li a {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 15px;
    font-weight: bold;
  }

  .menu li.active a {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #292929;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
  }

  .menu li:first-child a {
    border-right: none;
    border-left: 0px;
  }

  .menu li:first-child.active a {
    border-right: 0px;
    border-left: 0px;
  }

  .menu li:last-child.active a {
    border-bottom: 2px solid #292929;
    border-right: 0px;
    border-left: 0px;
  }

  #reset-password {
    padding-top: 30px;
  }

  .menu {
    height: 48px;
  }

  .index-container {
    max-width: 500px !important;
  }
}
