.sub-inner {
  padding: 100px 0 0;
}
.sub-visual {
  padding-top: 35px;
  padding-bottom: 70px;
}
.sub-visual h2 {
  font-size: 36px;
  font-weight: 700;
}
.sub-visual p {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.sub-content {
  border-top: 1px solid #eeeeee;
  padding-top: 70px;
  padding-bottom: 110px;
  min-height: 608px;
}
.apple-partner .sub-content {
  padding: 120px 0 100px;
}
.sub-content h2 {
  font-size: 36px;
  font-weight: 700;
}
.sub-content .sub-lead {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 500;
}





/* ¹®ÀÇÇÏ±â */
.inquiry-wrap {
  display: flex;
  gap: 80px;
}

/* ÁÂÃø */
.inquiry-search {
  width: 455px;
  min-height: 747px;
  padding: 50px 40px;
  border-radius: 20px;
  background: #f6f6f6;
}
.inquiry-title {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.inquiry-desc {
  margin-bottom: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.inquiry-desc strong {
  color: #50B848;
}
.inquiry-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inquiry-form label {
  font-size: 16px;
  font-weight: 500;
}
.select-wrap {
  position: relative;
  width: 100%;
}
.select-wrap select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 12px;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #333;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrap select:disabled {
  background: #eaeaea;
  cursor: not-allowed;
}
.select-wrap .arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1C1B1F;
  border-bottom: 2px solid #1C1B1F;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.select-wrap select:disabled + .arrow {
  border-color: #a3a3a3;
}
.btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  margin: 40px auto 0;
  border-radius: 50px;
  background: #50B848;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease;
}
.btn-search:hover {
  background: #3da536;
}

/* ¿ìÃø */
.inquiry-result {
  flex: 1;
  padding-top: 5px;
}
.inquiry-table {
  width: 100%;
  border-collapse: collapse;
}
.inquiry-table thead tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #f6f6f6;
}
.inquiry-table th,
.inquiry-table td {
  padding: 18px 13px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.inquiry-table th {
  font-weight: 700;
}
.inquiry-table tbody tr {
  border-bottom: 1px solid #a3a3a3;
}



/* ÆÄÆ®³Ê½º */
.apple-partner {
  background: #fff;
}
.apple-partner .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.partner-visual {
  height: 500px;
  padding: 80px;
  color: #fff;
  background: url('../images/apple-partner-visual.png') center/cover no-repeat;
}
.partner-visual .partners-ico {
  display: block;
  width: 200px;
  height: 23px;
  background: url('../images/main-ico-business.svg') no-repeat center / contain;
}
.partner-visual h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin: 30px 0 16px;
}
.partner-visual p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.quick-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.quick-card {
  height: 300px;
  background: #F2F2F7;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.quick-text {
  padding: 80px;
}
.quick-text strong {
  font-size: 32px;
  font-weight: 700;
}
.quick-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.work-card {
  margin-top: 20px;
  background: #F2F2F7;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 32px 80px;
}
.work-info {
  width: 40%;
}
.work-info h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.work-info p {
  font-size: 16px;
  font-weight: 400;
}
.work-image img {
  width: 100%;
}
.business-section {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 590px 1fr;
  gap: 60px;
  align-items: center;
}
.business-image {
  width: 590px;
  height: 450px;
  border-radius: 30px;
}
.business-image img {
  width: 100%;
  /* border-radius: 18px; */
}
.business-content h3,
.mdm-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.mdm-content h3 span {
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.business-content p,
.mdm-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}
.business-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.business-section .business-links a {
  padding: 8px 20px;
  background: #E5F6F3;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.mdm-section .business-links a {
  padding: 8px 20px;
  background: #E3F3FA;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.mdm-section {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 590px;
  gap: 60px;
  align-items: center;
}
.iru-card {
  width: 590px;
  height: 450px;
  border-radius: 30px;
  background: #E3F3FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iru-card img {
  width: 75%;
}
.compare-wrap {
  padding: 100px 0;
  background: #F2F2F4;
}
.compare-wrap h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
}
.compare-wrap h3 span {
  font-weight: 700;
}
.compare-table {
  padding: 0 170px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
  table-layout: fixed;
}
.compare-table td {
  height: 54px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}
