*:not(.pg-icon,.fa,.blueimp-gallery-button,i) {
  font-family: "Pretendard GOV Variable", "Pretendard GOV", -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;
}

html {
  height: 100% !important;
}

body {
  padding-top: 70px;
  height: 100% !important;
  font-size: 1rem;
}

table td a {
  color: #000;
}

table.bt tbody td:last-child {
  border-bottom: 1px solid #dee2e6;
}

table.bt tbody td.bt-block .bt-content {
  flex: 1;
}

table.bt tbody td.bt-block::before {
  content: "";
}

.table thead tr:first-child{
  border-top: 1px solid #dbdbdb !important;
}

.table thead tr:last-child {
  border-bottom: 1px solid #dbdbdb !important;
}

.table-responsive .table.  strong {
  font-weight: 500;
  color: #29587f;
}

.table-responsive .table. th,
.table-responsive .table. td {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.table-responsive .table .badge {
  padding: 4px 6px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 2px;
}



.logo {
  height: 42px;
  width: auto;
}

.logo-light {
  display: none;
}

.navbar .nav-link {
  color: #000;
}

.navbar.light .logo-light {
  display: inline-block;
}

.navbar.light .logo-dark {
  display: none;
}

.navbar.light .nav-link {
  color: #FFF;
}

body.navbar-transparent {
  padding-top: 0 !important;
}

body.navbar-transparent .navbar {
  background: transparent;
}

.head-common-menu-class .nav-item {
  display: flex;
  align-items: center;
}

.head-common-menu-class .nav-item.active .nav-link{
  font-weight: 700;
}

.head-common-menu-class .nav-item .nav-link {
  display: flex;
  gap: 2px;
  color: #333;
  word-break: keep-all;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  height: 68px;
  padding: 0 20px;
  margin: 0;
  background: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.head-common-menu-class .nav-item .nav-link:hover {
  font-weight: 600;
  box-shadow: 0 -4px 0 #29587f inset;
}

.head-common-menu-class.light .nav-item .nav-link {
  color: #fff;
  background: none;
}

.head-common-menu-class .badge-light {
  color: #29587f;
  font-size: 12px;
}


.navbar.navbar-styled {
  background-color: #FFF;
}

.nav-link:hover, .nav-link:focus {
  color: #29587f !important;
  background-color: #f1f2f4;
}

.navbar.navbar-styled .navbar-nav .nav-item.active .nav-link {
  color: #29587f !important;
}

.main-bg {
  background-image: url('../images/background/main-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 600px;
  padding-top: 200px;
  color: #FFF;
  margin-bottom: 25px;
}

.banner .banner-title {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.banner .banner-title > h4 {
  margin-top: 0.6rem;
  font-size: 1.5rem;
}

.banner .banner-title > p {
  font-size: 0.7rem;
  margin-top: 0.9rem;
  margin-bottom: 0;
}

.banner .banner-menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background-color: rgba(0, 0, 0, .06) !important;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  z-index: 1;
}

.banner .banner-menu .banner-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2.2rem;
  color: #FFF;
  height: 48px;
  transition: all .2s;
  text-decoration: none;
}

.banner .banner-menu .banner-item:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .2);
}

.banner .banner-menu .banner-item.active {
  background-color: #fff;
  color: #29587f;
}

.banner .banner-menu .banner-item.active h5 {
  font-weight: 700;
}

.banner .banner-menu .banner-item h5 {
  font-weight: 400;
  margin: 0 auto;
  transition: all .2s;
}

.banner .banner-menu .banner-item h5.dropdown-toggle:hover {
  color: #c8d1db;
  cursor: pointer;
}

.banner .banner-menu .banner-item > i {
  margin: 0 0.3rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .15);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all .2s;
}

.banner .banner-menu .banner-item > i:hover {
  background: rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, .4);
}

.banner .banner-menu .banner-item > i:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  .banner .banner-menu .banner-item {
    padding: 0 .875rem;
  }
  .banner .banner-menu .banner-item h5{
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .banner .banner-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .banner .banner-menu .banner-item {
    height: 70px;
  }
}


.banner.top-bg {
  background: url('../images/background/top-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-height: 420px;
  height: 38vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  position: relative;
}

.banner.top-bg::after {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .16);
}

.banner.top-bg .container {
  display: flex;
  flex: 1;
  z-index: 1;
}

