:root,
[data-bs-theme="light"] {
  --bs-border-radius-lg: 0;

  --bs-btn-font-size: 18px;

  --bs-primary: #0064dc;
}

/* basic */
body {
  /* background-color: var(--bs-white); */
  color: #111;
  font-size: 16px;
  letter-spacing: -1px;
  overflow-x: hidden;
}

/* container */
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: 1520px;
}

.layout-navbar-fixed .container-p-y:not([class^="pt-"]):not([class*=" pt-"]) {
  padding-block-start: 1.75rem !important;
}

:root[data-skin="bordered"] .card,
[data-bs-theme="light"][data-skin="bordered"] .card {
  --bs-card-box-shadow: var(--bs-box-shadow);
  --bs-card-hover-box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
}

/* checkbox */
.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-switch .form-check-input {
  border-radius: 2em;
}

/* header */
/* 데스크톱에서는 상단 navbar 숨김 - 사이드바 메뉴 사용 */
@media (min-width: 1200px) {
  nav#layout-navbar.layout-navbar {
    display: none !important;
  }
}

/* 모바일/태블릿에서만 상단 navbar 표시 */
@media (max-width: 1199px) {
  #layout-navbar {
    height: 60px !important;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 1030;
    background: var(--bs-body-bg, #fff);
  }
  #layout-navbar .nav-link {
    font-size: 16px;
    padding: 0 10px;
  }
}

/* label */
.form-check-label {
  color: #333;
}

/* button */
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-font-size: 16px;
}
.btn-xl,
.btn-group-xl > .btn {
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  border-radius: 0;
}

/* section1 */
.sc1 {
  position: relative;
}

/* visual */
.vs-swiper {
  width: 100%;
  height: 100%;
}
.vs-btn {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  color: var(--bs-white) !important;
  border: 1px solid #fff;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100%;
}
.swiper-button-prev {
  left: 30px !important;
}
.swiper-button-next {
  left: 100px !important;
  right: inherit !important;
}
.vs-swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.vs-swiper .swiper-slide .mo {
  display: none;
}
.vs-swiper .swiper-slide img {
  display: block;
}

.vs-btn .swiper-button-next::after {
  content: "";
  background: url("/static/pages/mber/assets/image/main/vs-swiper-arrow-r.png")
    center no-repeat;
  width: 35px;
  height: 35px;
}
.vs-btn .swiper-button-prev:after {
  content: "";
  background: url("/static/pages/mber/assets/image/main/vs-swiper-arrow-l.png")
    center no-repeat;
  width: 35px;
  height: 35px;
}
.vs-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin-top: -80px;
  z-index: 1;
  color: #fff;
}
.vs-txt .stit {
  font-size: 29px;
  font-weight: 600;
}
.vs-txt .tit {
  margin: 40px 0 60px;
}
@media (max-width: 992px) {
  .vs-txt {
    padding: 0 30px;
  }
  .vs-txt .tit {
    margin: 40px 0;
  }
  .vs-txt .tit img {
    width: 200px;
  }
  .vs-txt .stit {
    font-size: 20px;
  }
  .vs-swiper .swiper-slide .pc {
    display: none;
  }
  .vs-swiper .swiper-slide .mo {
    display: block;
    width: 100%;
  }
  .vs-swiper .swiper-slide .mo img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .vs-txt {
    margin-top: -30px;
  }
  .vs-txt .tit {
    margin: 20px 0 30px;
  }
  .vs-txt .tit img {
    width: 140px;
  }
  .vs-txt .stit {
    font-size: 17px;
  }
  .vs-txt .txt {
    display: none;
  }
}

/* section common */
.sc {
  padding: 150px 0;
}
.sc-tit {
  color: #111;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.sc-stit {
  color: #666;
  text-align: center;
  margin-bottom: 60px;
}

