@charset "utf-8";
/** Site Common **/
.site {
  margin: 0 auto;
}

.main-hero {
  height: 100vh;
  max-height: 930px;
  background-color: var(--primary);
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1536px;
  padding: 0 var(--inner_padding) 0 var(--inner_padding);
  height: 90px;
  margin: 0 auto;
}

.site-mobile {
  display: none;
}

h1.site-logo {
  width: 135px;
  height: 23px;
  top: -2px;
}

h1.site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

h1.site-logo a img {
  width: 100%;
  height: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

ul.nav-gnb {
  display: flex;
  align-items: center;
  gap: 38px;
}

ul.nav-gnb li a {
  display: block;
  padding: 6px 12px;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  transition: color .15s ease;
  transform: rotate(0.04deg);
}

ul.nav-gnb li a:hover {
  color: #B7BECA;
}

.go-consult {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 12px;
  border-radius: 12px;
  background-color: var(--secondary);
  transition: background-color .15s ease;
}

.go-consult:hover {
  background-color: #FFF;
  background-color: #14237a;
}

.go-consult span {
  color: #FFF;
  font-size: 14px;
  line-height: 1.0;
}

.go-consult i {
  width: 10px;
  height: 10px;
}

.site-header-mobile, .mobile-screen {
  display: none;
}

/*** Footer ***/
.footer-content {
  display: flex;
  flex-direction: column;
  max-width: 1536px;
  padding: 60px var(--inner_padding) 100px var(--inner_padding);
  margin: 0 auto;
}

.footer-logo {
  width: 100px;
  margin-bottom: 20px;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-address p {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  line-height: 1.6em;
  word-break: keep-all;
}

.footer-address p span {
  color: var(--gray500);
  line-height: 1.7em;
}

.footer-address p em {
  color: var(--gray300);
  margin-right: 6px;
}

.footer-address .contact {
  display: flex;
  gap: 20px;
}

.ico-instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: var(--gray200);
}

.ico-instagram.footer {
  position: absolute;
  right: var(--inner_padding);
  top: var(--inner_padding);
}

p.site-rights {
  color: var(--gray400);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.fix-right-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1000;
}

.kakao-link {
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
  background: #FDDF25 url(../images/ico-kakao.svg) 50%;
  border-radius: 20px;
  cursor: pointer;
}

.page-jump {
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
  background: var(--dark) url(../images/ico-arrow-top.svg) 50%;
  border-radius: 20px;
  cursor: pointer;
}

/*** Content ***/
/** Hero **/
.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 90px);
}

