@charset "UTF-8";
/* ============================================== */
/* FONT :: NanumBarunGothic */
/* ============================================== */
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */
@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 300;
  src: url(../font/subset/NanumBarunGothicLightSubset.eot);
  src: url(../font/subset/NanumBarunGothicLightSubset.eot?#iefix) format("embedded-opentype"), url(../font/NanumBarunGothicOTFLight.woff2) format("woff2"), url(../font/NanumBarunGothicOTFLight.woff) format("woff"), url(../font/NanumBarunGothicOTFLight.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 400;
  src: url(../font/subset/NanumBarunGothicSubset.eot);
  src: local("NanumBarunGothicOTF"), local("나눔바른고딕OTF"), url(../font/subset/NanumBarunGothicSubset.eot?#iefix) format("embedded-opentype"), url(../font/NanumBarunGothicOTFA.woff2) format("woff2"), url(../font/NanumBarunGothicOTFA.woff) format("woff"), url(../font/NanumBarunGothicOTFA.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 500;
  src: url(../font/subset/NanumBarunGothicBoldSubset.eot);
  src: url(../font/subset/NanumBarunGothicBoldSubset.eot?#iefix) format("embedded-opentype"), url(../font/NanumBarunGothicOTFBoldA.woff2) format("woff2"), url(../font/NanumBarunGothicOTFBoldA.woff) format("woff"), url(../font/NanumBarunGothicOTFBoldA.ttf) format("truetype");
}

/* ============================================== */
/* FONT :: Roboto */
/* ============================================== */
/* 초기화 셋팅 */
* {
  padding: 0;
  margin: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 폰트 설정 */
body {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', 'NanumBarunGothic', Helvetica, sans-serif;
}

body * {
  font-family: inherit;
}

/* 폰트 안티앨리어싱 */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* dimmed 처리 */
body.dimmed {
  -ms-touch-action: none;
      touch-action: none;
}

body.dimmed::after {
  content: '';
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/* wrap */
.wrap {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-wide {
  width: calc(100% - 60px);
}

@media only screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 40px);
  }
}

/* display:flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* clearfix */
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* 정렬 */
.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* 패딩, 마진 */
.mb-5 {
  margin-bottom: 50px;
}

.mb-12 {
  margin-bottom: 120px;
}

/* 타이틀 */
h1 {
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #323538;
  word-break: keep-all;
}

h1.title {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.3px;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #323538;
  word-break: keep-all;
}

h2.title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  border-bottom: 1px #323538 solid;
}

/* 버튼 */
button {
  border: 0;
  background: transparent;
  vertical-align: middle;
  cursor: pointer;
  /* 기본 버튼 스타일 */
  /* 기본 버튼 스타일 - 라인 */
}

button.btn_default {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.19px;
  text-align: center;
  color: #ffffff;
  background: #3d4356;
  border-radius: 3px;
}

button.btn_default:hover {
  background: #2a324a;
}

button.btn_default:active {
  background: #0e2b48;
}

button.btn_border {
  border: solid 1px #3d4356;
  background-color: #ffffff;
  text-align: center;
  color: #3d4356;
}

button.btn_border:hover {
  color: #005df1;
  border-color: #005df1;
  background-color: rgba(0, 93, 241, 0.1);
}

button.btn_border:active {
  color: #10dcd2;
  border-color: #10dcd2;
  background-color: rgba(16, 220, 210, 0.1);
}

button.btn_refresh.h22 {
  width: 63px;
  height: 22px;
  font-size: 0;
  background: url("../img/refresh@2x.png") center/cover no-repeat;
}

button.btn_refresh.h22:hover {
  background-image: url("../img/refresh-hover@2x.png");
}

button.btn_refresh.h22:active {
  background-image: url("../img/refresh-pressed@2x.png");
}

button.btn_excelDL {
  width: 134px;
  height: 42px;
  font-size: 0;
  background: url("../img/down-excel@2x.png") center/cover no-repeat;
}

button.btn_excelDL:hover {
  background-image: url("../img/down-excel-hover@2x.png");
}

button.btn_print.h44 {
  width: 77px;
  height: 42px;
  font-size: 0;
  background: url("../img/print@2x.png") center/cover no-repeat;
}

button.btn_print.h44:hover {
  background-image: url("../img/print-hover@2x.png");
}

button.btn_return {
  width: 278px;
  max-width: 100%;
  height: 68px;
  background-color: #004aaa;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: -0.22px;
  text-align: center;
}

button.btn_return:hover {
  background-color: #003881;
}

button.btn_return:active {
  background-color: #0e2b48;
}

button.btn_return .icon {
  vertical-align: middle;
  margin-left: 12px;
}

/* 인풋 */
input[type=text], textarea, input[type=file] + .fileName {
  width: 100%;
  border: solid 1px #bbbec2;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #323538;
  background-color: #ffffff;
}

input[type=text].search {
  border: 0;
  padding: 0;
  border-bottom: 3px #323538 solid;
}

select {
  width: 100%;
  height: 52px;
  border: solid 1px #bdc2c7;
  background-color: #ffffff;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  background: url("../img/check-box-disabled@2x.png") left center/22px 22px no-repeat;
  padding: 0 0 0 30px;
}

input[type=checkbox].right + label {
  background-position: right center;
  padding: 0  30px 0 0;
}

input[type=checkbox]:checked + label {
  background-image: url("../img/check-box-abled@2x.png");
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  background: url("../img/ico-h-24-radio-btn-in-active@2x.png") left center/24px 24px no-repeat;
  padding-left: 32px;
  cursor: pointer;
}

input[type=radio]:checked + label {
  background-image: url("../img/ico-h-24-radio-btn-active@2x.png");
}

input[type=file] + .fileName.filled {
  color: #323538;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=file] + .fileName {
  color: #bbbec2;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=file] + .fileName {
  color: #bbbec2;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=file] + .fileName {
  color: #bbbec2;
}

input::placeholder, textarea::placeholder, input[type=file] + .fileName {
  color: #bbbec2;
}

/* 진행도 표시 */
.step li {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px #005df1 solid;
  background: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.12px;
  color: #005df1;
  position: relative;
  margin-left: 10px;
}

.step li:first-child {
  margin-left: 0;
}

.step li.on {
  background-color: #005df1;
  color: #ffffff;
}

.step li:not(:last-child)::after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #005df1;
  position: absolute;
  top: 11px;
  right: -15px;
}

