html,
body {
  overflow: visible;
}

main {
  overflow: visible;
}

#voice #visual {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #voice #visual {
    padding: 4rem 0;
  }
}
#voice #visual h1 {
  font-size: clamp(4.4rem, 3.008rem + 1.8vw, 5.6rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #voice #visual h1 {
    font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
    margin-bottom: 3rem;
  }
}
#voice #visual p {
  margin-left: auto;
  width: 55%;
}
@media screen and (max-width: 767px) {
  #voice #visual p {
    width: 100%;
    margin-left: 0;
  }
}
#voice #content-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #voice #content-wrap {
    flex-direction: column;
    gap: 3rem;
    padding: 0;
  }
}
#voice #content-wrap #side-menu {
  position: relative;
  max-width: 280px;
  width: 21%;
}
@media screen and (max-width: 960px) {
  #voice #content-wrap #side-menu {
    width: 100%;
    max-width: none;
  }
}
#voice #content-wrap #side-menu .sticky {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 960px) {
  #voice #content-wrap #side-menu .sticky {
    position: static;
    top: auto;
  }
}
#voice #content-wrap #side-menu h2 {
  color: #1532AA;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 1rem;
  padding-left: 16px;
}
@media screen and (max-width: 960px) {
  #voice #content-wrap #side-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#voice #content-wrap #side-menu ul li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #voice #content-wrap #side-menu ul li a {
    padding: 8px 12px;
    background-color: #EDF1FF;
    border: 1px solid #fff;
    padding-right: 25px;
  }
  #voice #content-wrap #side-menu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1532AA;
    border-bottom: 1px solid #1532AA;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
