<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pull-right { float:right; }
.href-link { color:#0098d8 !important; }
.href-link:hover { color:#163783 !important; text-decoration:underline; }
.default-btn {
	display: inline-block;
	background: #0098d8;
	background: linear-gradient(0deg, #0098d8 50%, #0098d8 100%);
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
	border: 0;
	font-weight: 500;
	font-size: 1rem;
}
.navbar-brand .logo { max-width: 300px; }
@media screen and (max-width: 650px) {
  .navbar-brand .logo { max-width: 200px; }
}
#footer-work-time {
    line-height: 18px;
    list-style: none;
    padding: 0;
    overflow: hidden;
    position: relative
}
#footer-work-time li {
    font-weight: normal;
    letter-spacing: 0.2px;
    width: 100%;
    display: inline-block
}
#footer-work-time .date {
    background: transparent;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    float: left;
    padding: 5px 5px 5px 0px;
    margin: 0
}
#footer-work-time .time {
    background: transparent;
    position: relative;
    color: #0098d8;
    float: right;
    width: auto;
    max-width: 100%;
    padding: 5px 0px 5px 5px;
    margin: 0
}
#footer-work-time .line-box {
    position: relative;
    top: 12px;
    overflow: hidden
}
#footer-work-time .line-dotted {
    position: relative;
    border-top: 2px dotted #ccc;
    z-index: 1;
    left: 0
}
.footerlink { color:#fff; margin-top:20px; }
.footerlink a { margin:5px 20px; color:#fff; }
.footerlink a:hover { color:#0098d9; }
</pre></body></html>