@charset "UTF-8";
.text-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}

.grid, .layer .layer-cont .method, .promotion .wrap {
  *zoom: 1;
}

.grid:before, .layer .layer-cont .method:before, .promotion .wrap:before, .grid:after, .layer .layer-cont .method:after, .promotion .wrap:after {
  content: '';
  display: table;
}

.grid:after, .layer .layer-cont .method:after, .promotion .wrap:after {
  clear: both;
}

.hidden,
.sr_only,
.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;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.table {
  display: table;
}

.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.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;
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup .popup-close,
.layer .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

.popup .popup-close a,
.layer .layer-close a {
  display: block;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 720px) {
  .popup .popup-close a,
  .layer .layer-close a {
    width: 56px;
    height: 56px;
  }
}

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

.popup .popup-close a:before,
.layer .layer-close a:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup-close a:after,
.layer .layer-close a:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  display: none;
  width: 95%;
  background: #fff;
  letter-spacing: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.popup .popup-body {
  padding: 0.78125rem !important;
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  border: 2px solid #000;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 25px !important;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body {
    font-size: 18px;
  }
}

.popup .popup-body p {
  font-size: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body p {
    font-size: 16px;
  }
}

.popup .popup-body .base-title {
  margin-top: 0.625rem !important;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .base-title {
    margin-top: 20px !important;
  }
}

.popup .popup-body .base-title:first-child {
  margin-top: 0;
}

.popup .popup-body strong {
  display: block;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body strong {
    font-size: 18px;
  }
}

.popup.popup-base .popup-body {
  max-height: 18.75rem !important;
  overflow-y: auto;
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    max-height: 600px !important;
  }
}

.layer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2002;
  color: #222;
  text-align: left;
  max-width: 640px;
  height: auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.layer .layer-title {
  position: relative;
}

.layer .layer-title p {
  background-color: #f8f8f8;
  color: #b9b9b9;
  text-align: left;
  padding: 0.3125rem 0.625rem !important;
}

@media screen and (min-width: 720px) {
  .layer .layer-title p {
    padding: 10px 20px !important;
  }
}

.layer .layer-title p strong {
  color: #333;
  font-size: 4.16667vw;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    font-size: 25px;
  }
}

.layer .layer-cont {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.layer .layer-cont .scroll-box {
  height: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media only screen and (min-width: 720px) {
  .layer .layer-cont .scroll-box {
    height: 750px;
  }
}

.layer .layer-cont .method {
  padding: 1.25rem !important;
}

@media screen and (min-width: 720px) {
  .layer .layer-cont .method {
    padding: 40px !important;
  }
}

.layer .layer-cont .method p {
  font-size: 3.33333vw;
  line-height: 1.4;
  padding-left: 4%;
  text-indent: -4%;
}

@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 18px;
    padding-left: 24px;
    text-indent: -24px;
  }
  .layer .layer-cont .method p .btn-text {
    font-size: 16px;
  }
}

.layer .layer-cont .method p .btn-text {
  display: inline-block;
  border: 1px solid #222;
  padding: 3px 10px;
  color: #222;
  font-size: 2.77778vw;
  text-indent: 0;
}

@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    font-size: 20px;
  }
}

.eco-base-text, .eco-3222 p {
  display: none;
  line-height: 1.5;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}

@media screen and (min-width: 720px) {
  .eco-base-text, .eco-3222 p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .eco-base-text, .eco-3222 p {
    font-size: 14px;
  }
}

#popupBase .eco-3222 p {
  display: block;
}

.bounce {
  -webkit-animation: bounce 2s infinite both;
          animation: bounce 2s infinite both;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.slideY {
  position: absolute;
  -webkit-animation: 0.4s slideUpY ease-in-out infinite alternate;
          animation: 0.4s slideUpY ease-in-out infinite alternate;
}

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

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

.form-box {
  width: 100%;
}

#popupInterview {
  background: none;
  width: 86.11111vw;
}

@media screen and (min-width: 720px) {
  #popupInterview {
    width: 620px;
  }
}

@media screen and (min-width: 720px) {
  #popupInterview {
    width: 960px;
  }
}

#popupInterview .popup-body {
  border: 0;
  border-radius: 1.38889vw;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  #popupInterview .popup-body {
    border-radius: 10px;
  }
}

.promotion-write {
  background-color: #f2f2f2;
  padding-bottom: 130px;
}

.promotion-write.application {
  padding: 50px 40px;
  width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion-write.application .check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 20px 0;
}

.promotion-write.application .check-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
}

