#root {
  background-color: #2f80af;
  min-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

.show_text {
  transform: scale(1.2);
  animation: scale_move 0.3s ease forwards;
}
@keyframes scale_move {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.person_part{
  overflow-x: hidden;
}
.person_part_one {
  position: relative;
}

.person_part_one_container {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}

.person_part_one_container_l {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-right: 40%;
  padding-top: 50px;
}
.person_part_one_container_r {
  position: absolute;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 40%;
  background-color: #272727;
  padding-top: 50px;
  animation: show_right 0.7s ease forwards;
}
@keyframes show_right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes show_bottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.person_name_border {
  position: absolute;
  z-index: 3;
  font-size: 260px;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  -webkit-text-stroke: 1px #ffffff;
  bottom: 0;
  right: 5vw;
  opacity: 0.2;
}
.person_part_one_text_box_one {
  position: relative;
}
.person_part_one_text_box_one > h2 {
  font-size: 200px;
  line-height: 180px;
  -webkit-text-fill-color: #2f80af;
  font-weight: 500;
  -webkit-text-stroke: 1px #2ba0e3;
  opacity: 0.4;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.person_part_one_text_box_one > p {
  position: absolute;
  font-size: 45px;
  color: #fff;
  bottom: 0;
  left: 20px;
}

.person_part_one_text_box_two {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-left: 15px;
}
.person_part_one_text_box_two > p {
  font-size: 70px;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 2px;
  text-indent: 4px;
  line-height: 70px;
}
.person_part_one_text_box_two > h2 {
  font-size: 110px;
  color: #fff;
  line-height: 120px;
  letter-spacing: 10px;
}

.pserson_part_one_images {
  position: absolute;
  z-index: 3;
  left: 250px;
  bottom: 0;
  /* width: 550px; */
  /* height: 750px; */
  /* width: 660px;
  height: 900px; */
  animation: scale_move 0.3s ease forwards;
  /* background-color: #999999; */
}
.pserson_part_one_images > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line_text */
.pserson_part_one_line_text_box {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 10px 10px;
  opacity: 0.4;
}
.pserson_part_one_line_text_box > p {
  height: 35px;
}
.pserson_part_one_line_text_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.pserson_part_one_line_text_box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -6px;
  left: -12px;
}

/* line_text_one */
.pserson_tags_list > li:nth-child(1) {
  left: 50px;
  bottom: 200px;
  animation: show_left 0.5s ease forwards;
}
.pserson_tags_list > li:nth-child(1) > p::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #fff;
  bottom: 28px;
  right: -67px;
  transform: rotate(-45deg);
}
.pserson_tags_list > li:nth-child(1) > p::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #fff;
  right: -154px;
  top: -3px;
}

/* line_text_two */

.pserson_tags_list > li:nth-child(2) {
  left: 100px;
  bottom: 80px;
  animation: show_left 0.7s ease forwards;
}
.pserson_tags_list > li:nth-child(2) > p::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #fff;
  bottom: 17px;
  right: -42px;
  transform: rotate(-45deg);
}
.pserson_tags_list > li:nth-child(2) > p::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #fff;
  right: -154px;
  top: 18px;
}

/* line_text_three */
.pserson_tags_list > li:nth-child(3) {
  left: 700px;
  bottom: 400px;
  animation: show_right_tag 0.9s ease forwards;
}
.pserson_tags_list > li:nth-child(3)::before {
  right: -14px;
  left: unset;
}
.pserson_tags_list > li:nth-child(3) > p::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #fff;
  left: -68px;
  top: 82px;
  transform: rotate(-45deg);
}

@keyframes show_left {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 0.3;
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes show_right_tag {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 0.3;
    transform: translate3d(0%, 0, 0);
  }
}

/* person_part_one_container_r */
.person_part_one_about_box {
  left: 0;
  width: 70%;
  padding-left: 60px;
  max-width: 440px;
}
.person_part_one_about_box > h2 {
  font-size: 130px;
  color: #fff;
  opacity: 0.3;
}
.person_part_one_about_box > p {
  padding-top: 120px;
  font-size: 18px;
  line-height: 40px;
  color: #999999;
  letter-spacing: 2px;
}

