/* ============================================
   Common
   ============================================ */
.wrap1500 {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
}

.subPd{
  padding: 150px 0;
}

@media screen and (max-width: 1600px) {
  .wrap1500 {max-width: 100%; width: 93%;}
}
@media screen and (max-width: 1024px) {
  .subPd { padding: 120px 0; }
}
@media screen and (max-width: 768px) {
  .subPd { padding: 60px 0; }
}
@media screen and (max-width: 500px) {
  .subPd { padding: 50px 0; }
}



.page-title>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 100px 0 70px 0;
}

.page-title__text {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-title__scroll {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title__scroll-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  animation: scrollBadgeRotate 8s linear infinite;
}

.page-title__scroll-btn {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  background-color: #E5FF48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes scrollBadgeRotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media screen and (max-width: 1024px) {
  .page-title > div { padding: 80px 0 50px; }
  .page-title__text { font-size: 48px; }
  .page-title__scroll { width: 120px; height: 120px; }
  .page-title__scroll-img { width: 120px; height: 120px; }
  .page-title__scroll-btn { width: 76px; height: 76px; }
  .page-title__scroll-btn img{width: 10px;}
}

@media screen and (max-width: 768px) {
  .page-title > div { padding: 60px 0 40px; }
  .page-title__text { font-size: 36px; }
  .page-title__scroll { width: 100px; height: 100px; }
  .page-title__scroll-img { width: 100px; height: 100px; }
  .page-title__scroll-btn { width: 64px; height: 64px; }
}

@media screen and (max-width: 500px) {
  .page-title > div { padding: 40px 0 30px; }
  .page-title__text { font-size: 28px; }
  .page-title__scroll { width: 80px; height: 80px; }
  .page-title__scroll-img { width: 80px; height: 80px; }
  .page-title__scroll-btn { width: 52px; height: 52px; }
}





















/* ============================================
   service.html — sec01 (마퀴 뱃지 + 타이틀)
   ============================================ */
#service-page .sec01__marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
}

#service-page .sec01__marquee-row {
  display: flex;
  overflow: hidden;
  width: 100%;
}

#service-page .sec01__marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding: 0 8px;
}

#service-page .sec01__marquee-track--left {
  animation: sec01-scroll-left 22s linear infinite;
}

#service-page .sec01__marquee-track--right {
  animation: sec01-scroll-right 22s linear infinite;
}

@keyframes sec01-scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes sec01-scroll-right {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

#service-page .sec01__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

#service-page .sec01__pill span {
  display: block;
  transform: translateY(2px);
}

#service-page .sec01__pill_line{
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

#service-page .sec01__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

#service-page .sec01__title-sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

#service-page .sec01__title-sub .underline {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 1024px) {
  #service-page .sec01__marquee-wrap { margin-bottom: 70px; }
  #service-page .sec01__pill { font-size: 36px; padding: 22px 36px; }
  #service-page .sec01__title-sub { font-size: 18px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec01__marquee-wrap { margin-bottom: 50px; gap: 14px; }
  #service-page .sec01__marquee-track { gap: 14px; }
  #service-page .sec01__pill { font-size: 26px; padding: 16px 26px; }
  #service-page .sec01__title { gap: 16px; }
  #service-page .sec01__title-sub { font-size: 16px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec01__marquee-wrap { margin-bottom: 36px; gap: 10px; }
  #service-page .sec01__marquee-track { gap: 10px; }
  #service-page .sec01__pill { font-size: 18px; padding: 12px 18px; }
  #service-page .sec01__title-sub { font-size: 14px; }
}



/* ============================================
   service.html — sec02 (문제 해결 카드)
   ============================================ */
#service-page .sec02>div{
  flex-direction: column;
}

#service-page .sec02__title {
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
}

#service-page .sec02__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

#service-page .sec02__card {
  height: 702px;
  background-color: #181818;
  border-radius: 10px;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.4s ease;
  cursor: pointer;
}

#service-page .sec02__card--active{
  border: 1px solid #E5FF48;
}

#service-page .sec02__card-icon{
  margin-bottom: 70px;
}

#service-page .sec02__card-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transition: grid-template-rows 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.5s ease,
              margin-top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#service-page .sec02__card--active .sec02__card-body {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 50px;
}

#service-page .sec02__card-body-inner {
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#service-page .sec02__card-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: #E5FF48;
  margin: 0;
}

#service-page .sec02__card-desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  opacity: 0;
  transition: opacity 0.35s ease 0.1s;
}

#service-page .sec02__card-note {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #CCCCCC;
  margin: 0;
  opacity: 0;
  transition: opacity 0.35s ease 0.18s;
}

#service-page .sec02__card--active .sec02__card-desc,
#service-page .sec02__card--active .sec02__card-note {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  #service-page .sec02__title { margin-bottom: 60px; }
  #service-page .sec02__cards { gap: 18px; }
  #service-page .sec02__card { height: 660px; padding: 80px 44px; }
  #service-page .sec02__card-icon { margin-bottom: 56px; }
  #service-page .sec02__card-icon img { width: 140px; height: auto; }
  #service-page .sec02__card--active .sec02__card-body { margin-top: 44px; }
  #service-page .sec02__card-body-inner { gap: 18px; }
  #service-page .sec02__card-title { font-size: 30px; }
  #service-page .sec02__card-desc { font-size: 22px; }
  #service-page .sec02__card-note { font-size: 17px; }
}

@media screen and (max-width: 1280px) {
  #service-page .sec02__title { margin-bottom: 56px; }
  #service-page .sec02__cards { grid-template-columns: 1fr 1fr; gap: 16px; }
  #service-page .sec02__card {
    height: auto;
    padding: 72px 40px;
    justify-content: flex-start;
    border-color: #E5FF48;
  }
  #service-page .sec02__card-icon { margin-bottom: 52px; }
  #service-page .sec02__card-icon img { width: 120px; height: auto; }
  #service-page .sec02__card-body {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 40px;
  }
  #service-page .sec02__card-desc,
  #service-page .sec02__card-note { opacity: 1; }
  #service-page .sec02__card-body-inner { gap: 16px; }
  #service-page .sec02__card-title { font-size: 28px; }
  #service-page .sec02__card-desc { font-size: 20px; }
  #service-page .sec02__card-note { font-size: 16px; }
  /* 마지막 카드: 한 줄 전체 */
  #service-page .sec02__cards .sec02__card:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #service-page .sec02__title { margin-bottom: 50px; }
  #service-page .sec02__card { height: 580px; padding: 70px 36px; }
  #service-page .sec02__card-icon { margin-bottom: 50px; }
  #service-page .sec02__card-icon img { width: 110px; height: auto; }
  #service-page .sec02__card-title { font-size: 28px; }
  #service-page .sec02__card-desc { font-size: 20px; }
  #service-page .sec02__card-note { font-size: 16px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec02__title { margin-bottom: 36px; }
  #service-page .sec02__cards { grid-template-columns: 1fr; gap: 16px; }
  #service-page .sec02__card { height: auto; padding: 50px 36px; justify-content: flex-start; }
  #service-page .sec02__card-icon { margin-bottom: 36px; }
  #service-page .sec02__card-icon img { width: 100px; height: auto; }
  #service-page .sec02__card-body { grid-template-rows: 1fr; opacity: 1; margin-top: 30px; transition: none; }
  #service-page .sec02__card-desc, #service-page .sec02__card-note { opacity: 1; transition: none; }
  #service-page .sec02__card-title { font-size: 26px; }
  #service-page .sec02__card-desc { font-size: 18px; }
  #service-page .sec02__card-note { font-size: 15px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec02__card { padding: 40px 26px; }
  #service-page .sec02__card-icon { margin-bottom: 28px; }
  #service-page .sec02__card-icon img { width: 88px; height: auto; }
  #service-page .sec02__card-body { margin-top: 24px; }
  #service-page .sec02__card-title { font-size: 22px; }
  #service-page .sec02__card-desc { font-size: 16px; }
  #service-page .sec02__card-note { font-size: 14px; }
}



/* ============================================
   service.html — sec03 (4가지 운영 방식 아코디언)
   ※ index.html의 sec02와 동일 구조 기반
   ============================================ */
#service-page .sec03 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 150px 0;
  width: 100%;
}

#service-page .sec03__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1500px;
  max-width: 1500px;
}

#service-page .sec03_content{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#service-page .sec03__left {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: flex-start;
  flex-shrink: 0;
}

#service-page .sec03__right {
  display: flex;
  flex-direction: column;
  width: 800px;
  flex-shrink: 0;
  gap: 40px;
}

#service-page .sec03__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #333333;
}

#service-page .sec03__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#service-page .sec03__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

#service-page .sec03__btn {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #555555;
  border-radius: 100px;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

#service-page .sec03__btn--active {
  background-color: #E5FF48;
  border-color: #E5FF48;
}

#service-page .sec03__btn--active img{
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  filter: invert(1);
}

#service-page .sec03__item-content {
  overflow: hidden;
  height: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#service-page .sec03__item-subtitle {
  padding-top: 40px;
}


#service-page .sec03__item-subtitle {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  color: #E5FF48;
  margin: 0;
}

#service-page .sec03__item-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #CCCCCC;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  #service-page .sec03 { width: 93%; margin: 0 auto; }
  #service-page .sec03__container { width: 100%; max-width: 100%; }
  #service-page .sec03__right { width: 100%; flex: 1; padding-left: 100px; }
}

@media screen and (max-width: 1280px) {
  #service-page .sec03 { padding: 0; width: 93%; margin: 0 auto; }
  #service-page .sec03__container { align-items: flex-start; position: relative; width: 100%; max-width: 100%; }
  #service-page .sec03_content { flex-direction: column; gap: 60px; }
  #service-page .sec03__left { width: 100%; }
  #service-page .sec03__left h2{text-align: center;}
  #service-page .sec03__right { width: 100%; padding-left: 0; }
  #service-page .sec03__btn { width: 45px; height: 45px; }
}

