main {
  background: #EEEEEE;
}

.person_inner {
  max-width: 1252px;
  margin: 100px auto 80px;
  padding: 0 20px;
}
@media all and (max-width: 750px) {
  .person_inner {
    padding: 0 15px;
    margin: 40px auto;
  }
}

.anchor_list li a {
  background: #EFDF49;
}
.anchor_list li a .anchor_img {
  width: 23%;
}
.anchor_list li a .anchor_num {
  color: #444444;
}
.anchor_list li a .anchor_title {
  color: #444444;
  background: none;
  font-size: clamp(13px, 1.5vw, 22px);
}
.anchor_list li a .anchor_title span {
  font-size: clamp(18px, 2vw, 30px);
  margin-left: 10px;
}
.anchor_list li a .anchor_text_sub {
  background: #fff;
  color: #444444;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 600;
  padding: 0 10px;
}

.person_content {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1252px;
  margin: 0 auto 160px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media all and (max-width: 750px) {
  .person_content {
    padding: 0 15px;
    gap: 30px;
    margin: 0 auto 60px;
  }
}

.person_content_item {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: repeat(6, auto);
  gap: 0px 60px;
  padding: 30px 30px 0px 120px;
  border-radius: 70px;
}

.person_content_item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.person_content_item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.person_content_item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.person_content_item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.person_content_item > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.person_content_item > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.person_content_item > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.person_content_item > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.person_content_item > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.person_content_item > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.person_content_item > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.person_content_item > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
@media all and (max-width: 750px) {
  .person_content_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0px;
    padding: 10px 20px 20px 20px;
    border-radius: 35px;
  }
  .person_content_item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media all and (min-width: 751px) {
  .person_content_item:nth-child(even) {
    padding: 30px 120px 0px 30px;
  }
}
.person_content_item:nth-child(even) .person_num {
  -ms-grid-column: 2;
  grid-column: 2;
}
.person_content_item:nth-child(even) .person_text_sub {
  -ms-grid-column: 2;
  grid-column: 2;
}
.person_content_item:nth-child(even) .person_img_wrap {
  -ms-grid-column: 2;
  grid-column: 2;
}
.person_content_item:nth-child(even) .person_text_detail {
  -ms-grid-column: 2;
  grid-column: 2;
}
.person_content_item:nth-child(even) .holiday_image {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
}
@media all and (max-width: 750px) {
  .person_content_item:nth-child(even) .person_num {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .person_content_item:nth-child(even) .person_text_sub {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .person_content_item:nth-child(even) .person_img_wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .person_content_item:nth-child(even) .person_text_detail {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .person_content_item:nth-child(even) .holiday_image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.person_num {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.5vw, 36px);
}
@media all and (max-width: 750px) {
  .person_num {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 auto;
  }
}
.person_num .sharp {
  font-size: clamp(27px, 3.5vw, 48px);
}
.person_num .number {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(32px, 3.8vw, 58px);
}

.person_text_sub {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  color: #fff;
  font-size: clamp(22px, 2.8vw, 40px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
@media all and (max-width: 750px) {
  .person_text_sub {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 0 auto;
    text-align: center;
  }
}

.holiday_image {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
}
@media all and (max-width: 750px) {
  .holiday_image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.person_img_wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 20px 0;
}
@media all and (max-width: 750px) {
  .person_img_wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 20px;
  }
}

.person_img {
  width: 80px;
}
@media all and (max-width: 750px) {
  .person_img {
    width: 50px;
  }
}

.person_title {
  font-size: clamp(13px, 1.5vw, 23px);
  font-weight: 600;
  position: relative;
}
.person_title p {
  position: relative;
  z-index: 1;
}
.person_title span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: clamp(19px, 2.36vw, 34px);
  margin-left: 10px;
}
.person_title::after {
  content: "";
  position: absolute;
  background: #EFDF49;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 0;
}

.person_text_detail {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: 2;
}
@media all and (max-width: 750px) {
  .person_text_detail {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
    text-align: center;
  }
}

.black_line span {
  display: inline-block;
  padding: 2px 14px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.35s ease, transform 0.45s ease;
  transition: opacity 0.35s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}
.black_line span::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #444444;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .black_line span {
    padding: 0px 10px;
    font-size: clamp(22px, 6.4vw, 34px);
  }
}