@charset "UTF-8";
/* =============================================== ==========================
   ## 공통 믹스인 모음
   ================================================= ======================== */
.sc_comm * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  font-family: "pretendard";
}
.sc_comm .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sc_comm .inner {
    max-width: 720px;
    padding: 0 40px;
  }
}
.sc_comm img {
  display: block;
  margin: 0 auto;
}

.show-tm,
.show-ta,
.show-mo {
  display: none !important;
}

@media all and (max-width: 1023px) {
  .show-pc {
    display: none !important;
  }
  .show-tm {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .show-ta {
    display: block !important;
  }
  .none-ta {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .show-mo {
    display: block !important;
  }
  .none-mo {
    display: none !important;
  }
}
.point {
  color: #ff6833;
}

.slick-slide:focus {
  outline: none;
}

.sc_comm .inner {
  padding: 0 40px;
}

.eduTech .techSkill {
  padding-bottom: 130px;
}
.eduTech .techSkill-tit {
  font-size: 30px;
  font-weight: 700;
  font-family: "Pretendard";
  line-height: 1.35;
  text-align: center;
  margin-bottom: 65px;
}
.eduTech .techSkill-content-item {
  display: flex;
  align-items: center;
  gap: 0 103px;
  margin-bottom: 100px;
}
.eduTech .techSkill-content-item.learning .techSkill-content-item-txt .description {
  letter-spacing: -0.5px;
}
.eduTech .techSkill-content-item.edutech {
  margin-bottom: 0;
  justify-content: flex-end;
}
.eduTech .techSkill-content-item.edutech .techSkill-content-item-txt {
  padding-left: 30px;
}
.eduTech .techSkill-content-txt .subheading {
  font-size: 22px;
  font-weight: 700;
  font-family: "Pretendard";
}
.eduTech .techSkill-content-txt h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Pretendard";
  line-height: 1.25;
  padding: 7px 0 13px;
}
.eduTech .techSkill-content-txt .description {
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #2c2c2c;
  line-height: 1.6;
}
.eduTech .techSkill-content-txt .ims-glc {
  display: flex;
  align-items: center;
  gap: 0 26px;
  padding-top: 48px;
}
.eduTech .techSkill-content-txt .ims-glc-txt {
  font-size: 16px;
}
.eduTech .techSkill-content-txt .ims-glc-txt h3 {
  font-weight: 700;
  padding-bottom: 14px;
}
.eduTech .techSkill-content-txt .ims-glc-txt p {
  font-size: 16px;
  font-family: "Pretendard";
  color: #2c2c2c;
  line-height: 1.5;
}
.eduTech .codingProgram {
  background: url("/front/imgs/edutech/program_bg.png") no-repeat top;
  padding: 124px 0 131px;
}
.eduTech .codingProgram-tit {
  text-align: center;
  margin-bottom: 41px;
}
.eduTech .codingProgram-tit .subheading {
  font-size: 22px;
  font-weight: 700;
  font-family: "Pretendard";
}
.eduTech .codingProgram-tit h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Pretendard";
  padding: 12px 0 19px;
}
.eduTech .codingProgram-tit .description {
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #2c2c2c;
  line-height: 1.55;
}
.eduTech .codingProgram-step-list {
  display: flex;
  justify-content: center;
  gap: 0 67px;
}
.eduTech .codingProgram-step-item {
  background: #fff;
  text-align: center;
  flex: 1;
  padding: 60px 0 61px;
}
.eduTech .codingProgram-step-num {
  width: 75px;
  height: 25px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #fff;
  line-height: 26px;
  display: inline-block;
  border-radius: 12.5px;
  background: #ff6833;
  text-align: center;
}
.eduTech .codingProgram-step-tit {
  font-size: 26px;
  font-weight: 700;
  font-family: "Pretendard";
  padding: 20px 0 3px;
}
.eduTech .codingProgram-step-subTit {
  font-size: 18px;
  font-weight: 500;
  font-family: "Pretendard";
  color: #a1a0a0;
}
.eduTech .codingProgram-step-description {
  font-size: 17px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #2d2d2d;
  line-height: 1.55;
  padding: 24px 0 33px;
}
.eduTech .contentDriven {
  padding-top: 131px;
}
.eduTech .contentDriven-tit {
  text-align: center;
  margin-bottom: 41px;
}
.eduTech .contentDriven-tit .subheading {
  font-size: 22px;
  font-weight: 700;
  font-family: "Pretendard";
}
.eduTech .contentDriven-tit h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Pretendard";
  padding: 12px 0 19px;
}
.eduTech .contentDriven-tit .description {
  font-size: 18px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #2c2c2c;
  line-height: 1.55;
}
.eduTech .contentDriven-content-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 59px;
}
.eduTech .contentDriven-content-txt {
  font-size: 17px;
  font-weight: 400;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .eduTech .techSkill {
    padding-bottom: 130px;
  }
  .eduTech .techSkill-tit {
    font-size: 37px;
    text-align: left;
    margin-bottom: 55px;
  }
  .eduTech .techSkill-content-item {
    flex-flow: column;
    gap: 50px 0;
    margin-bottom: 125px;
  }
  .eduTech .techSkill-content-item.edutech .techSkill-content-txt {
    order: 2;
    text-align: left;
  }
  .eduTech .techSkill-content-txt {
    width: 100%;
    text-align: right;
  }
  .eduTech .techSkill-content-txt .subheading {
    font-size: 30px;
  }
  .eduTech .techSkill-content-txt h2 {
    font-size: 45px;
    padding: 10px 0 21px;
  }
  .eduTech .techSkill-content-txt .description {
    font-size: 28px;
    font-family: "Pretendard";
    line-height: 1.4;
  }
  .eduTech .techSkill-content-txt .ims-glc {
    gap: 0 28px;
    padding-top: 39px;
  }
  .eduTech .techSkill-content-txt .ims-glc-txt {
    font-size: 20px;
  }
  .eduTech .techSkill-content-txt .ims-glc-txt h3 {
    font-weight: 700;
    padding-bottom: 14px;
  }
  .eduTech .techSkill-content-txt .ims-glc-txt p {
    font-size: 19px;
  }
  .eduTech .codingProgram {
    background: url("/front/imgs/edutech/program_bg_MO.png") no-repeat top;
    padding: 122px 0 99px;
  }
  .eduTech .codingProgram .inner {
    padding: 0;
  }
  .eduTech .codingProgram-tit {
    margin-bottom: 43px;
  }
  .eduTech .codingProgram-tit .subheading {
    font-size: 30px;
  }
  .eduTech .codingProgram-tit h2 {
    font-size: 45px;
  }
  .eduTech .codingProgram-tit .description {
    font-size: 28px;
    font-family: "Pretendard";
    line-height: 1.4;
  }
  .eduTech .codingProgram-step-list .slick-list {
    margin-left: calc((100% - 510px) / 2);
    padding: 0 !important;
  }
  .eduTech .codingProgram-step-list .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0 20px;
    padding-top: 51px;
  }
  .eduTech .codingProgram-step-list .slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: #d9d9d9;
  }
  .eduTech .codingProgram-step-list .slick-dots li button {
    font-size: 0;
  }
  .eduTech .codingProgram-step-list .slick-dots li.slick-active {
    background: #a1a1a1;
  }
  .eduTech .codingProgram-step-item {
    width: 510px;
    height: 695px;
    margin: 0 25px;
    padding: 60px 0;
  }
  .eduTech .codingProgram-step-num {
    width: 125px;
    height: 43px;
    font-size: 25px;
    font-family: "Pretendard";
    line-height: 44px;
    border-radius: 22px;
  }
  .eduTech .codingProgram-step-tit {
    font-size: 45px;
    padding: 24px 0 4px;
  }
  .eduTech .codingProgram-step-subTit {
    font-size: 26px;
  }
  .eduTech .codingProgram-step-description {
    font-size: 27px;
    font-family: "Pretendard";
    line-height: 1.4;
    padding: 36px 0 45px;
  }
  .eduTech .codingProgram-step-screen img {
    width: 510px;
    height: 227px;
  }
  .eduTech .contentDriven-tit {
    margin-bottom: 44px;
  }
  .eduTech .contentDriven-tit .subheading {
    font-size: 30px;
  }
  .eduTech .contentDriven-tit h2 {
    font-size: 45px;
    padding: 10px 0 16px;
  }
  .eduTech .contentDriven-tit .description {
    font-size: 28px;
    font-family: "Pretendard";
    line-height: 1.4;
  }
  .eduTech .contentDriven-content-list {
    flex-flow: column;
    gap: 75px 0;
  }
  .eduTech .contentDriven-content-txt {
    font-size: 27px;
    font-family: "Pretendard";
    color: #2c2c2c;
    padding-top: 27px;
  }
}
@media (max-width: 767px) {
  .eduTech .techSkill {
    padding-bottom: 87px;
  }
  .eduTech .techSkill-tit {
    font-size: 25px;
    margin-bottom: 37px;
  }
  .eduTech .techSkill-content-item {
    gap: 33px 0;
    margin-bottom: 83px;
  }
  .eduTech .techSkill-content-txt .subheading {
    font-size: 20px;
  }
  .eduTech .techSkill-content-txt h2 {
    font-size: 30px;
    padding: 7px 0 14px;
  }
  .eduTech .techSkill-content-txt .description {
    font-size: 19px;
  }
  .eduTech .techSkill-content-txt .ims-glc {
    gap: 0 19px;
    padding-top: 26px;
  }
  .eduTech .techSkill-content-txt .ims-glc-txt {
    font-size: 13px;
  }
  .eduTech .techSkill-content-txt .ims-glc-txt h3 {
    padding-bottom: 9px;
  }
  .eduTech .techSkill-content-txt .ims-glc-txt p {
    font-size: 13px;
  }
  .eduTech .techSkill-content-txt .ims-glc img {
    height: 60px;
  }
  .eduTech .codingProgram {
    background-size: cover;
    padding: 81px 0 66px;
  }
  .eduTech .codingProgram-tit {
    margin-bottom: 29px;
  }
  .eduTech .codingProgram-tit .subheading {
    font-size: 20px;
  }
  .eduTech .codingProgram-tit h2 {
    font-size: 30px;
  }
  .eduTech .codingProgram-tit .description {
    font-size: 19px;
  }
  .eduTech .codingProgram-step-list .slick-list {
    margin-left: calc((100% - 340px) / 2);
  }
  .eduTech .codingProgram-step-list .slick-dots {
    gap: 0 13px;
    padding-top: 34px;
  }
  .eduTech .codingProgram-step-list .slick-dots li {
    width: 13px;
    height: 13px;
  }
  .eduTech .codingProgram-step-item {
    width: 340px;
    height: 463px;
    margin: 0 17px;
    padding: 40px 0;
  }
  .eduTech .codingProgram-step-num {
    width: 83px;
    height: 29px;
    font-size: 17px;
    font-family: "Pretendard";
    line-height: 29px;
    border-radius: 15px;
  }
  .eduTech .codingProgram-step-tit {
    font-size: 30px;
    padding: 16px 0 3px;
  }
  .eduTech .codingProgram-step-subTit {
    font-size: 17px;
  }
  .eduTech .codingProgram-step-description {
    font-size: 18px;
    padding: 24px 0 30px;
  }
  .eduTech .codingProgram-step-screen img {
    width: 340px;
    height: 151px;
  }
  .eduTech .contentDriven {
    padding-top: 87px;
  }
  .eduTech .contentDriven-tit {
    margin-bottom: 29px;
  }
  .eduTech .contentDriven-tit .subheading {
    font-size: 20px;
  }
  .eduTech .contentDriven-tit h2 {
    font-size: 30px;
    padding: 7px 0 11px;
  }
  .eduTech .contentDriven-tit .description {
    font-size: 19px;
  }
  .eduTech .contentDriven-content-list {
    gap: 50px 0;
  }
  .eduTech .contentDriven-content-txt {
    font-size: 18px;
    padding-top: 18px;
  }
}

@media (max-width: 1023px) {
  #body > .main {
    width: 720px;
  }
}
@media (max-width: 767px) {
  #body > .main {
    width: 440px;
  }
  .sc_comm .inner {
    padding: 0;
  }
}