@charset "UTF-8";
:root {
  --default-font: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}

html {
  width: 100%;
  min-height: 100%;
}

html, body, th, td, input, select, textarea, button {
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 1.4;
}

body {
  width: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: none;
} /* 뷰포트 변환시 폰트 크기 자동 확대 방지 */
fieldset, img {
  border: 0 none;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=password], input[type=search], input[type=date], input[type=datetime-local], input[type=email], input[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=datetime-local i]::-webkit-calendar-picker-indicator {
  background-image: none;
  opacity: 0;
  padding: 0;
}

input:checked[type=checkbox] {
  background-color: var(--gray);
  -webkit-appearance: checkbox;
}

button, input[type=button], input[type=submit], input[type=reset], input[type=file] {
  -webkit-appearance: button;
  border-radius: 0;
  border-width: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:active, a:hover {
  text-decoration: none;
}

a[href="#"] {
  cursor: default;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

/* Chrome */
input[type=range] {
  width: 100px;
  cursor: pointer;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

/* IE */
input[type=range]::-ms-track {
  width: 100px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

progress[value] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 1280px) {
  html, body, th, td, input, select, textarea, button {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  html, body, th, td, input, select, textarea, button {
    font-size: 10px;
  }
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --gray50: #FAFAFA;
  --gray100: #F7F7F8;
  --gray200: #EAEBEC;
  --gray300: #DBDCDF;
  --gray400: #AEB0B6;
  --gray500: #70737C;
  --gray600: #535862;
  --gray700: #46474C;
  --gray800: #2E2F33;
  --gray900: #0F0F10;
  --purple50: #F9F0FF;
  --purple100: #F3E1FF;
  --purple200: #EBCEFF;
  --purple300: #CC8EF8;
  --purple400: #A45BD7;
  --purple500: #6F1DA8;
  --purple600: #581786;
  --purple700: #370E54;
  --purple800: #210832;
  --purple900: #261D40;
  --error50: #FFF0EF;
  --error100: #FFE2DF;
  --error200: #FFC5C0;
  --error300: #FFA8A0;
  --error400: #FF8B81;
  --error500: #FF6F62;
  --error600: #E56358;
  --error700: #B24D44;
  --error800: #7F3731;
  --error900: #662C27;
  --warning50: #FFFAEF;
  --warning100: #FFF6DF;
  --warning200: #FFEEC0;
  --warning300: #FFE5A0;
  --warning400: #FFDD81;
  --warning500: #FFD562;
  --warning600: #FFAE17;
  --warning700: #E27A03;
  --warning800: #D96B0B;
  --warning900: #9D510E;
  --success50: #F0FAF6;
  --success100: #E7F7F1;
  --success200: #B8E7D7;
  --success300: #89D7BD;
  --success400: #42BF96;
  --success500: #13AF7C;
  --success600: #07A974;
  --success700: #05875C;
  --success800: #076143;
  --success900: #094834;
  --info50: #F0F6FB;
  --info100: #EDF4FA;
  --info200: #B9D5EE;
  --info300: #97C0E5;
  --info400: #74ABDD;
  --info500: #5296D5;
  --info600: #4987BF;
  --info700: #396995;
  --info800: #294B6A;
  --info900: #203C55;
  --gradient: linear-gradient(90deg, var(--purple400, #A45BD7) 0%, var(--purple500, #6F1DA8) 100%);
  --font-OmniGothic: "omnigothic", "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --headline1-fs: clamp(15px, 1.125rem, 20px);
  --headline2-fs: clamp(15px, 1.125rem, 18px);
  --inner-padding: 0 15px;
  --inner-padding-l: 15px;
  --inner-padding-r: 15px;
  --section-padding-t: clamp(72px, 6.5625vw, 126px);
  --section-padding-b: clamp(100px, 10.834vw, 208px);
}

@media (max-width: 1280px) {
  :root {
    --inner-padding: 0 36px;
    --inner-padding-l: 36px;
    --inner-padding-r: 36px;
  }
}
@media (max-width: 768px) {
  :root {
    --inner-padding: 0 28px;
    --inner-padding-l: 28px;
    --inner-padding-r: 28px;
  }
}
@media (max-width: 480px) {
  :root {
    --inner-padding: 0 20px;
    --inner-padding-l: 20px;
    --inner-padding-r: 20px;
  }
}
body {
  background: var(--white);
  color: var(--gray800);
}

/* 타이포그래피 */
.title1 {
  font-family: var(--default-font);
  font-size: clamp(24px, 2.25rem, 36px);
  line-height: 1.33;
  letter-spacing: -0.0319em;
}

.title2 {
  font-family: var(--default-font);
  font-size: clamp(20px, 1.75rem, 28px);
  line-height: 1.35;
  letter-spacing: -0.0236em;
}

.heading1 {
  font-family: var(--default-font);
  font-size: clamp(17px, 1.5rem, 24px);
  line-height: 1.33;
  letter-spacing: -0.0194em;
}

.heading2 {
  font-family: var(--default-font);
  font-size: clamp(16px, 1.375rem, 22px);
  line-height: 1.36;
  letter-spacing: -0.0194em;
}

.headline1 {
  font-family: var(--default-font);
  font-size: clamp(18px, 1.375rem, 20px);
  line-height: 1.4;
  letter-spacing: -0.002em;
}

.headline2 {
  font-family: var(--default-font);
  font-size: clamp(15px, 1.125rem, 18px);
  line-height: 1.44;
  letter-spacing: -0.002em;
}

.body1 {
  font-family: var(--default-font);
  font-size: clamp(14px, 1.063rem, 17px);
  line-height: 1.41;
  letter-spacing: 0;
}

.body2 {
  font-family: var(--default-font);
  font-size: clamp(14px, 1rem, 16px);
  line-height: 1.41;
  font-weight: 500;
  letter-spacing: 0;
}

.body3 {
  font-family: var(--default-font);
  font-size: clamp(13px, 0.938rem, 15px);
  line-height: 1.46;
  letter-spacing: 0.0096em;
}

.label1 {
  font-family: var(--default-font);
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: 1.33;
  letter-spacing: 0.0025em;
}

.caption1 {
  font-family: var(--default-font);
  font-size: clamp(11px, 0.75rem, 12px);
  line-height: 1.42;
  letter-spacing: 0.0014em;
}

/* //타이포그래피 */
.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--inner-padding);
}

.main {
  overflow-x: clip;
}

input,
textarea {
  border: 0;
  padding: 7px 20px;
  border-bottom: 1px solid var(--gary500, #70737C);
}

.required {
  color: #FF3825;
}

.btn-01 {
  padding: 12px 47px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple400, #A45BD7) 0%, var(--purple500, #6F1DA8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--white);
  transition: 0.3s;
  font-weight: 600;
}

.btn-01:hover {
  background: linear-gradient(90deg, var(--purple500, #6F1DA8) 0%, var(--purple600, #581786) 100%);
  box-shadow: 0 2px 20px 0 rgba(164, 91, 215, 0.4);
}

:root {
  --header-height: 90px;
  --toggle-menu-size: 32px;
}

@media (max-width: 1280px) {
  :root {
    --header-height: 76px;
  }
}
@media (max-width: 480px) {
  :root {
    --header-height: 68px;
  }
}
#header {
  height: var(--header-height);
  background: var(--white);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.1);
}

.header-inner {
  max-width: 1920px;
  height: 100%;
  padding: 0 clamp(20px, 4.271vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header .logo {
  width: auto;
  height: clamp(30px, 2.625rem, 42px);
  aspect-ratio: 259/42;
  display: block;
}
.header .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .gnb {
  display: flex;
  gap: clamp(16px, 1.875rem, 30px);
}
.header .gnb-ul {
  display: flex;
  justify-content: flex-end;
  gap: clamp(16px, 1.875rem, 30px);
}
.header .gnb :is(a, button) {
  display: inline-block;
  color: var(--gray800);
  font-weight: 600;
  transition: color 0.15s linear;
}
.header .gnb :is(a, button):hover, .header .gnb :is(a, button).on {
  color: var(--purple500);
}
.header .gnb :is(a, button).on {
  font-weight: 700;
}
.header .gnb .btn-close-menu {
  display: none;
}
.header .gnb .link-lang {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.header .gnb .link-lang:hover path {
  stroke: var(--purple500);
  transition: stroke 0.15s linear;
}
.header .btn-toggle-menu {
  width: var(--toggle-menu-size);
  height: auto;
  aspect-ratio: 1/1;
  display: none;
}
.header .btn-toggle-menu svg {
  width: calc(var(--toggle-menu-size) * 24 / 32);
  height: auto;
  aspect-ratio: 1/1;
}

#footer {
  padding: clamp(48px, 5.313rem, 85px) 0;
  background: var(--gray900);
  color: var(--gray300);
}

.footer .logo {
  width: auto;
  height: clamp(20px, 1.75rem, 28px);
  aspect-ratio: 259/42;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 44px;
}
.footer .company {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .txt-area {
  font-weight: 500;
}

@media (max-width: 992px) {
  .header .btn-toggle-menu {
    display: block;
  }
  .header .gnb {
    width: 100%;
    max-width: 340px;
    height: 100svh;
    background: var(--white);
    box-shadow: -10px 0 30px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    visibility: hidden;
  }
  .header .gnb.open {
    transform: translateX(0);
    visibility: visible;
  }
  .header .gnb .btn-close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .header .gnb-ul {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    padding-top: 80px;
  }
  .header .gnb-list {
    width: 100%;
    border-bottom: 1px solid var(--gray200);
  }
  .header .gnb :is(a, button) {
    width: 100%;
    padding: 15px 20px;
  }
  .header .gnb .lang-box {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .header-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 250;
  }
  .header-nav-overlay.open {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .info {
    text-align: center;
  }
}
:root {
  --service-content-padding-l: clamp(20px, 3.125rem, 50px);
  --service-content-padding-r: clamp(20px, 3.125rem, 50px);
  --service-content-gap: clamp(40px, 4.875rem, 78px);
  --phone-gap: clamp(20px, 2.125rem, 34px);
  --phone-width: clamp(120px, 11rem, 176px);
  --phone-left: clamp(32px, 4.813rem, 77px);
  --phone-right: clamp(32px, 4.813rem, 77px);
}

.inner:not(.header-inner) {
  max-width: 1080px;
}

/* ── 메인 배너 ────────────────────────────────────── */
.visual {
  width: 100%;
  height: min(740px, 100svh - var(--header-height));
  position: relative;
  z-index: 1;
}
.visual .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.visual .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.visual .bg img.landscape {
  display: block;
}
.visual .bg img.portrait {
  display: none;
}
.visual-swiper {
  height: min(740px, 100svh - var(--header-height));
}
.visual .inner {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(48px, 10vh, 100px);
  padding-bottom: clamp(80px, 12vh, 120px);
}
.visual .slogan-area {
  text-align: center;
  filter: drop-shadow(0 2px 4px rgba(58, 21, 119, 0.4));
}
.visual .slogan-area .title {
  color: var(--white);
  font-family: var(--font-OmniGothic);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 300; /* 옴니고딕 020 */
  line-height: 1.28571;
  letter-spacing: -0.0319em;
  margin-bottom: clamp(24px, 5.93svh, 64px);
}
.visual .slogan-area .title span {
  font-weight: 600; /* 옴니고딕 050 */
}
.visual .slogan-area .txt {
  color: var(--white);
  font-weight: 500;
}
.visual .slogan-area .txt span {
  font-weight: 700;
}
.visual-pagination {
  bottom: clamp(32px, 4.82svh, 52px) !important;
}
.visual-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 50%;
  margin: 0 6.5px !important;
  transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
}
.visual-pagination .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 999px;
  background: var(--white);
}

/* ── //메인 배너 ────────────────────────────────────── */
.section {
  padding-top: var(--section-padding-t);
  padding-bottom: var(--section-padding-b);
}
.section-title {
  color: var(--purple900);
  text-align: center;
  margin-bottom: clamp(48px, 4.375rem, 70px);
}
.section.tech {
  padding-bottom: var(--section-padding-t);
}

/* ── 핵심 역량 ────────────────────────────────────── */
.strength-ul {
  display: grid;
  grid-template-columns: repeat(2, 340px);
  grid-auto-rows: 306px;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.strength-item {
  padding: 47px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: rgba(111, 28, 168, 0.04);
}
.strength-item .icon {
  width: auto;
  height: clamp(80px, 6.375rem, 102px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.strength-item:first-child .icon {
  aspect-ratio: 143/102;
}
.strength-item:nth-child(2) .icon {
  aspect-ratio: 104/102;
}
.strength-item:nth-child(3) .icon {
  aspect-ratio: 65/102;
}
.strength-item:nth-child(4) .icon {
  aspect-ratio: 115/102;
}
.strength-item .name {
  color: var(--gray800);
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
}
.strength-item .txt {
  font-weight: 400;
  color: var(--gray700);
  white-space: pre-line;
}

/* ── //핵심 역량 ────────────────────────────────────── */
/* ── 핵심 기술 ────────────────────────────────────── */
.tech {
  background: rgba(111, 28, 168, 0.04);
}
.tech-ul {
  display: grid;
  grid-template-columns: repeat(4, clamp(200px, 15rem, 240px));
  justify-content: center;
  gap: clamp(28px, 2.25rem, 36px);
  counter-reset: tech;
}
.tech-item {
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 20px rgba(164, 91, 215, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.tech-item::before {
  counter-increment: tech;
  content: counter(tech, decimal-leading-zero);
  color: var(--purple600);
  font-family: var(--default-font);
  font-size: clamp(18px, 1.75rem, 28px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.0236em;
}
.tech-item .txt {
  color: var(--gray700);
  font-weight: 600;
}
.tech .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 62px;
}
.tech .btn-area .btn-more {
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(10px, 0.75rem, 12px) clamp(30px, 2.938rem, 47px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: var(--gradient);
  color: var(--white);
  font-weight: 600;
  margin: 0 auto;
  transition: all 0.1s linear;
}
.tech .btn-area .btn-more:hover {
  background: linear-gradient(90deg, var(--purple500, #6F1DA8) 0%, var(--purple600, #581786) 100%);
  box-shadow: 0 2px 20px 0 rgba(164, 91, 215, 0.4);
}
.tech .btn-area .btn-more svg {
  flex-shrink: 0;
  width: calc(var(--headline2-fs) * 24 / 18);
  height: auto;
  aspect-ratio: 1/1;
}

/* ── //핵심 기술 ────────────────────────────────────── */
/* ── 서비스 소개 ──────────────────────────────────── */
.service-content-area > * + * {
  margin-top: 20px;
}
.service-content {
  width: 100%;
  max-width: 1080px;
  padding: clamp(61px, 6.063rem, 97px) var(--service-content-padding-l);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--service-content-gap);
  border-radius: 20px;
  background: rgba(111, 28, 168, 0.04);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.service-content .phone-area {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: var(--phone-gap);
  position: absolute;
  top: clamp(40px, 3.5rem, 56px);
}
.service-content .phone-area .phone {
  width: var(--phone-width);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  outline: 4px solid var(--purple300);
  overflow: hidden;
}
.service-content .phone-area .phone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.service-content .txt-area {
  max-width: calc(100% - var(--phone-width) * 2 - var(--phone-gap) - var(--phone-left) + var(--service-content-padding-l) - var(--service-content-gap));
}
.service-content:nth-child(odd) .phone-area {
  left: var(--phone-left);
}
.service-content:nth-child(even) .phone-area {
  order: 2;
  right: var(--phone-right);
}
.service-content:nth-child(odd) .txt-area {
  margin-left: auto;
}
.service-content:nth-child(even) .txt-area {
  margin-right: auto;
}
.service-content .title {
  color: var(--gray800);
  font-weight: 600;
  margin-bottom: clamp(14px, 1.25rem, 20px);
}
.service-content .tagline {
  color: var(--purple600);
  font-weight: 600;
  margin-bottom: clamp(6px, 0.5rem, 8px);
}
.service-content .txt {
  color: var(--gray700);
  font-weight: 400;
}

/* ── //서비스 소개 ──────────────────────────────────── */
/* ── 하단 배너 ────────────────────────────────────── */
.bottom-visual {
  padding-bottom: var(--section-padding-t);
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bottom-visual .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.bottom-visual .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bottom-visual .logo {
  width: auto;
  height: clamp(20px, 1.75rem, 28px);
  aspect-ratio: 187/28;
  margin-bottom: clamp(24px, 2.5rem, 40px);
}
.bottom-visual .copy {
  font-weight: 600;
  white-space: pre-line;
}

/* ── //하단 배너 ────────────────────────────────────── */
@media (orientation: portrait) {
  .visual .bg img.landscape {
    display: none;
  }
  .visual .bg img.portrait {
    display: block;
  }
}
@media (max-width: 1280px) {
  .strength-ul {
    grid-template-columns: repeat(2, 280px);
    grid-auto-rows: unset;
  }
  .strength-item {
    padding: 36px 20px;
  }
}
@media (max-width: 992px) {
  .tech-ul {
    grid-template-columns: repeat(2, clamp(200px, 15rem, 240px));
  }
}
@media (max-width: 726px) {
  .service-content {
    flex-direction: column-reverse;
    text-align: center;
  }
  .service-content .phone-area {
    position: static;
    margin-bottom: -150px;
  }
  .service-content .txt-area {
    max-width: unset;
  }
  .service-content:nth-child(even) .phone-area {
    order: unset;
  }
}
@media (max-width: 650px) {
  .strength-ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .tech-ul {
    grid-template-columns: 180px;
  }
  .bottom-visual {
    text-align: center;
  }
}
:root {
  --chatbot-right: clamp(20px, 2.084vw, 40px);
  --chatbot-bottom: clamp(20px, 2.084vw, 40px);
  --chatbot-btn-size: clamp(60px, 5.25rem, 84px);
  --chatbot-shadow: 0 0 0 1px rgba(0, 0, 0, 0.20) inset, 0 3px 7px 0 rgba(0, 0, 0, 0.10), 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  --panel-bottom: 18px;
  --chat-max-width: 80%;
  --chat-ai-size: 28px;
  --chat-time-fs: clamp(10px, 0.75rem, 12px);
  --chat-time-lh: 2.5;
}

body:has(.faq-chatbot.open) {
  overflow: hidden;
}

.faq-chatbot {
  position: fixed;
  right: var(--chatbot-right);
  bottom: var(--chatbot-bottom);
  z-index: 100;
  /* ── 버튼 ──────────────────────────────────────── */
}
.faq-chatbot .btn-faq-chatbot {
  position: relative;
  width: var(--chatbot-btn-size);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #6f1da8 20%, #531da8 52%);
  box-shadow: var(--chatbot-shadow);
}
.faq-chatbot.open .btn-faq-chatbot {
  background: var(--white);
}
.faq-chatbot-state {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
}
.faq-chatbot-state.on {
  display: none;
}
.faq-chatbot-state img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq-chatbot-state svg {
  width: calc(var(--chatbot-btn-size) * 24 / 84);
  height: auto;
  aspect-ratio: 1/1;
}
.faq-chatbot.open .faq-chatbot-state.off {
  display: none;
}
.faq-chatbot.open .faq-chatbot-state.on {
  display: flex;
}
.faq-chatbot {
  /* ── //버튼 ──────────────────────────────────────── */
  /* ── 패널 ──────────────────────────────────────── */
}
.faq-chatbot-panel {
  width: min(440px, 100vw - 32px);
  height: min(740px, 100svh - var(--chatbot-btn-size) - var(--chatbot-bottom) * 2 - var(--panel-bottom));
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: 30px;
  outline: 1px solid var(--purple200);
  background: var(--purple50);
  position: absolute;
  right: 0;
  bottom: calc(100% + var(--panel-bottom));
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: right bottom;
  transition: all 0.3s ease;
}
.faq-chatbot.open .faq-chatbot-panel {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.faq-chatbot-header {
  width: 100%;
  padding: clamp(16px, 1.563rem, 25px) clamp(20px, 2rem, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.12));
  position: relative;
  z-index: 1;
}
.faq-chatbot-header .bg {
  width: 100%;
  height: auto;
  aspect-ratio: 440/108;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.faq-chatbot-header img {
  width: clamp(32px, 3rem, 48px);
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--gray200);
  background: var(--white);
  pointer-events: none;
}
.faq-chatbot-header .title-area {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
  color: #454b58;
  font-weight: 600;
}
.faq-chatbot-header .btn-area {
  display: flex;
  justify-content: end;
  align-items: center;
}
.faq-chatbot-header .btn-area :is(button, a) {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
}
.faq-chatbot-header .btn-area :is(button, a) svg, .faq-chatbot-header .btn-area :is(button, a) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.faq-chatbot .middle.scroll {
  overflow-y: auto;
}
.faq-chatbot .middle.scroll::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: transparent;
}
.faq-chatbot .middle.scroll::-webkit-scrollbar-thumb {
  width: 15px;
  background-color: rgba(164, 91, 215, 0.5);
  border: 5px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}
.faq-chatbot .middle.scroll { /* 실제 스크롤바 막대 */ }
.faq-chatbot .middle.scroll::-webkit-scrollbar-track {
  width: 15px;
  border-radius: 999px;
  background-color: transparent;
}
.faq-chatbot .middle .today {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  display: block;
  border-radius: 999px;
  background: #ccb9d9;
  color: var(--white);
  font-weight: 400;
  margin: 30px auto 35px;
}
.faq-chatbot .middle .thread {
  padding: 5px 24px 25px;
}
.faq-chatbot .middle .thread .chat-wrap + .chat-wrap {
  margin-top: 46px;
}
.faq-chatbot .middle .thread .chat-wrap {
  display: flex;
}
.faq-chatbot .middle .thread .chat-wrap.ai {
  align-items: start;
  gap: 7px;
}
.faq-chatbot .middle .thread .chat-wrap.ai .chat-area {
  max-width: var(--chat-max-width);
}
.faq-chatbot .middle .thread .chat-wrap.ai .chat-area > * + * {
  margin-top: 14px;
}
.faq-chatbot .middle .thread .chat-wrap.ai .chat-area > time + * {
  margin-top: 0;
}
.faq-chatbot .middle .thread .chat-wrap.ai .icon-chatbot {
  flex-shrink: 0;
  width: auto;
  height: var(--chat-ai-size);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--gray200);
  background-color: var(--white);
  margin: calc((var(--chat-ai-size) - var(--chat-time-fs) * var(--chat-time-lh)) / 2) 0;
}
.faq-chatbot .middle .thread .chat-wrap.ai .chat-bubble {
  border-top-left-radius: 0;
  background: var(--white);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  color: var(--gray500);
  font-weight: 400;
}
.faq-chatbot .middle .thread .chat-wrap.ai .chat-bubble em {
  color: var(--purple500);
}
.faq-chatbot .middle .thread .chat-wrap.ai .chip-area {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 8px;
}
.faq-chatbot .middle .thread .chat-wrap.ai button {
  padding: clamp(6px, 0.5rem, 8px) clamp(20px, 1.25rem, 24px);
  border-radius: 999px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-weight: 500;
  transition: background 0.1s linear;
}
.faq-chatbot .middle .thread .chat-wrap.ai .faq-chip {
  border-color: var(--purple400);
  background: var(--white);
  color: var(--purple500);
}
.faq-chatbot .middle .thread .chat-wrap.ai .faq-chip:hover {
  background: var(--purple50);
}
.faq-chatbot .middle .thread .chat-wrap.ai :is(.btn-before, .btn-home), .faq-chatbot .middle .thread .chat-wrap.ai button:not(.faq-chip) {
  border-color: var(--gray400);
  background: var(--gray50);
  color: var(--gray500);
}
.faq-chatbot .middle .thread .chat-wrap.ai.intro .chat-bubble {
  max-width: 262px;
}
.faq-chatbot .middle .thread .chat-wrap.user {
  flex-direction: column;
  align-items: flex-end;
}
.faq-chatbot .middle .thread .chat-wrap.user time {
  text-align: right;
}
.faq-chatbot .middle .thread .chat-wrap.user .chat-bubble {
  max-width: var(--chat-max-width);
  border-top-right-radius: 0;
  background: var(--purple500);
  color: var(--white);
}
.faq-chatbot .middle .thread time {
  display: block;
  color: var(--gray500);
  font-family: var(--default-font);
  font-size: var(--chat-time-fs);
  line-height: var(--chat-time-lh);
  letter-spacing: 0.0025em;
}
.faq-chatbot .middle .thread .chat-bubble {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: clamp(10px, 0.875rem, 14px) clamp(16px, 1.375rem, 22px);
  border-radius: clamp(11px, 0.938rem, 15px);
}
.faq-chatbot .middle .thread .chat-bubble > * {
  width: -moz-fit-content;
  width: fit-content;
}
.faq-chatbot-footer {
  padding: 16px;
  background: var(--white);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
}
.faq-chatbot-footer .input-area {
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 999px;
  background: #ece8ee;
}
.faq-chatbot-footer .input-area input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--gray800);
  font-weight: 500;
}
.faq-chatbot-footer .input-area input::-moz-placeholder {
  color: var(--gray400);
}
.faq-chatbot-footer .input-area input::placeholder {
  color: var(--gray400);
}
.faq-chatbot-footer .input-area .btn-send {
  flex-shrink: 0;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
}
.faq-chatbot-footer .input-area .btn-send svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1280px) {
  .faq-chatbot-header .bg {
    top: -24px;
  }
}
@media (max-width: 480px) {
  .faq-chatbot-header .bg {
    top: clamp(-40px, -5.5vw, 0px);
  }
}
@keyframes handMove {
  0% {
    top: 54%;
  }
  25% {
    top: 65%;
  }
  50% {
    top: 60%;
  }
  75% {
    top: 70%;
  }
  100% {
    top: 54%;
  }
}
@keyframes phoneCycle {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  33.34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.technology-page {
  padding: var(--section-padding-t) 0 var(--section-padding-b);
}
.technology-page .inner {
  max-width: 1400px;
}
.technology-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.technology-page .cont-hd {
  text-align: center;
  margin-bottom: 70px;
}
.technology-page h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}
.technology-page h4 i {
  display: block;
  width: 60px;
  height: 60px;
}
.technology-page .cont-list > li:first-child .inner {
  flex-direction: column;
}
.technology-page .cont-list > li:first-child h4 {
  justify-content: center;
  margin-bottom: 70px;
}
.technology-page .cont-list > li:first-child .info-list {
  margin: 70px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.technology-page .cont-list > li:first-child .img-box {
  max-width: 920px;
  margin: 0 auto;
}
.technology-page .cont-list > li:nth-child(2) {
  position: relative;
  margin: 334px 0 235px;
}
.technology-page .cont-list > li:nth-child(2) .inner {
  gap: 70px;
}
.technology-page .cont-list > li:nth-child(2) .img-box {
  position: relative;
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 400/642;
}
.technology-page .cont-list > li:nth-child(2) .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(248, 142, 201, 0.5);
  z-index: -2;
}
.technology-page .cont-list > li:nth-child(2) .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(11%, -40%);
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(248, 174, 142, 0.5);
  z-index: -1;
}
.technology-page .cont-list > li:nth-child(2) .img-box img:first-child {
  position: absolute;
  top: 54%;
  left: 83%;
  transform: translateX(-50%);
  z-index: 1;
  animation: handMove 6s 0.5s infinite ease-in-out;
  width: 31.25%;
  aspect-ratio: 49/108;
  height: auto;
}
.technology-page .cont-list > li:nth-child(2) .img-box img.phone-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.technology-page .cont-list > li:nth-child(2) .img-box img.phone-slide:nth-child(2) {
  animation: phoneCycle 6s 0s infinite;
}
.technology-page .cont-list > li:nth-child(2) .img-box img.phone-slide:nth-child(3) {
  animation: phoneCycle 6s 1.5s infinite;
}
.technology-page .cont-list > li:nth-child(2) .img-box img.phone-slide:nth-child(4) {
  animation: phoneCycle 6s 3s infinite;
}
.technology-page .cont-list > li:nth-child(2) .img-box img.phone-slide:nth-child(5) {
  animation: phoneCycle 6s 4.5s infinite;
}
.technology-page .cont-list > li:nth-child(2) .info-list {
  max-width: 524px;
  width: 100%;
  margin-top: 30px;
}
.technology-page .cont-list > li:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
  height: 350px;
  background: var(--purple200);
  z-index: -1;
}
.technology-page .cont-list > li:nth-child(3) .inner {
  gap: 70px;
  align-items: center;
}
.technology-page .cont-list > li:nth-child(3) .info-list {
  max-width: 484px;
  width: 100%;
}
.technology-page .cont-list > li:nth-child(3) .flex-wrap .flex-box:last-child {
  margin-top: 70px;
}
.technology-page .cont-list > li .inner {
  display: flex;
  justify-content: center;
}
.technology-page .cont-list > li .inner .info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.technology-page .cont-list > li .inner .info-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.technology-page .cont-list > li .inner .info-list li p,
.technology-page .cont-list > li .inner .info-list li b {
  flex: 1;
}
.technology-page .cont-list > li .inner .info-list li::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/img/technology/ico-check.png") no-repeat center center;
  background-size: contain;
}

@media (max-width: 1280px) {
  .technology-page .cont-list > li:nth-child(2) {
    margin: 240px 0 160px;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box {
    max-width: 340px;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box::before {
    width: 140px;
    height: 140px;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box::after {
    width: 320px;
    height: 320px;
  }
  .technology-page .cont-list > li:nth-child(2)::after {
    height: 300px;
  }
  .technology-page .cont-list > li:nth-child(3) .inner {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .technology-page .cont-hd {
    margin-bottom: 48px;
  }
  .technology-page h4 {
    margin-bottom: 32px;
  }
  .technology-page h4 i {
    width: 44px;
    height: 44px;
  }
  .technology-page .cont-list > li:first-child h4 {
    margin-bottom: 40px;
  }
  .technology-page .cont-list > li:first-child .info-list {
    margin: 40px auto;
  }
  .technology-page .cont-list > li:nth-child(2) {
    margin: 80px 0 120px;
  }
  .technology-page .cont-list > li:nth-child(2) .inner {
    flex-direction: column;
    align-items: start;
    gap: 36px;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box {
    max-width: 300px;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box::after {
    width: 200px;
    height: 200px;
  }
  .technology-page .cont-list > li:nth-child(2) .info-list {
    max-width: 100%;
    margin-top: 0;
  }
  .technology-page .cont-list > li:nth-child(2)::after {
    display: none;
  }
  .technology-page .cont-list > li:nth-child(3) .inner {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  .technology-page .cont-list > li:nth-child(3) .info-list {
    max-width: 100%;
  }
  .technology-page .cont-list > li:nth-child(3) .flex-wrap .flex-box:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .technology-page .cont-hd {
    margin-bottom: 32px;
  }
  .technology-page h4 {
    margin-bottom: 24px;
  }
  .technology-page h4 i {
    width: 36px;
    height: 36px;
  }
  .technology-page .cont-list > li:first-child h4 {
    margin-bottom: 24px;
  }
  .technology-page .cont-list > li:first-child .info-list {
    margin: 28px auto;
    width: 100%;
  }
  .technology-page .cont-list > li:nth-child(2) .inner {
    gap: 60px;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box {
    margin: 0 auto;
    max-width: 240px;
  }
  .technology-page .cont-list > li:nth-child(2)::after {
    height: 150px;
    bottom: -6%;
  }
  .technology-page .cont-list > li:nth-child(3) .inner {
    gap: 28px;
  }
  .technology-page .cont-list > li:nth-child(3) .flex-wrap .flex-box:last-child {
    margin-top: 28px;
  }
  .technology-page .cont-list > li .inner .info-list {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .technology-page .cont-list > li:nth-child(2) {
    margin: 48px 0;
  }
  .technology-page .cont-list > li:nth-child(2) .img-box {
    max-width: 200px;
  }
  .technology-page .cont-list > li:nth-child(2)::after {
    height: 120px;
  }
  .technology-page .cont-list > li:nth-child(3) .flex-wrap .flex-box:last-child {
    margin-top: 20px;
  }
}
.service-page .inner {
  padding: 126px 0;
  max-width: 1410px;
}
.service-page .service-intro {
  text-align: center;
}
.service-page .service-intro .title1 {
  margin-bottom: 70px;
}
.service-page .service-intro .title2 {
  font-weight: 700;
}
.service-page .service-intro .platform-tagline {
  display: block;
  margin-bottom: 40px;
  margin-top: 10px;
  color: var(--purple500);
  font-family: var(--font-OmniGothic);
}
.service-page .service-list li .inner {
  display: flex;
  gap: 100px;
}
.service-page .service-list li .inner .phone-area {
  aspect-ratio: 500/368;
  width: 500px;
}
.service-page .service-list li .inner .phone-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-page .service-list li .inner .txt-area .feature-hd {
  margin-bottom: 40px;
}
.service-page .service-list li .inner .txt-area .feature-hd strong {
  margin-top: 10px;
  margin-bottom: 40px;
  color: var(--purple500);
  font-family: var(--font-OmniGothic);
  display: block;
  font-weight: 400;
}
.service-page .service-list li .inner .txt-area .feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 70px;
}
.service-page .service-list li .inner .txt-area .feature-list li {
  position: relative;
  display: flex;
  gap: 8px;
}
.service-page .service-list li .inner .txt-area .feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple500);
  margin-top: 10px;
}
.service-page .service-list li .inner .txt-area .feature-list li b {
  display: block;
}
.service-page .service-list li .inner .txt-area .feature-list li .color-gray {
  color: var(--gray500);
}
.service-page .service-list li .inner .txt-area .store-btn-area {
  display: flex;
  gap: 30px;
}
.service-page .service-list li .inner .txt-area .store-btn-area a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .service-page .inner {
    padding: 90px 20px;
  }
  .service-page .service-intro .title1 {
    margin-bottom: 50px;
  }
  .service-page .service-list li .inner {
    gap: 60px;
  }
  .service-page .service-list li .inner .phone-area {
    width: 400px;
  }
  .service-page .service-list li .inner .txt-area .feature-hd {
    margin-bottom: 30px;
  }
  .service-page .service-list li .inner .txt-area .feature-list {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .service-page .inner {
    padding: 70px 20px;
  }
  .service-page .service-intro .title1 {
    margin-bottom: 36px;
  }
  .service-page .service-intro .platform-tagline {
    margin-bottom: 28px;
  }
  .service-page .service-list li .inner {
    flex-direction: column;
    gap: 40px;
  }
  .service-page .service-list li .inner .phone-area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .service-page .service-list li .inner .txt-area .feature-hd {
    margin-bottom: 24px;
  }
  .service-page .service-list li .inner .txt-area .feature-hd strong {
    margin-bottom: 24px;
  }
  .service-page .service-list li .inner .txt-area .feature-list {
    gap: 16px;
    margin-bottom: 40px;
  }
  .service-page .service-list li .inner .txt-area .store-btn-area {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .service-page .inner {
    padding: 50px 20px;
  }
  .service-page .service-intro .title1 {
    margin-bottom: 24px;
  }
  .service-page .service-intro .platform-tagline {
    margin-bottom: 20px;
    margin-top: 8px;
  }
  .service-page .service-list li .inner {
    gap: 28px;
  }
  .service-page .service-list li .inner .phone-area {
    max-width: 300px;
  }
  .service-page .service-list li .inner .txt-area .feature-hd {
    margin-bottom: 20px;
  }
  .service-page .service-list li .inner .txt-area .feature-hd strong {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .service-page .service-list li .inner .txt-area .feature-list {
    gap: 12px;
    margin-bottom: 28px;
  }
  .service-page .service-list li .inner .txt-area .store-btn-area {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .service-page .inner {
    padding: 40px 20ㅔㅌ;
  }
  .service-page .service-list li .inner {
    gap: 20px;
  }
  .service-page .service-list li .inner .phone-area {
    max-width: 240px;
  }
  .service-page .service-list li .inner .txt-area .feature-list {
    gap: 10px;
    margin-bottom: 20px;
  }
  .service-page .service-list li .inner .txt-area .store-btn-area a img,
  .service-page .service-list li .inner .txt-area .store-btn-area a svg {
    width: 100%;
    max-width: 150px;
  }
}
.contact-page {
  padding: 126px 0 208px;
}
.contact-page .inner {
  max-width: 1410px;
}
.contact-page .contact-hd {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-page .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 70px 0;
}
.contact-page .input-wrap .form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-page .input-wrap .form-field label {
  font-weight: 600;
}
.contact-page .input-wrap .form-field textarea {
  min-height: 250px;
}
.contact-page .privacy-box {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--gary500, #70737C);
  margin-bottom: 20px;
}
.contact-page .privacy-box li {
  margin-top: 10px;
}
.contact-page .privacy-box p {
  font-weight: 600;
}
.contact-page .form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.contact-page .form-bottom .privacy-agree {
  display: flex;
}
.contact-page .form-bottom .privacy-agree input[type=checkbox] {
  display: none;
}
.contact-page .form-bottom .privacy-agree label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #FF3825;
}
.contact-page .form-bottom .privacy-agree .checkbox-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--gray400, #C2C4CC);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.contact-page .form-bottom .privacy-agree input[type=checkbox]:checked + label .checkbox-icon {
  background: var(--purple500);
  border-color: var(--purple500);
}
.contact-page .form-bottom .privacy-agree input[type=checkbox]:checked + label .checkbox-icon svg {
  display: block;
}
.contact-page .form-bottom .privacy-agree input[type=checkbox]:checked + label .checkbox-icon svg path {
  stroke: #fff;
}

@media (max-width: 1280px) {
  .contact-page {
    padding: 90px 0 160px;
  }
  .contact-page .input-wrap {
    margin: 50px 0;
  }
}
@media (max-width: 992px) {
  .contact-page {
    padding: 70px 0 120px;
  }
  .contact-page .contact-hd {
    gap: 12px;
  }
  .contact-page .input-wrap {
    gap: 20px;
    margin: 40px 0;
  }
  .contact-page .input-wrap .form-field textarea {
    min-height: 180px;
  }
  .contact-page .privacy-box {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .contact-page {
    padding: 50px 0 80px;
  }
  .contact-page .input-wrap {
    gap: 16px;
    margin: 30px 0;
  }
  .contact-page .input-wrap .form-field {
    gap: 8px;
  }
  .contact-page .input-wrap .form-field textarea {
    min-height: 140px;
  }
  .contact-page .privacy-box {
    padding: 16px;
  }
  .contact-page .form-bottom {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .contact-page {
    padding: 40px 0 60px;
  }
  .contact-page .input-wrap {
    margin: 24px 0;
  }
  .contact-page .form-bottom {
    gap: 16px;
  }
}
.about-page::before {
  content: "";
  display: block;
  aspect-ratio: 1920/486;
  width: 100%;
  background: url(/img/about/about-header.jpg) no-repeat center/cover;
}
.about-page .inner {
  max-width: 1410px;
}
.about-page .txt-area,
.about-page .cont-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.about-page .title1 {
  text-align: center;
  margin-bottom: 70px;
}
.about-page .about-hero {
  padding: 120px 0 126px;
}
.about-page .about-hero .hero-title {
  font-family: var(--font-OmniGothic);
  font-size: 64px;
  line-height: 1.4;
  color: var(--gary900);
}
.about-page .about-hero .hero-title b {
  color: #fff;
  mix-blend-mode: difference;
}
.about-page .about-hero .hero-title em {
  font-weight: inherit;
  color: var(--purple500);
}
.about-page .about-hero .hero-title {
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(-78%);
}
.about-page .about-hero .headline2 {
  flex: 1;
}
.about-page .about-cert {
  padding: 126px 0 208px;
  background: #F7F7F8;
}
.about-page .about-cert .cert-card {
  padding: 30px 20px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  border: 1px solid var(--gray400, #AEB0B6);
}
.about-page .about-cert .cert-card .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.about-page .about-cert .cert-card .headline2 {
  font-weight: 700;
  margin-bottom: 6px;
}
.about-page .about-cert .cert-card .color-purple {
  color: var(--purple500);
  fzont-family: var(--font-OmniGothic);
  font-style: normal;
}
.about-page .about-cert .cert-list-hd,
.about-page .about-cert .cont-list li {
  display: grid;
  grid-template-columns: 1fr 236px 158px 80px;
  text-align: center;
}
.about-page .about-cert .cert-list-hd > *,
.about-page .about-cert .cont-list li > * {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-cert .cert-list-hd span + span,
.about-page .about-cert .cont-list li span + span {
  border-left: 1px solid var(--gray400, #AEB0B6);
}
.about-page .about-cert .cert-list-hd {
  background: #000;
  color: #fff;
}
.about-page .about-cert .cont-list span {
  border-top: 1px solid var(--gray400, #AEB0B6);
}
.about-page .about-cert .cont-list .col-name {
  text-align: left;
  justify-content: start;
}
.about-page .about-cert .cont-list .registered {
  color: var(--purple500);
}
.about-page .about-cert .cert-list-wrap {
  border-radius: 10px;
  border: 1px solid var(--gray400, #AEB0B6);
  overflow: hidden;
}
.about-page .about-history .inner {
  max-width: -moz-max-content;
  max-width: max-content;
}
.about-page .about-history {
  padding: 126px 0 300px;
}
.about-page .about-history .cont-list {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.about-page .about-history .cont-list > li {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-page .about-history .cont-list > li:last-child .img-box::after {
  display: none;
}
.about-page .about-history .cont-list > li:nth-child(3) .img-box {
  background: #421887;
}
.about-page .about-history .cont-list .img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #ccc;
  border-radius: 50%;
}
.about-page .about-history .cont-list .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  display: block;
  width: 100px;
  height: 1px;
  background: var(--gray900);
  transform: translateY(-50%);
  z-index: -1;
}
.about-page .about-history .cont-list .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-page .about-history .cont-list .img-box .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(88, 23, 134, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-OmniGothic);
  color: #fff;
  font-size: 36px;
}
.about-page .about-history .cont-list .info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-page .about-history .cont-list .info-list li {
  display: flex;
  gap: 10px;
}
.about-page .about-history .cont-list .info-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple400);
  margin-top: 8px;
}
.about-page .about-history .cont-list .info-list li p {
  flex: 1;
}

@media (max-width: 1280px) {
  .about-page .about-hero .hero-title {
    font-size: 50px;
    transform: translateY(-90%);
  }
  .about-page .about-cert .cert-list-hd,
  .about-page .about-cert .cont-list li {
    grid-template-columns: 1fr 200px 130px 72px;
  }
}
@media (max-width: 992px) {
  .about-page .about-hero {
    padding: 80px 0 100px;
  }
  .about-page .about-hero .hero-title {
    font-size: 38px;
    transform: translateY(0%);
  }
  .about-page .about-hero .hero-title b {
    color: inherit;
  }
  .about-page .about-cert {
    padding: 80px 0 120px;
  }
  .about-page .about-cert .cont-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .about-page .about-cert .cert-card {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  .about-page .about-cert .cert-card .icon-box {
    margin: 0;
  }
  .about-page .about-cert .cert-list-hd,
  .about-page .about-cert .cont-list li {
    grid-template-columns: 1fr 160px 110px 64px;
  }
  .about-page .about-history {
    padding: 80px 0 160px;
  }
  .about-page .about-history .cont-list {
    gap: 30px;
    flex-wrap: wrap;
  }
  .about-page .about-history .cont-list > li {
    width: calc(50% - 15px);
    gap: 40px;
  }
  .about-page .about-history .cont-list > li .img-box::after {
    display: none;
  }
  .about-page .about-history .cont-list .img-box .year {
    width: 120px;
    height: 120px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about-page .about-hero {
    padding: 60px 0 80px;
  }
  .about-page .about-hero .hero-title {
    font-size: 28px;
  }
  .about-page .about-hero .txt-area {
    flex-direction: column;
  }
  .about-page .about-cert .cert-list-hd {
    display: none;
  }
  .about-page .about-cert .cert-list-wrap {
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .about-page .about-cert .cont-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .about-page .about-cert .cont-list li {
    display: flex !important;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--gray400, #AEB0B6);
    background: #fff;
  }
  .about-page .about-cert .cont-list li span,
  .about-page .about-cert .cont-list li span + span {
    display: block;
    padding: 0;
    text-align: left;
    border: none;
    justify-content: flex-start;
  }
  .about-page .about-cert .cont-list li .col-status {
    order: -1;
    margin-bottom: 10px;
  }
  .about-page .about-cert .cont-list li .col-name {
    flex: 1;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .about-page .about-cert .cont-list li .col-num,
  .about-page .about-cert .cont-list li .col-date {
    color: var(--gray600);
    margin-top: 4px;
  }
  .about-page .about-history .cont-list {
    gap: 20px;
  }
  .about-page .about-history .cont-list .img-box .year {
    width: 100px;
    height: 100px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .about-page .about-cert .cont-list {
    grid-template-columns: 1fr;
  }
  .about-page .about-hero .hero-title {
    font-size: 22px;
    transform: translateY(-25%);
  }
  .about-page .about-history {
    padding: 60px 0 100px;
  }
  .about-page .about-history .cont-list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .about-page .about-history .cont-list > li {
    width: 100%;
    max-width: 300px;
  }
  .about-page .about-history .cont-list .img-box .year {
    width: 90px;
    height: 90px;
    font-size: 20px;
  }
}
.experience-page {
  text-align: center;
  padding: 126px 0 208px;
  background: #F1ECF5;
}
.experience-page .cont-hd {
  margin-bottom: 70px;
}
.experience-page .experience-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.experience-page .experience-list a {
  width: 330px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 600;
}
.experience-page .experience-list a .experience-item-img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  margin-bottom: 16px;
  overflow: hidden;
}
.experience-page .experience-list a .experience-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1280px) {
  .experience-page .cont-hd {
    margin-bottom: 50px;
  }
  .experience-page .experience-list a {
    width: 220px;
    height: 220px;
  }
  .experience-page .experience-list a .experience-item-img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .experience-page {
    padding: 80px 0 100px;
  }
  .experience-page .cont-hd {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .experience-page {
    padding: 60px 0 80px;
  }
  .experience-page .cont-hd {
    margin-bottom: 24px;
  }
  .experience-page .experience-list {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */