html, body {
  background-color: #ffffff;
  scroll-behavior: smooth;
  transition: none !important;
  font-family: "Pretendard", sans-serif;
  margin: 0;
  letter-spacing: -1.5px;
}

p, h1, h2, h3, h4, h5, h6, a {
  color: #73787E;
  transition: none !important;
  line-height: 1.5;
  letter-spacing: -1.5px;
}

a {
  text-decoration: none;
  transition: none !important;
}

a, button {
  touch-action: manipulation !important;
}

ol, ul {
  list-style: none;
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm, .container {
  padding-left: 16px !important;
  padding-right: 16px !important;
  width: 100%;
}

.container-fluid {
  max-width: 1440px !important;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1200px !important;
}

.section-wrap {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page_load {
  transition: 0.2s linear;
  background: rgba(255, 255, 255, 0.6705882353);
  width: 100vw;
  height: 100vh;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  cursor: pointer;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page_load .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #003cff;
  border-right: 3px solid transparent;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sidebar-area {
  display: block;
  flex-shrink: 0;
  width: 100%;
  max-width: 340px;
  height: 100%;
}
.sidebar-area.sidebar-sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .sidebar-area {
    display: none;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 99;
  transition: none;
  background-color: #ffffff;
  box-shadow: none;
}
#header .container-fluid {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
#header .header-top {
  width: 100%;
}
#header .header-top .header-top-inner {
  padding: 20px 0;
}
#header .header-top .navbar {
  gap: 24px;
}
#header .header-top .navbar .navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#header .header-top .navbar .navbar-brand .header-logo {
  width: 170px;
}
#header .header-top .navbar .profile-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 12px;
  margin-left: auto;
}
#header .header-top .navbar .profile-group .profile-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  line-height: 1.5;
  color: #181818;
  font-weight: 400;
  letter-spacing: -1.5px;
  cursor: pointer;
}
#header .header-top .navbar .profile-group .profile-button .name {
  color: #006CFC;
  font-weight: 700;
}
#header .header-top .navbar .profile-group .profile-button:hover .name {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#header .header-top .navbar .profile-group .login-button,
#header .header-top .navbar .profile-group .logout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  height: 48px;
  background-color: #ffffff;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -1.5px;
  color: #181818;
  border: 1px solid #CACDD2;
  border-radius: 99px;
}
#header .header-main,
#header .header-bottom {
  display: none;
}
#header .navbar-nav {
  flex-grow: 1;
  align-items: center;
  flex-direction: row !important;
  gap: 8px;
}
#header .navbar-nav .nav-item {
  cursor: pointer;
  transition: none;
}
#header .navbar-nav .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #181818;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0;
  border-radius: 4px;
  letter-spacing: -1.5px;
}
#header .navbar-nav .nav-item:hover .nav-link, #header .navbar-nav .nav-item.active .nav-link {
  color: #006CFC;
  background-color: #E6F0FF;
}

@media (max-width: 1399px) {
  #header .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  #header .header-top {
    border-bottom: 1px solid #EAEBED;
  }
  #header .header-top .header-top-inner {
    padding: 12px 0;
  }
  #header .header-top .navbar .navbar-brand .header-logo {
    width: 131px;
  }
  #header .header-top .navbar .profile-group {
    gap: 10px;
  }
  #header .header-top .navbar .profile-group .profile-button {
    font-size: 16px;
  }
  #header .header-top .navbar .profile-group .login-button,
  #header .header-top .navbar .profile-group .logout-button {
    padding: 8px 12px;
    height: 40px;
    font-size: 14px;
  }
  #header .header-main {
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAEBED;
  }
  #header .header-main .header-main-inner {
    padding: 12px 0;
  }
  #header .header-bottom {
    display: block;
    width: 100%;
    background-color: #006CFC;
  }
  #header .header-bottom .header-bottom-inner {
    padding: 0 0;
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -1.5px;
    text-align: center;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  #header .navbar-nav {
    gap: 15px;
  }
  #header .navbar-nav .nav-item .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  #header .navbar-nav .nav-item:hover .nav-link {
    color: inherit;
    background-color: inherit;
  }
  #header .navbar-nav .nav-item.active .nav-link {
    color: #006CFC;
    font-weight: 700;
    background-color: inherit;
  }
  #header.scrolled .header-main,
  #header.scrolled .header-bottom {
    display: none !important;
  }
}
.custom-footer {
  position: relative;
  background-color: #F7F8FA;
  font-size: 0.875rem;
  color: #181818;
}
.custom-footer .footer-main {
  border-top: 1px solid #EAEBED;
}
.custom-footer .footer-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-footer .footer-inner .footer-logo {
  margin-bottom: 24px;
}
.custom-footer .footer-inner p, .custom-footer .footer-inner span {
  color: #181818;
  line-height: 25px;
}
.custom-footer .footer-inner h6 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #181818;
}
.custom-footer .footer-inner .p1 {
  margin-bottom: 2px;
}
.custom-footer .footer-inner .p2 {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .custom-footer .footer-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-footer .col-md-4 {
    margin-top: 25px;
  }
}/*# sourceMappingURL=style.css.map */