@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
section.sec02 .wrap {
  position: relative;
  padding: 80px 0;
  min-height: 1200PX;
}

section.sec02 .wrap > div {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.sec02 .wrap > div .img_part {
  /* width: 510px; */
  width: 310px;
}

section.sec02 .wrap > div .img_part img {
  width: 100%;
}

section.sec02 .wrap > div .text_part {
  /* width: calc( 100% - 510px); */
  width: calc( 100% - 310px);
}

section.sec02 .wrap > div .text_part h1 {
  font-size: 60px;
  font-weight: 700;
  color: #6582E7;
}

section.sec02 .wrap > div .text_part span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #274ac4;
  margin: 35px 0;
}

section.sec02 .wrap > div .text_part p b {
  color: #274ac4;
}

section.sec02 .wrap div:first-child .text_part {
  text-align: right;
  left: 0;
  top: 0;
}

section.sec02 .wrap div:first-child .text_part h1 {
  text-align: right;
}

section.sec02 .wrap div:last-child {
  right: 0;
  bottom: 0;
}

section.sec02 .wrap div:last-child .text_part h1 {
  text-align: left;
}

section.sec03 {
  position: relative;
  padding-bottom: 120px;
}

section.sec03::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background-color: #F8F9FA;
  z-index: -2;
}

section.sec03 .wrap {
  overflow: hidden;
}

section.sec03 .wrap > h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 80px;
}

section.sec03 .wrap .value_list {
  width: 80%;
  float: right;
}

section.sec03 .wrap .value_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px;
  color: #fff;
  position: relative;
}

section.sec03 .wrap .value_list li h2 {
  width: 40%;
  font-size: 34px;
  font-weight: 700;
}

section.sec03 .wrap .value_list li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

section.sec03 .wrap .value_list li:nth-child(1) {
  background-color: rgba(31, 56, 147, 0.9);
}

section.sec03 .wrap .value_list li:nth-child(1)::before {
  background-image: url("/assets/images/value_list_01.png");
}

section.sec03 .wrap .value_list li:nth-child(2) {
  background-color: rgba(0, 127, 135, 0.9);
}

section.sec03 .wrap .value_list li:nth-child(2)::before {
  background-image: url("/assets/images/value_list_02.png");
}

section.sec03 .wrap .value_list li:nth-child(3) {
  background-color: rgba(48, 54, 60, 0.9);
}

section.sec03 .wrap .value_list li:nth-child(3)::before {
  background-image: url("/assets/images/value_list_03.png");
}

@media screen and (max-width: 1023px) {
  section.sec02 .wrap {
    min-height: 900PX;
  }
  section.sec02 .wrap > div .img_part {
    width: 320px;
  }
  section.sec02 .wrap > div .text_part {
    width: calc( 100% - 320px);
  }
  section.sec03 .wrap > h1 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  section.sec03 .wrap .value_list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  section.sec02 .wrap, section.sec03 .wrap, section.sec04 .wrap {
    width: 100%;
  }
  section.sec02 .wrap {
    padding: 60px 0;
    min-height: inherit;
  }
  section.sec02 .wrap > div {
    position: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec02 .wrap > div:nth-last-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.sec02 .wrap > div .img_part {
    width: 100%;
  }
  section.sec02 .wrap > div .text_part {
    width: 100%;
  }
  section.sec02 .wrap > div .text_part h1 {
    font-size: 28px;
  }
  section.sec02 .wrap > div .text_part span {
    display: none;
  }
  section.sec02 .wrap > div .text_part p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  section.sec03 {
    padding-bottom: 0;
  }
  section.sec03::after {
    display: none;
  }
  section.sec03 .wrap > h1 {
    font-size: 28px;
  }
  section.sec03 .wrap .value_list {
    width: 100%;
  }
  section.sec03 .wrap .value_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5px;
  }
  section.sec03 .wrap .value_list li h2 {
    width: 100%;
    font-size: 20px;
  }
}
/*# sourceMappingURL=center_value.css.map */
