@charset "utf-8";

.banner_go1 {
  left: auto;
  right: 2%;
}

#midHeader {
  text-align: center;
}

#midHeader .mid-header-inner {
  display: inline-block;
  position: relative;
}

#midHeader .mid-header-inner.mo img {
  width: 100%;
  min-width: 100%;
}

#midHeader .mid-header-inner a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 96px;
  height: 26px;
  opacity: 0;
  /* background-color: purple; */
}

#midHeader .mid-header-inner .mo-anchor1 {
  width: 169px;
  bottom: 9px;
}

#midHeader .mid-header-inner a.anchor1 {
  right: initial;
  bottom: 37px;
  left: 0;
  height: 67px;
  width: 178px;
}

#midHeader .mid-header-inner a.anchor2 {
  right: 660px;
  bottom: 37px;
}

#midHeader .mid-header-inner a.anchor3 {
  right: 519px;
  bottom: 37px;
}

#midHeader .mid-header-inner a.anchor4 {
  right: 387px;
  bottom: 37px;
}

#midHeader .mid-header-inner a.anchor5 {
  right: 253px;
  bottom: 37px;
}

#midHeader .mid-header-inner a.anchor6 {
  right: 125px;
  bottom: 37px;
}

#midHeader .mid-header-inner a.anchor7 {
  right: 0;
  bottom: 37px;
}

#midHeader .mid-header-inner a.anchor8 {
  right: 222px;
  bottom: 77px;
  width: 48px;
}

#midHeader .mid-header-inner a.anchor9 {
  right: 147px;
  bottom: 77px;
  width: 64px;
}

#midHeader .mid-header-inner a.anchor10 {
  right: 64px;
  bottom: 77px;
  width: 71px;
}

#midHeader .mid-header-inner a.anchor11 {
  right: 0;
  bottom: 78px;
  width: 51px;
}

#midFooter {
  background-color: #e1e2e7;
  text-align: center;
}

#newMiddleCommon .con {
  text-align: center;
}

#newMiddleCommon .con img {
  width: 100%;
}

#newMiddleCommon .con.con5 {
  position: relative;
  height: 784px;
}

/* slider - slick */
#sliderWorks {
  width: 1024px;
  position: relative;
  padding: 30px 0;
  position: absolute;
  left: 50%;
  top: 295px;
  transform: translate(-50%, 0);
}

#sliderWorks .slider .slick-slide {
  transition: all 300ms ease;
  /* width: 202px !important; */
  opacity: 0.4;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin: 0 -60px;
}

#sliderWorks .slider .slick-active.slick-current {
  /* zoom */
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  /* width: 640px !important; */
  opacity: 1;
  position: relative;
  z-index: 10000;
}

#sliderWorks .slider .slick-active:focus {
  border: 0 !important;
  outline: 0 !important;
}

#sliderWorks .slider .slick-active.slick-current img {
  border: 3px solid #00c6d5;
  border-radius: 16px;
  box-sizing: border-box;
}

#sliderWorks .slide-title {
  font-size: 1.7rem;
  text-align: center;
}

#sliderWorks .slick-dots li {
  width: initial;
  height: initial;
  margin: initial;
}

#sliderWorks .slide-dots .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#sliderWorks .slide-dots .slick-dots li button::before {
  content: none;
}

#sliderWorks .slide-dots .slick-dots li button {
  position: relative;
  display: inline-block;
  text-indent: -999;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  background-color: #adadad;
  border-radius: 50%;
}

#sliderWorks .slide-dots .slick-dots li.slick-active button {
  background-color: #00c6d5;
}

#sliderWorks .slide-arrows .slick-prev,
#sliderWorks .slide-arrows .slick-next {
  font-size: 0;
  line-height: 0;
  /* position: absolute;
  top: 50%;
  display: block; */
  width: 25px;
  height: 51px;
  padding: 0;
  /* -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); */
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#sliderWorks .slide-arrows .slick-prev::before,
#sliderWorks .slide-arrows .slick-next::before {
  content: none;
}

#sliderWorks .slide-arrows .slick-prev {
  background: url('https://www.home-learn.co.kr/front/imgs/common/tvCF/landing/middle/common/slide_arrow_left_blue.png') no-repeat center top;
  background-size: contain;
  left: -40px;
}

#sliderWorks .slide-arrows .slick-next {
  background: url('https://www.home-learn.co.kr/front/imgs/common/tvCF/landing/middle/common/slide_arrow_right_blue.png') no-repeat center top;
  background-size: contain;
  right: -40px;
}

#sliderWorks .slide-title.js-point-txt {
  color: #000;
  font-family: NotoSansKR;
  font-size: 21px;
  font-weight: 700;
}

#sliderWorks .slick-dotted.slick-slider {
  margin-bottom: 12px;
}
@media all and (max-width: 1293px) {
  #midHeader .mid-header-inner img {
    min-width: 1024px;
    width: 100%;
  }
  #midHeader .mid-header-inner a.anchor1 {
    bottom: 26%;
  }
  #midHeader .mid-header-inner a.anchor2 {
    right: 51%;
    bottom: 25%;
  }
  #midHeader .mid-header-inner a.anchor3 {
    right: 40%;
    bottom: 25%;
  }
  #midHeader .mid-header-inner a.anchor4 {
    right: 30%;
    bottom: 26%;
  }
  #midHeader .mid-header-inner a.anchor5 {
    right: 20%;
    bottom: 26%;
  }
  #midHeader .mid-header-inner a.anchor6 {
    right: 10%;
    bottom: 26%;
  }
  #midHeader .mid-header-inner a.anchor7 {
    right: 0;
    bottom: 26%;
  }
  #midHeader .mid-header-inner a.anchor8 {
    right: 17%;
    bottom: 56%;
    width: 41px;
  }
  #midHeader .mid-header-inner a.anchor9 {
    right: 12%;
    bottom: 56%;
    width: 40px;
  }
  #midHeader .mid-header-inner a.anchor10 {
    right: 5%;
    bottom: 56%;
    width: 58px;
  }
  #midHeader .mid-header-inner a.anchor11 {
    right: 0;
    bottom: 56%;
    width: 40px;
  }
}
@media all and (max-width: 1090px) {
  #wrap {
    width: 100%;
    min-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  /* #midHeader img {
    width: initial !important;
  } */

  #sliderWorks {
    top: 230px;
    width: 77%;
    padding: 19px 0;
  }
  #sliderWorks .slider .slick-slide {
    transition: initial;
    opacity: 0.4;
    /* zoom */
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    margin: 0;
  }
  #sliderWorks .slider .slick-active.slick-current {
    /* zoom */
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #midFooter {
    padding-bottom: 20%;
  }
  #midFooter img {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  #newMiddleCommon .con.con5 {
    width: 90%;
    height: 635px;
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) and (max-width:1024px) {
  #newMiddleCommon .con.con5 {
    position: relative;
    height: 1228px;
  }

  #sliderWorks {
    top: 461px;
  }
}