.question-container {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .question-container .top-container {
    width: 100%;
    padding-top: 60px;
    height: auto;
    box-sizing: border-box; }
    .question-container .top-container .top-container-wrapper {
      width: 100%;
      height: auto;
      background: url(../img/question/ic_iGalleon_question_banner_bg.png) no-repeat;
      background-size: cover;
      background-position: center center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 60px;
      padding-bottom: 60px;
      box-sizing: border-box; }
    .question-container .top-container .top-container-content {
      display: flex;
      align-items: center;
      width: auto;
      gap: 220px; }
      .question-container .top-container .top-container-content .ic_question_top_img {
        width: 229px;
        height: 221px; }
      .question-container .top-container .top-container-content .top-container-content-left {
        display: flex;
        max-width: 780px;
        flex-direction: column;
        position: relative; }
        .question-container .top-container .top-container-content .top-container-content-left .top-title {
          font-family: Bold;
          font-weight: bold;
          font-size: 48px;
          color: #FFFFFF;
          line-height: 48px;
          text-align: center; }
        .question-container .top-container .top-container-content .top-container-content-left .top-desc {
          margin-top: 20px;
          font-family: Regular;
          font-weight: 400;
          font-size: 16px;
          color: #ADB7DE;
          line-height: 16px;
          text-align: center; }
        .question-container .top-container .top-container-content .top-container-content-left .search-container {
          position: relative;
          border-radius: 4px;
          margin-top: 40px;
          width: 100%;
          display: flex;
          box-sizing: border-box;
          align-items: center; }
          .question-container .top-container .top-container-content .top-container-content-left .search-container i {
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background: url(../img/question/ic_iGalleon_question_search.png) no-repeat;
            background-size: 100% 100%; }
            .question-container .top-container .top-container-content .top-container-content-left .search-container i.i-active {
              background: url(../img/question/ic_iGalleon_question_search_active.png) no-repeat;
              background-size: 100% 100%; }
          .question-container .top-container .top-container-content .top-container-content-left .search-container .input-search {
            width: 100%;
            height: 60px;
            border: none;
            font-size: 15px;
            outline: none;
            padding-left: 46px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            color: #fff; }
            .question-container .top-container .top-container-content .top-container-content-left .search-container .input-search:hover {
              background: rgba(255, 255, 255, 0.4); }
            .question-container .top-container .top-container-content .top-container-content-left .search-container .input-search::-webkit-input-placeholder {
              font-family: Regular;
              font-weight: 400;
              font-size: 18px;
              color: #FFFFFF;
              text-align: left;
              font-style: normal;
              text-transform: none; }
            .question-container .top-container .top-container-content .top-container-content-left .search-container .input-search:focus {
              background: #fff;
              color: #262933; }
          .question-container .top-container .top-container-content .top-container-content-left .search-container .search-container-tip {
            position: absolute;
            width: 100%;
            height: auto;
            background-color: white;
            top: calc(100% + 6px);
            box-sizing: border-box;
            box-shadow: 0px 4px 8px 0px #00000026;
            display: none; }
            .question-container .top-container .top-container-content .top-container-content-left .search-container .search-container-tip .search-container-tip-container {
              flex-direction: column;
              width: 100%;
              max-height: 240px;
              overflow-y: scroll;
              overflow-x: hidden;
              box-sizing: border-box;
              padding-right: 0px; }
              .question-container .top-container .top-container-content .top-container-content-left .search-container .search-container-tip .search-container-tip-container a {
                display: block;
                font-size: 18px;
                padding: 10px 20px;
                color: #6D6F74;
                box-sizing: border-box;
                white-space: nowrap;
                overflow-x: hidden;
                text-overflow: ellipsis;
                width: 100%; }

.cont2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center; }
  .cont2 .cont2-title {
    width: 1200px;
    font-family: Bold;
    font-weight: bold;
    font-size: 40px;
    color: #1E1F26;
    text-align: center;
    font-style: normal;
    text-align: center; }
  .cont2 .faq-title {
    margin-top: 100px; }
  .cont2 .middle-question {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-top: 40px;
    max-width: 1200px;
    box-sizing: border-box; }
    .cont2 .middle-question .middle-question-item {
      width: calc((100% - 80px)/3);
      background: #FFFFFF;
      border-radius: 20px;
      border: 1px solid #E5E7EB;
      display: flex;
      flex-direction: column;
      padding: 40px 32px;
      box-sizing: border-box; }
      .cont2 .middle-question .middle-question-item .icon {
        width: 48px;
        height: 48px;
        margin-bottom: 10px; }
      .cont2 .middle-question .middle-question-item .middle-question-item-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-left: 19px;
        box-sizing: border-box;
        margin: 0; }
        .cont2 .middle-question .middle-question-item .middle-question-item-list li {
          width: 100%; }
          .cont2 .middle-question .middle-question-item .middle-question-item-list li a {
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            height: auto;
            box-sizing: border-box;
            font-family: Regular;
            font-weight: 400;
            font-size: 16px;
            color: #6D6F74;
            line-height: 22px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; }
            .cont2 .middle-question .middle-question-item .middle-question-item-list li a:hover {
              text-decoration: underline;
              color: #0058CA; }
      .cont2 .middle-question .middle-question-item .middle-question-item-title {
        font-family: Medium;
        font-weight: 500;
        font-size: 20px;
        color: #1E1F26;
        line-height: 30px;
        margin-bottom: 30px; }
  .cont2 .bottom-faq-container {
    width: 1200px; }
    .cont2 .bottom-faq-container .bottom-question {
      width: 100%;
      max-width: 1200px;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 100%;
      gap: 20px;
      margin-top: 40px; }
      .cont2 .bottom-faq-container .bottom-question .bottom-question-item {
        display: flex;
        width: 100%;
        flex-direction: column;
        border-radius: 4px;
        border: 1px solid #E5E7EB;
        box-sizing: border-box; }
        .cont2 .bottom-faq-container .bottom-question .bottom-question-item .bottom-question-item-top {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          padding: 20px 32px;
          box-sizing: border-box;
          transition: all 300ms; }
          .cont2 .bottom-faq-container .bottom-question .bottom-question-item .bottom-question-item-top:hover {
            background-color: #F6F9FF; }
          .cont2 .bottom-faq-container .bottom-question .bottom-question-item .bottom-question-item-top span {
            font-family: Medium;
            font-weight: 500;
            font-size: 20px;
            color: #1E1F26;
            line-height: 30px; }
          .cont2 .bottom-faq-container .bottom-question .bottom-question-item .bottom-question-item-top i {
            background: url(../img/ic_iGalleon_slide_nav_arrow_right.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 15px;
            height: 15px;
            transition: all 300ms;
            flex-shrink: 0; }
          .cont2 .bottom-faq-container .bottom-question .bottom-question-item .bottom-question-item-top .rotate {
            transform: rotate(180deg);
            transition: transform 0.5s ease; }
        .cont2 .bottom-faq-container .bottom-question .bottom-question-item .ques-divider {
          width: calc(100% - 64px);
          height: 1px;
          background-color: #EBEDF3;
          margin-top: 0px !important;
          margin-left: 32px;
          margin-right: 32px; }
        .cont2 .bottom-faq-container .bottom-question .bottom-question-item .bottom-question-item-content {
          padding-top: 24px;
          padding-bottom: 24px;
          display: none;
          box-sizing: border-box;
          padding: 0px 32px;
          font-family: Regular;
          font-weight: 400;
          font-size: 14px;
          color: #6B7280;
          line-height: 21px;
          text-align: left;
          font-style: normal; }
      .cont2 .bottom-faq-container .bottom-question .bottom-question-item-active {
        background-color: #F6F9FF; }
        .cont2 .bottom-faq-container .bottom-question .bottom-question-item-active .bottom-question-item-top {
          padding-bottom: 4px; }
          .cont2 .bottom-faq-container .bottom-question .bottom-question-item-active .bottom-question-item-top i {
            background: url(../img/ic_iGalleon_slide_nav_arrow_right_hover.png) no-repeat;
            background-size: 100% 100%; }

.q-main-h100 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

.all-question-container {
  width: 100%;
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  max-width: 1200px !important;
  margin: 0 auto;
  gap: 50px;
  padding-top: 60px;
  margin-bottom: 40px; }
  .all-question-container .all-question-left {
    width: 320px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid #E5E7EB; }
    .all-question-container .all-question-left .all-question-left-item-Overview {
      width: 100%;
      font-family: Regular;
      font-weight: 400;
      font-size: 20px;
      color: #1E1F26;
      padding: 20px 0px 12px;
      box-sizing: border-box; }
      .all-question-container .all-question-left .all-question-left-item-Overview span {
        cursor: pointer; }
    .all-question-container .all-question-left .all-question-left-item {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
      font-family: 400; }
      .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 0px;
        box-sizing: border-box;
        gap: 6px; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary:hover {
          background: #F6F9FF; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary span {
          font-family: Regular;
          font-weight: 400;
          font-size: 14px;
          color: #1E1F26; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary i.icon {
          width: 12px;
          height: 12px;
          background: url(../img/question/ic_question_arrow_down.png) no-repeat;
          background-size: 100% 100%;
          display: inline-block; }
          .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary i.icon.rotate {
            transform: rotate(180deg); }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary i.icon-750 {
          display: none;
          background: url(../img/ic_iGalleon_slide_nav_arrow_right.png) no-repeat;
          background-size: 100% 100%;
          width: 15px;
          height: 15px;
          transition: all 300ms; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary i.icon-750-active {
          background: url(../img/ic_iGalleon_slide_nav_arrow_right_hover.png) no-repeat;
          background-size: 100% 100%; }
      .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub {
        width: 100%;
        display: none; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content {
          width: 100%;
          display: flex;
          flex-direction: column;
          box-sizing: border-box; }
          .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i {
            padding: 10px 20px;
            box-sizing: border-box;
            border-left: 1px solid #E2E1E1;
            cursor: pointer; }
            .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i span {
              font-family: Regular;
              font-weight: 400;
              font-size: 14px;
              color: #6D6F74;
              line-height: 17px; }
            .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i:hover {
              background: #F6F9FF; }
              .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i:hover span {
                color: #006FFF; }
          .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i-active {
            background: #F6F9FF; }
            .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i-active span {
              color: #006FFF !important; }
            .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i-active:hover {
              background: #F6F9FF; }
              .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i-active:hover span {
                color: #006FFF !important; }
  .all-question-container .all-question-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box; }
    .all-question-container .all-question-right .a-q-r-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px; }
      .all-question-container .all-question-right .a-q-r-container .a-q-r-title {
        font-family: Regular;
        font-weight: 400;
        font-size: 28px;
        color: #1E1F26;
        line-height: 39px; }
      .all-question-container .all-question-right .a-q-r-container .a-q-r-content {
        font-family: Regular;
        font-weight: 400;
        font-size: 14px;
        color: #6D6F74;
        line-height: 21px; }
    .all-question-container .all-question-right .a-q-r-helpful {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      width: 100%;
      height: 110px;
      background: linear-gradient(180deg, #FCFDFF 0%, #F9F9FD 100%);
      border-radius: 10px;
      margin-top: 40px; }
      .all-question-container .all-question-right .a-q-r-helpful .a-q-r-helpful-title {
        font-family: Regular;
        font-weight: 400;
        font-size: 14px;
        color: #0F0F0F;
        line-height: 20px;
        text-align: center;
        font-style: normal; }
      .all-question-container .all-question-right .a-q-r-helpful .a-q-r-helpful-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .all-question-container .all-question-right .a-q-r-helpful .a-q-r-helpful-btn .yes-btn {
          margin-right: 30px; }
        .all-question-container .all-question-right .a-q-r-helpful .a-q-r-helpful-btn .btn {
          padding: 8px 16px;
          background: #006FFF;
          border-radius: 4px;
          box-sizing: border-box;
          font-family: Regular;
          font-weight: 400;
          font-size: 14px;
          color: #FFFFFF;
          cursor: pointer; }
          .all-question-container .all-question-right .a-q-r-helpful .a-q-r-helpful-btn .btn:hover {
            background: #0058CA; }

.faq-top-nav {
  height: 144px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-top: 80px;
  box-sizing: border-box; }
  .faq-top-nav span {
    font-size: 14px;
    line-height: 16px; }

.faq-question-detail-container {
  display: none;
  padding-left: 120px;
  padding-right: 120px;
  box-sizing: border-box; }

.header-content {
  max-width: 1200px !important;
  padding: 0px !important; }

.faq-list-container {
  padding: 0 16px; }

#chat-widget-container {
  bottom: 10px !important;
  right: 83px !important; }

@media only screen and (max-width: 1440px) {
  .cont2 .middle-question {
    max-width: unset !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    box-sizing: border-box;
    gap: 40px; }
  .cont2 .bottom-faq-container {
    width: 100% !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    box-sizing: border-box; }

  .all-question-container {
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box; } }
@media only screen and (max-width: 700px) {
  #chat-widget-container {
    bottom: 10px !important;
    right: 5px !important; }

  .top-container {
    padding-top: 0px !important; }
    .top-container .top-container-wrapper {
      padding-top: 40px !important;
      padding-bottom: 40px !important; }
      .top-container .top-container-wrapper .top-container-content .top-container-content-left {
        align-items: center; }
        .top-container .top-container-wrapper .top-container-content .top-container-content-left .top-title {
          text-align: center;
          padding: 0px 15px;
          box-sizing: border-box;
          line-height: 32px;
          font-size: 32px; }
        .top-container .top-container-wrapper .top-container-content .top-container-content-left .top-desc {
          font-size: 14px;
          line-height: 14px;
          text-align: center;
          padding-left: 15px;
          padding-right: 15px;
          box-sizing: border-box; }
        .top-container .top-container-wrapper .top-container-content .top-container-content-left .search-container {
          display: flex;
          justify-content: center;
          width: 80% !important; }
          .top-container .top-container-wrapper .top-container-content .top-container-content-left .search-container .input-search {
            height: 44px !important; }
            .top-container .top-container-wrapper .top-container-content .top-container-content-left .search-container .input-search::placeholder {
              font-size: 16px !important; }
          .top-container .top-container-wrapper .top-container-content .top-container-content-left .search-container .search-container-tip .search-container-tip-container a {
            font-size: 16px !important; }

  .cont2 {
    width: 100%;
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
    .cont2 .cont2-title {
      font-size: 28px !important;
      text-align: center; }
    .cont2 .faq-title {
      margin-top: 40px !important; }
    .cont2 .middle-question {
      margin-top: 20px !important;
      gap: 15px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      box-sizing: border-box;
      flex-direction: column; }
      .cont2 .middle-question .middle-question-item {
        width: 100% !important;
        padding: 30px 15px !important; }
    .cont2 .bottom-faq-container {
      width: 100% !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      box-sizing: border-box; }
      .cont2 .bottom-faq-container .bottom-question {
        margin-top: 20px !important; }

  .faq-top-nav {
    padding-top: 10px;
    height: auto;
    padding-left: 15px; }

  .hide-container {
    padding-Top: 60px !important; }

  .all-question-container {
    flex-direction: column;
    padding: 0px !important; }
    .all-question-container .all-question-left {
      width: 100% !important;
      box-sizing: border-box; }
      .all-question-container .all-question-left .all-question-left-item-Overview {
        padding-top: 30px !important;
        padding-left: 15px !important;
        padding-right: 15px !important; }
        .all-question-container .all-question-left .all-question-left-item-Overview span {
          font-size: 20px !important; }
      .all-question-container .all-question-left .all-question-left-item {
        padding-left: 15px !important;
        padding-right: 15px !important; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary {
          padding: 20px 15px !important;
          box-sizing: border-box;
          justify-content: space-between !important;
          border-bottom: 1px solid #E5E7EB; }
          .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary i.icon {
            display: none; }
          .all-question-container .all-question-left .all-question-left-item .all-question-left-item-primary i.icon-750 {
            display: block !important; }
        .all-question-container .all-question-left .all-question-left-item .all-question-left-item-sub .all-question-left-item-content .all-question-left-item-sub-i {
          border-left: 0px !important;
          padding: 15px 15px 15px 30px !important; }
    .all-question-container .all-question-right {
      padding: 0px 15px !important; }
      .all-question-container .all-question-right .a-q-r-container .a-q-r-title {
        text-align: center; }
      .all-question-container .all-question-right .a-q-r-helpful .a-q-r-helpful-title {
        font-size: 16px !important; } }
@media only screen and (max-width: 375px) {
  .top-container .top-container-wrapper .top-container-content .top-container-content-left .search-container {
    width: calc(100% - 30px) !important; } }

/*# sourceMappingURL=question.css.map */
