@charset "UTF-8";

/* companyInfo.html */
#companyInfo {
  background: #f8f9fb;
}
/* info-section */
.info-section {
  background: #f8f9fb;
  padding-top: 7px;
}

@media all and (max-width: 700px) {
  #companyInfo .width-wrap {
    width: 100%;
  }
  #companyInfo .width-wrap > p {
    margin-left: 16px;
  }
}

/* changePw.html */
#change-pw {
  background: #f8f9fb;
  height: 100%;
}
#change-pw {
  display: flex;
  align-items: center;
  justify-content: center;
}
#change-pw .width-wrap {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
#change-pw .width-wrap .box {
  padding: 130px 0 150px 0;
  max-width: 520px;
  width: 100%;
  text-align: center;
}
#change-pw .width-wrap .box p {
  margin: 12px 0 36px;
}

@media all and (max-width: 1120px) {
  #change-pw {
    background: var(--white);
  }
}
@media all and (max-width: 700px) {
  .info-section {
    background: #f8f9fb;
    padding-top: 0;
  }
  .info-section .width-wrap {
    width: 100%;
  }
  .info-section .width-wrap > p {
    margin-left: 16px;
  }
}
@media all and (max-width: 560px) {
  #change-pw .width-wrap .box {
    padding: 0;
    width: 97%;
  }
}

/* main.html, notice.html */
#company .width-wrap .search-area,
#notice .width-wrap .search-area {
  margin: 24px 0 36px 0;
}
#company .width-wrap .btn-area,
#company .width-wrap .btn-area .btn-zone,
#notice .width-wrap .btn-area,
#notice .width-wrap .btn-area .btn-zone {
  display: flex;
  align-items: center;
}
#company .width-wrap .btn-area,
#notice .width-wrap .btn-area {
  justify-content: space-between;
  margin-bottom: 16px;
}
#company .width-wrap .btn-area .btn-zone,
#notice .width-wrap .btn-area .btn-zone {
  gap: 8px;
}
