@charset "UTF-8";
.page-header .page-title01 + .btn-link-tag {
  margin-top: 5rem;
}

#main.l-middle .l-middle {
  padding-right: 0;
  padding-left: 0;
}

.blog-container {
  margin-top: 9rem;
  margin-bottom: 15rem;
}
.blog-container .sorting {
  display: flex;
  margin-top: 15rem;
  margin-bottom: 7rem;
}
.blog-container .sorting > li {
  margin-right: 4.8rem;
}
.blog-container .sorting > li a {
  display: block;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  color: #a5acb0;
}
.blog-container .sorting > li a.is-current {
  color: #000000;
}
.blog-container .blog-status {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  color: #333333;
}

.blog-lists {
  border-top: 2px solid #000000;
  margin-bottom: 6rem;
}
.blog-lists a {
  display: flex;
  padding: 4.8rem 0;
  border-bottom: 1px solid #ddd;
}
.blog-lists .photo {
  width: 45.3rem;
  margin-right: 4rem;
}
.blog-lists .desc {
  flex: 1;
  padding-top: 2rem;
}
.blog-lists .desc .category-name {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #da3a16;
  text-transform: uppercase;
}
.blog-lists .desc .title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 4rem;
  color: #000000;
}
.blog-lists .desc .meta-data {
  font-size: 2rem;
  color: #6a737b;
}
.blog-lists .desc .meta-data .date {
  font-family: "Roboto", sans-serif;
}
.blog-lists .desc .meta-data .author {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
  color: #000000;
}
.blog-lists .desc .meta-data .author::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #6a737b;
}

.pagination.mobile {
  display: none;
}

