@charset "UTF-8";
* {
  font-family: "Microsoft JhengHei", "微軟正黑體";
}

html {
  height: 100%;
}

body {
  height: 100%;
}

h1 {
  font-weight: 900;
  font-size: 48px;
}

h2 {
  font-size: 30px;
  font-weight: bolder;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  -moz-text-align-last: left;
       text-align-last: left;
}

.position-after {
  z-index: -1;
}

.for_pc {
  display: block;
}
.for_moblie {
  display: none;
}

.w-xl-auto {
  width: auto;
}
.w-xl-15 {
  width: 15%;
}
.w-xl-20 {
  width: 20%;
}
.w-xl-30 {
  width: 30%;
}
.w-xl-40 {
  width: 40%;
}
.w-xl-50 {
  width: 50%;
}
.w-xl-60 {
  width: 60%;
}
.w-xl-70 {
  width: 70%;
}
.w-xl-80 {
  width: 80%;
}
.w-xl-85 {
  width: 85%;
}
.w-xl-90 {
  width: 90%;
}
.w-xl-95 {
  width: 95%;
}
.w-xl-100 {
  width: 100%;
}

.ml-xl-auto {
  margin-left: auto;
}
.ml-xl-5 {
  margin-left: 5%;
}
.ml-xl-10 {
  margin-left: 10%;
}
.ml-xl-25 {
  margin-left: 25%;
}
.ml-xl-n5 {
  margin-left: -5%;
}
.ml-xl-n10 {
  margin-left: -10%;
}
.ml-xl-n15 {
  margin-left: -15%;
}
.ml-xl-n20 {
  margin-left: -20%;
}
.ml-xl-n25 {
  margin-left: -25%;
}
.mr-xl-auto {
  margin-right: auto;
}
.mr-xl-5 {
  margin-right: 5%;
}
.mr-xl-10 {
  margin-right: 10%;
}
.mr-xl-25 {
  margin-right: 25%;
}
.mr-xl-n5 {
  margin-right: -5%;
}
.mr-xl-n10 {
  margin-right: -10%;
}
.mr-xl-n15 {
  margin-right: -15%;
}
.mr-xl-n20 {
  margin-right: -20%;
}
.mr-xl-n25 {
  margin-right: -25%;
}

.progress_box.progress_last .progress_barbox {
  background-color: #f6f6f6;
}
.progress_box.undone .progress_txt {
  color: #c0c0c0;
}
.progress_box.undone .bot {
  border-color: #d0d0d0;
  background-color: #eee;
}
.progress_box.undone .progress-bar {
  background-color: #c4c4c4;
}
.progress_barbox {
  height: 7px;
}
.progress_barbox .progress-bar {
  background-color: #2dabbb;
}
.progress_txt {
  display: inline-block;
}
.progress_txt[data-toggle=popover] {
  cursor: pointer;
  color: #1b9aaa;
}
.progress_txt[data-toggle=popover]::after {
  content: "(詳情)";
  font-size: 80%;
}
.progress_status {
  display: block;
}
.progress_info {
  font-size: 80%;
}

.h-100vh {
  height: 100vh;
}

.hidden {
  display: none !important;
}

.d-flex-list-xycenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a.no-style {
  text-decoration: none;
  color: initial;
}

ul.no-style li,
ol.no-style li {
  list-style: none;
}

.box_style {
  border-radius: 13px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 5% 8%;
  margin: 0 auto;
}

.box_style1 {
  border: 1px solid #cecdcd;
  background-color: #f0f0f0;
}

.input_border {
  background: none;
  border: none;
  border-bottom: 1px solid #dedede;
}
.input_data {
  background: url(../images/icon_date.png) no-repeat 98.5% top;
  background-size: 22px;
}
.input_style {
  background: none;
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 5px 10px;
}

