/* -------- 메인 -------- */
.wrap.around.detail {padding: 55px 0 100px;}
.wrap.around.detail .main_banner {border-radius: 0;}

.around_search {padding: 0 1.2em;}
.around_search .search_box {box-shadow: none; border: 1px solid #ddd;}
.around_search .search_box .icon {background: url(../img/around_serach.png) no-repeat center/contain;}

.wrap.around .store_con {padding: 20px 0; border-bottom: 1px solid #eee;}
.wrap.around .store_con:last-child {padding-bottom: 0; border-bottom: none;}
.wrap.around .prd_list.store {gap: 0;}


/* -------- 가게상세보기 -------- */
.wrap.around.detail .main_banner {aspect-ratio: 3 / 2;}
.wrap.around.detail .main_banner .bannerSwiper {height: 100%;}
.wrap.around.detail .store_opt > div:nth-of-type(2) {border-right: none;}

.info_store {padding: 20px; border-radius: 5px; background-color: #f8fafd; display: flex; flex-direction: column; width: 100%; gap: 10px; margin-top: 15px;}
.info_score { width: 100%; display: flex; justify-content: space-between;}
.info_score > ul {width: 15%; display: flex; flex-direction: column; gap: 22px;}
.info_score > ul > li {font-size: 14px;}
.info_score > ul > li.reco {color: #FF511B; font-weight: 600;}
.info_score > i{width: 85%; display: block;}
.info_score > i >img { width: 100%; height: 100%; display: block; object-fit: cover;}
.info_store dl {display: flex; align-items: flex-start; width: 100%; line-height: 1.4;}
.info_store dt {width: 65px; font-size: 14px; color: #777;}
.info_store dd {width: calc(100% - 65px); font-size: 15px; color: #333;}

.wrap.around .sub_tab {padding: 0;}
.wrap.around .sub_tab span {width: calc((100% + 2.4em) / 4);}

.wrap.around.detail .sub_tab {width: calc(100% + 2.4em); margin-left: -1.2em; padding: 0;}
.wrap.around.detail .sub_tab span {width: calc((100% + 2.4em) / 3);}