.mainBox H1 {
  /*background-image: none;
  font-size: 32px;
  line-height: 60px;
  border: 0;
  border-left: 13px solid #005b6b;
  border-radius: 0;
  padding: 0 0 0 17px;
  margin-bottom: 50px;*/ }
.mainBox H2 {
  background: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #005b6b;
  padding: 0 !important;
  background-image: none;
  margin-bottom: 30px; }
  .mainBox H2 SPAN.h2_description {
    font-weight: normal;
    font-size: 13px;
    margin-left: 13px; }
  .mainBox H2:before, .mainBox H2:after {
    display: none; }
.mainBox DIV#results_wrapper {
  display: none; }
.mainBox .chatBotBox {
  display: flex;
  justify-content: center; }
  .mainBox .chatBotBox .chatBotBtn {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    background-color: #4987a6;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px 0px;
    color: white;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 2px 0px;
    width: 100%; }
    .mainBox .chatBotBox .chatBotBtn span {
      padding-top: 4px; }
    .mainBox .chatBotBox .chatBotBtn:hover {
      text-decoration: none;
      opacity: 0.8; }
.mainBox .mainBox H3:before {
  display: none; }
.mainBox .aiBox {
  padding: 0 0 50px;
  border-bottom: 1px solid #005b6b;
  margin-bottom: 50px; }
