.editorOutput p{text-align: left !important;}
.editorOutput {overflow: hidden;}
.main_wrapper .content_wrapper .btn_wrapper .lists_btn:hover{background-color: #445ccc;transition: 0.2s;}
.title_wrapper{width:100%;text-align: center;}


@media all and (min-width: 1371px) {
    .main_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 90px auto;
        width: 1414px;
    }

    .content_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        /*width: 1414px;*/
        width: 1200px;
        gap: 18px;
        margin-bottom: 120px;
    }

    .main_wrapper .content_wrapper .title_wrapper .news_title {
        color: #1f299c;
        font-family: "Pretendard";
        font-size: 34px;
        font-weight: 600;
        text-align: center;
        padding-bottom: 20px;border-bottom: 2px solid #1f299c;
    }

    .main_wrapper .content_wrapper .news_data {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 45px;color:#777;font-size: 15px;
    }

    .main_wrapper .content_wrapper .news_data .news_date {
        margin-right: 20px;
        font-family: "Pretendard";
        font-size: 16px;
    }

    .main_wrapper .content_wrapper .news_data .news_views {
        margin-right: 5px;
        font-family: "Pretendard";
        font-size: 16px;
    }

    .main_wrapper .content_wrapper .news_data .news_link {
        font-family: "Pretendard";
        font-size: 16px;
    }

    .main_wrapper .content_wrapper .news_img img {
        border-radius: 10px;
    }

    .main_wrapper .content_wrapper .news_comment {
        width: 1414px;
    }

    .main_wrapper .content_wrapper .news_comment textarea {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.88);
        line-height: 1.5;
        font-size: 16px;
        background-color: #fbfbfb;
        border: solid 1px #d9d9d9;
        resize: vertical;
      }

    .main_wrapper .content_wrapper .btn_wrapper {
        width: 1414px;
        display: flex;
        justify-content: center;margin-top: 50px;
    }

    .main_wrapper .content_wrapper .btn_wrapper .lists_btn {
        margin: 0;
        font-family: "Pretendard";
        width: 180px;
        height: 51px;
        background-color: #1f299c;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        line-height: 51px;
        border-radius: 5px;
    }
}

@media all and (min-width: 1288px) and (max-width: 1413px) {
    .main_wrapper {
      margin: 90px auto;
      width: 100%;
    }
  
    .content_wrapper {
      width: 100%;
    }

    .main_wrapper .content_wrapper .news_img img {
        width: 100%;
    }

    .main_wrapper .content_wrapper .news_comment textarea {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.88);
        line-height: 1.5;
        font-size: 16px;
        background-color: #fbfbfb;
        border: solid 1px #d9d9d9;
        resize: vertical;
      }
}

@media all and (min-width: 881px) and (max-width: 1370px) {
    .main_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 90px auto;
        width: 903px;
    }

    .content_wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 903px;
        gap: 18px;
        margin-bottom: 120px;
    }

    .main_wrapper .content_wrapper .title_wrapper .news_title {
        font-family: "Pretendard";
        min-height: 25px;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 25px;
        letter-spacing: -0.14px;
        text-align: center;
        color: #1f299c;
        padding-bottom: 20px;border-bottom: 2px solid #1f299c;
    }

    .main_wrapper .content_wrapper .news_data {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 45px;font-size: 15px;color: #777;
    }

    .main_wrapper .content_wrapper .news_data .news_date {
        margin-right: 20px;
        font-family: "Pretendard";
        font-size: 16px;
    }

    .main_wrapper .content_wrapper .news_data .news_views {
        margin-right: 5px;
        font-family: "Pretendard";
        font-size: 16px;
    }

    .main_wrapper .content_wrapper .news_data .news_link {
        font-family: "Pretendard";
        font-size: 16px;
    }

    .main_wrapper .content_wrapper .news_img img {
        width: 100%;
        border-radius: 10px;
    }

    .main_wrapper .content_wrapper .news_comment {
        width: 903px;
    }

    .main_wrapper .content_wrapper .news_comment textarea {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.88);
        line-height: 1.5;
        font-size: 16px;
        background-color: #fbfbfb;
        border: solid 1px #d9d9d9;
        resize: vertical;
      }

      .main_wrapper .content_wrapper .btn_wrapper {
        width: 903px;
        display: flex;
        justify-content: center;margin-top: 30px;
    }

    .main_wrapper .content_wrapper .btn_wrapper .lists_btn {
        margin: 0;
        font-family: "Pretendard";
        width: 180px;
        height: 51px;
        background-color: #1f299c;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        line-height: 51px;
        border-radius: 5px;
    }
}

@media all and (max-width: 880px) {
    .main_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0;
        padding: 0 20px;
    }
    
    .content_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 70px;
    }

    .main_wrapper .content_wrapper .title_wrapper .news_title {
        font-family: "Pretendard";
        min-height: 23px;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 23px;
        letter-spacing: normal;
        text-align: center;
        color: #1f299c;
        padding-bottom: 20px;border-bottom: 2px solid #1f299c;
    }

    .main_wrapper .content_wrapper .news_data {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 45px;color: #777;font-size: 15px;
    }

    .main_wrapper .content_wrapper .news_data .news_date {
        margin-right: 20px;
        font-family: "Pretendard";
        font-size: 14px;
    }

    .main_wrapper .content_wrapper .news_data .news_views {
        margin-right: 5px;
        font-family: "Pretendard";
        font-size: 14px;
    }

    .main_wrapper .content_wrapper .news_data .news_link {
        font-family: "Pretendard";
        font-size: 14px;
    }

    .main_wrapper .content_wrapper .news_img img {
        width: 100%;
        border-radius: 10px;
    }

    .main_wrapper .content_wrapper .news_comment {
        width: 100%;
    }

    .main_wrapper .content_wrapper .news_comment textarea {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.88);
        line-height: 1.5;
        font-size: 16px;
        background-color: #fbfbfb;
        border: solid 1px #d9d9d9;
        resize: vertical;
      }

      .main_wrapper .content_wrapper .btn_wrapper {
        width: 100%;
        display: flex;
        justify-content: center;margin-top: 30px;
    }

    .main_wrapper .content_wrapper .btn_wrapper .lists_btn {
        margin: 0;
        font-family: "Pretendard";
        width: 100%;
        height: 51px;
        background-color: #1f299c;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
        line-height: 51px;
        border-radius: 5px;
    }
}

@media all and (max-width: 640px) {
    .main_wrapper .content_wrapper .news_data {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        margin-bottom: 30px;color: #777;font-size: 14px;
    }

    .main_wrapper .content_wrapper .news_data .news_date {
        margin-right: 0;
        font-family: "Pretendard";
        font-size: 14px;
    }

    .main_wrapper .content_wrapper .news_data .news_views {
        margin-right: 0;
        font-family: "Pretendard";
        font-size: 14px;
    }

    .main_wrapper .content_wrapper .news_data .news_link {
        font-family: "Pretendard";
        font-size: 14px;
    }
}


@media all and (max-width: 768px) {
    .editorOutput img,.editorOutput div img {width:100% !important;}
}