@media screen and (max-width: 1024px) {
  #service-page .sec03_content { gap: 50px; }
  #service-page .sec03__right { gap: 35px; }
  #service-page .sec03__item { padding-bottom: 35px; }
  #service-page .sec03__item-title { font-size: 20px; }
  #service-page .sec03__btn { width: 45px; height: 45px; }
  #service-page .sec03__item-subtitle { font-size: 28px; padding-top: 30px; }
  #service-page .sec03__item-desc { font-size: 16px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec03_content { gap: 40px; }
  #service-page .sec03__right { gap: 30px; }
  #service-page .sec03__item { padding-bottom: 30px; }
  #service-page .sec03__item-title { font-size: 18px; }
  #service-page .sec03__btn { width: 40px; height: 40px; }
  #service-page .sec03__btn img { width: 10px; }
  #service-page .sec03__item-subtitle { font-size: 22px; padding-top: 24px; }
  #service-page .sec03__item-desc { font-size: 15px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec03_content { gap: 30px; }
  #service-page .sec03__right { gap: 24px; }
  #service-page .sec03__item { padding-bottom: 24px; }
  #service-page .sec03__item-title { font-size: 16px; }
  #service-page .sec03__btn { width: 35px; height: 35px; }
  #service-page .sec03__item-subtitle { font-size: 18px; padding-top: 20px; }
  #service-page .sec03__item-desc { font-size: 14px; }
}



/* ============================================
   service.html — sec04 (핵심 업무 버블)
   ============================================ */
#service-page .sec04>div{
  flex-direction: column;
}

#service-page .sec04__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

#service-page .sec04__label {
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.02em;
}

#service-page .sec04__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}

#service-page .sec04__notice svg {
  flex-shrink: 0;
}

#service-page .sec04__bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#service-page .sec04__bubble {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
  position: relative;
}

#service-page .sec04__bubble::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(130deg, #E5FF48, #444444);

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

#service-page .sec04__bubble:first-child {
  margin-left: 0;
}

#service-page .sec04__bubble span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #E5FF48;
  text-align: center;
  white-space: pre-line;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  #service-page .sec04__bubble { width: 230px; height: 230px; margin-left: -28px; }
}

@media screen and (max-width: 1280px) {
  #service-page .sec04__bubbles { display: grid; grid-template-columns: repeat(3, auto); }
  #service-page .sec04__bubble { width: 330px; height: 330px; }
  #service-page .sec04__bubble:nth-child(3n+1) { margin-left: 0; }
  #service-page .sec04__bubble:nth-child(n+4) { margin-top: -30px; }
}

@media screen and (max-width: 1024px) {
  #service-page .sec04__title { margin-bottom: 50px; gap: 20px; }
  #service-page .sec04__label { font-size: 32px; }
  #service-page .sec04__notice { font-size: 18px; }
  #service-page .sec04__bubble { width: 250px; height: 250px; }
  #service-page .sec04__bubble:nth-child(3n+1) { margin-left: 0; }
  #service-page .sec04__bubble span { font-size: 18px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec04__title { margin-bottom: 36px; gap: 16px; }
  #service-page .sec04__label { font-size: 26px; }
  #service-page .sec04__notice { font-size: 16px; gap: 8px; }
  #service-page .sec04__bubbles { grid-template-columns: repeat(2, auto); }
  #service-page .sec04__bubble { width: 230px; height: 230px; margin-top: 0; margin-left: -20px; }
  #service-page .sec04__bubble:nth-child(3n+1) { margin-left: -20px; }
  #service-page .sec04__bubble:nth-child(2n+1) { margin-left: 0; }
  #service-page .sec04__bubble:nth-child(n+3) { margin-top: -20px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec04__label { font-size: 20px; }
  #service-page .sec04__notice { font-size: 14px; }
  #service-page .sec04__bubble { width: 150px; height: 150px; margin-left: -14px; }
  #service-page .sec04__bubble:nth-child(3n+1) { margin-left: -14px; }
  #service-page .sec04__bubble:nth-child(2n+1) { margin-left: 0; }
  #service-page .sec04__bubble:nth-child(n+3) { margin-top: -16px; }
  #service-page .sec04__bubble span { font-size: 12px; }
}



/* ============================================
   service.html — sec05 (신입 배정 없음)
   ============================================ */
#service-page .sec05 > .wrap1500 {
  display: block;
}

#service-page .sec05__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

#service-page .sec05__label {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

#service-page .sec05__example {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

#service-page .sec05__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}

#service-page .sec05__sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #CCCCCC;
}

#service-page .sec05 .comm-title {
  width: 100%;
  text-align: center;
}

/* service-page sec05 반응형 */
@media screen and (max-width: 1024px) {
  #service-page .sec05__inner { gap: 24px; }
  #service-page .sec05__label { font-size: 32px; }
  #service-page .sec05__example { font-size: 18px; }
  #service-page .sec05__badge { font-size: 16px; padding: 8px 12px; }
  #service-page .sec05__sub { font-size: 18px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec05__inner { gap: 20px; }
  #service-page .sec05__label { font-size: 26px; }
  #service-page .sec05__example { font-size: 16px; }
  #service-page .sec05__badge { font-size: 14px; padding: 7px 10px; }
  #service-page .sec05__sub { font-size: 16px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec05__inner { gap: 16px; }
  #service-page .sec05__label { font-size: 20px; }
  #service-page .sec05__example { font-size: 14px; flex-direction: column; align-items: center; gap: 10px; }
  #service-page .sec05__badge { font-size: 14px; }
  #service-page .sec05__sub { font-size: 14px; line-height: 1.6; }
}



/* ============================================
   service.html — sec06 (이런 팀이라면 2×2 카드)
   ============================================ */
#service-page .sec06>div{
  flex-direction: column;
}

#service-page .sec06 .comm-title {
  text-align: center;
  margin-bottom: 70px;
}

#service-page .sec06__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}

#service-page .sec06__card {
  background-color: #131313;
  border-radius: 10px;
  padding: 44px 48px 52px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#service-page .sec06__card-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#service-page .sec06__card-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #service-page .sec06 .comm-title { margin-bottom: 50px; }
  #service-page .sec06__grid { gap: 20px; }
  #service-page .sec06__card { padding: 36px 36px 44px; gap: 36px; }
  #service-page .sec06__card-text { font-size: 20px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec06 .comm-title { margin-bottom: 36px; }
  #service-page .sec06__grid { grid-template-columns: 1fr; gap: 16px; }
  #service-page .sec06__card { padding: 30px 30px 36px; gap: 28px; }
  #service-page .sec06__card-text { font-size: 18px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec06__card { padding: 26px 24px 30px; gap: 22px; }
  #service-page .sec06__card-text { font-size: 16px; }
}



/* ============================================
   service.html — sec07 (마퀴 + 마무리 타이틀)
   ※ sec01과 동일 구조
   ============================================ */
#service-page .sec07__marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
}

#service-page .sec07__marquee-row {
  display: flex;
  overflow: hidden;
  width: 100%;
}

#service-page .sec07__marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding: 0 8px;
}

#service-page .sec07__marquee-track--left {
  animation: sec01-scroll-left 22s linear infinite;
}

#service-page .sec07__marquee-track--right {
  animation: sec01-scroll-right 22s linear infinite;
}

#service-page .sec07__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

#service-page .sec07__pill span {
  display: block;
  transform: translateY(2px);
}

#service-page .sec07__pill_line {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

#service-page .sec07__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

#service-page .sec07__title-sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

/* service-page sec07 반응형 */
@media screen and (max-width: 1600px){
 #service-page .sec07__title{width: 93%; margin: 0 auto;}
}

@media screen and (max-width: 1024px) {
  #service-page .sec07__marquee-wrap { margin-bottom: 70px; }
  #service-page .sec07__pill { font-size: 36px; padding: 22px 36px; }
  #service-page .sec07__title { gap: 24px; }
  #service-page .sec07__title-sub { font-size: 18px; }
}

@media screen and (max-width: 768px) {
  #service-page .sec07__marquee-wrap { margin-bottom: 50px; gap: 14px; }
  #service-page .sec07__marquee-track { gap: 14px; }
  #service-page .sec07__pill { font-size: 26px; padding: 16px 26px; }
  #service-page .sec07__title { gap: 16px; }
  #service-page .sec07__title-sub { font-size: 16px; }
}

@media screen and (max-width: 500px) {
  #service-page .sec07__marquee-wrap { margin-bottom: 36px; gap: 10px; }
  #service-page .sec07__marquee-track { gap: 10px; }
  #service-page .sec07__pill { font-size: 18px; padding: 12px 18px; }
  #service-page .sec07__title-sub { font-size: 14px; }
}



/* ================================================
   pricing.html — sec01 (서비스 상품 요금제)
   ================================================ */
#pricing-page .sec01 > .wrap1500 {
  flex-direction: column;
  margin-bottom: 100px;
}

#pricing-page .sec01__title {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin-bottom: 182px;
  gap: 20px;
}

#pricing-page .sec01__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

#pricing-page .sec01__desc strong {
  font-weight: 700;
}

#pricing-page .sec01__cards {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

#pricing-page .sec01__card {
  flex: 1 0 0;
  height: 890px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 4px 6px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

#pricing-page .sec01__card:first-of-type .sec01__card-content{
  height: 100%;
  display: flex;
  justify-content: center;
}

#pricing-page .sec01__card--featured {
  background-color: #E5FF48;
  border-radius: 0 0 10px 10px;
}

@keyframes sec01-blink-border {
  0%, 100% { border-color: #E5FF48; opacity: 1; }
  50% { border-color: #E5FF48; opacity: 0.3; }
}

#pricing-page .sec01__card-badge {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000000;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #E5FF48;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #E5FF48;
  animation: sec01-blink-border 1.5s ease-in-out infinite;
}

#pricing-page .sec01__card-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

#pricing-page .sec01__card-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
  margin: 0;
}

