@charset "UTF-8";
.promotion .sector-tab .result-section, .promotion .sector-tab .tab-list, .grid {
  *zoom: 1;
}
.promotion .sector-tab .result-section:before, .promotion .sector-tab .tab-list:before, .grid:before, .promotion .sector-tab .result-section:after, .promotion .sector-tab .tab-list:after, .grid:after {
  content: "";
  display: table;
}
.promotion .sector-tab .result-section:after, .promotion .sector-tab .tab-list: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;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .slick-dots button {
  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;
}

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

.effect-bounce-diagonal {
  -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% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    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% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    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-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;
  }
}

.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;
  margin: 0 auto;
  width: 100%;
}

.promotion .motion-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-box-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}

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

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  display: none;
  width: 100%;
  max-width: 720px;
  letter-spacing: -1px;
  background: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 1000px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.40625rem;
  height: 1.40625rem;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 45px;
  }
}
.popup .popup-close:before, .popup .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22.5px;
  height: 2px;
  margin-left: -11.25px;
  background-color: #fff;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  transform: rotate(315deg);
}
.popup .popup-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;
}
.popup .popup-body {
  padding: 6.9444444444vw 5.5555555556vw;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 50px 40px;
  }
}
.popup .popup-body P {
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  margin: 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-body P {
    font-size: 18px;
  }
}
.popup .popup-body h2 {
  text-align: center;
  line-height: 2;
  font-size: 3.4722222222vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body h2 {
    margin-bottom: 10px;
  }
}

#popupBase p {
  display: block;
}
#popupBase .popup-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.40625rem;
  height: 1.40625rem;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 720px) {
  #popupBase .popup-close {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  #popupBase .popup-close {
    height: 45px;
  }
}
#popupBase .popup-close:before, #popupBase .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22.5px;
  height: 2px;
  margin-left: -11.25px;
  background-color: #333;
}
#popupBase .popup-close:before {
  transform: rotate(45deg);
}
#popupBase .popup-close:after {
  transform: rotate(315deg);
}
#popupBase .popup-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;
}

#popupSchedule .popup-title {
  background-color: #1985f4;
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding: 6.9444444444vw 0;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-title {
    padding: 50px 0;
  }
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-title {
    font-size: 36px;
  }
}
#popupSchedule .popup-sub-title {
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 4.8611111111vw 0 2.0833333333vw 0;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-sub-title {
    padding: 35px 0 15px 0;
  }
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-sub-title {
    font-size: 25px;
  }
}
#popupSchedule .popup-table {
  width: 100%;
}
#popupSchedule .popup-table .noti {
  text-align: center;
}
#popupSchedule .popup-table table {
  width: 100%;
  border-top: 2px solid #303032;
  border-spacing: 0;
}
#popupSchedule .popup-table table thead tr th {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding: 1.3888888889vw 1.3888888889vw;
  text-align: center;
  font-size: 2.7777777778vw;
  background-color: #fafafa;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-table table thead tr th {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-table table thead tr th {
    font-size: 20px;
  }
}
#popupSchedule .popup-table table thead tr th:first-child {
  border-left: none;
}
#popupSchedule .popup-table table tbody tr th, #popupSchedule .popup-table table tbody tr td {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding: 2.7777777778vw 1.3888888889vw;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-table table tbody tr th, #popupSchedule .popup-table table tbody tr td {
    padding: 20px 10px;
  }
}
#popupSchedule .popup-table table tbody tr th {
  font-size: 2.7777777778vw;
  background-color: #fafafa;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-table table tbody tr th {
    font-size: 20px;
  }
}
#popupSchedule .popup-table table tbody tr th:first-child {
  border-left: none;
}
#popupSchedule .popup-table table tbody tr td {
  font-size: 2.7777777778vw;
  color: #222;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-table table tbody tr td {
    font-size: 20px;
  }
}
#popupSchedule .popup-table table.schedule2 tbody tr th, #popupSchedule .popup-table table.schedule2 tbody tr td {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #popupSchedule .popup-table table.schedule2 tbody tr th, #popupSchedule .popup-table table.schedule2 tbody tr td {
    font-size: 18px;
  }
}
#popupSchedule .popup-table table.schedule2 tbody tr th.light, #popupSchedule .popup-table table.schedule2 tbody tr td.light {
  background-color: #e8f3fe !important;
}
#popupSchedule .popup-table table.schedule2 tbody tr td:first-child {
  border-left: none;
}
#popupSchedule .noti {
  color: #b5b5b5;
  font-size: 2.2222222222vw;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #popupSchedule .noti {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  #popupSchedule .noti {
    margin-top: 10px;
  }
}

