@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: black;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
  
}

a{
    color: #333333;
    text-decoration: none;
}
a:hover{
    color: white;
}
img,iframe,video{
    vertical-align: bottom;
    
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
table,td,th{
    border: 1px solid black;
    border-collapse: collapse;
}

.main{
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    position: relative;
   
}
.container{
    width: 100%;
    margin: auto;
 
 }

header{
    width: 100%;
    height: auto;
    position: relative;
 
}
.log-wrap{
    width: 100%;
    height: auto;
    margin-top: 15px;
  
}


h1{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    

}
.kangnam{
    position: absolute;
    top: 40px;
    left: -20px;
}
.kangnam img{
    width: 100%;
}
.searchmain{
    right: 20px;
    top: 30px;
    position: absolute;
}


.down-banner{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: black;
    
}

.down-banner img{
    width: 100%;
}


div.slider-wrap{
    width:100%;
    height:auto;
    margin:auto;
    border:none;
    clear: both;
    
}
div.slider{
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}

.section-wrap{
    width: 100%;
    height: auto;
    margin: auto;
 }
.section{
    width: 100%;
}
ul.food-wrap{
    width: 95%;
    height: auto;
    margin: auto;
    margin-top: 10px;
   
   
}
ul.food-wrap li{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height:auto;
    list-style: none;
    position: relative;
    float: left;
    margin: auto;
}
ul.food-wrap>li>p{
    font-size:12px;
    font-weight: bold;
    text-align: center;
    
    
}
ul.food-wrap>li img{
    width:100%;
    padding:5px;
    margin: auto;
}

.promotion-wrap{
    width: 100%;
    height: auto;
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
}
.fucus{
    width: 95%;
    margin: auto;
    
    margin-bottom: 25px;
    margin-top: 25px;
}
.fucus img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px #BDBDBD;
    
}
span.tj15{
    color: red;
    font-weight: bold;
    font-size: 12px;
    
}

ul.shop-list{
    width: 100%;
    height: auto;
    margin: auto;
    
}

ul.shop-list>li{
    width: 95%;
    padding: 5px;
    margin: auto;
    list-style: none;
    margin-bottom: 20px;
    border: 1px solid #BDBDBD;
    box-shadow: 1px 1px #BDBDBD;
    border-radius: 5px;
   

}
ul.shop-list li img{
    height: auto;
    width: 100%;
    
}
.samllshop{
    width: 100%;
    height: auto;
    
}
.smallshop img{
    width: 100%;
}
.smallshop-content{
    width: 100%;
    height: auto;
}
.smallshop-wrap{
    width: 100%;
    
}
.smallshop-wrap li{
    list-style: none;
    display: inline-block;
}
.smallshop-wrap li:first-child{
    width: 30%;
    padding: 10px;
   
    
}
.smallshop-wrap li:last-child{
    width: 65%;
    padding: 10px;
    padding-top: 10px;
    font-size: 12px;
    
}
.scrollmenu::-webkit-scrollbar{
    display:none;

}


.bx-wrapper .bx-controls-direction a{
    display: none;
}
.bx-wrapper .bx-pager-item{
    display: none;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    display: none;
}
.bx-wrapper{
    margin-bottom: 0;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
    width: 100%;
}