#pricing-page .sec01__card-sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin: 0;
}

#pricing-page .sec01__card-sub .bold {
  font-weight: 700;
}

#pricing-page .sec01__card-content {
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 50px 30px;
  gap: 50px;
}

#pricing-page .sec01__plan {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#pricing-page .sec01__badge {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

#pricing-page .sec01__badge--white {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
}

#pricing-page .sec01__badge--black {
  background-color: #000000;
  border: 1px solid #000;
  color: #FFFFFF;
}

#pricing-page .sec01__badge span{
  font-weight: 500;
}

#pricing-page .sec01__price-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

#pricing-page .sec01__price-old {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin: 0;
}

#pricing-page .sec01__price-old .strikethrough {
  text-decoration: line-through;
  text-decoration-skip-ink: none;
  font-size: 24px;
}

#pricing-page .sec01__price-old .bold {
  font-weight: 700;
}

#pricing-page .sec01__arrow-down {
  width: 13px;
  height: 20px;
}

#pricing-page .sec01__arrow-down svg {
  display: block;
  width: 100%;
  height: 100%;
}

#pricing-page .sec01__price {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin: 0;
}

#pricing-page .sec01__price .price-main {
  font-size: 40px;
}

#pricing-page .sec01__price .price-unit {
  font-weight: 500;
  font-size: 20px;
}

#pricing-page .sec01__plan-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin: 0;
}

#pricing-page .sec01__plan-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin: 0;
}

#pricing-page .sec01__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}

#pricing-page .sec01__footnote {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

#pricing-page .sec01__footnote strong {
  font-weight: 700;
}

#pricing-page .sec01__vat {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

#pricing-page .sec01__cta {
  width: 100%;
  text-align: center;
  background-color: #000000;
}

#pricing-page .sec01__cta-sub {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

#pricing-page .sec01__cta-main {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.6;
  color: #ffffff;
}
#pricing-page .sec01__cta-main strong{
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  #pricing-page .sec01__cards { gap: 20px; }
  #pricing-page .sec01__card { padding: 40px 22px; gap: 24px; height: auto; }
  #pricing-page .sec01__card-content { padding: 40px 20px; gap: 40px; }
  #pricing-page .sec01__card-badge { padding: 22px; font-size: 18px; }
  #pricing-page .sec01__card-title { font-size: 34px; }
  #pricing-page .sec01__card-sub { font-size: 18px; }
  #pricing-page .sec01__plan { gap: 18px; }
  #pricing-page .sec01__badge { font-size: 15px; padding: 10px 24px; }
  #pricing-page .sec01__price-old { font-size: 16px; }
  #pricing-page .sec01__price-old .strikethrough { font-size: 22px; }
  #pricing-page .sec01__price { font-size: 34px; }
  #pricing-page .sec01__price .price-main { font-size: 34px; }
  #pricing-page .sec01__price .price-unit { font-size: 18px; }
  #pricing-page .sec01__plan-desc { font-size: 18px; }
  #pricing-page .sec01__plan-note { font-size: 15px; }
  #pricing-page .sec01__footnote { font-size: 18px; }
  #pricing-page .sec01__cta { padding: 60px 0; }
  #pricing-page .sec01__cta-sub { font-size: 20px; }
  #pricing-page .sec01__cta-main { font-size: 34px; }
}

@media screen and (max-width: 1024px) {
  #pricing-page .sec01__title { margin-bottom: 140px; }
  #pricing-page .sec01__desc { font-size: 18px; }

  /* 2열 그리드: featured 전체 너비 상단, 나머지 하단 2열 */
  #pricing-page .sec01__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: stretch;
  }
  #pricing-page .sec01__card { height: auto; padding: 36px 22px; gap: 22px; }
  #pricing-page .sec01__card-content { padding: 30px 18px; gap: 28px; }
  #pricing-page .sec01__card--featured { grid-column: 1 / -1; grid-row: 1; width: 100%; }
  #pricing-page .sec01__card--featured .sec01__badge{max-width: 50%;}
  #pricing-page .sec01__cards > .sec01__card:first-child { grid-row: 2; grid-column: 1; }
  #pricing-page .sec01__cards > .sec01__card:nth-child(2) { grid-row: 2; grid-column: 2; }

  #pricing-page .sec01__card-badge { padding: 18px 22px; font-size: 16px; }
  #pricing-page .sec01__card-header { gap: 14px; }
  #pricing-page .sec01__card-title { font-size: 28px; }
  #pricing-page .sec01__card-sub { font-size: 16px; }
  #pricing-page .sec01__plan { gap: 14px; }
  #pricing-page .sec01__badge { font-size: 13px; padding: 9px 16px; }
  #pricing-page .sec01__price-old { font-size: 14px; }
  #pricing-page .sec01__price-old .strikethrough { font-size: 17px; }
  #pricing-page .sec01__price { font-size: 26px; }
  #pricing-page .sec01__price .price-main { font-size: 26px; }
  #pricing-page .sec01__price .price-unit { font-size: 15px; }
  #pricing-page .sec01__plan-desc { font-size: 16px; }
  #pricing-page .sec01__plan-note { font-size: 14px; }
  #pricing-page .sec01__footer { padding-top: 16px; }
  #pricing-page .sec01__footnote { font-size: 15px; }
  #pricing-page .sec01__cta { padding: 50px 0; }
  #pricing-page .sec01__cta-sub { font-size: 17px; }
  #pricing-page .sec01__cta-main { font-size: 26px; }
}

@media screen and (max-width: 768px) {
  #pricing-page .sec01 > .wrap1500 { margin-bottom: 80px; }
  #pricing-page .sec01__title { margin-bottom: 100px; gap: 16px; }
  #pricing-page .sec01__desc { font-size: 16px; }

  /* 1열 세로 나열, featured 맨 위 */
  #pricing-page .sec01__cards { display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
  #pricing-page .sec01__card { width: 100%; height: auto; padding: 32px 22px; gap: 20px; }
  #pricing-page .sec01__card--featured { order: -1; }
  #pricing-page .sec01__card--featured .sec01__badge{max-width: 100%;}

  #pricing-page .sec01__card-content { padding: 26px 18px; gap: 24px; }

  #pricing-page .sec01__card-badge { padding: 18px 22px; font-size: 15px; }
  #pricing-page .sec01__card-header { gap: 12px; }
  #pricing-page .sec01__card-title { font-size: 26px; }
  #pricing-page .sec01__card-sub { font-size: 15px; }
  #pricing-page .sec01__plan { gap: 14px; }
  #pricing-page .sec01__badge { font-size: 13px; padding: 9px 16px; }
  #pricing-page .sec01__price-old { font-size: 14px; }
  #pricing-page .sec01__price-old .strikethrough { font-size: 17px; }
  #pricing-page .sec01__price { font-size: 26px; }
  #pricing-page .sec01__price .price-main { font-size: 26px; }
  #pricing-page .sec01__price .price-unit { font-size: 15px; }
  #pricing-page .sec01__plan-desc { font-size: 15px; }
  #pricing-page .sec01__plan-note { font-size: 14px; }
  #pricing-page .sec01__footer { flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 14px; }
  #pricing-page .sec01__footnote { font-size: 15px; }
  #pricing-page .sec01__cta { padding: 40px 0; }
  #pricing-page .sec01__cta-sub { font-size: 15px; }
  #pricing-page .sec01__cta-main { font-size: 22px; }
}

@media screen and (max-width: 500px) {
  #pricing-page .sec01 > .wrap1500 { margin-bottom: 60px; }
  #pricing-page .sec01__desc { font-size: 14px; }

  #pricing-page .sec01__cards { gap: 16px; }
  #pricing-page .sec01__card { padding: 26px 18px; gap: 18px; }
  #pricing-page .sec01__card-content { padding: 20px 14px; gap: 20px; }
  #pricing-page .sec01__plan { gap: 12px; }

  #pricing-page .sec01__card-badge { padding: 15px 18px; font-size: 14px; }
  #pricing-page .sec01__card-header { gap: 10px; }
  #pricing-page .sec01__card-title { font-size: 22px; }
  #pricing-page .sec01__card-sub { font-size: 14px; }
  #pricing-page .sec01__badge { font-size: 14px; padding: 8px 14px; flex-wrap: wrap; gap: 4px; }
  #pricing-page .sec01__price-old { font-size: 14px; }
  #pricing-page .sec01__price-old .strikethrough { font-size: 15px; }
  #pricing-page .sec01__price { font-size: 22px; }
  #pricing-page .sec01__price .price-main { font-size: 22px; }
  #pricing-page .sec01__price .price-unit { font-size: 14px; }
  #pricing-page .sec01__plan-desc { font-size: 14px; }
  #pricing-page .sec01__plan-note { font-size: 14px; }
  #pricing-page .sec01__footer { gap: 6px; padding-top: 12px; }
  #pricing-page .sec01__footnote { font-size: 14px; }
  #pricing-page .sec01__cta { padding: 32px 0; }
  #pricing-page .sec01__cta-sub { font-size: 14px; }
  #pricing-page .sec01__cta-main { font-size: 18px; }
}



/* ================================================
   pricing.html — sec02 (옵션 상품)
   ================================================ */
#pricing-page .sec02 > .wrap1500 {
  flex-direction: column;
}

#pricing-page .sec02__title {
  text-align: center;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#pricing-page .sec02__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

#pricing-page .sec02__notice {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#pricing-page .sec02__notice-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #E5FF48;
}

#pricing-page .sec02__notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #E5FF48;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  flex-shrink: 0;
}

#pricing-page .sec02__notice-example {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  padding-left: 10px;
}

#pricing-page .sec02__notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}

#pricing-page .sec02__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#pricing-page .sec02__table-header,
#pricing-page .sec02__table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  align-items: center;
}

#pricing-page .sec02__table-header {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

#pricing-page .sec02__table-header .sec02__col {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  text-align: center;
}

#pricing-page .sec02__table-row {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 50px 30px;
}

