@charset "UTF-8";
/*-------------------------------------------------
title       : 콘텐츠
Author      : 플랜아이 momi
Create date : 2024-01-18
-------------------------------------------------*/
.tt_22 {
  font-size: 2.2rem;
  font-weight: 600;
}

.tt_20 {
  font-size: 2rem;
  font-weight: 600;
}

.tt_18 {
  font-size: 1.8rem;
}

.c_blue {
  color: #2434B0;
}

.title11 {
  font-size: 3.6rem;
  display: block;
  margin-bottom: 1.5rem;
  color: #111;
  position: relative;
  font-weight: 700;
}

.dash_1 > li {
  padding-left: 1.2rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.dash_1 > li::before {
  content: "";
  width: 0.6rem;
  height: 1px;
  background: #555;
  position: absolute;
  left: 0;
  top: 1rem;
}
.dash_1 > li + li {
  margin-top: 0.5rem;
}

.num_list_1 > li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 3.6rem;
  line-height: 2.4rem;
}
.num_list_1 > li > .num {
  width: 3rem;
  height: 2.4rem;
  color: #2434B0;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.num_list_1 > li + li {
  margin-top: 1.2rem;
}

.num_list_2 > li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2rem;
  line-height: 2.2rem;
}
.num_list_2 > li > .num {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.num_list_2 > li + li {
  margin-top: 0.4rem;
}

.box_1 {
  background-color: #F7F8FA;
  padding: 2rem 4rem;
  border-radius: 1rem;
}

.box_2 {
  border: 1px solid #ddd;
  padding: 6rem;
  border-radius: 2rem;
}

.box_3 {
  border: 1px solid #ddd;
  border-radius: 2rem;
  padding: 2rem 2rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.box_3.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_3.fd_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box_3 .item {
  margin: 3.5rem 2rem;
  text-align: center;
  max-width: 100%;
}
.box_3 .bul1 > li {
  display: inline-block;
  text-align: center;
}
.box_3 .txt_st1 {
  background: #F4F5FB;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  padding: 1rem 2rem;
  width: 48rem;
  max-width: 100%;
  word-break: keep-all;
  text-align: left;
  margin-top: 3rem;
  border-radius: 0.4rem;
}
.box_3 .txt_st2 {
  background: #F4F5FB;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  padding: 0.8rem 2rem;
  width: auto;
  max-width: 100%;
  word-break: keep-all;
  text-align: left;
  margin: 2rem auto 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
}
.box_3 .txt_st3 {
  color: #4D57A7;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.box_3 img {
  display: block;
  margin: 0 auto;
}
.box_3 .img {
  position: relative;
}
.box_3 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box_3 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.box_4 .imgbox {
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 45.3rem;
  position: relative;
}
.box_4 .imgbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
}
.box_4 .imgbox .txt_gather {
  max-width: calc(100% - 24rem);
  width: 100%;
  padding-top: 8.5rem;
  padding-bottom: 25rem;
  margin: 0 12rem;
}
.box_4 .imgbox .txt_gather .title1 {
  font-size: 3.8rem;
  line-height: 1.4;
  color: #fff;
}
.box_4 .imgbox .txt_gather .title {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 2.5rem;
  font-weight: 700;
  position: relative;
  word-break: keep-all;
}
.box_4 .imgbox .txt_gather .title::before, .box_4 .imgbox .txt_gather .title:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  top: 1.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #1D8FC9;
}
.box_4 .imgbox .txt_gather .title:after {
  background: #A1D8F3;
  margin-left: 1rem;
}
.box_4 .imgbox .txt_gather.type2 {
  max-width: calc(100% - 14rem);
  left: 7rem;
}
.box_4 .txt_box {
  max-width: calc(100% - 24rem);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(170, 170, 170, 0.25);
          box-shadow: 0px 4px 30px rgba(170, 170, 170, 0.25);
  padding: 6rem;
  margin: -24rem auto 7rem;
  position: relative;
  border-radius: 1.5rem;
}
.box_4 .txt1 {
  font-size: 2rem;
  word-break: keep-all;
}
.box_4 .txt1 b {
  font-weight: 600;
  color: #111;
}
.box_4 .txt2 {
  font-size: 1.9rem;
}
.box_4 .txt2 b {
  font-weight: 600;
  color: #111;
}
.box_4.type2 .imgbox {
  min-height: 39rem;
}
.box_4.type2 .txt_box {
  margin: -17rem auto 7rem;
}

.box_5 {
  background-color: #F4F5FB;
  position: relative;
  border-radius: 2rem;
  margin-top: 3rem;
  padding: 6rem 9rem 4rem;
  margin-bottom: 3rem;
  display: inline-block;
  width: 100%;
}
.box_5 .title {
  background: #0D2259;
  border: 0.8rem solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.6rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem 3rem;
  border-radius: 5rem;
  max-width: calc(100% - 4rem);
  text-align: center;
  min-width: 15rem;
}
.box_5 .txt1 {
  font-size: 2rem;
  text-align: center;
}
.box_5 .txt1 b {
  font-weight: 600;
  color: #2434B0;
}

.box_6 {
  position: relative;
  padding: 3.7rem 9rem;
  color: #3e3e3e;
  font-size: 1.8rem;
  letter-spacing: -0.54px;
}
.box_6::before, .box_6:after {
  content: "";
  width: 5rem;
  height: 100%;
  border-top: 1.6rem solid #F4F5FB;
  border-left: 1.6rem solid #F4F5FB;
  border-bottom: 1.6rem solid #F4F5FB;
  position: absolute;
  left: 0;
  top: 0;
}
.box_6::after {
  right: 0;
  left: auto;
  border-left: 0 none;
  border-right: 1.6rem solid #F4F5FB;
}
.box_6 .txt1 {
  font-size: 2.2rem;
  color: #2434B0;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.box_6 .txt2 {
  font-size: 1.8rem;
  color: #3E3E3E;
}
.box_6.type2 {
  padding: 4.3rem 8.5rem;
}
.box_6.type2::before, .box_6.type2:after {
  border-top: 2rem solid #F1F1F1;
  border-left: 2rem solid #F1F1F1;
  border-bottom: 2rem solid #F1F1F1;
}
.box_6.type2::after {
  border-left: 0 none;
  border-right: 2rem solid #F1F1F1;
}

