@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



/*인트로 시작*/

.intro_bg {
  margin-top: -65px;
  min-width: 320px;
  background: #164CA0;
  background: -webkit-linear-gradient(135deg, rgba(22, 76, 160, 1) 0%, rgba(1, 38, 125, 1) 100%);
  background: -moz-linear-gradient(135deg, rgba(22, 76, 160, 1) 0%, rgba(1, 38, 125, 1) 100%);
  background: linear-gradient(135deg, rgba(22, 76, 160, 1) 0%, rgba(1, 38, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#164CA0", endColorstr="#01267D", GradientType=0);

  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 0px 0px 20px 20px;
}

.intro_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: 450px;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


.intro_box {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
  padding: 70px 0px 30px 0px;
}


.intro_text_bundle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(1/2*100% - (1 - 1/2)*15px);
  height: auto;
  margin-right: 15px;
}

.intro_text_category_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.intro_text_category {
  margin-right: auto;
}

.intro_text_category > h3 {
  font-size: 16px;
  color: #000549;
  font-weight: 700;
  background: #dae0f5;
  display: flex;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
  margin-right: auto;
}

.intro_text_bundle > h2 {
  font-size: 50px;
  font-weight: 900;

  color: #ffffff;
  word-break: keep-all;
  display: block;
}

.intro_text_bundle > h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  word-break: keep-all;
  display: block;
  margin-bottom: 10px;
}

.intro_text_bundle > p {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;  
  color: #ffffff;
  word-break: keep-all;
  display: block;
}



/*이미지 카테고리*/

.intro_img_bundle {
  width: calc(1/2*100% - (1 - 1/2)*0px);
  height: auto;

  height: 500px;
  background: url(../../../img/education_img/intro_mockup6.png) no-repeat center center;
  background-size: contain;
}

.intro_img_category_box {

}

@media only screen and (min-width: 0px) and (max-width: 440px) {
  .intro_box {
    flex-direction: column;
    padding: 90px 0px 30px 0px;
  }

  .intro_text_bundle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    height: auto;
    margin-right: 0px;
  }

  .intro_text_category_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }

  .intro_text_bundle > h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #ffffff;
  }

  .intro_text_bundle > h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .intro_text_bundle > p {
    font-size: 13px;
    line-height: 24px;  
    color: #ffffff;
    text-align: center;
  }


  .intro_img_bundle {
    position: absolute;
    margin: 0 auto;
    top: 170px;
    left: 0;
    right: 0;
    margin-top: 80px;
    width: auto;
    max-width: 500px;
    height: auto;

    height: 300px;
    background: url(../../../img/education_img/intro_mockup6.png) no-repeat center center;
    background-size: contain;
  }
}



@media only screen and (min-width: 441px) and (max-width: 1040px) {
  .intro_box {
    flex-direction: column;
    padding: 90px 0px 30px 0px;
  }

  .intro_text_bundle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    height: auto;
    margin-right: 0px;
  }

  .intro_text_category_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }

  .intro_text_bundle > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    color: #ffffff;
  }

  .intro_text_bundle > h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .intro_text_bundle > p {
    font-size: 15px;
    line-height: 24px;  
    color: #ffffff;
    text-align: center;
  }


  .intro_img_bundle {
    position: absolute;
    margin: 0 auto;
    top: 170px;
    left: 0;
    right: 0;
    margin-top: 80px;
    width: auto;
    max-width: 500px;
    height: auto;

    height: 300px;
    background: url(../../../img/education_img/intro_mockup6.png) no-repeat center center;
    background-size: contain;
  }
}




/*체험하기*/

.trial_box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.trial_box::after {
  content: "";
  display: table;
  clear: both;
}

.trial {

}

.trial > a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 5px;
  font-weight: 500;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trial:hover > a {
  color: #434343;
  background: #fff;
}