#pricing-page .sec02__col--option {
  text-align: center;
  padding-right: 16px;
}

#pricing-page .sec02__option-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #E5FF48;
}

#pricing-page .sec02__option-sub {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}

#pricing-page .sec02__col--desc {
  padding: 0 20px;
}

#pricing-page .sec02__desc-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}

#pricing-page .sec02__col--cost {
  text-align: center;
}

#pricing-page .sec02__cost-label {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}

#pricing-page .sec02__cost {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #pricing-page .sec02__title { margin-bottom: 50px; }
  #pricing-page .sec02__desc { font-size: 18px; }
  #pricing-page .sec02__notice { padding: 40px; }
  #pricing-page .sec02__notice-title { font-size: 20px; }
  #pricing-page .sec02__notice-example { font-size: 16px; }
  #pricing-page .sec02__notice-badge { font-size: 16px; padding: 8px 12px; }
  #pricing-page .sec02__table-header, #pricing-page .sec02__table-row { grid-template-columns: 180px 1fr 180px; }
  #pricing-page .sec02__table-header { padding: 24px; }
  #pricing-page .sec02__table-header .sec02__col { font-size: 18px; }
  #pricing-page .sec02__table-row { padding: 36px 24px; }
  #pricing-page .sec02__option-name,
  #pricing-page .sec02__option-sub,
  #pricing-page .sec02__desc-text,
  #pricing-page .sec02__cost-label,
  #pricing-page .sec02__cost { font-size: 18px; }
}

@media screen and (max-width: 768px) {
  #pricing-page .sec02__title{gap: 16px;}
  #pricing-page .sec02__notice { padding: 30px; gap: 16px; }
  #pricing-page .sec02__notice-title { font-size: 18px; }
  #pricing-page .sec02__notice-example { font-size: 15px; gap: 8px; }
  #pricing-page .sec02__notice-badge { font-size: 14px; padding: 8px 12px; }
  #pricing-page .sec02__table-header, #pricing-page .sec02__table-row { grid-template-columns: 1fr 2fr 1fr; min-width: 0; }
  #pricing-page .sec02__table-header { padding: 18px 16px; }
  #pricing-page .sec02__table-header .sec02__col { font-size: 15px; }
  #pricing-page .sec02__table-row { padding: 28px 16px; }
  #pricing-page .sec02__option-name,
  #pricing-page .sec02__option-sub,
  #pricing-page .sec02__desc-text,
  #pricing-page .sec02__cost-label,
  #pricing-page .sec02__cost { font-size: 15px; }
  #pricing-page .sec02__col--desc { padding: 0 12px; }
  #pricing-page .sec02__col--option { padding-right: 8px; }
}

@media screen and (max-width: 500px) {
  #pricing-page .sec02__notice { padding: 20px; }
  #pricing-page .sec02__notice-title { font-size: 16px; }
  #pricing-page .sec02__notice-example { font-size: 14px; }
  #pricing-page .sec02__notice-badge { font-size: 14px; }
  #pricing-page .sec02__table-header, #pricing-page .sec02__table-row { grid-template-columns: 1fr 2fr 1fr; min-width: 0; }
  #pricing-page .sec02__table-header { padding: 16px; }
  #pricing-page .sec02__table-header .sec02__col { font-size: 14px; }
  #pricing-page .sec02__table-row { padding: 22px 16px; }
  #pricing-page .sec02__option-name,
  #pricing-page .sec02__option-sub,
  #pricing-page .sec02__desc-text,
  #pricing-page .sec02__cost-label,
  #pricing-page .sec02__cost { font-size: 14px; }
}



/* ================================================
   pricing.html — sec03 (작업 항목 별 업무 예시)
   ================================================ */
#pricing-page .sec03__title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

#pricing-page .sec03__top-notice {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

#pricing-page .sec03__notice-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color:#fff;
}


#pricing-page .sec03__tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

#pricing-page .sec03__table-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#pricing-page .sec03__table-header {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(200px, 2.32fr) minmax(100px, 1fr);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

#pricing-page .sec03__th {
  padding: 26px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  text-align: center;
  border-right: 1px solid #DDDDDD;
}

#pricing-page .sec03__th--cat,
#pricing-page .sec03__th--item,
#pricing-page .sec03__th--time { min-width: 0; }

#pricing-page .sec03__th--time{
  border-right: 0;
}

#pricing-page .sec03__table-body-outer {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

#pricing-page .sec03__table-body-outer::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  pointer-events: none;
  z-index: 1;
}

#pricing-page .sec03__table-body {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(200px, 2.32fr) minmax(100px, 1fr);
  background-color: #161616;
  height: 426px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#pricing-page .sec03__table-body::-webkit-scrollbar {
  display: none;
}

#pricing-page .sec03__table-scrollbar-track {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 5px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

#pricing-page .sec03__table-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(229, 255, 72, 0.8);
  border-radius: 100px;
  min-height: 30px;
  cursor: grab;
  pointer-events: auto;
}

#pricing-page .sec03__table-scrollbar-thumb:active {
  cursor: grabbing;
}

#pricing-page .sec03__table-scrollbar-thumb:hover {
  background: #E5FF48;
}

#pricing-page .sec03__td{
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pricing-page .sec03__td--cat {
  grid-column: 1;
  grid-row: span 9;
  min-width: 0;
  border-right: 1px solid#444444;
  padding: 20px 10px;
  text-align: center;
}

#pricing-page .sec03__td--item {
  min-width: 0;
  border-right: 1px solid#444444;
  border-bottom: 1px solid #444444;
}

#pricing-page .sec03__td--time {
  min-width: 0;
  border-bottom: 1px solid #444444;
}

#pricing-page .sec03__td--item:nth-last-child(2),
#pricing-page .sec03__td--time:last-child {
  border-bottom: none;
}

#pricing-page .sec03__td--dim {
  opacity: 0.4;
}

#pricing-page .sec03__marquee {
  position: relative;
  padding: 30px 0;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  gap: 0;
  margin-bottom: 48px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#pricing-page .sec03__marquee:hover {
  opacity: 0.8;
}

#pricing-page .sec03__marquee:hover .sec03__marquee-track {
  animation-play-state: paused;
}

#pricing-page .sec03__marquee-track {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  padding: 0 10px;
  animation: sec01-scroll-left 20s linear infinite;
}

#pricing-page .sec03__marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

#pricing-page .sec03__marquee-arrow {
  color: #FFFFFF;
  font-size: 24px;
  flex-shrink: 0;
}

/* sec05__options 구조·스타일 동일 (class명 유지) */
#pricing-page .sec03__bottom-notice {
  border: 1px solid #565656;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

#pricing-page .sec03__bottom-notice-heading {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: 300px;
  flex-shrink: 0;
}

#pricing-page .sec03__notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #E5FF48;
  border-radius: 50%;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  flex-shrink: 0;
}

#pricing-page .sec03__bottom-notice-title {
  font-size: 22px;
  line-height: 1.4;
  color: #E5FF48;
}

#pricing-page .sec03__notice-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}

#pricing-page .sec03__notice-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#pricing-page .sec03__notice-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

#pricing-page .sec03__check {
  flex-shrink: 0;
  margin-top: 2px;
}

#pricing-page .sec03__check svg {
  display: block;
}

#pricing-page .sec03__notice-item-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
}

#pricing-page .sec03__notice-item-text span {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 1024px) {
  #pricing-page .sec03__title { margin-bottom: 36px; }
  #pricing-page .sec03__top-notice { padding: 36px; }
  #pricing-page .sec03__notice-line { font-size: 16px; }

  #pricing-page .sec03__tables { grid-template-columns: 1fr; gap: 20px; }
  #pricing-page .sec03__table-wrap:last-of-type{display: none;}
  #pricing-page .sec03__table-body { height: 360px; }
  #pricing-page .sec03__th { font-size: 17px; padding: 20px 0; }
  #pricing-page .sec03__td { font-size: 16px; }

  #pricing-page .sec03__marquee { padding: 25px 0; }
  #pricing-page .sec03__marquee-item { font-size: 20px; }
  #pricing-page .sec03__marquee-arrow { font-size: 20px; }
  #pricing-page .sec03__marquee .img_box{width: 19px;}
  #pricing-page .sec03__marquee .img_box img{width: 100%;}

  #pricing-page .sec03__bottom-notice { padding: 36px; }
  #pricing-page .sec03__bottom-notice-heading { width: 240px; }
  #pricing-page .sec03__bottom-notice-title { font-size: 20px; }
  #pricing-page .sec03__notice-item-text { font-size: 16px; }
}

@media screen and (max-width: 768px) {
  #pricing-page .sec03__top-notice { padding: 26px; gap: 14px; }
  #pricing-page .sec03__notice-line { font-size: 15px; }
  #pricing-page .sec03__table-body { height: 300px; }
  #pricing-page .sec03__th { font-size: 15px; padding: 16px 0; }
  #pricing-page .sec03__td { font-size: 15px; padding: 16px 0; }
  
  #pricing-page .sec03__marquee { padding: 20px 0; margin-bottom: 36px; }
  #pricing-page .sec03__marquee-track{gap: 12px;}
  #pricing-page .sec03__marquee-item { font-size: 18px; }
  #pricing-page .sec03__marquee-arrow { font-size: 17px; }
  #pricing-page .sec03__marquee .img_box{width: 16px;}

  #pricing-page .sec03__bottom-notice { flex-direction: column; padding: 26px; gap: 16px; }
  #pricing-page .sec03__bottom-notice-heading { width: 100%; }
  #pricing-page .sec03__bottom-notice-title { font-size: 18px; }
  #pricing-page .sec03__notice-item-text { font-size: 15px; }
}

