@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-bottom: 0;
}

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;
}

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 > p {
  margin-top: 32px;
}

section.sec02 .coaching_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.sec02 .coaching_list li {
  width: 50%;
  height: 500px;
  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;
}

section.sec02 .coaching_list li h1 {
  font-size: 60px;
  font-weight: 700;
  color: #E4E8ED;
  position: relative;
}

section.sec02 .coaching_list li::before, section.sec02 .coaching_list li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.sec02 .coaching_list li:first-child {
  text-align: left;
}

section.sec02 .coaching_list li:first-child h1::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

section.sec02 .coaching_list li:first-child::before {
  background-color: #4268EF;
  opacity: 0.9;
}

section.sec02 .coaching_list li:first-child::after {
  background-image: url("/assets/images/g_about_01.jpg");
  z-index: -2;
}

section.sec02 .coaching_list li:last-child {
  text-align: right;
}

section.sec02 .coaching_list li:last-child h1 {
  text-align: right;
  color: #F8F9FA;
}

section.sec02 .coaching_list li:last-child h1::after {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

section.sec02 .coaching_list li:last-child::before {
  background-color: #30363C;
  opacity: 0.9;
}

section.sec02 .coaching_list li:last-child::after {
  background-image: url("/assets/images/g_about_02.jpg");
  z-index: -2;
}

section.sec02 .coaching_list-2 li h1 {
  color: #C6D3FF;
}

section.sec02 .coaching_list li:last-child h1 {
  color: #F8F9FA;
}

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

section.sec03 .wrap {
  text-align: center;
}

section.sec03 .wrap > span {
  font-size: 16px;
  font-weight: 500;
}

section.sec03 .wrap > h4 {
  font-size: 20px;
  font-weight: 700;
}

section.sec03 .wrap > h4 b {
  color: #45ebd7;
}

section.sec03 .wrap img {
  margin: 36px auto 0;
  max-width: 1000px;
}

section.sec04 {
  text-align: center;
  padding: 100px 0;
}

section.sec04 .wrap > h1 {
  font-size: 28px;
  font-weight: 700;
  color: #181B1E;
}

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

section.sec04 .wrap p {
  margin-top: 30px;
}

section.sec05 {
  padding: 180px 0;
  position: relative;
}

section.sec05::before, section.sec05::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.sec05::before {
  background-image: url("/assets/images/g_about_04.jpg");
  z-index: -2;
}

section.sec05::after {
  background-color: #14245E;
  opacity: 0.8;
  z-index: -1;
}

section.sec05 .wrap {
  color: #E4E8ED;
}

section.sec05 .wrap > h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

section.sec05 .wrap > h1 b {
  color: #45ebd7;
}

section.sec05 .wrap > ol {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.sec05 .wrap > ol li {
  width: 32%;
  height: 320px;
  border: 1px solid #fff;
  padding: 12px;
}

section.sec05 .wrap > ol li div {
  text-align: center;
  border: 1px solid #fff;
  height: 100%;
  padding: 50px;
}

section.sec05 .wrap > ol li div h4 {
  color: #45ebd7;
  font-size: 28px;
  font-weight: 700;
}

section.sec05 .wrap > ol li div p {
  font-size: 20px;
}

section.sec06 {
  padding: 120px 0;
}

section.sec06 .wrap {
  text-align: center;
}

section.sec06 .wrap > h1 {
  font-size: 28px;
  font-weight: 700;
  color: #181B1E;
}

section.sec06 .wrap > span {
  display: block;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 44px;
}

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

section.sec06 .wrap ol li {
  color: #fff;
  width: 32%;
  padding: 50px 35px;
  border-radius: 25px;
}

section.sec06 .wrap ol li:nth-of-type(1) {
  background-color: #274AC4;
}

section.sec06 .wrap ol li:nth-of-type(2) {
  background-color: #4268EF;
}

section.sec06 .wrap ol li:nth-of-type(3) {
  background-color: #6582E7;
}

section.sec06 .wrap ol li h4 {
  font-size: 28px;
  font-weight: 700;
}

section.sec06 .wrap > h4 {
  margin: 44px;
  font-size: 20px;
  font-weight: 700;
}

section.sec06 .wrap > h4 b {
  color: #274ac4;
}

section.sec06 .wrap > p {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  section.sec05 .wrap > ol li div {
    padding: 50px 0;
  }
  section.sec06 .wrap ol li {
    height: 211px;
  }
}

@media screen and (max-width: 768px) {
  section.sec02 .wrap {
    padding: 60px 0;
  }
  section.sec02 .wrap > h1 {
    font-size: 20px;
  }
  section.sec02 .wrap > h1::before, section.sec02 .wrap > h1::after {
    width: 26px;
    height: 20px;
    top: 0;
  }
  section.sec02 .wrap > h1::before {
    left: 0;
  }
  section.sec02 .wrap > h1::after {
    right: 0;
  }
  section.sec02 .coaching_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec02 .coaching_list li {
    width: 100%;
    height: 300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
  section.sec02 .coaching_list li h1 {
    font-size: 28px;
    text-align: left;
  }
  section.sec02 .coaching_list li h1::before, section.sec02 .coaching_list li h1::after {
    display: none;
  }
  section.sec03 {
    padding: 60px 0;
  }
  section.sec03 .wrap > span {
    font-size: 14px;
  }
  section.sec03 .wrap > h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
  }
  section.sec04 {
    padding: 60px 0;
  }
  section.sec04 .wrap > h1 {
    font-size: 20px;
  }
  section.sec05 {
    padding: 100px 0;
  }
  section.sec05 .wrap > h1 {
    font-size: 28px;
  }
  section.sec05 .wrap > ol {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sec05 .wrap > ol li {
    width: 100%;
  }
  section.sec06 {
    padding: 60px 0;
  }
  section.sec06 .wrap > h1 {
    font-size: 16px;
  }
  section.sec06 .wrap > span {
    font-size: 16px;
  }
  section.sec06 .wrap ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  section.sec06 .wrap ol li {
    width: 100%;
    height: 130px;
    padding: 30px 10px;
  }
  section.sec06 .wrap ol li h4 {
    font-size: 16px;
  }
  section.sec06 .wrap ol li p {
    font-size: 14px;
  }
  section.sec06 .wrap > h4 {
    margin: 24px 0;
  }
  section.sec06 .wrap > p {
    text-align: justify;
  }
}
/*# sourceMappingURL=guide_abut.css.map */