.style .mv_imgWrapper::after {
  opacity: 0.6;
}

.style_wrapper {
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  .style_wrapper {
    padding: 6.9rem 0 9.5rem;
  }
}

.job {
  padding: 7.5rem 6.9rem 6.5rem 6.1rem;
  background-color: #eff1f4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .job {
    padding: 4.8rem 2rem 3.3rem;
  }
}

.job_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .job_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.job_imgBox {
  width: 42.95%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .job_imgBox {
    width: 88.75%;
  }
}

.job_desc {
  margin-top: 1.8rem;
  letter-spacing: 0.03rem;
}

.job_whiteBox {
  margin-top: 2rem;
  padding: 2.1rem 2.3rem;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .job_whiteBox {
    margin-top: 2.7rem;
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 1.8rem 2.8rem;
  }
}

.job_reasons {
  color: #F4A000;
}

@media screen and (max-width: 767px) {
  .job_list {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .job_li:last-child {
    padding-left: 1.5rem;
  }
}

.path {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .path {
    padding-top: 5.4rem;
  }
}

.path_top {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}
@media screen and (max-width: 767px) {
  .path_top {
    -webkit-transform: unset;
            transform: unset;
  }
}

.path_box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .path_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.path_imgBox {
  width: 38.75%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .path_imgBox {
    width: 100.9%;
    margin: 1.6rem auto 0;
  }
}

.path_item {
  position: absolute;
  right: 0;
  top: 8.1%;
  width: 35%;
  aspect-ratio: 392/242;
  color: #f4a000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .path_item {
    margin-top: 4.3rem;
    position: unset;
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 1.6rem;
    aspect-ratio: unset;
  }
}

@media screen and (max-width: 767px) {
  .path_item:last-of-type {
    margin-top: 3rem;
  }
}

.path_item--yellow {
  top: 27.6%;
  right: unset;
  left: 0;
  color: #c6c325;
}
@media screen and (max-width: 767px) {
  .path_item--yellow {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.path_item--green {
  right: 0;
  top: 54.1%;
  color: #5abcbc;
}
@media screen and (max-width: 767px) {
  .path_item--green {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.path_item--blue {
  top: 78%;
  right: unset;
  left: 0;
  color: #2773bb;
}
@media screen and (max-width: 767px) {
  .path_item--blue {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.path_titleItem {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 8rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .path_titleItem {
    padding: 0;
    font-size: 1.6rem;
  }
}

.path_cntItem {
  padding-top: 1.4rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .path_cntItem {
    padding: 0.9rem 0 0 0;
  }
}

.path_titleItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 12.7%;
  border-bottom: 1px solid #1A1A1A;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .path_titleItem::after {
    content: unset;
  }
}

.path_titleItem::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 87.3%;
  border-bottom: 1px solid #1A1A1A;
}
@media screen and (max-width: 767px) {
  .path_titleItem::before {
    content: unset;
  }
}

.path_item:nth-of-type(even) .path_titleItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 87.3%;
  border-bottom: 1px solid #1A1A1A;
  -webkit-transform: unset;
          transform: unset;
}
@media screen and (max-width: 767px) {
  .path_item:nth-of-type(even) .path_titleItem::after {
    content: unset;
  }
}

.path_item:nth-of-type(even) .path_titleItem::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: unset;
  right: 0;
  width: 12.7%;
  border-bottom: 1px solid #1A1A1A;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .path_item:nth-of-type(even) .path_titleItem::before {
    content: unset;
  }
}

.path_item:nth-of-type(even) .path_cntItem {
  padding-left: 0;
  padding-right: 7.7rem;
}
@media screen and (max-width: 767px) {
  .path_item:nth-of-type(even) .path_cntItem {
    padding: 0.9rem 0 0 0;
  }
}

.path_item:nth-of-type(4) .path_cntItem {
  padding-left: 0;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .path_item:nth-of-type(4) .path_cntItem {
    padding: 0.9rem 0 0 0;
  }
}

.path_item:nth-of-type(even) .path_titleItem {
  padding-left: 0;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .path_item:nth-of-type(even) .path_titleItem {
    padding: 0;
  }
}