/* person_part_silder */
.person_part_silder {
  position: fixed;
  z-index: 5;
  height: 100%;
  top: 0;
  right: 0;
  padding: 100px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.close_detail:hover{
    filter: brightness(1);
}
.close_detail:hover > p {
  opacity: 1;
}
.close_detail:hover > img {
  transform: translateX(-65px);
  background-color: #fff;
  border-color: #fff;
}
.close_detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
  filter: brightness(2);
}
.close_detail > p {
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  padding-left: 10px;
  transition: 0.3s ease;
  transform-origin: opacity;
}
.close_detail > img {
  border: 2px solid #b2b2b2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  min-width: 60px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  transform-origin: transform;
}
.scroll_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll_box > p {
  color: #fff;
  writing-mode: tb-rl;
  letter-spacing: 2px;
  font-size: 14px;
  text-align: center;
}
.scroll_line {
  position: relative;
  height: 120px;
  width: 2px;
  margin-top: 20px;
  overflow: hidden;
}
.scroll_line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 10%,
    rgba(255, 255, 255, 1) 90%
  );
  animation: move_scroll_line 3s ease infinite;
}

@keyframes move_scroll_line {
  0% {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

.tag_tap_item {
  position: relative;
  color: #fff;
  font-size: 25px;
  padding: 20px 0;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.tag_tap_item.active>p{
  color: #2f80af;
}
.tag_tap_item:hover > .tag_tap_full {
  opacity: 1;
}
.tag_tap_item:hover > .tag_tap_initial {
  left: -1.2rem;
  transform: unset;
  right: unset;
}
.tag_tap_item:nth-child(2):hover > .tag_tap_initial {
  left: -.9rem;
}
.tag_tap_item:last-child:hover > .tag_tap_initial {
  left: -1.1rem;
}
.tag_tap_initial {
  position: absolute;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  transition: 0.3s ease;
  transform-origin: left;
  text-align: center;
}
.tag_tap_full {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* mobile */
@media screen and (max-width: 767px) {
  .close_detail{
    padding-top: 50px;
  }
  .person_part_one_container {
    flex-direction: column;
    justify-content: none;
  }
  .person_part_one_container_l {
    height: 100%;
    padding-right: 0;
    min-height: 60vh;
  }
  .pserson_tags_list {
    display: none;
  }
  .pserson_part_one_images {
    left: 75%;
    margin-left: -50%;
    width: 300px;
    height: 400px;
  }
  .person_part_one_text_box_two {
    padding-bottom: 140px;
  }
  .person_part_one_text_box_two > p {
    font-size: 40px;
    line-height: 40px;
  }
  .person_part_one_text_box_two > h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .person_part_one_container_r {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    min-height: 40vh;
    /* animation: show_bottom 0.3s ease forwards; */
    animation: unset;
  }
  .person_part_one_about_box {
    width: 90%;
    height: 100%;
    padding: 0 30px;
    max-width: 90%;
    padding-bottom: 20px;
  }
  .person_part_one_about_box > h2 {
    font-size: 36px;
  }
  .person_part_one_about_box > p {
    padding-top: 24px;
    line-height: 30px;
    font-size: 14px;
  }

  
  .close_detail > img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 8px;
  }
  .close_detail > p {
    padding-left: 0;
  }
  .close_detail:hover > img {
    transform: translateX(-60px);
  }
  .person_part_silder {
    padding: 60px 10px;
  }

  .tag_tap_item:hover > .tag_tap_initial {
    left: -1.4rem;
  }
  .tag_tap_item:nth-child(2):hover > .tag_tap_initial {
    left: -1.2rem;
  }
  .tag_tap_item:last-child:hover > .tag_tap_initial {
    left: -1.5rem;
  }
}
