@charset "utf-8";

@import url(base.css);
@import url(template.css);
@import url(head_layout.css);
@import url(foot_layout.css);
@import url(/nanum/site/builder/skin/common/css/pretendard.css);
@import url(/nanum/site/common/css/webfont/notosanskr.css);

@media {
	:root {
	--colors-blue:#1065d9;
	--colors-lightblue:#e6eff8;
	--colors-lightblue2:#f7f9fc;
	--colors-red:#e61212;
	--colors-powder-pink:#fff8f8;
	--colors-black:#000;
	--colors-white:#fff;
	--colors-gray100:#f9fafc;
	--colors-gray200:#f9f9f9;
	--colors-gray250:#f7f7f7;
	--colors-gray300:#f5f5f5;
	--colors-gray400:#e9e9e9;
	--colors-gray500:#e5e5e5;
	--colors-gray600:#c2c2c2;
	--colors-gray700:#888;
	--colors-gray800:#d5d5d5;
	--colors-gray900:#ededed;
	--colors-green:#128892;
	}
}