.section {
    padding: 0;
    background:#f5f5f5;
}

.container {
    margin: 0 auto;
}

/* ���� 1 - �������� */
.intro-section {
  padding:0 40px;
  margin-bottom:50px;
}

.section img {
  width:100%;
}

.intro-image {
    width: 100%;
    max-width: 800px;
    height: 300px;
    object-fit: cover;
    margin: 0 auto 40px;
    display: block;
    border-radius: 8px;
}

.badge {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2E5F9E, #4A90E2);
    color: white;
    border-radius: 0 0 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 30px;
    box-shadow: 0 4px 15px rgba(46, 95, 158, 0.3);
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2E5F9E;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #4A90E2;
    margin-top: 15px;
}
.ttb {
  font-weight: normal !important;
  display: inline;
  line-height: 50px;
}
.ttbb {font-weight: bold;}
.ttb::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #4A90E2;
    margin-top: 20px;
}
.ttb span::after {
  display: none;
}
.requirement-list {
    list-style: none;
    max-width: 700px;
    padding-bottom:50px;
}

.requirement-list li, .s0402 {
    padding: 15px 0;
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    color: #2a2a2a;
    border-bottom: 1px solid #eee;
}

p.badgep {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 40px;
  padding-bottom:50px;
}

.requirement-list li:before {
    content: '\00B7';
    position: absolute;
    left: 0;
    color: #4A90E2;
    font-size: 24px;
    font-weight: bold;
}
.s0402 {
    padding: 15px 0;
    line-height: 35px;
    position: relative;
    font-size: 20px;
    color: #2a2a2a;
    border-bottom: 1px solid #eee;
}
/* ���� 2 - �������μ��� */
.process-section {
  padding:0 40px 40px 40px;
}

.process-image {
    width: 100%;
    max-width: 800px;
    height: 300px;
    object-fit: cover;
    margin: 0 auto 40px;
    display: block;
    border-radius: 8px;
}

.process-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #2E5F9E;
}
.process-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #4A90E2;
    margin-top: 15px;
}

.process-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin: 0 auto;
}

.process-step {
    background: linear-gradient(135deg, #2E5F9E, #4A90E2);
    color: white;
    padding: 40px 40px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(46, 95, 158, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(46, 95, 158, 0.4);
}

.step-number {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0.9;
}

.step-divider {
    width: 40px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    margin: 15px 0;
}

.step-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.step-subtitle {
    font-size: 16px;
    opacity: 0.8;
    margin-top: 5px;
}


.final-step {
    grid-column: 1 / -1;
    max-width: 900px;
    margin: 40px auto 0;
    background: white;
    border: 3px solid #4A90E2;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.final-step-circle {
    flex-shrink: 0;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #2E5F9E, #4A90E2);
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(46, 95, 158, 0.3);
}
.final-step2 {
  padding:20px;
  text-align: center;
}
.final-step22 {
    flex-shrink: 0;
    width: 80%;
    height: auto;
    margin:0 auto;
    background: linear-gradient(135deg, #2E5F9E, #4A90E2);
    color: white;
    border-radius: 55px;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(46, 95, 158, 0.3);
}
.final-step-content2 {color:#fff; font-size: 20px; line-height: 2;}
.final-step-content {
    flex: 1;
    color: #333;
    font-size: 20px;
    line-height: 1.8;
}
.arrow {
    position: relative;
    width: 100px;
    height: 80px;
    margin:0 auto;
}

/* ȭ��ǥ ���� */
.arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 60px;
    background: linear-gradient(135deg, #2E5F9E 0%, #2E5F9E 100%);
    border-radius: 0 0 5px 5px;
}

/* ȭ��ǥ �Ӹ� */
.arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #2E5F9E;
}

/* �׸��� ȿ�� */
.arrow-shadow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    filter: blur(5px);
}
.final-step-content strong {
    color: #2E5F9E;
}

/* ������ */
@media (max-width: 768px) {
    .sub_content .content .pathArea .titArea p {
      font-size: 28px;
  }
    .section {
        padding: 50px 20px;
    }
    .s02_tit {
      font-size: 22px !important;
    }
    .content section img {
       max-width: 100%;
       width: 100%;
       height: auto;
       display: block;
       margin: 0 auto;
   }
   .card-icon img {
     width:auto !important
   }

    .section-title,
    .process-title {
        font-size: 24px;
    }

    .process-flow {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .final-step {
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
    }

    .final-step-circle {
        width: 150px;
        height: 150px;
    }

    .process-step {
        padding: 40px 20px;
    }

    .requirement-list li {
        font-size: 16px;
        line-height: 20px;
    }
}

.pdb50 {padding-bottom: 50px;}
.mgt20 {margin-top:20px !important;}