.promotion-write.application .check-group input[type="checkbox"] + label {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.promotion-write.application .check-group .btn-agree {
  position: absolute;
  right: 0;
  padding: 10px 25px;
  font-size: 20px;
  color: #fff;
  background: #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion-write.application .check-group .btn-agree::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  vertical-align: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.promotion-write.privacy {
  padding: 0;
  display: block;
}

.promotion-write.privacy .wrap {
  width: auto;
  margin: 0;
  display: block;
}

.promotion-write div,
.promotion-write a,
.promotion-write span,
.promotion-write input,
.promotion-write textarea,
.promotion-write select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion-write .btn-top {
  text-align: center;
}

.promotion-write .btn-top .btn-pointer:before {
  right: 67px;
  bottom: 11px;
}

.promotion-write .wrap {
  display: none;
  width: 960px;
  margin-top: 70px;
  padding: 50px 60px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left !important;
}

.promotion-write input[type=text],
.promotion-write input[type=number],
.promotion-write input[type=tel],
.promotion-write textarea,
.promotion-write select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #666;
  color: #666;
  font-size: 18px;
  outline: 0;
  vertical-align: middle;
  background-color: #fff;
}

.promotion-write textarea {
  height: 220px;
  padding-bottom: 14px;
}

.promotion-write input[type=radio] {
  width: 15px;
  height: 15px;
  outline: 0;
}

.promotion-write select {
  padding-right: 0;
}

.promotion-write input::-webkit-input-placeholder {
  color: #ccc;
}

.promotion-write input:-ms-input-placeholder {
  color: #ccc;
}

.promotion-write input::-ms-input-placeholder {
  color: #ccc;
}

.promotion-write input::placeholder {
  color: #ccc;
}

.promotion-write textarea::-webkit-input-placeholder {
  color: #ccc;
}

.promotion-write textarea:-ms-input-placeholder {
  color: #ccc;
}

.promotion-write textarea::-ms-input-placeholder {
  color: #ccc;
}

.promotion-write textarea::placeholder {
  color: #ccc;
}

.promotion-write .tit-box {
  color: #666;
  font-size: 18px;
  line-height: 1.3;
}

.promotion-write .tit-box .tit {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.promotion-write .tit-box .txt {
  margin-top: 10px;
}

.promotion-write .field-area [class^=field-item] {
  position: relative;
  padding: 10px 0;
}

.promotion-write .field-area [class^=field-item] .label-txt {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}

.promotion-write .field-area [class^=field-item] .label-txt .f-color1 {
  color: #e73758;
}

.promotion-write .field-area [class^=field-item] ul {
  margin-top: 4px;
}

.promotion-write .field-area [class^=field-item] ul li {
  color: #999;
  font-size: 15px;
}

.promotion-write .field-area [class^=field-item] .info-txt {
  margin: 10px 0;
  color: #999;
  font-size: 15px;
}

.promotion-write .field-area [class^=field-item] .scrl-box {
  margin-top: 12px;
  padding: 15px 20px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 15px;
}

.promotion-write .field-area [class^=field-item] .scrl-box .chk-area {
  overflow: hidden;
  margin-top: 20px;
}

.promotion-write .field-area [class^=field-item] .scrl-box .chk-area .item {
  float: left;
}

.promotion-write .field-area [class^=field-item] .scrl-box .chk-area .item input[type=radio] {
  vertical-align: middle;
}

.promotion-write .field-area [class^=field-item] .scrl-box .chk-area .item label {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}

.promotion-write .field-area [class^=field-item].last {
  margin-top: 10px;
}

.promotion-write .field-area [class^=field-item] .anwidth {
  width: 748px !important;
}

.promotion-write .field-area .field-item1 .label-txt {
  width: 128px;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
}

.promotion-write .field-area .field-item1 input.field {
  width: 240px;
}

.promotion-write .field-area .field-item1 select.field {
  width: 470px;
}

.promotion-write .field-area .field-item1 #Email {
  width: 470px;
}

.promotion-write .field-area .field-item3 {
  position: relative;
  height: 70px;
  padding-left: 250px;
}

.promotion-write .field-area .field-item3 .label-txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 240px;
  height: 50px;
  line-height: 50px;
}

.promotion-write .field-area .field-item3 .field {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.promotion-write .field-area .field-item3 .filebox {
  position: relative;
}

.promotion-write .field-area .field-item3 .filebox input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
}

.promotion-write .field-area .field-item3 .filebox .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 140px;
  background-color: #666;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.promotion-write .btn-area {
  margin-top: 30px;
  text-align: center;
}

.promotion-write .btn-area a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  width: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 0 !important;
}

