/*...VARIABLE...*/
.sub .headingSubPage {
  background-color: #f4f4f4;
  padding-bottom: 230px;
}

@media screen and (max-width: 480px) {
  .sub .headingSubPage {
    padding-bottom: 150px;
  }
}

.sub .headingSubPage .desc {
  width: 745px;
  margin: auto;
  text-align: left;
}

.sub .headingSubPage .desc p {
  font-size: 16px;
  color: #222222;
  line-height: 27px;
}

@media screen and (max-width: 767px) {
  .sub .headingSubPage .desc {
    width: 480px;
  }
}

@media screen and (max-width: 480px) {
  .sub .headingSubPage .desc {
    width: 100%;
  }
  .sub .headingSubPage .desc p {
    font-size: 13px;
  }
}

.president {
  position: relative;
  background-color: #2a5ba6;
}

.president .presidentBox {
  transform: skew(0deg, -2.8deg);
  background-color: #2a5ba6;
  position: relative;
  top: -62px;
}

.president .presidentBox .presidentInner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  transform: skew(0deg, 2.8deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -100px;
  padding-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .president .presidentBox .presidentInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .president .presidentBox .presidentInner {
    top: -50px;
  }
}

.president .presidentBox .presidentInner .banner {
  width: 100%;
  margin-bottom: 70px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox .presidentInner .banner {
    margin-bottom: 50px;
  }
}

.president .presidentBox .presidentInner .info h2 {
  background-color: #ff8820;
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  padding: 9px 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox .presidentInner .info h2 {
    font-size: 13px;
    padding: 9px 10px;
  }
}

.president .presidentBox .presidentInner .info h3 {
  font-size: 34px;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox .presidentInner .info h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.president .presidentBox .presidentInner .info .desc p {
  font-size: 16px;
  line-height: 32px;
  color: #FFF;
}

.president .presidentBox .presidentInner .info .desc p span {
  color: #fff000;
}

.president .presidentBox .presidentInner .info .desc p:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox .presidentInner .info .desc p {
    font-size: 13px;
    line-height: 28px;
  }
}

.president .presidentBox2 {
  transform: skew(0deg, 5.3deg);
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  top: -62px;
}

.president .presidentBox2 .presidentInner2 {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  transform: skew(0deg, -5.3deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (min-width: 1640px) {
  .president .presidentBox2 .presidentInner2 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .president .presidentBox2 .presidentInner2 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .president .presidentBox2 .presidentInner2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.president .presidentBox2 .presidentInner2 .info {
  margin-bottom: 150px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info {
    margin-bottom: 50px;
  }
}

.president .presidentBox2 .presidentInner2 .info img {
  float: right;
  margin-left: 30px;
}

@media screen and (max-width: 900px) {
  .president .presidentBox2 .presidentInner2 .info img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info img {
    width: 150px;
  }
}

.president .presidentBox2 .presidentInner2 .info h2 {
  background-color: #ff8820;
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  padding: 9px 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info h2 {
    font-size: 13px;
    padding: 9px 10px;
  }
}

.president .presidentBox2 .presidentInner2 .info h3 {
  font-size: 34px;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.president .presidentBox2 .presidentInner2 .info .desc p {
  font-size: 16px;
  line-height: 32px;
  color: #FFF;
}

.president .presidentBox2 .presidentInner2 .info .desc p span {
  color: #fff000;
}

.president .presidentBox2 .presidentInner2 .info .desc p:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info .desc p {
    font-size: 13px;
    line-height: 28px;
  }
}

.president .presidentBox2 .presidentInner2 .info.tRight {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info.tRight {
    text-align: left;
    margin-bottom: 80px;
  }
}

.president .presidentBox2 .presidentInner2 .info.tRight img {
  float: left;
  margin-left: 0;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .president .presidentBox2 .presidentInner2 .info.tRight img {
    position: unset;
  }
}

@media screen and (max-width: 900px) {
  .president .presidentBox2 .presidentInner2 .info.tRight img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .president .presidentBox2 .presidentInner2 .info.tRight img {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
}

.president .presidentBox3 {
  transform: skew(0deg, -4.6deg);
  background-color: #2a5ba6;
  position: relative;
  top: -180px;
}

@media screen and (min-width: 1640px) {
  .president .presidentBox3 {
    top: -210px;
  }
}

@media screen and (min-width: 1920px) {
  .president .presidentBox3 {
    top: -230px;
  }
}

.president .presidentBox3 .presidentInner3 {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0;
  background: transparent;
  transform: skew(0deg, 4.6deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  padding-top: 120px;
  padding-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .president .presidentBox3 .presidentInner3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .president .presidentBox3 .presidentInner3 {
    padding-top: 65px;
  }
}

.president .presidentBox3 .presidentInner3 .info {
  margin-bottom: 150px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox3 .presidentInner3 .info {
    margin-bottom: 0;
  }
}

.president .presidentBox3 .presidentInner3 .info img {
  float: right;
  margin-left: 30px;
}

@media screen and (max-width: 900px) {
  .president .presidentBox3 .presidentInner3 .info img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .president .presidentBox3 .presidentInner3 .info img {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    width: 150px;
  }
}

.president .presidentBox3 .presidentInner3 .info h2 {
  background-color: #ff8820;
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  padding: 9px 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox3 .presidentInner3 .info h2 {
    padding: 9px 10px;
    font-size: 13px;
  }
}

.president .presidentBox3 .presidentInner3 .info h3 {
  font-size: 34px;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox3 .presidentInner3 .info h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.president .presidentBox3 .presidentInner3 .info .desc p {
  font-size: 16px;
  line-height: 32px;
  color: #FFF;
}

.president .presidentBox3 .presidentInner3 .info .desc p span {
  color: #fff000;
}

.president .presidentBox3 .presidentInner3 .info .desc p:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .president .presidentBox3 .presidentInner3 .info .desc p {
    font-size: 13px;
    line-height: 28px;
  }
}

footer.ftSubPage {
  margin-top: -300px;
}

@media screen and (max-width: 767px) {
  footer.ftSubPage {
    margin-top: -130px;
  }
}

@media screen and (max-width: 480px) {
  footer.ftSubPage {
    margin-top: -200px;
  }
}

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