
#contentsArea .km-btn-blank2 {
    padding: 1.2em 1.5em 1.2em 2.5em!important; 
    border: 1px solid #0066cc;
}


/* zoom image */
/* .imgBox {
    margin: 45px 0 20px;
  } */

  figure{
    margin: 20px auto;
  }

  .imgBox._center {
    display: flex;
    justify-content: center;
  }
.imgBox-img._zoom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  } 
  /* end zoom imgae
  
  /* modal image */
  
  .modaal-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  .modaal-image.modaal-wrapper {
    overflow: hidden;
  }
  .modaal-image .modaal-outer-wrapper {
    display: block;
  }
  .modaal-image .modaal-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .modaal-image .modaal-container {
    max-width: 1100px;
    padding: 40px;
    background-color: transparent;
    box-shadow: none;
  }
  @media screen and (max-width: 768px) {
    .modaal-image .modaal-container {
      padding: 40px 20px 20px;
    }
  }
  .modaal-image .modaal-content {
    background-color: var(--color-white);
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
  }
  .modaal-image img {
    display: inline-block;
    max-height: calc(100vh - 120px);
    object-fit: contain;
  }
  
  .modaal-close {
    position: absolute!important;
    top: 0!important;
    right: 35px!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 0!important;
  }
  @media screen and (max-width: 768px) {
    .modaal-close {
      top: 5px!important;
      right: 20px!important;
      width: 30px!important;
      height: 30px!important;
    }
  }
  /* .modaal-close:after, .modaal-close:before {
    top: 5px!important;
    left: 18px!important;
    height: 30px!important;
  } */
  @media screen and (max-width: 768px) {
    .modaal-close:after, .modaal-close:before {
      top: 0!important;
      left: 13px!important;
      height: 30px!important;
    }
  }
  .modaal-close:focus, .modaal-close:hover {
    background-color: transparent!important;
  }
  
  /* end modal image */