/* 레이아웃 */
.header .header_logo a{
  display: inline-block;
  background: url(/asset/dist/front/images/main_logo.png) no-repeat 0 0 / 100%;
  width: 148px;
  height: 28px;
  image-rendering: -webkit-optimize-contrast;
}
/* 메인 컨텐츠 */
.main_content{
  width: 100%;
}
.main_content_inner{
  max-width: 1160px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}

/* 메인 컨텐츠01 */
.main_content01{
  background: url(/asset/dist/front/images/main_contentBg01.jpg) no-repeat 0 0 / cover;
  width: 100%;
  height: 100%;
}
.main_content01 h2{
  color: #fff;
  font-weight: 700;
  padding-top: 50px;
}
.main_content01 h2 span{
  color: #282828;
}
.main_content01 h3{
  color: #fff;
  font-weight: 400;
}
.main_content01 .main_content01_btn{
  margin: 30px 0 100px 0;
}
.main_content01 .main_content01_btn .btn{
  font-weight: 400;
  border-radius: 30px;
}
.main_content01 .main_content01_btn .studentBtn{
  background-color: #fff;
  color: #282828;
}
.main_content01 .main_content01_btn .trBtn{
  background-color: #282828;
  color: #fff;
}
.main_content01 .main_content01_img img{
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 100px;
}

/* 메인 컨텐츠02 */
.main_content02{
  position: relative;
}
.main_content02 h2{
  color: #282828;
  font-weight: 700;
}
.main_content02 h3{
  color: #282828;
  font-weight: 100;
  margin-bottom: 50px;
}
.main_content02 .main_content02_btn .btn{
  font-weight: 400;
  border-radius: 30px;
}
.main_content02 .main_content02_btn .studentBtn{
  background-color: #3182f7;
  color: #fff;
}
.main_content02 .main_content02_btn .trBtn{
  background-color: #282828;
  color: #fff;
}
.main_content02 .main_content02_img img{
  image-rendering: -webkit-optimize-contrast;
}

/* 메인 컨텐츠03 */
.main_content03{
  background-color: #edfeff;
}
.main_content03 h2{
  color: #282828;
  font-weight: 700;
}
.main_content03 h2 span{
  color: #3182f7;
}
.main_content03 .edStartBtn{
  font-weight: 700;
  box-shadow: 7px 7px 0px #282828;
  border: 1px solid #282828;
  border-radius: 30px;
  background-color: #31ffe0;
  margin-top: 50px;
  transition: all 0.2s 0s ease-in-out;
}
.main_content03 .edStartBtn:hover{
  box-shadow: 2px 2px 0px #282828;
  transform: translate3d(10px,10px,0);
}
.main_content03 .edStartBtn span{
  display: inline-block;
  margin-left: 20px;
}

/* 메인 컨텐츠04 */
.main_content04 h2{
  color: #282828;
  font-weight: 700;
}
.main_content04 h3{
  color: #282828;
  font-weight: 100;
}
.main_content04 .main_content04_img img{
  image-rendering: -webkit-optimize-contrast;
}
.main_content04 .edAskBtn{
  font-weight: 700;
  box-shadow: 7px 7px 0px #282828;
  border: 1px solid #282828;
  border-radius: 30px;
  background-color: #fff;
  margin-top: 50px;
  transition: all 0.2s 0s ease-in-out;
}
.main_content04 .edAskBtn:hover{
  box-shadow: 2px 2px 0px #282828;
  transform: translate3d(10px,10px,0);
}

/* 메인 컨텐츠05 */
.main_content05 .main_content_inner{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
}
.main_content05 .main_content05_img img{
  image-rendering: -webkit-optimize-contrast;
}
.main_content05 .main_content05_txt > p:nth-child(1){
  font-size: 20px;
  font-weight: 700;
}
.main_content05 .main_content05_txt > p:nth-child(2){
  font-size: 35px;
}
.main_content05 .main_content05_txt > p:nth-child(3){
  font-size: 18px;
  font-weight: 100;
  margin: 30px 0;
}
.main_content05 .main_content05_txt .brochureBtn{
  font-size: 18px;
  background-color: #eee;
  padding: 8px 30px;
  border-radius: 30px;
}
.main_content05 .main_content05_txt .brochureBtn img{
  width: 13px;
}

