/* 기본 폰트/배경 */
body {
  margin: 0;
font-family: 'Pretendard';
  background:#ffffff;
  color:#222;
}


/* 공통 래퍼 */
.wrap {
 max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px 0px;
}


.east-img {
    width: 100%;     
    height: auto;    
    display: block;   
    margin-bottom: 50px;    
}

/* PC 기준 */
.pc-only { display: block; }
.mobile-only { display: none; }
.east-img:last-child {
    margin-bottom: 0;
}

/* 모바일 */
@media (max-width: 768px) {
    .pc-only { display: none; }
    .mobile-only { display: block; }
}
/* 비디오 PC/모바일 분리 
.video-pc {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.video-mobile {
  display: none;
  width: 100%;
}

@media (max-width: 768px) {
  .video-pc { display: none; }
  .video-mobile { display: block; }
}*/

/* ===== 섹션2 타이틀 ===== */
.partner-title {
  text-align:center;
  font-size:24px;

}
.partner-text {
  text-align:center;
  font-size:14px;
  color:#555;
}

/* ===== PC용 테이블 기본 ===== */
table {
  width: 100%;
  border-collapse: collapse;
  background:#fff;
  overflow: hidden;
    border-left: none;       
  border-right: none;
}

th, td {
  border: 1px solid #ddd;
  padding: 30px 8px;
  font-size: 20px;
  text-align: center;
}

th {
  background:#f4f6f9;
  font-weight:600;
}

table {
  margin-top: 50px;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}


@media (max-width: 768px) {
  table td, table th{
    border: none;
  }

  table, thead, tbody, th, td, tr {
    display: block;

  }

  table {
    border: none;
    background: transparent;
  }

  thead {
    display: none;  
  }

  tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  tr {
    background:#ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 10px 12px;
    border: none;
  }

  td {
    border: none;
    padding: 6px 6px 6px 126px;
    position: relative;
    font-size: 14px;
  }

  td::before {
    content: attr(data-label);  
    position: absolute;
    left: 10px;
    top: 6px;
    font-weight: 600;
    color:#555;
    font-size: 14px;
  }
}


.alan-banner {
  background: #0057FF;
  color: #FFFFFF;
  text-align: center;
  padding: 22px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: clamp(22px, 4vw, 36px);
}

.alan-footer {
  background: #EDEDED;
  padding: 26px 20px 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.alan-footer-left p {
  margin: 0 0 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alan-footer-left img {
  max-width: 80px;
}


.alan-footer-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 18px;     
  line-height: 1.5;
}


.alan-footer-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}


.alan-label {
  width: 80px;          
  flex-shrink: 0;      
  font-weight: 600;
  color: #555;
}


.alan-footer-row > div:last-child {
  flex: 1;
}


@media (max-width: 600px) {
  .alan-banner { font-size:17px; padding:16px 8px; }
  .alan-footer { align-items:flex-start; }
  .table{margin-top: 0;}
}

    .east-hero {
      padding: 0px 0 60px;
      text-align: center;
      background: #ffffff;
    }

   
    .east-img-pc {
      display: block;
      width: 1100px;    
      max-width: 100%;
      margin: 0 auto;
    }
    .east-img-mobile {
      display: none;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
    }

  
    @media (max-width: 768px) {
      .east-img-pc {
        display: none;
      }
      .east-img-mobile {
        display: block;
      }
      .east-hero {
        padding: 40px 0;
      }
      
    }
    .main {
  width: 100%;
  padding: 120px 20px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.container {
  width: 100%;
  text-align: center;
}

.partner-title h2 {
  font-size: 58px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f172a;
  word-break: keep-all;
  
}

.partner-text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  color: #475569;
  word-break: keep-all;
}


@media (max-width: 1024px) {


  .partner-title h2 {
    font-size: 44px;
  }

  .partner-text h3 {
    font-size: 17px;
  }
}


@media (max-width: 768px) {
  .main {
    padding: 20px 16px;
  }

  .partner-title h2 {
    font-size: 36px;
    line-height: 1.35;
  }

  .partner-text h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .partner-title{margin-top: 0; display: none;}
  .partner-text h3{display: none;}
}


@media (max-width: 480px) {
  .partner-title h2 {
    font-size: 26px;
  }


}
.pill-group {
  display: inline-flex;      
  flex-direction: column;   
  align-items: center;
  gap: 20px;
  margin: 0 auto;           
}


.pill-group .partner-title {
  font-size: 48px;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  width: 100%;              
}

.blue-pill {
   background: linear-gradient(180deg, #3b6cff, #2563eb);
  color: #ffffff;
  border-radius: 999px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);

  min-height: 80px;     
  padding: 0 50px;     
  display: flex;
  align-items: center;   
  justify-content: center; 

  margin: 0 auto;
  text-align: center;
  width: fit-content;    
  max-width: 90%;  
}
@media (max-width: 768px) {
  .partner-btn {
    width: 80px; 
    margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;


}


  .pill-group .partner-title {
    font-size: 28px;
  }

  .blue-pill {
    display: none;
    font-size: 18px;
    padding: 12px 24px;
    white-space: normal;
    text-align: center;
   
  }

}

.pc-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 768px) {
  .pc-only { display: none; }
  .mobile-only { display: block; }
  
  .wrap {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
  }

  .w{display: none;}
  .order-1 { order: 1; }
  .order-2 { order: 2; }
  .order-3 { order: 3; } 
  .order-4 { order: 4; }

  .alan-footer-right{font-size: 16px;}
}



html, body {
  max-width: 100%;
  overflow-x: hidden;
}


.section.main,
.main {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}


.blue-pill {
  max-width: 100%;
  white-space: normal;  
  word-break: keep-all;
}


.partner-text {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 16px; 
    flex-wrap: wrap;
    text-align: center;
    
}

.partner-btn {
    width: 240px; 
    padding: 12px 0;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;

}

.partner-btn:hover {
    background-color: #0069d9;
}
.east-img-01{}