.path_tagItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.path_pinItem {
  width: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

.path_descItem {
  margin-top: 0.7rem;
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .path_descItem {
    font-size: 1.4rem;
  }
}

.case {
  padding-top: 20.5rem;
}
@media screen and (max-width: 767px) {
  .case {
    padding-top: 8rem;
  }
}

.case_card {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.7rem;
}
@media screen and (max-width: 767px) {
  .case_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    gap: 3rem;
  }
}

.case_profileCard {
  width: 38.75%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .case_profileCard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.case_avtCard {
  margin-top: 1.8rem;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.case_titleEnCard {
  margin-top: -0.7rem;
  font-size: 2rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #F4A000;
}
@media screen and (max-width: 767px) {
  .case_titleEnCard {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.case_depCard {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .case_depCard {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
}

.case_nameCard {
  margin-top: 0.7rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.08;
}
@media screen and (max-width: 767px) {
  .case_nameCard {
    margin-top: 0.4rem;
    font-size: 2rem;
  }
}

.case_yearCard {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .case_yearCard {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.case_experienceCard {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .case_experienceCard {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

.case_timelineCard {
  background-color: #eff1f4;
  padding: 5.3rem 5rem 5.3rem 6.6rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .case_timelineCard {
    padding: 3.3rem 2rem 5rem;
  }
}

.case_timelineBox {
  position: relative;
}

.case_line {
  position: absolute;
  left: 1.2rem;
  top: 0;
  width: 0.2rem;
  height: 75%;
  border-radius: 100%;
  background-image: url(../img/work-style/line.svg);
}

.case_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  letter-spacing: 0.03em;
}

.case_item + .case_item {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .case_item + .case_item {
    margin-top: 0.9rem;
  }
}

.case_pinBox {
  width: 2.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  background-color: #eff1f4;
}

.case_item + .case_item .case_pinBox {
  padding-top: 0.8rem;
}

.case_titleItem {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .case_titleItem {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}

.case_item + .case_item .case_titleItem {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .case_item + .case_item .case_titleItem {
    padding-top: 1.1rem;
  }
}

.case_descItem {
  margin-top: 0.9rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .case_descItem {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}

.case_positionItem {
  padding-left: 3.7rem;
}
@media screen and (max-width: 767px) {
  .case_positionItem {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .case_positionItem--mdf {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.case_timeItem {
  color: #2773bb;
}

.case_timeItem--2 {
  color: #5abcbc;
}

.case_timeItem--3 {
  color: #c6c325;
}

.case_timeItem--4 {
  color: #f4a000;
}

.welfare {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .welfare {
    padding-top: 7.7rem;
  }
}

.welfare_wrapper {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .welfare_wrapper {
    margin-top: 3.4rem;
    gap: 1.6rem;
  }
}

.welfare_card {
  background-color: #eff1f4;
  width: calc(33.33% - 1.7333333333rem);
  aspect-ratio: 356/290;
  border-radius: 10px;
  text-align: center;
  padding: 2.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .welfare_card {
    width: 100%;
    padding: 1.3rem 2rem 2.4rem;
    aspect-ratio: unset;
  }
}

.welfare_topCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .welfare_topCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2rem;
  }
}

.welfare_titleCard {
  margin-top: 1rem;
  min-height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .welfare_titleCard {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.welfare_iconCard {
  width: 5.1rem;
}
@media screen and (max-width: 767px) {
  .welfare_iconCard {
    width: 4.1rem;
  }
}

.welfare_iconCard--78 {
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  .welfare_iconCard--78 {
    width: 6.4rem;
  }
}

.welfare_iconCard--58 {
  width: 5.8rem;
}
@media screen and (max-width: 767px) {
  .welfare_iconCard--58 {
    width: 5.1rem;
  }
}

.welfare_iconCard--45 {
  width: 4.5rem;
}

.welfare_yellowCard {
  color: #F4A000;
}
@media screen and (max-width: 767px) {
  .welfare_yellowCard {
    color: #1A1A1A;
  }
}

.welfare_liCard {
  position: relative;
  padding-left: 1rem;
}

.welfare_listCard {
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .welfare_listCard {
    width: 92.9%;
    margin: 0.8rem auto 0;
    font-size: 1.4rem;
  }
}

.welfare_liCard::before {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  background-color: #1A1A1A;
  background-repeat: no-repeat;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
}

.welfare_noteCard {
  font-size: 1.4rem;
  margin-top: 0.2rem;
}