@charset "utf-8";



#container {
	width: 100%;
	background: white;
	position: relative;
}
#container.login_page {
	background: #F5F4F9;
}
.m_write {
	display: none;
}
.tab_set_sort {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 70px;
}
#near_pet_container {
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}
/* ----- Header ----- */
.header_mobile_page_title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #eee;
}
.header_mobile_page_title > .title {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    margin-left: 26px;
}
.header_mobile_page_title > .title.two {
    margin-left: 0;
    margin-right: 23px;
}
.header_mobile_page_title > .image_one {
    margin-left: auto;
    cursor: pointer;
    padding: 7px;
}
.header_mobile_page_title > .image_two {
    margin-right: auto;
    cursor: pointer;
    padding: 7px;
}

/*±Û¿Ã¸®±âÃß°¡*/
.normalpagebuttons { display:flex; justify-content:center; align-items:center; width:100%; box-sizing:border-box; background:#fff; }
.normalpagebuttons.on { position:fixed; bottom:0; left:0; z-index:999; box-shadow:0 -2px 10px rgba(0,0,0,0.1); }

/* [¼öÁ¤µÊ] ¼¿·ºÆ® ¹Ú½º »ö»ó Á¦¾î ½ºÅ¸ÀÏ (´ë/Áß/¼Ò Ä«Å×°í¸® Æ÷ÇÔ) */
/* ±âº» »óÅÂ (¼±ÅÃ Àü): ÅØ½ºÆ® ¹× SVG #999 */
.selecterpop p.write_selecterpop_text { color: #999; }
.selecterpop svg path { fill: #999; }
.selecterpop { color: #999; } /* ÀÏ¹Ý ÅØ½ºÆ® »ó¼Ó¿ë */

/* ¼±ÅÃµÈ »óÅÂ (.on Å¬·¡½º Ãß°¡ ½Ã): ÅØ½ºÆ® ¹× SVG #FF820F */
.selecterpop.on p.write_selecterpop_text { color: #FF820F; }
.selecterpop.on svg path { fill: #FF820F; }
.selecterpop.on { color: #FF820F; }


.header_mobile_page_title.writes { position: sticky; top: 0; z-index: 100; display: flex !important; justify-content: space-between; align-items: center; padding: 10px 15px; background-color: #fff; border-bottom: 1px solid #eee; }
.header_mobile_page_title .title.two { flex-grow: 1; text-align: center; margin-left: 15px; margin-right: 15px; }
.header_mobile_page_title .exit_img { cursor: pointer; width: 18px; height: 18px; }
.header_mobile_page_title img{display:none;}
@media (max-width: 768px) { .header_mobile_page_title img{display:block;}}

.header_menu_3_m {
	display: none !important;
}
.m_my {
	display: none;
}
.header_sch_box_m {
	display: none;
}
.m_footer {
	display: none;
}

.header_banner.login_page {
	display: none;
}
.header_banner {
	background: #FFF7E2;
	display: flex;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_banner_box {
	display: flex;
	width: 100%;
	height: 100%;
	gap: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
    padding-right: 40px;
}
.header_banner_x {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.header_banner_con {
	width: 50%;
	color: white;
	height: 100%;
}
.header.login_page {
	height: 84px;
	padding: 0;
}
.header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid var(--Grey_D, #DDD);
    background: white;
}
.header_menu_1 {
	display: flex;
	justify-content: flex-end;
	max-width: 1280px;
	width: 100%;
	gap: 8px;

	
	font-size: 12px;
	line-height: 16px; /* 133.333% */
}
.header_menu_1 a {
	color: var(--Grey_6, #666);
}
.header_menu_1 a:visited {
	color: var(--Grey_6, #666);
}
.header_menu_1 span {
	color: #CCC;
}

.header_menu_2 {
	margin-top: 20px;
	margin-bottom: 40px;
	max-width: 1280px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_menu_2_sub {
	display: flex;
	align-items: center;
}
.header_sch_box {
	position: relative;
}
.header_sch {
	width: 560px;
	height: 44px;
	padding: 0px 36px 0 46px;
	border-radius: 100px;
	border: 1px solid var(--Grey_C, #CCC);
	background-color: #F5F4F9;
	background-image: url(../z_images/zoo_img/hd-sch.svg);
	background-position: 12px;
	background-repeat: no-repeat;
    position: relative;
}
.header_sch_show {
    position: absolute;
    padding: 40px;
    max-width: 560px;
    width: 100%;
    left: 0;
    top: 44px;
    z-index: 1001;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;

    border-radius: 12px;
    border: 1px solid var(--Grey_D, #DDD);
    background: var(--White, #FFF);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.header_sch_show_back {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.header_sch_show.on, .header_sch_show_back.on {
    display: flex !important;
}
.header_sch_show .go_smart {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid var(--Primary, #FF820F);
    background: var(--Sub, #FFDED1);
    cursor: pointer;
}
.header_sch_show .go_smart > .title_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.header_sch_show .go_smart > .title_box > p {
    color: var(--Dark, #212121);
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.header_sch_show .go_smart > .title_box > span {
    color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
}
.header_sch_show > .sch_word_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}
.header_sch_show > .sch_word_box > .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_sch_show > .sch_word_box > .title_box > p {
    color: var(--Dark, #212121);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.header_sch_show > .sch_word_box > .title_box > span {
    color: var(--Grey_6, #666);
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    cursor: pointer;
}
.header_sch_show > .sch_word_box > .sch_word {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.header_sch_show > .sch_word_box > .sch_word .word {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
    border-bottom: 1px solid var(--Grey_9, #999);
}
.header_sch_show > .sch_word_box > .sch_word .word > img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.header_sch_show > .sch_word_box > .sch_word .word > span {
    cursor: pointer;
}
.sch_word_box.hot {
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.header_sch_show > .sch_word_box > .sch_word.hot, 
.header_sch_show > .sch_word_box > .sch_word.hot > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.header_sch_show > .sch_word_box > .sch_word.hot > .word_hot,
.header_sch_show > .sch_word_box > .sch_word.hot > div > .word_hot {
    display: flex;
    align-items: center;
}
.header_sch_show > .sch_word_box > .sch_word.hot > .word_hot > p,
.header_sch_show > .sch_word_box > .sch_word.hot > div > .word_hot > p {
    color: var(--Dark, #212121);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    width: 40px;
}
.header_sch_show.last > span {
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.header_sch_show.last > b,
.header_sch_show.last > p {
    cursor: pointer;
    line-height: 20px; /* 142.857% */
}



.header_sch_img {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
}
.header_sch::placeholder {
	color: var(--Grey_9, #999);
	line-height: 20px; /* 142.857% */
}


@media screen and (max-width: 1024px) {
.header_sch{width: 460px;}
}



.logo {
	font-family: 'Jalnan';
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin-right: 40px;
    display: inline-block;
    width: 150px; height: 41px; 
    background-image: url('../z_images/newlogo.png');
    background-repeat: no-repeat; background-size: 100%;
}
.sub_text1 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid var(--Orange, #FF7C32);
	padding: 4px;

	color: var(--Orange, #FF7C32);
	font-size: 10px;
	line-height: 14px; /* 140% */

	margin: 0 8px 0 12px;
}
.sub_text2 {
	color: var(--Dark, #212121);
	font-size: 12px;
	line-height: 16px; /* 133.333% */
}

.header_my {
	display: flex;
	gap: 40px;
}
.header_my a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--Grey_6, #666);
	font-size: 12px;
	line-height: 16px; /* 133.333% */
}
.header_my a img {
	width: 20px;
	height: 20px;
	margin-bottom: 8px;
}
.header_my > .hd_shopping_cart {
    position: relative;
}
.header_my > .hd_shopping_cart > .pop {
    border-radius: 100px;
    border: 1px solid var(--White, #FFF);
    background: var(--Dark, #212121);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 8px;
    font-weight: 800;
    line-height: normal;
    padding: 4px 6px;
    position: absolute;
    right: 0px;
    top: -10px;
}

.header_menu_login_page {
	display: none;
}
.header_menu_login_page.active {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 20px 0; */
	max-width: 1280px;
	width: 100%;
}
.header_menu_login_page > .header_menu_1 {
	width: unset;
}

.header_menu_1.login_page,
.header_menu_2.login_page,
.header_menu_3.login_page {
	display: none;
}
.header_menu_3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1280px;
	width: 100%;

	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 24px; /* 150% */
}

.header_menu_3_sub_1 {
	display: flex;
	align-items: center;
	height: 56px;
	max-width: 953px;
	width: 100%;
	position: relative;

}
.header_cate {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px 0px 0px;
	background: var(--Orange, #FF7C32);
	margin-bottom: -1px;
	padding: 0px 32px !important;
	color: var(--White, #FFF) !important;
	height: 100%;
	width: calc(100% / 6);
}







.header_cate_depth1_list_box {
    max-height: 264px;
    overflow-y: auto;
}
.header_cate_depth3_list_box,
.header_cate_depth2_list_box {
    max-height: 470px;
    overflow-y: auto;
}

.header_cate_depth1_list_box::-webkit-scrollbar,
.header_cate_depth2_list_box::-webkit-scrollbar,
.header_cate_depth3_list_box::-webkit-scrollbar {
    width: 4px;
}
.header_cate_depth1_list_box::-webkit-scrollbar-track,
.header_cate_depth2_list_box::-webkit-scrollbar-track,
.header_cate_depth3_list_box::-webkit-scrollbar-track {
    background: #00000030;
    border-radius: 10px;
}
.header_cate_depth1_list_box::-webkit-scrollbar-thumb,
.header_cate_depth2_list_box::-webkit-scrollbar-thumb,
.header_cate_depth3_list_box::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}




.header_cate_detail1 {
	display: none;
}
.header_cate:hover .header_cate_detail1,
.header_cate_detail1:hover {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 101;
	background: #FF7C32;
	top: 56px;
	left: 0;

	color: #FFF;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;

	max-width: 427px;
	width: 100%;

	border-radius: 0 12px 12px 12px;
	padding: 20px;
}
.header_cate_detail1 > .btn_box {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 100%;
	padding: 20px;
	gap: 8px;
}
.header_cate_detail1 > .btn_box2 {
	padding: 20px;
    color: white;
}
.header_cate_detail1 > .btn_box a {
	color: var(--White, #FFF) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	border-radius: 100px;
	border: 1px solid var(--White, #FFF);
	background: none;
	text-align: left;

	padding: 8px 20px;
}
.header_cate_detail1.plus {
	border-radius: 0 0 0 12px !important;
}

.header_cate_detail1_sub {
	text-align: left;
}
.depth1_button, .depth2_button, .depth3_button {
	padding: 12px 20px;
	cursor: pointer;
    color: white;
}
.depth1_button.click, .depth2_button.click {
	color: #212121;
	background-image: url(../z_images/zoo_img/right.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
}
.depth3_button:hover {
	color: #212121;
}


.depth2_box {
	display: none;
}
.depth3_box {
	display: none;
}
.depth2_box.depth2_style,
.depth3_box.depth3_style {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 425px;
	height: 100%;
	max-width: 427px;
	width: 100%;
	z-index: 100;
	background: #FF7C32;
	padding: 20px;
	border-left: 1px solid #ED6213;
}

.depth3_box.depth3_style {
	border-radius: 0 12px 12px 0;
}
/*.header_cate > img {
	margin-right: 8px;
}*/
.header_cate:visited {
	color: white;
}
/* gnb È÷µç Àü 
.header_menu_3_sub_1 .header_cate_tap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: calc(100% / 6); // gnbÈ÷µçÀü
	color: var(--Dark, #212121);
    cursor: pointer;
}*/


.header_menu_3_sub_1 .header_cate_tap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: calc(100% / 6);
	color: var(--Dark, #212121);
    cursor: pointer;
}

.header_menu_3_sub_1 .header_cate_tap.menu:hover {
    border-bottom: 2px solid #212121;
    margin-bottom: -2px;
}
.header_menu_3_sub_1 .header_cate_tap.menu.on {
    border-bottom: 2px solid #212121;
    margin-bottom: -2px;
}
.header_menu_3_sub_1 div a:visited {
	color: var(--Dark, #212121);
}
.header_menu_3_sub_1 div a {
	height: 100%;
	display: flex;
	align-items: center;
}

.header_menu_3_sub_2 {
	display: flex;
	gap: 8px;
	position: relative;

}
.header_menu_3_sub_2 a,
.header_menu_3_sub_2 p {
	padding: 8px 20px;
}
.hm3_s2_btn1 {
	color: var(--Orange, #FF7C32);
	font-size: 14px;
	font-weight: 800;
	line-height: 20px; /* 142.857% */

	border-radius: 100px;
	border: 1px solid var(--Orange, #FF7C32);
}
.hm3_s2_btn2 {
	color: var(--White, #FFF);
	font-weight: 800;
	line-height: 20px; /* 142.857% */
	font-size: 14px;

	border-radius: 100px;
	background: var(--Orange, #FF7C32);

	cursor: pointer;

}
.hm3_s2_btn2_sub {
	display: none;
}
.hm3_s2_btn2_sub a, .m_write_sub a  {
	padding: 0 !important;
	color: #212121;
}
.hm3_s2_btn2_sub a:hover,
.m_write_sub a:hover {
	color: #FF7C32;
}
.m_write_sub {
	display: none;
}
.hm3_s2_btn2_sub.click,
.m_write_sub.click {
	position: absolute;
	z-index: 102;
	top: 38px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	gap: 12px;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */

	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);
}
.m_write_sub.click {
	position: fixed;
	top: unset;
	bottom: 144px;
	right: 20px;
	z-index: 1000;
}
/* ----- //Header -----*/

/* ----- Footer -----*/
.footer {
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid var(--Grey_E, #EEE);
}
.footer_bar_1 {
	display: flex;
	justify-content: space-between;
	padding: 8px 40px;
	width: 100%;
}
.footer_bar_1_tit {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer_bar_1_tit a {
	color: var(--Grey_6, #666);
	line-height: 20px; /* 142.857% */
}
.footer_bar_1_tit span {
	color: #ccc;
}
.footer_bar_1 > select {
	width: 200px;
	height: 40px;
	padding: 0px 12px;

	border-radius: 4px;
	border: 1px solid var(--Grey_D, #DDD);
	background: url(../z_images/zoo_img/foo-down-arr.svg) no-repeat center right #F5F4F9;
	appearance: none;
}

.footer_bar_2 {
	width: 100%;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid var(--Grey_E, #EEE);
}
.footer_bar_2 .title {
	color: var(--Dark, #212121);
	font-weight: 800;
	line-height: 20px; /* 142.857% */
}
.footer_bar_2 .sub_title {
	color: var(--Grey_6, #666);
	font-size: 12px;
	line-height: 16px; /* 133.333% */
}
.sub_title.margin1 {
	margin-top: 12px;
}
.sub_title.margin2 {
	margin-bottom: 32px;
}
.footer_bar_1_tit.m {
	display: none;
}


.term_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.50);
	z-index: 99999;
	width: 100%;
	height: 100%;
    padding: 20px;
}
.term_popup {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
	max-height: 400px;
	height: 100%;
	padding: 20px;
	
	background: white;
	border-radius: 12px;
}
.pop_exit {
	margin-left: auto;
	cursor: pointer;
}
.term_title {
	color: var(--Dark, #212121);
	font-size: 24px;
	font-weight: 800;
	line-height: 30px; /* 125% */
	margin-bottom: 12px;
	text-align: center;
}
.term_sub_title {
	color: var(--Dark, #212121);
	line-height: 20px; /* 142.857% */
	/* display: flex; */
    height: 400px;
    overflow-y: auto;
}

.mobile_page_err {
    width: 100%;
    padding: 40px;
    text-align: center;
    color: #eee;
    font-size: 30px;
}
.mobile_category_box {
    width: 100%;
    margin-bottom: 72px;
}
.mobile_category_buttons {
    display: flex; align-items: center;
    justify-content: space-between;
}
.mobile_category_buttons > button {
    display: flex; align-items: center; justify-content: center; gap: 5px;
    width: 50%; border-bottom: 2px solid #999; height: 50px; font-weight: 700;
    color: #999;
}
.mobile_category_buttons > button > span {
    display: flex; align-items: center; justify-content: center; font-size: 10px;
    border: 2px solid #999; border-radius: 100px; padding: 2px 4px; color: #999;
}
.mobile_category_buttons > button.active {
    border-bottom: 2px solid #FF7C32; 
    color: #000;
}
.mobile_category_buttons > button.active > span {
    border: 2px solid #FF7C32; color: #FF7C32;
}
.mobile_category_lists {
    display: block; align-items: flex-start; justify-content: center;
    position: relative; background-color: #eee; height: 100%;
}
.mobile_category_lists > div:nth-child(1) > div.active {
    background-color: #fff; 
}
.mobile_category_lists > div:nth-child(1) > div.active > p {
    color: #FF7C32;
}
.mobile_category_lists > div:nth-child(2) {
    width: 120px; height: 40px;
}
.mobile_category_lists > div:nth-child(2) {
    position: absolute; top: 0px; right: 0px; 
    width: calc(100% - 120px); height: 100%;
    overflow-y: auto; background-color: #fff;
    padding-bottom: 30px; 
}
.mobile_category_lists_button > div:nth-child(1) {
    padding: 0px 20px; display: flex; align-items: center; justify-content: space-between;
    font-weight: 700; height: 40px;
}
.mobile_category_lists_button > div:nth-child(1) > div {
    display: flex; align-items: center; justify-content: center; gap: 5px;
}
.mobile_category_lists_button > div:nth-child(1) > div > img,
.mobile_category_lists_button > div:nth-child(1) > div > span {
    width: 20px; height: 20px; border-radius: 5px; background-color: #ddd;
}
.mobile_category_lists_button > div:nth-child(2) > p {
    padding: 0px 20px; display: flex; align-items: center; justify-content: space-between;
    font-weight: 500; height: 40px;
}
/* #FF7C32 */

.mobile_category_box_sub {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding: 20px;
}
.mobile_category_box_sub > .btn_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    width: 100%;
}
.mobile_category_box_sub > .btn_box2 {
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;

    font-size: 14px;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.mobile_category_box_sub > .btn_box > a {
    border-radius: 100px;
    border: 1px solid var(--Primary, #FF820F);
    padding: 8px 20px;
    color: var(--Primary, #FF820F);
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.m_depth1_button, .m_depth2_button, .m_depth3_button {
    color: var(--Dark, #212121);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    width: 100%;
    padding: 12px 20px;
}
.m_header_cate_detail1_sub {
    width: 100%;
}









/* ----- //Footer -----*/

/* ----- Login ----- */
.login_area {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}
.login_area_sub {
	display: flex;
	align-items: center;
	background: white;
	flex-direction: column;
	padding: 100px;
    max-width: 1000px;
    width: 100%;
}
.login_form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
    width: 100%;
}
.field {
    max-width: 400px;
    width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
	border: none;
}
.log_tit {
    max-width: 800px;
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 40px;
}
.login_id, .login_pw {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	font-size: 14px;
	margin-bottom: 8px;

	border-radius: 4px;
	border: 1px solid var(--Grey_D, #DDD);
	background: var(--White, #FFF);
}
.login_pw {
	margin-top: 8px;
}
.login_id::placeholder,
.login_pw::placeholder {
	color: var(--Grey_9, #999);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.login_er {
	align-self: flex-start;
	color: red;
	font-size: 12px;
}
.btn_login, .btn_login2 {
	border-radius: 100px;
	background: #212121;
	width: 100%;
	height: 56px;
	font-size: 16px;
	font-weight: 800;
	line-height: 24px; /* 150% */
	color: white;

	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_login2 {
	background: #FF820F;
	max-width: 400px;
}
.regist_sub {
	display: flex;
	color: #323232;
	gap: 20px;
	margin: 20px 0 32px;
}
.regist_sub a {
	color: #323232;
}
.regist_sub span {
	cursor: pointer;
}
.regist_tit {
	color: #323232;
	margin: 40px 0 20px;
}

.social_login_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	max-width: 400px;
	width: 100%;

	position: relative;
}
.social_login {
	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
}
.social_login_btn {
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
    cursor: pointer;

	font-size: 16px;
	font-weight: 800;
	line-height: 24px;

	width: 100%;
	height: 56px;
}
.social_login_btn.kakao {
	color: #401C26;
	background: #F9E000;
}
.social_login_btn.naver {
	color: white;
	background: #07B804;
}
.social_login_btn.google {
	color: #212121;
	border: 1px solid var(--Grey_C, #CCC);
	background: var(--White, #FFF);
}
.social_login_btn.apple {
	color: white;
	background: black;
}
.last_login_pop {
	position: absolute;
	top: 290px;


	border-radius: 8px;
	background: var(--Grey_C, #d9d9d9);
	padding: 12px 20px;

	color: var(--Dark, #212121);
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 16px;
}
.last_login_pop > img {
	position: absolute;
	top: -12px;
	left: calc(50% - 7px);
}



.pop_test_box {
	display: flex;
	gap: 10px;
}
.test_btn {
	width: 30px;
	height: 30px;
	background: orange;
	color: white;
	border-radius: 100px;
}

/* ----- //Login ----- */




/* ----- join ----- */

.join_back {
	background: var(--Background, #F5F4F9);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
}
.join_box, .help_join_box {
	padding: 100px;
	max-width: 1000px;
	width: 100%;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}
.join_title {
	color: var(--Dark, #212121);
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 8px;
}
.join_title_sub {
	color: var(--Grey_6, #666);
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 40px;
}

.join_item_box {
	display: flex;
	/* align-items: flex-start;
	justify-content: center; */
	flex-direction: column;
	max-width: 400px;
	width: 100%;
}
.join_item_box_step2_sub {
	display: flex;
	position: relative;
	width: 100%;
}
.join_item_box_step2_sub.step2 {
	margin-top: 8px;
}
.join_item_box.step3 > .sub_comment {
    color: var(--Grey_6, #666);
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    margin-top: 8px;
}

.join_item_title {
	color: var(--Dark, #212121);
	font-weight: 800;
	line-height: 20px;
	margin-top: 40px;
	margin-bottom: 8px;
}
.join_item_title > span {
	color: red;
}

.input_textarea {
    border-radius: 4px;
	border: 1px solid var(--Grey_D, #DDD);
	background: var(--White, #FFF);
	padding: 12px 12px;

	width: 100%; min-height: 200px;
    resize: none;
}
.input_textarea::placeholder {
    line-height: 20px;
}
.input_one {
	border-radius: 4px;
	border: 1px solid var(--Grey_D, #DDD);
	background: var(--White, #FFF);
	padding: 0px 12px;

	width: 100%;
	height: 44px;
    line-height: 44px;
}
.input_one::placeholder {
	color: var(--Grey_9, #999);
	line-height: 20px;
}
.input_one.pw {
	margin-bottom: 8px;
}
.input_one.yes {
	background: url(../z_images/zoo_img/join-yes.svg) no-repeat center right;
	background-position: right 12px bottom 50%;
}
.input_one.no {
	background: url(../z_images/zoo_img/join-no.svg) no-repeat center right;
	background-position: right 12px bottom 50%;
}

.join_er {
	margin-top: 8px;
	font-size: 12px;
	color: red;
}
.join_er.pw {
	margin-top: 0;
	margin-bottom: 8px;
}
.gender_box {
	display: flex;
	align-items: center;
	padding: 0;
	overflow: hidden;
}
.gender_box label {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;
	color: #212121;
	cursor: pointer;
}
.gender_box .sel:nth-of-type(1) {
	border-right: 1px solid #ddd;
}

#man:checked + .sel,
#woman:checked + .sel {
    color: white;
	background: black;
}
.ser_sel {
	background: url(../z_images/zoo_img/sel-arrow.svg) no-repeat;
	background-position: right 12px bottom 50%;
}


.join_item_next, .join_item_next_sub {
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 100px;
	background: var(--Grey_C, #CCC);

	width: 100%;
	height: 56px;

	color: var(--White, #FFF);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;

	cursor: pointer;
	margin-top: 32px;
}
.join_item_next.chk_btn {
	max-width: 400px;
	margin-top: 40px;
}



.profile_box {
	width: 72px;
	height: 72px;
	border: solid 1px #EEE;
	border-radius: 100px;
	position: relative;
	margin-bottom: 32px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.profile_box > .img_set {
	position: absolute;
	right: -12px;
	bottom: 0;
	cursor: pointer;
}
.join_ad_box {
	display: flex;
	width: 100%;
	margin-bottom: 8px;
}
.join_ad_btn {
	border-radius: 4px;
	border: 1px solid var(--Dark, #212121);
	background: var(--White, #FFF);

	color: var(--Dark, #212121);
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;

	width: 80px;
	margin-left: 8px;
	cursor: pointer;
}
.input_one.step4.ad {
	width: calc(100% - 88px);
	background: var(--Grey_F1, #F1F1F1);
}
.input_one.chk_hp::placeholder {
	color: #212121;
}
.ad_sub_text {
	color: var(--Grey_6, #666);
	font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
}

.social_id_box {
	display: flex;
	align-items: center;
	gap: 8px;
}
.social_logo {
	width: 24px;
	height: 24px;
}
.social_id {
	color: var(--Dark, #212121);
	font-weight: 800;
	line-height: 20px;
}

.help_join_box .title {
	color: var(--Dark, #212121);
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 40px;
}
.help_join_box_sub {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	width: 100%;
}
.us_find {
	display: flex;
}
.find_tap {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid var(--Dark, #212121);
	width: 100%;
	height: 56px;

	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	cursor: pointer;
}
.help_join_box_sub .sub_title {
	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	text-align: center;
	margin-top: 40px;
}
.help_id_step3_sub {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.help_mb_id_title {
	color: var(--Dark, #212121);
	line-height: 20px; /* 142.857% */
	text-align: center;
	margin-top: 40px;
}
.help_mb_id {
	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px; /* 150% */
	margin-top: 8px;
	text-align: center;
    display: flex; align-items: center; justify-content: center;
}
.help_mb_id > img { margin-right: 5px;}
.social_title {
	text-align: center;
	color: var(--Dark, #212121);
	font-size: 12px;
	line-height: 16px; /* 133.333% */
	margin-top: 32px;
}

.agree_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
	max-width: 400px;
	width: 100%;
}
.agree_box > .agree {
    display: flex;
    align-items: center;
    gap: 8px;
}
.top_agree, .agree_box > .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_agree {
	justify-content: flex-start;
	gap: 8px;
	padding-bottom: 20px;
	margin-bottom: 8px;
	border-bottom: 1px solid #EEEEEE;
}
.top_agree .sub_title {
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
}
.link > .agree {
    display: flex;
	align-items: center;
    gap: 8px;
}
.link > a {
    color: var(--Dark, #323232);
    text-align: right;
    text-decoration-line: underline;
	text-underline-position: under;
}
.agree > .sub_title {
    margin: 0;
}
.agree > .sub_title2 {
    color: #323232;
}
.agree > .sub_title2 .sub_tit_sub {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.chk_agree {
    appearance: none;
    accent-color: #212121;
    width: 16px;
    height: 16px;
    border: 2px solid #cccccc;
    border-radius: 2px;
}
.chk_agree:checked {
    width: 16px;
    height: 16px;
    border: none;
    background: url('../z_images/zoo_img/Check1.svg') center no-repeat;
}
/* ----- //join ----- */



/* ----- Main ----- */

/*.main_banner { width: 100%; padding: 40px 0 !important; margin-bottom: 38px; }
.main_banner > .swiper-wrapper .swiper-slide { border-radius: 12px; background: #94795D; aspect-ratio: 900/300; }
.main_banner .swiper-wrapper { height: unset; }
.swiper.main_banner { position: relative; }
.swiper.main_banner > .swiper-pagination { bottom: 56px; left: calc(50% - 37.5px); width: 75px !important; padding: 8px 20px; color: var(--White, #FFF) !important; font-size: 12px; font-weight: 800; background: rgba(0, 0, 0, 0.50); border-radius: 100px; position: absolute; }
.swiper.sch_swiper > .swiper-pagination { bottom: 10px !important; left: 60px; width: 75px !important; padding: 8px 20px; color: var(--White, #FFF) !important; font-size: 12px; font-weight: 800; background: rgba(0, 0, 0, 0.50); border-radius: 100px; position: absolute; }
.swiper.main_banner > .swiper-pagination > span { color: var(--White, #FFF) !important; }
.swiper.sch_swiper > .swiper-pagination > span { color: var(--White, #FFF) !important; }
.swiper-next, .swiper-prev, .swiper-next2, .swiper-prev2, .swiper-next3, .swiper-prev3, .cate_ad_swiper_next1, .cate_ad_swiper_prev1, .cate_ad_swiper_next2, .cate_ad_swiper_prev2, .cate_ad_swiper_next3, .cate_ad_swiper_prev3 { position: absolute; z-index: 100; cursor: pointer; }
.swiper-next { right: 25%; top: calc((50%) - 38px); }
.swiper-prev { left: 25%; top: calc((50%) - 38px); }
.swiper-next2, .cate_ad_swiper_next1, .cate_ad_swiper_next2, .cate_ad_swiper_next3 { top: calc(44%); right: -5%; }
.swiper-prev2, .cate_ad_swiper_prev1, .cate_ad_swiper_prev2, .cate_ad_swiper_prev3 { top: calc(44%); left: -5%; }
.swiper-prev2.swiper-button-disabled { display: none; }
.swiper-next2.swiper-button-disabled { display: none; }
.swiper-button-disabled { display: none; }
.main_view_back { display: flex; flex-direction: column; align-items: center; }
.main_view1 { display: flex; flex-direction: column; align-items: center; max-width: 1280px; width: 100%; gap: 60px; }
.main_view00 { display: flex; flex-direction: column; align-items: center; max-width: 1280px; width: 100%; gap: 0px; }*/



.main_banner .swiper-slide img {border-radius:30px; }

.main_view0 { width: 100%; margin: 0 auto 20px; max-width: 1280px; height: 280px; }
.main_tab_header { display: flex; justify-content: center; }
.main_tab_btn { padding: 12px 20px; border: none; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; position: relative; width: 180px; }
.main_tab_btn:first-of-type { z-index: 2; }
.main_tab_btn:last-of-type { z-index: 1; margin-left: -20px; }
.main_tab_btn.active { z-index: 3; background: #212121; color: white; border-radius: 30px; }
.main_tab_btn:not(.active) { background: #fff; color: #212121; z-index: 1; font-weight: 400; border:1px solid #212121;}
.main_tab_btn:first-of-type:not(.active) { border-top-left-radius: 30px; border-bottom-left-radius: 30px; border-top-right-radius: 0; border-bottom-right-radius: 0; padding-right: 10px; }
.main_tab_btn:last-of-type:not(.active) { border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 0; border-bottom-left-radius: 0; padding-left: 10px; }
.main_tab_header::before { display: none; }
.main_tab_content { display: none; padding: 40px 0; margin-top: -30px; width: 100%; }
.main_tab_content.active { display: block; }

/* ÅÇ 0 (Ä«Å×°í¸® - ¿ø·¡ ½ºÅ¸ÀÏ) */
#tab0 .main_depth1_list_box { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 60px; padding-top: 30px; }
#tab0 .main_depth1_list_container { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100px; text-decoration: none; color: inherit; }
#tab0 .main_depth1_list_box_sub { display: flex; padding: 12px; 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: 100px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; position: relative; }
#tab0 .main_depth1_list_box_sub:hover { border-color: #ff6b35; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 107, 53, 0.1); }
#tab0 .main_depth1_list_box_sub.on { border-color: #ff6b35; background: #fff5f2; box-shadow: 0 4px 8px rgba(255, 107, 53, 0.08); }
#tab0 .main_depth1_list_box_sub > img { aspect-ratio: 1 / 1; max-width: 100%; height: auto; }
#tab0 .main_depth1_list { font-size: 14px; font-weight: 600; color: #333; text-align: center; margin: 0; padding-top: 5px; }
#tab0 .main_depth1_list_box_sub.on + .main_depth1_list { color: #ff6b35; }
#tab0 .main_directcateicon { position: absolute; border: 1px solid #ddd; font-size: 11px; border-radius: 100px; padding: 3px 7px; background-color: #fff; right: 0; top: -8px; }
#tab0 .main_set0 .main_depth1_list_box_sub, #tab0 .main_set1 .main_depth1_list_box_sub { border-radius: 50px !important; }

/* ÅÇ 1 (ÀÎ±â ¹«·áºÐ¾ç - »õ·Î¿î Ä«µå ½ºÅ¸ÀÏ) */
#tab1 .main_depth1_list_box { display: grid; grid-template-columns: repeat(4, 290px); gap: 40px; justify-content: center; padding-top: 30px; }
#tab1 .main_depth1_list_container { text-decoration: none; color: inherit; }

/* °øÅë Ä«µå ½ºÅ¸ÀÏ */
.popular_category_card { display: flex; align-items: center; background: rgba(253, 193, 196, 0);  border-radius: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); padding: 15px 20px; gap: 15px; width: 100%; transition: all 0.3s ease; box-sizing: border-box; border: 1px solid #fdc1c4;}
.popular_category_card:hover { border-color: #fdc1c4; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 107, 53, 0.1); }
.popular_category_card.on { border-color: #fdc1c4; background: #fff5f2; box-shadow: 0 4px 8px rgba(255, 107, 53, 0.08); }
.popular_category_card .card_icon { flex-shrink: 0; width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; }
.popular_category_card .card_icon img { width: 100%; height: 100%; object-fit: contain; }
.popular_category_card .card_content { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.popular_category_card .card_title { font-size: 16px; font-weight: 700; color: #333; margin: 0; line-height: 1.2; }
.popular_category_card .card_buttons { display: flex; align-items: center; gap: 8px; margin-top: 5px; }
.popular_category_card .free_adoption_tag { border-radius: 100px; background: var(--Primary, #fdc1c4) url(../z_images/icon/adopt_01.png) no-repeat 4px 6px / 24px; padding: 6px 8px 6px 29px; color: var(--Dark, #212121); font-size: 10px; font-weight: 800; line-height: 15px; position: relative; width: 78px; }
.popular_category_card .go_button { color: #212121; font-size: 10px; font-weight: 600; white-space: nowrap; background:#fdc1c4; border-radius: 100px; padding: 6px 10px; margin-top:4px;}
.popular_category_card  .card_img { background: url(../z_images/icon/adopt_01.png) no-repeat 4px 6px / 21px; padding: 6px 8px 6px 18px; }



/* ¹Ìµð¾î Äõ¸® (µ¥½ºÅ©Å¾ Áß°£) */
@media (max-width: 1280px) {
    #tab1 .main_depth1_list_box { grid-template-columns: repeat(4, 290px); gap: 26px; }
}

/* ¹Ìµð¾î Äõ¸® (ÅÂºí¸´) */
@media (max-width: 1024px) {
    .main_view0 { height: 230px; margin: 30px auto 20px; }
    .main_tab_btn { width: 160px; }
	#tab0 .main_depth1_list_box {  gap: 32px; }
    
    /* ÅÇ 0 (¿ø·¡ ½ºÅ¸ÀÏ) ¼öÁ¤ */
    #tab0 .main_depth1_list_container { width: 90px; }
    
    /* ÅÇ 1 (»õ Ä«µå) ¼öÁ¤ */
    #tab1 .main_depth1_list_box { grid-template-columns: repeat(4, 230px); gap: 21px; }
    .popular_category_card { width: 100%; padding: 12px 15px; gap: 10px; }
    .popular_category_card .card_icon { width: 50px; height: 50px; }
    .popular_category_card .card_title { font-size: 15px; }
    .popular_category_card .free_adoption_tag, .popular_category_card .go_button { font-size: 11px; }
}

@media (min-width: 768px) {
	.card_title br{display:none;}
}

/* ¹Ìµð¾î Äõ¸® (¸ð¹ÙÀÏ °¡·Î) */
@media (max-width: 768px) {
    .main_view0 { margin: 50px auto 20px; height: 350px; }
    .main_tab_content { padding: 40px 0 0; margin-top: -30px; }
    .main_tab_btn { padding: 8px 0; font-size: 14px; width: 200px; }

    /* ÅÇ 0 (¿ø·¡ ½ºÅ¸ÀÏ) ¼öÁ¤ */
    #tab0 .main_depth1_list_box { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; padding: 15px; }
    #tab0 .main_depth1_list_container { width: auto; }
    #tab0 .main_depth1_list_box_sub { padding: 7px; width: auto; border-radius: 20px; }
    #tab0 .main_depth1_list_box_sub img { width: 80px; height: 80px; }
    #tab0 .main_depth1_list { font-size: 13px; padding-top: 0px; padding-bottom: 15px; }
    #tab0 .main_directcateicon { right: 20px; top: -8px; }
    
    /* ÅÇ 1 (»õ Ä«µå) ¼öÁ¤ */
    #tab1 .main_depth1_list_box { grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 15px; }
    .popular_category_card { width: 100%; padding: 10px; gap: 10px; }
    .popular_category_card .card_icon { width: 45px; height: 45px; }
    .popular_category_card .card_title { font-size: 14px; }
    .popular_category_card .card_buttons { margin-top: 3px; }
    
    /* ´©¶ôµÈ ¼ø¼­ ÀçÁ¤ÀÇ ¹× ¹è³Ê ½ºÅ¸ÀÏ Ãß°¡ */
    .reorder-wrapper { display: flex; flex-direction: column; }
    .main_view0 { order: 1; }
    .main_banner, .mobile_banner_wrap { order: 2; padding: 10px 0 30px !important; margin: 0; }
    .main_banner .swiper-slide img { border-radius: 0 !important; border-left: none; border-right: none; }
    .swiper-pagination.main { bottom: 40px !important; right: 20px !important; left: auto !important; font-size: 11px !important; padding: 4px !important; }
}

/* ¹Ìµð¾î Äõ¸® (¸ð¹ÙÀÏ ¼¼·Î) */
@media (max-width: 560px) {
    .main_view0 { margin: 30px auto 20px; height: 270px; }
    .main_tab_btn { width: 140px; }

    /* ÅÇ 0 (¿ø·¡ ½ºÅ¸ÀÏ) ¼öÁ¤ */
    #tab0 .main_depth1_list_box { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; padding: 15px; }
    #tab0 .main_depth1_list_box_sub img { width: 50px; height: 50px; }
    #tab0 .main_directcateicon { right: 0px; top: -8px; }
    
    /* ÅÇ 1 (»õ Ä«µå) ¼öÁ¤ */
    #tab1 .main_depth1_list_box { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 15px 10px; }
    .popular_category_card { padding: 12px 10px; gap: 0px; }
    .popular_category_card .card_icon { width: 60px; height: 60px; }
    .popular_category_card .card_title { font-size: 14px; }
    .popular_category_card .free_adoption_tag, .popular_category_card .go_button { font-size: 10px; padding: 3px 8px; }
	.popular_category_card .card_icon img { width: 80%; height: 80%; object-fit: contain; }
	
}


/* PC ¹öÀü CSS (±âÁ¸ ½ºÅ¸ÀÏ À¯Áö) */
.main_banner { width: 100%; padding: 40px 0 !important; margin-bottom: 38px; }
.main_banner > .swiper-wrapper .swiper-slide { border-radius: 12px; background: #94795D; aspect-ratio: 900/300; }
.main_banner .swiper-wrapper { height: unset; }
.swiper.main_banner { position: relative; }
.swiper.main_banner > .swiper-pagination { bottom: 56px; left: calc(50% - 37.5px); width: 75px !important; padding: 8px 20px; color: var(--White, #FFF) !important; font-size: 12px; font-weight: 800; background: rgba(0, 0, 0, 0.50); border-radius: 100px; position: absolute; }
.swiper.sch_swiper > .swiper-pagination { bottom: 10px !important; left: 60px; width: 75px !important; padding: 8px 20px; color: var(--White, #FFF) !important; font-size: 12px; font-weight: 800; background: rgba(0, 0, 0, 0.50); border-radius: 100px; position: absolute; }
.swiper.main_banner > .swiper-pagination > span { color: var(--White, #FFF) !important; }
.swiper.sch_swiper > .swiper-pagination > span { color: var(--White, #FFF) !important; }
.swiper-next, .swiper-prev, .swiper-next2, .swiper-prev2, .swiper-next3, .swiper-prev3, .cate_ad_swiper_next1, .cate_ad_swiper_prev1, .cate_ad_swiper_next2, .cate_ad_swiper_prev2, .cate_ad_swiper_next3, .cate_ad_swiper_prev3 { position: absolute; z-index: 100; cursor: pointer; }
.swiper-next { right: 25%; top: calc((50%) - 38px); }
.swiper-prev { left: 25%; top: calc((50%) - 38px); }
.swiper-next2, .cate_ad_swiper_next1, .cate_ad_swiper_next2, .cate_ad_swiper_next3 { top: calc(44%); right: -5%; }
.swiper-prev2, .cate_ad_swiper_prev1, .cate_ad_swiper_prev2, .cate_ad_swiper_prev3 { top: calc(44%); left: -5%; }
.swiper-prev2.swiper-button-disabled { display: none; }
.swiper-next2.swiper-button-disabled { display: none; }
.swiper-button-disabled { display: none; }
.main_view_back { display: flex; flex-direction: column; align-items: center; }
.main_view1 { display: flex; flex-direction: column; align-items: center; max-width: 1280px; width: 100%; gap: 60px; }
.main_view00 { display: flex; flex-direction: column; align-items: center; max-width: 1280px; width: 100%; gap: 0px; }

/* ¸ð¹ÙÀÏ ºÐ¸® ½ºÅ¸ÀÏ */
.mobile_banner_wrap { display: none; }
.pc_banner_wrap { display: block; }
.mobile_banner_wrap .swiper-slide { aspect-ratio: 400/160; border-radius: 8px; }
.mobile_banner_wrap .swiper-pagination { bottom: 10px; left: 50%; transform: translateX(-50%); width: 55px !important;  padding: 4px 10px; color: var(--White, #FFF) !important; 
font-size: 11px; font-weight: 400; background: rgba(0, 0, 0, 0.50); border-radius: 100px; position: absolute; }
.swiper.main_banner > .swiper-pagination > span , .swiper-pagination > span { color: var(--White, #FFF) !important; }

@media (max-width: 1020px) {
    .pc_banner_wrap { display: none !important; }
    .mobile_banner_wrap { display: block; padding: 0 !important; margin-bottom: 20px; }
}





.main_view_box1, .main_view_box2,
.main_view_box3, .main_view_box4,
.main_view_box5, .main_view_box6,
.main_view_box7, .main_view_box8 {
	width: 100%;
}
.main_view_box8 {padding-bottom:50px;}

@media screen and (max-width: 769px) {
.main_view_box8 {padding-bottom:0px;}

}
.main_view_box1 .title,
.main_view_box2 .title,
.main_view_box3 .title,
.main_view_box4 .title,
.main_view_box5 .title,
.main_view_box6 .title  {
	color: var(--Dark, #212121);
	font-family: "Noto Sans KR";
	font-size: 27px;
	font-weight: 700;
	line-height: 36px; /* 133.333% */
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.cate_go_box {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.cate_go {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	border-radius: 12px;
	border: 1px solid var(--Grey_D, #DDD);
	width: calc(100% / 4);
}
.cate_go > img {
	margin-right: 12px;
    width: 64px;
}
.cate_go_exp {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.cate_go_exp .name {
	color: var(--Dark, #212121);
	font-size: 20px;
	font-weight: 800;
}
.cate_go_exp .comment {
	color: var(--Grey_6, #666);
	
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.hot_content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.hot_content_list1, .hot_content_sub1,
.hot_content_sub2 {
	width: calc(100% / 3);
}
.hot_content_list1 ,
.hot_content_sub1 .hot_content_list ,
.hot_content_sub2 .hot_content_list {
	border-radius: 8px;
	aspect-ratio: 1/1;
}
.hot_content_list1 {
	background: #fddbdb;
    cursor: pointer;
}
.hot_content_sub1 {
	display: flex;
	gap: 20px;
}
.hot_content_sub1 .hot_content_list {
	width: calc(50% - 10px);
	background: #fddbdb;
    cursor: pointer;
}
.hot_content_sub2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.hot_content_sub2 .hot_content_list {
	background: #fddbdb;
    cursor: pointer;
	width: calc(50% - 10px);
}

.m_hot_con {
	display: none !important;
}





.m_advert1 {
	display: none;
}
.m_advert1 > p > br {
	display: none;
}
.m_advert1_img {
	display: none;
}
.advert {
	width: 100%;
	border-radius: 12px;
	background: #753dff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
}
.advert .text1 {
	color: #fff;

	font-size: 32px;
	font-weight: 800;
	line-height: 42px; /* 131.25% */
}
.advert .text1 span{color:#fde669; }

.advert .text2 {
	color: #fff;

	font-size: 16px;
	font-weight: 400; opacity:0.7;
}
.advert a {
	border-radius: 100px;
	background: #8a54ff;
	padding: 14px 40px;
	color: var(--White, #FFF);
	font-size: 18px;
	font-weight: 800;
}

.main_view_box3 .title_box .title > img,
.main_view_box4 .title_box .title > img {
	margin-left: 20px;
}
.main_view_box3 > .title_box,
.main_view_box4 > .title_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_m_box {
	display: none;
}


.main_view_box3 > .title_box .sub_title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 40px;
	border-radius: 100px;
	background: var(--Primary, #FF820F);
	padding: 8px 24px;

	color: var(--Dark, #212121);
	font-size: 20px;
	font-weight: 800;
	line-height: 28px; /* 140% */
	position: relative;

	margin-right: 20px;
}
.main_view_box4 > .title_box .sub_title {
	margin-bottom: 40px;
	border-radius: 100px;
	border: 1px solid var(--Grey_C, #CCC);
	background: var(--White, #FFF);
	padding: 8px 24px;

	color: var(--Dark, #212121);
	font-size: 20px;
	font-weight: 800;
	line-height: 28px; /* 140% */
	
	margin-right: 20px;
}
.main_view_box3 {
	position: relative;
}


/* .swiper-grid-column>.swiper-wrapper {
	flex-direction: unset !important;
	width: 100% !important;
	flex-wrap: unset !important;
} */
.mvb3_slide {
	/* width: calc((100% / 4) - 15px) !important; */
	margin-top: 0 !important;
	width: 100% !important;
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
	
}

.mvb3_list001 {
	cursor: pointer;
	overflow: hidden;
}

.categorylist_wrap {
	cursor: pointer;
	overflow: hidden;
    width: calc(20% - 16px);
}
.mvb3_slide:nth-of-type(1) {
	/* margin-bottom: 32px; */
}
.mvb3_slide_back {
	aspect-ratio: 1/1;
	border-radius: 8px;
	object-fit:cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease-in-out;;
}
.mvb3_list001:hover .mvb3_slide_back {
	position: relative;
	transform: scale(1.1);
	z-index: 1;
}

.categorylist_wrap_img {
	aspect-ratio: 1/1;
	border-radius: 8px;
	max-width: 100%;
	object-fit:cover;
	overflow: hidden;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.categorylist_wrap:hover .categorylist_wrap_img {
	position: relative;
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;;
	z-index: 1;
}


.section_1 {
	border-radius: 100px;
	background: var(--Primary, #fdc1c4);
	padding: 6px 8px 6px 29px;

	color: var(--Dark, #212121);
	font-size: 10px;
	font-weight: 800;
	line-height: 15px; /* 140% */
	position: relative;

	background-image: url(../z_images/icon/adopt_01.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	width: 78px;
}
.section_2 {
	border-radius: 100px;
	background: var(--Primary, #a9f5c0);
	padding: 6px 8px 6px 29px;

	color: var(--Dark, #212121);
	font-size: 10px;
	font-weight: 800;
	line-height: 15px; /* 140% */
	position: relative;

	background-image: url(../z_images/icon/adopt_03.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	width: 78px;
}

.section_3 {
	border-radius: 100px;
	background: var(--Primary, #a9def5);
	padding: 6px 8px 6px 29px;

	color: var(--Dark, #212121);
	font-size: 10px;
	font-weight: 800;
	line-height: 15px; /* 140% */
	position: relative;

	background-image: url(../z_images/icon/adopt_02.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	width: 78px;
}

.section_4 {
	border-radius: 100px;
	background: var(--Primary, #fedda5);
	padding: 6px 8px 6px 35px;

	color: var(--Dark, #212121);
	font-size: 10px;
	font-weight: 800;
	line-height: 15px; /* 140% */
	position: relative;

	background-image: url(../z_images/icon/adopt_04.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 7px 3px;
	width: 78px;
}

.fincard {
    fill: grayscale(100%) !important;
    background-color: #ddd;
}
.mvb3_slide .comment_box {
	padding: 12px;
	display: flex;
	flex-direction: column;
	max-width: 305px;
	overflow: hidden;
	background-color: white;
	position: relative;
	z-index: 2;
}
.mvb3_slide .comment_box.sub {
    background: #F5F4F9;
}
.mvb3_slide .comment_box .title {
	color: var(--Dark, #212121);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin: 4px 0;
    height: 40px;

	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mvb3_slide .comment_box .sub_title {
	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px; /* 150% */
}
.mvb3_slide .comment_box .tag_box {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 4px 0 12px 0;
}
.mvb3_slide .comment_box .tag_box .tag {
	border-radius: 100px;
	background: var(--Grey_E, #EEE);
	padding: 4px 8px;
	color: var(--Grey_6, #666);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 16px; /* 133.333% */
}
.mvb3_slide .comment_box .tag_box .post_time {
	color: var(--Grey_6, #666);
	font-size: 12px;
	line-height: 16px; /* 133.333% */
}
.mvb3_slide .comment_box .post_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}
.mvb3_slide .comment_box .post_info p {
	color: var(--Grey_6, #666);
	font-size: 10px;
	line-height: 14px; /* 140% */
	display: flex;
	align-items: center;
}
.mvb3_slide .comment_box .post_info p img {
	margin-right: 4px;
}


.categorylist_wrap .comment_box {
	padding: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: white;
	position: relative;
	z-index: 2;
    width: 100%;
}
.categorylist_wrap .comment_box .title {
	color: var(--Dark, #212121);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin: 4px 0;

	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.categorylist_wrap .comment_box .sub_title {
	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 800;
	line-height: 24px; /* 150% */
}
.categorylist_wrap .comment_box .tag_box {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 4px 0 12px 0;
}
.categorylist_wrap .comment_box .tag_box .tag {
	border-radius: 100px;
	background: var(--Grey_E, #EEE);
	padding: 4px 8px;
	color: var(--Grey_6, #666);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 16px; /* 133.333% */
}
.categorylist_wrap .comment_box .tag_box .post_time {
	color: var(--Grey_6, #666);
	font-size: 12px;
	line-height: 16px; /* 133.333% */
}
.categorylist_wrap .comment_box .post_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}
.categorylist_wrap .comment_box .post_info p {
	color: var(--Grey_6, #666);
	font-size: 10px;
	line-height: 14px; /* 140% */
	display: flex;
	align-items: center;
}
.categorylist_wrap .comment_box .post_info p img {
	margin-right: 4px;
}


.go_free_animal {
	border-radius: 8px;
	border: 1px solid var(--Grey_C, #CCC);
	padding: 20px 40px;

	color: var(--Dark, #212121);
	text-align: center;
	line-height: normal;

	margin-top: 40px;
	margin-bottom: 60px;
	max-width: 400px;
	width: 100%;
	background-color: white;

	display: flex;
	align-items: center;
	justify-content: center;

}


.m_slide1, .m_slide2 {
	display: none !important;
}
.m_mvb3_slide{
	display: unset !important;
	max-width: 300px !important;
}
.m_mvb3_slide .mvb3_slide_back {
    aspect-ratio: 170/170;
    border-radius: 8px;
    max-width: 305px;
    object-fit: cover;
    overflow: hidden;
    background-size: cover !important;
}
.m_mvb3_slide .comment_box .title {
	color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 4px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_mvb3_slide .comment_box {
	padding: 12px;
    display: flex;
    flex-direction: column;
    max-width: 305px;
    overflow: hidden;
    background-color: white;
    position: relative;
    z-index: 2;
}
.m_mvb3_slide .comment_box .sub_title {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}
.m_mvb3_slide .comment_box .tag_box {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 4px 0 12px 0;
}
.m_mvb3_slide .comment_box .tag_box .tag {
    border-radius: 100px;
    background: var(--Grey_E, #EEE);
    padding: 4px 8px;
    color: var(--Grey_6, #666);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
}
.m_mvb3_slide .comment_box .post_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.m_mvb3_slide .comment_box .post_info p {
    color: var(--Grey_6, #666);
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.m_mvb3_slide .comment_box .post_info p img {
	margin-right: 4px;
}
.m_mvb3_slide .comment_box .tag_box .post_time {
    color: var(--Grey_6, #666);
    font-size: 12px;
    line-height: 16px;
}


.main_view2 {
	width: 100%;
	padding-top: 60px;
	background: #F5F4F9;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main_view_box4 {
	position: relative;
	max-width: 1280px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.swiper-next3 {
	top: 44%;
	right: -5%;
}
.swiper-prev3 {
	top: 44%;
	left: -5%;
}



.main_view1.bottom {
	padding-top: 60px;
	padding-bottom: 48px;
	margin: 0 auto;
}
.pet_cate_box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pet_cate1, .pet_cate2,
.pet_cate3, .pet_cate4 {
	padding: 24px;
	width: calc(100% / 4);
	border-radius: 8px;
	position: relative;
	height: 200px;
    cursor: pointer;
}
.pet_cate1 {
	background: #F9E000;
}
.pet_cate2 {
	background: #E0E1F9;
}
.pet_cate3 {
	background: #FFCED7;
}
.pet_cate4 {
	background: #C8EFFD;
}
.pet_cate_box .title {
	margin-bottom: 8px !important;
	color: var(--Dark, #212121);
	font-family: 'Jalnan';
	font-size: 24px;
	font-weight: 700;
	line-height: 30px; /* 125% */
}
.pet_cate_box .sub_title {
	color: var(--Dark, #212121);
	font-size: 16px;
	line-height: 24px; /* 150% */
}
.pet_cate_box img {
	position: absolute;
	bottom: 24px;
	right: 24px;
}




.zoo_market_box {
	height: 200px;
	border-radius: 8px;
	background: #EEE8F2;
	padding: 40px 80px;
	cursor: pointer;
	display: flex;
	width: 100%;
}
.zoo_market.m {
	display: none;
}
.zoo_market {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.zoo_market .title {
	color: #5840A3;
	font-family: 'Jalnan';
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 12px;
}
.zoo_market .sub_title {
	color: #8A71D8;
	font-size: 24px;
}
.zoo_market .sub_title > span {
	color: #8A71D8;
	font-size: 24px;
	font-weight: 900;
}
.zoo_market .market_sale {
	border-radius: 100px;
	background: #5840A3;
	padding: 8px 32px 2px 32px;

	color: var(--White, #FFF);
	font-family: 'Jalnan';
	font-size: 32px;
	font-weight: 700;
}
.zoo_market_con {
	display: flex;
	align-items: center;
}
.zoo_market_con > img {
	margin-left: 20px;
}


.pet_help_box {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.main_footer_banner_box {display: flex; justify-content: space-between; gap: 11px;}



.pet_help_sub_box,
.pet_help_sub_box2 {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.pet_help_sub_box.sec{
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.pet_help1, .pet_help2 {
	width: calc(100% / 2);
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
.pet_help1 {
	border: 1px solid var(--Grey_E, #EEE);
	background: var(--Input-BG, #F5F4F9);
	padding: 24px;
	height: 200px;
}
.pet_help1 .title {
	color: var(--Dark, #212121);
	font-family: 'Jalnan';
	font-size: 24px;
	font-weight: 700;
	line-height: 30px; /* 125% */
}
.pet_help1 .sub_title {
	color: var(--Dark, #212121);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.pet_help1.second {
	background: url(../z_images/zoo_img/pet-help-sc-back.png) no-repeat center center;
	background-size: cover;
}
.pet_help1.second .title,
.pet_help1.second .sub_title {
	color: white;
}
.pet_help1.second .title {
	display: flex;
	justify-content: space-between;
}
.pet_help1.second .title > span {
	border-radius: 100px;
	border: 1px solid var(--Grey_9, #999);
	padding: 4px 12px;
	color: var(--White, #FFF);
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px; /* 133.333% */
}
.pet_help1 img {
	position: absolute;
	bottom: 24px;
	right: 24px;
}
.pet_help2 img {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.pet_help_sub_box.sec > .title {
	color: var(--Dark, #212121);
	font-family: "Noto Sans KR";
	font-size: 27px;
	font-weight: 700;
	line-height: 36px; /* 133.333% */
}
.pet_help_sub_box2 .title {
	color: var(--Dark, #212121);
	font-family: 'Jalnan';
	font-size: 20px;
	font-weight: 700;
}
.pet_help_sub_box2 .sub_title {
	color: var(--Dark, #212121);
	line-height: 24px; /* 171.429% */
}
.pet_help2 {
	padding: 20px;
	height: 152px;
	border: 1px solid var(--Grey_D, #DDD);
	background: var(--White, #FFF);
}
.pet_help2 .phl {
	bottom: 20px;
	left: 20px;
}
.phl.m {
	display: none;
}
.main_footer_banner_box {display: flex; justify-content: space-between; gap: 16px;}
.main_footer_banner1, .main_footer_banner2, .main_footer_banner3, .main_footer_banner4 {width: calc(100% / 2); border-radius: 8px; position: relative;cursor: pointer;}
.main_footer_banner1 {background: var(--Input-BG, #ffe13c); padding: 24px; height: 200px; }
.main_footer_banner1 .title { color: var(--Dark, #212121); font-family: 'Jalnan'; font-size: 24px; font-weight: 700; line-height: 30px; }
.main_footer_banner1 .sub_title { color: var(--Dark, #212121); font-size: 16px; font-weight: 400; line-height: 24px; }
.main_footer_banner1 img { position: absolute; bottom: 0px; right: 0px; }

.main_footer_banner2 {background: var(--Input-BG, #7231ff); padding: 24px; height: 200px; }
.main_footer_banner2 .title, .main_footer_banner4 .title { color: #fff; font-family: 'Jalnan'; font-size: 24px; font-weight: 700; line-height: 30px; }
.main_footer_banner2 .sub_title, .main_footer_banner4 .sub_title { color: #fff; font-size: 16px; font-weight: 400; line-height: 24px; }
.main_footer_banner2 img { position: absolute; bottom: 0px; right: 0px; }

.main_footer_banner3 {background: var(--Input-BG, #e6e6e6); padding: 24px; height: 200px; }
.main_footer_banner3 .title { color: var(--Dark, #212121); font-family: 'Jalnan'; font-size: 24px; font-weight: 700; line-height: 30px; }
.main_footer_banner3 .title span{color:#ae5301; font-family: 'Jalnan';}
.main_footer_banner3 .sub_title { color: var(--Dark, #212121); font-size: 16px; font-weight: 400; line-height: 24px; }
.main_footer_banner3 img { position: absolute; bottom: 0px; right: 0px; width: 100%;}

.main_footer_banner4 {background: var(--Input-BG, #3a9a67); padding: 24px; height: 200px; }
.main_footer_banner4 img { position: absolute; bottom: 0px; right: 0px; }


@media (max-width: 1024px) {
    .main_footer_banner_box {flex-wrap: wrap;}
    .main_footer_banner1, .main_footer_banner2, .main_footer_banner3, .main_footer_banner4 { width: calc(50% - 8px); margin-bottom: 16px; height: 160px; }
	.main_footer_banner3, .main_footer_banner4 { margin-bottom: 0;}
	.main_footer_banner1 img {width:38%;}
	.main_footer_banner2 img {width:40%;}
	.main_footer_banner3 img {width:60%;}
	.main_footer_banner4 img {width:25%;}
	
}


@media (max-width: 450px) {
	.main_footer_banner_box {gap: 8px;}
    .main_footer_banner1, .main_footer_banner2, .main_footer_banner3, .main_footer_banner4 { padding: 20px 12px; height: 140px; margin-bottom: 0; width: calc(50% - 4px);}
	.main_footer_banner_box .title {font-size: 18px; line-height: 20px;}
	.main_footer_banner_box .sub_title {font-size: 13px;}
	.main_footer_banner1 img {width:60%;}
	.main_footer_banner2 img {width:60%;}
	.main_footer_banner3 img {width:100%;}
	.main_footer_banner4 img {width:38%;}
}


.advert2 {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 80px;
	border-radius: 12px;
	background: var(--Orange_light, #FFD8AA);
	height: 120px;
}

.advert2 .title {
	color: var(--Orange, #FF7C32);
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -0.64px;
}
.advert2 .title > span {
	color: var(--Dark, #212121);
	font-weight: 800;
}

.rightPopbackground {
    position: fixed; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.50);
    width: 100%; height: 100%; z-index: 1000;
}
.rightPopArea {
    position: fixed; right: 0; top: 0; display: flex; align-items: flex-end; 
    width: 390px; height: 100%; z-index: 1001; flex-direction: column;
}
.rightPopArea > div {
    width: 390px; min-height:100%; background-color: #fff; display: flex; flex-direction: column;
}
.rightPop_header {
    padding: 20px; border-bottom: 1px solid #DDD; position: relative;
    display: flex; align-items: center; justify-content: space-between;
}
.rightPop_header > div.titlesarea {
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.rightPop_header > div.titlesarea > span.titles {
    font-size: 16px; font-weight: 700;
}
.rightPop_header > div.infotitle {
    display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px;
}
.rightPop_header > div.infotitle p {
    color: #666; font-size: 12px;
}
.rightPop_header > div.infotitle >  p:nth-child(1) {
    font-size: 16px; color: #212121; font-weight: 800;
}

.rightPop_header > button.closebt {
    position: absolute; right: 0; top: 0; width: 64px; height: 100%; 
}
.chatting_list_area {
    padding: 20px; display: flex; flex: 1 auto; flex-direction: column; overflow: auto;
}
.savewrite_list_area {
    padding: 20px; display: flex; flex: 1 auto; flex-direction: column; overflow: auto; gap: 12px;
}

.chatting_list_area > div.chat_list {
    border-bottom: 1px solid #EEE; padding: 20px 0px; 
    display: flex; align-items: center; justify-content: space-between;
    cursor: pointer;
}

.chatting_list_area > div.chat_list > div:nth-child(1) {
    width: 36px; height: 36px; background-color: #fff; border: 1px solid #EEEEEE;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.chatting_list_area > div.chat_list > div:nth-child(2) {
    width: calc(100% - 84px); display: flex; align-content: center; justify-content: center; flex-direction: column; gap: 4px;
}
.chatting_list_area > div.chat_list > div:nth-child(2) > div {
    display: flex; align-items: center; justify-content: flex-start; flex-direction: row;
    padding: 0px 20px 0px 8px; gap: 8px;
}
.chatting_list_area > div.chat_list > div:nth-child(2) > div > span.dots {
    display: inline-block; width: 8px; height: 8px; background-color: #FF820F; border-radius: 50%;
}
.chatting_list_area > div.chat_list > div:nth-child(3) {
    width: 48px; height: 48px; background-position: center; background-size: cover; border-radius: 4px;
}
.savewrite_list_area > div.savewrite_list {
    border-radius: 12px; border: 1px solid #DDD;
    display: flex; flex-direction: column;
    padding: 20px;
    justify-content: center; align-items: center;
    gap: 12px;
    cursor: pointer; 
}
.savewrite_list_area > div.savewrite_list.on {
    border: 1px solid #FF820F;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(1) {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(1) > span:nth-child(1) {
    font-size: 14px; font-weight: 800;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(1) > span:nth-child(2) {
    color: #666; font-size: 10px;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(2) {
    font-size: 14px; line-height: 20px; display: flex; align-items: center; justify-content: center;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(2) > p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(2) > .comment {
    width: calc(100% - 62px);
}
.savewrite_list_area > div.savewrite_list > div:nth-child(2) > div:nth-child(1) {
    font-size: 14px; line-height: 20px;
}
.savewrite_list_area > div.savewrite_list > div:nth-child(2) > div:nth-child(2) {
    width: 100px; font-weight: 800;
}
.rigthPopbottombutton {
    width: 100%;
}
.rigthPopbottombutton > button {
    height: 56px; background-color: #ccc; width: 100%;
    color: #FFF; font-size: 16px; font-weight: 800;
    pointer-events: none;
}
.rigthPopbottombutton > .pop_import_btn.on {
    background-color: #FF820F;
    pointer-events: unset;
}
.rightPop_payinfo {
    padding: 20px; border-top: 1px solid #ddd;
    display: flex; flex-direction: column; gap: 20px;
}
.rightPop_payinfo > div:nth-child(1) {
    display: flex; align-items: center; justify-content: space-between;
}
.rightPop_payinfo > div:nth-child(1) > div:nth-child(1) {
    display: flex; flex-direction: column; gap: 4px;
}
.rightPop_payinfo > div:nth-child(1) > div:nth-child(1) p {
    color: #666; font-size: 12px;
}
.rightPop_payinfo > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
    font-size: 16px; color: #212121; font-weight: 800;
}
.rightPop_payinfo > div:nth-child(1) > div:nth-child(2) {
    font-size: 16px; color: #212121; font-weight: 800;
}

.chatting_petinfo {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px; border-bottom: 1px solid #DDD;
}
.chatting_petinfo > div:nth-child(1) {
    width: 96px; height: 96px; border-radius: 8px;
    background-size: cover; background-position: center;
}
.chatting_petinfo > div:nth-child(2) {
    width: calc(100% - 116px); display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 8px;
}
.chatting_petinfo > div:nth-child(2) > div:nth-child(1) {
    font-size: 14px; 

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chatting_petinfo > div:nth-child(2) > div:nth-child(2) {
    color: #666; font-size: 10px; 
}
.chatting_petinfo > div:nth-child(2) > div:nth-child(3) {
    display: flex; align-items: center; justify-content: flex-start; color: #666; font-size: 10px; gap: 8px;
}

.chat_dateinfo {
    color:#666; text-align: center; font-size: 12px; font-weight: 400; margin-top: 20px;
}
.chatcontent {
    margin-top: 20px;
}
.chatcontent.left {
    display: flex; align-items: flex-start; justify-content: center; flex-direction: column;
}
.chatcontent > div.chatprofile {
    display: flex; align-items: center; justify-content: flex-start; gap: 4px;
}
.chatcontent > div.chatprofile > div:nth-child(1) {
    width: 36px; height: 36px; background-color: #fff; border: 1px solid #EEEEEE;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;    
}
.chatcontent > div.chatprofile > div:nth-child(2) {
    display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 4px;
}
.chatcontent > div.chatprofile > div:nth-child(2) > div:nth-child(1) {
    color: #212121; font-size: 12px; font-weight: 800;
}
.chatcontent > div.chatprofile > div:nth-child(2) > div:nth-child(2) {
    color: #999; font-size: 10px; font-weight: 400;
}

.chatcontent > div.chat_comment {
    margin-left: 15px; position: relative; background-color: #fff; margin-top: 8px;
    width: 220px; border-radius: 0px 12px 12px 12px; padding: 13px;
}
.chatcontent > div.chat_comment > div.chat_arrow {
    position: absolute; left: -15px; top: 0px; 
}
.chatcontent > div.chat_comment > div {
    color: #212121; font-size: 12px; line-height: 16px;
}
.chatcontent > div.chat_comment > div img {
    width: 100% !important; 
}

.chatcontent.right {
    display: flex; align-items: flex-end; justify-content: center; flex-direction: column;
}
.chat_view_time {
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.chat_view_time > span {
    color: #999; font-size: 9px; 
}
.chat_view_time > span.viewtypes {
    color: #000;   
}

.chatcontent.right > div.chat_comment {
    margin-right: 15px; background-color: #FF820F; 
    border-radius: 12px 0px 12px 12px; 
}
.chatcontent.right > div.chat_comment > div.chat_arrow {
    text-align: right; right: -15px;
}
.chatcontent.right > div.chat_comment > div {
    color: #fff;
}

.chat_input_area {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 10px; 
}
.chat_input_area > div {
    position: relative; width: calc(100% - 52px);
    border: 1px solid #CCC; border-radius: 40px;
}
.chat_input_area > div > input {
    border: 0px solid red; width: 100%; height: 42px;
    padding-left: 45px; padding-right: 10px; border-radius: 40px;
}
.chat_input_area > div > button {
    position: absolute; left: 12px; top: 10px;
}
.chat_input_area > button {
    width: 44px; height: 44px; border: 1px solid #CCC; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.nomalpagearea {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.nomalpagearea.write_community2 {
    max-width: 600px;
    width: 100% !important;
}
.normalpagebuttons {
    display: flex; align-items: center; justify-content: center; 
    border-top: 1px solid #CCC; gap: 20px; width: 100%; height: 96px;
}
.normalpagebuttons > div {
    width: 220px;
}
.nomalpagetitle {
    text-align: center; font-size: 27px; font-weight: 700; margin-top: 40px;
}
.nomalbuttontitle {
    text-align: center; font-size: 20px; font-weight: 700; margin-top: 40px;
}
.left_normaltitle {
    text-align: left; font-size: 20px; font-weight: 800; margin-top: 40px;
}
.writebuttonarea {
    margin-top: 40px;
    display: flex; align-items: flex-start; justify-content: center; gap: 12px;
}
.writebuttonarea > div.writebuttons {
    width: calc(50% - 6px); border: 1px solid #DDD; border-radius: 8px; padding: 20px;
    cursor: pointer;
}
.writebuttonarea > div.writebuttons.open {
    border: 1px solid #FF820F; 
}
.writebuttonarea > div.writebuttons.nodouble {
    width: calc(100% - 0px); border: 1px solid #DDD; border-radius: 8px; padding: 20px; cursor: pointer;
}
.writebuttonarea > div.writebuttons > div:nth-child(1) {
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid #eee; padding: 0px 0px 12px; 
}
.writebuttonarea > div.writebuttons.nodouble > div:nth-child(1) {
    border-bottom: 0px solid #eee; padding: 0px 0px 0px;
}
.writebuttonarea > div.writebuttons > div:nth-child(1) > div:nth-child(1) {
    display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 4px;
}
.writebuttonarea > div.writebuttons > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
    font-size: 20px; font-weight: 800;
}
.writebuttonarea > div.writebuttons > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) {
    color: #666; font-size: 14px; font-weight: 400;
}
.writebuttonarea > div.writebuttons > div:nth-child(1) > div:nth-child(2) {
    width: 64px; height: 64px; overflow: hidden; display: flex; align-items: center; justify-content: center;
}

.writebuttonarea > div.writebuttons > div:nth-child(2) >  div:nth-child(1) {
    display: flex; align-items: center; justify-content: flex-start; margin-top: 12;
    font-size: 14px; background-image: url('../z_images/icon/chevron-down.png');
    background-repeat: no-repeat; background-position: right center;
    cursor: pointer;
}
.writebuttonarea > div.writebuttons > div:nth-child(2) >  div:nth-child(2) {
    display: none; font-size: 14px; line-height: 20px; margin-top: 12px;
}
.writebuttonarea > div.writebuttons > div:nth-child(2) >  div:nth-child(2) > span {
    display: inline-block; width: 4px; height: 4px; background-color: #000; border-radius: 50%; margin: 0px 6px 1px;
}

.writebuttonarea > div.writebuttons.open > div:nth-child(2) >  div:nth-child(1) {
    background-image: url('../z_images/icon/chevron-up.png');
}
.writebuttonarea > div.writebuttons.open > div:nth-child(2) >  div:nth-child(2) {
    display: block; 
}

.writebuttonetc {
    display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px;
}
.writebuttonetc > div {
    width: 200px;
}

.animaltypeSelecter {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.typeSelecter {
    display: flex; align-items: center; justify-content: flex-start; gap: 8px;
}
div.selecterpop{
    height: 64px; position: relative;
    border-radius: 100px;
    background: #F1F1F1; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: #FF820F; font-size: 16px; font-weight: 800;
    max-width: 360px;
    width: 100%; 
}
div.selecterpop > p {
    color: #FF820F;
}
div.selecterpop.active{
    background: #FF820F;
    color: #ffffff; 
}
div.selecterpop.active > p {
    color: #ffffff;
}
.typeSelecter > div.selecterpop {
    width: 100%;
    max-width: 200px;
}
.write_selecterpop_text {
    color: #FF820F;
    width: 100%;
    padding-right: 20px;
    text-align: center;
}
div.selecterpop > svg {
    position: absolute; right: 20px;
}
div.selecterbutton{
    color: var(--Grey_6, #999);
    border-radius: 100px; height: 64px; font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    background: #F1F1F1; cursor: pointer;
    max-width: 200px;
    width: 100%;
}
.animaltypeSelecter > div:nth-child(3){
    width: calc(100% - 560px);
}

.write_image_list {
    display: flex; align-items: center; justify-content: flex-start; gap: 10px;
}
.write_image_list > button,
.write_image_list > div {
    display: flex; align-items: center; justify-content: center; 
    position: relative; width: 140px; height: 140px;
    background-repeat: no-repeat; background-size: cover; border-radius: 4px;
    overflow: hidden; background-position: center;
}
.write_image_list > div > button {
    background-color: rgba(0,0,0,0);
    position: absolute; right: 0; top: 0;
}
.write_image_list > button {
    flex-direction: column; gap: 8px; background-color: #F5F5F5;
}
.write_image_list > button > p {
    color: #999; font-size: 12px;
}

.agreepop {
    position: fixed; display: flex; align-items: flex-end; justify-content: center; width: 100%; height: 100%;
    z-index: 1001; top: 0; left: 0;
}
.agreepop > div {
    width: 1280px; padding: 20px; background-color: #fff; border-radius: 20px 20px 0px 0px;
}
.agreepop > div > div:nth-child(1) {
    text-align: right;
}
.agreepop > div > div:nth-child(2) {
    margin-top: 20px; font-size: 24px; font-weight: 800;
}
.agreepop > div > div:nth-child(3) {
    margin-top: 20px; padding: 20px; width: 100%; height: 300px; overflow: auto; background-color: #F1F1F1;
    font-size: 14px; font-weight: 400; line-height: 24px;
}
.agreepop > div > div:nth-child(3) > p.comment_titles {
    font-size: 16px; font-weight: 800;
}
.agreepop > div > div:nth-child(4) {
    width: 120px; margin: 20px auto 0;
}


.post_upload_back {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post_upload_type_box {
    padding: 40px 0;
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.post_upload_type_box .sub_title {
    color: var(--Dark, #212121);
    font-family: "Noto Sans KR";
    font-size: 27px;
    font-weight: 700;
    line-height: 36px; /* 133.333% */
}

.post_upload_type {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}
.post_upload_type .type_box .line {
    width: 100%;
    height: 1px;
    background: #eee;
}
.post_upload_type .type_box {
    width: calc(50% - 6px);
    max-height: 147px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--Grey_D, #DDD);
    background: var(--White, #FFF);
    padding: 20px;
    gap: 12px;
    cursor: pointer;
}
.post_upload_type .type_box.on {
    max-height: unset;
    border: 1px solid var(--Primary, #FF820F);
}
.post_upload_type .type_box .title_box,
.post_upload_type .type_box .type_more .more_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_upload_type .type_box .title_box {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.post_upload_type .type_box.community .title_box {
    border: none;
    padding: 0;
}
.post_upload_type .type_box .type_more .more_title_box {
    background: url(../z_images/zoo_img/down_arrow_gray.svg) no-repeat center right;
}
.post_upload_type .type_box .type_more .more_title_box.on {
    background: url(../z_images/zoo_img/up_arrow_gray.svg) no-repeat center right;
}
.post_upload_type .type_box .title_box .step {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.post_upload_type .type_box .title_box .step_img {
    width: 60px;
    height: 60px;
}
.post_upload_type .type_box .title_box .step p {
    color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
}
.post_upload_type .type_box .title_box .step span {
    color: var(--Grey_6, #666);
    font-size: 14px;
    line-height: 20px; /* 142.857% */
}
.post_upload_type .type_box .type_more .more_title_box .more_text {
    color: var(--Dark, #212121);
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    cursor: pointer;
}

.post_upload_type .type_box .more_comment {
    display: none;
    color: var(--Dark, #212121);
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.post_upload_type .type_box .more_comment.on {
    display: block;
}

.post_upload_type .type_box.community {
    width: 100%;
}

.post_upload_type_box .fast_post {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
.post_upload_type_box .fast_post p {
    color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
	
}

.nomalpagearea .fast_post { background: #f1f1f1; border-radius: 12px; padding:30px; margin: 40px 0; }
.nomalpagearea .fast_post .left_normaltitle {margin-top:0 !important; padding-bottom:10px;}
@media screen and (max-width: 768px) {
.nomalpagearea .fast_post { padding: 20px 16px; margin: 20px 0; }
}

.nomalpagearea .fast_post span {color:#999;}
.post_upload_type_box .fast_post .btn_box , .nomalpagearea .fast_post .btn_box  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.post_upload_type_box .fast_post .btn_box .import, .nomalpagearea .fast_post .btn_box .import,
.post_upload_type_box .fast_post .btn_box .re_post,  .nomalpagearea .fast_post .btn_box .re_post {
    border-radius: 100px;
    border: 1px solid var(--Dark, #212121);
    background: var(--White, #FFF);
    display: flex;
    max-width: 200px;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;

    color: var(--Dark, #212121);
    font-family: "NanumSquare Neo";
    font-size: 16px;
    font-weight: 600;
    line-height: 23px; /* 150% */
}
.post_upload_type_box .fast_post .btn_box .re_post , .nomalpagearea .fast_post .btn_box .re_post {
    background: var(--Dark, #212121);
    border: none;
    color: white;
}





.write_safe_status .write_safe_status_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.write_safe_status .write_safe_status_btn .status_title {
    color: var(--Grey_6, #666);
    font-size: 12px;
    font-style: normal;
    line-height: 16px; /* 133.333% */
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}
.write_safe_status .normalradioarea2 {
    flex-wrap: unset;
    gap: 8px;
    width: 100%;
}
.nomalpagearea .safe_free_check_box {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    border-radius: 4px;
    border: 1px solid var(--Grey_D, #DDD);
    margin-top: 8px;
    margin-bottom: 40px;

    color: var(--Dark, #212121);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.nomalpagearea .safe_free_check_box .input_box {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    line-height: 16px;
    width: 100%;
}
.nomalpagearea .safe_free_check_box .input_box input {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.nomalpagearea .safe_free_check_box .input_box input:checked {
    background: url(../z_images/zoo_img/checked_black.svg) no-repeat center center;
    border: none;
}
.nomalpagearea .safe_free_check_box .input_box > label {
    width: 90%;
}
.nomalpagearea .safe_free_pay_box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--Grey_D, #DDD);
}
.nomalpagearea .safe_free_pay_box .pay_title {
    color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
    margin-bottom: 20px;
}
.nomalpagearea .safe_free_pay_box .service {
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 16px;
    line-height: 24px; /* 150% */
    padding-bottom: 12px;
}
.nomalpagearea .safe_free_pay_box .service p {
    color: var(--Grey_6, #666);
}
.nomalpagearea .safe_free_pay_box .service span {
    color: #212121;
}
.nomalpagearea .safe_free_pay_box .service b {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
}
.nomalpagearea .safe_free_pay_box .sub_title {
    color: var(--Grey_6, #666);
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    text-align: right;
}
.nomalpagearea .safe_free_pay_box .sub_title b {
    color: var(--Dark, #212121);
}
.normalradioarea2 .room_other {
    border-radius: 100px;
    border: 1px solid var(--Grey_D, #DDD);
    background: var(--White, #FFF);

    max-width: 340px;
    width: 100%;
    height: 64px;
    padding: 0px 20px;
    font-size: 16px;
}
.normalradioarea2 .room_other.income,
.normalradioarea2 .room_other.incone::placeholder {
    text-align: right;
}
.normalradioarea2 .room_other::placeholder {
    color: var(--Grey_9, #999);
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.normalradioarea2 > .sub_text {
    color: var(--Dark, #212121);
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.community_help_box {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.community_help_box p {
    color: var(--Dark, #212121);
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.community_help_box button {
    border-radius: 100px;
    background: var(--Dark, #212121);
    display: flex;
    width: 160px;
    height: 44px;
    justify-content: center;
    align-items: center;
    margin: 12px 0;

    color: var(--White, #FFF);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.post_add_content {
    margin-top: 8px;
    position: relative;
    width: 36px;
}
.post_add_content > .add,
.post_remove_vote > .remove,
.post_remove_img > .remove {
    cursor: pointer;
}
.post_add_content .content_selecter {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 20px;
    border: 1px solid var(--Grey_D, #DDD);
    background: var(--White, #FFF);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);

    position: absolute;
    top: 0;
    left: 36px;
}
.post_add_content .content_selecter.on {
    display: flex !important;
}
.post_add_content .content_selecter > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--Dark, #212121);
    line-height: 20px; /* 142.857% */
    cursor: pointer;
}
.post_add_content .content_selecter > div:hover {
    scale: 1.1;
    transition: .2s;
}
.post_remove_vote {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    margin-top: 58px;
}
.post_remove_vote.on,
.post_remove_img.on  {
    display: flex !important;
}
.content_vote_subject {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */

    border-radius: 4px;
    border: 1px solid var(--Dark, #212121);
    background: var(--White, #FFF);
    width: 100%;

    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 20px;
    background: url(../z_images/zoo_img/right-666.svg) no-repeat center right 20px;
}
.write_image_list.community {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
}
.write_image_list.community div {
    max-height: 90px;
}
.post_remove_img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 58px;
}
.post_community_guide {
    margin-top: 8px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 4px;
    background: var(--Grey_F1, #F1F1F1);
}
.post_community_guide > .title {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
}
.guide_comment > .title {
    color: var(--Dark, #212121);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}
.guide_comment > .comment {
    padding-left: 5px;
    color: var(--Dark, #212121);
    line-height: 20px;
}
.vote_input {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid var(--Grey_D, #DDD);
    background: var(--White, #FFF);
    padding: 0 12px;
}




.near_pet_service_map_box {
    display: flex;
    max-width: 1280px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
}
.near_pet_service_map_box > div:nth-child(2) > img {
    width: 100%;
}
.near_pet_service_map_box > .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.near_pet_service_map_box > .title_box > input {
    max-width: 640px;
    width: 100%;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Grey_D, #DDD);
    background: var(--White, #FFF);
    height: 44px;
    padding: 0px 36px 0 12px;
    background: url(../z_images/zoo_img/search_map.svg) no-repeat center right 12px;
}
.parcel_post_box.place.near > .sch_list_title {
    font-size: 16px;
    border: none;
}
.parcel_post_box.place.near > .parcel_post_view_sub {
    flex-wrap: wrap;
    padding: 0;
}
.parcel_post_box.place.near > .parcel_post_view_sub > .parcel_post_view {
    width: calc((100% / 6) - 10px);
}
.parcel_post_box.place.near {
    padding-bottom: 0;
}
.categorytab.search_tab.smart > div.tabarea > div.tab_button.near {
    justify-content: center;
}
.categorytab.search_tab.smart > div.tabarea > div.tab_button.near > a {
    min-width: 120px;
}
.categorytab.search_tab.smart > div.tabarea > div.tab_button.near > div {
    max-width: 340px;
    width: 100%;
    border-bottom: 2px solid #eee;
    height: 56px;
}
.cate_banner_top {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: "Noto Sans KR";
    font-size: 48px;
    font-weight: 700;
    
}
.cate_banner_top.near {
    background: #F0E8FB;
    color: #814BC5;
}
/*
.cate_banner_top.pet_help {
    background: #FFE7E5;
    color: #D83963;
}*/

.cate_banner_top.pet_help {
    background: #958786;
    color: #fff;
}
.cate_banner_top.zoo_market {
    background: #FFF3D0;
    color: #A57E0A;
}
.cate_banner_top.eum_membership {
    background: #D2F4F8;
    color: #0FA0AF;
}
/*.cate_banner_top.AI {
    background: #FFEEBD;
    color: #F1A207;
}*/
.cate_banner_top.AI {
    background: #3a9b68;
    color: #fff;
}
/*.cate_banner_top.flea_market {
    background: #DFFFD2;
    color: #45C314;
} */

.cate_banner_top.flea_market {
    background: #5fbede;
    color: #fff;
}





.swiper.pet_service {
    width: 100%;
    height: 300px;
}
.swiper-pagination.pet_service {
    position: unset !important;
    padding: 12px 0 20px 0;
    height: 4px;
}
.swiper-pagination.pet_service > .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}
.swiper-pagination.pet_service .swiper-pagination-bullet-active {
    background: #212121;
}
.popup_contents > .popup_comment {
    line-height: 20px; /* 142.857% */
    padding-top: 20px;
    word-wrap: break-word;
}
.pet_service_info {
    display: flex;
    gap: 12px;
}
.pet_service_info > .info_back {
    display: flex;
    width: 104px;
    height: 104px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Grey_F1, #F1F1F1);
}
.pet_service_info > .info_text_box {
    display: flex;
    flex-direction: column;
}
.pet_service_info > .info_text_box > .info_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
    margin-bottom: 8px;
}
.pet_service_info > .info_text_box > .info_sub_title {
    display: flex;
    align-items: flex-start;
}
.pet_service_info > .info_text_box > .info_sub_title:nth-child(3) {
    margin: 4px 0;
}
.pet_service_info > .info_text_box > .info_sub_title p {
    width: 60px;
    color: var(--Grey_6, #666);
    line-height: 20px; /* 142.857% */
}
.pet_service_info > .info_text_box > .info_sub_title span {
    line-height: 20px; /* 142.857% */
    width: calc(100% - 60px);
}
.pet_service_info > .info_text_box > .info_sub_title a{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.popup_contents_area > .coupon_box {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 20px;
}
.popup_contents_area > .coupon_title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.popup_contents_area .coupon_title > .title {
    color: var(--Dark, #212121);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
}
.popup_contents_area .coupon_title > .sub_title {
    color: var(--Grey_6, #666);
    line-height: 20px; /* 142.857% */
}
.coupon_box > .coupon_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.coupon_box > .coupon_list > .coupon_obj {
    display: flex;
    align-items: center;
}
.coupon_box > .coupon_list > .coupon_obj > .coupon_back {
    background: var(--Grey_F1, #F1F1F1);
    width: 100%;
    height: 84px;
    padding: 8px;
}
.coupon_box > .coupon_list > .coupon_obj > .coupon_back > .coupon_line {
    border-radius: 12px;
    border: 1px solid var(--Grey_C, #CCC);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--Dark, #212121);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
}
.coupon_box > .coupon_list > .coupon_obj > .coupon_get {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary, #FF820F);
    width: 84px;
    height: 84px;
    cursor: pointer;
}
.inputRadiopop.img_upload_pop > div {
    max-width: 800px;
    width: 100%;
}
.inputRadiopop.img_upload_pop > div > .title_box {
    border: none;
}
.inputRadiopop.img_upload_pop > div > .title_box > .title {
    font-size: 24px;
}
.inputRadiopop.img_upload_pop > div > .content_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.inputRadiopop.img_upload_pop > div > .content_box > .img_box {
    display: flex;
    max-width: 800px;
    width: 100%;
    height: 600px;
    justify-content: center;
    align-items: center;
    background: var(--Black, #000);
    padding: 20px;
}
.inputRadiopop.img_upload_pop > div > .content_box > .img_box > img {
    max-width: 760px;
    max-height: 560px;
    width: 100%;
    object-fit: contain;
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box {
    display: flex;
    align-items: center;
    width: 100%;
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > img {
    margin-right: 40px;
    cursor: pointer;
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > button,
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > .btn_box.mobile > button {
    border: 1px solid var(--Grey_C, #CCC);
    max-width: 120px;
    width: 100%;
    height: 40px;
    font-weight: 800;
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > .btn1,
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > .btn_box.mobile > .btn1 {
    background: white;
    margin-right: 12px;
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > .btn2,
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .btn_box > .btn_box.mobile > .btn2 {
    background: var(--Grey_E, #EEE);
}
.inputRadiopop.img_upload_pop > div > .content_box > .sub_box > .upload {
    background: var(--Primary, #FF820F);
    max-width: 120px;
    width: 100%;
    height: 40px;
    color: var(--White, #FFF);
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}

.inputRadiopop.advert_plan > div {
    max-width: 800px;
    width: 100%;
    padding: 20px;
}
.inputRadiopop.advert_plan > div > .title_box {
    flex-direction: column;
    border: none;
    padding: 0;
    position: relative;
    padding: 20px;
}
.inputRadiopop.advert_plan > div > .title_box > img {
    align-self: flex-end;
    position: absolute;
    top: -5px;
    right: -5px;
}
.inputRadiopop.advert_plan > div > .title_box > .title {
    padding-bottom: 12px;
}
.inputRadiopop.advert_plan > div > .title_box > .title,
.inputRadiopop.advert_plan > div > .title_box > .sub_title {
    align-self: flex-start;
}
.inputRadiopop.advert_plan > div > .title_box > .sub_title {
    color: var(--Dark, #212121);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.inputRadiopop.advert_plan > div > .content_box {
    flex-direction: unset;
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: calc(100% / 4);
    border-right: 1px solid var(--Grey_D, #DDD);
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate > .title.set {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; /* 140% */
    text-align: center;
    width: 100%;
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate > span {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate > .chk {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FF820F;
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate > .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 52px;
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate > .title > br {
    display: none;
}
.inputRadiopop.advert_plan > div > .content_box > .plan_cate > .title > p {
    color: var(--Grey_6, #666);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.tabarea_post_text.m {
    display: none;
}


.wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.management-box .mt-12 {
    margin-top: 12px;
}

.management-box .mt-20 {
    margin-top: 20px;
}

.management-box .mt-40 {
    margin-top: 40px;
}

.management-box .mt-60 {
    margin-top: 60px;
}

.management-box .bold {
    font-weight: 800;
}

.management-box {
    width: 100%;
    max-width: 1280px;
}

.management-box>.title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.management-box>.title-box>.title {
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.management-box>.title-box>.more-box {
    display: none;
    /* display: flex; */
    width: 60px;
    align-items: center;
    justify-content: end;
    font-size: 14px;
}

.management-box>.title-box>.more-box img {
    width: 16px;
    height: 16px;
}

.management-box .guide-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.management-box .guide-box>.border-box {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--Grey_D, #DDD);
}

.management-box .guide-title {
    width: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
}

.management-box .next-icon {
    width: 36px;
    height: 36px;
}

.management-box .card-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 32px 0px;
}

.management-box .card-item>img {
    width: 48px;
    height: 48px;
}

.management-box .card-item>.message {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}

.management-box .table-box {
    width: 100%;
    overflow-x: auto;
}

.management-box .table-box table {
    width: 100%;
    min-width: 1280px;
}

.management-box .table-box thead {
    width: 100%;
    background-color: #F5F4F9;
}

.management-box .table-box table tr {
    display: flex;
    gap: 1px;
}

.management-box .table-box table thead td {
    display: flex;
    height: 44px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: 14px;
}

.management-box .table-box table tbody td {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    border-bottom: 1px solid #DDD;
    font-size: 14px;
}

.management-box .table-box table img {
    width: 96px;
    height: 96px;
}

.management-box .table-box .td-w-120 {
    width: 120px;
    flex-shrink: 0;
}

.management-box .table-box .td-w-200 {
    width: 200px;
    flex-shrink: 0;
}

.management-box .btn-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 10px;
    gap: 4px;
}

.management-box .tb-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 800;
    background-color: #FF820F;
    color: white;
    border-radius: 100px;
}

.management-box .tb-btn.green {
    background-color: #44CA42;
}

.management-box .tb-btn.grey {
    background-color: #999;
}

.management-box .tb-btn.blue {
    background-color: #0656CD;
}

.management-box .more-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.management-box .more-box>.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;

    padding: 20px 40px;

    border-radius: 8px;
    border: 1px solid #CCC;
}

.management-box .more-box>.btn>.title {
    font-size: 14px;
}

.management-box .more-box>.btn>img {
    width: 16px;
    height: 16px;
}



.contract-box {
    width: 800px;
}

.contract-box * {
    line-height: 1.4;
}

.contract-box .contract-box-header {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
}

.contract-box .contract-box-header>.title {
    font-size: 20px;
    font-weight: 800;
}

.contract-box .contract-box-header>.back-btn {
    width: 24px;
    height: 24px;
    /* background: url(""); */
}

.contract-box .line {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.contract-box .mt-8 {
    margin-top: 8px;
}

.contract-box .mt-12 {
    margin-top: 12px;
}

.contract-box .mt-20 {
    margin-top: 20px;
}

.contract-box .contents {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.contract-box>.contents .bold {
    font-weight: 800 !important;
}

.contract-box>.contents .font-14 {
    font-size: 14px !important;
}

.contract-box>.contents .font-16 {
    font-size: 16px !important;
}

.contract-box>.contents .lh-15 {
    line-height: 1.5;
}

.contract-box>.contents .color-grey {
    color: #666 !important;
}

.contract-box>.contents .mt-20 {
    margin-top: 20px;
}

.contract-box>.contents .border-box {
    border: 1px solid #DDD;
    padding: 20px;
}

.contract-box>.contents .border-box.blue {
    background-color: #F3F8FF;
}

.contract-box>.contents .border-box.green {
    background-color: #E9FFE9;
}

.contract-box .flex-box {
    display: flex;
    width: 100%;
    flex: 1;
}

.contract-box .flex-col-box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.contract-box .info-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0px;
    border-bottom: 1px solid #DDD;
}

.contract-box .info-item.border-top {
    border-top: 1px solid #DDD;
}

.contract-box .info-item>.title {
    width: 100px;
    color: #666666;
    font-size: 14px;
    flex-shrink: 0;
}

.contract-box .info-item>.info {
    font-size: 14px;
}

.contract-box .contractor-box {
    display: flex;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.contract-box .contractor-box>.title {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 8px;
    background: #F3F8FF;
}

.contract-box .contractor-box>.title.green {
    background: #E9FFE9;
}

.contract-box .contractor-box>.info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.contract-box .btn-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contract-box .btn-box>.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    line-height: 1;
    color: #212121;
    border-radius: 100px;
    border: 1px solid #212121;
    font-weight: 800;
}

.contract-box .btn-box>.btn.black {
    color: #FFF;
    background: #212121;
}



.renewal-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* ----------- renew1 ----------- */

.renewal-list-box {
    display: flex;
    width: 100%;
    max-width: 1000px;
    flex-direction: column;
    gap: 40px;
    padding: 100px 0px;
}

.renewal-list-box .renewal-title {
    color: #212121;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.renewal-list-box .renewal-contents {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.renewal-list-box .renewal-contents>.renew-item-box {
    display: flex;
    height: 280px;
    gap: 20px;

    border-radius: 20px;
    border: 1px solid #DDD;
    padding: 40px;
}

.renew-item-box>.info-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 20px;
}

.renew-item-box>.info-area>.title {
    color: #212121;
    font-size: 36px;
    font-weight: 800;
}

.renew-item-box>.info-area>.sub-title {
    color: #999;
    font-size: 24px;
    font-weight: 800;
}

.renew-item-box>.img-area {
    display: flex;
    justify-content: end;
    width: 500px;
    height: 100%;
    flex-shrink: 0;
}

.renew-item-box>.img-area>img {
    max-width: 100%;
    max-height: 100%;
}

.renew-item-box>.img-area>img.border {
    border-radius: 10px;
    border: 1px solid #DDD;
}

@media (max-width: 1000px) {
    .renewal-list-box {
        padding: 50px 20px 20px;
    }
    .renewal-list-box .renewal-title {
        font-size: 26px;
    }

    .renew-item-box>.info-area>.title {
        font-size: 24px;
    }

    .renew-item-box>.info-area>.sub-title {
        font-size: 18px;
    }

    .renewal-list-box .renewal-contents>.renew-item-box {
        height: auto;
        flex-direction: column;
    }

    .renew-item-box>.img-area {
        width: 100%;
        height: auto;
    }

    .renew-item-box>.img-area>img {
        max-height: 100%;
    }
}



/* ----------- renew2 ----------- */

.renewal-view-box {
    display: flex;
    width: 100%;
    max-width: 1260px;
    flex-direction: column;
    gap: 80px;
    padding: 40px 0px;
}

.renewal-view-box .renewal-view-title1 {
    color: #212121;
    font-size: 27px;
    font-weight: 700;
}

.renewal-view-box .renewal-view-title2 {
    color: #212121;
    font-size: 16px;
    font-weight: 800;
}

.renewal-view-box>.guide-4-box{
    display: flex;
    width: 100%;
    gap: 20px;
}
.renewal-view-box>.guide-4-box>.item-box{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 25%;
}
.renewal-view-box>.guide-4-box>.item-box>img{
    width: 100%;
}

.renewal-view-box>.guide-2-box{
    display: flex;
    width: 100%;
    gap: 20px;
}

.renewal-view-box>.guide-2-box>.item-box{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
}

@media (max-width: 1260px) {
    .renewal-view-box {
        display: flex;
        width: 100%;
        max-width: 1260px;
        flex-direction: column;
        gap: 80px;
        padding: 40px 20px;
    }

    .renewal-view-box>.guide-4-box{
        flex-wrap: wrap;
    }

    .renewal-view-box>.guide-4-box>.item-box{
        width: calc(50% - 10px);
    }

    .renewal-view-box>.guide-2-box{
        flex-wrap: wrap;
    }

    .renewal-view-box>.guide-2-box>.item-box{
        width: 100%;
    }
}

.categorymobiletitle {
    display: none;
}

.catemorebt {
    display: flex; align-items: center; justify-content: flex-end;
    padding: 10px; 
}
.catemorebt > button {
    background-color: #ddd;
    border-radius: 100px;
    display: flex; align-items: center; justify-content: center;
    padding: 5px 10px; font-size: 12px;
    gap: 5px; font-weight: 500;
}

.mobiledepth1_cate {
    display: flex; align-items: flex-start; justify-content: flex-start;
    width: 100%; padding: 10px; overflow: auto; gap: 10px; margin-top: 10px; border-bottom: 20px;
}
.mobiledepth1_cate::-webkit-scrollbar {
    display: none;
}
.mobiledepth1_cate > a {
    display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
    
}
.mobiledepth1_cate > a > div {
    border: 2px solid #f7f7f7; border-radius: 20px; width: 70px; height: 70px;
    display: flex; align-items: center; justify-content: center;
    background-color: #f7f7f7;
}

.mobiledepth1_cate > a:nth-child(1) > div,
.mobiledepth1_cate > a:nth-child(2) > div,
.mobiledepth1_cate > a.on > div {
    background-color: #fff;
}
.mobiledepth1_cate > a > div > img {
    width: 50px;
}
.mobiledepth1_cate > a > p {
    font-size: 12px;
}

.mobiledepth1_cate > a.on > div {
    border: 2px solid #FF820F; 
}
.mobiledepth1_cate > a.on > p {
    color: #FF820F; font-weight: 700;
}

.likeanimallSet {
    display: flex; align-items: flex-start;
}
.likeanimallSet > span {
    display: flex; width: 5px; height: 5px;
    background-color: #FF820F; margin-top: 3px; margin-left: 3px;
    border-radius: 50%;
}
.alertArea {
    position: absolute; left: -31px; top: 55px;
    width: 300px; z-index: 100; display: none;
}
.speech-bubble {
    width: 100%;
    height: 350px;
    overflow: auto;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: rgb(217, 217, 217) solid 1px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
    box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
}
.speech-bubble:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 15px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    left: 32px;
}

.speech-bubble:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 15px;
    border-color: #7F7F7F transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -15px;
    left: 32px;
}
.alramlist {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 5px; font-size: 12px; color: #000;
}
.viewon * {
    color: #999;
}

.membershipicon {
    font-size: 12px; background-color: #FF7C32;
    border-radius: 100px; padding: 4px 7px; color: #fff;
}
.alramlist > div:nth-child(1) {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 5px;
}
.alramlist > div:nth-child(1) > span:nth-child(1) {
    font-weight: 700;
}
.alramlist > div:nth-child(1) > span:nth-child(2) {
    font-size: 10px; display: flex; align-items: flex-start;
}
.alramlist > div:nth-child(1) > span:nth-child(2) > span {
    top: 0px; right: 0px; display: flex; margin-left: 2px;
    width: 5px; height: 5px; background-color: #FF820F; border-radius: 50%;
}

.alrampageArea {
    width: 540px; margin-top: 50px;
}
.alrampagetitme {
    font-weight: 700; font-size: 20px;
}
.alrampagetitme > span {
    font-size: 14px; color: #a8a8a8; font-weight: 200;
}
.alrampagelist > div {
    width: 100%; margin-top: 20px; padding: 20px; border-radius: 20px; cursor: pointer;
    background-color: #eeeeee; min-height: 140px;
    display: flex; align-items: center; justify-content: center;
}
.alrampagelist > div.on {
    background-color: #f9dcbd;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.alrampagelist > div > div:nth-child(1) {
    display: block; align-items: center; justify-content: center; background-size: cover; background-position: center;
    width: 100px; height: 100px; border-radius: 50%;
    background-color: #eee;
}
.alrampagelist > div > div:nth-child(2) {
    width: calc(100% - 120px); margin-left: 20px; margin-top: 20px;
}
.alrampagelist > div > div:nth-child(2) > div:nth-child(1) {
    background-color: #FF7C32; width: 80px; height: 20px; border-radius: 100px;
    display: flex; color: #fff; font-size: 11px;
    align-items: center; justify-content: center;
}
.alrampagelist > div > div:nth-child(2) > div:nth-child(2) {
    margin-top: 5px; font-weight: 700; font-size: 16px;
}

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
    width: 350px;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 -7px;
}

[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #FF7C32;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 1;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    color: red;
    width: auto;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-top-width: 16px;
    border-top-style: solid;
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover > div > [sign] {
    opacity: 1;
}

.alrampageviewbox {
    background-color: #f4b475;
    width: 100%; display: flex; align-items: center; justify-content: center;
    padding: 50px 0px; flex-direction: column; gap: 20px; color: #fff;
}
.alrampageviewbox > div:nth-child(1) {
    width: 130px; height: 130px; border-radius: 50%; background-color: #eee;
    background-size: cover; background-position: center; background-repeat: no-repeat;
}
.alrampageviewbox > div:nth-child(2), 
.alrampageviewbox > div:nth-child(2) * {
    color: #fff; font-size: 20px;
}
.alrampagetab {
    display: flex; align-items: center; justify-content: center; gap: 30px;
    margin-bottom: 40px;
}
.alrampagetab > button {
    font-size: 17px; font-weight: 700; color: #b6b6b6;
}
.alrampagetab > button.on {
    color: #000;
}
.alrampagetab > button > p {
    margin-top: 8px; width: 100%;
    background-color: #fff; height: 4px; border-radius: 10px;
}
.alrampagetab > button.on > p {
    background-color: #FF7C32; 
}
.alrampageselector > div {
    display: flex; align-items: flex-start;  gap: 30px; margin-bottom: 30px;
}
.alrampageselector > div > div:nth-child(1) {   
    margin-top: 7px;  font-size: 16px;
}
.alramsel {
    display: inline-block; align-items: center; justify-content: 'center'; width: auto; min-width: 30px; height: 30px;
    background-color: #FF7C32; text-align: center; line-height: 30px; font-weight: 700; color: #fff;
    border-radius: 100px; font-size: 12px; padding: 0px 10px;
}
.alramonoff {
    margin-top: 7px; display: flex; gap: 10px;
}
.alramonoff > div {
    position: relative; background-color: #ddd; height: 20px; width: 40px;
    border-radius: 100px;
}
.alramonoff > div.on {
    background-color: #FF7C32; 
}
.alramonoff > div > span {
    position: absolute; display: flex; width: 23px; height: 23px; background-color: #fff; border-radius: 50%;
    border: 1px solid #ddd; top: -1.5px; left: -1.5px;
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
}
.alramonoff > div.on > span {
    border: 1px solid #FF7C32; top: -1.5px; left: auto; right: -1.5px;
}
.alramonofftxt {
    margin-top: 10px; color: #666;
}
.alramonofftxt.on {
    color: #FF7C32;
}

.alramhistorytitle > b {
    color: #FF7C32;
}
.alramhistoryarea {
    margin-top: 50px; border-top: 2px solid #000;
}
.alramhistoryarea > div {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    display: flex; align-items: center; justify-content: space-between;
}
.alramhistoryarea > div > div:nth-child(1) {
    width: 120px;
}
.alramhistoryarea > div > div:nth-child(2) {
    width: calc(100% - 260px);
}
.alramhistoryarea > div > div:nth-child(3) {
    width: 120px; text-align: right;
}
.alramhistoryarea > div > div:nth-child(3) > button {
    color: #FF7C32;
}


.modal_layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10000;
}
.modal_layout_wrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.modal_knowMore_headerWrap {
    width: 100%;
    background-color: #2d3040;
    position: sticky;
    top: 0;
    z-index: 100;
}
.modal_knowMore_headerWrap > .modal_knowMore_header {
    /* width: 100%; */
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    height: 60px;
    position: relative;
}

.modal_knowMore_headerWrap > .modal_knowMore_header > .menu_icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}

.modal_knowMore_headerWrap
    > .modal_knowMore_header
    > .modal_knowMore_header_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
}

.modal_knowMore_headerWrap > .modal_knowMore_header > .close_icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.modal_knowMore_header_menu_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
    position: absolute;
    top: 55px;
    left: 0;
    border-radius: 10px;
    background-color: #2d3040;
    z-index: 100;
    opacity: 0;
    visibility: hidden; /* display ´ë½Å visibility »ç¿ë */
    transform: translateY(-10px); /* ½ÃÀÛ À§Ä¡¸¦ ¾à°£ À§·Î */
    transition: all 0.3s ease-in-out; /* ¸ðµç ¼Ó¼º¿¡ transition Àû¿ë */
}
.modal_knowMore_header_menu_wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* ¿ø·¡ À§Ä¡·Î */
}

.modal_knowMore_header_menu_wrap > .modal_knowMore_header_menu_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.modal_knowMore_header_menu_wrap
    > .modal_knowMore_header_menu_item
    > .modal_knowMore_header_menu_item_title {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.modal_knowMore_header_menu_wrap
    > .modal_knowMore_header_menu_item
    > .modal_knowMore_header_menu_item_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: disc;
    padding-left: 30px;
    color: white;
}
.modal_knowMore_header_menu_wrap
    > .modal_knowMore_header_menu_item
    > .modal_knowMore_header_menu_item_list
    > li
    > a {
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.modal_knowMore_header_menu_item_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.modal_knowMore_header_menu_item {
    display: flex;
}
.modal_knowMore_contentWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 30px;
}

.modal_knowMore_contentWrap > .modal_knowMore_content_left_box {
    background-color: #f2f2f2;
    min-width: 170px;

    border-radius: 10px;
    padding: 25px;
    position: sticky;
    top: 100px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_left_box
    > .modal_knowMore_content_left_box_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_left_box
    > .modal_knowMore_content_left_box_item
    > .modal_knowMore_content_left_box_item_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_left_box
    > .modal_knowMore_content_left_box_item
    > .modal_knowMore_content_left_box_item_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: disc;
    padding-left: 30px;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_left_box
    > .modal_knowMore_content_left_box_item
    > .modal_knowMore_content_left_box_item_list
    > li
    > a {
    font-size: 16px;
    font-weight: 600;
    color: #8f8f8f;
    cursor: pointer;
    text-decoration: none;
}
.modal_knowMore_contentWrap > .modal_knowMore_content_right_box {
    background-color: #f2f2f2;
    flex: 1;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_right_box
    > .modal_knowMore_content_right_box_item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_right_box
    > .modal_knowMore_content_right_box_item
    > .modal_knowMore_content_right_box_item_main_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_right_box
    > .modal_knowMore_content_right_box_item
    > .modal_knowMore_content_right_box_item_sub_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
    scroll-margin-top: 80px;
}
.modal_knowMore_contentWrap
    > .modal_knowMore_content_right_box
    > .modal_knowMore_content_right_box_item
    > .modal_knowMore_content_right_box_item_sub_content
    > .modal_knowMore_content_right_box_item_sub_title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.modal_knowMore_contentWrap
    > .modal_knowMore_content_right_box
    > .modal_knowMore_content_right_box_item
    > .modal_knowMore_content_right_box_item_sub_content
    > .ul_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal_knowMore_content_right_box_item_sub_content_list {
    list-style: disc;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    line-height: 1.5;
}

.modal_knowMore_content_right_box_item_sub_content_list > li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.modal_knowMore_contentWrap
    > .modal_knowMore_content_right_box
    > .modal_knowMore_content_right_box_item
    > .modal_knowMore_content_right_box_item_sub_content
    > .ul_wrap
    > .modal_knowMore_content_right_box_item_sub_content_list
    > li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.content_img_box_wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 10px solid #e8e8e8;
    width: 100%;
    height: 100%;
    width: fit-content;
    margin-left: 10px;
}
.content_img_box_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.li_inner_span_bold {
    color: #000;
    font-weight: 600;
}
.li_inner_span_div {
    background-color: #d9d9d9;
    padding: 5px 5px 2px 5px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.sub_exp_wrap_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}
.sub_exp_wrap_container > .sub_exp_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    scroll-margin-top: 80px;
}
.sub_exp_wrap_container > .sub_exp_wrap > .sub_exp_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.sub_exp_wrap_container > .sub_exp_wrap > .sub_exp_list {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    padding-left: 40px;
    list-style: disc;
}
.sub_exp_wrap_container > .sub_exp_wrap > .sub_exp_list > .li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}


.guideMenu {
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; border-collapse: collapse;
}
.guideMenu > div {
    border: 1px solid #ddd; width: 150px; height: 40px; border-collapse: collapse;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    color: #999; font-weight: 500; margin-left: -1px;
}
.guideMenu > div:nth-child(1) {
    margin-left: 0px;
}
.guideMenu > div.active {
    color: #000; font-weight: 700;
}

.guide_taps_area {
    display: flex; align-items: flex-start; justify-content: flex-start;
    flex-direction: column; gap: 20px; width: 100%; 
}
.guide_taps_content {
    width: 100%; 
}
.guide_taps_content > .title_txt {
    font-weight: 700; color: #000;
}
.guide_taps_content > .comment_txt {
    margin-top: 10px; padding: 15px; border-radius: 10px; background-color: #f7f7f7;
    width: 100%; text-align: left;
}

@media (max-width: 1300px) {
    .modal_knowMore_headerWrap > .modal_knowMore_header > .menu_icon {
        display: flex;
    }
    .modal_knowMore_content_left_box {
        display: none !important;
    }
    .modal_knowMore_contentWrap {
        padding: 20px !important;
        width: auto !important;
    }
}
@media (max-width: 550px) {
    .modal_knowMore_header_title {
        display: none !important;
    }
    .guideMenu > div {
        margin-left: 0px; margin-top: -1px;
    }
    .guideMenu > div:nth-child(2n) {
        margin-left: -1px;
    }

    .mobilereport {
        width: 100% !important;
    }
}
@media (max-width: 450px) {
    .modal_knowMore_contentWrap {
        padding: 0px !important;
        width: auto !important;
    }
    .modal_knowMore_contentWrap > .modal_knowMore_content_right_box {
        padding: 25px 10px !important;
    }
    .modal_knowMore_content_right_box_item_sub_content {
        padding-left: 20px !important;
    }
    .sub_exp_wrap_container > .sub_exp_wrap > .sub_exp_list {
        padding-left: 20px !important;
    }
}
