@charset "utf-8";
/*=====     font-color     =====*/
.orange {
	color: #F2972C;
}
.white   {
	color: #FFFFFF;
}
/*=====     font-size     =====*/
.bold {
	font-weight: bold;
}
.fnt10 {
	font-size: 10px;
}
.fnt11 {
	font-size: 11px;
}
.fnt12 {
	font-size: 12px;
	overflow-y: auto;
}
.fnt13 {
	font-size: 13px;
}
.fnt14 {
	font-size: 14px;
}
.fnt15 {
	font-size: 15px;
}
/*=====     margin     =====*/
/* top */

/* right */
.mgr5 {
	margin-right: 5px;
}
.mgr8 {
	margin-right: 8px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr25 {
	margin-right: 25px;
}
.mgr30 {
	margin-right: 30px;
}
.mgr35 {
	margin-right: 35px;
}
.mgr40 {
	margin-right: 40px;
}
.mgr45 {
	margin-right: 45px;
}
.mgr50 {
	margin-right: 50px;
}

/* bottom */
.mgb5 {
	margin-bottom: 5px;
}
.mgb8 {
	margin-bottom: 8px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb25 {
	margin-bottom: 25px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb35 {
	margin-bottom: 35px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb100 {
	margin-bottom: 100px;
}
.mgb200 {
	margin-bottom: 200px;
}
/* left */
.mgl5 {
	margin-left: 5px;
}
.mgl8 {
	margin-left: 8px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl15 {
	margin-left: 15px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl25 {
	margin-left: 25px;
}
.mgl30 {
	margin-left: 30px;
}
.mgl35 {
	margin-left: 35px;
}
.mgl40 {
	margin-left: 40px;
}
.mgl45 {
	margin-left: 45px;
}
.mgl50 {
	margin-left: 50px;
}
/*=====     paddong     =====*/
/* top */
.pdt5  {
	padding-top: 5px;
}
.pdt10  {
	padding-top: 10px;
}
.pdt20  {
	padding-top: 20px;
}
.pdt30  {
	padding-top: 30px;
}
.pdt40  {
	padding-top: 40px;
}
.pdt50  {
	padding-top: 50px;
}
/* bottom */
.pdb200 {
	padding-bottom: 200px;
}