.detail_post_new {
  margin-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-flow: wrap; }
  @media (min-width: 992px) {
    .detail_post_new {
      flex-flow: row;
      padding-bottom: 100px; } }
  .detail_post_new .content-left {
    width: 100%;
    padding: 0; }
    @media (min-width: 992px) {
      .detail_post_new .content-left {
        padding: 0;
        margin-right: 50px;
        width: 680px; } }
  .detail_post_new .content-right {
    padding: 0;
    width: 100%;
    flex: 1; }
    @media (min-width: 992px) {
      .detail_post_new .content-right {
        padding: 0; } }
  .detail_post_new .title_post h3 {
    font-size: 24px;
    border-bottom: solid 2px #00519E;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    line-height: 48px;
    font-weight: 700; }
  .detail_post_new .title_post p {
    margin: 0;
    font-size: 13px; }
  .detail_post_new .the_content_post {
    width: 100%;
    font-size: 13px;
    margin-top: 40px; }
    .detail_post_new .the_content_post img {
      max-width: 100%; }
    .detail_post_new .the_content_post p {
      line-height: 22px; }
      @media (min-width: 992px) {
        .detail_post_new .the_content_post p {
          line-height: 35px; } }
    .detail_post_new .the_content_post iframe {
      width: 100%;
      max-width: 100%;
      height: 200px;
      margin: 50px 0; }
      @media (min-width: 768px) {
        .detail_post_new .the_content_post iframe {
          height: 450px; } }
    .detail_post_new .the_content_post .w_post_new {
      width: 100%;
      display: inline-block;
      margin-top: 90px;
      border-top: solid thin #B3B3B3;
      font-size: 16px;
      text-align: center;
      padding: 10px 0 30px;
      position: relative;
      font-weight: 700; }
      @media (min-width: 768px) {
        .detail_post_new .the_content_post .w_post_new {
          padding: 30px 0; } }
      @media (min-width: 992px) {
        .detail_post_new .the_content_post .w_post_new {
          padding: 10px 0 30px; } }
      .detail_post_new .the_content_post .w_post_new .color-default {
        color: #1A1A1A; }
      .detail_post_new .the_content_post .w_post_new .previous-button,
      .detail_post_new .the_content_post .w_post_new .next-button {
        font-size: 18px;
        position: absolute;
        top: 9px; }
        @media (min-width: 768px) {
          .detail_post_new .the_content_post .w_post_new .previous-button,
          .detail_post_new .the_content_post .w_post_new .next-button {
            top: 29px; } }
        @media (min-width: 992px) {
          .detail_post_new .the_content_post .w_post_new .previous-button,
          .detail_post_new .the_content_post .w_post_new .next-button {
            top: 9px; } }
        .detail_post_new .the_content_post .w_post_new .previous-button a,
        .detail_post_new .the_content_post .w_post_new .next-button a {
          color: #1A1A1A;
          position: relative; }
          .detail_post_new .the_content_post .w_post_new .previous-button a::before, .detail_post_new .the_content_post .w_post_new .previous-button a::after,
          .detail_post_new .the_content_post .w_post_new .next-button a::before,
          .detail_post_new .the_content_post .w_post_new .next-button a::after {
            content: '';
            width: 6px;
            height: 2px;
            background-color: #1A1A1A;
            position: absolute; }
            @media (min-width: 768px) {
              .detail_post_new .the_content_post .w_post_new .previous-button a::before, .detail_post_new .the_content_post .w_post_new .previous-button a::after,
              .detail_post_new .the_content_post .w_post_new .next-button a::before,
              .detail_post_new .the_content_post .w_post_new .next-button a::after {
                width: 10px;
                height: 2px; } }
            @media (min-width: 992px) {
              .detail_post_new .the_content_post .w_post_new .previous-button a::before, .detail_post_new .the_content_post .w_post_new .previous-button a::after,
              .detail_post_new .the_content_post .w_post_new .next-button a::before,
              .detail_post_new .the_content_post .w_post_new .next-button a::after {
                right: 50px; } }
      .detail_post_new .the_content_post .w_post_new .previous-button {
        float: left;
        padding-left: 20px;
        left: 0; }
        .detail_post_new .the_content_post .w_post_new .previous-button a::before, .detail_post_new .the_content_post .w_post_new .previous-button a::after {
          left: -20px; }
        .detail_post_new .the_content_post .w_post_new .previous-button a::before {
          top: 50%;
          margin-top: -2px;
          transform: rotate(-45deg); }
          @media (min-width: 768px) {
            .detail_post_new .the_content_post .w_post_new .previous-button a::before {
              margin-top: -3px; } }
        .detail_post_new .the_content_post .w_post_new .previous-button a::after {
          top: 50%;
          margin-top: 2px;
          transform: rotate(45deg); }
          @media (min-width: 768px) {
            .detail_post_new .the_content_post .w_post_new .previous-button a::after {
              margin-top: 3px; } }
      .detail_post_new .the_content_post .w_post_new .next-button {
        float: right;
        padding-right: 20px;
        right: 0; }
        .detail_post_new .the_content_post .w_post_new .next-button a::before, .detail_post_new .the_content_post .w_post_new .next-button a::after {
          right: -20px; }
        .detail_post_new .the_content_post .w_post_new .next-button a::before {
          top: 50%;
          margin-top: -2px;
          transform: rotate(45deg); }
          @media (min-width: 768px) {
            .detail_post_new .the_content_post .w_post_new .next-button a::before {
              margin-top: -3px; } }
        .detail_post_new .the_content_post .w_post_new .next-button a::after {
          top: 50%;
          margin-top: 2px;
          transform: rotate(-45deg); }
          @media (min-width: 768px) {
            .detail_post_new .the_content_post .w_post_new .next-button a::after {
              margin-top: 3px; } }

/*# sourceMappingURL=single_new.css.map */
