/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head_under */

.contents_wrap .main .contents_box .container {
  padding: 0;
}

/* blog_detail */
.blog_detail .cms_header {
  display: flex;
  flex-wrap: wrap;
}

.blog_detail .cms_header .title_section {
  margin-top: 5px;
}

.blog_detail .entry_body {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.blog_detail .entry_body img {
  max-width: 100% !important;
  height: auto !important;
}

.blog_detail .entry_body iframe {
  max-width: 100%;
}

@media screen and (max-width: 1279px) {
  .contents_head_under {
    min-height: 170px !important;
  }
  .breadcrumb .container {
    padding: 0 30px !important;
  }
}

@media screen and (min-width: 1280px) {
  .contents_head_under {
    min-height: 193px !important;
  }
  .all-products_detail {
    min-height: 490px;
  }
  .blog_detail .entry_body {
    margin-bottom: 100px;
    padding-bottom: 30px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 15px !important;
  }
}

/*# sourceMappingURL=map/blog_detail.css.map */
