#search_container {
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}
.search_top_bar_box {
	width: 100%;
}
.search_top_bar {
	max-width: 1280px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    padding-top: 40px;
	margin: 0 auto;
}
.search_top_bar > .title {
	color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
}
.search_top_bar > span {
    color: var(--Dark, #212121);
    font-size: 16px;
    line-height: 24px;
}

.search_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}
.search_tab > div.tabarea {
    width: 100%;
}
.categorytab.search_tab > div.tabarea > div.tab_button {
    width: 100%;
}
.categorytab.search_tab > div.tabarea > div.tab_button > a {
    width: calc(100% / 8);
}
.categorytab.search_tab > div.tabarea > div.tab_button > a.on {
    color: #ee7f99;
    font-weight: 700;
    border-bottom: 2px solid #ee7f99;
}

.swiper.sch_swiper {
    max-width: 1280px;
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.sch_swiper > .swiper-wrapper > .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px !important;
    width: 100% !important;
    background: #FFD51D;
    border-radius: 12px;

}
.sch_swiper > .swiper-wrapper > .swiper-slide > img {
    aspect-ratio: 1280/200;
    width: 100%;
}
.swiper-next2.sch_result,
.swiper-prev2.sch_result {
    top: calc(50% - 38px);
}
.swiper-next2.sch, .swiper-next2.sch_result {
    right: -38px;
}
.swiper-prev2.sch, .swiper-prev2.sch_result {
    left: -38px;
}

.parcel_post_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1280px;
    gap: 20px;
}
.parcel_post_box.sub, .parcel_post_box.place {
    padding-top: 0;
}
.parcel_post_box.place {
    gap: 0;
}
.parcel_post_box.place > .sch_list_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.sch_list_title {
    color: var(--Dark, #212121);
    font-size: 24px;
    font-weight: 800;
    line-height: 30px; /* 125% */
}
.parcel_post_view {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    gap: 20px;
    width: 100%;
    cursor: pointer;
}
.parcel_post_view.community {
    border-bottom: 1px solid var(--Grey_D, #DDD);
}
.parcel_post_view_back {
    aspect-ratio: 1/1;
    max-width: 160px;
    width: 100%;
    border-radius: 8px;

}
.parcel_post_view_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 160px;
}
.parcel_post_view_comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.parcel_post_view_comment > .title {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */

    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.parcel_post_view_comment > .post_info {
    color: var(--Grey_6, #666);
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    margin: 4px 0 12px 0;
}
.parcel_post_view_comment > .post_text_box {
    display: flex;
    align-items: center;
}
.parcel_post_view_comment > .post_text_box p {
    /* color: var(--Primary, #ee7f99); */ /* ę˛??ę°ęłź ??ź?ëŠ? ? ëł?ę˛? */
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    padding-right: 3px;
}
.parcel_post_view_comment > .post_text_box span {
    color: var(--Dark, #212121);
    line-height: 20px;
}
.parcel_post_view_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}
.parcel_post_view_button > button {
    border-radius: 100px;
    border: 1px solid var(--Primary, #ee7f99);
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;

    color: var(--Primary, #ee7f99);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px; /* 133.333% */
}
.parcel_post_view_button div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;

    color: var(--Dark, #212121);
    font-size: 12px;
    cursor: pointer;
}
.sch_list_other_btn {
    border-radius: 100px;
    border: 1px solid var(--Dark, #212121);
    display: flex;
    padding: 12px 40px 12px 20px;
    justify-content: center;
    align-items: center;
    height: 44px;

    color: var(--Dark, #212121);
    font-size: 12px;
    font-weight: 800;
    line-height: 15px; /* 133.333% */
    background: url(../z_images/zoo_img/right-dark.svg) no-repeat center right 20px;
    background-size: 16px 16px;
    margin: 0 auto;
    margin-top: 20px;
}
.categorycommunitylist.sch {
    margin-top: 0;
    padding-bottom: 40px;
}
.categorycommunitylist_wrap.sch {
    align-items: flex-start !important;
}
.categorycommunitylist_wrap.sch .info2.sch {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    margin-top: 0 !important;
}
.categorycommunitylist_wrap.sch .info2.sch > p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.parcel_post_view_sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    padding-top: 20px;
}
.parcel_post_view_sub > .parcel_post_view {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: calc(100% / 6);
    padding: 0;
}
.parcel_post_view_sub > .parcel_post_view > .parcel_post_view_back {
    max-width: 204px;
}
.parcel_post_view_sub > .parcel_post_view > .title {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    width: 100%;
    text-align: left;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.parcel_post_view_sub > .parcel_post_view > .gps {
    color: var(--Dark, #212121);
    font-size: 12px;
    line-height: 17px; /* 133.333% */

    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 4px;
}

/* ?¤ë§í¸ ę˛?? */
.smart_search_box {
    padding: 40px 0;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.smart_search_box > .smart_title {
    color: var(--Dark, #212121);
    line-height: 20px; /* 142.857% */
    border-radius: 8px;
    background: var(--Grey_F1, #F1F1F1);
    padding: 20px;
    text-align: center;
    width: 100%;
}
.smart_radio_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.smart_radio_box > .smart_radio {
    gap: 8px;
    flex-direction: unset;
    flex-wrap: unset;
}
.smart_radio > .title {
    color: var(--Dark, #212121);
    /* H3 */
    font-size: 24px;
    font-weight: 800;
    line-height: 30px; /* 125% */

    max-width: 160px;
    width: 100%;
    margin-right: 16px;
}
.smart_radio > label {
    width: calc(100% / 3);
}
.smart_radio.set > label {
    width: calc(100% / 2);
}
.smart_search_btn {
    border-radius: 100px;
    background: #ccc;
    display: flex;
    max-width: 400px;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;

    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
}
.smart_search_btn.on {
    background: var(--Dark, #212121);
}
.smart_search_result_top {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.smart_search_result_top > .part1 {
    display: flex;
    align-items: center;
    color: var(--Primary, #ee7f99);
    font-size: 24px;
    font-weight: 800;
    line-height: 30px; /* 125% */

    gap: 8px;
}
.smart_search_result_top > .part2 {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 600px;
}
.smart_search_result_top > .part2 > .result_value {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* .smart_search_result_top > .part2 > .result_value.tap {
    max-width: 450px;
    width: 100%;
} */

.smart_search_result_top > .part2 > .result_value > .swiper-wrapper div {
    padding: 12px 24px;
    border-radius: 100px;
    background: var(--Primary, #ee7f99);
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    text-align: center;
}
.smart_search_result_top > .part2 > .result_value > .swiper-wrapper {
    margin: 0;
}
.smart_search_result_top > .part2 > .result_value.unset {
    cursor: pointer;
}
.smart_search_result_top > .part2 > .result_value.unset {
    height: 48px;
    padding: 12px 24px;
    border-radius: 100px;
    border: 1px solid var(--Dark, #212121);
    background: var(--White, #FFF);

    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    min-width: 130px;
}
.categorytab.search_tab.smart > div.tabarea > div.tab_button > a {
    width: calc(100% / 5);
}
.title_txt.smart {
    max-width: 1280px;
    width: 100%;
    text-align: left;
    color: var(--Dark, #212121);
    font-size: 27px;
    font-weight: 700;
    line-height: 36px; /* 133.333% */
    margin-top: 40px;
}
.post_number {
    max-width: 1280px;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
}
.categorytab.search_tab.smart,
.categorytab.search_tab.smart > .tabarea {
    margin: 0;
}
