@charset "UTF-8";
#side_menu{display: none;}
#text_size{display: none;}
.write_btn_wrap{display: none;}

.partner-page {
  width: 100%;
}

/* =========================
   상단 이미지 영역
========================= */
.img-wrap {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  filter: brightness(0.8);
}

.img-wrap .txt-wrap{
  position: absolute;
  top: 40px;
  right: 60px;
  color: #fff;
  text-align: right;
}

.img-wrap .txt-wrap h1{
  font-size: 4.3vw;
  margin-bottom: 20px;
}

.img-wrap .txt-wrap span{
  display: block;
  font-size: 1.6vw;
  font-weight: 300;
}

/* =========================
   본문 영역
========================= */
.partner-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #222;
}

.partner-header h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.partner-header p {
  font-size: 18px;
  color: #555;
}

.partner-section {
  margin-top: 60px;
}

.partner-section h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.partner-section p,
.partner-section li {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.partner-section ul {
  padding-left: 20px;
}

.partner-section.highlight {
  background: #f7f8fa;
  padding: 30px;
  border-radius: 12px;
}

.partner-cta {
  margin-top: 80px;
  text-align: center;
}

.partner-cta p {
  font-size: 18px;
  margin-bottom: 24px;
}

.partner-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #111;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
}

/* =========================
   타이틀 포인트 바
========================= */
.partner-header h2,
.partner-section h3 {
  position: relative;
  padding-left: 16px;
}

.partner-header h2::before,
.partner-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: #dd443d;
  border-radius: 2px;
}

/* 문의 옵션 영역 */
.partner-inquiry-options {
  margin-top: 24px;
  display: none;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* 개별 문의 버튼 */
.partner-inquiry-options .inquiry-btn {
  padding: 12px 22px;
  border-radius: 24px;
  font-size: 15px;
  text-decoration: none;
  color: #222;
  background: #f1f1f1;
  transition: all 0.25s ease;
}

.partner-inquiry-options .inquiry-btn:hover {
  background: #111;
  color: #fff;
}

/* 채널별 포인트 */
.partner-inquiry-options .kakao { background: #ffe812; }
.partner-inquiry-options .phone { background: #e8f5e9; }
.partner-inquiry-options .email { background: #eef2f7; }

/* =========================
   반응형 (1200px 이하)
========================= */
@media (max-width: 1200px) {

  /* 상단 이미지 높이 줄이기 */
  .img-wrap {
    height: 220px;
  }

  /* 텍스트 위치 조정 */
  .img-wrap .txt-wrap{
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);width:100%;text-align: center;
  }

  /* 메인 타이틀 */
  .img-wrap .txt-wrap h1{
    font-size: 32px;
  }

  .img-wrap .txt-wrap span{
    font-size: 15px;
  }

  /* 본문 패딩 축소 */
  .partner-wrap {
    padding: 60px 20px;
  }

  .partner-header h2 {
    font-size: 26px;
  }

  .partner-header p {
    font-size: 16px;
  }

  .partner-section {
    margin-top: 48px;
  }

  .partner-section h3 {
    font-size: 20px;
  }

  .partner-section p,
  .partner-section li {
    font-size: 15px;
  }

  .partner-section.highlight {
    padding: 24px;
  }

  .partner-cta {
    margin-top: 60px;
  }

  .partner-cta p {
    font-size: 16px;
  }

  .partner-btn {
    font-size: 15px;
    padding: 12px 28px;
  }
}

@media(max-width:440px){
  .img-wrap .txt-wrap h1{font-size: 20px;}
  .img-wrap .txt-wrap span{font-size: 13px;}
}
