@media only screen and (min-width: 1300px) and (max-width: 1635px) {
  body {
    zoom: 90%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1155px) {
  body {
    zoom: 69%;
  }
}
#main__top .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.6923076923rem;
  padding-right: 0.8269230769rem;
}
@media screen and (min-width: 1000px) {
  #main__top .container {
    max-width: 1669px;
    padding: 0 15px;
  }
}
#main__top .breadcrumbs {
  padding: 0.1730769231rem 0 0.1923076923rem;
  font-size: 0.1923076923rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.0211538462rem;
}
@media (min-width: 1000px) {
  #main__top .breadcrumbs {
    padding: 23px 0 40px;
    font-size: 12px;
    letter-spacing: 1.32px;
  }
}
#main__top .breadcrumbs a {
  font-size: 0.1923076923rem;
  line-height: 0.32rem;
  letter-spacing: 0.0211538462rem;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 1000px) {
  #main__top .breadcrumbs a {
    font-size: 12px;
    letter-spacing: 1.32px;
  }
}
#main__top .breadcrumbs a:hover {
  color: #0088D0;
}
#main__top .breadcrumbs .aioseo-breadcrumb-separator {
  padding: 0 10px;
}
#main__top .sec__top__hero {
  background: #D8F9FF 0% 0% no-repeat padding-box;
  padding: 66px 0;
}
@media screen and (max-width: 1000px) {
  #main__top .sec__top__hero {
    padding: 0.3846153846rem 0 0.4423076923rem;
  }
}
#main__top .sec__top__hero h1 {
  letter-spacing: 2.2px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (max-width: 1000px) {
  #main__top .sec__top__hero h1 {
    font-size: 0.3076923077rem;
    letter-spacing: 0.0338461538rem;
    margin-top: 0.0576923077rem;
  }
}
#main__top .sec__top__hero .box__image {
  width: 313px;
}
@media screen and (max-width: 1000px) {
  #main__top .sec__top__hero .box__image {
    width: 2.8269230769rem;
  }
}
#main__top .sec__top__hero .box__image img {
  width: 100%;
  display: flex;
}
#main__top .category__page__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #main__top .category__page__row {
    flex-wrap: wrap;
  }
}
#main__top .col__faq {
  width: 79.4%;
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq {
    width: 100%;
  }
}
#main__top .col__faq .box__faq__by__cat {
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq .box__faq__by__cat {
    margin-bottom: 1.7884615385rem;
  }
}
#main__top .col__faq .faq-category {
  font-size: 30px;
  letter-spacing: 2.1px;
  font-weight: bold;
  padding-bottom: 9px;
  padding-left: 4px;
  margin-bottom: 17px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq .faq-category {
    letter-spacing: 0.0269230769rem;
    padding-bottom: 0.2307692308rem;
    margin-bottom: 0.3076923077rem;
    font-size: 0.3846153846rem;
  }
}
#main__top .col__faq .faq-category::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #C7C7C7;
  border-radius: 3px;
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq .faq-category::after {
    height: 0.0576923077rem;
    border-radius: 0.0576923077rem;
  }
}
#main__top .col__faq .list__faqs .item__faq {
  position: relative;
}
#main__top .col__faq .list__faqs .item__faq .item__inner {
  padding: 0.4038461538rem 0rem 0.3461538462rem 0.0961538462rem;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .item__inner {
    padding: 23px 23px 23px 5px;
  }
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .item__inner {
    overflow: hidden;
  }
}
#main__top .col__faq .list__faqs .item__faq:nth-of-type(1) .item__inner {
  padding-top: 0;
}
#main__top .col__faq .list__faqs .item__faq::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1001' height='2' viewBox='0 0 1001 2'><line x2='999' transform='translate(1 1)' fill='none' stroke='%23299fdd' stroke-linecap='round' stroke-width='2' stroke-dasharray='0 11'/></svg>");
  background-repeat: repeat-x;
  background-size: auto 2px;
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq::after {
    background-size: cover;
    height: 0.0384615385rem;
  }
}
#main__top .col__faq .list__faqs .item__faq .question__faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#main__top .col__faq .list__faqs .item__faq .question__faq h3 {
  color: #0088d0;
  font-size: 0.2884615385rem;
  letter-spacing: 0.0259615385rem;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .question__faq h3 {
    font-size: 20px;
    letter-spacing: 1.8px;
    font-weight: 600;
  }
}
#main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq {
  background-color: #00a6dc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 0.2884615385rem;
  height: 0.2884615385rem;
  margin-left: 0.3846153846rem;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
  }
}
#main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::before, #main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::before, #main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::after {
    border-radius: 0.0576923077rem;
  }
}
#main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::after {
  width: 0.1636538462rem;
  height: 0.0384615385rem;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::after {
    height: 2px;
    width: 12px;
  }
}
#main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::before {
  width: 0.0384615385rem;
  height: 0.1636538462rem;
  transition: all 0.2s;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .question__faq .toggle__faq::before {
    width: 2px;
    height: 12px;
  }
}
#main__top .col__faq .list__faqs .item__faq .question__faq.active .toggle__faq::before {
  height: 0;
}
#main__top .col__faq .list__faqs .item__faq .answer__faq {
  font-size: 0.2692307692rem;
  letter-spacing: 0.0188461538rem;
  line-height: 1.8;
  margin-top: 0.2403846154rem;
  word-wrap: break-word;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .answer__faq {
    font-size: 15px;
    letter-spacing: 1.05px;
    line-height: 1.7;
    margin-top: 12px;
  }
}
#main__top .col__faq .list__faqs .item__faq .answer__faq a {
  display: block;
  color: #0048b1;
  text-decoration: underline;
  margin-top: 0.05rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  #main__top .col__faq .list__faqs .item__faq .answer__faq a {
    margin-top: 8px;
  }
}
#main__top .col__faq .list__faqs .item__faq .answer__faq a:hover {
  color: #0088d0;
}
#main__top .col__cats__sidebar {
  width: 15%;
}
@media screen and (max-width: 1000px) {
  #main__top .col__cats__sidebar {
    width: 100%;
  }
}
#main__top .col__cats__sidebar .box__cats__body {
  padding-bottom: 30px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #main__top .col__cats__sidebar .box__cats__body {
    padding-bottom: 1.3461538462rem;
  }
}
#main__top .col__cats__sidebar .box__cats__sidebar {
  position: sticky;
  top: 150px;
  overflow-y: auto;
}
#main__top .col__cats__sidebar .box__cats__sidebar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #C1C1C1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  #main__top .col__cats__sidebar .box__cats__sidebar::before {
    display: none;
  }
}
#main__top .col__cats__sidebar .box__cats__sidebar__item {
  font-size: 13px;
  letter-spacing: 0.91px;
  font-weight: 500;
  padding: 2px 0 2px 9px;
  position: relative;
  cursor: pointer;
}
#main__top .col__cats__sidebar .box__cats__sidebar__item:not(:first-child) {
  margin-top: 20px;
}
#main__top .col__cats__sidebar .box__cats__sidebar__item.active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #717171;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  #main__top .col__cats__sidebar .box__cats__sidebar__item.active::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #main__top .col__cats__sidebar .box__cats__sidebar__item {
    margin: 0 !important;
    padding: 0.2403846154rem 0;
    padding-right: 0.5769230769rem;
    letter-spacing: 0.0188461538rem;
    font-size: 0.2692307692rem;
    position: relative;
  }
  #main__top .col__cats__sidebar .box__cats__sidebar__item:not(:first-child) {
    border-top: 0.0192307692rem solid #DBDBDB;
  }
  #main__top .col__cats__sidebar .box__cats__sidebar__item:last-child {
    border-bottom: 0.0192307692rem solid #DBDBDB;
  }
  #main__top .col__cats__sidebar .box__cats__sidebar__item::after {
    content: "";
    position: absolute;
    width: 0.2307692308rem;
    height: 0.2307692308rem;
    background-image: url(/wp-content/themes/renewal/assets/images/faq_v2/arrow_down.svg);
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: 0.2s;
  }
  #main__top .col__cats__sidebar .box__cats__sidebar__item.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1000px) {
  #main__top .backtop {
    width: 0.5384615385rem;
    height: 1.8846153846rem;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
  }
  #main__top .backtop img {
    display: flex;
    width: 100%;
  }
}/*# sourceMappingURL=faq-v2.css.map */