
.mainWrap{
	position:relative;
	width:100%;
	margin:0;
}

/*-----------------------------------------
# 메인 공통
-------------------------------------------*/
/* ----- Head ----- */
.cont__head {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}


.cont__linet {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.14rem;
  color: #c99e67;
}

.cont__linet-bar {
  display: inline-block;
  width: 3rem;
  height: 0.2rem;
  background: #c99e67;
  flex-shrink: 0;
}
@media (max-width: 767px) {
	 /* Head */
  .cont__head {
	gap: 1rem;
  }
	
	.cont__linet { display: none; }   
}

/*-----------------------------------------
# 메인 비주얼
-------------------------------------------*/
/* ===== Base : PC (intro_pc 1920px 기준) ===== */
.intro {
  position: relative;
  width: 100%;
  padding: 6rem clamp(4rem, 12.5vw, 24rem) 0;
  background: #ffffff;
  color: #0c1c38;
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.intro *,
.intro *::before,
.intro *::after { box-sizing: border-box; }

.intro__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ----- Hero Card (PC: row, Mo: col) ----- */
.intro__hero-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background: #ffffff;
}

/* ----- Visual : image + hero text + stats ----- */
.intro__visual {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  
      background-image: url(/public/img/main/intro_bg.webp);
      background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* BG : absolute fill inside visual on PC */
.intro__bg {
	display:none;
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 1.6rem 0 0 1.6rem;
    pointer-events: none;
}

.intro__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.intro__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(12, 28, 56, 0.8) 20.86%,
    rgba(12, 28, 56, 0) 66.33%
  );
}

/* Hero text block */
.intro__hero {
  position: relative;
  z-index: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
}

.intro__tag {
  display: inline-block;
  padding: 0.6rem 1rem;
  background: #c99e67;
  border-radius: 0.4rem;
  color: #0c1c38;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  white-space: nowrap;
}

/* .intro__title { */
  /* margin: 0; */
/* font-family: pretendard-700; */
  /* font-weight: 700; */
  /* font-size: clamp(26px, 2.083vw, 40px); */
  /* line-height: 1.3;  */
  /* color: #ffffff; */
  /* word-break: keep-all; */
/* } */
.intro__title {
    line-height: 5.2rem;
    margin: 0;
    font-family: pretendard-700;
    font-weight: 700;
    font-size: 4rem;
    color: #ffffff;
    word-break: keep-all;
}
.intro__title-line { display: block; }

.intro__subtitle {
  margin: 0;
font-family: pretendard-500;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: rgba(255, 255, 255, 0.75);
  word-break: keep-all;
}
.intro__subtitle-line { display: inline; }
.intro__subtitle-line--mo { display: none; }

.inttagBox {
    max-width: 44rem;
    flex-wrap: wrap;
    gap: 0.6rem;
    display: flex;
    margin: 1.8rem 0 0 0;
    position: Relative;
}
.inttagBox h3{
	display: inline-block;
padding:0.6rem 1.6rem;
justify-content: center;
align-items: center;
gap: 1rem;
	border-radius: 99px;
background: rgba(255, 255, 255, 0.20);
backdrop-filter: blur(10px);

color: #FFF;
    font-family: pretendard-500;
font-size: 1.4rem;
font-style: normal;
font-weight: 500;
line-height: 2.2rem;
}

/* Stats bar */
.intro__stats {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 2.8rem 3rem;
  border-radius: 1rem;
  background: rgba(28, 45, 76, 0.75);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  display: flex;
  gap: 0.2rem;
  width: 100%;
}

.intro__stat {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 2rem;
}
.intro__stat:first-child { padding-left: 0; padding-right: 2rem; }
.intro__stat:last-child { padding-right: 0; }

.intro__stat-title {
font-family: pretendard-800;
  font-weight: 800;
  font-size: clamp(1.6rem, 1.146vw, 2.2rem);
  line-height: 2.6rem;
  color: #c99e67;
  white-space: nowrap;
}

.intro__stat-desc {
font-family: pretendard-500;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.833vw, 1.6rem);
  line-height: 2.4rem;
  color: #ffffff;
  white-space: nowrap;
}

/* ----- Form panel (right on PC) ----- */
.intro__form {
  flex: 0 0 42rem;
  width: 42rem;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.intro__form-head {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}

.intro__form-title {
  margin: 0;
font-family: pretendard-600;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.8rem;
  color: #0c1c38;
  word-break: keep-all;
}

.intro__form-sub {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #888888;
}

.intro__form-body {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  width: 100%;
}

.intro__form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}

.intro__field {
  display: block;
  width: 100%;
}