#popupList .popup-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.40625rem;
  height: 1.40625rem;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 720px) {
  #popupList .popup-close {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  #popupList .popup-close {
    height: 45px;
  }
}
#popupList .popup-close:before, #popupList .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22.5px;
  height: 2px;
  margin-left: -11.25px;
  background-color: #000;
}
#popupList .popup-close:before {
  transform: rotate(45deg);
}
#popupList .popup-close:after {
  transform: rotate(315deg);
}
#popupList .popup-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;
}
#popupList .layer_head {
  padding: 12px 0 13px 16px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaf4;
  background-color: #fff;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popupList .layer_head {
    font-size: 24px;
  }
}
#popupList .layer_head p {
  margin-top: 2px;
  font-size: 2.5vw;
  color: #999;
  font-weight: normal;
}
@media screen and (min-width: 720px) {
  #popupList .layer_head p {
    font-size: 18px;
  }
}
#popupList .layer_body {
  padding: 0 16px;
  text-align: center;
}
#popupList .layer_body table {
  width: 100%;
}
#popupList .layer_body table td {
  padding: 16px 0;
  color: #333334;
  text-align: center;
  border-top: 1px solid #eaeaf4;
}
#popupList .layer_body table tr:first-child td {
  border-top: 0;
}
#popupList .layer_body table td:first-child strong {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #popupList .layer_body table td:first-child strong {
    font-size: 18px;
  }
}
#popupList .layer_body table td.title {
  padding-left: 12px;
  padding-right: 8px;
  text-align: left;
  font-size: 2.5vw;
  line-height: 21px;
}
@media screen and (min-width: 720px) {
  #popupList .layer_body table td.title {
    font-size: 18px;
  }
}
#popupList .layer_body table td:last-child {
  text-align: right;
}
#popupList .layer_body table td .btn_play {
  display: inline-block;
  padding: 5px 12px;
  font-size: 2.5vw;
  border: 1px solid #ee782f;
}
@media screen and (min-width: 720px) {
  #popupList .layer_body table td .btn_play {
    font-size: 18px;
  }
}
#popupList .layer_body table td .btn_play span {
  color: #ee782f;
}
#popupList .layer_body table td .btn_play:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: -1px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ee782f;
}

