@charset "UTF-8";
#edufLayerUniverse .form .filebox, .promotion .wrap,
.promotion .wrap-full, .grid, .promotion .sector-notice .notice-box {
  *zoom: 1;
}
#edufLayerUniverse .form .filebox::before, .promotion .wrap::before,
.promotion .wrap-full::before, .grid::before, .promotion .sector-notice .notice-box::before, #edufLayerUniverse .form .filebox::after, .promotion .wrap::after,
.promotion .wrap-full::after, .grid::after, .promotion .sector-notice .notice-box::after {
  content: "";
  display: table;
}
#edufLayerUniverse .form .filebox::after, .promotion .wrap::after,
.promotion .wrap-full::after, .grid::after, .promotion .sector-notice .notice-box::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
#edufLayerUniverse .form .filebox input[type=file] {
  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 .sector-notice .notice-box {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-notice .notice-box .col, .promotion .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .notice-title {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.promotion .sector-notice .notice-box .notice-list li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-box .notice-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .notice-box .notice-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown {
  animation-name: effectBounceUpDown;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.promotion {
  text-align: center;
  overflow: hidden;
}
.promotion * {
  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 * {
    letter-spacing: -1px;
  }
}
.promotion * {
  box-sizing: border-box;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion 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 {
  margin: 0;
  padding: 0;
}
.promotion img {
  vertical-align: top;
}
.promotion .wrap,
.promotion .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    width: 57px;
  }
}
.promotion .icon-pointer::after {
  height: 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 65px;
  }
}
.promotion .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

#edufLayerUniverse .eduf-layer-wrap {
  width: 92.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .eduf-layer-wrap {
    width: 668px;
  }
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .eduf-layer-wrap {
    width: 1100px;
  }
}
#edufLayerUniverse .eduf-layer-content {
  padding: 8.3333333333vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .eduf-layer-content {
    padding: 60px 40px;
  }
}
#edufLayerUniverse .eduf-layer-content {
  border-width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .eduf-layer-content {
    border-width: 5px;
  }
}
#edufLayerUniverse .eduf-layer-content {
  border-style: solid;
  border-color: #000;
}
#edufLayerUniverse .content-title {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .content-title {
    margin-bottom: 20px;
  }
}
#edufLayerUniverse .content-title {
  color: #000;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .content-title {
    font-size: 40px;
  }
}
#edufLayerUniverse .content-title {
  font-weight: 700;
}
#edufLayerUniverse .highlight {
  color: #0047FF !important;
  font-weight: 700;
}
#edufLayerUniverse .form .form-title,
#edufLayerUniverse .form .label-title {
  position: relative;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-size: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .form-title,
  #edufLayerUniverse .form .label-title {
    font-size: 35px;
  }
}
#edufLayerUniverse .form .form-title,
#edufLayerUniverse .form .label-title {
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .form-title,
  #edufLayerUniverse .form .label-title {
    letter-spacing: -2px;
  }
}
#edufLayerUniverse .form .form-title,
#edufLayerUniverse .form .label-title {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .form-title,
  #edufLayerUniverse .form .label-title {
    margin-bottom: 20px;
  }
}
#edufLayerUniverse .form .filebox {
  box-sizing: border-box;
}
#edufLayerUniverse .form .filebox .upload-name {
  width: 100%;
  height: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox .upload-name {
    height: 66px;
  }
}
#edufLayerUniverse .form .filebox .upload-name {
  line-height: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox .upload-name {
    line-height: 66px;
  }
}
#edufLayerUniverse .form .filebox .upload-name {
  border: 1px solid #000;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox .upload-name {
    border-radius: 5px;
  }
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .form .filebox .upload-name {
    float: left;
    width: 64%;
    height: 66px;
    line-height: 66px;
  }
}
#edufLayerUniverse .form .filebox label {
  position: relative;
  display: inline-block;
}
#edufLayerUniverse .form .filebox label::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label::before {
    width: 10px;
  }
}
#edufLayerUniverse .form .filebox label::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label::before {
    height: 10px;
  }
}
#edufLayerUniverse .form .filebox label::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label::before {
    margin-top: -5px;
  }
}
#edufLayerUniverse .form .filebox label::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label::before {
    right: 20px;
  }
}
#edufLayerUniverse .form .filebox label::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
#edufLayerUniverse .form .filebox label {
  width: 100%;
  height: 10.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label {
    height: 77px;
  }
}
#edufLayerUniverse .form .filebox label {
  margin-top: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label {
    margin-top: 14px;
  }
}
#edufLayerUniverse .form .filebox label {
  text-align: center;
  line-height: 10.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label {
    line-height: 77px;
  }
}
#edufLayerUniverse .form .filebox label {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label {
    font-size: 26px;
  }
}
#edufLayerUniverse .form .filebox label {
  color: #fff;
  letter-spacing: -0.02em;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .filebox label {
    border-radius: 5px;
  }
}
#edufLayerUniverse .form .filebox label {
  background: #0047FF;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .form .filebox label {
    float: left;
    width: 35%;
    height: 66px;
    margin: 0 0 0 1%;
    line-height: 66px;
    font-size: 20px;
  }
}
#edufLayerUniverse .form .desc {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .desc {
    margin-top: 20px;
  }
}
#edufLayerUniverse .form .desc {
  text-align: left;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .form .desc {
    font-size: 16px;
  }
}
#edufLayerUniverse .form .desc {
  color: #909084;
}
#edufLayerUniverse .comment-privacy .wrap {
  width: 100%;
}
#edufLayerUniverse .comment-privacy .agree_check {
  font-weight: bold;
  text-align: left;
  color: #000;
  padding-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .agree_check {
    padding-top: 20px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check {
  padding-bottom: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .agree_check {
    padding-bottom: 8px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .agree_check {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .comment-privacy .agree_check {
    font-size: 16px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check input {
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .agree_check input {
    width: 20px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check input {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .agree_check input {
    height: 20px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check input {
  margin: 0;
  vertical-align: middle;
  border: 2px solid #222;
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .comment-privacy .agree_check input {
    width: 16px;
    height: 16px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check label {
  padding-left: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .agree_check label {
    padding-left: 5px;
  }
}
#edufLayerUniverse .comment-privacy .agree_check label {
  vertical-align: middle;
  font-weight: 700;
  cursor: pointer;
}
#edufLayerUniverse .comment-privacy .scroll_box {
  padding: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .scroll_box {
    padding: 28px;
  }
}
#edufLayerUniverse .comment-privacy .scroll_box {
  text-align: left;
  line-height: 1.6;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .scroll_box {
    font-size: 18px;
  }
}
#edufLayerUniverse .comment-privacy .scroll_box {
  color: #828282;
  word-break: keep-all;
  overflow-wrap: break-word;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .comment-privacy .scroll_box {
    font-size: 14px;
  }
}
#edufLayerUniverse .comment-privacy .scroll_box strong {
  color: #000;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .comment-privacy .scroll_box strong {
    font-size: 18px;
  }
}
#edufLayerUniverse .comment-privacy .scroll_box strong {
  font-weight: 700;
}
#edufLayerUniverse .action {
  margin: 2.7777777778vw auto 0;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  #edufLayerUniverse .action {
    width: 620px;
  }
}
#edufLayerUniverse .action .btn-submit {
  position: relative;
  display: inline-block;
}
#edufLayerUniverse .action .btn-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit::before {
    width: 10px;
  }
}
#edufLayerUniverse .action .btn-submit::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit::before {
    height: 10px;
  }
}
#edufLayerUniverse .action .btn-submit::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit::before {
    margin-top: -5px;
  }
}
#edufLayerUniverse .action .btn-submit::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit::before {
    right: 20px;
  }
}
#edufLayerUniverse .action .btn-submit::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
#edufLayerUniverse .action .btn-submit {
  width: 100%;
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit {
    height: 70px;
  }
}
#edufLayerUniverse .action .btn-submit {
  text-align: center;
  line-height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit {
    line-height: 70px;
  }
}
#edufLayerUniverse .action .btn-submit {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit {
    font-size: 26px;
  }
}
#edufLayerUniverse .action .btn-submit {
  color: #fff;
  letter-spacing: -0.02em;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerUniverse .action .btn-submit {
    border-radius: 20px;
  }
}
#edufLayerUniverse .action .btn-submit {
  background: #000;
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1100px;
}
.promotion .eco-5949 {
  display: inline-flex;
  line-height: 1;
  font-weight: inherit;
}
.promotion .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.promotion .title-box .main-title {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.84px;
}
.promotion .title-box .main-title span {
  color: #01C210;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-title {
  background-color: #F9F9F9;
}
.promotion .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 862px;
  background-color: #FFDB01;
}
.promotion .sector-title .wrap {
  z-index: 1;
  padding-bottom: 60px;
}
.promotion .sector-title .title {
  position: relative;
  margin-top: 133px;
}
.promotion .sector-title .title::before {
  content: "";
  position: absolute;
  top: 98px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 50px;
  background: linear-gradient(to bottom, #0351FF 50%, #00C210 50%);
  transform: translateX(-50%);
}
.promotion .sector-title .title .title-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.promotion .sector-title .title p {
  color: #000;
  font-family: "GmarketSans", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3.5px;
}
.promotion .sector-title .title p.title-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.promotion .sector-title .title p span {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.promotion .sector-title .title p span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 8px;
  background-color: currentColor;
}
.promotion .sector-title .title p span:first-child {
  color: #0066FF;
}
.promotion .sector-title .title p span:first-child::before {
  left: 100%;
  margin-left: 4px;
  transform: translateY(-50%) rotate(45deg);
}
.promotion .sector-title .title p span:last-child {
  color: #007BFF;
}
.promotion .sector-title .title p span:last-child::before {
  right: 100%;
  margin-right: 6px;
  transform: translateY(-50%) rotate(-45deg);
}
.promotion .sector-title .cardreader {
  position: relative;
}
.promotion .sector-title .cardreader .cardreader-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.promotion .sector-title .cardreader p {
  color: #FFF;
  font-weight: 900;
}
.promotion .sector-title .cardreader p.text-1 {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -1.32px;
}
.promotion .sector-title .cardreader p.text-1 span {
  color: #FFE001;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-title .cardreader p.text-2 {
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -3.12px;
}
.promotion .sector-title [class^=obj-] {
  position: absolute;
  left: 50%;
}
.promotion .sector-title [class^=obj-].obj-map {
  top: 137px;
  z-index: -1;
  margin-left: -550px;
}
.promotion .sector-title [class^=obj-].obj-subway {
  top: 553px;
  margin-left: 130px;
}
.promotion .sector-title [class^=obj-].obj-hand {
  bottom: 0;
  margin-left: -781px;
}
.promotion .sector-title .action {
  margin-top: 50px;
}
.promotion .sector-title .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    width: 15px;
  }
}
.promotion .sector-title .action a::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    height: 15px;
  }
}
.promotion .sector-title .action a::before {
  margin-top: -1.0416666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    margin-top: -7.5px;
  }
}
.promotion .sector-title .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    right: 30px;
  }
}
.promotion .sector-title .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-title .action a {
  min-width: 520px;
  padding: 20px 0;
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.6px;
  border-radius: 83px;
  background: linear-gradient(180deg, #060606 50%, #505050 111.32%);
}
.promotion .sector-title .action a strong {
  color: #FFE202;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-step {
  padding: 80px 0;
}
.promotion .sector-step .step-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 90px;
  gap: 100px;
}
.promotion .sector-step .step-list > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.promotion .sector-step .step-list > div + div::before {
  content: "";
  position: absolute;
  top: 240px;
  left: -60px;
  width: 20px;
  height: 20px;
  border: 4px solid currentColor;
  border-radius: 4px;
  border-left: none;
  border-bottom: none;
  transform-origin: center center;
  transform: rotate(45deg);
}
.promotion .sector-step .step-list > div.active .step-label {
  color: #fff;
  background-color: #000;
}
.promotion .sector-step .step-list > div.active .step-img {
  filter: grayscale(0);
}
.promotion .sector-step .step-list > div .step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  margin: 0 auto;
  padding: 5px 0;
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  border-radius: 47px;
  background: #DDD;
}
.promotion .sector-step .step-list > div .step-img {
  position: relative;
  filter: grayscale(1);
}
.promotion .sector-step .step-list > div .step-img .eco-5949 {
  position: absolute;
  top: 146px;
  left: 50%;
  margin-left: -48px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-weight: 900;
  transform: skew(15deg, -5deg);
}
.promotion .sector-step .step-list > div .step-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.promotion .sector-step .step-list > div .step-text span {
  color: #898989;
}
.promotion .sector-action {
  padding: 100px 0;
  background: #FFE202;
}
.promotion .sector-action::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 50px;
  background: linear-gradient(to bottom, #0351FF 50%, #00C210 50%);
  transform: translate(-50%, -50%);
}
.promotion .sector-action .action-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.promotion .sector-action .action-list button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  padding: 33px 0;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  border-radius: 40px;
  border: 11px solid transparent;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(to bottom, #0351FF, #00C210);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.promotion .sector-action .action-list button strong {
  color: currentColor;
  font-size: 50px;
  font-weight: inherit;
  letter-spacing: -1px;
}
.promotion .sector-action .action-list button strong .fire {
  color: #F00;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.promotion .sector-action .action-list button strong .post {
  color: #C88200;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.promotion .sector-notice {
  padding-bottom: 100px;
  background-color: #646464;
}
.promotion .sector-notice .wrap {
  width: 1000px;
  text-align: left;
}
.promotion .sector-notice .box-title {
  display: inline-block;
  padding-top: 80px;
  font-size: 18px;
  font-weight: 700;
  color: #ffe000;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffe000;
}
.promotion .sector-notice .box-title + .notice-box {
  padding-top: 50px;
}
.promotion .sector-notice .notice-box {
  padding-top: 30px;
}
.promotion .sector-notice .notice-box .notice-title {
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.promotion .sector-notice .notice-box .notice-list li {
  line-height: 1.6;
  font-size: 16px;
  color: #d4d4d4;
}
.promotion .sector-notice .notice-box .notice-list li a {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-notice .notice-box .notice-list li .point {
  font-weight: 400;
  color: #ffe000;
}/*# sourceMappingURL=web.css.map */