@charset "utf-8";

/** CSS 초기화  **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
}

body {
    line-height: 1;
    margin: 0px;
    font-family:'Malgun Gothic';
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a:-webkit-any-link {
	cursor: pointer;
}


/** body **/
.content-body {
    position: relative;
}
.content-body:after {
    content: "";
    display: block;
    clear: both;
}

@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgun);
	src : url(/font/malgun.eot); /* IE 호환성 보기 */
	src : url(malgun.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgun.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgun.ttf) format('truetype');
	font-weight : 300;
}
@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgun);
	src : url(/font/malgun.eot); /* IE 호환성 보기 */
	src : url(malgun.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgun.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgun.ttf) format('truetype');
	font-weight : 400;
}
@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgun);
	src : url(/font/malgun.eot); /* IE 호환성 보기 */
	src : url(malgun.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgun.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgun.ttf) format('truetype');
	font-weight : 500;
}
@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgunbd);
	src : url(/font/malgunbd.eot); /* IE 호환성 보기 */
	src : url(malgunbd.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgunbd.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgunbd.ttf) format('truetype');
	font-weight : 600;
}
@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgunbd);
	src : url(/font/malgunbd.eot); /* IE 호환성 보기 */
	src : url(malgunbd.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgunbd.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgunbd.ttf) format('truetype');
	font-weight : 700;
}
@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgunbd);
	src : url(/font/malgunbd.eot); /* IE 호환성 보기 */
	src : url(malgunbd.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgunbd.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgunbd.ttf) format('truetype');
	font-weight : 800;
}
@font-face{
	font-family : MalgunGothic;
	src : local(/fonts/malgunbd);
	src : url(/font/malgunbd.eot); /* IE 호환성 보기 */
	src : url(malgunbd.eot?#iefix) format('embedded-opentype'), /* IE 6 ~ 8 */
		  url(/font/malgunbd.woff) format('woff'), /* 모던 브라우저 */
		  url(/font/malgunbd.ttf) format('truetype');
	font-weight : 900;
}

tbody>tr>td[rowspan]{
vertical-align: middle !important;
}

/*************************************************************
			text drag background | #ffde00
*************************************************************/
/* ::selection { background: rgba(255,239,51,0.4); color: #000; } */
/* ::-moz-selection { background: rgba(255,239,51,0.4); color: #000; } */
/* ::-webkit-selection { background: rgba(255,239,51,0.4); color: #000; } */


/*************************************************************
						PROGRESS BAR
*************************************************************/
.myProgress {
	visibility: hidden;
	display: none;
}
.myBar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10000;
}
.progressBg {
	visibility: hidden;
	display: none;
	filter: alpha(opacity=70); 
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000;
}



/*************************************************************
			아래 스타일 수정 및 변경 금지 | 리스트 건수 부분 ▶ 목록 [2]건
*************************************************************/
.gyro_rowCountStyle {
    padding: 0 30px 0 0;
}
.gyro_rowCountStyle > span {
	position: relative;
	top: -3px;
    line-height: 13px;
    padding: 0px 7px;
}
.gyro_rowCountStyle > span > b {
	color: red;
	font-size: 1.2em;
	position: relative;
	top: -1px;
    padding: 0px 7px;
}