@media screen and (max-width: 500px) {
  #pricing-page .sec03__top-notice { padding: 20px; }
  #pricing-page .sec03__notice-line { font-size: 14px; }
  #pricing-page .sec03__table-header, #pricing-page .sec03__table-body { grid-template-columns: 1fr 2.32fr 1fr; min-width: 0; }
  #pricing-page .sec03__table-body { height: 260px; }
  #pricing-page .sec03__th { font-size: 14px; padding: 14px 0; }
  #pricing-page .sec03__td { font-size: 14px; padding: 12px 0; }

  #pricing-page .sec03__marquee { padding: 18px 0; }
  #pricing-page .sec03__marquee-track{gap: 10px;}
  #pricing-page .sec03__marquee-item { font-size: 16px; }
  #pricing-page .sec03__marquee-arrow { font-size: 14px; }
  #pricing-page .sec03__marquee .img_box{width: 14px;}

  #pricing-page .sec03__bottom-notice { padding: 20px; gap: 14px; }
  #pricing-page .sec03__bottom-notice-title { font-size: 16px; }
  #pricing-page .sec03__notice-item-text { font-size: 14px; }
}



/* ================================================
   pricing.html — sec04 (계약·해지/환불·공정 사용 안내)
   ================================================ */
#pricing-page .sec04 > .wrap1500 {
  flex-direction: column;
}

#pricing-page .sec04__title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

#pricing-page .sec04__summary {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
  gap: 10px;
}

#pricing-page .sec04__summary-item {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #323232;
}

#pricing-page .sec04__summary-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 10px;
}

#pricing-page .sec04__summary-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #CCCCCC;
}

#pricing-page .sec04__faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#pricing-page .sec04__faq-item {
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 10px;
  padding: 26px 32px;
  cursor: pointer;
}

#pricing-page .sec04__faq-item:hover,
#pricing-page .sec04__faq-item--open {
  border-color: #E5FF48;
  transition: border-color 0.3s ease;
}

#pricing-page .sec04__faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#pricing-page .sec04__faq-q {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

#pricing-page .sec04__faq-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid #555555;
  border-radius: 100px;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

#pricing-page .sec04__faq-item:hover .sec04__faq-btn,
#pricing-page .sec04__faq-item--open .sec04__faq-btn{
  background-color: #E5FF48;
  border-color: #E5FF48;
}

#pricing-page .sec04__faq-item:hover .sec04__faq-btn img{
  filter: invert(100%);
}

#pricing-page .sec04__faq-item--open .sec04__faq-btn img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    filter: invert(1);
}

#pricing-page .sec04__faq-content {
  display: none;
  overflow: hidden;
  padding-top: 24px;
  box-sizing: border-box;
}

#pricing-page .sec04__faq-a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #CCCCCC;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #pricing-page .sec04__faq-btn { width: 45px; height: 45px; }
}

@media screen and (max-width: 1024px) {
  #pricing-page .sec04__title { margin-bottom: 36px; }
  #pricing-page .sec04__summary { grid-template-columns: repeat(2, 1fr); margin-bottom: 36px; }
  #pricing-page .sec04__summary-item { padding: 18px 24px; }
  #pricing-page .sec04__summary-label { font-size: 18px; }
  #pricing-page .sec04__summary-text { font-size: 16px; }

  #pricing-page .sec04__faq-item { padding: 22px 28px; }
  #pricing-page .sec04__faq-q { font-size: 21px; }
  #pricing-page .sec04__faq-a { font-size: 16px; }
}

@media screen and (max-width: 768px) {
  #pricing-page .sec04__summary-item { padding: 16px 20px; }
  #pricing-page .sec04__summary-label { font-size: 16px; }
  #pricing-page .sec04__summary-text { font-size: 15px; }

  #pricing-page .sec04__faq-item { padding: 20px 24px; }
  #pricing-page .sec04__faq-q { font-size: 18px; }
  #pricing-page .sec04__faq-btn { width: 40px; height: 40px; }
  #pricing-page .sec04__faq-btn img { width: 10px; }
  #pricing-page .sec04__faq-a { font-size: 15px; }
}

@media screen and (max-width: 500px) {
  #pricing-page .sec04__summary { grid-template-columns: 1fr; gap: 8px; margin-bottom: 28px; }
  #pricing-page .sec04__summary-item { padding: 16px 18px; }
  #pricing-page .sec04__summary-label { font-size: 15px; margin-bottom: 6px; }
  #pricing-page .sec04__summary-text { font-size: 14px; }

  #pricing-page .sec04__faq-item { padding: 18px 20px; }
  #pricing-page .sec04__faq-q { font-size: 16px; }
  #pricing-page .sec04__faq-btn { width: 35px; height: 35px; }
  #pricing-page .sec04__faq-content { padding-top: 16px; }
  #pricing-page .sec04__faq-a { font-size: 14px; }
}



/* ================================================
   process.html — sec01 (스마트한 프로세스 타임라인)
   ================================================ */
#process-page .sec01 > .wrap1500 {
  flex-direction: column;
  gap: 100px;
}

#process-page .sec01__title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#process-page .sec01__title-sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

#process-page .sec01__timeline {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#process-page .sec01__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #454545;
  overflow: hidden;
}

#process-page .sec01__line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #E5FF48;
}

#process-page .sec01__step {
  display: flex;
  align-items: center;
  width: 100%;
}

#process-page .sec01__step--left {
  flex-direction: row;
  padding-right: calc(50% - 15px);
}

#process-page .sec01__step--left .sec01__step-content {
  flex: 1;
  text-align: right;
  padding-right: 100px;
  align-items: flex-end;
}

#process-page .sec01__step--right {
  flex-direction: row;
  padding-left: calc(50% - 15px);
}

#process-page .sec01__step--right .sec01__step-content {
  flex: 1;
  text-align: left;
  padding-left: 100px;
  align-items: flex-start;
}

#process-page .sec01__step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(229, 255, 72, 0);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#process-page .sec01__step-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(229, 255, 72, 0);
  flex-shrink: 0;
}

#process-page .sec01__step-content {
  display: flex;
  flex-direction: column;
}

#process-page .sec01__step-num {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #E5FF48;
  margin-bottom: 30px;
}

#process-page .sec01__step-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}

#process-page .sec01__step-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

#process-page .sec01__bottom {
  width: 100%;
  text-align: center;
}

#process-page .sec01__bottom-text {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.6;
  color: #ffffff;
}

#process-page .sec01__bottom-text strong {
  font-weight: 700;
  color: #ffffff;
}

/* process-page sec01 반응형 */
@media screen and (max-width: 1024px) {
  #process-page .sec01 > .wrap1500 { gap: 70px; }
  #process-page .sec01__title-sub { font-size: 18px; }
  #process-page .sec01__step--left .sec01__step-content { padding-right: 60px; }
  #process-page .sec01__step--right .sec01__step-content { padding-left: 60px; }
  #process-page .sec01__step-title { font-size: 28px; }
  #process-page .sec01__step-desc { font-size: 16px; }
  #process-page .sec01__step-num { margin-bottom: 20px; }
  #process-page .sec01__bottom-text { font-size: 32px; }
}

@media screen and (max-width: 768px) {
  #process-page .sec01 > .wrap1500 { gap: 50px; }
  #process-page .sec01__title{gap: 16px;}
  #process-page .sec01__title-sub { font-size: 16px; }
  #process-page .sec01__line { left: 15px; transform: none; }
  #process-page .sec01__step--left .sec01__step-dot { order: -1; }
  #process-page .sec01__step--left, #process-page .sec01__step--right { padding-left: 0; padding-right: 0; }
  #process-page .sec01__step--left .sec01__step-content, #process-page .sec01__step--right .sec01__step-content { text-align: left; align-items: flex-start; padding-left: 30px; padding-right: 0; }
  #process-page .sec01__step-title { font-size: 24px; }
  #process-page .sec01__step-desc { font-size: 15px; }
  #process-page .sec01__bottom-text { font-size: 26px; }
}

@media screen and (max-width: 500px) {
  #process-page .sec01__title-sub { font-size: 14px; }
  #process-page .sec01__step-num { font-size: 14px; margin-bottom: 14px; }
  #process-page .sec01__step-title { font-size: 20px; }
  #process-page .sec01__step-desc { font-size: 14px; }
  #process-page .sec01__step-content { gap: 0; }
  #process-page .sec01__timeline { gap: 36px; }
  #process-page .sec01__bottom-text { font-size: 20px; }
  #process-page .sec01__step-dot { width: 24px; height: 24px; }
  #process-page .sec01__step-dot span { width: 10px; height: 10px; }
  #process-page .sec01__line { left: 12px; width: 1px; }
}



/* ================================================
   process.html — sec02 (프로세스 강점 / index sec02 동일)
   ================================================ */
#process-page .sec02 .wrap1500{
  display: flex;
  flex-direction: column;
}

#process-page .sec02__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

#process-page .sec02__left {
  display: flex;
  flex-direction: column;
  gap: 70px;
  flex-shrink: 0;
}

#process-page .sec02__title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  text-transform: uppercase;
}

#process-page .sec02__title-main {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
#process-page .sec02__title-sub {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  text-transform: none;
}

#process-page .sec02__image {
  width: 500px;
  height: 300px;
  background-color: #222222;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
#process-page .sec02__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#process-page .sec02__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 800px;
  flex-shrink: 0;
}

#process-page .sec02__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #333333;
}

#process-page .sec02__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#process-page .sec02__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#process-page .sec02__item-title {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  flex-shrink: 0;
}

#process-page .sec02__btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid #555555;
  border-radius: 100px;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

#process-page .sec02__btn img {
  transition: transform 0.3s ease;
  display: block;
}

#process-page .sec02__btn:hover {
  opacity: 0.8;
}

#process-page .sec02__btn--active {
  border-color: #E5FF48;
  background-color: #E5FF48;
}

#process-page .sec02__btn--active img {
  transform: rotate(180deg); filter: invert(1);
}

#process-page .sec02__item-content {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #cccccc;
  text-transform: uppercase;
  overflow: hidden;
  height: 0;
}

#process-page .sec02__item-content p {
  margin: 0;
  padding-top: 30px;
}