.box_7 {
  border: 1px solid #ddd;
  border-radius: 2rem;
  padding: 4rem;
}
.box_7 .txt1 {
  font-size: 2.2rem;
  color: #4D57A7;
  font-weight: 600;
}

.box_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7rem;
}
.box_8 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 67.2rem;
          flex: 1 1 67.2rem;
  padding-right: 0;
}
.box_8 .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 52.8rem;
          flex: 1 1 52.8rem;
  padding-left: 6rem;
}
.box_8 .txt1 {
  font-size: 2.1rem;
}
.box_8 .txt1 b {
  font-weight: 600;
  color: #111;
}

.box_9 {
  border-radius: 2rem;
  background: #F3F4FC;
  padding: 4rem 5rem;
}
.box_9 .txt1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2434B0;
  margin-bottom: 0.6rem;
}
.box_9 .txt2 {
  font-size: 1.8rem;
  color: #3E3E3E;
}

.box_10 {
  border-radius: 2rem;
  background: #F4F5FB;
  padding: 3rem 4rem;
}

.box_11 {
  border-radius: 50rem;
  border: 0.7rem solid #F4F5FB;
  padding: 4rem 4rem 3rem;
  position: relative;
  margin-bottom: 6rem;
}
.box_11 .txt1 {
  padding: 0 3.5rem;
  height: 5rem;
  line-height: 1.2;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3rem;
  font-size: 2.8rem;
  font-weight: 800;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.box_11 .txt1 span {
  background: -webkit-gradient(linear, left bottom, right top, from(#0089EC), to(#0015D4));
  background: linear-gradient(to right top, #0089EC, #0015D4);
  color: transparent;
  -webkit-background-clip: text;
}
.box_11 .txt2 {
  font-size: 1.9rem;
  color: #111;
  font-weight: 600;
  text-align: center;
}
.box_11 .txt2_s {
  color: #6B6B6B;
}

.box_12 .imgbox {
  border-radius: 2rem;
  overflow: hidden;
}
.box_12 .txtbox {
  border-radius: 2rem;
  background: #034EA2;
  padding: 4.8rem 5rem;
  width: 52rem;
  margin-top: -27rem;
  margin-left: 6rem;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.7rem;
}

.box_13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_13 .group1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 42rem);
          flex: 1 1 calc(100% - 42rem);
  max-width: calc(100% - 42rem);
  padding-right: 4rem;
}
.box_13 .group2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  max-width: 42rem;
}
.box_13 .group2 .imgbox {
  text-align: center;
}
.box_13 .group2 .imgbox p {
  font-size: 1.7rem;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.051rem;
  margin-top: 1rem;
}
.box_13 .group2 .imgbox + .imgbox {
  margin-top: 3rem;
}
.box_13 li.emp {
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  color: #111;
  text-underline-offset: 3px;
}
.box_13 li.emp::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 10rem;
  background: #5750FD;
  display: inline-block;
  margin: 0 0px 0.4rem 0.6rem;
}

.imgbox_1 {
  border: 1px solid #ddd;
  border-radius: 2rem;
  padding: 5rem 4rem;
  text-align: center;
  overflow-x: auto;
}
.imgbox_1 .img {
  position: relative;
}
.imgbox_1 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgbox_1 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.imgbox_2 {
  padding: 0 4.6rem 4.6rem 0;
  position: relative;
  margin-bottom: 3rem;
}
.imgbox_2::before {
  content: "";
  width: calc(100% - 4.6rem);
  height: calc(100% - 4.6rem);
  border-radius: 2rem;
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.imgbox_2 img {
  border-radius: 2rem;
}

.imgbox_3 {
  background-color: #F4F5FB;
  border-radius: 2rem;
  padding: 4rem 4rem;
  margin: 1rem 0;
  text-align: center;
  overflow-x: auto;
}
.imgbox_3 .img {
  position: relative;
}
.imgbox_3 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgbox_3 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.imgbox_4 {
  border-radius: 2rem;
  text-align: center;
  overflow-x: auto;
  margin-bottom: 4rem;
}
.imgbox_4 .img {
  position: relative;
}
.imgbox_4 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgbox_4 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.imgbox_5 {
  overflow-x: auto;
  padding-bottom: 6rem;
  display: block !important;
  text-align: center;
}
.imgbox_5 .img {
  position: relative;
  display: inline-block;
}
.imgbox_5 .zoom {
  position: absolute;
  left: 50%;
  bottom: -5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgbox_5 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.list_1 {
  margin-bottom: 3rem;
}
.list_1 .item {
  border: 1px solid #ddd;
  padding: 4.5rem 5rem;
  border-radius: 2rem;
}
.list_1 .item + .item {
  margin-top: 1.5rem;
}
.list_1 .ti {
  color: #4D57A7;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.list_1.type2 .item {
  border-radius: 1rem;
  padding: 3.35rem 4rem;
}
.list_1.type2 .txt1 {
  font-size: 2rem;
  color: #4D57A7;
  font-weight: 600;
}

.list_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_2 .item {
  border: 1px solid #ddd;
  padding: 2rem 4rem;
  border-radius: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.6rem);
          flex: 1 1 calc(50% - 0.6rem);
  max-width: calc(50% - 0.6rem);
  font-size: 1.7rem;
  font-weight: 500;
}
.list_2 .item:nth-child(2n) {
  margin-left: 1.2rem;
}
.list_2 .item:nth-child(n+3) {
  margin-top: 1.2rem;
}

.list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.list_3 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  padding: 4rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
}
.list_3 .item:nth-child(2n) {
  margin-left: 2rem;
}
.list_3 .item:nth-child(n+3) {
  margin-top: 2rem;
}
.list_3 .ti {
  color: #4D57A7;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.list_3 .img img {
  margin: 0 auto;
  display: block;
}
.list_3 .txt_st1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 2rem;
}
.list_3 .img {
  position: relative;
}
.list_3 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list_3 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

