@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("https://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;
}

.wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.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("https://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-visual {
  background: #FFD100 url("https://img.eduwill.net/eduwill/img/2025/0/studywill/251205/mobile/bg_visual.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.eventWrap .sector-content-title {
  position: relative;
  z-index: 2;
  padding: 5.8333333333vw 0;
  background-color: #222222;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content-title {
    padding: 42px 0;
  }
}
.eventWrap .sector-content-title:after {
  content: "";
  position: absolute;
  bottom: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #222; /* 아래로 향하는 작은 삼각형 */
  border-width: 2.5vw;
  pointer-events: none;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content-title:after {
    bottom: -18px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content-title:after {
    border-width: 18px;
  }
}
.eventWrap .sector-content-title p {
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content-title p {
    font-size: 36px;
  }
}
.eventWrap .sector-content-title p .highlight {
  color: #FFC01F;
}
.eventWrap .sector-content1 {
  background: #FFFFFF;
  padding: 15.6944444444vw 0 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content1 {
    padding: 113px 0 100px;
  }
}
.eventWrap .sector-content1 .content-box {
  position: relative;
}
.eventWrap .sector-content1 .content-box .content-left {
  position: absolute;
  left: 0;
  top: 20vw;
  width: 45.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content1 .content-box .content-left {
    top: 144px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content1 .content-box .content-left {
    width: 328px;
  }
}
.eventWrap .sector-content1 .content-box .content-right {
  position: absolute;
  right: 0;
  top: 20vw;
  width: 45.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content1 .content-box .content-right {
    top: 144px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content1 .content-box .content-right {
    width: 328px;
  }
}
.eventWrap .sector-content2 {
  background: #FEFAF0;
  padding: 13.8888888889vw 0 13.8888888889vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 {
    padding: 100px 0 100px;
  }
}
.eventWrap .sector-content2 .content-title {
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-title {
    margin-bottom: 60px;
  }
}
.eventWrap .sector-content2 .content-list {
  width: 88.8888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-list {
    width: 640px;
  }
}
.eventWrap .sector-content2 .content-list li:nth-child(1) {
  background: url("https://img.eduwill.net/eduwill/img/2025/0/studywill/251205/mobile/content2_list1_off.png") 50% 0 no-repeat;
  background-size: cover;
}
.eventWrap .sector-content2 .content-list li:nth-child(2) {
  background: url("https://img.eduwill.net/eduwill/img/2025/0/studywill/251205/mobile/content2_list2_off.png") 50% 0 no-repeat;
  background-size: cover;
}
.eventWrap .sector-content2 .content-list li:nth-child(3) {
  background: url("https://img.eduwill.net/eduwill/img/2025/0/studywill/251205/mobile/content2_list3_off.png") 50% 0 no-repeat;
  background-size: cover;
}
.eventWrap .sector-content2 .content-list li:nth-child(4) {
  background: url("https://img.eduwill.net/eduwill/img/2025/0/studywill/251205/mobile/content2_list4_off.png") 50% 0 no-repeat;
  background-size: cover;
}
.eventWrap .sector-content2 .content-list li {
  position: relative;
  cursor: pointer;
  margin-top: 1.3888888889vw;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-list li {
    margin-top: 10px;
  }
}
.eventWrap .sector-content2 .content-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-list li {
    border-radius: 20px;
  }
}
.eventWrap .sector-content2 .content-list li .click-flag {
  position: absolute;
  left: -2.7777777778vw;
  top: -3.8888888889vw;
  display: inline-block;
  width: 17.5vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-list li .click-flag {
    left: -20px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-list li .click-flag {
    top: -28px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content2 .content-list li .click-flag {
    width: 126px;
  }
}
.eventWrap .sector-content3 {
  background: #FFFFFF;
  padding: 13.8888888889vw 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-content3 {
    padding: 100px 0 30px;
  }
}
.eventWrap .sector-benefit {
  background: #FFFFFF;
}
.eventWrap .sector-benefit .gift-box {
  position: relative;
  cursor: pointer;
}
.eventWrap .sector-benefit .gift-box .click-flag {
  position: absolute;
  right: 13.0555555556vw;
  top: 9.7222222222vw;
  display: inline-block;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-benefit .gift-box .click-flag {
    right: 94px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-benefit .gift-box .click-flag {
    top: 70px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-benefit .gift-box .click-flag {
    width: 110px;
  }
}
.eventWrap .sector-item {
  padding: 16.6666666667vw 0 8.3333333333vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item {
    padding: 120px 0 60px;
  }
}
.eventWrap .sector-item .title-box {
  text-align: center;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .title-box {
    margin-bottom: 60px;
  }
}
.eventWrap .sector-item .title-box .main-title {
  font-size: 5.5555555556vw;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .title-box .main-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .title-box .main-title {
    letter-spacing: -2.4px;
  }
}
.eventWrap .sector-item .title-box .main-title strong {
  font-weight: 700;
}
.eventWrap .sector-item .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .tab-list {
    gap: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .tab-list {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .tab-list {
    padding: 0 40px;
  }
}
.eventWrap .sector-item .tab-list li {
  width: 100%;
  text-align: center;
  padding: 4.4444444444vw 0;
  border: 1px solid #CFCFCF;
  border-radius: 1.6666666667vw;
  background: #EFEFEF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .tab-list li {
    padding: 32px 0;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .tab-list li {
    border-radius: 12px;
  }
}
.eventWrap .sector-item .tab-list li span {
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #888;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .tab-list li span {
    font-size: 24px;
  }
}
.eventWrap .sector-item .tab-list li.active {
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#000));
  background: linear-gradient(180deg, #373737 0%, #000 100%);
}
.eventWrap .sector-item .tab-list li.active span {
  background: var(--gr1, linear-gradient(180deg, #FFEDA3 -8.2%, #FFBF00 123.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eventWrap .sector-item .item-list {
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-list {
    padding: 0 40px;
  }
}
.eventWrap .sector-item .item-box {
  margin-bottom: 2.7777777778vw;
  padding: 5.5555555556vw 4.1666666667vw;
  border: 1px solid #828282;
  border-radius: 2.2222222222vw;
  background: #FFF;
  position: relative;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box {
    border-radius: 16px;
  }
}
.eventWrap .sector-item .item-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -4.1666666667vw;
  top: -5.5555555556vw;
  background: url("https://img.eduwill.net/eduwill/img/2025/0/studywill/251205/mobile/icon_flag.png") 50% 0 no-repeat;
  width: 30.5555555556vw;
  height: 10.9722222222vw;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box:after {
    right: -30px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box:after {
    top: -40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box:after {
    width: 220px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-box:after {
    height: 79px;
  }
}
.eventWrap .sector-item .item-box:last-child {
  margin-bottom: 0;
}
.eventWrap .sector-item .item-box:last-child:after {
  display: none;
}
.eventWrap .sector-item .item-title {
  text-align: left;
  padding: 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-title {
    padding: 0 20px;
  }
}
.eventWrap .sector-item .item-title p {
  font-size: 6.1111111111vw;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-title p {
    font-size: 44px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-title p {
    letter-spacing: -2px;
  }
}
.eventWrap .sector-item .item-title strong {
  font-weight: 900;
}
.eventWrap .sector-item .item-title-label {
  font-size: 3.6111111111vw;
  font-weight: 900;
  line-height: 280%;
  color: #FFA600;
  letter-spacing: -0.2777777778vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-title-label {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-title-label {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-title-label {
    margin-bottom: 20px;
  }
}
.eventWrap .sector-item .item-benefit {
  margin: 2.7777777778vw 2.7777777778vw 8.3333333333vw;
  padding: 2.2222222222vw 0;
  border: solid #DEDEDE;
  border-width: 0.1388888889vw 0;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit {
    margin: 20px 20px 60px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit {
    padding: 16px 0;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit {
    border-width: 1px 0;
  }
}
.eventWrap .sector-item .item-benefit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li {
    gap: 24px;
  }
}
.eventWrap .sector-item .item-benefit li .benefit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 11.6666666667vw;
  max-width: 11.6666666667vw;
  font-size: 3.6111111111vw;
  line-height: 170%;
  color: #000;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li .benefit-title {
    min-width: 84px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li .benefit-title {
    max-width: 84px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li .benefit-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li .benefit-title {
    letter-spacing: -2px;
  }
}
.eventWrap .sector-item .item-benefit li .benefit-text {
  font-size: 3.6111111111vw;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li .benefit-text {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-benefit li .benefit-text {
    letter-spacing: -1px;
  }
}
.eventWrap .sector-item .item-price {
  padding: 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-price {
    padding: 0 30px;
  }
}
.eventWrap .sector-item .item-price .price-after {
  font-size: 8.3333333333vw;
  line-height: 120%;
  letter-spacing: -0.2777777778vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-price .price-after {
    font-size: 60px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-price .price-after {
    letter-spacing: -2px;
  }
}
.eventWrap .sector-item .item-price .price-after strong {
  font-weight: 900;
}
.eventWrap .sector-item .item-action {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action {
    margin-top: 48px;
  }
}
.eventWrap .sector-item .item-action button {
  width: 100%;
  padding: 4.4444444444vw 5.5555555556vw;
  border-radius: 1.3888888889vw;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button {
    padding: 32px 40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button {
    border-radius: 10px;
  }
}
.eventWrap .sector-item .item-action button span {
  width: 100%;
  font-size: 4.7222222222vw;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -0.2361111111vw;
  text-align: left;
}
.eventWrap .sector-item .item-action button span {
  position: relative;
  display: inline-block;
}
.eventWrap .sector-item .item-action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-top: -0.8333333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button span::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button span::before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button span::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button span::before {
    right: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button span {
    font-size: 34px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-item .item-action button span {
    letter-spacing: -1.7px;
  }
}
.eventWrap .sector-item .item-action button span:before {
  right: 0;
}
.eventWrap .sector-reason2, .eventWrap .sector-reason4 {
  background: #FAFAFA;
}
.eventWrap .sector-review {
  background-color: #fff;
  padding: 0vw 0 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review {
    padding: 0px 0 120px;
  }
}
.eventWrap .sector-review .review-title {
  color: #000;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1.44px;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .review-title {
    font-size: 36px;
  }
}
.eventWrap .sector-review .review-title strong {
  display: block;
  font-weight: 700;
  margin-top: 2.7777777778vw;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .review-title strong {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .review-title strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .review-title {
    margin-bottom: 60px;
  }
}
.eventWrap .sector-review .slide-container {
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-container {
    padding-left: 40px;
  }
}
.eventWrap .sector-review .slick-slide {
  width: 53.0555555556vw;
  height: auto;
  margin-right: 3.3333333333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slick-slide {
    width: 382px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slick-slide {
    margin-right: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slick-slide {
    padding: 38px;
  }
}
.eventWrap .sector-review .slide-list .review-text {
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 300;
  letter-spacing: -0.72px;
  height: 29.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-text {
    height: 210px;
  }
}
.eventWrap .sector-review .slide-list .review-text strong {
  font-weight: 700;
}
.eventWrap .sector-review .slide-list .review-info {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-info {
    margin-top: 50px;
  }
}
.eventWrap .sector-review .slide-list .review-info dl dt {
  width: 6.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-info dl dt {
    width: 46px;
  }
}
.eventWrap .sector-review .slide-list .review-info dl dd {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-info dl dd {
    margin-top: 8px;
  }
}
.eventWrap .sector-review .slide-list .review-info dl dd .subject {
  color: #858585;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-info dl dd .subject {
    font-size: 22px;
  }
}
.eventWrap .sector-review .slide-list .review-info dl dd .name {
  color: #000;
  font-size: 2.7777777778vw;
  font-weight: 400;
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-info dl dd .name {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-review .slide-list .review-info dl dd .name {
    margin-top: 8px;
  }
}
.eventWrap .sector-guide {
  background: #FFF;
}
.eventWrap .sector-guide * {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.eventWrap .sector-guide .apply-box {
  padding: 13.8888888889vw 5.5555555556vw 11.1111111111vw;
  background: #F2F2F2;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-box {
    padding: 100px 40px 80px;
  }
}
.eventWrap .sector-guide .apply-title {
  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;
}
.eventWrap .sector-guide .apply-title p {
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0388888889vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-title p {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-title p {
    letter-spacing: -0.28px;
  }
}
.eventWrap .sector-guide .apply-title strong {
  font-size: 10vw;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.3333333333vw;
  color: #FFBF00;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-title strong {
    font-size: 72px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-title strong {
    letter-spacing: -2.4px;
  }
}
.eventWrap .sector-guide .apply-text {
  margin: 3.3333333333vw 0 5vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-text {
    margin: 24px 0 36px;
  }
}
.eventWrap .sector-guide .apply-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-list {
    gap: 30px;
  }
}
.eventWrap .sector-guide .apply-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-item {
    gap: 12px;
  }
}
.eventWrap .sector-guide .apply-item strong {
  font-size: 3.4722222222vw;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-item strong {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-item strong {
    letter-spacing: -0.5px;
  }
}
.eventWrap .sector-guide .apply-item p {
  font-size: 3.4722222222vw;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-item p {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-item p {
    letter-spacing: -0.5px;
  }
}
.eventWrap .sector-guide .apply-notice p {
  font-size: 2.5vw;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.075vw;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-notice p {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-notice p {
    letter-spacing: -0.54px;
  }
}
.eventWrap .sector-guide .apply-action button {
  display: block;
  width: 100%;
  font-size: 3.6111111111vw;
  font-weight: 700;
  letter-spacing: -0.1083333333vw;
  line-height: 130%;
  padding: 3.3333333333vw 0;
  background: #FFBF00;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-action button {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-action button {
    letter-spacing: -0.78px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-guide .apply-action button {
    padding: 24px 0;
  }
}/*# sourceMappingURL=mobile.css.map */