.terms-content {
    line-height: 1.8;
    color: #333;
}

#topKeywordEmptyMessage {
    display: none;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(112, 115, 124, .9);
    padding-left: 5px;
}

#step03SelectedKeywordsEmptyMessage {
    display: none;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(112, 115, 124, .9);
    padding-left: 5px;
    position: relative;
    top: 74px;
    text-align: center;
}

#step03SelectedKeywords .fx_block[name="general_keywords"] {
    gap: 0;
}

#btnStep01Select.disabled {
    pointer-events: none;
    cursor: default;
    background: #e9e9e9;
    color: #b5b5b5;
}

#btnStep01Select.disabled:hover {
    background: #e9e9e9;
    color: #b5b5b5;
}

.terms-header {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 3rem;
}

.terms-header-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.terms-content h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.terms-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #34495e;
}

.terms-content p {
    margin-bottom: 1rem;
}

.terms-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style-type: decimal;
}

/* 중첩된 ol - 1), 2), 3) 형식 */
.terms-content ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    list-style-type: none;
    counter-reset: item;
    padding-left: 2rem;
}

.terms-content ol ol li {
    counter-increment: item;
    position: relative;
    padding-left: 0.5rem;
}

.terms-content ol ol li::before {
    content: counter(item) ") ";
    position: absolute;
    left: -2rem;
    font-weight: normal;
}

/* 3단계 중첩 ol - (1), (2), (3) 형식 */
.terms-content ol ol ol {
    list-style-type: none;
    counter-reset: sub-item;
    padding-left: 2rem;
}

.terms-content ol ol ol li {
    counter-increment: sub-item;
    position: relative;
    padding-left: 0.5rem;
}

.terms-content ol ol ol li::before {
    content: "(" counter(sub-item) ") ";
    position: absolute;
    left: -2rem;
    font-weight: normal;
}

.terms-content li {
    margin-bottom: 0.75rem;
}

.terms-content li p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.terms-content strong {
    font-weight: bold;
    color: #2c3e50;
}

.terms-content table {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    border-collapse: collapse;
}

.terms-content table th,
.terms-content table td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #dee2e6;
}

.terms-content table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* /m/project 인라인 로그인 모달 최소 보강 */
#layer_login .inline_login {
    padding: 0;
}

#layer_login .login_container {
    width: 100%;
    min-width: auto;
}

#layer_login #loginModalError {
    color: #ef4444;
    font-size: 13px;
    margin: 10px 0;
    text-align: left;
    line-height: 1.4;
}

#layer_login .btn_login {
    width: 100%;
}

.pop_inner.trend {
    max-width: 600px;
}

/* ── Swiper 슬라이드 너비 (swiper.min.css의 .swiper-slide width:100% 보다 우선) ── */
.trend-slide-card {
    width: 240px !important;
}

.trend-slide-title {
    margin-top: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, .88) !important;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.form_shape_select .row {
    display: flex;
    margin-bottom: 0.5em;
    align-items: center;
    justify-content: center;
}

#select_container_type .form_shape_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 7px 12px;
    width: 100%;
}

#select_container_type .form_shape_select .custom_radio {
    display: inline-flex;
    align-items: flex-start;
    flex: none;
    margin-left: 0;
    padding-left: 20px;
    line-height: 1.45;
}

#select_container_type .form_shape_select .custom_radio+.custom_radio {
    margin-left: 0;
}

#select_container_type .form_shape_select .custom_radio span.radio {
    top: -3px;
}

#select_container_type .form_shape_select .custom_radio .label_text {
    display: inline-block;
    white-space: normal;
    word-break: keep-all;
}

/* 비활성화된 키워드 (이미 선택됨) - 건너뛰기 */
#step03RelatedBox .related_item.disabled {
    /* background-color: #f5f5f5; */
    /* color: #999; */
    cursor: not-allowed;
    /* opacity: 0.6; */
}

#step03RelatedBox .related_item.disabled:hover {
    background: none;
}

/* Step-03 검색 드롭다운: 화면 높이에 맞춰 내부 스크롤 */
#step03RelatedBox.related_box {
    max-height: min(42vh, 320px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}

#step03RelatedBox.related_box::-webkit-scrollbar {
    width: 6px;
}

#step03RelatedBox.related_box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.22);
    border-radius: 3px;
}

