/* layer */
.hidden,
.sr_only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 30000;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #393939;
}

.popup .popup_close a {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}

.popup .popup_close a:before,
.popup .popup_close a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #aaa;
}

.popup .popup_close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup_close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup .popup_title {
  padding: 40px 0 28px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}

.popup .popup_title strong {
  letter-spacing: -2px;
  font-size: 35px;
  font-weight: 900;
}

.popup .popup_content {
  padding: 30px;
}

.popup .popup_content p {
  margin: 0;
}

.popup .popup_content .subject {
  font-weight: 700;
  font-size: 26px;
  color: #191919;
  letter-spacing: -2px;
}

.popup .popup_content .info {
  margin-top: 10px;
  font-size: 19px;
  color: #000;
  line-height: 1.8;
}

.popup .popup_content li {
  margin-top: 8px;
}

.popup .popup_content li:first-child {
  margin-top: 0;
}

.popup .popup_content ul label,
.popup .popup_content ul input {
  display: inline-block;
  height: 57px;
  line-height: 57px;
}

.popup .popup_content ul label {
  position: relative;
  padding-left: 10px;
  width: 25%;
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans KR", Sans-Serif;
}

.popup .popup_content ul label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  background: #333333;
}

.popup .popup_content ul input {
  padding-left: 10px;
  width: 75%;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans KR", Sans-Serif;
}

.popup .popup_content ul.form_group li {
  margin-bottom: 10px;
}

.popup .popup_content ul.form_group li:after {
  content: '';
  display: block;
  clear: both;
}

.popup .popup_content ul.form_group label, .popup .popup_content ul.form_group input {
  float: left;
}

.popup .popup_content .caution {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}

.popup .popup_content .agree_wrap {
  margin-top: 20px;
  color: #686868;
}

.popup .popup_content .agree_wrap .inner {
  padding: 20px;
  background: #eee;
}

.popup .popup_content .agree_wrap ul,
.popup .popup_content .agree_wrap p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Noto Sans KR", Sans-Serif;
}

.popup .popup_content .agree_wrap ul,
.popup .popup_content .agree_wrap ul li {
  margin: 0;
  line-height: 1.5;
}

.popup .popup_content .agree_wrap strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.popup .popup_content .agree_wrap .agree_check {
  margin: 20px 0 0 80px;
}

.popup .popup_content .agree_wrap .agree_check input {
  vertical-align: middle;
  margin-right: 4px;
}

.popup .popup_content .action {
  margin-top: 26px;
  text-align: center;
  font-size: 0;
}

.popup .popup_content .action a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  height: 52px;
  text-align: center;
  -webkit-transition: all 0.9s, color 0.3;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
}

.popup .popup_content .action a {
  background: #ffd500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), color-stop(100%, #e9c200));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), to(#e9c200));
  background: linear-gradient(to bottom, #ffd500 0%, #ffd500 89%, #e9c200 96%, #e9c200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#e9c200', GradientType=0 );
}

.popup .popup_content .action a span {
  line-height: 52px;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}

.popup .popup_content .action a:hover {
  background: #db3725;
}

.popup .popup_content .action a:hover span {
  color: #fff;
}

.popup .popup_content .action a.btn_cancle {
  margin-right: 12px;
  background: #434343;
}

.popup .popup_content .action a.btn_cancle span {
  color: #bebebe;
}

.popup .popup_content .action a.btn_cancle:after,
.popup .popup_content .action a.btn_cancle:before {
  display: none;
}

.popup .popup_content .layer_extra {
  margin-top: 26px;
  padding-top: 26px;
  color: #333;
  border-top: 1px dotted #999;
  text-align: center;
  font-size: 12px;
}

.popup .popup_content .layer_extra a {
  text-decoration: underline;
  color: #5954ff;
  font-weight: 700;
  margin-left: 3px;
  font-family: "Noto Sans KR", Sans-Serif;
}

@media screen and (max-width: 720px) {
  .popup {
    width: 83.33333%;
  }
  .popup .popup_title {
    font-size: 1.2rem;
  }
  .popup .popup_title strong {
    font-size: 1.8rem;
  }
  .popup .popup_close a {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -5px;
  }
  .popup .popup_content {
    padding: 15px;
  }
  .popup .popup_content ul label, .popup .popup_content ul input {
    height: 37px;
    line-height: 37px;
  }
  .popup .popup_content ul label {
    font-size: 0.9rem;
  }
  .popup .popup_content .agree_wrap .agree_check {
    margin-left: 0;
    margin-top: 5%;
  }
  .popup .popup_content .action {
    margin-top: 5%;
  }
  .popup .popup_content .action a {
    width: 47%;
  }
  .popup .popup_content .action a span {
    font-size: 16px;
  }
  .popup .popup_content .action a.btn_cancle {
    margin-right: 5px;
  }
}

@-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);
  }
}

.promotion {
  position: relative;
  text-align: center;
  min-width: 1100px;
  overflow: hidden;
  font-family: "Noto Sans KR", Sans-Serif;
  /* obj */
  /* apply_list */
  /* btn */
}

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

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

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

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

.promotion .wrap.full {
  width: 100%;
}

.promotion a {
  display: inline-block;
}

