/* BASIC css start */
/* Áß°£¹è³Ê */
.brand_box {
    float: left; 
    border: 1px solid #e9e9e9; 
    border-radius: 10px;
    padding: 10px;
    width: 198px;
    margin: 10px;
    transition: background-color .3s;
    background-color: #f3f3f3;
    }

.brand_box:hover {
    background-color: #fff;
    }


.brand_box img {
    width: 90%;
    border-bottom: 1px solid #ddd
    }

.brand_box li {
    text-align: center;
    }

.brand_box p {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0;
    color: #000;
    margin: 15px 0 5px 0;
    }

.cate09 {
    font-weight: bold;
    }








/* ½½¶óÀÌµå ¹è³Ê */
.outer {
  width: 990px;
  height: 250px;
  margin: 20px auto;
  overflow-x: hidden;
}


.inner-list {
  display: flex;
  transition: .3s ease-out;
  height: 100%;
}

.inner {

}

.button-list {
  text-align: center;
}
/* BASIC css end */

