:root {
  --footer-height: 240px;
}

html {
  font-size: 16px;
}
body, header, nav, main, div, a, button, ul, li, footer, h1, h2, h3, h4, h5, h6, pre, textarea {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  transition-duration: .3s;
}
body {
  background-color: white;
}
ol, ul, li {
  list-style: none;
}

header {
  border-bottom: 1px solid #D0D7E2;
  background-color: white;
}

pre {
  white-space: pre-wrap;
  font-size: 1rem;
}

p {
  margin-bottom: 0px !important;
}

a.navbar-brand {
  position: inherit;
}
button.sitemap {
  position: absolute;
  right: 20px;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  box-shadow: 0px 4px 10px 0px #0000001A;
}
button.sitemap:hover {
  background-color: #d4d4d430;
}
button.sitemap-open {
  background-image: url('/images/icon_sitemap.svg');
}
button.sitemap-close {
  background-image: url('/images/icon_sitemap_close.svg');
  position: static;
}
div.sitemap {
  position: fixed;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 1000;
  box-shadow: 0px 4px 10px 0px #0000001A;
  width: 100%;
  overflow-y: auto;
}
div.sitemap .title {
  user-select: none;
  color: #2955B8;
}
div.sitemap .title > h4 {
  margin-bottom: 30px !important;
}
div.sitemap .title > h4:before {
  content: url(/images/badge_page_sidebar_title.svg);
  margin-right: 8px;
}
.sitemap-item {
  padding: 0 30px;
}
.sitemap-item .btn-toggle {
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 600;
  pointer-events: none;
  margin-left: 12px;
}
.sitemap-item .btn-toggle.active::before {
  content: '' !important;
}
.sitemap-item .btn-toggle-nav {
  padding-top: 10px;
  padding-bottom: 15px;
}
.sitemap-item .btn-toggle-nav > li {
  height: 35px;
}
.sitemap-item .btn-toggle-nav > li > .sub-link {
  color: black;
  text-decoration: none;
  margin-left: 20px;
  font-size: 1rem;
  transition-duration: .3s;
}
.sitemap-item .btn-toggle-nav > li > .sub-link:hover {
  color: #2955B8;
}

ul.header-right-nav > li .nav-link {
  color: #5B6E8C;
  font-size: .85rem;
}
ul.header-right-nav > li .nav-link:hover {
  color: #2955B8;
}

div#headerMenu {
  font-size: 1.1rem;
  font-weight: 600;
}

div#headerMenu .nav-link {
  color: black;
  border-bottom: 3px solid white;
}
div#headerMenu .nav-link {
  position: relative;
  display: inline-block;
}
div#headerMenu .nav-link:hover {
  color: #2955B8;
}
div#headerMenu .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #2955B8;
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
}
div#headerMenu .nav-link:hover::after
, div#headerMenu .nav-link.active::after {
  width: 100%;
  left: 50%;
}

