@charset "UTF-8";
.bold {
  font-weight: 700;
}

.faq {
  padding-top: 78px;
  padding-bottom: 190px;
}
.heading-decoration {
  margin-top: 52px;
}
.top-btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0px 4px 0px 0px #000;
  padding: 7px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #272226;
}
.list-faq-first {
  margin-top: 57px;
  margin-bottom: 60px;
}
.list-faq-first li:not(:last-child) {
  margin-bottom: 55px;
}
.list-faq-second li:not(:last-child) {
  margin-bottom: 20px;
}

h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.area-faq {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  padding: 0 18px;
}
.question {
  font-size: 20px;
  padding: 26px 44px 28px 44px;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
}
.question::after {
  content: '';
  display: block;
  width: 20px;
  height: 40px;
  background-image: url(../images/quote.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}
.answer {
  font-size: 20px;
  font-weight: 400;
  padding: 0 44px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
}
.answer::after {
  content: '';
  display: block;
  height: 75px;
}
h4 {
  font-size: 20px;
  font-weight: 700;
}
h4:first-child {
  margin-top: 28px;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
}

.answer p,
.answer h4,
.answer h5 {
  letter-spacing: 2px;
  line-height: 1.2;
}
.answer p,
.answer h4 {
  margin-bottom: 32px;
}
.answer h5 {
  margin-bottom: 12px;
}
.answer p:last-child {
  margin-bottom: 0;
}

.area-detail {
  border: 4px solid #F0F0F0;
  padding: 42px 35px;
  margin-bottom: 44px;
}
.quote {
  border-left: 4px solid #F0F0F0;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-left: 32px;
  font-size: 18px;
}
.quote li {
  line-height: 1.2;
  letter-spacing: 2px;
}
.related-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding: 6px 0;
  border: 1px solid #000;
  color: #272226;
  background-color: #F0F0F0;
  box-shadow: 0 4px 0 0 #000;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
}
.related-btn i {
  margin-left: 5px;
  margin-top: 5px;
}
.highlight {
  background: linear-gradient(transparent 70%, #FAFF00 30%);
}
.answer hr {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}
.answer .link {
  color: #2622E4;
  border-bottom: 1px dotted #2622E4;
}

.i-link::after {
  width: 18px;
  height: 25px;
  right: -5px;
}

.btn1 {
  margin-left: 30px;
  margin-bottom: 40px;
}
.text1 {
  font-size: 18px;
  padding-left: 36px;
}
.img1 {
  width: 36%;
}


footer {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .faq {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .heading-decoration {
    margin-top: 40rem;
  }
  .top-btn {
    width: 300rem;
    padding: 8rem 0;
    font-size: 20rem;
  }
  .list-faq-first {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
  .list-faq-first li:not(:last-child) {
    margin-bottom: 30rem;
  }
  .list-faq-second li:not(:last-child) {
    margin-bottom: 20px;
  }

  h3 {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .area-faq {
    padding: 0 18rem;
  }
  .question {
    font-size: 18rem;
    padding: 10rem 30rem 12rem 30rem;
    letter-spacing: 0;
  }
  .question::after {
    width: 18rem;
    height: 30rem;
    left: 0;
  }
  .answer {
    font-size: 16rem;
    padding: 0 5rem;
    text-align: justify;
  }
  .answer::after {
    height: 30rem
  }
  h4 {
    font-size: 18rem;
  }
  h4:first-child {
    margin-top: 16rem;
  }
  h5 {
    font-size: 16rem;
    padding-left: 10rem;
  }

  .answer p,
  .answer h4,
  .answer h5 {
    letter-spacing: 0;
  }
  .answer p,
  .answer h4 {
    margin-bottom: 20rem;
  }
  .answer h5 {
    margin-bottom: 10rem;
  }

  .area-detail {
    border: 4rem solid #F0F0F0;
    padding: 20rem 10rem;
    margin-bottom: 20rem;
  }
  .quote {
    border-left: 4rem solid #F0F0F0;
    padding-left: 10rem;
    margin-bottom: 20rem;
    margin-left: 15rem;
    font-size: 16rem;
  }
  .quote li {
    letter-spacing: 0;
  }
  .related-btn {
    width: 160rem;
    padding: 5rem 0;
    font-size: 16rem;
  }
  .related-btn i {
    margin-left: 5rem;
    margin-top: 5rem;
  }
  .answer hr {
    margin-bottom: 20rem;
  }

  .i-link::after {
    width: 16rem;
    height: 20rem;
    right: -4rem;
  }

  .btn1 {
    margin-left: 15rem;
    margin-bottom: 30rem;
  }
  .text1 {
    font-size: 16rem;
    padding-left: 15rem;
  }
  .img1 {
    width: 100%;
  }

}