:root{--jr-navy:#082b61;--jr-ink:#10233f;--jr-muted:#708097;--jr-line:#e4eaf1;--jr-soft:#f4f7fa;--jr-white:#fff;--jr-green:#19b67a;--jr-red:#e8616f;--jr-yellow:#f4b740}*{box-sizing:border-box}html,body{margin:0;background:var(--jr-soft);color:var(--jr-ink);font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.jr-site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid var(--jr-line);backdrop-filter:blur(12px)}.jr-header-inner{max-width:1160px;height:72px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:24px}.jr-brand{display:flex;align-items:center}.jr-brand img{display:block;width:118px;height:auto}.jr-nav{justify-self:center;display:flex;align-items:center;gap:8px}.jr-nav a{padding:10px 18px;border-radius:12px;color:#66758a;font-size:15px;font-weight:700}.jr-nav a:hover,.jr-nav .is-active{background:#eaf0f7;color:var(--jr-navy)}.jr-account{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.jr-logout{color:var(--jr-muted)}.jr-user{color:var(--jr-navy)}.jr-main{min-height:calc(100vh - 142px)}.jr-footer{max-width:1160px;margin:0 auto;padding:20px 24px 28px;color:#8a97a8;font-size:12px}.jr-footer p{margin:0}@media(max-width:720px){.jr-header-inner{height:62px;padding:0 16px;grid-template-columns:92px 1fr auto;gap:6px}.jr-brand img{width:86px}.jr-nav{gap:0}.jr-nav a{padding:9px 10px;font-size:13px}.jr-user{display:none}.jr-main{min-height:calc(100vh - 126px)}}

.jr-google-button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 12px;
	border: 1px solid #747775;
	border-radius: 999px;
	color: #1f1f1f;
	background: #fff;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.jr-google-button img {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	object-fit: contain;
}
.jr-google-button:hover {
	border-color: #5f6368;
	background: #f8fafd;
	box-shadow: 0 1px 2px rgba(60,64,67,.22);
}
.jr-google-button:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 3px;
}
.jr-google-button:active {
	background: #eef3fc;
}
.jr-google-account-entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}
.jr-google-helper {
	color: #66758a;
	font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}
