/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#main.q-a {
  position: relative;
}

#main.q-a .title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #main.q-a .title-wrapper {
    margin-bottom: 30px;
  }
}

#main.q-a #second-section {
  padding: 60px 0;
  background-color: #E4F0F8;
}

@media screen and (max-width: 767px) {
  #main.q-a #second-section {
    padding: 40px 0;
  }
}

#main.q-a #second-section .cont .inner {
  max-width: 800px;
  width: auto;
  margin: auto;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  letter-spacing: 1px;
}

@media (max-width: 527.98px) {
  #main.q-a #second-section .cont .inner {
    padding: 15px;
  }
}

#main.q-a #second-section .cont .inner:not(:last-child) {
  margin-bottom: 30px;
}

#main.q-a #second-section .cont .inner h4._title {
  color: #0672B9;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

#main.q-a #second-section .cont .inner h4._title span {
  font-size: 80%;
  color: #1E1E0B;
}

@media screen and (max-width: 767px) {
  #main.q-a #second-section .cont .inner h4._title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#main.q-a #second-section .cont .inner .content h5 {
  margin-bottom: 10px;
}

#main.q-a #second-section .cont .inner .content .box {
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.q-a #second-section .cont .inner .content .box {
    font-size: 14px;
  }
}

#main.q-a #second-section .cont .inner .content .desc {
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #main.q-a #second-section .cont .inner .content .desc {
    font-size: 14px;
  }
}

#main.q-a #second-section .cont .inner .content .images {
  text-align: center;
}

#main.q-a #faq-section {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section {
    padding: 40px 0;
  }
}

#main.q-a #faq-section .cont .notes {
  display: block;
  max-width: 860px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  font-weight: normal;
  color: #f44336;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .notes {
    font-size: 18px;
  }
}

#main.q-a #faq-section .cont .inner {
  max-width: 800px;
  width: auto;
  margin: auto;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner {
    padding: 5%;
  }
}

#main.q-a #faq-section .cont .inner a {
  color: #0672B9;
  text-decoration: underline;
  margin-left: -7px;
}

@media (max-width: 527.98px) {
  #main.q-a #faq-section .cont .inner {
    padding: 15px;
  }
}

#main.q-a #faq-section .cont .inner:not(:last-child) {
  margin-bottom: 30px;
}

#main.q-a #faq-section .cont .inner h4._title {
  color: #0672B9;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner h4._title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper {
  max-width: 768px;
  width: 100%;
  margin: auto;
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 0;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q .text {
  flex: 1;
  padding-right: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._q .text {
    flex-direction: column;
    padding-right: 0;
    align-items: flex-start;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q .text .img {
  width: 80px;
  margin-right: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._q .text .img {
    width: 60px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q .text p {
  flex: 1;
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._q .text p {
    font-size: 14px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q span {
  padding-right: 10px;
  transition: all .2s ease-in-out;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q span span {
  color: #FF9A24;
  padding-right: 5px;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._q i {
  width: 40px;
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a {
  background-color: rgba(6, 114, 185, 0.05);
  border-radius: 5px;
  padding: 16px;
  display: none;
  line-height: 1.9;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a {
    padding: 12px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text {
    flex-direction: column;
    align-items: flex-start;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .img {
  width: 80px;
  margin-right: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text .img {
    width: 60px;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer {
  flex: 1;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #f00;
  display: block;
  margin: 7px auto;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second.third .price .right .table table {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second.third .price .right .table table {
    width: 100%;
  }
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second.third .price .right .table table th {
    text-align: left;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .big {
  font-size: 125%;
  margin-top: 30px;
  color: #0672B9;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price {
  display: flex;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price {
    flex-direction: column;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .left {
  width: 140px;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .left {
    margin-left: 10px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .right {
  flex: 1;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .right .table table {
  width: 250px;
}

@media screen and (max-width: 767px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .right .table table {
    width: 100%;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .right .table table tr td {
  text-align: right;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a .text .answer .second .price .right .table table tr.last {
  border-top: 1px solid #333;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a ._underln {
  text-decoration: underline;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a a {
  color: #0672B9;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a p a {
  margin-left: -9px;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a ul {
  list-style: inherit;
  padding-left: 20px;
}

#main.q-a #faq-section .cont .inner .help-wrapper ._a ul li {
  list-style: inherit;
}

@media (max-width: 527.98px) {
  #main.q-a #faq-section .cont .inner .help-wrapper ._a {
    padding: 8px;
    font-size: 14px;
  }
}

#main.q-a #faq-section .cont .inner .help-wrapper._open ._q i {
  transform: rotate(0);
  color: #0672B9;
}

#main.q-a #faq-section .cont .inner .help-wrapper._open ._q span {
  color: #0672B9;
}

#main.q-a #faq-section .cont .inner .help-wrapper._open ._q span span {
  color: #FF9A24;
}

#main.q-a #faq-section .cont .inner .help-wrapper._open ._a {
  display: block;
}

#main.q-a #faq-section .cont .before-banner {
  margin-bottom: 34px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
}

#main.q-a #faq-section .cont .banner {
  background-color: #0672B9;
  width: 78%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 12px 12px 24px 12px;
  border-radius: 10px;
  position: relative;
}

#main.q-a #faq-section .cont .banner h3 {
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 527.98px) {
  #main.q-a #faq-section .cont .banner h3 {
    font-size: 20px;
  }
}

#main.q-a #faq-section .cont .banner .person {
  position: absolute;
  bottom: 0;
  height: 198px;
}

#main.q-a #faq-section .cont .banner .person.left {
  left: -102px;
}

#main.q-a #faq-section .cont .banner .person.right {
  right: -102px;
}

@media (max-width: 608px) {
  #main.q-a #faq-section .cont .banner {
    width: auto;
  }
  #main.q-a #faq-section .cont .banner .person {
    display: none;
  }
}

#main.q-a #faq-section .cont .banner .flex a {
  display: block;
  width: 298px;
  margin: 0 10px;
}

#main.q-a #faq-section .cont .banner .flex a:hover, #main.q-a #faq-section .cont .banner .flex a:focus, #main.q-a #faq-section .cont .banner .flex a:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

@media (min-width: 768px) {
  #main.q-a #faq-section .cont .banner .flex {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #main.q-a #faq-section .cont .banner .flex a {
    margin-left: auto;
    margin-right: auto;
  }
  #main.q-a #faq-section .cont .banner .flex a:not(:first-child) {
    margin-top: 32px;
  }
}

@media (max-width: 527.98px) {
  #main.q-a #faq-section .cont .banner .flex a {
    width: 90%;
  }
}

/*# sourceMappingURL=q&a.css.map */