@font-face {
  font-family: NanumSquareR;
  font-weight: normal;
  src: url('../fonts/NanumSquareOTFRegular.woff') format('woff'), url('../fonts/NanumSquareOTFRegular.otf') format('opentype');
}
@font-face {
  font-family: NanumSquareB;
  src: url('../fonts/NanumSquareOTFBold.woff') format('woff'), url('../fonts/NanumSquareOTFBold.otf') format('opentype');
}
@font-face {
  font-family: NanumSquareEB;
  src: url('../fonts/NanumSquareOTFExtraBold.woff') format('woff'), url('../fonts/NanumSquareOTFExtraBold.otf') format('opentype');
}
body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #121314;
  position: relative;
}
a {
  text-decoration: none;
  color: #4f4f51;
}
a:hover {
  text-decoration: none;
  color: #175cb6;
}
.active a {
  color: white;
}
p {
  margin-bottom: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
strong {
  font-weight: bold;
}
input[type="password"],
.brand,
.navbar-brand {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
br {
  font-family: sans-serif;
}
.card {
  display: block;
  position: relative;
  border-radius: 0;
}
.card .card-body {
  border-top: 1px solid #f3f3f3;
  padding: 10px;
}
.card .card-img-top {
  border-radius: 0;
}
.card .card-category {
  color: #949799;
  font-size: 10px;
  margin-bottom: 3px;
}
.card .card-title {
  margin: 0;
}
.card .card-text {
  margin-top: 5px;
  font-weight: 300;
}
.card .card-info {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  padding-top: 5px;
}
.card .card-info img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.card .label {
  width: 25%;
  position: absolute;
  top: 5px;
  right: 5px;
}
.navbar .divider-vertical {
  height: 20px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}
.navbar .divider-vertical .navbar-brand {
  margin-left: 0;
}
.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}
@media (max-width: 767px) {
  .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}
footer,
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  background-color: #324452;
}
footer a,
.footer a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
footer .footer-content,
.footer .footer-content {
  margin-bottom: 300px;
}
footer .divider-horizontal,
.footer .divider-horizontal {
  margin-top: 16px;
  margin-bottom: 16px;
}
footer .copyright,
.footer .copyright {
  font-size: 12px;
}
footer .brand,
.footer .brand {
  margin-bottom: 30px;
}
.iframe-responsive-container {
  position: relative;
  padding-bottom: 58%;
  padding-top: 25px;
  height: 0;
}
.iframe-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border-gray-1px {
  border: 1px solid #f3f3f3;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.divider-horizontal {
  width: 100%;
  height: 1px;
  border-top: 1px solid #f3f3f3;
}
.section-title {
  font-weight: bold;
}
.btn {
  border-radius: 3px;
}
.card {
  margin-bottom: 30px;
}
.empty-list {
  margin-top: 100px;
  margin-bottom: 100px;
}
.sidebar .sidebar-index {
  padding-bottom: 70px;
}
.page-header {
  padding: 32px 20px;
  background-color: #777;
  color: white;
}
.page-header .page-title {
  padding: 0;
  margin: 0;
}
.page-body {
  margin-top: 48px;
}
.page-body-comments a {
  color: #175cb6;
}
.page-body-comments a:hover {
  color: #4B8FE8;
}
.page-link {
  color: inherit;
}
.nav-pills .nav-link.active {
  color: #121314;
  background-color: #f3f3f3;
}
