/* =========================
   SECTION
========================= */
.contact-info-section {
  padding: 80px 20px;
  background: #fff;
}

.contact-info-layout {
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}

/* =========================
   TABLE
========================= */
.contact-info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #0b4ea2;
}

.contact-info-table tr {
  border-bottom: 1px solid #ddd;
}

.contact-info-table th {
  width: 240px;
  background: #f5f7fa;
  padding: 24px;

  text-align: left;
  vertical-align: middle;

  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.contact-info-table td {
  padding: 24px;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}

.contact-info-table td strong {
  display: inline-block;
  margin-right: 10px;
  color: #0b4ea2;
}

.contact-info-table td a {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
}

/* =========================
   BUTTON
========================= */
.contact-btn-wrap {
  margin-top: 28px;
}

.contact-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 260px;
  height: 50px;
  padding: 0 32px;

  background: #0b4ea2;
  border: 1px solid #0b4ea2;

  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;

  transition: .2s ease;
}

.contact-main-btn::after {
  content: "→";
  margin-left: 10px;
}

.contact-main-btn:hover {
  background: #fff;
  color: #0b4ea2;
}

/* =========================
   SIDE
========================= */
.side-content {
  position: sticky;
  top: 120px;
}

.image-link-card {
  display: block;
  border: 1px solid #ddd;
  text-decoration: none;
  background: #fff;
  transition: .2s ease;
}

.image-link-card img {
  width: 100%;
  display: block;
}

.image-link-card span {
  display: block;
  padding: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
}

.image-link-card:hover {
  border-color: #0b4ea2;
}

.side-text {
  margin-top: 18px;
}

.side-text p {
  font-size: 13px;
  line-height: 2;
  color: #666;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

  .contact-info-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .side-content {
    position: static;
  }

  .contact-info-table th,
  .contact-info-table td {
    display: block;
    width: 100%;
  }

  .contact-info-table th {
    padding: 14px 16px;
  }

  .contact-info-table td {
    padding: 16px;
  }

  .contact-info-table td a {
    font-size: 20px;
  }

  .contact-main-btn {
    width: 100%;
  }

  .image-link-card {
    max-width: 320px;
    margin: 0 auto;
  }

  .side-text {
    text-align: center;
  }
}























.contact-message {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
}

.message-notice {
    color: #c10811;
}

.essential {
    background: #c10811;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 10px;
}

.contact-area {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto;
    padding: 60px 40px;
    box-sizing: border-box;
}

.contact-table {
    width: 100%;
}

.table-list {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.table-list th {
    width: 250px;
    text-align: left;
    font-size: 14px;
    padding-top: 12px;
}

.table-list td {
    flex: 1;
}

.input-area,
textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    transition: .3s;
    font-size: 14px;
}

.input-area {
    height: 48px;
    padding: 0 15px;
}

textarea {
    min-height: 220px;
    padding: 15px;
    resize: vertical;
}

.input-area:focus,
textarea:focus {
    outline: none;
    border-color: #c10811;
}

input::placeholder,
textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}

.error-message {
    display: none;
    color: #c10811;
    font-size: 12px;
    margin-top: 8px;
}

.input-error {
    border: 2px solid #c10811 !important;
    background: #fff5f5;
}

.contact-area .text {
    text-align: center;
    margin-bottom: 50px;
}

.contact-area .text a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.submit-button {
    display: block;
    margin: 50px auto 0;
    background: #e4eeef;
    border: none;
    padding: 18px 80px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
}

.submit-button:hover {
    opacity: .8;
}

@media(max-width:834px) {

    .contact-area {
        padding: 40px 20px;
    }

    .table-list {
        flex-direction: column;
        gap: 10px;
    }

    .table-list th {
        width: 100%;
        padding-top: 0;
    }

    .contact-message,
    .contact-area .text {
        text-align: left;
    }
}













.privacy-area {
    max-width: 1200px;
    margin: 15px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.privacy-box li {
    margin-bottom: 6px;
}

.company-info {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 20px;
}

.company-info p {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
}

.company-info span {
    min-width: 70px;
    font-weight: bold;
    color: #111;
}

.policy-date {
    text-align: right;
    font-size: 12px;
    color: #777;
    margin-top: 30px;
}

@media(max-width:834px) {

    .privacy-area {
        padding: 50px 20px;
    }

    .privacy-title {
        font-size: 26px;
    }

    .privacy-message {
        text-align: left;
        font-size: 13px;
        margin-bottom: 30px;
    }

    .privacy-box,
    .privacy-company-box {
        padding: 22px 18px;
    }

    .privacy-box h2,
    .privacy-company-box h2 {
        font-size: 16px;
    }

    .privacy-box p,
    .privacy-box li,
    .company-info p {
        font-size: 13px;
    }

    .company-info p {
        display: block;
    }

    .company-info span {
        display: block;
        margin-bottom: 4px;
    }

    .policy-date {
        text-align: left;
    }
}