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

.sub-contents-wrap .btn {
  border-radius: 6px !important;
  font-size: 16px;
}
.sub-contents-wrap .btn-small {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
  height: 35px;
}
.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 top 23px;
  font-size: 18px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-contents-wrap .table-search-form .form-control {
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  border-color: #CCCCCC;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  width: auto;
}
.sub-contents-wrap .table-search-form .input-group-addon {
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}
.sub-contents-wrap .table-search-form .btn {
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.sub-contents-wrap .excel-btn-wrap .btn {
  padding: 15px 40px;
  line-height: 1;
  font-size: 18px;
  border-radius: 25px !important;
}
.sub-contents-wrap .excel-btn-wrap .btn span {
  padding-left: 10px;
}
.sub-contents-wrap .excel-btn-wrap .btn img {
  vertical-align: bottom;
}
.sub-contents-wrap .excel-btn-wrap a:hover img {
  content: url("/pub/site/default/images/sub/icon_excel_hover.svg");
}
.sub-contents-wrap .excel-btn-wrap button {
  margin-left: 20px;
}
.sub-contents-wrap .excel-btn-wrap button:hover img {
  content: url("/pub/site/default/images/sub/icon_printer_hover.svg");
}
.sub-contents-wrap .unit-txt {
  color: #000;
  font-size: 18px;
  margin-top: 5px;
}
.sub-contents-wrap .table-responsive {
  max-width: 100%;
}
.sub-contents-wrap .table-responsive table {
  border-top: 2px solid #000;
  border-right: 1px solid #ccc;
  width: 100%;
}
.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 thead .sub-title2 th {
  font-size: 18px;
  font-weight: bold;
  background: #D7F2D7;
}
.sub-contents-wrap .table-responsive table thead .sub-title3 th {
  font-size: 18px;
  font-weight: bold;
  background: #FF9966;
}
.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 tbody .sub-title2 th {
  font-size: 18px;
  font-weight: bold;
  background: #D7F2D7;
}
.sub-contents-wrap .table-responsive table tbody .sub-title3 th {
  font-size: 18px;
  font-weight: bold;
  background: #FF9966;
}
.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;
}
.sub-contents-wrap .board-top-search .all-count {
  width: 100%;
  text-align: left;
}
.sub-contents-wrap .board-list-wrap {
  border-top: 1px solid #707070;
}
.sub-contents-wrap .board-list-wrap table thead tr th {
  padding: 15px 0;
  background: #F7F7F7;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #000000;
}
.sub-contents-wrap .board-list-wrap table tbody td {
  padding: 10px 10px;
  font-size: 15px;
}
.sub-contents-wrap .board-list-wrap table tbody td .new-icon img {
  width: 20px;
}
.sub-contents-wrap .board-top-search {
  margin-bottom: 10px;
}

.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 {
  position: relative;
  z-index: 1;
  height: 250px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#sub .sub-top h2 {
  font-weight: 100;
  font-size: 40px;
  text-align: center;
  padding-top: 65px;
  color: #fff;
}
#sub .sub-top .sub-top-txt {
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
  color: #fff;
}
#sub .sub-top .breadcrumb {
  background: none;
  padding: 0;
  text-align: center;
  padding-top: 55px;
}
#sub .sub-top .breadcrumb li a {
  color: #fff;
  font-size: 16px;
}
#sub .sub-top .breadcrumb > li + li:before {
  content: ">";
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}
#sub .sub-top .sub-nav {
  margin-top: 65px;
  padding: 0;
  background: #FF7C1D;
}
#sub .sub-top .sub-nav ul li {
  height: 60px;
  width: 260px;
  line-height: 60px;
  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: 60px;
}
#sub .sub-top .sub-nav ul li.sub-nav-home a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  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: 60px;
  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-top .sub-nav ul li dl dd a.active {
  font-weight: 900;
}
#sub .sub-left-nav .sub-nav-menu1 {
  background: #FF7C1D;
  border-radius: 10px 10px 0px 0px;
  height: 56px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
#sub .sub-left-nav .sub-nav-menu2 > a {
  font-size: 15px;
  color: #000;
  min-height: 40px;
  background: #F9F8E7;
  padding: 5px 5px 3px 10px;
  border: 1px solid rgba(131, 131, 131, 0.3);
  border-top: none;
}
#sub .sub-left-nav .sub-nav-menu2 > a span {
  padding-right: 10px;
}
#sub .sub-left-nav .sub-nav-menu2 > a img {
  width: 13px;
  height: 8px;
  margin-top: -2px;
}
#sub .sub-left-nav .sub-nav-menu2 > a:hover {
  color: #E2701E;
}
#sub .sub-left-nav .sub-nav-menu2 > a:hover img {
  filter: invert(48%) sepia(94%) saturate(451%) hue-rotate(343deg) brightness(91%) contrast(94%);
}
#sub .sub-left-nav .sub-nav-menu2 > a[aria-expanded=true], #sub .sub-left-nav .sub-nav-menu2 > a[aria-expanded=" true "], #sub .sub-left-nav .sub-nav-menu2 > a.active {
  color: #E2701E;
}
#sub .sub-left-nav .sub-nav-menu2 > a[aria-expanded=true] img, #sub .sub-left-nav .sub-nav-menu2 > a[aria-expanded=" true "] img, #sub .sub-left-nav .sub-nav-menu2 > a.active img {
  transform: rotate(180deg);
  filter: invert(48%) sepia(94%) saturate(451%) hue-rotate(343deg) brightness(91%) contrast(94%);
}
#sub .sub-left-nav .sub-nav-menu3 a {
  font-size: 15px;
  color: #000;
  min-height: 40px;
  background: #fff;
  padding: 5px 7px 3px;
  border: 1px solid rgba(131, 131, 131, 0.3);
  border-top: none;
}
#sub .sub-left-nav .sub-nav-menu3 a:hover {
  color: #E2701E;
}
#sub .sub-left-nav .sub-nav-menu3 a.active {
  color: #E2701E;
}
#sub .sub-contents-wrap {
  margin-bottom: 40px;
}
#sub .sub-contents-wrap .sub-con-title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
#sub h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
#sub .txt {
  font-size: 18px;
  font-weight: 100;
}