.btn-style {
  padding: 10px 18%;
  border-radius: 25px;
  border: none;
  color: #fff;
  background-color: #4cb1a5;
  cursor: pointer;
}
.btn-style-gray {
  padding: 10px 18%;
  border-radius: 25px;
  border: none;
  color: #fff;
  background-color: #bcbcbc;
}
.btn-style-2 {
  padding: 1.3% 6%;
  border: none;
  border-radius: 30px;
  background-color: #4cb1a5;
  display: inline-block;
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
.btn-style-2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-style-2 span::after {
  display: inline-block;
  content: " ";
  background: url("../images/icon_arror.svg") no-repeat 60% center;
  background-size: 40%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.btn-style-2:hover, .btn-style-2:focus {
  -webkit-animation: paddingxmove 2s ease-in-out;
          animation: paddingxmove 2s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.btn-style-3 {
  padding: 6px 40px;
  border: none;
  border-radius: 30px;
  background-color: #4cb1a5;
  display: inline-block;
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn-style-4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 6px 12px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #808080;
}
.btn-style-4 img {
  margin-right: 6px;
}

.shadow {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.btn-style-disabled {
  padding: 10px 18%;
  border-radius: 25px;
  border: none;
  color: #fff;
  background-color: #666;
}

.btn-style1 {
  background: none;
  border: 0;
  background-color: #1f8473;
  border-radius: 15px;
  padding: 0.4rem 0.9rem;
  text-decoration: none;
  color: #fff;
}
.btn-style1:hover, .btn-style1:visited, .btn-style1:active {
  color: #fff;
  text-decoration: none;
}

button:disabled {
  background-color: #666;
  cursor: not-allowed;
}

a {
  font-size: initial;
}

.float-rb {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 1;
}

.border_bgrey {
  border-bottom: 1px solid #dedede;
}
.border_main {
  border: 1px solid #0a8974;
}

.box-shadow-style {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}

.bot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 3px solid #ffa601;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 18px;
  left: -2px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.bg-secondary--10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-accent--10 {
  background-color: rgba(255, 0, 0, 0.1);
}

.txtsize-s100 {
  font-size: 100% !important;
}
.txtsize-s90 {
  font-size: 90% !important;
}
.txtsize-s80 {
  font-size: 80% !important;
}
.txtsize-s70 {
  font-size: 70% !important;
}
.txtcolor_main {
  color: #0a8974;
}
.txt-accent {
  color: #FF6B6B;
}
.txt-note {
  color: #666;
}
.txt-overhide {
  overflow: hidden;
  max-height: 45px;
  margin-bottom: 5px;
}
.txt-overhide--more {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt-overhide--multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.txt-overhide--multiline.lineclamp2 {
  -webkit-line-clamp: 2;
  height: 44.8px;
}
.txt-border--iconx {
  border-radius: 10%;
  border: 1px solid #bbb;
  font-size: 80%;
  padding: 4px 6px;
  background-color: #fff;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.txt-border--iconx:before {
  content: "X";
  padding-right: 3px;
  font-size: 14px;
}
.txt-dollar {
  font-weight: bold;
  font-size: 110%;
  color: #EA3421;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.txt-dollar--icon::before {
  content: "$";
  font-size: 85%;
  margin-left: 5px;
  margin-right: 2px;
}
.txt-dollar::before {
  content: "$";
  font-size: 85%;
  padding-right: 2px;
}
.txt-error {
  color: #f00;
  font-size: 80%;
  display: block;
  text-align: right;
}

.separator-lineleft::before {
  content: "|";
  padding: 0 5px;
}

.position-absolute-left {
  position: absolute;
  left: 1.5%;
}

.position-absolute-right {
  position: absolute;
  right: 1.5%;
}

.navbar {
  padding: 0;
  padding: 30px 20px;
}
.navbar .nav-item .nav-link {
  padding-left: 12px;
  padding-right: 12px;
  color: #333;
}
.navbar .nav-item .nav-link:hover {
  border-bottom: 2px solid #4cb1a5;
  color: #3e9d92;
  position: relative;
  padding-bottom: calc(0.5rem - 2px);
}
.navbar .nav-item.active a {
  border-bottom: 2px solid #4cb1a5;
  padding-bottom: calc(0.5rem - 2px);
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.dropdown-menu .dropdown-item:hover {
  color: #3e9d92;
}

.banner_box .carousel-control-prev-icon {
  background: url("../images/pre.png") no-repeat;
  width: 27px;
  height: 45px;
}
.banner_box .carousel-control-next-icon {
  background: url("../images/next.png") no-repeat;
  width: 27px;
  height: 45px;
}
.banner_box .carousel-indicators li {
  width: 19px;
  height: 19px;
  opacity: 1;
  background: url("../images/banner_li.png") no-repeat;
  background-size: 100%;
}
.banner_box .carousel-indicators li.active {
  width: 60px;
  background: url("../images/banner_li_active.png") no-repeat;
  background-size: 100%;
}

.content_box {
  color: #666;
}

.title_line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title_line1 span.c_txt {
  font-weight: 900;
  font-size: 48px;
  color: #8c8c8c;
  background-color: #fff;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.title_line1 span.c_txt::first-letter {
  color: #48b4a9;
}
.title_line1:before, .title_line1:after {
  content: "";
  border-bottom: 2px solid #a6d0cc;
  height: 40px;
  min-width: 50px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.title_main {
  font-weight: bold;
  color: #2a9d8f;
}

.title_1 {
  border-bottom: 2px solid #a6d0cc;
  height: 40px;
  text-align: center;
  margin: 6% auto 4% auto;
}
.title_1 span.c_txt {
  font-weight: 900;
  font-size: 48px;
  color: #8c8c8c;
  background-color: #fff;
  padding: 0 20px;
}
.title_1::first-letter {
  color: #48b4a9;
}

.title_1 + .content_row1 {
  margin-top: 45px;
}

.title_2 {
  font-size: 28px;
  color: #3e978d;
  font-weight: bold;
}
.title_2 .txt_big {
  font-size: 130%;
  font-family: Arial, Helvetica, sans-serif;
  color: #3e978d;
  font-weight: initial;
}

.title_3 {
  position: relative;
}
.title_3::first-letter {
  color: #48b4a9;
}
.title_3 span.c_txt {
  font-weight: border;
  font-size: 48px;
  color: #8c8c8c;
}
.title_3 span.e_txt {
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  color: #cecdcd;
  position: absolute;
  top: -20px;
  left: 20%;
  z-index: -1;
  font-size: 48px;
}

.content_row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

.content_row3 {
  position: absolute;
  top: 25%;
  width: 100%;
}
.content_row3 .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: url("../images/bg_line_r.png") no-repeat 13% 17%;
}
.content_row3 .item .txt_contet_box {
  margin-left: auto;
  margin-right: 5%;
  width: 50%;
}
.content_row3 .item:nth-child(odd) {
  background: url("../images/bg_line_l.png") no-repeat 82% 17%;
  margin-top: 5%;
}
.content_row3 .item:nth-child(odd) .txt_contet_box {
  margin-right: auto;
  margin-left: 8%;
}

.content_row4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content_row4 .content_item1 {
  width: 40%;
  margin-left: auto;
  margin-bottom: 30px;
}
.content_row4 .owl-carousel .owl-controls {
  display: none;
}
.content_row4 .owl-carousel .item {
  background-color: #fff;
}
.content_row4 .owl-carousel .item .icon_box {
  width: 50%;
}
.content_row4 .owl-carousel .item .content_box {
  height: 130px;
}
.content_row4 .owl-carousel .item img.w-xl-auto {
  width: auto;
  margin: 0 auto;
}

.about_box5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 80px auto 110px auto;
}
.about_box5::after {
  content: "]";
  color: #d5e5e3;
  font-weight: bold;
  font-size: 180px;
}
.about_box5::before {
  content: "[";
  color: #d5e5e3;
  font-weight: bold;
  font-size: 180px;
}

.download_box4 {
  background-color: #3f978d;
  padding: 25px 0;
  margin-top: 50px;
}
.download_box4 .title_4 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: 900;
}

.content_row7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10vh 0;
}
.content_row7 .img_box {
  width: 320px;
}
.content_row7 .img_box img {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}
.content_row7 .txt_box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.content_row7 .txt_content_box {
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #dbdada;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.content_row7 .txt_content_box .step {
  font-family: Arial, Helvetica, sans-serif;
  color: #1b9aaa;
  font-weight: 600;
  font-size: 35px;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 20px;
}
.content_row7 .txt_content_box .step span {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  background-color: #2dabbb;
  padding: 5px 13px;
  margin-left: -2px;
}
.content_row7 .txt_content_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #666;
  margin: 20px 0 20px 0;
}
.content_row7 .txt_content_box .txt_content {
  color: #666;
}

.content_row7:nth-child(odd) {
  background-color: #cceae7;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content_row7:nth-child(odd) .txt_content_box {
  background-color: #def1ef;
}
.content_row7:nth-child(odd) .txt_content_box .step {
  background: none;
}

.application_box5 {
  background-repeat: no-repeat;
  background: url("../images/bg_notify.jpg") no-repeat left center;
}
.application_box5 .content_box {
  padding: 35px 0 35px 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.application_box5 .content_box .title {
  color: #fff;
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 40px 0;
  font-size: 48px;
  font-weight: 900;
}
.application_box5 .content_box .btn_box {
  text-align: left;
}

.content_item1 {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.content_item1.w-xl-15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
.content_item1.w-xl-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.content_item1.w-xl-30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.content_item1.w-xl-40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.content_item1 .img_box {
  width: 55%;
}
.content_item1 .content_txt_box1 {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 25px 20px 35px 20px;
  width: 50%;
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 12%;
  border: 1px solid #dddddd;
  -webkit-box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
}
.content_item1 .title_2 {
  color: #48b4a9;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  height: 56px;
  overflow: hidden;
}
.content_item1 .content_txt {
  color: #808080;
  font-size: 17px;
  height: 96px;
  overflow: hidden;
}

.classification {
  color: #fe735f;
  padding: 5px 6px;
  border-radius: 5px;
  border: 1px solid #fe735f;
  font-size: 13px;
}

.date {
  color: #919191;
  font-size: 15px;
}

.content_item2 {
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20px 18px;
}

.first_box_1 {
  background: url("../images/bg_why.png") no-repeat top left;
  -ms-flex-preferred-size: 640px;
      flex-basis: 640px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: 100%;
}
.first_box_1 .txt_content_box {
  width: 50%;
  margin-left: auto;
}
.first_box_1 .txt_content_box li {
  font-size: 16px;
}

.owl-carousel.owl-loaded {
  position: relative;
}
.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-controls .owl-dots {
  opacity: 0;
}
.owl-carousel .owl-controls .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  background: url("../images/pre_1.png") no-repeat center left;
  left: 0;
  width: 12x;
  height: 20px;
  background-size: 100%;
  font-size: 0;
  opacity: 0.45;
  text-align: left;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-prev:focus {
  background: url("../images/pre_1.png") no-repeat center left;
  opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  background: url("../images/next_1.png") no-repeat center right;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  right: 0;
  width: 12x;
  height: 20px;
  background-size: 100%;
  font-size: 0;
  opacity: 0.8;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel .owl-controls .owl-nav .owl-next:focus {
  background: url("../images/next_1.png") no-repeat center right;
  opacity: 1;
}
.owl-carousel .item {
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 25px 15px 20px;
  border: 1px solid #e3e3e3;
}
.owl-carousel .item .icon_box {
  width: 97px;
  margin: 20px auto;
}
.owl-carousel .item .title_3 {
  color: #48b4a9;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.owl-carousel .item .content_box {
  color: #666666;
  width: 95%;
  margin: 10px auto 15px;
  font-size: 16px;
  height: 75px;
}
.owl-carousel .item .note_1 {
  background-color: #fe735f;
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-right: -16px;
  color: #fff;
  padding: 5px 15px 5px 20px;
  width: 75%;
  margin-left: auto;
  text-align: right;
}
.owl-carousel .item .note_1.nostyle {
  height: 28px;
  background: none;
}
.owl-carousel.caselist .owl-dots {
  display: none;
}
.owl-carousel.caselist .item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 3px 15px;
  border-radius: 0;
}
.owl-carousel.caselist .item.now {
  border-bottom: 2px solid #1f8473;
  color: #1f1f1f;
}

ul.nostyle,
ol.nostyle {
  list-style: none;
}

ul.liflex li,
ol.liflex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certificate_box {
  background: url(../images/bg_certificate.svg) top left repeat;
  background-size: 50%;
}
.certificate_box .swiper {
  width: 80%;
  height: 100%;
}
.certificate_box .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificate_box .swiper-slide {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.certificate_txtbox {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3%;
}
.certificate_contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.advantage_box {
  background: #eefffc url("../images/bg_introduce_application2.png") no-repeat bottom right;
  background-size: 70%;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.advantage_contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage_title {
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 0.25rem;
  position: relative;
  color: #0a8974;
}
.advantage_title span {
  margin-right: 15px;
  color: #FE735F;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
}
.advantage_title span::after {
  content: "";
  background-color: #eefffc;
  width: 30px;
  height: 10px;
  border-top: 1px solid #FF9994;
  display: inline-block;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  position: absolute;
  left: 11px;
  top: 29px;
  z-index: 1;
}
.advantage_title::first-letter {
  font-size: 190%;
  font-weight: bolder;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
.advantage_txt {
  font-size: 90%;
  color: #333;
}
.advantage_img {
  width: 80%;
}
.advantage_imgbox {
  position: relative;
  display: inline-block;
}
.advantage_imgbox:after {
  content: "";
  width: 230px;
  height: 230px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: -4%;
  right: 0;
  background: url("../images/img_12.svg") no-repeat right bottom;
  background-size: 100%;
}

.news_box {
  width: auto;
}
.news_contentbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.news_item {
  font-size: auto;
}
.news_item:hover {
  text-decoration: none;
}
.news_img {
  position: relative;
}
.news_img .classification {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.news_txtbox {
  padding-top: 20px;
}
.news_title {
  color: #48b4a9;
  font-weight: bolder;
  font-size: 110%;
}
.news_contenttxt {
  font-size: 85%;
  color: #808080;
}
.news_date {
  color: #808080;
  font-size: 75%;
  text-align: right;
}

.adv_box {
  padding: 0;
}
.adv_img {
  position: relative;
}
.adv_img .classification {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.adv_txtbox {
  margin-top: 20px;
}
.adv_item:hover {
  text-decoration: none;
}
.adv_title {
  color: #48b4a9;
  font-weight: bolder;
  font-size: 110%;
}
.adv_contenttxt {
  font-size: 85%;
  color: #808080;
}

.footer_box {
  background-color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px 20px 30px;
  align-items: center;
}
.footer_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer_logo p {
  font-size: 12px;
  color: #e8e8e8;
  margin-top: 5px;
}
.footer_contain {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.footer_menu ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer_menu ul li a {
  color: #fff;
  font-weight: bold;
}
.footer_menu ul li a:hover {
  text-decoration: none;
}
.footer_menu ul li ::after {
  content: "|";
  display: inline-block;
  padding-left: 18px;
}
.footer_menu ul li:last-child a::after {
  content: none;
}
.footer_companydata span {
  color: #dfdfdf;
  font-size: 16px;
  margin-left: 35px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 28px;
  display: inline-block;
}
.footer_companydata .co {
  background-image: url("../images/icon_co.png");
}
.footer_companydata .add {
  background-image: url("../images/icon_add.png");
}
.footer_companydata .tel {
  background-image: url("../images/icon_tel.png");
}
.footer_community {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page_banner_box {
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 60px;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
  padding: 8% 8%;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
}

.bg_area_1 {
  background-color: #b0e5df;
  display: inline-block;
  height: 25vh;
}

.history_box {
  position: relative;
  padding-top: 3rem;
}
.history_box svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 350px;
  right: 0;
  z-index: -1;
}
.history_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.history_item {
  width: 49%;
  margin-left: auto;
  margin-bottom: 30px;
}
.history_titlebox {
  position: relative;
  margin-bottom: 5px;
}
.history_titlebox .c_txt {
  font-size: 48px;
  color: #8c8c8c;
}
.history_titlebox .e_txt {
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  color: #cecdcd;
  position: absolute;
  top: -20px;
  left: 120px;
  z-index: -1;
  font-size: 48px;
}
.history_listbox {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 25px 5% 25px 25px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.history_listbox dl {
  margin-bottom: 0;
}
.history_listbox dt {
  display: inline-block;
  width: 80px;
  vertical-align: top;
  font-size: 16px;
}
.history_listbox dd {
  display: inline-block;
  width: calc(100% - 91px);
  font-size: 16px;
}

.list_box1 {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 20px 25px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.list_box1 .list_row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_box1 .list_row .list_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.list_box1 .list_row .list_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btn_box {
  text-align: center;
  margin: 40px 0;
  width: 100%;
}
.btn_box img {
  margin: 15px;
}

.droup_list_box {
  width: 70%;
  margin: 40px auto 70px auto;
}
.droup_list_box .droup_row {
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  padding: 5px 10px 5px 6px;
  margin-bottom: 10px;
}
.droup_list_box .droup_row .title {
  font-weight: bold;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.droup_list_box .droup_row .title .droup_icon {
  content: " ";
  height: 18px;
  width: 18px;
  padding: 9px;
  background: url("../images/icon_arror.png") no-repeat center center;
  background-size: 80%;
  margin: 0 10px 0 5px;
}
.droup_list_box .droup_row .title .title_content {
  color: #3e9d92;
}
.droup_list_box .droup_row .txt_content {
  border-top: 1px solid #c6c6c6;
  padding: 5px 0 5px 10px;
  margin: 0 20px 0 23px;
  display: none;
}
.droup_list_box .droup_row .txt_content ol,
.droup_list_box .droup_row .txt_content ul {
  padding-left: 1em;
}
.droup_list_box .droup_row.active {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.droup_list_box .droup_row.active .txt_content {
  display: block;
}
.droup_list_box .droup_row.active .title:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

a.photo_box {
  text-decoration: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #dddddd;
  padding: 25px 20px 20px 20px;
  -webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
}
a.photo_box .img_box {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -25px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-box-shadow 0.1s ease-in;
  transition: -webkit-box-shadow 0.1s ease-in;
  transition: box-shadow 0.1s ease-in;
  transition: box-shadow 0.1s ease-in, -webkit-box-shadow 0.1s ease-in;
}
a.photo_box .img_box img {
  opacity: 0.6;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
a.photo_box .txt_box .date {
  color: #919191;
  font-size: 15px;
}
a.photo_box .txt_box .content_txt {
  color: #808080;
  font-size: 17px;
  height: 96px;
  overflow: hidden;
}
a.photo_box .txt_box .txt_title {
  color: #48b4a9;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  height: 56px;
  overflow: hidden;
}

a.photo_box:hover {
  -webkit-box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
}
a.photo_box:hover img {
  opacity: 1;
}

.article_box {
  width: 100%;
  margin-top: 1rem;
}
.article_box h3 {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #ccc;
  color: #48b4a9;
}

.navbar-brand {
  background: none;
}
.navbar_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #217a70;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px 10px 0;
}
.navbar_box .navbar-nav {
  display: block;
}
.navbar_box .nav-item {
  display: inline-block;
  margin-right: 5%;
}
.navbar_menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.navbar .navbar-toggler {
  padding: 0.5rem;
  width: 54px;
  height: 43px;
}
.navbar .navbar-toggler.active {
  position: relative;
}
.navbar .navbar-toggler.active .navbar-toggler-icon {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 11px;
  top: 18px;
}
.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  background-color: transparent;
}
.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  left: 0;
}
.navbar .navbar-toggler-icon {
  width: 1.8rem;
  height: 2px;
  background-color: #3ba79a;
  border-radius: 30px;
}
.navbar .navbar-toggler-icon::before, .navbar .navbar-toggler-icon::after {
  content: " ";
  display: inline-block;
  width: 1.8rem;
  height: 2px;
  background-color: #3ba79a;
  border-radius: 30px;
  margin-bottom: 4px;
}
.navbar .navbar-toggler-icon::after {
  margin-bottom: 13px;
}
.navbar-collapse {
  display: block;
}
.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-link {
  color: #fff;
}
.nav-link:hover, .nav-link:hover {
  color: #fff;
}

.user_box {
  position: relative;
}
.user_icon {
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user_modal li {
  border-bottom: 1px solid #ccc;
  margin: 1rem 0;
  padding: 3px 10px;
}
.user.dropdown-menu {
  background-color: #fff;
}
.user.dropdown-menu a {
  color: #333;
  text-decoration: none;
}
.user.dropdown-menu li:hover {
  background-color: #118275;
}
.user.dropdown-menu li:hover a {
  color: #fff;
}

.topbox {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 1.5rem;
  background-color: #349489;
  color: #fff;
}

.txt_g {
  color: #1e7c72;
}

.txt_g2 {
  color: #317f63;
}

.txt_o {
  color: #fe735f;
}

.txt_border {
  border: 1px solid #317f63;
}

.txt_money {
  color: #fe735f;
  font-weight: bolder;
}
.txt_money::before {
  content: "$";
}

.ls-1 {
  letter-spacing: 0.25rem;
}

.ls-2 {
  letter-spacing: 0.5rem;
}

.ls-3 {
  letter-spacing: 0.75rem;
}

.ls-4 {
  letter-spacing: 1rem;
}

.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}

.txt_w {
  color: #fff;
}

.txt_bold {
  font-weight: bold;
}

.txt_firt_g::first-letter {
  color: #1c8d81;
}

.bg_g1 {
  background-color: #349489;
}

.bg_w {
  background-color: #fff;
}

.txt_title1 {
  font-weight: bold;
  font-size: 32px;
}

.txt_title1 * {
  font-size: 32px;
}

.txt_title_bg {
  background: url(../images/img_title_bg.png) no-repeat bottom center;
}

.in_section1 {
  background-image: url("../images/img_introduce_banner.jpg"), url("../images/bg_introduce_banner01.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 30px center, right bottom;
  padding: 0 15px;
  background-size: 100%, 310px;
}

.txt_subtitle {
  font-size: 20px;
}

.txt_content1 {
  font-size: 16px;
}

.in_section2 {
  background-image: url(../images/img_introduce_feature.png), url(../images/img_introduce_feature1.svg), -webkit-gradient(linear, left top, left bottom, from(#f5fffe), to(#d4f6f4));
  background-image: url(../images/img_introduce_feature.png), url(../images/img_introduce_feature1.svg), linear-gradient(to bottom, #f5fffe, #d4f6f4);
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: center center, left bottom, right;
  background-size: auto, 310px;
  padding: 0 15px;
}
.in_section2 img {
  width: 150px;
}

.txt_title2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 30px;
}

.txt_title2 span {
  font: inherit;
  padding: 0 0 0 20px;
  margin-right: -5px;
  color: inherit;
}

.txt_title3 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 15px;
  padding-left: 15px;
}

.btn_style {
  border-radius: 50px;
  border: 2px solid #fe735f;
  display: block;
  padding: 10px;
  color: #fe735f;
  font-weight: bold;
  letter-spacing: 10px;
  padding-left: 10px;
}
.btn_styleImg {
  border: none;
  background-color: #0a8974;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px 5px 15px;
  letter-spacing: 10px;
}
.btn_styleImg img {
  width: 25px;
  margin: 0;
}
.btn_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 15px;
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_pro img {
  width: 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
.btn_primary--border {
  border: 1px solid #0a8974;
  border-radius: 30px;
  padding: 5px 20px;
  background-color: #fff;
  color: #0a8974;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
.btn_primary--border:hover {
  color: #0a8974;
}
.btn_primary--border img {
  display: inline-block;
  width: 30px;
  vertical-align: bottom;
}
.btn_primary--border:disabled {
  background-color: c6c6c6;
  border-color: #c6c6c6;
  color: #fff;
}
.btn_primary--arror {
  color: #fff;
  border-radius: 50px;
  background-color: #0a8974;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.btn_primary--arror.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: text-top;
}
.btn_primary--arror:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_arrorb.svg) no-repeat center center;
  background-size: 60%;
  vertical-align: middle;
}
.btn_primary--backcolor {
  border: none;
  background-color: #0baa8b;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
.btn_primary--backcolor:hover {
  color: #fff;
}
.btn_accent {
  color: #fff;
  border-radius: 50px;
  background-color: #FF6B6B;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
}
.btn_accent--border {
  border: 2px solid #FF6B6B;
  border-radius: 50px;
  color: #e34040;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
}
.btn_contact {
  color: #666;
  cursor: pointer;
}
.btn_contact img {
  width: 23px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
}
.btn_subtle--border {
  border: 1px solid #bbb;
  border-radius: 30px;
  padding: 5px 20px;
  color: #0a8974;
  font-weight: bold;
  cursor: pointer;
}
.btn_subtle--border:hover {
  color: #0a8974;
}
.btn_subtle_icon--roundborder {
  border-radius: 10px;
  padding: 5px 15px;
  border: 1px solid #bbb;
  cursor: pointer;
}
.btn_subtle_icon img {
  margin-right: 10px;
  width: 16px;
}
.btn_subtle_icon span ~ img {
  margin-right: 0;
  margin-left: 10px;
}
.btn_prev--b {
  border: none;
  background: none;
  background: url("../images/pre_1.png") no-repeat center left;
  left: 0;
  width: 12x;
  height: 20px;
  background-size: 100%;
  font-size: 0;
  opacity: 0.8;
  text-align: left;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.btn_prev--b:hover, .btn_prev--b:focus {
  background: url("../images/pre_1.png") no-repeat center left;
  opacity: 1;
}
.btn_next--b {
  border: none;
  background: none;
  background: url("../images/next_1.png") no-repeat center right;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  right: 0;
  width: 12x;
  height: 20px;
  background-size: 100%;
  font-size: 0;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.btn_next--b:hover, .btn_next--b:focus {
  background: url("../images/next_1.png") no-repeat center right;
  opacity: 1;
}
.btn-showmore--btn {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.btn-showmore--btn.bottom-border {
  border-bottom: 1px solid #ccc;
}
.btn-showmore--btn img {
  width: 14px;
  height: 14px;
}
.btn-showmore--btn.is-active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn_icon img {
  width: 20px;
}
.btn_icon span ~ img {
  margin-left: 50px;
}
.btn_icon.rotate.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: text-top;
}

.carousel-indicators--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.carousel-indicators--main li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-align: -999px;
  cursor: pointer;
  background-color: #666;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  font-size: 0;
}
.carousel-indicators--main li.active {
  background-color: #57a899;
}

.line_c_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.line_c_g::before,
.line_c_g::after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: url("../images//bg_line.png") repeat-x center left;
  content: " ";
}

.in_section3 {
  padding: 0 15px;
}
.in_section3 img {
  width: 150px;
}
.in_section3 .product_area {
  padding: 10% 8%;
}
.in_section3 .product_area:first-child {
  background-image: url("../images/bg_product1.svg"), url("../images/bg_product1-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #b5e4d5;
  background-size: 100%;
}

.in_section3 .product_area:last-child {
  background-image: url("../images/bg_product2.svg"), url("../images/bg_product3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e2f9f2;
  background-size: 100%;
}

.in_section3 .product_area .product_box {
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  padding: 10% 6%;
}

.in_section3 .product_area .product_box:focus,
.in_section3 .product_area .product_box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}

.in_section3 .product_area .product_box:focus .btn_style,
.in_section3 .product_area .product_box:hover .btn_style {
  background-color: #fe735f;
  color: #fff;
  text-decoration: none;
}

.in_section4 {
  background-image: url("../images/bg_introduce_application1.svg"), url("../images/bg_introduce_application2.svg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 25%, 50%;
}
.in_section4 img {
  width: 210px;
}

.in_footer {
  background-color: #51b5a7;
  padding: 20px 0;
  color: #fff;
}
.in_footer * {
  color: #fff;
  font-size: 16px;
}
.in_footer img {
  width: 215px;
}
.in_footer .icon {
  width: 20px;
}

.copyright_box {
  font-size: 13px;
  color: #fff;
}

.fix_icon {
  position: fixed;
  right: 15px;
  bottom: 10%;
  width: 150px;
  height: 150px;
  z-index: 999;
  border-radius: 50%;
}

.bnpl_area1 {
  top: 30%;
}

.box01_list li a {
  width: calc(100% - 8px);
}

.bnpl_listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnpl_listbox .bnpl-month {
  -ms-flex-preferred-size: 63px;
      flex-basis: 63px;
  padding-top: 2rem;
  margin-right: 1rem;
}
.bnpl_listbox .bnpl-month span::after {
  content: "";
  background-color: #349489;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 10px;
}
.bnpl_listbox .bnpl-month::after {
  content: "";
  width: 92%;
  height: calc(100% - 1.5rem - 23px);
  display: inline-block;
  border-right: 1px solid #0f564e;
}
.bnpl_listbox .bnpl-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.companylogin {
  background: #c8fdf4;
  background: url("../images/bg_companylogo.svg") left bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c8fdf4));
  background: url("../images/bg_companylogo.svg") left bottom no-repeat, linear-gradient(top, #fff, #c8fdf4);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#c8fdf4",GradientType=0 );
  background-size: 20%;
}

.flexicon {
  position: fixed;
  right: 15px;
  bottom: 10%;
  z-index: 1;
  width: 85px;
  text-align: right;
}
.flexicon .warn_icon {
  margin-bottom: 10px;
}
.flexicon .flex_line img {
  width: 82%;
}

.l-list_boxprimary {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 15px;
  width: 100%;
}
.l-flex_container--column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-flex_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-list {
  padding: 0;
  margin: 0;
}
.m-list li {
  list-style: none;
  padding-bottom: 10px;
}
.m-list li:last-of-type {
  padding-bottom: 0;
}
.m-list--second {
  color: #666;
}
.m-list--line {
  border-bottom: 1px dotted #ccc;
}
.m-list_headbox {
  border: 1px solid #e8e8e8;
  color: #575757;
  background-color: #f6f6f6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.m-list_headbox--accent {
  background-color: #fff0f0;
  border-color: #fecece;
}
.m-title-primary--img img {
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.m-title-primary--img ~ .m-list {
  margin: 0;
  padding: 0;
}
.m-title-primary--img ~ .m-list li {
  padding-left: 28px;
  padding-right: 28px;
}
.m-model-list {
  list-style: none;
}
.m-model-header--noborder {
  border: none;
}
.m-tabs {
  width: 100%;
}
.m-tabs--listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dfdfdf;
}
.m-tabs--content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-accent {
  color: rgba(255, 0, 0, 0.5);
  color: #f00;
}
.m-flex--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-cut--full {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-iconsize--s {
  width: 15px;
}
.m-input--noborder {
  border: none;
}
.m-pwicon {
  background: url(../images/icon_37.svg) no-repeat center left;
  background-size: 200%;
  width: 20px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}
.m-pwicon.is-active {
  background-position-x: right;
}

.theme-arrormore {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  padding-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.is-hide {
  display: none;
}
.is-full--width {
  max-width: 100%;
}
.is-error {
  position: relative;
}
.is-error input[type=text], .is-error input[type=checkbox], .is-error input[type=email] {
  border-color: #f00;
}

.notall {
  border: 2px solid #f00;
  background-color: #f00;
  color: #f00;
}

.introduce_box5 {
  padding: 25px 0;
  background: url(../images/mascot_01.png), linear-gradient(135deg, #3f978d 0%, #b5e4d5 100%), #b5e4d5;
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  background-size: 20% auto, 100%;
}
.introduce_box5 .title {
  font-size: 42px;
}
.introduce_box5 .btn_box {
  margin-right: 8%;
  margin-left: auto;
}

.toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  border-radius: 13px;
  padding: 20px 40px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.df-datebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.df-datemore {
  display: inline-block;
}
.df-dateinput {
  padding: 5px 1rem 0 1rem;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 165px;
}
.df-dateselect {
  padding: 5px 1.5rem;
  margin: 0 15px;
}
.df-icon {
  margin: 0 1.5rem;
}

.search_box {
  border-radius: 10px;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 3px 4px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_input {
  border: none;
  background: none;
  padding-left: 10px;
}
.search_btn {
  border: none;
  font-size: 0;
  background: url("../images/icon_62.svg") no-repeat center center;
  background-size: 40%;
  height: 25px;
  padding: 0 29px;
}
.search_clear {
  border-radius: 50px;
  font-size: 0;
  width: 17px;
  height: 17px;
  background: url(../images/icon_close-01.svg) no-repeat center center;
  background-size: 100%;
}

.ckb_allbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ckb_box {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ckb_contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ckb_txt {
  margin-bottom: 1rem;
}
.ckb_lifocus {
  background-color: #f00;
}

.table_box {
  width: 100%;
  padding: 15px 2%;
  overflow-x: auto;
}
.table_box::-webkit-scrollbar {
  height: 3px;
}
.table_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1.5px rgba(255, 255, 255, 0.5);
  background-color: #eee;
  border-radius: 50px;
}
.table_box::-webkit-scrollbar-thumb {
  background-color: #5ec7b8; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(45deg, #5ec7b8 0%, #5ec7b8 35%, #51b3a5 40%, #51b3a5 90%, #248476 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5ec7b8", endColorstr="#51b3a5",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-radius: 30px;
}
.table_total {
  font-weight: bold;
  color: #f00;
  background-color: #efefef;
}

.scrolltable {
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
  margin-left: 20px;
  background-color: #fff;
}
.scrolltable td, .scrolltable th {
  text-align: center;
  vertical-align: middle;
  padding: 4px 10px;
  border: 1px solid #ddd;
  font-size: 95%;
}
.scrolltable th {
  color: #fff;
  border-color: #83c5be;
  font-weight: 600;
  background-color: #87c38f;
}
.scrolltable th:nth-child(odd) {
  color: #fff;
  background-color: #2a9d8f;
}
.scrolltable tr td:first-of-type, .scrolltable tr th:first-of-type {
  position: absolute;
  left: 0;
  z-index: 1;
  border: none;
  padding: 0 0 30px 0;
  background: none;
}
.scrolltable tr.forcus {
  background-color: #effffa;
}
.scrolltable.nfloat {
  margin-left: 0;
}
.scrolltable.nfloat tr td:first-of-type {
  position: relative;
  border: 1px solid #ddd;
  padding: 4px 10px 0 10px;
}
.scrolltable.nfloat tr th:first-of-type {
  padding: 4px 10px;
  position: relative;
  border: 1px solid #2a9d8f;
  background-color: #2a9d8f;
}

input[type=checkbox].list-checkbox, input[type=checkbox].all {
  -webkit-appearance: none;
  -apple-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -rim-appearance: none;
  -xv-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 21px;
  height: 21px;
  border: 1px solid #bbb;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
input[type=checkbox].list-checkbox:checked, input[type=checkbox].all:checked {
  background: url("../images/checkbox_checked.svg") #51b5a7 no-repeat center center;
  background-size: 75%;
  border: 1px solid #51b5a7;
}
input[type=checkbox].list-checkbox.notall, input[type=checkbox].all.notall {
  background: #fff url("../images/checkbox_notall.svg") no-repeat center center;
  background-size: 75%;
  border: 1px solid #51b5a7;
}
input[type=checkbox].list-checkbox[disabled], input[type=checkbox].all[disabled] {
  background-color: #bbb;
}
input[type=radio] {
  -webkit-appearance: none;
  -apple-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -rim-appearance: none;
  -xv-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #ccc;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}
input[type=radio]:checked {
  border: none;
  background: url(../images/icon_check.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  margin-right: 1px;
}
input[type=radio]:checked ~ span {
  color: #0a8974;
  font-weight: bold;
}

.droptoggle_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bolder;
}
.droptoggle_title.show img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.droptoggle_icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.droptoggle_icon img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 11px;
  margin-right: 15px;
}
.droptoggle_content {
  display: none;
}

.boxstyle {
  background-color: #fff;
  padding: 20px 2% 15px 2%;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 8px;
}

.tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dfdfdf;
}
.tab_item {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_item .bicon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: top left;
  background-size: 200%;
  margin-right: 5px;
  background-repeat: no-repeat;
}
.tab_item.active {
  border-bottom: 2px solid #217a70;
  padding-left: 26px;
  padding-right: 26px;
}
.tab_item.active span::first-letter {
  font-size: 130%;
  color: #1f8473;
  font-weight: bolder;
  margin-right: 1px;
  margin-left: 5px;
}
.tab_item.active .bicon {
  background-position-x: right;
}

.googleform {
  height: 100dvh;
  background-color: #f3fafa;
  background-image: url(../images/googleform_bg.png), url(../images/googleform_bg1.png), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f3fafa), to(#b1fcfa));
  background-image: url(../images/googleform_bg.png), url(../images/googleform_bg1.png), linear-gradient(to bottom, #f3fafa 50%, #b1fcfa 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top right, bottom left, top;
  background-size: auto, auto, auto;
}
.googleform_header {
  position: relative;
  text-align: center;
  padding: 2% 0;
}
.googleform_logo {
  position: absolute;
  left: 1%;
  top: 6%;
}
.googleform_logo img {
  width: 80%;
}
.googleform_title img {
  width: 40%;
  max-width: 580px;
}
.googleform_content {
  border-radius: 30px;
  background-color: #fff;
  margin: 0 auto;
  width: 50%;
  height: 77vh;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.modal-company .modal-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  padding: 1.9%;
}
.modal_list {
  border: 1px solid #ddd;
  background-color: #fbfbfb;
}
.modal_list ul {
  margin: 0;
  padding: 0;
}
.modal_list li {
  border-bottom: 1px solid #ddd;
  padding: 8px 5px;
  list-style: none;
}
.modal_list li:last-child {
  border-bottom: none;
}

.alert-box {
  bottom: 5%;
  z-index: 999;
  display: none;
}
.alert-box--success {
  color: #000;
  background-color: #d9d9d9;
  padding-left: 5%;
  padding-right: 5%;
}
.alert-box--error {
  color: #990000;
  background-color: #ffcccc;
  padding-left: 5%;
  padding-right: 5%;
}

@keyframes paddingxmove {
  0% {
    padding-left: 6%;
    padding-right: 6%;
  }
  45% {
    padding-left: 2.5%;
    padding-right: 9.5%;
  }
  100% {
    padding-left: 2.5%;
    padding-right: 9.5%;
  }
}
@-webkit-keyframes paddingxmove {
  0% {
    padding-left: 6%;
    padding-right: 6%;
  }
  45% {
    padding-left: 2.5%;
    padding-right: 9.5%;
  }
  100% {
    padding-left: 2.5%;
    padding-right: 9.5%;
  }
}
@media screen and (min-width: 2000px) {
  .downloadbox_style1 .btn_box {
    margin-right: 215px;
  }
}
@media screen and (max-width: 1199px) {
  .toolbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .df-datebox {
    display: block;
  }
  .df-datemore {
    display: block;
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .w-md-100 {
    width: 100%;
  }
  .navbar-nav {
    display: block;
  }
  .ta-md-c {
    text-align: center;
  }
  .ta-md-l {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .ta-md-r {
    text-align: right;
  }
  .downloadbox_style1 .btn_box {
    margin-right: 15%;
  }
  .btn-style-2 {
    max-width: 70%;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .certificate_imgbox {
    padding: 0 8%;
  }
  .certificate_imgbox .swiper {
    width: auto;
    height: auto;
  }
  .df-icon {
    font-size: 0;
    margin: 0 10px;
  }
  .advantage_imgbox:after {
    right: -7%;
    bottom: -7%;
  }
  .content_item1 {
    padding: 0 3%;
  }
  .content_item1 a {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
  }
  .content_item1 .img_box {
    width: 100%;
  }
  .content_item1 .content_txt_box1 {
    position: initial;
    width: 100%;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    border: none;
  }
  .footer_logo {
    width: 25%;
  }
  .footer_contain {
    display: block;
  }
  .footer_community {
    display: none;
  }
  .df-datebox {
    display: block;
  }
  .content_row4 {
    width: 100%;
  }
  .content_row4 .content_item1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .history_content {
    display: block;
    margin-right: auto;
  }
  .history_item {
    width: 100%;
  }
  .about_box5 {
    width: 80%;
  }
}
@media screen and (max-width: 783px) {
  .downloadbox_style1 {
    background-size: 30%, 100%;
  }
  .downloadbox_style1 .btn_box {
    margin-right: 0;
  }
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar_box .nav-item {
    display: block;
  }
  .certificate_contain {
    display: block;
  }
  .certificate_imgbox {
    padding: 0 15%;
  }
  .certificate_txtbox {
    padding: 7% 8% 5% 8%;
  }
  .advantage_box {
    background-size: 90%;
  }
  .advantage_contain {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .advantage_imgbox:after {
    right: -45%;
    bottom: -5%;
  }
  .advantage_txtbox {
    padding: 7% 8% 5% 8%;
  }
  .navbar_toggler_company {
    padding: 10px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar_toggler_company_icon {
    height: 2px;
    background-color: #fff;
    border-radius: 30px;
  }
  .navbar_toggler_company_icon::before, .navbar_toggler_company_icon::after {
    display: block;
    content: " ";
    height: 2px;
    background-color: #fff;
    border-radius: 30px;
    width: 1.5em;
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .toolbox {
    display: block;
  }
  .df-datebox {
    display: block;
  }
  .df-icon {
    display: none;
  }
  .df-dateinput {
    width: calc(100% - 5px);
  }
  .df-dateselect {
    padding-left: 0;
    margin-right: 0;
    width: calc(100% - 112px);
  }
  .df-dateselect option {
    text-align: center;
  }
  .search_input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .content_row4 {
    display: block;
    margin-right: auto;
  }
  .content_row4 .content_item1 {
    width: 100%;
  }
  .content_row4 .owl-carousel .item .content_box {
    height: auto;
  }
  .about_box5 {
    width: 100%;
  }
  .about_box5::before, .about_box5::after {
    padding-top: 4rem;
  }
  .news_contentbox {
    display: block;
  }
  .for_pc {
    display: none;
  }
  .for_moblie {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .mr-sm-auto {
    margin-right: auto;
  }
  .mt-sm-3 {
    margin-top: 1.5rem;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-2 {
    margin-bottom: 1rem;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-4 {
    margin-bottom: 2rem;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.5rem;
  }
  .mt-sm-2 {
    margin-top: 1rem;
  }
  .mt-sm-3 {
    margin-top: 1.5rem;
  }
  .mt-sm-4 {
    margin-top: 2rem;
  }
  .mt-sm-5 {
    margin-top: 2.5rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-sm-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-sm-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .w-sm-n1 {
    width: calc(100% - 0.5rem);
  }
  .w-sm-n2 {
    width: calc(100% - 1rem);
  }
  .w-sm-n3 {
    width: calc(100% - 1.5rem);
  }
  .w-sm-n4 {
    width: calc(100% - 2rem);
  }
  .ta-sm-c {
    text-align: center;
  }
  .ta-sm-l {
    text-align: left;
  }
  .ta-sm-r {
    text-align: right;
  }
  .title_1 {
    margin: 8% auto 6% auto;
  }
  .title_1 span.c_txt {
    font-size: 35px;
  }
  .title_line1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title_line1::after, .title_line1::before {
    height: auto;
    min-width: auto;
  }
  .title_line1 span.c_txt {
    font-size: 35px;
  }
  .content_row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .content_row1 .content_item1 {
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .content_row1 .content_item1 .img_box {
    width: 100%;
  }
  .content_row1 .content_item1 .content_txt_box1 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0%;
    border: none;
  }
  .first_box_1 {
    background-size: auto;
    background-position: center right;
  }
  .first_box_1 .txt_content_box {
    width: 100%;
  }
  .content_row3 {
    position: relative;
  }
  .content_row3 .item {
    background: none;
  }
  .content_row3 .item .txt_contet_box {
    margin-right: auto;
    width: 80%;
    margin-top: 15px;
  }
  .content_row3 .item:nth-child(odd) {
    background: none;
    margin-top: 0;
  }
  .content_row3 .item:nth-child(odd) .txt_contet_box {
    margin-left: auto;
    width: 80%;
  }
  .content_row3 .txt_contet_box {
    margin: 0 auto;
  }
  .content_row7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_row7 .txt_box {
    margin-top: 60px;
  }
  .content_row7:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_row8 .content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_row8 .content_box .title_4 {
    margin-bottom: 0;
  }
  .content_row8 .content_box .btn_box {
    text-align: center;
  }
  .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_box .menu ul {
    display: none;
  }
  .footer_box .menu .submenu {
    display: block;
    margin-top: 15px;
  }
  .footer_box .menu .company_data span {
    margin-left: 0;
    text-align: left;
  }
  .footer_box .company_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_box .community {
    margin-top: 20px;
  }
  .footer_box .logo {
    text-align: center;
  }
  .page_banner_box {
    font-size: 186%;
    letter-spacing: 0;
    text-align: center;
  }
  .content_row4 {
    width: 100%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_row4 .content_item1 {
    width: 100%;
    margin-left: 0;
  }
  .content_row4 .content_item1 .title_2,
  .content_row4 .content_item1 .content_txt {
    padding: 0 1%;
  }
  .content_row4 .owl-carousel .owl-controls {
    display: block;
  }
  .content_row4 .title_3 {
    text-align: center;
  }
  .content_row5 {
    width: 100%;
  }
  .content_row5:before {
    font-size: 100px;
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .content_row5::after {
    font-size: 100px;
    position: absolute;
    z-index: -1;
    right: 0;
  }
  .list_box1 {
    width: 95%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .list_box1 .list_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list_box1 .list_row .list_title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    color: #48b4a9;
  }
  .list_box1 .list_row .list_txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .certificate_box .swiper {
    width: 75%;
    margin: 0 0 0 18%;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .btn-style-2 {
    max-width: initial;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .navbar_box {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 5px 0;
  }
  .navbar-collapse {
    display: block;
  }
  .navbar-brand {
    margin-top: 5px;
  }
  .navbar_menu {
    margin-top: 3px;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-toggler-icon {
    vertical-align: top;
  }
  .topbox {
    padding: 1rem;
  }
  .introduce section {
    min-height: 1vh;
  }
  .in_section1 {
    background-size: 100%, 75%;
  }
  .feature_item {
    margin-bottom: 3rem;
  }
  .in_section4 {
    background: url("../images/bg_introduce_application1.png") left top no-repeat;
  }
  .companylogin {
    background-size: 45%;
  }
  .downloadbox_style1 {
    background-size: 35%, 100%;
  }
  .downloadbox_style1 .btn_box {
    margin-right: 0;
  }
  .certificate_contain {
    display: block;
  }
  .advantage_imgbox:after {
    right: 0;
  }
  .advantage_box {
    background-size: 100%;
  }
  .googleform_logo {
    position: inherit;
    margin: 10px;
  }
  .googleform_logo img {
    width: 100px;
  }
  .googleform_title img {
    width: 90%;
  }
  .googleform_content {
    width: 96%;
    height: calc(100dvh - 175px);
    margin-top: 15px;
  }
  .news_item {
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
  }
  .news_txtbox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .news_contenttxt {
    margin-top: 10px;
  }
  .first_box_1 {
    background-size: cover;
    position: relative;
  }
  .progress_status {
    width: 45px;
  }
  .progress_info {
    width: 40px;
    word-break: break-all;
    display: inline-block;
  }
  .progress_txt[data-toggle=popover]::after {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .m-tabs--listbox li {
    width: 50%;
  }
  .m-tabs--listbox li button {
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
  }
  .m-tabs--listbox li .tab_item.active {
    padding-left: 7%;
    padding-right: 7%;
  }
}/*# sourceMappingURL=style.css.map */