.pc_hidden {
  display: none;
}
@media screen and (max-width: 1100px) {
  .pc_hidden {
    display: block;
  }
}

.m_hidden {
  display: block;
}
@media screen and (max-width: 1100px) {
  .m_hidden {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .pc840hidden {
    display: none;
  }
}

.mobile840hidden {
  display: none;
}
@media screen and (max-width: 840px) {
  .mobile840hidden {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc480hidden {
    display: none;
  }
}

.mobile480hidden {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile480hidden {
    display: block;
  }
}

.flow_pc_hidden {
  display: none;
}
@media screen and (max-width: 1040px) {
  .flow_pc_hidden {
    display: block;
  }
}

@media screen and (max-width: 1040px) {
  .flow_m_hidden {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .img_toggle_pc {
    display: none;
  }
}

.img_toggle_mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .img_toggle_mobile {
    display: block;
  }
}

.mx200 {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .mx200 {
    width: 100%;
  }
}

.mx160 {
  width: 160px;
}
@media screen and (max-width: 1100px) {
  .mx160 {
    width: 100%;
  }
}

.relative {
  position: relative;
}

.radio_group .radio_box {
  float: left;
  margin-right: 35px;
  letter-spacing: -0.5px;
}
.radio_group .radio_box:last-child {
  margin-right: 0;
}

.form_control {
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  background-color: #f8f9fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_control::-webkit-input-placeholder {
  color: #bbb;
}
.form_control::-moz-placeholder {
  color: #bbb;
}
.form_control:-ms-input-placeholder {
  color: #bbb;
}
.form_control::-ms-input-placeholder {
  color: #bbb;
}
.form_control::placeholder {
  color: #bbb;
}
.form_control:focus {
  color: #000;
  border: 1px solid #ffbf00;
  background-color: #fff;
  outline: none !important;
}

.clearfix::after, .contents .video-list ul::after, .contents .wide_step .line::after, .contents .video_player::after, .contents .progress_wrapper::after, .contents .sub_partner .title_line::after, .contents .flow_common .f_wrap::after, .contents .course_box .co_contents .co_list::after, .contents .course_box .p_wrap .co_tit::after, .contents .course_box.wide .co_contents::after, .contents .sec .con .course_list::after, .contents .sec::after, .footer .info::after, .footer .top_area ul::after, .header .sub_gnb_inner::after, .radio_group::after {
  content: "";
  clear: both;
  display: table;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .header {
    height: 54px;
  }
}
.header:hover {
  background-color: #fff;
}
.header:hover .gnb > ul > li > a {
  color: #000;
}
.header.on {
  position: relative;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.header.on .fl .logo .b2b {
  color: #000;
}
.header.on .fl .gnb > ul > li > a {
  color: #000;
}
.header.on .btn_counsel {
  color: #000;
  border: 1px solid #e5e5e5;
}
.header.on .btn_counsel:after {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow-icon-arrowset-black-line-right_3.png");
}
.header.on .btn_ham_menu span {
  background-color: #000;
}
.header.fixed {
  position: fixed;
}
.header.sub_on .fl .logo .b2b {
  color: #000;
}
.header.sub_on .fl .gnb > ul > li > a {
  color: #000;
}
.header.sub_on .btn_counsel {
  color: #000;
  border: 1px solid #e5e5e5;
}
.header.sub_on .btn_counsel:after {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow-icon-arrowset-black-line-right_3.png");
}
.header.sub_on .btn_ham_menu span {
  background-color: #000;
}
.header .float_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .header .float_wrapper {
    width: 100%;
    padding: 0;
  }
}
.header .fl {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1440px) {
  .header .fl {
    width: calc(100% - 100px);
    gap: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header .fl {
    margin-left: 16px;
  }
}
.header .fl .logo {
  float: left;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 640px) {
  .header .fl .logo {
    height: 54px;
    line-height: 54px;
  }
}
.header .fl .logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .header .fl .logo a {
    padding: 13px 0 12px;
  }
}
.header .fl .logo .logo_wrap {
  float: left;
  width: 91px;
  height: 38px;
  background-image: url("//img.eduwill.net/Img2/Common/BI/type2/live/logo.svg");
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .header .fl .logo .logo_wrap {
    width: 68px;
    height: 29px;
  }
}
.header .fl .logo .b2b {
  float: left;
  margin-left: 6px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 38px;
}
@media screen and (max-width: 640px) {
  .header .fl .logo .b2b {
    font-size: 18px;
    letter-spacing: -0.39px;
    line-height: 29px;
  }
}
.header .fl .gnb {
  float: left;
  width: 1000px;
  height: 80px;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 1100px) {
  .header .fl .gnb {
    display: none;
  }
}
.header .fl .gnb > ul {
  font-size: 0;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb > ul {
    width: 100%;
  }
}
.header .fl .gnb > ul > li {
  display: inline-block;
  width: 180px;
  margin-right: 20px;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb > ul > li {
    width: 20%;
    margin-right: 0;
  }
}
.header .fl .gnb > ul > li.hover::before {
  opacity: 1;
}
.header .fl .gnb > ul > li.hover a::before {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .fl .gnb > ul > li.hover .sub_gnb {
  display: block;
}
.header .fl .gnb > ul > li.on > a {
  color: #f59b03 !important;
  font-weight: 500;
}
.header .fl .gnb > ul > li:nth-child(1) .sub_gnb > ul {
  padding-left: 280px;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb > ul > li:nth-child(1) .sub_gnb > ul {
    padding-left: 260px;
  }
}
.header .fl .gnb > ul > li:nth-child(2) .sub_gnb > ul {
  padding-left: 414px;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb > ul > li:nth-child(2) .sub_gnb > ul {
    padding-left: 394px;
  }
}
.header .fl .gnb > ul > li:nth-child(3) .sub_gnb > ul {
  padding-left: 564px;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb > ul > li:nth-child(3) .sub_gnb > ul {
    padding-left: 542px;
  }
}
.header .fl .gnb > ul > li > a {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #fff;
  font-family: "AppleSDGothicNeoM", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 80px;
}
.header .fl .gnb > ul > li a {
  position: relative;
}
.header .fl .gnb > ul > li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #ffbf00;
}
.header .fl .gnb > ul > li .sub_gnb {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 50px;
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.header .fl .gnb > ul > li .sub_gnb ul {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .header .fl .gnb > ul > li .sub_gnb ul {
    width: 100%;
  }
}
.header .fl .gnb > ul > li .sub_gnb ul > li {
  float: left;
  text-indent: 30px;
}
.header .fl .gnb > ul > li .sub_gnb ul > li + li {
  margin-left: 30px;
}
.header .fl .gnb > ul > li .sub_gnb ul > li > a {
  font-size: 16px;
  color: #666;
  line-height: 50px;
}
.header .fl .gnb > ul > li .sub_gnb ul > li > a:hover {
  color: #f59b03;
}
.header .sub_gnb_wrapper {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.6s cubic-bezier(0.76, 0, 0.36, 1);
  transition: 0.6s cubic-bezier(0.76, 0, 0.36, 1);
}
@media screen and (max-width: 1440px) {
  .header .sub_gnb_wrapper {
    padding-left: 280px;
  }
}
@media screen and (max-width: 1100px) {
  .header .sub_gnb_wrapper {
    display: none;
  }
}
.header .sub_gnb_wrapper.on {
  height: 159px;
}
.header .sub_gnb_wrapper.on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}
.header .sub_gnb_wrapper ul {
  position: relative;
  float: left;
  width: 180px;
  margin-right: 20px;
  padding: 10px 0;
}
.header .sub_gnb_wrapper a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.header .sub_gnb_wrapper a::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.header .sub_gnb_wrapper a:hover {
  color: #000;
}
.header .sub_gnb_wrapper a:hover::before {
  display: block;
}
.header .sub_gnb_inner {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .fr {
  padding: 24px 0;
}
@media screen and (max-width: 1440px) {
  .header .fr {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header .fr {
    margin-right: 0;
    padding: 0;
  }
}
.header .btn_counsel {
  position: relative;
  display: block;
  width: 93px;
  height: 32px;
  padding-left: 9px;
  color: #fff;
  line-height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .header .btn_counsel {
    display: none;
  }
}
.header .btn_counsel:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 5px;
  height: 8px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow-icon-arrowset-wh.png");
}
.header .btn_ham_menu {
  position: relative;
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .header .btn_ham_menu {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header .btn_ham_menu {
    width: 54px;
    height: 54px;
  }
}
.header .btn_ham_menu span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header .btn_ham_menu span {
    width: 22px;
    height: 3px;
  }
}
.header .btn_ham_menu span:nth-child(1) {
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 640px) {
  .header .btn_ham_menu span:nth-child(1) {
    top: 20px;
    left: 16px;
  }
}
.header .btn_ham_menu span:nth-child(2) {
  position: absolute;
  top: 18px;
}
@media screen and (max-width: 640px) {
  .header .btn_ham_menu span:nth-child(2) {
    top: 28px;
    left: 16px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 2s;
  transition: background-color 2s;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 54px 24px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offcanvas.open {
  display: block;
}
.offcanvas .off_wrapper .h_tabcontent > ul > li {
  position: relative;
}
.offcanvas .off_wrapper .h_tabcontent > ul > li:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow-icon-updownset-gray-line-down@2x.png");
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.offcanvas .off_wrapper .h_tabcontent > ul > li > a {
  display: block;
  color: #000;
  font-family: "EduwillPassBold", sans-serif;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #d3d3d3;
}
.offcanvas .off_wrapper .h_tabcontent > ul > li.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.offcanvas .off_wrapper .h_tabcontent .h_depth2 {
  display: none;
}
.offcanvas .off_wrapper .h_tabcontent .h_depth2 > li {
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f3;
}
.offcanvas .off_wrapper .h_tabcontent .h_depth2 > li > a {
  display: block;
  color: #000;
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: 44px;
}
.offcanvas .off_wrapper .h_tabcontent .h_depth2 > li:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.offcanvas .off_top {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.offcanvas .off_top .btn_close {
  position: relative;
  width: 24px;
  height: 24px;
}
.offcanvas .off_top .btn_close:after {
  content: "";
  position: absolute;
  left: 10px;
  height: 24px;
  border-left: 3px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.offcanvas .off_top .btn_close:before {
  content: "";
  position: absolute;
  left: 10px;
  height: 24px;
  border-left: 3px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#openNav {
  display: none;
}
@media screen and (max-width: 1100px) {
  #openNav {
    display: block;
  }
}

.footer .footer_container {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .footer .footer_container {
    width: 100%;
  }
}
.footer .top_area {
  height: 50px;
  color: #666;
  line-height: 50px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.footer .top_area ul {
  float: left;
}
@media screen and (max-width: 1100px) {
  .footer .top_area ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 720px) {
  .footer .top_area ul {
    padding-left: 10px;
  }
}
.footer .top_area ul li {
  position: relative;
  float: left;
  padding: 0 16px;
}
@media screen and (max-width: 720px) {
  .footer .top_area ul li {
    padding: 0 8px;
  }
}
.footer .top_area ul li:first-child {
  padding-left: 0;
}
.footer .top_area ul li:last-child {
  padding-right: 0;
}
.footer .top_area ul li:last-child:after {
  display: none;
}
.footer .top_area ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 10px;
  background-color: #c7c7c7;
}
.footer .top_area .top {
  float: right;
  width: 64px;
  font-size: 14px;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
@media screen and (max-width: 1100px) {
  .footer .top_area .top {
    border-right: none;
  }
}
.footer .top_area .top #moveTop {
  position: relative;
  display: block;
  padding: 0 10px;
}
.footer .top_area .top #moveTop:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 13px;
  height: 8px;
  background: url("//img.eduwill.net/resources/b2b/live/images/icon-arrow-icon-arrowset-black-line-up.png");
}
.footer .info {
  width: 100%;
  padding: 20px 0 64px;
  background: #f8f8f8;
}
.footer .info .fl {
  float: left;
}
@media screen and (max-width: 1100px) {
  .footer .info .fl {
    float: none;
    margin-top: 20px;
  }
}
.footer .info .eduwill_info {
  font-size: 14px;
  color: #888;
  line-height: 21px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .footer .info .eduwill_info {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .footer .info .eduwill_info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer .info .eduwill_info .copy {
  margin-top: 25px;
}
.footer .info .eduwill_info .ic_loc {
  position: relative;
  margin-bottom: 7px;
  padding-left: 24px;
  line-height: 21px;
}
.footer .info .eduwill_info .ic_loc:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/ico-map.png");
}
@media screen and (max-width: 1100px) {
  .footer .info .eduwill_info .ic_loc:after {
    display: none;
  }
}
.footer .info .eduwill_info .ic_mail {
  position: relative;
  margin-bottom: 7px;
  padding-left: 24px;
  line-height: 21px;
}
.footer .info .eduwill_info .ic_mail:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-tel.png");
}
@media screen and (max-width: 1100px) {
  .footer .info .eduwill_info .ic_mail:after {
    display: none;
  }
}
.footer .info .fr {
  float: right;
}
@media screen and (max-width: 1100px) {
  .footer .info .fr {
    float: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 720px) {
  .footer .info .fr {
    padding: 0 10px;
  }
}
.footer .info .ic_facebook {
  float: left;
  display: block;
  width: 41px;
  height: 40px;
  margin-right: 12px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/ico-facebook.png");
}
.footer .info .ic_blog {
  float: left;
  display: block;
  width: 41px;
  height: 40px;
  margin-right: 12px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/ico-blog.png");
}
.footer .info .sitemap {
  float: left;
  width: 189px;
  height: 40px;
  border: 1px solid #d3d3d3;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .footer .info .sitemap {
    float: right;
  }
}
.footer .info .sitemap.on .btn_sitemap::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.footer .info .sitemap.on .list {
  display: block;
}
.footer .info .sitemap .btn_sitemap {
  position: relative;
  padding-left: 20px;
  display: block;
  line-height: 40px;
  cursor: pointer;
}
.footer .info .sitemap .btn_sitemap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 7px;
  height: 10px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-arrow-icon-arrow-right-gary-line.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .info .sitemap .list {
  position: absolute;
  display: none;
  bottom: 40px;
  left: -1px;
  z-index: 1000;
  width: 100%;
  border: 1px solid #d3d3d3;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .info .sitemap .list ul {
  padding: 10px;
}
.footer .info .sitemap .list ul li {
  display: block;
  padding: 10px;
}
.footer .info .sitemap .list ul li a {
  display: block;
}

.float_counsel {
  position: fixed;
  right: 0;
  top: 450px;
  z-index: 1000;
}
@media screen and (max-width: 1100px) {
  .float_counsel {
    display: none;
  }
}
.float_counsel .sm {
  width: 211px;
  height: 186px;
}
.float_counsel .img_wrap {
  cursor: pointer;
}
.float_counsel .txt_wrap {
  padding-bottom: 20px;
  background: #fff;
}
.float_counsel .txt_wrap .txt {
  margin-bottom: 8px;
  padding-top: 14px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.4px;
}
.float_counsel .txt_wrap .num {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.float_counsel .txt_wrap .btn_f_counsel {
  width: 148px;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.57px;
  line-height: 44px;
  border-radius: 4px;
  background: #ffbf00;
  cursor: pointer;
}
.float_counsel .txt_wrap .btn_f_counsel .ico_hand {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 44px;
  height: 45px;
  background: url("//img.eduwill.net/resources/b2b/live/images/point_hand.png");
}
.float_counsel .group-wrap {
  width: 192px;
  border-radius: 4px 0 0 4px;
  background-color: #FFBF00;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
}
.float_counsel .group {
  position: relative;
  padding: 20px;
}
.float_counsel .group .text {
  margin-bottom: 12px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.float_counsel .group .button a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 43px;
  border-radius: 4px;
  background: #FFF;
}
.float_counsel .group + .group:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  border-top: solid 1px #F59B03;
  background: rgba(255, 255, 255, 0.5);
}

.float_counsel_mobile {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #333;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.float_counsel_mobile .circle_counsel {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/pa-button-prev.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 720px) {
  .slick-prev {
    display: none;
  }
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/pa-button-next.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 720px) {
  .slick-next {
    display: none;
  }
}

.sub_visual {
  width: 100%;
  height: 320px;
  background-color: #000;
  background-position-x: center;
  background-size: cover;
}
.sub_visual.sub01 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub01.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub01 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub01-mo@3x.png");
  }
}
.sub_visual.sub02 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub02.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub02 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub02-mo@3x.png");
  }
}
.sub_visual.sub03 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub03.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub03 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub03-mo@3x.png");
  }
}
.sub_visual.sub04 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub04.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub04 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub04-mo@3x.png");
  }
}
.sub_visual.sub05 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub05.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub05 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub05-mo@3x.png");
  }
}
.sub_visual.sub06 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub06.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub06 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub06-mo@3x.png");
  }
}
.sub_visual.sub07 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub07.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub07 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub07-mo@3x.png");
  }
}
.sub_visual.sub08 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub08.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub08 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub08-mo@3x.png");
  }
}
.sub_visual.sub09 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub09.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub09 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub09-mo@3x.png");
  }
}
.sub_visual.sub10 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub10.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub10 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub10-mo@3x.png");
  }
}
.sub_visual.sub11 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub11.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub11 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub11-mo@3x.png");
  }
}
.sub_visual.sub12 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub12.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub12 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub12-mo@3x.png");
  }
}
.sub_visual.sub13 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub13.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub13 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub13-mo@3x.png");
  }
}
.sub_visual.sub14 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub14.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub14 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub14-mo@3x.png");
  }
}
.sub_visual.sub15 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/sub15.png");
}
@media screen and (max-width: 720px) {
  .sub_visual.sub15 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/sub15-mo@3x.png");
  }
}
@media screen and (max-width: 1100px) {
  .sub_visual {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .sub_visual {
    min-height: 448px;
  }
}
.sub_visual .container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .sub_visual .container {
    width: 100%;
  }
}
.sub_visual .container .sub_txt {
  padding: 98px 0 92px;
}
@media screen and (max-width: 1100px) {
  .sub_visual .container .sub_txt {
    padding: 106px 24px 60px;
  }
}
.sub_visual .container .sub_txt .tit {
  font-family: "EduwillPassBold", sans-serif;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 720px) {
  .sub_visual .container .sub_txt .tit {
    font-size: 32px;
    line-height: 48px;
  }
}
.sub_visual .container .sub_txt .comment {
  margin-top: 26px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.67px;
  line-height: 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 720px) {
  .sub_visual .container .sub_txt .comment {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
.sub_visual .container .action {
  margin-top: 20px;
  padding-right: 100px;
  font-size: 0;
}
.sub_visual .container .action a {
  display: inline-block;
  min-width: 150px;
  padding: 0 16px 0 20px;
  height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 3.5px;
  background-color: #ffbf00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub_visual .container .action a + a {
  margin-top: 10px;
}
.sub_visual .container .action .icon {
  display: inline-block;
  width: 20px;
  height: 5px;
  margin-top: 16px;
  margin-left: 14px;
  vertical-align: top;
  background-size: contain;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/arrow@3x.png") no-repeat 0 0;
}

.contents {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .contents {
    margin-top: 80px;
  }
}
.contents .container {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .contents .container {
    width: 100%;
  }
}
.contents .sec {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .contents .sec {
    padding: 0 24px;
  }
}
.contents .sec:first-child {
  margin-top: 0px;
}
.contents .sec:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .contents .sec.none-padding {
    padding: 0;
  }
  .contents .sec.none-padding .sub_tit {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents .sec.none-padding .con > .txt {
    padding: 0 24px;
  }
  .contents .sec.none-padding .video-list .ttl {
    margin: 0 24px;
  }
}
.contents .sec h3 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 60px;
}
@media screen and (max-width: 1100px) {
  .contents .sec h3 {
    font-size: 32px;
  }
}
.contents .sec .sub_tit {
  float: left;
  width: 263px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.83px;
  line-height: 60px;
}
@media screen and (max-width: 1100px) {
  .contents .sec .sub_tit {
    float: none;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 720px) {
  .contents .sec .sub_tit {
    font-size: 32px;
    line-height: 48px;
  }
}
.contents .sec .con {
  position: relative;
  float: left;
  width: 821px;
  margin-left: 16px;
}
@media screen and (max-width: 1100px) {
  .contents .sec .con {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.contents .sec .con > .txt {
  color: #333;
  font-size: 20px;
  letter-spacing: -0.63px;
  line-height: 60px;
}
@media screen and (max-width: 720px) {
  .contents .sec .con > .txt {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 24px;
  }
}
.contents .sec .con > .txt.txt_line2 {
  padding: 0 0 9px;
  line-height: 30px;
}
@media screen and (max-width: 720px) {
  .contents .sec .con > .txt.txt_line2 {
    padding: 0;
    line-height: 24px;
  }
}
.contents .sec .con > .txt.line02 {
  line-height: 30px;
}
.contents .sec .con > .txt + .section-review {
  padding-top: 32px;
}
.contents .sec .con > .txt strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  font-weight: 700;
}
.contents .sec .con .course_list {
  margin-top: 32px;
}
@media screen and (max-width: 720px) {
  .contents .sec .con .course_list {
    margin-top: 20px;
  }
}
.contents .sec .con .course_slider {
  margin-top: 32px;
}
.contents .sec .con .course_slider .swiper-container {
  border: 1px solid #d3d3d3;
}
.contents .sec .con .c_text {
  text-align: right;
  color: #999;
  font-size: 12px;
  letter-spacing: -0.43px;
  line-height: 21px;
}
.contents .sec .con .img_wrap {
  margin-top: 32px;
  -webkit-filter: none;
          filter: none;
}
.contents .sec .con .img_wrap img {
  margin-left: 9px;
  margin-right: 0 !important;
}
@media screen and (max-width: 1100px) {
  .contents .sec .con .img_wrap img {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0 !important;
  }
}
.contents .sec .con .img_wrap img:first-child {
  margin-left: 0;
}
.contents .section-review {
  padding-top: 53px;
}
@media screen and (max-width: 1100px) {
  .contents .section-review {
    padding-top: 20px;
  }
  .contents .section-review .container {
    padding-bottom: 0;
  }
}
.contents .section-review .crown {
  margin-bottom: 32px;
}
.contents .section-review .crown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contents .section-review .crown ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .section-review .crown ul li {
  position: relative;
  width: 100%;
  min-height: 76px;
  padding: 28px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown ul li {
    max-width: 300px;
    min-height: 80px;
    padding: 30px 0;
  }
}
.contents .section-review .crown ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown ul li:first-child {
    margin-top: 0 !important;
  }
}
.contents .section-review .crown ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 76px;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/crown-left@3x.png") no-repeat 0 50%;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown ul li:before {
    width: 34px;
    height: 80px;
  }
}
.contents .section-review .crown ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 76px;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/crown-right@3x.png") no-repeat 0 50%;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown ul li:after {
    width: 34px;
    height: 80px;
  }
}
.contents .section-review .crown ul li span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown ul li span {
    font-size: 20px;
    line-height: 20px;
  }
}
.contents .section-review .crown ul li span em {
  font-family: Montserrat;
  font-weight: 700;
  color: #FF0700;
}
.contents .section-review .crown .desc {
  margin-top: 32px;
  text-align: right;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .crown .desc {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contents .section-review .item-slick-title {
    text-align: left;
  }
}
.contents .section-review .item-slick.h254 .slick-inner .box {
  height: 254px;
}
@media screen and (max-width: 767px) {
  .contents .section-review .item-slick.h346 .slick-inner .box {
    height: 370px;
  }
  .contents .section-review .item-slick.h394 .slick-inner .box {
    height: 420px;
  }
  .contents .section-review .item-slick.h298 .slick-inner .box {
    height: 298px;
  }
}
.contents .section-review .item-slick .slick-inner {
  padding: 10px 8px;
}
.contents .section-review .item-slick .slick-inner .box {
  position: relative;
  height: 230px;
  padding: 48px 200px 48px 42px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .item-slick .slick-inner .box {
    padding: 48px 24px;
  }
}
.contents .section-review .item-slick .slick-inner .box:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/qmark@3x.png") no-repeat 0 0;
  background-size: contain;
}
.contents .section-review .item-slick .slick-inner .box .text-1 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .item-slick .slick-inner .box .text-1 {
    letter-spacing: -1.5px;
  }
}
.contents .section-review .item-slick .slick-inner .box .text-2 {
  padding-top: 16px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .item-slick .slick-inner .box .text-2 {
    letter-spacing: -1.5px;
  }
}
.contents .section-review .item-slick .slick-inner .box .text-2 span {
  color: #F59B03;
}
.contents .section-review .item-slick .slick-inner .box .who {
  position: absolute;
  bottom: 24px;
  left: 42px;
  padding-top: 24px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .item-slick .slick-inner .box .who {
    bottom: 24px;
    left: 24px;
  }
}
.contents .section-review .item-slick .slick-inner .box .img {
  position: absolute;
  bottom: 0;
  right: 32px;
}
@media screen and (max-width: 1100px) {
  .contents .section-review .item-slick .slick-inner .box .img {
    display: none;
  }
}
.contents .section-review .item-slick .slick-arrow {
  background-size: contain;
}
.contents .section-review .item-slick .slick-prev {
  left: -15px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/pa-button-w-prev.png");
}
@media screen and (max-width: 767px) {
  .contents .section-review .item-slick .slick-prev {
    display: block !important;
  }
}
.contents .section-review .item-slick .slick-next {
  right: -15px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/pa-button-w-next.png");
}
@media screen and (max-width: 767px) {
  .contents .section-review .item-slick .slick-next {
    display: block !important;
  }
}
.contents .course_box {
  position: relative;
  float: left;
  width: 263px;
  height: 188px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .contents .course_box {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  .contents .course_box {
    width: 100%;
    height: auto !important;
    margin-right: 0;
  }
  .contents .course_box.mo.active .p_wrap .co_tit:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .contents .course_box.mo .p_wrap .co_tit {
    position: relative;
  }
  .contents .course_box.mo .p_wrap .co_tit:after {
    position: absolute;
    right: 0px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow-icon-updownset-black-line-down-copy.png");
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contents .course_box.mo .p_wrap .co_tit.selected::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.contents .course_box.wide {
  width: 100%;
  height: auto;
  float: none;
}
.contents .course_box.wide .co_contents {
  position: relative !important;
  top: 0;
  left: 0;
  margin-top: 24px;
  margin-left: 12px;
}
.contents .course_box.wide .co_contents .co_list {
  float: left;
  width: 189px;
}
.contents .course_box.wide .co_contents .co_list.wide04 {
  width: 100%;
}
.contents .course_box.wide .co_contents .co_list.wide04 li {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .contents .course_box.wide .co_contents .co_list.wide04 li {
    width: 100%;
  }
}
.contents .course_box.wide .co_contents .co_list li {
  width: 100%;
}
.contents .course_box.h146 {
  height: 146px;
}
.contents .course_box.h167 {
  height: 167px;
}
.contents .course_box.h209 {
  height: 209px;
}
.contents .course_box.h230 {
  height: 240px;
}
.contents .course_box.h272 {
  height: 272px;
}
.contents .course_box.h377 {
  height: 377px;
}
.contents .course_box.h398 {
  height: 398px;
}
.contents .course_box:nth-child(3n) {
  margin-right: 0;
}
.contents .course_box:hover {
  background: #ffbf00;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
.contents .course_box:hover .co_contents .co_list li {
  color: #000;
}
.contents .course_box .p_wrap {
  padding: 18px 20px 23px;
}
@media screen and (max-width: 900px) {
  .contents .course_box .p_wrap {
    padding: 16px 20px;
  }
}
.contents .course_box .p_wrap .co_tit {
  display: table;
  height: 42px;
  padding-left: 48px;
  position: relative;
  width: calc(100% - 48px);
}
@media screen and (max-width: 900px) {
  .contents .course_box .p_wrap .co_tit {
    overflow: hidden;
  }
}
.contents .course_box .p_wrap .co_tit .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .contents .course_box .p_wrap .co_tit .icon {
    float: left;
    width: 32px;
  }
  .contents .course_box .p_wrap .co_tit .icon img {
    width: 100%;
  }
}
.contents .course_box .p_wrap .co_tit .txt {
  display: table-cell;
  max-width: 172px;
  height: 42px;
  padding-right: 30px;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 21px;
}
.contents .course_box .co_contents {
  position: absolute;
  top: 80px;
  left: 20px;
}
@media screen and (max-width: 900px) {
  .contents .course_box .co_contents {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    margin-top: 20px;
  }
}
.contents .course_box .co_contents .c_text {
  position: relative;
  left: -10px;
  padding-top: 5px;
}
.contents .course_box .co_contents .co_list li {
  float: left;
  width: 50%;
  color: #999;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 21px;
}
.contents .course_box .co_contents .co_list li .icon-new {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin: 2px 0 0 4px;
  vertical-align: top;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/icon-new@3x.png") no-repeat 50% 0;
  background-size: contain;
}
.contents .course_box .co_contents .co_list.last_long li:last-child {
  width: 100%;
}
.contents .course_box .co_contents .co_list.wide li {
  width: 100%;
}
.contents .flow_common {
  margin-top: 32px;
}
.contents .flow_common .f_wrap {
  padding-left: 38px;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .f_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 1040px) {
  .contents .flow_common .f_wrap .wide .step_edu {
    margin: 0 auto;
  }
}
.contents .flow_common .stepper {
  position: relative;
  display: none;
  height: 284px;
}
@media screen and (max-width: 1040px) {
  .contents .flow_common .stepper {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper {
    height: 232px;
  }
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper {
    height: 200px;
  }
}
.contents .flow_common .stepper .step_default {
  position: absolute;
  top: 130px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper .step_default {
    width: 100px;
  }
  .contents .flow_common .stepper .step_default img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_default {
    top: 100px;
  }
}
.contents .flow_common .stepper .step_left {
  position: relative;
  float: left;
}
.contents .flow_common .stepper .step_left .flow_line {
  position: relative;
  width: 180px;
  height: 180px;
  margin-left: 120px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper .step_left .flow_line {
    margin-left: 80px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_left .flow_line {
    margin-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_left .flow_line {
    width: 145px;
    margin-left: 0;
    margin-right: 0;
  }
}
.contents .flow_common .stepper .step_left .flow_line .arrow_right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_left .flow_line .arrow_right {
    -webkit-transform: rotate(302deg);
            transform: rotate(302deg);
  }
}
.contents .flow_common .stepper .step_left .flow_line .arrow_left {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_left .flow_line .arrow_left {
    -webkit-transform: rotate(302deg);
            transform: rotate(302deg);
  }
}
.contents .flow_common .stepper .step_left .flow_line .s01 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper .step_left .flow_line .s01 {
    max-width: 60px;
  }
}
.contents .flow_common .stepper .step_left .flow_line .s02 {
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_left .flow_line .s02 {
    top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_left .flow_line .s02 {
    left: 10px;
  }
}
.contents .flow_common .stepper .step_left .flow_line .s03 {
  position: absolute;
  left: 30px;
  top: 60px;
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_left .flow_line .s03 {
    top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_left .flow_line .s03 {
    left: 40px;
  }
}
.contents .flow_common .stepper .step_left .flow_line .s04 {
  position: absolute;
  top: 100px;
  left: 100px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper .step_left .flow_line .s04 {
    top: 70px;
    left: 90px;
  }
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_left .flow_line .s04 {
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_left .flow_line .s04 {
    left: 30px;
  }
}
.contents .flow_common .stepper .step_right {
  position: relative;
  float: right;
}
.contents .flow_common .stepper .step_right .flow_line {
  position: relative;
  width: 180px;
  height: 180px;
  margin-right: 120px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper .step_right .flow_line {
    margin-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_right .flow_line {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line {
    width: 140px;
    height: 140px;
    margin-right: 0;
  }
}
.contents .flow_common .stepper .step_right .flow_line .arrow_right {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line .arrow_right {
    -webkit-transform: rotate(58deg);
            transform: rotate(58deg);
  }
}
.contents .flow_common .stepper .step_right .flow_line .arrow_left {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line .arrow_left {
    -webkit-transform: rotate(58deg);
            transform: rotate(58deg);
  }
}
.contents .flow_common .stepper .step_right .flow_line .s05 {
  position: absolute;
  left: 100px;
  top: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line .s05 {
    left: 70px;
  }
}
.contents .flow_common .stepper .step_right .flow_line .s06 {
  position: absolute;
  top: 50px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .stepper .step_right .flow_line .s06 {
    top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_right .flow_line .s06 {
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line .s06 {
    top: 30px;
    right: 10px;
  }
}
.contents .flow_common .stepper .step_right .flow_line .s07 {
  position: absolute;
  right: 30px;
  top: 60px;
}
@media screen and (max-width: 640px) {
  .contents .flow_common .stepper .step_right .flow_line .s07 {
    top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line .s07 {
    right: 40px;
  }
}
.contents .flow_common .stepper .step_right .flow_line .s08 {
  position: absolute;
  top: 40px;
  left: 15px;
}
@media screen and (max-width: 480px) {
  .contents .flow_common .stepper .step_right .flow_line .s08 {
    top: 40px;
    left: 10px;
    max-width: 30px;
  }
}
.contents .flow_common .stepper .step_right .step_default {
  right: 0;
}
.contents .flow_common .stepper .img_left {
  float: left;
  width: 50%;
}
.contents .flow_common .stepper .img_left img {
  width: 100%;
}
.contents .flow_common .stepper .img_right {
  float: left;
  width: 50%;
}
.contents .flow_common .stepper .img_right img {
  width: 100%;
}
.contents .flow_common .step_center {
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  display: none;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .step_center {
    display: block;
  }
}
.contents .flow_common .step_center .flow_line {
  margin: 0;
}
.contents .flow_common .step_center .flow_line .s05 {
  margin: 0;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .step_center .flow_line .s05 {
    width: 95px;
    max-width: 95px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .contents .flow_common .step_center .flow_line .arrow_left {
    margin: 0 auto;
  }
}
.contents .flow_common .step_center .flow_line .arrow_right.s09 {
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .step_center .flow_line .arrow_right.s09 {
    margin: 0 auto;
  }
}
.contents .flow_common .step_center .flow_line .s11 {
  margin: 5px 0;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .step_center .flow_line .s11 {
    margin: 0 auto;
  }
}
.contents .flow_common .step_text {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .step_text {
    font-size: 12px;
  }
}
.contents .flow_common .img_right .flow_mo_right {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .img_right .flow_mo_right {
    width: 100%;
  }
}
.contents .flow_common .img_left .flow_mo_left {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .img_left .flow_mo_left {
    width: 100%;
  }
}
.contents .flow_common .step {
  float: left;
}
.contents .flow_common .step01 {
  float: left;
  margin-right: 32px;
  padding-top: 56px;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .step01 {
    padding-top: 0;
  }
}
.contents .flow_common .flow_line {
  float: left;
  width: 180px;
  margin-right: 32px;
  padding-top: 56px;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .flow_line {
    padding-top: 0;
  }
}
.contents .flow_common .flow_line .text {
  margin: 18px 0;
  text-align: center;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 720px) {
  .contents .flow_common .flow_line .text {
    max-width: 60px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .contents .flow_common .flow_line .text {
    margin: 0;
  }
}
.contents .flow_common .flow_line .arrow_left {
  max-width: 120px;
}
.contents .flow_common .flow_line .arrow_left img {
  width: 100%;
}
.contents .flow_common .flow_line .arrow_right {
  max-width: 105px;
  margin-bottom: 30px;
}
.contents .flow_common .flow_line .arrow_right img {
  width: 100%;
}
.contents .flow_common .flow_line .text.ex {
  position: relative;
  padding-top: 20px;
}
.contents .flow_common .flow_line .text.ex span {
  position: absolute;
  top: 0;
  left: -20px;
  width: 225px;
}
.contents .flow_common .step03 {
  float: left;
  margin-right: 32px;
}
.contents .flow_common .step03 .step_text {
  text-align: center;
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.contents .flow_common .step_edu {
  position: relative;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  background: #ffbf00;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .step_edu {
    width: 180px;
    height: 180px;
  }
}
.contents .flow_common .step_edu .step_edu_con {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 170px;
  height: 170px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .step_edu .step_edu_con {
    top: 25px;
    left: 25px;
    width: 130px;
    height: 130px;
  }
}
.contents .flow_common .step_edu .step_edu_con img {
  width: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .step_edu .step_edu_con img {
    width: 70px;
    margin-top: 40px;
  }
}
.contents .flow_common .step05 {
  padding-top: 56px;
}
@media screen and (max-width: 1100px) {
  .contents .flow_common .step05 {
    padding-top: 0;
  }
}
.contents .flow_common .top_wrap {
  position: relative;
  width: 100%;
  height: 56px;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .flow_common .top_wrap .text {
  text-align: center;
}
.contents .flow_common .top_wrap .flow_bg {
  position: absolute;
  top: 25px;
  left: 110px;
  width: 100%;
  height: 87px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/path-2-copy.png");
  background-repeat: no-repeat;
}
.contents .flow_common .bottom_wrap {
  position: relative;
  width: 100%;
  height: 56px;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .flow_common .bottom_wrap .text {
  text-align: center;
  padding-top: 40px;
}
.contents .flow_common .bottom_wrap .flow_bg {
  position: absolute;
  top: -56px;
  left: 110px;
  width: 921px;
  height: 89px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/path-2.png");
  background-repeat: no-repeat;
}
.contents .responsive_slider {
  display: none;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .contents .responsive_slider {
    display: block;
  }
}
.contents .responsive_slider .swiper-slide img {
  width: 87.22vw;
}
@media screen and (max-width: 840px) {
  .contents .responsive_slider .swiper-slide img {
    width: 90vw;
  }
}
.contents .responsive_slider .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .responsive_slider .swiper-button-prev {
  left: 7px;
}
.contents .responsive_slider .swiper-button-next {
  right: 7px;
}
.contents .sub_partner {
  padding: 100px 0;
  background-color: #f5f6f8;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .contents .sub_partner {
    padding: 58px 0;
  }
}
.contents .sub_partner .vert {
  width: 100%;
  height: 164px;
  margin-top: 50px;
  overflow: hidden;
}
.contents .sub_partner .vert:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 96px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 246, 248, 0)), to(rgb(245, 246, 248)));
  background: linear-gradient(270deg, rgba(245, 246, 248, 0) 0%, rgb(245, 246, 248) 100%);
}
.contents .sub_partner .vert:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 96px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 246, 248, 0)), to(rgb(245, 246, 248)));
  background: linear-gradient(90deg, rgba(245, 246, 248, 0) 0%, rgb(245, 246, 248) 100%);
}
.contents .sub_partner .vert .simply-scroll-clip {
  width: 100%;
  height: auto;
}
.contents .sub_partner .vert .simply-scroll-list li {
  float: left;
  width: 184px;
  height: 164px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contents .sub_partner .title_line {
    padding: 0 24px;
  }
}
.contents .sub_partner .title_line .pa_tit {
  float: left;
  margin-right: 128px;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
@media screen and (max-width: 720px) {
  .contents .sub_partner .title_line .pa_tit {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .contents .sub_partner .title_line .pa_tit {
    float: none;
    display: block;
  }
}
.contents .sub_partner .title_line .text {
  float: left;
  color: #333;
  font-size: 20px;
  letter-spacing: -0.63px;
  line-height: 40px;
}
@media screen and (max-width: 1100px) {
  .contents .sub_partner .title_line .text {
    float: none;
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 720px) {
  .contents .sub_partner .title_line .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
}
.contents .sub_partner .pa_slider {
  width: 1140px;
  margin: 58px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  .contents .sub_partner .pa_slider {
    width: 960px;
  }
}
@media screen and (max-width: 1100px) {
  .contents .sub_partner .pa_slider {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .contents .sub_partner .pa_slider {
    width: 768px;
  }
}
@media screen and (max-width: 840px) {
  .contents .sub_partner .pa_slider {
    width: 580px;
  }
}
@media screen and (max-width: 720px) {
  .contents .sub_partner .pa_slider {
    width: 100%;
    padding: 0;
  }
}
.contents .sub_partner .pa_slider .pa_item {
  margin-right: 23px;
  padding-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .contents .sub_partner .pa_slider .pa_item {
    margin-right: 0;
  }
}
.contents .sub_partner .pa_slider .pa_item .round-item {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  .contents .sub_partner .pa_slider .pa_item .round-item {
    width: 33.33vw;
    height: 33.33vw;
    margin: 0 auto;
  }
  .contents .sub_partner .pa_slider .pa_item .round-item img {
    width: 33.33vw;
    height: 33.33vw;
  }
}
.contents .sub_partner .pa_slider .pa_item .round-item:hover {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.contents .sub_partner .pa_slider .swiper-container {
  padding: 0 20px;
}
@media screen and (max-width: 720px) {
  .contents .sub_partner .pa_slider .swiper-container {
    margin-left: -5px;
    padding: 0 5px;
  }
}
.contents .board {
  color: #222;
}
.contents .board a {
  color: inherit;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list {
    max-width: 720px;
    margin: 0 auto;
  }
  .contents .board .board-list.sec .con {
    margin-top: 0 !important;
  }
}
.contents .board .board-list .search-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list .search-form {
    margin: 24px 0 0 0;
  }
}
.contents .board .board-list .search-form .search-text {
  position: relative;
  border-bottom: 2px solid #fcc300;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list .search-form .search-text {
    width: 100%;
  }
}
.contents .board .board-list .search-form .search-text input {
  display: block;
  width: 180px;
  height: 64px;
  font-size: 16px;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list .search-form .search-text input {
    height: 52px;
    width: calc(100% - 56px);
    padding: 0;
  }
}
.contents .board .board-list .search-form .search-text input::-webkit-input-placeholder {
  color: #999;
}
.contents .board .board-list .search-form .search-text input::-moz-placeholder {
  color: #999;
}
.contents .board .board-list .search-form .search-text input:-ms-input-placeholder {
  color: #999;
}
.contents .board .board-list .search-form .search-text input:-moz-placeholder {
  color: #999;
}
.contents .board .board-list .search-form .search-text button {
  position: absolute;
  top: 0;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list .search-form .search-text button {
    right: 0;
    width: 52px;
    height: 52px;
  }
}
.contents .board .board-list .list-area .result {
  padding: 120px 0;
}
.contents .board .board-list .list-area .result p {
  color: #555;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list .list-area .result p {
    font-size: 16px;
  }
}
.contents .board .board-list .pagination {
  margin-top: 120px;
}
@media screen and (max-width: 1100px) {
  .contents .board .board-list .pagination {
    margin-top: 48px;
  }
}
.contents .board .board_header h4 {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_header h4 {
    padding-bottom: 12px;
    font-size: 18px;
  }
}
.contents .board .board_meta {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_meta {
    margin-top: 12px;
  }
}
.contents .board .board_meta > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .board .board_meta > ul > li {
  color: #666;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 21px;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_meta > ul > li {
    font-size: 13px;
  }
}
.contents .board .board_meta > ul > li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 24px;
  background-color: #ccc;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_meta > ul > li:before {
    margin: 0 8px;
  }
}
.contents .board .board_meta > ul > li:first-child:before {
  display: none;
}
.contents .board .board_body {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_body {
    padding: 24px 0 48px;
  }
}
.contents .board .board_body .image {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #d3d3d3;
}
.contents .board .board_body .image img {
  max-width: 100%;
}
.contents .board .board_content {
  max-width: 992px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
.contents .board .board_nav {
  border: solid #d3d3d3;
  border-width: 1px 0;
}
.contents .board .board_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_nav > ul {
    display: block;
  }
}
.contents .board .board_nav > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_nav > ul > li {
    width: 100%;
  }
  .contents .board .board_nav > ul > li + li {
    border-top: solid 1px #d3d3d3;
  }
}
.contents .board .board_nav a {
  position: relative;
  display: block;
  padding: 16px 20px 16px 147px;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_nav a {
    padding-left: 92px;
  }
}
.contents .board .board_nav a strong {
  position: absolute;
  top: 16px;
  left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 8px;
  padding: 0 29px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  border-radius: 23px;
  background-color: #F5F6F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .contents .board .board_nav a strong {
    left: 0;
    padding: 0 20px;
  }
}
.contents .board .board_nav a span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .board .board_footer {
  margin-top: 70px;
}
.contents .board .board_footer .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents .board .board_footer .button-area a {
  display: inline-block;
  min-width: 180px;
  height: 43px;
  padding: 0 24px;
  line-height: 43px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.6px;
  border-radius: 4px;
  background-color: #FFBF00;
}
.contents .board .board_footer .button-area a .icon {
  display: none;
  margin-left: auto;
  margin-right: 0;
  font-size: 0;
}
.contents .progress_wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .contents .course_slider img {
    width: 100%;
  }
}
.contents .course_slider .swiper-container {
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 720px) {
  .contents .course_slider .swiper-container {
    height: auto;
  }
}
.contents .course_slider .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .course_slider .swiper-progress-bar {
  position: relative;
  float: right;
  width: 771px;
  height: 2px;
  margin: 8px auto;
  background: #f2f2f2;
}
@media screen and (max-width: 1100px) {
  .contents .course_slider .swiper-progress-bar {
    width: calc(100% - 40px);
  }
}
.contents .course_slider .swiper-progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: inherit;
  background: #ffbf00;
}
.contents .course_slider .swiper-progress-bar .progress-sections {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: inherit;
  height: inherit;
}
.contents .course_slider .swiper-progress-bar .progress-sections span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
}
.contents .course_slider .swiper-progress-bar .progress-sections span:last-child {
  border-right-width: 0;
}
.contents .course_slider .swiper-counter {
  float: left;
  margin: 0 auto;
  color: #666;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
}
.contents .course_slider .swiper-counter .current {
  color: #000;
}
.contents .video_bg {
  position: absolute;
  top: 65px;
  left: 162px;
  z-index: 1;
  width: 1500px;
  height: 353px;
  background: #f5f6f8;
}
@media screen and (max-width: 1440px) {
  .contents .video_bg {
    left: 80px !important;
  }
}
@media screen and (max-width: 1280px) {
  .contents .video_bg {
    display: none;
  }
}
.contents .video_player {
  position: relative;
  z-index: 2;
  max-width: 821px;
  height: 418px;
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .contents .video_player {
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .contents .video_player {
    padding: 0 10px;
  }
}
.contents .video_player .view_thumb {
  position: relative;
  z-index: 2;
  float: right;
  width: 205px;
}
@media screen and (max-width: 900px) {
  .contents .video_player .view_thumb {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .contents .video_player .view_thumb .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contents .video_player .view_thumb .tab .tablinks {
  display: block;
  width: 100%;
  height: 108px;
  margin-bottom: 7px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .contents .video_player .view_thumb .tab .tablinks {
    height: auto;
    margin-bottom: 0;
  }
}
.contents .video_player .view_thumb .tab .tablinks:last-child {
  margin-bottom: 0;
}
.contents .video_player .view_thumb .tab .tablinks img {
  width: 100%;
  height: 100%;
}
.contents .video_player .view {
  position: relative;
  z-index: 2;
  float: left;
  width: 600px;
  margin-right: 16px;
}
@media screen and (max-width: 900px) {
  .contents .video_player .view {
    width: 100%;
  }
  .contents .video_player .view img {
    width: 100%;
  }
}
.contents .video_player .view .tabcontent {
  position: relative;
  display: none;
}
.contents .video_player .view .tabcontent .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.contents .video_player .view .tabcontent .blind:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.contents .video_player .view .tabcontent .control-box {
  position: relative;
  z-index: 1;
}
.contents .video_player .view .tabcontent .video_play video {
  width: 100%;
}
.contents .vi_slider {
  position: relative;
  display: none;
}
@media screen and (max-width: 900px) {
  .contents .vi_slider {
    margin-top: 20px;
  }
}
.contents .vi_slider .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .contents .vi_slider .swiper-slide .control-box {
    padding: 0 24px;
  }
}
.contents .vi_slider .swiper-slide .control-box img {
  width: 100%;
}
.contents .vi_slider .blind {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  width: 100%;
}
.contents .vi_slider .blind img {
  width: 100%;
}
.contents .vi_slider .btn_play {
  position: absolute;
  top: 50%;
  left: calc(50% - 48px);
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .contents .vi_slider .btn_play {
    width: 13.33vw;
    height: 13.33vw;
  }
  .contents .vi_slider .btn_play img {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .contents .vi_slider .video_play {
    padding: 0 24px;
  }
}
.contents .vi_slider .video_play video {
  width: 100%;
}
.contents .vi_slider .video_play iframe {
  width: 100%;
  height: 48.5vw;
}
.contents .pic_rayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents .pic_rayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.contents .pic_rayout .pic_box {
  width: 100%;
}
.contents .pic_rayout .pic_box .pic_icon {
  width: 50px;
  height: 50px;
}
.contents .pic_rayout .pic_box .pic_icon img {
  width: 100%;
}
.contents .pic_rayout .pic_box .pic_tit {
  margin: 16px 0 12px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.42px;
}
.contents .pic_rayout .pic_box .pic_comm {
  color: #333;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.44px;
}
.contents .spec_ncs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .contents .spec_ncs {
    grid-template-columns: 1fr 1fr;
  }
}
.contents .wide_step {
  margin-top: 24px;
}
@media screen and (max-width: 840px) {
  .contents .wide_step {
    margin-top: 20px;
  }
}
.contents .wide_step .line {
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .contents .wide_step .line:nth-child(1)::before {
    top: 95px;
  }
  .contents .wide_step .line:nth-child(3)::before {
    top: 95px;
  }
}
.contents .wide_step .line:before {
  content: "";
  position: absolute;
  top: 88px;
  left: 438px;
  z-index: 5;
  width: 41px;
  height: 39px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow_yellow.png");
}
@media screen and (max-width: 840px) {
  .contents .wide_step .line:before {
    top: 184px;
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .contents .wide_step .line:before {
    top: 82px;
  }
}
.contents .wide_step .line:last-child {
  margin-bottom: 0;
}
.contents .wide_step .line:last-child:before {
  display: none;
}
.contents .wide_step .line:last-child .step_tit {
  padding: 21px 0;
}
.contents .wide_step .line .step_tit {
  float: left;
  width: 233px;
  padding: 40px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #f5f6f8;
}
@media screen and (max-width: 840px) {
  .contents .wide_step .line .step_tit {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contents .wide_step .line .step_tit {
    padding: 16px 0;
    font-size: 16px;
  }
}
.contents .wide_step .line .step_tit span {
  display: block;
}
.contents .wide_step .line .step_tit .step_point {
  display: inline-block;
  width: 134px;
  height: 30px;
  margin-bottom: 8px;
  color: #444444;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #ffbf00;
}
@media screen and (max-width: 640px) {
  .contents .wide_step .line .step_tit .step_point {
    width: 108px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background-color: #333;
  }
}
.contents .wide_step .line .step_comm {
  float: left;
  position: relative;
  padding: 40px 36px;
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .contents .wide_step .line .step_comm {
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .contents .wide_step .line .step_comm {
    padding: 16px;
    font-size: 14px;
  }
}
.contents .pa-button {
  width: 45px;
  height: 45px;
}
.contents .pa-button:after {
  display: none;
}
.contents .pa-button.swiper-button-next {
  right: 0px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/pa-button-next.png");
}
.contents .pa-button.swiper-button-prev {
  left: 0px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/pa-button-prev.png");
}
.contents .btn_default {
  position: relative;
  display: inline-block;
  width: 122px;
  padding: 9px 12px;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contents .btn_default:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  width: 5px;
  height: 7px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/arrow-icon-arrowset-black-line-right_3.png");
}
.contents .spec_local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .spec_local img {
  display: block;
  margin-right: 14px;
}
.contents .spec_local img:last-child {
  margin-right: 0;
}
.contents .partnership_wrap {
  margin-top: 32px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .contents .partnership_wrap {
    margin-top: 20px;
  }
}
.contents .partnership_wrap .pa_img {
  float: left;
  width: 402px;
  margin-right: 16px;
}
@media screen and (max-width: 900px) {
  .contents .partnership_wrap .pa_img {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .contents .partnership_wrap .pa_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.contents .partnership_wrap .pa_img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .contents .partnership_wrap .pa_img:last-child {
    margin-bottom: 0;
  }
}
.contents .partnership_wrap .pa_img img {
  width: 100%;
}
.contents .banner_wrapper {
  margin-top: 32px;
}
.contents .banner_wrapper .img_3depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .contents .banner_wrapper .img_3depth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .banner_wrapper .img_3depth + .img_3depth {
  margin-top: 10px;
}
.contents .banner_wrapper .img_3depth + .img_2depth {
  margin-top: 10px;
}
.contents .banner_wrapper .img_3depth .ba_img {
  width: 100%;
}
.contents .banner_wrapper .img_3depth .ba_img img {
  width: 100%;
}
.contents .banner_wrapper .img_2depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .contents .banner_wrapper .img_2depth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .banner_wrapper .img_2depth + .img_2depth {
  margin-top: 10px;
}
.contents .banner_wrapper .img_2depth + .img_3depth {
  margin-top: 10px;
}
.contents .banner_wrapper .img_2depth .ba_img {
  width: 100%;
}
.contents .banner_wrapper .img_2depth .ba_img img {
  width: 100%;
}
.contents .ex_container {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .contents .ex_container {
    width: 100%;
    overflow: hidden;
  }
  .contents .ex_container .sec {
    padding: 0;
  }
  .contents .ex_container .sec .sub_tit {
    padding: 0 24px;
  }
  .contents .ex_container .sec .con .txt {
    padding: 0 24px;
  }
}
.contents .ex_container .message_wrap {
  position: relative;
  height: 850px;
  margin-top: 32px;
}
@media screen and (max-width: 1040px) {
  .contents .ex_container .message_wrap {
    height: auto;
  }
}
.contents .ex_container .message_wrap .img_float {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .contents .ex_container .message_wrap .img_float {
    position: static;
    width: 100%;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents .ex_container .message_wrap .img_float img {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .contents .ex_container .message_wrap .img_float {
    left: 0;
  }
}
.contents .ex_container .message_wrap .img_float .video {
  position: relative;
  width: 725px;
  height: 407px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .contents .ex_container .message_wrap .img_float .video {
    width: 100%;
    height: 50.714vw;
  }
}
.contents .ex_container .message_wrap .img_float .video iframe {
  width: 100%;
  height: 100%;
}
.contents .ex_container .message_wrap .img_float .video .control-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.contents .ex_container .message_wrap .img_float .video .control-box img {
  width: 100%;
}
.contents .ex_container .message_wrap .img_float .video .control-box .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents .ex_container .message_wrap .img_float .video .video_play video {
  width: 100%;
  height: 100%;
}
.contents .ex_container .message_wrap .message_float {
  position: absolute;
  top: 169px;
  left: 43px;
  z-index: 1;
  width: 1500px;
  height: 681px;
  background-repeat: repeat;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/group-74.png");
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .contents .ex_container .message_wrap .message_float {
    position: static;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    padding: 120px 20px 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contents .ex_container .message_wrap .message_float .common {
  max-width: 740px;
  padding: 267px 0px 50px 37px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1100px) {
  .contents .ex_container .message_wrap .message_float .common {
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.5px;
  }
}
.contents .ex_container .message_wrap .message_float .common p {
  margin-bottom: 30px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.contents .ex_container .message_wrap .message_float .common p:last-child {
  margin-bottom: 0;
}
.contents .ex_container .message_wrap .message_float .tag {
  padding-left: 37px;
  font-size: 14px;
  letter-spacing: -0.44px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .contents .ex_container .message_wrap .message_float .tag {
    padding: 20px 0 0;
  }
}
.contents .press-list {
  overflow: hidden;
}
.contents .press-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -16px;
}
@media screen and (max-width: 1100px) {
  .contents .press-list > ul {
    margin: 0;
  }
}
.contents .press-list > ul > li {
  width: calc(50% - 16px);
  margin: 40px 0 0 16px;
}
@media screen and (max-width: 1100px) {
  .contents .press-list > ul > li {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.contents .press-list .item .thumb {
  position: relative;
  overflow: hidden;
  border: solid 1px #d3d3d3;
}
.contents .press-list .item .thumb:before {
  content: "";
  display: block;
  padding-bottom: 65.094%;
}
.contents .press-list .item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.contents .press-list .item .meta {
  padding-top: 16px;
}
.contents .press-list .item .meta .bar {
  margin-bottom: 8px;
}
.contents .press-list .item .meta .bar > span {
  color: #888;
  font-size: 16px;
}
.contents .press-list .item .meta .bar .date {
  font-weight: 700;
}
.contents .press-list .item .meta .title {
  display: -webkit-box;
  max-height: 48px;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #333;
}
.contents .press-list .item .meta .title i {
  color: #fcc300;
  font-style: normal;
  text-decoration: underline;
}
.contents .press-list .item:focus .thumb img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.contents .press-list .item:hover .thumb img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.contents .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents .pagination .extend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url("//company.eduwill.net/assets/img/common/pagination.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 40px;
}
.contents .pagination .page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  padding-bottom: 2px;
  color: #ccc;
  font-size: 18px;
}
.contents .pagination .extend.prev {
  margin-right: 14px;
  background-position-x: 0;
}
.contents .pagination .extend.next {
  margin-left: 14px;
  background-position-x: -40px;
}
.contents .pagination span.extend {
  opacity: 0.38;
}
.contents .pagination .page.current {
  border-radius: 50%;
  background-color: #fcc300;
  color: inherit;
  font-weight: 700;
}
.contents .rv-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contents .rv-wrap {
    grid-template-columns: 1fr;
  }
}
.contents .rv-wrap .slide-item {
  width: 100%;
  height: 350px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contents .rv-wrap .slide-item {
    float: none;
    width: 100%;
    height: auto;
  }
  .contents .rv-wrap .slide-item + .slide-item {
    margin-top: 32px;
    margin-left: 0;
  }
}
.contents .rv-wrap .slide-item .rv-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contents .rv-wrap .slide-item .rv-img img {
  max-width: 100%;
}
.contents .rv-wrap .slide-item .rv-img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .rv-wrap .slide-item .rv-img .mask img {
  width: 96px;
  height: 96px;
}
.contents .rv-wrap .slide-item .rv-text {
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.contents .video-list {
  margin-top: 32px;
}
.contents .video-list .col {
  margin-top: 58px;
}
.contents .video-list .col:first-child {
  margin-top: 0;
}
.contents .video-list .ttl {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  padding-left: 11px;
  position: relative;
  margin-bottom: 32px;
  display: block;
}
.contents .video-list .ttl:before {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents .video-list ul {
  margin-top: -16px;
}
.contents .video-list ul li {
  float: left;
  width: calc(50% - 8px);
  margin-left: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.contents .video-list ul li:nth-child(odd) {
  margin-left: 0;
}
.contents .video-list ul li img {
  width: 100%;
}
.contents .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .contents .info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .info-list > div {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
  background: linear-gradient(90deg, #FFF 0%, #FFF 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .contents .info-list > div {
    padding: 20px 10px;
  }
}
.contents .info-list p {
  text-align: center;
  color: #212121;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.contents .info-list p.label {
  width: 134px;
  margin: 0 auto;
  padding: 12px 0;
  color: #000;
  font-size: 18px;
  line-height: 140%;
  border-radius: 10px;
  background: #EFEFEF;
}
.contents .info-list p.desc {
  margin-top: 16px;
}
.contents .info-list p.title {
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 700;
  border-top: 1px solid #DCDCDC;
}
.contents .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.contents .benefit-list img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents .benefit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contents .benefit-list img {
    width: 100%;
  }
}
.contents .list-box {
  margin-top: 20px;
  padding: 32px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .contents .list-box {
    padding: 24px 10px;
  }
}
.contents .list-box.type-recommend .list-item {
  padding: 38px 0;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 840px) {
  .contents .list-box.type-recommend .list-item {
    background-image: none !important;
  }
}
.contents .list-box.type-recommend .list-item:nth-last-child(3) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_recommend1.png");
}
.contents .list-box.type-recommend .list-item:nth-last-child(2) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_recommend2.png");
}
.contents .list-box.type-recommend .list-item:nth-last-child(1) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_recommend3.png");
}
.contents .list-box.type-recommend .list-item p.desc {
  margin-top: 0;
  font-size: 16px;
}
.contents .list-box.type-notion {
  background: #fff;
}
.contents .list-box.type-notion .info-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding-left: 300px;
  text-align: left;
  background: url("//img.eduwill.net/resources/b2b/live/images/notion.png") no-repeat left top;
  background-size: 290px 274px;
}
@media screen and (max-width: 840px) {
  .contents .list-box.type-notion .info-list {
    padding-left: 400px;
  }
}
@media screen and (max-width: 840px) {
  .contents .list-box.type-notion .info-list {
    padding-left: 0;
    padding-top: 200px;
    background-image: url("//img.eduwill.net/resources/b2b/live/images/notion_mo.png");
    background-position: center top;
    background-size: 274px 192px;
  }
}
.contents .list-box.type-notion .info-list + .title {
  margin-top: 20px;
}
.contents .list-box.type-notion .info-list > div {
  padding: 20px;
  border-radius: 8px;
  background: #F8F8F8;
}
.contents .list-box.type-notion .info-list p {
  text-align: left;
}
@media screen and (max-width: 840px) {
  .contents .list-box.type-notion .info-list p {
    text-align: center;
  }
}
.contents .list-box.type-notion .info-list p.title {
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 126%;
  border-top: 0;
}
@media screen and (max-width: 840px) {
  .contents .list-box.type-notion .info-list p.title {
    font-size: 14px;
  }
}
.contents .list-box.type-notion .info-list p.desc {
  margin-top: 4px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 840px) {
  .contents .list-box.type-notion .info-list p.desc {
    font-size: 12px;
  }
}
.contents .list-box.type-notion .item-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contents .list-box.type-notion .item-box {
    grid-template-columns: 1fr;
  }
}
.contents .list-box.type-notion .item-box + .title {
  margin-top: 20px;
}
.contents .list-box.type-notion .item-box .list-item {
  height: 140px;
  margin: 0;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .contents .list-box.type-notion .item-box .list-item {
    height: 100px;
    padding-left: 15px;
  }
}
.contents .list-box.type-notion .item-box .list-item:nth-child(1) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_notion1.png");
}
.contents .list-box.type-notion .item-box .list-item:nth-child(2) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_notion2.png");
}
.contents .list-box.type-notion .item-box .list-item:nth-child(3) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_notion3.png");
}
.contents .list-box.type-notion .item-box .list-item:nth-child(4) {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_notion4.png");
}
.contents .list-box.type-notion .item-box .list-item .desc {
  margin-top: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 767px) {
  .contents .list-box.type-notion .item-box .list-item .desc {
    font-size: 12px;
  }
}
.contents .list-box.type-notion .item-box .list-item .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .contents .list-box.type-notion .item-box .list-item .title {
    font-size: 16px;
  }
}
.contents .list-box .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.contents .list-box .title span {
  font-weight: 400;
}
.contents .list-box .title + .list-item {
  margin-top: 20px;
}
.contents .list-box .list-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents .list-box .list-item {
    padding: 15px 0;
  }
}
.contents .list-box .list-item + .list-item {
  margin-top: 7px;
}
.contents .list-box .list-item p {
  font-weight: 400;
  line-height: 130%;
}
.contents .list-box .list-item p.title {
  color: #050505;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contents .list-box .list-item p.title {
    font-size: 14px;
  }
}
.contents .list-box .list-item p.desc {
  margin-top: 10px;
  color: #4F4F4F;
  font-size: 14px;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 767px) {
  .contents .list-box .list-item p.desc {
    font-size: 12px;
    letter-spacing: -0.86px;
  }
}
.contents .list-box .list-item p.base {
  margin-top: 14px;
  color: #797979;
  font-size: 11px;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 767px) {
  .contents .list-box .list-item p.base {
    font-size: 10px;
  }
}
.contents .intro-box {
  margin-top: 20px;
  padding: 32px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  background: #FFEDAB url("//img.eduwill.net/resources/b2b/live/images/bg_intro.png") no-repeat right top;
}
@media screen and (max-width: 767px) {
  .contents .intro-box {
    padding: 24px 14px;
    background-image: url("//img.eduwill.net/resources/b2b/live/images/bg_intro_mo.png");
  }
}
.contents .intro-box.type-kys {
  background: #FFF3D7;
}
.contents .intro-box.type-kys .profile-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 35px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box.type-kys .profile-box {
    padding: 20px;
  }
}
.contents .intro-box.type-kys .profile-box .name {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents .intro-box.type-kys .profile-box .name {
    position: relative;
    z-index: 1;
    margin-top: -30px;
  }
}
.contents .intro-box.type-kys .profile-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  height: 156px;
}
@media screen and (max-width: 840px) {
  .contents .intro-box.type-kys .profile-box dl {
    height: 177px;
  }
}
@media screen and (max-width: 767px) {
  .contents .intro-box.type-kys .profile-box dl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: auto;
  }
}
.contents .intro-box.type-kys .profile-box dl dt {
  width: 50%;
  color: #5D5D5D;
  font-size: 13px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.65px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box.type-kys .profile-box dl dt {
    width: 100%;
  }
}
.contents .intro-box.type-kys .profile-box dl dd {
  width: 50%;
  margin-top: 10px;
  color: #5D5D5D;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.65px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box.type-kys .profile-box dl dd {
    width: 100%;
  }
}
.contents .intro-box.type-notion {
  background: #FFF3D7;
}
.contents .intro-box.type-notion .profile-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 35px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box.type-notion .profile-box {
    padding: 20px;
  }
}
.contents .intro-box.type-notion .profile-box .title {
  text-align: left;
}
.contents .intro-box.type-notion .profile-box .desc {
  margin-top: 0;
}
.contents .intro-box .title {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box .title {
    font-size: 16px;
  }
}
.contents .intro-box .title span {
  font-weight: 400;
}
.contents .intro-box .desc {
  margin-top: 20px;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .contents .intro-box .desc {
    font-size: 12px;
  }
}
.contents .intro-box .desc strong {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box .desc strong {
    font-size: 14px;
  }
}
.contents .intro-box .profile-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  margin-top: 30px;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #D1D1D1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FCFCFC));
  background: linear-gradient(180deg, #FFF 0%, #FCFCFC 100%);
}
@media screen and (max-width: 767px) {
  .contents .intro-box .profile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 20px 10px;
  }
}
.contents .intro-box .profile-box .name {
  width: 120px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 840px) {
  .contents .intro-box .profile-box .name {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .contents .intro-box .profile-box .name {
    width: 100%;
    font-size: 14px;
  }
}
.contents .intro-box .profile-box .profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 120px);
  height: 180px;
}
@media screen and (max-width: 840px) {
  .contents .intro-box .profile-box .profile-list {
    width: calc(100% - 150px);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents .intro-box .profile-box .profile-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: auto;
  }
}
.contents .intro-box .profile-box .profile-list li {
  width: 50%;
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 840px) {
  .contents .intro-box .profile-box .profile-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents .intro-box .profile-box .profile-list li {
    font-size: 12px;
  }
}
.contents .intro-box .teacher {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .contents .intro-box .teacher {
    position: relative;
    right: auto;
    left: auto;
    width: 134px;
    margin: 0 auto;
  }
  .contents .intro-box .teacher::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #fff));
    background: linear-gradient(to bottom, transparent 0%, #fff 50%);
  }
  .contents .intro-box .teacher img {
    width: 100%;
  }
}

