.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 40px !important;
}

.img-auto {
  margin: 0 auto;
  display: block;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

/* --------------------------History Page------------------------------- */
.history-page-container {
  margin: 20px 0 10px 0;
  text-align: right;
}

.history-page-container .btn-back {
  text-align: center;
  display: block;
  min-height: 30px;
  border-radius: 20px;
  background: #244e76;
  border: solid 1px #244e76;
  text-decoration: none !important;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  min-width: 250px;
}

.history-page-container .btn-back .name {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.history-page-container .btn-back .icon-back {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.history-page-container .list_btn_previous_next .item  {
  display: inline-block;
}

.history-page-container .list_btn_previous_next .item > a {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #244e76;
  line-height: 2.4rem;
  padding: 10px 0;
}

.history-page-container .list_btn_previous_next {
  padding: 10px 0;
}

.history-page-container .list_btn_previous_next .item:last-child > a::before {
  content: "|";
  color: #244e76;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.history-page-container .list_btn_previous_next .item:first-child > a::before {
  content: unset;
  display: none;
}

/* --------------------------Top Page------------------------------- */
main .header .header_banner {
  width: 100%;
}

.bg_link {
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* list top */
main .list {
  margin-right: 1rem;
  margin-left: 1rem;
}

main section.list .inner-content {
  padding: 20px;
  background-color: #eef7ff;
  border-top: 17px solid #244e76;
  height: 100%;
}

main ul.list-content > li {
  padding: 0 5px;
  margin-bottom: 40px;
  margin-left: unset;
  margin-right: unset;
}

main section.list .inner-content > .link {
  display: block;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0 0 0;
}

main section.list .inner-content .link > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #020202;
  line-height: 2.4rem;
  text-decoration: none;
}
/* --------------------------Page------------------------------- */
.content_detail {
  padding: 40px;
  background-color: #eef7ff;
}

.content_detail .list_num_content {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #020202;
  padding-left: 15px;
}

.content_detail .list_num_content > li {
  padding: 0;
}

.content_detail p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #020202;
  padding: 25px 0;
}

.plant_editor {
  text-align: right;
}

.content_detail .heading_step {
  font-size: 1.7142857142857142rem;
  font-weight: 700;
  padding-left: 17px;
  position: relative;
  height: 62px;
  align-items: center;
  display: inline-flex;
  margin-top: 25px;
  margin-bottom: 20px;
}

.content_detail .heading_step:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #244e76;
  width: 10px;
  height: 61px;
  content: "";
}

.content_detail .heading_step span {
  position: relative;
  padding: 0 15px;
}

.content_detail .heading_step span:after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #244e76;
  height: 3px;
  left: 0;
  bottom: -13px;
}

.content_detail figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #020202;
  padding-top: 15px;
}

.ft_auth_content {
  padding: 28px;
  border: 2px solid #244e76;
  margin-top: 60px;
}

.ft_auth_content .auth_role {
  padding-bottom: 23px;
  font-weight: 700;
}

.ft_auth_content .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #020202;
  width: calc(100% - 140px);
  padding-left: 20px;
}

.ft_auth_container {
  display: inline-flex;
}


/* -------------------------------------------Table---------------------------------------------------*/
.table_content th, .table_content td {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #020202;
  border: 2px solid #020202;
  height: 30px;
  padding: 3px;
  vertical-align: middle;
}

.table_content {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table_container {
  padding: 30px;
  background: #fff;
  max-width: 825px;
}

.table_container .heading_table {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #020202;
  text-align: center;
  padding-bottom: 10px;
}

.table_container .text-center {
  text-align: center;
}

.table_container .text-left {
  text-align: left;
}

.table_container .text-right {
  text-align: right;
}

.table_container .txt_tb_bottom {
  font-weight: 700;
}

/* color */
.table_container .bg_green {
  background-color: #a2d08f;
}

.table_container .bg_green_02 {
  background-color: #cdff99;
}

.table_container .bg_green_03 {
  background-color: #cdffcc;
}

.table_container .bg_purple {
  background-color: #cabdd7;
}

.table_container .bg_purple_02{
  background-color: #e9c9fd;
}

.table_container .bg_pink {
  background-color: #d59190;
}

.table_container .bg_pink_02 {
  background-color: #ffcece;
}

.table_container .bg_pink_03 {
  background-color: #ffebeb;
}

.table_container .bg_pink_04 {
  background-color: #feebfe;
}

.table_container .bg_yellow {
  background-color: #f6d2b2;
}

.table_container .bg_yellow_02 {
  background-color: #ffff99;
}

.table_container .bg_yellow_03 {
  background-color: #ffffcb;
}

.table_container .bg_blue {
  background-color: #d7e1eb;
}

.table_container .bg_blue_02 {
  background-color: #dbeef4;
}

/* responsive */
@media screen and (max-width: 830px) {
  .table_container.table_scroll_800 .table_content th,
  .table_scroll_800 .table_content td {
    white-space: nowrap;
  }

  .table_scroll_800 .table_content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .history-page-container .list_btn_previous_next .item:last-child > a::before {
    display: none;
  }
  .img_container_row .item {
    margin-bottom: 15px;
  }

  .img_container_row .item {
    margin-bottom: 15px;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .img_container_row .item > .img-auto {
    width: 100%;
  }

  .img_container_row .item:last-child {
    margin-bottom: 0;
  }

  .table_content th, .table_content td {
    min-width: 225px !important;
  }

  .table_container .table_content {
    display: block;
  }

  .table_container.table_scroll_800 .table_content th,
  .table_scroll_800 .table_content td {
    min-width: 80px;
  }

  .table_container .heading_table {
    font-size: 1.4rem;
  }

  .table_container {
    padding: 15px;
    max-width: 100% !important;
  }

  .content_detail {
    padding: 15px;
  }

  .content_detail .heading_step {
    margin-top: 15px;
    height: 45px;
  }

  .content_detail .heading_step:before {
    width: 6px;
    height: 45px;
  }

  .content_detail p {
    padding: 15px 0;
  }

  .desc-header {
    padding: 0 15px;
  }

  .main ul.list-content > li {
    margin-bottom: 20px;
  }

  main section.list .inner-content {
    height: auto;
  }

  .ft_auth_content {
    margin: 30px 20px;
  }

  .ft_auth_content .ft_auth_container {
    display: grid;
  }

  .ft_auth_content .ft_auth_container .text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .ft_auth_content .auth_role {
    text-align: center;
  }
  .bg_link {
    height: 170px;
  }
}

.plusmn {
  font-family: Arial, Helvetica, sans-serif;
}