@charset "UTF-8";
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
}
h2 strong {
  color: #53BFC4;
  font-weight: 700;
}

.title_box small {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  display: inline-block;
}

header {
  background-color: #fff;
  border: 1px solid #E5E5E5;
}
header nav .logo_box path {
  fill: #595857;
}
header nav .menu_bar ul li a {
  color: #595857;
}

.bna_info_text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  color: rgba(143, 143, 143, 0.8);
  margin-top: 77px;
}

.bna_con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.bna_con > div {
  max-width: 708px;
  width: 100%;
}
.bna_con p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  opacity: 0.8;
}
.bna_con p span {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 18px;
}
.bna_con p span strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
}
.bna_con p small {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}
.bna_con .bna_text {
  display: flex;
  justify-content: space-between;
  margin: 21px 0;
  font-size: 20px;
  text-align: center;
}
.bna_con .bna_text span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  text-transform: uppercase;
  opacity: 0.5;
}
.bna_con .bna_text span:nth-child(2) {
  opacity: 1;
}
.bna_con #comparison1,
.bna_con #comparison2 {
  width: 100%;
  padding-bottom: 350px;
  position: relative;
}
.bna_con #divisor1,
.bna_con #divisor2 {
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.bna_con #divisor1::after,
.bna_con #divisor2::after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 425px;
  background-image: url(../img/sub/divisor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  bottom: -75px;
  z-index: 1;
}
.bna_con #handle1,
.bna_con #handle2 {
  position: absolute;
  height: 44px;
  width: 44px;
  bottom: -35%;
  left: 54%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  /* 추가 */
  pointer-events: none;
  z-index: 3;
  background-color: transparent;
}
.bna_con #handle1 .arrow,
.bna_con #handle2 .arrow {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 52%;
  top: 50%;
  transform: translateX(-50%) translateY(-53%);
  background-image: url(../img/sub/bna_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.bna_con figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.bna_con input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -30%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  /* 추가 */
  pointer-events: auto;
  background: transparent;
  /* 추가 */
  /* 추가끝*/
}
.bna_con input[type=range]:focus, .bna_con input[type=range]:active {
  border: none;
  outline: none;
}
.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%;
}
.bna_con input[type=range] .bna_wrap .bna_con input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #003876;
  border-radius: 50%;
}
.bna_con input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.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: #E9E9E9;
}