@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 {
  position: relative;
}

section.sec02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/hello_bg_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

section.sec02::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.57%, #FFFFFF), color-stop(74.72%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(180deg, #FFFFFF 33.57%, rgba(255, 255, 255, 0.9) 74.72%, rgba(255, 255, 255, 0.9) 100%);
}

section.sec02 .wrap {
  padding: 120px 0;
}

section.sec02 .wrap > h1 {
  position: relative;
  margin: auto;
  font-size: 42px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #181B1E;
}

section.sec02 .wrap > h1::before, section.sec02 .wrap > h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 60px;
  z-index: -1;
  top: -20px;
  background-size: cover;
}

section.sec02 .wrap > h1::before {
  left: -30px;
  background-image: url("/assets/images/icon/quotation_1.png");
}

section.sec02 .wrap > h1::after {
  right: -30px;
  background-image: url("/assets/images/icon/quotation_2.png");
}

section.sec02 .wrap > h1 b {
  color: #274ac4;
}

section.sec02 .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

section.sec02 .wrap > div .text_part {
  width: 65%;
}

section.sec02 .wrap > div .text_part p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 25px;
  color: #30363C;
}

section.sec02 .wrap > div .text_part span {
  font-size: 16px;
  font-weight: 700;
}

section.sec02 .wrap > div .text_part h5 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 65px;
}

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

section.sec03 {
  padding: 120px 0;
  background-color: #E8EDFD;
}

section.sec03 .wrap > h1 {
  color: #274ac4;
  font-size: 60px;
  text-align: center;
  margin-bottom: 65px;
}

section.sec03 .wrap .problem_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section.sec03 .wrap .problem_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

section.sec03 .wrap .problem_list li span {
  color: #90A9FF;
  font-size: 16px;
}

section.sec03 .wrap .problem_list li h5 {
  font-size: 16px;
  color: #30363C;
}

section.sec03 .wrap h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.sec03 .wrap h4:nth-of-type(1) {
  margin-top: 40px;
}

section.sec04 {
  padding: 120px 0;
  position: relative;
}

section.sec04::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14245E;
  opacity: 0.8;
  z-index: -1;
}

section.sec04::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/hello_bg_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

section.sec04 .wrap > h1 {
  font-size: 60px;
  font-weight: 700;
  color: #45ebd7;
  text-align: center;
  margin-bottom: 40px;
}

section.sec04 .wrap .circle_item {
  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;
  gap: 24px;
}

section.sec04 .wrap .circle_item > div {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 350px;
  height: 350px;
}

section.sec04 .wrap .circle_item > div::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

section.sec04 .wrap .circle_item > div img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 25%;
  margin-bottom: 30px;
}

section.sec04 .wrap .circle_item > div p {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  section.sec02 .wrap > div .text_part {
    width: 100%;
  }
  section.sec03 .wrap .problem_list li span {
    white-space: nowrap;
  }
  section.sec03 .wrap .problem_list li h5 {
    text-align: left;
  }
  section.sec04 .wrap .circle_item > div {
    width: 200px;
    height: 200px;
  }
  section.sec04 .wrap .circle_item > div img {
    height: 50px;
    width: 50px;
    margin-top: 15%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  section.sec02 .wrap {
    padding: 60px 0;
  }
  section.sec02 .wrap > h1 {
    font-size: 20px;
    line-height: 1.2em;
  }
  section.sec02 .wrap > h1::before, section.sec02 .wrap > h1::after {
    display: none;
  }
  section.sec02 .wrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
  section.sec02 .wrap > div .text_part {
    width: 100%;
  }
  section.sec02 .wrap > div .text_part p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  section.sec02 .wrap > div .text_part span {
    text-align: left;
    display: block;
  }
  section.sec03 {
    padding: 60px 0;
  }
  section.sec03 .wrap > h1 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  section.sec03 .wrap .problem_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
    gap: 10px;
  }
  section.sec03 .wrap .problem_list li span {
    text-align: left;
    font-size: 14px;
  }
  section.sec03 .wrap .problem_list li h5 {
    text-align: left;
    font-size: 14px;
  }
  section.sec03 .wrap h4 {
    font-size: 16px;
  }
  section.sec04 {
    padding: 60px 0;
  }
  section.sec04 .wrap > h1 {
    font-size: 28px;
  }
  section.sec04 .wrap .circle_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec04 .wrap .circle_item > div {
    width: 240px;
    height: 240px;
  }
  section.sec04 .wrap .circle_item > div img {
    height: 35px;
    margin-bottom: 15px;
  }
  section.sec04 .wrap .circle_item > div p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=center_hello.css.map */