/*
Theme Name: OnePress Child
Theme URI: https://example.com/
Description: OnePress 테마의 차일드 테마입니다.
Author: 당신의 이름
Author URI: https://example.com
Template: onepress
Version: 1.0
*/
html,
body {
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.8;
  background-color: #fff;
}

.breadcrumbs {
  display: none;
}

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1;
  border: none;
}

#primary {
  width: 100%;
}

#primary.content-area {
  padding: 0;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {
  .site-content {
    max-width: 768px;
    margin: 0 auto;
  }
}
.page-header {
  display: none;
}

.site-header {
  box-shadow: none;
  border-bottom: none;
}

.site-branding img {
  width: 150px;
  height: 40px;
}

.site-footer {
  background-color: #f9f9f9;
  padding: 20px 0;
  color: #999;
  text-align: center;
}

a[href*="/category/"] {
  display: none;
}

body.home .hentry:hover .entry-title a {
  color: #999;
}

body.home .hentry:hover img {
  opacity: 0.8;
}

@media (min-width: 768px) {
  body.home .hentry {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
  }
  body.home .hentry > *:first-child {
    flex: 0 0 180px;
  }
  body.home .hentry > *:first-child img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  body.home .hentry > *:nth-child(2) {
    height: 140px;
    overflow: hidden;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  body.home .hentry .entry-title {
    margin-top: -0.7rem;
  }
  body.home .hentry .entry-title,
  body.home p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  body.home .hentry .entry-title {
    margin-top: -1rem;
  }
  body.home .hentry .entry-summary,
  body.home .hentry p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.entry-meta,
.entry-meta a {
  color: #999;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  text-decoration: none;
}

.entry-meta .byline {
  display: none;
}

.single-post .entry-meta {
  border-bottom: 0.1px solid #dedede;
  margin-bottom: 3rem;
}

.single-post .entry-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2a2a2a;
  padding: 1rem 0;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.6;
}
.single-post h2:first-of-type,
.single-post h3:first-of-type,
.single-post h4:first-of-type,
.single-post h5:first-of-type,
.single-post h6:first-of-type {
  margin-top: 0;
}

.single-post p {
  font-size: 1.7rem;
  line-height: 1.6;
}

.single-post ul,
.single-post li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 0.5rem;
  color: #525252;
  font-weight: 400;
} /*# sourceMappingURL=style.css.map */
