/**
 * cssÆÄÀÏ ³»¿¡¼­ import ÇØ¼­ ¾²´Â °øÅë ui css ÆÄÀÏ
 * page ³»¿¡¼­ µû·Î loadÇØ¼­ ¾²Áö ¾Ê°í, cssÆÄÀÏ¿¡¼­ importÇØ¼­ ½á¾ß ÇÕ´Ï´Ù.
 *
 * @author ¹ÚÀç¼º
 * @author ¼­À±¾Æ
 */
.clear {
	clear:both;
	height:0px;
}

/* text */
.text {
}

.text.bold {
	font-weight: bold;
}
.text.w-normal {
	font-weight: normal;
}
.text.little {
	font-size: 11px;
}
.text.small {
	font-size: 12px;
}

.text.normal {
	font-size: 13px;
}
.text.large {
	font-size: 14px;
}

.text.larger {
	font-size: 16px;
}
.text.big 
	font-size: 20px;
}
.text.blue {
	color: #2188f1;
}
.text.red {
	color: #fa2828;
}
.text.green {
	color: #29aa3a;
}
.text.orange {
	color: #ff9a16;
}
.text.s20 {
	font-size: 20px;
}
.text.s21 {
	font-size: 21px;
}
.text.s22 {
	font-size: 22px;
}
.text.s15 {
	font-size: 15px;
}
.text.s17 {
	font-size: 17px;
}
.text.s30 {
	font-size: 30px;
}
.text.s33 {
	font-size: 33px;
}
.text.s36 {
	font-size: 36px;
}
.text.s24 {
	font-size: 24px;
}
.text.s25 {
	font-size: 25px;
}
.text.s18 {
	font-size: 18px;
}
.text.underline {
	text-decoration: underline;
}
.text.black {
	color: #222;
}
.text.tahoma {
	font-family: Tahoma;
}

.text.gray {
	color: #b8b8b8;
}
.text.white {
	color: #fff;
}
.spacing {
	letter-spacing: 0px;
}
.border {
}
.border.red {
	border: 1px solid #fa2828;
}
.border.blk {
	border-top: 1px solid #387bce;
}
.border.yel {
	border-top: 1px solid #f5911f;
}