@media screen and (max-width: 1600px) {
  #process-page .sec02__container { width: 100%; max-width: 100%; }
  #process-page .sec02__right { width: 100%; flex: 1; padding-left: 100px; }
}

@media screen and (max-width: 1280px) {
  #process-page .sec02__container { position: relative; flex-direction: column; align-items: center; gap: 60px; }
  #process-page .sec02__left { align-items: center; gap: 50px; width: 100%; }
  #process-page .sec02__title { gap: 25px; text-align: center; }
  #process-page .sec02__title-main { width: 100%; font-size: 48px; }
  #process-page .sec02__title-sub { width: 100%; font-size: 18px; }
  #process-page .sec02__right { gap: 35px; width: 100%; padding-left: 0; }
  #process-page .sec02__item { padding-bottom: 35px; }
  #process-page .sec02__item-title { font-size: 28px; }
  #process-page .sec02__btn { width: 45px; height: 45px; }
  #process-page .sec02__item-content { font-size: 16px; }
  #process-page .sec02__item-content p { padding-top: 25px; }
}

@media screen and (max-width: 768px) {
  #process-page .sec02__container { gap: 80px; }
  #process-page .sec02__left { gap: 40px; }
  #process-page .sec02__title { gap: 20px; width: 100%; }
  #process-page .sec02__title-main { font-size: 36px; }
  #process-page .sec02__title-sub { font-size: 16px; }
  #process-page .sec02__image { width: 100%; max-width: 500px; height: 280px; }
  #process-page .sec02__right { gap: 30px; }
  #process-page .sec02__item { padding-bottom: 30px; }
  #process-page .sec02__item-title { font-size: 24px; }
  #process-page .sec02__btn { width: 40px; height: 40px; }
  #process-page .sec02__btn img { width: 10px; }
  #process-page .sec02__item-content { font-size: 14px; }
  #process-page .sec02__item-content p { padding-top: 20px; }
}

@media screen and (max-width: 500px) {
  #process-page .sec02__container { gap: 50px; }
  #process-page .sec02__left { gap: 30px; }
  #process-page .sec02__title { gap: 15px; }
  #process-page .sec02__title-main { font-size: 28px; }
  #process-page .sec02__title-sub { font-size: 14px; }
  #process-page .sec02__image { width: 100%; height: 200px; }
  #process-page .sec02__right { gap: 25px; }
  #process-page .sec02__item { padding-bottom: 25px; }
  #process-page .sec02__item-title { font-size: 18px; }
  #process-page .sec02__btn { width: 35px; height: 35px; }
  #process-page .sec02__item-content { font-size: 14px; }
  #process-page .sec02__item-content p { padding-top: 15px; }
}

#process-page .sec02__notice-wrap {
  width: 100%;
  background-color: #000;
}

#process-page .sec02__notice {
  width: 100%;
  border: 1px solid #565656;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 0;
}

#process-page .sec02__notice-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: 300px;
  flex-shrink: 0;
}

#process-page .sec02__notice-header svg {
  flex-shrink: 0;
}

#process-page .sec02__notice-title {
  font-size: 22px;
  line-height: 1.4;
  color: #E5FF48;
  white-space: nowrap;
}

#process-page .sec02__notice-title p {
  margin: 0;
}

#process-page .sec02__notice-title .bold {
  font-weight: 700;
}

#process-page .sec02__notice-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

#process-page .sec02__notice-item {
  display: flex;
  gap: 10px;
}

#process-page .sec02__notice-item svg {
  flex-shrink: 0;
  margin-top: 3px;
}

#process-page .sec02__notice-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #process-page .sec02__notice { padding: 40px; }
  #process-page .sec02__notice-header { width: 250px; }
  #process-page .sec02__notice-title { font-size: 18px; }
  #process-page .sec02__notice-item p { font-size: 16px; }
}

@media screen and (max-width: 768px) {
  #process-page .sec02__notice { flex-direction: column; padding: 30px; }
  #process-page .sec02__notice-header { width: 100%; }
  #process-page .sec02__notice-title { font-size: 16px; white-space: normal; }
  #process-page .sec02__notice-content { gap: 18px; }
  #process-page .sec02__notice-item p { font-size: 14px; }
}

@media screen and (max-width: 500px) {
  #process-page .sec02__notice { padding: 25px 20px; gap: 15px; }
  #process-page .sec02__notice-title { font-size: 14px; }
  #process-page .sec02__notice-content { gap: 15px; }
  #process-page .sec02__notice-item p { font-size: 14px; }
}

/* =====================================================
   FAQ PAGE - SEC1
   ===================================================== */
#faq-page .sec01__container {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

#faq-page .sec01__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 140px;
  align-self: flex-start;
}

#faq-page .sec01__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 30px;
  border-radius: 10px;
  border: 1px solid #323232;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #cccccc;
  text-align: left;
}

#faq-page .sec01__nav-item--active {
  background-color: #E5FF48;
  border-color: #E5FF48;
  color: #000000;
}

#faq-page .sec01__nav-item svg {
  flex-shrink: 0;
}

#faq-page .sec01__list {
  display:none;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

#faq-page .sec01__list.active{
  display: flex;
  gap: 10px;
}

#faq-page .sec01__item {
  background-color: #131313;
  border-radius: 10px;
  border: 1px solid #131313;
  cursor: pointer;
}

#faq-page .sec01__item:hover,
#faq-page .sec01__item--open {
  border-color: #E5FF48;
  transition: border-color 0.3s ease;
}

#faq-page .sec01__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  gap: 20px;
}

#faq-page .sec01__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

#faq-page .sec01__btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #555555;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#faq-page .sec01__item:hover .sec01__btn,
#faq-page .sec01__item--open .sec01__btn {
  background-color: #E5FF48;
  border-color: #E5FF48;
}

#faq-page .sec01__item:hover .sec01__btn img {
  filter: invert(100%);
}

#faq-page .sec01__item--open .sec01__btn img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  filter: invert(1);
}

#faq-page .sec01__item-content {
  display: none;
  overflow: hidden;
  padding: 0 50px 30px;
  box-sizing: border-box;
}

#faq-page .sec01__item-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #faq-page .sec01__container { gap: 60px; }
  #faq-page .sec01__nav { width: 240px; }
  #faq-page .sec01__nav-item { padding: 22px 24px; font-size: 18px; }
  #faq-page .sec01__item-header { padding: 26px 40px; }
  #faq-page .sec01__item-title { font-size: 22px; }
  #faq-page .sec01__btn { width: 45px; height: 45px; }
  #faq-page .sec01__item-content { padding: 0 40px 26px; }
}

@media screen and (max-width: 1024px) {
  #faq-page .sec01__container { gap: 40px; }
  #faq-page .sec01__nav { width: 200px; }
  #faq-page .sec01__nav-item { padding: 18px 20px; font-size: 16px; column-gap: 20px; }
  #faq-page .sec01__item-header { padding: 22px 30px; gap: 16px; }
  #faq-page .sec01__item-title { font-size: 20px; }
  #faq-page .sec01__btn { width: 45px; height: 45px; }
  #faq-page .sec01__item-content { padding: 0 30px 22px; }
  #faq-page .sec01__item-content p { font-size: 16px; }
}

@media screen and (max-width: 768px) {
  #faq-page .sec01__container { flex-direction: column; gap: 30px; }
  #faq-page .sec01__nav { width: 100%; flex-direction: row; flex-wrap: wrap; gap: 8px; position: static; }
  #faq-page .sec01__nav-item { width: auto; flex: none; padding: 14px 18px; font-size: 15px; }
  #faq-page .sec01__item-header { padding: 20px 24px; gap: 14px; }
  #faq-page .sec01__item-title { font-size: 18px; line-height: 1.4; }
  #faq-page .sec01__btn { width: 40px; height: 40px; }
  #faq-page .sec01__btn img { width: 10px; }
  #faq-page .sec01__item-content { padding: 0 24px 20px; }
  #faq-page .sec01__item-content p { font-size: 15px; }
}

@media screen and (max-width: 500px) {
  #faq-page .sec01__container { gap: 20px; }
  #faq-page .sec01__nav-item { padding: 12px 14px; font-size: 14px; }
  #faq-page .sec01__item-header { padding: 18px 20px; gap: 12px; }
  #faq-page .sec01__item-title { font-size: 16px; }
  #faq-page .sec01__btn { width: 35px; height: 35px; flex-shrink: 0; }
  #faq-page .sec01__item-content { padding: 0 20px 18px; }
  #faq-page .sec01__item-content p { font-size: 14px; }
}



/* ================================================
   pricing.html — sec03 Work Examples Modal
   ================================================ */
#pricing-page .sec03__marquee {
  cursor: pointer;
}

.sec03__modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.sec03__modal-overlay.is-open {
  display: flex;
}

/* 모달 열림 시 뒷페이지 스크롤 방지 */
body.sec03-modal-open,
html.sec03-modal-open {
  overflow: hidden;
  height: 100%;
}

.sec03__modal {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  max-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sec03__modal-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 100px;
}

.sec03__modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  flex-shrink: 0;
}

