@charset "UTF-8";


header nav ul.main_menu > li:nth-child(4) a * {
  color: #91AAC0 !important;
}

.sub_top_video_wrap {
  height: 100vh;
  overflow: hidden;
}

.sub01 .sleep_img_vs_wrap {
  background-color: #2F2F2F;
  padding: 200px 0 0;
}
.sub01 .sleep_img_vs_wrap .sub_title_box h2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.sub01 .sleep_img_vs_wrap .sub_title_box h2 p {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 150%; /* 84px */
  letter-spacing: -1.5px;
  text-wrap: nowrap;
}
.sub01 .sleep_img_vs_wrap .sub_title_box h2 .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sub01 .sleep_img_vs_wrap .sub_title_box h2 .line::before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin: 0 20px;
  transition: width 2s ease;
}
.sub01 .sleep_img_vs_wrap .img_vs_box {
  display: flex;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div {
  position: relative;
}

.sub01 .sleep_img_vs_wrap .img_vs_box > div .filter_box {
  background: rgba(47, 47, 47, 0.40);
  backdrop-filter: blur(5px);
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}

.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  transition: background-color 0.2s;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  opacity: 0;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg .text_box {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 71px;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg .text_box * {
  color: #fff;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg .text_box p {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -1.5px;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg .text_box ul {
  max-width: 618px;
  width: 100%;
  /* margin: 0 auto; */
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr;
  gap:15px;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div .vs_bg .text_box ul li {
  width: 100%;
 font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: left;
}

.sub01 .sleep_img_vs_wrap .img_vs_box > div:hover .vs_bg::before {
  opacity: 1;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div:hover .vs_bg .text_box {
  opacity: 1;
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div:hover .bg01 {
  background-color: rgba(61, 61, 61, 0.85);
}
.sub01 .sleep_img_vs_wrap .img_vs_box > div:hover .bg02 {
  background-color: rgba(110, 137, 161, 0.85);
}
.sub01 .sleep_img_vs_wrap .opa_text {
  text-align: right;
  margin-top: 34px;
  margin-bottom: -26px;
  position: relative;
  z-index: 3;
}
.sub01 .sleep_img_vs_wrap .opa_text p {
  font-size: 100px;
  font-weight: 600;
  line-height: normal;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: rgba(240, 240, 240, 0.05);
}
.sub01 .sleep_img_vs_wrap.active .sub_title_box .line:before {
  width: 100%;
}
.sub01 .sleep_point01_wrap .inner {
  padding: 200px 0;
}
.sub01 .sleep_point01_wrap .sub_title_box {
  margin-bottom: 70px;
}
.sub01 .sleep_point01_wrap .list_box {
  display: flex;
  justify-content: space-between;
}
.sub01 .sleep_point01_wrap .list_box h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  margin: 30px 0;
}
.sub01 .sleep_point01_wrap .list_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub01 .sleep_point02_wrap {
  margin-bottom: 200px;
}
.sub01 .sleep_point02_wrap .inner {
  display: flex;
  align-items: center;
}
.sub01 .sleep_point02_wrap .inner .img_box {
  margin-right: 100px;
}
.sub01 .sleep_point02_wrap .inner .sub_title_box h2 {
  margin-bottom: 80px;
}
.sub01 .sleep_point02_wrap .inner .sub_title_box ul {
  display: flex;
  flex-wrap: wrap; /* 자동 줄바꿈 허용 */
  gap: 14px; /* 요소 간 간격 */
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 558px;
  width: 100%;
}
.sub01 .sleep_point02_wrap .inner .sub_title_box ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  border-radius: 100px;
  background: #F6F6F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  white-space: nowrap;
}
.sub01 .sleep_point02_wrap .inner .sub_title_box ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../img/sub/sleep_point02_ch_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.sub01 .sleep_point03_wrap {
  background-color: #2F2F2F;
  padding: 180px 0 140px;
}
.sub01 .sleep_point03_wrap .sub_title_box {
  margin-bottom: 85px;
}
.sub01 .sleep_point03_wrap .sub_title_box h2 {
  color: #fff;
}
.sub01 .sleep_point03_wrap .sub_title_box h2 strong {
  color: #87A0B6;
}
.sub01 .sleep_point03_wrap .hover_list {
  border-top: 1px solid #87A0B6;
  border-bottom: 1px solid #87A0B6;
  display: flex;
}
.sub01 .sleep_point03_wrap .hover_list li {
  width: 14.2857142857%;
  padding: 50px 30px 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
}
.sub01 .sleep_point03_wrap .hover_list li:first-child, .sub01 .sleep_point03_wrap .hover_list li:last-child {
  pointer-events: none;
}
.sub01 .sleep_point03_wrap .hover_list li p {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 70px;
}
.sub01 .sleep_point03_wrap .hover_list li .img_box {
  width: 119px;
  height: 119px;
  border-radius: 100%;
  background-color: #87A0B6;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  transition: all 0.2s;
}
.sub01 .sleep_point03_wrap .hover_list li .img_box svg path {
  transition: all 0.2s;
}
.sub01 .sleep_point03_wrap .hover_list li:not(:last-child) {
  border-right: 1px solid #87A0B6;
}
.sub01 .sleep_point03_wrap .hover_list li:hover {
  background-color: #87A0B6;
}
.sub01 .sleep_point03_wrap .hover_list li:hover .img_box {
  background-color: #fff;
}
.sub01 .sleep_point03_wrap .hover_list li:hover .img_box path {
  stroke: #87A0B6;
}

/* 추가섹션 */

@keyframes fillBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8); /* 살짝 축소된 상태 */
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn_only {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sleep_point04_wrap {
  padding: 200px 0 180px;
  background-color: #2F2F2F;
  padding: 140px 0 180px;
}

.sleep_point04_wrap .sub_title_box h2 {
  color: #fff;
}

.sleep_point04_wrap .step_con_wrap .bar_wrap {
  margin-bottom: 30px;
  margin-top: 45px;
}
.sleep_point04_wrap .step_con_wrap .bar_wrap ul {
  counter-reset: number 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.sleep_point04_wrap .step_con_wrap .bar_wrap ul::after {
  content: "";
  border-radius: 100px;
  background: linear-gradient(270deg, #FFF 0%, #FF5151 100%);
  display: inline-block;
  width: 0;
  left: 0;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  transition: width 1.5s ease-in-out;
}
.sleep_point04_wrap .step_con_wrap .bar_wrap ul li {
  width: 74px;
  height: 74px;
  /* background-color: #0F376D; */
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 6px solid #fff; */
  /* filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2)); */
  opacity: 0;
  transform: scale(0.8);
  position: relative;
  z-index: 1;


}

.sleep_point04_wrap .step_con_wrap .bar_wrap ul li:nth-child(1) {
  background-color: #FE6A6A;
}

.sleep_point04_wrap .step_con_wrap .bar_wrap ul li:nth-child(2) {
  background-color: #FF9696;
}

.sleep_point04_wrap .step_con_wrap .bar_wrap ul li:nth-child(3) {
  background-color: #FFC3C3;
}

.sleep_point04_wrap .step_con_wrap .bar_wrap ul li:nth-child(4) {
  background-color: #FEEFEF;
}



.sleep_point04_wrap .step_con_wrap .bar_wrap ul li::before {
  counter-increment: number 1;
  content: counter(number) "단계 ";
  /* color: #fff; */
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  /* letter-spacing: -0.7px; */
  letter-spacing: -1px;
}
.sleep_point04_wrap .step_con_wrap .box_wrap {
  display: flex;
  justify-content: space-between;
}
.sleep_point04_wrap .step_con_wrap .box_wrap > div {
  overflow: hidden;
}


.sleep_point04_wrap .step_con_wrap .box_wrap > div p {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  margin: 30px 0;
}

.sleep_point04_wrap .step_con_wrap .box_wrap > div small {
  font-size: 20px;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  color: #fff;
}

.sleep_point04_wrap.active .bar_wrap ul::after {
  animation: fillBar 1.5s ease-in-out forwards;
}
.sleep_point04_wrap.active .bar_wrap ul li {
  animation: fadeIn 0.8s ease-out forwards;
}
.sleep_point04_wrap.active .bar_wrap ul li:nth-child(1) {
  animation-delay: 0.3s;
}
.sleep_point04_wrap.active .bar_wrap ul li:nth-child(2) {
  animation-delay: 0.5s;
}
.sleep_point04_wrap.active .bar_wrap ul li:nth-child(3) {
  animation-delay: 0.7s;
}
.sleep_point04_wrap.active .bar_wrap ul li:nth-child(4) {
  animation-delay: 0.9s;
}
/* 추가섹션 */

.sub02 {
  overflow: hidden;
}
.sub02 .inner {
  padding: 200px 0;
}
.sub02 .sub_title_box {
  margin-bottom: 70px;
}
.sub02 .sleep_swiper {
  counter-reset: number 0;
}
.sub02 .sleep_swiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.sub02 .sleep_swiper .swiper-slide .text_box {
  background-color: #87A0B6;
  position: relative;
  display: flex;
  padding: 40px 0;
  padding-left: 46px;
}
.sub02 .sleep_swiper .swiper-slide .text_box:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin-right: 60px;
}
.sub02 .sleep_swiper .swiper-slide .text_box * {
  color: #fff;
}
.sub02 .sleep_swiper .swiper-slide .text_box p {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.sub02 .sleep_swiper .swiper-slide .text_box span {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -1px;
}