.dealers {
    width: 100%;
}

.banner-pr-wise {
    width: 100%;
    position: relative;
}

.banner-pr-wise img {
    width: 100%;
    height: auto;
}

.w-center-wise {
    position: absolute;
    top: 35%;
    right: 10%;
    color: #fff;
}

.banner-box-wise {
    text-align: right;
}

.font-text-50pt {
    font-size: 0.7rem;
}


/*
2021-04-01 */
.center-layout {
    margin-left: auto;
    margin-right: auto;
}

.page-abstract p {
    text-align: justify;
}

.content-title {
    text-align: left;
    font-size: 30px;
    padding: 1em 0;
}

.content-abstract p {
    font-size: 16px;
    /* line-height: 1.5; */
    padding: 0.5em 0;
}

.content-abstract .title {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: 700;
}

.content-abstract .desc {
    display: inline-block;
    vertical-align: top;
}

.content-link {
    color: #06c;
}

.content-link:hover {
    color: #06f;
}

.content-button {
    margin: 1.5em auto 0;
    text-align: center;
    background-color: #d7000f;
    color: #fff;
    border-radius: 12px;
    line-height: .5rem;
}

.data-table {
    width: 100%;
    border: 2px solid #ccc;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 0.5em;
    border: 1px solid #eee;
    text-align: center;
}

.data-table td:nth-child(odd) {
    white-space: nowrap;
    min-width: 3em;
}

.data-table th {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

.swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: none;
    color: #999;
    border-radius: 0;
    transition: 0.1s ease-in-out !important;
}

.swiper-pagination-bullet-active {
    color: #222;
}

.swiper-pagination-bullet:hover {
    background: none;
}

.process-box {
    display: flex;
    padding-bottom: 0.5rem;
}

.process-box .step {
    width: 20%;
    display: flex;
}

.process-box .step:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.3rem;
    border-color: #fff #fff #fff #e8e8e8;
}

