/* BASIC css start */
.main-title {
    text-align: center;
    margin: 47px 0 30px 0;
    font-size: 22px;
    color: #000;
    letter-spacing: -2px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
}

.menu-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 15px;
  flex-wrap: wrap;
}

.menu-list li {
  flex: 0 0 auto;
    margin-bottom: -1px;
    margin-right: -1px;
    width: 33.3%;
}

.menu-list li a {
    display: block;
    text-decoration: none;
    border: 1px solid #dddddd;
    transition: all 0.3s;
    background: #fff;
    margin-right: -1px;
    /* width: 200px; */
    height: 45px;
    color: #000;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 400;
    font-family: 'Noto Sans KR';
}

.menu-list li.active a,.menu-list li a:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
/* BASIC css end */

