@media only screen and (max-width: 767px) {
  .commonBtnTopArea {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonBtnTopArea {
    padding-top: 50px;
  }
}
.secCategory {
  background: url(../../shared/images/bg_mesh.png) left top repeat;
  background-size: 41px;
}
.secCategory .categoryListWrap {
  display: flex;
  flex-wrap: wrap;
}
.secCategory .categoryListWrap .categoryList {
  background: #DDF6FF;
  color: #0098FF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.secCategory .categoryListWrap .categoryList.on, .secCategory .categoryListWrap .categoryList:hover {
  background: #ffffff;
}
.secCategory .categoryListWrap .categoryList.on {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .secCategory {
    padding: 40px 0 0px 0;
  }
  .secCategory .categoryListWrap {
    padding: 20px 0 0 0;
  }
  .secCategory .categoryListWrap .categoryList {
    width: 50%;
    height: 52px;
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .secCategory {
    padding: 40px 0 0px 0;
  }
  .secCategory .categoryListWrap {
    padding: 24px 0 0 0;
  }
  .secCategory .categoryListWrap .categoryList {
    width: 50%;
    height: 64px;
    font-size: 20px;
  }
}
.secFaqList .faqListWrap {
  display: flex;
  flex-direction: column;
}
.secFaqList .faqListWrap .faqList {
  box-shadow: 0 0 4px 0 rgba(118, 172, 192, 0.6);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: #000000;
  background: url(../../shared/images/arrow_blue_right.svg) right center no-repeat;
}
.secFaqList .faqListWrap .faqList .icon {
  color: #1DC2FF;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.secFaqList .faqListWrap .faqList .title {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .secFaqList .faqListWrap {
    row-gap: 18px;
    padding: 24px 0 48px 0;
  }
  .secFaqList .faqListWrap .faqList {
    padding: 12px 16px;
    background-position: right 16px center;
    background-size: 21px 12px;
  }
  .secFaqList .faqListWrap .faqList .icon {
    font-size: 20px;
    width: 30px;
  }
  .secFaqList .faqListWrap .faqList .title {
    font-size: clamp(14px, 4.1vw, 16px);
    width: calc(100% - 30px);
    padding-right: 36px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaqList .faqListWrap {
    row-gap: 20px;
    padding: 40px 0 56px 0;
  }
  .secFaqList .faqListWrap .faqList {
    padding: 17px 20px;
    background-position: right 24px center;
    background-size: 21px 12px;
  }
  .secFaqList .faqListWrap .faqList .icon {
    font-size: 20px;
    width: 30px;
  }
  .secFaqList .faqListWrap .faqList .title {
    font-size: clamp(14px, 1.25vw, 16px);
    width: calc(100% - 30px);
    padding-right: 36px;
  }
}/*# sourceMappingURL=style.css.map */