/* BASIC css start */
#loginWrap { padding-top:100px }


#loginWrap .tit-page {font-family: 'Noto Sans','Noto Sans KR', sans-serif;}


#loginWrap  .image-text-page {
    min-height: 65vh;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
  }

#loginWrap  .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

#loginWrap  .main-image {
    max-width: 100%;
    width: 400px;
    height: auto;
    display: block;
  }

#loginWrap  .image-text {
    margin-top: 16px;
    font-size: 11px;
    line-height: 1.5;
    color: #333;
    font-family: 'Noto Sans','Noto Sans KR', sans-serif;
    width:100%;
    text-align:left;
  }
/* BASIC css end */

