.main_wrap {
  position: relative;
}
.main_wrap .slide_mark_box {
  position: absolute;
  bottom: 60px;
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: end;
}
.main_wrap .slide_mark_box .slide_mark {
  opacity: 0.1;
  position: relative;
  left: -27px;
  z-index: 0;
}
.main_wrap .slide_title_box {
  position: absolute;
  bottom: 150px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  max-width: 1400px;
}
.main_wrap .slide_title_box * {
  color: #fff;
}
.main_wrap .slide_title_box small {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.main_wrap .slide_title_box h2 {
  font-size: 62px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-top: 13px;
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.intro_wrap .inner {
  margin: 300px auto;
}
.intro_wrap .inner .intro_title_box {
  text-align: center;
  margin-bottom: 294px;
  transition: opacity 0.3s ease-in-out;
}
.intro_wrap .inner .intro_title_box small {
  color: #87A0B6;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  opacity: 0;
  animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 0.5s;
  opacity: 0;
  animation: none;
}
.intro_wrap .inner .intro_title_box small.animate-small {
  animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 0.5s;
}
@keyframes reveal {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.intro_wrap .inner .intro_title_box h2.wave {
  word-spacing: 2px;
  overflow: hidden;
  opacity: 0;
}
.intro_wrap .inner .intro_title_box h2.wave.animate-wave {
  opacity: 1;
}
.intro_wrap .inner .intro_title_box h2.wave_title {
  margin: 0;
  margin-top: 20px;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 96px */
  letter-spacing: -1.5px;
}
.intro_wrap .inner .intro_title_box h2 .letter {
  display: inline-block;
  transform: translateY(100%);
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  opacity: 1;
}
.intro_wrap .inner .intro_title_box .overbox {
  overflow: hidden;
  margin-top: 15px;
}
.intro_wrap .inner .intro_title_box .overbox img {
  text-transform: uppercase;
  -webkit-text-stroke: 4px #000;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  animation-delay: 1.2s;
  animation-duration: 0.8s;
  opacity: 0;
  animation: none;
}
.intro_wrap .inner .intro_title_box .overbox img.animate-img {
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 1.2s;
}
.intro_wrap .inner .card_box {
  display: flex;
  justify-content: space-between;
}
@keyframes hideimg {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes hidetext {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.intro_wrap .inner .card_box .mini_card {
  transition: transform 0.5s ease-in-out;
}
.intro_wrap .inner .card_box .mini_card .card_text_box {
  margin-bottom: 30px;
}
.intro_wrap .inner .card_box .mini_card .card_text_box .text_overbox {
  overflow: hidden;
}
.intro_wrap .inner .card_box .mini_card .card_text_box small {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  opacity: 0.7;
  display: inline-block;
  transform: translateY(40px);
}
.intro_wrap .inner .card_box .mini_card .card_text_box small.animate-small {
  animation: hidetext 0.6s ease-in-out forwards;
  animation-delay: 0.4s;
}
.intro_wrap .inner .card_box .mini_card .card_text_box h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 10px;
  transform: translateY(40px);
}
.intro_wrap .inner .card_box .mini_card .card_text_box h3.animate-title {
  animation: hidetext 0.6s ease-in-out forwards;
  animation-delay: 0.6s;
}
.intro_wrap .inner .card_box .mini_card:nth-child(2) {
  margin-top: 117px;
}
.intro_wrap .inner .card_box .mini_card .card_img_box {
  position: relative;
  transition: all 0.5s;
}
.intro_wrap .inner .card_box .mini_card .card_img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.intro_wrap .inner .card_box .mini_card .card_img_box.active::after {
  animation: hideimg 1.2s ease-in-out forwards;
  animation-delay: 1s;
}
.intro_wrap .inner .card_box .mini_card:hover {
  transform: translateY(-50px);
}
.intro_wrap .inner .card_box .mini_card:hover .card_img_box {
  box-shadow: 0 25px 30px 10px rgba(0, 0, 0, 0.2);
}

.text_intro_wrap {
  background-color: #87A0B6;
  height: 100vh;
}
.text_intro_wrap .inner {
  padding: 380px 0;
}
.text_intro_wrap .top_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_intro_wrap .top_box h2 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.text_intro_wrap .top_box .fix_text {
  opacity: 0.2;
}
.text_intro_wrap .top_box .line {
  margin: 0 30px;
  width: 446px;
}
.text_intro_wrap .top_box .line span {
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.text_intro_wrap .top_box .hide_text {
  opacity: 0;
  transition: all 0.3s ease;
}
.text_intro_wrap .bottom_box {
  text-align: center;
  margin-top: 40px;
  opacity: 0;
}

.doctor_wrap .doctor_info {
  display: flex;
  margin-top: 70px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.doctor_wrap .doctor_info .mini_info {
  height: 576px;
  width: calc(100% - 895px);
  transition: width 0.3s, background-color 0.3s;
  background-color: #87A0B6;
  position: relative;
  cursor: pointer;
  flex-grow: 1;
}
.doctor_wrap .doctor_info .mini_info .doctor_img {
  filter: grayscale(1);
  transition: filter 0.3s;
}
.doctor_wrap .doctor_info .mini_info .doctor_title {
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.doctor_wrap .doctor_info .mini_info .doctor_title span {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
}
.doctor_wrap .doctor_info .mini_info .doctor_title h3 {
  display: flex;
  margin: 9.5px 0 29.5px;
}
.doctor_wrap .doctor_info .mini_info .doctor_title h3 strong {
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  color: #87A0B6;
}
.doctor_wrap .doctor_info .mini_info .doctor_title h3 p {
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 10px;
  color: #fff;
  margin-left: 19px;
}
.doctor_wrap .doctor_info .mini_info .doctor_title .line_link {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5);
}
.doctor_wrap .doctor_info .mini_info .doctor_title .line_link:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.doctor_wrap .doctor_info .mini_info .doctor_mark {
  position: absolute;
  top: 50%;
  left: 580px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.doctor_wrap .doctor_info .mini_info .plus_btn {
  border-radius: 100%;
  background-color: #2F2F2F;
  filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.5));
  width: 70px;
  height: 70px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 270px;
  left: 375px;
  opacity: 1;
  transition: opacity 0.2s;
}
.doctor_wrap .doctor_info .mini_info.doctor01 {
  position: relative;
}
.doctor_wrap .doctor_info .mini_info.doctor01 .doctor_title {
  position: absolute;
  top: 113px;
  left: 471px;
}
.doctor_wrap .doctor_info .mini_info.doctor02 {
  position: relative;
}
.doctor_wrap .doctor_info .mini_info.doctor02 .doctor_img {
  position: absolute;
  right: 0;
}
.doctor_wrap .doctor_info .mini_info.doctor02 .doctor_title {
  position: absolute;
  top: 113px;
  right: 504px;
}
.doctor_wrap .doctor_info .mini_info.doctor02 .doctor_mark {
  right: 530px;
  left: unset;
}
.doctor_wrap .doctor_info .mini_info.doctor02 .plus_btn {
  left: unset;
  right: 374px;
  bottom: 228px;
}
.doctor_wrap .doctor_info .mini_info.doctor_active {
  width: 895px;
  background-color: #2F2F2F;
}
.doctor_wrap .doctor_info .mini_info.doctor_active .doctor_img {
  filter: none;
}
.doctor_wrap .doctor_info .mini_info.doctor_active .doctor_title {
  opacity: 1;
  transition-delay: 0.2s;
}
.doctor_wrap .doctor_info .mini_info.doctor_active .doctor_mark {
  opacity: 1;
}
.doctor_wrap .doctor_info .mini_info.doctor_active .plus_btn {
  opacity: 0;
}

.solution_wrap {
  background-color: #2F2F2F;
}
.solution_wrap .title_box h2 {
  color: #fff;
}
.solution_wrap .solution_slide_box {
  border-top: 1px solid #87A0B6;
  border-bottom: 1px solid #87A0B6;
  display: flex;
  margin-top: 70px;
}
.solution_wrap .solution_slide_box .slide_btn_wrap {
  width: 50%;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn {
  position: relative;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  transition: height 0.3s;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.border_btn {
  border-top: 1px solid #87A0B6;
  border-bottom: 1px solid #87A0B6;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text {
  position: relative;
  z-index: 2;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text ul {
  display: flex;
  margin: 20px 0 70px;
  display: none;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text ul li {
  color: #87A0B6;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  padding: 6px 13px;
  border: 1px solid #87A0B6;
  border-radius: 100px;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text ul li:not(:last-child) {
  margin-right: 14px;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text .line_link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn .btn_text .line_link:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active {
  height: 440px;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active:nth-child(1) {
  background-image: url(../img/solution_bg01.png);
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active:nth-child(2) {
  background-image: url(../img/solution_bg02.png);
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active:nth-child(3) {
  background-image: url(../img/solution_bg03.png);
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active > img {
  opacity: 1;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active .btn_text {
  top: 56%;
}
.solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active .btn_text ul, .solution_wrap .solution_slide_box .slide_btn_wrap .mini_btn.solution_active .btn_text a {
  display: flex;
}
.solution_wrap .solution_slide_box .slide_con_wrap {
  width: 50%;
  border-left: 1px solid #87A0B6;
  padding-left: 144px;
  position: relative;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con:nth-of-type(1) {
  display: block;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con > div:last-child {
  margin-top: 30px;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con > div p {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con > div p:before {
  content: "";
  width: 2px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
  margin-right: 12px;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con > div.after_box p {
  color: #87A0B6;
}
.solution_wrap .solution_slide_box .slide_con_wrap .mini_con > div.after_box p::before {
  background-color: #87A0B6;
}
.solution_wrap .solution_info_text {
  text-align: right;
  margin-right: 95px;
  margin-top: 30px;
}
.solution_wrap .solution_info_text li {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.4);
}

.sleep_wrap {
  overflow: hidden;
  background: linear-gradient(180deg, #2F2F2F -3.67%, #87A0B6 44.03%);
  position: relative;
}
.sleep_wrap #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sleep_wrap .hide_box {
  background: linear-gradient(180deg, #2F2F2F 0%, rgba(47, 47, 47, 0) 100%);
  height: 321px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.sleep_wrap .sleep01 {
  position: relative;
  margin-bottom: 120px;
  height: 100vh;
  overflow: hidden;
}
.sleep_wrap .sleep01 .title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}
.sleep_wrap .sleep01 .title_box h2 {
  color: #fff;
}
.sleep_wrap .sleep01 .sleep_img_box {
  max-height: 100vh;
  padding-top: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-top: 20vh;
}
.sleep_wrap .sleep01 .sleep_img_box::-webkit-scrollbar {
  display: none;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
  visibility: hidden;
  transition: none;
  opacity: 0;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  gap: 20vh;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img:nth-child(2) {
  margin-left: auto;
  align-self: flex-end;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img:nth-child(odd) {
  align-self: flex-start;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img p {
  margin-top: 23px;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img p strong {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin-right: 12px;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img p span {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
}
.sleep_wrap .sleep01 .sleep_img_box .mini_img img {
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.sleep_wrap .sleep02 {
  position: relative;
  height: 100vh;
}
.sleep_wrap .sleep02 .img_box {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sleep_wrap .sleep02 .sleep_text_box {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sleep_wrap .sleep02 .sleep_text_box h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 150%; /* 84px */
  letter-spacing: -1.5px;
  color: #fff;
}
.sleep_wrap .sleep02 .sleep_text_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 70px;
}
.sleep_wrap .sleep02 .sleep_text_box ul li {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  padding: 6px 18px;
  border: 1px solid #fff;
  border-radius: 100px;
}
.sleep_wrap .sleep02 .sleep_text_box ul li:not(:last-child) {
  margin-right: 14px;
}
.sleep_wrap .sleep02 .sleep_text_box > a {
  display: inline-block;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  position: relative;
  color: #fff;
}
.sleep_wrap .sleep02 .sleep_text_box > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sleep_wrap .sleep02 .sleep_text_box > a:hover::after {
  width: 100%;
}

.implant_wrap {
  overflow: hidden;
  background-color: #F6F6F6;
  padding: 150px 0 100px;
}
.implant_wrap .implant_pagination {
  width: 100%;
  display: flex;
  margin-top: 70px;
  border: 1px solid #2F2F2F;
  border-bottom: none;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet {
  width: 100%;
  margin: 0;
  border-radius: 0;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2F2F2F;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  background-color: #fff;
  opacity: 1;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet small {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  display: inline-block;
  margin-bottom: 4px;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2F2F2F;
  color: #fff;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active small {
  color: #87A0B6;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet:nth-child(2) {
  border-left: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
}
.implant_wrap .implant_swiper {
  background-color: #fff;
  border-top: 1px solid #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide {
  padding: 50px 90px 69px;
  opacity: 0 !important;
  width: 100% !important;
  text-align: center;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .bna_box {
  display: flex;
  justify-content: space-between;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .bna_box > div p {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .bna_box > div p:before {
  content: "";
  width: 2px;
  height: 28px;
  display: inline-block;
  background-color: #2F2F2F;
  margin-right: 12px;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .bna_box > div.after_box p {
  color: #87A0B6;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide .bna_box > div.after_box p::before {
  background-color: #87A0B6;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide > a {
  display: inline-block;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.5px;
  position: relative;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #2F2F2F;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide > a:hover::after {
  width: 100%;
}
.implant_wrap .implant_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.implant_wrap .implant_info_text {
  text-align: right;
  margin-top: 30px;
}
.implant_wrap .implant_info_text li {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.7px;
  color: rgba(47, 47, 47, 0.4);
}

.care_wrap {
  padding: 150px 0 170px;
  background-color: #2F2F2F;
  overflow: hidden;
}
.care_wrap .title_box h2 p {
  color: #fff;
}
.care_wrap .rolling_box {
  margin-top: 70px;
  border-top: 1px solid #87A0B6;
  border-bottom: 1px solid #87A0B6;
}
.care_wrap .rolling_box .roll_swiper {
  width: 100%;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 40px 54px;
  height: 480px;
  background-color: #2F2F2F;
  border-right: 1px solid #87A0B6;
  transition: background-color 0.3s;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 20px;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide a {
  text-align: left;
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.5px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide img {
  filter: grayscale(1);
  transition: filter 0.2s;
  cursor: pointer;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #87A0B6;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide:hover img {
  filter: none;
}
.care_wrap .rolling_box .roll_swiper .swiper-wrapper .swiper-slide:hover a {
  opacity: 1;
}

.gallery_wrap .inner {
  position: relative;
}
.gallery_wrap .inner .title_box {
  position: absolute;
  bottom: 100px;
  left: 0;
}
.gallery_wrap .inner .title_box h2 {
  margin-bottom: 50px;
}
.gallery_wrap .inner .title_box h2 p {
  color: #fff;
}
.gallery_wrap .inner .title_box .line_link {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  color: rgba(255, 255, 255, 0.7);
}
.gallery_wrap .inner .title_box .line_link::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.text_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: 100px;
}
.text_banner .sec-inner {
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_banner .sec-inner .title {
  font-size: 230px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  /* transform: translate(-50%, -50%); */
  z-index: 0;
  width: -moz-max-content;
  width: max-content;
  transform-origin: center center;
}
.text_banner .sec-inner-1 {
  z-index: 3;
}
.text_banner .sec-inner-2 {
  z-index: 2;
  background: #87A0B6;
}
.text_banner .sec-inner-3 {
  z-index: 1;
  background-color: #2F2F2F;
}