@charset "UTF-8";
.popup .popup-cont .popup-btn, .grid {
  *zoom: 1;
}
.popup .popup-cont .popup-btn:before, .grid:before, .popup .popup-cont .popup-btn:after, .grid:after {
  content: "";
  display: table;
}
.popup .popup-cont .popup-btn: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;
}

#edufLayerTerms ol li ul li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #edufLayerTerms ol li ul li {
    padding-left: 10px;
  }
}
#edufLayerTerms ol li ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.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-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

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

.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;
}
@media screen and (min-width: 1100px) {
  .promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
    max-width: none;
  }
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
    max-width: none;
  }
}

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

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 720px;
  z-index: 40000;
  border-radius: 0.75rem;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup {
    width: 800px;
    max-width: 800px;
  }
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .popup .popup-close {
    width: 80px;
    height: 80px;
  }
}
.popup .popup-close a {
  display: block;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .popup .popup-close a {
    width: 80px;
    height: 80px;
  }
}
.popup .popup-close a:before, .popup .popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .popup .popup-close a:before, .popup .popup-close a:after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
}
.popup .popup-close a:before {
  transform: rotate(45deg);
}
.popup .popup-close a:after {
  transform: rotate(-45deg);
}
.popup .popup-title {
  position: relative;
  background: #eee;
  padding: 1rem 0.75rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    border-radius: 24px 24px 0 0;
  }
}
.popup .popup-title p {
  text-align: left;
}
.popup .popup-title p strong {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  letter-spacing: -0.0625rem;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-title p strong {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title p strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title p strong {
    font-size: 20px;
  }
}
.popup .popup-cont {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background: #fff;
  padding: 0.9375rem 0.625rem 1.875rem;
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont {
    padding: 30px 20px 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont {
    border-radius: 0 0 24px 24px;
  }
}
.popup .popup-cont .base-text p,
.popup .popup-cont .base-text strong {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  display: block;
  letter-spacing: -1px;
  color: #222;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .base-text p,
.popup .popup-cont .base-text strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup .popup-cont .base-text p,
.popup .popup-cont .base-text strong {
    font-size: 16px;
  }
}
.popup .popup-cont .base-text p {
  font-weight: 400;
}
.popup .popup-cont .base-text p + strong {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .base-text p + strong {
    margin-top: 20px;
  }
}
.popup .popup-cont .base-title {
  margin-bottom: 0.375rem;
  padding-left: 0.375rem;
  position: relative;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  display: block;
  letter-spacing: -1px;
  color: #111;
  font-weight: 700;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .base-title {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .base-title {
    padding-left: 12px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .base-title {
    font-size: 28px;
  }
}
.popup .popup-cont .base-title:before {
  content: "·";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .popup .popup-cont .base-title {
    font-size: 18px;
  }
}
.popup .popup-cont table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont table {
    margin-bottom: 30px;
  }
}
.popup .popup-cont table th {
  padding: 0.375rem;
  font-size: 3.3333333333vw;
  color: #222;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  border: 1px solid #ccc;
  background: #eee;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont table th {
    padding: 12px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont table th {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup .popup-cont table th {
    font-size: 14px;
  }
}
.popup .popup-cont table td {
  padding: 0.375rem;
  font-size: 3.3333333333vw;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #ccc;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont table td {
    padding: 12px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont table td {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup .popup-cont table td {
    font-size: 14px;
  }
}
.popup .popup-cont .popup-btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn {
    margin-top: 40px;
  }
}
.popup .popup-cont .popup-btn a {
  position: relative;
  display: table;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  background: #ffd504;
  border-radius: 50px;
  padding: 0.625rem 0;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn a {
    padding: 20px 0;
  }
}
.popup .popup-cont .popup-btn a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn a span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .popup .popup-cont .popup-btn a {
    padding: 0;
    height: 70px;
    text-align: left;
  }
  .popup .popup-cont .popup-btn a span {
    font-weight: 700;
    letter-spacing: -1.5px;
  }
}
.popup .popup-cont .popup-btn a:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  margin-top: -0.15625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn a:after {
    right: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn a:after {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn a:after {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .popup-btn a:after {
    height: 10px;
  }
}
.popup.scroll-pop .popup-cont {
  overflow-y: scroll;
  min-height: 18.75rem;
}
@media screen and (min-width: 720px) {
  .popup.scroll-pop .popup-cont {
    min-height: 600px;
  }
}

#zipcodeLayer {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  border: 6px solid #000;
  transform: translateX(-50%);
}
#zipcodeLayer > div {
  width: 500px !important;
}
@media screen and (min-width: 720px) {
  #zipcodeLayer > div {
    width: auto !important;
  }
}
#zipcodeLayer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}
#zipcodeLayer .zipcode-close:before, #zipcodeLayer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcodeLayer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcodeLayer .zipcode-close:after {
  transform: rotate(-45deg);
}

#edufLayerTerms * {
  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) {
  #edufLayerTerms * {
    letter-spacing: -1px;
  }
}
#edufLayerTerms p {
  font-size: 2.5vw;
  color: #767676;
  opacity: 1;
}
@media screen and (min-width: 720px) {
  #edufLayerTerms p {
    font-size: 18px;
  }
}
#edufLayerTerms ol {
  font-size: 2.5vw;
  color: #767676;
}
@media screen and (min-width: 720px) {
  #edufLayerTerms ol {
    font-size: 18px;
  }
}
#edufLayerTerms ol li {
  margin-left: 2.7777777778vw;
  list-style: decimal;
}
@media screen and (min-width: 720px) {
  #edufLayerTerms ol li {
    margin-left: 20px;
  }
}
#edufLayerTerms ol li ul li {
  margin-left: 0;
  list-style: none;
}