/* section2 */
.sc2 {
  background: #f5f6f8;
}
.sc2-box {
  display: flex;
  gap: 40px;
}
.sc2-box .box {
  background: var(--bs-white);
  border: 1px solid #dddddd;
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.sc2-box .box .ico {
  background: #f5f6f8;
  border-radius: 10px;
  width: 70px;
  aspect-ratio: 1/1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 50px;
}
.sc2-box .box .num {
  color: var(--bs-primary);
  padding: 50px 0 33px 0;
  font-weight: 800;
  font-size: 20px;
}
.sc2-box .box .tit {
  font-size: 20px;
  font-weight: 500;
}
.sc2-box .box .tit span {
  display: block;
  font-weight: 700;
  font-size: 22px;
}

/* section3 */
.sc3 {
}
.sc3 .sc-tit {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sc3 .sc-tit:before {
  content: "";
  display: inline-block;
  background: url("/static/pages/mber/assets/image/main/sc3-ico.png") center
    no-repeat;
  width: 93px;
  height: 96px;
}
.sc3 .sc-stit {
  text-align: left;
}
.sc3 .container {
  position: relative;
  display: flex;
  gap: 160px;
  height: 480px;
}
.sc3-box {
  color: #222;
}
.sc1-sp-w {
  position: absolute;
  width: 100vw;
  overflow: hidden;
  height: 612px;
  left: 500px;
  top: -50px;
}
.sc1-swiper {
  width: 100%;
}
.sc1-swiper .swiper-wrapper {
  display: flex;
}
.sc1-swiper .swiper-slide {
  margin-right: 60px;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 687px !important;
  cursor: pointer;
  transition: all 0.25s;
  transform-origin: bottom;
}
.sc1-swiper .swiper-slide .campaign-box {
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 15px;
  overflow: hidden;
}
.sc1-swiper .swiper-slide .campaign-box p.tit {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}
.sc1-swiper .swiper-slide .campaign-box p.tit span {
  border: 1px solid #0064dc;
  border-radius: 100%;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0064dc;
  font-weight: 600;
}
.sc1-swiper .swiper-slide .campaign-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sc1-swiper .swiper-slide .campaign-box ul li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px 26px;
  border-radius: 100px;
  width: fit-content;
}
.sc1-swiper .swiper-slide .campaign-box p.txt {
  font-size: 18px;
  word-break: keep-all;
  z-index: 2;
}
.sc1-swiper .swiper-pagination {
  width: 680px !important;
  height: 4px !important;
  background: #eeeeee;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-left: 20px;
  margin-right: 20px;
}
.sc1-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--bs-dark) !important;
}
.sc1-swiper .swiper-fraction {
  z-index: 10;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  color: #595959; /* 명암비 7:1 (was #999999 2.8:1) */
}
.sc1-swiper .swiper-fraction .current {
  color: var(--bs-dark);
  font-weight: bold;
}

.sc1-swiper .slide-bar {
  display: flex;
}
.sc1-swiper .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}
.sc1-swiper .btn-box .swiper-button-prev,
.sc1-swiper .btn-box .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 100%;
  position: relative;
  top: inherit;
  left: inherit !important;
  right: inherit;
  bottom: inherit;
  margin-top: 0;
}
.sc1-swiper .btn-box .swiper-button-prev::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url("/static/pages/mber/assets/image/main/swiper-arrow-l.png")
    center no-repeat;
}
.sc1-swiper .btn-box .swiper-button-next:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url("/static/pages/mber/assets/image/main/swiper-arrow-r.png")
    center no-repeat;
}

