@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

.quick_txt01 { color: #4e9ca9; }


.sto_txt_warp { max-width: 715px;  margin:0 auto;  }
.sto_txt01 { margin:0; font-family: 'Spoqa Han Sans'; font-size: 1.5em; color: #ca191f; text-align: center; font-weight: bold; }
.sto_txt02 { margin-bottom:30px; font-family: 'Spoqa Han Sans'; font-size: 1.5em; color: #151515; text-align: center;  }
.sto_txt03 {  font-family: 'Spoqa Han Sans'; font-size: 1em; color: #151515; text-align: center; word-break: keep-all; line-height: 1.5em;}
@media (max-width: 992px) { 
	.sto_txt01 { padding-top: 30px; }
}


.store_list { width: 100%; text-align: center; margin-bottom: 15px;}
.store_list ul { padding:0; margin: 0; }
.store_list ul li{transition: all 0.3s ease; cursor: pointer; padding:8px 10px; margin: 5px; list-style: none; font-family: 'Spoqa Han Sans'; font-size: 0.75em; font-weight: 400; color: #5e5e5e; text-align-last: center;  border:1px solid #5e5e5e; display: inline-block;}
.store_list ul li.on { background-color:#ca191f; color: #fff;  border:1px solid #ca191f;   }
.store_list ul li:hover { background-color:#ca191f; color: #fff;  border:1px solid #ca191f;   }

.footer_text { margin:30px 0 0 0; text-align: center; font-size: 1em; color: #151515; }

.owl-nav { position: absolute;top:0px; width: 100%; padding-top: 20%;}

.owl-prev, .owl-next{
	transition: all 0.3s ease;
	width: 50px;
    font-size: 2em;
    text-align: center;
    line-height: 100px;
    
}

.food_carousel:hover .owl-prev , .food_carousel:hover .owl-next{
	background-color: rgba(255,255,255,0.7);
	display: block;
}
.owl-prev{
	float: left;
}

.owl-next { 
	float: right;
}