html {
    font-size: 16px;
}

body {
	font-family: "Noto Sans KR", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.brand-link {
	position: relative;
}

.sidebar-brand-home {
	display: inline-block;
	color: #fff;
}

.sidebar-brand-home:hover {
	color: #fff;
}

.sidebar-menu-toggle {
	position: absolute;
	left: .75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #c2c7d0;
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: center;
	z-index: 2;
}

.sidebar-menu-toggle:hover,
.sidebar-menu-toggle:focus {
	color: #fff;
	outline: 0;
}
.digit {
	font-family: "Outfit", sans-serif;
}
@media (max-width: 991.98px) {
  .main-footer {
    font-size: .8rem;
    text-align: center;
  }
}
.nav-treeview>.nav-item>.nav-link {
  width: 100%;
}

#reception_detail .text-pw-toggle {
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-size: 1.5rem;
	color: #999;
	cursor:pointer;
	z-index: 5;
}

.text-flash {
  font-weight: bold;
  animation: flash-text 5s ease forwards;
  transition: font-weight 0.5s ease, color 0.5s ease;
}

@keyframes flash-text {
  0%   { color: #000000; }
  50%  { color: #000; }  /* 초록색 번쩍 */
  100% { color: #212529; }  /* 종료 색상 */
}
.slide-left {
  transition: all 0.6s ease;
  opacity: 0;
  transform: translateX(-100%);
}
.c-on {
  cursor:pointer;
}