/* 탭 */
.boxTab {
  margin-right: 4px;
}

.boxTab li {
  list-style: none;
  display: inline-block;
  padding: 16px 33px;
  color: #8a8e94;
  border-top: 1px #aaabbe solid;
  border-right: 1px #aaabbe solid;
  border-bottom: 1px #323538 solid;
  border-left: 0;
  margin-right: -4px;
  cursor: pointer;
}

.boxTab li.on {
  font-weight: 500;
  border-top: 3px #323538 solid;
  border-right: 1px #323538 solid;
  color: #323538;
  border-bottom: 1px transparent solid;
  border-left: 1px #323538 solid;
  padding-top: 14px;
}

/* 드롭다운 */
.dropdown1 li {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.2px;
  height: 48px;
  padding: 10px 19px;
  list-style: none;
  cursor: pointer;
}

.dropdown1 li:hover, .dropdown1 li.on {
  color: #005df1;
}

.selectBox {
  border: 1px #bbbec2 solid;
  display: inline-block;
  position: relative;
  background: url("../img/ico-h-24-arrow-select-box@2x.png") right 15px top 8px/24px 24px no-repeat;
  background-color: #ffffff;
}

.selectBox .selected {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.2px;
  color: #323538;
  padding: 6px 49px 6px 15px;
  cursor: pointer;
}

.selectBox ul {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 5;
  background-color: #ffffff;
  border: 1px #bbbec2 solid;
}

.selectBox li {
  cursor: pointer;
}

.selectBox.small1 {
  background-position: right 15px top 8px;
}

.selectBox.small1 .selected {
  padding: 6px 49px 6px 15px;
}

.selectBox.small1 ul {
  padding: 2px 0;
}

.selectBox.small1 li {
  list-style: none;
  padding: 4px 15px;
  line-height: 1.57;
  letter-spacing: -0.17px;
}

.selectBox.small1 li:hover {
  color: #005df1;
}

.selectBox.small2 {
  vertical-align: middle;
  background-position: right 8px top 6px;
}

.selectBox.small2 .selected {
  font-size: inherit;
  line-height: 1.57;
  letter-spacing: -0.17px;
  padding: 7px 36px 7px 12px;
}

.selectBox.small2 ul {
  padding: 2px 0;
}

.selectBox.small2 li {
  list-style: none;
  padding: 5px 12px;
  line-height: 1.57;
  letter-spacing: -0.17px;
}

.selectBox.small2 li:hover {
  color: #005df1;
}

/* 테이블 */
.table {
  border-top: 2px #323538 solid;
  width: 100%;
  border-collapse: collapse;
}

.table thead {
  background-color: #f7f7f9;
}

.table tr {
  border-top: 1px #e0e0ec solid;
  border-bottom: 1px #e0e0ec solid;
}

.table th {
  font-weight: normal;
}

.table th, .table td {
  border-left: 1px #e0e0ec solid;
  border-right: 1px #e0e0ec solid;
  padding: 16px 0;
  min-height: 50px;
  text-align: center;
}

.table th:first-child, .table td:first-child {
  border-left: 0;
}

.table th:last-child, .table td:last-child {
  border-right: 0;
}

