.container-v2 {
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
}

.job-description .group-job .tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}
.job-description .group-job .tabs .tab-link {
  padding: 2rem 0;
  width: 100%;
  max-width: 46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c91744;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #c91744;
  border-left: 1px solid #c91744;
  border-right: 1px solid #c91744;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}
.job-description .group-job .tabs .tab-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #c91744;
}
.job-description .group-job .tabs .tab-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 11px;
  height: 15px;
  background: url(../images/common/ic.png) no-repeat center center;
}
.job-description .group-job .tabs .tab-link p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.job-description .group-job .tabs .tab-link.active {
  background-color: #fff;
}
.job-description .group-job .tabs .tab-link.active p {
  color: #c91744;
}
.job-description .group-job .tab-content .tab-pane.active {
  display: block;
  display: flex;
  gap: 7rem;
  flex-direction: column;
}
.job-description .group-job .tab-content .tab-pane .table-job {
  margin-top: -1px;
  border: 1px solid #c91744;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 2rem 2rem 6rem;
}
.job-description .group-job .tab-content .tab-pane .table-job table {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr {
  display: flex;
  width: 100%;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr th {
  border-bottom: 2px solid #c91744;
  width: 18rem;
  padding: 4rem 0;
  font-size: 1.6rem;
  text-align: start;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 4rem 0 4rem 4rem;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td p.dot {
  padding-left: 1.4rem;
  position: relative;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td p.dot::before {
  content: "";
  position: absolute;
  top: clamp(0.6rem, calc(12 / 1280 * 100 * 1vw), 1.2rem);
  left: 0;
  width: clamp(0.6rem, calc(10 / 1280 * 100 * 1vw), 1rem);
  height: clamp(0.6rem, calc(10 / 1280 * 100 * 1vw), 1rem);
  border-radius: 99px;
  background-color: #c91744;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td span {
  font-size: 1.4rem;
  line-height: 1.3;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step {
  margin: 8px 0 14px;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step {
  display: flex;
  gap: clamp(1rem, calc(20 / 1280 * 100 * 1vw), 2rem);
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step span {
  line-height: 1.3;
  max-width: 40rem;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step .t {
  padding: 1rem 0;
  width: 100%;
  max-width: 22rem;
  border: 1px solid #c91744;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step .t p {
  line-height: 1;
  text-align: center;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .arr {
  width: 100%;
  max-width: 22rem;
  height: 8px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .arr::after {
  content: "";
  border-top: 8px solid #c91744;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .image {
  width: 100%;
  margin: 1rem 0;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .image img {
  width: auto;
  max-width: 100%;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add {
  width: 100%;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add > p {
  text-align: center;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table {
  width: 100%;
  border: 1px solid #cccccc;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  flex-direction: unset !important;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr:last-child {
  border-bottom: unset;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th {
  width: 100%;
  max-width: 37rem;
  border-right: 1px solid #cccccc;
  border-bottom: unset;
  text-indent: -2em;
  padding-left: 4rem !important;
}
@media (max-width: 768px) {
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th {
    padding-left: 2rem !important;
  }
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th.h-tb {
  padding: 0 !important;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr td {
  flex: 1;
  border-bottom: unset;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr td.h-b {
  border-right: 1px solid #cccccc;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr td.h-b:last-child {
  border-right: unset;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr td.h-tb {
  padding: 0;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th, .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr td {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  font-size: clamp(0rem, calc(16 / 768 * 100 * 1vw), 1.6rem);
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup {
  width: 100%;
  height: 100%;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table {
  padding: 0;
  border: unset;
  height: 100%;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table tr {
  padding: 0;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table tr th {
  max-width: 13.5rem;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table tr td {
  padding: 0;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table tr td table tr {
  height: 50%;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table tr td table tr td {
  padding: 8px 10px;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr th {
  width: 100%;
  max-width: 28rem;
  border-right: 1px solid #cccccc;
  border-bottom: unset;
  text-indent: -2em;
  padding-left: 4rem !important;
}
@media (max-width: 768px) {
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr th {
    padding-left: 2rem !important;
  }
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr th.h-tb {
  padding: 0 !important;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr td {
  flex: 1;
  border-bottom: unset;
  border-right: 1px solid #cccccc;
  justify-content: center;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr td:last-child {
  border-right: unset;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr th, .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 tr td {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  font-size: clamp(0rem, calc(16 / 768 * 100 * 1vw), 1.6rem);
}
.job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add.v2 p {
  text-align: left;
}
.job-description .group-job .tab-content .tab-pane .table-job table tr th p, .job-description .group-job .tab-content .tab-pane .table-job table tr td p {
  font-size: 1.6rem;
  line-height: 2;
}
.job-description .group-job .tab-content .tab-pane .table-job.v2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  transition: all 0.5s;
}
.job-description .group-job .tab-content .tab-pane .table-job.v2 .text {
  text-align: center;
  font-size: 1.8rem;
  color: #c91744;
}
.job-description .group-job .tab-content .tab-pane .table-job.v2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 4px;
  background: url(../images/common/bg.png) no-repeat center center;
}
.job-description .group-job .btn-job {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.8rem 0;
}
.job-description .group-job .btn-job a {
  padding: 0.7rem 1.5rem;
  color: #c91744;
  text-align: center;
  border: 0.1rem solid #c91744;
  border-radius: 2rem;
  display: inline-block;
}

@media (max-width: 1080px) {
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th.h-tb.vip {
    height: 16rem;
  }
}
@media (max-width: 768px) {
  .br-p {
    display: none !important;
  }
  .job-description .group-job .tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .job-description .group-job .tabs .tab-link {
    border-bottom: 1px solid #c91744;
  }
  .job-description .group-job .tabs .tab-link::before {
    right: 1rem;
  }
  .job-description .group-job .tabs .tab-link p {
    font-size: clamp(1.6rem, calc(24 / 768 * 100 * 1vw), 2.4rem);
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr {
    flex-direction: column;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr th {
    padding: 2rem;
    width: 100%;
    font-size: clamp(1.4rem, calc(16 / 768 * 100 * 1vw), 1.6rem);
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td {
    padding: 2rem;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td p.dot::before {
    top: 1.2rem;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr th p, .job-description .group-job .tab-content .tab-pane .table-job table tr td p {
    font-size: clamp(1.4rem, calc(16 / 768 * 100 * 1vw), 1.6rem);
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th {
    max-width: 12rem;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr .table-add-sup table tr th {
    max-width: 6rem;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th, .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr td {
    padding: 4px 6px;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .arr {
    max-width: 100%;
    margin: 1rem 0;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step {
    flex-direction: column;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step .t {
    max-width: unset;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step span {
    flex: 1;
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th.h-tb.vip {
    height: clamp(0rem, calc(540 / 900 * 100 * 1vw), 54rem);
  }
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .list-step .step {
    flex-direction: column;
  }
  .job-description .group-job .tab-content .tab-pane .table-job {
    padding: 0 2rem 4rem;
  }
}
@media (max-width: 451px) {
  .job-description .group-job .tabs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  .job-description .group-job .tab-content .tab-pane .table-job table tr td .table-add table tr th.h-tb.vip {
    height: clamp(15rem, calc(540 / 1280 * 100 * 1vw), 54rem);
  }
}/*# sourceMappingURL=job-graduates.css.map */