.mainArea {
  position: relative;
  padding: 45px 0 0;
  background-color: #333333;
}
@media (max-width: 991px) {
  .mainArea {
    padding: 45px 0;
  }
}
.mainArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.mainArea .decoBg .originImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/deco/grid.png");
}
.mainArea .decoBg .maskImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("../images/deco/grid-mask.png");
          mask-image: url("../images/deco/grid-mask.png");
  -webkit-mask-size: 570px 570px;
          mask-size: 570px 570px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-image: url("../images/deco/grid-light.png");
}
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #c42b05;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}
.mainArea.successPage .contentBox {
  position: relative;
  display: block;
}
.mainArea.successPage .textEditor {
  color: #fff;
}

.titleBox {
  padding-bottom: 1rem;
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .titleBox {
    margin-bottom: 2rem;
  }
}
.titleBox .title {
  letter-spacing: 3px;
  color: #fff;
}

.contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .contentBox {
    row-gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .contentBox .mobileClassNote {
    display: none;
  }
}
.contentBox .leftBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1299px) {
  .contentBox .leftBox {
    max-width: 45%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .contentBox .leftBox {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 991px) {
  .contentBox .leftBox .classNote {
    display: none;
  }
}
@media (max-width: 1299px) {
  .contentBox .leftBox .Img {
    height: 100%;
  }
}
.contentBox .leftBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1299px) {
  .contentBox .leftBox .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contentBox .rightBox {
  position: relative;
  width: 100%;
  max-width: calc(100% - 600px);
  margin-bottom: 3rem;
}
@media (max-width: 1299px) {
  .contentBox .rightBox {
    max-width: 55%;
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .contentBox .rightBox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: none;
    margin-bottom: 0;
  }
}
.contentBox .rightBox .innerBox {
  background-color: #262626;
  padding: 5.625rem 9.0625rem;
}
@media (max-width: 1440px) {
  .contentBox .rightBox .innerBox {
    padding: 5.625rem 6.25rem;
  }
}
@media (max-width: 1299px) {
  .contentBox .rightBox .innerBox {
    padding: 5rem 5rem;
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox .innerBox {
    padding: 4rem 3rem;
  }
}
@media (max-width: 991px) {
  .contentBox .rightBox .innerBox {
    padding: 2rem 3rem;
  }
}
@media (max-width: 640px) {
  .contentBox .rightBox .innerBox {
    padding: 1.5rem;
  }
}
.contentBox .rightBox .formTitle {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.625rem;
}
@media (max-width: 991px) {
  .contentBox .rightBox .formTitle {
    display: none;
  }
}

.side_contactInfo {
  margin-top: 20px;
}

.formColumn .btnBox .btn.bgMain {
  background-color: #222222;
}
@media (min-width: 1201px) {
  .formColumn .btnBox .btn.bgMain:hover {
    border-color: #222222;
  }
}
/*# sourceMappingURL=contact.css.map */