/* TTL 리뉴얼 — 퍼블리싱 미정의 페이지용 보충 스타일 */

/* WORK: 리스트 ~ 페이징 간격 축소 (퍼블 기본 200px/120px → 80px/60px) */
.content_work .work-list_magazine {
  padding-bottom: 80px;
}
.content_work .work-list_gallery {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .content_work .work-list_gallery {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .content_work .work-list_magazine {
    padding-bottom: 60px;
  }
}

/* Service — slogan (퍼블 서버에 있으나 common.css 미정의) */
.service-item__slogan {
  font-size: 16px;
  color: #888;
  margin-top: 16px;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.content--about,
.content--contact,
.content--contact-location,
.content--policy,
.content--recruit {
  --content-section-padding-bottom: 100px;
}

.content__page-title {
  font-size: clamp(32px, 7.3846153846vw + 4.3076923077px, 80px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  padding-block: 60px 80px;
}

/* About */
.about-section {
  padding-block: 60px;
}
.about-section + .about-section {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.about-section h3 {
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.about-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
}
.about-brand .brand-phase {
  margin-bottom: 40px;
}
.about-brand .brand-phase h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.about-brand .brand-phase p {
  color: #999;
}
.about-profile {
  padding-block: 60px;
}
.about-history .history-phase {
  margin-bottom: 40px;
}
.about-history .history-phase h4 {
  font-size: 20px;
  font-weight: 700;
  color: #f30e0e;
  margin-bottom: 12px;
}
.about-history .history-phase dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-history .history-phase dt {
  font-weight: 700;
  font-size: 16px;
}
.about-history .history-phase dd {
  font-size: 16px;
  color: #999;
}
.about-partners {
  padding-block: 60px;
}
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.partners-grid .partner-item {
  flex: 0 0 calc(25% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}
.partners-grid .partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .partners-grid .partner-item {
    flex: 0 0 calc(33.333% - 14px);
  }
}
@media (max-width: 767px) {
  .partners-grid .partner-item {
    flex: 0 0 calc(50% - 10px);
  }
}

/* Service */
.service-list {
  display: flex;
  flex-direction: column;
}

/* Contact form */
.contact-hero {
  padding-block: 60px 40px;
}
.contact-hero h2 {
  font-size: clamp(32px, 7.3846153846vw + 4.3076923077px, 80px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.contact-form {
  padding-block: 40px 100px;
}
.contact-form__group {
  margin-bottom: 24px;
}
.contact-form__group label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-form__group input[type="text"],
.contact-form__group input[type="email"],
.contact-form__group input[type="tel"],
.contact-form__group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #444;
  background: transparent;
  color: inherit;
  border-radius: 0;
}
.contact-form__group textarea {
  min-height: 200px;
  resize: vertical;
}
.contact-form__row {
  display: flex;
  gap: 20px;
}
.contact-form__row .contact-form__group {
  flex: 1;
}
.contact-form__captcha {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form__agree {
  margin-block: 24px;
  font-size: 14px;
  color: #999;
}
.contact-form__agree summary {
  cursor: pointer;
  font-weight: 700;
  color: #ccc;
}
.contact-form__submit {
  padding-top: 20px;
}
.contact-form__submit input[type="submit"] {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding-inline: 40px;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  color: inherit;
  border: 1px solid rgba(255,255,255,0.7);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.contact-form__submit input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    gap: 0;
  }
}

/* Location */
.location-section {
  padding-block: 40px;
}
.location-section h2 {
  font-size: clamp(32px, 7.3846153846vw + 4.3076923077px, 80px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.location-map__container {
  width: 100%;
  aspect-ratio: 16/9;
}
.location-map__container iframe {
  width: 100%;
  height: 100%;
}
.location-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.location-info__item {
  display: flex;
  gap: 20px;
}
.location-info__item dt {
  flex-shrink: 0;
  width: 80px;
  font-weight: 700;
  font-size: 16px;
}
.location-info__item dd {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
}

/* Policy */
.policy-text {
  padding-block: 40px 100px;
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
}

/* Careers Life at TTL */
.careers-hero {
  padding-block: 60px 40px;
}
.careers-hero h2 {
  font-size: clamp(32px, 7.3846153846vw + 4.3076923077px, 80px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.careers-section {
  padding-block: 40px;
}
.careers-section h3 {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  margin-bottom: 20px;
}
.careers-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
}
.careers-cta {
  text-align: center;
  padding-block: 60px;
}

/* Recruit */
.recruit-hero {
  padding-block: 60px 40px;
}
.recruit-hero h2 {
  font-size: clamp(32px, 7.3846153846vw + 4.3076923077px, 80px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.recruit-list {
  padding-block: 40px;
}
.recruit-list__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.recruit-list__item {
  padding-block: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.recruit-list__item-title {
  font-size: 20px;
  font-weight: 700;
}
.recruit-list__item-meta {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
}
.recruit-faq {
  padding-block: 40px 100px;
}
.recruit-faq__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.recruit-faq__item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.recruit-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 20px;
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.recruit-faq__answer {
  display: none;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #999;
}
.recruit-faq__item.is-open .recruit-faq__answer {
  display: block;
}

/* blog-list for work (dark mode reuse of careers styling) */
.content--work .blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 40px;
  padding-bottom: 120px;
}
.content--work .blog-list > li {
  flex: 1 1 calc(50% - 20px);
  min-width: 0;
}
.content--work .blog-item__date {
  margin-top: 18px;
  color: #888;
  font-size: 16px;
  line-height: 1.2;
}
.content--work .blog-list__empty {
  padding: 60px 0;
  text-align: center;
  color: #888;
  flex: 1 1 100%;
}
@media (max-width: 1024px) {
  .content--work .blog-list > li {
    flex: 1 1 100%;
  }
}

/* gallery-item__sup for work */
.gallery-item__sup {
  font-size: 14px;
  color: #888;
  margin-bottom: 4px;
}
