@media screen and (min-width: 1024px) {
  .faq--archive .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .faq--archive .column .ele:first-child {
    width: 300px;
    margin-right: 50px;
  }
}
.faq--archive .column .ele:first-child .cat-wrap {
  padding: 15px;
  background: #5E9AF8;
}
@media screen and (min-width: 1200px) {
  .faq--archive .column .ele:first-child .cat-wrap {
    padding: 20px;
  }
}
.faq--archive .column .ele:first-child .cat-wrap .cat-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .faq--archive .column .ele:first-child .cat-wrap .cat-title {
    margin-bottom: 20px;
  }
}
.faq--archive .column .ele:first-child .cat-wrap .cat-list .cat:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .faq--archive .column .ele:first-child .cat-wrap .cat-list .cat:not(:first-child) {
    margin-top: 15px;
  }
}
.faq--archive .column .ele:first-child .cat-wrap .cat-list .cat a {
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  color: #5E9AF8;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq--archive .column .ele:first-child .cat-wrap .cat-list .cat a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .faq--archive .column .ele:first-child .cat-wrap .cat-list .cat a {
    padding: 20px;
  }
}
.faq--archive .column .ele:first-child .cat-wrap .cat-list .cat a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(50% - 7px);
  right: 15px;
  background-image: url("/assets/images/home/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1200px) {
  .faq--archive .column .ele:first-child .cat-wrap .cat-list .cat a:after {
    right: 20px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}
.faq--archive .column .ele:nth-child(2) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .faq--archive .column .ele:nth-child(2) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .faq--archive .column .ele:nth-child(2) {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.faq--archive .column .ele:nth-child(2) .faq-list .item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.faq--archive .column .ele:nth-child(2) .faq-list .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq--archive .column .ele:nth-child(2) .faq-list .item a {
  display: block;
  position: relative;
  padding: 25px 0;
  border-radius: 4px;
  -webkit-transition: background 0.15s ease, padding-left 0.15s ease;
  transition: background 0.15s ease, padding-left 0.15s ease;
}
.faq--archive .column .ele:nth-child(2) .faq-list .item a:hover {
  background: #f8faff;
  padding-left: 6px;
}
.faq--archive .column .ele:nth-child(2) .faq-list .item a .contents .info {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .faq--archive .column .ele:nth-child(2) .faq-list .item a .contents .info {
    font-size: 13px;
  }
}
.faq--archive .column .ele:nth-child(2) .faq-list .item a .contents .info .cat {
  color: #5E9AF8;
}
.faq--archive .column .ele:nth-child(2) .faq-list .item a .contents .title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .faq--archive .column .ele:nth-child(2) .faq-list .item a .contents .title {
    margin-top: 15px;
    font-size: 16px;
  }
}

.faq--single .wrap {
  max-width: 1000px;
}
.faq--single .single-contents {
  border-top: none;
  border-bottom: none;
}
.faq--single .single-contents .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
}
.faq--single .single-contents .post-meta .cat {
  color: #5E9AF8;
  background: #eef4ff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
}
.faq--single .single-contents .post-meta .date {
  color: #888;
}
.faq--single .single-contents .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 20px;
}
.faq--single .single-contents .content h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 10px 14px;
  background: #eef4ff;
  border-left: 3px solid #5E9AF8;
  border-radius: 0 6px 6px 0;
  margin: 20px 0 12px;
  line-height: 1.5;
}
.faq--single .single-contents .content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a2b4a;
  padding-left: 10px;
  border-left: 3px solid rgba(94, 154, 248, .5);
  margin: 18px 0 10px;
  line-height: 1.5;
}
.faq--single .single-contents .content p {
  font-size: 14px;
  line-height: 1.9;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.faq--single .single-contents .content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 16px;
}
.faq--single .single-contents .content ul li {
  font-size: 14px;
  line-height: 1.8;
  color: #1a1a1a;
  padding-left: 18px;
  position: relative;
}
.faq--single .single-contents .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5E9AF8;
}
.faq--single .single-contents .content figure.wp-block-image {
  margin: 20px 0;
}
.faq--single .single-contents .content figure.wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.faq--single .single-contents .content figure.wp-block-image figcaption {
  margin-top: 6px;
  font-size: 12px;
  color: #888;
  text-align: center;
}
.faq--single .single-contents .content figure.wp-block-table {
  margin: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.faq--single .single-contents .content figure.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}
.faq--single .single-contents .content figure.wp-block-table th {
  background: #5E9AF8;
  color: #fff;
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
}
.faq--single .single-contents .content figure.wp-block-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(94, 154, 248, .15);
  vertical-align: middle;
}
.faq--single .single-contents .content figure.wp-block-table tr:nth-child(even) td {
  background: #eef4ff;
}
.faq--single .single-contents .content .internal-link-button,
.faq--single .single-contents .content .internal-link-button2,
.faq--single .single-contents .content .internal-link-button3 {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin: 16px 0;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: filter .2s ease, -webkit-transform .15s ease;
  transition: filter .2s ease, transform .15s ease;
}
.faq--single .single-contents .content .internal-link-button:hover,
.faq--single .single-contents .content .internal-link-button2:hover,
.faq--single .single-contents .content .internal-link-button3:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.faq--single .single-contents .content .internal-link-button {
  background: #5E9AF8;
  -webkit-box-shadow: 0 2px 8px rgba(94, 154, 248, .3);
          box-shadow: 0 2px 8px rgba(94, 154, 248, .3);
}
.faq--single .single-contents .content .internal-link-button2 {
  background: #06C755;
  -webkit-box-shadow: 0 2px 8px rgba(6, 199, 85, .3);
          box-shadow: 0 2px 8px rgba(6, 199, 85, .3);
}
.faq--single .single-contents .content .internal-link-button3 {
  background: #E96A46;
  -webkit-box-shadow: 0 2px 8px rgba(233, 106, 70, .3);
          box-shadow: 0 2px 8px rgba(233, 106, 70, .3);
}
.faq--single .single-contents .content .has-text-align-right  { text-align: right; }
.faq--single .single-contents .content .has-text-align-center { text-align: center; }
.faq--single .single-contents .content .has-small-font-size   { font-size: 12px; }