.process-box .step-title {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 1.2;
    width: 100%;
    background-image: linear-gradient(90deg, #fff, #e8e8e8);
    background-size: 100% auto;
}


.process-box .step-title i {
    position: relative;
    z-index: 1;
    font-size: 0.8rem;
    font-weight: 700;
    margin-right: 0.25em;
    font-family: Arial;
}

.process-box .step-title span {
    position: relative;
    z-index: 1;
}

.process-box .step-content {
    padding-top: 2em;
    font-size: 0.16rem;
    color: #a5a5a5;
    text-align: justify;
    line-height: 1.4;
}

.content-abstract .abstract {
    line-height: 1.6;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

.content-abstract .sub-title {
    font-weight: 700;
}

.content-abstract .article {
    padding-top: 0;
    line-height: 1.6;
}

.content-abstract small {
    display: block;
    line-height: 1.4;
    color: #666;
}



/* DESKTOP */
@media screen and (min-width: 1025px) {
    .type-area {
        /* width: 1200px; */
        /* width: 60%;
        min-width: 1000px; */
    }

    .page-abstract {
        padding-top: 0.9rem;
        padding-bottom: 0.5rem;
    }

    .slider-content {
        padding-bottom: 0.9rem;
    }

    .swiper-holder {
        padding-left: 150px;
    }

    .table-of-contnet {
        margin-top: 1rem;
        float: left;
        border-right: 1px solid #ccc;
    }

    .table-of-contnet .item {
        margin: 0.75em 0;
        /* padding: 0.3em 50px 0.3em 0; */
        padding-right: 36px;
        font-size: 16px;
        text-align: right;
    }

    .table-of-contnet .swiper-pagination-bullet-active {
        font-size: 18px;
    }

    .swiper-pagination-bullet:after {
        content: '';
        position: absolute;
        right: -2px;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: transparent;
    }

    .swiper-pagination-bullet-active:after {
        background-color: #3daeae;
    }

    .content-button {
        width: 60%;
    }
}

/* MOBILE */
@media screen and (max-width: 767px) {
    /* .page-content {
      background-color: #f8f8f8;
  } */

    .type-area {
        /* width: 1200px; */
        width: 100%;
        /* padding-right: 0.15rem;
      padding-left: 0.15rem; */
    }

    .page-abstract {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.35rem;
        padding-left: 0.35rem;
    }

    .table-of-contnet {
        display: flex;
        justify-content: space-around;
    }

    .table-of-contnet {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .table-of-contnet .item {
        text-align: center;
        width: 5em;
        padding: 1em 1em 0.5em;
        border: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        /* margin: 1em; */
    }

    .table-of-contnet .swiper-pagination-bullet-active {
        border: 1px solid #ccc;
        border-bottom: 1px solid #fff;
    }

    .slider-content {
        /* margin: 0.25rem; */
        padding: 0.25rem 0.25rem 0.5rem;
        border-radius: 0 0 5px 5px;
        /* background-color: #fff; */
        /* box-shadow: 0 5px 12px 0 rgba(0,0,0,0.1); */
    }

    .content-abstract {
        padding: 0.25rem
    }

    .content-abstract p {
        font-size: 14px;
        text-align: justify;
        /* text-align: left; */
        line-height: 1.8;
    }

    .sub-title {
        display: block;
    }

    .content-title {
        font-size: 0.5rem;
        padding: 0.25rem 0 0.25rem;
    }

    .data-table {
        table-layout: fixed;
    }

    .data-table th,
    .data-table td {
        padding: 0.5em 0.25em;
    }

    .data-table .title {
        width: 4em;
    }

    .content-button {
        padding: 0.5em;
        width: 100%;
    }

    .process-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .process-box .step {
        width: 30%;
        margin:0 1.5% 3%;
    }

    .process-box .step-title {
        font-size: 0.28rem;
    }
}

/* PAD */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .type-area {
        /* width: 1200px; */
        width: 100%;
        /* padding-right: 0.15rem;
      padding-left: 0.15rem; */
    }

    .page-abstract {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .table-of-contnet {
        display: flex;
        justify-content: space-around;
    }

    .table-of-contnet {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .table-of-contnet .item {
        text-align: center;
        width: 20%;
        padding: 1em 1em 0.5em;
        border: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        /* margin: 1em; */
    }

    .table-of-contnet .swiper-pagination-bullet-active {
        border: 1px solid #ccc;
        border-bottom: 1px solid #fff;
    }

    .slider-content {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
    }


    .content-button {
        padding: 0.5em;
        width: 100%;
    }
}


/*
.iconflag{
width: 100%;
height: 1px;
background: #eee;
position: absolute;
left: 100%;
top: 50%;
}
.ps2{
  margin-left: 3.5%;
}
.tab_div{
  width:90%;
  margin:0 auto;
  text-align:center;
}
.iconflag2 {
width: 100%;
height: 1px;
background: #eee;
position: absolute;
right: 100%;
top: 50%;
} */
/*
table,
td,
th {
  border: 1px solid #ccc;
}
.content_box1 {
  width: 100%;
  padding: 0 0 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #f1f1f1;
}
.table_flag2 {
  display: none;
}
.content_box1 > p {
  font-weight: bold;
  line-height: 3;
}
.content_box1 .lis {
  width: 60%;
  max-width: 1200px;
}
.lis {
  line-height: 3;
  list-style: square !important;
}

.lis_title {
  font-weight: bold;
}
.content_box4 > div {
  width: 60%;
}
.content_box4 > div > table {
  width: 100%;
}
.flex6 > div {
  text-align: center;
}
@media (min-width: 768px) {
  .flex6 {
      flex: 6;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}
.download {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8% 4%;
  background: #d7000f;
  color: #fff;
  margin-top: 1.5%;
  cursor: pointer;
}
.flag {
  display: none;
}
.content_box2 {
  width: 100%;
  padding: 3% 0 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #f1f1f1;
}
.blue {
  color: #0089c8;
  text-decoration: underline;
}
.content_box2 > p {
  font-weight: bold;
  line-height: 3;
}

.lis2 {
  width: 75%;
  display: flex;
  justify-content: space-around;
}

.lis2 > div {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.8;
}

.bold {
  font-weight: bold;
  line-height: 3;
}

.lis2 > div > .icon {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text {
  width: 80%;
  text-align: center;
}

.content_box3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3% 0 5% 0;
  border-bottom: 2px solid #eee;
}

.content_box3 > p {
  line-height: 3;
}

table {
  width: 60%;
  border-collapse: collapse;
}

.content_box4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3% 0 5% 0;
}

.content_box4 > p {
  line-height: 3;
}

table {
  width: 60%;
  border-collapse: collapse;
}

.content_box4_box {
  width: 75%;
  margin-top: 4%;
  display: flex;
  justify-content: space-around;
}

.content_box4_box > div {
  width: 32%;
  height: 3.3rem;
  margin-left: 1%;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}

.content_box4_box > div:first-child {
  margin-left: 0;
}

.flex4 {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex4 p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex4 > p > img {
  width: 100%;
  height: auto;
}
@media (max-width: 1920px) and (min-width: 768px) {
  .lis2 > div > .icon > img {
      width: 50%;
      height: auto;
  }
  .lis2 > div:last-child > .icon img {
      width: 63%;
      height: auto;
  }
}
@media (max-width: 1175px) and (min-width: 1024px) {
  table {
      width: 75%;
      border-collapse: collapse;
  }
  .content_box4 > div {
      width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  table {
      width: 90%;
      border-collapse: collapse;
  }
  .content_box4 > div {
      width: 90%;
  }
}
@media (max-width: 1024px) {
  .iconflag2 {
      width: 50%;
      height: 1px;
      background: #eee;
      position: absolute;
      right: 100%;
      top: 50%;
  }
  .lis2 > div > .icon {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      background: #eee;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5%;
  }
  .content_box4_box > div {
      width: 32%;
      height: 4rem;
      margin-left: 1%;
      background: #f1f1f1;
      display: flex;
      flex-direction: column;
      line-height: 1.8;
  }

  .banner-pr .w-center-wise {
      position: absolute;
      width: 100%;
      top: 40%;
      left: 70%;
      transform: translate(-50%, 0);
  }
  .lis2 > div > .icon > img {
      width: 60%;
      height: auto;
  }
  .lis2 > div:last-child > .icon > img {
      width: 80%;
      height: auto;
  }
}
.c {
  border: 1px solid #ccc;
}
@media (max-width: 845px) {
  .content_box4_box > div {
      height: 4.6rem;
  }
}
@media (max-width: 768px) {
  .content_box4_box > div {
      height: 4rem;
  }
  .tab_div {
      width: 95% !important;
      margin: 0 auto;
      text-align: center;
  }
  .content_box4 > div {
      width: 95%;
  }
  .iconflag {
      display: none;
  }
  .iconflag2 {
      display: none;
  }
  .flex6 {
      flex: 7;
      text-align: center;
      height: 1rem;
  }
  .table_flag {
      display: none;
  }
  .table_flag2 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .table_flag2 > table {
      width: 95%;
  }
  .lis2 > div > .icon > img {
      width: 70%;
      height: auto;
  }
  .lis2 > div:last-child > .icon > img {
      width: 90%;
      height: auto;
  }
  .content_box1 {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 3% 0 5% 0;
      border-bottom: 0;
  }
  .flag {
      display: block;
      width: 1px;
      height: 1.5rem;
      background-color: #ccc;
      margin-bottom: 0.1rem;
  }
  .content_box1 > p {
      font-size: 20px;
      font-weight: bold;
      line-height: 3;
  }

  .lis_title {
      font-weight: bold;
  }

  .lis {
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.8;
      align-items: center;
  }
  .content_box1 .lis {
      width: 100%;
  }
  .lis ol {
      width: 95%;
      margin-top: 4%;
  }

  .download {
      width: 95%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3% 0;
      background: #d7000f;
      color: #fff;
      margin-top: 2%;
      cursor: pointer;
  }
  .content_box2 {
      width: 100%;
      border-bottom: 0;
  }
  .content_box2 > p {
      font-size: 20px;
  }
  .lis2 {
      display: flex;
      flex-direction: column;
  }
  .font-text-24pt {
      font-size: 0.4rem !important;
  }
  .text {
      width: 90%;
  }
  .content_box3 > p {
      font-size: 20px;
  }
  .content_box3 > table {
      width: 95%;
  }
  .content_box3 {
      border-bottom: 0;
  }
  .tab {
      width: 85%;
      display: flex;
      margin-bottom: 5%;
      border-radius: 20px;
      border: 1px solid #000;
      overflow: hidden;
  }
  .tab > div {
      flex: 1;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 3% 0;
  }
  .tab1_style {
      background-color: #333333;
      color: #fff;
  }
  .tab2_style {
      background-color: #333333;
      color: #fff;
  }
  .content_box4_box {
      margin-top: 15%;
  }
  .content_box4 > p {
      font-size: 20px;
  }
  .content_box4 > table {
      width: 95%;
  }
  .content_box4_box {
      width: 95%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      line-height: 1.8;
  }
  .content_box4_box > div {
      width: 49%;
      margin-left: 1%;
      margin-top: 1%;
  }
  .content_box4_box > div:nth-child(2n + 1) {
      margin-left: 0;
  }
  .w-center-wise {
      position: absolute;
      top: 35%;
      right: 5%;
      color: #fff;
  }

  .flex4 {
      flex: 4;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .flex4 p {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .flex4 > p > img {
      width: 80%;
      height: auto;
  }
  .nodes {
      display: none;
  }
  .font-text-50pt {
      font-size: 0.5rem;
  }
} */
