* {
  margin: 0;
  padding: 0;
}

body, html {
    height: 100%;
    font-family: Arial,sans-serif;
    font-size: 16px;
}

.cnt {
    min-height: 100vh;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #e6e6e6;
}

.cont {
    width: 810px;
    background: #ffffff;
    border-radius: 10px;
    padding: 58px 50px 70px 50px;
}

#piclist {
  width: 100%;
  background-color: #f7f7f7;
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  padding: 10px 30px 9px 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#upld {
  width: 93%;
  max-width: 755px;
  background-color: #f7f7f7;
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  padding: 10px 30px 9px 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#prgrs {
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 12px;
}

#prgrsbr {
  width: 0%;
  height: 30px;
  background-color: #00ad5f;
  text-align: center;
  line-height: 30px;
  color: white;
  border-radius: 10px;
}

#cst {
  width: 100%;
  max-width: 800px;
}

.ghst {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rsz {
  max-width: 800px;
}

input::file-selector-button {
    height: 50px;
    background-color: #333333;
    border-radius: 12px;
    color: #ffffff;
    border-style: none;
    padding: 18px;
}

button {
    height: 50px;
    background-color: #333333;
    border-radius: 25px;
    color: #ffffff;
    border-style: none;
}

button:hover {
    background-color: #00ad5f;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 49%;
}
