/*
 * copyright (c) 2015-2018 tokiidesu
 * design by tokiidesu
 *
 * version: release 2018.r01 20181015
 * release date: October 2017
 */

/* --------------------------------------------------------------------------
스타일
*/

/* 사이드바 > 블로그 제목 크기 */
/* 변경하시려면 주석을 해제해주세요
.sidebar .site-profile > article > .site-title {
  font-size: 26px;
}
*/

/* 본문 > 제목 크기 */
/* 변경하시려면 주석을 해제해주세요
.entry-article header > .title {
  font-size: 28px;
}
*/

/* 본문 > 글씨 색, 글씨 크기 */
/* 변경하시려면 주석을 해제해주세요
body {
  color: #333;
  font-size: 16px;
}
*/

/* 모바일 */
@media (max-width: 960px) {
  /* 사이드바 > 블로그 제목 크기 */
  /* 변경하시려면 주석을 해제해주세요
  .sidebar .site-profile > article > .site-title {
    font-size: 20px;
  }
  */
  
  /* 본문 > 제목 크기 */
  /* 변경하시려면 주석을 해제해주세요
  .entry-article header > .title {
    font-size: 24px;
  }
  */  
  
  /* 본문 > 글씨 크기 */
  /* 변경하시려면 주석을 해제해주세요
  body {
    font-size: 17px;
  }
  */
}

/* --------------------------------------------------------------------------
색 변경
*/

/* 사이드바, 모바일 상단메뉴 > 배경색 */
body:before {
  background-color: #2f5fd1 !important;
}

@media (max-width: 960px) {
  .sidebar {
    background-color: #2f5fd1 !important;
  }
}

/* 대표색 */
.button {
  background-color: #2f5fd1 !important;
}

.comment-item > .comment .comment-body > header .details > span.date a,
.comment-item > .comment .comment-body > footer a,
.search-header > h2 > em,
.entry-article.tag .taglist li > a.cloud1,
.entry-article.tag .taglist li > a.cloud2,
.entry-article > header .details > span.primary,
.entry-article > header .details > span.primary a,
.entry-article .article a,
.entry-section.tag > .section-content a,
.entry-section.related-article .related-more,
.entry-section.related-article .related-more a,
.entry-section.comment .comment-toggle em,
.entry-article > header .details > span a:hover,
.entry-article .moreless_fold,
.entry-article .moreless_top,
.entry-article .moreless_bottom,
.tt_more_preview_comments_wrap .tt_more_preview_comments_text,
.comment-item > .comment .comment-body > header .author a:hover,
.site .taglist li a.cloud3:hover,
.site .taglist li a.cloud4:hover,
.site .taglist li a.cloud5:hover,
.entry-article > header > h2 a:hover,
.entry-article > header > .details > span a:hover,
.related-items > .related-item a:hover .details > header h3,
.entry-section.comment .activity a:hover,
.navigation .nav-item:hover span:not(.selected),
.footer-nav a:hover,
.footer address a:hover {
  color: #2f5fd1 !important;
}

.navigation .nav-end:not(.no-more-prev):not(.no-more-next):hover > svg {
  fill: #2f5fd1 !important;
}

@media (min-width: 641px) {
  .navigation .nav-item span.selected {
    color: #2f5fd1 !important;
  }
}

.entry > .article-item .details > footer > span.primary a,
.entry > .article-item .details > header > h3 a:hover,
.entry > .article-item .details > .summary:hover,
.entry > .article-item .details > .summary:hover p,
.entry > .article-item .details > footer > span a:hover {
  color: #2f5fd1 !important;
}

/* 사이드바 > 구분선색 */
body.sidebar-dark .sidebar input[type="text"],
body.sidebar-dark .sidebar input[type="email"],
body.sidebar-dark .sidebar input[type="url"],
body.sidebar-dark .sidebar input[type="password"],
body.sidebar-dark .sidebar input[type="search"],
body.sidebar-dark .sidebar .module {
  border-color: #fff !important;
}

/* 사이드바 > 입력폼(미리 입력된 글씨) */
body.sidebar-dark .sidebar input:-ms-input-placeholder {
  color: #b8cdff !important; }
body.sidebar-dark .sidebar input::-webkit-input-placeholder {
  color: #b8cdff !important; }
body.sidebar-dark .sidebar input:-moz-placeholder {
  color: #b8cdff !important; }
body.sidebar-dark .sidebar input::-moz-placeholder {
  color: #b8cdff !important; }

/* 사이드바 > 서브 텍스트 */
body.sidebar-dark .sidebar .taglist li a.cloud1,
body.sidebar-dark .sidebar .taglist li a.cloud2,
body.sidebar-dark .sidebar .module.recent-comment li,
body.sidebar-dark .sidebar .module li > em,
body.sidebar-dark .sidebar .module.listbox a,
body.sidebar-dark .sidebar .module.category .link_sub_item {
  color: #b8cdff !important;
}

/* 사이드바 > 메인 텍스트 */
body.sidebar-dark .sidebar input[type="text"],
body.sidebar-dark .sidebar input[type="email"],
body.sidebar-dark .sidebar input[type="url"],
body.sidebar-dark .sidebar input[type="password"],
body.sidebar-dark .sidebar input[type="search"],
body.sidebar-dark .sidebar .site-profile > article > .site-title a,
body.sidebar-dark .sidebar .module.recent-comment li,
body.sidebar-dark .sidebar .module > h2,
body.sidebar-dark .sidebar .module > a,
body.sidebar-dark .sidebar .module li,
body.sidebar-dark .sidebar .module.menubox a,
body.sidebar-dark .sidebar .module.listbox a > em,
body.sidebar-dark .sidebar .module.category .link_tit,
body.sidebar-dark .sidebar .module.category .link_item ,
body.sidebar-dark .sidebar .site-profile > article > .site-title a:hover,
body.sidebar-dark .sidebar .taglist li a.cloud1:hover,
body.sidebar-dark .sidebar .taglist li a.cloud2:hover,
body.sidebar-dark .sidebar .taglist li a.cloud3:hover,
body.sidebar-dark .sidebar .taglist li a.cloud4:hover,
body.sidebar-dark .sidebar .taglist li a.cloud5:hover,
body.sidebar-dark .sidebar .module.menubox a:hover,
body.sidebar-dark .sidebar .module.listbox a:hover,
body.sidebar-dark .sidebar .module.category .link_tit:hover,
body.sidebar-dark .sidebar .module.category .link_item:hover,
body.sidebar-dark .sidebar .module.category .link_sub_item:hover {
  color: #fff !important;
}

/* 사이드바 > 메뉴 버튼 */
body.sidebar-dark .sidebar .site-header .aside-button > svg {
  fill: #fff !important;
}

/* 본문 > 인용문 */
.entry-article .article blockquote {
	border-left: 0;
}

/* 로고 크기 변경하기(svg) */
.sidebar .site-profile > article > .site-title {
	font-size: 0;
}

@media (min-width: 961px) {
  .sidebar .site-profile .site-title .logo img {
    height: 30px;
  }
}

@media (max-width: 960px) {
  .sidebar .site-profile .site-title .logo img {
    height: 25px;
  }
}

/* --------------------------------------------------------------------------
webfont
*/
body {
  font-family: 'Noto Sans', roboto, san-serif;
}