/* ·¹ÀÌ¾Æ¿ô CSS */
body {
	line-height: 1.5;
	color: #555;
	font-family: 'Noto Sans KR', 'roboto', 'Lato', sans-serif;
}
a {
	text-decoration: none !important;
	color: #538ACD;
}
a:hover { color: #222; }
a img { border: none; }
img { max-width: 100%; }
iframe { border: none !important; }

.clear { clear: both; }


/* ---------------- header ---------------- */
.top-logo {
    padding:  .75rem 0rem;
}
.breadcrumb {
    background-color: #fff;
    font-size: 12px;
}
ol.breadcrumb { float: right; }

div.col.text-right > nav > ol.breadcrumb > li.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    content: ":";
}
div.col.text-right > nav > ol.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none !important;
    color: rgba(0,0,0,.5);
}
div.col.text-right > nav > ol.breadcrumb {
    padding: .25rem 0rem;
}


/* ---------------- footer ---------------- */