.sub-bg {
  background: url('../images/background/sub-bg-1.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.footer {
  margin-top: 50px;
  background-color: #1b1b1b;
  padding: 1rem 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer p, .footer a {
  color: #FFF;
  font-size: 0.8rem;
}

.textarea-limit-text {
  text-align: right;
  margin: 0.5rem 0 0 0;
  font-size: 12px;
}

.btn-search {
  width: 50px;
  height: 34px;
  padding: .375rem;
}

.nav-sub .nav-tabs {
  justify-content: center !important;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
}

.nav-sub .nav-tabs .nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.0rem;
  color: #5e5e5e;
  border-bottom: 3px solid transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.nav-sub .nav-tabs .nav-item .nav-link.active {
  color: #29587f;
  border-bottom: 3px solid #29587f !important;
  text-decoration: none;
  font-weight: 700;
}

.nav-sub .nav-tabs .nav-item .nav-link:not(.active):hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
}


.navbar .navbar-toggler {
  font-size: 40px;
  color: #333;
}

.bg-grey {
  background-color: #f7f8f8;
}

.fullpage-menu {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 400px;
  background-color: #FFF;
  box-shadow: #878787 15px 0px 34px;
  z-index: 1040;
  will-change: transform;
  backface-visibility: hidden;

  display: block !important;
  height: 100% !important;
  overflow: visible !important;

  transform: translateX(100%);
  transition: transform 0.4s ease-in-out, visibility 0.4s !important;
  visibility: hidden;
}

.fullpage-menu[style*="display: none"] {
  display: block !important;
  transform: translateX(100%) !important;
  visibility: hidden !important;
}

.fullpage-menu.show,
.fullpage-menu.open,
.fullpage-menu.active {
  transform: translateX(0) !important;
  visibility: visible !important;
  transition-delay: 0s !important;
}


.fullpage-close-button {
  display: flex;
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: #fff !important;
  background-color: #505050;
  border-radius: 50%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: #979793 0px 0px 3px;
  transition: all .3s;
}

.fullpage-close-button:hover {
  background-color: #333;
}


/* 4. 모바일 화면 대응 */
@media (max-width: 768px) {
  .fullpage-menu {
    width: 100% !important;
    transform: translateX(100%);
  }
  .fullpage-menu.show {
    transform: translateX(0) !important;
  }
}

.fullpage-menu .fullpage-menu-list {
  height: 100%;
  width: 100%;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  overflow-y: auto;
}
.fullpage-menu .fullpage-menu-list h5 {
  margin-top: 2rem;
  font-weight: bold;
}

.fullpage-menu .fullpage-menu-list ul li {
  margin-top: 0.3rem;
}

.fullpage-menu .fullpage-menu-list ul li a {
  color: #949495;
  font-weight: bold;
}

.fullpage-menu .fullpage-menu-list h5 {
  margin-top: 2rem;
  font-weight: bold;
}

.fullpage-menu .fullpage-menu-list ul li {
  margin-top: 0.3rem;
}

.fullpage-menu .fullpage-menu-list ul li a {
  color: #66707d;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 0;
  display: block;
}

@media (max-width: 768px) {
  .fullpage-menu {
    position: fixed;
    left: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 1040;
  }

  .fullpage-menu .fullpage-menu-list {
    padding-top: 30px;
    padding-left: 32px;
    padding-right: 72px;
  }

  .fullpage-menu .fullpage-menu-list ul li {
    margin-top: 0.2rem;
  }

  .fullpage-menu .fullpage-menu-list h5 {
    margin-top: 1.4rem;
    font-weight: bold;
  }
}

.btn-primary {
  color: #fff;
  background-color: #29587f;
  border-color: #29587f;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #4383b2;
  border-color: #4383b2;
}

.btn-rounded {
  border-radius: 1.2rem;
}

.input-group.input-group-styled .input-group-text {
  color: #c9c9c9;
  background-color: transparent;
}

.input-group.input-group-styled > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-left: none;
}

.certbox {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  height: 260px;
  border: 2px solid #e3e3e3;
}

.cert-reading-box {
  width: 100%;
  height: 180px;
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  background-color: #ededed;
  overflow-y: auto;
}

.cert-reading-box .title {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px;
  color: #004ea2;
}

.cert-reading-box .content {
  padding: 10px;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding: .375rem 20px .375rem .75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.link-box {
  display: block;
  background-color: #004ea2;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  color: #FFF !important;
  padding: 0.65rem 1.3rem;
}

.board-subtitle {
  background-color: #004ea2;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 0.4rem 1rem;
  text-wrap: nowrap;
  border-radius: 8px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-wrap: nowrap;
}

.board-subvalue {
  flex: 1 1 auto !important;
  text-align: left;
  font-weight: 500;
}

.link-back {
  display: flex;
  align-items: center;
  color: #212529;
  margin-top: 0.5rem;
}

.link-back i {
  font-size: 1.3rem;
  margin-right: 0.3rem;
  color: #004ea2;
}

.attachment-box {
  margin-top: 0.8rem;
  background-color: #f6f6f6;
  padding: 0.8rem 1.2rem;
}


.login-select-tabs {
  border-bottom: none;
  margin: 15px 0;
}

.login-select-tabs .nav-item {
  padding: 0;
}

.login-select-tabs .nav-item:first-child {
  padding-right: 8px;
}

.login-select-tabs .nav-item:last-child {
  padding-left: 8px;
}

.login-select-tabs .nav-item .nav-link {
  background-color: #fefefe;
  color: #69758a;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
}

.login-select-tabs .nav-item .nav-link.active {
  background-color: #29587f !important;
  color: #fff !important;
  text-wrap: nowrap;
}

.login-select-tabs .nav-item .nav-link:focus {
  background-color: #dbe4ef;
}
.login-select-tabs .nav-item .nav-link:hover{
  background-color: #f1f2f4;
}

.login-form-card {
  width: 100%;
  max-width: 446px;
  height: fit-content;
  border-radius: 1rem;
  padding: 1.5rem;
}

.login-form-card label {
  color: #767676;
  margin-bottom: .25rem;
}

.login-form-card .form-control {
  padding: 4px 12px !important;
  border-radius: 8px;
  height: 46px;
}


.login-form-card .btn[type="submit"] {
  padding: 4px 12px;
  border-radius: 8px;
  height: 46px;
}

.login-form-card .select2-container,
.login-form-card .select2-selection,
.login-form-card .select2-selection__rendered {
  height: 46px !important;
  border-radius: 8px;
}

.login-form-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding: 0 12px;
}

