@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.font-400 {
  font-weight: 400; }

/*  Need us */
.need-dfa-sec {
  margin-bottom: 16px; }
  .need-dfa-sec .container {
    max-width: 1350px; }
  .need-dfa-sec .need-dfa-title {
    text-align: center;
    color: #0D213A;
    margin-bottom: 41px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
    /* 46.44px */ }
    .need-dfa-sec .need-dfa-title sup {
      font-size: 50%;
      font-weight: 600; }
  .need-dfa-sec .need-dfa-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px; }
  .need-dfa-sec .need-dfa-item {
    text-align: center;
    margin-bottom: 14px; }
    .need-dfa-sec .need-dfa-item .need-dfa-img {
      display: inline-block;
      width: 117px;
      height: 117px;
      line-height: 117px;
      border: 3px solid #F28A22;
      text-align: center;
      border-radius: 50%;
      vertical-align: middle;
      margin-bottom: 11px; }
      .need-dfa-sec .need-dfa-item .need-dfa-img img {
        vertical-align: middle; }
    .need-dfa-sec .need-dfa-item .need-dfa-txt {
      color: #0D213A; }

/*  Benifit us */
.benefite-ai-sec {
  padding-top: 74px;
  padding-bottom: 42px;
  background-color: #091E39;
  background-image: url("../../images/ai-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff; }

.title-benifite {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px; }

.benefite-ai-item-wrap {
  margin-bottom: 30px; }
  .benefite-ai-item-wrap .title-benifite {
    margin-bottom: 73px; }

.benefite-ai-item {
  margin-bottom: 31px; }
  .benefite-ai-item .benefite-ai-img {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 23px 22px;
    min-height: 240px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 18px; }
    .benefite-ai-item .benefite-ai-img img {
      max-height: 194px;
      vertical-align: middle; }
  .benefite-ai-item .benefite-ai-info p {
    line-height: 1.29;
    font-size: 1rem;
    font-weight: 400; }
  .benefite-ai-item .benefite-ai-name {
    font-size: 20px;
    color: #F28A22;
    font-weight: 700;
    line-height: 129%; }

.m-system-view {
  margin-bottom: 60px; }
  .m-system-view .ai-monitor-img {
    text-align: center; }

.assertion-sec {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 51px; }
  .assertion-sec .title-benifite {
    margin-bottom: 40px; }
  .assertion-sec .assertion-list {
    list-style: none;
    padding-left: 0px; }

.assertion-list-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 9px 0; }
  .assertion-list-row:not(:first-child) {
    border-top: 2px dashed #F28A22; }
  .assertion-list-row .assertion-lbl {
    min-width: 213px;
    text-align: center;
    font-size: 18px;
    color: #F28A22;
    padding: 5px;
    font-weight: 700;
    line-height: 129%; }
    .assertion-list-row .assertion-lbl small {
      display: block;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.29; }

.monitor-dash {
  margin-bottom: 60px; }
  .monitor-dash .title-benifite {
    margin-bottom: 40px; }
  .monitor-dash .monitor-dash-img {
    text-align: center; }

.m-compare-sec {
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto; }
  .m-compare-sec .title-benifite {
    margin-bottom: 30.25px; }
  .m-compare-sec .m-compare-img img {
    border: 1px solid #F28A22;
    border-radius: 15px; }
  .m-compare-sec .m-compare-list {
    margin-left: 30px;
    list-style: none;
    position: relative;
    padding-left: 0px; }
    .m-compare-sec .m-compare-list:before {
      background: #F28A22;
      position: absolute;
      content: "";
      left: -25px;
      top: 8px;
      width: 2px;
      height: calc(100% - 16px); }
  .m-compare-sec .m-compare-list-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 129%;
    margin-bottom: 35px;
    position: relative; }
    .m-compare-sec .m-compare-list-item:before {
      position: absolute;
      left: -33px;
      top: 8px;
      content: " ";
      width: 18px;
      background: #F28A22;
      height: 18px;
      border-radius: 50%; }
    .m-compare-sec .m-compare-list-item:last-child:before {
      top: 16px; }

/*  About us */
.about-sec {
  padding-top: 156px;
  padding-bottom: 116px; }

.about-us-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .about-us-top .about-us-img-wrap {
    width: 435px;
    margin-right: 30px;
    border-radius: 15px;
    text-align: center;
    background: #091E39;
    padding: 58px 10px 29px 10px;
    color: #fff;
    margin-bottom: 20px; }
  .about-us-top .founder-img {
    padding: 13px;
    border: 2px dashed #F28A22;
    border-radius: 50%;
    margin-bottom: 33px;
    display: inline-block; }
    .about-us-top .founder-img img {
      border-radius: 50%; }
  .about-us-top .name {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0px; }
  .about-us-top .desgn {
    color: #F28A22;
    font-size: 16px;
    line-height: 1.5; }

.about-us-top {
  margin-bottom: 15px; }

.about-us-txt .about-txt-row {
  margin-bottom: 16px;
  color: #091E39; }
  .about-us-txt .about-txt-row .about-title {
    color: #0D213A;
    font-size: 36px;
    font-weight: 700;
    line-height: 129%;
    margin-bottom: 16px; }
  .about-us-txt .about-txt-row p {
    font-size: 1rem;
    line-height: 1.29; }
  .about-us-txt .about-txt-row .dept {
    display: inline-block;
    background: #F28A22;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 129%;
    padding: 5px 26px;
    margin-bottom: 11px; }
  .about-us-txt .about-txt-row ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.29;
    margin-bottom: 11px; }

.board-member-wrap {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto; }
  .board-member-wrap .about-title {
    font-size: 36px;
    color: #091E39;
    font-weight: 700;
    margin-bottom: 31px;
    line-height: 129%;
    text-align: center; }

.board-member-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 57px;
  list-style: none;
  padding-left: 0px; }

.board-member-list-item {
  text-align: center;
  margin-bottom: 25px; }
  .board-member-list-item .board-mem-img {
    margin-bottom: 23px; }
    .board-member-list-item .board-mem-img img {
      width: 116.7px;
      height: 116.7px;
      border-radius: 50%; }
  .board-member-list-item .board-mem-name {
    color: #F28A22;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 129%; }
  .board-member-list-item .desgn {
    color: #0D213A;
    font-size: 0.75rem;
    line-height: 129%; }

.board-mem-brief {
  text-align: center;
  color: #091E39;
  font-size: 1rem;
  line-height: 129%;
  margin-bottom: 30px; }

.partner-list-wrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.partner-list .branch-name {
  color: #091E39;
  font-size: 18px;
  font-weight: 700;
  line-height: 129%;
  margin-bottom: 12px; }
.partner-list .parner-img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 21px;
  list-style: none;
  padding-left: 0px; }

@media all and (max-width: 767px) {
  /*  Need us */
  .need-dfa-sec {
    margin-bottom: 27px; }
    .need-dfa-sec .need-dfa-title {
      margin-bottom: 20px;
      font-size: 24px; }
    .need-dfa-sec .need-dfa-item {
      display: flex;
      align-items: center; }
      .need-dfa-sec .need-dfa-item .need-dfa-img {
        min-width: 117px;
        margin-right: 19px;
        margin-bottom: 0px; }
      .need-dfa-sec .need-dfa-item .need-dfa-txt {
        text-align: left; }

  /*  Benifit us */
  .title-benifite {
    margin-bottom: 20px;
    font-size: 1.5rem; }

  .benefite-ai-sec {
    padding-bottom: 21px;
    padding-top: 40px; }

  .benefite-ai-item-wrap {
    margin-bottom: 23px; }
    .benefite-ai-item-wrap .title-benifite {
      margin-bottom: 20px; }

  .benefite-ai-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px; }
    .benefite-ai-item .benefite-ai-img {
      min-height: 118px;
      min-width: 118px;
      max-width: 118px;
      box-sizing: border-box;
      margin-right: 18px;
      margin-bottom: 16px; }
      .benefite-ai-item .benefite-ai-img img {
        max-height: 74px; }
    .benefite-ai-item .benefite-ai-info p {
      font-size: 0.875rem; }

  .m-system-view {
    margin-bottom: 40px; }
    .m-system-view .title-benifite {
      margin-bottom: 15px; }

  .assertion-sec {
    padding-bottom: 27px; }
    .assertion-sec .title-benifite {
      margin-bottom: 20px; }

  .assertion-list-row {
    padding: 12px 0; }
    .assertion-list-row .assertion-lbl {
      min-width: 126px;
      max-width: 126px; }
    .assertion-list-row .assertion-desc {
      font-size: 0.875rem; }

  .monitor-dash {
    margin-bottom: 5px; }
    .monitor-dash .title-benifite {
      margin-bottom: 5px; }

  .m-compare-sec .title-benifite {
    margin-bottom: 20px; }
  .m-compare-sec .m-compare-img {
    margin-bottom: 41px; }

  /*  About us */
  .about-sec {
    padding-top: 15px;
    padding-bottom: 23px; }

  .about-us-top {
    flex-wrap: wrap; }
    .about-us-top .about-title {
      font-size: 1.5rem;
      margin-bottom: 9px; }
    .about-us-top .about-us-img-wrap {
      margin-right: 0;
      width: 100%;
      padding-bottom: 31px; }

  .about-us-txt .about-txt-row .about-title {
    font-size: 1.5rem;
    margin-bottom: 13px; }

  .board-member-list {
    gap: 5px;
    justify-content: space-around; }
    .board-member-list .board-member-list-item {
      min-width: 35%;
      margin-bottom: 12px; }

  .board-member-wrap .about-title {
    font-size: 1.5rem;
    margin-bottom: 13px; }

  .board-member-list-item .board-mem-img {
    margin-bottom: 12px; }
    .board-member-list-item .board-mem-img img {
      width: 162px;
      height: 162px;
      object-fit: fill; }

  .board-mem-brief {
    margin-bottom: 35px; }

  .partner-list .parner-img-list {
    margin-bottom: 20px; }
  .partner-list .branch-name {
    margin-bottom: 8px; } }