#voice #content-wrap #side-menu ul li a span {
  color: #1532AA;
  display: inline-block;
  margin-right: 5px;
}
#voice #content-wrap #side-menu ul li.active a {
  background-color: #EDF1FF;
}
#voice #content-wrap #content-block {
  flex: 1;
}
#voice #content-wrap #content-block .section-block {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block {
    padding: 3rem 2%;
    margin-bottom: 2rem;
  }
}
#voice #content-wrap #content-block .section-block .inbox {
  background-color: #EDF1FF;
  border-radius: 24px;
  padding: 5rem 4%;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block .inbox {
    padding: 3rem 2%;
  }
}
#voice #content-wrap #content-block .section-block h2 {
  color: #1532AA;
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block h2 {
    font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
    margin-bottom: 2rem;
  }
}
#voice #content-wrap #content-block .section-block h2 span {
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#voice #content-wrap #content-block .section-block .layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block .layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
#voice #content-wrap #content-block .section-block .layout .box {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  padding: 32px 5%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block .layout .box {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block .layout .box h3 {
    line-height: 1;
  }
}
#voice #content-wrap #content-block .section-block .layout .box h3 span {
  display: inline-block;
  background-color: #796BAF;
  border-radius: 4px;
  font-size: clamp(1.1rem, 0.592rem + 0.7vw, 1.6rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  padding: 4px 8px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block .layout .box h3 span {
    font-size: min(1.1rem, 2.4vw);
  }
}
#voice #content-wrap #content-block .section-block .layout .box .profile {
  display: flex;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1rem;
  gap: 4%;
}
#voice #content-wrap #content-block .section-block .layout .box .profile .photo {
  max-width: 82px;
  width: 30%;
}
#voice #content-wrap #content-block .section-block .layout .box .profile .text {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #voice #content-wrap #content-block .section-block .layout .box .profile .text {
    font-size: 10px;
  }
}
#voice #content-wrap #content-block .section-block .layout .box .profile .text span {
  display: inline-block;
  border: 1px solid #796BAF;
  color: #796BAF;
  font-size: clamp(1.025rem, 0.956rem + 0.1vw, 1.1rem);
  line-height: 1;
  padding: 4px 6px 2px 6px;
  border-radius: 4px;
  margin-bottom: 8px;
}
#voice #content-wrap #content-block .section-block .layout .box .oc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-color: transparent !important;
  overflow: hidden;
  border-radius: 0 0 24px 0;
}
#voice #content-wrap #content-block .section-block .layout .box .oc::before {
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background: none;
}
#voice #content-wrap #content-block .section-block .layout .box .oc::after {
  display: none;
}
#voice #content-wrap #content-block .section-block .layout .box .oc span {
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
#voice #content-wrap #content-block .section-block .layout .box .oc span::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#voice #content-wrap #content-block .section-block .layout .box .oc span::after {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  width: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#voice #content-wrap #content-block .section-block .layout .box.box1 {
  box-shadow: inset 0 0 0 0 rgba(121, 107, 175, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box1:hover {
  box-shadow: inset 0 0 0 2px #796BAF;
}
#voice #content-wrap #content-block .section-block .layout .box.box1 h3 span {
  background-color: #796BAF;
}
#voice #content-wrap #content-block .section-block .layout .box.box1 .profile .text span {
  border-color: #796BAF;
  color: #796BAF;
}
#voice #content-wrap #content-block .section-block .layout .box.box1 .oc {
  background-color: #796BAF;
}
#voice #content-wrap #content-block .section-block .layout .box.box1 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner01.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box1 .oc span::before {
  background-color: #796BAF;
}
#voice #content-wrap #content-block .section-block .layout .box.box1 .oc span::after {
  background-color: #796BAF;
}
#voice #content-wrap #content-block .section-block .layout .box.box2 {
  box-shadow: inset 0 0 0 0 rgba(56, 168, 105, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box2:hover {
  box-shadow: inset 0 0 0 2px #38A869;
}
#voice #content-wrap #content-block .section-block .layout .box.box2 h3 span {
  background-color: #38A869;
}
#voice #content-wrap #content-block .section-block .layout .box.box2 .profile .text span {
  border-color: #38A869;
  color: #38A869;
}
#voice #content-wrap #content-block .section-block .layout .box.box2 .oc {
  background-color: #38A869;
}
#voice #content-wrap #content-block .section-block .layout .box.box2 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner02.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box2 .oc span::before {
  background-color: #38A869;
}
#voice #content-wrap #content-block .section-block .layout .box.box2 .oc span::after {
  background-color: #38A869;
}
#voice #content-wrap #content-block .section-block .layout .box.box3 {
  box-shadow: inset 0 0 0 0 rgba(209, 109, 127, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box3:hover {
  box-shadow: inset 0 0 0 2px #D16D7F;
}
#voice #content-wrap #content-block .section-block .layout .box.box3 h3 span {
  background-color: #D16D7F;
}
#voice #content-wrap #content-block .section-block .layout .box.box3 .profile .text span {
  border-color: #D16D7F;
  color: #D16D7F;
}
#voice #content-wrap #content-block .section-block .layout .box.box3 .oc {
  background-color: #D16D7F;
}
#voice #content-wrap #content-block .section-block .layout .box.box3 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner03.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box3 .oc span::before {
  background-color: #D16D7F;
}
#voice #content-wrap #content-block .section-block .layout .box.box3 .oc span::after {
  background-color: #D16D7F;
}
#voice #content-wrap #content-block .section-block .layout .box.box4 {
  box-shadow: inset 0 0 0 0 rgba(165, 112, 2, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box4:hover {
  box-shadow: inset 0 0 0 2px #A57002;
}
#voice #content-wrap #content-block .section-block .layout .box.box4 h3 span {
  background-color: #A57002;
}
#voice #content-wrap #content-block .section-block .layout .box.box4 .profile .text span {
  border-color: #A57002;
  color: #A57002;
}
#voice #content-wrap #content-block .section-block .layout .box.box4 .oc {
  background-color: #A57002;
}
#voice #content-wrap #content-block .section-block .layout .box.box4 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner04.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box4 .oc span::before {
  background-color: #A57002;
}
#voice #content-wrap #content-block .section-block .layout .box.box4 .oc span::after {
  background-color: #A57002;
}
#voice #content-wrap #content-block .section-block .layout .box.box5 {
  box-shadow: inset 0 0 0 0 rgba(95, 177, 184, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box5:hover {
  box-shadow: inset 0 0 0 2px #5FB1B8;
}
#voice #content-wrap #content-block .section-block .layout .box.box5 h3 span {
  background-color: #5FB1B8;
}
#voice #content-wrap #content-block .section-block .layout .box.box5 .profile .text span {
  border-color: #5FB1B8;
  color: #5FB1B8;
}
#voice #content-wrap #content-block .section-block .layout .box.box5 .oc {
  background-color: #5FB1B8;
}
#voice #content-wrap #content-block .section-block .layout .box.box5 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner05.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box5 .oc span::before {
  background-color: #5FB1B8;
}
#voice #content-wrap #content-block .section-block .layout .box.box5 .oc span::after {
  background-color: #5FB1B8;
}
#voice #content-wrap #content-block .section-block .layout .box.box6 {
  box-shadow: inset 0 0 0 0 rgba(157, 186, 48, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box6:hover {
  box-shadow: inset 0 0 0 2px #9DBA30;
}
#voice #content-wrap #content-block .section-block .layout .box.box6 h3 span {
  background-color: #9DBA30;
}
#voice #content-wrap #content-block .section-block .layout .box.box6 .profile .text span {
  border-color: #9DBA30;
  color: #9DBA30;
}
#voice #content-wrap #content-block .section-block .layout .box.box6 .oc {
  background-color: #9DBA30;
}
#voice #content-wrap #content-block .section-block .layout .box.box6 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner06.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box6 .oc span::before {
  background-color: #9DBA30;
}
#voice #content-wrap #content-block .section-block .layout .box.box6 .oc span::after {
  background-color: #9DBA30;
}
#voice #content-wrap #content-block .section-block .layout .box.box7 {
  box-shadow: inset 0 0 0 0 rgba(243, 152, 1, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box7:hover {
  box-shadow: inset 0 0 0 2px #F39801;
}
#voice #content-wrap #content-block .section-block .layout .box.box7 h3 span {
  background-color: #F39801;
}
#voice #content-wrap #content-block .section-block .layout .box.box7 .profile .text span {
  border-color: #F39801;
  color: #F39801;
}
#voice #content-wrap #content-block .section-block .layout .box.box7 .oc {
  background-color: #F39801;
}
#voice #content-wrap #content-block .section-block .layout .box.box7 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner07.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box7 .oc span::before {
  background-color: #F39801;
}
#voice #content-wrap #content-block .section-block .layout .box.box7 .oc span::after {
  background-color: #F39801;
}
#voice #content-wrap #content-block .section-block .layout .box.box8 {
  box-shadow: inset 0 0 0 0 rgba(60, 130, 197, 0);
}
#voice #content-wrap #content-block .section-block .layout .box.box8:hover {
  box-shadow: inset 0 0 0 2px #3C82C5;
}
#voice #content-wrap #content-block .section-block .layout .box.box8 h3 span {
  background-color: #3C82C5;
}
#voice #content-wrap #content-block .section-block .layout .box.box8 .profile .text span {
  border-color: #3C82C5;
  color: #3C82C5;
}
#voice #content-wrap #content-block .section-block .layout .box.box8 .oc {
  background-color: #3C82C5;
}
#voice #content-wrap #content-block .section-block .layout .box.box8 .oc::before {
  content: url(/recruit/newgraduates/technical/assets/image/voice/corner08.svg);
}
#voice #content-wrap #content-block .section-block .layout .box.box8 .oc span::before {
  background-color: #3C82C5;
}
#voice #content-wrap #content-block .section-block .layout .box.box8 .oc span::after {
  background-color: #3C82C5;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 5px 0;
  padding: 0;
  background: transparent;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 0;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background-color: transparent !important;
  border-radius: 0 24px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 80px;
    height: 80px;
  }
}
.modal .modal-close::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  .modal .modal-close::before {
    width: 80px;
    height: 80px;
  }
}
.modal .modal-close::after {
  content: "" !important;
}
.modal .modal-close span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  top: 8px;
  right: 8px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .modal .modal-close span {
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
  }
}
.modal .modal-close span:hover {
  transform: scale(1.1) rotate(45deg);
}
.modal .modal-close span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #796BAF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #796BAF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}
.modal .modal-content {
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
  width: 100%;
}
.modal .modal-content .modal-top {
  display: flex;
  padding: 8rem 8%;
  gap: 5%;
}
@media screen and (max-width: 960px) {
  .modal .modal-content .modal-top {
    flex-direction: column;
    padding: 4rem 4%;
  }
}
.modal .modal-content .modal-top .text {
  flex: 1;
}
.modal .modal-content .modal-top .text h2 {
  color: #796BAF;
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-top .text h2 {
    font-size: min(20px, 4.9vw);
  }
}
.modal .modal-content .modal-top .text h2 + p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 3rem;
}
.modal .modal-content .modal-top .text h2 .indent {
  white-space: nowrap;
  text-indent: -5px;
}
.modal .modal-content .modal-top .text .wonder {
  border: 1px solid #796BAF;
  color: #796BAF;
  border-radius: 8px;
  padding: 15px 0;
  display: flex;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
@media screen and (max-width: 960px) {
  .modal .modal-content .modal-top .text .wonder {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-top .text .wonder {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.modal .modal-content .modal-top .text .wonder h3 {
  border-right: 1px solid #796BAF;
  font-weight: 500;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-top .text .wonder h3 {
    position: relative;
    border-right: none;
    padding: 0 10px;
  }
  .modal .modal-content .modal-top .text .wonder h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #796BAF;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
  }
}
.modal .modal-content .modal-top .text .wonder p {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .modal-top .text .wonder p {
    padding: 0 10px;
  }
}
.modal .modal-content .modal-top .profile {
  position: relative;
  width: 30%;
  border-radius: 24px;
  background-color: #796BAF;
  padding: 31px 5%;
  color: #fff;
  text-align: center;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .modal .modal-content .modal-top .profile {
    width: 100%;
  }
}
.modal .modal-content .modal-top .profile .en {
  position: absolute;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  font-weight: 500;
  margin-bottom: 8px;
  right: 24px;
  top: 24px;
}
.modal .modal-content .modal-top .profile .name {
  font-weight: 500;
}
.modal .modal-content .modal-top .profile .image {
  max-width: 120px;
  margin: 1rem auto;
}
.modal .modal-content .modal-top .profile .major {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 6px;
  display: inline-block;
  font-size: clamp(1.025rem, 0.956rem + 0.1vw, 1.1rem);
}
.modal .modal-content .modal-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 0 20px;
  border-top: 1px solid #E3E3E3;
}
.modal .modal-content .modal-bottom div {
  width: 200px;
  text-align: center;
  color: #1532AA;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  cursor: pointer;
}
.modal .modal-content .modal-bottom .index {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.modal .modal-content .modal-bottom .index span {
  vertical-align: middle;
  margin-right: 10px;
}
.modal .modal-content .modal-bottom .prev {
  position: relative;
}
.modal .modal-content .modal-bottom .prev::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1532AA;
  border-left: 2px solid #1532AA;
  left: 30%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.modal .modal-content .modal-bottom .next {
  position: relative;
}
.modal .modal-content .modal-bottom .next::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1532AA;
  border-right: 2px solid #1532AA;
  right: 30%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.modal.box1 .modal-close {
  background-color: #796BAF;
}
.modal.box1 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner01.svg);
}
.modal.box1 .modal-close span::before, .modal.box1 .modal-close span::after {
  background-color: #796BAF;
}
.modal.box1 .modal-content .modal-top .text h2 {
  color: #796BAF;
}
.modal.box1 .modal-content .modal-top .text .wonder {
  border-color: #796BAF;
  color: #796BAF;
}
.modal.box1 .modal-content .modal-top .text .wonder h3 {
  border-color: #796BAF;
}
.modal.box1 .modal-content .modal-top .text .wonder h3::after {
  background-color: #796BAF;
}
.modal.box1 .modal-content .profile {
  background-color: #796BAF;
}

.modal.box2 .modal-close {
  background-color: #38A869;
}
.modal.box2 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner02.svg);
}
.modal.box2 .modal-close span::before, .modal.box2 .modal-close span::after {
  background-color: #38A869;
}
.modal.box2 .modal-content .modal-top .text h2 {
  color: #38A869;
}
.modal.box2 .modal-content .modal-top .text .wonder {
  border-color: #38A869;
  color: #38A869;
}
.modal.box2 .modal-content .modal-top .text .wonder h3 {
  border-color: #38A869;
}
.modal.box2 .modal-content .modal-top .text .wonder h3::after {
  background-color: #38A869;
}
.modal.box2 .modal-content .profile {
  background-color: #38A869;
}

