@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::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;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

html {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, option, img, div {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  img {
    width: auto;
  }
}

input, select {
  vertical-align: middle;
}

select,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=submit],
input[type=rest],
input[type=button],
textarea {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

em, address {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
}

legend, caption {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

body {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1px;
}

.icon-pointer {
  position: relative;
  display: inline-block;
}
.icon-pointer::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .icon-pointer::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .icon-pointer::after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.eventWrap [class^=sector-] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eventWrap .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/studywill/251126/mobile/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  overflow: hidden;
}
.eventWrap .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, #FFE625 47.56%, #85E9FF 101.7%), linear-gradient(140deg, #FFF127 32.01%, #FFA027 85.78%);
}
.eventWrap .sector-band {
  z-index: 9;
  position: relative;
  background: #222;
}
.eventWrap .sector-band:before {
  z-index: 8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.5vw;
  width: 5vw;
  height: 5vw;
  background: #222;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-band:before {
    bottom: -18px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-band:before {
    width: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-band:before {
    height: 36px;
  }
}
.eventWrap .sector-band p {
  font-size: 5vw;
  font-weight: 900;
  line-height: 130%;
  color: #FFBF1F;
  letter-spacing: -0.05vw;
  text-align: center;
  padding: 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-band p {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-band p {
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-band p {
    padding: 40px 0;
  }
}
.eventWrap .sector-band .band-text {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  background: #121218;
}
.eventWrap .sector-band .band-text.active {
  top: calc(100% - 1px);
  display: block;
  opacity: 1;
}
.eventWrap .sector-pass {
  background: #FFF;
}
.eventWrap .sector-book {
  background: #FAFAFA;
  padding-bottom: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-book {
    padding-bottom: 100px;
  }
}
.eventWrap .sector-book .slick-slide {
  width: 88.8888888889vw;
  margin: 0 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-book .slick-slide {
    width: 640px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-book .slick-slide {
    margin: 0 5px;
  }
}
.eventWrap .sector-plan {
  background: #FFF;
}
.eventWrap .sector-apply {
  position: relative;
  padding: 13.8888888889vw 0;
  background: #FAFAFA;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply {
    padding: 100px 0;
  }
}
.eventWrap .sector-apply .apply-wrap {
  text-align: center;
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-wrap {
    padding: 0 40px;
  }
}
.eventWrap .sector-apply .apply-box {
  margin-bottom: 1.3888888889vw;
  padding: 6.9444444444vw 4.1666666667vw;
  border: 1px solid #E6E6E6;
  border-radius: 1.3888888889vw;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-box {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-box {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-box {
    border-radius: 10px;
  }
}
.eventWrap .sector-apply .apply-box:last-child {
  margin-bottom: 0;
}
.eventWrap .sector-apply .apply-title {
  display: inline-block;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.1333333333vw;
  text-align: center;
  margin: 0 auto 5.5555555556vw;
  padding: 1.6666666667vw 6.6666666667vw;
  border: 1px solid #E6E6E6;
  border-radius: 1.3888888889vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-title {
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-title {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-title {
    padding: 12px 48px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .apply-title {
    border-radius: 10px;
  }
}
.eventWrap .sector-apply .package-box {
  margin-bottom: 1.3888888889vw;
  border: 1px solid #DDD;
  border-radius: 1.3888888889vw;
  background: #FFF;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-box {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-box {
    border-radius: 10px;
  }
}
.eventWrap .sector-apply .package-box .price-box {
  padding: 0 5vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-box .price-box {
    padding: 0 36px 40px;
  }
}
.eventWrap .sector-apply .package-box:last-child {
  margin-bottom: 0;
}
.eventWrap .sector-apply .package-title {
  font-size: 3.6111111111vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.2166666667vw;
  text-align: left;
  padding: 5.5555555556vw 5.5555555556vw 4.1666666667vw;
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-title {
    letter-spacing: -1.56px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-title {
    padding: 40px 40px 30px;
  }
}
.eventWrap .sector-apply .package-text {
  padding: 5.5555555556vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-text {
    padding: 40px 40px 0;
  }
}
.eventWrap .sector-apply .package-text p {
  font-size: 3.0555555556vw;
  line-height: 150%;
  color: #444;
  letter-spacing: -0.1833333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-text p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .package-text p {
    letter-spacing: -1.32px;
  }
}
.eventWrap .sector-apply .price-box {
  text-align: right;
}
.eventWrap .sector-apply .price-box .price-before {
  font-size: 2.5vw;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.15vw;
  text-decoration: line-through;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .price-box .price-before {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .price-box .price-before {
    letter-spacing: -1.08px;
  }
}
.eventWrap .sector-apply .price-box .price-after {
  font-size: 3.6111111111vw;
  font-weight: 900;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.2166666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .price-box .price-after {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .price-box .price-after {
    letter-spacing: -1.56px;
  }
}
.eventWrap .sector-apply .subject-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.3888888889vw;
  padding: 3.3333333333vw 4.1666666667vw;
  border: 1px solid #DDD;
  border-radius: 1.3888888889vw;
  background: #FFF;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .subject-box {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .subject-box {
    padding: 24px 30px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .subject-box {
    border-radius: 10px;
  }
}
.eventWrap .sector-apply .subject-box:last-child {
  margin-bottom: 0;
}
.eventWrap .sector-apply .subject-text {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .subject-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .subject-text {
    letter-spacing: -1.44px;
  }
}
.eventWrap .sector-apply .btn-action {
  margin-top: 5.5555555556vw;
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .btn-action {
    margin-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .btn-action {
    padding: 0 40px;
  }
}
.eventWrap .sector-apply .btn-action button {
  display: block;
  width: 100%;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -0.2vw;
  padding: 3.3333333333vw 0;
  border-radius: 1.3888888889vw;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#444));
  background: linear-gradient(0deg, #000 0%, #444 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .btn-action button {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .btn-action button {
    letter-spacing: -1.44px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .btn-action button {
    padding: 24px 0;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply .btn-action button {
    border-radius: 10px;
  }
}
.eventWrap .sector-apply.soon .soon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.eventWrap .sector-apply.soon .soon-box p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
  letter-spacing: -0.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply.soon .soon-box p {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-apply.soon .soon-box p {
    letter-spacing: -2.4px;
  }
}/*# sourceMappingURL=mobile.css.map */