.top-newsdetail-container {
    width: 100%;
    /* height: 100vh; */
    margin: 0 auto;
    text-align: center;
    margin-top: 5vw;



    h2 {
        width: 180px;
        font-size: 1rem;
        color: #fff;
        background-color: #ea553a;
        padding: .5em 1em;
        display: inline-block;
        margin: 0 auto;
    }

    .top-newsdetail-date p {
        font-size: 25px;
    }

    .top-newsdetail-flexbox-container {
        width: 80%;
        margin: 0 auto;

        .top-newsdetail-date {
            font-size: .85rem;
            margin: 15px auto;
        }

        .newsdetail-detail {
            color: #000;
            font-size: 3rem;
            line-height: 160%;
            padding-bottom: 40px;
            display: inline-block;

            h1 {
                font-size: 40px;
            }

            .vvvv {
                margin: 2vw auto;
                width: 70%;
                border-bottom: 5px solid transparent;
                border-image: linear-gradient(to right, #0096d8, #7448ff, #d52996, #ff5f00) 1;
                display: block;
            }

        }

        .newsdetail-detail-area {
            font-size: 2.5vw;
            width: 70%;
            margin: 0 auto;

            p {
                font-size: 20px;
                text-align: left;
            }
        }

        .newsdetail-detail-img {
            width: 30vw;
            margin-top: 3.5vw;
        }
    }

    .return-area {
        width: 25vw;
        display: flex;
        border: #ea553a solid 5px;
        background-color: #ea553a;
        padding: 10px;
        justify-self: center;
        justify-content: space-between;
        margin-top: 5vw;

        p {
            color: #fff;
        }

        img {
            transform: rotate(180deg);
        }
    }

    .return-area:hover {
        /* background-color: #fff;
        transform: scale(1.05);
        transition: all 0.3s ease-in-out; */
/*
        p {
            color: #ea553a;
        }

        img {
            filter: invert(1);
        } */

    }

}

@media screen and (max-width: 768px) {
    .top-newsdetail-container {
      .top-newsdetail-flexbox-container {
          width: 90%;
          margin: 0 auto;
      }
  }
  .top-newsdetail-container {
    & .top-newsdetail-flexbox-container {
        .newsdetail-detail-area {
            font-size: 2.5vw;
            width: 100%;
            margin: 0 auto;
        }
    }
  }
  .btn-center{
    display: flex;
    justify-content: center;
  }
  }
