@charset "UTF-8";
html {
  font-size: 62.5%;
}

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

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

.point-font {
  font-family: "Noto Serif KR", serif;
}

.title-box {
  text-align: center;
}
.title-box h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 8rem; /* 133.333% */
  letter-spacing: -0.25rem;
  margin-bottom: 20px;
}
.title-box h2 strong {
  font-weight: inherit;
  color: #F18D2A;
}
.title-box h2.title50 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.25rem;
}
.title-box h2.title55 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 7.5rem; /* 136.364% */
  letter-spacing: -0.25rem;
}
.title-box small {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: rgba(33, 33, 33, 0.8);
}

strong {
  font-weight: inherit;
}

body {
  /* max-width: 1920px; */
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* min-width: 1650px; */
}

.anchor {
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

.view-box220 {
  margin-bottom: 220px;
}

.view-box300 {
  margin-bottom: 300px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-bottom 0.3s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 101;
  /* min-width: 1650px; */
}
header nav {
  width: 100%;
  height: 100%;
  padding: 0 70px 0 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .logo-in svg path {
  transition: fill 0.3s ease-in-out;
}
header nav > div {
  display: flex;
  align-items: center;
}
header nav > div.mini-box01 p {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin: 0 2.8rem 0 4rem;
}
header nav > div.mini-box01 p path {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
header nav > div.mini-box01 p span {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: #fff;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
header nav > div.mini-box01 .mark-box svg {
  position: absolute;
  bottom: 0;
}
header nav > div.mini-box01 .mark-box path {
  will-change: fill;
  fill: rgba(255, 255, 255, 0.2);
  transition: fill 0.245s ease-in-out;
}
header nav > div.mini-box01 .header-swiper {
  height: 30px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
header nav > div.mini-box01 .header-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
header nav > div.mini-box02 {
  height: 100%;
}
header nav > div.mini-box02 ul {
  display: flex;
  height: 100%;
}
header nav > div.mini-box02 ul li {
  height: 100%;
}
header nav > div.mini-box02 ul li a {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12rem;
  color: #fff;
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header nav > div.mini-box02 ul li a::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #F18D2A;
  transition: width 0.3s;
  display: inline-block;
}
header nav > div.mini-box02 ul li a.active {
  color: #F18D2A !important;
  font-weight: 700;
}
header nav > div.mini-box02 ul li a.active::after {
  width: 100%;
}
header nav > div.mini-box02 ul li:not(:first-child) {
  margin-left: 2.8rem;
}
header nav > div.mini-box02 ul li:hover a {
  color: #F18D2A !important;
  font-weight: 700;
}
header nav > div.mini-box02 ul li:hover a::after {
  width: 100%;
}
header.header-active, header:hover {
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
}
header.header-active .logo-in svg path, header:hover .logo-in svg path {
  fill: #656364;
}
header.header-active .logo-in svg path:nth-child(3), header.header-active .logo-in svg path:nth-child(4), header:hover .logo-in svg path:nth-child(3), header:hover .logo-in svg path:nth-child(4) {
  fill: #F18D2A;
}
header.header-active .logo-in svg path:nth-child(7), header:hover .logo-in svg path:nth-child(7) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(8), header:hover .logo-in svg path:nth-child(8) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(9), header:hover .logo-in svg path:nth-child(9) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(10), header:hover .logo-in svg path:nth-child(10) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(11), header:hover .logo-in svg path:nth-child(11) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(12), header:hover .logo-in svg path:nth-child(12) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(13), header:hover .logo-in svg path:nth-child(13) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(14), header:hover .logo-in svg path:nth-child(14) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(15), header:hover .logo-in svg path:nth-child(15) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(16), header:hover .logo-in svg path:nth-child(16) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(17), header:hover .logo-in svg path:nth-child(17) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(18), header:hover .logo-in svg path:nth-child(18) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(19), header:hover .logo-in svg path:nth-child(19) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(20), header:hover .logo-in svg path:nth-child(20) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(21), header:hover .logo-in svg path:nth-child(21) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(22), header:hover .logo-in svg path:nth-child(22) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(23), header:hover .logo-in svg path:nth-child(23) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(24), header:hover .logo-in svg path:nth-child(24) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(25), header:hover .logo-in svg path:nth-child(25) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(26), header:hover .logo-in svg path:nth-child(26) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(27), header:hover .logo-in svg path:nth-child(27) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(28), header:hover .logo-in svg path:nth-child(28) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(29), header:hover .logo-in svg path:nth-child(29) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(30), header:hover .logo-in svg path:nth-child(30) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(31), header:hover .logo-in svg path:nth-child(31) {
  fill: #8E9092;
}
header.header-active .logo-in svg path:nth-child(32), header:hover .logo-in svg path:nth-child(32) {
  fill: #8E9092;
}
header.header-active nav > div.mini-box01 p path, header:hover nav > div.mini-box01 p path {
  fill: #424344;
}
header.header-active nav > div.mini-box01 p span, header:hover nav > div.mini-box01 p span {
  color: #424344;
}
header.header-active nav > div.mini-box01 .mark-box path, header:hover nav > div.mini-box01 .mark-box path {
  fill: #D9D9D9;
}
header.header-active nav > div.mini-box02 ul li a, header:hover nav > div.mini-box02 ul li a {
  color: #333;
}
header.m-header {
  display: none;
}

.main-wrap {
  overflow: hidden;
}
.main-wrap .main-swiper {
  position: relative;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 937px;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box {
  position: absolute;
  top: 55%;
  left: 200px;
  transform: translateY(-50%);
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 8rem; /* 133.333% */
  letter-spacing: -0.25rem;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box h2 strong {
  color: #F18D2A;
  font-weight: 700;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box h2 em {
  color: #fff;
  position: relative;
  z-index: 1;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box h2 em::after {
  content: "";
  display: inline-block;
  width: 105%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F18D2A;
  z-index: -1;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem; /* 141.667% */
  letter-spacing: -0.15rem;
  padding: 6px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 30px 0 48px;
  width: -moz-fit-content;
  width: fit-content;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text-box .slide-text-con span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: -0.1rem;
  /* font-family: "Noto Serif KR", serif; */
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 {
  background: linear-gradient(180deg, #FFB973 0%, #FDA34A 100%);
  text-align: center;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-img-box01 {
  width: 100%;
  position: relative;
  position: absolute;
  bottom: 0;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-img-box01 .main01-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-img-box01 .slide-doctor-box {
  position: relative;
  z-index: 2;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-img-box01 .slide-doctor-box .main01-name {
  position: absolute;
  bottom: 90px;
  margin-left: 105px;
}
@keyframes slideTitle {
  0% {
    width: 0;
  }
  100% {
    width: 478px;
  }
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box h2 {
  font-size: 10rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 813.7px;
  margin-right: 23px;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box h2::after {
  content: "";
  width: 478px;
  height: 11px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: -6px;
  margin-top: -15px;
  position: absolute;
  left: 42%;
  animation: slideTitle 1.5s ease-in-out;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.main-text {
  font-size: 10rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.main-text > span {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: -16px;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.main-text > span > em {
  font-size: 10rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.4rem;
  color: #fff;
  display: inline-block;
  margin: 0 13px;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.main-text > strong {
  font-weight: 700;
  color: #fff;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.main-text sup {
  width: 40px;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.main-text sup img {
  vertical-align: text-top;
  position: relative;
  top: -25px;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main01 .slide-title-box p.plus-text {
  position: absolute;
  bottom: -90%;
  right: -8%;
  font-size: 10rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: #fff;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main04 .slide-text-box h2 {
  color: #fff;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main04 .slide-text-box p {
  color: #fff;
  border-color: #fff;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main04 .time_box {
  position: absolute;
  right: 320px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  width: 456px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrap .main-swiper .swiper-wrapper .swiper-slide.main04 .time_box::after {
  content: "";
  background-image: url(../img/shadow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 439px;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.main-wrap .main-swiper .main-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1768px;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-wrap .main-swiper .main-btn-wrap div {
  cursor: pointer;
}
.main-wrap .main-swiper .main-btn-wrap div svg {
  height: 50px;
}
.main-wrap .main-swiper .main-btn-wrap div path {
  transition: all 0.5s;
}
.main-wrap .main-swiper .main-btn-wrap div path:nth-child(1) {
  transform: translateY(-5px);
}

.intro-wrap .intro-img-box {
  height: 500px;
  background-image: url(../img/intro-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 106px;
  width: 0%;
  transition: width 0.9s ease;
}
.intro-wrap .intro-img-box.expand-img {
  width: 100%;
}
.intro-wrap .intro-text-box {
  display: flex;
  justify-content: space-between;
  margin: 0 60px;
}
.intro-wrap .intro-text-box .intro-title {
  position: relative;
}
.intro-wrap .intro-text-box .intro-title h2 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 8rem; /* 133.333% */
  letter-spacing: -0.25rem;
  font-weight: 600;
}
.intro-wrap .intro-text-box .intro-title h2 strong {
  color: #F18D2A;
  font-weight: 600;
}
.intro-wrap .intro-text-box .intro-title p.den-name {
  position: absolute;
  left: -70px;
  bottom: 115px;
}
.intro-wrap .intro-text-box .intro-title p.den-name span {
  display: block;
  font-size: 13rem;
  font-weight: 700;
  line-height: 12rem; /* 92.308% */
  text-transform: uppercase;
  color: #212121;
  opacity: 0.05;
}
.intro-wrap .intro-text-box .intro-title p.den-name span:nth-child(1) {
  position: relative;
  left: -40px;
}
.intro-wrap .intro-text-box .intro-content {
  position: relative;
  left: -50px;
}
.intro-wrap .intro-text-box .intro-content .content-title {
  margin-bottom: 30px;
}
.intro-wrap .intro-text-box .intro-content .content-title p {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5rem; /* 147.059% */
  letter-spacing: -0.12rem;
  color: #949494;
}
.intro-wrap .intro-text-box .intro-content .content-title p strong {
  font-weight: inherit;
}
.intro-wrap .intro-text-box .intro-content .content-text pre {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  letter-spacing: -0.09rem;
}
.intro-wrap .intro-text-box .intro-content .content-text .sign-box {
  margin-top: 57px;
}
.intro-wrap .intro-text-box .intro-content .content-text .sign-box p {
  display: flex;
  align-items: center;
}
.intro-wrap .intro-text-box .intro-content .content-text .sign-box p strong {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
}
.intro-wrap .intro-text-box .intro-content .content-text .sign-box p span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: -0.1rem;
  display: inline-block;
  margin: 0 8px -10px 5px;
}

.doctor-wrap {
  background-image: url(../img/doctor_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 136px;
}
.doctor-wrap .inner {
  position: relative;
}
.doctor-wrap .inner .doctor-mark {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.doctor-wrap .title-box {
  margin-bottom: 44px;
}
.doctor-wrap .doctor-info-wrap {
  display: flex;
  align-items: end;
  justify-content: center;
}
.doctor-wrap .doctor-info-wrap .doctor-box {
  width: 424px;
  position: relative;
  cursor: pointer;
}
.doctor-wrap .doctor-info-wrap .doctor-box .doctor-name-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 33.5px;
}
.doctor-wrap .doctor-info-wrap .doctor-box .doctor-name-btn p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 7rem; /* 233.333% */
  letter-spacing: -0.1rem;
}
.doctor-wrap .doctor-info-wrap .doctor-box .doctor-name-btn span {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12rem;
  display: inline-block;
  margin: 0 15px 0 5px;
}
.doctor-wrap .doctor-info-wrap .doctor-box:first-child {
  margin-right: -130px;
}
.doctor-wrap .doctor-info-wrap .doctor-box:nth-child(2) {
  z-index: 2;
}
.doctor-wrap .doctor-info-wrap .doctor-box:last-child {
  margin-left: -140px;
  position: relative;
  z-index: 0;
}

.doctor-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  display: none;
  cursor: url(../img/cursor_img.png) 2 2, auto;
}
.doctor-popup .inner {
  height: 100%;
  position: relative;
}
.doctor-popup .inner > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.doctor-popup .inner > div.active {
  opacity: 1;
}
.doctor-popup .doctor-text-box .point-top-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  display: flex;
  align-items: center;
}
.doctor-popup .doctor-text-box .point-top-text strong {
  color: #F18D2A;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  margin: 0 12px 0 9px;
}
.doctor-popup .doctor-text-box .point-top-text:before {
  content: "";
  display: inline-block;
  background-color: #F18D2A;
  width: 3px;
  height: 26px;
}
.doctor-popup .doctor-text-box h3 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.25rem;
  font-weight: 600;
  margin: 23px 0 22px;
}
.doctor-popup .doctor-text-box span {
  background-color: #1E2C57;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 15px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.6rem; /* 118.182% */
  font-weight: 600;
  display: flex;
  align-items: center;
}
.doctor-popup .doctor-text-box span:before {
  content: "";
  display: inline-block;
  background-image: url(../img/doctor-popup-mark.svg);
  background-position: center;
  background-size: cover;
  width: 28px;
  height: 30px;
  margin-right: 6px;
}
.doctor-popup .doctor-text-box ul {
  margin-top: 22px;
}
.doctor-popup .doctor-text-box ul.top-list li {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  line-height: 3rem;
  font-weight: 500;
  color: #1E2C57;
  display: flex;
  align-items: center;
}
.doctor-popup .doctor-text-box ul.top-list li:not(:last-child) {
  margin-bottom: 3px;
}
.doctor-popup .doctor-text-box ul.top-list li:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 8px;
  background-image: url(../img/ch-list-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctor-popup .doctor-text-box ul.bottom-list li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  letter-spacing: -0.09rem;
  opacity: 0.8;
}
.doctor-popup .doctor-img-box {
  align-self: flex-end;
}

.implant-wrap .implant01 {
  position: relative;
}
.implant-wrap .implant01 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.implant-wrap .implant01 img {
  width: 100%;
}
.implant-wrap .implant01 .title-box {
  text-align: left;
}
.implant-wrap .implant01 .title-box * {
  color: #fff;
}
.implant-wrap .implant01 .title-box span {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5rem; /* 147.059% */
  letter-spacing: -0.12rem;
}
.implant-wrap .implant01 .title-box small {
  opacity: 0.7;
  line-height: 3.2rem;
}
.implant-wrap .implant02 {
  background-image: url(../img/implant-bg02.png);
  padding: 162px 0 0;
  overflow: hidden;
}
.implant-wrap .implant02 .title-box {
  margin-bottom: 154px;
}
.implant-wrap .implant02 .title-box h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.25rem;
  margin-bottom: 0;
}
.implant-wrap .implant02 .roll-box {
  padding: 32px 0;
  border-top: 1px solid rgba(33, 33, 33, 0.2);
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}
.implant-wrap .implant02 .roll-box .roll-swiper {
  width: 100%;
}
.implant-wrap .implant02 .roll-box .roll-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.implant-wrap .implant02 .roll-box .roll-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.implant-wrap .implant02 .roll-box .roll-swiper .swiper-wrapper .swiper-slide span {
  position: absolute;
  bottom: 13px;
  left: 14px;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.implant-wrap .implant02 .roll-box .roll-swiper .swiper-wrapper .swiper-slide img {
  filter: brightness(0.5);
  transition: filter 0.2s;
  cursor: pointer;
}
.implant-wrap .implant02 .roll-box .roll-swiper .swiper-wrapper .swiper-slide:hover img {
  filter: none;
}
.implant-wrap .implant02 .roll-box .roll-swiper .swiper-wrapper .swiper-slide.roll-slide01:hover span {
  mix-blend-mode: difference;
}

.sleep-wrap {
  position: relative;
}
.sleep-wrap .sleep-bg {
  background-color: #FFF9EF;
  width: 100%;
  height: 816px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.sleep-wrap .sleep01 .title-box small {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: -0.12rem;
}
.sleep-wrap .sleep01 .system-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 85px;
}
.sleep-wrap .sleep01 .system-box .mini-box {
  width: 290px;
  height: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  position: relative;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  border-top: none;
}
.sleep-wrap .sleep01 .system-box .mini-box small {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: #E2E2E2;
}
.sleep-wrap .sleep01 .system-box .mini-box h3 {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem; /* 123.077% */
  letter-spacing: -0.1rem;
  margin: 6px auto 16px;
}
.sleep-wrap .sleep01 .system-box .mini-box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  letter-spacing: -0.09rem;
  color: rgba(33, 33, 33, 0.5);
  text-align: center;
}
.sleep-wrap .sleep01 .system-box .mini-box .mini-line {
  position: absolute;
  top: -7%;
  left: -1px;
  width: calc(100% + 4px);
  max-width: none;
}
.sleep-wrap .sleep01 .system-box .mini-box:nth-child(5) {
  border-color: #F18D2A;
}
.sleep-wrap .sleep01 .system-box .mini-box:nth-child(5) small {
  color: #F18D2A;
}
@keyframes arrowMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sleep-wrap .arrow-box {
  text-align: center;
  margin: 106px auto 36px;
}
.sleep-wrap .arrow-box svg {
  overflow: visible;
}
.sleep-wrap .arrow-box path {
  animation: arrowMove 3s ease-in-out infinite;
}
.sleep-wrap .arrow-box path:nth-of-type(1) {
  animation-delay: 1s;
}
.sleep-wrap .arrow-box path:nth-of-type(2) {
  animation-delay: 0.5s;
}
.sleep-wrap .arrow-box path:nth-of-type(3) {
  animation-delay: 0s;
}
.sleep-wrap .sleep02 .title-box h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.25rem;
}
.sleep-wrap .sleep02 .step-wrap {
  margin-top: 86px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.sleep-wrap .sleep02 .step-wrap h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.6rem; /* 100% */
  letter-spacing: -0.1rem;
  color: #F18D2A;
  margin: 31px auto 25px;
}
.sleep-wrap .sleep02 .step-wrap p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  letter-spacing: -0.09rem;
  color: rgba(33, 33, 33, 0.8);
}

.case-wrap {
  position: relative;
}
.case-wrap .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.case-wrap .top-box .title-box h2 {
  margin-bottom: 0;
}
.case-wrap .top-box .plus-btn {
  display: flex;
  align-items: center;
}
.case-wrap .top-box .plus-btn span {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.6rem; /* 100% */
  letter-spacing: -0.1rem;
  color: #F18D2A;
  display: inline-block;
  margin-right: 19px;
}
.case-wrap .bna_con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.case-wrap .bna_con > div {
  max-width: 730px;
  width: 100%;
}
.case-wrap .bna_con .bna-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border: 1px solid #D4D4D4;
}
.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: 36px;
  border-right: 1px solid #D4D4D4;
}
.case-wrap .bna_con .bna-top .top-title p {
  width: -moz-max-content;
  width: max-content;
}
.case-wrap .bna_con .bna-top .top-title p strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  margin-right: 14px;
}
.case-wrap .bna_con .bna-top .top-title p span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
}
.case-wrap .bna_con .bna-top .link-box {
  padding: 0 28px;
  background-color: #F6F6F6;
  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 {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: rgba(33, 33, 33, 0.5);
  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 {
  color: rgba(33, 33, 33, 0.5);
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.6rem; /* 118.182% */
}
.case-wrap .bna_con .bna_text span:nth-child(2) {
  color: #212121;
}
.case-wrap .bna_con #comparison1,
.case-wrap .bna_con #comparison2 {
  width: 100%;
  padding-bottom: 460px;
  position: relative;
}
.case-wrap .bna_con #divisor1,
.case-wrap .bna_con #divisor2 {
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.case-wrap .bna_con #divisor1::after,
.case-wrap .bna_con #divisor2::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: 554px;
  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 #divisor1 {
  background-image: url(../img/before_img.png);
}
.case-wrap .bna_con #divisor2 {
  background-image: url(../img/before_img2.png);
}
.case-wrap .bna_con #comparison1 figure {
  background-image: url(../img/after_img.png);
}
.case-wrap .bna_con #comparison2 figure {
  background-image: url(../img/after_img2.png);
}
.case-wrap .bna_con #handle1,
.case-wrap .bna_con #handle2 {
  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 #handle1 .arrow,
.case-wrap .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/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: #E9E9E9;
}
.case-wrap .case-bottom-text {
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0 29px;
  margin-top: 70px;
}
.case-wrap .case-bottom-text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  letter-spacing: -0.09rem;
  text-align: center;
  color: rgba(33, 33, 33, 0.5);
}

.list-wrap {
  overflow: hidden;
}
.list-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-wrap .inner > div {
  width: -moz-max-content;
  width: max-content;
}
.list-wrap .title-box {
  text-align: left;
}
.list-wrap .title-box h2 {
  margin-bottom: 0;
}
.list-wrap .list-pagination {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.list-wrap .list-pagination .swiper-pagination-bullet {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: #F4F4F4;
  color: rgba(33, 33, 33, 0.5);
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  opacity: 1;
  margin: 0;
  transition: all 0.35s;
}
.list-wrap .list-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F18D2A;
  color: #fff;
}
.list-wrap .list-pagination .swiper-pagination-bullet:hover {
  background-color: #F18D2A;
  color: #fff;
}
.list-wrap .list-swiper {
  margin-top: 60px;
}
.list-wrap .list-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.list-wrap .list-swiper .swiper-wrapper .swiper-slide span {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12rem;
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.list-wrap .list-swiper .swiper-wrapper .swiper-slide span.black-text {
  color: #212121;
}

.gallery-wrap {
  overflow: hidden;
}
.gallery-wrap .gallery-swiper {
  position: relative;
}

.gallery-wrap .gallery-swiper p {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1750px;
  width: 100%;
}

.gallery-wrap .gallery-swiper .title-box {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: left;
  max-width: 1520px;
  width: 100%;
}
.gallery-wrap .gallery-swiper .title-box small {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  letter-spacing: 0.2rem;
}
.gallery-wrap .gallery-swiper .title-box h2 {
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 7.5rem; /* 136.364% */
  letter-spacing: -0.25rem;
  color: #fff;
}
.gallery-wrap .gallery-swiper .btn-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 77px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: end;
  flex-direction: column;
}
.gallery-wrap .gallery-swiper .btn-wrap .navi-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gallery-wrap .gallery-swiper .btn-wrap .navi-btn div {
  cursor: pointer;
}
.gallery-wrap .gallery-swiper .btn-wrap .navi-btn div svg {
  height: 50px;
}
.gallery-wrap .gallery-swiper .btn-wrap .navi-btn div svg path:nth-child(1) {
  transform: translateY(-5px);
}

.gallery-wrap .gallery-swiper .btn-wrap .page_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gallery-wrap .gallery-swiper .btn-wrap .gallery-pagination {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
}
.gallery-wrap .gallery-swiper .btn-wrap .gallery-pagination * {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
}

.gallery-wrap .gallery-swiper .btn-wrap .gallery-text-pagination {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  width: max-content;
  padding-left: 3px;
}

.info-wrap .title-box h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: -0.25rem;
  margin-bottom: 38px;
}
.info-wrap .top-box {
  background-color: #F18D2A;
  padding: 115px 0;
}
.info-wrap .top-box .info-con {
  display: flex;
  justify-content: space-between;
}
.info-wrap .top-box .info-con > div {
  background-color: #fff;
  width: 100%;
  height: 453px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 44px;
}
.info-wrap .top-box .info-con > div .info-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 7rem; /* 233.333% */
  letter-spacing: -0.1rem;
  position: relative;
}
.info-wrap .top-box .info-con > div .info-title::after {
  content: "";
  width: 104%;
  height: 3px;
  display: inline-block;
  background-color: #F18D2A;
  position: absolute;
  left: -2%;
  bottom: 11px;
}
.info-wrap .top-box .info-con > div small {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  letter-spacing: -0.09rem;
  color: rgba(33, 33, 33, 0.5);
  display: inline-block;
  text-align: center;
}
.info-wrap .top-box .info-con > div:first-child {
  margin-right: 24px;
}
.info-wrap .top-box .info-con > div:first-child img {
  margin: 22px 0 30px;
}
.info-wrap .top-box .info-con > div:last-child small {
  margin: 11px 0 32px;
}
.info-wrap .top-box .info-con > div .sns-link-wrap {
  display: flex;
}
.info-wrap .top-box .info-con > div .sns-link-wrap .mini-link {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 209, 33, 0.5);
  width: 165px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 31px;
}
.info-wrap .top-box .info-con > div .sns-link-wrap .mini-link .link-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  display: block;
  margin-top: 14px;
}
.info-wrap .top-box .info-con > div .sns-link-wrap .mini-link .link-con {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: rgba(33, 33, 33, 0.5);
}
.info-wrap .top-box .info-con > div .sns-link-wrap .mini-link:not(:last-child) {
  margin-right: 20px;
}
.info-wrap .top-box .info-con > div .sns-link-wrap .mini-link:nth-child(2) {
  border-color: rgba(60, 184, 24, 0.5);
}
.info-wrap .top-box .info-con > div .sns-link-wrap .mini-link:nth-child(3) {
  border-color: rgba(0, 46, 89, 0.5);
}
.info-wrap .bottom-box {
  padding: 114px 0 122px;
  background-color: #F6F6F6;
}
.info-wrap .bottom-box .title-box h2 {
  color: #212121;
  margin-bottom: 33px;
}
.info-wrap .bottom-box .map-con {
  display: flex;
  justify-content: space-between;
}
.info-wrap .bottom-box .map-con .mini-con {
  width: 447px;
  height: 498px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 51px;
  position: relative;
}
.info-wrap .bottom-box .map-con .mini-con .img-box {
  width: 153px;
  height: 153px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 12px;
}
.info-wrap .bottom-box .map-con .mini-con .map-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 7rem; /* 233.333% */
  letter-spacing: -0.1rem;
  line-height: normal;
  margin-bottom: 31px;
}
.info-wrap .bottom-box .map-con .mini-con .map-title small {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  color: #F18D2A;
  margin-bottom: 3px;
}
.info-wrap .bottom-box .map-con .mini-con span {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: -0.12rem;
}
.info-wrap .bottom-box .map-con .mini-con strong {
  display: block;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  font-weight: 600;
}
.info-wrap .bottom-box .map-con .mini-con:last-child .map-title {
  margin-bottom: 13px;
}
.info-wrap .bottom-box .map-con .mini-con:last-child div {
  display: flex;
  align-items: center;
}
.info-wrap .bottom-box .map-con .mini-con:last-child div p {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1rem;
  margin-left: 15px;
}
.info-wrap .bottom-box .map-con .mini-con:last-child div p span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  display: block;
  margin-top: 5px;
}

footer {
  background-color: #212121;
  padding: 78px 0;
}
footer .inner-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
}
footer ul li:not(:last-child) {
  margin-bottom: 10px;
}

aside {
  position: fixed;
  bottom: 60px;
  right: 54px;
  z-index: 102;
}
aside .btn-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  cursor: pointer;
}
aside .plus-wrap {
  overflow: hidden;
  border-radius: 10px;
  background-color: #424344;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}
aside .plus-wrap ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
  display: none;
}
aside .plus-wrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside .plus-wrap ul li a p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04rem;
  color: #fff;
  margin-top: 7px;
}
aside .plus-wrap ul li:not(:last-child) {
  margin-bottom: 41px;
}
aside .top-btn {
  background-color: #fff;
  margin-top: 17px;
}
aside .qiuck-plus-btn {
  background-color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: none;
}
aside .qiuck-plus-btn span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04rem;
  color: #fff;
  display: inline-block;
  margin-top: 7px;
}