.trial_inquiry {
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;

  padding: 10px 15px 10px 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.trial_inquiry_btn {
  cursor: pointer;
}

.trial_buy {

}

.trial_buy > a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 5px;
  font-weight: 500;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trial_buy:hover > a {
  color: #434343;
  background: #fff;
}


@media only screen and (min-width: 0px) and (max-width: 525px) {

  .trial_box {
    margin-top: 10px;
    text-align: center;
  }


  .trial {
    margin: 0 auto;
    width: auto;
    height: auto;
    overflow: hidden;

  }
  

  .trial > a {
    width: 100%;
    display: block;
    color: #434343;
    font-size: 14px;
  
    padding: 10px 15px 10px 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .trial:hover > a {
    color: #434343;
    background: #fff;
  }
  
  .trial_inquiry {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;

  
    padding: 10px 15px 10px 15px;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .trial_buy {
    width: 100%;
  }


  .trial_buy > a {
    display: block;
    color: #434343;
    font-size: 14px;
    margin-bottom: 5px;
  
    padding: 10px 15px 10px 15px;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
}




@media only screen and (min-width: 526px) and (max-width: 730px) {

  .trial_box {
    margin-top: 30px;
    text-align: center;
  }


  .trial {
    margin: 0 auto;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  

  .trial > a {
    width: 100%;
    display: block;
    color: #434343;
    font-size: 14px;
  
    padding: 10px 15px 10px 15px;
    margin-bottom: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .trial:hover > a {
    color: #434343;
    background: #fff;
  }
  
  .trial_inquiry {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;
  
    padding: 10px 15px 10px 15px;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .trial_buy {
    width: 100%;
  }


  .trial_buy > a {
    display: block;
    color: #434343;
    font-size: 14px;
    margin-bottom: 5px;
  
    padding: 10px 15px 10px 15px;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
}






/*강사*/

.teacher_bg {
  min-width: 320px;

  padding: 50px 0 50px 0;
  border-bottom: 1px solid #bbbbbb;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.teacher_wrap {
  margin: 0 auto;
  max-width: 1300px;

  padding: 0 20px 0 20px;
  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.education_now_margin {
  overflow: hidden;
}


.teacher_now_img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.teacher_now_text {
}


.teacher_now_img1 {
  background: url(../../../img/education_img/edu_teacher.png) no-repeat center center;
  border-radius: 15px;
}


.teacher_now_text > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  color: #434343;
  word-break: keep-all;
  text-align: center;
}

.teacher_now_text > h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #434343;
  word-break: keep-all;
  margin-bottom: 15px;
  text-align: center;
}

.teacher_now_text > p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #434343;
  word-break: keep-all;
  margin-bottom: 15px;
}







/*색션 레퍼런스*/

.refer_bg {
  min-width: 320px;
  
  margin: 0 0 0px 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.refer_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;



  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.refer_wrap > .refer_box:first-child > .refer_item > .refer_item_text > h3 {
  padding-top: 120px;
}


.refer_wrap > .refer_box:first-child > .refer_item > .refer_item_text > h3::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #dbdcdf;
  position: absolute;
  border-radius: 50%;
  left: -30px;
  top: 45px;

  margin-top: 90px;
}




.refer_box {
  margin-left: 30px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.refer_item {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 15px;
  
  display: flex;
  flex-direction: column;

}

.refer_item::after {
  content: '';
  position: absolute;
  background: #dbdcdf;
  width: 1px;
  height: 100%;
  left: -23px;
  top: 0;
}





.refer_item_bundle {
  display: flex;
  flex-direction: row;
}



.refer_item_date {
  width: 100%;
  height: auto;
  background: #f2f3f5;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;

}

.refer_item_date > ul > li {
  list-style: disc;
  margin-left: 30px;
  padding: 8px 10px 8px 0;
}


.refer_item_date > ul > li > p {
  line-height: 24px;
  word-break: keep-all;
}


@media only screen and (min-width: 0px) and (max-width: 620px) {

  .refer_item_bundle {
    display: flex;
    flex-direction: column;
  }

  .refer_item_date {
    margin-left: 0px;
    margin-top: 10px;
  }


}


.sticky-spacer {
  flex-shrink: 0;
}


.refer_item_logo {
  width: 220px;
  height: 60px;

  flex-shrink: 0;


  border: 1px solid #dbdcdf;
  border-radius: 10px;
  transition: ease-in-out 0.2s;
}

.refer_item_logo_1 {
  background: url(../../../img/education_img/ed_img_1.png) no-repeat center center;
}

.refer_item_logo_2 {
  background: url(../../../img/education_img/ed_img_2.png) no-repeat center center;
}

.refer_item_logo_3 {
  background: url(../../../img/education_img/ed_img_3.png) no-repeat center center;
}

.refer_item_logo_4 {
  background: url(../../../img/education_img/ed_img_4.png) no-repeat center center;
}

.refer_item_logo_5 {
  background: url(../../../img/education_img/ed_img_5.png) no-repeat center center;
}

.refer_item_logo_6 {
  background: url(../../../img/education_img/ed_img_6.png) no-repeat center center;
}

.refer_item_logo_7 {
  background: url(../../../img/education_img/ed_img_7.png) no-repeat center center;
}

.refer_item_logo_8 {
  background: url(../../../img/education_img/ed_img_8.png) no-repeat center center;
}

.refer_item_logo_9 {
  background: url(../../../img/education_img/ed_img_9.png) no-repeat center center;
}

.refer_item_logo_10 {
  background: url(../../../img/education_img/ed_img_10.png) no-repeat center center;
}

.refer_item_logo_11 {
  background: url(../../../img/education_img/ed_img_11.png) no-repeat center center;
}

.refer_item_logo_12 {
  background: url(../../../img/education_img/ed_img_12.png) no-repeat center center;
}

.refer_item_logo_13 {
  background: url(../../../img/education_img/ed_img_13.png) no-repeat center center;
}

.refer_item_logo_14 {
  background: url(../../../img/education_img/ed_img_14.png) no-repeat center center;
}

.refer_item_logo_15 {
  background: url(../../../img/education_img/ed_img_15.png) no-repeat center center;
}

.refer_item_logo_16 {
  background: url(../../../img/education_img/ed_img_16.png) no-repeat center center;
}

.refer_item_logo_17 {
  background: url(../../../img/education_img/ed_img_17.png) no-repeat center center;
}

.refer_item_logo_18 {
  background: url(../../../img/education_img/ed_img_18.png) no-repeat center center;
}

.refer_item_logo_19 {
  background: url(../../../img/education_img/ed_img_19.png) no-repeat center center;
}

.refer_item_logo_20 {
  background: url(../../../img/education_img/ed_img_20.png) no-repeat center center;
}

.refer_item_logo_21 {
  background: url(../../../img/education_img/ed_img_21.png) no-repeat center center;
}

.refer_item_logo_22 {
  background: url(../../../img/education_img/ed_img_22.png) no-repeat center center;
}

.refer_item_logo_23 {
  background: url(../../../img/education_img/ed_img_23.png) no-repeat center center;
}

.refer_item_logo_24 {
  background: url(../../../img/education_img/ed_img_24.png) no-repeat center center;
}

.refer_item_logo_25 {
  background: url(../../../img/education_img/ed_img_25.png) no-repeat center center;
}

.refer_item_logo_26 {
  background: url(../../../img/education_img/ed_img_26.png) no-repeat center center;
}

.refer_item_logo_27 {
  background: url(../../../img/education_img/ed_img_27.png) no-repeat center center;
}

.refer_item_logo_28 {
  background: url(../../../img/education_img/ed_img_28.png) no-repeat center center;
}


.refer_item_text > h3 {
  padding-top: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  color: #434343;
  word-break: keep-all;
  display: block;
  position: relative;
  margin-bottom: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.refer_item_text > h3::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #dbdcdf;
  position: absolute;
  border-radius: 50%;
  left: -30px;
  top: 45px;
}








/********************************
*
*
* 공통 타이틀 텍스트
*
*
********************************/


.common_text {
  width: 100%;
  height: auto;
}


.common_line {
  width: 50px;
  height: 2px;
  background: #1d282e;
}

.common_line_black {
  width: 50px;
  height: 2px;
  background: #1d282e;
}



.common_text > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #1d282e;
  word-break: keep-all;
  text-align: left;
}


.common_text > p {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  word-break: keep-all;
  margin-bottom: 15px;
}




.common_text_black > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #1d282e;
  word-break: keep-all;
  text-align: left;
}


.common_text_black > p {
  font-size: 18px;
  line-height: 35px;
  color: #434343;
  word-break: keep-all;
  margin-bottom: 15px;
}



.common_line_center {
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #434343;
}


.common_text_center > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #434343;
  word-break: keep-all;
  text-align: center;
}


.common_text_center > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0 30px 0;
  color: #434343;
  word-break: keep-all;
  text-align: center;
}







.common_line_white {
  width: 50px;
  height: 2px;
  background: #fff;
}

.common_text_white > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: left;
}



.common_text_white > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: left;
}



.common_line_white_center {
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #fff;
}



.common_text_white_center > h2 {
  font-size: 35px;
  line-height: 55px;
  font-weight: 900;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}



.common_text_white_center > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0 30px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}