.modal.box3 .modal-close {
  background-color: #D16D7F;
}
.modal.box3 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner03.svg);
}
.modal.box3 .modal-close span::before, .modal.box3 .modal-close span::after {
  background-color: #D16D7F;
}
.modal.box3 .modal-content .modal-top .text h2 {
  color: #D16D7F;
}
.modal.box3 .modal-content .modal-top .text .wonder {
  border-color: #D16D7F;
  color: #D16D7F;
}
.modal.box3 .modal-content .modal-top .text .wonder h3 {
  border-color: #D16D7F;
}
.modal.box3 .modal-content .modal-top .text .wonder h3::after {
  background-color: #D16D7F;
}
.modal.box3 .modal-content .profile {
  background-color: #D16D7F;
}

.modal.box4 .modal-close {
  background-color: #A57002;
}
.modal.box4 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner04.svg);
}
.modal.box4 .modal-close span::before, .modal.box4 .modal-close span::after {
  background-color: #A57002;
}
.modal.box4 .modal-content .modal-top .text h2 {
  color: #A57002;
}
.modal.box4 .modal-content .modal-top .text .wonder {
  border-color: #A57002;
  color: #A57002;
}
.modal.box4 .modal-content .modal-top .text .wonder h3 {
  border-color: #A57002;
}
.modal.box4 .modal-content .modal-top .text .wonder h3::after {
  background-color: #A57002;
}
.modal.box4 .modal-content .profile {
  background-color: #A57002;
}

