@charset "UTF-8";
.brandstory {
  position: relative;
  text-align: left;
  min-width: 1100px;
  overflow: hidden;
  font-family: "Noto Sans KR", Sans-Serif;
  letter-spacing: -1px;
  background-color: #fff;
}

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

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

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

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

.brandstory .ico-point {
  position: absolute;
  right: 0px;
  bottom: -20px;
  -webkit-animation: 0.5s slideUpY ease-in-out infinite alternate;
          animation: 0.5s slideUpY ease-in-out infinite alternate;
  z-index: 5;
  width: 66px;
}

.brandstory .ico-point img {
  width: 100%;
}

.brandstory .btn_view {
  position: absolute;
  left: 50%;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: pImg(272);
}

.brandstory .section-item {
  position: relative;
  z-index: 1;
  padding: 180px 0;
}

.brandstory .section-item p {
  opacity: 0;
}

.brandstory .section-item:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(https://img.eduwill.net/resources/img/common/brandstory/pc/bottom_white.png) 100% 100%;
  width: 770px;
  height: 116px;
  z-index: 2;
}

.brandstory .pagination {
  position: absolute;
  right: 0;
  top: 0;
}

.brandstory .item1 {
  position: relative;
  z-index: 2;
  background-color: #ffc20e;
  /* 영상오픈시 주석풀기 */
  background-color: #fff;
  /* 영상오픈시 주석풀기 */
}

.brandstory .item1:after {
  background-image: url(https://img.eduwill.net/resources/img/common/brandstory/pc/bottom_yellow.png);
}

.brandstory .item1 .motion-2 {
  margin-top: 100px;
}

.brandstory .item1 .movie-box {
  position: absolute;
  left: 50%;
  margin-left: -550px;
  top: 323px;
  z-index: 3;
}

.brandstory .item1 .video-box {
  position: relative;
  width: 1100px;
  height: 620px;
}

.brandstory .item1 .video-box video {
  width: 100%;
  height: 100%;
}

.brandstory .item1 .video-box .btn-play {
  display: block;
}

.brandstory .item2 {
  position: relative;
  z-index: 1;
  background-color: #ffc20e;
  height: 702px;
  padding: 0;
}

.brandstory .item3 {
  height: 1459px;
}

.brandstory .item3 .brand-box {
  text-align: center;
}

.brandstory .item3 .motion-2 {
  margin-top: 50px;
}

.brandstory .item3 .motion-3 {
  margin-top: 140px;
}

.brandstory .item3 .motion-4 {
  margin-top: 147px;
}

.brandstory .item3 .motion-5 {
  text-align: center;
  margin-top: 70px;
}

.brandstory .item3 .motion-5 .btn-manual {
  display: inline-block;
}

.brandstory .item4 {
  position: relative;
  z-index: 1;
  background-color: #ffc20e;
  height: 1412px;
}

.brandstory .item4 .wrap {
  width: 1200px;
  left: 50px;
}

.brandstory .item4 .wrap .pagination {
  right: 100px;
}

.brandstory .item4 .wrap .motion-2 {
  margin-top: 83px;
}

.brandstory .item4 .wrap .motion-3 {
  margin-top: 78px;
  position: relative;
  left: -10px;
}

.brandstory .item4 .wrap .motion-4 {
  margin-top: 80px;
}

.brandstory .item5 .wrap {
  width: 1200px;
  left: 50px;
}

.brandstory .item5 .wrap .pagination {
  right: 100px;
}

.brandstory .item5 .wrap .motion-2 {
  margin-top: 86px;
}

.brandstory .item5 .wrap .motion-3 {
  margin-top: 90px;
  position: relative;
  left: -12px;
}

.brandstory .item5 .wrap .system-box {
  font-size: 0;
  position: relative;
  left: -10px;
}

.brandstory .item5 .wrap .system-box span {
  display: inline-block;
  margin-left: 12px;
}

.brandstory .item5 .wrap .system-box span:first-child {
  margin-left: 0;
}
/*# sourceMappingURL=web.css.map */