.sec03__modal-title-text {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.sec03__modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.sec03__modal-close:hover {
  opacity: 0.7;
}

.sec03__modal-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sec03__modal-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.sec03__modal-table-header {
  display: grid;
  grid-template-columns: 1fr 2.3fr 1fr;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.sec03__modal-th {
  padding: 26px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  text-align: center;
  border-right: 1px solid #dddddd;
}

.sec03__modal-th:last-child {
  border-right: none;
}

.sec03__modal-table-body-outer {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.sec03__modal-table-body {
  display: grid;
  grid-template-columns: 1fr 2.3fr 1fr;
  height: 464px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  border-bottom: 1px solid #444444;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.sec03__modal-table-body::-webkit-scrollbar {
  display: none;
}

.sec03__modal-scrollbar-track {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 5px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.sec03__modal-table-body-outer:hover .sec03__modal-scrollbar-track {
  opacity: 1;
}

.sec03__modal-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background: rgba(229, 255, 72, 0.8);
  border-radius: 100px;
  cursor: grab;
  pointer-events: auto;
}

.sec03__modal-scrollbar-thumb:active {
  cursor: grabbing;
}

.sec03__modal-scrollbar-thumb:hover {
  background: #E5FF48;
}


.sec03__modal-td {
  padding: 20px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sec03__modal-td--cat {
  grid-column: 1;
  font-weight: 700;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

.sec03__modal-td--cat:nth-last-child(1 of .sec03__modal-td--cat) {
  border-bottom: none;
}

.sec03__modal-td--item {
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

.sec03__modal-td--time {
  border-bottom: 1px solid #444444;
}

.sec03__modal-td--item:nth-last-child(2),
.sec03__modal-td--time:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1280px) {
  .sec03__modal { max-width: 90vw; }
  .sec03__modal-inner { padding: 40px 60px; gap: 40px; }
  .sec03__modal-title-text { font-size: 26px; }
  .sec03__modal-close { width: 20px; height: 20px; }
  .sec03__modal-table-body { height: 420px; }
  .sec03__modal-th { font-size: 17px; padding: 22px 0; }
  .sec03__modal-td { font-size: 15px; padding: 16px 24px; }
}

@media screen and (max-width: 1024px) {
  .sec03__modal-inner { padding: 36px 40px; gap: 32px; }
  .sec03__modal-title-text { font-size: 22px; }
  .sec03__modal-close { width: 18px; height: 18px; }
  .sec03__modal-table-body { height: 380px; }
  .sec03__modal-th { font-size: 15px; padding: 18px 0; }
  .sec03__modal-td { font-size: 14px; padding: 14px 20px; }
}

@media screen and (max-width: 768px) {
  .sec03__modal { max-width: 95vw; max-height: calc(100vh - 60px); }
  .sec03__modal-inner { padding: 28px 24px; gap: 24px; }
  .sec03__modal-title-text { font-size: 18px; }
  .sec03__modal-close { width: 18px; height: 18px; }
  .sec03__modal-table-header, .sec03__modal-table-body { grid-template-columns: 1fr 2.3fr 1fr; min-width: 0; }
  .sec03__modal-table-body { height: 320px; }
  .sec03__modal-th { font-size: 13px; padding: 14px 0; }
  .sec03__modal-td { font-size: 13px; padding: 12px 14px; }
}

@media screen and (max-width: 500px) {
  .sec03__modal-inner { padding: 22px 18px; gap: 20px; }
  .sec03__modal-title-text { font-size: 16px; }
  .sec03__modal-close { width: 16px; height: 16px; }
  .sec03__modal-table-body { height: 260px; }
  .sec03__modal-th { font-size: 12px; padding: 12px 0; }
  .sec03__modal-td { font-size: 12px; padding: 10px 12px; }
}

/* Bottom Text */
.sec03__modal-bottom {
  text-align: center;
  flex-shrink: 0;
}

.sec03__modal-bottom p {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.sec03__modal-bottom strong {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .sec03__modal-bottom p { font-size: 26px; }
}

@media screen and (max-width: 1024px) {
  .sec03__modal-bottom p { font-size: 22px; }
}

@media screen and (max-width: 768px) {
  .sec03__modal-bottom p { font-size: 18px; white-space: normal; word-break: keep-all; }
}

@media screen and (max-width: 500px) {
  .sec03__modal-bottom p { font-size: 15px; }
}







/* 버블 작업 */
#pricing-page .sec03_report {
  width: 100%;
  overflow: hidden;
  color:#fff;
}

#pricing-page .sec03_report .inner .wrap1500 {
  padding-top: 100px;
}

#pricing-page .sec03_report .inner .img_box{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#pricing-page .sec03_report .inner .img_box img{
  width: 100%;
}

#pricing-page .sec03_report .tab_content {
  /*opacity: 0;*/
  padding-top: 40%;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

#pricing-page .sec03_report .content_item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height:110%;
}

#pricing-page .sec03_report .content_item .lottie_area {
  width: 100%;
  height: 100%;
}







.sec03_report {
  margin-bottom: 100px;
}

.sec03_report .inner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.sec03_report .inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../_img/sub/pricing_sec03_img07.svg') no-repeat bottom center / 100% auto;
  pointer-events: none;
  z-index: 0;
}

.sec03_report .inner > .wrap1500 {
  position: relative;
  height: 100%;
}

.sec03_report .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #000 0%, rgba(17,17,17,0.85) 20%, rgba(17,17,17,0.5) 50%, rgba(17,17,17,0.15) 80%, transparent 100%);
  pointer-events: none;
  z-index: 10;
}

.sec03_report .item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-weight: 700;
  line-height: 1;
  border-radius: 100%;
}

.sec03_report .item01{
  width: 370px;
  height: 370px;
  background-color: #E5FF48;
  font-size: 50px;
  color: #000;
}

.sec03_report .item02{
  width: 300px;
  height: 300px;
  background-color: #FCFFE6;
  font-size: 40px;
  color: #000;
}

.sec03_report .item03{
  width: 280px;
  height: 280px;
  background-color: #4954D2;
  font-size: 30px;
  color: #fff;
}

.sec03_report .item04{
  width: 180px;
  height: 180px;
  background-color: #4954D2;
  font-size: 23px;
  color: #fff;
}

.sec03_report .item05{
  width: 100px;
  height: 100px;
  background-color: #E5FF48;
  font-size: 20px;
  color: #000;
}

.sec03_report .item06{
  width: 210px;
  height: 210px;
  background-color: #FCFFE6;
  font-size: 26px;
  color: #000;
}

.sec03_report canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
  #pricing-page .sec03_report .inner .wrap1500 { padding-top: 50px; }

  .sec03_report { margin-bottom: 80px; }
  .sec03_report .inner { height: 500px; }

  .sec03_report .item01 { width: 280px; height: 280px; font-size: 38px; }
  .sec03_report .item02 { width: 230px; height: 230px; font-size: 30px; }
  .sec03_report .item03 { width: 210px; height: 210px; font-size: 24px; }
  .sec03_report .item04 { width: 140px; height: 140px; font-size: 18px; }
  .sec03_report .item05 { width: 80px;  height: 80px;  font-size: 16px; }
  .sec03_report .item06 { width: 160px; height: 160px; font-size: 20px; }
}

@media screen and (max-width: 768px) {
  #pricing-page .sec03_report .inner .wrap1500 { padding-top: 36px; }

  .sec03_report { margin-bottom: 60px; }
  .sec03_report .inner { height: 400px; }
  .sec03_report .inner::before { height: 80px; }
  .sec03_report .inner::after { filter: drop-shadow(0 0 2px rgba(255,255,255,0.6)); }

  .sec03_report .item01 { width: 190px; height: 190px; font-size: 26px; }
  .sec03_report .item02 { width: 160px; height: 160px; font-size: 21px; }
  .sec03_report .item03 { width: 150px; height: 150px; font-size: 18px; }
  .sec03_report .item04 { width: 100px; height: 100px; font-size: 15px; }
  .sec03_report .item05 { width: 70px;  height: 70px;  font-size: 14px; }
  .sec03_report .item06 { width: 115px; height: 115px; font-size: 16px; }
}

@media screen and (max-width: 500px) {
  .sec03_report { margin-bottom: 40px; }
  .sec03_report .inner { height: 320px; }
  .sec03_report .inner::before { height: 60px; }
  .sec03_report .inner::after { filter: drop-shadow(0 0 3px rgba(255,255,255,0.7)); }

  .sec03_report .item01 { width: 140px; height: 140px; font-size: 20px; }
  .sec03_report .item02 { width: 115px; height: 115px; font-size: 17px; }
  .sec03_report .item03 { width: 105px; height: 105px; font-size: 15px; }
  .sec03_report .item04 { width: 76px;  height: 76px;  font-size: 14px; }
  .sec03_report .item05 { width: 56px;  height: 56px;  font-size: 14px; }
  .sec03_report .item06 { width: 86px;  height: 86px;  font-size: 14px; }
}


/* ================================================
   inquiry.php — sec01 contact form
   ================================================ */

/* Layout */
#contact-page .sec01 > .wrap1500 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#contact-page .sec01 .left_wrap {
  width: 450px;
}

#contact-page .sec01__title h2 {
  margin-bottom: 50px;
}

#contact-page .sec01__title ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact-page .sec01__title ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

#contact-page .sec01__title ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

#contact-page .sec01__title ul li p {
  font-size: 20px;
  color: #ccc;
  font-weight: 500;
  line-height: 1;
}

#contact-page .sec01 .right_wrap {
  flex: 1;
  min-width: 0;
}

/* Form */
#contact-page .inquiry-form {
  display: flex;
  flex-direction: column;
}

/* Step */
#contact-page .inquiry-step {
  display: flex;
  gap: 40px;
}

#contact-page .inquiry-step__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

#contact-page .inquiry-step__num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #E5FF48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #E5FF48;
  flex-shrink: 0;
}

#contact-page .inquiry-step__line {
  flex: 1;
  width: 1px;
  background-color: #E5FF48;
  min-height: 32px;
}

#contact-page .inquiry-step--last .inquiry-step__left {
  justify-content: flex-start;
}

#contact-page .inquiry-step__body {
  flex: 1;
  margin-bottom: 120px;
}

#contact-page .inquiry-step--last .inquiry-step__body {
  padding-bottom: 0;
}

/* Step title */
#contact-page .inquiry-step__title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-top: 10px;
}

#contact-page .inquiry-tag {
  font-size: 14px;
  font-weight: 400;
}

/* Fields grid */
#contact-page .inquiry-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 20px;
}

#contact-page .inquiry-field {
  background: #1c1c1c;
  border-radius: 4px;
  padding: 0 30px;
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

#contact-page fieldset.inquiry-field {
  min-width: 0;
  margin: 0;
}

#contact-page .inquiry-field--focusable {
  overflow: visible;
  transition: border-color 0.2s ease;
}