.hero-content {
  display: flex;
  justify-content: space-between;
  max-width: 1536px;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-typo {
  display: flex;
  flex-direction: column;
  top: 80px;
  flex-shrink: 0;
  z-index: 1;
}

.hero-typo-for, .hero-typo-head {
  visibility: hidden;
}

.hero-typo-for {
  color: #FFF;
  font-size: 28px;
  left: 5px;
  margin-bottom: .8em;
}

.hero-typo-head, .hero-typo-head div {
  color: #FFF;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.01em;
}

.hero-photo {
  width: 560px;
  aspect-ratio: 1/1;
  z-index: 1;
}

.hero-photo .mask-wrapper {
  z-index: 1;
}

.hero-shape-star {
  position: absolute;
  top: 50%;
  left: 0;
  width: 66%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hero-photo, .hero-shape-star {
  visibility: hidden;
}

/*** Typography ***/
.section-typo-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.section-typo-group p {
  transform: rotate(0.04deg) !important;
}

.section-head-ribbon {
  color: var(--gray300);
  font-size: 18px;
}

.section-head {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}

.section-head br {
  display: none;
}

.section-head.lg {
  font-size: 52px;
}

.section-body {
  color: var(--gray400);
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  word-break: keep-all;
}

.section-body i {
  display: inline-block;
  width: 32px;
}

.section-body i.clap {
  display: none;
}

.section-typo-group.dark .section-head {
  color: #FFF;
}

.section-typo-group.dark .section-body {
  color: rgba(255 255 255 / 80%);
  letter-spacing: 0.01em;
}

.section-typo-group.dark .section-head-ribbon {
  color: rgba(255 255 255 / 50%);
}

.section-typo-group.inline {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-typo-group.inline .section-head-ribbon {
  position: absolute;
  top: -1.5em;
  left: 0.1em;
}

.section-typo-group.inline .section-head {
  text-align: left;
}

.section-typo-group.inline .section-body {
  display: flex;
  align-items: center;
  gap: 8px;
}

/***** Section *****/
section {
  overflow: hidden;
}

.section .inner-content {
  max-width: 1536px;
  padding: 130px var(--inner_padding) 160px var(--inner_padding);
  margin: 0 auto;
}

.section-mission {
  background-color: var(--secondary);
}

.section-ceo-image {
  display: flex;
  gap: 50px;
  margin-top: 12vh;
  justify-content: center;
}

.woman-ceo {
  z-index: 1;
}

/*** Mission ***/
.section-mission .inner-content {
  min-height: 100vh;
}

/*** Section Service ***/
.section-service-tile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 80px;
}

.service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 80px;
  padding: 40px 30px 60px 30px;
  background-color: var(--gray200);
  border-radius: 30px;
}

.service-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-card-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.service-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card-body p {
  font-size: 15px;
  line-height: 1.6em;
  word-break: keep-all;
}

.service-card-body .body-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
}

.card-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  background-color: #FFF;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1.0em;
  border: 1px solid var(--dark);
  white-space: nowrap;
}

.card-tag.dark {
  color: #FFF;
  background-color: var(--dark);
}

/* Section Case */
.section-case {
  background-color: var(--gray100);
}

.section-case .inner-content {
  padding-bottom: 100px;
}

.case-slider {
  display: flex;
  gap: 20px;
}

.case-slider .swiper-wrapper {
  height: auto;
}

.case-card {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 30px;
  overflow: hidden;
}

.case-thumb {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}

.case-body {
  display: flex;
  flex-direction: column;
  padding: 30px 24px;
  gap: 10px;
  flex-grow: 1;
}

.case-body-title {
  font-size: 24px;
  font-weight: 700;
}

.case-body-desc {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 24px;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.case-tag {
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.0em;
  background-color: var(--gray200);
  border: 1px solid var(--gray200);
  border-radius: 999px;
  padding: 8px 12px;
  white-space: nowrap;
}

.case-tag.brand {
  background-color: var(--mint100);
  border: 1px solid var(--dark);
}

.case-tag.manage {
  background-color: var(--violet100);
  border: 1px solid var(--dark);
}

.case-tag.smart {
  background-color: var(--yellow100);
  border: 1px solid var(--dark);
}

.case-slider-paging {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 40px;
}

.slider-button {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}

.slider-button.prev {
  background: #FFF url('../images/ico-arrow-prev.svg') 50%;
}

.slider-button.next {
  background: #FFF url('../images/ico-arrow-next.svg') 50%;
}

/*** FAQ ***/
ul.main-faq-list li {
  background-color: #FFF;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

a.main-faq-ask {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 6px;
  font-size: 20px;
  transform: rotate(0.04deg);
}

a.main-faq-ask i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

a.main-faq-ask i::after,
a.main-faq-ask i::before {
  position: absolute;
  width: 100%;
  height: 2px; 
  background-color: #333;
  transition: transform 0.12s ease; /* 애니메이션 효과 */
  content: "";
}

a.main-faq-ask i::after {
  transform: rotate(90deg);
}

a.main-faq-ask.active i::after {
  transform: rotate(0);
}

.main-faq-reply {
  display: none;
  padding: 14px 6px 28px 6px;
}

.main-faq-reply p {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.8em;
  word-break: keep-all;
  opacity: .9;
}

.main-faq-reply p:not(:last-child) {
  margin-bottom: 0.8em;
}

/* Section Contact */
.section-contact {
  background-color: var(--dark);
}

.section-contact .inner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 0;
}

.contact-inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin-top: 80px;
}

