#cate_list_container {
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}
#cate_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}
.main_view_box3.cate_advert {
    background: #F6F6F6;
}
.cate_top_bar_box {
	width: 100%;
	border-bottom: 1px solid var(--Grey_D, #DDD);
}
.cate_top_bar {
	max-width: 1280px;
	width: 100%;
	height: 40px;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
    padding: 0 10px;
}
.cate_top_bar_title, .cate_top_bar_sub_title {
	color: var(--Dark, #212121);
	font-size: 12px;
	font-weight: 800;
	line-height: 30px; /* 125% */
}

.cate_drop {
	margin-left: 8px;
    cursor: pointer;

}
.cate_arr {
	margin: 0 8px;
}
.cate_tap_main {
	max-width: 1280px;
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.depth1_list_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.depth1_list_box_sub {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 30px;
    border: 1px solid var(--Grey_D, #DDD);
    aspect-ratio: 1/1;
    width: 120px;
}
.depth1_list_box > .depth1_list_box_sub > img {
    aspect-ratio: 1/1;
    max-width: 100%;
    height: auto;
}
.depth1_list_box_sub.on {
    border: 1px solid var(--Dark, #ee7f99);
    background-color: #ee7f99;
}
.depth1_list_box_sub.on > p {
    color: #fff;
}
.directcateicon {
    position: absolute;
    border: 1px solid #ddd;
    font-size: 11px;
    border-radius: 100px; padding: 3px 7px; 
    background-color: #fff;
    right: 0px; top: -8px; 
}
.depth2_list_new_box {
    display: flex; align-items: center; justify-content: space-between;
    gap: 10px; width: 100%;
}
.cate_or {
    color: var(--Dark, #212121);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    margin-left: auto;
    display: flex;
    align-items: center;
    cursor: pointer;

    margin-top: 20px;
    margin-bottom: 8px;
}
.cate_or > img {
    margin-left: 4px;
}
.depth2_list_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.depth2_list_box_sub {
    display: flex;
    width: calc(100% - 0px);
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.depth2_list {
    display: flex;
    min-width: 120px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--Grey_F1, #F1F1F1);

    color: var(--Grey_6, #666);
    font-size: 16px;
    line-height: 24px; /* 150% */

    cursor: pointer;
}
.depth2_list.on {
    background: var(--Primary, #ee7f99);
    font-weight: 800;
    color: white;
}
.depth2_list_box_prev,
.depth2_list_box_next {
    border-radius: 100px;
    border: 1px solid var(--Grey_C, #CCC);
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 16px;
}
.cate_tap_post {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.depth3_list_box {
    border-radius: 30px; padding: 20px 30px;
    background-color: #F1F1F1; width: 100%;
    display: flex; align-items: flex-start; justify-content: flex-start;
    flex-wrap: wrap; gap: 15px;
}
.depth3_list_box > a {
    font-weight: 400; color: #666;
}
.depth3_list_box > a.on {
    font-weight: 700; color: #ee7f99;
}
.categorylist {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1280px;
    width: 100%;
}

.categorytab {
    margin-top: 20px; 
}
.categorytab.minW1280 {
    max-width: 1280px;
    width: 100%;
}
.categorytab > div.title_txt {
    font-size: 27px; font-weight: 700; text-align: left;
    width: 100%;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 2px solid #000; padding-bottom: 20px;;
}
.categorytab > div.title_txt > span:nth-child(2) {
    font-size: 14px; color: #666; font-weight: 400;
}
.categorytab > div.title_txt > span:nth-child(2) > b {
    color: #ee7f99;
}
.categorytab > div.tabarea {
    display: flex; align-items: center; justify-content: space-between; margin-top: 10px;
    border-bottom: 2px solid #EEE;
}
.categorytab > div.tabarea > div.tab_button {
    display: flex; align-items: flex-start; justify-content: flex-start;
    padding: 0px 40px;
}
.categorytab > div.tabarea > div.tab_button > a {
    display: flex; height: 56px; color: #999; margin: 0px 50px;
    align-items: center; justify-content: center; 
}
.categorytab > div.tabarea > div.tab_button > a.on {
    color: #ee7f99; font-weight: 700; position: relative;
}
.categorytab > div.tabarea > div.tab_button > a.on::after {
    content: ''; position: absolute; left: 0px; bottom: -2px; 
    width: 100%; height: 2px; background-color: #ee7f99;
}
.categorytab > div.tabarea > div.tab_button.cate {
    width: 100%;
}

.categoryselect {
    display: flex; align-items: center; justify-content: space-between; margin-top: 40px;
    width: 100%; margin-bottom: 24px;
    max-width: 1280px;
}
.categoryselect > div.select > select {
    width: 160px; height: 44px; line-height: 44px; padding: 0px 12px; border: 1px solid #DDD; border-radius: 4px;
    background: url('../z_images/zoo_img/down-arr-select.svg') center right 10px no-repeat;
    background-size: 24px; background-color: #F5F4F9;
    cursor: pointer;
}
.categoryselect > div.orderby {
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
}

.categorycommunitylist {
    margin-top: 40px; 
    max-width: 1280px;
    width: 100%;
}
.categorycommunitylist > a.categorycommunitylist_wrap {
    padding: 20px 0; display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid #DDD; gap: 20px;
}

.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea {
    width: calc(100% - 148px); 
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info1 {
    display: flex; align-items: center; justify-content: flex-start;
    color: #666;
    font-size: 10px;
    font-weight: 400;
}

.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info2 {
    margin-top: 12px; color: var(--Dark, #212121); font-size: 16px;font-weight: 800;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info3 {
    margin-top: 8px; color: var(--Dark, #212121); font-size: 14px; font-weight: 400;
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info4 {
    margin-top: 14px; display: flex; align-items: center; justify-content: space-between;
    color: var(--Grey_6, #666);
    font-size: 12px;
    font-weight: 400;
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info4 >  div:last-child {
    display: flex; align-items: center; justify-content: center;
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info4 >  div:last-child > img {
    margin-right: 5px;
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.infoarea > div.info1 > span {
    display: flex; width: auto; padding: 0px 10px; height: 32px; align-items: center; justify-content: center; margin-right: 8px;
    border-radius: 100px;
    border: 1px solid #212121;    
    color: #212121;
    font-size: 12px;
    font-weight: 400;
}
.categorycommunitylist > a.categorycommunitylist_wrap > div.categorycommunity_wrap_img {
    width: 128px; height: 128px; border-radius: 8px;
    background-repeat: no-repeat; background-position: center center;
    background-size: cover;
}

.categorymainSlider {   
    background-color: #fff/* #F6F6F6 */; width: 100%; /* margin-top: 40px; */
    padding-top: 20px;
}
.categorymainSlider.cate_advert {
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
}
.mvb3_slide .comment_box.cate_advert {
    background-color: #F6F6F6;
}
.categorymainSlider > div.main_view_box3 {
    max-width: 1280px;
    width: 100%;
}
.categorymainSlider > div.main_view_box3 > div.slider_title {
    color: var(--Dark, #212121); margin-bottom: 20px; 
    font-size: 27px;
    font-weight: 700;
}

.category_detail_popup_area {
    max-width: 800px;
    width: 100%;
    background-color: #fff; z-index: 1;
    border-radius: 12px; 
    position: sticky; left: calc(50% - 400px); top: 100px;
    margin: 100px 0;
}

.category_detail_popup_area > div.popup_title_banner > img {
    border-top-left-radius: 12px; border-top-right-radius: 12px;
    width: 100%;
}
.popup_ad_list {
    padding: 20px; background-color: #F6F6F6;
}
.popup_ad_list_wrap {
    margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 20px;
}
.popup_ad_list_wrap > a {
    display: flex; align-items: center; justify-content: center; width: 25%;
    flex-direction: column; background-repeat: no-repeat;
    background-size: cover; background-position: center;
}
.popup_ad_list_wrap > a > div:nth-child(1) {
    width: 100%; height: 170px; border-radius: 12px;
}
.popup_ad_list_wrap > a > div:nth-child(2) {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    margin-top: 9px;
}
.popup_ad_list_wrap > a > div:nth-child(2) > span:nth-child(1) {
    color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 800;
}
.popup_ad_list_wrap > a > div:nth-child(2) > span:nth-child(2) {
    width: 35px; height: 22px;
    display: flex; align-items: center; justify-content: center;
    color: var(--Grey_6, #666);
    font-size: 10px;
    font-weight: 800;
    background-color: #EEE; border-radius: 12px;
}
div.category_detail_popup_area > div.popup_contents {
    padding: 20px; border-bottom: 4px solid #EEEEEE;
}

.popup_contents_profiles {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px;
}
.popup_contents_profiles > div:nth-child(1){
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.popup_contents_profiles > div:nth-child(1) > div:nth-child(1) {
    width: 36px; 
}
.popup_contents_profiles > div:nth-child(1) > div:nth-child(1) > img {
    width: 36px;
}
.popup_contents_profiles > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) {
    color: var(--Dark, #212121);
    font-size: 12px;
    font-weight: 800;
}
.popup_contents_profiles > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) {
    color: var(--Grey_6, #666);
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}
.popup_contents_profiles > div:nth-child(2) {
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.popup_contents_profiles > div:nth-child(2) > div:nth-child(2) {
    display: flex; align-items: flex-start; justify-content: center; flex-direction: column;
    color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 900;
}
.popup_contents_profiles > div:nth-child(2) > div:nth-child(2) > span {
    color: var(--Grey_6, #666);
    font-size: 10px;
    font-weight: 400;
}
.popup_contents_profiles > .line {
    display: none;
    width: 1px;
    height: 30px;
    background: #ccc;
}
.popup_contents_titles {
    margin-top: 20px;
}
.popup_contents_titles > p:nth-child(1) {
    color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
}
.popup_contents_titles > p:nth-child(2) {
    color: var(--Grey_6, #666);
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}

.popup_contents_animal_info {
    display: flex; align-items: center; justify-content: center; gap: 40px;
}
.popup_contents_animal_info > div:nth-child(1) {
    display: flex; align-items: center; justify-content: center;
    width: 50%;
    max-width: 200px;
}
.popup_contents_animal_info > div:nth-child(2) {
    width: 67%;
}
.popup_contents_animal_info > div:nth-child(2) > div {
    border-bottom: 1px solid #DDD; height: 32px;
    display: flex; align-items: center; justify-content: flex-start;
    color: var(--Grey_6, #212121);
    font-size: 12px;
    font-weight: 400;

}
.popup_contents_animal_info > div:nth-child(2) > div > span:nth-child(1) {
    display: inline-block; width: 40px;
    color: var(--Grey_6, #666);
}
.popup_contents_txt {
    margin-top: 20px;
    color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */    
}
.popup_contents_count_info {
    display: flex; align-items: center; justify-content: flex-end; gap: 12px;
}
.popup_contents_count_info > div {
    display: flex; align-items: center; justify-content: center; gap: 4px;
    color: var(--Grey_6, #666);
    font-size: 10px;
    font-weight: 400;
}

.popup_contents_buttons {
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid #eee; margin-top: 20px; padding-top: 20px;
}

.popup_contents_buttons > div:nth-child(1) {
    display: flex; gap: 20px;
}

.popup_contents_buttons > div:nth-child(2) {
    display: flex; gap: 8px;
}

.popup_contents_order_list > div.title_txt {
    color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 800;
}

.popup_contents_order_list > div.list_wrap {
    margin-top: 8px;
}
.popup_contents_order_list > div.list_wrap > div {
    margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.popup_contents_order_list > div.list_wrap > div > div:nth-child(1) {
    display: flex; align-items: center; justify-content: flex-start;
    width: 120px; gap: 8px;
    color: var(--Dark, #212121);
    font-size: 12px;
    font-weight: 800;
}
.popup_contents_order_list > div.list_wrap > div > div:nth-child(2) {
    display: flex; align-items: center; justify-content: space-between;
    width: calc(100% - 128px);
    color: var(--Dark, #212121);
    font-size: 12px;
    font-weight: 400;
}
.popup_contents_order_list > div.list_wrap > div > div:nth-child(2) > div:nth-child(1) {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 75%;
}
.popup_contents_order_list > div.list_wrap > div > div:nth-child(2) > div:nth-child(2) {
    font-size: 10px;   
}

.popup_frendly_site {
    padding: 20px;
}
.popup_frendly_site_button {
    margin-top: 12px; 
    display: flex; align-items: center; justify-content: center; flex-direction: row;
    flex-wrap: wrap; gap: 8px;
}
.popup_frendly_site_button > button {
    width: calc(50% - 4px); 
    border-radius: 4px;
    border: 1px solid var(--Grey_D, #DDD);
    display: flex;
    height: 60px;
    padding: 12px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.popup_frendly_site_button > button > p:nth-child(1) {
    color: var(--Dark, #212121);
    font-size: 10px;
    font-weight: 400;
}
.popup_frendly_site_button > button > p:nth-child(2) {
    color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 800;
}
.popup_close_botton {
    text-align: center; margin-top: 20px;
    display: flex; align-items: center; justify-content: center;
}

.cate_drop_box.sub2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}
.cate_drop_box.sub3 {
    position: relative;
    display: flex;
    align-items: center;
}
.cate_drop_box_list {
    display: none;
}
.cate_drop_box_list.on {
    display: flex;
    padding: 20px 40px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid var(--Grey_C, #CCC);
    background: var(--White, #FFF);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);

    position: absolute;
    top: 31px;
    left: -7px;
    max-width: 200px;
    min-width: 120px;
    z-index: 2;
}
.cate_drop_box_list > p {
    display: flex;
    line-height: 20px;
    cursor: pointer;
}
.mvb3_list001.cate_advert {
    width: calc((100% / 5) - 16px);
    max-height: 426px;
}
.mvb3_list001.cate_advert > .mvb3_slide_back{
    max-width: 100%;
}
.mvb3_list001.cate_advert > .comment_box.cate_advert {
    max-width: 100%;
}

.m_slide1.cate_advert.mobile > .swiper-wrapper > .m_mvb3_slide > .comment_box.cate_advert.mobile,
.m_slide1.cate_advert_mobile_post > .swiper-wrapper > .m_mvb3_slide > .comment_box.cate_advert.mobile {
    background: #F6F6F6;
}
/* .m_slide1.cate_advert.mobile > .swiper-wrapper > .swiper-slide-active:nth-child(1) {
    margin-left: 20px;
} */
.mvb3_slide_back.cate_advert {
    position: relative;
}
.mvb3_slide_back.cate_advert > .ad_mark {
    position: absolute;
    top: 5px;
    left: 5px;

    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(204, 204, 204, 50%);
    color: var(--White, #FFF);
    font-size: 8px;
    font-weight: 800;
    line-height: 16px; /* 200% */

    opacity: 0.5;
}
.swiper-wrapper.cate_advert {
    height: unset;
}
.swiper.cate_tap_m {
    width: 100%;
}
.swiper.cate_tap_m > .swiper-wrapper > .swiper-slide {
    max-width: 160px;
    width: 100%;
}
.swiper.cate_tap_m > .swiper-wrapper > .swiper-slide > a {
    display: flex;
    height: 56px;
    color: #999;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #EEE;
    width: 100%;
}
.swiper.cate_tap_m > .swiper-wrapper > .swiper-slide > a.on {
    color: #ee7f99; 
    font-weight: 700;
    border-bottom: 2px solid #ee7f99;
}

.cate_mobile_last_pagination {
    position: unset !important;
    padding-bottom: 20px;
    height: 6px;
}
.cate_mobile_last_pagination > .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.cate_mobile_last_pagination > .swiper-pagination-bullet-active {
    background: rgba(255, 130, 15, 1);
    width: 24px;
    border-radius: 100px;
}

.category_detail_pagination {
    position: unset !important;
    padding: 12px 0 20px 0;
    height: 4px;
}
.category_detail_pagination > .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}
.category_detail_pagination > .swiper-pagination-bullet-active {
    background: #212121;
}
.popup_ad_list.category_detail {
    background-color: white;
    border-bottom: 4px solid #eee;
}
.popup_ad_list > .category_detail_advert_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.popup_ad_list > .category_detail_advert_box > .title_box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.popup_ad_list > .category_detail_advert_box > .title_box > p {
    color: var(--White, #FFF);
    font-size: 10px;
    font-weight: 800;
    line-height: 14px; /* 140% */
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Dark, #212121);
}
.popup_ad_list > .category_detail_advert_box > .title_box > span {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px; /* 133.333% */
}
.popup_ad_list > .category_detail_advert_box > .ad_box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.popup_ad_list > .category_detail_advert_box > .ad_box > .ad_post {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.popup_ad_list > .category_detail_advert_box > .ad_box > .ad_post > .ad_post_back {
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
}
.popup_ad_list > .category_detail_advert_box > .ad_box > .ad_post > .ad_post_back > p {
    color: var(--White, #FFF);
    font-size: 12px;
    font-weight: 800;
    border-radius: 4px;
    background: var(--Primary, #ee7f99);
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 4px;
    right: 4px;
}
.popup_ad_list > .category_detail_advert_box > .ad_box > .ad_post > .info {
    font-size: 16px;
    font-weight: 800;
    line-height: 18px; /* 200% */
}
.popup_contents_titles.category > .title_box > .title > p {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: top;
}
.popup_contents_titles.category > .title_box > .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px; /* 150% */

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.popup_contents_profiles > .line {
    display: none;
    width: 1px;
    height: 30px;
    background: #ccc;
}
.eum_point_box.mobile {
    flex-direction: column;
    align-items: center;
    width: 36%;
}
.eum_point_box.mobile > div {
    display: flex;
    align-items: center;
    gap: 4px;
}
.eum_point_box.mobile > span {
    color: var(--Grey_6, #666);
    text-align: center;
    font-size: 10px;
    line-height: 14px; /* 140% */
}
.popup_title_sliderimg {
    position: relative;
}
.popup_title_sliderimg > img {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
    padding: 15px;
}

/* .m_slide1.cate_advert.mobile.last > .swiper-wrapper > .swiper-slide {
    min-width: 170px;
} */

/* .cate_slide_last_box {.cate_drop_box_list.on
    width: calc(50% - 4px);
}
.cate_slide_last_box > .comment_box {
    background: #F6F6F6;
} */
/* .swiper-slide.cate_advert.last {
    display: flex !important;
    gap: 8px;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: unset !important;
} */

/* .swiper.cate_advert.mobile.last > .swiper-wrapper > .swiper-slide.cate_advert.last:nth-child(1) {
    width: calc(100% - 40px) !important;
} */