/* CSS Document */
.mainArea {
  background-color: #f8f6ed; }
  @media (max-width: 1180px) {
    .mainArea {
      padding-bottom: 0; } }

@media (min-width: 1181px) {
  .pcHide {
    display: none; } }

@media (max-width: 1180px) {
  .mHide {
    display: none; } }

.dataBox {
  padding: 80px 0 120px; }
  @media (max-width: 767px) {
    .dataBox {
      padding: 40px 0 60px; } }
  .dataBox:nth-of-type(odd) {
    background-color: #fbfaf5; }
  .dataBox .contentBox {
    width: 1130px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1180px) {
      .dataBox .contentBox {
        padding: 0 20px;
        width: 100%; } }
  .dataBox .textEditor ul {
    padding-left: 0; }

.titleBox {
  text-align: center;
  margin-bottom: 25px; }
  .titleBox .enTitle {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #b79b5c; }
  .titleBox .title {
    font-size: 23px;
    font-weight: 600;
    color: #353535; }

.careersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .careersList .slick-dots li {
    margin: 0;
    width: 15px;
    height: 15px; }
    .careersList .slick-dots li.slick-active button:before {
      opacity: 0.5; }
    .careersList .slick-dots li button {
      position: relative;
      width: 100%;
      height: 100%; }
      .careersList .slick-dots li button:hover:before {
        opacity: 0.5; }
      .careersList .slick-dots li button:before {
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        background-color: #000;
        border-radius: 50%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0.1; }
  .careersList li {
    width: calc(100% / 7);
    list-style: none; }
    @media (max-width: 767px) {
      .careersList li {
        padding: 5px 0;
        width: 70px; } }
    .careersList li:first-child .num:before {
      opacity: 0; }
    .careersList li:last-child .num:after {
      opacity: 0; }
  .careersList .Img img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .careersList .Txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #515151; }
  .careersList .num {
    position: relative;
    margin: 40px auto 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .careersList .num.show:before, .careersList .num.show:after {
      width: 50%; }
    .careersList .num:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 50%;
      width: 0%;
      height: 1px;
      background-color: rgba(204, 185, 141, 0.7);
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .careersList .num:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0%;
      height: 1px;
      background-color: rgba(204, 185, 141, 0.7);
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .careersList .num span {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 53px;
      height: 53px;
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      background-color: #cab380;
      border-radius: 50%; }

.benefitsList {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .benefitsList {
      padding-top: 0; } }
  .benefitsList .slick-dots li {
    margin: 0;
    width: 15px;
    height: 15px; }
    .benefitsList .slick-dots li.slick-active button:before {
      opacity: 0.5; }
    .benefitsList .slick-dots li button {
      position: relative;
      width: 100%;
      height: 100%; }
      .benefitsList .slick-dots li button:hover:before {
        opacity: 0.5; }
      .benefitsList .slick-dots li button:before {
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        background-color: #000;
        border-radius: 50%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0.1; }
  .benefitsList li {
    height: 250px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-size: 1px calc(100% - 16px), calc(100% - 16px) 1px;
    background-position: 0% 8px,
 8px 0%; }
    .benefitsList li:hover .item:before, .benefitsList li:hover .item:after {
      opacity: 0; }
    .benefitsList li:hover .text {
      top: 0;
      opacity: 1; }
    .benefitsList li:nth-of-type(1), .benefitsList li:nth-of-type(2), .benefitsList li:nth-of-type(3) {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
      background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
      background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
      background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
      background-size: 1px calc(100% - 16px);
      background-position: 0% 8px; }
    .benefitsList li:nth-of-type(3n + 1) {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
      background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
      background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
      background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
      background-size: calc(100% - 16px) 1px;
      background-position: 8px 0%; }
    @media (max-width: 1180px) {
      .benefitsList li {
        /* height: 270px; */
        height: auto;
       } }
    @media (max-width: 1000px) {
      .benefitsList li {
        width: calc(100% / 2); }
        .benefitsList li:nth-of-type(3n + 1) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
          background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-size: 1px calc(100% - 16px), calc(100% - 16px) 1px;
          background-position: 0% 8px,
 8px 0%; }
        .benefitsList li:nth-of-type(2n + 1) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
          background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-size: calc(100% - 16px) 1px;
          background-position: 8px 0%; } }
    @media (max-width: 767px) {
      .benefitsList li {
        /* height: 300px; */
        height: auto;
        padding-bottom: 30px;
        width: calc(100% / 2); }
        .benefitsList li:nth-of-type(3n + 1) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
          background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-size: 1px calc(100% - 16px), calc(100% - 16px) 1px;
          background-position: 0% 8px,
 8px 0%; }
        .benefitsList li:nth-of-type(2n + 1) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
          background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-size: calc(100% - 16px) 1px;
          background-position: 8px 0%; } }
    @media (max-width: 480px) {
      .benefitsList li {
        width: 100%; }
        .benefitsList li:nth-of-type(2n + 1) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
          background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-size: 1px calc(100% - 16px), calc(100% - 16px) 1px;
          background-position: 0% 8px,
 8px 0%; }
        .benefitsList li:nth-of-type(n + 1) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
          background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
          background-size: calc(100% - 16px) 1px;
          background-position: 8px 0%; } }
    .benefitsList li:first-child {
      background-image: none; }
  .benefitsList .item {
    position: relative;
    overflow: hidden;
    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;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1180px) {
      .benefitsList .item {
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .benefitsList .item {
        padding-top: 20px; } }
    .benefitsList .item:before {
      content: "";
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 20px;
      width: 20px;
      background-color: #0f765e;
      border-radius: 50%;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      @media (max-width: 1180px) {
        .benefitsList .item:before {
          display: none; } }
    .benefitsList .item:after {
      content: "\f067";
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 20px;
      width: 20px;
      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;
      font-size: 12px;
      font-family: FontAwesome;
      color: #fff;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      @media (max-width: 1180px) {
        .benefitsList .item:after {
          display: none; } }
  .benefitsList .Img img {
    display: block;
    max-width: 100%; }
  .benefitsList .Txt {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #515151; }
    @media (max-width: 1180px) {
      .benefitsList .Txt {
        font-weight: 600; } }
  .benefitsList .text {
    position: absolute;
    padding: 30px 30px;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0f765e;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0; }
    @media (max-width: 1180px) {
      .benefitsList .text {
        position: static;
        padding: 5px 30px;
        padding-bottom: 20px;
        font-weight: 600;
        color: #aaa;
        opacity: 1;
        background-color: transparent; } }
    @media (max-width: 767px) {
      .benefitsList .text {
        padding: 5px 15px;
        text-align: center; } }
    .benefitsList .text .title {
      text-align: center;
      padding-bottom: 5px;
      font-size: 16px;
      color: #fff; }
      @media (max-width: 1180px) {
        .benefitsList .text .title {
          display: none; } }
    .benefitsList .text .icon {
      /* position: absolute; */
      /* bottom: 20px; */
      bottom: 0px;
      color: #fff; }
      @media (max-width: 1180px) {
        .benefitsList .text .icon {
          bottom: 10px;
          color: #ccb685; } }
      @media (max-width: 767px) {
        .benefitsList .text .icon {
          left: 0;
          width: 100%; } }
      .benefitsList .text .icon span {
        display: inline-block;
        padding: 2px 10px;
        border: 1px solid rgba(255, 255, 255, 0.9);
        margin-top: 5px; }
        @media (max-width: 1180px) {
          .benefitsList .text .icon span {
            border-color: #ccb685; } }
        .benefitsList .text .icon span:not(:last-child) {
          margin-right: 5px; }

.joinBox .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1180px) {
    .joinBox .contentBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.joinBox .left {
  width: calc(100% - 750px); }
  @media (max-width: 1180px) {
    .joinBox .left {
      width: 100%; } }

.joinBox .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px; }
  @media (max-width: 1180px) {
    .joinBox .right {
      width: 100%; } }
  @media (max-width: 767px) {
    .joinBox .right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.joinBox .titleBox {
  text-align: left; }
  @media (max-width: 1180px) {
    .joinBox .titleBox {
      text-align: center;
      margin-bottom: 40px; } }

.joinBox .stepBox {
  padding: 0 35px 50px 35px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(202, 179, 128, 0.3); }
  @media (max-width: 767px) {
    .joinBox .stepBox {
      width: 100%;
      border: none; } }
  @media (max-width: 420px) {
    .joinBox .stepBox {
      padding: 0 15px 50px 15px; } }

.joinBox .stepTitleBox {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: 1px;
  line-height: 1;
  border-bottom: 1px solid rgba(202, 179, 128, 0.3); }
  .joinBox .stepTitleBox:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #457f81; }
  .joinBox .stepTitleBox:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 17px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #457f81; }
  .joinBox .stepTitleBox .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0; }
  .joinBox .stepTitleBox .numBox {
    font-weight: 400;
    color: #ccb98d;
    text-align: center; }
  .joinBox .stepTitleBox .num {
    font-size: 30px; }
  .joinBox .stepTitleBox .word {
    padding-top: 10px;
    font-size: 12px; }

.joinBox .main a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #cab380;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px; }
  .joinBox .main a:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.joinMainBox {
  position: relative; }

.joinList {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  max-height: 300px;
  overflow-y: auto; }
  .joinList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background-color: #e7e7e7;
    font-weight: 700;
    color: #818181;
    letter-spacing: 3px; }
    .joinList li a:hover {
      background-color: #0f765e;
      color: #fff; }

.expList {
  position: relative; }
  .expList li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
    .expList li.current {
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      opacity: 1;
      z-index: 1; }
  .expList .textEditor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .expList .textEditor a {
      margin: 5px;
      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: calc(33.33% - 10px);
      height: 40px;
      background-color: #e7e7e7;
      color: #818181; }
      .expList .textEditor a:hover {
        background-color: #0f765e;
        color: #fff; }
