/*common-style*/
.proList {
  position: relative; }
  .proList h2 {
    font-size: clamp(22px, 4.15vw, 48px);
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 15px;
    position: relative;
    color: #011f3b; }
    .proList h2 span {
      font-weight: 600; }
  .proList a {
    color: #001e3a;
    display: block;
    font-size: 18px; }
    .proList a span {
      font-weight: bold;
      display: block; }
      .proList a span.pimg {
        min-height: 270px;
        max-height: 270px;
        overflow: hidden;
        border: 1px solid #001e3a;
        display: flex;
        align-items: center;
        background: #f2f2f2; }
        .proList a span.pimg img {
          width: 100%; }
    .proList a:hover {
      color: #061a81; }
      .proList a:hover span.pimg {
        border: 1px solid #061a81; }

.hAboutwrap {
  position: relative;
  background: #f1f1f1; }
  .hAboutwrap .habtGrid {
    position: relative;
    z-index: 1;
    display: grid;
    margin: 0 auto; }
    .hAboutwrap .habtGrid .habtCnt {
      margin-top: 100px;
      margin-bottom: 50px; }
      .hAboutwrap .habtGrid .habtCnt h2 {
        font-size: clamp(22px, 4.15vw, 48px);
        font-weight: 400;
        letter-spacing: 0px;
        padding-bottom: 15px;
        position: relative;
        color: #011f3b; }
        .hAboutwrap .habtGrid .habtCnt h2 span {
          font-weight: 600; }
        @media (min-width: 576px) {
          .hAboutwrap .habtGrid .habtCnt h2 {
            margin-bottom: 45px; } }
        @media (max-width: 575.98px) {
          .hAboutwrap .habtGrid .habtCnt h2 {
            margin-bottom: 25px; } }
        .hAboutwrap .habtGrid .habtCnt h2:before {
          position: absolute;
          content: '';
          left: 0;
          top: -40px;
          width: 100%;
          height: 28px;
          background: url(../images/title-icon.png) no-repeat center center; }
      .hAboutwrap .habtGrid .habtCnt p {
        font-family: 'Myriad Pro Regular';
        font-size: clamp(14px, 4vw, 16px);
        margin-bottom: 30px;
        opacity: 0.8;
        text-align: justify; }
        @media (min-width: 576px) {
          .hAboutwrap .habtGrid .habtCnt p {
            line-height: 36px; } }
      .hAboutwrap .habtGrid .habtCnt .abtBtn {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.5px;
        width: 185px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        text-transform: uppercase;
        margin-top: 15px; }
    .hAboutwrap .habtGrid .habtImg img {
      object-fit: contain; }
      @media (max-width: 1199.98px) {
        .hAboutwrap .habtGrid .habtImg img {
          height: auto; } }

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