@charset "UTF-8";
header nav ul.main_menu > li:nth-child(3) > a * {
  color: #91AAC0 !important;
}

.solution_bna_wrap {
  background-color: #F6F6F6;
  padding: 200px 0 175px;
  overflow: hidden;
}
.solution_bna_wrap .inner {
  display: flex;
  justify-content: space-between;
}
.solution_bna_wrap .inner .sub_title_box {
  width: 100%;
}
.solution_bna_wrap .inner .bna_swiper {
  width: 100%;
  overflow: hidden;
}
.solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%; /* 36px */
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  display: flex;
  align-items: center;
}
.solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div p:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 34px;
  background-color: #2F2F2F;
  margin-right: 15px;
}
.solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div:last-child {
  margin-left: 20px;
}
.solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div:last-child p {
  color: #87A0B6;
}
.solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div:last-child p:before {
  background-color: #87A0B6;
}
.solution_bna_wrap .inner .bna_btn_wrap {
  display: flex;
  margin-top: 80px;
}
.solution_bna_wrap .inner .bna_btn_wrap div {
  background-color: #fff;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.solution_bna_wrap .inner .bna_btn_wrap div.bna_prev {
  justify-content: right;
  margin-right: 50px;
}

.bna_info_text {
  margin-top: 50px;
}
.bna_info_text ul {
  width: 100%;
  text-align: right;
}
.bna_info_text ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.7px;
  color: rgba(47, 47, 47, 0.4);
}