/*탭이 있을 경우*/


.nar_tab_box {
  transition: ease-in-out 0.2s;
}

.inner_tabs > li > a > h3 {
 font-size: 20px;
 font-weight: 600;
 line-height: 30px;
 padding: 20px 40px 20px 0;
 color: #434343;
 word-break: keep-all;
 text-align: left;
 display: block;

 background: url(../../../img/products_img/plus.png) no-repeat top 20px right;

 transition: ease-in-out 0.3s;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.inner_tabs > li.current > a > h3 {
 background: url(../../../img/products_img/minus.png) no-repeat top 20px right;
}


.inner_tabs > li  {
 border-top: 1px solid #eaeaea;
}


.nar_tab_center {
 background: #f4f4f4;

}


.nar_tab_center > p {
 font-size: 16px;
 line-height: 30px;
 color: #434343;
 word-break: keep-all;
 padding: 20px;

 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
 
 .common_text > h2 {
   font-size: 35px;
   line-height: 55px;
 }


 .common_text_black > h2 {
   font-size: 35px;
   line-height: 55px;
   text-align: center;
 }
 
 
 .common_text > p {
   font-size: 18px;
   line-height: 35px;
   color: #434343;
   word-break: keep-all;
   margin-bottom: 15px;
 }
 
 
 .common_text_center > h2 {
   font-size: 35px;
   line-height: 55px;
 }
 
 
 .common_text_center > h3 {
   font-size: 15px;
   line-height: 30px;
 }
 
 
 
 .common_line_black {
   margin: 0 auto;
 }
 

 .common_line_white {
   margin: 0 auto;
 }
 
 
 .common_text_white > h2 {
   font-size: 35px;
   line-height: 55px;
   text-align: center;
 }
 
 
 
 .common_text_white > h3 {
   font-size: 15px;
   line-height: 30px;
 }
 
 
 
 .common_text_white_center > h2 {
   font-size: 35px;
   line-height: 55px;
 }
 
 
 
 .common_text_white_center > h3 {
   font-size: 15px;
   line-height: 30px;
 }
 
 
 
}