@charset "UTF-8";
.common-page .common-content .curriculum-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.common-page .common-content .curriculum-page .curriculum-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .curriculum-page .curriculum-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .curriculum-page .curriculum-header .curriculum-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .curriculum-page .curriculum-table-wrapper {
  width: 100%;
}
.common-page .common-content .curriculum-page .curriculum-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.125rem solid #b11116;
}
.common-page .common-content .curriculum-page .curriculum-table tbody tr:first-child td.curriculum-category {
  border-top: none;
}
.common-page .common-content .curriculum-page .curriculum-table td {
  border-bottom: 0.0625rem solid #e1e1e4;
  vertical-align: middle;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-category {
  width: 16.5625rem;
  background: #f8f8fa;
  padding: 1.25rem;
  text-align: center;
  border-right: 0.0625rem solid #e1e1e4;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.0225rem;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text p {
  margin: 0;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-category[rowspan="4"] {
  height: 29.6875rem;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-content {
  padding: 1.25rem 2.5rem;
  background: white;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #505050;
  letter-spacing: -0.02rem;
}
.common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
}
.common-page .common-content .curriculum-page .curriculum-table tr:nth-child(2) td.curriculum-category,
.common-page .common-content .curriculum-page .curriculum-table tr:nth-child(3) td.curriculum-category {
  height: 6.125rem;
}
.common-page .common-content .curriculum-page .curriculum-table tr:nth-child(4) td.curriculum-category {
  height: 7.9375rem;
}
.common-page .common-content .curriculum-page .sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.5rem;
}
.common-page .common-content .curriculum-page .sub-list li {
  position: relative;
  padding-left: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #505050;
  letter-spacing: -0.02rem;
}
.common-page .common-content .curriculum-page .sub-list li::before {
  content: "◦";
  position: absolute;
  left: 2rem;
}
.common-page .common-content .curriculum-page .curriculum-career-program {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.common-page .common-content .curriculum-page .career-steps {
  display: flex;
  gap: 0;
  background: white;
  border-top: 0.125rem solid #b11116;
  border-bottom: 0.125rem solid #b11116;
  overflow: hidden;
  padding: 2.5rem 1.25rem;
}
.common-page .common-content .curriculum-page .career-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1.25rem 1.25rem 2.5rem;
}
.common-page .common-content .curriculum-page .career-step:first-of-type {
  padding-left: 1.25rem;
}
.common-page .common-content .curriculum-page .career-step:last-child {
  border-right: none;
}
.common-page .common-content .curriculum-page .career-step + .career-step {
  border-left: 0.0625rem solid #e1e1e4;
}
.common-page .common-content .curriculum-page .career-icon {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-page .common-content .curriculum-page .career-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-page .common-content .curriculum-page .career-step-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.common-page .common-content .curriculum-page .career-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.common-page .common-content .curriculum-page .career-step-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  letter-spacing: -0.02rem;
}
.common-page .common-content .curriculum-page .career-step-list li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
}
.common-page .common-content .curriculum-page .career-features {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  position: relative;
}
.common-page .common-content .curriculum-page .career-features:after {
  content: "";
  width: 100%;
  height: 14.875rem;
  background: url(../../../images/sub/Nazarene_university.png) no-repeat center center/auto 100%;
  position: absolute;
  top: 1.25rem;
  left: 0;
}
.common-page .common-content .curriculum-page .career-feature {
  width: 17.5rem;
  height: 11.25rem;
  background: #b11116;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2.5rem;
  box-shadow: 0.25rem 0.25rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
}
.common-page .common-content .curriculum-page .career-feature p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  color: white;
  text-align: center;
  margin: 0;
}
.common-page .common-content .curriculum-page .career-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: -0.4375rem;
  pointer-events: none;
  white-space: nowrap;
}
.common-page .common-content .academic-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.common-page .common-content .academic-page .academic-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .academic-page .academic-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .academic-page .academic-header .academic-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .academic-page .academic-process {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
}
.common-page .common-content .academic-page .process-step {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  background: #b11116;
  border-radius: 0 2.5rem 0 0;
  border: 0.25rem solid white;
  box-shadow: 0.125rem 0.125rem 0.75rem 0rem rgba(0, 0, 0, 0.16);
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}
.common-page .common-content .academic-page .process-step .step-content {
  position: relative;
  z-index: 2;
}
.common-page .common-content .academic-page .process-step .step-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  margin: 0;
}
.common-page .common-content .academic-page .process-step .step-desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  margin: 0.375rem 0 0;
}
.common-page .common-content .academic-page .process-step .step-icon {
  position: absolute;
  bottom: -0.6875rem;
  right: -0.1875rem;
  width: 8.5rem;
  height: 8.5rem;
  opacity: 0.3;
}
.common-page .common-content .academic-page .process-step .step-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.common-page .common-content .academic-page .process-step .step-badge {
  position: absolute;
  bottom: 1.875rem;
  background: #e39627;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 1.25rem;
  border-radius: 1.4375rem;
  white-space: nowrap;
}
.common-page .common-content .academic-page .process-arrow {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.common-page .common-content .academic-page .process-arrow img {
  width: 2.125rem;
  height: 1.25rem;
}
.common-page .common-content .academic-page .academic-table-wrapper {
  width: 100%;
}
.common-page .common-content .academic-page .academic-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.125rem solid #b11116;
}
.common-page .common-content .academic-page .academic-table td {
  border: 0.0625rem solid #e1e1e4;
  padding: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
.common-page .common-content .academic-page .academic-table td.academic-header-cell {
  background: #f8f8fa;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.02rem;
}
.common-page .common-content .academic-page .academic-table td.academic-sub-header {
  background: #f8f8fa;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.02rem;
}
.common-page .common-content .academic-page .academic-table td.academic-label {
  background: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #505050;
  letter-spacing: -0.02rem;
  width: 12.5rem;
}
.common-page .common-content .academic-page .academic-table td.academic-data {
  background: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #505050;
  letter-spacing: -0.02rem;
}
.common-page .common-content .academic-page .academic-table td.academic-content {
  background: white;
  padding: 1.25rem 2.5rem;
  text-align: left;
}
.common-page .common-content .academic-page .academic-table td.academic-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-page .common-content .academic-page .academic-table td.academic-content ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #505050;
  letter-spacing: -0.02rem;
}
.common-page .common-content .academic-page .academic-table td.academic-content ul li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
}
.common-page .common-content .employment-page {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .employment-page .employment-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .employment-page .employment-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .employment-page .employment-header .employment-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .employment-page .employment-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .employment-page .employment-subsection {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.common-page .common-content .employment-page .employment-subsection-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.common-page .common-content .employment-page .employment-subsection-header .employment-diamond {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #e39627;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.common-page .common-content .employment-page .employment-subsection-header .employment-subsection-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .employment-page .employment-info-box {
  background: #f8f8fa;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.common-page .common-content .employment-page .employment-info-box .employment-info-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.02rem;
  margin: 0;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category {
    width: 13.75rem;
    padding: 1rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text {
    font-size: 1rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content {
    padding: 1rem 2rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul li {
    font-size: 0.9375rem;
  }
  .common-page .common-content .curriculum-page .sub-list li {
    font-size: 0.9375rem;
    padding-left: 2.75rem;
  }
  .common-page .common-content .curriculum-page .sub-list li::before {
    left: 1.75rem;
  }
  .common-page .common-content .curriculum-page .career-step {
    padding: 2rem 1rem;
  }
  .common-page .common-content .curriculum-page .career-step-title {
    font-size: 1.25rem;
  }
  .common-page .common-content .curriculum-page .career-step-list li {
    font-size: 0.9375rem;
  }
  .common-page .common-content .curriculum-page .career-features:after {
    height: 11.1875rem;
  }
  .common-page .common-content .curriculum-page .career-feature {
    width: 13.125rem;
    height: 8.4375rem;
    padding: 1rem 2rem;
  }
  .common-page .common-content .curriculum-page .career-feature p {
    font-size: 1.0625rem;
  }
  .common-page .common-content .curriculum-page .career-bg-text {
    font-size: 7.5rem;
  }
  .common-page .common-content .academic-page {
    gap: 2rem;
  }
  .common-page .common-content .academic-page .academic-header .academic-title {
    font-size: 1.5rem;
  }
  .common-page .common-content .academic-page .process-step {
    width: 9.375rem;
    height: 9.375rem;
    padding: 1.375rem;
  }
  .common-page .common-content .academic-page .process-step .step-title {
    font-size: 1.0625rem;
  }
  .common-page .common-content .academic-page .process-step .step-desc {
    font-size: 0.75rem;
  }
  .common-page .common-content .academic-page .process-step .step-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
  .common-page .common-content .academic-page .process-step .step-badge {
    font-size: 0.6875rem;
    padding: 0.3125rem 0.75rem;
    bottom: 1.375rem;
  }
  .common-page .common-content .academic-page .process-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
  }
  .common-page .common-content .academic-page .academic-table td {
    padding: 1rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-header-cell, .common-page .common-content .academic-page .academic-table td.academic-sub-header, .common-page .common-content .academic-page .academic-table td.academic-label, .common-page .common-content .academic-page .academic-table td.academic-data {
    font-size: 0.9375rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content {
    padding: 1rem 2rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content ul li {
    font-size: 0.9375rem;
  }
  .common-page .common-content .employment-page {
    gap: 1rem;
  }
  .common-page .common-content .employment-page .employment-section {
    gap: 1rem;
  }
  .common-page .common-content .employment-page .employment-header .employment-title {
    font-size: 1.5rem;
  }
  .common-page .common-content .employment-page .employment-subsection-header .employment-subsection-title {
    font-size: 1.0625rem;
  }
  .common-page .common-content .employment-page .employment-info-box {
    padding: 1rem;
  }
  .common-page .common-content .employment-page .employment-info-box .employment-info-item {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .common-page .common-content .curriculum-page .curriculum-header .curriculum-title {
    font-size: 1.375rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table {
    display: block;
    border-top: none;
  }
  .common-page .common-content .curriculum-page .curriculum-table tbody {
    display: block;
  }
  .common-page .common-content .curriculum-page .curriculum-table tr {
    display: block;
    margin-bottom: 1.25rem;
    border: 0.0625rem solid #e1e1e4;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .common-page .common-content .curriculum-page .curriculum-table td {
    display: block;
    border: none;
    width: 100% !important;
    height: auto !important;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category {
    border-right: none;
    border-bottom: 0.0625rem solid #e1e1e4;
    padding: 1rem 1.25rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text {
    font-size: 1rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category[rowspan] {
    height: auto !important;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content {
    padding: 1.25rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul li {
    font-size: 0.9375rem;
    padding-left: 1.25rem;
  }
  .common-page .common-content .curriculum-page .sub-list li {
    font-size: 0.9375rem;
    padding-left: 2.5rem;
  }
  .common-page .common-content .curriculum-page .sub-list li::before {
    left: 1.5rem;
  }
  .common-page .common-content .curriculum-page .career-steps {
    flex-direction: column;
    padding: 0;
  }
  .common-page .common-content .curriculum-page .career-step {
    border-right: none;
    border-bottom: 0.0625rem solid #e1e1e4;
    padding: 1.5rem 1.25rem;
  }
  .common-page .common-content .curriculum-page .career-step:last-of-type {
    border-bottom: none;
  }
  .common-page .common-content .curriculum-page .career-step + .career-step {
    border-left: none;
  }
  .common-page .common-content .curriculum-page .career-icon {
    width: 3rem;
    height: 3rem;
  }
  .common-page .common-content .curriculum-page .career-step-title {
    font-size: 1.125rem;
  }
  .common-page .common-content .curriculum-page .career-step-list li {
    font-size: 0.9375rem;
  }
  .common-page .common-content .curriculum-page .career-features {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .common-page .common-content .curriculum-page .career-feature {
    width: calc(50% - 0.5rem);
    height: 8.75rem;
    padding: 1rem 1.5rem;
  }
  .common-page .common-content .curriculum-page .career-feature p {
    font-size: 1.125rem;
  }
  .common-page .common-content .curriculum-page .career-bg-text {
    font-size: 5rem;
    letter-spacing: -0.25rem;
  }
  .common-page .common-content .academic-page {
    gap: 1.5rem;
  }
  .common-page .common-content .academic-page .academic-section {
    gap: 1rem;
  }
  .common-page .common-content .academic-page .academic-header .academic-title {
    font-size: 1.375rem;
  }
  .common-page .common-content .academic-page .academic-process {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 0;
  }
  .common-page .common-content .academic-page .process-step {
    width: 10rem;
    height: 10rem;
    padding: 1.25rem;
    border-radius: 0 1.875rem 0 0;
  }
  .common-page .common-content .academic-page .process-step .step-title {
    font-size: 1.125rem;
  }
  .common-page .common-content .academic-page .process-step .step-desc {
    font-size: 0.875rem;
  }
  .common-page .common-content .academic-page .process-step .step-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
  .common-page .common-content .academic-page .process-step .step-badge {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    bottom: 3.125rem;
    left: -1.25rem;
  }
  .common-page .common-content .academic-page .process-arrow {
    width: 2rem;
    height: 2rem;
  }
  .common-page .common-content .academic-page .process-arrow img {
    width: 1.5rem;
    height: 0.875rem;
  }
  .common-page .common-content .academic-page .academic-table tr {
    margin-bottom: 1rem;
  }
  .common-page .common-content .academic-page .academic-table tr:last-child {
    margin-bottom: 0;
  }
  .common-page .common-content .academic-page .academic-table tr:first-of-type td:first-of-type {
    width: 7.5rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-header-cell, .common-page .common-content .academic-page .academic-table td.academic-sub-header {
    font-size: 0.875rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-label, .common-page .common-content .academic-page .academic-table td.academic-data {
    font-size: 0.875rem;
    width: auto !important;
  }
  .common-page .common-content .academic-page .academic-table td.academic-data {
    font-size: 0.75rem !important;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content {
    padding: 0.75rem 0;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content ul li {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
  .common-page .common-content .employment-page {
    gap: 1rem;
  }
  .common-page .common-content .employment-page .employment-section {
    gap: 1rem;
  }
  .common-page .common-content .employment-page .employment-header .employment-title {
    font-size: 1.375rem;
  }
  .common-page .common-content .employment-page .employment-subsection {
    gap: 0.5rem;
  }
  .common-page .common-content .employment-page .employment-subsection-header .employment-diamond {
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .common-page .common-content .employment-page .employment-subsection-header .employment-subsection-title {
    font-size: 1rem;
  }
  .common-page .common-content .employment-page .employment-info-box {
    padding: 1rem;
    gap: 0.375rem;
  }
  .common-page .common-content .employment-page .employment-info-box .employment-info-item {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .common-page .common-content .curriculum-page {
    gap: 1rem;
  }
  .common-page .common-content .curriculum-page .curriculum-section {
    gap: 1rem;
  }
  .common-page .common-content .curriculum-page .curriculum-header {
    flex-wrap: wrap;
  }
  .common-page .common-content .curriculum-page .curriculum-header .curriculum-title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .common-page .common-content .curriculum-page .curriculum-table {
    display: block;
    border-top: none;
  }
  .common-page .common-content .curriculum-page .curriculum-table tbody {
    display: block;
  }
  .common-page .common-content .curriculum-page .curriculum-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 0.0625rem solid #e1e1e4;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .common-page .common-content .curriculum-page .curriculum-table tr:last-child {
    margin-bottom: 0;
  }
  .common-page .common-content .curriculum-page .curriculum-table td {
    display: block;
    border: none;
    width: 100% !important;
    height: auto !important;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category {
    border-right: none;
    border-bottom: 0.0625rem solid #e1e1e4;
    padding: 0.75rem 1rem;
    background: #f8f8fa;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text {
    font-size: 0.875rem;
    letter-spacing: -0.0175rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text p {
    display: inline;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category .curriculum-category-text p:not(:last-child)::after {
    content: " ";
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-category[rowspan] {
    height: auto !important;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content {
    padding: 1rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul li {
    font-size: 0.875rem;
    line-height: 1.7;
    padding-left: 1.125rem;
    letter-spacing: -0.0175rem;
  }
  .common-page .common-content .curriculum-page .curriculum-table td.curriculum-content ul li::before {
    left: 0.375rem;
  }
  .common-page .common-content .curriculum-page .sub-list li {
    font-size: 0.875rem;
    padding-left: 2.25rem;
  }
  .common-page .common-content .curriculum-page .sub-list li::before {
    left: 1.25rem;
  }
  .common-page .common-content .curriculum-page .career-steps {
    flex-direction: column;
    border-top: 0.0625rem solid #b11116;
    border-bottom: 0.0625rem solid #b11116;
    padding: 0;
  }
  .common-page .common-content .curriculum-page .career-step {
    padding: 1.25rem 1rem;
    gap: 0.375rem;
    border-bottom: 0.0625rem solid #e1e1e4;
  }
  .common-page .common-content .curriculum-page .career-step + .career-step {
    border-left: none;
  }
  .common-page .common-content .curriculum-page .career-step:last-of-type {
    border-bottom: none;
  }
  .common-page .common-content .curriculum-page .career-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .common-page .common-content .curriculum-page .career-step-title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .common-page .common-content .curriculum-page .career-step-list li {
    font-size: 0.875rem;
    line-height: 1.7;
    padding-left: 1.25rem;
  }
  .common-page .common-content .curriculum-page .career-features {
    flex-direction: column;
    gap: 0.75rem;
  }
  .common-page .common-content .curriculum-page .career-feature {
    width: 100%;
    height: 7.5rem;
    padding: 1rem 1.25rem;
  }
  .common-page .common-content .curriculum-page .career-feature p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .common-page .common-content .curriculum-page .career-bg-text {
    font-size: 3rem;
    letter-spacing: -0.125rem;
    top: auto;
    bottom: 1.25rem;
    transform: translateX(-50%);
  }
  .common-page .common-content .academic-page {
    gap: 1.25rem;
  }
  .common-page .common-content .academic-page .academic-section {
    gap: 0.75rem;
  }
  .common-page .common-content .academic-page .academic-header {
    flex-wrap: wrap;
  }
  .common-page .common-content .academic-page .academic-header .academic-title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .common-page .common-content .academic-page .academic-process {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
  }
  .common-page .common-content .academic-page .process-step {
    width: 100%;
    max-width: 17.5rem;
    height: 8.75rem;
    padding: 1.25rem;
    border-radius: 0 1.5rem 0 0;
    border-width: 0.1875rem;
  }
  .common-page .common-content .academic-page .process-step .step-title {
    font-size: 1rem;
    line-height: 1.4;
  }
  .common-page .common-content .academic-page .process-step .step-desc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .common-page .common-content .academic-page .process-step .step-icon {
    width: 5rem;
    height: 5rem;
    bottom: 0.625rem;
    right: 0.625rem;
  }
  .common-page .common-content .academic-page .process-step .step-badge {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem;
    bottom: 2.5rem;
    left: 35%;
    border-radius: 1rem;
  }
  .common-page .common-content .academic-page .process-arrow {
    transform: rotate(90deg);
    width: 1.5rem;
    height: 1.5rem;
  }
  .common-page .common-content .academic-page .process-arrow img {
    width: 1.25rem;
    height: 0.75rem;
  }
  .common-page .common-content .academic-page .academic-table-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
  }
  .common-page .common-content .academic-page .academic-table {
    width: 768px;
    border-top: 0.0625rem solid #b11116;
  }
  .common-page .common-content .academic-page .academic-table tr {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
  }
  .common-page .common-content .academic-page .academic-table tr:first-of-type td:first-of-type {
    width: 6.25rem;
  }
  .common-page .common-content .academic-page .academic-table td {
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem !important;
  }
  .common-page .common-content .academic-page .academic-table td.academic-header-cell, .common-page .common-content .academic-page .academic-table td.academic-sub-header {
    background: #f8f8fa;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .common-page .common-content .academic-page .academic-table td.academic-label {
    font-size: 0.8125rem;
    width: auto;
  }
  .common-page .common-content .academic-page .academic-table td.academic-data {
    font-size: 0.8125rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content {
    padding: 0.625rem 0.75rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content ul li {
    font-size: 0.8125rem;
    line-height: 1.6;
    padding-left: 1.125rem;
    letter-spacing: -0.0163rem;
  }
  .common-page .common-content .academic-page .academic-table td.academic-content ul li::before {
    left: 0.375rem;
  }
  .common-page .common-content .employment-page {
    gap: 0.75rem;
  }
  .common-page .common-content .employment-page .employment-section {
    gap: 0.75rem;
  }
  .common-page .common-content .employment-page .employment-header {
    flex-wrap: wrap;
  }
  .common-page .common-content .employment-page .employment-header .employment-icon {
    width: 1rem;
    height: 1.625rem;
  }
  .common-page .common-content .employment-page .employment-header .employment-title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .common-page .common-content .employment-page .employment-subsection {
    gap: 0.375rem;
  }
  .common-page .common-content .employment-page .employment-subsection-header {
    gap: 0.1875rem;
  }
  .common-page .common-content .employment-page .employment-subsection-header .employment-diamond {
    width: 0.5rem;
    height: 0.5rem;
  }
  .common-page .common-content .employment-page .employment-subsection-header .employment-subsection-title {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .common-page .common-content .employment-page .employment-info-box {
    padding: 0.75rem;
    gap: 0.25rem;
  }
  .common-page .common-content .employment-page .employment-info-box .employment-info-item {
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: -0.0163rem;
  }
}