body {
  font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
  margin: 0;
  background-color: rgb(234, 234, 234);
}
head {
  font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
}

.text-bold {
  font-weight: bold;
}

.header {
  background-color: #202020;
  color: white;
  height: 180px;
  text-align: center;
  margin: 0px;
  padding-top: 30px;
  font-size: 200%;
}

.header-img {
  height: 100px;
}

.header-img img {
  max-height: 100%;
  clip-path: circle();
}

.header-title {
  font-size: 120%;  
}

.header-title a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

main {
  margin-bottom: 30px;
}
.content {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  box-shadow: 0 0 40px rgba(71, 51, 31, 0.2);
  background-color: white;
}

.row-content {
  display: flex;
  display: -ms-flexbox;
  padding-top: 20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  -ms-flex-grow: 1;
  -ms-flex-shrink: 1;
  -ms-flex-basis: 0;
  border: 1px solid rgb(238, 238, 238);
  min-width: 320px;
}

.item-text {
  padding: 15px;
}
.item:not(:first-child) {
  margin-left: 10px;
}

.item-img img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
}

.item-text-header {
  font-size: 150%;
  margin-bottom: 5px;
}

.item-text-header a {
  text-decoration: none;
  color: #268bd2;
}

.item-text-header a:hover {
  font-weight: bold;
}

.item-text-content p {
  margin: 0px;
  margin-bottom: 5px;
}

.row {
  border: 1px solid rgb(238, 238, 238);
  margin-top: 15px;
}

.ref-box {
  padding: 10px 20px;
}

.ref-content {
  display: flex;
  padding-top: 10px;
  flex-wrap: wrap;
}

.ref-col {
  flex: 1 1 0;
  min-width: 195px;
  margin-bottom: 15px;
}

.ref-col:not(:first-child) {
  margin-left: 5px;
}

.ref-header {
  font-size: 150%;
  font-weight: bolder;
}
.ref-col-header {
  font-size: 110%;
}

.ref-col-content ul {
  margin: 0;
  list-style: none;
  padding-left: 20px;
} 

.ref-col a {
  text-decoration: none;
  color: #268bd2;
  font-family: 'Source Code Pro', monospace;
  font-size: 100%;
  padding: 5px;
} 

.ref-col a:hover {
  border: 1px solid #ddd;
}

.comment-box .comment-content {
  float: left;
  width: 55%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: grey;

}

.comment-box .comment-content:hover {
  border-bottom: 1px solid #5f5f5f;
  margin-right: none;
}

.item-text-header.comment {
  padding-bottom: 4px;
}

.comment-box .comment-author {
  display: inline-block;
  position: relative;
  width: 45%;
  text-align: right;
  font-size: small;
}

.comment-box .comment-author::before {
  content: "by";
  font-style: italic;
  margin-right: 3px;
}

.comment-box .comment-date {
  color: #268bd2;
  margin-left: 5px;
}

.comment-box a {
  text-decoration: none;
  color: #5f5f5f;
}

.comment-box a:visited {
  color: #5f5f5f;
}

.new-article {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.new-article .item-text-header {
  font-size: 160%;
  margin-bottom: 12px;
  font-weight: bold;
}
.new-article-entry {
  font-size: 15px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.new-article-entry a {
  text-decoration: none;
  color: #268bd2;
  display: inline-block;

}

.new-article-entry a:hover {
  border-bottom: 1px solid #268bd2;
}

.new-article-deco {
  font-size: 17px;
  margin-left: 10px;
  font-variant: small-caps;
  font-weight: lighter;
}

#visitor {
  width: 100%;
}

.visitor-box {
  padding-left: 5px;
}

.new-article-new {
  font-size: 80%;
  margin-left: 6px;
  color: red;
}

@media (max-width: 695px) {
  .item:not(:first-child) {
    margin-top: 10px !important;
  }
  
  .item {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

}

.enter-community {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #444E6E;
  margin:46px 28px 46px 28px;
  width: 100%;
  border-radius: 5px;
}

.enter-community a {
  text-decoration: none;
  font-size: 180%;
  color: #373c3e;
  padding: 20px 15px 20px 15px;
  font-weight: bold;
  align-self: center;
  background-color: #eed369;
  border-radius: 5px;
}

.enter-community p {
  font-size: 90%;
  align-self: center;
}

.cse {
  width: 99%;
}

.search-bar-text {
  margin-left: 15px;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
}