body {
  margin: 0;
  min-width: 900px;
}

.sec-content-wrap.brochure-content-wrap {
  margin-top: 0;
}

.sec-content-wrap .sec-content-con .g-box1 {
  max-width: 900px;
  width: initial;
}

.brochure-breadcrumb-wrapper {
  border-bottom: 1px solid rgb(229 231 235);
}

.brochure-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  color: #3f5c89;
}

.brochure-breadcrumb .breadcrumb-icon {
  font-size: 46px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  position: relative;
  fill: currentColor;
  transform: translateZ(0);
}

.brochure-breadcrumb .breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 28px;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.brochure-breadcrumb .breadcrumb .separator {
  height: 40px;
  color: inherit;
}

.brochure-breadcrumb .breadcrumb a {
  height: 40px;
  color: inherit;
  text-decoration: none;
}

.brochure-breadcrumb .breadcrumb :nth-child(-n+5) {
  font-weight: 700;
}

.brochure-breadcrumb .breadcrumb :nth-child(-n+4) {
  display: none;
}

.title-wrapper {
  position: relative;
  box-sizing: border-box;
  margin: 36px 0;
  height: auto;
  border-bottom: 1px solid rgb(229 231 235);
}

.title-wrapper .title-index {
  box-sizing: border-box;
  font-size: 174px;
  color: rgb(237 239 238);
  font-weight: 700;
}

.title-wrapper .title-container {
  position: relative;
  bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 48px;
  color: #3f5c89;
}

.title-wrapper .title-container .title-content {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.title-wrapper .title-container .title-content::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-right: 26px solid transparent;
  border-top: 36px solid rgba(64, 92, 139, 0.3);
  border-left: 8px solid rgba(64, 92, 139, 0.3);
}

.text-wrapper {
  position: relative;
  /* height: 100%; */
  width: 100%;
}

.text-wrapper .text-title {
  position: relative;
  margin-left: 36px;
  height: 36px;
  width: max-content;
  display: flex;
  align-items: center;
  background-color: #3f5c89;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.text-wrapper .text-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0px;
  left: -36px;
  border-right: 26px solid transparent;
  border-top: 36px solid rgba(64, 92, 139, 0.3);
  border-left: 8px solid rgba(64, 92, 139, 0.3);
}

.text-wrapper .text-title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0px;
  left: -26px;
  border-left: 26px solid transparent;
  border-bottom: 36px solid rgba(64, 92, 139);
}

.text-wrapper .text-content {
  position: relative;
  padding: 0 8px;
  /* padding: 16px 8px; */
}

.image-wrapper {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #eee;
}

.image-wrapper .image-title {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  font-size: 12px;
  color: #333;
}

.image-wrapper .image-title .triangle-wrapper {
  padding-right: 6px;
  padding-bottom: 6px;
}

.image-wrapper .image-title .triangle {
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid transparent;
  border-bottom: 10px solid #3f5c8c;
}

.layout-wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.layout-wrapper:last-child {
  margin-bottom: 0;
}

.layout-wrapper .column-wrapper {
  box-sizing: border-box;
  position: relative;
  /* padding-right: 8px; */
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}

.layout-wrapper .column-wrapper:last-child {
  padding-right: 0;
}

@media screen and (max-width: 900px) {
  body {
    margin: 0;
    min-width: initial;
    width: initial;
  }

  .sec-content-wrap .sec-content-con .g-box1 {
    min-width: initial;
    width: initial;
    margin-bottom: 4.44444vw;
    padding: 3.33333vw;
    box-sizing: border-box;
    background-color: #fff;
  }

  .sec-content-wrap.brochure-content-wrap {
    margin-top: 0;
  }

  .sec-content-wrap .sec-content-con .content-con-wrap {
    padding-bottom: 5.55556vw;
    font-size: 1.77778vw;
    line-height: 3.11111vw;
  }

  .brochure-breadcrumb .breadcrumb-icon {
    font-size: 5.11111vw;
  }

  .brochure-breadcrumb .breadcrumb {
    height: 5.11111vw;
    font-size: 3.11111vw;
  }

  .brochure-breadcrumb .breadcrumb .separator {
    height: 4.44444vw;
  }

  .brochure-breadcrumb .breadcrumb a {
    height: 4.44444vw;
  }

  .title-wrapper {
    margin: 4vw 0;
  }

  .title-wrapper .title-index {
    font-size: 19.33333vw;
  }

  .title-wrapper .title-container {
    bottom: 1.11111vw;
    padding-left: 5.33333vw;
  }

  .title-wrapper .title-container .title-content {
    font-size: 4vw;
  }

  .title-wrapper .title-container .title-content:after {
    border-right: 2.88889vw solid transparent;
    border-top: 4vw solid rgba(64, 92, 139, 0.3);
    border-left: 0.88889vw solid rgba(64, 92, 139, 0.3);
  }

  .text-wrapper .text-title {
    margin-left: 4vw;
    height: 4vw;
    padding-left: 1.77778vw;
    padding-right: 1.77778vw;
    font-size: 2vw;
  }

  .text-wrapper .text-title:after {
    left: -4vw;
    border-right: 2.88889vw solid transparent;
    border-top: 4vw solid rgba(64, 92, 139, 0.3);
    border-left: 0.88889vw solid rgba(64, 92, 139, 0.3);
  }

  .text-wrapper .text-title:before {
    left: -2.88889vw;
    border-left: 2.88889vw solid transparent;
    border-bottom: 4vw solid rgba(64, 92, 139);
  }

  .text-wrapper .text-content {
    padding: 0 0.88889vw;
  }

  .image-wrapper {
    padding: 1.11111vw;
  }

  .image-wrapper .image-title {
    padding-top: 1.11111vw;
    font-size: 1.33333vw;
  }

  .image-wrapper .image-title .triangle-wrapper {
    padding-right: 0.66667vw;
    padding-bottom: 0.66667vw;
  }

  .image-wrapper .image-title .triangle {
    border: 0.66667vw solid transparent;
    border-bottom: 1.11111vw solid #3f5c8c;
  }

  .layout-wrapper {
    margin-bottom: 0.88889vw;
  }
}

