@charset "UTF-8";
.grid, .popup-content .input-box .box, .promotion .sector-title .wrap {
  *zoom: 1;
}

.grid:before, .popup-content .input-box .box:before, .promotion .sector-title .wrap:before, .grid:after, .popup-content .input-box .box:after, .promotion .sector-title .wrap:after {
  content: '';
  display: table;
}

.grid:after, .popup-content .input-box .box:after, .promotion .sector-title .wrap:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid, .popup-content .input-box .box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .popup-content .input-box .box .col, .popup-content .input-box .box .item {
  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 .slick-dots {
  font-size: 0;
}

.promotion .slick-dots li {
  display: inline-block;
}

.promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion .sector-notice .notice-list li {
  position: relative;
  padding-left: 1.38889vw;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list li {
    padding-left: 10px;
  }
}

.promotion .sector-notice .notice-list li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.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, .promotion .sector-apply .flag strong {
  -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-start;
          animation-timing-function: step-start;
  -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;
  }
}

.effect-left-and-right {
  -webkit-animation-name: effectLeftAndRight;
          animation-name: effectLeftAndRight;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectLeftAndRight {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes effectLeftAndRight {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

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

.floating-notice {
  display: none;
}

@media screen and (min-width: 1024px) {
  .floating-notice {
    position: absolute;
    top: 0;
    right: 2%;
    display: block;
  }
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10000;
  display: none;
  width: 90%;
  max-width: 640px;
  border: 2px solid #313131;
  font-family: "Noto Sans KR", Sans-Serif;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 720px) {
  .popup-close a {
    width: 40px;
  }
}

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

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

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

.popup-close a:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.popup-close a 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;
}

@media screen and (min-width: 720px) {
  .popup-close a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup-close a {
    width: 60px;
  }
}

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

@media screen and (min-width: 720px) {
  .popup-close a:before, .popup-close a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #fff;
  }
  .popup-close a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup-close a:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .popup-close a 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;
  }
}

.popup-review {
  border: none;
}

@media screen and (min-width: 1100px) {
  .popup-review {
    max-width: 890px;
  }
}

.popup-review .popup-close a {
  top: -40px;
}

@media screen and (min-width: 720px) {
  .popup-review .popup-close a {
    top: -60px;
  }
}

.popup-title {
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  color: #ffde00;
  background-color: #1b1b1b;
  padding: 5.55556vw 0 4.16667vw;
  font-size: 3.61111vw;
}

@media screen and (min-width: 720px) {
  .popup-title {
    padding: 40px 0 30px;
  }
}

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

.popup-title strong {
  display: block;
  font-weight: 900;
  font-size: 5vw;
}

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

.popup-body .movies {
  width: 100%;
}

@media screen and (min-width: 720px) {
  .popup-body .movies {
    height: 500px;
  }
}

.popup-body .movies video,
.popup-body .movies iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-body a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.popup-body a img {
  width: 100%;
}

.popup-content {
  padding: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .popup-content {
    padding: 30px;
  }
}

.popup-content .text-box {
  margin-bottom: 2.77778vw;
  padding-bottom: 2.08333vw;
  text-align: center;
  font-size: 2.77778vw;
  color: #232323;
  border-bottom: 1px dotted #999;
}