#zipcode_layer {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  z-index: 100005;
  border: 6px solid #000;
}
#zipcode_layer > div {
  width: 500px !important;
}
@media screen and (max-width: 720px) {
  #zipcode_layer > div {
    width: auto !important;
  }
}
#zipcode_layer .zipcode_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #000;
  z-index: 100005;
}
#zipcode_layer .zipcode_close:before, #zipcode_layer .zipcode_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode_layer .zipcode_close:before {
  transform: rotate(45deg);
}
#zipcode_layer .zipcode_close:after {
  transform: rotate(-45deg);
}

.promotion {
  overflow: hidden;
}
.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;
  margin: 0 auto;
  text-align: center;
}
.promotion .wrap-full {
  width: 1800px;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 1;
  display: block;
  width: 9.4444444444vw;
  height: 10.1388888889vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 68px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 73px;
  }
}
@-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 .fix-right {
  position: fixed;
  top: 200px;
  right: 0;
  opacity: 0;
  z-index: 20;
}
.promotion .fix-right a {
  position: relative;
  display: block;
}
.promotion .fix-right a + a {
  margin-top: 8px;
}
.promotion .fix-apply {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 20;
  height: 100px;
  background-color: #040c26;
}
.promotion .fix-apply a {
  display: block;
}
.promotion .fix-apply a img {
  margin-top: -15px;
}
.promotion .fix-apply a::after {
  top: 46%;
  right: 50%;
  transform: translateX(-50%);
  margin-right: -560px;
}
.promotion .sector-title {
  min-width: 1800px;
  background: #27a3db url("//img.eduwill.net/eduwill/img/2022/_116/event/221109/pc/title_bg.jpg") center bottom no-repeat;
  height: 1220px;
  position: relative;
}
.promotion .sector-title .deco-1 {
  position: absolute;
  top: 400px;
  right: 0;
}
.promotion .sector-title .deco-2 {
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 1;
}
.promotion .sector-title .wrap {
  width: 1800px;
}
.promotion .sector-title .wrap > p {
  position: absolute;
  z-index: 15;
  opacity: 0;
  left: 0;
  right: 0;
}
.promotion .sector-title .wrap > p.title-1 {
  z-index: 16;
  top: 64px;
}
.promotion .sector-title .wrap > p.title-2 {
  top: 100px;
}
.promotion .sector-title .wrap > a {
  position: absolute;
  top: 184px;
  right: 440px;
  opacity: 0;
  z-index: 16;
  color: #000000;
  font-size: 18px;
}
.promotion .sector-title .wrap .action {
  z-index: 16;
  opacity: 0;
  position: absolute;
  top: 980px;
  left: 0;
  right: 0;
}
.promotion .sector-member {
  min-width: 1800px;
  background: #26272b url("//img.eduwill.net/eduwill/img/2022/_116/event/221109/pc/all_teacher_bg.jpg") center bottom no-repeat;
}
.promotion .sector-tab-title {
  background: #8700fa url("//img.eduwill.net/eduwill/img/2022/_116/event/221109/pc/tab_title_bg.jpg") center bottom no-repeat;
}
.promotion .sector-tab {
  min-width: 1200px;
}
.promotion .sector-tab .tab-wrap .tab-list {
  width: 1123px;
  margin: auto;
  position: relative;
  margin-top: -100px;
}
.promotion .sector-tab .tab-wrap .tab-list ul {
  overflow: hidden;
}
.promotion .sector-tab .tab-wrap .tab-list ul li {
  position: relative;
  float: left;
  width: 280px;
  height: 100px;
  margin-left: 1px;
  background-color: #56009f;
  color: #c072ff;
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
}
.promotion .sector-tab .tab-wrap .tab-list ul li.active {
  color: #56009f;
}
.promotion .sector-tab .tab-wrap .tab-list ul li:first-child {
  margin-left: 0;
}
.promotion .sector-tab .tab-wrap .tab-list ul li > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.promotion .sector-tab .tab-wrap .tab-list ul li:nth-child(1).active {
  background-color: #12daf9;
}
.promotion .sector-tab .tab-wrap .tab-list ul li:nth-child(2).active {
  background-color: #17d3fb;
}
.promotion .sector-tab .tab-wrap .tab-list ul li:nth-child(3).active {
  background-color: #1ccdfc;
}
.promotion .sector-tab .tab-wrap .tab-list ul li:nth-child(4).active {
  background-color: #22c8fe;
}
.promotion .sector-tab .tab-wrap .tab-view {
  position: relative;
  background: linear-gradient(-90deg, rgba(43, 187, 255, 0.99608) 0%, rgb(18, 217, 250) 70%, rgb(0, 239, 226) 100%);
}
.promotion .sector-tab .tab-wrap .tab-view .btn-text {
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 158px;
  width: 30px;
  height: 30px;
}
.promotion .sector-tab .tab-wrap .tab-view .teacher-text {
  position: absolute;
  top: 265px;
  left: 50%;
  margin-left: -555px;
}
.promotion .sector-tab .tab-wrap .tab-view .teacher-img {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -800px;
}
.promotion .sector-tab .tab-wrap .tab-view .teacher-review {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -555px;
}
.promotion .sector-tab .tab-wrap .tab-view .teacher-review ul {
  width: 500px;
  text-align: left;
}
.promotion .sector-tab .tab-wrap .tab-view .teacher-review ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.promotion .sector-plus {
  background-color: #8700fa;
}
.promotion .sector-plus .wrap {
  width: 1700px;
}
.promotion .sector-plus-event {
  background-color: #8700fa;
}
.promotion .sector-plus-event .wrap {
  width: 1300px;
}
.promotion .sector-plus-event a {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .sector-event01 .wrap {
  width: 1360px;
}
.promotion .sector-event01 .wrap > .text {
  position: absolute;
  left: 195px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.promotion .sector-event01 .wrap > .text.who {
  top: 540px;
}
.promotion .sector-event01 .wrap > .text.date {
  top: 603px;
}
.promotion .sector-event01 .wrap > .text.tip {
  top: 663px;
  color: #8801fb;
}
.promotion .sector-event01 .wrap .form-box {
  padding: 0 24px 50px 24px;
  background: #fff;
}
.promotion .sector-event01 .wrap .comment-box {
  height: 62px;
}
.promotion .sector-event01 .wrap .comment-box .col.input {
  width: 83%;
  height: 100%;
  border: 1px solid #26272b;
  box-sizing: border-box;
}
.promotion .sector-event01 .wrap .comment-box .col.input input {
  width: 100%;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #26272b;
  letter-spacing: -1px;
  border: 0;
  box-sizing: border-box;
}
.promotion .sector-event01 .wrap .comment-box .col.action {
  float: right;
  width: 17%;
  height: 100%;
  background: #26272b;
}
.promotion .sector-event01 .wrap .comment-box .col.action a {
  display: block;
  text-align: center;
}
.promotion .sector-event01 .wrap .comment-box .col.action a span {
  display: block;
  line-height: 62px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.promotion .sector-event01 .wrap .comment-list {
  margin: 40px 0 0;
  box-sizing: border-box;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}
.promotion .sector-event01 .wrap .comment-list .item {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.promotion .sector-event01 .wrap .comment-list .item .col {
  padding: 20px 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-event01 .wrap .comment-list .item .col.number {
  width: 10%;
}
.promotion .sector-event01 .wrap .comment-list .item .col.user {
  width: 20%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.promotion .sector-event01 .wrap .comment-list .item .col.desc {
  width: 70%;
  text-align: left;
  letter-spacing: -0.5px;
  word-break: break-all;
}
.promotion .sector-event01 .wrap .paging {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.promotion .sector-event01 .wrap .paging a {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.promotion .sector-event01 .wrap .paging a.control {
  margin: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.promotion .sector-event01 .wrap .paging a.control::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #777;
  background-color: transparent;
  transform: rotate(45deg);
}
.promotion .sector-event01 .wrap .paging a.control-prev {
  margin-right: 10px;
}
.promotion .sector-event01 .wrap .paging a.control-prev::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin-left: -1px;
}
.promotion .sector-event01 .wrap .paging a.control-next {
  margin-left: 10px;
}
.promotion .sector-event01 .wrap .paging a.control-next::before {
  margin-left: -5px;
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-event01 .wrap .paging a.active {
  color: #333;
  border-bottom: 2px solid #333;
}
.promotion .sector-event02 .wrap {
  width: 1510px;
}
.promotion .sector-event02 .wrap > .text {
  position: absolute;
  left: 285px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.promotion .sector-event02 .wrap > .text.who {
  top: 620px;
}
.promotion .sector-event02 .wrap > .text.date {
  top: 680px;
}
.promotion .sector-event02 .wrap .btn-wrap {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.promotion .sector-event02 .wrap .btn-wrap a {
  display: inline-block;
  vertical-align: bottom;
}
.promotion .sector-event02 .wrap .btn-wrap button {
  display: inline-block;
  vertical-align: bottom;
}
.promotion .sector-event02 .wrap .btn-wrap > p {
  text-align: left;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  padding-left: 120px;
}
.promotion .sector-notice {
  padding: 70px 0;
  background: #f9f9f9 !important;
}
.promotion .sector-notice .wrap {
  width: 1300px;
  margin: 0 auto;
  text-align: left;
}
.promotion .sector-notice .wrap h3 {
  font-size: 18px;
  font-weight: 700;
  color: #a5a5a5;
  margin-bottom: 10px;
}
.promotion .sector-notice .wrap p {
  position: relative;
  font-size: 18px;
  padding-left: 16px;
  color: #e70101;
}
.promotion .sector-notice .wrap p:before {
  content: "※";
  position: absolute;
  left: 0;
}
.promotion .sector-notice .wrap ul li {
  position: relative;
  padding-left: 12px;
  font-size: 17px;
  font-weight: 300;
  color: #a5a5a5;
  line-height: 32px;
}
.promotion .sector-notice .wrap ul li:before {
  content: "·";
  position: absolute;
  left: 4px;
}
.promotion .sector-notice .wrap ul + h3 {
  margin-top: 20px;
}/*# sourceMappingURL=web.css.map */