.table.list thead {
  background-color: transparent;
}

.table.list thead tr {
  border-bottom: 1px #323538 solid;
}

.table.list tbody tr:hover {
  background-color: #eff6ff;
}

.table.list th {
  font-weight: 500;
}

.table.list th, .table.list td {
  border-left: 0;
  border-right: 0;
}

/* 메시지박스 */
.message {
  background: #f7f7f9;
  border: 1px #bbbec2 solid;
  color: #8a8e94;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}

.message img {
  vertical-align: middle;
}

/* 아이콘 */
.icon_file {
  width: 18px;
  height: 18px;
  font-size: 0.5em;
  vertical-align: middle;
}

/* 페이지네이션 */
.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
  border: solid 1px #e0e0ec;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 -1px;
}

.pagination li.prevFirst {
  background: url("../img/ico-h-30-prev-first.png") center/10px 11px no-repeat;
  font-size: 0;
}

.pagination li.prev {
  background: url("../img/ico-h-30-prev.png") center/6px 11px no-repeat;
  font-size: 0;
  margin-right: 5px;
}

.pagination li.next {
  background: url("../img/ico-h-30-next.png") center/6px 11px no-repeat;
  font-size: 0;
  margin-left: 5px;
}

.pagination li.nextLast {
  background: url("../img/ico-h-30-next-last.png") center/10px 11px no-repeat;
  font-size: 0;
}

.pagination li.on {
  background-color: #1e2e56;
  border-color: #3d4356;
  color: #ffffff;
  font-weight: bold;
}

/* ============================================== */
/* header */
/* ============================================== */
header {
  border-bottom: 1px #e0e0ec solid;
  padding: 0 20px;
}

header .header_mo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .header_mo .logo {
  width: 163px;
  height: 44px;
  vertical-align: middle;
}

header .header_mo .logo a, header .header_mo .logo img {
  width: 100%;
  height: 100%;
}

header .header_mo nav {
  display: none;
  background-color: #2a324a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
}

header .header_mo nav .btn_close {
  background-color: transparent;
  border: 0;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 5px;
  color: #ffffff;
  font-weight: 600;
}

header .header_mo nav .btn_close img {
  height: inherit;
  vertical-align: middle;
}

header .header_mo nav ul.depth1 {
  margin-top: 80px;
  padding-bottom: 30px;
  height: calc(100% - 80px);
  overflow-y: auto;
}

header .header_mo nav ul.depth1 > li {
  display: block;
  height: auto;
  padding: 0 0;
  margin: 0 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  border-bottom: 1px rgba(255, 255, 255, 0.14) solid !important;
}

header .header_mo nav ul.depth1 > li:first-child {
  border-top: 1px rgba(255, 255, 255, 0.14) solid;
}

header .header_mo nav ul.depth1 > li:hover, header .header_mo nav ul.depth1 > li:active, header .header_mo nav ul.depth1 > li.on {
  color: #7ebaff;
}

header .header_mo nav ul.depth1 > li.group {
  padding-right: 0;
  background: url(../img/arrow-down-notice@2x.png) right top 17px/24px 24px no-repeat;
}

header .header_mo nav ul.depth1 > li.group:hover {
  background-image: url(../img/arrow-up-active@2x.png);
}

header .header_mo nav ul.depth1 > li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 56px;
}

header .header_mo nav ul.depth2 {
  /* nav > depth2 */
  display: none;
  position: static;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background-color: transparent;
  border-top: 1px rgba(255, 255, 255, 0.14) solid;
}

header .header_mo nav ul.depth2 > li {
  height: auto;
  padding: 0 20px;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
}

header .header_mo nav ul.depth2 > li:hover, header .header_mo nav ul.depth2 > li:active, header .header_mo nav ul.depth2 > li.on {
  background-color: transparent;
}

header .header_mo nav ul.depth2 > li a {
  display: inline-block;
  font-weight: 300;
  line-height: 1.86;
  padding: 13px 0;
}

header .header_mo nav ul.depth2 > li a::before {
  content: '-';
  padding-right: 8px;
}

header .header_mo nav ul.depth2 > li a:hover, header .header_mo nav ul.depth2 > li a:active, header .header_mo nav ul.depth2 > li a.on {
  color: #7ebaff;
  font-weight: 500;
}

header .header_mo > .btns {
  display: block;
  line-height: 90px;
  margin-right: 0;
}

header .header_mo > .btns .btn_searchIcon, header .header_mo > .btns .btn_hambugerMenu {
  width: 60px;
  vertical-align: middle;
}

header .header_mo > .btns .btn_searchIcon {
  display: none;
}

header .header_mo .popup_search {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .header_mo > .btns .btn_searchIcon {
    display: inline;
  }
}
/*# sourceMappingURL=layout.css.map */