/* 공통 레이아웃 -------------------------------------------------- */
.section.about {
  padding: 40px 0 120px;
}

.gdkk-container {
  max-width: 600px;
  margin-inline: auto;
}

/* About us ------------------------------------------------------ */

.gdkk-about {
  padding-block: 0px 0px 0px;
}

.gdkk-about__cols {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}

.gdkk-about__text {
  display: flex;
  flex-direction: column;
  padding: 0 26px;
}

.gdkk-eyebrow {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: var(--fw-700);
  color: var(--primary, #bb0842);
  font-family: var(--ff-sans-suit);
}

.gdkk-h2 p {
  margin: 0 0 10px;
  font-size: 32px;
	line-height: 120%;
  font-weight: var(--fw-400);
  color: var(--text);
}

.gdkk-h2 h2 {
  margin: 0 0 28px;
  font-size: 32px;
	line-height: 120%;
  font-weight:  var(--fw-700);
  color: var(--text);
}

.gdkk-desc {
  margin: 0;
  font-weight: var(--fw-400);
  font-size: 18px;
  line-height: 140%;
  color: var(--grey-59);
}

.gdkk-about__figure {
  margin: 0;
  width: 100%;
	aspect-ratio: 590 / 397; 
  border-radius: 0px;
  overflow: hidden;
}

.gdkk-about__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 신청절차 영역 --------------------------------------------------- */
section.gdkk-apply{ 
	background: var(--bg-red);
	padding: 48px 16px 52px; 
}
.gdkk-apply-h{	
	font-weight: var(--fw-700);
	font-size: 28px;
	line-height: 140%;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--text);
}

.gdkk-howto {
  margin-top: 72px;
  padding: 56px 0 64px;
  background: #fff5f5; /* 시안의 연핑크 배경 */
}

.gdkk-howto__title {
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #111;
}

.gdkk-steps {
  display: flex;
  flex-direction: column;   
  gap: 12px;
  margin-top: 24px;
}

.gdkk-step {
  position: relative;
    display: flex;
    flex-direction: column;
	gap:14px;
    justify-content: flex-start;
    align-items: center;
    background: var(--white);
    border-radius: 16px;
    padding: 32px 36px;
}
.gdkk-step-top { 
	display: flex;
    flex-direction: column;
	gap:24px;
    justify-content: center;
    align-items: center;
}
.gdkk-step-bottom{ 
	display: flex;
    flex-direction: column;
	gap:4px;
    justify-content: center;
    align-items: center;
}
.gdkk-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--primary, #bb0842);
}

.gdkk-step__icon {
  display: block;
  margin: 0 auto;
}

.gdkk-step__title {
  margin: 0 0px;
  font-size: 24px;
  font-weight: var(--fw-700);
  color: var(--grey-39);
}

.gdkk-step__desc {  
	font-weight: var(--fw-500);
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--grey-91);
}
.gdkk-apply__help {
	padding: 28px 0 0;
}
.gdkk-apply__help .howto {
	display: flex;
	flex-direction: column;
    gap: 32px;
}
.infotime {
    display: flex;
    flex-direction: column;
    gap: 8px;
	 box-sizing: border-box;
}
.infotime .iftime {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    height: 28px;
}
.infotime .iftime span{    
    font-weight: var(--fw-700);
    font-size: 20px;
    line-height: 140%;
    color: var(--grey-39);
}
.infotime .iftime span.point{    
    color: var(--primary-50);
}
.infotime .ifsc {
    display: flex;
    flex-direction: column;
    font-weight: var(--fw-500);
    font-size: 18px;
    line-height: 140%;
    color: var(--text);
    gap:4px;
}
.infotime .sub { 
	font-size: 16px;
	font-weight: var(--fw-400);
    color: var(--grey-91);
}
.apply__btn {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.apply__btn .btn {
	max-height: 52px;
	border-radius: 10px;
}

.formlbtn {
	padding: 16px 0;
	font-weight: var(--fw-600);
    background:  var(--primary); 
    color: var(--white); 
    font-size: 17px;
}
.apply__btn .callbtn {
	padding: 16px 0;
	font-weight: var(--fw-600);
    background: var(--white); 
    color: var(--primary);
    font-size: 17px;
}
/* 문의/CTA ------------------------------------------------------- */

.gdkk-cta {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 24px;
  align-items: center;
}

.gdkk-cta__info {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.gdkk-cta__info strong {
  color: var(--primary, #bb0842);
  font-weight: 700;
}

.gdkk-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gdkk-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 8px;
  border: 0;
  background: var(--primary, #bb0842);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.gdkk-btn-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
  color: #bb0842;
  font-size: 14px;
  font-weight: 600;
}

/* FAQ ------------------------------------------------------------ */

.gdkk-faq {
  padding: 48px 0 0;
}

.gdkk-faq__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: var(--fw-700);
  text-align: center;
  color: var(--text);
}
.gdkk-accordion { 
	margin: 24px 16px 0;
}
.gdkk-acc {
  border-top: 1px solid var(--line-d5);
}
.gdkk-acc:first-child {
  border-top: 1px solid var(--black);
}
.gdkk-acc:last-child {
  border-bottom: 1px solid var(--line-d5);
}
.gdkk-acc__item {
  border-bottom: 1px solid var(--line-d5);
  background: #fff;
}

.gdkk-acc__sum {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.gdkk-acc__sum div{
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.gdkk-acc__sum div .gdkk-acc__q {
	padding-top: 2px;	
}
.gdkk-acc__sum div span {	
	padding-top: 0.5px;
	font-weight: var(--fw-600);
	font-size: 20px;
	line-height: 148%;
	color: var(--text);
}

.gdkk-acc__badge {
  flex: 0 0 auto;
  inline-size: 28px;
  block-size: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary, #bb0842);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.gdkk-acc__label {
  flex: 1 1 auto;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.gdkk-acc__icon {
  flex: 0 0 auto;
  font-size: 16px;
  color: #999;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

/* 열렸을 때 아이콘 회전용 클래스는 JS에서 토글 */
.gdkk-acc__item.is-open .gdkk-acc__icon {
  transform: rotate(180deg);
}
.gdkk-acc__sum::after {
  content:"";
  display:inline-block;
  inline-size: 37.34px;         
  block-size: 26.25px;           
  background-image: url('https://m.health.chosun.com/ddok/img/arr_toggle.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.gdkk-acc[open] .gdkk-acc__sum::after {
 background-image: url('https://m.health.chosun.com/ddok/img/arr_toggle_d.svg');
}
.gdkk-acc__panel {
  padding: 20px 16px; 
  font-size: 18px;
  line-height: 148%;
  font-weight: var(--fw-400);
  color: var(--grey-59);
	box-sizing: border-box;
	background: var(--grey-f4, #F4F4F4);
	border-top: 1px solid var(--grey-59, #595959);
}