.login-form-card .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 32px;
  height: 46px;
}

@media (max-width: 400px) {
  .login-form-card {
    padding: 1rem;
  }

  .login-select-tabs .nav-item .nav-link {
    font-size: 0.875rem;
    padding: 0.5rem 0.25rem;
  }

  .login-select-tabs .nav-item:first-child {
    padding-right: 4px;
  }

  .login-select-tabs .nav-item:last-child {
    padding-left: 4px;
  }

  .login-select-tabs .login-link {
    font-size: 0.75rem;
  }
}

.input-group .select2-container--default .select2-selection--single {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.badge-large {
  font-size: 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 3rem;
}

.main-popup {
  display: none;
  position: fixed;
  top: 60px;
  right: 5px;
  z-index: 999;
  border: 1px solid #aaa;
  box-shadow: -0.3em 0.3em 0.7em #666666;
  background-color: #FFF;
  min-width: 200px;
  max-width: 400px;
}

.main-popup .popup-container {
  overflow-x: hidden;
  overflow-y: auto;
}

.main-popup .popup-container > p {
  margin: 0 !important;
}

.main-popup .popup-container img {
  max-width: 100% !important;
}

.main-popup .popup-footer {
  width: 100%;
  height: 30px;
  background: #424242;
}

.main-popup .popup-footer a {
  color: #FFF !important;
}

div.satisfaction-survey-list .card + .card {
  margin-top: 30px;
}

.gap-1{
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.menu-top-grid-container {
  display: grid;
}

.menu-top-grid-container.display-4column {
  grid-template-columns: repeat(4, 196px);
}

.menu-top-grid-container.display-1column {
  grid-template-columns: 196px;
}

.dropdown-menu:has(.menu-top-grid-container) {
  left: auto;
  right: 0;
  top: calc(100% + 12px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, .12);
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

.opacity-50 {
  opacity: .5;
}

.bg-primary {
  background-color: #29587f !important;
}

.bg-primary-gradient {
  background: linear-gradient(180deg, #4d80b1 0%, #b5cfe2 78%);
}

.justify-content-between{
  justify-content: space-between;
}

/* footer */
#page-footer {
  background-color: #f1f4f9 !important;
  color: #475569 !important;
  padding: 60px 0 40px;
  border-top: 1px solid rgba(51, 65, 85, 0.1);
  margin-top: 80px;
}

#page-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#page-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#page-footer .footer-brand img {
  height: 40px;
  filter: none;
  opacity: 1;
}

#page-footer .footer-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  margin-left: 25px;
  transition: all 0.2s ease;
}

#page-footer .footer-links a:hover {
  text-decoration: underline;
}

#page-footer .footer-links a.privacy {
  color: #0f172a;
  font-weight: 700;
}

#page-footer hr {
  border: 0;
  border-top: 1px solid #cbd5e1;
  margin-bottom: 35px;
}

#page-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#page-footer address {
  font-style: normal;
  font-size: 14px;
  color: #334155;
  margin-bottom: 8px;
}

#page-footer .contact {
  font-size: 14px;
  margin-bottom: 15px;
}

#page-footer .contact b {
  color: #94a3b8;
  margin-right: 8px;
  font-weight: 500;
}

#page-footer .copyright {
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

#page-footer .footer-family select {
  background-color: #ffffff;
  color: #475569;
  border: 1px solid #cbd5e1;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  min-width: 220px;
  cursor: pointer;
  transition: border-color 0.2s;
}

#page-footer .footer-family select:hover {
  border-color: #94a3b8;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  #page-footer .footer-top,
  #page-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  #page-footer .footer-links a {
    margin-left: 0;
    margin-right: 15px;
  }
}

.pb-7 {
  padding-bottom: 120px;
}