/*.list_3{
    .item{
        border: 1px solid #ddd; padding: 3.5rem 4rem; border-radius: 1rem; font-size: 2rem; font-weight: 600; color: #4D57A7;
        & + .item{margin-top: 2rem;}
    }
}*/
.list_4 {
  margin-bottom: 6rem;
}
.list_4 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_4 .item .group1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31rem;
          flex: 0 0 31rem;
  padding-right: 4rem;
}
.list_4 .item .group1 .txt1 {
  position: relative;
  padding-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.list_4 .item .group1 .txt1::before {
  content: "";
  width: 3.6rem;
  height: 0.4rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.list_4 .item .group1 .txt2 {
  font-size: 1.7rem;
  color: #C1C1C1;
  font-weight: 500;
}
.list_4 .item .group2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 31rem);
          flex: 0 0 calc(100% - 31rem);
}
.list_4 .item .group2 .txt1 {
  font-size: 1.7rem;
  color: #333;
}
.list_4 .item + .item {
  margin-top: 1rem;
}

.list_5 {
  margin-bottom: 7rem;
}
.list_5 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_5 .item .group1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40rem;
          flex: 0 0 40rem;
  padding-right: 4rem;
}
.list_5 .item .group1 .txt1 {
  font-size: 4rem;
  font-weight: 800;
  color: #111;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.list_5 .item .group2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 40rem);
          flex: 0 0 calc(100% - 40rem);
}
.list_5 .item .group2 .txt1 {
  font-size: 2.2rem;
  color: #555;
}
.list_5 .item .group2 .txt1 b {
  font-weight: 600;
  color: #111;
}
.list_5 .item .group2 .txt1 .col_blue {
  color: #2434B0;
}
.list_5 .item + .item {
  margin-top: 1rem;
}

.list_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_6 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  border: 2px solid #EDEDED;
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_6 .item:nth-child(even) {
  margin-left: 2rem;
}
.list_6 .item img {
  margin-right: 3rem;
}
.list_6 .item p {
  color: #2434B0;
  font-size: 2.2rem;
  font-weight: 700;
}

/* =======================================================================================
탭
======================================================================================= */
.tabs .automatic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.4rem;
}
.tabs .automatic button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #555;
  font-weight: 600;
  position: relative;
  line-height: 5.6rem;
  border: 1px solid #ddd;
  border-bottom: 2px solid #111;
  border-right: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.tabs .automatic button:last-child {
  border-right: 1px solid #ddd;
}
.tabs .automatic button:hover, .tabs .automatic button:focus {
  color: #fff !important;
  background-color: #111;
  border-color: #111 !important;
}
.tabs .automatic button[aria-selected=true] {
  color: #333;
  border: 2px solid #111;
  border-bottom: 2px solid #fff;
}
.tabs [role=tabpanel].is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.business_field {
  background-color: #F4F5FB;
  padding: 5rem;
  border-radius: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.business_field::before {
  content: "";
  width: 80rem;
  height: 1px;
  border-top: 1px dashed #ccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 13.8rem;
}
.business_field .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.business_field .part.part2 {
  position: relative;
}
.business_field .part.part2::before {
  content: "";
  width: 41rem;
  height: 12rem;
  border: 1px dashed #ccc;
  position: absolute;
  left: 50%;
  top: 2.7rem;
  border-radius: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.business_field .part.part2::after {
  content: "";
  width: 39rem;
  height: 10rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(14.32%, rgba(36, 52, 176, 0.4)), color-stop(86.76%, rgba(3, 78, 162, 0.4)));
  background: linear-gradient(90deg, rgba(36, 52, 176, 0.4) 14.32%, rgba(3, 78, 162, 0.4) 86.76%);
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 3.7rem;
  z-index: 0;
  border-radius: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.business_field .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 2.2rem;
  position: relative;
  z-index: 1;
  max-width: 10rem;
}
.business_field .item.item3 .imgbox, .business_field .item.item4 .imgbox, .business_field .item.item5 .imgbox {
  border: 1px solid #777FB8;
}
.business_field .item.item4 .imgbox img {
  margin: 1.8rem;
}
.business_field .item.item6 .imgbox {
  border: 1px solid #777FB8;
  background: #fff;
}
.business_field .item.item6 .imgbox::before {
  content: "";
  width: 12rem;
  height: 12rem;
  border: 1px dashed #ccc;
  position: absolute;
  left: -1.1rem;
  top: -1.1rem;
  border-radius: 50%;
}
.business_field .item.item6 .imgbox:after {
  content: "";
  width: 10.4rem;
  height: 10.4rem;
  background: #2434B0;
  opacity: 0.2;
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  border-radius: 50%;
  z-index: -1;
}
.business_field .item.item6 .imgbox img {
  margin: 1.8rem;
}
.business_field .imgbox {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 3rem;
  border: 1px solid #fff;
  position: relative;
}
.business_field .imgbox img {
  margin: 2rem;
  width: 6rem;
}
.business_field .num {
  border-radius: 50%;
  background-color: #4E59B1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  display: inline-block;
}
.business_field .txt1 {
  font-weight: 600;
  color: #474747;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 1.7rem;
}
.business_field .txt2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
}

