﻿@charset "UTF-8";
table {
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
}

table caption {
  display: none;
}

table.table_style01 {
  border-top: 2px solid #444;
  border-bottom: 1px solid #a5a7aa;
}

table.table_style01.border-no {
  border-top: none;
}

table.table_style01.border-no td:last-child {
  border-right: 1px solid #d9d9d9;
}

table.table_style01.border-right td:last-child {
  border-right: 1px solid #d9d9d9;
}

table.table_style01 tr.on {
  background: #f3f4f8;
}

table.table_style01 tr.border-top th {
  border-top: 1px solid #d9d9d9;
}

table.table_style01 th {
  padding: 4px;
  font-weight: 700;
  position: relative;
  background: #ebebeb;
  font-size: 0.825rem;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

table.table_style01 th:last-child:after {
  content: none;
}

table.table_style01 td {
  padding: 4px;
  line-height: 1.4;
  font-size: 0.825rem;
  text-align: center;
  border-right: 1px solid #f2f4f7;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
}

table.table_style01 td.center {
  text-align: center;
}

table.table_style01 td.right {
  text-align: right;
}

table.table_style01 td:last-child {
  border-right: 0;
}

table.table_style01 td.color-b {
  border-left: 4px solid #42519e;
}

table.table_style01 td.color-g {
  border-left: 4px solid #2c8279;
}

table.table_style01 td.color-o {
  border-left: 4px solid #dd7714;
}

table.table_style01 td .board-list-link {
  transition: all .2s;
}

table.table_style01 td .board-list-link:hover {
  color: #999;
}

table.table_style01 td .board-list-link.lock:after {
  content: "";
  display: inline-block;
  background: url(/static/co/images/spr_ico_crud.png) no-repeat -45px -52px;
  width: 13px;
  height: 17px;
  margin-left: 14px;
  vertical-align: -1px;
}

table.table_style01 td .board-list-link.good:before {
  content: "";
  display: inline-block;
  background: url(/static/co/images/spr_ico_crud.png) no-repeat -52px -89px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -5px;
}

table.table_style01 td .board-list-link.bad:before {
  content: "";
  display: inline-block;
  background: url(/static/co/images/spr_ico_crud.png) no-repeat -16px -89px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -5px;
}

table.table_style01.board-list td {
  border-right: 0;
  padding: 20px 0;
}

table.table_style01.board-list td.no-data-found {
  padding: 130px 20px;
}

table.table_style01.padding-0 thead tr:nth-child(even) th {
  border-top: 1px solid #d9d9d9;
}

table.table_style01.padding-0 th {
  vertical-align: middle;
  font-size: 0.875rem;
  display: table-cell;
}

table.table_style01.padding-0 th:after {
  height: 26px;
}

table.table_style01.padding-0 th:nth-child(2) {
  border-top: 1px solid #d9d9d9;
}

table.table_style01.padding-0 td {
  padding: 23px 0;
}

table.vt-dark {
  border-bottom: 1px solid #a5a7aa;
}

table.vt-dark.pd0 td {
  padding: 20px 0;
}

table.vt-dark.border-top {
  border-top: 1px solid #a5a7aa;
}

table.vt-dark tbody tr.orange {
  background: #ffddbc;
}

table.vt-dark tbody tr.red {
  background: #ffa5a5;
}

table.vt-dark tbody tr.blue {
  background: #beeaff;
}

table.vt-dark tbody tr.yellow {
  background: #fff1af;
}

table.vt-dark tbody tr:first-child td {
  border-top: 0;
}

table.vt-dark tbody tr.total {
  background: #f3f4f8;
}

table.vt-dark th {
  padding: 18px 0 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  background: #323648;
  border-right: 1px solid #474a5b;
  vertical-align: middle;
}

table.vt-dark th:last-child {
  border-right: 0;
}

table.vt-dark th.left {
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #474a5b;
}

table.vt-dark th.half {
  padding: 12px;
}

table.vt-dark th.sub {
  border-top: 1px solid #474a5b;
  border-right: 1px solid #474a5b;
}

table.vt-dark th.sub.point {
  background: #2f4985;
}

table.vt-dark th.sub:last-child {
  border-right: 0;
}

table.vt-dark th.sub-half {
  padding: 6px 0 8px;
  border-top: 1px solid #212535;
  border-right: 1px solid #212535;
  background: #4d5164;
  font-size: 0.875rem;
}

table.vt-dark th.sub-half:last-child {
  border-right: 0;
}

table.vt-dark th.sub-half-title {
  background: #fff;
  color: #444;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #f2f4f7;
}

table.vt-dark th.sub-half-title:last-child {
  border-right: 0;
}

table.vt-dark td {
  padding: 16px 20px;
  line-height: 1.4;
  border-right: 1px solid #f2f4f7;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
  word-break: keep-all;
}

table.vt-dark td a {
  font-size: 1rem;
}

table.vt-dark td a.table {
  font-size: 0.875rem;
}

table.vt-dark td.center {
  text-align: center;
}

table.vt-dark td.right {
  text-align: right;
}

table.vt-dark td.top {
  vertical-align: top;
}

table.vt-dark td.point {
  background: #f3f4f8;
  border-right: 1px solid #e5e9f3;
}

table.vt-dark td:last-child {
  border-right: 0;
}

table.vt-dark td .schedule {
  background: #2f4985;
  border: 5px solid #2f4985;
  border-radius: 20px;
  font-size: 0;
  position: relative;
  top: -5px;
}

table.vt-dark td .schedule.weekend {
  background: #2c8179;
  border: 5px solid #2c8179;
}

table.vt-dark.even tbody tr:nth-child(even) {
  background: #f8f8f8;
}

table.hr {
  border-top: 2px solid #444;
  border-bottom: 1px solid #a5a7aa;
}

table.hr.border-top {
  border-top: 0;
}

table.hr tr:first-child th, table.hr tr:first-child td {
  border-top: 0;
}

table.hr.no-min th {
  min-width: 0;
}

table.hr th {
  /*min-width:150px;*/
  border-top: 1px solid #d9d9d9;
  background: #f3f4f8;
  line-height: 1.4;
  font-weight: 700;
  vertical-align: middle;
  font-size: 0.825rem;
}

table.hr th.left {
  text-align: left;
  padding-left: 20px;
}

table.hr th:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}

table.hr th[rowspan] {
  border-right: 1px solid #d9d9d9;
}

table.hr td {
  padding: 19px 20px 16px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #f2f4f7;
  line-height: 1.4;
  vertical-align: middle;
}

table.hr td.center {
  text-align: center;
}

table.hr td:last-child {
  border-right: 0;
}

table.hr.board-view thead th {
  font-size: 1.125rem;
  padding: 20px 10px;
}

table.hr.board-view tbody td {
  padding: 20px 10px;
}

table.hr.board-view tbody td a {
  color: #444;
}

table.hr.board-view-list {
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

table th .important, table td .important {
  display: inline-block;
  color: #666;
}

table th .important:after, table td .important:after {
  content: "*";
  position: relative;
  top: 4px;
  right: -10px;
  color: #d43e41;
}

table.hr.writing td {
  padding: 10px 20px;
  height: 70px;
  line-height: 1;
}

table.hr.writing td.agreement-offer {
  padding: 25px 20px;
}

table.table-text {
  /*text 많은경우*/
}

table.table-text th {
  font-size: 0.875rem;
}

table.table-text td {
  font-size: 0.875rem;
}

table .list1-item {
  font-size: 1rem;
}

.popup_top {
  font-size: 24px;
}

.btn_close4 {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn_close4 a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
