:root {
  --navy: #001A54;
  --beige: #E6D1B5;
  --pastel: #335594;
  --GRAY: #8F8F8F;
}

.sub-top-box {
  background: url(../img/sub/sub-top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 152px 0 50px;
}
.sub-top-box * {
  color: #fff;
}
.sub-top-box .subnav {
  max-width: 821px;
  margin: 0 auto 78px;
  position: relative;
  z-index: 100;
}
.sub-top-box .subnav .subnav-row {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 0 0 90px;
  background-color: var(--pastel);
  border-radius: 300px;
  position: relative;
  z-index: 2;
  transition: border-radius 0.2s ease;
}
.sub-top-box .subnav .home-link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 40px;
  margin-right: 60px;
}
.sub-top-box .subnav .home-link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.sub-top-box .subnav .divider {
  width: 1px;
  height: 23px;
  background-color: #fff;
  margin-right: 55px;
}
.sub-top-box .subnav .trigger-wrap {
  position: relative;
}
.sub-top-box .subnav .trigger-wrap:nth-of-type(1) {
  margin-right: 60px;
}
.sub-top-box .subnav .trigger {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  cursor: pointer;
  margin: 10px;
  white-space: nowrap;
  min-width: 169px;
  gap: 20px;
  justify-content: space-between;
}
.sub-top-box .subnav .trigger span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.sub-top-box .subnav .trigger .chevron {
  transition: transform 0.2s ease;
}
.sub-top-box .subnav .trigger[aria-expanded=true] .chevron {
  transform: rotate(180deg);
}
.sub-top-box .subnav .subnav-backdrop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  border-radius: 40px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.sub-top-box .subnav .subnav-backdrop {
  width: 100%;
  background-color: var(--navy);
  border-radius: 0 0 40px 40px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}
.sub-top-box .subnav .subnav-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 0;
  overflow: hidden;
  background-color: var(--navy);
  border-radius: 40px;
  transition: height 0.2s ease;
}
.sub-top-box .subnav .subnav-panel {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 200px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s linear 0.15s;
}
.sub-top-box .subnav .subnav-panel.is-open {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease 0.15s, visibility 0s linear 0s;
}
.sub-top-box .subnav .subnav-panel .subnav-panel-inner {
  padding: 4px 0;
}
.sub-top-box .subnav .subnav-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub-top-box .subnav .subnav-panel li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  padding: 10px;
  white-space: nowrap;
}
.sub-top-box .subnav .subnav-panel li a::after {
  content: url(../img/sub/sub-top-arrow.svg);
}
.sub-top-box .sub-title-box {
  text-align: center;
}
.sub-top-box .sub-title-box small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.sub-top-box .sub-title-box h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.56px;
}
.sub-top-box .sub-title-box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  margin-top: 50px;
}
.sub-top-box .sub-title-box p strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.66px;
  display: block;
  margin-bottom: 20px;
}
.sub-top-box .scroll-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sub-top-box .scroll-box span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  color: #fff;
}
.sub-top-box .scroll-box .icon-scroll {
  width: 18px;
  height: 28px;
  box-shadow: inset 0 0 0 1.8px #fff;
  border-radius: 25px;
  position: relative;
}
.sub-top-box .scroll-box .icon-scroll:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 6px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  position: absolute;
  left: 50%;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

.slide-menu-bar {
  max-width: 1176px;
  background-color: var(--navy);
  padding: 14px 15px;
  display: flex;
  border-radius: 300px;
  margin: 66px auto 136px;
  border: 1px solid var(--beige);
}
.slide-menu-bar a {
  width: 100%;
  color: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.66px;
}
.slide-menu-bar a.menu-on {
  color: #212121;
  background-color: #fff;
  border-radius: 300px;
}