.modal.box5 .modal-close {
  background-color: #5FB1B8;
}
.modal.box5 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner05.svg);
}
.modal.box5 .modal-close span::before, .modal.box5 .modal-close span::after {
  background-color: #5FB1B8;
}
.modal.box5 .modal-content .modal-top .text h2 {
  color: #5FB1B8;
}
.modal.box5 .modal-content .modal-top .text .wonder {
  border-color: #5FB1B8;
  color: #5FB1B8;
}
.modal.box5 .modal-content .modal-top .text .wonder h3 {
  border-color: #5FB1B8;
}
.modal.box5 .modal-content .modal-top .text .wonder h3::after {
  background-color: #5FB1B8;
}
.modal.box5 .modal-content .profile {
  background-color: #5FB1B8;
}

.modal.box6 .modal-close {
  background-color: #9DBA30;
}
.modal.box6 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner06.svg);
}
.modal.box6 .modal-close span::before, .modal.box6 .modal-close span::after {
  background-color: #9DBA30;
}
.modal.box6 .modal-content .modal-top .text h2 {
  color: #9DBA30;
}
.modal.box6 .modal-content .modal-top .text .wonder {
  border-color: #9DBA30;
  color: #9DBA30;
}
.modal.box6 .modal-content .modal-top .text .wonder h3 {
  border-color: #9DBA30;
}
.modal.box6 .modal-content .modal-top .text .wonder h3::after {
  background-color: #9DBA30;
}
.modal.box6 .modal-content .profile {
  background-color: #9DBA30;
}