#contact-page .inquiry-field--focusable:focus-within {
  border-color: #fff;
  background: transparent;
}

#contact-page .inquiry-field--focusable legend {
  max-width: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

#contact-page .inquiry-field--focusable:focus-within legend {
  max-width: 200px;
  padding: 0 15px;
}

#contact-page .inquiry-field--legend {
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  overflow: visible;
}

#contact-page .inquiry-field--legend__label {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
  color: #fff;
  line-height: 1;
}

#contact-page .inquiry-field__input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 100%;
}

#contact-page .inquiry-field__input::placeholder {
  color: #CCCCCC;
}

/* Service buttons */
#contact-page .inquiry-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 20px;
}

#contact-page .inquiry-btn {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #323232;
  background: #131313;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  line-height: 1;
}

#contact-page .inquiry-btn:hover {
  border-color: #fff;
}

#contact-page .inquiry-btn.is-active {
  background: #E5FF48;
  color: #000;
  border-color: #E5FF48;
}

/* Textarea */
#contact-page .inquiry-textarea {
  width: 100%;
  min-height: 180px;
  background: #1c1c1c;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 20px;
  font-family: 'GmarketSans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #CCCCCC;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

#contact-page .inquiry-textarea::placeholder {
  color: #CCCCCC;
}

/* File */
#contact-page .inquiry-file {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #1c1c1c;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 30px;
  cursor: pointer;
  transition: border-color 0.2s;
}

#contact-page .inquiry-file__ico {
  color: #888;
  flex-shrink: 0;
}

#contact-page .inquiry-file__cta {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

#contact-page .inquiry-file__desc {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}

#contact-page .inquiry-file__name {
  display: none;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
}

#contact-page .inquiry-file__input {
  display: none;
}

/* Agree */
#contact-page .inquiry-agree {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding-top: 10px;
}

#contact-page .inquiry-agree__input {
  display: none;
}

#contact-page .inquiry-agree__box {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

#contact-page .inquiry-agree__input:checked + .inquiry-agree__box {
  background: #E5FF48;
  border-color: #E5FF48;
}

#contact-page .inquiry-agree__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

#contact-page .inquiry-agree__text span{
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* inquiry submit marquee */
#contact-page .inquiry-marquee {
  position: relative;
  width: calc(100% - 90px);
  margin-left: 90px;
  padding: 30px 0;
  border: 2px solid #ffffff;
  border-radius: 100px;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  gap: 0;
  margin-top: 48px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#contact-page .inquiry-marquee:hover {
  opacity: 0.8;
}

#contact-page .inquiry-marquee:hover .inquiry-marquee__track {
  animation-play-state: paused;
}

#contact-page .inquiry-marquee__track {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  padding: 0 10px;
  animation: sec01-scroll-left 20s linear infinite;
}

#contact-page .inquiry-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
}

#contact-page .inquiry-marquee__item .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

#contact-page .inquiry-marquee__item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ================================================
   inquiry.php — 반응형
   ================================================ */

/* 1024 */
@media screen and (max-width: 1024px) {
  #contact-page .sec01 > .wrap1500 { gap: 60px; }
  #contact-page .sec01 .left_wrap { width: 280px; }
  #contact-page .sec01__title ul li p { font-size: 17px; }

  #contact-page .inquiry-step { gap: 30px; }
  #contact-page .inquiry-step__num { width: 44px; height: 44px; font-size: 18px; }
  #contact-page .inquiry-step__body { margin-bottom: 90px; }
  #contact-page .inquiry-step__title { font-size: 24px; margin-bottom: 24px; }

  #contact-page .inquiry-fields { gap: 24px 16px; }
  #contact-page .inquiry-field { height: 86px; min-height: 86px; padding: 0 22px; }
  #contact-page .inquiry-field__input { font-size: 18px; }
  #contact-page .inquiry-field--legend__label { font-size: 14px; }
  #contact-page .inquiry-field--focusable legend { font-size: 14px; }

  #contact-page .inquiry-btn { padding: 22px 24px; font-size: 18px; }
  #contact-page .inquiry-btns { gap: 18px 16px; }

  #contact-page .inquiry-textarea { font-size: 16px; padding: 18px; }

  #contact-page .inquiry-file { padding: 24px; gap: 16px; }
  #contact-page .inquiry-file__cta { font-size: 16px; }
  #contact-page .inquiry-file__desc,
  #contact-page .inquiry-file__name { font-size: 16px; }

  #contact-page .inquiry-agree__text { font-size: 18px; }

  #contact-page .inquiry-marquee { margin-left: 74px; width: calc(100% - 74px); padding: 24px 0; margin-top: 40px; }
  #contact-page .inquiry-marquee__item { font-size: 20px; gap: 12px; }
  #contact-page .inquiry-marquee__item .img_box { width: 20px; height: 20px; }
}

/* 768 */
@media screen and (max-width: 768px) {
  #contact-page .sec01 > .wrap1500 { flex-direction: column; gap: 40px; }
  #contact-page .sec01 .left_wrap { width: 100%; position: static; }
  #contact-page .sec01__title h2 { font-size: 48px; letter-spacing: -1px; margin-bottom: 28px; }
  #contact-page .sec01__title ul { gap: 14px; }
  #contact-page .sec01__title ul li { gap: 8px; }
  #contact-page .sec01__title ul li i { width: 18px; height: 18px; }
  #contact-page .sec01__title ul li p { font-size: 15px; }

  #contact-page .sec01 .right_wrap { width: 100%; }
  #contact-page .inquiry-step { gap: 22px; }
  #contact-page .inquiry-step__num { width: 40px; height: 40px; font-size: 17px; }
  #contact-page .inquiry-step__line { min-height: 20px; }
  #contact-page .inquiry-step__body { margin-bottom: 54px; }
  #contact-page .inquiry-step__title { font-size: 19px; margin-bottom: 18px; padding-top: 8px; }

  #contact-page .inquiry-fields { grid-template-columns: 1fr; gap: 14px; }
  #contact-page .inquiry-field { height: 72px; min-height: 72px; padding: 0 16px; }
  #contact-page .inquiry-field__input { font-size: 15px; }
  #contact-page .inquiry-field--legend__label { font-size: 13px; padding: 0 10px; }
  #contact-page .inquiry-field--focusable legend { font-size: 13px; }
  #contact-page .inquiry-field--focusable:focus-within legend { padding: 0 10px; }

  #contact-page .inquiry-btn { padding: 16px 18px; font-size: 15px; }
  #contact-page .inquiry-btns { gap: 12px 10px; }

  #contact-page .inquiry-textarea { font-size: 15px; padding: 14px; min-height: 150px; }

  #contact-page .inquiry-file { padding: 18px; gap: 12px; }
  #contact-page .inquiry-file i { width: 20px; height: 20px; }
  #contact-page .inquiry-file i img { width: 100%; height: 100%; object-fit: contain; }
  #contact-page .inquiry-file__cta { font-size: 15px; }
  #contact-page .inquiry-file__desc,
  #contact-page .inquiry-file__name { font-size: 14px; }

  #contact-page .inquiry-agree { gap: 14px; }
  #contact-page .inquiry-agree__box { width: 26px; height: 26px; }
  #contact-page .inquiry-agree__text { font-size: 15px; }

  #contact-page .inquiry-marquee { width: 100%; padding: 18px 0; margin: 0; margin-top: 32px; }
  #contact-page .inquiry-marquee__item { font-size: 17px; gap: 10px; }
  #contact-page .inquiry-marquee__item .img_box { width: 17px; height: 17px; }
}

/* 500 */
@media screen and (max-width: 500px) {
  #contact-page .sec01 > .wrap1500 { gap: 28px; }
  #contact-page .sec01__title h2 { font-size: 34px; margin-bottom: 22px; }
  #contact-page .sec01__title ul { gap: 12px; }
  #contact-page .sec01__title ul li { gap: 6px; }
  #contact-page .sec01__title ul li i { width: 16px; height: 16px; }
  #contact-page .sec01__title ul li p { font-size: 14px; }

  #contact-page .inquiry-step { gap: 16px; }
  #contact-page .inquiry-step__num { width: 34px; height: 34px; font-size: 15px; }
  #contact-page .inquiry-step__line { min-height: 14px; }
  #contact-page .inquiry-step__body { margin-bottom: 40px; }
  #contact-page .inquiry-step__title { font-size: 16px; margin-bottom: 14px; padding-top: 6px; }

  #contact-page .inquiry-fields { gap: 10px; }
  #contact-page .inquiry-field { height: 62px; min-height: 62px; padding: 0 12px; }
  #contact-page .inquiry-field__input { font-size: 14px; }
  #contact-page .inquiry-field--legend__label { font-size: 12px; padding: 0 8px; top: -8px; }
  #contact-page .inquiry-field--focusable legend { font-size: 12px; }
  #contact-page .inquiry-field--focusable:focus-within legend { padding: 0 8px; }

  #contact-page .inquiry-btn { padding: 13px 15px; font-size: 14px; }
  #contact-page .inquiry-btns { gap: 8px; }

  #contact-page .inquiry-textarea { font-size: 14px; padding: 12px; min-height: 130px; }

  #contact-page .inquiry-file { padding: 14px; gap: 10px; }
  #contact-page .inquiry-file i { width: 18px; height: 18px; }
  #contact-page .inquiry-file__cta { font-size: 14px; }
  #contact-page .inquiry-file__desc,
  #contact-page .inquiry-file__name { font-size: 13px; }

  #contact-page .inquiry-agree { gap: 12px; }
  #contact-page .inquiry-agree__box { width: 22px; height: 22px; }
  #contact-page .inquiry-agree__text { font-size: 14px; }

  #contact-page .inquiry-marquee { width: 100%; padding: 15px 0; margin: 0; margin-top: 20px; }
  #contact-page .inquiry-marquee__item { font-size: 15px; gap: 7px; }
  #contact-page .inquiry-marquee__item .img_box { width: 15px; height: 15px; }
}