/* section4 */
.sc4 {
  background: #1f2e4d;
  position: relative;
  overflow: hidden;
}
.sc4:before {
  content: "";
  display: inline-block;
  width: 90%;
  aspect-ratio: 1/1 auto;
  background: radial-gradient(
    circle,
    rgba(151, 165, 255, 1) -1%,
    rgba(151, 165, 255, 0) 70%
  );
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 130px;
}
.sc4 .container {
  position: relative;
  z-index: 1;
}
.sc4 .sc-tit,
.sc4 .sc-stit {
  color: var(--bs-white);
}
.sc4-box {
  background: var(--bs-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 70px 150px;
  gap: 130px;
}
.sc4-box .box {
  flex: 1;
  position: relative;
}
.sc4-box .box:first-child:after {
  content: "";
  display: inline-block;
  background: url("/static/pages/mber/assets/image/main/sc4-arrow.png") center
    no-repeat;
  width: 111px;
  height: 287px;
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 100px;
}
.sc4-box .box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
.sc4-box .box ul:before {
  content: "";
  display: inline-block;
  background: var(--bs-white)
    url("/static/pages/mber/assets/image/main/sc4-ico1.png") center no-repeat;
  border-radius: 100%;
  width: 153px;
  aspect-ratio: 1/1 auto;
  box-shadow: 0 4px 30px #e1e8f2;
  margin: 0 auto 30px auto;
}
.sc4-box .box:last-child ul:before {
  background: var(--bs-white)
    url("/static/pages/mber/assets/image/main/sc4-ico2.png") center no-repeat;
}
.sc4-box .box ul li {
  background: #f3f6ff;
  color: #356aa9;
  list-style: none;
  border-radius: 5px;
  min-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}
.sc4-box .box ul li:first-child {
  background: #7f92cd;
  color: #fff;
}
.sc4-box .box:last-child ul li {
  background: #1b3e78;
  color: #fff;
}
.sc4-box .box:last-child ul li:first-child {
  background: #3b77d9;
  color: #fff;
}

/* section4 */
.sc5 {
  padding-bottom: 0 !important;
}
.sc5 .tit {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sc5 .tit .txt {
}
.sc5 .tit .txt .sc-tit {
  text-align: left;
}
.sc5 .tit .txt .sc-stit {
  text-align: left;
  margin-bottom: 0;
}
.sc5 .tit .btn-box {
  margin: 0;
  display: flex;
  gap: 20px;
}
.sc5 .tit .btn-box button:last-child {
  background: #1b3e78;
  color: #fff;
}
.sc5 .sc5-box {
  width: 100%;
  height: 390px;
  background: url("/static/pages/mber/assets/image/main/sc5-bg.png") center
    no-repeat;
  display: flex;
  align-items: center;
}
.sc5 .sc5-box .box {
  background: var(--bs-white);
  height: 280px;
}
.sc5 .sc5-box .box ul {
  display: flex;
  margin: 0;
  height: 100%;
  padding: 0;
}
.sc5 .sc5-box .box ul li {
  list-style: none;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.sc5 .sc5-box .box ul li:before {
  content: "";
  display: inline-block;
  background: url("/static/pages/mber/assets/image/main/sc5-ico1.png") center
    no-repeat;
  width: 100%;
  height: 69px;
  margin-bottom: 25px;
}
.sc5 .sc5-box .box ul li:nth-child(2):before {
  background: url("/static/pages/mber/assets/image/main/sc5-ico2.png") center
    no-repeat;
}
.sc5 .sc5-box .box ul li:nth-child(3):before {
  background: url("/static/pages/mber/assets/image/main/sc5-ico3.png") center
    no-repeat;
}
.sc5 .sc5-box .box ul li:after {
  content: "";
  display: inline-block;
  border: 1px dotted #ddd;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sc5 .sc5-box .box ul li:last-child:after {
  display: none;
}
.sc5 .sc5-box .box ul li span {
  font-weight: 600;
  display: block;
}

/* footer */
footer {
  height: 260px;
  background: #383838;
}
footer .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .footer-text {
  color: var(--bs-white) !important;
  margin-bottom: 0;
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
footer .footer-top {
  border: 1px solid var(--bs-white);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  transition: all 0.25s;
}
footer .footer-top:hover {
  transform: translateY(-10px);
}

footer.bg-light.mt-auto,
footer {
  background-color: unset !important;
  font-size: 15px;
  height: unset;
  min-height: unset;
  padding: 1rem 0 !important;
  color: var(--bs-body-color);
}
footer.bg-light.mt-auto a.footer-link,
footer a.footer-link {
  color: var(--bs-body-color) !important;
}

/* sub layout */
/* 데스크톱: navbar 없음 - 사이드바 메뉴 사용 */
@media (min-width: 1200px) {
  .layout-page {
    margin-top: 0 !important;
    padding-top: 1.5rem !important;
  }
}

/* 모바일/태블릿: navbar 높이만큼 여백 */
@media (max-width: 1199px) {
  .layout-wrapper .layout-page,
  .layout-page {
    padding-top: 0 !important;
    margin-top: 60px !important;
  }
}

/* 사이드바 하단 고정 영역 */
.menu-bottom-area {
  background-color: #fff;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: var(--bs-border-color) 1px solid;
}

.menu-bottom-area #sidebarWorkplaceDropdown {
  justify-content: space-between !important;
  border-color: var(--bs-border-color) !important;
}

/* 다크모드 대응 */
[data-bs-theme="dark"] .menu-bottom-area {
  background-color: var(--bs-body-bg, #232333);
  border-top-color: var(--bs-border-color, #3a3a3a) !important;
}

/* 사이드바 스크롤 시 하단 영역 그림자 */
.layout-menu.scrolled .menu-bottom-area {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

/* 사이드바 전체 레이아웃 */
#layout-menu.layout-menu {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* 사이드바 메뉴 내부 스크롤 - Perfect Scrollbar 적용 */
#layout-menu .menu-inner {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 0; /* flexbox 스크롤을 위해 필요 */
}

/* Perfect Scrollbar 스타일 커스터마이징 */
#layout-menu .menu-inner > .ps__rail-y {
  right: 2px !important;
}

#layout-menu .menu-inner > .ps__thumb-y {
  background-color: rgba(67, 89, 113, 0.3);
  width: 4px;
}

#layout-menu .menu-inner:hover > .ps__thumb-y {
  background-color: rgba(67, 89, 113, 0.5);
}

/* ===== 메뉴 그룹 토글 스타일 ===== */
/* 메뉴 헤더 토글 버튼 스타일 */
.menu-header-toggle {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
  transition: background-color 0.2s ease;
  user-select: none;
  flex-direction: row;
}

.menu-header-toggle:hover {
  background-color: rgba(67, 89, 113, 0.04);
}

/* 메뉴 헤더 화살표 아이콘 */
.menu-header-arrow {
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: #a1acb8;
}

.menu-header-toggle.collapsed .menu-header-arrow {
  transform: rotate(0deg);
}

.menu-header-toggle:not(.collapsed) .menu-header-arrow {
  transform: rotate(0deg);
}

/* 메뉴 그룹 아이템 숨김 스타일 */
.menu-group-item.menu-group-hidden,
.menu-inner .menu-group-item.menu-group-hidden,
.layout-menu .menu-inner .menu-group-item.menu-group-hidden,
li.menu-item.menu-group-item.menu-group-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* 메뉴 그룹 헤더 숨김 스타일 (표시할 메뉴가 없는 경우) */
.menu-header-toggle.menu-header-hidden,
.menu-inner .menu-header-toggle.menu-header-hidden,
li.menu-header.menu-header-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* 메뉴 그룹 아이템 표시 애니메이션 */
.menu-group-item {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 접힌 상태 헤더 스타일 */
.menu-header-toggle.collapsed {
  margin-bottom: 0;
}

.menu-header-toggle.collapsed .menu-header-text {
  opacity: 0.7;
}

/* menu-inner-shadow 다음의 menu-inner는 flex로 공간 채움 */
.layout-menu .menu-inner-shadow + .menu-inner {
  flex: 1;
  overflow: hidden;
}

/* 게시물 상세 페이지 여백 축소 */
.ntt-detail-content {
  padding-bottom: 1rem !important;
}

/* login */
.loginbox {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}
.loginbox .card {
  border-radius: 0;
  padding: 30px;
  box-sizing: border-box;
}
.loginbox .card .card-body {
  padding: 0;
}
.loginbox h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}
.loginbox p {
  margin-bottom: 40px;
  color: #666;
}
.loginbox .form-label {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}
.loginbox .form-control {
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  padding: 14px 20px;
}
.loginbox .input-group-text {
  border-radius: 0;
}
.loginbox button {
  height: 60px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
}
.loginbox .login-bottom {
  display: flex;
  gap: 14px;
  margin: 20px 0 30px;
  justify-content: center;
}
.loginbox .login-bottom a {
  font-size: 18px;
  font-weight: 400;
  color: #444;
}
.loginbox .login-bottom a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ddd;
  margin-left: 14px;
  position: relative;
  top: 2px;
}
.loginbox .login-bottom a:last-child:after {
  display: none;
}
.login-sns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login-sns a {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.login-sns a .img {
  position: absolute;
  top: 19px;
  left: 40px;
}
.login-sns a.naver {
  background: #5fc53a;
  border: 1px solid #5fc53a;
  color: var(--bs-white);
}

@media (max-width: 1200px) {
  .sc {
    padding: 100px 0;
  }
  .sc-tit {
    font-size: 30px;
  }
  .sc3 .container {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .sc3 .sc-tit {
    gap: 30px;
  }
  .sc1-sp-w {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
  }
  .sc1-swiper .swiper-slide {
    width: 100% !important;
    margin-right: 0;
  }
  .sc1-swiper .swiper-slide .campaign-box img {
    width: 100%;
  }
  .sc1-swiper .swiper-pagination {
    flex: 1;
  }
  .sc4-box {
    padding: 70px;
  }
  .sc4-box .box ul li {
    font-size: 18px;
  }
  .sc4-box .box ul:before {
    width: 113px;
  }
  .sc5 .tit {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .sc5 .sc5-box .box {
    width: calc(100% - 50px);
  }
  .sc5 .sc5-box .box ul li {
    font-size: 16px;
  }
  .sc5 .sc5-box .box ul li:before {
    background-size: 50px !important;
  }
}
@media (max-width: 992px) {
  .sc2-box {
    gap: 20px;
  }
  .sc4-box {
    flex-direction: column;
    padding: 30px;
  }
  .sc4-box .box {
    width: 100%;
  }
  .sc4-box .box:first-child:after {
    right: inherit;
    top: inherit;
    transform: rotate(90deg) translateX(-50%);
    margin-top: 0;
    bottom: -250px;
    left: 50%;
    margin-left: -50px;
  }
  .sc4-box .box ul li {
    font-size: 16px;
  }
  footer .footer-top {
    display: none;
  }
}
@media (max-width: 768px) {
  .sc2-box {
    flex-direction: column;
  }
  .sc-tit {
    font-size: 26px;
  }
  .sc-stit {
    font-size: 16px;
  }
  .sc2-box .box .tit {
    font-size: 18px;
  }
  .sc2-box .box .tit span {
    font-size: 20px;
  }
  .sc1-swiper .swiper-slide .campaign-box ul li {
    font-size: 16px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
  }
  .sc5 .sc5-box {
    height: auto;
    padding: 30px 0;
  }
  .sc5 .sc5-box .box {
    height: auto;
    padding: 20px 0;
  }
  .sc5 .sc5-box .box ul {
    flex-direction: column;
    padding: 0 20px;
  }
  .sc5 .sc5-box .box ul li {
    border-bottom: 1px dotted #ddd;
  }
  .sc5 .sc5-box .box ul li:before {
    margin-bottom: 10px;
  }
  .sc5 .sc5-box .box ul li:after {
    display: none;
  }
  .sc5 .sc5-box .box ul li:last-child {
    border: none;
  }
  #layout-navbar .btn-primary {
    position: fixed;
    bottom: 20px;
    right: 10px;
  }
}

/* UI개선작업 */

.col-form-label {
  font-size: 15px;
}

.input-group .input-group-text {
  width: unset;
}

.input-group button.btn.input-group-text {
  border: var(--bs-border-width) solid
    color-mix(in sRGB, var(--bs-base-color) 22%, var(--bs-paper-bg));
}
.input-group button.btn.input-group-text:hover {
  transform: unset;
}
.input-group:hover button.btn.input-group-text {
  border-color: var(--bs-gray-600);
}
