/* Every family: shared blue symbol, light family name and bold service name. */
:root{--accent:#07558d;--pink:#07558d}
body>header .brand:before{content:none!important;display:none!important}
body>header .brand{display:flex;align-items:center;gap:7px;width:220px;min-width:220px;box-sizing:border-box;padding:0 8px 0 60px!important;text-decoration:none}
.ec-brand-mark{width:30px;height:30px;object-fit:contain;flex:none}
.brand .ec-brand-name{display:inline-block;font-family:"Pretendard Variable",Pretendard,"Noto Sans KR","Malgun Gothic",sans-serif;font-size:27px;line-height:1.1;letter-spacing:-1.1px;color:#07558d;white-space:nowrap;font-weight:300}
.ec-brand-name strong{font-weight:900}
body:has(#workspace[hidden])>header .brand{padding-left:14px!important}
@media(max-width:700px){body>header .brand{width:200px;min-width:200px;padding-left:58px!important;gap:5px}.ec-brand-mark{width:26px;height:26px}.brand .ec-brand-name{font-size:23px}body:has(#workspace[hidden])>header .brand{padding-left:12px!important}}