.sub01 {
  position: relative;
}
.sub01 .color_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 802px;
  background-color: #2F2F2F;
  z-index: 0;
}
.sub01 .laminate_wrap {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  overflow: hidden;
}
.sub01 .laminate_wrap .sub_title_box h2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.sub01 .laminate_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 .laminate_wrap .sub_title_box h2 .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sub01 .laminate_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 .laminate_wrap .opa_text {
  text-align: right;
  margin-top: 34px;
  margin-bottom: -26px;
  position: relative;
  z-index: 3;
}
.sub01 .laminate_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 .laminate_wrap .hover_more_wrap {
  position: relative;
  margin-bottom: 200px;
}
.sub01 .laminate_wrap .hover_more_wrap .tip {
  border-radius: 100%;
  background: rgba(135, 160, 182, 0.8);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: all 0.1s; /* 부드러운 애니메이션 추가 */
  transform: translate(-50%, -49.8%);
}
.sub01 .laminate_wrap .hover_more_wrap .tip span {
  background-image: url(../img/sub/solution_sub01_plus_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub01 .laminate_wrap .hover_more_wrap .tip p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -1.5px;
  display: none;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.sub01 .laminate_wrap .hover_more_wrap .tip.tip01 {
  top: 200px;
  left: 480px;
}
.sub01 .laminate_wrap .hover_more_wrap .tip.tip02 {
  top: 374px;
  left: 617px;
}
.sub01 .laminate_wrap .hover_more_wrap .tip.tip03 {
  top: 357px;
  left: 1044px;
}
.sub01 .laminate_wrap.active .sub_title_box .line:before {
  width: 100%;
}
.sub01 .laminate_wrap .vs_wrap {
  display: flex;
  margin-bottom: 198px;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap {
  margin-left: 100px;
  margin-top: 60px;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .sub_title_box h2 {
  display: block;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .sub_title_box p {
  margin: 30px 0 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .vs_list {
  display: flex;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .vs_list ul li {
  width: 294px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-align: center;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .vs_list ul li.title_list {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #87A0B6;
  background: rgba(195, 217, 237, 0.17);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .vs_list ul:first-child .title_list {
  color: #979797;
  background-color: #F8F8F8;
  position: relative;
}
.sub01 .laminate_wrap .vs_wrap .vs_con_wrap .vs_list ul:first-child .title_list:after {
  content: "VS";
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(47, 47, 47, 0.3);
  background: #FFF;
  padding: 4.5px 27px;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
}
.sub01 .laminate_wrap .scroll_wrap {
  margin-bottom: 200px;
}
.sub01 .laminate_wrap .scroll_wrap .sub_title_box {
  margin-bottom: 70px;
}
.sub01 .laminate_wrap .scroll_wrap .sub_title_box h2 {
  display: block;
  margin-bottom: 40px;
}
.sub01 .laminate_wrap .scroll_wrap .sub_title_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub01 .laminate_wrap .scroll_wrap .solution_swiper {
  margin-bottom: 50px;
}
.sub01 .laminate_wrap .scroll_wrap .solution_swiper .swiper-wrapper .swiper-slide {
  width: 810px !important;
}
.sub01 .laminate_wrap .scroll_wrap .bottom_text {
  display: flex;
}
.sub01 .laminate_wrap .scroll_wrap .bottom_text h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
  letter-spacing: -1px;
  margin-right: 160px;
}
.sub01 .laminate_wrap .scroll_wrap .bottom_text h3 img {
  margin-left: 4px;
}
.sub01 .laminate_wrap .scroll_wrap .bottom_text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}

.sub02 {
  background-color: #2F2F2F;
  padding: 200px 0 0;
}
.sub02 .sub_title_box {
  margin-bottom: 31px;
}
.sub02 .sub_title_box h2 {
  display: flex;
  color: #fff;
}
.sub02 .sub_title_box h2 p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  margin-left: 160px;
}
.sub02 .bg_banner {
  background-image: url(../img/sub/solution_sub02_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 536px;
}
.sub02 .bg_banner .inner {
  padding: 135px 0 96px;
  display: flex;
  justify-content: right;
}
.sub02 .bg_banner .inner .text_con {
  margin-right: 76px;
}
.sub02 .bg_banner .inner .text_con p {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap {
  margin-top: 54px;
  display: flex;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap img {
  margin: 0 23px;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap ul {
  display: flex;
  flex-direction: column;
  height: 209px;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  width: 300px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #FFF;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap ul li:first-child {
  height: 47px;
  background-color: #87A0B6;
  border-color: transparent;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
  letter-spacing: -1px;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap ul li.big_list {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}
.sub02 .bg_banner .inner .text_con .list_con_wrap ul li.big_list span {
  font-size: 24px;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: -1px;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
}
.sub02 .solution_bna_wrap {
  background-color: #2F2F2F;
}
.sub02 .solution_bna_wrap .sub_title_box {
  margin-bottom: 0;
}
.sub02 .solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div p {
  color: #fff;
}
.sub02 .solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div p::before {
  background-color: #fff;
}
.sub02 .solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div:last-child p {
  color: #87A0B6;
}
.sub02 .solution_bna_wrap .inner .bna_swiper .swiper-wrapper .swiper-slide div:last-child p:before {
  background-color: #87A0B6;
}
.sub02 .bna_info_text ul li {
  color: rgba(255, 255, 255, 0.5);
}

.sub03 .top_box {
  padding: 200px 0;
}
.sub03 .top_box .sub_title_box {
  margin-bottom: 70px;
}
.sub03 .top_box .sub_title_box h2 {
  display: flex;
}
.sub03 .top_box .sub_title_box h2 p {
  margin-left: 160px;
}
.sub03 .top_box .con_box ul {
  display: flex;
  justify-content: space-between;
}
.sub03 .top_box .con_box ul li {
  display: flex;
  flex-direction: column;
}
.sub03 .top_box .con_box ul li img {
  margin-bottom: 30px;
}
.sub03 .top_box .con_box ul li small {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #AFAFAF;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.sub03 .top_box .con_box ul li p {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  margin: 10px 0 30px;
}
.sub03 .top_box .con_box ul li span {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub03 .bottom_box {
  background-color: #F6F6F6;
}
.sub03 .bottom_box .sub_title_box h2 {
  margin-top: 0;
}
.sub03 .bottom_box .sub_title_box ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 483px;
  gap: 10px;
  margin-top: 80px;
}
.sub03 .bottom_box .sub_title_box ul li {
  padding: 10px 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub03 .bottom_box .sub_title_box ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../img/sub/solution_sub03_list_ch_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.sub03 .bottom_box .bna_info_text {
  margin-top: -100px;
}

.sub04 .top_box {
  padding: 200px 0;
}
.sub04 .sub_title_box {
  margin-bottom: 70px;
}
.sub04 .sub_title_box h2 {
  display: flex;
}
.sub04 .sub_title_box h2 p {
  margin-left: 160px;
}
.sub04 .vs_wrap {
  display: flex;
  margin-bottom: 198px;
}
.sub04 .vs_wrap .vs_con_wrap {
  margin-left: 100px;
  margin-top: 76px;
}
.sub04 .vs_wrap .vs_con_wrap p {
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.sub04 .vs_wrap .vs_con_wrap .vs_list {
  display: flex;
}
.sub04 .vs_wrap .vs_con_wrap .vs_list ul li {
  width: 294px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-align: center;
}
.sub04 .vs_wrap .vs_con_wrap .vs_list ul li.title_list {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #87A0B6;
  background: rgba(195, 217, 237, 0.17);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sub04 .vs_wrap .vs_con_wrap .vs_list ul:first-child .title_list {
  color: #979797;
  background-color: #F8F8F8;
  position: relative;
}
.sub04 .vs_wrap .vs_con_wrap .vs_list ul:first-child .title_list:after {
  content: "VS";
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(47, 47, 47, 0.3);
  background: #FFF;
  padding: 4.5px 27px;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
}
.sub04 .step_wrap p {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #87A0B6;
}
.sub04 .step_wrap ul {
  display: flex;
  justify-content: space-around;
  counter-reset: number 0;
  margin-top: 20px;
  position: relative;
}
.sub04 .step_wrap ul:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #87A0B6;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.sub04 .step_wrap ul li {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 1px solid #87A0B6;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -1.5px;
  text-align: center;
}
.sub04 .step_wrap ul li::before {
  counter-increment: number 1;
  content: "STEP  " counter(number);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  color: #87A0B6;
  margin-bottom: 8px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.sub04 .bottom_box {
  background-color: #2F2F2F;
  padding: 200px 0;
}
.sub04 .bottom_box .sub_title_box h2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.sub04 .bottom_box .sub_title_box h2 > p {
  margin-left: 0;
}
.sub04 .bottom_box .sub_title_box h2 p {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 150%; /* 84px */
  letter-spacing: -1.5px;
  text-wrap: nowrap;
}
.sub04 .bottom_box .sub_title_box h2 .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sub04 .bottom_box .sub_title_box h2 .line::before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin: 0 20px;
  transition: width 2s ease;
}
.sub04 .bottom_box .opa_text {
  text-align: right;
  margin-top: 34px;
  margin-bottom: -26px;
  position: relative;
  z-index: 3;
}
.sub04 .bottom_box .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);
}
.sub04 .bottom_box .info_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}
.sub04 .bottom_box.active .sub_title_box .line:before {
  width: 100%;
}
.sub04 .solution_bna_wrap .sub_title_box {
  margin-bottom: 0;
}