.Header-module__Af2_WG__header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#ffffffdb;position:sticky;top:0}.Header-module__Af2_WG__nav{justify-content:space-between;align-items:center;padding:14px 32px;display:flex}@media (max-width:640px){.Header-module__Af2_WG__nav{padding:12px 20px}}.Header-module__Af2_WG__logoBlock{align-items:center;display:flex}.Header-module__Af2_WG__logoImg{width:auto;height:36px;margin-right:8px;display:block}.Header-module__Af2_WG__brandDivider{background:var(--line);width:1px;height:13px;margin-right:8px;display:inline-block}.Header-module__Af2_WG__brandText{color:var(--ink-soft);margin-right:8px;font-size:14.5px;font-weight:700;text-decoration:none}.Header-module__Af2_WG__logoBlock>:last-child{margin-right:0}.Header-module__Af2_WG__instituteDivider,.Header-module__Af2_WG__instituteBrand{display:none}@media (min-width:901px){.Header-module__Af2_WG__instituteDivider{display:inline-block}.Header-module__Af2_WG__instituteBrand{display:inline}}a.Header-module__Af2_WG__brandLink{cursor:pointer;transition:color .15s}a.Header-module__Af2_WG__brandLink:hover{color:var(--red-on-container)}.Header-module__Af2_WG__rightGroup{align-items:center;display:flex}.Header-module__Af2_WG__links{display:none}@media (min-width:901px){.Header-module__Af2_WG__links{align-items:center;gap:8px;display:flex}}.Header-module__Af2_WG__navLink{color:var(--ink-soft);border-radius:999px;padding:9px 16px;font-size:15.5px;font-weight:500;transition:background .15s,color .15s}.Header-module__Af2_WG__navLink:hover{background:var(--surface);color:var(--ink)}.Header-module__Af2_WG__btnLogin{background:var(--red);color:var(--white);box-shadow:var(--shadow-sm);border-radius:999px;margin-left:10px;padding:11px 22px;font-size:15px;font-weight:600;transition:background .15s,transform .15s,box-shadow .15s}.Header-module__Af2_WG__btnLogin:hover{background:var(--red-deep);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Header-module__Af2_WG__btnWrite{color:var(--red);background:var(--red-container);border-radius:999px;margin-right:4px;padding:9px 18px;font-size:15px;font-weight:600;transition:background .15s,transform .15s}.Header-module__Af2_WG__btnWrite:hover{background:#fbd4d8;transform:translateY(-1px)}.Header-module__Af2_WG__snsRow{align-items:center;gap:4px;margin:0 4px;display:flex}@media (max-width:1120px){.Header-module__Af2_WG__snsRow{display:none}}.Header-module__Af2_WG__snsLink{opacity:.85;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .15s,transform .15s;display:flex}.Header-module__Af2_WG__snsLink img{display:block}.Header-module__Af2_WG__snsLink:hover{opacity:1;transform:translateY(-1px)}.Header-module__Af2_WG__hamburgerBtn{border-radius:var(--radius-md);cursor:pointer;width:34px;height:34px;color:var(--ink);background:0 0;border:none;justify-content:center;align-items:center;font-size:19px;line-height:1;transition:background .15s;display:flex}.Header-module__Af2_WG__hamburgerBtn:hover{background:var(--surface)}@media (min-width:901px){.Header-module__Af2_WG__hamburgerBtn{display:none}}.Header-module__Af2_WG__profileWrap{margin-left:6px;position:relative}.Header-module__Af2_WG__profileTrigger{cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:9px;padding:4px 6px 4px 4px;transition:background .15s;display:flex}.Header-module__Af2_WG__profileTrigger:hover{background:var(--surface)}.Header-module__Af2_WG__avatar{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--red) 0%, #7a0e1f 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:700;display:flex}.Header-module__Af2_WG__profileTrigger .Header-module__Af2_WG__nickname{color:var(--ink);font-size:15px;font-weight:600}.Header-module__Af2_WG__profileMenu{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);width:230px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;padding:8px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-6px)}.Header-module__Af2_WG__profileWrap.Header-module__Af2_WG__open .Header-module__Af2_WG__profileMenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__Af2_WG__profileMenuHead{border-bottom:1px solid var(--line);margin-bottom:8px;padding:12px 12px 14px}.Header-module__Af2_WG__mhName{font-size:15.5px;font-weight:700}.Header-module__Af2_WG__mhPoint{background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;margin-top:8px;padding:8px 10px;display:flex}.Header-module__Af2_WG__mhPoint span{color:var(--ink-soft);font-size:13.5px}.Header-module__Af2_WG__mhPoint b{font-family:var(--font-roboto-mono), monospace;color:var(--red);font-size:15px}.Header-module__Af2_WG__profileMenu a,.Header-module__Af2_WG__profileMenu button{width:100%;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:15px;font-weight:500;transition:background .12s,color .12s;display:flex}.Header-module__Af2_WG__profileMenu a:hover,.Header-module__Af2_WG__profileMenu button:hover{background:var(--surface);color:var(--ink)}.Header-module__Af2_WG__profileMenu a.Header-module__Af2_WG__danger,.Header-module__Af2_WG__profileMenu button.Header-module__Af2_WG__danger{color:var(--red);text-align:left}.Header-module__Af2_WG__profileMenu a.Header-module__Af2_WG__danger:hover,.Header-module__Af2_WG__profileMenu button.Header-module__Af2_WG__danger:hover{background:var(--red-container)}.Header-module__Af2_WG__menuIcon{text-align:center;width:16px;font-size:15px}.Header-module__Af2_WG__notifDot{background:var(--red);border-radius:50%;width:7px;height:7px;margin-left:auto}.Header-module__Af2_WG__mobileCtaRow{justify-content:center;align-items:center;gap:8px;padding:0 20px 14px;display:flex}.Header-module__Af2_WG__mobileCtaRow .Header-module__Af2_WG__btnWrite,.Header-module__Af2_WG__mobileCtaRow .Header-module__Af2_WG__btnLogin{margin:0}@media (min-width:901px){.Header-module__Af2_WG__mobileCtaRow{display:none}}.Header-module__Af2_WG__btnInstitute{color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:10px 18px;font-size:15px;font-weight:600;transition:background .15s,color .15s}.Header-module__Af2_WG__btnInstitute:hover{background:var(--surface-2);color:var(--ink)}.Header-module__Af2_WG__mobileMenu{border-top:1px solid var(--line);flex-direction:column;gap:2px;padding:4px 20px 18px;display:flex}@media (min-width:901px){.Header-module__Af2_WG__mobileMenu{display:none}}.Header-module__Af2_WG__mobileMenuLink{color:var(--ink-soft);border-radius:10px;padding:12px 10px;font-size:15.5px;font-weight:600;transition:background .15s,color .15s}.Header-module__Af2_WG__mobileMenuLink:hover{background:var(--surface);color:var(--ink)}.Header-module__Af2_WG__mobileSnsRow{align-items:center;gap:10px;padding:10px 10px 2px;display:flex}
.Footer-module__EZoWya__footer{background:var(--surface);border-top:1px solid var(--line);margin-top:auto;padding:56px 0 30px}.Footer-module__EZoWya__footerTop{border-bottom:1px solid var(--line);flex-flow:column wrap;justify-content:space-between;gap:30px;padding-bottom:34px;display:flex}@media (min-width:901px){.Footer-module__EZoWya__footerTop{flex-direction:row}}.Footer-module__EZoWya__tagline{color:var(--ink-soft);max-width:280px;margin-top:16px;font-size:14.5px}.Footer-module__EZoWya__snsRow{align-items:center;gap:8px;margin-top:16px;display:flex}.Footer-module__EZoWya__snsLink{opacity:.85;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .15s,transform .15s;display:flex}.Footer-module__EZoWya__snsLink img{display:block}.Footer-module__EZoWya__snsLink:hover{opacity:1;transform:translateY(-1px)}.Footer-module__EZoWya__footerCols{flex-wrap:wrap;gap:36px;display:flex}@media (min-width:901px){.Footer-module__EZoWya__footerCols{flex-wrap:nowrap;gap:64px}}.Footer-module__EZoWya__footerCol h4{color:var(--muted);letter-spacing:.02em;margin-bottom:14px;font-size:14px;font-weight:600}.Footer-module__EZoWya__footerCol a{color:var(--ink-soft);margin-bottom:10px;font-size:15px;display:block}.Footer-module__EZoWya__footerCol a:hover{color:var(--red)}.Footer-module__EZoWya__footerBottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:13.5px;display:flex}
