.mainbtn {
  text-decoration: none !important;
  background: #02CFBC;
  color: #fff !important;
  padding: 8px 25px;
  margin: 10px;
  font-size: 1.1rem;
}
.mainbtn:hover {
  background: #fd8508;
}
.mainbtn:disabled {
  background-color: #02CFBC;
  opacity: 0.5;
}

.mainbtn2 {
  text-decoration: none !important;
  background: gray;
  color: #fff !important;
  padding: 8px 25px;
  margin: 10px;
  font-size: 1.1rem;
}
.mainbtn2:hover {
  background: #fd8508;
}

.mainbtn3 {
  text-decoration: none !important;
  background: #1f323d;
  color: #fff !important;
  padding: 8px 25px;
  margin: 10px;
  font-size: 1.1rem;
}
.mainbtn3:hover {
  background: #fd8508;
}

.news {
  margin: 1rem 0 3rem;
}
.news .news_block {
  padding: 5%;
  overflow-x: hidden;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(180, 180, 180, 0.2);
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .news .news_block {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .news .news_block {
    max-width: 95%;
  }
}
.news .news_tags {
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  padding: 0.5rem 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news_tags img {
  margin-right: 10px;
  max-width: 35px;
}
.news .news_tags .icon-white {
  display: none;
}
.news .news-list {
  font-weight: bold;
  margin-top: 0.5rem;
}
.news .news-list .row {
  margin: 0;
  padding: 1rem 0.5rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
}
.news .news-list .row:hover {
  background: #dafaf7;
}
.news .arrow-hover a span {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}

.inner {
  min-height: 60vh;
}

.articlce_area {
  box-shadow: 0px 0px 10px rgba(180, 180, 180, 0.2);
  border-radius: 30px;
  background: #fff;
  padding: 4vh 2%;
}
.articlce_area h3 {
  margin-bottom: 1.5rem;
  padding-bottom: 5px;
  border-bottom: 3px solid #01d0bc;
}
.articlce_area h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #c15625;
}
.articlce_area h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.articlce_area ul {
  list-style: disc;
  padding-left: 1.5em;
}
.articlce_area table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
.articlce_area table th {
  text-align: center;
  background: #02CFBC;
}
.articlce_area table th,
.articlce_area table td {
  padding: 10px;
}
.articlce_area table td {
  border-top: 1px solid #ccc;
}
.articlce_area table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.articlce_area a {
  color: #c15625;
  text-decoration: underline;
}

.update {
  color: #787878;
}

.pagination {
  justify-content: center;
  margin-top: 2em;
  font-style: 1.05rem;
}
.pagination .page-link {
  color: #000;
  margin: 5px 10px;
  border-radius: 5px;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background: #02CFBC;
  border-color: #02CFBC;
  color: #000;
}

.customer {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.customer a {
  width: 100%;
}
.customer img {
  padding: 10px;
  height: 145px;
  max-width: 95%;
  object-fit: contain;
  margin: auto;
}
.customer .customer_title {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.qa-list .accordion .accordion-item:last-child {
  margin-bottom: 2em;
}
.qa-list h4 .accordion-button {
  font-size: 1.3rem;
}
@media screen and (max-width: 1199px) {
  .qa-list h4 .accordion-button {
    font-size: 1.25rem;
  }
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
}

table .btn {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .table.rwd_table th,
  .table.rwd_table tody {
    display: none;
  }
  .table.rwd_table tr {
    display: block;
    border: none;
    margin-bottom: 10px;
  }
  .table.rwd_table td {
    display: flex;
    border: none !important;
  }
  .table.rwd_table td:last-child {
    justify-content: center;
  }
  .table.rwd_table td:before {
    content: attr(data-th);
    margin-right: 0.5rem;
  }
}

.step {
  border: none;
}
.step .stepOne {
  display: block;
  color: #000;
  text-decoration: none;
}
.step .stepcircle {
  background: #ddd;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #666;
}
.step a {
  border: none;
}
.step a:hover {
  border-color: transparent !important;
}
.step a:hover .stepcircle {
  background: #fd8508 !important;
}
.step a.active {
  border: none;
}
.step a.active .stepcircle {
  background: #02CFBC !important;
}

.sitemap-box {
  padding: 1rem;
}
.sitemap-box a {
  text-decoration: none;
  color: white;
}
.sitemap-box a:hover {
  color: #000;
}
.sitemap-box .mainitem {
  background-color: #fd7400;
  padding: 0.5rem;
  margin-bottom: 0.3rem;
}
.sitemap-box .mainitem a {
  width: 100%;
}
.sitemap-box .subitem {
  display: flex;
}
.sitemap-box .subitem a {
  display: block;
  width: 30%;
  margin: 0.5rem 1rem;
  color: #91411c;
}
.sitemap-box .subitem a:hover {
  color: #000;
}/*# sourceMappingURL=inside.css.map */