@charset "UTF-8";
.footer {
  font-family: "Pretendard", "돋움", sans-serif;
  color: #000;
  padding: 60px 60px 80px;
  font-size: 16px;
  border-top: 1px solid #E6E6E6;
}
.footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "Pretendard", sans-serif;
}
.footer a {
  color: #000;
  text-decoration: none;
  font-family: "Pretendard", sans-serif;
}
.footer ul, .footer li, .footer ol {
  list-style: none;
}
.footer button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.footer a, .footer input, .footer textarea, .footer keygen, .footer select, .footer button {
  font-family: "Pretendard", "돋움", sans-serif;
}
.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E8EE;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-top .terms {
  display: flex;
  gap: 32px;
}
.footer-top .terms a.bold {
  font-weight: 700;
}
.footer-top .terms a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-bottom {
  padding-top: 30px;
  position: relative;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-row .bold {
  font-weight: 700;
}
.footer-bottom-row-box {
  display: flex;
  gap: 4px;
}
.footer-bottom-row:nth-of-type(2) {
  margin-top: 8px;
}
.footer-bottom-line {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #8d99a8;
}
.footer-bottom .copyright {
  margin-top: 30px;
  height: 40px;
  color: rgba(0, 0, 0, 0.6);
}
.footer-bottom .call {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom .call b {
  font-size: 36px;
  font-weight: 700;
}
.footer-bottom .more-site {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 20px;
  height: 40px;
  width: 180px;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
  padding: 0 16px 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background ease 0.3s;
}
.footer-bottom .more-site > img {
  transition: 0.5s ease;
}
.footer-bottom .more-site .dropdown-menu {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 100%;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  padding: 6px;
  overflow: auto;
  background-color: #fff;
  height: 312px;
  display: none;
  z-index: 5;
}
.footer-bottom .more-site .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.footer-bottom .more-site .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.footer-bottom .more-site .dropdown-menu li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
  text-align: left;
  color: #414d5c;
}
.footer-bottom .more-site .dropdown-menu li:hover {
  background-color: #eef1f6;
}
.footer-bottom .more-site .dropdown-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-bottom .more-site:hover {
  background-color: #2B35F6;
  color: #fff;
}
.footer-bottom .more-site:hover img {
  filter: brightness(5);
}
.footer-bottom .more-site.active {
  background-color: #2B35F6;
  color: #fff;
}
.footer-bottom .more-site.active > img {
  transform: rotate(45deg);
  filter: brightness(5);
}
.footer-bottom .more-site.active .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1279px) {
  .footer {
    padding: 30px 20px 100px;
    font-size: 14px;
  }
  .footer-top {
    padding-bottom: 12px;
    flex-direction: column;
    align-items: start;
  }
  .footer-top .logo {
    width: 104px;
    margin-bottom: 24px;
  }
  .footer-top .logo img {
    width: 100%;
  }
  .footer-top .terms {
    display: flex;
    gap: 24px;
  }
  .footer-bottom {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-row {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-row-box {
    gap: 5px;
  }
  .footer-bottom-row:nth-of-type(2) {
    margin-top: 0;
  }
  .footer-bottom .copyright {
    margin-top: 0px;
    height: auto;
  }
  .footer-bottom .call {
    margin-top: 32px;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .footer-bottom .call img {
    width: 24px;
  }
  .footer-bottom .call b {
    font-size: 26px;
    font-weight: 700;
  }
  .footer-bottom .more-site {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 32px;
  }
  .footer .pc-show {
    display: none;
  }
}
.top-button {
  opacity: 0;
  transition: all ease 0.3s;
}

.top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1.875rem;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E4E8EE;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  background: #fff url(../assets//images/arrow_up.svg) no-repeat center;
  cursor: pointer;
  z-index: 9;
  transition: background 0.3s;
}
.top-button.off {
  opacity: 0;
}
.top-button.on {
  opacity: 1;
}
.top-button:hover {
  background: #2B35F6 url(../assets//images/arrow_up_white.svg) no-repeat center;
}

@media screen and (max-width: 1279px) {
  .top-button {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 10px;
    background-size: 24px;
  }
  .top-button:hover {
    background-size: 24px;
  }
}
.top-button.on {
  opacity: 1;
}