.pipewall_th .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pipewall_th .group.group1 .item::before {
  position: absolute;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pipewall_th .group.group1 .item:last-child {
  margin-right: 0;
}
.pipewall_th .group.group1 .item:last-child::before {
  content: "\ea4d";
  right: 50%;
  top: initial;
  bottom: -2.5rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.pipewall_th .group.group2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pipewall_th .group.group2 .item::before {
  content: "\ea63";
  position: absolute;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pipewall_th .group.group2 .item:first-child {
  margin-right: 0;
}
.pipewall_th .group.group2 .item:first-child::before {
  display: none;
}
.pipewall_th .item {
  background: #F3F4FC;
  border-radius: 1rem;
  padding: 3rem 3rem 3rem 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.pipewall_th .item::before {
  content: "\ea6d";
  font-family: "remixicon";
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 3rem;
}
.pipewall_th .ti {
  font-size: 2rem;
  color: #2434B0;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}

.bandi_top {
  background-image: url(../img/sub/bandi_1.png);
  background-size: 100% 100%;
  margin-bottom: 7rem;
  height: 50rem;
  padding: 5.5rem 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.bandi_top .txt1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.bandi_top .txt2 {
  color: #fff;
  opacity: 0.7;
  font-size: 2rem;
  font-weight: 600;
}

.bandi_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5rem 4rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bandi_1 .group1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bandi_1 .group1 .item .txt1 {
  border-radius: 3rem;
  background-color: #F4F4F8;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  letter-spacing: -0.07rem;
  width: 13.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 13.5rem;
          flex: 1 1 13.5rem;
  margin-right: 1.2rem;
  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;
  height: 4.5rem;
}
.bandi_1 .group1 .item .txt_box {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 14.7rem);
          flex: 1 1 calc(100% - 14.7rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bandi_1 .group1 .item + .item {
  margin-top: 0.6rem;
}
.bandi_1 .group2 {
  margin-left: 4rem;
  max-width: 50%;
}

.bandi_2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bandi_2 .item .txt_ex1 {
  border-radius: 3rem;
  background-color: #F4F4F8;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  letter-spacing: -0.07rem;
  width: 28rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 28rem;
          flex: 1 1 28rem;
  margin-right: 1.2rem;
  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;
  height: 4.5rem;
}
.bandi_2 .item .txt_ex2 {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 29.2rem);
          flex: 1 1 calc(100% - 29.2rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bandi_2 .item + .item {
  margin-top: 1.2rem;
}

.bandi_3 {
  background: #F4F5FB;
  border-radius: 2rem;
  padding: 6rem 8rem;
}
.bandi_3 .txt1 {
  color: #22449C;
  font-size: 2.2rem;
  font-weight: 600;
}
.bandi_3 .img {
  margin-top: 4rem;
  text-align: center;
}

.bandi_4 {
  margin-bottom: 4rem;
}
.bandi_4 .top {
  height: 3rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.bandi_4 .top::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.bandi_4 .top::after {
  content: "";
  width: 0;
  height: 0;
  border: 1.4rem solid transparent;
  border-left: 0.91rem solid #333;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  position: absolute;
  right: -1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bandi_4 .top p {
  background-color: #fff;
  padding: 0 0.5rem;
  position: absolute;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}
.bandi_4 .top .txt1 {
  left: calc(33.33% - 7rem);
}
.bandi_4 .top .txt2 {
  left: calc(66.66% - 6rem);
}
.bandi_4 .top .txt3 {
  left: calc(83.33% - 6rem);
}
.bandi_4 .top .txt4 {
  right: 2rem;
}
.bandi_4 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
.bandi_4 .group .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 2rem);
          flex: 1 1 calc(33.33% - 2rem);
  max-width: calc(33.33% - 2rem);
  margin-right: 3rem;
  background-color: #F3F4FC;
  padding: 3rem 5rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bandi_4 .group .item::before {
  content: "";
  width: 0;
  height: 0;
  border: 1.4rem solid transparent;
  border-left: 0.91rem solid #333;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  position: absolute;
  right: -3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bandi_4 .group .item:last-child {
  margin-right: 0;
}
.bandi_4 .group .item:last-child::before {
  display: none;
}
.bandi_4 .group .item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  margin-right: 2rem;
  height: 6rem;
}
.bandi_4 .group .item .txt_box {
  word-break: keep-all;
}
.bandi_4 .group .item .txt1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2434B0;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}
.bandi_4 .info {
  background-color: #F4F5FB;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
}
.bandi_4 .info p {
  position: relative;
  padding-left: 2.2rem;
}
.bandi_4 .info p::before {
  content: "\ee58";
  font-family: "remixicon";
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.8rem;
  color: #384687;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.smr_1 {
  margin-bottom: 3rem;
}
.smr_1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
.smr_1 .group .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 1.06rem);
          flex: 1 1 calc(33.33% - 1.06rem);
  max-width: calc(33.33% - 1.06rem);
  margin-right: 1.6rem;
  background-color: #F3F4FC;
  padding: 3.8rem 5rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.smr_1 .group .item:last-child {
  margin-right: 0;
}
.smr_1 .group .item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  margin-right: 2rem;
  height: 6rem;
}
.smr_1 .group .item .txt_box {
  word-break: keep-all;
}
.smr_1 .group .item .txt1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2434B0;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.smr_1 .group .item .txt2 {
  color: #6A6A6A;
  font-size: 1.7rem;
}

.ee_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ee_box > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 42rem);
          flex: 1 1 calc(100% - 42rem);
  padding-right: 2rem;
}
.ee_box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.new_energy_0 {
  background: #F6F7FC;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
.new_energy_0 .imgbox {
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  min-height: 41rem;
  position: relative;
  background-image: url(../img/sub/newenergy_1.png);
  padding: 7.2rem 7rem 20rem;
}
.new_energy_0 .imgbox .title {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 3.8rem;
  font-weight: 700;
  position: relative;
  word-break: keep-all;
}
.new_energy_0 .imgbox .title::before, .new_energy_0 .imgbox .title:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  top: 1.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #1D8FC9;
}
.new_energy_0 .imgbox .title:after {
  background: #A1D8F3;
  margin-left: 1rem;
}
.new_energy_0 .txt_box {
  max-width: calc(100% - 14rem);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 3rem rgba(170, 170, 170, 0.25);
          box-shadow: 0px 4px 3rem rgba(170, 170, 170, 0.25);
  padding: 6rem;
  margin: -15rem auto 3rem;
  position: relative;
  border-radius: 1.5rem;
  font-size: 1.9rem;
  color: #333;
}
.new_energy_0 .txt_box b {
  color: #111;
  font-weight: 600;
}

.new_energy_1 {
  background-color: #F6F7FC;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 3rem 7rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new_energy_1 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 2rem);
          flex: 1 1 calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  margin-right: 4rem;
  position: relative;
}
.new_energy_1 .item:last-child {
  margin-right: 0;
}
.new_energy_1 .item img {
  border-radius: 1rem;
  width: 100%;
}
.new_energy_1 .item .title {
  display: inline-block;
  line-height: 5.2rem;
  border: 0.5rem solid #fff;
  background-color: #0D2259;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.5rem;
  border-radius: 5rem;
  width: 22rem;
  max-width: calc(100% - 6rem);
  text-align: center;
}

.new_energy_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.new_energy_2 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  margin-right: 2rem;
}
.new_energy_2 .item:last-child {
  margin-right: 0;
}
.new_energy_2 .item img {
  border-radius: 2rem;
  width: 100%;
}

.new_energy_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.new_energy_3 .item + .item {
  margin-left: 2.5rem;
}
.new_energy_3 .img {
  position: relative;
}
.new_energy_3 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new_energy_3 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.tech_dev_1 {
  margin-bottom: 3rem;
}
.tech_dev_1 .top {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 4rem;
  padding: 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tech_dev_1 .top::before {
  content: "";
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-right: 0.65rem solid #000;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  position: absolute;
  left: -1rem;
  top: 2.5rem;
}
.tech_dev_1 .top::after {
  content: "";
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-left: 0.65rem solid #000;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  position: absolute;
  right: -1rem;
  top: 2.5rem;
}
.tech_dev_1 .top .txt1,
.tech_dev_1 .top .txt3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #111;
  line-height: 3rem;
}
.tech_dev_1 .top .txt2 {
  background-color: #fff;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.5rem;
  padding: 0 1rem;
}
.tech_dev_1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.tech_dev_1 .group .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 0.75rem);
          flex: 1 1 calc(25% - 0.75rem);
  max-width: calc(25% - 0.75rem);
}
.tech_dev_1 .group .item + .item {
  margin-left: 1rem;
}
.tech_dev_1 .group .title {
  line-height: 5.5rem;
  background-color: #009962;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tech_dev_1 .group .title.co_2 {
  background-color: #007E90;
}
.tech_dev_1 .group .title.co_3 {
  background-color: #0C6EB5;
}
.tech_dev_1 .group .title.co_4 {
  background-color: #0E4B92;
}
.tech_dev_1 .group .box {
  border: 3px solid #EDEDED;
  padding: 3.5rem 2rem;
  border-radius: 1rem;
  height: calc(100% - 6.5rem);
  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;
}
.tech_dev_1 .group .txt1 {
  font-size: 1.7rem;
  word-break: keep-all;
}
.tech_dev_1 .group .txt1 b {
  color: #2434B0;
  font-weight: 600;
}

.tech_dev_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.tech_dev_2 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.5rem);
          flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}
