/* BASIC css start */
.page-1-main{
    width:100%;
    font-family: 'Noto Sans KR', sans-serif;
}

.page-1-banner-top, .page-1-banner-title, .page-1-brand-wrapper{
    width:1200px;
    margin:20px auto;
}

.page-1-banner-top > img{
    border-radius:10px;
}

.page-1-banner-title{
    font-size:30px;
    font-weight:700;
    text-align:center;
    padding:20px 0;
}

.page-1-brand-wrapper > ul{
    display:flex;
}

.page-1-brand-wrapper > ul > li{
    width:20%;
    border:1px solid #dcdcdc;
    border-radius:10px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.page-1-brand-wrapper > ul > li:not(:last-child){
    border-right:0;
}

.page-1-brand-wrapper > ul:not(:last-child) > li{
    border-bottom:0;
}
/* BASIC css end */