div#headerSubMenu {
  background-color: white;
  border-top: 1px solid #D0D7E2;
  border-bottom: 1px solid #D0D7E2;
  width: 100%;
  position: absolute;
  z-index: 999;
}
div#headerSubMenu .navbar-sub-title {
  border-right: 1px solid #D0D7E2;
  padding: 60px 80px 0px 40px;
}
div#headerSubMenu .navbar-sub-title > p {
  font-size: 0.9rem;
  font-weight: 800;
}
div#headerSubMenu .navbar-sub-menu {
  padding: 50px 0 60px 30px;
}
div#headerSubMenu .navbar-sub-menu .title {
  display: none;
}
div#headerSubMenu .navbar-sub-menu > .navbar-sub-item {
  width: 270px;
  min-height: 200px;
  border-right: 1px solid #E6EAF1;
}
div#headerSubMenu .navbar-sub-menu > .navbar-sub-item > h6 {
  display: inline-block;
  padding: 2px 5px;
}
div#headerSubMenu .navbar-sub-menu > .navbar-sub-item.active > h6 {
  background-color: #2955B8;
  color: white;
}
div#headerSubMenu .navbar-sub-menu .nav-link:before {
  content: url('/images/badge_header_sub_menu.svg');
  margin-right: 8px;
}
div#headerSubMenu .navbar-sub-menu .nav-link {
  color: #000000;
  padding: 0px !important;
  margin-bottom: 13px;
}
div#headerSubMenu .navbar-sub-menu .nav-link:hover {
  color: #2955B8;
}
div#headerSubMenu .navbar-sub-menu .nav-link.active {
  color: #2955B8;
  background-color: transparent;
}
.new-tab:after {
  background-image: url(/images/icon_new_tab.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  content: '';
  width: 22px;
  height: 20px;
  position: absolute;
}
.new-tab-white:after {
  background-image: url(/images/icon_new_tab_white.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  content: '';
  width: 22px;
  height: 20px;
  position: absolute;
}
.download-link:after {
  background-image: url(/images/icon_download.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  content: '';
  width: 22px;
  height: 20px;
  position: absolute;
}

.index-service-list {
  justify-content: center;
}

@media (min-width: 1400px) and (max-width: 1800px) {
  div#headerMenu .nav-link {
    padding: 8px .8rem !important;
    margin: 0 .8rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  div#headerMenu {
    font-size: .95rem;
  }
  div#headerMenu .nav-link {
    padding: 8px .6rem !important;
    margin: 0 .6rem !important;
  }
  div#headerSubMenu .navbar-sub-title {
    display: none;
  }
}
@media (min-width: 1800px) {
  a.navbar-brand {
    position: absolute;
  }
  div#headerMenu .nav-link {
    padding: 8px 1.2rem !important;
    margin: 0 1.2rem !important;
  }
}
@media (max-width: 1400px) {
  .index-service-list {
    justify-content: start;
    overflow-x: scroll;
  }
}
@media (max-width: 1200px) {
  div#headerMenu > .navbar-nav {
    padding-top: 20px;
  }
  div#headerMenu > .navbar-nav > .nav-item {
    margin-left: 20px;
    border-bottom: 1px solid #D0D7E2;
  }
  div#headerSubMenu .navbar-sub-title {
    display: none;
  }
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.link-more {
  display: block;
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #E6EAF1;
  border-radius: 50%;
  background-color: white;
}
.link-more:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url('/images/icon_plus.png') no-repeat center 50%;
}
.link-more:hover {
  background-color: #E6EAF1;
}

.lightbox-thumbnail {
  border-radius: 3px;
  width: 250px;
  height: 180px;
  padding: 3px;
}

footer {
  height: var(--footer-height);
  border-top: 1px solid #D0D7E2;
  padding: 60px 0px;
  margin-top: 100px;
  color: #A3B1C5;
  background-color: white;
}
footer a {
  color: #7086a5;
}
footer a:hover {
  color: #395173;
}
footer img.logo {
  width: auto;
  height: 30px;
}
footer .footer-desc {
  margin-left: 50px;
}
footer ul {
  padding-left: 0px;
}
footer li {
  display: inline;
  margin-right: 10px;
}
footer .footer-address > address
, footer .footer-address > p {
  margin-bottom: 0px;
}
footer .footer-link {
  margin-left: auto;
}
footer .footer-link select {
  width: 170px;
}