.mainBox .faqBottomBoxWrap {
  padding: 40px 0 0;
  margin-top: 40px;
  border-top: 1px solid #005b6b; }
.mainBox .faqBottomBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #edf1f3;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 10px; }
.mainBox .faqBottomBox2 {
  font-size: 18px;
  background: #edf1f3;
  padding: 35px 20px;
  margin-bottom: 10px;
  border-radius: 10px; }
  .mainBox .faqBottomBox2 table {
    width: 100%;
    font-size: 14px;
    color: #666; }
    .mainBox .faqBottomBox2 table th {
      color: #fff;
      font-weight: normal;
      background: #4988a7; }
    .mainBox .faqBottomBox2 table th, .mainBox .faqBottomBox2 table td {
      padding: 5px;
      border: 1px solid #999; }
    .mainBox .faqBottomBox2 table td:nth-child(2) {
      background: #fff; }
.mainBox .faqBottomInner_left {
  font-size: 18px;
  color: #666; }
.mainBox .btn_flat_blue {
  width: 320px;
  display: block;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #4988a7;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box; }
.mainBox .btn_flat_blue:hover {
  opacity: .8;
  text-decoration: none; }
.mainBox .mailicon span {
  display: inline-block;
  position: relative;
  padding-left: 31px; }
.mainBox .mailicon span:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
  height: 16px;
  background-image: url("../img/faq/mail_icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left; }
.mainBox FORM[name="faqform"] > DIV {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -22px;
  box-sizing: border-box; }
.mainBox FIELDSET {
  background-color: #edf1f3;
  border-radius: 4px; }
  .mainBox FIELDSET H3 {
    color: #4988a7;
    font-weight: bold;
    font-size: 16px; }
.mainBox FIELDSET.category {
  position: relative;
  box-sizing: border-box;
  width: calc( 33.33% - 22px );
  margin: 0 22px 22px 0;
  padding: 20px 15px; }
  .mainBox FIELDSET.category H3 {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
  .mainBox FIELDSET.category H3 label {
    position: relative; }
  .mainBox FIELDSET.category H3 label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-image: url("../img/faq/input_icon_L.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left; }
  .mainBox FIELDSET.category H3 label.ck:before {
    background-image: url("../img/faq/input_icon_L_on.png"); }
  .mainBox FIELDSET.category H3 label.ckm:before {
    background-image: url("../img/faq/input_icon_L_m.png"); }
  .mainBox FIELDSET.category .selectAll {
    margin-right: 10px; }
  .mainBox FIELDSET.category > H3 > IMG {
    vertical-align: middle; }
  .mainBox FIELDSET.category > UL input[type=checkbox] {
    margin-right: 10px;
    vertical-align: middle; }
  .mainBox FIELDSET.category > UL label {
    position: relative;
    font-size: 14px;
    line-height: 24px; }
  .mainBox FIELDSET.category > UL label:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    background-image: url("../img/faq/input_icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left; }
  .mainBox FIELDSET.category > UL label.ck:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: 999;
    background-image: url("../img/faq/input_icon_on.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left; }
  .mainBox FIELDSET.category > DIV.slct_ctrl {
    position: absolute;
    bottom: 11px;
    right: 15px; }
    .mainBox FIELDSET.category > DIV.slct_ctrl > UL > LI {
      float: left;
      margin-left: 10px;
      font-size: 12px;
      color: #999; }
      .mainBox FIELDSET.category > DIV.slct_ctrl > UL > LI:hover {
        color: #ed8804;
        cursor: pointer; }
.mainBox FIELDSET[name=fs_keyword] {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 14px;
  padding-bottom: 14px; }
  .mainBox FIELDSET[name=fs_keyword] INPUT#query {
    height: 35px;
    width: 500px;
    border: solid 1px #999;
    font-size: 16px;
    padding-left: 5px; }
  .mainBox FIELDSET[name=fs_keyword] INPUT#kwsearchBtn {
    vertical-align: top;
    margin-left: -4px; }
.mainBox DIV#results_wrapper {
  border: solid 1px #eee;
  border-radius: 4px;
  padding: 22px; }
  .mainBox DIV#results_wrapper > H2 SPAN#keyword4results {
    font-size: 13px;
    margin-left: 10px;
    font-weight: normal; }
  .mainBox DIV#results_wrapper UL#questions {
    /*list-style-image: url('/others/img/faq/icn_faqitem.png');
    list-style-position:inside;*/ }
    .mainBox DIV#results_wrapper UL#questions > LI {
      /*list-style:inherit;*/
      cursor: pointer;
      color: #ed8804;
      background-color: #edf1f3;
      border-radius: 4px;
      margin-bottom: 2px;
      padding: 10px 10px 10px 40px;
      background-image: url(../img/faq/icon_q.png);
      background-position: 10px 10px;
      background-repeat: no-repeat;
      /*
      &:before  {
      	content:' ';
      	display:block;
      	float:left;
      	width:23px;
      	height:23px;
      	background-image:url(/others/img/faq/icn_faqitem.png);
      	background-size:23px 23px;
      }*/ }
      .mainBox DIV#results_wrapper UL#questions > LI:hover {
        background-color: #fafafa;
        text-decoration: underline; }

DIV#answer {
  background-color: #FFFFFF;
  overflow: scroll;
  padding-top: 16px; }
  DIV#answer DL DT {
    text-align: left;
    font-size: 14px;
    margin-bottom: 14px;
    padding-top: 2px;
    padding-left: 32px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #1a6a42;
    background: url(../img/faq/icn_question.png) no-repeat left top; }
  DIV#answer DL DD {
    text-align: left;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 32px;
    padding-bottom: 25px;
    background: url(../img/faq/icn_answer.png) no-repeat left top; }
    DIV#answer DL DD A:link,
    DIV#answer DL DD A:visited,
    DIV#answer DL DD A:active {
      color: #ed8804;
      text-decoration: none; }
    DIV#answer DL DD A:hover {
      color: #ed8804;
      text-decoration: underline; }

DIV.ui-widget-overlay {
  background: #b3b3b3;
  opacity: 0.5; }

@media only screen and (max-width: 767px) {
  .mainBox H2 {
    width: 96%;
    margin: 20px auto; }
    .mainBox H2 SPAN {
      display: block; }
  .mainBox FORM[name="faqform"] > DIV {
    padding-bottom: 20px;
    margin: 0 6px; }
  .mainBox FIELDSET[name=fs_keyword] {
    width: 96%;
    margin: 20px auto; }
    .mainBox FIELDSET[name=fs_keyword] INPUT#query {
      width: 70%; }
  .mainBox FIELDSET.category {
    float: none;
    display: block;
    height: auto !important;
    width: calc( 50% - 3px );
    box-sizing: border-box;
    margin-right: 3px;
    margin-bottom: 6px;
    padding: 5px; }
    .mainBox FIELDSET.category:nth-child(2n) {
      margin-left: 3px;
      margin-right: 0; }
    .mainBox FIELDSET.category > H3 {
      font-size: 14px;
      margin: 5px 0 10px; }
      .mainBox FIELDSET.category > H3 IMG {
        width: 35px; }
    .mainBox FIELDSET.category > UL {
      margin: 0; }
      .mainBox FIELDSET.category > UL LI {
        font-size: 12px;
        margin-bottom: 10px; }
      .mainBox FIELDSET.category > UL input[type=checkbox] {
        margin-right: 5px; }
  .mainBox DIV#results_wrapper {
    padding: 10px; }
  .mainBox #ulAiWidget {
    width: 96%;
    margin: 0 auto; }
  .mainBox .faqBottomBoxWrap {
    width: 96%;
    margin: 20px auto; }
  .mainBox .faqBottomBox {
    display: block;
    text-align: center; }
  .mainBox .btn_flat_blue {
    width: 100%; }

  .ui-dialog {
    width: 94% !important;
    left: 2% !important; } }
