.main-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap .container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  .main-wrap .container {
    width: 100%;
    padding: 80px 24px;
  }
}
.main-wrap .highlight-text {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.main-wrap .highlight-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 11px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 228, 139, 0.9)), to(rgb(255, 213, 73)));
  background: linear-gradient(90deg, rgba(255, 228, 139, 0.9) 0%, rgb(255, 213, 73) 100%);
}
.main-wrap .highlight-text span {
  position: relative;
  z-index: 2;
}
.main-wrap .section-subject {
  padding-bottom: 58px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-subject {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-subject {
    text-align: left;
  }
}
.main-wrap .section-subject .title {
  position: relative;
  font-family: Montserrat;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: -1.33px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-subject .title {
    font-size: 32px;
    line-height: 39px;
  }
  .main-wrap .section-subject .title br {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .main-wrap .section-subject .title br {
    display: block;
  }
}
.main-wrap .section-subject .title em {
  color: #ffbf00;
  font-weight: 700;
}
.main-wrap .section-subject .title .highlight-text {
  margin: 0 5px;
}
.main-wrap .section-subject .desc {
  padding-top: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-subject .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .main-wrap .section-subject .desc br {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .main-wrap .section-subject .desc br {
    display: block;
  }
}
.main-wrap .section-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 600px;
  text-align: center;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-main@2x.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-visual {
    height: 400px;
    background-image: url("//img.eduwill.net/resources/b2b/live/images/main/m-img-top@2x.png");
  }
}
.main-wrap .section-visual img {
  width: 536px;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-visual img {
    width: 317px;
  }
}
@media screen and (max-width: 320px) {
  .main-wrap .section-visual img {
    width: 88.06vw;
  }
}
.main-wrap .section-visual .action {
  margin-top: 42px;
  font-size: 0;
}
.main-wrap .section-visual .action a {
  display: inline-block;
  height: 40px;
  padding: 0 15px 0 21px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 40px;
  border-radius: 3.5px;
  background-color: #ffbf00;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-visual .action a {
    padding: 0 12px 0 18px;
  }
}
.main-wrap .section-visual .action a.btn-2 {
  margin-left: 12px;
}
.main-wrap .section-visual .action a:hover {
  color: #fff;
}
.main-wrap .section-visual .action a:hover .icon {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/arrow-w@3x.png");
}
.main-wrap .section-visual .action a:active {
  color: #775900;
}
.main-wrap .section-visual .action a:active .icon {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/arrow-a@3x.png");
}
.main-wrap .section-visual .action a.disabled {
  cursor: not-allowed;
  background-color: #F2F2F2;
  color: #D3D3D3;
}
.main-wrap .section-visual .action a.disabled .icon {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/arrow-d@3x.png");
}
.main-wrap .section-visual .action a strong {
  font-weight: 700;
}
.main-wrap .section-visual .action a .icon {
  display: inline-block;
  width: 20px;
  height: 5px;
  margin-top: 16px;
  margin-left: 25px;
  vertical-align: top;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/arrow@3x.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-visual .action a .icon {
    margin-left: 14px;
  }
}
.main-wrap .section-intro .container {
  padding-bottom: 58px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-intro .container {
    padding-bottom: 48px;
  }
}
.main-wrap .section-intro ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .main-wrap .section-intro ul {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
}
@media screen and (max-width: 490px) {
  .main-wrap .section-intro ul {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrap .section-intro ul li {
  position: relative;
  height: 265px;
  padding-top: 140px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-intro ul li {
    height: 140px;
    padding-top: 66px;
  }
}
.main-wrap .section-intro ul li .icon {
  content: "";
  display: inline-block;
  position: absolute;
  top: 33px;
  left: 50%;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-intro ul li .icon {
    top: 0;
    width: 50px;
    height: 50px;
  }
}
.main-wrap .section-intro ul li .icon-1 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/icon-forty@3x.png");
}
.main-wrap .section-intro ul li .icon-2 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/icon-mobile@3x.png");
}
.main-wrap .section-intro ul li .icon-3 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/icon-professor@3x.png");
}
.main-wrap .section-intro ul li .icon-4 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/icon-puzzle@3x.png");
}
.main-wrap .section-intro ul li .t1 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-intro ul li .t1 {
    font-size: 20px;
    line-height: 1;
  }
}
.main-wrap .section-intro ul li .t2 {
  padding-top: 8px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-intro ul li .t2 {
    padding-top: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 21px;
  }
}
.main-wrap .section-menu {
  position: relative;
  background-color: #000;
}
.main-wrap .section-menu .container {
  *zoom: 1;
  padding: 0;
}
.main-wrap .section-menu .container:after {
  content: "";
  display: block;
  clear: both;
}
.main-wrap .section-menu .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.main-wrap .section-menu .bg img {
  height: 400px;
}
.main-wrap .section-menu .bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-wrap .section-menu .bg > div.item-1 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-oneline@2x.png");
}
.main-wrap .section-menu .bg > div.item-2 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-meeting@2x.png");
}
.main-wrap .section-menu .bg > div.item-3 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-patner@2x.png");
}
.main-wrap .section-menu .bg > div.item-4 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-publicize@2x.png");
}
.main-wrap .section-menu .bg > div.item-5 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-ai@2x.png");
}
.main-wrap .section-menu .item {
  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;
}
@media screen and (max-width: 1024px) {
  .main-wrap .section-menu .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrap .section-menu .item > div {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  height: 400px;
  padding: 0 20px;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div {
    float: none;
    height: 243px;
    padding: 0 24px;
    border-right: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .main-wrap .section-menu .item > div.item-1 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-oneline-mo@2x.png");
  }
  .main-wrap .section-menu .item > div.item-2 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-meeting-mo@2x.png");
  }
  .main-wrap .section-menu .item > div.item-3 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-patner-mo@2x.png");
  }
  .main-wrap .section-menu .item > div.item-4 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-publicize-mo@2x.png");
  }
  .main-wrap .section-menu .item > div.item-5 {
    background-image: url("//img.eduwill.net/resources/b2b/live/images/main/bg-ai-mo@2x.png");
  }
}
.main-wrap .section-menu .item > div:first-child {
  border-left: solid 1px #fff;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div:first-child {
    border-left: none;
  }
}
.main-wrap .section-menu .item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 190, 0, 0.3);
  -webkit-box-shadow: 1px 0 0 0 #ffffff, -1px 0 0 0 #ffffff;
          box-shadow: 1px 0 0 0 #ffffff, -1px 0 0 0 #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrap .section-menu .item > div.active, .main-wrap .section-menu .item > div:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrap .section-menu .item > div.active:before, .main-wrap .section-menu .item > div:hover:before {
  opacity: 1;
}
.main-wrap .section-menu .item > div.active dl, .main-wrap .section-menu .item > div:hover dl {
  height: 292px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div.active dl, .main-wrap .section-menu .item > div:hover dl {
    height: 179px;
  }
}
.main-wrap .section-menu .item > div.active dl dt a, .main-wrap .section-menu .item > div:hover dl dt a {
  display: none;
}
.main-wrap .section-menu .item > div dl {
  position: absolute;
  right: 20px;
  bottom: 40px;
  left: 20px;
  height: 58px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .main-wrap .section-menu .item > div dl {
    bottom: 32px;
    height: 45px;
  }
}
.main-wrap .section-menu .item > div dl dt {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -1px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div dl dt {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.main-wrap .section-menu .item > div dl dt .more {
  position: absolute;
  bottom: -235px;
  right: 0;
  display: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div dl dt .more {
    top: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    bottom: auto;
    line-height: 18px;
    letter-spacing: -0.5px;
  }
}
.main-wrap .section-menu .item > div dl dt .more .icon {
  display: inline-block;
  width: 30px;
  height: 7px;
  margin-top: 6px;
  margin-left: 4px;
  vertical-align: top;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/arrow-arrow-right-hover@3x.png") no-repeat 0 0;
  background-size: contain;
}
.main-wrap .section-menu .item > div dl dd {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div dl dd {
    font-size: 16px;
    line-height: 38px;
  }
}
.main-wrap .section-menu .item > div dl dd a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div dl dd a {
    display: block;
  }
}
.main-wrap .section-menu .item > div dl dd a:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 7px;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-menu .item > div dl dd a:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .container {
    padding-bottom: 0;
  }
}
.main-wrap .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) {
  .main-wrap .section-review .crown ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-review .crown ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrap .section-review .crown ul li {
  position: relative;
  width: 100%;
  min-height: 95px;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .crown ul li {
    max-width: 300px;
    min-height: 80px;
    padding: 30px 0;
  }
}
.main-wrap .section-review .crown ul li:before, .main-wrap .section-review .crown ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 41px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .crown ul li:before, .main-wrap .section-review .crown ul li:after {
    width: 34px;
    height: 80px;
  }
}
.main-wrap .section-review .crown ul li:before {
  left: 0;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/crown-left@3x.png");
}
.main-wrap .section-review .crown ul li:after {
  right: 0;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/crown-right@3x.png");
}
.main-wrap .section-review .crown ul li span {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .crown ul li span {
    font-size: 20px;
    line-height: 20px;
  }
}
.main-wrap .section-review .crown ul li span em {
  font-family: Montserrat;
  font-weight: 700;
  color: #FF0700;
}
.main-wrap .section-review .crown .desc {
  margin-top: 32px;
  text-align: right;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .crown .desc {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
    line-height: 18px;
  }
}
.main-wrap .section-review .item-slick-title {
  position: relative;
  margin: 76px 0 24px;
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: -1.33px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .item-slick-title {
    font-size: 32px;
    line-height: 39px;
  }
  .main-wrap .section-review .item-slick-title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-review .item-slick-title {
    text-align: left;
  }
  .main-wrap .section-review .item-slick-title br {
    display: block;
  }
}
.main-wrap .section-review .item-slick-title em {
  color: #ffbf00;
  font-weight: 700;
}
.main-wrap .section-review .item-slick-title .highlight-text {
  margin: 0 5px;
}
.main-wrap .section-review .item-slick .slick-inner {
  padding: 10px 8px;
}
.main-wrap .section-review .item-slick .slick-inner .box {
  position: relative;
  height: 292px;
  padding: 24px 20px;
  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);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-review .item-slick .slick-inner .box {
    height: 260px;
  }
}
.main-wrap .section-review .item-slick .slick-inner .box .text {
  position: relative;
  padding-top: 23px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.main-wrap .section-review .item-slick .slick-inner .box .who {
  position: absolute;
  bottom: 24px;
  left: 20px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-1 {
  right: 12px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-2 {
  right: 6px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-3 {
  right: -24px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-4 {
  right: 9px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-5 {
  right: 15px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-6 {
  right: 15px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-7 {
  right: 14px;
}
.main-wrap .section-review .item-slick .slick-inner .box .img-8 {
  right: 15px;
}
.main-wrap .section-review .item-slick .slick-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .main-wrap .section-review .item-slick .slick-prev {
    display: block !important;
  }
}
.main-wrap .section-review .item-slick .slick-next {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .main-wrap .section-review .item-slick .slick-next {
    display: block !important;
  }
}
.main-wrap .section-curriculum {
  background-color: #f5f6f8;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-curriculum {
    background-color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-curriculum .container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-curriculum .section-subject {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-curriculum .section-subject {
    padding-bottom: 24px;
  }
}
.main-wrap .section-curriculum ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-curriculum ul {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrap .section-curriculum ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .main-wrap .section-curriculum ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .main-wrap .section-curriculum ul {
    grid-template-columns: 1fr 1fr;
  }
}
.main-wrap .section-curriculum ul li {
  position: relative;
  width: 100%;
  height: 108px;
  text-align: center;
  padding-top: 63px;
  border: solid 1px #d3d3d3;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.main-wrap .section-curriculum ul li:hover {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffbf00;
  border-color: #ffbf00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrap .section-curriculum ul li .icon {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  width: 32px;
  height: 33px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.main-wrap .section-curriculum ul li .icon-1 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-finance@3x.png");
}
.main-wrap .section-curriculum ul li .icon-2 {
  width: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-property@3x.png");
}
.main-wrap .section-curriculum ul li .icon-3 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-fire@3x.png");
}
.main-wrap .section-curriculum ul li .icon-4 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-warning@3x.png");
}
.main-wrap .section-curriculum ul li .icon-5 {
  height: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-finance2@3x.png");
}
.main-wrap .section-curriculum ul li .icon-6 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-distribution@3x.png");
}
.main-wrap .section-curriculum ul li .icon-7 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-guard@3x.png");
}
.main-wrap .section-curriculum ul li .icon-8 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-advice@3x.png");
}
.main-wrap .section-curriculum ul li .icon-9 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-economy@3x.png");
}
.main-wrap .section-curriculum ul li .icon-10 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-license@3x.png");
}
.main-wrap .section-curriculum ul li .icon-11 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-it@3x.png");
}
.main-wrap .section-curriculum ul li .icon-12 {
  height: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-ncs@3x.png");
}
.main-wrap .section-curriculum ul li .icon-13 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-job@3x.png");
}
.main-wrap .section-curriculum ul li .icon-14 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-public@3x.png");
}
.main-wrap .section-curriculum ul li .icon-15 {
  height: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-safety@3x.png");
}
.main-wrap .section-curriculum ul li .icon-16 {
  height: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon_language@3x.png");
}
.main-wrap .section-curriculum ul li .icon-17 {
  height: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon_transfer@3x.png");
}
.main-wrap .section-curriculum ul li .icon-18 {
  height: 34px;
  background-image: url("//img.eduwill.net/resources/b2b/dev/images/icon_staff@3x.png");
}
.main-wrap .section-curriculum ul li .icon-19 {
  width: 50px;
  height: 32px;
  background-image: url("//img.eduwill.net/resources/b2b/live/images/icon-ai@3x.png");
}
.main-wrap .section-curriculum ul li .t1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-curriculum ul li .t1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-curriculum ul li .t1 {
    font-size: 14px;
  }
}
.main-wrap .section-curriculum ul li .t1 .icon-new {
  position: absolute;
  top: 50%;
  left: 120%;
  display: block;
  width: 16px;
  height: 17px;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/icon-new@3x.png") no-repeat 50% 0;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-wrap .section-curriculum ul li .t1 .icon-new {
    left: 105%;
  }
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why .section-subject {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-why .section-subject {
    padding-bottom: 24px;
  }
}
.main-wrap .section-why .row-box {
  *zoom: 1;
}
.main-wrap .section-why .row-box:after {
  content: "";
  display: block;
  clear: both;
}
.main-wrap .section-why .img {
  float: left;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why .img {
    height: 213px;
    background: url("//img.eduwill.net/resources/b2b/live/images/main/img-whyeduwill-tbl.png") no-repeat 50% 0;
    background-size: 360px 157px;
    float: none;
    margin: 0 -24px;
    text-align: right;
    background-color: #fdc300;
    border-top-right-radius: 40px;
  }
}
.main-wrap .section-why .img img {
  width: 520px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why .img img {
    display: none;
    width: 360px;
    height: 213px;
  }
}
.main-wrap .section-why ul {
  float: right;
  width: 537px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why ul {
    float: none;
    width: 100%;
    margin-top: -56px;
  }
}
.main-wrap .section-why ul li {
  position: relative;
  min-height: 108px;
  margin-top: 16px;
  padding: 22px 25px 22px 141px;
  word-break: keep-all;
  overflow-wrap: break-word;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why ul li {
    height: auto;
    min-height: auto;
    margin-top: 12px;
    padding: 16px 16px 12px 16px;
  }
}
.main-wrap .section-why ul li:hover {
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrap .section-why ul li:first-child {
  margin-top: 0;
}
.main-wrap .section-why ul li.line-1 .t1 {
  margin-top: 6px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why ul li.line-1 .t1 {
    margin-top: 0;
  }
}
.main-wrap .section-why ul li .box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-wrap .section-why ul li .box {
    width: 100%;
  }
}
.main-wrap .section-why ul li .icon {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -120px;
  width: 97px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why ul li .icon {
    left: 0;
    width: 82px;
    height: 54px;
  }
}
.main-wrap .section-why ul li .icon-1 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/award-14@2x.png");
}
.main-wrap .section-why ul li .icon-2 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/award-1@2x.png");
}
.main-wrap .section-why ul li .icon-3 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/award_full.png");
}
.main-wrap .section-why ul li .icon-4 {
  background-image: url("//img.eduwill.net/resources/b2b/live/images/main/award_13.png");
}
.main-wrap .section-why ul li .t1 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why ul li .t1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 54px;
    padding: 0 0 0 98px;
    font-size: 20px;
    line-height: 25px;
  }
}
.main-wrap .section-why ul li .t2 {
  padding-top: 8px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-why ul li .t2 {
    padding-top: 18px;
    line-height: 15px;
  }
}
.main-wrap .section-partner {
  position: relative;
  background-color: #f5f6f8;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .container {
    padding-bottom: 58px !important;
  }
}
.main-wrap .section-partner .vert {
  width: 100%;
  height: 530px;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .vert {
    width: 560px;
    height: 570px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-partner .vert {
    width: 100%;
    height: 370px;
  }
}
.main-wrap .section-partner .vert:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 96px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(18%, rgba(255, 250, 250, 0)), color-stop(76%, rgb(245, 246, 248)));
  background: linear-gradient(0deg, rgba(255, 250, 250, 0) 18%, rgb(245, 246, 248) 76%);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .vert:before {
    height: 72px;
  }
}
.main-wrap .section-partner .vert:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 96px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, rgba(255, 250, 250, 0)), color-stop(77%, rgb(245, 246, 248)));
  background: linear-gradient(180deg, rgba(255, 250, 250, 0) 18%, rgb(245, 246, 248) 77%);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .vert:after {
    height: 72px;
  }
}
.main-wrap .section-partner .vert .simply-scroll-clip {
  width: 100% !important;
  height: 530px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .vert .simply-scroll-clip {
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-partner .vert .simply-scroll-clip {
    height: 370px;
  }
}
.main-wrap .section-partner .vert .simply-scroll-list li {
  width: 100%;
  height: 106px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .vert .simply-scroll-list li {
    height: 224px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-partner .vert .simply-scroll-list li {
    height: 120px;
  }
}
.main-wrap .section-partner .vert .simply-scroll-list li img {
  display: inline;
  width: 96px;
  margin: 7px;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-partner .vert .simply-scroll-list li img {
    margin: 8px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-partner .vert .simply-scroll-list li img {
    width: 52px;
    margin: 5px;
  }
}
.main-wrap .section-counsel {
  position: relative;
  background-color: #fdc300;
}
.main-wrap .section-counsel:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 248px;
  height: 74px;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/top-bg@2x.png") no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-wrap .section-counsel .container {
  padding-top: 150px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel .container {
    padding-top: 132px;
  }
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel .section-subject {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-counsel .section-subject {
    margin: 0 -24px;
    text-align: center;
  }
}
.main-wrap .section-counsel .section-subject .title {
  line-height: 60px;
  letter-spacing: -3px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel .section-subject .title {
    line-height: 38.4px;
  }
}
.main-wrap .section-counsel .section-subject .title .highlight-text {
  font-weight: 700;
}
.main-wrap .section-counsel ul {
  *zoom: 1;
}
.main-wrap .section-counsel ul:after {
  content: "";
  display: block;
  clear: both;
}
.main-wrap .section-counsel ul li {
  float: left;
  width: 350px;
  height: 182px;
  margin-left: 16px;
  padding: 32px 30px 20px;
  text-align: center;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li {
    width: calc(33.3333% - 6px);
    height: 162px;
    margin-left: 9px;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .section-counsel ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
.main-wrap .section-counsel ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .main-wrap .section-counsel ul li:first-child {
    margin-top: 8px;
  }
}
.main-wrap .section-counsel ul li:hover .num .highlight-text:before {
  width: 100%;
}
.main-wrap .section-counsel ul li .title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li .title {
    font-size: 16px;
  }
}
.main-wrap .section-counsel ul li .num {
  margin-top: 8px;
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 39px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li .num {
    font-size: 28px;
    line-height: 34px;
  }
}
.main-wrap .section-counsel ul li .num .highlight-text:before {
  width: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.main-wrap .section-counsel ul li .mail {
  margin-top: 16px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 24px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li .mail {
    margin-top: 13px;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 18px;
  }
}
.main-wrap .section-counsel ul li .mail .icon-mail {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 2px;
  vertical-align: top;
  background: url("//img.eduwill.net/resources/b2b/live/images/main/icon-mail@2x.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li .mail .icon-mail {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }
}
.main-wrap .section-counsel ul li .btn {
  margin-top: 21px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li .btn {
    margin-top: 16px;
  }
}
.main-wrap .section-counsel ul li .btn a {
  display: block;
  height: 42px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  border: solid 1px #000000;
  border-radius: 4px;
}
@media screen and (max-width: 1100px) {
  .main-wrap .section-counsel ul li .btn a {
    height: 40px;
    line-height: 38px;
  }
}

.curriculum_pop {
  position: fixed !important;
  top: 10px !important;
  display: none;
  width: 700px;
  min-height: 500px;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .curriculum_pop {
    width: 90%;
  }
}
.curriculum_pop .curriculum_pop_close {
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: 287px;
  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: 1100px) {
  .curriculum_pop .curriculum_pop_close {
    top: 32px;
    right: calc(5% + 20px);
    left: auto;
    z-index: 1;
    margin-left: 0;
  }
}
.curriculum_pop .wrapper {
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  .curriculum_pop .wrapper {
    padding: 24px 20px;
  }
}
.curriculum_pop .title_line {
  margin-top: 30px;
}
.curriculum_pop .title_line:first-child {
  margin-top: 0;
}
.curriculum_pop .title_line .tit {
  margin-bottom: 8px;
  padding-bottom: 16px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 29px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 1100px) {
  .curriculum_pop .title_line .tit {
    font-size: 18px;
  }
}
.curriculum_pop .curriculum_contents dl {
  padding: 16px 0;
  border-top: solid 1px #d3d3d3;
}
.curriculum_pop .curriculum_contents dl:first-child {
  border-top: none;
}
.curriculum_pop .curriculum_contents dl dt {
  padding-bottom: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 21px;
}
.curriculum_pop .curriculum_contents dl dt + dd {
  padding-top: 0;
}
.curriculum_pop .curriculum_contents dl dd {
  padding-top: 4px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 21px;
}

.counsel_pop .desc {
  padding-top: 10px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}

.filebox {
  position: relative;
  padding-right: 108px;
}
.filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100px;
  height: 44px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 44px;
  border-radius: 4px;
  background-color: #000;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */