@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
div.introduction {
  display: flex;
  height: 100dvh;
  overflow: hidden;
}
@media screen and (max-aspect-ratio: 1/1) {
  div.introduction {
    margin: 0;
    word-break: keep-all;
    display: flex;
    flex-direction: column-reverse;
  }
  div.introduction span {
    display: contents;
  }
  div.introduction img {
    position: absolute;
    right: 0;
    min-width: 80%;
    min-height: 80%;
    max-width: 120vw;
    transform: translateY(-22rem);
  }
  div.introduction div.about-components {
    padding: 2rem 0.8rem;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.25);
    width: 100vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) {
  div.introduction {
    margin: auto auto auto 4rem;
  }
  div.introduction span {
    display: block;
  }
  div.introduction img {
    position: absolute;
    transform: translateY(calc(100dvh - 100%));
    right: 0;
    max-width: calc(100vw - 64px - max(31rem + 30vh, 100vw - 39rem) + 50vh);
    min-height: 100dvh;
  }
  div.introduction div.about-components {
    border-radius: 0 50vh 50vh 0;
    box-shadow: 20px 0 0 0 rgba(0, 0, 0, 0.25);
    height: 100vh;
    width: max(31rem + 30vh, 100vw - 40rem);
  }
}
div.introduction div.about-components {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}
div.introduction div.about-components h3 {
  font-size: 3rem;
  font-weight: 700;
}
div.introduction div.about-components span {
  font-size: 1.5rem;
  font-weight: 600;
}
div.introduction div.about-components div.sns-group {
  margin-top: 1.87rem;
  border-radius: 1.125rem;
  border: 3px solid #000;
  background: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
div.introduction div.about-components div.sns-group a.sns-item {
  color: black;
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 black;
  transition: ease-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}
div.introduction div.about-components div.sns-group a.sns-item:hover {
  box-shadow: inset 0 -50px 0 0 black;
  cursor: pointer;
}
div.introduction div.about-components div.sns-group a.sns-item:hover:nth-child(1) {
  color: white;
}
div.introduction div.about-components div.sns-group a.sns-item:hover:nth-child(2) {
  color: #7289DA;
}
div.introduction div.about-components div.sns-group a.sns-item:hover:nth-child(3) {
  color: #d6249f;
}
div.introduction div.about-components div.sns-group a.sns-item:hover:nth-child(4) {
  color: #0e76a8;
}
div.introduction div.about-components div.sns-group a.sns-item:hover:nth-child(5) {
  color: #0070EE;
}

div.project {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  font-family: Pretendard;
}
@media screen and (max-aspect-ratio: 1/1) {
  div.project {
    gap: 1.44rem;
  }
  div.project span.section-title {
    position: relative;
    top: 0;
  }
  div.project div.project-wrapper {
    flex-direction: column;
    max-height: calc(100vh - 200px);
  }
  div.project div.project-wrapper img.project-image {
    max-width: 100%;
    max-height: 30vh;
    object-fit: cover;
    object-position: bottom;
  }
  div.project div.project-wrapper div.project-wrapper-content {
    height: 100vh;
  }
  div.project div.project-wrapper div.project-wrapper-content span.project-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  div.project div.project-wrapper div.project-wrapper-content a.project-description-more-button {
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: right;
    text-decoration: none;
    color: #303030;
  }
  div.project div.project-wrapper div.project-wrapper-content a.project-description-more-button:hover {
    color: #303030;
  }
  div.project div.project-wrapper div.project-wrapper-content div.project-button-group {
    flex-direction: column;
    gap: 1rem;
  }
  div.project div.project-wrapper div.project-wrapper-content a.project-button {
    font-size: 1.6rem !important;
    text-align: center;
  }
}
@media screen and (min-aspect-ratio: 1/1) {
  div.project div.project-wrapper {
    flex-direction: row;
  }
  div.project div.project-wrapper div.project-wrapper-content {
    min-height: 24rem;
  }
  div.project div.project-wrapper img.project-image {
    height: 24rem;
  }
  div.project div.project-wrapper div.project-button-group {
    flex-direction: row;
    gap: 1.25rem;
  }
  div.project div.project-wrapper a.project-description-more-button {
    display: none;
  }
}
div.project div.project-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.25rem;
}
div.project div.project-wrapper img.project-image {
  border-radius: 1rem;
}
div.project div.project-wrapper div.project-wrapper-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
div.project div.project-wrapper div.project-wrapper-content span.project-name {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.25rem;
}
div.project div.project-wrapper div.project-wrapper-content span.project-description {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
div.project div.project-wrapper div.project-wrapper-content span.project-date {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0.8rem;
}
div.project div.project-wrapper div.project-wrapper-content div.project-button-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: auto !important;
}
div.project div.project-wrapper div.project-wrapper-content div.project-button-group a.project-button {
  padding: 0.75rem 1.6rem;
  border-radius: 1rem;
  background: #D9D9D9;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
div.project div.project-wrapper div.project-wrapper-content div.project-button-group a.project-button:hover {
  background: #808080;
  color: #EEE;
}

div.virtual-business-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

div.virtual-business-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  gap: 1rem;
}
@media (max-device-height: 764px) {
  div.virtual-business-card span.section-title {
    position: relative;
    top: 0;
  }
}

