.Sheet_overlay__3mflP{position:fixed;inset:0;z-index:var(--ZIndex_Modal);display:flex;justify-content:center;align-items:flex-end;padding:var(--Spacing_0);background:var(--Overlay_Primary)}.Sheet_overlay__3mflP[data-state=open]{animation:Sheet_overlayFadeIn__7zihc .2s ease-out}.Sheet_overlay__3mflP[data-state=closed]{animation:Sheet_overlayFadeOut__sw3wY .2s ease-out forwards}.Sheet_contentWrapper__r6HFw{position:relative;width:100%;height:100%}.Sheet_content__WMqua{position:absolute;bottom:0;display:flex;flex-direction:column;overflow:hidden;max-width:100%;max-height:70vh;border-radius:var(--Radius_150) var(--Radius_150) var(--Radius_0) var(--Radius_0);background:var(--Background_Modal);outline:none;color:var(--Content_Primary)}.Sheet_content__WMqua[data-state=open]{animation:Sheet_contentSlideIn__wSPTE .2s ease-out}.Sheet_content__WMqua[data-state=closed]{animation:Sheet_contentSlideOut__4xFLF .2s ease-out forwards}@keyframes Sheet_overlayFadeIn__7zihc{0%{opacity:0}to{opacity:1}}@keyframes Sheet_overlayFadeOut__sw3wY{0%{opacity:1}to{opacity:0}}@keyframes Sheet_contentSlideIn__wSPTE{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes Sheet_contentSlideOut__4xFLF{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.Sheet_close__TiwJm{position:absolute;top:var(--Spacing_150);right:var(--Spacing_150);display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding:var(--Spacing_0);border:none;background:none;outline:none;color:var(--Content_Primary);font-size:24px;cursor:pointer}.Sheet_header__GuWdv{font-weight:700;font-size:18px;line-height:22px;display:flex;justify-content:center;margin:var(--Spacing_0);padding:var(--Spacing_200) var(--Spacing_500);border-bottom:var(--Border_12) solid var(--Border_Primary)}@media screen and (max-width:767px){.Sheet_header__GuWdv{font-size:16px;line-height:22px}}.Sheet_body__3qtuV{overflow-y:auto;padding:var(--Spacing_0) var(--Spacing_250) var(--Spacing_250) var(--Spacing_250)}.Sheet_body__3qtuV:has(+.Sheet_actions__8BBa_){padding-bottom:var(--Spacing_0)}.Sheet_body__3qtuV:first-child:has(~.Sheet_close__TiwJm){margin-top:var(--Spacing_700)}.Sheet_actions__8BBa_{display:flex;gap:var(--Spacing_150);justify-content:center;align-items:center;padding:var(--Spacing_200);box-shadow:0 0 32px 0 rgba(50,50,71,.08),0 0 16px 0 rgba(50,50,71,.08)}.Sheet_actions__8BBa_>*{width:100%}.SearchFilter_searchFilter__yeQS_{display:flex;flex-direction:column;justify-content:space-between;background-color:var(--bg-main)}@media screen and (max-width:767px){.SearchFilter_searchFilter__yeQS_{position:sticky;top:var(--header-height);z-index:1}}.SearchFilter_content__PgAJ4{margin-top:var(--Spacing_100)}.SearchFilter_content__PgAJ4>div:not(:first-child)>.SearchFilter_groupLabel__uVmTe{border-top:var(--Border_12) solid var(--Border_Primary)}.SearchFilter_group__88Hh8{grid-template-columns:1fr 1fr}.SearchFilter_groupLabel__uVmTe{font-weight:300;font-size:12px;line-height:15px;color:var(--Content_Secondary)}@media screen and (max-width:767px){.SearchFilter_groupLabel__uVmTe{font-size:11px;line-height:13px}}.SearchFilter_filterList__gh1G6{display:flex;gap:var(--Spacing_100);overflow-x:auto;overflow-y:visible;padding:var(--Spacing_50) var(--Spacing_400)}@media screen and (max-width:767px){.SearchFilter_filterList__gh1G6{gap:var(--Spacing_150);padding:var(--Spacing_50) var(--Spacing_150)}}.SearchFilter_icon__EsS5y{font-size:20px}.SearchFilter_body__nFQoD{padding:var(--Spacing_0)}.SearchFilter_body__nFQoD,.SearchFilter_list__A0LyZ{display:flex;flex-direction:column}.SearchFilter_sheetGroup__1Ww7t .SearchFilter_list__A0LyZ>.SearchFilter_item__Z7fTz:first-child,.SearchFilter_sheetGroup__1Ww7t:not(:first-child){border-top:var(--Border_12) solid var(--Border_Primary)}.SearchFilter_label__26o5C{font-weight:300;font-size:12px;line-height:15px;padding:var(--Spacing_150) var(--Spacing_200);color:var(--Content_Secondary)}@media screen and (max-width:767px){.SearchFilter_label__26o5C{font-size:11px;line-height:13px}}.SearchFilter_item__Z7fTz{font-weight:700;font-size:15px;line-height:18px;display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:var(--Spacing_200);cursor:pointer}@media screen and (max-width:767px){.SearchFilter_item__Z7fTz{font-size:13px;line-height:16px}}.SearchFilter_item__Z7fTz:active{background-color:var(--Surface_Function_Hover)}@media(hover:hover){.SearchFilter_item__Z7fTz:hover{background-color:var(--Surface_Function_Hover)}}.SearchFilter_item__Z7fTz:focus-visible{outline:var(--Border_25) solid var(--Border_Function_Focused);outline-offset:2px}.SearchFilter_item__Z7fTz:not(:last-child){border-bottom:var(--Border_12) solid var(--Border_Primary)}.SearchFilter_item__Z7fTz>label{width:100%;padding:var(--Spacing_150) var(--Spacing_0) var(--Spacing_150) var(--Spacing_200)}.SearchFilter_checkboxItem__BqMIq:nth-last-child(2){border-bottom:none}.SearchFilter_clearWrapper__vjrcB{position:sticky;bottom:0;background-color:var(--Surface_Inverse)}.SearchFilter_clear__mzcpz{display:flex;justify-content:end;align-items:center;padding:var(--Spacing_100);border-top:var(--Border_12) solid var(--Border_Primary);background:var(--Surface_Inverse)}.ContentList_root__huqMQ{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--Spacing_200)}@media screen and (max-width:999px){.ContentList_root__huqMQ.ContentList_expectsUnreadNew__QBuiC{gap:var(--Spacing_200)}}@media screen and (max-width:767px){.ContentList_root__huqMQ.ContentList_expectsUnreadNew__QBuiC{gap:var(--Spacing_100)}}@media screen and (max-width:999px){.ContentList_root__huqMQ{display:flex;flex-direction:column;gap:var(--Spacing_100)}}.ContentCardSkeleton_root__nYEcb:not([data-direction]){display:flex;flex-direction:column;gap:var(--Spacing_100)}@media screen and (max-width:767px){.ContentCardSkeleton_root__nYEcb:not([data-direction]){gap:var(--Spacing_25)}}.ContentCardSkeleton_root__nYEcb:not([data-direction])>.ContentCardSkeleton_thumbnail__75Qi8{width:100%}@media screen and (max-width:999px){.ContentCardSkeleton_root__nYEcb:not([data-direction]){display:flex;flex-direction:row;gap:var(--Spacing_100);align-items:center}.ContentCardSkeleton_root__nYEcb:not([data-direction])>.ContentCardSkeleton_thumbnail__75Qi8{width:210px}}@media screen and (max-width:999px)and (max-width:767px){.ContentCardSkeleton_root__nYEcb:not([data-direction])>.ContentCardSkeleton_thumbnail__75Qi8{width:134px}}@media screen and (max-width:999px){.ContentCardSkeleton_root__nYEcb:not([data-direction])>.ContentCardSkeleton_body__DQmmv{flex:1 1;min-width:0}}.ContentCardSkeleton_root__nYEcb[data-direction=vertical]{display:flex;flex-direction:column;gap:var(--Spacing_100)}@media screen and (max-width:767px){.ContentCardSkeleton_root__nYEcb[data-direction=vertical]{gap:var(--Spacing_25)}}.ContentCardSkeleton_root__nYEcb[data-direction=vertical]>.ContentCardSkeleton_thumbnail__75Qi8{width:100%}.ContentCardSkeleton_root__nYEcb[data-direction=horizontal]{display:flex;flex-direction:row;gap:var(--Spacing_100);align-items:center}.ContentCardSkeleton_root__nYEcb[data-direction=horizontal]>.ContentCardSkeleton_thumbnail__75Qi8{width:210px}@media screen and (max-width:767px){.ContentCardSkeleton_root__nYEcb[data-direction=horizontal]>.ContentCardSkeleton_thumbnail__75Qi8{width:134px}}.ContentCardSkeleton_root__nYEcb[data-direction=horizontal]>.ContentCardSkeleton_body__DQmmv{flex:1 1;min-width:0}.ContentCardSkeleton_thumbnail__75Qi8{aspect-ratio:16/9}.ContentCardSkeleton_body__DQmmv{display:flex;flex-direction:column;gap:var(--Spacing_50)}.ContentCardSkeleton_text__dSMs6{height:16px}.ContentCardSkeleton_text__dSMs6:nth-of-type(3){width:70%}.ContentCardSkeleton_text__dSMs6:nth-of-type(4){width:50%}.SortSelect_button__1eiHr{display:flex;gap:var(--Spacing_50);align-items:center;color:var(--Content_Accent);font-weight:700;font-size:13px}.SortSelect_button__1eiHr svg{font-size:20px}.SearchRecommendList_container__K53WL{display:flex;flex-direction:column}@media screen and (max-width:767px){.SearchRecommendList_container__K53WL{background:none}}.SearchRecommendList_title__KxFM0{font-weight:700;font-size:22px;line-height:28px;margin-bottom:var(--Spacing_200);color:var(--Content_Primary)}@media screen and (max-width:767px){.SearchRecommendList_title__KxFM0{font-size:18px;line-height:22px;margin-bottom:var(--Spacing_150)}}.SearchResult_contents__bRHgE{height:100%;padding:var(--Spacing_0) var(--Spacing_400) var(--Spacing_400)}@media screen and (max-width:767px){.SearchResult_contents__bRHgE{padding:var(--Spacing_0) var(--Spacing_150) var(--Spacing_400)}}.SearchResult_host__OzGW6{height:100%}@media screen and (max-width:767px){.SearchResult_host__OzGW6{padding-bottom:var(--Spacing_150)}}.SearchResult_optionWrapper__O0g7f{display:flex;justify-content:space-between;align-items:flex-start;padding-top:var(--Spacing_200);padding-bottom:var(--Spacing_200);background:var(--bg-main)}@media screen and (max-width:767px){.SearchResult_optionWrapper__O0g7f{padding-top:var(--Spacing_150);padding-bottom:var(--Spacing_200)}}.SearchResult_resultCount__vdvk5{font-weight:400;font-size:13px;line-height:16px;color:var(--c-sub-label);font-weight:700}@media screen and (max-width:767px){.SearchResult_resultCount__vdvk5{font-size:12px;line-height:16px}}@media screen and (max-width:999px){.SearchResult_resultCount__vdvk5{margin-bottom:10px}}@media screen and (max-width:767px){.SearchResult_resultCount__vdvk5{margin:var(--Spacing_0);margin-top:var(--Spacing_50)}}.SearchResult_skeletonContainer__HG2E_{margin-top:var(--Spacing_400)}.SearchResult_panel__xacVm{display:flex;justify-content:center;align-items:center;margin:var(--Spacing_1000) var(--Spacing_0)}@media screen and (max-width:767px){.SearchResult_panel__xacVm{margin-top:var(--Spacing_600);margin-bottom:var(--Spacing_800)}}.SearchResult_content__BgxKC{display:flex;flex-direction:column;width:90%}.SearchResult_message__fLGrv{font-weight:700;font-size:22px;line-height:28px;margin-bottom:var(--Spacing_200);color:var(--c-gray-label);text-align:center}@media screen and (max-width:767px){.SearchResult_message__fLGrv{font-size:18px;line-height:22px}}.SearchResult_avoidWrap__dx_Mo{display:inline-block}@media screen and (max-width:767px){.SearchResult_avoidWrap__dx_Mo{display:block}}.SearchResult_annotation__gaBcd{font-weight:400;font-size:13px;line-height:16px;color:var(--c-gray-label);text-align:center}@media screen and (max-width:767px){.SearchResult_annotation__gaBcd{font-size:12px;line-height:16px}}.TagTitle_tagTitle__Dfe48{font-weight:700;font-size:22px;line-height:28px;padding:var(--Spacing_150) var(--Spacing_400) var(--Spacing_200) var(--Spacing_400);color:var(--Content_Primary)}@media screen and (max-width:767px){.TagTitle_tagTitle__Dfe48{font-size:18px;line-height:22px;padding:var(--Spacing_150) var(--Spacing_150)}}.TagTitle_skeleton__53zqp{flex-shrink:0;width:200px;height:28px;margin:var(--Spacing_150) var(--Spacing_0) var(--Spacing_200) var(--Spacing_400)}@media screen and (max-width:767px){.TagTitle_skeleton__53zqp{width:150px;height:22px;margin:var(--Spacing_150)}}.tagId_main__sU2Gp{display:flex;flex-direction:column;height:100%}@media screen and (max-width:767px){.tagId_main__sU2Gp{height:auto}}