@charset "utf-8";
@import url(./mts-font.css);

html,
body { 
	font-family: 'Jeju Gothic', "MyriadPro", "Nanum Gothic", sans-serif;
	height: 100%;
}
svg text { 
	font-family: "Open Sans", "Nanum Myeongjo", sans-serif;
}

#wrap {
  	min-height: 100%;
  	height: auto;
  	margin-top: -110px;
	padding-top: 220px;
}

.pos-rel { position: relative; }
.pos-abs { position: absolute; }
.dday-btn { 
    left: 0;
    z-index: 0;
}
.dday-btn-text {
	z-index: 1;
    font-size: 10px;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: 100%;
}
.dday-btn-div { height:14px; }
.ellipsis {
	list-style-position: inside;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}

#listPagination > li > a {
    border: 0;
    padding: 6px;
}
#listPagination > li > a:hover {
	background-color: transparent;
}
#listPagination > li.active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-weight: bold;
    line-height: 18px;
}

a:hover {
	text-decoration: none;
}