/* BASIC css start */
#header .section3 .top_cate01 ul li.benefit a{color: rgb(237, 28, 36) !important;}


.main-title {
  text-align: center;
  margin: 77px 0 33px 0;
  font-size: 36px;
  color: #000;
  letter-spacing: -5px;
  font-weight: 500;
  font-family: 'Noto Sans KR';  
}

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

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

.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: 56px;
    color:#000;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    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 */