.promotion .hidden,
.promotion .sr_only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.promotion .grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}

.promotion .grid:before, .promotion .grid:after {
  content: '';
  display: table;
}

.promotion .grid:after {
  clear: both;
}

.promotion .grid .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .obj {
  position: absolute;
}

.promotion .apply_list .col {
  text-align: left;
}

.promotion .apply_list .action {
  text-align: center;
}

.promotion .btn {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.promotion .btn span {
  font-weight: 700;
  color: #070301;
}

.promotion .btn_scroll {
  border-radius: 5px;
  background-color: #ffdb11;
  border-top: 1px solid #fff3ae;
}

.promotion .btn_scroll span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #070301;
  border-right: 1px solid #070301;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promotion .fix-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background: #ffe106;
  z-index: 7;
}

.promotion .fix-banner .pointer {
  position: absolute;
  top: 50%;
  right: 8%;
}

.promotion .fix-banner .pointer img {
  -webkit-animation: 0.4s slideUpY ease-in-out infinite alternate;
          animation: 0.4s slideUpY ease-in-out infinite alternate;
}

.promotion .brand-banner {
  background: #22223a;
}

.promotion .section-title {
  background: #0b0300 url("//img.eduwill.net/resources/img/house/brief/200813/pc/bg_title.jpg") no-repeat 50% 0;
  height: 974px;
}

.promotion .section-title .motion-box p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.promotion .section-title .motion-box p:nth-of-type(1) {
  top: 185px;
}

.promotion .section-title .motion-box p:nth-of-type(2) {
  top: 333px;
}

.promotion .section-title .motion-box p:nth-of-type(3) {
  top: 646px;
  left: 76px;
  right: auto;
}

.promotion .section-title .motion-box p:nth-of-type(4) {
  top: 646px;
  left: 0;
  right: 0;
}

.promotion .section-title .motion-box p:nth-of-type(5) {
  top: 646px;
  left: auto;
  right: 76px;
}

.promotion .section-answer {
  background: #fff;
}

.promotion .section-youtube {
  background: #f7f7f7;
}

.promotion .section-youtube .media-container {
  width: 1000px;
  margin: 0 auto;
}

.promotion .section-youtube .media-box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.promotion .section-youtube .media-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promotion .section-trophy {
  background: #fff url("//img.eduwill.net/resources/img/house/brief/200813/pc/bg_trophy.jpg") no-repeat 50% 0;
}

.promotion .section-review {
  background: #f7f7f7;
}

.promotion .section-info {
  background: #fff;
}

.promotion .section-gift {
  background: #f7f7f7;
}

.promotion .section-map .map-container {
  padding-bottom: 200px;
}

.promotion .section-map .map-container .map-list {
  position: relative;
  background: #f7f7f7;
  padding: 60px 50px;
  margin-top: 50px;
}

.promotion .section-map .map-container .map-list:first-child {
  margin-top: 0;
}

.promotion .section-map .map-container .map-list .map-box {
  width: 100%;
  letter-spacing: -1px;
}

.promotion .section-map .map-container .map-list .map-box:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .section-map .map-container .map-list .map-box .core {
  float: left;
  text-align: left;
}

.promotion .section-map .map-container .map-list .map-box .core p {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  margin-bottom: 40px;
}

.promotion .section-map .map-container .map-list .map-box .core dl {
  margin-bottom: 23px;
  font-size: 20px;
  color: #222;
  font-family: "Noto Sans KR", Sans-Serif;
}

.promotion .section-map .map-container .map-list .map-box .core dl dt {
  font-weight: 700;
}

.promotion .section-map .map-container .map-list .map-box .core dl dd {
  line-height: 1.5;
  font-weight: 400;
  margin-top: 4px;
}

.promotion .section-map .map-container .map-list .map-box .core dl dd em {
  color: #ff0000;
}

.promotion .section-map .map-container .map-list .map-box .core dl dd span.indent1 {
  padding-left: 64px;
}

.promotion .section-map .map-container .map-list .map-box .core dl dd span.indent2 {
  padding-left: 48px;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box {
  font-size: 0;
  vertical-align: top;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box li {
  position: relative;
  float: left;
  width: 366px;
  height: 49px;
  margin-right: 8px;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box li:last-child {
  margin-right: 0px;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans KR", Sans-Serif;
  vertical-align: top;
  text-align: center;
  background-color: #ff0000;
  border-radius: 10px;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box li a span {
  display: inline-block;
  line-height: 47px;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box li a.btn-complete {
  background-color: #ddd;
  color: #787878;
}

.promotion .section-map .map-container .map-list .map-box .core .btn-box li a.btn-end {
  background-color: #5b5b5b;
  color: #9d9d9d;
}

.promotion .section-map .map-container .map-list .map-box a.map {
  padding-top: 30px;
  float: right;
  position: relative;
  width: 530px;
}

.promotion .section-map .map-container .map-list .map-box a.map > img {
  width: 100%;
}

.promotion .section-map .map-container .map-list .map-box a.map span {
  position: absolute;
  right: 0;
  bottom: 0;
}

.popup .popup_content {
  text-align: left;
}
/*# sourceMappingURL=web.css.map */