@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 {
  padding: 80px 0;
}

section.sec02 .wrap > h1 {
  text-align: center;
  font-size: 34px;
  color: #181B1E;
}

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

section.sec02 .wrap > p {
  max-width: 850px;
  text-align: center;
  margin: auto;
  margin-top: 32px;
}

section.sec03 {
  padding: 120px 0;
  background-image: url("/assets/images/g_certificate_1.jpg");
}

section.sec03 .wrap > h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 44px;
  color: #181B1E;
  text-align: left;
}

section.sec03 .wrap ol {
  position: relative;
}

section.sec03 .wrap ol::after {
  content: '';
  position: absolute;
  left: -29px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 82%;
  border-left: 1px dotted #6A7076;
}

section.sec03 .wrap ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

section.sec03 .wrap ol li div {
  position: relative;
  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;
  background-color: #C6D3FF;
  height: 100px;
  width: 430px;
  gap: 10px;
}

section.sec03 .wrap ol li div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -35px;
  width: 13px;
  height: 13px;
  background-color: #274AC4;
  border-radius: 50%;
}

section.sec03 .wrap ol li div h1 {
  margin: 0;
  font-size: 28px;
  color: #90A9FF;
}

section.sec03 .wrap ol li div h5 {
  font-size: 16px;
  color: #274AC4;
}

section.sec03 .wrap ol li:nth-of-type(1) div {
  background-color: #C5F9F1;
}

section.sec03 .wrap ol li:nth-of-type(1) div h1 {
  color: #8DF2E3;
}

section.sec03 .wrap ol li:nth-of-type(1) div h5 {
  color: #005454;
}

section.sec03 .wrap ol li:nth-of-type(1) div::after {
  background-color: #6A7076;
}

section.sec03 .wrap ol li img {
  width: 120px;
}

section.sec03 .wrap ol li > p {
  margin-left: 50px;
  font-size: 14px;
}

section.sec04 {
  padding: 120px 0;
}

section.sec04 .wrap > h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

section.sec04 .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.sec04 .wrap ol li {
  color: #fff;
  width: 32%;
  height: 580px;
  padding: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}

section.sec04 .wrap ol li .list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section.sec04 .wrap ol li .list_inner h3 {
  font-size: 60px;
  font-weight: 700;
  text-align: left;
}

section.sec04 .wrap ol li .list_inner span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 20px;
}

section.sec04 .wrap ol li .list_inner p {
  font-size: 16px;
  font-weight: 500;
}

section.sec04 .wrap ol li .list_inner h5 {
  margin-top: auto;
  font-size: 16px;
}

section.sec04 .wrap ol .s-1 {
  background-image: url("/assets/images/g_certificate_2.jpg");
}

section.sec04 .wrap ol .s-2 {
  background-image: url("/assets/images/g_certificate_3.jpg");
}

section.sec04 .wrap ol .s-3 {
  background-image: url("/assets/images/g_certificate_4.jpg");
}

section.sec05 .wrap > h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
  color: #181B1E;
}

section.sec05 .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

section.sec05 .wrap ol li {
  text-align: center;
}

section.sec05 .wrap ol li:nth-of-type(odd) {
  width: 23%;
  height: 240px;
  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;
  padding-top: 40px;
}

section.sec05 .wrap ol li:nth-of-type(odd) h5 {
  font-size: 16px;
  font-weight: 700;
  color: #949BA2;
}

section.sec05 .wrap ol li:nth-of-type(odd) h2 {
  font-size: 20px;
  margin-top: 19px;
  margin-bottom: 14px;
  color: #6A7076;
}

section.sec05 .wrap ol li:nth-of-type(odd) span {
  font-size: 14px;
  color: #30363C;
}

section.sec05 .wrap ol li:nth-of-type(1) {
  background-color: #EFF2F4;
}

section.sec05 .wrap ol li:nth-of-type(3) {
  background-color: #E4E8ED;
}

section.sec05 .wrap ol li:nth-of-type(5) {
  background-color: #CED4DA;
}

section.sec05 .wrap ol li:nth-of-type(7) {
  position: relative;
  background-color: #274ac4;
}

section.sec05 .wrap ol li:nth-of-type(7) h5, section.sec05 .wrap ol li:nth-of-type(7) h2, section.sec05 .wrap ol li:nth-of-type(7) span {
  color: #fff;
}

section.sec05 .wrap ol li:nth-of-type(7)::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

section.sec05 .wrap ol li:nth-of-type(even) {
  width: 2%;
}

section.sec06 {
  padding: 120px 0;
}

section.sec06 .wrap > h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

section.sec06 .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.sec06 .wrap ol li {
  background-image: url("/assets/images/g_certificate_5.jpg");
  color: #fff;
  width: 32%;
  height: 580px;
  padding: 34px;
}

section.sec06 .wrap ol li:nth-of-type(2) {
  background-image: url("/assets/images/g_certificate_6.jpg");
}

section.sec06 .wrap ol li:nth-of-type(3) {
  background-image: url("/assets/images/g_certificate_7.jpg");
}