.case-wrap {
  position: relative;
  padding: 121px 0;
  background-color: #F4F3EE;
}
.case-wrap .inner {
  overflow: hidden;
}
.case-wrap .top-box .bna-title-box {
  text-align: center;
  margin-bottom: 40px;
}
.case-wrap .top-box .bna-title-box small {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.case-wrap .top-box .bna-title-box h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.96px;
  margin-top: 8px;
  color: var(--navy);
}
.case-wrap .top-box .plus-btn {
  display: flex;
  align-items: center;
}
.case-wrap .top-box .plus-btn span {
  display: inline-block;
  margin-right: 19px;
}
.case-wrap .top-box .case-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.case-wrap .top-box .case-pagination__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.case-wrap .top-box .case-pagination__btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(var(--navy), 0.25);
  color: #A9A9A9;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.712px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.case-wrap .top-box .case-pagination__btn.is-active {
  background-color: var(--navy);
  color: #fff;
  font-weight: 700;
}
.case-wrap .top-box .case-pagination--text .case-pagination__btn {
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  white-space: nowrap;
  width: 240px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.712px;
  background-color: transparent;
  border: 1px solid var(--navy);
  color: #212121;
}
.case-wrap .top-box .case-pagination--text .case-pagination__btn.is-active {
  background-color: var(--navy);
  color: #fff;
}
.case-wrap .top-box .case-pagination__nav {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #000;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.case-wrap .top-box .case-pagination__nav svg {
  display: block;
}
.case-wrap .bna_con {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto;
}
.case-wrap .bna_con > div {
  max-width: 682px;
  width: 100%;
}
.case-wrap .bna_con .bna-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: #fff;
}
.case-wrap .bna_con .bna-top > div {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.case-wrap .bna_con .bna-top .top-title {
  padding-left: 20px;
  border-right: 1px solid #D4D4D4;
}
.case-wrap .bna_con .bna-top .top-title p {
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
  opacity: 0.8;
}
.case-wrap .bna_con .bna-top .top-title p strong {
  margin-right: 14px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.case-wrap .bna_con .bna-top .top-title p span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.case-wrap .bna_con .bna-top .link-box {
  padding: 0 28px;
  background-color: var(--pastel);
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.case-wrap .bna_con .bna-top .link-box a {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.case-wrap .bna_con .bna-top .link-box a span {
  display: inline-block;
  margin-right: 10px;
}
.case-wrap .bna_con .bna_text {
  display: flex;
  justify-content: space-between;
  margin: 23px 0;
  font-size: 20px;
  text-align: center;
}
.case-wrap .bna_con .bna_text span {
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.54px;
  opacity: 0.5;
}
.case-wrap .bna_con .bna_text span:last-child {
  color: var(--navy);
  opacity: 1;
}
.case-wrap .bna_con .comparison-slider {
  width: 100%;
  padding-bottom: 406px;
  position: relative;
}
.case-wrap .bna_con .bna-divisor {
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.case-wrap .bna_con .bna-divisor::after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 519px;
  background-image: url(../img/divisor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  bottom: -93px;
  z-index: 1;
}
.case-wrap .bna_con .bna-handle {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -28%;
  left: 54%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  pointer-events: none;
  z-index: 3;
  background-color: transparent;
}
.case-wrap .bna_con .bna-handle .arrow {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 52%;
  top: 50%;
  transform: translateX(-50%) translateY(-53%);
  background-image: url(../img/bna_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.case-wrap .bna_con figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.case-wrap .bna_con input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -23%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
  background: transparent;
}
.case-wrap .bna_con input[type=range]:focus, .case-wrap .bna_con input[type=range]:active {
  border: none;
  outline: none;
}
.case-wrap .bna_con input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  box-shadow: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.case-wrap .bna_con input[type=range] .bna_wrap .bna_con input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
}
.case-wrap .bna_con input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.case-wrap .bna_con input[type=range]::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-radius: 50px;
  opacity: 1;
  background-color: var(--navy);
}
.case-wrap .case-bottom-text {
  background-color: var(--navy);
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 29px 0;
  margin-top: 70px;
}
.case-wrap .case-bottom-text p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}

.case-wrap, li:has(a[href="#case"]) {
  display: none;
}