.tech_dev_2 .item + .item {
  margin-left: 1rem;
}
.tech_dev_2 .title_box {
  background-color: #F4F5FB;
  border: 1px solid #AEB4E5;
  color: #4D57A7;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 0.8rem;
  height: 5.5rem;
  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;
}
.tech_dev_2 .con_box {
  border: 1px solid #AEB4E5;
  height: calc(100% - 6.3rem);
  border-radius: 1rem;
  padding: 2rem 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech_dev_2 .con_box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}
.tech_dev_2 table {
  border-collapse: separate;
  border-spacing: 8px;
  margin-bottom: 1rem;
  word-break: keep-all;
}
.tech_dev_2 .bg_1 {
  background: #034EA2;
}
.tech_dev_2 .bg_2 {
  background: #013977;
}
.tech_dev_2 .bg_3 {
  background: #4D57A7;
}
.tech_dev_2 .bg_4 {
  background: #ECF2FA;
}
.tech_dev_2 .bg_5 {
  background: #E1ECF9;
}
.tech_dev_2 .bg_6 {
  background: #EEEFF9;
}
.tech_dev_2 .co_1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0 0.5rem;
}
.tech_dev_2 .co_2 {
  color: #111;
  font-weight: 600;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0 0.5rem;
}
.tech_dev_2 .bd {
  border: 1px solid #8AB3D8;
  border-radius: 0.6rem;
  padding: 0.8rem 2.5rem;
}
.tech_dev_2 .bul1 > li {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tech_dev_2 .bul1 > li::before {
  top: 0.75rem;
}
.tech_dev_2 .txt1 {
  color: #013977;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.tech_dev_2 .img {
  position: relative;
}
.tech_dev_2 .zoom {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tech_dev_2 .zoom::before {
  content: "\ed9c";
  font-family: "remixicon";
  display: block;
}

.future_nuclear {
  padding: 4rem 8rem;
  background-color: #F7F7F7;
  width: calc(100% + 4rem);
  margin: 4rem -2rem -2rem;
}
.future_nuclear ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.future_nuclear ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.future_nuclear ul li:nth-child(2n) {
  margin-left: 2rem;
}
.future_nuclear ul li:nth-child(n+3) {
  margin-top: 1rem;
}
.future_nuclear ul li .txt1 {
  width: 10.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.5rem;
          flex: 0 0 10.5rem;
  padding-right: 2rem;
  font-size: 1.9rem;
  font-weight: 600;
  color: #034EA2;
  position: relative;
}
.future_nuclear ul li .txt1::before {
  content: "";
  width: 2px;
  height: 1.3rem;
  background: #C2C2C2;
  position: absolute;
  right: 1.8rem;
  top: 0.8rem;
}
.future_nuclear ul li .txt2 {
  font-size: 1.8rem;
}

.global_net {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.global_net .item {
  border: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 1rem);
          flex: 1 1 calc(33.33% - 1rem);
  max-width: calc(33.33% - 1rem);
  border-radius: 2rem;
  padding: 3.4rem 3rem 3.4rem 6rem;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global_net .item:nth-child(n+4) {
  margin-top: 1.5rem;
}
.global_net .item:nth-child(3n) {
  margin-right: 0;
}
.global_net .item img {
  margin-right: 4.6rem;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
}
.global_net .item .txt1 {
  font-size: 2rem;
}
.global_net .item .txt2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
}

.history_wrap .tit {
  text-align: center;
}
.history_wrap .tit .period {
  border-radius: 18px;
  font-size: 1.8rem;
  background: #EEEFFB;
  padding: 0rem 1.5rem;
  font-weight: bold;
  color: #2331A2;
  display: inline-block;
  margin-bottom: 2.3rem;
  line-height: 3.5rem;
}
.history_wrap .tit .txt1 {
  font-size: 4.5rem;
  color: #111;
  font-weight: 800;
  display: block;
  margin-bottom: 6.4rem;
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.09rem;
}
.history_wrap .tit .point {
  color: #002BC6;
  font-weight: 800;
}
.history_wrap .list {
  position: relative;
  overflow: hidden;
}
.history_wrap .list .year_box {
  position: relative;
  margin-bottom: 4rem;
}
.history_wrap .list .year_box::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #111;
  border-radius: 50%;
  position: absolute;
  top: 2.6rem;
}
.history_wrap .list .year {
  font-size: 4.5rem;
  font-weight: 300;
  color: #111;
  line-height: 6rem;
}
.history_wrap .list li {
  position: relative;
  padding-bottom: 9rem;
}
.history_wrap .list li::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  top: 2.6rem;
}
.history_wrap .list li::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #002BC6;
  position: absolute;
  left: 50%;
  top: 2.6rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.history_wrap .list li:nth-child(odd) .year_box {
  margin-left: 50%;
  padding-left: 6rem;
}
.history_wrap .list li:nth-child(odd) .year_box::before {
  left: -3px;
}
.history_wrap .list li:nth-child(odd) .his_thumb {
  padding-left: 5.5rem;
  padding-right: 6rem;
}
.history_wrap .list li:nth-child(odd) .his_pager {
  padding-left: 6rem;
}
.history_wrap .list li:nth-child(odd) .his_pager .swiper-slide.swiper-slide-active span:after {
  opacity: 1;
  width: 6px;
  margin-left: 0.8rem;
}
.history_wrap .list li:nth-child(odd) .month {
  margin-right: 2rem;
  font-weight: 700;
}
.history_wrap .list li:nth-child(even) .year_box {
  margin-right: 50%;
  text-align: right;
  padding-right: 6rem;
}
.history_wrap .list li:nth-child(even) .year_box::before {
  right: -4px;
}
.history_wrap .list li:nth-child(even) .his_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history_wrap .list li:nth-child(even) .his_thumb {
  padding-right: 5.5rem;
  padding-left: 6rem;
}
.history_wrap .list li:nth-child(even) .his_thumb .bg_img {
  margin-left: auto;
}
.history_wrap .list li:nth-child(even) .his_pager {
  padding-right: 6rem;
}
.history_wrap .list li:nth-child(even) .his_pager .txt_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.history_wrap .list li:nth-child(even) .his_pager .swiper-slide.swiper-slide-active span:before {
  opacity: 1;
  width: 6px;
  margin-right: 0.8rem;
}
.history_wrap .list li:nth-child(even) .month {
  margin-left: 2rem;
  text-align: right;
  font-weight: 700;
}
.history_wrap .list li:nth-child(even) .swiper-controls {
  right: 7.4rem;
  left: initial;
}
.history_wrap .list li:last-child {
  padding-bottom: 0;
}
.history_wrap .list li.effect::after {
  height: 100%;
}
.history_wrap .his_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history_wrap .his_thumb {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.history_wrap .his_thumb .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history_wrap .his_thumb .bg_img {
  border-radius: 1rem;
  overflow: hidden;
  width: 48.5rem;
  max-width: 100%;
  height: 30rem;
  background: #fafafa;
}
.history_wrap .his_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  max-height: 30rem;
}
.history_wrap .noimg_box {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 50%;
}
.history_wrap .his_pager {
  font-size: 1.8rem;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.history_wrap .his_pager .swiper-wrapper {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history_wrap .his_pager .swiper-slide {
  height: auto;
  margin-bottom: 1rem;
  cursor: pointer;
}
.history_wrap .his_pager .swiper-slide.swiper-slide-active span {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  position: relative;
  color: #111;
  font-weight: 700;
}
.history_wrap .his_pager .swiper-slide.swiper-slide-active span:before, .history_wrap .his_pager .swiper-slide.swiper-slide-active span:after {
  content: "";
  width: 0px;
  height: 6px;
  border-radius: 50%;
  background-color: #5750FD;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  opacity: 0;
}
.history_wrap .his_pager .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
  margin-bottom: 1rem;
}
.history_wrap .swiper-controls {
  position: absolute;
  background: rgba(0, 0, 0, 0.57);
  border-radius: 10rem;
  color: #fff;
  font-weight: 300;
  width: 12rem;
  height: 3.4rem;
  padding: 0 1.4rem;
  left: 7.4rem;
  top: 24rem;
  z-index: 1;
}
.history_wrap .swiper-controls .swiper-pagination {
  width: auto;
  position: relative;
  text-align: left;
  top: 0;
  line-height: 3.4rem;
}
.history_wrap .swiper-controls .swiper-pagination-current {
  font-weight: 600;
}
.history_wrap .swiper-button-next,
.history_wrap .swiper-button-prev {
  color: #fff;
  width: 2rem;
  height: 3.4rem;
  line-height: 3.4rem;
  top: 0;
  margin-top: 0;
}
.history_wrap .swiper-button-next::after,
.history_wrap .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 700;
}
.history_wrap .swiper-button-prev {
  left: 6.5rem;
}

