/* BASIC css start */
/* 상단 */
.back,
.search_ic {display:none;}
body .search {display:block;}


/* 메인배너 */
.sec01 {position: relative; overflow: hidden;}
.sec01 li img {width:100%;}
.sec01 .swiper-horizontal>.swiper-pagination-bullets, 
.sec01 .swiper-pagination-bullets.swiper-pagination-horizontal {bottom:0; height:24px; background:rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center;}
.sec01 .swiper-pagination-bullet {background:rgba(0,0,0,0.4);}
.sec01 .swiper-pagination-bullet.swiper-pagination-bullet-active {background:#fff;}

/* 카테고리 아이콘 */
.sec02 {border-bottom: 10px solid #F5F5F5; padding:10px 10px 0;}
.sec02 ul {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.sec02 ul li {text-align: center; max-width: 20%; margin-bottom:10px;}
.sec02 ul li a {}
.sec02 ul li a img {width:50%;}
.sec02 ul li a span {display:block; margin-top: 7px; font-size:10px; font-weight:700;}

/* 상품 */
.sec03 .cont_tit {font-size:18px; font-weight:700; color:#000; padding:16px 0 8px; line-height:22px;}
/* BASIC css end */

