/* -------------------------------
   건강똑똑 신청안내 페이지 about.css  
-------------------------------- */
.section.about {
  padding: 0px 0;
  margin: 68px 0 120px;
}
.about > * {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}
.gdkk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}
.gdkk-about__text {
	padding-top: 83px;
}
.gdkk-eyebrow {
 	height: 31px;
	font-family: 'SUIT';
	font-style: normal;
	font-weight: var(--fw-700);
	font-size: 22px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: var(--primary);
	margin-bottom: 20px;
}
.gdkk-h2  {
	display: flex;
	flex-direction: column;	                                                         
	margin-bottom: 24px;
}
.gdkk-h2 p {
	height: 43px;	
	font-weight: var(--fw-400);
	font-size: 31px;
	line-height: 140%;
	/* or 43px */
	letter-spacing: -0.02em;
	color: var(--text);
}
.gdkk-h2 h2 {
	height: 48px;
	font-style: normal;
	font-weight: var(--fw-700);
	font-size: 34px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: var(--text);
}
 
.gdkk-desc { 
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: var(--text);
}

.gdkk-about {
  padding: 0 0 76px;
}
.gdkk-about__cols {
  display: grid;
  grid-template-columns: 511px 624px;
  gap: 98px;
  align-items:flex-start;
}
.gdkk-about__media {
  margin: 0;
}
.gdkk-about__media img {
  width: 100%;
  aspect-ratio: 624/420;
  object-fit: cover;
  border-radius: 4px;
}
/* ---------- full ---------- */
.gdkk-apply-h  {
	display: flex;
	align-items: center;
	flex-direction: column;	   
	height: 45px;
	font-weight: var(--fw-700);
	font-size: 32px;
	line-height: 140%;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--text);
}
.gdkk-apply {  
  background: var(--bg-red);
  padding: 72px 0 76px;
  position: relative;
}
.gdkk-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 52px 0 56px;
  padding: 0;
  list-style: none;
}
.gdkk-step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: var(--white);  
  border-radius: 16px;
  height: 289px;
  padding-top: 32px;

}
.gdkk-step__num {
  width: 36px;
	height: 36px;
}
.gdkk-step__icon {
 padding: 16px 0 13px;
}
.gdkk-step__icon img {
  width: 100px;
  height: 100px;
}
.gdkk-step__title {
  margin: 0px 0 6px;
	height: 34px;
	font-weight: var(--fw-700);
font-size: 24px;
line-height: 140%;
color: var(--grey-39);	
}
.gdkk-step__desc {
  margin: 0;
  color: var(--grey-91);
	height: 22px;
	font-weight: var(--fw-500);
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: -0.02em;
}
.gdkk-apply__help {
      margin: 56px 0 0;
}
.howto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.infotime {
    display: flex;
    flex-direction: column;
    width: 572px;
    height: 92px;
    gap: 8px;
	 flex: 0 0 auto;    
	  flex-shrink: 0;    
	  box-sizing: border-box;
}
.infotime .iftime {
    display: flex;
    flex-direction: row;
    gap: 27px;
    justify-content: flex-start;
    height: 34px;
}
.infotime .iftime span{    
    font-weight: var(--fw-700);
    font-size: 24px;
    line-height: 140%;
    color: var(--grey-39);
}
.infotime .iftime span.point{    
    color: var(--primary-50);
}
.infotime .ifsc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 50px;
    font-weight: var(--fw-500);
    font-size: 18px;
    line-height: 140%;
    color: var(--grey-39);
}
.infotime .sub {
	font-weight: var(--fw-400);
    color: var(--grey-91);
}
.apply__btn {
	display: flex;
	gap:8px;
}
.howto .formlbtn {
    border-radius: 10px;
    width: 276px;
    height: 56px;
    font-weight: var(--fw-600);
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
	background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.howto .callbtn {
    border-radius: 10px;
    width: 276px;
    height: 56px;
    font-weight: var(--fw-600);
    font-size: 20px;
    line-height: 24px;
    color:var(--primary);
	background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------- FAQ (Accordion) ---------- */
.gdkk-faq {
  padding: 72px 0 0;
  background: #fff;
}
.gdkk-accordion {
  margin-top: 52px;
}
.gdkk-acc:first-child {
	border-top: 1px solid var(--black);
}
.gdkk-acc {
  border-top: 1px solid var(--grey-d5);
  background:  var(--white);
  margin-bottom: 0px;
}
.gdkk-acc:last-child {
	border-bottom: 1px solid var(--grey-d5);
}
.gdkk-acc[open] {
 	background-color: var(--grey-f4);
}
.gdkk-acc__sum {
	background:  var(--white);
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 24px 0px 24px 20px;
  cursor: pointer;
  position: relative;
  font-weight:var(--fw-600);
  color: var(--text);
}
.gdkk-acc__sum div {
	display: flex;	
	gap: 20px;	
}
.gdkk-acc__sum span {
	height: 33px;
	font-weight: var(--fw-600);
	font-size: 22px;
	line-height: 148%;
	color: var(--text);
	flex: 0 0 auto;   
  flex-shrink: 0;  
}
.gdkk-acc__sum::-webkit-details-marker {
  display: none;
}
.gdkk-acc__sum::after {
  content:"";
  display:inline-block;
  inline-size: 81.34px;         
  block-size: 26.25px;           
  background-image: url('/ddok/img/arr_toggle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;       
}
.gdkk-acc[open] .gdkk-acc__sum::after {
 background-image: url('/ddok/img/arr_toggle_d.svg');
}
.gdkk-acc__sum:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.gdkk-acc__panel {
  padding: 28px 32px;
  border-top: 1px solid var(--grey-d5);
  color: var(--grey-59);
	font-weight: var(--fw-500);
	font-size: 18px;
	line-height: 168%;

}