.design_cont1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.design_cont1 .group .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18.33%;
          flex: 1 1 18.33%;
  width: 22rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-right: 6.4rem;
  position: relative;
  min-height: 22rem;
  border-radius: 50%;
}
.design_cont1 .group .title:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1.8rem solid #eee;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.design_cont1 .group .title:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
}
.design_cont1 .group .title span {
  margin: 1.8rem;
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  min-height: 18.8rem;
  border-radius: 50%;
  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;
  text-align: center;
  background: #fff;
}
.design_cont1 .group .title.title_1::after {
  border-top-right-radius: 100%;
  background-color: #009962;
  right: 0;
  top: 0;
}
.design_cont1 .group .title.title_2::after {
  border-bottom-right-radius: 100%;
  background-color: #0C6EB5;
  right: 0;
  bottom: 0;
}
.design_cont1 .group .title.title_3::after {
  border-bottom-left-radius: 100%;
  background-color: #0E4B92;
  left: 0;
  bottom: 0;
}
.design_cont1 .group .title.title_4::after {
  border-top-left-radius: 100%;
  background-color: #013977;
  left: 0;
  top: 0;
}
.design_cont1 .group .cont_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(81.66% - 6.4rem);
          flex: 1 1 calc(81.66% - 6.4rem);
  max-width: calc(82% - 6.4rem);
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 30rem;
  padding: 3rem 4rem;
  position: relative;
}
.design_cont1 .group .cont_box:before {
  content: "";
  width: 3.6rem;
  height: 0.8rem;
  background-image: url(../img/sub/dc_dot.png);
  background-size: 100%;
  position: absolute;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.design_cont1 .group + .group {
  margin-top: 3rem;
}
.design_cont1 .txt1 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #111;
  word-break: keep-all;
}
.design_cont1 .cont_type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.design_cont1 .cont_type1 .txt1 {
  margin-right: 3rem;
}
.design_cont1 .cont_type1 .txt2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.design_cont1 .cont_type1 .list {
  font-size: 1.5rem;
  font-weight: 500;
}
.design_cont1 .cont_type2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-break: keep-all;
  text-align: center;
}
.design_cont1 .cont_type2 .list li {
  padding: 0 1rem;
}
.design_cont1 .cont_type2 .txt1 {
  height: 4rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
}
.design_cont1 .cont_type2 .txt2 {
  font-size: 1.8rem;
  color: #333;
  margin-top: 0.5rem;
}
.design_cont1 .cont_type3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5rem;
  word-break: keep-all;
  text-align: center;
}
.design_cont1 .cont_type3 .list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
.design_cont1 .cont_type3 .txt2 {
  font-size: 2rem;
  padding: 0 1rem 1.6rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.6rem;
  font-weight: 700;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.design_cont1 .cont_type3 .txt3 {
  font-size: 1.8rem;
  color: #333;
  padding: 0 1rem;
  line-height: 2.4rem;
}

.design_cont2 .part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 10.5rem);
  margin-bottom: 3.4rem;
}
.design_cont2 .part1 .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 10.5rem);
          flex: 1 1 calc(25% - 10.5rem);
  margin-right: 10.5rem;
  min-height: 22rem;
  position: relative;
}
.design_cont2 .part1 .group.group1 {
  border: 1.8rem solid #eee;
  border-radius: 50%;
}
.design_cont2 .part1 .group.group1:after {
  content: "";
  width: calc(50% + 1.8rem);
  height: calc(50% + 1.8rem);
  border-top-right-radius: 100%;
  background-color: #009962;
  position: absolute;
  right: -1.8rem;
  top: -1.8rem;
  z-index: 0;
}
.design_cont2 .part1 .group.group2 {
  border: 1.8rem solid #eee;
  border-radius: 50%;
}
.design_cont2 .part1 .group.group2::before {
  content: "";
  width: calc(50% + 1.8rem);
  height: calc(50% + 1.8rem);
  border-top-right-radius: 100%;
  background-color: #0C6EB5;
  position: absolute;
  right: -1.8rem;
  top: -1.8rem;
  z-index: 0;
}
.design_cont2 .part1 .group.group2:after {
  content: "";
  width: calc(50% + 1.8rem);
  height: calc(50% + 1.8rem);
  border-bottom-right-radius: 100%;
  background-color: #0C6EB5;
  position: absolute;
  right: -1.8rem;
  bottom: -1.8rem;
  z-index: 0;
}
.design_cont2 .part1 .group.group3 {
  border: 1.8rem solid #0E4B92;
  border-radius: 50%;
}
.design_cont2 .part1 .group.group3:after {
  content: "";
  width: calc(50% + 1.8rem);
  height: calc(50% + 1.8rem);
  border-top-left-radius: 100%;
  background-color: #eee;
  position: absolute;
  left: -1.8rem;
  top: -1.8rem;
  z-index: 0;
}
.design_cont2 .part1 .group.group4 {
  border: 1.8rem solid #013977;
  border-radius: 50%;
}
.design_cont2 .part1 .group.group4 .title::before {
  display: none;
}
.design_cont2 .part1 .group .title {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  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;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  position: relative;
  z-index: 2;
  position: relative;
  padding: 2rem;
  word-break: keep-all;
  line-height: 1.3;
  letter-spacing: -0.066rem;
}
.design_cont2 .part1 .group .title::before {
  content: "";
  width: 6.6rem;
  height: 6.1rem;
  background-image: url(../img/sub/dc_arrow.png);
  background-size: 100%;
  position: absolute;
  right: -10.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.design_cont2 .part1 .group b {
  display: block;
  color: #2434B0;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.6rem;
}
.design_cont2 .part2 {
  display: grid;
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  gap: 1.4rem 2rem;
}
.design_cont2 .part2 .group {
  border: 0.4rem solid #F4F5FB;
  border-radius: 1rem;
  padding: 3.5rem 4rem;
}

.design_cont3 {
  text-align: center;
}
.design_cont3 .ti_box {
  border-radius: 0.6rem;
  color: #009962;
  background: #DFF2EB;
  border: 1px solid #009962;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.design_cont3 .ti_box.ti2 {
  color: #008FA3;
  background: #E4F0F2;
  border: 1px solid #007E90;
}
.design_cont3 .ti_box.ti3 {
  color: #133387;
  background: #EAEDF3;
  border: 1px solid #879BCF;
}
.design_cont3 .cont {
  border: 3px solid #F4F5FB;
  padding: 1.3rem 2rem;
}
.design_cont3 .txt1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  padding: 0.2rem 0;
}
.design_cont3 .txt2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  padding: 0.2rem 0;
}
.design_cont3 .cont2 .txt {
  padding: 1.1rem 2rem;
  color: #333;
  font-weight: 600;
}
.design_cont3 .cont2 .txt i {
  font-size: 3rem;
  vertical-align: bottom;
}

