.header_none {
  border-bottom: none;
}

.primay_title {
  font-weight: bold;
}

.tab_list {
  display: flex;
  background-color: #fff;

  padding: 0 15px;
}

.tab_item {
  flex: 1;

  display: flex;
  justify-content: center;

  font-size: 14px;
  padding: 10px 0;
}

.tab_item.active {
  color: #e97c43;
  border-bottom: 1px solid #e97c43;
}

#start_time {
  border: 1px solid #eee;
  position: absolute;
  top: 10px;
  right: 30px;
  padding: 2px 4px;
  width: 80px;
}