@media screen and (min-width: 720px) {
  .popup-content .text-box {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-content .text-box {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 720px) {
  .popup-content .text-box {
    font-size: 20px;
  }
}

.popup-content .text-box a {
  display: inline-block;
  margin-left: 1.38889vw;
  padding: 0.69444vw 1.38889vw;
  font-weight: 700;
  border: 1px solid #333;
  background-color: #ffdb0f;
}

@media screen and (min-width: 720px) {
  .popup-content .text-box a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup-content .text-box a {
    padding: 5px 10px;
  }
}

.popup-content .input-box .box {
  margin-top: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .popup-content .input-box .box {
    margin-top: 10px;
  }
}

.popup-content .input-box .box:first-child {
  margin-top: 0;
}

.popup-content .input-box .box .item {
  width: 75%;
}

.popup-content .input-box .box .item.subject {
  width: 25%;
}

.popup-content .input-box label,
.popup-content .input-box input {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 3.05556vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup-content .input-box label,
  .popup-content .input-box input {
    font-size: 22px;
  }
}

.popup-content .input-box label {
  padding-left: 10px;
  font-weight: 700;
  color: #1d1d1d;
}

.popup-content .input-box label:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
}

.popup-content .input-box input {
  padding: 0 1.38889vw;
  font-weight: 400;
  border: 1px solid #dcdcdc;
}

@media screen and (min-width: 720px) {
  .popup-content .input-box input {
    padding: 0 10px;
  }
}

.popup-content .input-box input:-moz-read-only {
  background-color: #eee;
  opacity: .8;
}

.popup-content .input-box input:read-only {
  background-color: #eee;
  opacity: .8;
}

.popup-content .agree-box {
  margin-top: 2.77778vw;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box {
    font-size: 20px;
  }
}

.popup-content .agree-box .box {
  margin-top: 2.77778vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .box {
    margin-top: 20px;
  }
}

.popup-content .agree-box .box + .title {
  margin-top: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .box + .title {
    margin-top: 40px;
  }
}

.popup-content .agree-box .box .check-list {
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .box .check-list {
    margin-top: 20px;
  }
}

.popup-content .agree-box .desc {
  height: 13.88889vw;
  padding: 2.77778vw;
  overflow-y: auto;
  background-color: #eee;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .desc {
    height: 100px;
  }
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .desc {
    padding: 20px;
  }
}

.popup-content .agree-box .info-list {
  margin: 1.38889vw 0;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .info-list {
    margin: 10px 0;
  }
}

.popup-content .agree-box .info-list li {
  font-weight: 400;
  color: #3d3d3d;
}

.popup-content .agree-box .info-list li strong {
  font-size: 3.47222vw;
}

@media screen and (min-width: 720px) {
  .popup-content .agree-box .info-list li strong {
    font-size: 25px;
  }
}

.popup-content .agree-box .info-list li:before {
  content: '-';
}

.popup-action {
  text-align: center;
  margin-top: 4.16667vw;
  padding-bottom: 6.94444vw;
}

@media screen and (min-width: 720px) {
  .popup-action {
    margin-top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .popup-action {
    padding-bottom: 50px;
  }
}

.popup-action a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 45%;
  text-align: center;
  background-color: #ffd500;
  padding: 2.77778vw 0;
  border-radius: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .popup-action a {
    padding: 20px 0;
  }
}

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

.popup-action a span {
  display: block;
  font-size: 3.33333vw;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 720px) {
  .popup-action a span {
    font-size: 24px;
  }
}

.popup-action a.btn-cancel {
  margin-left: 1%;
  background-color: #434343;
}

.popup-action a.btn-cancel span {
  color: #fff;
}

.floating-notice {
  display: none;
}

@media screen and (min-width: 1024px) {
  .floating-notice {
    position: absolute;
    top: 0;
    right: 2%;
    display: block;
  }
}

.layer-notice {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
  .layer-notice {
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    display: none;
    width: auto;
    height: auto;
    background: none;
  }
}

.layer-notice .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 424px;
  z-index: 1;
  -webkit-transform: translate(-50%, -49%);
  transform: translate(-50%, -49%);
}