.modal.box7 .modal-close {
  background-color: #F39801;
}
.modal.box7 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner07.svg);
}
.modal.box7 .modal-close span::before, .modal.box7 .modal-close span::after {
  background-color: #F39801;
}
.modal.box7 .modal-content .modal-top .text h2 {
  color: #F39801;
}
.modal.box7 .modal-content .modal-top .text .wonder {
  border-color: #F39801;
  color: #F39801;
}
.modal.box7 .modal-content .modal-top .text .wonder h3 {
  border-color: #F39801;
}
.modal.box7 .modal-content .modal-top .text .wonder h3::after {
  background-color: #F39801;
}
.modal.box7 .modal-content .profile {
  background-color: #F39801;
}

.modal.box8 .modal-close {
  background-color: #3C82C5;
}
.modal.box8 .modal-close::before {
  background-image: url(/recruit/newgraduates/technical/assets/image/voice/corner08.svg);
}
.modal.box8 .modal-close span::before, .modal.box8 .modal-close span::after {
  background-color: #3C82C5;
}
.modal.box8 .modal-content .modal-top .text h2 {
  color: #3C82C5;
}
.modal.box8 .modal-content .modal-top .text .wonder {
  border-color: #3C82C5;
  color: #3C82C5;
}
.modal.box8 .modal-content .modal-top .text .wonder h3 {
  border-color: #3C82C5;
}
.modal.box8 .modal-content .modal-top .text .wonder h3::after {
  background-color: #3C82C5;
}
.modal.box8 .modal-content .profile {
  background-color: #3C82C5;
}