#step03RelatedBox.related_box::-webkit-scrollbar-track {
    background: transparent;
    margin-bottom: 20px 0;
    /* 둥근 모서리 영역 피하기 */
}

#step03RelatedBox.related_box::-webkit-scrollbar-button:vertical:end:decrement {
    display: block;
    width: 25px;
}


.dropdown_select_ul::-webkit-scrollbar {
    width: 10px;
}

.dropdown_select_ul::-webkit-scrollbar-thumb {
    background: #ccc;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 5px;
}

.dropdown_select_ul::-webkit-scrollbar-track {
    background: transparent;
    margin: 20px 0;
    /*둥근 모서리 영역 피하기 */
}

.keyword_item ul::-webkit-scrollbar {
    width: 6px;
}

.keyword_item ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.pop_inner .scroll_box::-webkit-scrollbar {
    width: 6px;
}

.pop_inner .scroll_box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* Step-01 검색 드롭다운: 모달 영역 내에서만 스크롤 */
#layer_keyword #relatedMainBox.related_main_box {
    max-height: min(36vh, 280px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

#layer_keyword #relatedMainBox.related_main_box::-webkit-scrollbar {
    width: 6px;
}

/* 랜딩 검색 드롭다운이 슬라이더 네비 버튼보다 위에 오도록 레이어 분리 */
.landing_wrap .search_main_container.dropdown-active {
    z-index: 1200;
}

#layer_keyword #relatedMainBox.related_main_box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

#layer_keyword #relatedMainBox.related_main_box::-webkit-scrollbar-track {
    background: transparent;
    margin-bottom: 10px;
    /* 둥근 모서리 영역 피하기 */
}

#layer_keyword #relatedMainBox.related_main_box::-webkit-scrollbar-button:vertical:end:decrement {
    display: block;
    width: 30px;
}

.landing_wrap .search_main_container {
    overflow: hidden;
}

.landing_wrap .landing_keyword_search_content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    min-height: 0;
    width: 100%;
}

.landing_wrap .landing_keyword_search_content.is-dropdown-open {
    overflow: visible;
    z-index: 1200;
}

.landing_wrap .landing_keyword_search_content.is-dropdown-open .search_main_container {
    overflow: visible;
}

.landing_wrap #relatedMainBox.related_main_box.active {
    max-height: min(52vh, 420px) !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-gutter: stable;
}

.landing_wrap #relatedMainBox.related_main_box.active::-webkit-scrollbar {
    width: 6px;
}

.landing_wrap #relatedMainBox.related_main_box.active::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.landing_wrap #relatedMainBox.related_main_box.active::-webkit-scrollbar-track {
    background: transparent;
}

body.mobile-search-dropdown-open {
    overflow: hidden;
    overscroll-behavior: none;
}

span.no-data {
    font-size: 10px;
    color: #999;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   #layer_trend_keyword 팝업 레이아웃 개편
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 모바일: pop_wrap 패딩 제거 → 100% 전체 너비 */
#layer_trend_keyword.pop_wrap {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
}

#layer_trend_keyword .trend_popup_topbar {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background: transparent;
}

/* pop_inner: overflow visible → sticky 동작 보장 */
#layer_trend_keyword .pop_inner.trend {
    flex: 1 1 auto;
    min-height: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    gap: 0;
    overflow: hidden;
    flex-direction: column;
}

/* ── 닫기 버튼 → pop_inner 위의 투명 상단 바 우측 배치 ── */
#layer_trend_keyword .trend_popup_topbar .close {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 0;

    background-color: transparent;
    background-image: url(../images/common/ico_delete.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}

/* ── .trend_layout: 전체 스크롤 컨테이너 ── */
#layer_trend_keyword .trend_layout {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

/* 히어로 영역: 상단 바와 분리되므로 기본 상단 여백으로 복귀 */
#layer_trend_keyword .trend_hero {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    gap: 16px;
    background: #f1f1f1;
    /* JS가 동적으로 덮어씀 */
}

#layer_trend_keyword .trend_hero .copy {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

#layer_trend_keyword .trend_hero .copy h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

#layer_trend_keyword .trend_hero .copy h4 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(46, 47, 51, .88);
}

#layer_trend_keyword .trend_hero img {
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* 정보 패널: 개별 스크롤 제거 → .trend_layout이 담당 */
#layer_trend_keyword .trend_info_panel {
    flex: none;
    display: flex;
    flex-direction: column;
    overflow-y: visible;
    background: #fff;
    padding: 20px;
    gap: 16px;
}

