h1 {
  font-size: 46px;
  line-height: 1.4em;
}

h2 {
  font-size: 39px;
  line-height: 1.4em;
}

h3 {
  font-size: 32px;
  line-height: 1.4em;
}

h4 {
  font-size: 29px;
  line-height: 1.4em;
}

h5 {
  font-size: 25px;
  line-height: 1.4em;
}

h6 {
  font-size: 21px;
  line-height: 1.4em;
}

p {
  font-size: 18px;
  color: #1E3740;
}

.point_text {
  color: #2483FF;
}

.tag_point {
  background-color: #2a3e45;
  color: #fff;
  padding: 0px 8px 3px 8px;
  font-size: 38px;
}

.agency_content_intro {
  color: #1E3740;
  text-align: center;
  padding-top: 60px;
}
.agency_content_intro h1, .agency_content_intro h4, .agency_content_intro h5 {
  color: #1E3740;
}
.agency_content_intro h4 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: normal;
}
.agency_content_intro h5 {
  font-size: 30px;
}
.agency_content_intro .ic_down_arrow {
  width: 176px;
  height: 38px;
  margin: 40px auto 0 auto;
}

.clamp_intro {
  text-align: center;
  background: url(/images/clamp_bg.webp) no-repeat center/cover;
  padding-top: 90px;
  position: relative;
}
.clamp_intro::before {
  content: "";
  display: block;
  background: url(/images/down_white_arrow.svg) no-repeat center/100%;
  width: 200px;
  height: 33px;
  position: absolute;
  top: -3px;
  left: calc(50% - 100px);
}
.clamp_intro .clamp_intro_outer {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
}
.clamp_intro .clamp_intro_outer > p {
  border-left: 6px solid #8E8E8E;
  padding-left: 20px;
}
.clamp_intro h1 {
  font-size: 54px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.clamp_intro h5 {
  color: #2483FF;
}
.clamp_intro p {
  font-weight: 400;
  text-align: left;
  max-width: 72%;
  margin: 0 auto;
}
.clamp_intro .clamp_point {
  margin-top: 50px;
}
.clamp_intro .clamp_point li {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.clamp_intro .clamp_point li .clamp_card {
  background-color: #fff;
  border: 4px solid rgba(141, 164, 194, 0.5);
  position: relative;
  padding: 40px 40px;
}
.clamp_intro .clamp_point li .clamp_card .number_tag {
  font-size: 26px;
  color: #8E97A3;
  position: absolute;
  top: -4px;
  left: 20px;
  width: 48px;
  height: 36px;
  line-height: 32px;
  background: linear-gradient(to bottom, #F3FFA5, #F9FFDB);
}
.clamp_intro .clamp_point li .clamp_card .clamp_ic {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin: 0 auto;
}
.clamp_intro .clamp_point li .clamp_card h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #1E3740;
}
.clamp_intro .clamp_point li .clamp_card p {
  max-width: unset;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  text-align: justify;
}
.clamp_intro .clamp_list {
  background-color: #2483FF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.clamp_intro .clamp_list h1 {
  color: rgba(255, 255, 255, 0.3);
}

.gateway_intro {
  text-align: center;
  background: url(/images/gateway_bg.webp) no-repeat center/cover;
  padding-top: 70px;
}
.gateway_intro .gateway_intro_outer {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
}
.gateway_intro .gateway_intro_outer > p {
  border-left: 6px solid #8E8E8E;
  padding-left: 20px;
}
.gateway_intro h1 {
  font-size: 54px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.gateway_intro h5 {
  color: #1E3740;
  width: 100%;
  text-align: center;
}
.gateway_intro p {
  font-weight: 400;
  text-align: left;
  max-width: 72%;
  margin: 20px auto 0 auto;
}
.gateway_intro .gateway_point {
  margin-top: 50px;
}
.gateway_intro .gateway_point li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gateway_intro .gateway_point li .gateway_card {
  width: 100%;
  background-color: #fff;
  border: 4px solid rgba(141, 164, 194, 0.5);
  position: relative;
  padding: 30px 30px 30px 30px;
  text-align: left;
}
.gateway_intro .gateway_point li .gateway_card .number_tag {
  font-size: 26px;
  text-align: center;
  color: #8E97A3;
  position: absolute;
  top: -4px;
  left: 20px;
  width: 48px;
  height: 34px;
  line-height: 34px;
  background: linear-gradient(to right, #F3FFA5, #F9FFDB);
}
.gateway_intro .gateway_point li .gateway_card p {
  border-top: 1px solid #ccc;
  text-align: justify;
}
.gateway_intro .gateway_list {
  background-color: #2483FF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gateway_intro .gateway_list h1 {
  color: rgba(255, 255, 255, 0.3);
}
.gateway_intro .gateway_list ul.row {
  width: 78%;
  margin: 0 auto;
}

.carousel_outer {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.carousel_outer .owl-item {
  background-color: #fff;
  position: relative;
  padding: 14px 10px;
  position: relative;
}
.carousel_outer .owl-item .item_num {
  font-size: 16px;
  display: inline-block;
  background-color: #5a5a5a;
  color: #fff;
  position: absolute;
  font-weight: 300;
  left: 0;
  top: 8px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
}
.carousel_outer .owl-item .item_type {
  display: block;
  font-size: 14px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 10px;
  color: #2483FF;
}
.carousel_outer .owl-item .item_text {
  font-size: 18px;
}
.carousel_outer .owl-nav button.owl-prev {
  left: 0;
}
.carousel_outer .owl-nav button.owl-next {
  right: 0;
}
.carousel_outer .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.carousel_outer span {
  font-size: 70px;
  position: relative;
  top: -5px;
  color: #818181;
}
.carousel_outer .owl-theme .owl-nav [class*=owl-]:hover {
  color: inherit;
}
.carousel_outer .owl-theme .owl-nav [class*=owl-] {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.carousel_outer .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2705882353);
}
.carousel_outer .owl-theme .owl-dots .owl-dot.active span, .carousel_outer .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.platform_intro {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.platform_intro li {
  padding: 20px;
}
.platform_intro h5 {
  width: fit-content;
  margin: 0 auto;
  color: #2483FF;
}
.platform_intro h1 {
  width: fit-content;
  margin: 20px auto 30px auto;
}
.platform_intro p {
  border-left: 6px solid #8E8E8E;
  padding-left: 20px;
  font-weight: 400;
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
}

.platform_point {
  margin-bottom: 90px;
}
.platform_point li {
  display: flex;
  flex-wrap: wrap;
  padding: 26px 34px;
}
.platform_point li h5 {
  font-size: 25px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.platform_point li p {
  margin-top: 10px;
  text-align: justify;
  font-weight: 400;
}
.platform_point li:nth-child(odd) {
  background-color: #D5DCE3;
}
.platform_point li:nth-child(odd) h5 {
  color: #1E3740;
}
.platform_point li:nth-child(even) {
  background-color: #3C3C3B;
}
.platform_point li:nth-child(even) h5, .platform_point li:nth-child(even) p {
  color: #fff;
}

.solution_goal .up_block {
  background-color: #E6F2FF;
  padding-top: 70px;
  padding-bottom: 50px;
}
.solution_goal .up_block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
.solution_goal .up_block h1 {
  text-align: center;
}
.solution_goal .up_block h1, .solution_goal .up_block p {
  color: #1E3740;
}
.solution_goal .up_block p {
  font-size: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.solution_goal .up_block h4, .solution_goal .up_block h6 {
  color: #2483FF;
  font-weight: 400;
}
.solution_goal .down_block ul.row > li:nth-child(1) {
  background: url(/images/solution01.webp) no-repeat center/cover;
}
.solution_goal .down_block ul.row > li:nth-child(2) {
  background: url(/images/solution02.webp) no-repeat center/cover;
}
.solution_goal .down_block ul.row > li:nth-child(3) {
  background: url(/images/solution03.webp) no-repeat center/cover;
}
.solution_goal .down_block ul.row > li {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 3%;
  padding-right: 3%;
  height: 350px;
}
.solution_goal .down_block ul.row > li h4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: -18px;
  color: #fff;
  position: relative;
}
.solution_goal .down_block ul.row > li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  display: inline-block;
  width: calc(50% - 110px);
  height: 2px;
  background-color: #fff;
}
.solution_goal .down_block ul.row > li h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 21px;
  display: inline-block;
  width: calc(50% - 110px);
  height: 2px;
  background-color: #fff;
}
.solution_goal .down_block ul.row > li .text_outer {
  border: 2px solid #fff;
  border-top: none;
  padding: 40px 0;
  height: calc(100% - 24px);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_goal .down_block ul.row > li .text_outer p {
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
}

.ending_text {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
  width: fit-content;
  margin: 0 auto;
}
.ending_text h5 {
  color: #1E3740;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.ending_text h5 span {
  color: #2483FF;
}
.ending_text h5::before {
  content: "";
  display: block;
  width: 66px;
  height: 175px;
  background: url(/images/left_bracket.svg) no-repeat center/80%;
  position: absolute;
  left: 0;
  top: calc(50% - 88px);
}
.ending_text h5::after {
  content: "";
  display: block;
  width: 66px;
  height: 175px;
  background: url(/images/right_bracket.svg) no-repeat center/80%;
  position: absolute;
  right: 0;
  top: calc(50% - 88px);
}

@media screen and (max-width: 991.98px) {
  .clamp_intro .clamp_point li {
    display: unset;
  }
  .clamp_intro .clamp_point li .clamp_card p {
    text-align: center;
  }
  .gateway_intro .gateway_point li .gateway_card p {
    text-align: center;
  }
  .solution_goal .up_block ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .agency_content_intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .clamp_intro p, .gateway_intro p, .platform_intro p {
    max-width: 90%;
  }
  .platform_intro li {
    padding-left: 0;
    padding-right: 0;
  }
  .platform_point {
    margin-bottom: 40px;
  }
  .solution_goal .up_block {
    padding-top: 40px;
  }
  .solution_goal .up_block h1 {
    margin-bottom: 20px;
  }
  .solution_goal .up_block h4, .solution_goal .up_block h6 {
    text-align: center;
  }
  .solution_goal .up_block h6 {
    margin-bottom: 10px;
  }
  .solution_goal .down_block ul.row > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ending_text {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: justify;
  }
  .solution_goal .down_block ul.row > li .text_outer p {
    font-size: 22px;
  }
  .ending_text h5 {
    font-size: 22px;
  }
}