.video_wrap {
  position: relative;
  padding-top: 32px;
}
.video_wrap .btn_play {
  position: absolute;
  top: 50%;
  left: calc(50% - 48px);
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .video_wrap .btn_play {
    width: 13.33vw;
    height: 13.33vw;
    left: calc(50% - 6.5vw);
  }
}
.video_wrap .img_wrap {
  width: 100%;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.video_wrap img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .video_wrap img {
    width: 100%;
  }
}
.video_wrap video {
  max-width: 100%;
}

.vi-button {
  width: 45px;
  height: 45px;
  background-size: cover;
}
.vi-button:after {
  display: none;
}
.vi-button.swiper-button-prev {
  left: 0;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/vi-button-prev.png");
}
@media screen and (max-width: 840px) {
  .vi-button.swiper-button-prev {
    left: 7px;
    background-image: url("//img.eduwill.net/resources/b2b/live/images/vi-button-prev@3x.png");
  }
}
.vi-button.swiper-button-next {
  right: 0;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/vi-button-next.png");
}
@media screen and (max-width: 840px) {
  .vi-button.swiper-button-next {
    right: 7px;
    background-image: url("//img.eduwill.net/resources/b2b/live/images/vi-button-next@3x.png");
  }
}

.counsel_pop {
  position: fixed !important;
  top: 10px !important;
  display: none;
  width: 700px;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .counsel_pop {
    top: 10px !important;
    width: 90%;
  }
}
.counsel_pop .wrapper {
  padding: 40px;
}
@media screen and (max-width: 720px) {
  .counsel_pop .wrapper {
    padding: 24px 20px;
  }
}
.counsel_pop .title_line {
  margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
  .counsel_pop .title_line {
    margin-bottom: 24px;
  }
}
.counsel_pop .title_line .tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .counsel_pop .title_line .tit {
    font-size: 18px;
    letter-spacing: -0.38px;
  }
}
.counsel_pop .title_line .comm {
  margin-top: 6px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #666;
}
@media screen and (max-width: 720px) {
  .counsel_pop .title_line .comm {
    margin-top: 8px;
    font-size: 14px;
  }
}
.counsel_pop .counsel_contents {
  margin-bottom: 40px;
}
.counsel_pop .counsel_contents .group {
  margin-top: 40px;
  position: relative;
}
.counsel_pop .counsel_contents .group:first-child {
  margin-top: 0px;
}
.counsel_pop .counsel_contents .group .row-box:after {
  content: "";
  display: block;
  clear: both;
}
.counsel_pop .counsel_contents .group .row-box .group_sec {
  float: left;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .counsel_pop .counsel_contents .group .row-box .group_sec {
    float: none;
    padding-left: 0;
  }
}
.counsel_pop .counsel_contents .group .row-box .group_sec:first-child {
  padding-left: 0;
}
.counsel_pop .counsel_contents .group .row-box .group_sec.col-2 {
  width: 50%;
}
@media screen and (max-width: 720px) {
  .counsel_pop .counsel_contents .group .row-box .group_sec.col-2 {
    width: 100%;
  }
}
.counsel_pop .counsel_contents .group .row-box .group_sec.col-3 {
  width: 33.333%;
}
@media screen and (max-width: 720px) {
  .counsel_pop .counsel_contents .group .row-box .group_sec.col-3 {
    width: 100%;
  }
}
.counsel_pop .counsel_contents .group .group_tit {
  position: relative;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 720px) {
  .counsel_pop .counsel_contents .group .group_tit {
    padding-bottom: 8px;
    font-size: 16px;
    letter-spacing: -0.44px;
    border-bottom-color: #d3d3d3;
  }
}
.counsel_pop .counsel_contents .group .group_tit .tit {
  position: absolute;
  top: 7px;
  right: 0;
  font-weight: 400;
}
.counsel_pop .counsel_contents .group .group_num {
  position: absolute;
  top: 0;
  right: 0;
}
.counsel_pop .counsel_contents .group .group_num:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: -4px;
  left: 0;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-tel.png");
  display: none;
}
.counsel_pop .counsel_contents .group .group_tit.noline {
  border: none;
}
.counsel_pop .counsel_contents .group .group_sec {
  margin-top: 20px;
}
.counsel_pop .counsel_contents .group .tit {
  font-size: 14px;
  letter-spacing: -0.47px;
  position: relative;
}
.counsel_pop .counsel_contents .group .tit .red {
  color: #ff0000;
}
.counsel_pop .counsel_contents .group .con {
  margin-top: 12px;
}
@media screen and (max-width: 720px) {
  .counsel_pop .counsel_contents .group .con .radio_group .radio_box {
    margin-right: 0;
    width: 50%;
    margin-top: 20px;
  }
  .counsel_pop .counsel_contents .group .con .radio_group .radio_box:nth-child(-n+2) {
    margin-top: 0;
  }
}
.counsel_pop .counsel_contents .group .con textarea {
  height: 140px;
}
.counsel_pop .counsel_contents .group .agree_box {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 12px 16px;
}
.counsel_pop .counsel_contents .group .agree_box ul li {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  letter-spacing: -0.4px;
}
.counsel_pop .counsel_contents .group .agree_box ul li strong {
  font-size: 13px;
  color: #222;
}
.counsel_pop .counsel_contents .group .check_group {
  margin-top: 12px;
}
.counsel_pop .btn_area {
  margin-top: 40px;
}
.counsel_pop .btn_area .btn_form_counsel {
  width: 180px;
  height: 44px;
  display: block;
  background: #ffbf00;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  letter-spacing: -0.57px;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
}
.counsel_pop .btn_area .btn_form_counsel:hover {
  color: #fff;
  cursor: pointer;
}
.counsel_pop .btn_area .btn_form_counsel:active {
  color: #775900;
}
.counsel_pop .counsel_pop_close {
  position: fixed;
  top: 30px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: 310px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/navi-icon-nav-close@3x.png");
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .counsel_pop .counsel_pop_close {
    top: 26px;
    right: calc(5% + 16px);
    left: auto;
    z-index: 1;
    margin-left: 0;
  }
}
.counsel_pop .counsel_pop_close img {
  display: none;
}

@media screen and (max-width: 900px) {
  .element_to_pop_gal {
    padding: 0 20px;
  }
}
.element_to_pop_gal .video_play {
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .element_to_pop_gal .video_play {
    width: 100%;
  }
}
.element_to_pop_gal .video_play video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .element_to_pop_gal .video_play video {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.element_to_pop_gal .video_play iframe {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .element_to_pop_gal .video_play iframe {
    width: 100%;
    height: auto;
  }
}

#videoPop {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  display: none;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 840px) {
  #videoPop {
    width: 100%;
  }
}
#videoPop video {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 840px) {
  #videoPop video {
    height: 56.19vw;
  }
}
#videoPop iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 840px) {
  #videoPop iframe {
    height: 56.19vw;
  }
}
#videoPop .btn-close {
  top: -41px;
  right: -5px;
  font-size: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}
#videoPop .btn-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#videoPop .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}/*# sourceMappingURL=style.css.map */