/* search_area 검색창 공통 */
.search_area { flex-shrink: 0;}
.search_area > form { display: flex; flex-direction: column; gap: 1rem;}
.search_input_wrap { background-color: #fff7ee;  flex: 1; min-width: 0; display: flex; align-items: center; border-radius: 1rem; padding: 1.8rem 2rem;  box-sizing: border-box; height: 6rem;}
.search_input_wrap input{ flex:1; min-width: 0; background-color: transparent; font-size: 1.6rem; padding-right: 1rem;}
.search_input_wrap input::placeholder { color: #777; font-weight: 300;} 
.search_input_wrap img { width: 2rem; aspect-ratio: 1/1;}

.filter_wrap select { background: #fff7ee url(../img/arrow.png) no-repeat center right 2rem / 2rem; font-size: 1.6rem; border-radius: 1rem; padding: 1.8rem 5rem 1.8rem 2rem; border: 0; width: 100%; outline: none;}
.filter_wrap select option { font-size: 1.6rem; background-color: #fff;}



/* subpage */
.contents-area { flex: 1; min-height: 0;}
.alertMessage { color: #999; font-size: 1.8rem; font-weight: 300; margin-top: 10rem; text-align: center;}
.btn-p1 { background-color: var(--brand-color); color: #fff; text-align: center; border-radius: 0.5rem; display: block; padding: 2.2rem 0; width: 100%; font-size: 1.6rem; flex: 1; min-width: 0;} 
.bottom-btn { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; }




/* store.php */
.storeWrap .result-list { display: flex; flex-direction: column; position: relative; margin-top: 2rem;}
.storeWrap .result-item { padding: 2rem 0;  display: flex; align-items: center; justify-content: space-between;}
.storeWrap .result-item:not(:last-child) { border-bottom: 1px solid #ccc; }
.storeWrap .result-item .text_wrap { flex:1; min-width: 0;}
.storeWrap .result-item .text_wrap .title_wrap { display: flex; align-items: center; gap: 0.4rem;}
.storeWrap .result-item .text_wrap .title_wrap h2 { font-size: 1.6rem; font-weight: 600;}
.storeWrap .result-item .text_wrap .title_wrap .btn-favorite { width: 2rem; aspect-ratio: 1/1; background: url(../img/icon-2.png) no-repeat center center / contain; cursor: pointer;}
.storeWrap .result-item .text_wrap .title_wrap .btn-favorite.favorite { background: url(../img/icon-1.png) no-repeat center center / contain;}
.storeWrap .result-item .text_wrap p { font-size: 1.4rem; color: #999; font-weight: 300; margin-top: 1rem; line-height: 1.3;}
.storeWrap .result-item .btn-map { padding: 0.8rem 2rem; background-color: var(--brand-color2); color: var(--brand-color); font-size: 1.4rem; font-weight: 300; border-radius: 1rem;}

/* store_map.php */
.storeMapWrap .contents-area { display: flex; flex-direction: column; }
.storeMapWrap .store_info { margin-bottom: 2rem; flex-shrink: 0;}
.storeMapWrap .store_info .title_wrap { display: flex; align-items: center; gap: 0.4rem;}
.storeMapWrap .store_info .title_wrap h2 { font-size: 1.6rem; font-weight: 600;}
.storeMapWrap .store_info .title_wrap .btn-favorite { width: 2rem; aspect-ratio: 1/1; background: url(../img/icon-2.png) no-repeat center center / contain; cursor: pointer;}
.storeMapWrap .store_info .title_wrap .btn-favorite.favorite { background: url(../img/icon-1.png) no-repeat center center / contain;}
.storeMapWrap .store_info p { font-size: 1.4rem; color: #999; font-weight: 300; margin-top: 1rem;}
.storeMapWrap .map#map {flex: 1; min-height: 35rem; background-color: var(--brand-color2); margin-top: 0 !important;}

/* recipe.php */
.recipeWrap .container { gap: 4rem;}
.recipeWrap .con_box .con_title { font-size: 2rem; font-weight: 700;}
.recipeWrap .con_box .label { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-top: 1.6rem;}
.recipeWrap .con_box .label span { display: block; font-size: 1.4rem; color: var(--brand-color); background-color: var(--brand-color2); padding: 1rem 1.4rem;}
.recipeWrap .con_box .con_text { margin-top: 2rem; font-size: 1.5rem; line-height: 1.4; color: #666; font-weight: 400;}

/* favorite.php */
.favoriteWrap .result-list { display: flex; flex-direction: column; position: relative;}
.favoriteWrap .result-item { padding: 2rem 0;  display: flex; align-items: center; justify-content: space-between;}
.favoriteWrap .result-item:first-child { padding: 0 0 2rem;}
.favoriteWrap .result-item:not(:last-child) { border-bottom: 1px solid #ccc; }
.favoriteWrap .result-item .text_wrap { flex:1; min-width: 0;}
.favoriteWrap .result-item .text_wrap .title_wrap { display: flex; align-items: center; gap: 0.4rem;}
.favoriteWrap .result-item .text_wrap .title_wrap h2 { font-size: 1.6rem; font-weight: 600;}
.favoriteWrap .result-item .text_wrap .title_wrap .btn-favorite { width: 2rem; aspect-ratio: 1/1; background: url(../img/icon-2.png) no-repeat center center / contain; cursor: pointer;}
.favoriteWrap .result-item .text_wrap .title_wrap .btn-favorite.favorite { background: url(../img/icon-1.png) no-repeat center center / contain;}
.favoriteWrap .result-item .text_wrap p { font-size: 1.4rem; color: #999; font-weight: 300; margin-top: 1rem;}
.favoriteWrap .result-item .btn-map { padding: 0.8rem 2rem; background-color: var(--brand-color2); color: var(--brand-color); font-size: 1.4rem; font-weight: 300; border-radius: 1rem;}

/* pagination 페이지네이션 공통 */
.pagination_wrap { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin-top: 4rem;}
.pagination { display: flex; align-items: center;}
.page_btn { display: flex; align-items: center; justify-content: center; width: 2.8rem; aspect-ratio: 1/1; background-color: #fff; color: #666; text-decoration: none; font-size: 1.6rem; font-weight: 500; cursor: pointer;}
.page_btn.active { color: var(--brand-color); font-size: 1.6rem;}
.page_btn.prev { margin-right: 1rem;}
.page_btn.next { margin-left: 1rem;}
.page_btn.prev,
.page_btn.next { width: auto; aspect-ratio: initial ; font-size: 1.6rem; display: flex; align-items: center; gap: 0.8rem;}
.page_btn.prev img,
.page_btn.next img { width: 1.2rem; aspect-ratio: 1/1; object-fit: contain;}
.page_btn.disabled { opacity: 0.3; cursor: not-allowed; pointer-events: none;}
.page_info { display: flex; align-items: center; gap: 1rem; font-size: 1.3rem; color: #666;}
.page_info span:first-child { font-weight: 500; color: #333;}

