.taf-occupation__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.taf-occupation__content-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.taf-occupation__content-text p {
  font-size: 16px;
}

.taf-occupation__content-inner {
  display: flex;
  gap: 16px;
  align-items: center;
}

.taf-occupation__content-inner__text {
  background: #FFFFFF;
  padding: 16px;
  min-height: 280px;
  border-radius: 12px;
  display: table;
  width: calc((100% - 16px) - 423px);
}

.taf-occupation__content-inner__text p {
  display: table-cell;
  vertical-align: middle;
}

.taf-occupation__content-inner img {
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .taf-occupation__content-inner {
    flex-direction: column;
    gap: 16px;
  }

  .taf-occupation__content-inner__text {
    width: 100%;
  }

  .taf-occupation__content-inner img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}

.taf-workflow__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.taf-workflow__content-img {
  width: 1024px;
}

@media screen and (max-width: 1024px) {
  .taf-workflow__content {
    overflow-x: scroll;
  }
}

.taf-career__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.taf-career__content-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.taf-career__content-button {
  display: flex;
  justify-content: space-between;
}

.taf-career__content-button button {
  width: calc(50% - 20px);
  padding: 40px 0;
  border-radius: 60px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.taf-career__content-button-manager {
  background-color: #F99C89;
}

.taf-career__content-button-manager:hover {
  background-color: #BF8377;
}

.taf-career__content-button-career {
  background-color: #38B1D0;
}

.taf-career__content-button-career:hover {
  background-color: #87ABB5;
}

@media screen and (max-width: 1024px) {
  .taf-career__content-button {
    flex-direction: column;
    gap: 24px;
  }

  .taf-career__content-button button {
    width: 100%;
    font-size: 16px;
  }
}

.taf-page-list__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.taf-page-list__item {
  padding: 10px 48px;
  border-radius: 40px;
  background-color: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  line-height: normal;
}

.taf-page-list__item:hover {
  background-color: #B2B2B2;
  color: #fff;
}

.taf-career__modal-container {
  padding: 64px 0;
  overflow-y: auto;
}

.taf-career__modal-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 800px;
  margin: 0 auto;
}

.taf-career__modal-title {
  text-align: center;
}

.taf-career__modal-image {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px;
  background: #F9F9F9;
  border-radius: 12px;
  margin: 16px;
  overflow-x: scroll;
}

.taf-career__modal-image-title {
  text-align: center;
  color: #1A1A1C;
  font-size: 20px;
  font-weight: 700;
}

.taf-career__modal-image img {
  width: 100%;
}

.taf-career__modal-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 24px;
}

.taf-career__modal-content-title {
  color: #1A1A1C;
  font-size: 32px;
  font-weight: 700;
}

.taf-career__modal-content-text {
  margin-top: 24px;
  color: #1A1A1C;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.taf-career__modal-content-list-title {
  width: fit-content;
  margin-top: 24px;
  padding: 4px 24px;
  border-radius: 0px 20px 20px 0px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.taf-career__modal-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.taf-career__modal-content-item {
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid #1A1A1C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .taf-career__modal-inner {
    width: 100%;
  }

  .taf-career__modal-image img {
    height: 332px;
    width: 800px;
  }
  .taf-career__modal-content-title {
    font-size: 24px;
  }
}
