@charset "utf-8";

/** 가상클래스 **/
@import './_root.css';

/** flex 클래스 **/
@import './_flex.css';

/** 레이아웃 클래스 **/
@import './_layout.css';

/** 메인 클래스 **/
@import './_main.css';

/** 콘텐츠 클래스 **/
@import './_contents.css';




/* reset */
.mt50 {
	margin-top: 50px;
}

.d-block {
	display: block;
}

.wid50 {
	width: 50% !important;
}

.bg_blue {
	background: var(--bg-blue) !important;
}

.bg_sky {
	background: var(--bg-sky) !important;
}

.bg_green {
	background: var(--bg-green) !important;
}

.bg_red {
	background: var(--bg-red) !important;
}

.bg_gray {
	background: var(--bg-gray) !important;
}