.trend_info_head h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
}

#trend_detail_desc {
    color: rgba(55, 56, 60, .61);
}

/* 키워드 그룹 제목(h5): 상단 정렬 */
.trend_keyword_group h5 {
    align-self: flex-start;
    align-items: flex-start;
}

/* ── 모바일 랜딩 인기 키워드 필터 UI ── */

.note_keyword .com_head {
    gap: 0;
}

.pop_keyword_source_tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    background-color: #F4F4F5;
    padding: 4px 4px;
    border-radius: 50px;
}

.pop_keyword_source_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: rgba(55, 56, 60, 0.45);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    flex-grow: 1;
    /* transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease; */
}

.pop_keyword_source_button.current {
    background: #fff;
    /* border-color: #2e2f33; */
    color: rgba(46, 47, 51, .88) !important;
    flex-grow: 1;
}

.pop_keyword_category_select {
    position: relative;
    margin-top: 14px;
}

.pop_keyword_category_tabs {
    position: relative;
}

.pop_keyword_category_scroll {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pop_keyword_category_scroll::-webkit-scrollbar {
    display: none;
}

.pop_keyword_category_list {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: max-content;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pop_keyword_category_button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    padding: 0 20px;
    border: 0;
    background: transparent;
    color: rgba(55, 56, 60, 0.45);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    min-height: 45px;
}

.pop_keyword_category_button.current {
    color: #2e2f33;
    /* font-weight: 600; */
}

.pop_keyword_category_button.current::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px;
    background: #d0fd6b;
}

.pop_keyword_scroll_hint {
    position: absolute;
    top: 13px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(46, 47, 51, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pop_keyword_scroll_hint.left {
    left: 0;
}

.pop_keyword_scroll_hint.right {
    right: 0;
}

.pop_keyword_scroll_hint::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid rgba(55, 56, 60, 0.55);
    border-right: 2px solid rgba(55, 56, 60, 0.55);
}

.pop_keyword_scroll_hint.left::before {
    transform: rotate(-135deg);
    margin-left: 2px;
}

.pop_keyword_scroll_hint.right::before {
    transform: rotate(45deg);
    margin-right: 2px;
}

.pop_keyword_scroll_hint.is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* ── 인기 키워드 리스트 레이아웃 개편 ── */

/* 1. 컨테이너: row → column (ul 위, 버튼 아래) */
#popKeywordContainer {
    flex-direction: column !important;
    gap: 0;
    margin-top: 18px;
}

/* 2. ul: 전체 너비, flex none (가로 공간 독점 해제) */
#popKeywordContainer>ul {
    width: 100% !important;
    flex: none !important;
    flex-direction: column !important;
    gap: 0 !important;
}

/* 3. li 행: 가로 나열 (순위 | 텍스트 | 화살표) */


/* 5. 키워드 span: pill 제거 → 일반 텍스트 (전체 너비) */
#popKeywordContainer li>span+span {
    flex: 1 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #616161 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: static !important;
}

/* 6. 상품 링크 row: 오른쪽 원형 화살표 아이콘 */
#popKeywordContainer li.pop-kw-link {
    cursor: pointer;
}
/*
#popKeywordContainer li.pop-kw-link::after {
    content: '';
    flex: none;
    width: 22px;
    height: 22px;
    background: url(../images/common/btn_detail.svg) no-repeat center center;
    background-size: contain;
    opacity: 0.6;
}
*/
#popKeywordContainer li.pop-kw-link:hover>span+span {
    color: rgba(0, 0, 0, .88) !important;
}

#popKeywordContainer li.pop-kw-link:hover::after {
    opacity: 1;
    border-color: rgba(0, 0, 0, .4);
}

/* 더보기 / 숨기기 버튼 */
.pop-kw-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.pop-kw-toggle:hover {
    border-color: #c8c8c8;
}

.pop-kw-toggle-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.pop-kw-toggle-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -4px;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    pointer-events: none;
    transition: top 0.1s ease;
}

.pop-kw-toggle-arrow::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/ico_select.png) no-repeat center center;
    background-size: 15px 15px;
    transition: transform 0.1s ease;
}

.pop-kw-toggle[data-state="expanded"] .pop-kw-toggle-arrow {
    top: 4px;
}

