.txt-ellipsis {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow:ellipsis; /* Firefox */
  -o-text-overflow: ellipsis; /* Opera */
}

.kt-invisible {
  display: none;
}

.sub-title{
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 36px;
  border-left: solid 7px #ff0000;
  border-bottom: dashed 1px #ff0000;
  padding-left: 12px;
  line-height: 36px;
  vertical-align: middle;
  font-weight: bold;
  margin: 10px 4px 10px;
}

#member-login h3 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    margin: 0 0 8px 0;
    padding: 2px 8px 2px 8px;
    line-height: 1.7;
    letter-spacing: 1px;
    border: solid 1px #cdc5a3;
    background-color: #f1eedd;
}

#inquiry h3 {
    margin: 0;
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 16px;
    background: #999;
    color: #FFF;
}

#inquiry p {
    padding: 3px 8px 3px 18px;
    line-height: 1.7;
}
