main.main {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
}
main.main .gboard-sec {
  padding-top: 70px;
}
main.main .gboard-sec ._con {
  padding: 0 10px;
}
main.main .gboard-sec ._con .gboard-cont {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  main.main .gboard-sec {
    padding-top: 50px;
  }
  main.main .gboard-sec ._con {
    padding: 0 10px;
  }
  main.main .gboard-sec ._con .gboard-cont {
    width: 100%;
    padding-bottom: 80px;
  }
}

#kboard-ask-one-list .kboard-list table {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  font-size: 13px;
  border-collapse: collapse;
}
#kboard-ask-one-list .kboard-list table a {
  color: black;
  font-weight: normal;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  font-size: 13px;
}
#kboard-ask-one-list .kboard-list table thead {
  display: flex;
  background-color: transparent;
}
#kboard-ask-one-list .kboard-list table thead tr {
  width: 100%;
  display: flex;
  border: 0;
  background-color: transparent;
  transition-duration: 0.3s;
}
#kboard-ask-one-list .kboard-list table thead tr td {
  font-weight: bold;
  color: #2d2d2d;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f5f5f5;
  padding: 10px 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  word-break: break-all;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-uid {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-title {
  width: 60%;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-user {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-date {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-category {
  width: 100px;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-status {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-vote {
  display: none;
  width: 55px;
}
#kboard-ask-one-list .kboard-list table thead tr td.kboard-list-view {
  display: none;
  width: 55px;
}
#kboard-ask-one-list .kboard-list table tbody {
  width: 100%;
  display: flex;
}
#kboard-ask-one-list .kboard-list table tbody tr {
  width: 100%;
  display: flex;
}
#kboard-ask-one-list .kboard-list table tbody tr td {
  padding: 10px 0;
  height: auto;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-uid {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-title {
  width: 60%;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-user {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-date {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-category {
  width: 100px;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-status {
  width: 10%;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-vote {
  display: none;
  width: 55px;
}
#kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-view {
  display: none;
  width: 55px;
}

@media screen and (max-width: 600px) {
  #kboard-ask-one-list .kboard-list table {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    font-size: 13px;
    border-collapse: collapse;
  }
  #kboard-ask-one-list .kboard-list table a {
    color: black;
    font-weight: normal;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    font-size: 13px;
  }
  #kboard-ask-one-list .kboard-list table thead {
    display: flex;
    background-color: transparent;
  }
  #kboard-ask-one-list .kboard-list table thead tr {
    width: 100%;
    display: flex;
    border: 0;
    background-color: transparent;
    transition-duration: 0.3s;
  }
  #kboard-ask-one-list .kboard-list table thead tr td {
    font-weight: bold;
    color: #2d2d2d;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #f5f5f5;
    padding: 10px 0;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    word-break: break-all;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-uid {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-title {
    width: 100%;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-user {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-date {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-category {
    display: none;
    width: 100px;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-status {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-vote {
    display: none;
    width: 55px;
  }
  #kboard-ask-one-list .kboard-list table thead tr td.kboard-list-view {
    display: none;
    width: 55px;
  }
  #kboard-ask-one-list .kboard-list table tbody {
    width: 100%;
    display: flex;
  }
  #kboard-ask-one-list .kboard-list table tbody tr {
    width: 100%;
    display: flex;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-uid {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-title {
    width: 100%;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-user {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-date {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-category {
    display: none;
    width: 100px;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-status {
    display: none;
    width: 10%;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-vote {
    display: none;
    width: 55px;
  }
  #kboard-ask-one-list .kboard-list table tbody tr td.kboard-list-view {
    display: none;
    width: 55px;
  }
}

/*# sourceMappingURL=style.css.map */
