
/* 테이블(class=table) */
table.table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  margin: 20px 10px;
}

table.table thead th {
  padding: 17px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid rgb(241 186 23);
  background: #f1f1f1;
  text-align: center;
}
table.table tbody th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
}
table.table td {
  color:black;
  font-size: 13px;
  padding: 17px 12px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}



@media screen and (max-width:1024px) {
  table.table{
    margin: 0px;
    margin-top:20px;
  }
  table.table td{
    padding: 10px 0px;
    font-size: 13px;
  }

  .type_btn_frame{
    width: 100% !important;
    max-width: 450px;
  }

  .type_btn_frame > .type_btn1, .type_btn_frame > .type_btn2{
    width: 45%;
    overflow: hidden;
  }
  .type_btn_frame > .type_btn2{
    margin-left: 5%;
  }
  .list_wrap{
    padding: 40px 0px !important;
  }
  .formlistwrap{
    padding: 10px 0px !important;
  }
  .list > span {
    display: inline-block;
    width: 60%;
  }
}