/* 메인 컨텐츠06 */
.main_content06{
  background-color: #f8f8f8;
}
.main_content06 .main_content_inner{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: right;
}
.main_content06 .main_content06_txt > p:nth-child(1){
  font-size: 20px;
  font-weight: 700;
}
.main_content06 .main_content06_txt > p:nth-child(2){
  font-size: 35px;
}
.main_content06 .main_content06_txt > p:nth-child(3){
  font-size: 18px;
  font-weight: 100;
  margin: 30px 0;
}
.main_content06 .main_content06_txt .brochureBtn{
  font-size: 18px;
  background-color: #eee;
  padding: 8px 30px;
  border-radius: 30px;
}
.main_content06 .main_content06_txt .brochureBtn img{
  width: 13px;
  margin-left: 5px;
}
.main_content06 .main_content06_img img{
  image-rendering: -webkit-optimize-contrast;
}

/* 메인 컨텐츠07 */
.main_content07 .main_content_inner{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
}
.main_content07 .main_content07_img img{
  image-rendering: -webkit-optimize-contrast;
}
.main_content07 .main_content07_txt > p:nth-child(1){
  font-size: 20px;
  font-weight: 700;
}
.main_content07 .main_content07_txt > p:nth-child(2){
  font-size: 35px;
}
.main_content07 .main_content07_txt > p:nth-child(3){
  font-size: 18px;
  font-weight: 100;
  margin: 30px 0;
}
.main_content07 .main_content07_txt .brochureBtn{
  font-size: 18px;
  background-color: #eee;
  padding: 8px 30px;
  border-radius: 30px;
}
.main_content07 .main_content07_txt .brochureBtn img{
  width: 13px;
}

/* 메인 컨텐츠08 */
.main_content08{
  background-color: #edfeff;
}
.main_content08 h2{
  color: #282828;
  font-weight: 700;
}
.main_content08 h2 span{
  color: #3182f7;
}
.main_content08 .edStartBtn{
  font-weight: 700;
  box-shadow: 7px 7px 0px #282828;
  border: 1px solid #282828;
  border-radius: 30px;
  background-color: #31ffe0;
  margin-top: 50px;
  transition: all 0.2s 0s ease-in-out;
}
.main_content08 .edStartBtn:hover{
  box-shadow: 2px 2px 0px #282828;
  transform: translate3d(10px,10px,0);
}
.main_content08 .edStartBtn span{
  display: inline-block;
  margin-left: 20px;
}