.promotion {
  position: relative;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.promotion .container,
.promotion .item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .wrap {
  position: relative;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion a[data-icon="hand"] {
  position: relative;
  text-indent: -9999px;
}

.promotion .banner-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: fixed;
  right: 0px;
  top: 275px;
  z-index: 11;
}

.promotion .banner-follow a {
  display: inline-block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 220px;
  text-indent: -9999px;
}

.promotion .banner-follow a.btn1 {
  top: 11px;
}

.promotion .banner-follow a.btn2 {
  bottom: 11px;
}

.promotion .promotion-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 11;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210910/pc/banner_bg_211005.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.promotion .promotion-banner a {
  width: 862px;
  height: 82px;
}

.promotion .promotion-cont1 {
  width: 100%;
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210910/pc/bg_cont_1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.promotion .promotion-cont1 .wrap {
  width: 100%;
  height: 970px;
}

.promotion .promotion-cont2 {
  padding: 118px 0 185px 0;
}

.promotion .promotion-cont2 .wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 865px;
}

.promotion .promotion-cont2 .wrap.active {
  height: 2150px;
}

.promotion .promotion-cont2 .wrap .top-cont {
  position: relative;
  margin-bottom: 92px;
}

.promotion .promotion-cont2 .wrap .top-cont .btn-refunds {
  position: absolute;
  bottom: 39px;
  left: 49%;
  width: 630px;
  height: 100px;
  margin-left: -305px;
}

.promotion .promotion-cont2 .wrap .top-cont p {
  color: #999;
  text-align: center;
  padding-top: 15px;
}

.promotion .promotion-cont3 {
  background: #f5f5f5;
  padding: 105px 0 70px 0;
}

.promotion .promotion-cont3 .wrap > img {
  z-index: 1;
}

.promotion .promotion-cont3 .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 50px 0 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion .promotion-cont3 .wrap > div h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #111;
}

.promotion .promotion-cont3 .wrap > div h2 em {
  color: #f7641e;
}

.promotion .promotion-cont3 .wrap > div h2 em:nth-child(1) {
  margin-right: 10px;
}

.promotion .promotion-cont3 .wrap > div .notice {
  font-size: 16ppx;
  color: #999;
  margin-top: 30px;
}

.promotion .promotion-cont3 .wrap > div.step1 {
  margin-top: -52px;
  padding-right: 50px;
}

.promotion .promotion-cont3 .wrap > div.step1 .notice {
  margin-top: 20px;
}

.promotion .promotion-cont3 .wrap > div.step1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.promotion .promotion-cont3 .wrap > div.step1 .list li {
  display: inline-block;
  width: 326px;
  height: 35px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.promotion .promotion-cont3 .wrap > div.step1 .list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 6px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.promotion .promotion-cont3 .wrap > div.step1 .list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.promotion .promotion-cont3 .wrap > div.step2 .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promotion .promotion-cont3 .wrap > div.step2 .input input {
  width: 82.5%;
  border: 2px solid #111;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding: 0 20px;
}

.promotion .promotion-cont3 .wrap > div.step2 .input .button {
  display: inline-block;
  width: 14%;
  height: 56px;
  margin-left: 10px;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #111;
  text-align: center;
}

.promotion .promotion-cont3 .wrap > div.step3 {
  display: block;
  padding-bottom: 30px;
}

.promotion .promotion-cont4 {
  padding: 130px 0 110px 0;
  background: #fff;
}

.promotion .promotion-cont4 .wrap a {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 630px;
  height: 100px;
  margin-left: -338px;
}

.promotion .promotion-cont5 {
  background: #f8f8f8;
}

.promotion .promotion-rumor {
  position: relative;
}

.promotion .promotion-rumor .comment-section .bg::before {
  content: '';
  position: absolute;
  top: -55px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210910/pc/bg_cont_6.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

.promotion .promotion-rumor .comment-section .wrap {
  display: table;
}

.promotion .promotion-rumor .comment-event .comment-section .title:before,
.promotion .promotion-rumor .comment-event .comment-section .title .bg {
  bottom: -327px;
}

.promotion .promotion-rumor .comment-event .comment-section .sns {
  margin-top: 40px;
}

.promotion .promotion-rumor .comment-event .comment-section .form .wrap .button {
  border-radius: 0;
}

.promotion .promotion-rumor .comment-event .comment-section .form .wrap .text {
  border-radius: 0;
  border: 2px solid #ffbf00;
}

.promotion .promotion-rumor .comment-event .comment-privacy .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promotion .promotion-rumor .comment-event .comment-privacy .wrap .scroll_box {
  width: 100%;
}

.promotion .promotion-rumor .comment-list-wrap {
  width: 100%;
}

.promotion .promotion-why {
  padding: 0 0 120px 0;
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210910/pc/bg_cont_5.png");
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.promotion .promotion-why::before {
  display: block;
  content: '';
  width: 100%;
  height: 308px;
  background-color: #ffc20e;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/event/210910/pc/img_cont_5_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.promotion .promotion-why .notice {
  position: absolute;
  top: 281px;
  color: #b89a00;
  font-size: 14px;
}

.promotion .promotion-why .btn-reason {
  position: absolute;
  bottom: 10px;
  right: 22px;
  width: 83px;
  height: 26px;
  text-indent: -9999px;
}

.promotion .promotion-why .winner-contents {
  position: relative;
  width: 650px;
  height: 530px;
  margin: 203px auto 0;
}

.promotion .promotion-why .winner-contents p {
  padding: 2px 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.promotion .promotion-why .winner-contents .winner-list {
  position: relative;
  margin: 40px 40px 0 0;
  -webkit-transform: perspective(205px) rotateX(35deg);
          transform: perspective(205px) rotateX(35deg);
}

.promotion .promotion-why .winner-contents .winner-list .slick-track {
  width: 1200px;
  text-align: center;
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
}
/*# sourceMappingURL=web.css.map */