.icon-bell {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7059 13.7895V14.6316C11.7059 16.0268 10.5208 17.1579 9.05882 17.1579C7.59689 17.1579 6.41176 16.0268 6.41176 14.6316V13.7896M11.7059 13.7895L6.41176 13.7896M11.7059 13.7895H15.2353C15.7226 13.7895 16.1176 13.4125 16.1176 12.9474V12.4539C16.1176 12.2306 16.0246 12.0165 15.8591 11.8586L15.4085 11.4285C15.2976 11.3226 15.2353 11.1789 15.2353 11.0292V7.89474C15.2353 4.6433 12.2853 2 9.05882 2C5.64765 2 2.88235 4.63917 2.88235 7.89472V11.0294C2.88235 11.1791 2.82005 11.3222 2.70916 11.4281L2.2585 11.8588C2.09303 12.0168 2 12.2306 2 12.454V12.9472C2 13.4123 2.39505 13.7896 2.88235 13.7896L6.41176 13.7896' stroke='%234D4D4D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-bell-on {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7059 13.7895V14.6316C11.7059 16.0268 10.5208 17.1579 9.05882 17.1579C7.59689 17.1579 6.41176 16.0268 6.41176 14.6316V13.7896M11.7059 13.7895L6.41176 13.7896M11.7059 13.7895H15.2353C15.7226 13.7895 16.1176 13.4125 16.1176 12.9474V12.4539C16.1176 12.2306 16.0246 12.0165 15.8591 11.8586L15.4085 11.4285C15.2976 11.3226 15.2353 11.1789 15.2353 11.0292V7.89474C15.2353 4.6433 12.2853 2 9.05882 2C5.64765 2 2.88235 4.63917 2.88235 7.89472V11.0294C2.88235 11.1791 2.82005 11.3222 2.70916 11.4281L2.2585 11.8588C2.09303 12.0168 2 12.2306 2 12.454V12.9472C2 13.4123 2.39505 13.7896 2.88235 13.7896L6.41176 13.7896' stroke='%234D4D4D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='13' cy='4' r='4' fill='%23FF2A2D'/%3E%3C/svg%3E");
}

.icon-updown {
    width: 16px;
    height: 16px;
    background-image: url('/assets/images/icons/ic_updown.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.icon-search {
    width: 24px;
    height: 24px;
    background-image: url('/assets/images/icons/ic_search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.icon-arrow-right {
    width: 16px;
    height:16px;
    background-image: url('/assets/images/icons/ic-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.icon-subscribe {
    width: 20px;
    height: 20px;
    background-image: url('/assets/images/icons/ic-subscribe.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}
.icon-edit {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* SVG 데이터를 인코딩하여 삽입 */
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.81707 1.59672L6.97519 2.43859L9.56082 5.02422L10.4027 4.18234C10.6577 3.92922 10.8002 3.58422 10.8002 3.22422C10.8002 2.86422 10.6577 2.51922 10.4027 2.26609L9.73332 1.59672C9.48019 1.34172 9.13519 1.19922 8.77519 1.19922C8.41519 1.19922 8.07019 1.34172 7.81707 1.59672ZM6.33957 3.07422L2.30457 7.10734C2.10394 7.30797 1.95769 7.55922 1.88082 7.83297L1.21707 10.2292C1.17394 10.3848 1.21707 10.5536 1.33332 10.668C1.44957 10.7823 1.61644 10.8273 1.77207 10.7842L4.16832 10.1186C4.44207 10.0417 4.69144 9.89734 4.89394 9.69484L8.92519 5.65984L6.33957 3.07422Z' fill='black'/%3E%3C/svg%3E");
}
.icon-verified {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* 인코딩된 SVG 데이터 */
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.875 7.91652L8.7083 11.0832L7.12496 9.49985M10.4865 2.73821L11.453 3.56194C11.6966 3.76946 11.9989 3.89493 12.3179 3.92038L13.5838 4.02127C14.3281 4.08066 14.9192 4.67146 14.9786 5.41573L15.0793 6.68185C15.1047 7.00079 15.2306 7.30359 15.4382 7.54711L16.2615 8.51344C16.7458 9.08172 16.7459 9.91763 16.2616 10.4859L15.4382 11.4524C15.2307 11.6959 15.105 11.9988 15.0795 12.3178L14.9782 13.5837C14.9188 14.3279 14.3286 14.9191 13.5843 14.9785L12.318 15.0795C11.999 15.105 11.6964 15.2301 11.4528 15.4377L10.4865 16.2614C9.91818 16.7457 9.08175 16.7458 8.51347 16.2615L7.54708 15.4377C7.30356 15.2302 7.00091 15.1048 6.68197 15.0794L5.41561 14.9785C4.67134 14.9191 4.08108 14.3281 4.02169 13.5838L3.92041 12.3178C3.89496 11.9989 3.76921 11.6962 3.56169 11.4527L2.73832 10.486C2.25404 9.91768 2.25382 9.08202 2.7381 8.51374L3.5622 7.54697C3.76973 7.30345 3.89427 7.00079 3.91972 6.68186L4.02099 5.41588C4.08039 4.67161 4.67235 4.08058 5.41662 4.02119L6.68158 3.9203C7.00052 3.89485 7.30332 3.76949 7.54684 3.56196L8.51355 2.73821C9.08183 2.25393 9.91818 2.25393 10.4865 2.73821Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