.contact-inquiry a {
  display: block;
  width: fit-content;
}

.btn-primary-max {
  padding: 26px 48px;
  border-radius: 999px;
  background: #1E34BC;
  overflow: hidden;
}

.btn-primary-max::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(98, 131, 241) 0%, rgb(37, 56, 180) 100%);
  opacity: 0;
  content: "";
  z-index: 0;
  transition: opacity .2s ease;
}

.btn-primary-max:hover::after {
  opacity: 1;
}

.btn-primary-max span {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.0em;
  z-index: 1;
}

.contact-inquiry p {
  color: rgba(255 255 255 / 50%);
  font-size: 14px;
}

/*
 * RWD
 * Break Point 1024px
 */

@media screen and (max-width: 1536px) {
  /* Container */
  .main-hero {
    min-height: 100vh; 
    max-height: inherit;
  }

  .section-contact .inner-content {
    min-height: 100vh; 
    padding-bottom: 0;
    gap: 48px;
  }

  /* Hero */  
  .hero-content {
    padding: 0 8vw;
  }
  
  .hero-typo {
    top: 40px;
  }  

  .hero-typo-for {
    font-size: 24px;
  }

  .hero-typo-head, .hero-typo-head div {
    font-size: 72px;
  }

  .hero-photo {
    width: 460px;
  }
  
  /* Typo */
  .section-head.lg {
    font-size: 48px;
  }

  /* Mission */
  .section-ceo-image {
    gap: 30px;
    margin-top: 6vh;
  }

  .section-ceo-image img[src$=".svg"] {
    width: 180px;
  }

  .woman-ceo {
    width: 320px;
  }

  /* Service */
  .service-card {
    gap: 60px;
  }

  /* Contact */
  .btn-primary-max span {
    font-size: 20px;
  }

  .typo-bottom {
    max-width: 880px;
  } 
}

@media screen and (max-width:1280px) {
  /* Hero */
  .hero-content {
    padding: 0 6vw;
  }

  /* Typo */
  .section-head {
    font-size: 38px;
  }

  /* Service */
  .section-service-tile {
    gap: 24px;
  }

  .service-card-body p br {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  /* Header */
  .site-top-bar {
    display: none;
  }

  .site-mobile {
    display: block;
  }

  header.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 24px;
  }

  .mobile-header h1.mobile-logo a {
    display: flex;
    width: 100px;
    align-items: center;
  }

  .mobile-header h1.mobile-logo a img {
    height: 100%;
  }

  /* Hero */
  .hero-container {
    height: calc(100% - 80px);
  }

  .hero-content {
    flex-direction: column;
    height: 100%;
  }

  .hero-typo {
    top: 10vh;
  }

  .hero-photo {
    position: absolute;
    right: -5%;
    bottom: -10%;
  }

  /* Service */
  .section-service-tile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Case */
  .case-slider-paging {
    justify-content: center;
    gap: 24px;
  }
}

/** Tweak Point **/

/** Tablet **/
@media screen and (max-width: 820px) {
  /* Hero */
  .main-hero {
    height: 80vh;
    min-height: inherit;
  }

  .hero-typo {
    top: 8vh;
  }

  .hero-typo p {
    text-align: center;
  }

  .hero-photo {
    width: 56%;
  }

  /* Section */
  .section .inner-content {
    min-height: inherit;
    padding-bottom: 130px;
  }

  section.section-case .inner-content {
    padding-bottom: 80px;
  }

  section.section-contact .inner-content {
    padding-bottom: 0;
    gap: 15vh;
  }

  /* Typo */
  .section-head {
    font-size: 32px;
  }

  .section-head.lg {
    font-size: 42px;
  }

  .section-head-ribbon {
    font-size: 14px;
  }

  .section-body {
    font-size: 16px;
  }

  .section-body i {
    width: 28px;
  }

  /* Faq */
  a.main-faq-ask {
    font-size: 18px;
  }
}

