
/* Jalnan (700)*/
@font-face {
	font-family: 'Jalnan';
	font-weight: 700;
	src: url('./fonts/Jalnan.woff2') format('woff2');
	font-display: swap;
} 


.main_banner .swiper-slide img {border-radius:30px; }

.main_view0 { width: 100%; margin: 0 auto ; 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: 1000px) {
    .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: 20px 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; }*/

.main_view_back { display: flex; flex-direction: column; align-items: center; }

.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; }*/
.mobile_banner_wrap .swiper-pagination { bottom: 10px; left: auto !important; transform: none !important; right: 20px !important; 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; }



.swiper.m_hot_con { overflow: hidden; }
.swiper.m_hot_con .swiper-slide { display: flex !important; flex-direction: column !important; }
.swiper.m_hot_con .hot_content_list1 { background: #fff !important; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; text-align: center; }
.swiper.m_hot_con .hot_content_list1 a { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; width: 100%; height: auto; }
.swiper.m_hot_con .image-container { width: 100%; aspect-ratio: 1 / 1; border-radius: 25px;}
.swiper.m_hot_con .category-name { margin-top: 8px; font-size: 13px; font-weight: 400; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }



@media (max-width: 1020px) {
    .pc_banner_wrap { display: none !important; }
    .mobile_banner_wrap { display: block; padding: 0 !important; margin-bottom: 20px; }
	.hot_content { display: none !important; }
	.m_hot_con { display: block !important; }
}




/* ÅÇ2 ÀÎ±â¹«·áºÐ¾ç */
.main-free-tab-grid { display: flex; flex-wrap: wrap; justify-content: space-between; box-sizing: border-box; gap: 15px; padding: 10px 0; margin-top: 20px; }
.main-free-tab-card { flex: 1; display: flex; align-items: center; background: #fff; border: 1px solid #eee; transition: 0.3s; box-shadow: 0 4px 12px rgba(0,0,0,0.05); text-decoration: none !important; box-sizing: border-box; overflow: hidden; min-width: calc(25% - 15px); gap: 15px; padding: 20px 15px; border-radius: 25px; }
.main-ftc-img { flex-shrink: 0; background: #f9f9f9; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; width: 100px; height: 100px; border-radius: 20px; }
.main-ftc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
.main-ftc-txt { flex: 1; min-width: 0; }
.main-ftc-badge { display: inline-block; font-weight: 800; border-radius: 20px; font-size: 10px; padding: 2px 8px; margin-bottom: 5px; }
.main-ftc-txt h3 { font-weight: 800; color: #212121; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.3s; font-size: 22px; }
.main-ftc-txt p { color: #666; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; margin: 2px 0 8px 0; }
.main-ftc-count { color: #999; background: #f5f5f5; border-radius: 5px; width: fit-content; font-weight: 600; font-size: 10px; padding: 3px 8px; }
.main-free-tab-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.1); border-color: #ddd; }
.main-free-tab-card:hover .main-ftc-img img { transform: scale(1.1); }
.main-ftc-b-dog { color: #3b82f6; background: #eff6ff; }
.main-ftc-b-cat { color: #a855f7; background: #faf5ff; }
.main-ftc-b-rabbit { color: #FA4FC1; background: #fdf2f8; }
.main-ftc-b-hamster { color: #ff6c3f; background: #fff7ed; }
.main-free-tab-card:has(.main-ftc-b-dog):hover h3 { color: rgb(37 99 235); }
.main-free-tab-card:has(.main-ftc-b-cat):hover h3 { color: rgb(147 51 234); }
.main-free-tab-card:has(.main-ftc-b-rabbit):hover h3 { color: #FA4FC1; }
.main-free-tab-card:has(.main-ftc-b-hamster):hover h3 { color: #ff6c3f; }

@media (max-width: 1024px) { 
	.main-free-tab-grid { gap: 8px; padding: 8px; margin-top: 0; }
	.main-free-tab-card { min-width: calc(50% - 8px); gap: 8px; padding: 12px 8px; border-radius: 20px; }
	.main-ftc-img { width: 60px; height: 60px; border-radius: 15px; }
	.main-ftc-badge { font-size: 9px; padding: 1px 6px; margin-bottom: 3px; }
	.main-ftc-txt h3 { font-size: 14px; }
	.main-ftc-txt p { font-size: 12px; margin: 2px 0 5px 0; }
	.main-ftc-count { font-size: 9px; padding: 2px 10px; }
}

@media (max-width: 460px) { 
	.main-free-tab-card { gap: 8px; padding: 10px 8px; }
	.main-ftc-txt p { font-size: 12px; margin: 0 0 5px 0; }
	.main-ftc-count { font-size: 9px; padding: 0px 6px; }
}




/* ¸®½ºÆ® °øÅë ·¹ÀÌ¾Æ¿ô  */
.d-ad-list-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; padding-bottom: 80px; box-sizing: border-box; }
/* PC¿¡¼­´Â °¡·Î Á¤·Ä */
.d-ad-list-flex-row { display: flex; flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 20px 0 20px 0; padding: 0; box-sizing: border-box; width: 100%; }
.d-ad-list-header-wrap { position: relative; }
.d-ad-list-sub-title-wrap { display: flex; align-items: center; gap: 8px; margin: 0 !important; padding: 0 !important; margin-bottom: 8px; }
.d-ad-list-main-title { font-size: 26px; font-weight: 900; color: #111; line-height: 1.3; margin: 10px 0 20px !important;  }
.d-ad-list-more-link { font-size: 14px; font-weight: 700; color: #9ca3af; margin-bottom: 2px; white-space: nowrap; text-decoration: none; align-self: auto; }
.d-ad-list-more-link:hover { color: #4b5563; }
.d-ad-list-tit-icon { width: 24px; height: 24px; vertical-align: text-bottom; display: inline-block; margin-left: 4px; object-fit: contain; }

/* ÄÃ·¯¼Â */
.d-ad-list-bar-orange { width: 32px; height: 2px; background-color: #FF7F00; }
.d-ad-list-sub-text-orange { color: #FF7F00; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Poppins', sans-serif; }
.d-ad-list-highlight-orange { color: #FF7F00; background: linear-gradient(to top, rgba(255,127,0,0.2) 40%, transparent 40%); padding: 0 4px; }
.d-ad-list-bar-pink { width: 32px; height: 2px; background-color: #FF5A78; }
.d-ad-list-sub-text-pink { color: #FF5A78; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Poppins', sans-serif; }
.d-ad-list-highlight-pink { color: #FF5A78; background: linear-gradient(to top, rgba(255,90,120,0.2) 40%, transparent 40%); padding: 0 4px; }
.d-ad-list-bar-teal { width: 32px; height: 2px; background-color: #00897B; }
.d-ad-list-sub-text-teal { color: #00897B; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Poppins', sans-serif; }
.d-ad-list-highlight-teal { color: #00897B; background: linear-gradient(to top, rgba(0,137,123,0.2) 40%, transparent 40%); padding: 0 4px; }


.d-ad-list-info-left-group { display: flex; align-items: center; gap: 6px; }
.d-ad-list-badge-safe { background-color: #d1fae5; color: #059669; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; flex-shrink: 0; }
.d-ad-list-badge-yugi { background-color: #ffedd5; color: #ea580c; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; flex-shrink: 0; }


/* ±×¸®µå ¹× Ä«µå °øÅë */
.d-ad-list-grid-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; padding-bottom: 80px; }
.d-ad-list-card-item { display: flex; flex-direction: column; gap: 12px; cursor: pointer; text-decoration: none; color: inherit; width: 100%; box-sizing: border-box; }
.d-ad-list-card-exotic { position: relative; aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.d-ad-list-img-wrap { position: relative; width: 100%; padding-bottom: 100%; height: 0; border-radius: 16px; overflow: hidden; background-color: #f3f4f6; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.d-ad-list-img-zoom { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
.d-ad-list-card-item:hover .d-ad-list-img-zoom { transform: scale(1.05); transition: transform 0.3s ease; }

/* Ä«µå ³»¿ë */
.d-ad-list-user-info { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; width: 100%; }
.d-ad-list-user-img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.d-ad-list-user-name { font-size: 12px; font-weight: 700; color: #9ca3af; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; min-width: 0; }
.d-ad-list-time { font-size: 12px; color: #9ca3af; flex-shrink: 0; white-space: nowrap; }
.d-ad-list-card-title { font-size: 16px; font-weight: 700; color: #111; line-height: 1.25; letter-spacing: -0.4px; margin: 5px 0 !important; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; transition: color 0.2s; }
.d-ad-list-card-item:hover .d-ad-list-card-title { color: #FF7F00; }
.d-ad-list-tag-row, .d-ad-list-tag-row-between { display: flex; align-items: center; gap: 8px; }
.d-ad-list-tag-row-between { justify-content: space-between; margin-bottom: 4px; }
.d-ad-list-badge-free { background-color: #ffe4e6; color: #e11d48; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; flex-shrink: 0; }
.d-ad-list-breed-text { font-size: 14px; font-weight: 700; color: #4b5563; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0; }
.d-ad-list-price-text { font-size: 14px; font-weight: 700; color: #111; white-space: nowrap; flex-shrink: 0; }
.d-ad-list-svg-white-stroke { stroke: white; fill: none; }

/* ÇÏ´Ü Á¤º¸ (°øÅë) */
.d-ad-list-mobile-overlay-stats { display: none !important; }
.d-ad-list-footer-info { display: flex !important; justify-content: space-between; align-items: center; margin: 5px 0 1px 0; width: 100%;  }
.d-ad-list-footer-info-left { display: none !important; align-items: center; gap: 6px; font-size: 12px; color: #9ca3af; }
.d-ad-list-footer-info span { font-size: 12px; color: #9ca3af !important; line-height: 1 !important; position: relative; top: -1px; display: inline-block;}
.d-ad-list-stat-group { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.d-ad-list-stat-item { display: flex; align-items: center; gap: 2px; }
.d-ad-list-divider { width: 1px; height: 8px; background-color: #e5e7eb; }
.d-ad-list-gender-male { color: #7392B7; font-weight: 700; }
.d-ad-list-gender-female { color: #D98C9F; font-weight: 700; }
.d-ad-list-svg-icon { width: 12px; height: 12px; }
.d-ad-list-svg-white { fill: white; }
.d-ad-list-svg-gray { fill: #d1d5db; }
.d-ad-list-svg-gray-stroke { stroke: #d1d5db; }
.d-ad-list-hidden-pc { display: none !important; }
.d-ad-list-hidden-mobile { display: flex !important; }




/* °¡°ÝºÐ±â*/
.d-price-tier-a { background-color: #E0F2F1 !important; color: #00897B !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-c { background-color: #E3F2FD !important; color: #1976D2 !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-e { background-color: #F3E5F5 !important; color: #7B1FA2 !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-d { background-color: #FBE9E7 !important; color: #BF360C !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-silver { background-color: #E8EAF6 !important; color: #3949AB !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-gold { background-color: #FFF3E0 !important; color: #E65100 !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-free { background-color: #f9d2d9 !important; color: #D35192 !important; padding: 2px 8px; border-radius: 4px; font-weight: 700;  }
.d-price-tier-consult { background-color: #F3F4F6 !important; color: #4B5563 !important; padding: 2px 10px; border-radius: 4px; font-weight: 700;  }



.d-ad-list-fallback-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.d-ad-list-fallback-icon svg { width: 12px; height: 12px; }

.d-user-icon-a { background-color: #E0F2F1 !important; }
.d-user-icon-a svg { fill: #00897B !important; }
.d-user-icon-c { background-color: #E3F2FD !important; }
.d-user-icon-c svg { fill: #1976D2 !important; }
.d-user-icon-e { background-color: #F3E5F5 !important; }
.d-user-icon-e svg { fill: #7B1FA2 !important; }
.d-user-icon-d { background-color: #FBE9E7 !important; }
.d-user-icon-d svg { fill: #BF360C !important; }
.d-user-icon-silver { background-color: #E8EAF6 !important; }
.d-user-icon-silver svg { fill: #3949AB !important; }
.d-user-icon-gold { background-color: #FFF3E0 !important; }
.d-user-icon-gold svg { fill: #E65100 !important; }
.d-user-icon-free { background-color: #FDF2F4 !important; }
.d-user-icon-free svg { fill: #E8A0B8 !important; }
.d-user-icon-consult { background-color: #F3F4F6 !important; }
.d-user-icon-consult svg { fill: ##e5e7eb !important; }

.d-ad-list-stat-item span { font-size: 12px; color: #9ca3af !important; margin-left: 2px; line-height: 1 !important; position: relative; top: -1px; display: inline-block; }
.d-ad-list-svg-gray, .d-ad-list-svg-gray * { fill: #d1d5db !important; }
.d-ad-list-svg-gray-stroke, .d-ad-list-svg-gray-stroke * { stroke: #a2a8b4 !important; fill: none !important; }
.text-gray-400 .gap-0\.5 span { line-height: 1 !important; position: relative; top: -1px; display: inline-block; }

@media (max-width: 768px) {
	.d-type-free .d-ad-list-card-title { font-size: 16px; }
    .d-ad-list-flex-row { align-items: flex-end; margin: 20px 0 12px 0; padding: 0 20px; flex-wrap: wrap; }
    .d-ad-list-main-title { font-size: 20px; margin: 10px 0 20px !important; letter-spacing:-1.2px;}
    .d-ad-list-more-link { margin-bottom: 4px; }
    .d-ad-list-grid-list { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 0 20px; }
	
    .d-ad-list-footer-info { margin: 5px 0 10px 0; }
	.d-ad-list-card-title { font-size: 16px; }
	.d-ad-list-price-text { font-size: 14px; }
	
}