/* SCOREBOOK_COMMUNITY_COMPLETE_BEGIN */
.scorebook-community-board .sb-community-login-guide {
    display:flex;align-items:center;gap:12px;flex-wrap:wrap;
    margin:18px 0 0;padding:14px 16px;border:1px solid #d9e5ef;
    border-left:4px solid #0b5f9f;border-radius:8px;background:#f7fbff;
    color:#526477;font-size:13px;line-height:1.5;
}
.scorebook-community-board .sb-community-login-guide strong{color:#0b365d;font-size:14px}
.scorebook-community-board .sb-community-login-guide a{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:5px;background:#06477d;color:#fff;font-weight:800;text-decoration:none}
.scorebook-community-board .sb-community-register,.scorebook-community-board .sb-community-login{white-space:nowrap}
.scorebook-photo-board .sb-gallery-thumb{aspect-ratio:4/3;overflow:hidden}
.scorebook-photo-board .sb-gallery-thumb img{width:100%;height:100%;object-fit:cover}
.portal-section-nav[data-community-menu],.sb-section-nav[data-community-menu]{overflow:hidden}
.portal-section-nav[data-community-menu] .portal-page-tabs,.sb-section-nav[data-community-menu] nav{overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
@media(max-width:720px){
  .scorebook-community-board .sb-community-login-guide{align-items:flex-start;flex-direction:column}
  .scorebook-community-board .sb-community-login-guide a{margin-left:0;width:100%}
}
/* SCOREBOOK_COMMUNITY_COMPLETE_END */