@media screen and (min-width: 1024px) {
  .layer-notice .inner {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.layer-notice .inner .action {
  width: 100%;
  text-align: center;
  background-color: #000;
}

@media screen and (min-width: 1024px) {
  .layer-notice .inner .action {
    display: none;
    text-align: right;
  }
}

.layer-notice .inner .action .col, .layer-notice .inner .action .popup-content .input-box .box .item, .popup-content .input-box .box .layer-notice .inner .action .item {
  width: 50%;
}

.layer-notice .inner .action .col:first-child a:before, .layer-notice .inner .action .popup-content .input-box .box .item:first-child a:before, .popup-content .input-box .box .layer-notice .inner .action .item:first-child a:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .layer-notice .inner .action .col, .layer-notice .inner .action .popup-content .input-box .box .item, .popup-content .input-box .box .layer-notice .inner .action .item {
    display: inline-block;
    float: none;
    width: auto;
  }
}

.layer-notice .inner .action .col a, .layer-notice .inner .action .popup-content .input-box .box .item a, .popup-content .input-box .box .layer-notice .inner .action .item a {
  position: relative;
  display: block;
  color: #fff;
  padding: 1.38889vw;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .layer-notice .inner .action .col a, .layer-notice .inner .action .popup-content .input-box .box .item a, .popup-content .input-box .box .layer-notice .inner .action .item a {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .layer-notice .inner .action .col a, .layer-notice .inner .action .popup-content .input-box .box .item a, .popup-content .input-box .box .layer-notice .inner .action .item a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .layer-notice .inner .action .col a, .layer-notice .inner .action .popup-content .input-box .box .item a, .popup-content .input-box .box .layer-notice .inner .action .item a {
    font-size: 14px;
  }
}

.layer-notice .inner .action .col a:before, .layer-notice .inner .action .popup-content .input-box .box .item a:before, .popup-content .input-box .box .layer-notice .inner .action .item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .layer-notice .inner .action .col a:before, .layer-notice .inner .action .popup-content .input-box .box .item a:before, .popup-content .input-box .box .layer-notice .inner .action .item a:before {
    top: 50%;
    height: 10px;
    margin-top: -5px;
  }
}

.popup2 {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #fff;
  letter-spacing: -0.13889vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 720px) {
  .popup2 {
    letter-spacing: -1px;
  }
}

.popup2-body {
  padding: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .popup2-body {
    padding: 40px;
  }
}

.popup2-body p {
  font-size: 2.77778vw;
}

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

.popup2-video {
  max-width: 640px;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .popup2-video {
    width: 640px;
  }
}

.popup2-video .popup2-body {
  padding: 0;
}

.popup2-video .popup2-close {
  position: absolute;
  top: -40px;
  right: -10px;
  display: block;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 720px) {
  .popup2-video .popup2-close {
    top: -70px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
}

.popup2-video .popup2-close:before, .popup2-video .popup2-close:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 19px;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .popup2-video .popup2-close:before, .popup2-video .popup2-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
}

.popup2-video .popup2-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 720px) {
  .popup2-video .popup2-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.popup2-video .popup2-close:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

@media screen and (min-width: 720px) {
  .popup2-video .popup2-close:after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

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

.popup2-video .video-box {
  position: relative;
  padding-top: 56.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}

.popup2-video .video-box > * {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}

.promotion [class^="sector-"],
.product [class^="sector-"],
.product-eco [class^="sector-"],
.fullservice [class^="sector-"] {
  position: relative;
}

.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}

.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

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

.sector-title .eco-3496 {
  position: absolute;
  top: 52px;
  right: 0;
  left: 390px;
  z-index: 10;
}

.sector-title .eco-3496 p.brand2 {
  opacity: 1;
  display: block;
  font-size: 12px;
  color: #8996b3;
  letter-spacing: -1.5px;
  font-weight: 200;
}

.sector-banner .eco-3496 {
  position: absolute;
  bottom: 65px;
  right: 0;
  left: 0;
  z-index: 10;
}

.sector-banner .eco-3496 p.brand {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: -1.5px;
  font-weight: 200;
}

.promotion {
  overflow: hidden;
}

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

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

.promotion .pc-only {
  display: block !important;
}

.promotion .wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 1200px;
}

.promotion .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.promotion .slick-arrow {
  left: 50%;
  border-radius: 50%;
  top: 45% !important;
}

.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.40625rem;
  height: 2.40625rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  margin-left: -595px;
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 77px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 77px;
  }
}

.promotion .slick-arrow.slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.60156rem;
  height: 0.60156rem;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 4px;
  border-left-width: 4px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 19.25px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 19.25px;
  }
}

.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.40625rem;
  height: 2.40625rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  margin-left: 520px;
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 77px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 77px;
  }
}

.promotion .slick-arrow.slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.60156rem;
  height: 0.60156rem;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 4px;
  border-right-width: 4px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 19.25px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 19.25px;
  }
}

.promotion .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 7px;
}

.promotion .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #acacac;
}

.promotion .slick-dots li.slick-active button {
  background: #6bc4ff;
}

.promotion .fix-right {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 101;
  opacity: 1;
}

.promotion .fix-right div {
  position: relative;
}

.promotion .fix-right a {
  display: block;
}

.promotion .fix-right .period {
  position: absolute;
  top: 168px;
  left: 0;
  right: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #1a34ff;
}