.pop-kw-toggle[data-state="expanded"] .pop-kw-toggle-arrow::before {
    transform: rotate(180deg);
}

/* ── 큰 화면 (577px 이상): 너비 제한 + 반투명 오버레이 배경 노출 ── */
@media (min-width: 577px) {

    /* pop_wrap padding 복구 → 오버레이 배경이 양 옆에 보임 */
    #layer_trend_keyword.pop_wrap {
        padding: 20px;
        align-items: center;
        justify-content: center;
    }

    #layer_trend_keyword .trend_popup_topbar {
        max-width: var(--mobile-dialog-trend-max-width);
    }

    /* 컨텐츠 너비 제한 + 라운드 */
    #layer_trend_keyword .pop_inner.trend {
        flex: 0 1 auto;
        max-width: var(--mobile-dialog-trend-max-width);
        /* 680px */
        height: auto;
        max-height: calc(100vh - 88px);
        border-radius: 16px;
        overflow: hidden;
    }

    /* 큰 화면: trend_layout 높이 제한 (팝업 최대 높이 - 상하 패딩 - 상단 바) */
    #layer_trend_keyword .trend_layout {
        max-height: calc(100vh - 88px);
    }
}

#layer_keysearch_search .keyword_search_content {
    overflow: visible;
    /* position: relative;
    z-index: 1; */
}

#layer_keysearch_search .popup_selected_keywords_area {
    z-index: 0;
}

.top-text-banner {
    width: 100%;
    background: #d0fd6b;
    padding: 9px 0;
    text-align: center;
  }
  
  .top-text-banner-content {
    font-size: 12px;
    color: #333;
    font-weight: 900;
  }
  
  .top-text-banner-content .normal {
    font-size: 12px;
    color: #333;
    font-weight: 400;
  }
  
  .text-color-loop {
    color: #333;
    animation: textColorCycle 0.7s ease-in-out infinite alternate;
  }
  
  @keyframes textColorCycle {
    from {
      color: #333;
    }
  
    to {
      color: #c9c9c9;
    }
  }

.landing_note_section {
    margin-top: 60px;
}

.landing_note_section .com_head h4 {
    line-height: 1.45;
}

.landing_product_mobile_tabs {

}

.landing_product_category_tabs .pop_keyword_category_list {
    gap: 18px;
}

.landing_product_category_tabs .pop_keyword_category_button {
    padding: 0 20px;
}

.landing_product_mobile_content {
    flex-direction: column !important;
    gap: 0;
    margin-top: 16px !important;
}

.landing_product_mobile_content > ul {
    width: 100%;
    flex-direction: column !important;
    gap: 0 !important;
}

.landing_mobile_product_row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 84px 8px 0;
}

.landing_product_mobile_content ul li span.landing_mobile_rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F4F4F5;
    color: rgba(55, 56, 60, .61);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    flex: none;
    padding: 2px 0;
    min-width: 30px;
}

.landing_mobile_body {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.landing_product_mobile_content ul li span.landing_mobile_new_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px !important;
    border-radius: 999px;
    background: #fff1f1;
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
    flex: none;
    min-width: auto;
}

.landing_product_mobile_content ul li span.landing_mobile_week_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 24px;
    padding: 0 10px !important;
    border-radius: 999px;
    background: #eef4ff;
    color: #2678ff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
    flex: none;
}

.landing_product_mobile_content ul li span.landing_mobile_name {
    min-width: 0;
    flex: 1 1 0;
    display: block;
    color: #616161 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.landing_mobile_product_row:hover .landing_mobile_name {
    color: rgba(0, 0, 0, .88) !important;
}

.landing_product_mobile_content ul li span.landing_mobile_name.is-new{
    font-weight: 400 !important;
}

.landing_product_mobile_content ul li span.landing_mobile_name.is-new b,
.landing_mobile_name strong,
.landing_mobile_name b {
    color: #222 !important;
    font-weight: 600 !important;
}

.landing_mobile_empty {
    width: 100%;
    padding: 24px 0;
    text-align: center;
    color: #8a8f98;
    font-size: 14px;
}

.landing_product_mobile_content li .pop_keyword_action {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    color: rgb(111 111 111 / 80%) !important;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    line-height: 1.4;
    flex-shrink: 0;
}

.landing_product_mobile_content li.pop-kw-link {
    cursor: pointer;
}
  
