

.sd {
    max-width: 100%;
    z-index: 0;
    pointer-events: all;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    flex: none;
}

.sd.icon, .sd.text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: visible;
    word-break: break-word;
    word-wrap: anywhere;
}

.sd[data-s-f5441330-8578-45c0-9128-d2b69bb24e0c] {
    align-content: center;
    align-items: center;
    background: rgba(202, 226, 232, 0.6);
    bottom: auto;
    flex: none;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    height: 65px;
    justify-content: space-between;
    left: 0;
    margin: 0 0 0 0;
    padding: 0px 40px 0px 57px;
    position: fixed;
    right: 0px;
    top: 0;
    width: auto;
    z-index: 2;
    max-width: 100%;
}
.sd[data-s-221c0615-266b-4c8e-9ba6-7244a3d2c473] {
    display: block;
    position:relative;
    right: 30px;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: right;
}
.sd[data-s-d4b0827f-41ab-4ce0-85c1-0ad93a721d2d] {
    color: #333333;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    height: auto;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

#inputFile {
    position: relative;
    padding: 100px 0 30px;
    text-align: center;
}

#inputFile2 {
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
}


#dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
    border: 2px dashed #494949;
    background: rgba(22, 165, 191, 0);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 300px;
    height: 80px;
    opacity: 0;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
}

#btnInputFile,
#btnChangeFile {
    /* display: table; */
    width: 300px;
}

#btnChangeFile {
    display: none;
}


#btnInputFile span,
#btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 300px;
    height: 50px;
    /* border: 1px solid #333; */
    border-radius: 10px;
    background: darkgreen;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}

/* #upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
} */



.table_design09 {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
    width: 95%;
    /* max-width: 700px; */
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
  }
  .table_design09 tr {
    background-color: #e6f1f6;
  }
  .table_design09 tr:nth-child(even) {
    background-color: #fff;
  }
  .table_design09 th, .table_design09 td {
    padding: 1em;
  }
  .table_design09 thead th {
    background-color: #4d9bc1;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table_design09 tbody th {
    color: #4d9bc1;
  }
  @media screen and (max-width: 787px) {
    .table_design09 {
      border-radius: 0;
      text-align: left;
    }
    .table_design09 thead {
      display:none;
    }
    .table_design09 tr {
      background-color: unset;
    }
    .table_design09 th, .table_design09 td {
      display: block;
      border: 0;
      border-bottom: 1px solid #4d9bc1;
    }
    .table_design09 tbody th{
      background: #4d9bc1;
      color:#fff;
      text-align: center;
    }
    .table_design09 td::before{
      content: attr(data-label);
      background-color: #e6f1f6;
      font-weight: bold;
      display: inline-block;
      width: 20%;
      min-width: 4em;
      text-align: center;
      margin-right: 0.5em;
      padding: 4px;
      border-radius: 100vh;
    }
  }
#search_result01 {
  width: 95%;
  margin: 0 auto;
  background-color: khaki;
  border-radius: .25rem;
  position: relative;
  /* top: 60px; */
}