/* pc */
@media (min-width: 1024px) {

  /* 메인 컨텐츠01 */
  .main_content01 h2{
    font-size: 50px;
  }
  .main_content01 .main_content01_btn .btn{
    font-size: 18px;
    padding: 8px 30px;
  }
  .main_content01 .main_content01_btn .studentBtn{
    margin-right: 20px;
  }
  .main_content01 .main_content01_img img{
    width: 800px;
  }

  /* 메인 컨텐츠02 */
  .main_content02 .main_content_inner{
    padding: 100px 20px 0 20px;
  }

  .main_content02 h2{
    font-size: 40px;
  }
  .main_content02 h3{
    font-size: 25px;
  }
  .main_content02 .main_content02_btn{
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
  }
  .main_content02 .main_content02_btn .btn{
    padding: 8px 50px;
  }
  .main_content02 .main_content02_btn .studentBtn{
    margin-right: 20px;
  }
  .main_content02 .main_content02_img img{
    width: 1000px;
  }

  /* 메인 컨텐츠03 */
  .main_content03 h2{
    font-size: 40px;
  }
  .main_content03 .main_content03_list{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .main_content03 .main_content03_list div p{
    margin: 20px 0;
  }
  .main_content03 .main_content03_list div p img{
    width: 60px;
    image-rendering: -webkit-optimize-contrast;
  }
  .main_content03 .main_content03_list div p:nth-child(2){
    font-size: 20px;
    background-color: #282828;
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
    width: 100px;
    margin: 0 auto;
  }
  .main_content03 .main_content03_list div p:nth-child(3){
    font-size: 18px;
  }
  .main_content03 .edStartBtn{
    font-size: 30px;
    padding: 10px 50px;
  }

  /* 메인 컨텐츠04 */
  .main_content04 h2{
    font-size: 40px;
  }
  .main_content04 h3{
    font-size: 25px;
    margin-bottom: 100px;
  }
  .main_content04 .main_content04_img img{
    width: 1000px;
  }
  .main_content04 .edAskBtn{
    font-size: 30px;
    padding: 10px 50px;
  }

  /* 메인 컨텐츠05 */
  .main_content05 .main_content05_img img{
    width: 500px;
  }

  /* 메인 컨텐츠06 */
  .main_content06 .main_content06_img img{
    width: 500px;
  }

  /* 메인 컨텐츠07 */
  .main_content07 .main_content07_img img{
    width: 500px;
  }

  /* 메인 컨텐츠08 */
  .main_content08 h2{
    font-size: 40px;
  }
  .main_content08 .edStartBtn{
    font-size: 30px;
    padding: 10px 50px;
  }

}

/* mobile */
@media (max-width: 1023px) {

  /* 메인 컨텐츠01 */
  .main_content01 h2{
    font-size: 30px;
    margin-bottom: 15px;
    width: 290px;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .main_content01 h3{
    font-size: 20px;
  }
  .main_content01 .main_content01_btn .btn{
    font-size: 18px;
    padding: 8px 30px;
    width: 300px;
  }
  .main_content01 .main_content01_btn .studentBtn{
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .main_content01 .main_content01_btn .trBtn{
    margin-right: 10px;
  }
  .main_content01 .main_content01_img img{
    width: 100%;
  }

  /* 메인 컨텐츠02 */
  .main_content02 h2{
    font-size: 30px;
    width: 290px;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .main_content02 h3{
    font-size: 20px;
  }
  .main_content02 .main_content02_btn{
    font-size: 15px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .main_content02 .main_content02_btn .btn{
    padding: 8px 18px;
  }
  .main_content02 .main_content02_btn .studentBtn{
    margin-right: 15px;
  }
  .main_content02 .main_content02_img img{
    width: 100%;
  }

  /* 메인 컨텐츠03 */
  .main_content03 h2{
    font-size: 30px;
    width: 330px;
    margin: 0 auto;
    line-height: 1.4;
  }
  .main_content03 .main_content03_list{
    margin-top: 50px;
  }
  .main_content03 .main_content03_list > div{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .main_content03 .main_content03_list > div p:nth-child(1){
    float: left;
    width: 100px;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
  }
  .main_content03 .main_content03_list > div p:nth-child(1) img{
    width: 40px;
  } 
  .main_content03 .main_content03_list > div p:nth-child(2){
    text-align: left;
    font-size: 16px;
    font-weight: 700;
  }
  .main_content03 .main_content03_list > div p:nth-child(3){
    text-align: left;
    font-size: 15px;
    color: #888;
  }
  .main_content03 .edStartBtn{
    font-size: 20px;
    padding: 10px 30px;
  }

  /* 메인 컨텐츠04 */
  .main_content04 h2{
    font-size: 30px;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .main_content04 h3{
    font-size: 20px;
    margin-bottom: 50px;
  }
  .main_content04 .main_content04_img img{
    width: 100%;
  }
  .main_content04 .edAskBtn{
    font-size: 20px;
    padding: 10px 30px;
  }

  /* 메인 컨텐츠05 */
  .main_content05 .main_content_inner{
    flex-direction: column;
  }
  .main_content05 .main_content05_img img{
    width: 300px;
    margin-bottom: 50px;
  }

  /* 메인 컨텐츠06 */
  .main_content06 .main_content_inner{
    flex-direction: column;
  }
  .main_content06 .main_content06_img img{
    width: 300px;
    margin-top: 50px;
  }

  /* 메인 컨텐츠07 */
  .main_content07 .main_content_inner{
    flex-direction: column;
  }
  .main_content07 .main_content07_img img{
    width: 300px;
    margin-bottom: 50px;
  }

  /* 메인 컨텐츠08 */
  .main_content08 h2{
    font-size: 30px;
    max-width: 310px;
    margin: 0 auto;
  }
  .main_content08 .edStartBtn{
    font-size: 20px;
    padding: 10px 30px;
  }

}