.intro__field input {
  display: block;
  width: 100%;
  padding: 1.6rem;
  border: 0;
  border-radius: 1rem;
  background: #f4f4f4;
font-family: pretendard-400;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #0c1c38;
  outline: none;
  box-sizing: border-box;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.intro__field input::placeholder { color: #6c7280; }
.intro__field input:focus { background: #ffffff; box-shadow: inset 0 0 0 1px #0c1c38; }



.inq_priCheckArea {
    position: Relative;
    margin: 1.6rem 0 0.8rem 0;
}
.inq_priCheckArea input[type="checkbox"]{ 
	position:absolute; 
    width:1px; 
    height:1px; 
    padding:0; 
    margin:-1px; 
    overflow:hidden; 
    clip:rect(0,0,0,0); 
    border:0; 
}
.inq_priCheckArea input[type="checkbox"] + label {
    display: flex;
    position: relative;
    padding-left: 3.2rem;
    cursor: pointer;
    text-align: left;
    color: #444;
    font-family: pretendard-500;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height:2.4rem;
    justify-content: space-between;
    align-items: center;
}
.inq_priCheckArea input[type="checkbox"] + label:before{ 
	content:''; 
    position:absolute; 
    left:0; 
    top:0;
    width:2.4rem;
    height:2.4rem;
    text-align:center; 
    background:#fff; 
    border:none; 
    box-sizing:border-box; 
	background:url(../img/common/check_before.png) no-repeat center/cover;
}
.inq_priCheckArea input[type="checkbox"]:checked + label:after{ 
	content: ''; 
	position:absolute; 
	top:0;
	left:0; 
	width:2.4rem;
	height:2.4rem;
	background:url(../img/common/check_after.png) no-repeat center/cover;
}
.inq_priCheckArea a {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 0;
    z-index: 2;
    color: #0C1C38;
    font-family: pretendard-500;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Submit button */
.intro__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: 100%;
  padding: 1.8rem;
  border: 0;
  border-radius: 1rem;
  background: #0c1c38;
  color: #ffffff;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  cursor: pointer;
  transition: opacity .2s ease;
}
.intro__submit:hover { opacity: 0.92; }

.intro__submit-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  background: #ffffff;
  -webkit-mask: url('/public/img/main/icon_arrow_right.png') no-repeat center / contain;
  mask: url('/public/img/main/icon_arrow_right.png') no-repeat center / contain;
}

/* ----- Contacts bar ----- */
.intro__contacts {
  list-style: none;
  margin: 0;
  padding: 4rem;
  background: #f7f5f1;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

.intro__contact {
  /* flex: 1 1 0; */
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  overflow: hidden;
}
.intro__contact:nth-child(1){width:26.2rem;}
.intro__contact:nth-child(2){width:28.2rem;}
.intro__contact:nth-child(3){width:39.2rem;}
.intro__contact:nth-child(4){width:26.2rem;}

.intro__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  flex-shrink: 0;
  border-radius: 1.2rem;
  background: #ffffff;
  position: relative;
}
.intro__contact-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
  background: #0c1c38;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.intro__contact-icon--phone::before    { -webkit-mask-image: url('/public/img/main/icon_phone.png');           mask-image: url('/public/img/main/icon_phone.png'); }
.intro__contact-icon--email::before    { -webkit-mask-image: url('/public/img/main/icon_email.webp');           mask-image: url('/public/img/main/icon_email.webp'); }
.intro__contact-icon--location::before { -webkit-mask-image: url('/public/img/main/icon_spot.webp'); mask-image: url('/public/img/main/icon_spot.webp'); }
.intro__contact-icon--clock::before    { -webkit-mask-image: url('/public/img/main/icon_clock.webp');           mask-image: url('/public/img/main/icon_clock.webp'); }

.intro__contact-text {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 0;
  flex: 1 1 auto;
}

.intro__contact-label {
font-family: pretendard-500;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #6c7280;
}

.intro__contact-value {
font-family: pretendard-600;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  line-height: 2.8rem;
  color: #0c1c38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1800px) {
	.intro {
		padding: 6rem 4rem 0 4rem;
	}
}
@media (max-width: 1600px) {
	.intro {
		padding: 6rem 4rem 0 4rem;
	}
	
	
	.intro__contacts {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.intro__contact {
		flex: 0 0 calc(50% - 1.1rem);
	}
	.intro__contact:nth-child(1){width:100%;}
	.intro__contact:nth-child(2){width:100%;}
	.intro__contact:nth-child(3){width:100%;}
	.intro__contact:nth-child(4){width:100%;}
}
@media (max-width: 1300px) {
	.intro {
		padding: 6rem 3rem 0 3rem;
	}
}
@media (max-width: 1100px) {
	.intro__visual {
		background-position: 90%;
	}
	.intro__form {
		flex: 0 0 34rem;
		width: 34rem;
		padding: 3rem;
		gap: 2rem;
	}
}
@media (max-width: 991px) {
	.intro__title {
		line-height: 4.4rem;
		font-size: 3.4rem;
	}
}
/* ===== Mobile : max-width 767px (intro_mo 375px 기준) ===== */
@media (max-width: 767px) {

  /* Section : full-bleed, 40px top */
  .intro {
    padding: 4rem 0 0;
  }

  .intro__inner {
    gap: 0;
  }

  /* BG : becomes section-wide top background, 570px tall */
  .intro__bg {
	  	display:block;
    opacity: 1;
    position: absolute;
    inset: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 57rem;
    border-radius: 0;
    z-index: 0;
  }

  .intro__bg-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.30) 40%,
      rgba(0, 0, 0, 0.55) 100%
    );
  }

  /* Hero card : column, no rounded, no shadow */
  .intro__hero-card {
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    background: transparent;
    position: relative;
    z-index: 1;
  }

  /* Visual : becomes a transparent flex column wrapper */
  .intro__visual {
    flex: none;
    min-height: 0;
    padding: 0;
    justify-content: flex-start;
    background: transparent;
  }

  /* Hero text : centered, white, gap 16 */
  .intro__hero {
    padding: 0 2rem;
    align-items: center;
    text-align: center;
    gap: 1.6rem;
    /* Push stats bar down so background image is visible between them */
    margin-bottom: 12rem;
  }

  .intro__tag {
    padding: 0.8rem 1.2rem;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .intro__title {
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    width: 100%;
  }

  .intro__subtitle {
    font-size: 1.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: 100%;
  }
  .intro__subtitle-line { display: block; }
  .intro__subtitle-line--pc { display: none; }
  .intro__subtitle-line--mo { display: block; }
  
  .inttagBox {
		max-width: 34rem;
		flex-wrap: wrap;
		gap: 0.6rem;
		display: flex;
		margin: 0.4rem 0 0 0;
		position: Relative;
		justify-content: center;
	}
	.inttagBox h3 {
		padding: 0.6rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

  /* Stats : rounded top, full-width, centered items, overlaps form by -16 */
	 .intro__stats {
		border-radius: 1.6rem 1.6rem 0 0;
		padding: 0.4rem 1.6rem 1.6rem 1.6rem;
		gap: 1.3rem;
		margin: 0;
		z-index: 2;
	}

  .intro__stat {
    align-items: center;
    text-align: center;
    padding: 2rem 0;
    gap: 0.4rem;
  }
  .intro__stat:first-child,
  .intro__stat:last-child { padding-left: 0; padding-right: 0; }

  .intro__stat-title {
	  color: #E2B96F;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .intro__stat-desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
  }

  /* Form : full-width, rounded top, padding 20 */
	 .intro__form {
		margin: -1.6rem 0 0 0;
		flex: none;
		width: 100%;
		padding: 2rem;
		border: 0;
		border-radius: 1.6rem 1.6rem 0 0;
		gap: 1.4rem;
		background: #ffffff;
		position: relative;
		z-index: 2;
	}

  .intro__form-head { gap: 0; }
  .intro__form-title {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
  .intro__form-sub { display: none; }   /* not in mobile design */

  .intro__form-body { gap: 0; }
  .intro__form-fields { gap: 0.4rem; }

  .intro__field input {
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #f7f7f7;
    font-size: 1.6rem;
  }
  .intro__field input::placeholder { color: #999ea8; }
	.inq_priCheckArea {
		margin: 1.4rem 0 0.6rem 0;
	}
  .intro__submit {
    padding: 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    gap: 0.8rem;
  }

  /* Contacts : stacked, soft bg */
  .intro__contacts {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.4rem;
		padding: 3rem 2rem;
		border-radius: 0;
		justify-content: flex-start;
	}

  .intro__contact {
		flex: initial;
		width: 100%;
		gap: 1rem;
	}

  .intro__contact-icon {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 1.2rem;
  }
  .intro__contact-icon::before {
    width: 1.8rem;
    height: 1.8rem;
  }

  .intro__contact-label {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .intro__contact-value {
    font-size: 1.6rem;
    line-height: 2.4rem;
    white-space: normal;
  }
}

/* ===== Optional reveal animation ===== */
.intro .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.intro .is-reveal.is-in { opacity: 1; transform: none; }


/*-----------------------------------------
# 메인 지금 단지에서 이런 문제 겪고 계신가요?
-------------------------------------------*/
/* ----- Base (PC) ----- */
.danji {
  --brand-main: #0c1c38;
  --brand-sub:  #c99e67;
  --bg-soft:    #f7f5f1;
  --bg-white:   #ffffff;
  --text-strong:#0c1c38;
  --text-muted: #6c7280;

  width: 100%;
  box-sizing: border-box;
  padding: clamp(6rem, 6.25vw, 12rem) clamp(4rem, 12.5vw, 24rem);
  background: var(--bg-soft);
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.danji *,
.danji *::before,
.danji *::after { box-sizing: border-box; }

/* ----- Inner : 좌 타이틀(flex) + 우 그리드(952px) ----- */
.danji__inner {
    width: 100%;
    max-width: 144rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6rem;
}

/* ----- Head (타이틀 영역) ----- */
.danji__head {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* TitleRow : 하단 정렬 */
  gap: 1.6rem;
}

.danji__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.danji__eyebrow-bar {
  width: 3rem;
  height: 0.2rem;
  background: var(--brand-sub);
  flex-shrink: 0;
}
.danji__eyebrow-text {
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.14rem;
  color: var(--brand-sub);
  white-space: nowrap;
}

.danji__title {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: 5rem;
  line-height: 6.6rem;
  color: var(--text-strong);
  word-break: keep-all;
}
.danji__title-line { display: block; }
.danji__title-line--accent { color: var(--brand-sub); }

.danji__subtitle {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: var(--text-muted);
  word-break: keep-all;
}

/* ----- Grid (우측) ----- */
.danji__grid {
  flex: 0 1 95.2rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* 카드 4개 : 2 x 2 */
.danji__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

/* 카드 */
.danji__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 2rem;
  row-gap: 2rem;
  background: var(--bg-white);
  border-radius: 1.6rem;
  padding: 3rem;
  overflow: hidden;
}

.danji__qbadge {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
  display: inline-block;
  padding: 0.9rem 1.2rem;
  border-radius: 99.9rem;
  background: var(--brand-sub);
  color: #fff;
font-family: pretendard-800;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.6rem;
  white-space: nowrap;
}

.danji__qicon {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--brand-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 10px 10px 15px rgba(12, 28, 56, 0.3);
}
.danji__qicon img {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}

.danji__card-text {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
font-family: pretendard-600;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: var(--text-strong);
  word-break: keep-all;
}

/* CTA */
.danji__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  padding: 1.6rem 3.2rem;
  border-radius: 1rem;
  text-decoration: none;
  transition: background-color .2s ease;
  
  border-radius: 1rem;
border: 1px solid var(--brand-main, #0C1C38);
background: var(--brand-main, #0C1C38);
}
.danji__cta-text {
font-family: pretendard-500;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: -0.036rem;
  color: #fff;
  white-space: nowrap;
}
.danji__cta-br { display: none; }       /* PC : 한 줄 */
.danji__cta-arrow {
  flex-shrink: 0;
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  transition: transform .2s ease;
}
.danji__cta-arrow img { display: block; width: 1.4rem; height: 1.4rem; }
/* .danji__cta:hover { background: #fbf9f4; } */
/* .danji__cta:hover .danji__cta-arrow { transform: translateX(4px); } */

@media (max-width: 1800px) {
	.danji {
		padding: 12rem 4rem;
	}
	.danji__inner {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 4rem;
		flex-direction: column;
	}
	.danji__head {
		width: 100%;
	}
	.danji__grid {
		width: 100%;
		flex: 0 0 calc(100% - 0rem);
	}
}

@media (max-width: 1600px) {
	.danji {
		padding: 12rem 4rem;
	}
}
@media (max-width: 1300px) {
	.danji {
		padding: 10rem 3rem;
	}
}

/* =========================================================
   Mobile : max-width 768px (danji_mo 기준)
   ========================================================= */
@media (max-width: 768px) {
  .danji {
    padding: 5rem 2rem;
  }

  .danji__inner {
	  display: block;
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
  }

  /* Head */
  .danji__head {
    gap: 1rem;
    justify-content: flex-start;
  }
  .danji__eyebrow { display: none; }          /* 모바일 미표시 */

  .danji__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  /* "이런 문제 겪고 계신가요?" 한 줄로 */
  .danji__title-seg { display: inline; }

  .danji__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  /* Grid */
  .danji__grid { margin:3rem 0 0 0;gap: 2rem; }

  /* 카드 : 1열 */
  .danji__cards {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  /* 카드 : 좌(뱃지+텍스트) / 우 아이콘 */
  .danji__card {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 1.6rem;
    border-radius: 1rem;
  }
  .danji__qbadge {
		align-self: flex-start;
		padding: 0.4rem 0.8rem;
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
  .danji__qicon {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 4rem;
    height: 4rem;
    box-shadow: 6px 6px 10px rgba(12, 28, 56, 0.3);
  }
  .danji__qicon img {
    width: 1.733rem;
    height: 1.733rem;
  }
  .danji__card-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  /* CTA : 2줄 + 좌측 정렬 */
  .danji__cta {
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.4rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .danji__cta-text {
    flex: 1 1 0;
    min-width: 0;
    font-family: pretendard-400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0;
    white-space: normal;
  }
  .danji__cta-br { display: inline; }         /* 모바일 : 줄바꿈 */
}

/* ----- (선택) 스크롤 등장 애니메이션 : JS와 연동 ----- */
.danji .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.danji .is-reveal.is-in {
  opacity: 1;
  transform: none;
}

/*-----------------------------------------
# 메인 소송, 꼭 안 하셔도 괜찮습니다.
-------------------------------------------*/
/* ----- Base (PC) ----- */
.soreq {
  --bg-dark:   #0c1c38;
  --brand-sub: #c99e67;
  --text-white:#ffffff;

  width: 100%;
  box-sizing: border-box;
  padding: clamp(6rem, 6.25vw, 12rem) clamp(4rem, 12.5vw, 24rem);
  background: var(--bg-dark);
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.soreq *,
.soreq *::before,
.soreq *::after { box-sizing: border-box; }

.soreq__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

/* ----- Header ----- */
.soreq__head {
  display: flex;
  flex-direction: column;
}

.soreq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.soreq__eyebrow-bar {
  width: 3rem;
  height: 0.2rem;
  background: var(--brand-sub);
  flex-shrink: 0;
}
.soreq__eyebrow-text {
  font-family: 'Inter', 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.14rem;
  color: var(--brand-sub);
  white-space: nowrap;
}

.soreq__title {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: 5rem;
  line-height: 6.6rem;
  color: var(--text-white);
  word-break: keep-all;
}

.soreq__lead {
  margin: 2rem 0 0;
font-family: pretendard-300;
  font-weight: 300;            /* Light */
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: var(--brand-sub);
  word-break: keep-all;
}

/* ----- Steps : 3 columns ----- */
.soreq__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5.4rem;
  align-items: stretch;
}

.soreq__step {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-top: 1px solid var(--text-white);
  padding-top: 3rem;
}

.soreq__step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.soreq__step-num {
    letter-spacing: 0.192rem;
    font-family: pretendard-700;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.6rem;
    /* letter-spacing: 1.6px; */
    color: var(--brand-sub);
    white-space: nowrap;
}
.soreq__step-check {
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: var(--brand-sub);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.soreq__step-check svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}

.soreq__step-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.soreq__step-title {
  margin: 0;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 4rem;
  color: var(--text-white);
  word-break: keep-all;
}
.soreq__step-desc {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.6rem;
  color: var(--text-white);
  word-break: keep-all;
}
@media (max-width: 1800px) {
	.soreq {
		padding: 12rem 4rem;
	}
}
@media (max-width: 1300px) {
	.soreq {
		padding: 10rem 3rem;
	}
}
/* =========================================================
   Mobile : max-width 768px (soreq_mo 기준)
   ========================================================= */
@media (max-width: 768px) {
  .soreq {
    padding: 5rem 2rem;
  }

  .soreq__inner {
    gap: 3rem;
  }

  /* Header */
  .soreq__eyebrow { display: none; }          /* 모바일 미표시 */

  .soreq__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .soreq__lead {
    margin-top: 1rem;
    font-weight: 500;          /* Medium */
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  /* Steps : 1열 */
  .soreq__steps {
    flex-direction: column;
    gap: 2.4rem;
  }
  .soreq__step {
    gap: 1.6rem;
    padding-top: 1.6rem;
  }
  .soreq__step-num {
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: 0.128rem;
  }
  .soreq__step-body {
    gap: 1rem;
  }
  .soreq__step-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .soreq__step-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  
  .soreq__step-check {
		width: 3.6rem;
		height: 3.6rem;
	}
}

/* ----- (선택) 스크롤 등장 애니메이션 : JS와 연동 ----- */
.soreq .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.soreq .is-reveal.is-in {
  opacity: 1;
  transform: none;
}


/*-----------------------------------------
# 메인 왜 많은 분들이 법무법인 정의 설명회를 먼저 찾을까요?
-------------------------------------------*/
/* ===== Base : PC (sulmy_pc 1920px 기준) ===== */
.sulmy {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(6rem, 6.25vw, 12rem) clamp(4rem, 12.5vw, 24rem);
  background: #ffffff;
  color: #0c1c38;
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.sulmy *,
.sulmy *::before,
.sulmy *::after { box-sizing: border-box; }

/* ----- BG (top-right decorative) ----- */
.sulmy__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 67.7%;          /* 1300 / 1920 */
  max-width: 130rem;
  height: 73rem;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.sulmy__bg-sky {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  display: block;
}

.sulmy__bg-building {
  position: absolute;
  top: 9.6%;             /* 70 / 730 */
  left: 31.5%;           /* (1030-620) / 1300 */
  width: 41.5%;          /* 540 / 1300 */
  height: auto;
  display: block;
}

.sulmy__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(270deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

/* ----- Inner ----- */
.sulmy__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

/* ----- Head ----- */
.sulmy__head { width: 100%; }

.sulmy__title {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: clamp(3.4rem, 2.6vw, 5rem);
  line-height: 1.32;                   /* 66/50 */
  color: #0c1c38;
  word-break: keep-all;
}

.sulmy__title-line { display: block; }
.sulmy__title-line--accent { color: #c99e67; }

/* ----- Cards ----- */
.sulmy__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  width: 100%;
}

.sulmy__card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: 35rem;
  padding: 3.6rem;
  border-radius: 1.6rem 4rem 1.6rem 1.6rem;  /* top-right 40, others 16 */
}

/* PC color pattern : 01-dark / 02-soft / 03-soft / 04-dark */
.sulmy__card--01,
.sulmy__card--04 {
  background: #0c1c38;
  color: #ffffff;
}
.sulmy__card--02,
.sulmy__card--03 {
  background: #f7f5f1;
  color: #0c1c38;
  border: 1px solid rgba(12, 28, 56, 0.06);
}

.sulmy__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.sulmy__num {
font-family: pretendard-700;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.16rem;
  color: #c99e67;
  white-space: nowrap;
}

.sulmy__icon {
  width: 5.6rem;
  height: 5.6rem;
  flex: 0 0 5.6rem;
  border-radius: 1.4rem;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sulmy__icon img {
  width: 3rem;
  height: 3rem;
  display: block;
}

.sulmy__card-body {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.sulmy__card-title {
  margin: 0;
font-family: pretendard-700;
  font-weight: 700;
  font-size: clamp(2.4rem, 1.77vw, 3.4rem);
  line-height: 1.35;                   /* 46/34 */
  color: inherit;
  word-break: keep-all;
}

.sulmy__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sulmy__bullets li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  line-height: 1.4;                    /* 24-25 / 18 */
  color: inherit;
  white-space: nowrap;
}

.sulmy__dot {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.3rem;
  background: #c99e67;
  flex-shrink: 0;
}
@media (max-width: 1800px) {
	.sulmy {
		padding: 12rem 4rem;
	}
}
@media (max-width: 1300px) {
	.sulmy {
		padding: 10rem 3rem;
	}
}
/* ===== Mobile : max-width 767px (sulmy_mo 375px 기준) ===== */
@media (max-width: 767px) {
  .sulmy {
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  /* Re-flow children of inner into the section's flex flow */
  .sulmy__inner { display: contents; }

  .sulmy__head   { order: 1; }
  .sulmy__bg     { order: 2; }
  .sulmy__cards  { order: 3; }

  /* Title */
  .sulmy__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  /* BG : in-flow, edge-to-edge, overlaps cards by -50px */
  .sulmy__bg {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 4rem);
    max-width: none;
    height: auto;
    aspect-ratio: 375 / 238;            /* 375 × 238 from Figma */
    margin: 1rem -2rem -5rem;           /* mb -50 = overlap into cards */
    overflow: hidden;
  }

  .sulmy__bg-sky {
    inset: auto;
    width: 147.89%;                     /* w-[147.89%] */
    height: 131.07%;                    /* h-[131.07%] */
	left:0;
    /* left: -23.95%; */
    top: -0.02%;
  }

  .sulmy__bg-building {
    top: 12.6%;                         /* 30 / 238 */
    left: 22.67%;                       /* 85 / 375 */
    width: 61.3%;                       /* 230 / 375 */
  }

  .sulmy__bg-overlay {
    background:
      linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
  }

  /* Cards : single column, 12px gap */
  .sulmy__cards {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    position: relative;
    z-index: 1;
  }

  /* Mobile color pattern : 01-dark / 02-soft / 03-dark / 04-soft */
  .sulmy__card--03 {
    background: #0c1c38;
    color: #ffffff;
    border: none;
  }
  .sulmy__card--04 {
    background: #f7f5f1;
    color: #0c1c38;
    border: 1px solid rgba(12, 28, 56, 0.06);
  }

  /* Card metrics */
  .sulmy__card {
    min-height: 0;
    padding: 1.6rem;
    gap: 2rem;
    border-radius: 1rem 2.8rem 1rem 1rem;
  }

  .sulmy__num {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 0.128rem;
	}

  .sulmy__icon {
    width: 4.4rem;
    height: 4.4rem;
    flex: 0 0 4.4rem;
    border-radius: 1.2rem;
  }
  .sulmy__icon img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .sulmy__card-body {
    flex: none;
    justify-content: flex-start;
    gap: 2rem;
  }

  .sulmy__card-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .sulmy__bullets { gap: 0.4rem; }
  .sulmy__bullets li {
    font-size: 1.5rem;
    line-height: 2rem;
    white-space: normal;                /* allow wrap on narrow phones */
  }
}

/* ===== Optional reveal animation ===== */
.sulmy .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.sulmy .is-reveal.is-in { opacity: 1; transform: none; }


/*-----------------------------------------
# 메인 설명회 신청 절차
-------------------------------------------*/
/* ===== Base : PC (sulpre_pc 1920px 기준) ===== */
.sulpre {
  width: 100%;
  padding: clamp(6rem, 6.25vw, 12rem) clamp(4rem, 12.5vw, 24rem);
  background: #f7f5f1;
  color: #0c1c38;
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.sulpre *,
.sulpre *::before,
.sulpre *::after { box-sizing: border-box; }

.sulpre__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

/* ----- Head ----- */
.sulpre__head { width: 100%; }

.sulpre__title {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: clamp(3.2rem, 2.6vw, 5rem);
  line-height: 1.32;     /* 66/50 */
  color: #0c1c38;
  word-break: keep-all;
}

.sulpre__title-part--accent { color: #c99e67; }

/* ----- Body ----- */
.sulpre__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* ----- Steps : 4 columns on PC ----- */
.sulpre__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.6rem;
  width: 100%;
}

.sulpre__step {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 2.8rem;
  display: flex;
  flex-direction: column;
  position:Relative;
}

.sulpre__pill-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5rem;
  position:Relative;
}
.sulpre_icon{
	position:absolute;
	right:0;
	top:0;
}
.sulpre_icon img{
	height:2.8rem;
}

.sulpre__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.2rem;
  border-radius: 99.9rem;
  background: #c99e67;
  color: #ffffff;
font-family: pretendard-800;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}

.sulpre__step-title {
  margin: 0 0 1rem;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.43;     /* 40/28 */
  color: #0c1c38;
  word-break: keep-all;
}

.sulpre__step-desc {
  margin: 0 0 3rem;
font-family: pretendard-400;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.45;     /* 26/18 */
  color: #3d4760;
  word-break: keep-all;
}

.sulpre__step-progress {
  display: flex;
  gap: 0.4rem;
  width: 100%;
}

.sulpre__step-progress span {
  flex: 1 1 0;
  min-width: 0;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #eeeeee;
  display: block;
}

.sulpre__step--01 .sulpre__step-progress span:nth-child(1),
.sulpre__step--02 .sulpre__step-progress span:nth-child(2),
.sulpre__step--03 .sulpre__step-progress span:nth-child(3),
.sulpre__step--04 .sulpre__step-progress span:nth-child(4) {
  background: #c99e67;
}

/* ----- CTA Card ----- */
.sulpre__cta {
  background: #0c1c38;
  color: #ffffff;
  border-radius: 1.6rem;
  padding: 4rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
}

.sulpre__cta-text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.sulpre__cta-title {
  margin: 0;
font-family: pretendard-700;
  font-weight: 700;
  font-size: clamp(2.4rem, 1.77vw, 3.4rem);
  line-height: 1.35;     /* 46/34 */
  color: #ffffff;
  word-break: keep-all;
}

.sulpre__cta-line { display: block; }
.sulpre__cta-line--accent { color: #c99e67; }

.sulpre__cta-sub {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.146vw, 2.2rem);
  line-height: 1.36;     /* 30/22 */
  color: #ffffff;
  white-space: nowrap;
}

.sulpre__mo-only { display: none; }
.sulpre__br-mo   { display: none; }

/* CTA actions : right column, content-sized, equal-width buttons */
.sulpre__cta-actions {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
}

.sulpre__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 2rem 3rem;
  border-radius: 9.9rem;
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  transition: opacity .2s ease, background-color .2s ease, color .2s ease;
  cursor: pointer;
}

.sulpre__btn--primary {
  background: #c99e67;
  color: #0c1c38;
  border: 0.2rem solid transparent;
}
.sulpre__btn--primary:hover { opacity: .9; }

.sulpre__btn--outline {
  background: transparent;
  color: #c99e67;
  border: 0.2rem solid #c99e67;
}
.sulpre__btn--outline:hover { background: rgba(201, 158, 103, 0.1); }

.sulpre__btn-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.sulpre__btn-icon--arrow {
  background: #0c1c38;     /* arrow color on gold button */
  -webkit-mask-image: url('/public/img/main/icon_arrow_right.png');
  mask-image: url('/public/img/main/icon_arrow_right.png');
}

.sulpre__btn-icon--phone {
  background: #c99e67;     /* phone color on outline button */
  -webkit-mask-image: url('/public/img/main/icon_phone.png');
  mask-image: url('/public/img/main/icon_phone.png');
}


.prearrow {
    display: flex;
    transform: translateY(-50%);
    top: 50%;
    z-index: 5;
    right: -4.5rem;
    position: absolute;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 99px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(247, 245, 241, 0.90);
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.10);
    align-items: center;
    justify-content: center;
}
.prearrow span{
	position:Relative;
	display: inline-block;
    width: 1.4rem;
    height: 1.2rem;
	background-image: url(/public/img/main/prearrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1800px) {
	.sulpre {
		padding: 12rem 4rem;
	}
}
@media (max-width: 1300px) {
	.sulpre {
		padding: 10rem 3rem;
	}
	.sulpre__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sulpre__step:nth-child(2) .prearrow{
		display:none;
	}
}
/* ===== Mobile : max-width 767px (sulpre_mo 375px 기준) ===== */
@media (max-width: 767px) {

  .sulpre {
    padding: 5rem 2rem;
  }

  .sulpre__inner {
    gap: 3rem;
  }

  /* Head */
  .sulpre__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  /* Body : steps stack + CTA */
  .sulpre__body {
    gap: 1.2rem;
  }

  .sulpre__steps {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  /* Step card */
  .sulpre__step {
    border-radius: 1rem;
    padding: 1.6rem;
  }

  .sulpre__pill-wrap {
    align-items: center;
    margin-bottom: 3rem;
  }
	.sulpre_icon img{
		height:2.4rem;
	}
  .sulpre__pill {
    padding: 0.4rem 0.8rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0;
  }

  .sulpre__step-title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0.6rem;
  }

  .sulpre__step-desc {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #0c1c38;
    margin-bottom: 1.6rem;
  }

  .sulpre__step-progress {
    gap: 0.3rem;
  }
  .sulpre__step-progress span {
    height: 0.3rem;
    background: #e6e3dd;
  }

  /* CTA */
  .sulpre__cta {
    flex-direction: column;
    align-items: stretch;
    border-radius: 1rem;
    padding: 2rem;
    gap: 3rem;
  }

  .sulpre__cta-text {
    flex: none;
    gap: 1rem;
  }

  .sulpre__cta-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .sulpre__cta-sub {
    font-size: 1.6rem;
    line-height: 2.4rem;
    white-space: normal;
  }

  /* Show mobile-only content */
  .sulpre__mo-only { display: inline; }
  .sulpre__br-mo   { display: inline; }

  /* Buttons : full-width stacked */
  .sulpre__cta-actions {
    width: 100%;
    gap: 0.8rem;
    align-self: auto;
  }

  .sulpre__btn {
    padding: 1.4rem 2rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    gap: 0.6rem;
  }
  
  .sulpre__step:nth-child(2) .prearrow{
		display:flex;
	}
	.prearrow {
		left: 50%;
		bottom: -3.7rem;
		display: flex;
		transform: translateX(-50%);
		top: inherit;
		z-index: 5;
		right: inherit;
		position: absolute;
		width: 4rem;
		height: 4rem;
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.10);
	}
	.prearrow span {
    transform: rotate(90deg);
    position: Relative;
    display: inline-block;
    width: 1.2rem;
    height: 1rem;
    background-image: url(/public/img/main/prearrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

/* ===== Optional reveal animation ===== */
.sulpre .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.sulpre .is-reveal.is-in { opacity: 1; transform: none; }


/*-----------------------------------------
# 메인 전국 곳곳에서 진행된 200여 건 이상의 설명회
-------------------------------------------*/
/* ===== Base : PC (junsul_pc 1920px 기준) ===== */
.junsul {
  width: 100%;
  padding: clamp(6rem, 6.25vw, 12rem) clamp(4rem, 12.5vw, 24rem);
  background: #ffffff;
  color: #0c1c38;
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.junsul *,
.junsul *::before,
.junsul *::after { box-sizing: border-box; }

.junsul__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
}




.junsul__title {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: clamp(3.2rem, 2.6vw, 5rem);
  line-height: 1.32;       /* 66/50 */
  color: #0c1c38;
  word-break: keep-all;
}

.junsul__title-line { display: block; }
.junsul__title-line--accent { color: #c99e67; }

.junsul__subtitle {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.146vw, 2.2rem);
  line-height: clamp(2.4rem, 1.66vw, 3.2rem);
  color: #6c7280;
  word-break: keep-all;
}

/* ----- Body ----- */
.junsul__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

/* ----- Cards Grid : 3 × 3 on PC ----- */
.junsul__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2.4rem;          /* row 40, column 24 */
  width: 100%;
}

.junsul__card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #f7f5f1;
  border-radius: 1.6rem;
  overflow: hidden;
}

/* .junsul__card-image { */
  /* position: relative; */
  /* width: 100%; */
  /* height: 280px; */
  /* border: 1px solid rgba(0, 0, 0, 0.06); */
  /* border-radius: 16px; */
  /* background: #f7f5f1; */
  /* overflow: hidden; */
/* } */
/* .junsul__card-image img { */
  /* position: absolute; */
  /* inset: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  /* display: block; */
/* } */

.junsul__card-image {
    position: Relative;
    width: 100%;
    padding-bottom: 59.914%;
    overflow: hidden;
    border-radius: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.junsul__card-image img {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Placeholder for cards waiting for image */
.junsul__card-image--placeholder {
  background: #0c1c38;
  display: flex;
  align-items: center;
  justify-content: center;
}
.junsul__card-image--placeholder span {
font-family: pretendard-400;
  font-weight: 400;
  font-size: 1.3rem;
  color: #6c7280;
}

.junsul__card-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0 2.4rem 2.4rem;
  white-space: nowrap;
}

.junsul__card-title {
  flex: 0 1 auto;
  min-width: 0;
font-family: pretendard-700;
  font-weight: 700;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  line-height: 3.2rem;
  color: #0c1c38;
}

.junsul__card-desc {
  flex: 0 0 auto;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  line-height: 3.2rem;
  color: #3d4760;
}

/* ----- CTA Card (Q & A) ----- */
.junsul__cta {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 100%;
  padding: 4rem 4.6rem;
  background: #f7f5f1;
  border-radius: 1.6rem;
}

.junsul__cta-q {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.junsul__qbadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1.2rem;
  background: #c99e67;
  color: #ffffff;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
}

.junsul__qtext {
  margin: 0;
font-family: pretendard-500;
  font-weight: 500;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  line-height: 5rem;
  letter-spacing: -0.048rem;
  color: #0c1c38;
  white-space: nowrap;
}

.junsul__cta-divider {
  flex: 1 1 0;
  min-width: 0;
  align-self: center;
  height: 0.2rem;
  background: #0c1c38;
  display: block;
}

.junsul__cta-a {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  white-space: nowrap;
}

.junsul__atitle {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: clamp(2.6rem, 2.03vw, 3.9rem);
  line-height: 5rem;
  color: #0c1c38;
  text-align: center;
}

.junsul__adesc {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  line-height: 2.2rem;
  color: #0c1c38;
}

.junsul__card.last{
	display:none;
}

@media (max-width: 1800px) {
	.junsul {
		padding: 12rem 4rem;
	}
}
@media (max-width: 1300px) {
	.junsul {
		padding: 10rem 3rem;
	}
	.junsul__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
/* ===== Mobile : max-width 767px (junsul_mo 375px 기준) ===== */
@media (max-width: 767px) {

  .junsul {
    padding: 5rem 2rem;
  }

  .junsul__inner {
    gap: 3rem;
  }


  .junsul__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .junsul__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  /* Body */
  .junsul__body {
    gap: 2rem;
  }

  /* Cards : single column, 12px gap */
  .junsul__cards {
	          grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-template-columns: 1fr; */
    gap: 1.2rem;
  }

  .junsul__card {
    border-radius: 1rem;
    gap: 1.4rem;
  }

  .junsul__card-image {
    height: 20.2rem;
    border-radius: 1rem;
  }

  .junsul__card-text {
    padding: 0 1.6rem 1.6rem;
    align-items: flex-start;
    gap: 1rem;
  }

  .junsul__card-title {
    font-size: 2rem;
    line-height: 2.8rem;
    flex: 1 0 0;
  }

  .junsul__card-desc {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  /* CTA : stack vertically + vertical divider */
  .junsul__cta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 2rem;
    border-radius: 1rem;
  }

  .junsul__cta-q {
    gap: 1rem;
    justify-content: center;
  }

  .junsul__qbadge {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 9.9rem;
    font-size: 1.6rem;
  }

  .junsul__qtext {
    font-size: 2rem;
    line-height: 3.1rem;
    letter-spacing: -0.04rem;
  }

  .junsul__cta-divider {
    flex: 0 0 auto;
    width: 1px;
    height: 3rem;
  }

  .junsul__cta-a {
    width: 100%;
    gap: 0.6rem;
  }

  .junsul__atitle {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .junsul__adesc {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

/* ===== Optional reveal animation ===== */
.junsul .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.junsul .is-reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 600px) {
	.junsul__card-image {
		height: 9.6rem;
		border-radius: 1rem;
	}
	.junsul__card-desc{
		display:none;
	}
	.junsul__card-title {
		font-size: 1.6rem;
		line-height: 2.4rem;
		flex: 1 0 0;
	}
	
	.junsul__card.last{
		display:flex;
	}
	.juncardlast {
		display: flex;
		position: Relative;
		width: 100%;
		height: 100%;
		padding: 1.6rem 1.4rem;
		align-items: center;
		justify-content: center;
	}
	.junsul__cta{display:none;}
}

/*-----------------------------------------
# 메인 설명회가 처음이신가요?
-------------------------------------------*/
/* ===== Base : PC (sulfaq_pc 1920px 기준) ===== */
.sulfaq {
  width: 100%;
  padding: clamp(6rem, 6.25vw, 12rem) clamp(4rem, 12.5vw, 24rem);
  background: #f7f5f1;
  color: #0c1c38;
font-family: pretendard-400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.sulfaq *,
.sulfaq *::before,
.sulfaq *::after { box-sizing: border-box; }

.sulfaq__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}

/* ----- Aside (left on PC) ----- */
.sulfaq__head {
  flex: 0 0 42.8rem;
  width: 42.8rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: sticky;
  top: 4rem;
}

.sulfaq__head-top {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.sulfaq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.14rem;
  color: #c99e67;
}

.sulfaq__eyebrow-bar {
  display: inline-block;
  width: 3rem;
  height: 0.2rem;
  background: #c99e67;
  flex-shrink: 0;
}

.sulfaq__title {
  margin: 0;
font-family: pretendard-800;
  font-weight: 800;
  font-size: clamp(3.2rem, 2.6vw, 5rem);
  line-height: 1.32;       /* 66/50 */
  color: #0c1c38;
  word-break: keep-all;
}
.sulfaq__title-line { display: block; }

.sulfaq__desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.sulfaq__desc-p {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.146vw, 2.2rem);
  line-height: 1.45;     /* 32/22 */
  color: #3d4760;
  word-break: keep-all;
}

.sulfaq__desc-highlight {
  display: inline;
font-family: pretendard-600;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  line-height: 1.58;     /* 38/24 */
  color: #0c1c38;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4rem;
}

.sulfaq__desc-note {
  margin: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #3d4760;
}

/* CTA pill button */
.sulfaq__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 2rem 3rem;
  background: #0c1c38;
  color: #ffffff;
  border-radius: 99.9rem;
  text-decoration: none;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: -0.036rem;
  white-space: nowrap;
  align-self: flex-start;
  transition: opacity .2s ease;
}
.sulfaq__cta:hover { opacity: 0.92; }

.sulfaq__cta-icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  background: #ffffff;
  -webkit-mask: url('/public/img/main/icon_pagelink.webp') no-repeat center / contain;
  mask: url('/public/img/main/icon_pagelink.webp') no-repeat center / contain;
}

/* ----- FAQ list (right on PC) ----- */
.sulfaq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.sulfaq__item {
  border-top: 1px solid #e6e3dd;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sulfaq__item:last-child { border-bottom: 1px solid #e6e3dd; }

/* Q row : button */
.sulfaq__qrow {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.sulfaq__qbadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  flex-shrink: 0;
  border-radius: 9.9rem;
  background: #0c1c38;
  color: #ffffff;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.sulfaq__qtext {
  flex: 1 1 0;
  min-width: 0;
font-family: pretendard-600;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  line-height: 3.4rem;
  color: #0c1c38;
  text-align: left;
  word-break: keep-all;
}

/* +/- toggle drawn with two bars */
.sulfaq__toggle {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
.sulfaq__toggle::before,
.sulfaq__toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.2rem;
  background: #0c1c38;
  border-radius: 0.2rem;
  transform: translate(-50%, -50%);
  transition: opacity .25s ease, transform .25s ease;
}
.sulfaq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sulfaq__item[data-open="true"] .sulfaq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* A panel */
.sulfaq__apanel {
  display: none;
  align-items: flex-start;
  gap: 1.6rem;
  background: #ffffff;
  padding: 2.4rem;
  border-radius: 0.8rem;
  width: 100%;
}
.sulfaq__item[data-open="true"] .sulfaq__apanel { display: flex; }

.sulfaq__abadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  flex-shrink: 0;
  border-radius: 9.9rem;
  background: #c99e67;
  color: #ffffff;
font-family: pretendard-700;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.sulfaq__atext {
  flex: 1 1 0;
  min-width: 0;
font-family: pretendard-400;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  line-height: 3.4rem;
  color: #0c1c38;
  word-break: keep-all;
}

.sulfaq__atext p {
  margin: 0;
}
.sulfaq__atext p + p,
.sulfaq__atext p + ul,
.sulfaq__atext ul + p,
.sulfaq__atext p + ol,
.sulfaq__atext ol + p {
  margin-top: 0;
}

.sulfaq__bullets,
.sulfaq__steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sulfaq__bullets li {
  position: relative;
  padding-left: 1.4rem;
}
.sulfaq__bullets li::before {
  content: '·';
  position: absolute;
  left: 0;
  font-weight: 700;
}
.sulfaq__steps {
  counter-reset: step;
  padding-left: 0;
}
.sulfaq__steps li {
  counter-increment: step;
  position: relative;
  padding-left: 2.4rem;
}
.sulfaq__steps li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  font-weight: 500;
}
@media (max-width: 1800px) {
	.sulfaq {
		padding: 12rem 4rem;
	}
}
@media (max-width: 1300px) {
	.sulfaq {
		padding: 10rem 3rem;
	}
}
@media (max-width: 991px) {
	.sulfaq__inner {
		width: 100%;
		max-width: 144rem;
		margin: 0 auto;
		display: flex;
		gap: 0rem;
		align-items: flex-start;
		flex-direction: column;
	}
	.sulfaq__head {
		position: relative;
		top: 0;
		width: 100%;
	}
	.sulfaq__list {
		width: 100%;
	}
}
/* ===== Mobile : max-width 767px (sulfaq_mo 375px 기준) ===== */
@media (max-width: 767px) {

  .sulfaq {
    padding: 5rem 2rem;
  }

  /* Inner stacks */
  .sulfaq__inner {
    flex-direction: column;
    gap: 3rem;
    align-items: stretch;
  }

  /* Head : full-width, no sticky */
  .sulfaq__head {
    flex: none;
    width: 100%;
    gap: 2rem;
    position: static;
    top: auto;
  }

  .sulfaq__head-top {
    gap: 0.8rem;
  }

  .sulfaq__eyebrow { display: none; }   /* mobile design hides eyebrow */

  .sulfaq__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .sulfaq__desc {
    gap: 0.6rem;
  }

  .sulfaq__desc-p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .sulfaq__desc-highlight {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .sulfaq__desc-note {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #3d4760;
  }

  /* CTA : full-width on mobile */
  .sulfaq__cta {
    align-self: stretch;
    width: 100%;
    padding: 1.6rem;
    gap: 0.8rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0;
  }

  /* FAQ list : white card style, gap 8 */
  .sulfaq__list {
    gap: 0.8rem;
  }

  .sulfaq__item {
    border-top: none;
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.4rem;
    gap: 1.4rem;
  }
  .sulfaq__item:last-child { border-bottom: none; }

  /* Q row */
  .sulfaq__qrow {
    align-items: flex-start;
    gap: 0.8rem;
  }

  .sulfaq__qbadge {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .sulfaq__qtext {
    font-family: pretendard-500;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  /* Toggle : smaller, 10×26 area */
  .sulfaq__toggle {
    width: 1rem;
    height: 2.6rem;
  }
  .sulfaq__toggle::before,
  .sulfaq__toggle::after {
    width: 1rem;
    height: 0.2rem;
  }

  /* A panel : flat with top divider, no bg */
  .sulfaq__apanel {
    background: transparent;
    padding: 1.4rem 0 0 0;
    border-top: 1px solid #eeeeee;
    border-radius: 0;
    gap: 0.8rem;
    align-items: flex-start;
  }

  .sulfaq__abadge {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .sulfaq__atext {
    font-family: pretendard-400;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #3d4760;
  }
}

/* ===== Optional reveal animation ===== */
.sulfaq .is-reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity .7s ease, transform .7s ease;
}
.sulfaq .is-reveal.is-in { opacity: 1; transform: none; }