.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;
}

#pageSurvey {
  border-top: 1px solid #d8d8d8;
}
#pageSurvey .row {
  display: block;
}
#pageSurvey form .survey_title {
  background: url("/pub/site/default/images/main/bg_satisfaction.svg") no-repeat right center;
  padding-right: 10px;
}
#pageSurvey form .survey_title div {
  width: 195px;
  height: 70px;
  padding-left: 30px;
  background: url("/pub/site/default/images/main/icon_satisfaction.svg") no-repeat left 20px center #FF7C1D;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#pageSurvey form .survey_txt_wrap {
  height: 70px;
  padding-left: 20px;
  width: calc( 100% - 265px );
  padding-right: 30px;
}
#pageSurvey form .survey_txt_wrap .survey_txt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
#pageSurvey form .survey_txt_wrap .survey_input_wrap label {
  line-height: 1;
  font-size: 14px;
}
#pageSurvey form .btn-wrap {
  height: 70px;
}
#pageSurvey form .btn-wrap .btn {
  height: 30px;
  width: 70px;
  border-radius: 25px;
  min-width: 70px;
  padding: 0;
  border: 1px solid #D8D8D8;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
#pageSurvey form .btn-wrap .btn:hover {
  color: #fff;
}

.survey .alert {
  font-size: 16px;
  margin-bottom: 30px;
}
.survey .alert h3 {
  margin-bottom: 10px;
}
.survey ul li {
  font-size: 18px;
  margin-bottom: 35px;
}
.survey ul li label {
  font-size: 18px;
}

.survey-result .alert {
  margin-top: 30px;
}
.survey-result h3 {
  margin-bottom: 10px;
}
.survey-result div.person {
  font-size: 18px;
}
.survey-result ul li {
  font-size: 18px;
  margin-bottom: 30px;
}
.survey-result ul li .table-responsive {
  margin-top: 10px;
}
.survey-result ul li .table-responsive table * {
  font-size: 15px !important;
}

@media (min-width: 776px) {
  .sub-contents-wrap .table-search-form .date-picker {
    max-width: 105px !important;
  }
}
@media (max-width: 1191.98px) {
  .sub-top {
    position: relative;
    z-index: 1;
    height: 250px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .sub-top h2 {
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    padding-top: 83px;
    color: #fff;
  }
  .sub-top .sub-top-txt {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
  }
  .sub-top .sub-nav {
    margin-top: 65px;
    padding: 0;
    background: #FAF8E8;
  }
  .sub-top .sub-nav ul li {
    height: 60px;
    width: 260px;
    line-height: 60px;
    vertical-align: middle;
    border-right: 1px solid #fff;
  }
  .sub-top .sub-nav ul li:first-child {
    border-left: 1px solid #fff;
  }
  .sub-top .sub-nav ul li.sub-nav-home {
    width: 60px;
  }
  .sub-top .sub-nav ul li.sub-nav-home a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #848484;
    font-size: 16px;
    padding-top: 2px;
  }
  .sub-top .sub-nav ul li.sub-nav-home a img {
    vertical-align: middle;
  }
  .sub-top .sub-nav ul li dl dt a {
    display: block;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
    color: #848484;
    padding-top: 2px;
    position: relative;
  }
  .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(180deg);
  }
  .sub-top .sub-nav ul li dl dt a.active:after {
    transform: rotate(0);
  }
  .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-top .sub-nav ul li dl dd a {
    line-height: 1;
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    font-size: 16px;
    color: #707070;
    background: #fff;
  }

  .sub-contents-wrap {
    margin-bottom: 100px;
  }
  .sub-contents-wrap .sub-con-title {
    padding-top: 90px;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
  }

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

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

  .sub-contents-wrap .table-search-form .form-group .form-control {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .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) {
  #pageSurvey form .survey_title {
    float: initial !important;
    background: url("/pub/site/default/images/main/bg_satisfaction.svg") no-repeat right center;
    padding-right: 10px;
  }
  #pageSurvey form .survey_title div {
    width: 100%;
    height: 50px;
  }
  #pageSurvey form .survey_txt_wrap {
    height: auto;
    padding: 10px 15px;
    width: 100%;
  }
  #pageSurvey form .survey_txt_wrap .survey_txt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  #pageSurvey form .survey_txt_wrap .survey_input_wrap label {
    line-height: 1;
    font-size: 14px;
  }
  #pageSurvey form .btn-wrap {
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    float: left;
  }
  #pageSurvey form .btn-wrap .btn {
    height: 40px;
    width: 100px;
  }
}

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