.promotion {
  overflow: hidden;
  text-align: center;
}
.promotion * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
}
.promotion .content {
  position: relative;
}
.promotion .blnone {
  border-left: none !important;
}
.promotion .mobile-only {
  display: none;
}
.promotion .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 7;
  margin: 0 auto;
}
.promotion .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.5s ease;
}
.promotion .slick-dots li:first-child {
  margin-left: 0;
}
.promotion .slick-dots li.slick-active {
  opacity: 1;
  transition: all 0.5s ease;
  background: #1985f4;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  top: 45%;
  left: 0%;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 40px;
  }
}
.promotion .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 10px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  top: 45%;
  right: 0%;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 40px;
  }
}
.promotion .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 10px;
  }
}
.promotion .right-banner {
  position: fixed;
  z-index: 11;
  top: 200px;
  right: 0;
  margin: 0 auto;
  width: 186px;
}
.promotion .right-banner .banner-box {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.promotion .right-banner a {
  position: relative;
  display: block;
  width: 186px;
  height: 114px;
}
.promotion .right-banner a:nth-child(4) {
  height: 124px;
}
.promotion .bottom-banner {
  position: fixed;
  height: 80px;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
}
.promotion .bottom-banner a {
  position: relative;
  display: inline-block;
}
.promotion .bottom-banner a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  z-index: 1;
  display: block;
  width: 1.78125rem;
  height: 2.03125rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .bottom-banner a:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .bottom-banner a:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 1.59375rem;
  height: 1.84375rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 51px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 59px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .notice {
  font-size: 14px;
  color: #888;
  font-weight: normal;
  text-align: left;
}
.promotion .sector-title {
  background-color: #0c87ef;
  background-image: url("//img.eduwill.net/eduwill/img/2022/M/exam/220704/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title .btn-base {
  position: absolute;
  z-index: 3;
  top: 90px;
  right: 80px;
  cursor: pointer;
}
.promotion .sector-title .left-banner {
  position: absolute;
  z-index: 3;
  top: 355px;
  left: 50%;
  margin-left: 300px;
}
.promotion .sector-title .left-banner a {
  cursor: pointer;
}
.promotion .sector-tab a.btn {
  margin-bottom: 10px;
  border-radius: 4px;
  display: inline-block;
  width: 340px;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}
.promotion .sector-tab a.btn span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.promotion .sector-tab a.btn.pink {
  background-color: #1985f4;
}
.promotion .sector-tab a.btn.black {
  background-color: #222;
}
.promotion .sector-tab a.btn.line {
  background-color: none;
  border-radius: 4px;
  border: 2px solid #1985f4;
  padding: 15px 6px;
  min-width: 90px;
}
.promotion .sector-tab a.btn.line span {
  color: #1985f4;
}
.promotion .sector-tab a.icon-btn {
  border-radius: 4px;
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}
.promotion .sector-tab a.icon-btn span {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  letter-spacing: -1px;
  margin-left: -30px;
}
.promotion .sector-tab a.icon-btn.down {
  background-image: url("//img.eduwill.net/eduwill/img/2022/M/exam/220704/pc/down.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-size: 20px 21px;
  background-position: 79% center;
  background-color: transparent;
  border: 2px solid #1985f4;
  color: #1985f4;
}
.promotion .sector-tab a.icon-btn.quick {
  background-image: url("//img.eduwill.net/eduwill/img/2022/M/exam/220704/pc/quick.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-size: 24px 24px;
  background-position: 79% center;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.promotion .sector-tab .scrollfix {
  background-color: #fff;
  z-index: 100;
}
.promotion .sector-tab .scrollfix:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.promotion .sector-tab .tab-list {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.promotion .sector-tab .tab-list li {
  position: relative;
  float: left;
  width: 50%;
  line-height: 94px;
  box-sizing: border-box;
  text-align: center;
}
.promotion .sector-tab .tab-list li a {
  font-weight: bold;
  display: table;
  width: 100%;
  height: 94px;
  box-sizing: border-box;
}
.promotion .sector-tab .tab-list li a span {
  line-height: 1;
  letter-spacing: -2px;
  font-size: 30px;
  color: #1e2435;
  vertical-align: middle;
  display: inline-block;
}
.promotion .sector-tab .tab-list li a em {
  background: rgba(30, 36, 53, 0.5);
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  padding: 7px 27px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  margin: 10px;
}
.promotion .sector-tab .tab-list li.in a {
  background: #fff;
}
.promotion .sector-tab .tab-list li.in a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  border-bottom: 6px solid #000;
}
.promotion .sector-tab .tab-list li.in a span {
  color: #1e2435;
}
.promotion .sector-tab .tab-list li.in a em {
  background: #1985f4;
  color: #fff;
}
.promotion .sector-tab .item {
  padding-bottom: 120px;
  display: none;
}
.promotion .sector-tab .item.in {
  display: block;
}
.promotion .sector-tab .content {
  position: relative;
}
.promotion .sector-tab .content.reason-2 .slide-box {
  width: 370px;
  position: absolute;
  top: 50px;
  left: auto;
  right: 120px;
}
.promotion .sector-tab .content.reason-2 .slide-box .slick-slide {
  display: inline-block;
  width: 370px !important;
  height: 290px;
}
.promotion .sector-tab .content.reason-2 .slide-box .slick-arrow {
  display: none !important;
}
.promotion .sector-tab .content.usage {
  background: #f4f4f4;
}
.promotion .sector-tab .content.usage-1 {
  background: #f4f4f4;
}
.promotion .sector-tab .content.usage-2 {
  background: #f4f4f4;
}
.promotion .sector-tab .content.usage-3 {
  background: #f4f4f4;
}
.promotion .sector-tab .content.usage-4 {
  background: #f4f4f4;
}
.promotion .sector-tab .apply-section .apply-banner {
  box-sizing: border-box;
  background: #ffd200;
}
.promotion .sector-tab .apply-section .apply-banner strong {
  padding: 45px 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #000;
  font-weight: 800;
}
.promotion .sector-tab .apply-section .apply-banner em {
  position: relative;
  z-index: 3;
  font-weight: 800;
}
.promotion .sector-tab .apply-section .apply-banner em:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 15px;
  background-color: #fff;
}
.promotion .sector-tab .apply-section .apply-banner .wrap:before {
  content: "";
  background-image: url("//img.eduwill.net/eduwill/img/2022/M/exam/220704/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  width: 163px;
  height: 53px;
  position: absolute;
  z-index: 7;
  bottom: -53px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.promotion .sector-tab .apply-section .apply-text h3 {
  font-size: 50px;
  color: #222;
  letter-spacing: -1px;
  font-weight: 800;
  display: inline-block;
  line-height: 1.4;
  padding-top: 100px;
  padding-bottom: 50px;
}
.promotion .sector-tab .apply-section .info-box {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
}
.promotion .sector-tab .apply-section .info-box .table-row {
  font-size: 20px;
  text-align: left;
  width: 100%;
  font-size: 20px;
}
.promotion .sector-tab .apply-section .info-box .table-row th,
.promotion .sector-tab .apply-section .info-box .table-row td {
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.promotion .sector-tab .apply-section .info-box .table-row th {
  padding: 16px 0;
  font-weight: 500;
  vertical-align: top;
}
.promotion .sector-tab .apply-section .info-box .table-row td {
  padding: 16px 0;
  font-weight: 400;
  vertical-align: top;
}
.promotion .sector-tab .apply-section .info-box .small {
  font-size: 16px;
}
.promotion .sector-tab .apply-section .info-box .mark {
  color: #1985f4;
}
.promotion .sector-tab .apply-section .info-box .gray {
  color: #888;
}
.promotion .sector-tab .apply-section .info-box .bold {
  font-weight: bold;
}
.promotion .sector-tab .apply-section .button-box {
  margin-top: 50px;
}
.promotion .sector-tab .apply-section .button-box a {
  display: block;
  position: relative;
  display: inline-block;
}
.promotion .sector-tab .apply-section .button-box a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.78125rem;
  height: 2.03125rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .apply-section .button-box a:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .apply-section .button-box a:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .sector-tab .result-section {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  position: relative;
  margin: 0 auto;
}
.promotion .sector-tab .result-section .result-box {
  width: 1100px;
  margin: 0 auto;
  margin-top: 90px;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 70px 100px;
  box-sizing: border-box;
}
.promotion .sector-tab .result-section h3 {
  display: inline-block;
  line-height: 1.2;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
.promotion .sector-tab .result-section h3 em {
  font-weight: 800;
}
.promotion .sector-tab .result-section .btn-box {
  margin-top: 50px;
  margin-bottom: 20px;
}
.promotion .sector-tab .result-section .btn-box a {
  width: 755px;
  display: inline-block;
  margin: 0 20px;
}
.promotion .sector-tab .result-section .btn-box a.blue {
  background-color: #1985f4;
}
.promotion .sector-tab .result-section .btn-box a.gray {
  background-color: #7f7f7f;
}
.promotion .sector-tab .result-section .notice {
  padding-left: 85px;
}
.promotion .sector-tab .lecture-section {
  margin-top: 120px;
}
.promotion .sector-tab .lecture-section .lecture-box {
  margin: 0 auto;
}
.promotion .sector-tab .lecture-section h3 span {
  vertical-align: middle;
  display: inline-block;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1.5px;
  position: relative;
  z-index: 3;
  margin: 0 10px;
}
.promotion .sector-tab .lecture-section h3 em {
  vertical-align: middle;
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1.5px;
  position: relative;
  z-index: 3;
  margin: 0 5px;
  color: #badafc;
}
.promotion .sector-tab .lecture-section .notice {
  text-align: center;
  margin-top: 20px;
}
.promotion .sector-tab .lecture-section .link-box {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  margin-top: 45px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.promotion .sector-tab .lecture-section .link-box li {
  box-sizing: border-box;
  border-right: 1px solid #e9e9e9;
  width: 25%;
}
.promotion .sector-tab .lecture-section .link-box li a {
  display: block;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  line-height: 1;
  padding: 20px 0;
  font-size: 17px;
}
.promotion .sector-tab .lecture-section .link-box li.on a {
  color: #fff;
  background-color: #92c7fe;
}
.promotion .sector-tab .lecture-section .video-box {
  background: #92c7fe;
  background: linear-gradient(to bottom, #92c7fe 0%, #92c7fe 70%, #fff 70%, #fff 100%);
  padding-top: 90px;
}
.promotion .sector-tab .lecture-section .video-box .video {
  position: relative;
  width: 960px;
  height: 550px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.promotion .sector-tab .lecture-section .video-box .video a {
  width: 100%;
  height: 100%;
}
.promotion .sector-tab .lecture-section .video-box .video a img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}
.promotion .sector-tab .lecture-section .down-box {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 50px;
  box-sizing: border-box;
  box-shadow: 5px 3px 10px 5px rgba(0, 0, 0, 0.3);
}
.promotion .sector-tab .lecture-section .down-box h4 {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #222;
  background-color: #f6f6f6;
  margin-bottom: 25px;
}
.promotion .sector-tab .lecture-section .down-box h4 em {
  font-weight: 800;
}
.promotion .sector-tab .lecture-section .down-box .btn-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin: 0 auto;
}
.promotion .sector-tab .lecture-section .down-box .btn-box .download {
  width: 590px;
  display: inline-block;
}
.promotion .sector-tab .lecture-section .down-box .btn-box .download a {
  display: inline-block;
  margin: 10px;
}
.promotion .sector-tab .lecture-section .down-box .btn-box .wrong-answer {
  margin: 10px;
  display: inline-block;
}
.promotion .sector-tab .lecture-section .down-box .btn-box .wrong-answer a {
  height: 140px;
}
.promotion .sector-tab .lecture-section .down-box .btn-box .wrong-answer a span {
  line-height: 8;
}/*# sourceMappingURL=web.css.map */