/** Mobile 640px **/
@media screen and (max-width: 640px) {
  /* Header */
  header.mobile-header {
    height: 60px;
    padding: 0 12px 0 16px;
  }

  .mobile-header h1.mobile-logo a {
    width: 90px;
  }

  .go-consult {
    padding: 10px 8px 10px 8px;
    gap: 8px;
    border-radius: 8px;
  }
  
  .go-consult span {
    font-size: 12px;
  }

  .go-consult i {
    width: 8px;
    height: 8px;
  }

  /* Hero */
  .hero-container {
    height: calc(100% - 60px);
  }

  .hero-typo-head, .hero-typo-head div {
    font-size: 62px;
  }

  .hero-photo {
    width: 70%;
  }

  /* Typo */
  .section-head.lg {
    font-size: 32px;
  }

  /* Section */
  :root {
    --inner_padding: 24px;
  }

  .section .inner-content {
    padding: 100px var(--inner_padding) 120px var(--inner_padding);
  }

  .section-contact .inner-content {
    padding-bottom: 0;
  }

  .section-case .section-typo-group.inline {
    flex-direction: column;
  }

  .section-typo-group.inline .section-head-ribbon {
    position: relative;
    top: inherit;
    left: inherit;
  }

  .section-case .section-typo-group.inline .section-body {
    flex-direction: column;
    gap: 16px;
  }

  /** Section Heading **/
  .section-case .section-body i {
    display: none;
  }

  .section-case .section-body i.clap {
    display: block;
    width: 64px;
  }

  .section-faq .section-body {
    font-size: 14px;
  }

  .section-faq .section-body i {
    width: 28px;
  }

  /* Misson */
  .section-ceo-image {
    gap: 12px;
  }

  .woman-ceo {
    width: 58vw;
  }

  .section-ceo-image img[src$=".svg"] {
    width: 30vw;
  }

  /* Cards */
  .service-card-body .body-title {
    font-size: 20px;
  }

  .service-card {
    padding: 30px 24px;
    gap: 40px;
  }

  .service-card-head i {
    width: 28px;
  }

  .card-tag {
    font-size: 12px;
    padding: 8px 14px;
  }

  /* Footer */
  .fix-right-widget {
    right: 18px;
    bottom: 18px;
    gap: 12px;
  }

  .kakao-link, .page-jump {
    width: 48px;
    border-radius: 16px;
  }

  .kakao-link {
    background-size: 26px;
  }

  .footer-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .ico-instagram.footer {
    position: relative;
    right: inherit;
    top: 32px;
  }

  .ico-instagram {
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .footer-address {
    gap: 4px;
  }

  .footer-address p {
    font-size: 12px;
    gap: 4px;
  }

  p.site-rights {
    font-size: 11px;
    margin-top: 20px;
  }

}

@media screen and (max-width: 480px) and (min-height: 800px) {
  /* Hero */
  .main-hero {
    height: 70vh;
  }
}

/** Mobile 480px **/
@media screen and (max-width: 480px) {
  /* Section */
  :root {
    --inner_padding: 18px;
  }

  .section .inner-content {
    padding: 100px var(--inner_padding) 100px var(--inner_padding);
  }

  section.section-contact .inner-content {
    min-height: 100vh;
  }

  /* Hero */
  .hero-typo {
    top: 48px;
  }

  .hero-typo-for {
    font-size: 16px;
  }

  .hero-typo-head, .hero-typo-head div {
    font-size: 38px;
  }

  .hero-photo {
    width: 75%;
    right: 0;
    bottom: 0;
    transform: translate(14%, 18%);
  }

  /* Typo */
  .section-head-ribbon {
    font-size: 12px;
  }


  .section-head br {
    display: block;
  }

  .section-body {
    font-size: 14px;
  }

  .section-mission .inner-content {
    min-height: 100vh;
  }

  .section-ceo-image {
    margin-top: 15vh;
  }

  /* Service */
  .section-service-tile {
    grid-template-columns: 1fr;
  }

  .service-card-body p {
    font-size: 13px;
  }

  /* Case */
  .case-slider {
    width: calc(100vw + 18px);
  }

  /* Case */
  .case-slider-paging {
    display: none;
  }

  .case-thumb {
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
  }

  .case-body {
    padding: 24px 16px;
    gap: 6px;
  }

  .case-body-title {
    font-size: 20px;
  }

  .case-body-desc {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 16px;
  }

  .case-tags {
    gap: 8px;
  }

  .case-tag {
    font-size: 11px;
    padding: 6px 6px;
    border-radius: 6px;
  }

  /* Faq */
  .section-faq  .section-head {
    font-size: 24px;
  }

  .section-faq .section-body i {
    width: 28px;
    height: 32px;
    display: inline-block;
  }

  a.main-faq-ask {
    font-size: 15px;
    padding: 16px 4px;
  }

  a.main-faq-ask i {
    width: 16px;
    height: 16px;
  }

  .main-faq-reply {
    padding: 14px 4px 28px 4px;
  }

  .main-faq-reply p {
    font-size: 14px;
  }

  /* Contact */
  .section-contact .section-body br {
    display: none;
  }

  .btn-primary-max {
    padding: 20px 40px;
  }

  .btn-primary-max span {
    font-size: 18px;
  }

  .contact-inquiry p {
    font-size: 12px;
  }

  .typo-bottom {
    margin-top: 32px;
  }
}

/********************
 * Contact Form *****/
.site-form-logo {
  width: 135px;
  height: 23px;
}

.site-form-logo a {
  display: block;
  height: 100%;
}

.form-wrapper {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
  padding-bottom: 80px;
}

.form-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
}