.promotion .fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}

.promotion .fix-bottom a {
  position: relative;
  display: inline-block;
}

.promotion .fix-bottom a:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 2.5rem;
  height: 2.8125rem;
  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 .fix-bottom a:after {
    width: 80px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .fix-bottom a:after {
    height: 90px;
  }
}

@-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);
  }
}

.promotion .desc {
  text-align: left;
  font-size: 18px;
  letter-spacing: -1.5px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.4);
}

.promotion .sector-title {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 2;
}

.promotion .sector-title .laurel-list {
  position: absolute;
  top: 71px;
  right: 0;
  left: 0;
  text-align: center;
}

.promotion .sector-title p {
  position: absolute;
  text-align: left;
  opacity: 0;
}

.promotion .sector-title p.teacher {
  top: 174px;
  right: -196px;
}

.promotion .sector-title p.title-1 {
  top: 238px;
  left: 20px;
}

.promotion .sector-title p.title-2 {
  top: 314px;
  left: 20px;
}

.promotion .sector-title p.title-3 {
  top: 406px;
  left: 20px;
}

.promotion .sector-title p.title-4 {
  top: 519px;
  left: 20px;
}

.promotion .sector-title p.title-5 {
  top: 723px;
  left: 50px;
}

.promotion .sector-title .action {
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
}

.promotion .sector-title .action a {
  position: relative;
  position: relative;
  display: inline-block;
}

.promotion .sector-title .action a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  display: block;
  width: 3.4375rem;
  height: 3.34375rem;
  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 .sector-title .action a:after {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-title .action a:after {
    height: 107px;
  }
}

@-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);
  }
}

.promotion .sector-title .action .period {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-top: -20px;
}

.promotion .sector-graph {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_graph.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-review {
  padding: 100px 0 105px 0;
}

.promotion .sector-review .slick-list {
  overflow: visible;
}

.promotion .sector-review .slick-list .slick-slide {
  margin: 0 -25px;
  opacity: .3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.promotion .sector-review .slick-list .slick-slide.slick-active {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.promotion .sector-banner-1 {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_banner_1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-banner-2 {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_banner_2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-banner-3 {
  background: #3e3f51;
}

.promotion .sector-banner-3 a {
  position: relative;
  display: inline-block;
}

.promotion .sector-banner-3 a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  display: block;
  width: 3.4375rem;
  height: 3.34375rem;
  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 .sector-banner-3 a:after {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-banner-3 a:after {
    height: 107px;
  }
}

@-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);
  }
}

.promotion .sector-step {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_step.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-teacher {
  background: #efefef;
}

.promotion .sector-set .period {
  position: absolute;
  top: 85px;
  left: 85px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.promotion .sector-plus {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_plus.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-plus .img-plus {
  margin-top: -56px;
}

.promotion .sector-plus .img-gif {
  position: absolute;
  top: 396px;
  left: 168px;
}

.promotion .sector-apply {
  background-color: #f5f5f5;
  background-image: url("//img.eduwill.net/eduwill/img/2022/C/event/220203/pc/bg_apply.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-apply .flag {
  position: absolute;
  top: 474px;
  right: 149px;
}

.promotion .sector-apply .flag strong {
  font-size: 32px;
  font-weight: 800;
  color: #000000;
  line-height: 1.3;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.promotion .sector-apply .action {
  position: absolute;
  bottom: 122px;
  left: 0;
  right: 0;
}

.promotion .sector-apply .action button {
  position: relative;
  display: inline-block;
}

.promotion .sector-apply .action button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 160px;
  z-index: 1;
  display: block;
  width: 3.4375rem;
  height: 3.34375rem;
  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 .sector-apply .action button:after {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-apply .action button:after {
    height: 107px;
  }
}

@-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);
  }
}

.promotion .sector-apply .action .period {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-top: -10px;
}

.promotion .sector-notice {
  padding: 64px 0 74px 0;
  text-align: left;
}

.promotion .sector-notice .notice-box {
  width: 1040px;
  margin: 0 auto;
  padding: 40px;
  background-color: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion .sector-notice .notice-title {
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  text-align: left;
}

.promotion .sector-notice .notice-list {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
/*# sourceMappingURL=web.css.map */