section.sec06 .wrap ol li .list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section.sec06 .wrap ol li .list_inner h3 {
  font-size: 60px;
  font-weight: 700;
}

section.sec06 .wrap ol li .list_inner span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 20px;
}

section.sec06 .wrap ol li .list_inner p {
  font-size: 16px;
  font-weight: 500;
}

section.sec06 .wrap ol li .list_inner h5 {
  margin-top: auto;
  font-size: 16px;
}

section.sec07 {
  padding-bottom: 120px;
}

section.sec07 .wrap > h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

section.sec07 .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

section.sec07 .wrap ol li {
  text-align: center;
}

section.sec07 .wrap ol li:nth-of-type(odd) {
  width: 23%;
  height: 240px;
  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;
  padding-top: 40px;
}

section.sec07 .wrap ol li:nth-of-type(odd) h5 {
  font-size: 16px;
  font-weight: 700;
  color: #949BA2;
}

section.sec07 .wrap ol li:nth-of-type(odd) h2 {
  font-size: 20px;
  margin-top: 19px;
  margin-bottom: 14px;
  color: #6A7076;
}

section.sec07 .wrap ol li:nth-of-type(odd) span {
  font-size: 14px;
  color: #30363C;
}

section.sec07 .wrap ol li:nth-of-type(1) {
  background-color: #EFF2F4;
}

section.sec07 .wrap ol li:nth-of-type(3) {
  background-color: #E4E8ED;
}

section.sec07 .wrap ol li:nth-of-type(5) {
  background-color: #CED4DA;
}

section.sec07 .wrap ol li:nth-of-type(7) {
  position: relative;
  background-color: #274ac4;
}

section.sec07 .wrap ol li:nth-of-type(7) h5, section.sec07 .wrap ol li:nth-of-type(7) h2, section.sec07 .wrap ol li:nth-of-type(7) span {
  color: #fff;
}

section.sec07 .wrap ol li:nth-of-type(7)::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

section.sec07 .wrap ol li:nth-of-type(even) {
  width: 2%;
}

@media screen and (max-width: 1023px) {
  section.sec03 .wrap ol li img {
    width: 70px;
  }
  section.sec03 .wrap ol li p {
    min-width: 250px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  section.sec02 {
    padding: 60px 0;
  }
  section.sec02 .wrap > h1 {
    font-size: 20px;
  }
  section.sec03 {
    padding: 60px 0;
  }
  section.sec03 .wrap > h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  section.sec03 .wrap ol::after {
    display: none;
  }
  section.sec03 .wrap ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.sec03 .wrap ol li div {
    width: 100%;
    width-gap: 10px;
  }
  section.sec03 .wrap ol li div::after {
    display: none;
  }
  section.sec03 .wrap ol li div h1 {
    font-size: 25px;
  }
  section.sec03 .wrap ol li div h5 {
    font-size: 14px;
  }
  section.sec03 .wrap ol li > p {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  section.sec04 {
    padding: 60px 0;
  }
  section.sec04 .wrap > h1 {
    font-size: 20px;
  }
  section.sec04 .wrap ol li {
    height: 320px;
  }
  section.sec04 .wrap ol li .list_inner h3 {
    font-size: 34px;
  }
  section.sec04 .wrap ol li .list_inner span {
    font-size: 14px;
  }
  section.sec04 .wrap ol li .list_inner p {
    font-size: 14px;
  }
  section.sec04 .wrap ol li .list_inner h5 {
    font-size: 14px;
  }
  section.sec05 .wrap ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  section.sec05 .wrap ol li:nth-of-type(odd) {
    width: 48%;
    height: 175px;
  }
  section.sec05 .wrap ol li:nth-of-type(odd) h5 {
    font-size: 14px;
  }
  section.sec05 .wrap ol li:nth-of-type(odd) h2 {
    font-size: 16px;
  }
  section.sec05 .wrap ol li:nth-of-type(odd) span {
    font-size: 12px;
  }
  section.sec06 {
    padding: 60px 0;
  }
  section.sec06 .wrap > h1 {
    font-size: 20px;
  }
  section.sec06 .wrap ol li {
    height: 320px;
  }
  section.sec06 .wrap ol li .list_inner h3 {
    font-size: 34px;
  }
  section.sec06 .wrap ol li .list_inner span {
    font-size: 14px;
  }
  section.sec06 .wrap ol li .list_inner p {
    font-size: 14px;
  }
  section.sec06 .wrap ol li .list_inner h5 {
    font-size: 14px;
  }
  section.sec07 .wrap ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  section.sec07 .wrap ol li:nth-of-type(odd) {
    width: 48%;
    height: 175px;
  }
  section.sec07 .wrap ol li:nth-of-type(odd) h5 {
    font-size: 14px;
  }
  section.sec07 .wrap ol li:nth-of-type(odd) h2 {
    font-size: 16px;
  }
  section.sec07 .wrap ol li:nth-of-type(odd) span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=guide_certificate.css.map */