.contact-section {
  padding: 120px 0;
}
.contact-banner {
  height: 200px;
  border-radius: 20px;
  background: url('../images/apple-partner-email.png') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.contact-badge {
  background: #fff;
  border-radius: 50px;
  padding: 7px 30px;
  font-size: 20px;
  font-weight: 700;
}
.contact-banner strong {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/* ¹è³Ê ¼öÁ¤»çÇ× */
.banner-section {
  position: relative;
  width: 1180px;
  min-width: 1180px;
  margin: 0 auto 120px;
}
.banner-section .txt-wrap {
  display: flex;
  gap: 100px;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  color: #fff;
}
.banner-txt {
  letter-spacing: -2%;
}
.banner-txt p {
  font-size: 18px;
}
.banner-txt p strong {
  font-size: 28px;
}
.banner-txt p + p {
  margin-top: 16px;
}
.banner-section .img-wrap {
  height: 320px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.banner-section .img-wrap img {
  max-width: 100%;
}
.banner-section .partners-ico {
  display: block;
  width: 250px;
  height: 28px;
  background: url('../images/main-ico-business.svg') no-repeat center / contain;
}





@media (max-width: 480px) {
  .sub-inner {
    padding: 50px 0 0;
  }
  .sub-visual {
    padding: 40px 20px 56px 20px;
  }
  .sub-visual h2 {
    font-size: 28px;
  }
  .sub-visual p.sub-breadcrumb {
    display: none;
    font-size: 28px;
  }
  .sub-content {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .apple-partner .sub-content {
    padding: 0 20px 80px;
  }
  .sub-content .sub-lead {
    font-size: 20px;
  }
  .pagination span.page-numbers {
    margin: 0 16px;
  }


  /* ¹®ÀÇÇÏ±â */
  .inquiry-wrap {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px 0;
  }
  .inquiry-search {
    width: 100%;
    min-height: auto;
    padding: 30px;
    border-radius: 16px;
  }
  .inquiry-title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
  }
  .inquiry-desc {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .inquiry-form label {
    font-size: 14px;
  }
  .select-wrap select {
    height: 44px;
    font-size: 16px;
    font-weight: 300;
  }
  .select-wrap .arrow {
    right: 16px;
  }
  .btn-search {
    width: 100px;
    height: 44px;
    margin-top: 30px;
    font-size: 16px;
  }
  .inquiry-result {
    width: 100%;
    overflow-x: auto;
    padding-top: 0;
  }
  .inquiry-table {
    /* min-width: 360px; */
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .inquiry-table th,
  .inquiry-table td {
    padding: 14px 10px;
    font-size: 14px;
    width: calc(100% - 120px);
  }
  .inquiry-table th:first-child,
  .inquiry-table td:first-child {
    width: 120px;
  }


  /* ÆÄÆ®³Ê½º */
  .partner-visual {
    height: 450px;
    padding: 80px 20px;
    background: url(../images/apple-partner-visual-mo.png) center / cover no-repeat;
  }
  .partner-visual .partners-ico {
    width: 160px;
    height: 20px;
  }
  .partner-visual h2 {
    font-size: 25px;
  }
  .partner-visual p {
    font-size: 14px;
  }
  .quick-card-group {
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
  }

  .quick-card {
    height: 180px;
    border-radius: 20px;
  }
  .quick-text {
    padding: 30px;
  }
  .quick-text strong {
    font-size: 22px;
  }
  .quick-image img {
    height: 180px;
  }
  .work-card {
    border-radius: 20px;
    padding: 0;
    flex-direction: column;
  }
  .work-info {
    padding: 40px 30px 0 30px;
    width: 100%;
  }
  .work-info h3 {
    font-size: 22px;
  }
  .work-info p {
    font-size: 15px;
  }
  .work-image img {
    padding: 40px 0 40px 40px;
  }

  .business-section {
    display: flex;
    grid-template-columns: none;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .business-image {
    width: 100%;
    height: 244px;
  }
  .business-content h3,
  .mdm-content h3 {
    font-size: 25px;
  }
  .business-content p,
  .mdm-content p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .business-section .business-links a {
    font-size: 15px;
  }

  .mdm-section {
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
    gap: 40px;
  }
  .iru-card {
    width: 100%;
    height: 244px;
  }
  /* .iru-card img {
    width: 75%;
  } */
  .mdm-section .business-links a {
    font-size: 15px;
  }

  .compare-wrap {
    padding: 80px 20px 50px 20px;
    background: #F2F2F4;
  }
  .compare-wrap h3 {
    font-size: 22px;
  }
  .compare-table,
  .compare-table tbody,
  .compare-table tr {
    display: block;
  }
  .compare-table {
    border-spacing: 0;
    padding: 0;
  }
  .compare-table tr {
    margin-bottom: 10px;
  }
  .compare-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contact-section {
    padding: 80px 20px;
  }
  .contact-banner {
    height: 160px;
    border-radius: 30px;
    flex-direction: column;
    gap: 24px;
  }
  .contact-badge {
    padding: 6px 30px;
    font-size: 18px;
  }
  .contact-banner strong {
    font-size: 20px;
  }
  
  /* ¼öÁ¤»çÇ× */
  .banner-section {
    min-width: auto;
    width: 100%;
    margin-bottom: 80px;
  }
  .banner-section .txt-wrap {
    position: static;
    top: auto;
    transform: none;
    color: #555;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 30px;
  }
  .banner-txt p {
    font-size: 16px;
    color: #555;
  }
  .banner-txt p + p {
    margin-top: 10px;
  }
  .banner-txt p strong {
    color: #333;
    font-size: 20px;
  }
  .banner-section .img-wrap {
    height: 160px;
    margin-bottom: 0;
  }
  .banner-section .img-wrap img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 20px;
  }
  .banner-section .partners-ico {
    width: 160px;
    height: 20px;
  }
}

/* ==========================================
   Apple ½ÅÁ¦Ç° ÀüÃ¼ µå·¡±× ÆË¾÷ ½ºÅ¸ÀÏ
=========================================== */
.promo-popup-wrap {
    position: fixed;
    top: 100px;
    left: 100px;
    width: 90%;
    max-width: 500px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: move; /* ÆË¾÷ ÀüÃ¼¿¡ ÀÌµ¿ Ä¿¼­ Àû¿ë */
    user-select: none; /* µå·¡±× Áß ÅØ½ºÆ® ¼±ÅÃ ¹æÁö */
}

.promo-popup-header {
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.promo-popup-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.promo-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.promo-slides {
    display: flex;
    transition: transform 0.4s ease;
}

.promo-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.promo-slide img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer; /* Å¬¸¯ Ä¿¼­ Ãß°¡ */
}

.promo-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    z-index: 10;
    padding: 0;
}

.promo-nav-btn.prev { left: 10px; }
.promo-nav-btn.next { right: 10px; }

.promo-dots {
    margin: 15px 0;
    text-align: center;
    cursor: default; /* µå·¡±× ¿µ¿ª Á¦¿Ü */
}

.promo-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s;
}

.promo-dot.active { background: #333; }

.promo-popup-footer {
    background: #313031;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    cursor: default; /* ÇÏ´Ü ¿µ¿ªÀº ±âº» Ä¿¼­ */
}

.promo-today-close {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.promo-close-btn {
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 480px) {
    .promo-popup-wrap {
        width: 90%;
        max-width: none;
        top: 50px;
        left: 5%;
        
    }
}