.sub-contents-wrap .btn-primary:not(:disabled):not(.disabled):active, .sub-contents-wrap .btn-primary:not(:disabled):not(.disabled).active, .sub-contents-wrap .show > .btn-primary.dropdown-toggle {
  color: #014E4B;
  background: #fff;
  border: 1px solid #014E4B;
}
.sub-contents-wrap .btn-primary {
  color: #E2701E;
  background: #fff;
  border: 1px solid #E2701E;
  border-radius: 20px;
}
.sub-contents-wrap .btn-primary:hover {
  color: #fff;
  background: #E2701E;
  border: 1px solid #E2701E;
  border-radius: 20px;
}
.sub-contents-wrap .btn-primary-reverse:not(:disabled):not(.disabled):active, .sub-contents-wrap .btn-primary-reverse:not(:disabled):not(.disabled).active, .sub-contents-wrap .show > .btn-primary-reverse.dropdown-toggle {
  color: #fff;
  background: #E2701E;
  border: 1px solid #E2701E;
}
.sub-contents-wrap .btn-primary-reverse {
  color: #fff;
  background: #E2701E;
  border: 1px solid #E2701E;
  border-radius: 10px;
}
.sub-contents-wrap .btn-primary-reverse:hover {
  color: #fff;
  background: #cb651c;
  border: 1px solid #cb651c;
  border-radius: 10px;
}

.sub-contents-wrap table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sub-contents-wrap .table-search-form .col-form-label {
  padding-top: 11px;
  background: url("/pub/site/default/images/sub/dot_list.svg") no-repeat left 10px center;
  font-size: 22px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-contents-wrap .table-search-form .form-control {
  height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  border-color: #CCCCCC;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  width: auto;
}
.sub-contents-wrap .table-search-form .btn {
  height: 50px;
}
.sub-contents-wrap .table-search-form .date-picker {
  max-width: 200px;
}
.sub-contents-wrap .table-search-form .form-group {
  margin-left: 1rem;
}
.sub-contents-wrap .unit-txt {
  color: #000;
  font-size: 18px;
  margin-top: 15px;
}
.sub-contents-wrap .table-responsive table {
  border-top: 2px solid #000;
  border-right: 1px solid #ccc;
}
.sub-contents-wrap .table-responsive table thead th {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.sub-contents-wrap .table-responsive table thead .sub-title th {
  font-size: 18px;
  font-weight: bold;
  background: #FCF8ED;
}
.sub-contents-wrap .table-responsive table tbody th {
  border-top: none;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #000;
}
.sub-contents-wrap .table-responsive table th {
  background: #F8F3E4;
  text-align: center;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}
.sub-contents-wrap .table-responsive table td {
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  color: #888;
  vertical-align: middle;
}
.sub-contents-wrap .con-btn-group .excel {
  padding-left: 55px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 25px;
  background: url("/pub/site/default/images/sub/icon_excel.svg") no-repeat left 25px center;
}
.sub-contents-wrap .con-btn-group .excel:hover {
  background: url("/pub/site/default/images/sub/icon_excel_hover.svg") no-repeat left 25px center;
  background-color: #E2701E;
}
.sub-contents-wrap .con-btn-group .print {
  padding-left: 55px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 13px;
  margin-left: 20px;
  border-radius: 25px;
  background: url("/pub/site/default/images/sub/icon_printer.svg") no-repeat left 20px center;
}
.sub-contents-wrap .con-btn-group .print:hover {
  background: url("/pub/site/default/images/sub/icon_printer_hover.svg") no-repeat left 20px center;
  background-color: #E2701E;
}
.sub-contents-wrap .alert.alert-info {
  padding: 40px 30px 38px;
  background: #FAF8E8;
  border-radius: 10px;
  border: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #E2701E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #E2701E;
  border-color: #E2701E;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #E2701E;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #E2701E;
  cursor: not-allowed;
  background-color: #fff;
}

.paging-container {
  padding-top: 20px;
}
.paging-container .pagination {
  margin: 0;
}
.paging-container .pull-left {
  font-weight: 400;
}
.paging-container select {
  padding: 5px;
}

#sub {
  min-height: 600px;
}
#sub .sub-top {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#sub .sub-top .sub-nav {
  padding: 0;
  background: #FF7C1D;
}
#sub .sub-top .sub-nav ul li {
  height: 50px;
  width: 260px;
  line-height: 50px;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
#sub .sub-top .sub-nav ul li:first-child {
  border-left: 1px solid #fff;
}
#sub .sub-top .sub-nav ul li.sub-nav-home {
  width: 50px;
}
#sub .sub-top .sub-nav ul li.sub-nav-home a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
}
#sub .sub-top .sub-nav ul li.sub-nav-home a img {
  vertical-align: middle;
}
#sub .sub-top .sub-nav ul li dl dt a {
  display: block;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
  position: relative;
}
#sub .sub-top .sub-nav ul li dl dt a:after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 25px;
  background: url("/pub/site/default/images/sub/arrow_selector.svg") no-repeat center;
  transform: rotate(0);
}
#sub .sub-top .sub-nav ul li dl dt a.active:after {
  transform: rotate(180deg);
}
#sub .sub-top .sub-nav ul li dl dd {
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  overflow: hidden;
}
#sub .sub-top .sub-nav ul li dl dd a {
  line-height: 1.4;
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 16px;
  color: #707070;
  background: #fff;
}
#sub .sub-top .sub-nav ul li dl dd a:first-child {
  padding-top: 10px;
}
#sub .sub-contents-wrap {
  margin-bottom: 100px;
}
#sub .sub-contents-wrap .sub-con-title {
  padding-top: 40px;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}
#sub h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
#sub .txt {
  font-size: 18px;
  font-weight: 300;
}

.defaultBoard table {
  border-bottom: 1px solid #707070;
}
.defaultBoard table thead th {
  background: #F7F7F7;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
  border-top: 1px solid #707070;
  text-align: center;
  padding: 25px 0 23px;
}
.defaultBoard table tbody tr:first-child th, .defaultBoard table tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
.defaultBoard table tbody th {
  text-align: center;
  font-size: 1.125rem;
  border-bottom: 1px solid #ddd;
  padding: 25px 0 23px;
  vertical-align: middle;
}
.defaultBoard table tbody td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 25px 0 23px;
}
.defaultBoard table tbody td a {
  color: #000;
  font-size: 1.125rem;
}

.Page.navigation a {
  color: #000;
}

@media (min-width: 776px) {
  .sub-contents-wrap .table-search-form .date-picker {
    width: 200px;
  }
}
@media (max-width: 1191.98px) {
  .sub-contents-wrap {
    margin-bottom: 100px;
  }
  .sub-contents-wrap .sub-con-title {
    padding-top: 100px;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
  }

  h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .txt {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 967.98px) {
  .has3depth .sub-nav-home {
    display: none;
  }
  .has3depth .sub-nav-menu1 {
    display: none;
  }

  .paging-container .pull-left {
    float: initial !important;
  }
  .paging-container .pull-right {
    float: initial !important;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .sub-nav-home {
    display: none;
  }

  .sub-nav-menu1 {
    display: none;
  }

  li {
    width: 100% !important;
  }

  .has3depth .sub-nav-menu2 {
    display: none;
  }
}
@media (max-width: 775.98px) {
  .sub-contents-wrap .table-search-form .form-group {
    width: 100%;
  }
  .sub-contents-wrap .table-search-form .form-group .form-control {
    width: 100%;
    max-width: initial;
  }
  .sub-contents-wrap .table-search-form .form-group .btn {
    margin-top: 10px;
  }
}

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