.mainArea {
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: url(../images/bgIns.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-top: 70px;
  }
}
.mainArea > .wrap {
  max-width: 1200px;
  padding: 103px 0 0px;
}
@media (max-width: 1280px) {
  .mainArea > .wrap {
    padding: 103px 20px 0;
  }
}
@media (max-width: 1180px) {
  .mainArea > .wrap {
    padding: 50px 20px 0;
  }
}

.titleBox {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .titleBox {
    margin-bottom: 30px;
  }
}
.titleBox h2 {
  color: #203080;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .titleBox h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .titleBox h2 {
    text-align: center;
    font-size: 55px;
  }
}
.titleBox h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #aaafb2;
}
@media (max-width: 1024px) {
  .titleBox h2::before {
    left: 50%;
    margin-left: -12.5px;
  }
}

.bread {
  color: #7a7a7a;
  font-size: 16px;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.bread .home {
  padding: 0 1px 0 8px;
  color: #203080;
  font-weight: 600;
}

.classRowBox {
  padding: 0 0 20px 0;
}
@media (max-width: 960px) {
  .classRowBox {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  .classRowBox .classLink {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 960px) {
  .classRowBox .classLink {
    display: none;
  }
}
.classRowBox .classLink a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 45px;
  background-color: #203080;
}
.classRowBox .classLink a.current {
  background-color: #d90f01;
}
.classRowBox > .classItem {
  margin: 0 14px 14px 0;
}

.mClassLink {
  margin-bottom: 30px;
}
@media (min-width: 961px) {
  .mClassLink {
    display: none;
  }
}
@media (max-width: 960px) {
  .mClassLink {
    display: block;
  }
}
.mClassLink .main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #434343;
  padding: 15px 20px;
}
.mClassLink .main::before {
  color: #434343;
}

.textEditor {
  margin-top: 0;
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}