div.business-card {
  align-content: space-between;
  border: black solid 3px;
  border-radius: 1.92rem;
  display: flex;
  margin: 1.44rem;
  flex-wrap: wrap;
  position: relative;
  width: 24.3rem;
  height: 38.7rem;
  font-family: Pretendard;
  transition: all 0.1s;
}
div.business-card div.business-card-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin: 1.44rem;
  width: 100%;
  height: 5.76rem;
  justify-content: center;
}
div.business-card div.business-card-header span.business-card-header-title {
  color: #0070EE;
  font-size: 3.78rem;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 3.78rem;
}
div.business-card div.business-card-header span.business-card-header-subtitle {
  color: black;
  font-size: 1.8rem;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.8rem;
}
div.business-card div.business-card-header img.business-card-qrcode {
  width: 5.76rem;
  height: 5.76rem;
  position: absolute;
  right: 0;
  top: 0;
}
div.business-card div.business-card-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 1.44rem;
  width: 100%;
}
div.business-card div.business-card-footer span.business-card-footer-title {
  color: black;
  font-size: 2.16rem;
  font-weight: 700;
  line-height: 2.34rem;
  word-wrap: break-word;
}
div.business-card div.business-card-footer div.business-card-item {
  display: flex;
  align-items: center;
  flex-direction: row;
}
div.business-card div.business-card-footer div.business-card-item i {
  font-size: 1.87rem;
}
div.business-card div.business-card-footer div.business-card-item a {
  color: black;
  margin: 0 0 0 0.86rem;
  text-decoration: none;
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 2.34rem;
  word-wrap: break-word;
}
div.business-card div.divider {
  border-radius: 1.5px;
  background: #000000;
  height: 3px;
  width: 100%;
  margin: 0.54rem 0 1.48rem 0;
}

.redirect-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f2f5;
}
.redirect-container.community-cover {
  background-image: url("../assets/image/background-2.jpg");
  background-size: cover;
  background-position: center;
}
.redirect-container {
  font-family: "Pretendard", sans-serif;
}
.redirect-container .redirect-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 400px;
  width: 90%;
}
.redirect-container .redirect-card p {
  color: #4e5058;
  font-size: 1.2rem;
  line-height: 1.5;
}
.redirect-container .redirect-card .manual-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: #0070EE;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s;
}
.redirect-container .redirect-card .manual-link:hover {
  border-bottom: 2px solid #0070EE;
}
.redirect-container .redirect-card .spinner {
  margin: 1rem auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.5rem solid #f3f3f3;
  border-top: 0.5rem solid #0070EE;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.terms-of-service {
  max-width: 50rem;
  margin: 2.5rem auto;
  padding: 1.25rem;
  background-color: #ffffff;
  color: #333333;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.terms-of-service h1 {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem solid #333333;
  margin-bottom: 2.5rem;
}
.terms-of-service h2 {
  font-size: 1.25rem;
  background-color: #f9f9f9;
  padding: 0.625rem 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 0.9375rem;
  border-left: 0.3125rem solid #555555;
  border-radius: 0.25rem;
  font-weight: 700;
}
.terms-of-service h3 {
  font-size: 1.125rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
  color: #000000;
  font-weight: 700;
}
.terms-of-service p {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.terms-of-service ol {
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.terms-of-service ol li {
  margin-bottom: 0.3125rem;
}
.terms-of-service ol li ul.sub-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.3125rem;
}
.terms-of-service ol li ul.sub-list li {
  padding-left: 0.9375rem;
  text-indent: -0.9375rem;
}
.terms-of-service strong {
  font-weight: 700;
}
@media (max-width: 37.5rem) {
  .terms-of-service {
    margin: 0;
    padding: 0.9375rem;
  }
  .terms-of-service h1 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.terms-of-service .supplementary {
  margin-top: 3.75rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #e0e0e0;
  color: #666666;
}
.terms-of-service .supplementary h2 {
  background-color: transparent;
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  font-size: 1.125rem;
  color: #333;
}
.terms-of-service .supplementary h3 {
  font-size: 1rem;
  margin-top: 1.25rem;
}
.terms-of-service .supplementary p {
  font-size: 0.875rem;
}

footer {
  background: #1b1e21;
  bottom: 0;
  color: white;
  padding: 40px 0;
  position: relative;
}
footer div.footer-item .footer-topic {
  font-size: 1.4rem;
  line-height: 150%;
  display: block;
  color: #fff;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
}
footer div.footer-item a.footer-link, footer div.footer-item span.footer-description {
  display: block;
  color: lightgray;
  text-decoration: none;
  height: 25px;
  padding-left: 2px;
}
footer div.footer-item a.footer-topic:hover, footer div.footer-item a.footer-link:hover {
  color: #fff;
}
footer div.footer-item i.footer-image {
  width: 25px;
  height: 25px;
  font-size: 18px;
  padding-right: 2px;
}
footer div.footer-item .footer-others {
  display: block;
}

@media (min-width: 1020px) {
  footer {
    min-height: 200px;
  }
  footer div.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer div.footer-grid div.footer-item:nth-child(1) {
    padding-right: 15px;
  }
  footer div.footer-grid div.footer-item:nth-child(2) {
    padding-left: 15px;
  }
}
@media (max-width: 1020px) {
  footer div.footer-grid div.footer-item {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    font-size: 80%;
  }
}
div.swiper-container {
  width: 100vw;
  height: 100vh;
}

div.footer-slide {
  height: auto !important;
}

div.swiper-project-container {
  width: 100vw;
}
div.swiper-project-container div.swiper-scrollbar {
  position: fixed;
  height: 0.6rem;
}

span.section-title {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.25rem;
  word-break: keep-all;
  position: absolute;
  top: 3rem;
}

/*# sourceMappingURL=index.css.map */