.newsletter {
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsletter .logo_wrap {
  padding: 4rem 6rem;
}

.newsletter .logo_wrap a {
  display: block;
}

.newsletter .logo_wrap img {
  width: 26.7rem;
  vertical-align: bottom;
}

.newsletter .title_wrap {
  padding: 10rem 6rem 5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  min-height: 43rem;
}

.newsletter .title_wrap .bgbox {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsletter .title_wrap .bgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.newsletter .title_wrap .shadow {
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  -webkit-filter: blur(25px) grayscale(0.5);
          filter: blur(25px) grayscale(0.5);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3rem;
  z-index: -3;
}

.newsletter .title_wrap .shadow img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter .title_wrap .txt1 {
  font-size: 2.5rem;
  font-family: "NanumSquareNeo";
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.newsletter .title_wrap .txt2 {
  font-size: 15rem;
  font-family: "Blender Pro";
  font-weight: 500;
  line-height: 0.8;
}

.newsletter .title_wrap .datebox {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 15rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 3rem;
  top: 3rem;
}

.newsletter .title_wrap .date {
  font-size: 2.2rem;
  font-family: "Blender Pro";
  font-weight: 700;
  line-height: 1.2;
  height: 5.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15rem;
  padding: 0 2.5rem;
}

.newsletter .title_wrap .date span {
  opacity: 0.6;
}

.newsletter .title_wrap .date b {
  font-size: 5.2rem;
  font-family: "Blender Pro";
  font-weight: 700;
  display: block;
  line-height: 1;
}

.newsletter .cont_wrap {
  padding: 7.4rem 6rem 1rem;
  margin-bottom: 31rem;
}

.newsletter .cont_wrap .title {
  color: #111;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.06rem;
  border-bottom: 2px solid #000;
  padding-bottom: 1.6rem;
  margin-bottom: 2.9rem;
}

.newsletter .cont_wrap .group1 .title {
  font-family: "Blender Pro";
  font-size: 4.2rem;
  line-height: 4.4rem;
  letter-spacing: -0.084rem;
  font-weight: 900;
}

.newsletter .list1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.4rem;
  margin-bottom: 8rem;
}

.newsletter .list1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}

.newsletter .list1 .item .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30rem;
          flex: 1 1 30rem;
  max-width: 30rem;
  border-radius: 0.6rem;
  overflow: hidden;
  height: 19.1rem;
}

