.phd {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  padding: 80px 0 40px 0;
  justify-content: center;
}

.phd-link {
  display: flex;
  align-items: center;
}

.phd-text {
  line-height: 24px;
  letter-spacing: 0.64px;
  margin-right: 24px;
}

.phd-titlebox {
  text-align: center;
  margin-bottom: 40px;
}

.phd-title {
  color: var(--title-text-light-blue);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.6px;
  margin: 0;
}

/* ========================================================================== */
/* phd-1 (Admission Category) */
/* ========================================================================== */

.phd-1 {
  padding: 80px 160px;
}

.phd-1-section-title {
  color: var(--title-text-light-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

.phd-1-table-wrapper {
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}

.phd-1-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  min-width: 327px;
}

.phd-1-table.is-selection {
  min-width: 640px;
}

.phd-1-table th,
.phd-1-table td {
  border: 1px solid #009CE2;
  padding: 15px 10px;
  line-height: 24px;
  letter-spacing: 0.64px;
  vertical-align: middle;
}

.phd-1-table thead th {
  background-color: #009CE2;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.phd-1-table .th-divider {
  border-right: 1px solid #fff !important;
}

.phd-1-table tbody td {
  text-align: center;
}

.phd-1-table .th-center {
  text-align: center;
}

.phd-1-table .td-left {
  text-align: left;
  padding-left: 20px;
}

.phd-1-annotation {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.phd-1-annotation li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
  margin-bottom: 4px;
  padding-left: 2em;
  position: relative;
}

.phd-1-annotation li::before {
  content: attr(data-mark);
  position: absolute;
  left: 0;
}

.phd-1-blue-line {
  border-top: 1px solid #009CE2;
  margin: 40px 0;
}

.phd-1-request-box {
  line-height: 1.8;
  margin-bottom: 30px;
}

/* ========================================================================== */
/* phd-2 (Schedule) */
/* ========================================================================== */

.phd-2 {
  padding: 80px 160px;
}

.phd-2-schedule-box {
  background-color: #F3F9FC;
  border-radius: 24px;
  padding: 60px 80px;
}

.phd-2-schedule-list {
  margin: 0;
  padding: 0;
}

.phd-2-schedule-item {
  display: flex;
  padding: 13px 0;
  border-bottom: 1px solid #009CE2;
}

.phd-2-schedule-label {
  width: 35%;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  margin-left: 24px;
}

.phd-2-schedule-value {
  width: 65%;
  margin: 0;
  line-height: 24px;
  letter-spacing: 0.64px;
}

/* ========================================================================== */
/* phd-3 (Application Procedure) */
/* ========================================================================== */

.phd-3 {
  padding: 80px 160px;
}

.phd-3-procedure-section {
  margin-bottom: 40px;
}

.phd-3-procedure-heading {
  color: #009CE2;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

.phd-3-procedure-content {
  line-height: 32px;
  letter-spacing: 0.64px;
}

.phd-3-docs-title {
  color: var(--title-text-light-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

/* ========================================================================== */
/* phd-4 (Past Exam) */
/* ========================================================================== */

.phd-4 {
  padding: 80px 160px;
}

.phd-4-content {
  text-align: left;
}

.phd-4-text {
  line-height: 32px;
  letter-spacing: 0.64px;
  margin-bottom: 40px;
}

/* ========================================================================== */
/* @media：TB */
/* ========================================================================== */

@media (max-width: 1023px) {

  .phd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 40px 0;
    justify-items: center;
  }

  .phd-link {
    width: 200px;
    justify-content: space-between;
    align-items: center;
  }

  .phd-1,
  .phd-2,
  .phd-3,
  .phd-4 {
    padding: 64px 40px;
  }

  .phd-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.28px;
  }

  .phd-1-section-title,
  .phd-3-procedure-heading,
  .phd-3-docs-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 8px;
  }

  /* ==================================================== */
  /* phd-1 (Admission Category) */
  /* ==================================================== */

  .phd-1-annotation li {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }

  /* ==================================================== */
  /* phd-2 (Schedule) */
  /* ==================================================== */

  .phd-2-schedule-box {
    padding: 40px;
  }

  .phd-2-schedule-item {
    flex-direction: column;
    padding-left: 24px;
  }

  .phd-2-schedule-label,
  .phd-2-schedule-value {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    margin-left: 0px;
  }

  /* ==================================================== */
  /* phd-4 (Past Exam) */
  /* ==================================================== */

  .phd-4-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
  }
}

/* ========================================================================== */
/* @media：SP */
/* ========================================================================== */

@media (max-width: 767px) {

  .phd-1,
  .phd-2,
  .phd-3,
  .phd-4 {
    padding: 64px 20px;
  }

  .phd-link {
    width: 140px;
  }

  .phd-text {
    margin-right: 0px;
  }

  .phd-1-section-title,
  .phd-3-procedure-heading,
  .phd-3-docs-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
  }

  /* ==================================================== */
  /* phd-1 (Admission Category) */
  /* ==================================================== */

  /* ==================================================== */
  /* phd-2 (Schedule) */
  /* ==================================================== */

  .phd-2-schedule-box {
    padding: 30px 20px;
  }

  .phd-2-schedule-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .phd-2-schedule-label {
    width: 100%;
    margin-bottom: 5px;
  }

  .phd-2-schedule-value {
    width: 100%;
  }

  .phd-4-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
  }

  .phd-4-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
  }
}

@media (max-width: 425px) {
  .phd-1-table-wrapper.is-method {
    margin-right: -20px;
  }
}

@media print {
  .phd-2 {
    margin-top: 240px;
  }

  .phd-3 {
    margin-top: 100px;
  }

  .phd-4 {
    margin-top: 100px;
  }
}