@charset "utf-8";
:root {
  /* Color styles */
  --bg--neu--00-rgba40: rgba(255, 255, 255, 0.4);
  --bg--neu--00-1: #ffffff;
  --bg--neu--00-2: #ffffff;
  --bg--neu--00-3: #ffffff;
  --bg--neu--00-4: #ffffff;
  --bg--neu--00-5: #ffffff;
  --bg--neu--00-6: #ffffff;
  --bg--neu--05-1: #fafafa;
  --bg--neu--10-1: #f5f5f5;
  --bg--neu--10-2: #f5f5f5;
  --bg--neu--10-3: #f5f5f5;
  --bg--neu--10-4: #f5f5f5;
  --bg--neu--20-1: #ebebeb;
  --bg--neu--20-2: #ebebeb;
  --bg--neu--20-3: #ebebeb;
  --bg--neu--20-4: #ebebeb;
  --bg--neu--20-5: #ebebeb;
  --bg--neu--30-1: #dedede;
  --bg--neu--30-2: #dedede;
  --bg--neu--40-1: #d1d1d1;
  --bg--neu--50-1: #c7c7c7;
  --bg--neu--50-2: #c7c7c7;
  --bg--neu--100: #a1a1a1;
  --bg--neu--200: #949494;
  --bg--neu--300: #757575;
  --bg--neu--500: #454545;
  --bg--neu--always-00: #ffffff;
  --bg--neu--always-300: #757575;
  --bg--neu--always-500: #454545;
  --bg--neu--bk-rgba02: rgba(0, 0, 0, 0.02);
  --bg--pri--500: #3e6de3;
  --bg--pri--300-1: #8ba7ee;
  --bg--pri--100-1: #d1dcf8;
  --bg--pri--50: #e0e8fb;
  --bg--pri--50-2: #e0e8fb;
  --bg--pri--50-3: #e0e8fb;
  --bg--pri--30: #ecf0fc;
  --bg--pri--30-2: #ecf0fc;
  --bg--pri--30-3: #ecf0fc;
  --bg--pri--10: #f4f6fd;
  --bg--pri--10-2: #f4f6fd;
  --bg--pri--10-3: #f4f6fd;
  --bg--pri--always-500: #3e6de3;
  --bg--pri--always-400: #658ae9;
  --bg--pri--always-300: #8ba7ee;
  --bg--pri--always-200: #b2c5f4;
  --bg--pri--always-100: #d1dcf8;
  --bg--sec--always-red500: #e83030;
  --bg--sec--always-orange500: #f55e00;
  --bg--sec--gold500-rgba20: rgba(233, 157, 58, 0.2);
  --txt--neu--900: #121212;
  --txt--neu--500: #454545;
  --txt--neu--300: #757575;
  --txt--neu--300-2: #757575;
  --txt--neu--200: #949494;
  --txt--neu--100-1: #a1a1a1;
  --txt--neu--10: #f5f5f5;
  --txt--neu--always-00: #ffffff;
  --txt--neu--always-10: #f5f5f5;
  --txt--neu--always-50: #c7c7c7;
  --txt--neu--always-500: #454545;
  --txt--pri--700: #274694;
  --txt--pri--600-1: #325abc;
  --txt--pri--600-2: #325abc;
  --txt--pri--600-3: #325abc;
  --txt--pri--500: #3e6de3;
  --txt--pri--500-2: #3e6de3;
  --txt--pri--500-3: #3e6de3;
  --txt--pri--500-4: #3e6de3;
  --txt--pri--400: #658ae9;
  --txt--pri--50-1: #e0e8fb;
  --txt--pri--always-500: #3e6de3;
  --txt--pri--always-300: #8ba7ee;
  --txt--pri--always-50: #e0e8fb;
  --txt--sec--red500: #e83030;
  --txt--sec--orange500: #f55e00;
  --txt--sec--orange500-2: #f55e00;
  --txt--sec--gold600: #cf7f17;
  --txt--sec--green500: #00a352;
  --txt--sec--sky500: #0096e0;
  --txt--sec--always-red400: #ef7171;
  --txt---mlogo--500-1: #2882f5;
  --txt--neu--always-00-rgba30: rgba(255, 255, 255, 0.3);
  --bor--neu--00-1: #ffffff;
  --bor--neu--00-2: #ffffff;
  --bor--neu--10-1: #f5f5f5;
  --bor--neu--10-2: #f5f5f5;
  --bor--neu--10-3: #f5f5f5;
  --bor--neu--20-1: #ebebeb;
  --bor--neu--20-2: #ebebeb;
  --bor--neu--20-3: #ebebeb;
  --bor--neu--20-4: #ebebeb;
  --bor--neu--20-5: #ebebeb;
  --bor--neu--30-1: #dedede;
  --bor--neu--30-2: #dedede;
  --bor--neu--30-3: #dedede;
  --bor--neu--40: #d1d1d1;
  --bor--neu--50-1: #c7c7c7;
  --bor--neu--50-2: #c7c7c7;
  --bor--neu--400: #595959;
  --bor--neu--500: #454545;
  --bor--neu--always-00: #ffffff;
  --bor--neu--always-100: #a1a1a1;
  --bor--pri--600: #325abc;
  --bor--pri--500: #3e6de3;
  --bor--pri--500-2: #3e6de3;
  --bor--pri--300-1: #8ba7ee;
  --bor--pri--300-2: #8ba7ee;
  --bor--pri--50-1: #e0e8fb;
  --bor--pri--always-500: #3e6de3;
  --bor--sec--orange500: #f55e00;
  --bor--sec--gold600: #cf7f17;
  --bor--sec--green500: #00a352;
  --bor--sec--sky500: #0096e0;
  --bor--sec--always-red400: #ef7171;
  --bor--neu--bk-rgba08: rgba(0, 0, 0, 0.08);
  --sys--info--500: #0777da;
  --sys--negative--500: #de3535;
  --sys--caution--500: #e4780c;
  --sys--positive--500: #00a300;
  --opa--bk-rgba80: rgba(0, 0, 0, 0.8);
  --opa--bk-rgba70: rgba(0, 0, 0, 0.7);
  --opa--bk-rgba60: rgba(0, 0, 0, 0.6);
  --opa--bk-rgba50: rgba(0, 0, 0, 0.5);
  --opa--bk-rgba20: rgba(0, 0, 0, 0.2);
  --img--neu900: #121212;
  --img--neu500: #454545;
  --img--neu300: #757575;
  --img--neu200: #949494;
  --img--neu100: #a1a1a1;
  --img--neu50: #c7c7c7;
  --img--neu50-2: #c7c7c7;
  --img--pri600: #325abc;
  --img--pri500: #3e6de3;
  --img--pri30-1: #ecf0fc;
  --img--red500: #e83030;
  --img--sky500: #0096e0;
  --img--org500-2: #f55e00;
  --img--always-neu900: #121212;
  --img--always-neu300: #757575;
  --img--always-neu100: #a1a1a1;
  --img--always-00: #ffffff;
  --img--always-red500: #e83030;
  --img--always-red400: #ef7171;
  --img--always-pri100: #d1dcf8;
  --img--always-pri500: #3e6de3;
  --storyarena--100: #ffc660;
  --storyarena--400-1: #594837;
  --storyarena--900-1: #30271e;
}
/*GNB 이미지*/
.mun_menu .menu li a .ebook-img {
  background-image: url('/asset/img/2nd/icon-ebook.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.mun_menu .menu li.on a .ebook-img {
  background-image: url('/asset/img/2nd/icon-ebook-on.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.mun_menu .menu li a .freesale-img {
  background-image: url('/asset/img/2nd/sale_icon.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/*아이콘 모음*/
.sidenav li.favorite a:after,
.sidemenu dt:before,
.contest_join:after,
.facebook_btn:after,
.blog_btn:after,
.i_new1:after,
.i_new2:after,
.i_new-pluszone:after,
.i_secret,
.sidequick .edit:before,
.sidequick .note:before,
.sidelibrary dt:before,
.b_write,
.b_top,
.b_sidemenu,
.b_search,
.b_service,
.b_menuopen:after,
.b_menuclose:after,
.monopoly:before,
.monopoly2:before,
.rank1,
.rank2,
.rank3,
.mainlist1 li dl .inquiry .up:before,
.mainlist1 li dl .inquiry .down:before,
.mainlist1 li dl .inquiry .same:before,
.listbox_foot .view_all span:after,
.mainlist3 li .comment:after,
.b_write2,
.b_write4,
.b_write5,
.tabmenu ul li.favorite a:after,
.b_listopen,
.b_favorite_on:after,
.b_favorite_off:after,
.mainlist3 li .unconfirmed,
.mainlist1 li dl .btnset a.more_on:after,
.mainlist1 li dl .btnset2 a.more_on:after,
.mainlist1 li dl .btnset a.more_off:after,
.mainlist1 li dl .btnset2 a.more_off:after,
.writing_fiction .links li .favor:before,
.writing_fiction dl dt .monopoly:before,
.writing_fiction dl dt .monopoly2:before,
.b_write3:after,
.b_reply:before,
.ctrl_viewarea:before,
.ctrl_viewarea .lineheight button:after,
.ctrl_viewarea .fontsize button:after,
.cartoonists_words h3:before,
.b_prev span:before,
.b_next span:before,
.comment_list .comment_re:before,
.comment_list .comment_re_re:before,
.comment_list .view_more a:after,
.comment_list .comment dd.action:before,
.comment_list .comment.comment_re:before,
.mainlist3 .entry_re:before,
.b_setting:after,
.b_top2:after,
.writing_article .inselect .open:after,
.customer-select .open:after,
.board_list ul li:before,
.recomm,
.select_viewtype button:after,
.i_list:after,
.favorite_group .group li .del_group:after,
.b_send_message:before,
.b_send:before,
.b_add:after,
.b_del:after,
.b_sort:after,
.mainlist5 li .comment:after,
.webtoon_list .mainlist1 li dl .btnset a.new .up:before,
.webtoon_list .mainlist1 li dl .btnset a.new .down:before,
.webtoon_list .mainlist1 li dl .btnset2 a.new .up:before,
.webtoon_list .mainlist1 li dl .btnset2 a.new .down:before,
.webtoon_detail .links3 li .favor:before,
.select_jenre .option li.first a:after {
  background-image: url('/asset/img/2nd/icon.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 150px 324px;
  background-color: transparent;
}
.paging button:after,
#main_page_number .pagination li:first-of-type a:after,
#main_page_number .pagination li:last-of-type a:after,
.pagination a.home:after,
.pagination a.prev:after,
.pagination a.next:after,
.pagination a.end:after {
  background-image: url('/asset/img/2nd/pagination-sprite.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 125px 52px;
  background-color: transparent;
}
/*common.css*/
input[type='search'].searchbar-comp::-webkit-search-cancel-button {
  background-image: url('/asset/img/2nd/clear_input.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center;
}
/*뱃지 모음*/
.review-list .info .title .icon-bbs-new,
.icon_new_bbs {
  background-image: url('/asset/img/2nd/badge_sprite.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 183px 16px;
}
.icon_up,
.i_gold,
.i_rental,
.i_adult,
.i_complete,
.i_adult,
.i_private {
  background-image: url('/asset/img/badge/badge_sprite_2024.png?time=20250710');
  background-repeat: no-repeat;
  background-size: 176px 56px;
  text-indent: -100000px;
  display: inline-block;
}
.i_discount,
.i_free {
  color: var(--txt--sec--orange500);
  background-color: var(--bg--sec--gold500-rgba20);
}
.i_serial {
  background-image: url('/asset/img/2nd/inquiry_icon.png?time=20240604');
  background-size: 12px 60px;
}
.badge_arena {
  background-image: url('/_Assets/img/storyArena/badge_storyarena_new.png?time=202406041');
  background-size: 100%;
}
.i_new3:after {
  background-image: url('/asset/img/2nd/icon_bbs_new.png?time=20240604');
  background-size: contain;
}
/*공모전 관련*/
.badge_2021 {
  background-image: url('/_Assets/img/contest/contest-badge.png?time=20240604');
  background-size: 100%;
}
.badge_2021_bbs {
  background-image: url('/_Assets/img/contest/contest-badge.png?time=20240604');
  background-size: 100%;
}
.contest-badge {
  background-image: url('/asset/img/badge/badge_sprite_2024.png?time=20250710');
  background-repeat: no-repeat;
  background-size: 176px 56px;
  background-position: -79px -22px;
}
/*체크박스*/
input[type='checkbox'].check_box + label span.check,
input[type='checkbox'].check_box + label span,
input[type='checkbox'].check_box:checked + label span,
.goldrush_pop input[type='checkbox'].check_box + label span.check,
.goldrush_pop input[type='checkbox'].check_box + label span,
.goldrush_pop input[type='checkbox'].check_box:checked + label span {
  background-image: url('/asset/img/2nd/img_check.png?time=20240604');
  background-size: 69px 15px;
}
.checkbox-h18 input[type='checkbox'].check_box + label span.check,
.checkbox-h18 input[type='checkbox'].check_box + label span,
.checkbox-h18 input[type='checkbox'].check_box:checked + label span {
  background-image: url('/asset/img/2nd/checkbox-sprite-h18.svg');
}
/*팝업관련*/
.layer_pop .btn_pop_close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100%;
}
/*공유하기 모달*/
.share_sns_dialog_close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100%;
}
/*후원하기 모달*/
.patronage_pop .pop_close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100%;
}
/*홈 한시간마다무료 아이콘*/
.book_weekend::before {
  background-image: url('/asset/img/weekend/icon_weekend_wh.png?time=20240604');
  background-size: 17px 17px;
}
/*글쓰기아이콘*/
.btn-write-txt span::before {
  background-image: url('/asset/img/2nd/icon_write.png?time=20240604');
  background-size: 14px 14px;
}
/*검색페이지 검색아이콘*/
.search-area .sch_submit {
  background-image: url('/asset/img/2nd/icon_search_b.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
/*드롭다운*/
.sort-btn:after {
  background-image: url('/asset/img/2nd/icon_dropdown.png?time=20230310');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 10px;
}
.sort-list,
.select_area {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
}
/*리뷰게시판 글쓰기버튼*/
.btn-write::before {
  background-image: url('/asset/img/2nd/icon_write.png?time=20240604');
  background-size: 14px 14px;
}
.btn-write-new::before {
  background-image: url('/asset/img/2nd/icon_write.png?time=20240604');
  background-size: 14px 14px;
}
/*리뷰게시판 리뷰가디언 버튼*/
.btn-rg::before {
  background-image: url('/asset/img/2nd/icon_rg.png?time=20240604');
  background-size: 14px 14px;
}
/*홈관련*/
.main_page_board_list li .comment:after,
.main_page_board_list .entry_re:before,
.main_page_board_list .entry_re:before {
  background-image: url('/asset/img/2nd/icon.png?time=20240604');
  background-size: 150px 310px;
}
.r_rank .state_issue .num_rank.num_rank_equal {
  background-position: -55px -107px;
  background-image: url('/asset/img/2nd/icon.png?time=20240604');
  background-size: 150px 324px;
}
.book_swipe li.main-review p.nickname.rg::before {
  background-image: url('/asset/img/2nd/icon_rg.png?time=20240604');
  background-size: 14px 14px;
}
.book_swipe li.main-review .count-wrap.type-3 span::before {
  background-image: url('/asset/img/2nd/icon_review_count.svg');
  background-repeat: no-repeat;
  background-size: 14px 48px;
}
/*퀵메뉴*/
.q_menu .menu li .cate-tit.icon_ebook_down:before {
  background-image: url('/asset/img/2nd/icon_ebook_down.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 18px;
}
/*해더*/
.l_menu_mun-menu-btn,
.btn_back,
.btn_home,
.btn_search,
.btn_gift,
.btn_gift.on,
.b_memo,
.b_memo_sub,
.header-icon-bullet,
.btn_write {
  background-image: url('/asset/img/2nd/header-sprite.svg?time=202502132004');
  background-repeat: no-repeat;
  background-color: transparent;
}
.mun_header h1 {
  background-image: url('/asset/img/2nd/logo.svg?time=20240604');
  background-size: contain;
  background-repeat: no-repeat;
}
/*신고하기*/
.reporthead select {
  background-image: url('/_Assets/img/arow.png?time=20240604');
  background-size: 90% 50%;
}
/*검색*/
.search_area .sch_submit {
  background-image: url('/asset/img/2nd/icon_search_b.png?time=20240604');
  background-size: 28px 28px;
}
/*알림관련*/
.memo_layer .btn-close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100% auto;
}
#mMemo {
  background-image: #fff url('/assets/img/ico_alram_main.png?time=20240604');
  background-size: 25% auto;
}
/*common.css end*/
/*reviewer.css*/
.review-list .info .writer.review-guardian::before {
  background-image: url('/asset/img/2nd/icon_rg.png?time=20240604');
  background-size: 14px 14px;
}
.review-list .info .count-wrap span::before,
.review-list .info .count-wrap.type-2 span::before,
.review-list .info .count-wrap.type-3 span::before {
  background-image: url('/asset/img/2nd/icon_review_count.svg');
  background-repeat: no-repeat;
  background-size: 14px 48px;
}
.heading_fiction .inquiry.rg::before {
  background-image: url('/asset/img/2nd/icon_rg.png?time=20240604');
  background-size: 14px 14px;
}
.ctrl_viewarea:before {
  background-image: url('/asset/img/2nd/ctrl_viewarea_arrow.png?time=20240604');
  background-size: 13px 8px;
}
.recom_btns a::before {
  background-image: url('/asset/img/2nd/icon_review_view.png?time=20240604');
  background-size: 17px 86px;
}
.comment_list li.comment_re::before {
  background-image: url('/asset/img/2nd/icon_rereply.png?time=20240604');
  background-size: 16px 16px;
}
.comment_list .right-area a::before {
  background-image: url('/asset/img/2nd/icon_review_reply.png?time=20240604');
  background-size: 13px 110px;
}
.review-list .info .title.contest_2021::after {
  background-image: url('/_Assets/img/contest/contest-badge.png?time=20240604');
  background-size: 100%;
}
.review-list .info .title.contest::after {
  background-image: url('/asset/img/badge/badge_sprite_2024.png?time=20250710');
  background-repeat: no-repeat;
  background-size: 176px 56px;
  background-position: -79px -22px;
}
.file_del {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.b_write3:after {
  background-image: url('/asset/img/2nd/icon_write.png?time=20240604');
  background-size: 14px 14px;
}
/*reviewer.css end*/
/*style_bbs.css*/
.i_new1:after {
  background-image: url('/asset/img/2nd/badge_sprite.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 157px 14px;
  width: 14px;
  height: 14px;
  background-position: -18px 0;
}
.s_btns_area .prefer_ico {
  background-image: url('/asset/img/2nd/icon_prefer.png?time=20240604');
  background-size: 17px 39px !important;
}
.s_btns_area .share_ico {
  background-image: url('/asset/img/2nd/icon_share.png?time=20240604') !important;
  background-repeat: no-repeat;
  background-size: 17px 20px !important;
}
.s_btns_area .alert_ico {
  background-image: url('/asset/img/2nd/icon_alert.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 17px 39px !important;
}
.writing_fiction .links li .patronage:before {
  background-image: url('//cdn2.munpia.com/_Assets/img/patronage_icon.png?time=20240604');
  background-size: contain;
}
.comment_list .comment dd.btnset a::before {
  background-image: url('/asset/img/2nd/icon_review_reply.png?time=20240604');
  background-size: 13px 110px;
}
.file_del {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.best_head .btn-write::before {
  background-image: url('/asset/img/2nd/icon_write.png?time=20240604');
  background-size: 14px 14px;
}
.ui-icon-triangle-1-s {
  background-image: url('/asset/img/2nd/icon_dropdown.png?time=20240604') !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;
}
.writing_article .inselect,
.customer-select {
  background-image: url('/asset/img/2nd/icon_dropdown.png?time=20240604');
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 9px;
}
.ui-state-default .ui-icon {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100%;
}
/*style_bbs.css end*/
/*style_detail_new.css*/
.badge-academy {
  background-image: url('/asset/img/2nd/icon_aca_m.png?time=20240604');
  background-size: 100%;
}
.detail_btn .prefer_ico,
.detail_btn .prefer_ico.on {
  background-image: url('/asset/img/2nd/icon_prefer.png?time=20240604');
  background-size: 22px 50px;
}
.detail_btn .patronage_ico,
.detail_btn .patronage_ico.off {
  background-image: url('/asset/img/2nd/icon_patronage.png?time=20240604');
  background-size: 22px 50px;
}
.detail_btn .share_ico {
  background-image: url('/asset/img/2nd/icon_share.png?time=20240604');
  background-size: 22px 26px;
}
.detail_btn .recomm_ico {
  background-image: url('/asset/img/2nd/icon_write_light.png?time=20240604');
  background-size: 22px 26px;
}
.detail_btn .alert_ico,
.detail_btn .alert_ico.on {
  background-image: url('/asset/img/2nd/icon_alert.png?time=20240604');
  background-size: 22px 50px;
}
.novel_list_area span.reply::before {
  background-image: url('/asset/img/2nd/cmt_icon.png?time=20240604');
  background-size: 16px 16px;
}
.novel_list_area .bookmark,
.novel_list_area .bookmark.on {
  background-image: url('/asset/img/new/bg_bookmark.png?time=20240604');
  background-size: 24px 52px;
}
.novel_list_area li > div.ebook_st.icon::before,
.novel_list_area li > div.ebook_st.icon_2::before {
  background-image: url('/asset/img/2nd/icon_ebook_down_t.png?time=20240604');
  background-size: 20px 18px;
}
.review li::after {
  background-image: url('/asset/img/2nd/detail_arrow.png?time=20240604');
  background-size: 7px 12px;
}
.review .review-txt .title-inner .article .article-inner.rg::before {
  background-image: url('/asset/img/2nd/icon_rg.png?time=20240604');
  background-size: 14px 14px;
}
.detail_gift li.gift_name::before {
  background-image: url('/asset/img/2nd/icon_gift_bl.png?time=20240604');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.detail_gift .my-gift::before {
  background-image: url('/asset/img/2nd/icon_gift_percent.png?time=20240604');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
/*style_detail_new.css end*/
/*style_goldgauge.css*/
.gg-log-title .btn-close,
.gg-info-title .btn-close,
.gg-pay-title .btn-close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 20px;
}
.gauge_marking li {
  background-image: url('/asset/img/goldgauge/gauge_mark.png?t=20190926');
  background-size: 2px 4px;
}
.gauge_list .cover span.cover_bg {
  background-image: url('/asset/img/goldgauge/bg_book.png?time=20240604');
  background-size: contain;
}
.gold_paging li a {
  background-image: transparent url('/asset/img/goldgauge/set-line.png?time=20240604');
  background-position: 0 -40px;
  background-attachment: scroll;
  background-repeat: repeat-x;
}
.gold_paging li a span {
  background-image: transparent url('/asset/img/goldgauge/set-icon.png?time=20240604');
  background-position: 0 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
/*style_goldgauge.css end*/
/*style_list.css*/
.btn_close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.btnset .new .up:before,
.btnset .new .down:before,
.btnset .new .equal:before {
  background-image: url('/asset/img/2nd/icon_rank.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 78px 12px;
}
.btnset .more_on:after,
.btnset .more_off:after {
  background-image: url('/asset/img/2nd/icon.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 150px 324px;
}
.genre_sel .pre_select_filter::before {
  background-image: url('/asset/img/2nd/select_arrow_bk.png?time=20240604');
  background-size: 9px 5px;
}
/*style_list.css end*/
/*style_member.css*/
.member_join_Social a.sns_naver.btn_dark {
  background-image: url('/asset/img/login/btn_sns_naver_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_naver.btn_dark:hover {
  background-image: url('/asset/img/login/btn_sns_naver_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_kakao.btn_dark {
  background-image: url('/asset/img/login/btn_sns_kakao_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_kakao.btn_dark:hover {
  background-image: url('/asset/img/login/btn_sns_kakao_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_google.btn_dark {
  background-image: url('/asset/img/login/btn_sns_google_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_google.btn_dark:hover {
  background-image: url('/asset/img/login/btn_sns_google_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_facebook.btn_dark {
  background-image: url('/asset/img/login/btn_sns_facebook_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_facebook.btn_dark:hover {
  background-image: url('/asset/img/login/btn_sns_facebook_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_apple.btn_dark {
  background-image: url('/asset/img/login/btn_sns_apple_bk.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_apple.btn_dark:hover {
  background-image: url('/asset/img/login/btn_sns_apple_bk.png?time=20240604');
}
.member_join_Social a.sns_payco.btn_dark {
  background-image: url('/asset/img/login/btn_sns_payco_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_payco.btn_dark:hover {
  background-image: url('/asset/img/login/btn_sns_payco_bk.png?time=20240604');
  background-size: 40px 90px;
}
.member_join_Social a.sns_naver {
  background-image: url('/asset/img/login/btn_sns_naver.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_naver:hover {
  background-image: url('/asset/img/login/btn_sns_naver_on.png?time=20240604');
}
.member_join_Social a.sns_kakao {
  background-image: url('/asset/img/login/btn_sns_kakao.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_kakao:hover {
  background-image: url('/asset/img/login/btn_sns_kakao_on.png?time=20240604');
}
.member_join_Social a.sns_google {
  background-image: url('/asset/img/login/btn_sns_google.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_google:hover {
  background-image: url('/asset/img/login/btn_sns_google_on.png?time=20240604');
}
.member_join_Social a.sns_facebook {
  background-image: url('/asset/img/login/btn_sns_facebook.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_facebook:hover {
  background-image: url('/asset/img/login/btn_sns_facebook_on.png?time=20240604');
}
.member_join_Social a.sns_apple {
  background-image: url('/asset/img/login/btn_sns_apple.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_apple:hover {
  background-image: url('/asset/img/login/btn_sns_apple_on.png?time=20240604');
}
.member_join_Social a.sns_payco {
  background-image: url('/asset/img/login/btn_sns_payco.png?time=20240604');
  background-size: cover;
}
.member_join_Social a.sns_payco:hover {
  background-image: url('/asset/img/login/btn_sns_payco_on.png?time=20240604');
}
.simplemodal-close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 20px 20px;
}
.self-auth-info .icon-negative {
  background-image: url('/asset/img/2nd/icon-negative.png');
  background-size: 48px 48px;
}
.auth-info-19 .mark-19 {
  background-image: url('/asset/img/2nd/img-aged19.png');
  background-size: 100%;
}
/*style_member.css end*/
/*style_myinfo_add.css*/
.bookmark-search-area .input-area::before {
  background-image: url('/asset/img/2nd/icon_search_bk.png?time=20240604');
  background-size: 28px 28px;
}
.ico_search_del {
  background-image: url('/asset/img/2nd/clear_input.png?time=20240604');
  background-size: 100%;
}
.bookmark-search-area-2 .search_submit {
  background-image: url('/asset/img/2nd/icon_search_b.png?time=20240604');
  background-size: 28px 28px;
}
/*style_myinfo.css*/
.memohead_v2 select {
  background-image: url('/asset/img/2nd/select_arrow_bk.png?time=20240604');
  background-size: 9px 5px;
}
.myinfo_sel_filter::before {
  background-image: url('/asset/img/2nd/select_arrow_bk.png?time=20240604');
  background-size: 9px 5px;
}
.delmsg_bt {
  background-image: url('/asset/img/2nd/icon-tag-del.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
input[type='date']:before {
  background: url('/asset/img/2nd/icon_calender.png?time=20240604');
  background-size: 15px 15px;
}
/*style_payment_list.css*/
.selected-member > span > a {
  background-image: url('/asset/img/2nd/tag_close_btn.png?time=20240604');
  background-size: 100%;
}
/*style_payment_list.css end*/
/*style_prefer_dark_new.css*/
.prefer_sel .pre_select_filter::before {
  background-image: url('/asset/img/2nd/select_arrow.png?time=20240604');
  background-size: 9px 5px;
}
.list li .prefer_title.bullet-status-1::before,
.list li .prefer_title.bullet-status-2::before,
.list li .prefer_title.bullet-status-3::before,
.list li .prefer_title.bullet-status-4::before {
  background-image: url('/asset/img/2nd/icon_bullet_prefer_dark.png?time=20240604');
  background-size: 18px;
}
.prefer_setting .setting_tit.alert span.prefer_save_on {
  background-image: url('/asset/img/2nd/prefer_save_on.png?time=20240604');
  background-size: 23px 23px;
}
.prefer_setting .prefer_alert span {
  background: url('/asset/img/2nd/icon_alert.png?time=20240604') no-repeat;
  background-position: 0 0;
  background-size: 25px 58px;
}
.prefer_setting .prefer_alert span.on {
  background-position: 0 -29px;
  background-size: 25px 58px;
}
/*style_prefer_dark_new.css end*/
/*style_search.css*/
.search_sel_filter::before {
  background-image: url('/asset/img/2nd/select_arrow_bk.png?time=20240604');
  background-size: 9px 5px;
}
.detail_sel .pre_select_filter::before {
  background-image: url('/asset/img/2nd/select_arrow_bk.png?time=20240604');
  background-size: 9px 5px;
}
.keyword_real .rank.r_up::before,
.keyword_real .rank.r_down::before,
.keyword_real .rank.r_eq::before,
.keyword_real .rank.r_new::before {
  background-image: url('/asset/img/2nd/icon_rank.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 78px 12px;
}
.keyword_last .keyword_del {
  background-image: url('/asset/img/2nd/icon_word_del.png?time=20240604');
  background-size: 13px 13px;
}
/*style_search.css end*/
/*searchbar.css*/
.ico_search_del {
  background-image: url('/asset/img/2nd/clear_input.png?time=20240604');
  background-size: 100%;
}
.search-bar .search_submit {
  background-image: url('/asset/img/2nd/icon_search_b.png?time=20240604');
  background-size: 28px 28px;
}
.search-bar .search_delete {
  background-image: url('/asset/img/2nd/clear_input.png?time=20240604');
  background-size: 100%;
}
/*searchbar.css end*/
/*myinfo.css*/
.join_box ul li img {
  opacity: 70%;
}
.myinfo .short_cut li span.prefer_s {
  background-image: url('/asset/img/2nd/l_ico_prefer.png?time=20240604');
  background-size: 23px;
  background-repeat: no-repeat;
}
.myinfo .short_cut li span.bookmark {
  background-image: url('/asset/img/2nd/l_ico_bookmark.png?time=20240604');
  background-size: 24px;
  background-repeat: no-repeat;
}
.myinfo .short_cut li span.msg {
  background-image: url('/asset/img/2nd/l_icon_alert.png?time=20240604');
  background-size: 24px;
  background-repeat: no-repeat;
}
.myinfo .short_cut li span.buy {
  background-image: url('/asset/img/2nd/l_ico_buy.png?time=20240604');
  background-size: 24px;
  background-repeat: no-repeat;
}
.myinfo .short_cut li span.charge {
  background-image: url('/asset/img/2nd/l_ico_charge.png?time=20240604');
  background-size: 35%;
  background-repeat: no-repeat;
}
.myinfo .short_cut li span.my-tag {
  background-image: url('/asset/img/2nd/l_ico_tag.png?time=20240604');
  background-size: 22px;
  background-repeat: no-repeat;
}
.sns-icon-18,
.sns-id-icon {
  background-image: url('/asset/img/login/sprite-member-sns.svg');
  background-repeat: no-repeat;
}
.join-pay-history select,
.privacy-history select,
.join-history select,
.best_head .genre select,
.best_head .category select {
  background-image: url('/asset/img/2nd/icon_dropdown.png?time=20240604');
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 9px;
}
.img-24-aged19 {
  background-image: url('/asset/img/dark/2nd/Aged19.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.join_box ul li .btn-join-coupon {
  background-image: url('/asset/img/2nd/box1.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.join_box ul li .btn-join-event {
  background-image: url('/asset/img/2nd/box3.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.join_box ul li .btn-join-gift-gold {
  background-image: url('/asset/img/2nd/box2.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/**google-payment*/
.selected-member > span > a {
  background-image: url('/asset/img/2nd/tag_close_btn.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/* popup.css */
.pop_close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100%;
}
/* calendar_coupon_popup.css */
.menu-coupon-pop .pop-close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 100%;
}
/* style_goldrush.css */
.goldrush_pop .mun-logo {
  background-image: url('/asset/img/2nd/pop_logo.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/* member_join.css */
.member_join_form td.privacy-term .info-icon {
  background-image: url('/asset/img/2nd/icon-tooltip.png?time=20240604');
  background-size: 100%;
}
.member-tooltip .tooltip-close {
  background-image: url('/asset/img/contest/tooltip-close.png?time=20240604');
  background-size: 100%;
}
/* select.css */
.tag-selected .Xbutton {
  background-image: url('/asset/img/2nd/icon-tag-del.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.tag-layer .tag-header .btn-close,
.modal-header .btn-close {
  background-image: url('/asset/img/2nd/btn_close.png?time=20240604');
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.add-tag-label::before {
  background-image: url('/asset/img/tag/tag-include.png?time=20240604');
  background-size: 100%;
}
.del-tag-label::before {
  background-image: url('/asset/img/tag/tag-except.png?time=20240604');
  background-size: 100%;
}
.tag-search input[type='text'] {
  background-image: url('/asset/img/contest/icon-tag-search.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.ico_search_del {
  background-image: url('/asset/img/2nd/clear_input.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 100%;
}
.tag-scroll.del-tag .tag-selected .Xbutton {
  background-image: url('/asset/img/2nd/icon-tag-del-red.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.tag-btn-area a.tag-select-btn.cancel:before,
.tag-btn-area a.tag-select-complete-btn.cancel:before,
.tag-btn-area a.tag-refresh-btn.cancel:before {
  background-image: url('/asset/img/contest/icon-tag-refresh.png?time=20240604');
  background-size: 100%;
}
.info-icon,
.tag-total .info-icon {
  background-image: url('/asset/img/2nd/icon-tooltip.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.tooltip-close,
.tag-tooltip .tooltip-close {
  background-image: url('/asset/img/contest/tooltip-close.png?time=20240604');
  background-size: 100%;
}
/* style_tag.css */
.tag-selected .Xbutton {
  background-image: url('/asset/img/2nd/icon-tag-del.png?time=20240604');
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.genre_sel .pre_select_filter::before {
  background-image: url('/asset/img/2nd/select_arrow_bk.png?time=20240604');
  background-size: 9px 5px;
}
/* style_payment.css */
.pay_select li.card span {
  background-image: url('/asset/img/pay/payment_item_1.png?time=20240604');
  background-size: 100%;
}
.pay_select li.bgmobile span {
  background-image: url('/asset/img/pay/payment_item_2.png?time=20240604');
  background-size: 100%;
}
.pay_select li.naver_pay span {
  background-image: url('/asset/img/pay/payment_item_11.png?time=20240604');
  background-size: 100%;
}
.pay_select li.payco span {
  background-image: url('/asset/img/pay/payment_item_3_1.png?time=20240604');
  background-size: 100%;
}
.pay_select li.sccl span {
  background-image: url('/asset/img/pay/payment_item_4.png?time=20240604');
  background-size: 100%;
}
.pay_select li.acnt span {
  background-image: url('/asset/img/pay/payment_item_5.png?time=20240604');
  background-size: 100%;
}
.pay_select li.vcnt span {
  background-image: url('/asset/img/pay/payment_item_6.png?time=20240604');
  background-size: 100%;
}
.pay_select li.schm span {
  background-image: url('/asset/img/pay/payment_item_7.png?time=20240604');
  background-size: 100%;
}
.pay_select li.tmoney span {
  background-image: url('/asset/img/pay/payment_item_8.png?time=20240604');
  background-size: 100%;
}
.pay_select li.scbl span {
  background-image: url('/asset/img/pay/payment_item_9.png?time=20240604');
  background-size: 100%;
}
.pay_select li.paypal_kcp span {
  background-image: url('/asset/img/pay/payment_item_10.png?time=20240604');
  background-size: 100%;
}
.pay_select li.card span {
  background-image: url('/asset/img/pay/payment_item_1.png?time=20240604');
  background-size: 100%;
}
.pay_select li.blank span {
  background-image: url('/asset/img/pay/payment_item_none.png?time=20240604');
  background-size: 100%;
}
/* style_detail_add.css */
.epub_info_banner > div::before {
  background-image: url('/asset/img/2nd/icon_app_info.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/* weekend.css */
.weekend-time .apply-btn::before {
  background-image: url('/asset/img/weekend/icon_weekend_wh.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.weekend-time .apply-btn.applied::before {
  background-image: url('/asset/img/weekend/icon_weekend_t.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.weekend-time .apply-btn.applied.end::before {
  background-image: url('/asset/img/weekend/icon_weekend_g.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.review-con .review-txt .title-inner .article .article-inner.rg::before {
  content: '';
  background-image: url('/asset/img/2nd/icon_rg.png?time=20240604');
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.review-con::after {
  background-image: url('/asset/img/2nd/detail_arrow.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/* select.css */
.tag-tooltip {
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
/* jquery-te-1.4.0 */
.jqte_tool_icon {
  background-image: url('/_Assets/img/jquery-te.png?time=20240604');
  background-repeat: no-repeat;
}
.jqte_linktypearrow {
  background-image: url('/_Assets/img/jquery-te.png?time=20240604');
  background-position: -7px -23px;
  background-repeat: no-repeat;
}
.jqte_titleArrowIcon {
  background-image: url('/_Assets/img/jquery-te.png?time=20240604');
  background-position: 0 -23px;
  background-repeat: no-repeat;
}
/* newPIMO */
.btn_prefer {
  background: url('/asset/img/2nd/star_icon.png?time=20240604');
  background-size: 20px 53px;
  background-repeat: no-repeat;
}
/* jquery-label */
input.labelauty + label > span.labelauty-unchecked-image {
  background-image: url('/asset/img/2nd/img_check.png?time=20240604');
  background-size: 83px 18px;
  background-position: 0 0;
}

input.labelauty + label > span.labelauty-checked-image {
  background-image: url('/asset/img/2nd/img_check.png?time=20240604');
  background-size: 83px 18px;
  background-position: -22px 0;
}
/* style_detail_add.css */
.epub_info_banner > div::before {
  background: url('/asset/img/2nd/icon_app_info.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
/* style_main_add.css */
.icon-weekend-banner {
  background-image: url('/asset/img/weekend/icon_weekend_banner.png?time=20240604');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
}
/* weekendNovelDetail.css */
.detail_weekend .apply-btn::before {
  background: url('/asset/img/weekend/icon_weekend_wh.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.detail_weekend .apply-btn.applied::before {
  background: url('/asset/img/weekend/icon_weekend_t.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.detail_weekend .apply-btn.applied.end::before {
  background: url('/asset/img/weekend/icon_weekend_g.png?time=20240604');
  background-size: 100%;
  background-repeat: no-repeat;
}
.loading-img {
  background-image: url(/asset/img/2nd/loading.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* find-id-pw.css */
.loader {
  background-image: url('/asset/img/2nd/m-img-loading.png');
  background-size: 100%;
}
.input-clear {
  background-image: url('/asset/img/2nd/CloseCircle.png');
  background-size: 100%;
}
.loader.white-loader {
  background-image: url('/asset/img/2nd/m-img-loading-w.png');
  background-size: 100%;
}
.goldcharging-event-20230113 {
  width: 100%;
  background-image: url(/asset/img/event/notice_m_new_img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: calc(408 / 640 * 100%);
}
.event_footer p.caution:before {
  background-image: url('/asset/img/2nd/icon_event_caution.png?time=2023011916');
  background-size: 18px;
  background-repeat: no-repeat;
}
.icon-binge-watch,
.icon-viewer-tts,
.icon-viewer-setting {
  background-size: 74px 18px;
  background-image: url('/asset/img/2nd/icon-viewer-info.png?time=20230316');
}
.q_menu .flex div a.new:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--bor--sec--orange500);
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 0 5px;
}
.books.new .thumb_cover.label_19::after,
.books_100.new .thumb_cover.label_19::after,
.books_100 .thumb_cover.label_19::after,
.books-ns .book_thumb.label_19::after,
.books_h_62 .thumb_cover.label_19::after,
.new-grid li a .new-grid-img::after,
.book_weekend .cover_wrap.label_19::before,
.books_68 .thumb_cover.label_19::after,
.r_list_area .books_57 .thumb_cover.label_19::after,
.books_51 .thumb_cover.label_19::after,
.books_57 .thumb_cover.label_19::after,
.event_best_list li > a > div.label_19::after,
.cover-wrap.label_19::after {
  background-image: url(/asset/img/2nd/Aged19-56.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.badge-19 {
  background-image: url(/asset/img/2nd/Aged19-56.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* system-icon */
.sys-message .icon-maintenance-gift {
  background-image: url('/asset/img/2nd/GiftGoldRepair.png?time=20231109');
  background-size: 100%;
  background-repeat: no-repeat;
}
.serially-badge-wrap div {
  background-image: url('/asset/img/2nd/serially-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.comment_list .comment-more {
  background-image: url('/asset/img/2nd/icon16_more.png?time=20241212');
}
/* goldgauge-modal */
.coupon-get-list button,
.coupon-get-list button.open,
.calendar a,
.last-month a .arrow {
  background-image: url('/asset/img/2nd/Icon-arrow-sprite.png');
}
.icon-16-line-book {
  background-image: url(/asset/img/2nd/icon-16-line-book.png);
}
/* 이메일 정보제공 동의안내 */
.service-name .collapse-btn {
  background-image: url('/asset/img/2nd/Chevron_sprite-16.png');
}
/* 이벤트 */
.event-footer .icon-caution {
  stroke: #454545;
}
.sns-button-wrap .sns-button {
  background-image: url('/asset/img/2nd/sprite-sns.svg');
  background-repeat: no-repeat;
}
.box_title .badge-16-new {
  background-image: url('/asset/img/badge/badge-16-new.svg');
}
.cover-wrap .private {
  background-color: var(--bg--neu--00-rgba40);
}
.cover-wrap .private:before {
  background-image: url('/asset/img/badge/badge-14-private.svg?time=202407031000');
  background-repeat: no-repeat;
}
.mc-logo {
  background-image: url('/asset/img/2nd/mc-logo.svg');
  background-repeat: no-repeat;
}
.cate-tit-arrow {
  background-image: url('/asset/img/2nd/chevron-right-circle-rgba60.svg');
  background-repeat: no-repeat;
}
/* 장르 */
.home-genre.pined:after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8Z" fill="white"/><path d="M0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8Z" stroke="%233E6DE3"/><path d="M9.4859 4.17812L11.8219 6.51409C11.9483 6.64049 11.9241 6.85164 11.7724 6.94622L9.63489 8.27904C9.95008 9.28493 9.70916 10.4275 8.91215 11.2245L4.77551 7.08785C5.57253 6.29083 6.71506 6.04991 7.72095 6.3651L9.05377 4.22756C9.14835 4.07588 9.3595 4.05172 9.4859 4.17812Z" fill="%233E6DE3" stroke="%233E6DE3" stroke-linejoin="round"/><path d="M4.24231 10.9091C4.00799 11.1434 4.00799 11.5233 4.24231 11.7576C4.47662 11.9919 4.85652 11.9919 5.09084 11.7576L4.24231 10.9091ZM6.41949 8.7319L4.24231 10.9091L5.09084 11.7576L7.26801 9.58043L6.41949 8.7319Z" fill="%233E6DE3"/></svg>');
}
/* 알림함 */
.view-body .view-btn span {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99989 12.4445L10.4443 8.00001L6.00177 3.55557' stroke='%233E6DE3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