.newsletter .list1 .item .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newsletter .list1 .item .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 30rem);
          flex: 1 1 calc(100% - 30rem);
  max-width: calc(100% - 30rem);
  padding-left: 3rem;
}

.newsletter .list1 .ti {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.8rem;
  padding-top: 1.7rem;
}

.newsletter .list1 .desc {
  font-size: 1.7rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 5.6rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}

.newsletter .list1 .date {
  font-size: 1.7rem;
  color: #666;
}

.newsletter .list1 .item:hover .ti,
.newsletter .list1 .item:focus .ti {
  text-decoration: underline;
}

.newsletter .list1 .item:hover .imgbox img,
.newsletter .list1 .item:focus .imgbox img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.newsletter .group3 .list1 {
  border-bottom: none;
  padding-bottom: 0;
}

.newsletter .list2 {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .list2 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.8rem);
          flex: 1 1 calc(50% - 0.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F9;
  border-radius: 0.6rem;
}

.newsletter .list2 .item + .item {
  margin-left: 1.6rem;
}

.newsletter .list2 .imgbox {
  width: 14rem;
  height: 18.7rem;
  border-radius: 0.4rem;
  border: 1px solid #DDD;
  overflow: hidden;
  margin-top: -4rem;
  margin-right: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsletter .list2 .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.newsletter .list2 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 29.6rem;
          flex: 1 1 29.6rem;
  padding: 4rem 0 3.3rem 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter .list2 .ti {
  font-size: 2.4rem;
  color: #111;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.048rem;
  margin-bottom: 0.3rem;
}

.newsletter .list2 .ti .month {
  font-size: 1.6rem;
  color: #4625CA;
  line-height: 3rem;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0.6rem;
}

.newsletter .list2 .desc {
  font-size: 1.7rem;
  color: #5D5D71;
  line-height: 2.8rem;
  letter-spacing: -0.051rem;
}

.newsletter .list2 .link {
  font-size: 1.7rem;
  color: #666;
  line-height: 150%;
  letter-spacing: -0.051rem;
  border: 1px solid #DDD;
  margin-top: auto;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 4.2rem;
  padding: 0 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newsletter .list2 .link i {
  margin-left: 0.6rem;
}

.newsletter .list2 .link:hover,
.newsletter .list2 .link:focus {
  background: #333;
  color: #fff;
  border-color: #333;
}

.newsletter .foot_wrap {
  background: #F2F2F9;
  padding: 6rem;
}

.newsletter .section1 {
  margin-top: -37rem;
}

.newsletter .section1 .part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .section1 .part1 .item {
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.8rem);
          flex: 1 1 calc(50% - 0.8rem);
  max-width: calc(50% - 0.8rem);
  max-height: 15rem;
  overflow: hidden;
  border-radius: 1rem;
}

.newsletter .section1 .part1 .item:nth-child(even) {
  margin-left: 1.6rem;
}

.newsletter .section1 .part1 .item img {
  display: block;
}

.newsletter .section1 .part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .section1 .part2 .item {
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.8rem);
          flex: 1 1 calc(50% - 0.8rem);
  max-width: calc(50% - 0.8rem);
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  padding: 3.5rem 5rem;
  background: #fff;
}

.newsletter .section1 .part2 .item:nth-child(even) {
  margin-left: 1.6rem;
}

.newsletter .section1 .part2 .txt1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
}

.newsletter .section1 .part2 .txt2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsletter .section1 .part2 .txt3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsletter .section1 .part2 img {
  display: block;
}

.newsletter .section2 {
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  background: #fff;
  text-align: center;
  padding: 4rem 4rem;
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.newsletter .section2 .txt1 {
  color: #666;
  word-break: keep-all;
}

.newsletter .section2 .txt1 b {
  color: #111;
  font-weight: 500;
}

.newsletter .section2 .txt1 a:hover,
.newsletter .section2 .txt1 a:focus {
  text-decoration: underline;
}

.layer-pop {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-pop.on {
  display: block;
}
.layer-pop__inner {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: calc(50% + 2.5rem);
  max-width: calc(100% - 4rem);
}
.layer-pop__close {
  display: block;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 10rem;
  line-height: 4.8rem;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  top: -5.8rem;
}
.layer-pop .inner_box {
  overflow-y: auto;
  width: 62rem;
  max-width: 100%;
  max-height: calc(100vh - 16rem);
  padding: 4rem 5rem;
  border-radius: 2rem;
  background-color: #fff;
}
.layer-pop .txt1 {
  font-size: 1.8rem;
  color: #111;
  font-weight: 500;
}
.layer-pop .txt1 a {
  color: #2434B0;
  font-weight: 700;
  text-decoration: underline;
}
.layer-pop .txt1 b {
  color: #E60012;
  font-weight: 600;
}
.layer-pop .image_box {
  text-align: center;
}
.layer-pop .button_box {
  text-align: center;
}
.layer-pop .button_box .button_st1 {
  background: #193B92;
  color: #fff;
  padding: 1.2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10rem;
  display: inline-block;
}