.form-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.form-copy .illust {
  width: 160px;
}

.form-copy h2, .form-copy h2 div {
  color: var(--primary);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: .6em 0;
}

.form-copy p {
  color: var(--gray400);
  font-size: 18px;
  text-align: center;
}

.form-agree-box {
  margin: 0;
  padding: 24px;
  background-color: var(--gray100);
  overflow-x: hidden;
  overflow-Y: auto;
  border-radius: 16px;
}

.form-agree-box > h3 {
  color: var(--gray500);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1.0em;
}

.form-agree-box > ul {
  margin: 0 5px;
}

.form-agree-box > ul > li {
  margin-bottom: 0.6em;
  padding-left: 12px;
}

.form-agree-box > ul > li > p {
  color: var(--gray500);
  font-size: 14px;
}

.form-agree-box > ul > li:last-child {
  margin-bottom: 0;
}

.form-agree-box > ul > li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--gray400);
  border-radius: 4px;
  content: "";
  vertical-align: 1px;
}

.form-footer {
  color: var(--gray400);
  font-size: 12px;
  text-align: center;
  margin-top: 60px;
}

/** Mobile 480px **/
@media screen and (max-width: 480px) {
  .form-wrapper {
    padding: 0 18px 48px 18px;
  }

  .form-heading {
    padding: 24px 16px;
    margin-bottom: 16px;
  }

  .site-form-logo {
    width: 100px;
    height: 17px;
  }

  .form-copy .illust {
    width: 120px;
  }

  .form-copy {
    padding-bottom: 25px;
  }

  .form-copy h2 {
    font-size: 24px;
    margin-bottom: 0.3em;
  }

  .form-copy p {
    font-size: 14px;
  }

  .form-agree-box {
    padding: 20px;
  }

  .form-agree-box > h3 {
    font-size: 14px;
  }

  .form-agree-box > ul > li {
    padding-left: 10px;
    margin-bottom: 0.4em;
  }

  .form-agree-box > ul > li > p {
    font-size: 12px;
  }

  .form-agree-box > ul > li::before {
    width: 3px;
    height: 3px;
  }

}