@charset "UTF-8";
.freelecture {
  position: relative;
  text-align: center;
  min-width: 1100px;
  overflow: hidden;
  font-family: "Noto Sans KR", Sans-Serif;
  letter-spacing: -1px;
  background-color: #fff;
  /* input 기본 스타일 초기화 */
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}

.freelecture *, .freelecture *:before, .freelecture *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.freelecture img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.freelecture .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.freelecture .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.freelecture a {
  display: inline-block;
}

.freelecture p, .freelecture strong {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.freelecture input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.freelecture input::-ms-clear {
  display: none;
}

.freelecture input[type=number]::-webkit-inner-spin-button,
.freelecture input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.freelecture select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.freelecture select::-ms-expand {
  display: none;
}

.freelecture .floating {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 5;
}

.freelecture .floating a {
  position: relative;
}

.freelecture .floating a .ico_hand {
  position: absolute;
  right: 10px;
  bottom: 30px;
  -webkit-animation: 0.5s slideUpY ease-in-out infinite alternate;
          animation: 0.5s slideUpY ease-in-out infinite alternate;
}

@-webkit-keyframes slideUpY {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@keyframes slideUpY {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

.freelecture .ico_hand {
  display: block;
  position: absolute;
  right: -30px;
  bottom: -50px;
  -webkit-animation: 0.4s slideUpY ease-in-out infinite alternate;
          animation: 0.4s slideUpY ease-in-out infinite alternate;
  width: pImg(84);
  max-width: 84px;
}

@keyframes slideUpY {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

.freelecture .section-title {
  background: url(https://img.eduwill.net/Img2/Quark/promotion/freelecture/200203/pc/bg_title.jpg) no-repeat 50% 0;
  background-size: cover;
}

.freelecture .section-title .btn_box {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 920px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.freelecture .section-cont1 {
  background-color: #fff;
}

.freelecture .section-cont2 {
  background-color: #ccfffa;
}

.freelecture .section-cont3 {
  background: url(https://img.eduwill.net/Img2/Quark/promotion/freelecture/200203/pc/bg_cont3.jpg) no-repeat 50% 0;
  background-size: cover;
}

.freelecture .section-cont4 {
  background-color: #f7f7f7;
}

.freelecture .section-cont5 .video {
  position: absolute;
  left: 50%;
  top: 537px;
  width: 996px;
  height: 560px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.freelecture .section-cont5 .video .flowplayer {
  display: none;
  width: 100%;
  height: 100%;
}

.freelecture .section-cont5 .video #player1 {
  background: url(https://img.eduwill.net/Img2/Quark/promotion/freelecture/200203/pc/img_thumb_new.jpg) no-repeat 0 0;
}

.freelecture .section-cont5 .video .comming {
  position: absolute;
  left: 0;
  top: 0;
}

.freelecture .section-apply {
  padding: 190px 0 112px;
  height: 913px;
  background: url(https://img.eduwill.net/Img2/Quark/promotion/freelecture/200203/pc/bg_apply.jpg) no-repeat 50% 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .freelecture .section-apply {
    background: none;
    background-color: #f00;
    padding: 10% 0 10%;
  }
}

.freelecture .section-apply .ico_apply {
  display: block;
  position: absolute;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: pImg(193);
  max-width: 193px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .freelecture .section-apply .ico_apply {
    display: none;
  }
}

.freelecture .section-apply .tit {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans KR", Sans-Serif;
  letter-spacing: -1px;
  line-height: 120%;
}

.freelecture .section-apply .tit strong {
  font-weight: 700;
}

.freelecture .section-apply .table_box {
  width: 810px;
  margin: 66px auto 0;
}

.freelecture .section-apply .table_box table {
  width: 100%;
  border-top: 2px solid #fff;
}

.freelecture .section-apply .table_box table th, .freelecture .section-apply .table_box table td {
  border-bottom: 1px solid #bf8ce1;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

@media screen and (max-width: 720px) {
  .freelecture .section-apply .table_box table th, .freelecture .section-apply .table_box table td {
    height: 30px;
    line-height: 30px;
  }
}

.freelecture .section-apply .table_box table th {
  border-right: 1px solid #bf8ce1;
}

.freelecture .section-apply .table_box table td {
  text-align: left;
  padding-left: 3%;
}

.freelecture .section-apply .btn_apply {
  position: relative;
  display: inline-block;
  width: pImg(810);
  max-width: 810px;
  margin: 50px auto 0;
}

@media screen and (max-width: 720px) {
  .freelecture .section-apply .btn_apply {
    margin-top: 10%;
  }
}

.freelecture .section-banner {
  background-color: #fff;
  padding: 10% 0;
}

@media screen and (min-width: 720px) {
  .freelecture .section-banner {
    padding: 90px 0;
  }
}
/*# sourceMappingURL=web.css.map */