@charset "UTF-8";
a, *:hover, *:active, *:focus, a img, object, embed, area {
  outline: none;
  -moz-outline-style: none;
}

.grid, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons, .layer-video .layer-body .layer-btn {
  *zoom: 1;
}
.grid::before, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons::before, .layer-video .layer-body .layer-btn::before, .grid::after, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons::after, .layer-video .layer-body .layer-btn::after {
  content: "";
  display: table;
}
.grid::after, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons::after, .layer-video .layer-body .layer-btn::after {
  clear: both;
}

.promotion .section-board .board-table table td.subject a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.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, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons, .layer-video .layer-body .layer-btn {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons .col, .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a, .layer-video .layer-body .layer-btn .col, .layer-video .layer-body .layer-btn a {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .sector-interview2 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.layer-dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  opacity: 0.8;
  overflow: hidden;
}
.layer-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
.layer-video .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  top: -60px;
  z-index: 10002;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-close {
    height: 60px;
  }
}
.layer-video .layer-close:before, .layer-video .layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
}
.layer-video .layer-close:before {
  transform: rotate(45deg);
}
.layer-video .layer-close:after {
  transform: rotate(315deg);
}
.layer-video .layer-close span {
  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;
}
.layer-video .layer-body {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding: 6.9444444444vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body {
    padding: 50px;
  }
}
.layer-video .layer-body .movies {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .movies {
    margin-bottom: 20px;
  }
}
.layer-video .layer-body .movies iframe, .layer-video .layer-body .movies video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.layer-video .layer-body .tag-link {
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .tag-link {
    margin-bottom: 12px;
  }
}
.layer-video .layer-body .tag-link em {
  display: inline-block;
  font-weight: 300;
  color: #989898;
  letter-spacing: -0.2777777778vw;
  margin-right: 2.5vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .tag-link em {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .tag-link em {
    margin-right: 18px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .tag-link em {
    font-size: 24px;
  }
}
.layer-video .layer-body .description .title {
  margin-bottom: 0.8333333333vw;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .description .title {
    margin-bottom: 6px;
  }
}
.layer-video .layer-body .description .title strong {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #121212;
  font-weight: 700;
  line-height: 1;
  font-size: 4.1666666667vw;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .description .title strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .description .title strong {
    letter-spacing: -2px;
  }
}
.layer-video .layer-body .description .title strong:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffe401;
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .description .title strong:before {
    height: 12px;
  }
}
.layer-video .layer-body .description .name {
  font-weight: 700;
  color: #121212;
  line-height: 1;
  font-size: 3.6111111111vw;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .description .name {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .description .name {
    letter-spacing: -2px;
  }
}
.layer-video .layer-body .layer-btn {
  padding-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .layer-btn {
    padding-top: 20px;
  }
}
.layer-video .layer-body .layer-btn a {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 48%;
  background: #eee;
}
.layer-video .layer-body .layer-btn a:first-child {
  margin-right: 2%;
}
.layer-video .layer-body .layer-btn a span {
  display: inline-block;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 2.5vw 0;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .layer-btn a span {
    padding: 18px 0;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .layer-btn a span {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .layer-btn a span {
    font-size: 18px;
  }
}
.layer-video .layer-body .text-group {
  position: relative;
  height: 250px;
  overflow-y: scroll;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group {
    height: 600px;
  }
}
.layer-video .layer-body .text-group dl dt {
  padding: 2.7777777778vw 0 2.0833333333vw;
  text-align: center;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dt {
    padding: 20px 0 15px;
  }
}
.layer-video .layer-body .text-group dl dt p {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
  font-family: "Jalnan", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  letter-spacing: -0.2777777778vw;
  padding: 0 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dt p {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dt p {
    padding: 0 10px;
  }
}
.layer-video .layer-body .text-group dl dt p:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #ffe401;
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dt p:before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dt p {
    font-size: 26px;
  }
}
.layer-video .layer-body .text-group dl dd {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  color: #121212;
  padding: 3.4722222222vw 2.5vw;
  letter-spacing: -0.2777777778vw;
  min-height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dd {
    padding: 25px 18px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dd {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dd {
    min-height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .layer-video .layer-body .text-group dl dd {
    font-size: 17px;
  }
}
.layer-video .layer-body .text-group dl dd .highlight {
  font-weight: 500;
  color: #cc0000;
  background: #fcf6e6;
}
.layer-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 620px;
  margin: 0 auto;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  background: #fff;
  box-sizing: border-box;
}
.layer-item .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  top: 0;
  z-index: 10002;
}
@media screen and (min-width: 720px) {
  .layer-item .layer-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .layer-item .layer-close {
    height: 60px;
  }
}
.layer-item .layer-close:before, .layer-item .layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #666;
}
.layer-item .layer-close:before {
  transform: rotate(45deg);
}
.layer-item .layer-close:after {
  transform: rotate(315deg);
}
.layer-item .layer-close span {
  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;
}
.layer-item .layer-title {
  padding: 23px 22px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
  text-align: left;
  border-bottom: 2px solid #eee;
}
@media screen and (min-width: 720px) {
  .layer-item .layer-title {
    padding: 53px 55px 30px;
    font-size: 30px;
  }
}
.layer-item .layer-cont .select_item {
  padding: 20px 0;
}
.layer-item .layer-cont .select_item .subject {
  width: 30%;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
.layer-item .layer-cont .select_item .select {
  width: 70%;
}
.layer-item .layer-cont .select_item .select select {
  width: 100%;
  font-size: 14px;
}
.layer-item .layer-cont .select_step1,
.layer-item .layer-cont .select_step2 {
  padding: 0 12px;
}
.layer-item .layer-cont .item-link {
  padding: 23px 20px 0;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.layer-item .layer-cont .item-link:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.layer-item .layer-cont .item-link .scroll-box {
  height: 150px;
  overflow-y: scroll;
}
.layer-item .layer-cont .item-link a {
  float: left;
  display: table;
  width: 32%;
  height: 30px;
  margin-right: 2%;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.layer-item .layer-cont .item-link a:nth-child(3n) {
  margin-right: 0;
}
.layer-item .layer-cont .item-link a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.layer-item .layer-cont .item-link a.on {
  border: 3px solid #ffde00;
}
.layer-item .layer-cont .item-link a.on span {
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .layer-item .layer-cont .item-link {
    padding: 46px 40px 0;
  }
  .layer-item .layer-cont .item-link a {
    width: 19%;
    margin-right: 1.25%;
    height: 50px;
    margin-bottom: 10px;
  }
  .layer-item .layer-cont .item-link a:nth-child(3n) {
    margin-right: 1.25%;
  }
  .layer-item .layer-cont .item-link a:nth-child(5n) {
    margin-right: 0;
  }
  .layer-item .layer-cont .item-link a span {
    font-size: 15px;
  }
}
.layer-item .layer-btn {
  padding: 12px 0 22px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .layer-item .layer-btn {
    padding: 24px 0 44px;
  }
}
.layer-item .layer-btn a {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  background: #ffde00;
}
@media screen and (min-width: 720px) {
  .layer-item .layer-btn a {
    width: 207px;
  }
}
.layer-item .layer-btn a span {
  display: inline-block;
  padding: 7px 0;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .layer-item .layer-btn a span {
    padding: 14px 0;
    font-size: 18px;
  }
}
.layer-item .layer-btn a.btn-cancle {
  margin-right: 5px;
  background: #eee;
}

.promotion {
  /* input 기본 스타일 초기화 */
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}
.promotion input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.promotion input::-ms-clear {
  display: none;
}
.promotion input[type=number]::-webkit-inner-spin-button,
.promotion input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.promotion select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none;
}
.promotion select::-ms-expand {
  display: none;
}
.promotion input[type=radio] {
  display: none;
}
.promotion input[type=radio] + label {
  color: #252525;
  margin-right: 20px;
}
.promotion input[type=radio] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/ico_radio_off.png) 0 50% no-repeat;
  cursor: pointer;
}
.promotion input[type=radio]:checked + label span {
  background: url(//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/ico_radio_on.png) 0 50% no-repeat;
}
.promotion .section-board .button-group {
  position: relative;
  text-align: right;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button-group {
    margin-bottom: 20px;
  }
}
.promotion .section-board .button-group a {
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  line-height: 1;
  border: 1px solid #5c5c5c;
  margin: 0 0.4166666667vw;
  padding: 0 2.7777777778vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button-group a {
    margin: 0 3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button-group a {
    padding: 0 20px;
  }
}
.promotion .section-board .button-group a span {
  padding: 1.3888888889vw 0;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #252525;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button-group a span {
    padding: 10px 0;
  }
}
.promotion .section-board .button-group a span:after {
  content: ">";
  position: relative;
  display: inline-block;
  font-family: "dotum";
  font-size: 11px;
  font-weight: 300;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button-group a span:after {
    margin-left: 10px;
  }
}
.promotion .section-board .button-group a.on, .promotion .section-board .button-group a:hover {
  background: #00aeff;
}
.promotion .section-board .button-group a.on span, .promotion .section-board .button-group a:hover span {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button-group a span {
    font-size: 15px;
  }
  .promotion .section-board .button-group a span:after {
    top: -2px;
  }
}
.promotion .section-board .sub-title {
  padding-bottom: 5.5555555556vw;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(88, 88, 88, 0.6);
}
@media screen and (min-width: 720px) {
  .promotion .section-board .sub-title {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .sub-title {
    font-size: 14px;
  }
}
.promotion .section-board .board-table {
  font-size: 0;
  vertical-align: top;
}
.promotion .section-board .board-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #202020;
  border-bottom: 1px solid #202020;
}
.promotion .section-board .board-table table th {
  padding: 2.2222222222vw 0;
  font-size: 3.3333333333vw;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  color: #202020;
  border-bottom: 2px solid #202020;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table th {
    padding: 16px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table th {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table th {
    font-size: 17px;
  }
}
.promotion .section-board .board-table table td {
  padding: 2.2222222222vw 0;
  font-size: 3.0555555556vw;
  font-weight: 400;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table td {
    padding: 16px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table td {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table td {
    font-size: 15px;
  }
}
.promotion .section-board .board-table table td.subject {
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table td.subject {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .section-board .board-table table td.subject {
    padding-left: 0;
  }
}
.promotion .section-board .board-table table td.subject a {
  display: block;
  word-wrap: break-word;
  white-space: nowrap;
}
.promotion .section-board .board-table table td.subject a p {
  width: 100%;
  font-weight: 500;
}
.promotion .section-board .board-table table td.ico span {
  display: inline-block;
  color: #31333d;
  background-color: #ffde00;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  font-size: 10px;
  min-width: 24px;
  padding: 0 3px;
  height: 16px;
  line-height: 16px;
  padding-bottom: 0.2777777778vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table td.ico span {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table td.ico span {
    width: 43px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
}
.promotion .section-board .board-table table td.ico span.notice {
  color: #fff;
  background-color: #e00f0f;
}
.promotion .section-board .board-table table td.pdn {
  padding: 0 !important;
}
@media screen and (min-width: 1100px) {
  .promotion .section-board .board-table table td:first-child.subject {
    padding-left: 34px;
  }
}
.promotion .section-board .board-table table.viewrite tbody th {
  padding: 1.6666666667vw 0;
  font-size: 3.0555555556vw;
  text-align: center;
  vertical-align: middle;
  color: #252525;
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody th {
    padding: 12px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody th {
    font-size: 22px;
  }
}
.promotion .section-board .board-table table.viewrite tbody th.vat {
  padding-top: 4.1666666667vw;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody th.vat {
    padding-top: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody th {
    font-size: 17px;
  }
  .promotion .section-board .board-table table.viewrite tbody th.vat {
    padding-top: 15px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td {
  padding-left: 2.0833333333vw;
  font-size: 3.0555555556vw;
  text-align: left;
  line-height: 1.5;
  color: #666;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td {
    padding-left: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td {
    font-size: 14px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td span {
  line-height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td span {
    line-height: 40px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .formText {
  width: 100%;
  height: 30px;
  font-size: 11px;
  border: 1px solid #ddd;
  padding: 0.8333333333vw 2.2222222222vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .formText {
    padding: 6px 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .formText {
    height: 40px;
    font-size: 14px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td select {
  width: auto;
  height: 30px;
  border: 1px solid #ddd;
  background: url(//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/ico_select.png) no-repeat 94% 50%;
  font-size: 3.0555555556vw;
  min-width: 27.7777777778vw;
  padding: 0.6944444444vw 1.3888888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td select {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td select {
    min-width: 200px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td select {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td select {
    height: 40px;
    font-size: 14px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td div + .winner-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td div + .winner-title {
    margin-top: 20px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .winner-title {
  font-size: 3.8888888889vw;
  letter-spacing: -0.1388888889vw;
  color: #00173f;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-title {
    letter-spacing: -1px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .winner-title span {
  margin-top: 1.3888888889vw;
  font-size: 3.0555555556vw;
  letter-spacing: -0.1388888889vw;
  display: block;
  font-weight: 400;
  color: #999;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-title span {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-title span {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-title span {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-title {
    font-size: 20px;
  }
  .promotion .section-board .board-table table.viewrite tbody td .winner-title span {
    font-size: 14px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .winner-area {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area {
    margin-top: 20px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .winner-area strong {
  margin-bottom: 1.6666666667vw;
  font-size: 13px;
  display: block;
  color: #252525;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area strong {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area strong {
    font-size: 16px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .winner-area textarea {
  padding: 2.2222222222vw;
  height: 16.6666666667vw;
  width: 100%;
  font-size: 11px;
  border-color: #ddd;
  resize: none;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area textarea {
    padding: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area textarea {
    height: 120px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area textarea {
    font-size: 14px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .winner-area p {
  font-size: 11px;
  color: #999;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .winner-area p {
    font-size: 14px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .write-tit {
  margin: 2.7777777778vw 0 0.6944444444vw;
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #252525;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .write-tit {
    margin: 20px 0 5px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .write-tit:first-child {
  margin-top: 0;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .write-tit {
    font-size: 16px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box {
  padding: 2.0833333333vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box {
    padding: 15px 0;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder {
    margin-top: 32px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder:first-child {
  margin-top: 0;
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .subject {
  margin-bottom: 1.3888888889vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  color: #252525;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .subject {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .subject {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .subject {
    font-size: 16px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a {
  box-sizing: border-box;
  height: 8.3333333333vw;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a {
    height: 60px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a:nth-child(2n) {
  margin-right: 0;
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a span {
  line-height: 8.0555555556vw;
  font-size: 3.0555555556vw;
  vertical-align: middle;
  font-weight: 400;
  color: #757575;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a span {
    line-height: 58px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a span {
    font-size: 22px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a.on {
  border: 2px solid #ff7e00;
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a.on span {
  line-height: 7.5vw;
  color: #ff7e00;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a.on span {
    line-height: 54px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a {
    width: 166px;
    height: 50px;
    margin-right: 6px;
    margin-bottom: 0;
  }
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a:nth-child(2n) {
    margin-right: 6px;
  }
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a span {
    line-height: 48px;
    font-size: 16px;
  }
  .promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a.on span {
    line-height: 46px;
  }
}
.promotion .section-board .board-table table.viewrite tbody td .answer-box .holder .buttons a:first-child {
  margin-left: 0;
}
.promotion .section-board .private {
  padding: 6.9444444444vw;
  text-align: left;
  background: #f8f8f8;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private {
    padding: 50px;
  }
}
.promotion .section-board .private .agree-cont p {
  font-size: 3.6111111111vw;
  color: #333;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont p {
    font-size: 26px;
  }
}
.promotion .section-board .private .agree-cont p.agree-title {
  margin: 1.1111111111vw 0;
  font-size: 4.1666666667vw;
  color: #202020;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont p.agree-title {
    margin: 8px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont p.agree-title {
    font-size: 30px;
  }
}
.promotion .section-board .private .agree-cont p strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont p strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont p {
    font-size: 14px;
  }
  .promotion .section-board .private .agree-cont p.agree-title {
    font-size: 18px;
  }
  .promotion .section-board .private .agree-cont p strong {
    font-size: 16px;
  }
}
.promotion .section-board .private .agree-cont ul li {
  color: #333;
  font-size: 3.6111111111vw;
  line-height: 1.7;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont ul li {
    font-size: 26px;
  }
}
.promotion .section-board .private .agree-cont ul li strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont ul li strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont ul li {
    font-size: 14px;
  }
  .promotion .section-board .private .agree-cont ul li strong {
    font-size: 16px;
  }
}
.promotion .section-board .private .agree-cont .agree_check {
  margin: 1.3888888889vw 0 2.7777777778vw;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check {
    margin: 10px 0 20px;
  }
}
.promotion .section-board .private .agree-cont .agree_check input {
  position: relative;
  top: 0.2777777778vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check input {
    top: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check input {
    height: 20px;
  }
}
.promotion .section-board .private .agree-cont .agree_check label {
  display: inline-block;
  margin: 0 2.0833333333vw 0 0.6944444444vw;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #666;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check label {
    margin: 0 15px 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check label {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .private .agree-cont .agree_check label {
    font-size: 16px;
  }
}
.promotion .section-board .marketing {
  padding: 5% 3%;
  text-align: center;
  background: #f8f8f8;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .marketing {
    padding: 50px 0;
  }
}
.promotion .section-board .marketing dl dt {
  margin-bottom: 15px;
  font-size: 20px;
  color: #252525;
  font-weight: 700;
}
.promotion .section-board .marketing dl dd {
  font-size: 16px;
}
.promotion .section-board .marketing dl dd .agree_check {
  margin-top: 10px;
  font-weight: 500;
}
.promotion .section-board .marketing dl dd .agree_check label {
  display: inline-block;
  margin: 0 15px 0 5px;
  font-weight: 400;
  color: #666;
  font-size: 16px;
}
.promotion .section-board .button {
  display: block;
  text-align: center;
  margin-top: 7%;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button {
    margin-top: 55px;
  }
}
.promotion .section-board .button.more {
  width: 100%;
  text-align: center;
  background: #4a4a4a;
  margin: 2.7777777778vw auto;
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button.more {
    margin: 20px auto;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button.more {
    height: 70px;
  }
}
.promotion .section-board .button.more span {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 3.8888888889vw;
  letter-spacing: -0.2777777778vw;
  line-height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button.more span {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button.more span {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button.more span {
    line-height: 70px;
  }
}
.promotion .section-board .button.more span:after {
  content: "▼";
  display: inline-block;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button.more span:after {
    margin-left: 10px;
  }
}
.promotion .section-board .button .btn {
  display: inline-block;
  margin: 0 7px;
  background-color: #ffe000;
  border-bottom: 3px solid #ffd200;
  border-radius: 5px;
  color: #202020;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  cursor: pointer;
  width: 40%;
  height: 36px;
  line-height: 36px;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button .btn {
    font-size: 28px;
  }
}
.promotion .section-board .button .btn.btn-write {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button .btn {
    width: 360px;
    height: 73px;
    line-height: 73px;
  }
  .promotion .section-board .button .btn.btn-write {
    width: 410px;
  }
}
.promotion .section-board .button .btn span {
  position: relative;
  display: block;
  line-height: 36px;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button .btn span {
    line-height: 73px;
  }
}
.promotion .section-board .button .btn span:after {
  content: "";
  position: absolute;
  right: 7%;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  transform: rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button .btn span:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
}
.promotion .section-board .button .btn.btn-ok {
  width: 40%;
}
.promotion .section-board .button .btn.btn-cancel, .promotion .section-board .button .btn.btn-list {
  width: 40%;
  background-color: #c5c5c5;
  border-bottom: 3px solid #b7b7b7;
}
@media screen and (min-width: 720px) {
  .promotion .section-board .button .btn.btn-ok, .promotion .section-board .button .btn.btn-cancel, .promotion .section-board .button .btn.btn-list {
    width: 210px;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.icon-hand {
  position: absolute;
  top: 50%;
  right: 5%;
  animation-name: moving;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes moving {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.only-pc {
  position: relative;
  display: block;
}

.only-mobile {
  display: none !important;
}

.promotion {
  position: relative;
  text-align: center;
  min-width: 1100px;
  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 {
  position: relative;
  box-sizing: border-box;
}
.promotion .wrap {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.promotion img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.promotion a {
  display: inline-block;
}
.promotion .btn-base {
  position: absolute;
}
.promotion .btn-base a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.promotion .btn-base a span {
  padding-right: 8px;
}
.promotion .btn-base a span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    right: 12px;
  }
}
.promotion .btn-base a span:before {
  right: 0;
}
.promotion .fix-wing {
  z-index: 5;
  position: fixed;
  right: 50px;
  bottom: 150px;
}
.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  font-size: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.promotion .slick-arrow.slick-prev {
  left: -30px;
}
.promotion .slick-arrow.slick-prev:before {
  right: 0;
}
.promotion .slick-arrow.slick-prev:before {
  position: relative;
  display: inline-block;
}
.promotion .slick-arrow.slick-prev:before::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-top: -2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #202020;
  transform: rotate(45deg);
  left: 8.3333333333vw;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before::before {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before::before {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before::before {
    margin-top: -15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before::before {
    left: 60px;
  }
}
.promotion .slick-arrow.slick-next {
  right: -30px;
}
.promotion .slick-arrow.slick-next:before {
  left: 0;
}
.promotion .slick-arrow.slick-next:before {
  position: relative;
  display: inline-block;
}
.promotion .slick-arrow.slick-next:before::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-top: -2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #202020;
  transform: rotate(45deg);
  right: 8.3333333333vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before::before {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before::before {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before::before {
    margin-top: -15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before::before {
    right: 60px;
  }
}
.promotion .contents-title {
  padding: 116px 0 68px;
  font-size: 30px;
  color: #202020;
  letter-spacing: -2px;
  font-weight: 400;
  line-height: 1.3;
}
.promotion .contents-title strong {
  display: block;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -3px;
}
.promotion .contents-title span {
  display: block;
  margin-top: 25px;
  font-size: 15px;
  color: rgba(88, 88, 88, 0.6);
  font-weight: 400;
  letter-spacing: -1px;
}
.promotion .section-title {
  position: relative;
  background: url("//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/bg_title_251023.jpg") no-repeat 50% 0;
}
.promotion .section-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #FFF189 0%, #FFEE75 45%, #FFFDE2 100%);
}
.promotion .section-title .btn-base {
  top: 122px;
  left: 920px;
}
.promotion .section-title .eco-3223 {
  position: absolute;
  top: 77px;
  left: 375px;
  text-align: left;
  font-size: 38px;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #21316b;
  letter-spacing: -2.5px;
  line-height: 1;
  z-index: 1;
}
.promotion .section-title .winner-person {
  position: absolute;
  top: 94px;
  left: 554px;
  width: 120px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: rgba(34, 34, 34, 0.8);
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -2.5px;
  line-height: 1;
  z-index: 1;
}
.promotion .section-title .eco-text {
  position: absolute;
  top: 237px;
  left: 78px;
  color: #ac982f;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.promotion .section-title .update-box {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 743px;
  display: table;
  width: 100%;
  border-radius: 20px 10px 20px 10px;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}
.promotion .section-title .update-box > div {
  position: relative;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  height: 130px;
}
.promotion .section-title .update-box > div p {
  text-align: left;
  padding-left: 50px;
  color: #828282;
  font-size: 20px;
  letter-spacing: -2px;
}
.promotion .section-title .update-box > div p strong {
  display: block;
  color: #202020;
  font-size: 40px;
  font-family: Verdana;
  font-weight: 700;
}
.promotion .section-title .update-box > div p:after {
  content: "";
  width: 1px;
  height: 67px;
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #dedede;
}
.promotion .section-title .update-box > div:first-child p:after {
  display: none;
}
.promotion .sector-interview2 {
  padding: 100px 0 64px;
  background-color: #fff;
}
.promotion .sector-interview2 .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: none;
  left: -100px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-prev {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-prev {
    height: 100px;
  }
}
.promotion .sector-interview2 .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-bottom-width: 4px;
  border-left-width: 4px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-prev:before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-prev:before {
    height: 25px;
  }
}
.promotion .sector-interview2 .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: none;
  right: -100px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-next {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-next {
    height: 100px;
  }
}
.promotion .sector-interview2 .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-top-width: 4px;
  border-right-width: 4px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-next:before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview2 .slick-arrow.slick-next:before {
    height: 25px;
  }
}
.promotion .sector-interview2 .main-title {
  margin-bottom: 60px;
}
.promotion .sector-interview2 .main-title p {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  line-height: 120%;
}
.promotion .sector-interview2 .main-title strong {
  display: block;
  color: #FFBE00;
}
.promotion .sector-interview2 .interview-group {
  padding-top: 80px;
  width: 1100px;
  box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url("//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/bg_interview_group.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-interview2 .interview-group .video-slider {
  width: 820px;
  margin: 0 auto;
  padding-top: 80px;
}
.promotion .sector-interview2 .interview-group .video-box {
  margin: 0 auto;
  position: relative;
  width: 820px;
  height: 460px;
  margin-bottom: 20px;
  background-color: #000;
}
.promotion .sector-interview2 .interview-group .video-box video, .promotion .sector-interview2 .interview-group .video-box iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-interview2 .interview-group .video-box .btn-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 820px;
  height: 460px;
}
.promotion .sector-interview2 .interview-group .video-box .btn-video img {
  width: 100%;
}
.promotion .sector-interview2 .interview-group .interview-list {
  width: 820px;
  margin: 0 auto;
}
.promotion .sector-interview2 .interview-group .interview-list .slick-list {
  margin: 0 -6px;
}
.promotion .sector-interview2 .interview-group .interview-list .slick-slide {
  margin: 0 6px;
}
.promotion .sector-interview2 .interview-group .interview-list .slide-list {
  position: relative;
  display: inline;
}
.promotion .sector-interview2 .interview-group .interview-list .slide-list .btn-play {
  position: relative;
  display: block;
  width: 196px;
  height: 110px;
}
.promotion .sector-interview2 .interview-group .interview-list .slide-list .btn-play img {
  width: 100%;
}
.promotion .sector-interview2 .interview-group .interview-list .slide-list .btn-play:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.promotion .sector-interview2 .interview-group .interview-list .slide-list .btn-play:focus {
  outline: 0;
}
.promotion .sector-interview2 .interview-group .interview-list .slide-list .btn-play.on:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.promotion .sector-interview2 .interview-group .review-img {
  margin-top: 50px;
}
.promotion .sector-interview2 .interview-group .review-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  color: #000;
  font-weight: 900;
  font-size: 30px;
}
.promotion .sector-interview2 .interview-group .review-text strong {
  font-weight: 900;
}
.promotion .sector-interview2 .interview-group .review-text .text {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.promotion .section-review .wrap {
  width: 1400px;
}
.promotion .section-review .review-slider {
  position: absolute;
  top: 553px;
  left: 172px;
  width: 1058px;
  height: 1028px !important;
  overflow: hidden;
}
.promotion .section-review .review-slider .slidelist {
  height: 327px;
  vertical-align: top;
  margin-bottom: 16px;
}
.promotion .section-slide .wrap {
  width: 1200px;
}
.promotion .section-slide .wrap .slider-group .slide-list {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}
.promotion .section-slide .wrap-winner {
  padding-bottom: 45px;
  width: 1333px;
  margin: 0 auto;
  background: url("//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/bg_winner.jpg") 50% 40% no-repeat;
}
.promotion .section-slide .wrap-winner .winner-contents {
  position: relative;
  width: 1100px;
  padding: 45px 0;
  margin: 0 auto;
}
.promotion .section-slide .wrap-winner .winner-contents p {
  line-height: 2;
  font-size: 20px;
  font-weight: 400;
  color: #888;
  letter-spacing: -1px;
}
.promotion .section-slide .wrap-winner .winner-contents:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.promotion .section-slide .wrap-winner .winner-contents:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 10;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.promotion .section-board {
  padding-bottom: 95px;
  background: #fcfcfc;
}
.promotion .section-board .item-select {
  padding-bottom: 40px;
}
.promotion .section-board .item-select .item-title {
  margin-bottom: 35px;
  font-size: 30px;
  color: #202020;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 1;
}
.promotion .section-board .item-select .item-link {
  position: relative;
  width: 855px;
  margin: 0 auto 20px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #e2e2e2;
}
.promotion .section-board .item-select .item-link a {
  display: inline-block;
  margin: 0 3px;
  min-width: 131px;
  border-radius: 5px;
  background: #efefef;
  border: 1px solid #5c5c5c;
}
.promotion .section-board .item-select .item-link a span {
  display: inline-block;
  padding: 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #252525;
}
.promotion .section-board .item-select .item-link a.on {
  background: #ffe400;
}
.promotion .section-board .item-select .item-link a.on span {
  font-weight: 700;
}
.promotion .section-board .item-select .select-item {
  text-align: center;
  color: #252525;
}
.promotion .section-board .item-select .select-item strong {
  position: relative;
  display: inline-block;
  padding: 0 27px;
  font-size: 16px;
  font-weight: 700;
}
.promotion .section-board .item-select .select-item strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  display: block;
  width: 2px;
  height: 15px;
  background-color: #252525;
}
.promotion .section-board .item-select .select-item span {
  position: relative;
  padding: 0 25px;
  font-weight: 400;
  font-size: 16px;
}
.promotion .section-board .item-select .select-item .btn-search {
  display: inline-block;
  padding: 0 13px;
  border-radius: 5px;
  line-height: 1;
  background: #5a5a5a;
}
.promotion .section-board .item-select .select-item .btn-search span {
  display: inline-block;
  padding: 8px 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.promotion .section-board .select-group {
  position: relative;
  margin-bottom: 27px;
  text-align: right;
}
.promotion .section-board .select-group select {
  display: inline-block;
  width: auto;
  min-width: 140px;
  margin-left: 5px;
  height: 40px;
  font-size: 15px;
  color: #252525;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.promotion .section-board .paging {
  margin: 45px 0 55px;
  text-align: center;
}
.promotion .section-board .paging a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #898989;
}
.promotion .section-board .paging a.current {
  color: #252525;
  font-weight: 700;
}
.promotion .section-academy {
  padding: 100px 0;
}
.promotion .section-academy * {
  box-sizing: border-box;
}
.promotion .section-academy .main-title {
  text-align: left;
}
.promotion .section-academy .head-copy {
  font-size: 56px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: -4px;
  margin-bottom: 60px;
  text-align: left;
}
.promotion .section-academy .main-copy {
  color: #000;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 10px;
}
.promotion .section-academy .main-academy-wrap {
  margin-top: 30px;
}
.promotion .section-academy .main-academy-list {
  display: flex;
  flex-wrap: wrap;
}
.promotion .section-academy .main-academy-list li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
.promotion .section-academy .main-academy-list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  background-color: #ececec;
  width: 164px;
  height: 45px;
  z-index: 1;
}
.promotion .section-academy .main-academy-list li:first-child {
  margin-left: 0;
}
.promotion .section-academy .main-academy-list li a {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  width: 164px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.promotion.promotion-C .section-academy .main-academy-list li::before,
.promotion.promotion-C .section-academy .main-academy-list li a {
  width: 258px;
}
.promotion.promotion-_104 .section-academy .main-academy-list li::before,
.promotion.promotion-_104 .section-academy .main-academy-list li a {
  width: 350px;
}
.promotion.promotion-T .sector-video .wrap {
  width: 1200px;
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow {
  border-radius: 50%;
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  margin-left: -340px;
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev {
    width: 64px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev {
    height: 64px;
  }
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev:before {
    width: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev:before {
    height: 16px;
  }
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-prev::before {
  transform: translate(-50%, 5px) rotate(45deg);
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  right: 50%;
  margin-right: -340px;
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next {
    width: 64px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next {
    height: 64px;
  }
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next:before {
    width: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next:before {
    height: 16px;
  }
}
.promotion.promotion-T .sector-video .slide-box .slick-arrow.slick-next::before {
  transform: translate(-50%, 5px) rotate(45deg);
}
.promotion.promotion-T .sector-video .slide-box .slick-slide {
  position: relative;
  margin: 0 -100px;
  z-index: 0;
  transform: scale(0.7, 0.7);
}
.promotion.promotion-T .sector-video .slide-box .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.promotion.promotion-T .sector-video .slide-box .slick-slide.slick-center {
  transform: scale(1, 1);
  z-index: 3 !important;
}
.promotion.promotion-T .sector-video .slide-box .slick-slide.slick-center:before {
  display: none;
}
.promotion.promotion-T .sector-video .slide-box .slick-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.promotion.promotion-T .sector-video .slide-box .slick-slide a img {
  display: inline-block;
  width: 100%;
}
.promotion.promotion-T .sector-tab .tab-list {
  text-align: center;
  font-size: 0;
}
.promotion.promotion-T .sector-tab .tab-list li {
  display: inline-block;
  margin: 0 10px;
  border-radius: 20px 20px 0 0;
  background-color: #B8B8B8;
}
.promotion.promotion-T .sector-tab .tab-list li.active:nth-child(1) {
  background-color: #79CA00;
}
.promotion.promotion-T .sector-tab .tab-list li.active:nth-child(2) {
  background-color: #1DA0FF;
}
.promotion.promotion-T .sector-tab .tab-list li.active:nth-child(3) {
  background-color: #FF7F1C;
}
.promotion.promotion-T .sector-tab .tab-list li.active:nth-child(4) {
  background-color: #7554E9;
}
.promotion.promotion-T .sector-tab .tab-list li.active img {
  filter: grayscale(0);
}
.promotion.promotion-T .sector-tab .tab-list li img {
  filter: grayscale(1);
}
.promotion.promotion-T .sector-tab .tab-view {
  position: relative;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.promotion.promotion-T .sector-tab .tab-view:nth-last-child(1) {
  background-image: url("//img.eduwill.net/eduwill/img/2023/T/event/231229/pc/bg_tab4.jpg");
}
.promotion.promotion-T .sector-tab .tab-view:nth-last-child(2) {
  background-image: url("//img.eduwill.net/eduwill/img/2023/T/event/231229/pc/bg_tab3.jpg");
}
.promotion.promotion-T .sector-tab .tab-view:nth-last-child(3) {
  background-image: url("//img.eduwill.net/eduwill/img/2023/T/event/231229/pc/bg_tab2.jpg");
}
.promotion.promotion-T .sector-tab .tab-view:nth-last-child(4) {
  background-image: url("//img.eduwill.net/eduwill/img/2023/T/event/231229/pc/bg_tab1.jpg");
}
.promotion.promotion-T .sector-tab .tab-view.active {
  display: block;
}
.promotion.promotion-T .sector-tab .tab-view .action {
  position: absolute;
  top: 414px;
  left: 50%;
  margin-left: -680px;
}
.promotion.promotion-T .sector-tab .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion.promotion-T .sector-tab .icon-pointer:after {
  content: "";
  position: absolute;
  top: 80%;
  right: 50%;
  z-index: 1;
  display: block;
  width: 60px;
  height: 70px;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}/*# sourceMappingURL=web.css.map */