@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+KR);
@import url(//fonts.googleapis.com/css2?family=Nanum+Gothic);
@charset "UTF-8";
html, body {
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Nanum Gothic", Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", "Sans-serif";
}

.fl, .leftBox {
  float: left;
}

.fr, .rightBox {
  float: right;
}

.cr, .clear {
  clear: both;
}

a, a:link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: none;
  color: #555;
}

#container {
  min-height: 100%;
  padding-bottom: 90px;
  background-color: #fafafa;
  position: relative;
}

.mr-8 {
  margin-right: 8px;
}

.content-header {
  height: 122px;
  margin-bottom: 35px;
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.03);
  background-color: white;
  border-bottom: 1px solid #d8dbe1;
}

.common-navigation {
  margin-top: 9px;
}

.btn-auth {
  font-size: 12px;
  padding: 4px;
  cursor: pointer;
  text-align: right;
  margin-top: 9px;
}
.btn-auth a {
  color: #707070;
}
.btn-auth a:hover {
  color: #555;
}

.btn-home a {
  color: black;
}

#header-row-1 {
  padding: 15px;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
}
#header-row-1 span {
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
}

#header-row-2 {
  padding: 15px;
  text-align: right;
}
#header-row-2 span {
  font-size: 14px;
  padding: 4px;
  cursor: pointer;
}

.box-search {
  border: 0px;
  box-shadow: none;
  margin: 0px;
}

.dropdown-menu.menu-pull-left {
  left: -50px !important;
}

.sidebar-block {
  margin-bottom: 30px;
}
.sidebar-block .sidebar-header {
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 13px;
}
.sidebar-block .sidebar-header .sidebar-label {
  font-size: 15px;
  font-weight: 400;
  float: left;
  color: black;
}
.sidebar-block .sidebar-header .sidebar-more {
  float: right;
  font-size: 12px;
}
.sidebar-block .sidebar-header .sidebar-more a {
  color: #b5b5b5;
}
.sidebar-block .sidebar-header .sidebar-more a:hover {
  color: #3f3f3f;
}
.sidebar-block .sidebar-list li {
  font-size: 12px;
  list-style-type: none;
  line-height: 1.7em;
}

.sidebar-block-meta {
  color: #b3b1b1;
}
.sidebar-block-meta a {
  font-size: 12px;
  color: #b3b1b1;
}

#footer {
  background-color: #252525;
  min-height: 90px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 15px;
}
#footer .block-family .link-family a {
  padding: 15px;
  display: block;
  color: #c8c8c8;
}
#footer .block-family .link-family a:hover {
  color: #a0a0a0;
}
#footer .block-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 8px;
  text-align: center;
  color: #a0a0a0;
  padding: 10px;
}

.block-header {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 7px;
}

.main-block {
  margin-bottom: 25px;
}
.main-block a .post-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 10px;
  padding-top: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1.4;
}
.main-block a .post-content {
  overflow: hidden;
  max-width: 95%;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  font-size: 0.875em;
  line-height: 1.5rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-block a .post-info {
  font-size: 8px;
  color: #999;
}
.main-block a:hover .post-title {
  text-decoration: underline;
}

.box-auth {
  width: 250px;
  margin: 240px auto 0;
}
.box-auth .auth-title {
  text-align: center;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#post .post-title {
  font-size: 30px;
  color: #434a53;
  padding-bottom: 20px;
  font-weight: bold;
}
#post .post-meta {
  margin-bottom: 20px;
}
