@charset "UTF-8";

/*  RIA v1.1 Copyright (c) 2014 the1900  */

/*웹 폰트 입니다 사용하기 싫다면 지우세요*/
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);

/* 티스토리 기본 메뉴바 */
#tistorytoolbarid {
  display: none !important;
}

/* 반응형으로 만들어주는 컨텐츠 컨테이너 */
/* width나 height를 수정하려면  left도 수정해주어야 합니다*/
.ria-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ria-responsive-container > iframe, .ria-responsive-container > object, .ria-responsive-container > embed {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 80%;
}

/* 더보기 열기버튼  */
.moreless_fold:before {
  content: "\f13a";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 22px;
  color: #3dbb50;
}

/* 더보기 닫기 버튼  */
.moreless_top:before {
  content: "\f138";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 22px;
  color: #3dbb50;
}

/* 더보기 안에 컨텐츠 */
.moreless_content {
  background-color: #ebebeb;
  padding: 10px;
  margin: 10px;
}

/* 더보기 아래 버튼 숨기기 */
.moreless_bottom {
  display: none;
}

/* 관리자 댓글 달때 admin 표시 현재 비활성 상태 입니다 위치 조정하고싶으면 left를 조정해야합니다  */
/* .rp_admin:after, .guest_admin :after {
  content: "admin";
  padding: 1px 4px 1px 4px;
  font-size: 12px;
  background-color: #f64f4f;
  color: white;
  border-radius: 5px;
  margin-left: 10px;
  position: absolute;
  top: 7px;
  left: 150px;
}
@media screen and (max-width: 640px) {
  .rp_admin:after, .guest_admin :after {
    left: 120px;
  }
} */

/* 디스커스 배경 */
.ria-disqus {
  background: #e3e4e3;
  padding: 20px;
  border-radius: 8px;
}

/* 본문 내 링크 색상 조정  수정하려면 !imprtant를 사용하세요*/
.article a {
  color: #5C77FF;
}
.article a:hover {
  color: blue;
  text-decoration: underline;
}

/* 구글 번역기 상단 위치 조정  */
.goog-te-banner-frame {
  box-shadow: 0 0 1px 1px #999999 !important;
  top: 60px !important;
  z-index: 10000 !important;
}

/* 메뉴 구글 번역기 바탕 조정  */
.ria-translate {
  padding: 10px 0 10px 15px;
  background-color: #ebebeb;
}
/* 맥스타일 코드 블럭 시작 */
pre {
  position: relative;
}
pre::after {
  content: attr(data-ke-language);
  position: absolute;
  bottom: 8px;
  right: 12px;
  color: #cfd2d1;
  font-size: 12px;
}
.hljs {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgb(0 0 0 / 40%);
  color: #cfd2d1;
  background-color: #343131;
  font-family: Menlo, Courier, monospace;
}
.hljs .line {
  counter-increment: line-idx;
  line-height: 1.5;
}
.hljs .line:hover {
  background-color: #262830;
}
.hljs .line:hover::before {
  color: #cfd2d1;
}
.hljs .line::before {
  content: counter(line-idx);
  width: 24px;
  display: inline-block;
  text-align: right;
  margin-right: 16px;
  font-size: 0.8rem;
  color: #747a7a;
}
.hljs .code-header {
  display: flex;
  align-items: center;
  padding: 14px;
  background-color: #434041;
  border-radius: 8px 8px 0 0;
}
.hljs .code-header .btn {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.hljs .code-header .btn.red {
  background-color: #f5655b;
}
.hljs .code-header .btn.yellow {
  background-color: #f6bd3b;
}
.hljs .code-header .btn.green {
  background-color: #43c645;
}
.hljs .code-body {
  max-height: 600px;
  margin: 32px 8px;
  overflow: auto;
}
.hljs .code-body::-webkit-scrollbar {
  width: 12px;
}
.hljs .code-body::-webkit-scrollbar-thumb {
  background-color: rgb(1 2 3 / 80%);
  border-radius: 4px;
}
.hljs .code-body::-webkit-scrollbar-corner {
  display: none;
}
.hljs .copy-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 0;
  width: 64px;
  border-radius: 4px;
  margin-left: auto;
  transition: 0.2s background-color;
}
.hljs .copy-btn:hover {
  background-color: #555152;
}
/* 맥스타일 코드 블럭 끝 */
