@charset "utf-8";

body { width: 100%; height: 100%; font-family: 'SCoreDream', sans-serif; font-size:20px; font-weight: 400; line-height: 1.5em;
	word-break: keep-all; word-wrap: break-word; color: #000; position: relative; background: url(../../img/web_bg.png) no-repeat; background-size: cover; background-attachment: fixed; }
.wrap{ width: 100%; max-width: 1980px; margin: 0 auto; padding: 0 65px; }
.mob{ display: none; }
@media (max-width:991px) {
	body{ font-size:12px; }
	.wrap{ padding: 0 20px; }
	.web{ display: none; }
	.mob{ display: block; }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0; line-height: 1.3em; font-weight: 400; }

/*기준색*/
	.tc_01 { color: #2BD5B4 !important; }
	.tc_02 { color: #9481ce !important; }

	.bc_01 { color: #fff !important; background: #2BD5B4 !important; }
	.bc_02 { background: #dccee8 !important; }
	.bc_03 { background: #fff !important; }
	.bc_04 { background: #f7f5fb !important; }
	
	.bc_05 { background: #635a44 !important; }
	.bc_06 { background: #f65178 !important; }

	.bc_07 { color: #fff !important; background: #7c62fb !important; }
	.bc_08 { color: #fff !important; background: #a293ea !important; }
	.bc_09 { color: #fff !important; background: #d291f7 !important; }
	.bc_10 { color: #fff !important; background: #c7a2f2 !important; }
	
	.bt_01 { color: #fff !important; background: #6d8ff7 !important; }
	.bt_02 { color: #fff !important; background: #afafe2 !important; }
	.bt_03 { color: #fff !important; background: #dd83fa !important; }
	

	