@charset "UTF-8";
/*event.scss*/
/*_buttons.scss*/
/*_colors.scss*/
/*_mixins.scss*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*_placeholder.scss*/
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl, div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap, div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul, div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box, div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul, div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul, div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul, div.bigdata_260312 section.bar_sc .wrap_1024 {
  *zoom: 1;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl:before, div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul:before, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box:before, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap:before, div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul:before, div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box:before, div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul:before, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge:before, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul:before, div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul:before, div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul:before, div.bigdata_260312 section.bar_sc .wrap_1024:before, div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl:after, div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul:after, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box:after, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap:after, div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul:after, div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box:after, div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul:after, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge:after, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul:after, div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul:after, div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul:after, div.bigdata_260312 section.bar_sc .wrap_1024:after {
  content: "";
  display: table;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl:after, div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul:after, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box:after, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap:after, div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul:after, div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box:after, div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul:after, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge:after, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul:after, div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul:after, div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul:after, div.bigdata_260312 section.bar_sc .wrap_1024:after {
  clear: both;
}

a.board_link_btn {
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
a.board_link_btn.blue {
  background: #0b71b9;
}

/*_forms.scss*/
div.layer_pop, div.layer_pop_m {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(../../../img//all_bg.png) repeat;
}

div.pop_wrap {
  width: 970px;
  height: 550px;
  overflow-y: auto;
  padding: 30px;
  background: #ebecee;
}
@media (max-width: 960px) {
  div.pop_wrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

/*_icons.scss*/
span.top_alarm {
  display: inline-block;
  background: #5391d5;
  width: 20px;
  height: 20px;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 3px;
}

span.ico_border_co1 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #21b1ea;
  background: none;
  color: #21b1ea;
}
@media (max-width: 960px) {
  span.ico_border_co1 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_border_co1 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_border_co1 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_border_co2 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #f26c4f;
  background: none;
  color: #f26c4f;
}
@media (max-width: 960px) {
  span.ico_border_co2 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_border_co2 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_border_co2 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_back_co1 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #f26c4f;
  background: #f26c4f;
  color: #fff;
}
@media (max-width: 960px) {
  span.ico_back_co1 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_back_co1 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_back_co1 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_back_co2 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #21b1ea;
  background: #21b1ea;
  color: #fff;
}
@media (max-width: 960px) {
  span.ico_back_co2 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_back_co2 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_back_co2 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

/*_buttons1.scss*/
/*_colors1.scss*/
/*_mixins1.scss*/
/*_buttons2.scss*/
/*_colors2.scss*/
/*_mixins2.scss*/
/*_placeholder2.scss*/
/*_buttons3.scss*/
/*_colors3.scss*/
/*_icons3.scss*/
/*_mixins3.scss*/
/* Sub-section comment block
   ========================================================================== */
/* Usage */
/* svg element
 ========================================================================== */
/* maring-and-padding-spacing
  ========================================================================== */
/*_placeholder3.scss*/
div.bigdata_260312 ul li {
  float: none;
  width: 100%;
}

/**
 * A Long-shadow mixin, guaranteed to make your Dribbble shots 11% cooler
 * @param  string  $color_a  The darkest colour (closest the object)
 * @param  string  $color_b  The lightest colour (often the background colour)
 * @param  int     $stepnum  Number of steps
 * @param  int     $opacity  The opacity of the blend
 * @return list         	   Returns a list ready to drop into 'box-shadow' or text-shadow
 */
div.bigdata_260312 section.notice_sc, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .subject, div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li:hover, div.bigdata_260312 section.book_sc .title_wrap .txt, div.bigdata_260312 section.book_sc .title_wrap .tit, div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec, div.bigdata_260312 section.review_sc .title_wrap .tit, div.bigdata_260312 section.tc_sc, div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn, div.bigdata_260312 {
  color: #0e1224;
}

div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st, div.bigdata_260312 section.lector_sc, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec, div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li.active, div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box, div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li, div.bigdata_260312 .free_lecture_sc, div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li, div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li {
  background-color: #0e1224;
}

div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st, div.bigdata_260312 section.wafull_sc .title_wrap .txt > em, div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li.active > p, div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li.active, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec, div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li.active, div.bigdata_260312 .free_lecture_sc, div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap, div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .txt {
  color: #fff;
}

div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap, div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li.active, div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li, div.bigdata_260312 section.tc_sc, div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn {
  background-color: #fff;
}

div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li, div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li {
  background-color: #d4d6e5;
}

div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 > span, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .before, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li {
  color: #2c2e39;
}

div.bigdata_260312 section.order_sc, div.bigdata_260312 section.bene_sc, div.bigdata_260312 section.worry_sc {
  background-color: #2c2e39;
}

div.bigdata_260312 section.book_sc, div.bigdata_260312 section.review_sc {
  background-color: #eff2f5;
}

div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .explain, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_01, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .after, div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li.active, div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .conts > em, div.bigdata_260312 section.review_sc .title_wrap .tit > em, div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .tit {
  color: #5216ff;
}

div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt::before, div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st:hover, div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st:hover, div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li.active, div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec:hover {
  background-color: #5216ff;
}

div.bigdata_260312 section.wafull_sc .title_wrap .tit > em, div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .tit > em, div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .txt > em, div.bigdata_260312 section.bene_sc .title_wrap .tit > em, div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt > em {
  color: #8054ff;
}

div.bigdata_260312 section.bar_sc.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

div.bigdata_260312 {
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "맑은고딕", "Malgun Gothic", sans-serif, "돋음", "dotum";
  word-break: keep-all;
  letter-spacing: -0.3px;
}
div.bigdata_260312 br {
  font-family: none;
}
div.bigdata_260312 .title_wrap {
  text-align: center;
  padding: 0;
  line-height: 1.3;
}
div.bigdata_260312 .title_wrap .tit {
  font-size: 46px;
  font-size: 2.99rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.2px;
}
div.bigdata_260312 .title_wrap .txt {
  font-size: 22px;
  font-size: 1.43rem;
  font-weight: 400;
  color: #afb5be;
  margin-top: 28px;
  letter-spacing: -0.2px;
}
@media (max-width: 960px) {
  div.bigdata_260312 .title_wrap .tit {
    font-size: 40px;
    font-size: 2.6rem;
    letter-spacing: -1px;
  }
  div.bigdata_260312 .title_wrap .txt {
    font-size: 20px;
    font-size: 1.3rem;
    margin-top: 25px;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 .title_wrap .tit {
    font-size: 32px;
    font-size: 2.08rem;
  }
  div.bigdata_260312 .title_wrap .txt {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 .title_wrap .tit {
    font-size: 25px;
    font-size: 1.625rem;
  }
  div.bigdata_260312 .title_wrap .txt {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 15px;
  }
}
div.bigdata_260312 section.header {
  background: #010205 url("/wowpass/img/event/bigdata_260312/bg.jpg") top center no-repeat;
  overflow: hidden;
}
@media (max-width: 760px) {
  div.bigdata_260312 section.header {
    background-size: cover;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
div.bigdata_260312 section.header .wrap_1024 .medal > img {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
div.bigdata_260312 section.header .wrap_1024 .main_img > img {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 80px auto 70px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.bigdata_260312 section.header .wrap_1024 .rollong_wrap {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(234, 240, 246, 0.15);
  border-radius: 50px;
  height: 185px;
  width: 76%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li {
  height: 185px;
  padding: 30px 4%;
}
div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .top {
  font-size: 16px;
  font-size: 1.04rem;
  font-weight: 500;
  color: #b6c2d9;
}
div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .icon {
  margin: 15px auto 8px;
}
div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .txt {
  font-size: 24px;
  font-size: 1.56rem;
  font-weight: 500;
}
div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .txt > em {
  background: linear-gradient(135deg, #8054ff 8%, #52fffd 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap {
  margin-top: 70px;
  padding: 0 22% 120px;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 46%;
  height: 64px;
  text-align: center;
  margin: 0 calc(2% - 2px);
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 {
  border: 1px solid #52fffd;
  padding-top: 19px;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 > span {
  font-size: 17.6px;
  font-size: 1.144rem;
  color: #52fffd;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1:hover {
  border: 1px solid #fff;
  transition: 0.1s;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1:hover > span {
  color: #fff;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 {
  border: 1px solid #77849d;
  padding-top: 19px;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 > span {
  font-size: 17.6px;
  font-size: 1.144rem;
  color: #77849d;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2:hover {
  border: 1px solid #fff;
  transition: 0.1s;
}
div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2:hover > span {
  color: #fff;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.header .wrap_1024 .medal > img {
    width: 45%;
  }
  div.bigdata_260312 section.header .wrap_1024 .main_img > img {
    margin: 70px auto 60px;
    width: 66%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap {
    border-radius: 40px;
    height: 178px;
    width: 84%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li {
    height: 178px;
    padding: 25px 4%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .top {
    font-size: 15.6px;
    font-size: 1.014rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .icon {
    margin: 13px auto 8px;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .txt {
    font-size: 21px;
    font-size: 1.365rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap {
    margin-top: 60px;
    padding: 0 16% 100px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn {
    width: 46%;
    height: 64px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 {
    padding-top: 20px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 > span {
    font-size: 17.4px;
    font-size: 1.131rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 {
    padding-top: 20px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 > span {
    font-size: 17.4px;
    font-size: 1.131rem;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.header .wrap_1024 .medal > img {
    width: 60%;
  }
  div.bigdata_260312 section.header .wrap_1024 .main_img > img {
    margin: 50px auto 35px;
    width: 80%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap {
    border-radius: 30px;
    height: 165px;
    width: 90%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li {
    height: 165px;
    padding: 25px 4%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .top {
    font-size: 14.6px;
    font-size: 0.949rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .icon {
    margin: 13px auto 8px;
    width: 50px;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .txt {
    font-size: 18px;
    font-size: 1.17rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap {
    margin-top: 50px;
    padding: 0 4% 80px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn {
    width: 46%;
    height: 60px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 {
    padding-top: 20px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 > span {
    font-size: 16.4px;
    font-size: 1.066rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 {
    padding-top: 20px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 > span {
    font-size: 16.4px;
    font-size: 1.066rem;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.header .wrap_1024 .medal > img {
    width: 64%;
  }
  div.bigdata_260312 section.header .wrap_1024 .main_img > img {
    margin: 35px auto 25px;
    width: 86%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap {
    border-radius: 25px;
    height: 155px;
    width: 90%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li {
    height: 155px;
    padding: 25px 4%;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .top {
    font-size: 13.6px;
    font-size: 0.884rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .icon {
    margin: 10px auto 6px;
    width: 42px;
  }
  div.bigdata_260312 section.header .wrap_1024 .rollong_wrap .rolling_ul li .txt {
    font-size: 16.2px;
    font-size: 1.053rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap {
    margin-top: 25px;
    padding: 0 4% 60px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn {
    width: 100%;
    height: 58px;
    margin: 10px 0 0;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 {
    padding-top: 18px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st1 > span {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 {
    padding-top: 18px;
  }
  div.bigdata_260312 section.header .wrap_1024 .btn_wrap .go_btn.st2 > span {
    font-size: 15px;
    font-size: 0.975rem;
  }
}
div.bigdata_260312 section.bar_sc {
  background: #6531ff;
  padding: 15px 2%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap {
  float: left;
}
div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_txt {
  font-size: 16px;
  font-size: 1.04rem;
  margin-top: 5px;
  font-weight: 400;
  color: #bbb5d1;
}
div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_num {
  font-size: 30px;
  font-size: 1.95rem;
  margin-top: 5px;
  letter-spacing: 0;
  font-weight: bold;
}
div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn {
  width: 258px;
  height: 72px;
  border-radius: 100px;
  text-align: center;
  letter-spacing: 0;
  float: right;
}
div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn p {
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 72px;
  font-weight: 700;
}
div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn p > span {
  padding-left: 40px;
  transition: 0.3s;
  letter-spacing: 0.2px;
}
div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn:hover {
  background: #f9f8f7;
}
div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn:hover p > span {
  padding-left: 42px;
  transition: 0.3s;
}
div.bigdata_260312 section.bar_sc.fixed {
  transform: translateY(0);
}
div.bigdata_260312 section.bar_sc.bar_sc:not(.fixed) {
  transform: translateY(-20px);
  opacity: 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.bar_sc {
    padding: 15px 4%;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_txt {
    font-size: 15px;
    font-size: 0.975rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_num {
    font-size: 27px;
    font-size: 1.755rem;
    margin-top: 3px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn {
    width: 240px;
    height: 64px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn p {
    font-size: 18px;
    font-size: 1.17rem;
    line-height: 64px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn p > span {
    padding-left: 5px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn:hover p > span {
    padding-left: 5px;
  }
}
@media (max-width: 640px) {
  div.bigdata_260312 section.bar_sc {
    padding: 18px 4%;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 {
    text-align: center;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap {
    float: none;
    width: 100%;
    text-align: center;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_txt {
    font-size: 14.6px;
    font-size: 0.949rem;
    margin-top: 0;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_num {
    font-size: 24px;
    font-size: 1.56rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn {
    width: 66%;
    height: 66px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    text-align: center;
    margin-top: 13px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn p {
    font-size: 17.2px;
    font-size: 1.118rem;
    line-height: 66px;
  }
}
@media (max-width: 380px) {
  div.bigdata_260312 section.bar_sc {
    padding: 15px 4% 18px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_txt {
    font-size: 13.6px;
    font-size: 0.884rem;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 .count_wrap .count_num {
    font-size: 19px;
    font-size: 1.235rem;
    margin-top: 3px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn {
    width: 90%;
    height: 56px;
    margin-top: 13px;
  }
  div.bigdata_260312 section.bar_sc .wrap_1024 a.go_btn p {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 56px;
  }
}
div.bigdata_260312 section.worry_sc {
  padding: 100px 0;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
div.bigdata_260312 section.worry_sc .title_wrap .txt {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.worry_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.worry_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.worry_sc {
    padding: 40px 4%;
  }
}
div.bigdata_260312 section.worry_sc .wrap_1024 {
  margin-top: 60px;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li {
  float: left;
  width: 31.3%;
  height: 210px;
  margin: 0 1%;
  border: 1px solid #8054ff;
  border-radius: 25px;
  padding: 35px 23px;
  line-height: 1.5;
  cursor: pointer;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .emoji {
  font-size: 30px;
  font-size: 1.95rem;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .txt {
  font-size: 18px;
  font-size: 1.17rem;
  color: #b6b8d9;
  margin-top: 6px;
  font-weight: 300;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer {
  margin-top: 22px;
  display: none;
  opacity: 0;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt {
  font-size: 18px;
  font-size: 1.17rem;
  color: #fff;
  font-weight: 300;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt > em {
  font-weight: 700;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li.on {
  height: 455px;
}
div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li.on .answer {
  display: block;
  opacity: 1;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.worry_sc .wrap_1024 {
    margin-top: 50px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li {
    height: 190px;
    padding: 25px 20px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .emoji {
    font-size: 28px;
    font-size: 1.82rem;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .txt {
    font-size: 17px;
    font-size: 1.105rem;
    margin-top: 6px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .txt .dp_w {
    display: none;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer {
    margin-top: 20px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt {
    font-size: 17px;
    font-size: 1.105rem;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt .dp_w {
    display: none;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li.on {
    height: auto;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.worry_sc .wrap_1024 {
    margin-top: 30px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    height: auto;
    padding: 25px 6%;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .emoji {
    font-size: 26px;
    font-size: 1.69rem;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .txt {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 5px;
    line-height: 1.4;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer {
    margin-top: 20px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt {
    font-size: 16px;
    font-size: 1.04rem;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.worry_sc .wrap_1024 {
    margin-top: 20px;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li {
    border-radius: 20px;
    padding: 23px 6%;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .emoji {
    font-size: 25px;
    font-size: 1.625rem;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .question .txt {
    font-size: 15.6px;
    font-size: 1.014rem;
  }
  div.bigdata_260312 section.worry_sc .wrap_1024 .worry_ul > li .answer .txt {
    font-size: 15.6px;
    font-size: 1.014rem;
  }
}
div.bigdata_260312 section.reason_sc {
  background: #0a0f1c;
  padding: 100px 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.reason_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.reason_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.reason_sc {
    padding: 40px 4%;
  }
}
div.bigdata_260312 section.reason_sc .wrap_1024 {
  margin-top: 60px;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li {
  position: relative;
  float: left;
  width: 48%;
  height: 240px;
  margin: 0 1% 20px 1%;
  padding: 35px 30px;
  line-height: 1.4;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .emoji {
  font-size: 36px;
  font-size: 2.34rem;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .tit {
  font-size: 20px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  margin-top: 5px;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .txt {
  font-size: 17px;
  font-size: 1.105rem;
  color: #838791;
  margin-top: 10px;
  font-weight: 300;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .txt > em {
  color: #fff;
  font-weight: 500;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li.st_01:before {
  background: linear-gradient(135deg, #3e81f7 8%, #9464ff 80%);
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li.st_02:before {
  background: linear-gradient(135deg, #12c48d 8%, #3e8eff 80%);
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li.st_03:before {
  background: linear-gradient(135deg, #ffb311 0%, #ff7715 70%);
}
div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li.st_04:before {
  background: linear-gradient(135deg, #8c5aee 8%, #fa484e 80%);
}
@media (max-width: 760px) {
  div.bigdata_260312 section.reason_sc .wrap_1024 {
    margin-top: 50px;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li {
    height: 260px;
    padding: 30px 25px;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .emoji {
    font-size: 32px;
    font-size: 2.08rem;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .tit {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .txt {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  div.bigdata_260312 section.reason_sc .wrap_1024 {
    margin-top: 30px;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li {
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
    padding: 30px 4%;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .emoji {
    font-size: 30px;
    font-size: 1.95rem;
  }
}
@media (max-width: 400px) {
  div.bigdata_260312 section.reason_sc .wrap_1024 {
    margin-top: 25px;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .emoji {
    font-size: 27px;
    font-size: 1.755rem;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .tit {
    font-size: 16.2px;
    font-size: 1.053rem;
  }
  div.bigdata_260312 section.reason_sc .wrap_1024 .reason_ul > li .txt {
    font-size: 15px;
    font-size: 0.975rem;
    margin-top: 8px;
  }
}
div.bigdata_260312 section.tc_sc {
  padding: 80px 0 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.tc_sc {
    padding: 80px 4% 0;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.tc_sc {
    padding: 60px 4% 0;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.tc_sc {
    padding: 40px 4% 0;
  }
}
div.bigdata_260312 section.tc_sc .wrap_1024 {
  position: relative;
  min-height: 640px;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .tc_img {
  position: absolute;
  top: -10px;
  left: 0;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .tc {
  position: absolute;
  bottom: 0;
  right: 0;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap {
  margin: 50px 0 0 40px;
  width: 55%;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .top {
  font-size: 28px;
  font-size: 1.82rem;
  font-weight: 400;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .tit {
  font-size: 46px;
  font-size: 2.99rem;
  margin-top: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul {
  margin-top: 30px;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul > li {
  font-size: 24px;
  font-size: 1.56rem;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: -0.2px;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl {
  margin-top: 25px;
  color: #595b66;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dt {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.5;
  width: 15%;
}
div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dd {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.5;
  width: 70%;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.tc_sc .wrap_1024 .tc_img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 7%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .tc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap {
    margin: 30px 0 0 40px;
    width: 55%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .top {
    font-size: 23px;
    font-size: 1.495rem;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .tit {
    font-size: 40px;
    font-size: 2.6rem;
    margin-top: 15px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul {
    margin-top: 25px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul > li {
    font-size: 22px;
    font-size: 1.43rem;
    margin-top: 8px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl {
    margin-top: 20px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dt {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 5px;
    line-height: 1.4;
    width: 20%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dd {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 5px;
    line-height: 1.4;
    width: 75%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.tc_sc .wrap_1024 .tc_img {
    position: absolute;
    top: -6%;
    left: 0;
    width: 7%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .tc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap {
    margin: 0 0 60px 4%;
    width: 90%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .top {
    font-size: 20px;
    font-size: 1.3rem;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .tit {
    font-size: 32px;
    font-size: 2.08rem;
    margin-top: 12px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .tit br {
    display: none;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul {
    margin-top: 20px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul > li {
    font-size: 19px;
    font-size: 1.235rem;
    margin-top: 6px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl {
    margin-top: 15px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dt {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 6px;
    line-height: 1.4;
    width: 100%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dd {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 2px;
    line-height: 1.4;
    width: 75%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.tc_sc .wrap_1024 .tc_img {
    position: absolute;
    top: -4%;
    left: 0;
    width: 10%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .tc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap {
    margin: 0 0 90px 4%;
    width: 90%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .top {
    font-size: 17px;
    font-size: 1.105rem;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .tit {
    font-size: 26px;
    font-size: 1.69rem;
    margin-top: 10px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul {
    margin-top: 18px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .school_ul > li {
    font-size: 17.6px;
    font-size: 1.144rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl {
    margin-top: 10px;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dt {
    font-size: 15.6px;
    font-size: 1.014rem;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dd {
    font-size: 15.6px;
    font-size: 1.014rem;
    width: 70%;
  }
  div.bigdata_260312 section.tc_sc .wrap_1024 .txt_wrap .history_dl > dd br {
    display: none;
  }
}
div.bigdata_260312 section.review_sc {
  padding: 100px 0;
}
div.bigdata_260312 section.review_sc .title_wrap .tit {
  font-weight: 800;
}
div.bigdata_260312 section.review_sc .title_wrap .txt {
  color: #676b75;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.review_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.review_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.review_sc {
    padding: 40px 4%;
  }
}
div.bigdata_260312 section.review_sc .wrap_1024 {
  margin-top: 60px;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li {
  float: left;
  width: 31.3%;
  height: 280px;
  margin: 0 1%;
  border: 1px solid #b7b8bf;
  border-radius: 25px;
  padding: 35px 23px;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .star {
  font-size: 15px;
  font-size: 0.975rem;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .conts {
  font-size: 17px;
  font-size: 1.105rem;
  line-height: 1.4;
  margin-top: 12px;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .conts > em {
  font-weight: 600;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .id {
  font-size: 14px;
  font-size: 0.91rem;
  color: #c4c4cd;
  margin-top: 20px;
  letter-spacing: 0;
  font-weight: 300;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge {
  margin-top: 8px;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge p > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  font-size: 0.91rem;
  padding: 3px 10px;
  border-radius: 5px;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge p > span.st_01 {
  background: #595b66;
  color: #fff;
}
div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge p > span.st_02 {
  background: #5216ff;
  color: #fff;
  margin-left: 3px;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.review_sc .wrap_1024 {
    margin-top: 50px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li {
    height: auto;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .conts br {
    display: none;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.review_sc .wrap_1024 {
    margin-top: 40px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li {
    border-radius: 20px;
    padding: 25px 3%;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .star {
    font-size: 13px;
    font-size: 0.845rem;
    letter-spacing: -1px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .conts {
    font-size: 15.6px;
    font-size: 1.014rem;
    margin-top: 12px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .id {
    font-size: 13.6px;
    font-size: 0.884rem;
    margin-top: 15px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge {
    margin-top: 7px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge p > span {
    font-size: 13px;
    font-size: 0.845rem;
    padding: 3px 8px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge p > span.st_02 {
    margin-left: 2px;
  }
}
@media (max-width: 640px) {
  div.bigdata_260312 section.review_sc .wrap_1024 {
    margin-top: 25px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li {
    float: none;
    width: 100%;
    margin: 10px 0 0;
    border-radius: 20px;
    padding: 25px 4%;
  }
}
@media (max-width: 400px) {
  div.bigdata_260312 section.review_sc .wrap_1024 {
    margin-top: 20px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .star {
    font-size: 12px;
    font-size: 0.78rem;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .conts {
    font-size: 15px;
    font-size: 0.975rem;
    margin-top: 10px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .id {
    font-size: 13px;
    font-size: 0.845rem;
    margin-top: 12px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge {
    margin-top: 7px;
  }
  div.bigdata_260312 section.review_sc .wrap_1024 .review_ul > li .badge p > span {
    font-size: 12.4px;
    font-size: 0.806rem;
    padding: 2px 6px;
  }
}
div.bigdata_260312 .free_lecture_sc {
  padding: 100px 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 .free_lecture_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 .free_lecture_sc {
    padding: 40px 4% 60px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 .free_lecture_sc {
    padding: 20px 4% 40px;
  }
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 {
  position: relative;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img {
  position: absolute;
  top: -60px;
  left: 0;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-ms-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img > img {
  -webkit-animation-name: jello;
  -moz-animation-name: jello;
  -ms-animation-name: jello;
  -o-animation-name: jello;
  animation-name: jello;
  -webkit-animation-iteration-count: 10;
  -moz-animation-iteration-count: 10;
  -ms-animation-iteration-count: 10;
  -o-animation-iteration-count: 10;
  animation-iteration-count: 10;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt {
  margin-left: 50%;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .sm {
  font-size: 23px;
  font-size: 1.495rem;
  font-weight: 600;
  color: #8054ff;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .big {
  font-size: 36px;
  font-size: 2.34rem;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 15px;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .big > em {
  display: block;
  font-weight: 800;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap {
  margin-top: 20px;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec {
  width: 420px;
  height: 96px;
  position: relative;
  background: #8054ff;
  border: none;
  border-radius: 35px;
  transition: 0.3s;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec > p {
  font-size: 24px;
  font-size: 1.56rem;
  font-weight: 600;
  letter-spacing: -0.8px;
  padding-right: 38px;
  color: #000;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec > p .icon {
  background: url("/wowpass/img/event/intelligence_250402/btn_img.png") no-repeat center;
  position: absolute;
  display: block;
  width: 27px;
  height: 23px;
  bottom: 38px;
  right: 60px;
}
div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec:hover {
  background: #9dccff;
}
@media (max-width: 960px) {
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img {
    top: -25px;
    left: 0;
    width: 40%;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img > img {
    width: 100%;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt {
    margin-left: 45%;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .sm {
    font-size: 21px;
    font-size: 1.365rem;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .big {
    font-size: 30px;
    font-size: 1.95rem;
    margin-top: 12px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap {
    margin-top: 15px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec > p {
    font-size: 20px;
    font-size: 1.3rem;
    padding: 18px 0;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec > p .icon {
    display: none;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img > img {
    width: 300px;
    margin: 0 auto;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .sm {
    font-size: 18px;
    font-size: 1.17rem;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .big {
    font-size: 28px;
    font-size: 1.82rem;
    margin-top: 12px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap {
    margin-top: 15px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec {
    width: 75%;
    height: auto;
    border-radius: 25px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec > p {
    font-size: 20px;
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_img > img {
    width: 200px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt {
    margin-top: 20px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .sm {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .txt_wrap .big {
    font-size: 25px;
    font-size: 1.625rem;
    margin-top: 10px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap {
    margin-top: 15px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  div.bigdata_260312 .free_lecture_sc .wrap_1024 .coupon_txt .btn_wrap .btn_lec > p {
    font-size: 17px;
    font-size: 1.105rem;
    padding: 16px 0;
  }
}
div.bigdata_260312 section.bene_sc {
  padding: 100px 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.bene_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.bene_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.bene_sc {
    padding: 40px 4%;
  }
}
div.bigdata_260312 section.bene_sc .wrap_1024 {
  margin-top: 60px;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li {
  float: left;
  width: 32%;
  height: 270px;
  margin-left: 2%;
  border: 1px solid #8054ff;
  border-radius: 25px;
  padding: 32px 20px;
  text-align: center;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li:first-child {
  margin-left: 0;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .icon {
  margin: 0 auto;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .txt {
  font-size: 20px;
  font-size: 1.3rem;
  margin-top: 12px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .txt > em {
  font-weight: 600;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .ps {
  font-size: 14px;
  font-size: 0.91rem;
  color: #fff;
  margin-top: 3px;
  opacity: 0.5;
  font-weight: 100;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box {
  border: 1px solid #8054ff;
  border-radius: 25px;
  padding: 35px 20%;
  margin-top: 20px;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap {
  float: left;
  width: 35%;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap > img {
  margin: 0 auto;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap {
  float: left;
  width: 60%;
  margin-left: 5%;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .tit {
  font-size: 20px;
  font-size: 1.3rem;
  margin-top: 12px;
  color: #fff;
  line-height: 1.35;
  font-weight: 500;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .tit > em {
  display: block;
  font-weight: 600;
}
div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .txt {
  font-size: 16.2px;
  font-size: 1.053rem;
  color: #73728d;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.bene_sc .wrap_1024 {
    margin-top: 50px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li {
    height: 230px;
    border-radius: 25px;
    padding: 25px 15px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .icon {
    width: 100px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .txt {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 10px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .ps {
    font-size: 13.6px;
    font-size: 0.884rem;
    opacity: 0.5;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box {
    border-radius: 25px;
    padding: 25px 10%;
    margin-top: 15px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap {
    width: 30%;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap > img {
    margin: 0 auto;
    width: 100%;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap {
    width: 65%;
    margin-left: 5%;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .tit {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 5px;
    line-height: 1.35;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .txt {
    font-size: 15.4px;
    font-size: 1.001rem;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  div.bigdata_260312 section.bene_sc .wrap_1024 {
    margin-top: 30px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li {
    float: none;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    border-radius: 20px;
    padding: 25px 4%;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .icon {
    width: 90px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box {
    border-radius: 20px;
    padding: 25px 4%;
    margin-top: 10px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap {
    float: none;
    width: 100%;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap > img {
    width: 140px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 460px) {
  div.bigdata_260312 section.bene_sc .wrap_1024 {
    margin-top: 25px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .icon {
    width: 80px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .txt {
    font-size: 16.6px;
    font-size: 1.079rem;
    margin-top: 8px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .bene_ul > li .ps {
    font-size: 13.2px;
    font-size: 0.858rem;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .img_wrap > img {
    width: 110px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap {
    margin-top: 12px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .tit {
    font-size: 16.6px;
    font-size: 1.079rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.bene_sc .wrap_1024 .wide_box .txt_wrap .txt {
    font-size: 15px;
    font-size: 0.975rem;
    margin-top: 8px;
  }
}
div.bigdata_260312 section.book_sc {
  padding: 100px 0;
}
div.bigdata_260312 section.book_sc .title_wrap .tit {
  margin-top: 25px;
  font-weight: 800;
}
div.bigdata_260312 section.book_sc .title_wrap .txt {
  margin-top: 0;
}
div.bigdata_260312 section.book_sc .title_wrap .txt > em {
  color: #0957ff;
  font-weight: 600;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.book_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.book_sc {
    padding: 60px 4%;
  }
  div.bigdata_260312 section.book_sc .title_wrap .tit {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.book_sc {
    padding: 40px 4%;
  }
  div.bigdata_260312 section.book_sc .title_wrap .tit {
    margin-top: 10px;
  }
}
div.bigdata_260312 section.book_sc .wrap_1024 {
  position: relative;
  margin-top: 60px;
  padding: 0 2%;
}
div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap {
  position: relative;
}
div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .book {
  margin: 0 auto;
}
div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .ps {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -54px;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap {
  position: relative;
  margin-top: 50px;
  min-height: 460px;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li {
  font-size: 16px;
  font-size: 1.04rem;
  width: 160px;
  margin-bottom: 0.8%;
  border-radius: 20px 0 0 20px;
  text-align: center;
  color: #8d9bac;
  text-align: left;
  padding: 17px 10px 17px 25px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li.active {
  font-weight: 600;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li:hover {
  transition: 0.3s;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts {
  position: absolute;
  border-radius: 0 30px 30px 30px;
  padding: 15px 0;
  border: 2px solid #363a3c;
  width: 710px;
  top: 0;
  left: 160px;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box {
  text-align: center;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box .img {
  margin: 0 auto;
}
div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 200px 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.book_sc .wrap_1024 {
    padding: 0;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .book {
    width: 500px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap {
    min-height: 400px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts {
    width: 80%;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box .img {
    width: 100%;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box span {
    padding: 150px 0;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.book_sc .wrap_1024 {
    margin-top: 40px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .book {
    width: 400px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .ps {
    font-size: 14px;
    font-size: 0.91rem;
    margin-left: -37px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap {
    min-height: 330px;
    margin-top: 40px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li {
    font-size: 15px;
    font-size: 0.975rem;
    width: 27%;
    margin-bottom: 0.8%;
    border-radius: 10px 0 0 10px;
    padding: 10px 0 10px 15px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts {
    width: 74%;
    left: 27%;
    border-radius: 0 20px 20px 0;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box .img {
    width: 100%;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box span {
    padding: 110px 0;
  }
}
@media (max-width: 580px) {
  div.bigdata_260312 section.book_sc .wrap_1024 {
    margin-top: 30px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .book {
    width: 74%;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .book_wrap .ps {
    font-size: 12.4px;
    font-size: 0.806rem;
    margin-left: -30px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap {
    min-height: none;
    margin-top: 40px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li {
    font-size: 15px;
    font-size: 0.975rem;
    float: none;
    width: 100%;
    margin-bottom: 0.8%;
    border-radius: 10px;
    padding: 14px 5px;
    text-align: center;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .book_tab .tab_ul > li br {
    display: none;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts {
    position: static;
    width: 100%;
    left: 0;
    border-radius: 10px;
  }
  div.bigdata_260312 section.book_sc .wrap_1024 .tab_wrap .tab_conts .book_box .img {
    width: 100%;
  }
}
div.bigdata_260312 section.order_sc {
  padding: 100px 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.order_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.order_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.order_sc {
    padding: 40px 4%;
  }
}
div.bigdata_260312 section.order_sc .wrap_1024 {
  margin-top: 60px;
  padding: 0 4%;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li {
  font-size: 16px;
  font-size: 1.04rem;
  background: #27292c;
  color: #666c79;
  float: left;
  width: 25%;
  margin-right: 0.8%;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 17px 0;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li.active {
  font-weight: bold;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li:hover {
  background: #ebf2f7;
  color: #5f6c88;
  transition: 0.3s;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap {
  border-radius: 30px;
  padding: 50px 35px;
  margin-top: 10px;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap.first {
  border-radius: 0 30px 30px 30px;
  margin-top: 0;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box {
  float: left;
  width: 72%;
  margin-top: 15px;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .tit {
  font-size: 26px;
  font-size: 1.69rem;
  font-weight: 600;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul {
  margin-top: 35px;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li {
  font-size: 15.4px;
  font-size: 1.001rem;
  display: inline;
  padding: 7px 18px;
  border-radius: 100px;
  margin-right: 3px;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box {
  float: right;
  width: 27%;
  text-align: right;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .before {
  font-size: 15.4px;
  font-size: 1.001rem;
  font-weight: 100;
  text-decoration: line-through;
  letter-spacing: 0;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .after {
  font-size: 25px;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_01 {
  font-size: 15.4px;
  font-size: 1.001rem;
  text-decoration: line-through;
  letter-spacing: 0;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 {
  font-size: 23px;
  font-size: 1.495rem;
  font-weight: 600;
  letter-spacing: 0;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 > span {
  font-size: 16px;
  font-size: 1.04rem;
  font-weight: 400;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec {
  border: none;
  border-radius: 10px;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec > span {
  font-weight: 500;
  letter-spacing: 0;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec.sm {
  width: 100%;
  padding: 10px 10px 12px;
  text-align: center;
}
div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec.sm > span {
  font-size: 16px;
  font-size: 1.04rem;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.order_sc .wrap_1024 {
    margin-top: 40px;
    padding: 0;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.order_sc .wrap_1024 {
    margin-top: 40px;
    padding: 0 4%;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li {
    font-size: 16px;
    font-size: 1.04rem;
    width: 32.6%;
    margin-right: 1%;
    border-radius: 20px 20px 0 0;
    padding: 17px 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li:nth-child(3) {
    margin-right: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts {
    text-align: center;
    margin-top: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap {
    border-radius: 20px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap.first {
    border-radius: 0 0 20px 20px;
    margin-top: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .tit {
    font-size: 26px;
    font-size: 1.69rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul {
    margin-top: 25px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li {
    font-size: 14.6px;
    font-size: 0.949rem;
    display: inline;
    padding: 6px 15px;
    margin: 0 1px 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #e5efff;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .before {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .after {
    font-size: 24px;
    font-size: 1.56rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_01 {
    font-size: 15px;
    font-size: 0.975rem;
    text-decoration: line-through;
    letter-spacing: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 {
    font-size: 22px;
    font-size: 1.43rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 > span {
    font-size: 15px;
    font-size: 0.975rem;
    font-weight: 400;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec.sm {
    padding: 15px 10px 15px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec.sm > span {
    font-size: 17px;
    font-size: 1.105rem;
  }
}
@media (max-width: 560px) {
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap {
    padding: 10% 6%;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .tit {
    font-size: 23px;
    font-size: 1.495rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li {
    font-size: 14px;
    font-size: 0.91rem;
    padding: 6px 13px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.order_sc .wrap_1024 {
    margin-top: 30px;
    padding: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li {
    font-size: 14.4px;
    font-size: 0.936rem;
    padding: 14px 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .tit {
    font-size: 22px;
    font-size: 1.43rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul {
    margin-top: 10px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li {
    font-size: 14.6px;
    font-size: 0.949rem;
    display: inline-block;
    background: none;
    padding: 0;
    width: 100%;
    margin-top: 5px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e5efff;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .before {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .after {
    font-size: 24px;
    font-size: 1.56rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_01 {
    font-size: 15px;
    font-size: 0.975rem;
    text-decoration: line-through;
    letter-spacing: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 {
    font-size: 22px;
    font-size: 1.43rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 > span {
    font-size: 15px;
    font-size: 0.975rem;
    font-weight: 400;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
  }
}
@media (max-width: 380px) {
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li {
    font-size: 15px;
    font-size: 0.975rem;
    width: 37%;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_box .tab_ul > li:first-child {
    width: 24%;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .tit {
    font-size: 22px;
    font-size: 1.43rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul {
    margin-top: 10px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .info_box .info_ul > li {
    font-size: 14px;
    font-size: 0.91rem;
    display: inline-block;
    background: none;
    padding: 0;
    width: 100%;
    margin-top: 5px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e5efff;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .before {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .after {
    font-size: 24px;
    font-size: 1.56rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_01 {
    font-size: 15px;
    font-size: 0.975rem;
    text-decoration: line-through;
    letter-spacing: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 {
    font-size: 22px;
    font-size: 1.43rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .price .wanaeca_02 > span {
    font-size: 15px;
    font-size: 0.975rem;
    font-weight: 400;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec > span {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .tab_conts .order_box .box_wrap .price_box .btn_lec.sm > span {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .about_wrap {
    border-radius: 10px;
    padding: 20px;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .about_wrap .tit {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .about_wrap .txt {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.bigdata_260312 section.order_sc .wrap_1024 .btn_wrap {
    margin-top: 30px;
    padding: 0;
  }
}
div.bigdata_260312 section.lector_sc {
  padding: 100px 0;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.lector_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.lector_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.lector_sc {
    padding: 40px 4%;
  }
}
div.bigdata_260312 section.lector_sc .wrap_1024 {
  margin-top: 60px;
  padding: 0 4%;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul {
  text-align: center;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #2d3137;
  width: auto;
  margin: 0 0.5%;
  border-radius: 18px;
  padding: 13px 25px;
  transition: 0.1s;
  cursor: pointer;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li > p {
  font-size: 18.6px;
  font-size: 1.209rem;
  color: #6b6c7b;
  font-weight: 400;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li.active > p {
  font-weight: 600;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li:hover {
  background: #8f91a1;
  transition: 0.1s;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts {
  margin-top: 40px;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box {
  border-radius: 35px;
  border: 1px solid #5216ff;
  padding: 60px 6%;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .dp_m {
  display: none;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap {
  float: left;
  width: 50%;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt {
  border-bottom: 1px solid #67697f;
  padding: 6px 0 25px;
  margin-bottom: 23px;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .explain {
  font-size: 17.4px;
  font-size: 1.131rem;
  font-weight: 600;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .subject {
  font-size: 25px;
  font-size: 1.625rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-top: 6px;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .subject > em {
  font-weight: 400;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .period {
  font-size: 15px;
  font-size: 0.975rem;
  margin-top: 6px;
  color: #888996;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul {
  margin-top: 20px;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #eee8ff;
  border-radius: 8px;
  border: 1px solid #5216ff;
  padding: 6px 12px;
  margin-right: 3px;
  width: auto;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li > p {
  font-size: 13.6px;
  font-size: 0.884rem;
  color: #5216ff;
  font-weight: 600;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .before {
  font-size: 15px;
  font-size: 0.975rem;
  color: #c2c2c7;
  font-weight: 300;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .before > em {
  letter-spacing: 0;
  text-decoration: line-through;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .after {
  font-size: 22px;
  font-size: 1.43rem;
  font-weight: 500;
  margin-top: 6px;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .after > em {
  font-weight: 800;
  letter-spacing: 0;
  color: #5216ff;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap {
  float: left;
  width: 43%;
  margin-left: 7%;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap > img {
  width: 100%;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap {
  margin-top: 15px;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  padding: 23px 10px;
  text-align: center;
  border-radius: 23px;
  transition: 0.1s;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st > span {
  font-size: 17.2px;
  font-size: 1.118rem;
  color: #fff;
  font-weight: 600;
}
div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st:hover {
  transition: 0.1s;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.lector_sc .wrap_1024 {
    margin-top: 50px;
    padding: 0;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.lector_sc .wrap_1024 {
    margin-top: 45px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li {
    border-radius: 15px;
    padding: 13px 22px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li > p {
    font-size: 17px;
    font-size: 1.105rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts {
    margin-top: 30px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box {
    border-radius: 30px;
    padding: 45px 4%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap {
    float: left;
    width: 47%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt {
    padding: 5px 0 22px;
    margin-bottom: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .explain {
    font-size: 16.6px;
    font-size: 1.079rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .subject {
    font-size: 22px;
    font-size: 1.43rem;
    margin-top: 6px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .period {
    font-size: 14.4px;
    font-size: 0.936rem;
    margin-top: 6px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul {
    margin-top: 18px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li {
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 3px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li > p {
    font-size: 13px;
    font-size: 0.845rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .before {
    font-size: 14.4px;
    font-size: 0.936rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .after {
    font-size: 21px;
    font-size: 1.365rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap {
    width: 45%;
    margin-left: 8%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap > img {
    width: 100%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap {
    margin-top: 15px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st {
    padding: 18px 10px;
    border-radius: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st > span {
    font-size: 16.4px;
    font-size: 1.066rem;
  }
}
@media (max-width: 620px) {
  div.bigdata_260312 section.lector_sc .wrap_1024 {
    margin-top: 45px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab {
    width: 100%;
    overflow-x: auto;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul {
    width: 550px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li {
    border-radius: 15px;
    padding: 10px 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li > p {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts {
    margin-top: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box {
    border-radius: 25px;
    padding: 40px 6%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .dp_m {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt {
    padding: 5px 0 22px;
    margin-bottom: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .explain {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .subject {
    font-size: 20px;
    font-size: 1.3rem;
    margin-top: 4px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .period {
    font-size: 14.4px;
    font-size: 0.936rem;
    margin-top: 6px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul {
    margin-top: 18px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li {
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 3px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li > p {
    font-size: 13px;
    font-size: 0.845rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .before {
    font-size: 14px;
    font-size: 0.91rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .after {
    font-size: 19px;
    font-size: 1.235rem;
    margin-top: 3px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap > img {
    display: none;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap {
    margin-top: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st {
    padding: 22px 10px;
    border-radius: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st > span {
    font-size: 16px;
    font-size: 1.04rem;
  }
}
@media (max-width: 400px) {
  div.bigdata_260312 section.lector_sc .wrap_1024 {
    margin-top: 40px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul {
    width: 500px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li {
    border-radius: 10px;
    padding: 10px 18px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .lector_tab .tab_ul > li > p {
    font-size: 15.4px;
    font-size: 1.001rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts {
    margin-top: 20px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box {
    border-radius: 20px;
    padding: 35px 4%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .dp_m {
    width: 90%;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap {
    margin-top: 15px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt {
    padding: 0 0 18px;
    margin-bottom: 16px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .explain {
    font-size: 15.4px;
    font-size: 1.001rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .subject {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 3px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .period {
    font-size: 14px;
    font-size: 0.91rem;
    margin-top: 5px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul {
    margin-top: 15px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li {
    border-radius: 5px;
    padding: 4px 8px;
    margin-right: 2px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .top_txt .tag_ul > li > p {
    font-size: 12.6px;
    font-size: 0.819rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .before {
    font-size: 14px;
    font-size: 0.91rem;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .txt_wrap .price .after {
    font-size: 18px;
    font-size: 1.17rem;
    margin-top: 3px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap {
    margin-top: 15px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st {
    padding: 20px 10px;
    border-radius: 15px;
  }
  div.bigdata_260312 section.lector_sc .wrap_1024 .tab_conts .lector_box .img_wrap .btn_wrap > .btn_st > span {
    font-size: 15.4px;
    font-size: 1.001rem;
  }
}
div.bigdata_260312 section.wafull_sc {
  position: relative;
  background: #07080e;
  padding: 100px 0;
  overflow: hidden;
}
div.bigdata_260312 section.wafull_sc .title_wrap .txt > em {
  font-weight: 700;
}
div.bigdata_260312 section.wafull_sc .roll_wrap {
  width: calc(100% - 20px);
  padding: 0;
  margin-top: 90px;
  overflow: hidden;
}
@keyframes slide_r {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2200px;
  }
}
@keyframes slide_l {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 2200px;
  }
}
div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_01 {
  background: url("/wowpass/img/event/bigdata_260312/roll_01.png") repeat-x;
  height: 260px;
  width: 3000px;
  animation: slide_r 50s linear infinite;
  opacity: 0.1;
}
div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_02 {
  background: url("/wowpass/img/event/bigdata_260312/roll_02.png") repeat-x;
  height: 260px;
  width: 3000px;
  animation: slide_l 60s linear infinite;
  opacity: 0.2;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.wafull_sc {
    padding: 80px 4%;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap {
    width: calc(100% - 20px);
    margin-top: 40px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_01 {
    width: 2600px;
    background-size: 2600px;
    height: 230px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_02 {
    width: 2600px;
    background-size: 2600px;
    height: 230px;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.wafull_sc {
    padding: 60px 4%;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap {
    width: calc(100% - 10px);
    margin-top: 30px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_01 {
    width: 2000px;
    background-size: 2000px;
    height: 170px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_02 {
    width: 2000px;
    background-size: 2000px;
    height: 170px;
  }
}
@media (max-width: 560px) {
  div.bigdata_260312 section.wafull_sc .roll_wrap {
    margin-top: 30px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_01 {
    width: 1600px;
    background-size: 1600px;
    height: 125px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_02 {
    width: 1600px;
    background-size: 1600px;
    height: 145px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.wafull_sc {
    padding: 40px 4%;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap {
    margin-top: 20px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_01 {
    width: 1400px;
    background-size: 1400px;
    height: 120px;
  }
  div.bigdata_260312 section.wafull_sc .roll_wrap .thumb_bg_02 {
    width: 1400px;
    background-size: 1400px;
    height: 120px;
  }
}
div.bigdata_260312 section.wafull_sc .wafull_wrap {
  position: absolute;
  top: 330px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul {
  padding: 0 4%;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li {
  background: rgba(35, 35, 42, 0.7);
  float: left;
  width: 31.3%;
  margin: 0 1%;
  border-radius: 25px;
  border: 1px solid #8054ff;
  padding: 55px 15px;
  text-align: center;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .emoji {
  font-size: 32px;
  font-size: 2.08rem;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .txt {
  font-size: 20px;
  font-size: 1.3rem;
  color: #fff;
  margin-top: 20px;
  line-height: 1.3;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap {
  margin-top: 80px;
  text-align: center;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #7348f1;
  padding: 28px 80px;
  border-radius: 30px;
  font-weight: 600;
}
div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st > span {
  font-size: 20px;
  font-size: 1.3rem;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.wafull_sc .wafull_wrap {
    top: 255px;
    margin-left: -50%;
    width: 100%;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap {
    margin-top: 70px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st {
    padding: 26px 70px;
    border-radius: 25px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st > span {
    font-size: 19px;
    font-size: 1.235rem;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.wafull_sc .wafull_wrap {
    top: 190px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul {
    padding: 0;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li {
    border-radius: 20px;
    padding: 40px 10px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .emoji {
    font-size: 28px;
    font-size: 1.82rem;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .txt {
    font-size: 17.4px;
    font-size: 1.131rem;
    margin-top: 18px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap {
    margin-top: 50px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st {
    width: 66%;
    padding: 25px 10px;
    border-radius: 20px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st > span {
    font-size: 18px;
    font-size: 1.17rem;
  }
}
@media (max-width: 600px) {
  div.bigdata_260312 section.wafull_sc .wafull_wrap {
    top: 200px;
    width: 100%;
    overflow-x: auto;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul {
    padding: 0;
    width: 610px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li {
    padding: 23px 8px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .emoji {
    font-size: 25px;
    font-size: 1.625rem;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .txt {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 15px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap {
    margin-top: 45px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st {
    width: 80%;
    padding: 22px 10px;
    border-radius: 15px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st > span {
    font-size: 16.4px;
    font-size: 1.066rem;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.wafull_sc .wafull_wrap {
    top: 140px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul {
    width: 610px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li {
    padding: 20px 6px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .emoji {
    font-size: 24px;
    font-size: 1.56rem;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .wafull_ul > li .txt {
    font-size: 15.6px;
    font-size: 1.014rem;
    margin-top: 12px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap {
    margin-top: 40px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st {
    width: 86%;
    padding: 20px 10px;
  }
  div.bigdata_260312 section.wafull_sc .wafull_wrap .btn_wrap .btn_st > span {
    font-size: 16px;
    font-size: 1.04rem;
  }
}
div.bigdata_260312 section.notice_sc {
  background: #d4d6e5;
  padding: 40px 0 60px;
}
@media (max-width: 960px) {
  div.bigdata_260312 section.notice_sc {
    padding: 40px 4% 60px;
  }
}
@media (max-width: 760px) {
  div.bigdata_260312 section.notice_sc {
    padding: 30px 4% 50px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.notice_sc {
    padding: 30px 4%;
  }
}
div.bigdata_260312 section.notice_sc .wrap_1024 {
  padding: 0 5%;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl {
  margin-top: 40px;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl.mg_t {
  margin-top: 70px;
}
@media (max-width: 480px) {
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl {
    margin-top: 20px;
  }
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl.mg_t {
    margin-top: 50px;
  }
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt {
  font-size: 15px;
  font-size: 0.975rem;
  float: left;
  width: 23%;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  top: -20px;
  left: 0;
}
@media (max-width: 760px) {
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dt::before {
    transform: rotate(140deg);
    width: 15px;
    height: 1px;
  }
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dd {
  font-size: 14.6px;
  font-size: 0.949rem;
  float: left;
  width: 77%;
  letter-spacing: 0;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dd .date {
  letter-spacing: 1px;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dd .noti_ul {
  font-weight: 300;
  letter-spacing: 1px;
}
div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dd .noti_ul > li {
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dd {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  div.bigdata_260312 section.notice_sc .wrap_1024 dl.noti_dl > dd {
    float: none;
    width: 100%;
    font-size: 13.8px;
  }
}
@media (max-width: 960px) {
  div.bigdata_260312 section.notice_sc .wrap_1024 {
    padding: 0;
  }
}

/*# sourceMappingURL=bigdata_260312.css.map */
