@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #436fa0;
}
@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2f4382;
}
@property --gradient-rotate {
  syntax: "<angle>";
  inherits: false;
  initial-value: 90deg;
}
.mainArea {
  padding-top: 57px;
  padding-bottom: 143px;
}
@media (max-width: 1200px) {
  .mainArea {
    padding-top: 38px;
    padding-bottom: 80px;
  }
}
.mainArea .wrap {
  max-width: 1560px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .mainArea .wrap {
    padding: 0 20px;
  }
}
.mainArea .textEditor .unitList:not(.df) {
  list-style: none;
  padding-left: 0;
}
.mainArea .textEditor .unitList .unitItem {
  padding-bottom: 27px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1200px) {
  .mainArea .textEditor .unitList .unitItem {
    padding-bottom: 6px;
    margin-bottom: 17px;
  }
  .mainArea .textEditor .unitList .unitItem:last-child {
    padding-bottom: 2px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.mainArea .textEditor .unitList .unitTitle {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 18px;
  color: #333333;
  padding-bottom: 10px;
}
.mainArea .textEditor .unitList .unitTitle.noList {
  padding-bottom: 0;
}
.mainArea .textEditor .unitList .unitTitle::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d3812b;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .unitList .unitTitle:hover {
    color: #d3812b;
  }
}
.mainArea .textEditor .submenu:not(.secList) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -37px 0;
}
.mainArea .textEditor .submenu:not(.secList):not(.df) {
  list-style: none;
  padding-left: 0;
}
.mainArea .textEditor .submenu:not(.secList).contentListSec {
  margin: 20px -41px 0;
}
@media (max-width: 1200px) {
  .mainArea .textEditor .submenu:not(.secList) {
    margin: 7px -10px 0;
  }
  .mainArea .textEditor .submenu:not(.secList).contentListSec {
    display: block;
    margin: 11px 0 0;
  }
}
.mainArea .textEditor .submenu:not(.secList) .contentItem {
  padding: 0 37px;
  margin-bottom: 10px;
}
.mainArea .textEditor .submenu:not(.secList) .contentItem:not(:last-child) {
  position: relative;
}
.mainArea .textEditor .submenu:not(.secList) .contentItem:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
}
.mainArea .textEditor .submenu:not(.secList) .contentItem.contentSecItem {
  padding: 0 41px;
}
.mainArea .textEditor .submenu:not(.secList) .contentItem.contentSecItem::before {
  display: none;
}
@media (max-width: 1200px) {
  .mainArea .textEditor .submenu:not(.secList) .contentItem {
    padding: 0 10px;
  }
  .mainArea .textEditor .submenu:not(.secList) .contentItem.contentSecItem {
    padding: 0;
    margin-bottom: 20px;
  }
}
.mainArea .textEditor .submenu:not(.secList) .contentTitle {
  display: block;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #666666;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .submenu:not(.secList) .contentTitle:hover {
    color: #d3812b;
  }
}
.mainArea .textEditor .submenu:not(.secList) .contentTitle.contentSecTitle {
  position: relative;
  font-weight: 500;
  margin-bottom: 53px;
  color: #333333;
}
.mainArea .textEditor .submenu:not(.secList) .contentTitle.contentSecTitle::before {
  display: none;
}
.mainArea .textEditor .submenu:not(.secList) .contentTitle.contentSecTitle::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #d3812b;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .submenu:not(.secList) .contentTitle.contentSecTitle:hover {
    color: #d3812b;
  }
}
@media (max-width: 1200px) {
  .mainArea .textEditor .submenu:not(.secList) .contentTitle.contentSecTitle {
    margin-bottom: 34px;
  }
  .mainArea .textEditor .submenu:not(.secList) .contentTitle.contentSecTitle::after {
    bottom: -17px;
  }
}
.mainArea .textEditor .secList:not(.df) {
  list-style: none;
  padding-left: 0;
}
.mainArea .textEditor .secList .secItem:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .mainArea .textEditor .secList .secItem:not(:last-child) {
    position: relative;
  }
  .mainArea .textEditor .secList .secItem:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #dddddd;
  }
}
.mainArea .textEditor .secList .secTitle {
  display: block;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #666666;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .secList .secTitle:hover {
    color: #d3812b;
  }
}
@media (max-width: 1200px) {
  .mainArea .textEditor .secList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .mainArea .textEditor .secList .secItem {
    padding: 0 10px;
  }
  .mainArea .textEditor .secList .secItem:not(:last-child) {
    margin-bottom: 9px;
  }
}
.mainArea .textEditor .otherBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
}
@media (max-width: 1200px) {
  .mainArea .textEditor .otherBox {
    display: block;
    border-top: 1px solid #ececec;
  }
}
.mainArea .textEditor .otherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px -37px 0;
}
.mainArea .textEditor .otherList:not(.df) {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1500px) {
  .mainArea .textEditor .otherList {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 74px);
    margin: 0 -37px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .mainArea .textEditor .otherList {
    margin: 0 -10px;
    padding-top: 20px;
  }
}
.mainArea .textEditor .otherList .otherItem {
  padding: 0 37px;
}
.mainArea .textEditor .otherList .otherItem:not(:last-child) {
  position: relative;
}
.mainArea .textEditor .otherList .otherItem:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
}
@media (max-width: 1200px) {
  .mainArea .textEditor .otherList .otherItem {
    padding: 0 10px 13px;
  }
}
.mainArea .textEditor .otherList .otherTitle {
  display: block;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #666666;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .otherList .otherTitle:hover {
    color: #d3812b;
  }
}
.mainArea .textEditor .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .mainArea .textEditor .socialList {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1500px) {
  .mainArea .textEditor .socialList {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .mainArea .textEditor .socialList {
    padding: 0;
    margin-top: 2px;
  }
  .mainArea .textEditor .socialList .link {
    width: 40px;
    height: 40px;
  }
  .mainArea .textEditor .socialList .link i {
    font-size: 16px;
  }
}
.mainArea .textEditor .socialList .link {
  width: 50px;
  height: 50px;
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 99px;
  margin: 0 6px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .socialList .link:hover {
    color: #d3812b;
  }
}
.mainArea .textEditor .socialList .link i {
  display: block;
  font-size: 20px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.mainArea .textEditor .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 442px;
  width: 100%;
  margin: 0 -10.5px;
}
.mainArea .textEditor .btnBox .btn {
  max-width: 200px;
  width: 100%;
  margin: 0 10.5px;
}
.mainArea .textEditor .btnBox .btn a {
  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;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #fff;
}
.mainArea .textEditor .btnBox .btn a.questionnaire {
  background-color: #33a14d;
}
.mainArea .textEditor .btnBox .btn a.download {
  background-color: #d3812b;
}
@media (min-width: 1201px) {
  .mainArea .textEditor .btnBox .btn a:hover {
    background-color: #333333;
  }
}
@media (max-width: 1200px) {
  .mainArea .textEditor .btnBox {
    margin: 20px -10.5px 0;
    width: auto;
  }
}
@media (max-width: 479px) {
  .mainArea .textEditor .btnBox {
    display: block;
    max-width: 100%;
    margin: 20px 0 0;
  }
  .mainArea .textEditor .btnBox .btn {
    max-width: 100%;
    margin: 10px 0;
  }
}