footer {
  background-color: #2F2F2F;
}
footer .top_box {
  padding: 140px 0 80px;
  display: flex;
}
footer .top_box > div:not(:last-child) {
  margin-right: 110px;
}
footer .top_box > div h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
footer .top_box > div h3 a {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #87A0B6;
  display: flex;
  align-items: center;
  margin-left: 12px;
}
footer .top_box > div .footer_con p {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}
footer .top_box > div .footer_con small {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5);
}
footer .top_box > div .footer_con a.tel_icon {
  margin-top: 30px;
  display: inline-block;
}
footer .top_box > div .footer_con a.tel_icon strong {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
footer .top_box > div .footer_con ul {
  display: flex;
}
footer .top_box > div .footer_con ul li:not(:last-child) {
  margin-right: 18px;
}
footer .top_box > div .footer_con:nth-of-type(1) {
  display: flex;
  flex-direction: column;
}
footer .top_box > div .footer_con:nth-of-type(1) img {
  margin-bottom: 20px;
}
footer .top_box > div .footer_con .sns_box {
  align-items: center;
}
footer .footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
}
footer .footer_info p, footer .footer_info span {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.5);
}

aside {
  position: fixed;
  bottom: 30px;;
  right: 20px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 188px;
  overflow: hidden;
  z-index: 999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
aside .rank_wrap {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.87);
}
aside .rank_wrap .rank_title {
  display: flex;
  align-items: flex-start;
}
aside .rank_wrap .rank_title h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
}
aside .rank_wrap .rank_title h2 strong {
  font-weight: 600;
  color: #87A0B6;
}
aside .rank_wrap .rank_title .exit_btn {
  margin-left: 21px;
  margin-top: -1px;
  cursor: pointer;
}
aside .rank_wrap ul {
  counter-reset: number 0;
  margin-top: 14px;
}
aside .rank_wrap ul li:not(:last-child) {
  margin-bottom: 9px;
}
aside .rank_wrap ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.8px;
}
aside .rank_wrap ul li a:before {
  counter-increment: number 1;
  content: counter(number);
  color: #fff;
  background-color: #87A0B6;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  padding-right: 1px;
}
aside .img_slide_wrap {
  width: 100%;
  overflow: hidden;
}
aside .img_slide_wrap .aside_swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
  text-align: center;
}
aside .img_slide_wrap .aside_swiper .swiper-wrapper .swiper-slide span {
  background-color: #87A0B6;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: block;
  color: #fff;
  padding: 5.5px;
}
aside .img_slide_wrap .aside_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
aside .sns_wrap {
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.87);
}
aside .sns_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
aside .sns_wrap ul li {
  padding: 7px;
}
aside .top_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2F2F2F;
  padding: 14px 0;
  cursor: pointer;
}
aside .top_btn p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin-right: 5px;
}

.aside_btn {
  position: fixed;
  bottom: 621px;
  width: 40px;
  height: 56px;
  background-color: #87A0B6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  border-right: 0;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  right: -45px;
  cursor: pointer;
}

.ch_talk {
  position: fixed;
  bottom: 30px;
  right: 20px;

  /* 추가 */
  z-index: 999;
}
.ch_talk img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}