@media (max-width: 992px) {
  footer > div.footer-inner {
    flex-direction: column !important;
  }
  footer img.logo {
    display: none;
  }
  footer .footer-desc {
    text-align: center;
    margin-left: 0px;
  }
  footer .footer-link {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.base-input {
  background-color: #F5F6F9;
  border: 1px solid #D0D7E2;
  border-radius: 5px;
  height: 50px;
  padding: 0 10px;
}
.base-textarea {
  background-color: #F5F6F9;
  border: 1px solid #D0D7E2;
  border-radius: 5px;
  padding: 10px;
}

.badge1:before {
  content: url('/images/badge_page_sidebar_menu_active.svg');
}
.badge2:before {
  content: '';
  background-image: url(/images/badge_page_md_rect.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 10px;
  height: 13px;
  display: inline-block;
}
.badge-notice {
  background: rgba(230, 237, 251, 1);
  border: 1px solid rgba(195, 212, 248, 1);
  color: rgba(52, 103, 205, 1);
  font-size: 14px;
  font-weight: 700;
  padding: 3px;
  white-space: nowrap;
}
.badge-supported-status {
  background-color: #A3B1C5;
  color: #FFF;
  border-radius: 5px;
  padding: 1px 4px;
  font-size: 13px;
  margin-right: 3px;
  margin-bottom: 3px;
  white-space: nowrap;
}

ul.list-badge1 {
  list-style-image: url(/images/badge_page_md_rect.svg);
  padding-left: .8rem;
}
ul.list-badge1 > li {
  list-style: inherit;
}
ul.list-badge2 {
  padding-left: .8rem;
}
ul.list-badge2 li {
  text-indent: 5px;
}
ul.list-badge2 li::marker {
  content: '•';
}
ul.list-badge-reference-mark {
  padding-left: .8rem;
}
ul.list-badge-reference-mark li::marker {
  content: '\203B  ';
}

.required-badge:before {
  content: '*';
  color: #2955B8;
}

.cs-pointer {
  cursor: pointer;
}

.h-16px {
  height: 16px !important;
}
.h-22px {
  height: 22px !important;
}
.h-36px {
  height: 36px !important;
}
.h-40px {
  height: 40px !important;
}
.h-45px {
  height: 45px !important;
}
.h-50px {
  height: 50px !important;
}
.h-65px {
  height: 65px !important;
}
.h-130px {
  height: 130px !important;
}
.h-170px {
  height: 170px !important;
}
.w-auto {
  width: auto !important;
}
.w-60px {
  width: 60px !important;
}
.w-90px {
  width: 90px !important;
}
.w-110px {
  width: 110px !important;
}
.w-130px {
  width: 130px !important;
}
.w-160px {
  width: 160px !important;
}
.w-180px {
  width: 180px !important;
}
.w-200px {
  width: 200px !important;
}
.w-240px {
  width: 240px !important;
}
.w-260px {
  width: 260px !important;
}
.w-380px {
  width: 380px !important;
}

.fs-h7 {
  font-size: 1.125rem;
}
.fs-h8 {
  font-size: 0.9rem;
}
.fs-h9 {
  font-size: 0.5rem;
}
.ff-nanum-myeongjo {
  font-family: "Nanum Myeongjo", serif !important;
}
.fw-600 {
  font-weight: 600;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.ls-m1px {
  letter-spacing: -1px;
}
.c1 {
  color: #2955B8;
}
.c2 {
  color: #A3B1C5;
}
.c3 {
  color: #5B75AD;
}
.c4 {
  color: #172A5A;
}
.c5 {
  color: #0F2A64;
}
.c6 {
  color: #666E84;
}
.c8 {
  color: #002C60 !important;
}
.c9 {
  color: #280060;
}
.c10
, .c[name="Y"] {
  color: #1A73DC;
}
.c11
, .c[name="N"] {
  color: #FA2929;
}
.c12 {
  color: #318DFA;
}
.c13 {
  color: #576988;
}
.c14 {
  color: #26b7bc;
}
.c15 {
  color: #813432;
}
.c16 {
  color: #ee7951;
}
.c17 {
  color: #683486;
}
.c18 {
  color: #9161a5;
}
.c19 {
  color: #00555a;
}
.c20 {
  color: #0092a8;
}
.c21 {
  color: #8b255d;
}
.c22 {
  color: #e9538b;
}
.c23 {
  color: #73452f;
}
.c24 {
  color: #bd8263;
}
.c25 {
  color: #0c3388;
}
.c26 {
  color: #006fbc;
}
.c27 {
  color: #f2a2bb;
}
.c28 {
  color: #5B6E8C;
}
.c29 {
  color: #173D93;
}
.c30 {
  color: #1A2741;
}
.c31 {
  color: #325063;
}
.bg-c1 {
  background-color: #F3F5FA !important;
}
.bg-c2 {
  background-color: #2955B8 !important;
}
.bg-c3 {
  background-color: #173D93 !important;
}
.bg-c4 {
  background-color: #E6EAF1 !important;
}
.bg-c5 {
  background-color: #F7F3FA !important;
}
.bg-c6 {
  background-color: #FBFCFF !important;
}
.bg-c7 {
  background-color: #F4F5F8 !important;
}
.bg-c8 {
  background-color: #EEF0F5 !important;
}
.bd-c1 {
  border-color: #2955B8 !important;
  border-style: solid !important;
}
.bd-c2 {
  border-color: #E6EAF1 !important;
  border-style: solid !important;
}
.bd-c3 {
  border-color: #D0D7E2 !important;
  border-style: solid !important;
}
.bd-c4 {
  border-color: #1A73DC !important;
  border-style: solid !important;
}
.bd-c5 {
  border-color: #FBFCFF !important;
  border-style: solid !important;
}
.bd-c6 {
  border-color: #002C60 !important;
  border-style: solid !important;
}
.bt-1px {
  border-width: 1px 0 0 0;
}
.bt-3px {
  border-width: 3px 0 0 0;
}
.bt-4px {
  border-width: 4px 0 0 0;
}
.br-1px {
  border-width: 0 1px 0 0;
}
.br-2px {
  border-width: 0 2px 0 0;
}
.bb-1px {
  border-width: 0 0 1px 0;
}
.btb-1px {
  border-width: 1px 0 1px 0;
}
.p-1px {
  padding: 1px;
}
.pt-10px {
  padding-top: 10px;
}
.mt-m5px {
  margin-top : -5px;
}
.mt-100px {
  margin-top: 100px;
}
.mt-150px {
  margin-top: 150px;
}
.mt-200px {
  margin-top: 200px;
}
.mb-250px {
  margin-bottom: 250px;
}
.mb-n10px {
  margin-bottom: -10px;
}
.lh-36px {
  line-height: 36px;
}

.form-label {
  margin-bottom: 6px !important;
}

/* button */
.btn {
  font-weight: 600 !important;
}
.btn-light {
  background-color: #E6EAF1 !important;
  border: none !important;
  border-radius: 5px !important;
  color: #2955B8 !important;
}
.btn-light:hover {
  background-color: #D9E1F0 !important;
}
.btn-dark {
  background-color: #173D93 !important;
  border: none !important;
  border-radius: 5px !important;
  color: #FFFFFF !important;
  min-width: 100px;
  height: 40px;
}
.btn-dark:hover {
  background-color: rgb(10, 37, 103) !important;
}
.btn-blue {
  background-color: #2955B8 !important;
  border: none !important;
  border-radius: 5px !important;
  color: #FFFFFF !important;
  min-width: 100px;
  height: 40px;
}
.btn-blue:hover {
  background-color: #173D93 !important;
}
.btn-lightblue {
  background-color: #1A73DC !important;
  border: none !important;
  border-radius: 5px !important;
  color: #FFFFFF !important;
  min-width: 100px;
  height: 40px;
}
.btn-lightblue:hover {
  background-color: #2955B8 !important;
}
.btn-detail {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #E6EAF1;
  background-color: #F3F5FA;
  background-image: url('/images/icon_detail.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-detail:hover {
  background-color: #e5ecff;
}
.btn-excel {
  background-color: #0D773D !important;
  border: none !important;
  border-radius: 5px !important;
  color: #FFFFFF !important;
  height: 40px;
  min-width: 100px;
}
.btn-excel:hover {
  background-color: #085d2e  !important;
}
.btn-excel:before {
  content: url(/images/icon_excel.svg);
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.btn-add
, .btn-white {
  background-color: #FFFFFF !important;
  border: 1px solid #1A73DC;
  border-radius: 5px !important;
  color: #1A73DC !important;
  width: 100px;
  height: 40px;
}
.btn-add:hover
, .btn-white:hover {
  border: 1px solid #1A73DC;
  background-color: #B7CEEA !important;
}
.btn-add:before {
  content: url('/images/icon_plus.svg');
  margin-right: 5px;
}
.btn-in-table {
  width: 50px !important;
  height: 28px !important;
  border-radius: 5px !important;
  padding: 0px !important;
  font-size: .9rem !important;
}
.btn-morelight {
  background-color: #F3F5FA !important;
  border: none !important;
  border-radius: 5px !important;
  color: #1A73DC !important;
}
.btn-morelight:hover {
  background-color: #D9E1F0 !important;
}
.btn-only-icon-add {
  background-color: #1A73DC !important;
  border: 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-left: 3px;
}
.btn-only-icon-add::before {
  content: '';
  display: inline-block;
  background: url(/images/icon_plus_white.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  vertical-align: 1px;
}
.btn-cancel {
  background-color: #D0D7E2 !important;
  color: #666E84 !important;
  border: none !important;
  border-radius: 5px !important;
  min-width: 100px;
  height: 40px;
}
.btn-cancel:hover {
  background-color: #C0C9D8 !important;
}
/* button 끝 */

.program-card {
  height: 94px;
  width: 94px;
  min-width: 94px;
  background-color: #F3F5FA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* list */
.list1 {
  border-top: 3px solid #2955B8;
}
.list1 .item {
  border-bottom: 1px solid #E6EAF1;
  display: flex;
  align-items: stretch;
}
.list1 .item > .title {
  background-color: #F3F5FA;
  padding: 18px 30px;
  min-width: 200px;
  font-weight: bold;
  display: flex;
  align-items: stretch;
}
.list1 .item > .desc {
  padding: 18px 20px 18px 30px;
  font-weight: 500;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.list1 .row {
  margin: 0 !important;
}
.list1 .row > div {
  padding: 0 !important;
}
.list-style-2 {
  border-top: 3px solid #002C60;
}
.list-style-2 .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D0D7E2;
  height: 65px;
}
.list-style-2 .item > .title {
  color: #002C60;
  min-width: 200px;
  font-weight: bold;
  display: flex;
  align-items: stretch;
  padding-left: 15px;
}
.list-style-2 .item > .desc {
  font-weight: 500;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.list-style-2 .item > .desc > input {
  border: 1px solid #D0D7E2;
  background-color: #F3F5FA;
  height: 45px;
}


/* table */
.table1 a {
  text-decoration: none;
  color: inherit;
}
.table1 a:hover {
  color: #2955B8;
}
.table1 > thead > tr > th {
  background-color: #F6F6F9;
  border-bottom: 4px solid #2955B8;
  height: 60px;
  padding: 0 20px;
  vertical-align: middle;
}
.table1 > thead > tr > th:first-child
, .table-style-2 > thead > tr > th:first-child {
  border-radius: 5px 0 0 0;
}
.table1 > thead > tr > th:last-child
, .table-style-2 > thead > tr > th:last-child {
  border-radius: 0 5px 0 0;
}
.table1 > tbody > tr > td {
  height: 60px;
  padding: 0 20px;
  vertical-align: middle;
  font-weight: 500;
}
.table-style-2 {
  border-collapse: collapse;
  border-radius: 5px !important;
  border-style: hidden;
  box-shadow: 0 0 0 1px #D0D7E2;
}
.table-style-2 > thead > tr > th {
  background-color: #FDFDFD;
  border-bottom: 4px solid #1A73DC;
  height: 50px;
  padding: 0 20px;
  vertical-align: middle;
  color: #002C60;
}
.table-style-2 > tbody > tr > td {
  height: 50px;
  padding: 0 20px;
  vertical-align: middle;
  border-radius: 5px;
}
.table-style-2 > tbody > tr:nth-child(odd) > td {
  background-color: #FBFCFF;
}
.table-style-2 > tbody > tr:hover > td {
  background-color: #E4F2FD;
  border-radius: 0px;
}

.list-table th {
  width: 200px;
}
.list-table th
, .list-table td {
  vertical-align: middle;
}

.table-style-3 {
  border-top: 3px solid #002C60;
}
.table-style-3 tr {
  height: 65px;
  border-bottom: 1px solid #D0D7E2;
}
.table-style-3 th {
  color: #002C60;
}
.table-style-3 input {
  height: 45px;
}
.table-style-3 input[type="checkbox"] {
  height: 16px;
}
.table-style-3 input
, .table-style-3 textarea {
  border: 1px solid #D0D7E2;
  background-color: #F3F5FA;
  color: #000000;
  font-weight: 500;
}

.table-style-4 {
  border-top: 3px solid #2955B8;
}
.table-style-4 tr {
  height: 65px;
  border-bottom: 1px solid #E6EAF1;
}
.table-style-4 th {
  background-color: #F3F5FA;
  color: #000000;
  padding-left: 25px;
}

.table-style-5 {
  width: 100%;
  display: block;
}
.table-style-5 thead
, .table-style-5 tbody {
  width: 100%;
  display: block;
}
.table-style-5 tr {
  border: 1px solid #D0D7E2;
  border-radius: 5px;
  margin-bottom: 4px;
  display: flex;
  overflow: hidden;
  height: 50px;
  width: 100%;
  justify-content: center;
}
.table-style-5 thead tr th
, .table-style-5 tbody tr td {
  border: 0 !important;
  padding: 12px;
}
.table-style-5 thead tr th {
  color: #002C60;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
.table-style-5 tbody tr td {
  padding: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.mini-table tr
, .mini-table tr th
, .mini-table tr td {
  height: 40px !important;
}

.base-daterange {
  border-width: 1px;
  border-color: #D0D7E2;
  border-style: solid;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
}
.base-daterange > .single {
  border: 0;
  cursor: pointer;
  width: 100px;
}
.base-daterange > .single:first-child {
  padding-left: 7px;
}
.base-daterange > .single:last-child {
  padding-right: 7px;
}

/* custom */
.paginationjs .paginationjs-pages li {
  border: 0 !important;
}
.paginationjs .paginationjs-pages li:hover > a {
  color: #173D93 !important;
  font-weight: 700;
}
.paginationjs .paginationjs-pages li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: white !important;
  border: 1px solid transparent;
  color: #545C72 !important;
  font-weight: 500;
}
.paginationjs .paginationjs-pages li.active > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E6EAF1;
  border-radius: 3px;
  color: #173D93 !important;
  font-weight: 700;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}
.jBox-closeButton-box .jBox-closeButton
, .jBox-closeButton-box:before {
  top: 5px !important;
  right: 12px !important;
}
.jBox-footer {
  background-color: #F3F5FA !important;
  border-top: 1px solid #D0D7E2 !important;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
::-webkit-scrollbar-track {
  background: #F3F5FA;
}
::-webkit-scrollbar-thumb {
  background: #D0D7E2;
  border: 2px solid #F3F5FA;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  background: #C0CBDC; 
}