/*
Theme Name: HCS
Description: HCS Web Site
Author: NKDC
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.section-table-option {
  background-color: #ebeae5;
  padding: 50px 0;
}
.section-table-option .wrapper {
  width: auto;
  max-width: 1010px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.section-table-option .wrapper::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .section-table-option .wrapper {
    padding: 0 20px;
  }
}
.section-table-option .wrapper .table-holder {
  overflow: scroll;
}
.section-table-option .wrapper .table-holder table {
  width: 100%;
  min-width: 880px;
}
.section-table-option .wrapper .table-holder table tr th,
.section-table-option .wrapper .table-holder table tr td {
  width: 5.882352941%;
  border-bottom: 5px solid #eaeaea;
}
.section-table-option .wrapper .table-holder table tr th span,
.section-table-option .wrapper .table-holder table tr td span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  color: #373737;
}
.section-table-option .wrapper .table-holder table tr td span {
  color: #fff;
}
.section-table-option .wrapper .table-holder table tr td.op1 {
  background-color: #949066;
}
.section-table-option .wrapper .table-holder table tr td.op2 {
  background-color: #373737;
}
.section-table-option .wrapper .table-holder table tr td.op3 {
  background-color: #949066;
}
.section-table-option .wrapper .table-holder table tr td:nth-of-type(even) span:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0);
}
.section-table-option .wrapper .table-holder table tr td.day {
  border-top: 5px solid #eaeaea;
}
.section-table-option .wrapper .table-holder table tr td.day span {
  color: #373737;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #8ea0a9;
  line-height: 18px;
}
.section-table-option .wrapper .table-holder table tr td.day3 {
  border-right: 1px solid #8ea0a9;
}
.section-table-option .wrapper .table-holder table tr td.title {
  border-bottom-width: 20px;
  text-align: center;
}
.section-table-option .wrapper .table-holder table tr td.title span {
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
.section-table-option .wrapper .table-holder table tr td.title span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.section-table-option .wrapper .table-holder table tr td.title1 span {
  color: #949066;
}
.section-table-option .wrapper .table-holder table tr td.title1 span:before {
  background: #949066;
}
.section-table-option .wrapper .table-holder table tr td.title2 span {
  color: #373737;
}
.section-table-option .wrapper .table-holder table tr td.title2 span:before {
  background: #373737;
}
.section-table-option .wrapper .table-holder table tr td.title3 span {
  color: #949066;
}
.section-table-option .wrapper .table-holder table tr td.title3 span:before {
  background: #949066;
}
.table-holder::-webkit-scrollbar {
  display: none;
}