/* /resources/youth2028/css/common.css
   KSGI youth2028 공통 UI 기본값.
   각 페이지 전용 스타일은 index.css / video.css / study.css에 분리되어 있습니다. */
:root {
	--ksgi-blue-1: #0b5cab;
	--ksgi-blue-2: #0f75d6;
	--ksgi-blue-3: #0a4e96;
	--ksgi-header-h: 56px;
}
* { box-sizing: border-box; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
