@charset "utf-8";
/*add.css20241128*/
.first-stage {
    background: #e5e5e5;
    padding-top: 12px;
    padding-bottom: 12px;
}
.explain {
    height: 100px;
    background: #fff;
    padding-top: 10px;
    border-radius: 7px;
    border: 1px solid #ddd;
}

.sv_member {
	display:block !important;
}
a {
	
    text-decoration: none;
}

/* 아직 방문하지 않은 링크의 글자색 정의 */
a:link {
  	color: #555;
    text-decoration: none;
}

/* 사용자가 방문한 적이 있는(클릭한 이후) 링크의 글자색 
정의 */
a:visited {
  	color: #555;
    text-decoration: none;
}

 마우스를 링크에 올려두었을 때, 글자색을 정의 
a:hover {
  	color: #555;
    text-decoration: none;
}

 마우스로 링크를 클릭하고 뗄 때까지의 글자색을 정의 
a:active {
  	color: #555;
    text-decoration: none;
}
.page_num{
margin-top:0;
margin-bottom:0;
}

.breadcrumb {

    float: right !important;
	margin-top:10px;
}

