@charset "UTF-8";
.common-page .common-content .location-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.common-page .common-content .location-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.common-page .common-content .location-section-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .location-section-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .location-map-wrapper {
  width: 100%;
  height: 22.125rem;
  overflow: hidden;
  position: relative;
}
.common-page .common-content .location-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.common-page .common-content .location-info-wrapper {
  display: flex;
  gap: 2.5rem;
}
.common-page .common-content .location-contact,
.common-page .common-content .location-directions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.common-page .common-content .location-subsection-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.common-page .common-content .location-diamond {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #E39627;
  transform: rotate(45deg);
}
.common-page .common-content .location-subsection-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .location-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.125rem solid #B11116;
  border-bottom: 0.0625rem solid #E1E1E4;
  overflow: hidden;
}
.common-page .common-content .location-table thead tr {
  background: #F1F1F5;
  border-bottom: 0.0625rem solid #E1E1E4;
}
.common-page .common-content .location-table thead th {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  letter-spacing: -0.02rem;
  border-right: 0.0625rem solid #E1E1E4;
}
.common-page .common-content .location-table thead th:last-child {
  border-right: none;
}
.common-page .common-content .location-table thead th:first-child {
  width: 12.5rem;
}
.common-page .common-content .location-table tbody tr {
  border-bottom: 0.0625rem solid #E1E1E4;
}
.common-page .common-content .location-table tbody tr:last-child {
  border-bottom: none;
}
.common-page .common-content .location-table tbody td {
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  letter-spacing: -0.02rem;
  background: #fff;
  vertical-align: middle;
}
.common-page .common-content .location-table tbody td.table-label {
  width: 12.5rem;
  text-align: center;
  font-weight: 500;
  color: #333;
  background: #F8F8FA;
  border-right: 0.0625rem solid #E1E1E4;
}
.common-page .common-content .location-table tbody td ul {
  margin: 0;
  padding-left: 1.5rem;
  list-style: disc;
}
.common-page .common-content .location-table tbody td ul li {
  margin-bottom: 0.25rem;
}
.common-page .common-content .location-table tbody td ul li:last-child {
  margin-bottom: 0;
}
.common-page .common-content .career-page {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .career-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .career-section-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .career-section-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .career-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.common-page .common-content .career-subsection {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.common-page .common-content .career-subsection-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.common-page .common-content .career-diamond {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #E39627;
  transform: rotate(45deg);
}
.common-page .common-content .career-subsection-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .career-subsection-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #505050;
  margin: 0;
}
.common-page .common-content .career-content-box {
  background: #F8F8FA;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.common-page .common-content .career-content-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #333;
}
.common-page .common-content .career-certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 0.625rem;
}
.common-page .common-content .career-certificate-card {
  position: relative;
  width: 14.5625rem;
  height: 10.9375rem;
  border-radius: 0 2.5rem 0 0;
  overflow: hidden;
}
.common-page .common-content .career-certificate-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.common-page .common-content .career-certificate-card:hover .career-certificate-overlay {
  opacity: 0.5;
}
.common-page .common-content .career-certificate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 0, 1, 0.4);
  -webkit-backdrop-filter: blur(0.1563rem);
          backdrop-filter: blur(0.1563rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.common-page .common-content .career-certificate-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.0225rem;
  color: #fff;
  margin: 0;
}
.common-page .common-content .prof-staff-page {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.common-page .common-content .prof-staff-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-page .common-content .prof-staff-section-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .prof-staff-icon-bar {
  display: block;
  width: 0.25rem;
  height: 2rem;
  background: #B11116;
  border-radius: 0.125rem;
}
.common-page .common-content .prof-staff-section-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .prof-staff-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.common-page .common-content .prof-staff-content-box {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.common-page .common-content .prof-staff-image-box {
  flex-shrink: 0;
  width: 14.0625rem;
  height: 18.75rem;
  position: relative;
  border: 0.5rem solid #fff;
  border-radius: 0 2.5rem 0 0;
  box-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #D9D9D9;
}
.common-page .common-content .prof-staff-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.common-page .common-content .prof-staff-info-box {
  width: 25.4375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.common-page .common-content .prof-staff-name {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .prof-staff-name::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #B11116;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.common-page .common-content .prof-staff-info {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .prof-staff-info::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: #E39627;
  margin: 0 0.125rem;
  flex-shrink: 0;
}
.common-page .common-content .prof-staff-info strong {
  font-weight: 700;
  color: #333;
}
.common-page .common-content .eec-page {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.common-page .common-content .eec-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.common-page .common-content .eec-section-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .eec-icon-bar {
  display: block;
  width: 0.25rem;
  height: 2rem;
  background: #B11116;
  border-radius: 0.125rem;
}
.common-page .common-content .eec-section-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .eec-content-box {
  background: #F8F8FA;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.common-page .common-content .eec-content-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #333;
}
.common-page .common-content .eec-sub-title {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1.75rem;
}
.common-page .common-content .eec-sub-title span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
.common-page .common-content .eec-diamond {
  width: 0.625rem;
  height: 0.625rem;
  background: #E39627;
  transform: rotate(45deg);
}
.common-page .common-content .eec-process {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}
.common-page .common-content .eec-process-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.common-page .common-content .eec-process-item .eec-process-arrow {
  margin-left: 1rem;
}
.common-page .common-content .eec-process-item:last-child .eec-process-arrow {
  display: none;
}
.common-page .common-content .eec-process-card {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  background: #B11116;
  border: 0.3125rem solid #fff;
  border-radius: 0 2.5rem 0 0;
  box-shadow: 0.125rem 0.125rem 0.75rem rgba(0, 0, 0, 0.16);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
}
.common-page .common-content .eec-process-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.common-page .common-content .eec-process-desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.common-page .common-content .eec-process-icon {
  position: absolute;
  width: 7.8125rem;
  height: 7.8125rem;
  right: -0.3125rem;
  bottom: -0.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
}
.common-page .common-content .eec-process-icon--graduate {
  background-image: url(../../../images/sub/graduate.png);
}
.common-page .common-content .eec-process-icon--book {
  background-image: url(../../../images/sub/book.png);
}
.common-page .common-content .eec-process-icon--papers {
  background-image: url(../../../images/sub/papers.png);
}
.common-page .common-content .eec-process-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.75rem;
  background: #E39627;
  border-radius: 1.25rem;
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.common-page .common-content .eec-process-arrow {
  width: 3rem;
  height: 3rem;
  background-image: url("../../../images/sub/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.common-page .common-content .cre-page {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.common-page .common-content .cre-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.common-page .common-content .cre-section-header {
  display: flex;
  align-items: center;
}
.common-page .common-content .cre-icon-bar {
  display: block;
  width: 0.25rem;
  height: 2rem;
  background: #B11116;
  border-radius: 0.125rem;
}
.common-page .common-content .cre-section-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.common-page .common-content .cre-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.common-page .common-content .cre-desc {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #505050;
}
.common-page .common-content .cre-content-box {
  background: #F8F8FA;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.common-page .common-content .cre-content-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #333;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .common-page .common-content .prof-staff-page {
    gap: 3.125rem;
  }
  .common-page .common-content .prof-staff-section {
    gap: 1.125rem;
  }
  .common-page .common-content .prof-staff-section-title {
    font-size: 1.4375rem;
  }
  .common-page .common-content .prof-staff-icon-bar {
    height: 1.75rem;
  }
  .common-page .common-content .prof-staff-content {
    gap: 2.1875rem 1.25rem;
  }
  .common-page .common-content .prof-staff-content-box {
    gap: 0.5rem;
  }
  .common-page .common-content .prof-staff-image-box {
    width: 10.5625rem;
    height: 14.0625rem;
    border-radius: 0 2.1875rem 0 0;
    border-width: 0.4375rem;
  }
  .common-page .common-content .prof-staff-info-box {
    width: 21.875rem;
    gap: 0.4375rem;
  }
  .common-page .common-content .prof-staff-name {
    font-size: 1.25rem;
    padding: 0.5625rem;
    gap: 0.5625rem;
  }
  .common-page .common-content .prof-staff-name::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .common-page .common-content .prof-staff-info {
    font-size: 0.9375rem;
    padding-left: 0.6875rem;
    gap: 0.3125rem;
  }
  .common-page .common-content .eec-page {
    gap: 3.125rem;
  }
  .common-page .common-content .eec-section-title {
    font-size: 1.375rem;
  }
  .common-page .common-content .eec-icon-bar {
    height: 1.75rem;
  }
  .common-page .common-content .eec-content-box {
    padding: 1.125rem;
  }
  .common-page .common-content .eec-content-box p {
    font-size: 0.9375rem;
  }
  .common-page .common-content .eec-sub-title {
    margin-top: 1.5rem;
  }
  .common-page .common-content .eec-sub-title span {
    font-size: 0.9375rem;
  }
  .common-page .common-content .eec-process {
    gap: 0.625rem;
    margin-top: 1.5rem;
    justify-content: flex-start;
  }
  .common-page .common-content .eec-process-card {
    width: 9.375rem;
    height: 9.375rem;
    padding: 1.375rem;
    border-radius: 0 1.75rem 0 0;
  }
  .common-page .common-content .eec-process-title {
    font-size: 1.0625rem;
  }
  .common-page .common-content .eec-process-desc {
    font-size: 0.75rem;
  }
  .common-page .common-content .eec-process-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
  .common-page .common-content .eec-process-badge {
    font-size: 0.6875rem;
    padding: 0.3125rem 0.75rem;
    bottom: 1.375rem;
  }
  .common-page .common-content .eec-process-arrow {
    width: 2.0625rem;
    height: 2.0625rem;
    margin-left: 0.625rem !important;
  }
  .common-page .common-content .cre-page {
    gap: 3.125rem;
  }
  .common-page .common-content .cre-section-title {
    font-size: 1.375rem;
  }
  .common-page .common-content .cre-icon-bar {
    height: 1.75rem;
  }
  .common-page .common-content .cre-desc {
    font-size: 0.9375rem;
  }
  .common-page .common-content .cre-content-box {
    padding: 1.125rem;
  }
  .common-page .common-content .cre-content-box p {
    font-size: 0.9375rem;
  }
  .common-page .common-content .career-page {
    gap: 1.125rem;
  }
  .common-page .common-content .career-section {
    gap: 1.125rem;
  }
  .common-page .common-content .career-section-title {
    font-size: 1.4375rem;
  }
  .common-page .common-content .career-icon-bar {
    width: 1.125rem;
    height: 1.75rem;
  }
  .common-page .common-content .career-content {
    gap: 2.1875rem;
  }
  .common-page .common-content .career-subsection {
    gap: 0.5625rem;
  }
  .common-page .common-content .career-subsection-title {
    font-size: 1.0625rem;
  }
  .common-page .common-content .career-subsection-desc {
    font-size: 0.9375rem;
  }
  .common-page .common-content .career-diamond {
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .common-page .common-content .career-content-box {
    padding: 1.125rem;
    gap: 0.4375rem;
  }
  .common-page .common-content .career-content-box p {
    font-size: 0.9375rem;
  }
  .common-page .common-content .career-certificates {
    gap: 2.1875rem;
  }
  .common-page .common-content .career-certificate-card {
    width: 12.9375rem;
    height: 9.6875rem;
    border-radius: 0 2.1875rem 0 0;
  }
  .common-page .common-content .career-certificate-name {
    font-size: 1rem;
  }
  .common-page .common-content .location-page {
    gap: 2.1875rem;
  }
  .common-page .common-content .location-section-title {
    font-size: 1.4375rem;
  }
  .common-page .common-content .location-icon-bar {
    width: 1.125rem;
    height: 1.75rem;
  }
  .common-page .common-content .location-map-wrapper {
    height: 19.6875rem;
  }
  .common-page .common-content .location-map-wrapper #daumRoughmapContainer1767924919908 {
    width: 100% !important;
  }
  .common-page .common-content .location-info-wrapper {
    gap: 2.1875rem;
  }
  .common-page .common-content .location-subsection-title {
    font-size: 1.0625rem;
  }
  .common-page .common-content .location-diamond {
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .common-page .common-content .location-table thead th {
    padding: 0.6875rem 1.125rem;
    font-size: 0.9375rem;
  }
  .common-page .common-content .location-table thead th:first-child {
    width: 11.25rem;
  }
  .common-page .common-content .location-table tbody td {
    padding: 1.125rem;
    font-size: 0.9375rem;
  }
  .common-page .common-content .location-table tbody td.table-label {
    width: 11.25rem;
  }
  .common-page .common-content .location-table tbody td ul {
    padding-left: 1.375rem;
  }
  .common-page .common-content .location-table tbody td ul li {
    position: relative;
  }
  .common-page .common-content .location-table tbody td ul li::before {
    content: "·";
    position: absolute;
    left: -1.375rem;
    color: #505050;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .common-page .common-content .prof-staff-page {
    gap: 2.5rem;
  }
  .common-page .common-content .prof-staff-section {
    gap: 1.042rem;
  }
  .common-page .common-content .prof-staff-section-title {
    font-size: 1.354rem;
  }
  .common-page .common-content .prof-staff-icon-bar {
    height: 1.667rem;
  }
  .common-page .common-content .prof-staff-content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .common-page .common-content .prof-staff-content-box {
    gap: 0.521rem;
  }
  .common-page .common-content .prof-staff-image-box {
    width: 8.333rem;
    height: 11.111rem;
    border-radius: 0 1.458rem 0 0;
    border-width: 0.333rem;
  }
  .common-page .common-content .prof-staff-info-box {
    width: auto;
    flex: 1;
    gap: 0.417rem;
  }
  .common-page .common-content .prof-staff-name {
    font-size: 1.042rem;
    padding: 0.521rem;
    gap: 0.521rem;
  }
  .common-page .common-content .prof-staff-name::before {
    width: 0.521rem;
    height: 0.521rem;
  }
  .common-page .common-content .prof-staff-info {
    font-size: 0.833rem;
    padding-left: 0.625rem;
    gap: 0.313rem;
  }
  .common-page .common-content .prof-staff-info::before {
    border-left-width: 0.208rem;
    border-right-width: 0.208rem;
    border-bottom-width: 0.208rem;
  }
  .common-page .common-content .eec-page {
    gap: 2.5rem;
  }
  .common-page .common-content .eec-section-title {
    font-size: 1.354rem;
  }
  .common-page .common-content .eec-icon-bar {
    height: 1.667rem;
  }
  .common-page .common-content .eec-content-box {
    padding: 1.042rem;
  }
  .common-page .common-content .eec-content-box p {
    font-size: 0.833rem;
  }
  .common-page .common-content .eec-sub-title {
    margin-top: 1.458rem;
  }
  .common-page .common-content .eec-sub-title span {
    font-size: 0.833rem;
  }
  .common-page .common-content .eec-process {
    gap: 1.25rem 0.5rem;
    margin: 0 auto;
    margin-top: 1.458rem;
    justify-content: center;
    width: 37.5rem;
  }
  .common-page .common-content .eec-process-item {
    gap: 0.5rem;
  }
  .common-page .common-content .eec-process-card {
    width: 6.875rem;
    height: 6.875rem;
    padding: 0.875rem;
    border-radius: 0 1.375rem 0 0;
    border-width: 0.25rem;
  }
  .common-page .common-content .eec-process-title {
    font-size: 0.8125rem;
  }
  .common-page .common-content .eec-process-desc {
    font-size: 0.625rem;
  }
  .common-page .common-content .eec-process-icon {
    width: 4.375rem;
    height: 4.375rem;
    right: -0.625rem;
    bottom: -0.625rem;
  }
  .common-page .common-content .eec-process-badge {
    font-size: 0.5625rem;
    padding: 0.25rem 0.5rem;
    bottom: 0.875rem;
  }
  .common-page .common-content .eec-process-arrow {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem !important;
  }
  .common-page .common-content .cre-page {
    gap: 2.5rem;
  }
  .common-page .common-content .cre-section {
    gap: 0.625rem;
  }
  .common-page .common-content .cre-section-title {
    font-size: 1.354rem;
  }
  .common-page .common-content .cre-icon-bar {
    height: 1.667rem;
  }
  .common-page .common-content .cre-section-content {
    gap: 0.625rem;
  }
  .common-page .common-content .cre-desc {
    font-size: 0.833rem;
  }
  .common-page .common-content .cre-content-box {
    padding: 1.042rem;
  }
  .common-page .common-content .cre-content-box p {
    font-size: 0.833rem;
  }
  .common-page .common-content .career-page {
    gap: 1.042rem;
  }
  .common-page .common-content .career-section {
    gap: 1.042rem;
  }
  .common-page .common-content .career-section-title {
    font-size: 1.354rem;
  }
  .common-page .common-content .career-icon-bar {
    width: 1.042rem;
    height: 1.667rem;
  }
  .common-page .common-content .career-content {
    gap: 2.083rem;
  }
  .common-page .common-content .career-subsection {
    gap: 0.521rem;
  }
  .common-page .common-content .career-subsection-title {
    font-size: 0.938rem;
  }
  .common-page .common-content .career-subsection-desc {
    font-size: 0.833rem;
  }
  .common-page .common-content .career-diamond {
    width: 0.521rem;
    height: 0.521rem;
  }
  .common-page .common-content .career-content-box {
    padding: 1.042rem;
    gap: 0.417rem;
  }
  .common-page .common-content .career-content-box p {
    font-size: 0.833rem;
  }
  .common-page .common-content .career-certificates {
    gap: 1.25rem;
  }
  .common-page .common-content .career-certificate-card {
    width: calc(50% - 0.625rem);
    height: 9.115rem;
    border-radius: 0 2.083rem 0 0;
  }
  .common-page .common-content .career-certificate-name {
    font-size: 0.938rem;
  }
  .common-page .common-content .location-page {
    gap: 2.083rem;
  }
  .common-page .common-content .location-section-title {
    font-size: 1.354rem;
  }
  .common-page .common-content .location-icon-bar {
    width: 1.042rem;
    height: 1.667rem;
  }
  .common-page .common-content .location-map-wrapper {
    height: 18.438rem;
  }
  .common-page .common-content .location-info-wrapper {
    flex-direction: column;
    gap: 2.083rem;
  }
  .common-page .common-content .location-subsection-title {
    font-size: 0.938rem;
  }
  .common-page .common-content .location-diamond {
    width: 0.521rem;
    height: 0.521rem;
  }
  .common-page .common-content .location-table thead th {
    padding: 0.625rem 1.042rem;
    font-size: 0.833rem;
  }
  .common-page .common-content .location-table thead th:first-child {
    width: 10.417rem;
  }
  .common-page .common-content .location-table tbody td {
    padding: 1.042rem;
    font-size: 0.833rem;
  }
  .common-page .common-content .location-table tbody td.table-label {
    width: 10.417rem;
  }
  .common-page .common-content .location-table tbody td ul {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-page .common-content .prof-staff-page {
    gap: 1.778rem;
  }
  .common-page .common-content .prof-staff-section {
    gap: 0.667rem;
  }
  .common-page .common-content .prof-staff-section-title {
    font-size: 1.111rem;
  }
  .common-page .common-content .prof-staff-icon-bar {
    height: 1.333rem;
  }
  .common-page .common-content .prof-staff-content {
    grid-template-columns: 1fr;
    gap: 0.889rem;
  }
  .common-page .common-content .prof-staff-content-box {
    flex-direction: column;
    gap: 0.556rem;
  }
  .common-page .common-content .prof-staff-image-box {
    width: 100%;
    max-width: 12.5rem;
    height: 16.667rem;
    border-radius: 0 2.222rem 0 0;
    border-width: 0.444rem;
    margin: 0 auto;
  }
  .common-page .common-content .prof-staff-info-box {
    width: 100%;
    gap: 0.444rem;
  }
  .common-page .common-content .prof-staff-name {
    font-size: 1.222rem;
    padding: 0.556rem;
    gap: 0.556rem;
  }
  .common-page .common-content .prof-staff-name::before {
    width: 0.556rem;
    height: 0.556rem;
  }
  .common-page .common-content .prof-staff-info {
    font-size: 0.889rem;
    padding-left: 0.667rem;
    gap: 0.333rem;
  }
  .common-page .common-content .prof-staff-info::before {
    border-left-width: 0.222rem;
    border-right-width: 0.222rem;
    border-bottom-width: 0.222rem;
  }
  .common-page .common-content .eec-page {
    gap: 1.778rem;
  }
  .common-page .common-content .eec-section {
    gap: 0.444rem;
  }
  .common-page .common-content .eec-section-title {
    font-size: 1.111rem;
  }
  .common-page .common-content .eec-icon-bar {
    height: 1.333rem;
  }
  .common-page .common-content .eec-content-box {
    padding: 0.889rem;
    gap: 0.333rem;
  }
  .common-page .common-content .eec-content-box p {
    font-size: 0.778rem;
  }
  .common-page .common-content .eec-sub-title {
    margin-top: 0.889rem;
  }
  .common-page .common-content .eec-sub-title span {
    font-size: 0.778rem;
  }
  .common-page .common-content .eec-diamond {
    width: 0.444rem;
    height: 0.444rem;
  }
  .common-page .common-content .eec-process {
    flex-direction: column;
    align-items: stretch;
    gap: 0.667rem;
    margin-top: 0.889rem;
  }
  .common-page .common-content .eec-process-item {
    flex-direction: column;
    gap: 0.667rem;
  }
  .common-page .common-content .eec-process-card {
    width: 100%;
    height: auto;
    min-height: 6.667rem;
    padding: 1.111rem;
    border-radius: 0 1.111rem 0 0;
  }
  .common-page .common-content .eec-process-title {
    font-size: 1rem;
  }
  .common-page .common-content .eec-process-desc {
    font-size: 0.778rem;
  }
  .common-page .common-content .eec-process-icon {
    width: 4.444rem;
    height: 4.444rem;
    right: 0.556rem;
    bottom: 0.556rem;
  }
  .common-page .common-content .eec-process-badge {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 50%;
    margin-top: -0.889rem;
    font-size: 0.778rem;
    padding: 0.333rem 0.778rem;
  }
  .common-page .common-content .eec-process-arrow {
    width: 1.778rem;
    height: 1.778rem;
    transform: rotate(90deg);
    margin-left: 0 !important;
  }
  .common-page .common-content .eec-process-arrow + p {
    margin-bottom: 0;
  }
  .common-page .common-content .cre-page {
    gap: 1.778rem;
  }
  .common-page .common-content .cre-section {
    gap: 0.444rem;
  }
  .common-page .common-content .cre-section-title {
    font-size: 1.111rem;
  }
  .common-page .common-content .cre-icon-bar {
    height: 1.333rem;
  }
  .common-page .common-content .cre-section-content {
    gap: 0.444rem;
  }
  .common-page .common-content .cre-desc {
    font-size: 0.778rem;
  }
  .common-page .common-content .cre-content-box {
    padding: 0.889rem;
    gap: 0.333rem;
  }
  .common-page .common-content .cre-content-box p {
    font-size: 0.778rem;
  }
  .common-page .common-content .career-page {
    gap: 0.889rem;
  }
  .common-page .common-content .career-section {
    gap: 0.889rem;
  }
  .common-page .common-content .career-section-title {
    font-size: 1.156rem;
  }
  .common-page .common-content .career-icon-bar {
    width: 0.889rem;
    height: 1.422rem;
  }
  .common-page .common-content .career-content {
    gap: 1.778rem;
  }
  .common-page .common-content .career-subsection {
    gap: 0.444rem;
  }
  .common-page .common-content .career-subsection-title {
    font-size: 0.8rem;
  }
  .common-page .common-content .career-subsection-desc {
    font-size: 0.711rem;
  }
  .common-page .common-content .career-diamond {
    width: 0.444rem;
    height: 0.444rem;
  }
  .common-page .common-content .career-content-box {
    padding: 0.889rem;
    gap: 0.356rem;
  }
  .common-page .common-content .career-content-box p {
    font-size: 0.711rem;
  }
  .common-page .common-content .career-certificates {
    gap: 0.889rem;
  }
  .common-page .common-content .career-certificate-card {
    width: calc(50% - 0.444rem);
    height: 7.778rem;
    border-radius: 0 1.778rem 0 0;
  }
  .common-page .common-content .career-certificate-name {
    font-size: 0.8rem;
  }
  .common-page .common-content .location-page {
    gap: 1.778rem;
  }
  .common-page .common-content .location-section-title {
    font-size: 1.156rem;
  }
  .common-page .common-content .location-icon-bar {
    width: 0.889rem;
    height: 1.422rem;
  }
  .common-page .common-content .location-map-wrapper {
    height: 15.733rem;
  }
  .common-page .common-content .location-info-wrapper {
    flex-direction: column;
    gap: 1.778rem;
  }
  .common-page .common-content .location-subsection-title {
    font-size: 0.8rem;
  }
  .common-page .common-content .location-diamond {
    width: 0.444rem;
    height: 0.444rem;
  }
  .common-page .common-content .location-table thead th {
    padding: 0.533rem 0.889rem;
    font-size: 0.711rem;
  }
  .common-page .common-content .location-table thead th:first-child {
    width: 8.889rem;
  }
  .common-page .common-content .location-table tbody td {
    padding: 0.889rem;
    font-size: 0.711rem;
  }
  .common-page .common-content .location-table tbody td.table-label {
    width: 8.889rem;
  }
  .common-page .common-content .location-table tbody td ul {
    padding-left: 1.067rem;
  }
  .common-page .common-content .location-table tbody td ul li {
    margin-bottom: 0.178rem;
  }
}