@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;600&display=swap');

    * {
      /* -webkit-user-drag: none; */
      /* -webkit-touch-callout: none; */
      /* -webkit-user-select: none; */
      /* -khtml-user-select: none; */
      /* -moz-user-select: none; */
      /* -ms-user-select: none; */
      /* user-select: none; */
      /* touch-action: none; */
      /* touch-action: pan-y; */
    }
pre{
  font-family: 'IBM Plex Sans KR', sans-serif;

}

/* 기본설정 */
body {
  background: rgb(0, 0, 0);
  margin: 0;
  color: #fff;
  margin-top: 50px;
}

a {
  text-decoration: none;
  color: rgb(121, 174, 255);
}

/* 모나코에디터 */
.monaco_container {
  display: none;
}

.monaco_code {
  position: absolute;
  left: -1000000px;
  top: 0px;
}

/* 메인메뉴에 대해서 */
#mainmenu {
  background: rgb(22, 22, 22);
  padding: 10px;
  overflow: hidden;
  /* height: 30px; */
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  /* backdrop-filter: blur(50px); */
  /* filter: blur(4px); */
}

#mainmenu>* {
  position: relative;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

#logo {
  float: left;
  color: white;
  font-family: 'IBM Plex Sans KR', sans-serif;
  font-size: 25px;
  font-weight: 600;
}

#mainmenu>nav {
  float: right;
}

#mainmenu>nav>ul {
  padding: 0px;
  margin: 0px;
}

#mainmenu>nav>ul>li>a {
  color: white;
  font-size: 20px;

}

#mainmenu>nav>ul>li {
  display: inline;
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}


/* 푸터 */

footer {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #666;
  background: #eee;
  bottom: 0px;
  font-family: 'IBM Plex Sans KR', sans-serif;
}

/* 메인컨텐트 */

#content {
  font-family: 'IBM Plex Sans KR', sans-serif;
  box-sizing: border-box;
  padding: 10px;
}

#content>header>h1 {
  font-family: 'IBM Plex Sans KR', sans-serif;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#content>main {
  display: inline-block;
  font-size: 20px;
  width: 100%;
}

#content>main figure {
  padding: 0px;
  margin: 0px;
}

/* 아티클 */
#articles {
  font-family: 'IBM Plex Sans KR', sans-serif;
}
.pmenu {
  font-family: 'IBM Plex Sans KR', sans-serif;
  font-weight: 300;
}

.prevbtn,
.nextbtn {
  opacity: 0.3;
}

.articles li {
  font-size: 20px;
  padding: 10px;
  border-bottom: 0px solid rgb(182, 116, 116);
}

.articles a {
  color:#fff;

  display: block;
}

.articles {
  list-style-type: none;
  margin: 0px;
  /* background: rgb(48, 48, 48); */
  color:#fff;
  padding: 10px;
  /* position: fixed; */
  /* width: calc(300px - (10px * 2)); */
  /* right: 0px; */
  /* top: 0px; */
}

/* <!-------------------------------------------------------------> */
/* 고해상도 */

@media screen and (min-width: 1025px) {
  #content {
    /* background: #eee; */
    width: 1025px;
    margin: 0px auto;
  }

  #reply_disqus {
    width: 1025px;
    margin: 0px auto;
  }

  /* .articles {
    list-style-type: none;
    margin: 0px;
    background: #fff;
    padding: 10px;
    position: fixed;
    width: calc(300px - (10px * 2));
    right: 0px;
    top: 0px;
  } */
}

/* <!-------------------------------------------------------------> */
/* 저해상도 */
@media screen and (max-width: 1025px) {
  /* .articles {
    list-style-type: none;
    margin: 0px;
    background: #fff;
    padding: 10px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px solid #ddd;
  } */
}



#reply_disqus {
  display: none;
}