.blog-post-container {
  padding-top: 7rem;
}
.blog-post-container .category-name {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.blog-post-container h1 {
  margin-bottom: 4rem;
}
.blog-post-container .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
.blog-post-container .head .meta-data {
  font-size: 2rem;
  color: #6a737b;
}
.blog-post-container .head .meta-data .date {
  font-family: "Roboto", sans-serif;
}
.blog-post-container .head .meta-data .author {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
  color: #000000;
}
.blog-post-container .head .meta-data .author::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
  background-color: #6a737b;
}
.blog-post-container .blog-contents {
  max-width: 119.3rem;
  padding-top: 10rem;
  margin: 0 auto 12rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.tags .btn-link-tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.blog-navi {
  display: flex;
  justify-content: space-between;
  padding: 6rem;
  margin-bottom: 24rem;
  background: #f5f5f5;
}
.blog-navi > a {
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50%;
  width: 50%;
}
.blog-navi > a.prev {
  padding-right: 5rem;
  margin-right: auto;
}
.blog-navi > a.prev .photo {
  margin-right: 4rem;
}
.blog-navi > a.prev .ico-navi {
  background-image: url("../images/ico_blog_navi_prev.svg");
}
.blog-navi > a.next {
  padding-left: 5rem;
  border-left: 1px solid #ddd;
  margin-left: auto;
  text-align: right;
}
.blog-navi > a.next:only-child {
  border-left: 0 none;
}
.blog-navi > a.next .photo {
  margin-left: 4rem;
}
.blog-navi > a.next .ico-navi {
  background-image: url("../images/ico_blog_navi_next.svg");
}
.blog-navi > a .photo {
  flex-shrink: 0;
  flex-basis: 43.5%;
  width: 43.5%;
}
.blog-navi > a .desc {
  flex: 1;
  padding-top: 1rem;
}
.blog-navi > a .desc .category-name {
  margin-bottom: 1rem;
  color: #6a737b;
  text-transform: uppercase;
}
.blog-navi > a .desc .type {
  margin-bottom: 15px;
  color: #6a737b;
}
.blog-navi > a .desc .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 두 줄 */
  -webkit-box-orient: vertical;
  max-height: 60px;
}
.blog-navi > a .desc .ico-navi {
  display: inline-block;
  width: 3.4rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section-realated-posts {
  padding-bottom: 10rem;
}
.section-realated-posts h2 {
  position: relative;
  margin-bottom: 10rem;
  transform: translateY(-50%);
}

.realated-post-list {
  display: grid;
  grid-template-columns: 1fr minmax(32rem, 144rem) 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.realated-post-list > div {
  grid-area: 1/2/2/4;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.realated-post-list > div .container {
  padding-top: 0;
}
.realated-post-list figure {
  width: 453px;
}
.realated-post-list figure .photo {
  margin-bottom: 4rem;
}
.realated-post-list figure .photo img {
  width: 100%;
}
.realated-post-list figure figcaption .category-name {
  display: block;
  margin-bottom: 0.9rem;
}
.realated-post-list figure figcaption p {
  font-size: 2rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 768px) {
  .l-middle {
    padding: 0;
  }

  .page-header {
    margin: 0 20px 40px;
  }
  .page-header .page-title01 + .btn-link-tag {
    margin-top: 20px;
  }

  #main.l-middle .l-middle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-container {
    padding: 0 2rem 10rem;
    margin-top: 0;
    margin-bottom: 0;
    background: #f8f8f8;
  }
  .blog-container .sorting {
    margin-top: 40px;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
  .blog-container .sorting > li {
    margin-right: 2rem;
  }
  .blog-container .sorting > li a {
    padding: 1rem 0;
    font-size: 2rem;
  }
  .blog-container .sorting + .blog-status {
    padding-top: 0;
    margin-top: -10px;
  }
  .blog-container .blog-status {
    padding-top: 20px;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }

  .blog-lists {
    border-top: 0 none;
    margin-bottom: 6rem;
  }
  .blog-lists > li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .blog-lists a {
    display: block;
    padding: 0;
    border-bottom: 0 none;
  }
  .blog-lists .photo {
    width: auto;
    margin-right: 0;
  }
  .blog-lists .photo img {
    width: 100%;
  }
  .blog-lists .desc .category-name {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .blog-lists .desc .title {
    margin-bottom: 0.8rem;
    font-size: 2rem;
  }
  .blog-lists .desc .meta-data {
    font-size: 1.4rem;
  }
  .blog-lists .desc .meta-data .author {
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .blog-lists .desc .meta-data .author::before {
    height: 1.5rem;
  }

  .pagination.desktop {
    display: none;
  }
  .pagination.mobile {
    display: flex;
  }

  .blog-post-container {
    padding: 0 2rem;
  }
  .blog-post-container .page-title02 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.58;
  }
  .blog-post-container .head .meta-data {
    font-size: 14px;
  }
  .blog-post-container .blog-contents {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .blog-post-container .blog-contents img {
    height: auto !important;
  }

  .btn-url {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px 32px;
  }
  .tags .btn-link-tag {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .blog-navi {
    flex-direction: column;
    padding: 0 13px;
    margin: 0 20px 120px;
  }
  .blog-navi > a {
    justify-content: space-between;
  }
  .blog-navi > a:not(:first-child) {
    border-top: 1px solid #ddd;
    border-left: 0 none;
  }
  .blog-navi > a .desc {
    flex: 1;
    padding-top: 0;
    font-size: 12px;
  }
  .blog-navi > a .desc > .type {
    text-transform: uppercase;
  }
  .blog-navi > a .desc .title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-navi > a .photo {
    flex-shrink: 1;
    flex-basis: 109px;
    margin-right: 0;
    margin-left: 25px;
    width: 109px;
  }
  .blog-navi > a .photo img {
    width: 109px;
    height: 70px;
  }
  .blog-navi > a.prev, .blog-navi > a.next {
    width: 100%;
    padding: 20px 7px;
    text-align: left;
  }
  .blog-navi > a.prev .desc {
    order: -1;
  }
  .blog-navi > a.prev .desc > .type {
    position: relative;
    color: transparent;
  }
  .blog-navi > a.prev .desc > .type::before {
    content: "prev";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #6a737b;
  }
  .blog-navi > a.prev .photo {
    margin-right: 0;
  }
  .blog-navi > a .desc .ico-navi {
    display: none;
  }

  .section-realated-posts {
    padding-left: 20px;
    padding-bottom: 100px;
  }
  .section-realated-posts h2 {
    padding-left: 20px;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .realated-post-list {
    display: block;
  }
  .realated-post-list .container {
    padding-top: 0;
  }
  .realated-post-list figure {
    width: 215px;
  }
  .realated-post-list figure .photo {
    margin-bottom: 16px;
  }
  .realated-post-list figure .photo img {
    height: auto;
  }
  .realated-post-list figure figcaption .category-name {
    font-size: 12px;
  }
  .realated-post-list figure figcaption p {
    font-size: 14px;
  }
}/*# sourceMappingURL=blog.css.map */