.faq-list {
  position: relative;
}
.faq-list > div {
  padding-bottom: 40px;
  border-bottom: 1px solid #888888;
  line-height: 1.8;
}
.faq-list > div:nth-of-type(n+2) {
  margin-top: 60px;
}
.faq-list > div > dt {
  position: relative;
  padding-left: 80px;
  font-size: 1.8rem;
}
.faq-list > div > dt::before {
  font-weight: normal;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #EE3444;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 3.8rem;
  line-height: 1;
  padding-bottom: 10px;
}
.faq-list > div > dd {
  position: relative;
  margin-top: 60px;
  font-size: 1.8rem;
}
.faq-list > div > dd::before {
  font-weight: normal;
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #EE3444;
  border: 1px solid #EE3444;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 3.8rem;
  line-height: 1;
  padding-bottom: 10px;
}
.faq-list > div > dd > p {
  padding-left: 80px;
}
.faq-list-link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 20px;
}
.faq-list-link > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border: 1px solid #EE3444;
  border-radius: 100px;
  padding: 0 80px;
  color: #EE3444;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.faq-list-link > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url(/recruit/sinsotu/assets/img/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 767.99px), print {
  .mv-main-title > h1 {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1800px) {
  .mv-main-title > h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 767.99px) and (max-width: 1270px) {
  .mv-main-title > h1 {
    font-size: 3.937007874vw !important;
  }
}
@media screen and (max-width: 767.98px) {
  .faq-list > div {
    padding-bottom: 20px;
  }
  .faq-list > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .faq-list > div > dt {
    font-size: 1.4rem;
    padding-left: 55px;
  }
  .faq-list > div > dt::before {
    top: -5px;
    width: 40px;
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
  .faq-list > div > dd {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .faq-list > div > dd::before {
    top: -5px;
    width: 40px;
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
  .faq-list > div > dd > p {
    padding-left: 55px;
  }
  .faq-list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .faq-list-link > a:hover {
    background-color: #EE3444;
    color: #fff;
  }
  .faq-list-link > a:hover::after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
}