@font-face {
  font-family: 'InkLiquid';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SeoulHangang';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulHangangM.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 500;
  font-style: normal;
}

.SeoulHangang {
  font-family: 'SeoulHangang';
}

.InkLiquid {
  font-family: 'InkLiquid';
}

.Pretendard {
  font-family: 'Pretendard';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
input,
textarea,
select,
button,
table {
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.3;
  word-break: break-all;
  color: #333;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

br.mo-none {
  display: none;
}

p {
  font-size: 1rem;
}

#home-philosophy-jipijigi-div-8 {
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* -------------------------------------------------------------------------- */
/* Primary navigation (revive-theme style)                                     */
/* -------------------------------------------------------------------------- */

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu,
.nav-item.is-open .dropdown-menu {
  display: block;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  border-bottom: 1px solid currentColor;
  transition: width 0.3s;
}

.nav-item.menu-item-has-children > .nav-link {
  padding-right: 16px;
}

.nav-item.menu-item-has-children > .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.75;
}

.nav-item.menu-item-has-children:hover > .nav-link::before,
.nav-item.menu-item-has-children:focus-within > .nav-link::before,
.nav-item.menu-item-has-children.is-open > .nav-link::before {
  transform: translateY(-50%) rotate(-135deg);
}

.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after,
.nav-item.is-open .nav-link::after {
  width: 100%;
  left: 0;
}

.dropdown-menu {
  padding: 8px 0;
}

.dropdown-item:hover {
  background: transparent;
}

.dropdown-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 0;
  border-bottom: 1px solid currentColor;
  transition: width 0.3s;
}

.dropdown-item:hover .dropdown-link {
  color: #ff0000;
}

.dropdown-item:hover .dropdown-link::after {
  width: 100%;
  left: 0;
}

.info-banner__left {
  background: linear-gradient(135deg, #111 89%, transparent 0%);
}

.nav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: height 180ms ease, opacity 180ms ease;
  z-index: 10;
}

.nav-bg.is-active {
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/* Mobile drawer submenu toggles                                               */
/* -------------------------------------------------------------------------- */

#anlab-mobile-menu-drawer .anlab-mobile-menu-row {
  display: flex;
  align-items: center;
}

#anlab-mobile-menu-drawer .anlab-mobile-menu-row:hover {
  background-color: #f9fafb;
}

#anlab-mobile-menu-drawer .anlab-mobile-menu-row > a {
  flex: 1 1 auto;
}

#anlab-mobile-menu-drawer .anlab-mobile-submenu-toggle {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border: 0;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
}

#anlab-mobile-menu-drawer .anlab-mobile-submenu-toggle:hover {
  color: #374151;
}

#anlab-mobile-menu-drawer .anlab-mobile-submenu-toggle:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
  border-radius: 6px;
}

#anlab-mobile-menu-drawer .anlab-mobile-submenu-toggle-icon {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

#anlab-mobile-menu-drawer .anlab-mobile-submenu-toggle[aria-expanded="true"]
  .anlab-mobile-submenu-toggle-icon {
  transform: rotate(180deg);
}

/* -------------------------------------------------------------------------- */
/* Sticky header on scroll                                                     */
/* -------------------------------------------------------------------------- */

body.is-scrolled .site-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  border-bottom-color: #333;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Restore sensible typography for editor content wrapped in Tailwind Typography's `.prose`. */
.prose ul,
.prose ol {
  list-style-position: outside;
  padding-left: 1.25em;
}

.prose ul li {
  list-style-type: disc;
}

.prose ol li {
  list-style-type: decimal;
}

/* -------------------------------------------------------------------------- */
/* Floating quick success case ticker                                          */
/* -------------------------------------------------------------------------- */

[data-anlab-success-case-ticker] {
  --anlab-success-case-ticker-height: 46px;
  height: var(--anlab-success-case-ticker-height);
  min-height: var(--anlab-success-case-ticker-height);
  overflow: hidden;
}

[data-anlab-success-case-ticker] [data-anlab-success-case-ticker-track] {
  display: flex;
  flex-direction: column;
}

[data-anlab-success-case-ticker] [data-anlab-success-case-ticker-item] {
  height: var(--anlab-success-case-ticker-height);
}

