@import url("basic_css.css");


.contents {
  position: relative;
  width: 100%;
  /* margin-top: 44px; */
  overflow: hidden;
}

/*
*
* ==========================================
*  데스크탑
* ==========================================
*
*/
@media screen and (min-width:911px) {

  /* ============================================================================================================================= */
  /* 메인화면1 - 소개 */

  .content1 {
    position: relative;
    margin-top: 75px;
    width: 100%;
    height: 200px;
    position: relative;
    /* background-image: url(../img/background/sejong.jpg); */
    /* background-size: 100% 100%; */
    /* background-image: contain; */
    /* background-repeat: no-repeat; */
    overflow: hidden;
    /* background-position: center center; */
    /* color: white; */
    background: linear-gradient(-45deg, #1d2c41, #B7C9D9, #4FA3F0, #22131a);
    background-size: 400% 400%;
    animation: AnimationName 20s ease infinite;
    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    -o-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite;
  }



  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @-o-keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  @keyframes AnimationName {
    0% {
      background-position: 0% 50%
    }

    50% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  .content1 .where {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 12px;
    width: 251px;
    height: 20px;
  }

  .content1_text_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
  }


  .content1 span:nth-child(1) {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 24px;
    float: left;
    margin-top: 30px;
    line-height: 70px;
    letter-spacing: -2px;
  }

  .content1_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(50% - 100px);
    text-align: center;
  }



  .content1 .underline_wrap {
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
  }

  .content1 .underline1 {
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 15px;
  }

  .content1 span:nth-child(2) {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    float: left;
    line-height: 25px;
    margin-top: 30px;
    letter-spacing: -1px;
  }

/* ============================================================================================================================= */
  /* 메인화면2 */

  .content2{
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 13;
  background: white;
  /* transition: all 0.5s; */
  box-sizing: border-box;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  color: #4a5160;
  }
  
  .content2_active{
  position: fixed;
  top: 0px;
  z-index: 7900;
  }
  
  .content2 img{
  position: absolute;
  display: block;
  width: 180px;
  height: 40px;
  margin: 5px 0px;
  left: -220px; 
  transition: all 0.5s;
  }
  
  .menu_plus2{
  transition: all 0.5s;
    position: absolute;
    width: 50px;
    float:right;
    height: 50px;
    right: -60px;
    text-align: center;
    z-index: 11;
  cursor: pointer;
  }
  
  .menu_plus2 .i{
    position: absolute;
    color: white;
    left: 0px;
    width: 21px;
    height: 21px;
    margin: 14.5px 14.5px;
    background-repeat: no-repeat;
    background-image: cover;
  }
  
  .x_img{
  background-image: url(../image/icon/x_black.png);
  }
  
  .list_img{
  background-image: url(../image/icon/list_black.png);
  }
  
  .menu_plus2_active{
    width: 200px;
  }
  
  .content2 .text_wrap{
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
  }
  
  
  .content2 .text1{
    width: 100%;
    height: 100%;
  }
  
  .content2 .text1 ul{
    width: 100% ;
    height: 100%;
    margin: 0 auto;
    }
  
  .content2 .text1 li{
    display: block;
    width: calc(100% / 6);
    float: left;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
  }
  
  .content2 .text1 a{
    display: block;
    color: #4a5160;
    font-size: 14px;
    position: relative;
    margin-top: 16px;
    height: 18px;
    border-right: 1px solid #4a516056;
  }
  
  .content2 .text1 li:last-child a{
  border-right: none;
  }
  
  .content2 .text1 a:hover{
  color: #0070c9;
  }
  
  .content2 li:nth-child(1) a{
    color: #0070c9;
  }
  
  .content2 li:nth-child(1) a:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 8000;
    width: 100%;
    height: 1px;
    background: #0070c9;
  }



  /* ============================================================================================================================= */
  /* 메인화면3 */

  .content3 {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    /* min-height: 1080px; */
    overflow: hidden;
    padding-bottom: 100px;
    z-index: 12;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
  }

  .content3_text {
    position: relative;
    width: 100%;
    height: 200px;
    /* background-color: aqua; */
    text-align: center;
    margin-top: 80px;
  }


  .content3 .content3_text span:nth-child(1) {
    display: block;
    width: 100%;
    height: 50px;
    /* background-color: red; */
    font-size: 30px;
    float: left;
    font-weight: 100;
  }

  .content3 .content3_text span:nth-child(3) {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    float: left;
    font-weight: 100;
    line-height: 30px;
  }

  .content3 .underline_wrap {
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
  }

  .content3 .underline1 {
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 20px;
  }

  .content3 .table_wrap{
    width: 100%;
    /* background-color: aqua; */
    overflow: hidden;
  }

  .content3 .table_wrap .title_container{
    width: calc(100% - 40px);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FCFCFC;
    padding: 0px 20px;
  }

  .content3 .table_wrap .title_container .content_title{
    font-size: 17px;
    /* color: rgb(87, 75, 75); */
    display: block;
    line-height: 50px;
    float: left;
  }

  .content3 .table_wrap .title_container .content_name{
    font-size: 17px;
    /* color: rgb(87, 75, 75); */
    display: block;
    line-height: 50px;
    float: right;
    margin-right: 20px;
    font-size: 14px;
    display: none;
  }

  .content3 .table_wrap .title_container .content_time{
    font-size: 17px;
    /* color: rgb(87, 75, 75); */
    display: block;
    line-height: 50px;
    float: right;
    margin-right: 20px;
    font-size: 14px;
  }

  .content3 .table_wrap .doc_container{
    width: calc(100% - 40px);
    /* height: 45px; */
    border-bottom: 1px solid #eee;
    padding: 0px 20px;
    overflow: hidden;
  }

  .content3 .table_wrap .doc_container .fa-solid{
    margin-right: 5px;
  }

  .content3 .table_wrap .doc_container span:nth-child(1){
    float: right;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    font-size: 14px;
  }
  .content3 .table_wrap .doc_container span:nth-child(2){
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .content3 .table_wrap .doc_container span:nth-child(3){
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .content3 .table_wrap .doc_container span:nth-child(4){
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .content3 .table_wrap .text_content_container{
    width: calc(100% - 40px);
    padding: 20px 20px;
    overflow: hidden;
    font-size: 15px;
    min-height: 500px;
    line-height: 25px;
    white-space: pre-line;
  }

  .content3 .table_wrap .prev_container{
    width: calc(100% - 40px);
    padding: 0px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    float: left;
    min-height: 45px;
    overflow: hidden;
  }

  .content3 .table_wrap .prev_container .prev{
    /* height: 100%; */
    /* line-height: 45px; */
    float: left;
    margin-right: 50px;
    margin-top: 12px;
  }
  .content3 .table_wrap .prev_container .prev .fa-solid{
    margin-left: 5px;
  }

  .content3 .table_wrap .prev_container .prev_title360{
    display: none;
  }

  .content3 .table_wrap .prev_container .prev_title280{
    display: none;
  }

  .content3 .table_wrap .prev_container .prev_title_pc{
    height: 100%;
    width: 550px;
    float: left;
    padding: 8px 0px 13px 0px;
    margin-top: 4px;
  }
  .content3 .table_wrap .prev_container .prev_title_pc a{
    width: 100%;
    overflow: hidden;
 }

  .content3 .table_wrap .prev_container .prev_doc{
   height: 100%;
   line-height: 45px;
   float: right;
   width: 11px;
  }

  .content3 .table_wrap .prev_container .prev_name{
    margin-left: 50px;
    height: 100%;
    line-height: 45px;
    float: right;
    width: 50px;
  }


  .content3 .table_wrap .prev_container .prev_time{
    margin-left: 50px;
    height: 100%;
    line-height: 45px;
    float: right;
    width: 80px;
  }

  .content3 .table_wrap .next_container{
    width: calc(100% - 40px);
    padding: 0px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    float: left;
    min-height: 45px;
    overflow: hidden;
  }

  .content3 .table_wrap .next_container .next{
    /* height: 100%; */
    /* line-height: 45px; */
    float: left;
    margin-right: 50px;
    margin-top: 12px;
  }
  .content3 .table_wrap .next_container .next .fa-solid{
    margin-left: 5px;
  }

  .content3 .table_wrap .next_container .next_title360{
    display: none;
  }
  .content3 .table_wrap .next_container .next_title280{
    display: none;
  }

  .content3 .table_wrap .next_container .next_title_pc{
    height: 100%;
    width: 550px;
    float: left;
    padding: 8px 0px 13px 0px;
    margin-top: 4px;
  }
  .content3 .table_wrap .prev_container .prev_title_pc a{
    width: 100%;
    overflow: hidden;
 }

  .content3 .table_wrap .next_container .next_doc{
   height: 100%;
   line-height: 45px;
   float: right;
   width: 11px;
  }

  .content3 .table_wrap .next_container .next_name{
    margin-left: 50px;
    height: 100%;
    line-height: 45px;
    float: right;
    width: 50px;
  }


  .content3 .table_wrap .next_container .next_time{
    margin-left: 50px;
    height: 100%;
    line-height: 45px;
    float: right;
    width: 80px;
  }

  .content3 .table_wrap .btn_back_container{
    margin-top: 20px;
    width: calc(100% - 40px);
    padding: 0px 20px;
    height: 35px;
    float: left;
  }

  .content3 .table_wrap .btn_back_container button{
    border: none;
    outline: none;
    height: 100%;
    cursor: pointer;
    width: 70px;
    border: 1px solid #ccc;
  }

}


/*
*
* ==========================================
*  모바일 360 ~ 767, 테블릿 768~1024
* ==========================================
*
*/
@media screen and (min-width:0px) and (max-width:910px){
/* @media screen and (max-width:1024px) { */


  /* ============================================================================================================================= */
  /* 메인화면1 - 소개 */

  .content1 {
    position: relative;
    width: 100%;
    height: 210px;
    position: relative;
    background-image: url(../image/background/sejong.jpg);
    background-size: 100% auto;
    background-image: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center;
    /* color: white; */
  }

  .content1 .where {
    display: none;
  }

  .content1_text_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }


  .content1 span:nth-child(1) {
    display: block;
    width: 100%;
    height: 25px;
    font-size: 18px;
    float: left;
    margin-top: 70px;
    /* line-height: 70px; */
    letter-spacing: -2px;
    /* background-color: aqua; */
  }

  .content1_text {
    position: absolute;
    width: calc(100% - 50px);
    padding: 0px 25px;
    height: 100%;
    top: calc(50% - 100px);
    text-align: center;
  }



  .content1 .underline_wrap {
    width: 100%;
    height: 15px;
    position: relative;
    float: left;
    /* background-color: aqua; */
  }

  .content1 .underline1 {
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 7.5px;
  }

  .content1 span:nth-child(2) {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 11px;
    float: left;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: -1px;
  }


  /* ============================================================================================================================= */
  /* 메인화면2 */

  .content2{
    position: relative;
      width: 100%;
      height: 50px;
      z-index: 13;
    background: white;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    color: #4a5160;
    -ms-overflow-style: none;
    overflow-y: hidden;
  }
  
  .content2::-webkit-scrollbar{
    display:none;
  }
  
  
  .content2_active{
    display: none;
  }
  
  .content2 img{
  display: none;
  }
  
  .menu_plus2{
   display: none;
  }
  
  .menu_plus2 .i{
    display: none;
  }
  
  .x_img{
    display: none;
  }
  
  .list_img{
    display: none;
  }
  
  .menu_plus2_active{
      display: none;
  }
  
  .content2 .text_wrap{
    width: 600px;
    min-width: 600px;
    max-width: 600px;
      height: 100%;
      margin: 0 auto;
  }
  
  
  .content2 .text1{
      width: 100%;
      height: 100%;
  }
  
  .content2 .text1 ul{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  
  .content2 .text1 li{
      display: block;
      width: calc(100% / 6);
      float: left;
      box-sizing: border-box;
      height: 50px;
      text-align: center;
  }
  
  .content2 .text1 a{
    display: block;
      color: #4a5160;
      /* font-weight: bold; */
      font-size: 14px;
      position: relative;
    margin-top: 16px;
    height: 18px;
    border-right: 1px solid #4a516056;
  }
  
  .content2 .text1 li:last-child a{
    border-right: none;
  }
  
  .content2 .text1 a:hover{
    color: #0070c9;
  }
  
  .content2 li:nth-child(1) a{
      color: #0070c9;
  }
  
  .content2 li:nth-child(1) a:after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      z-index: 9000;
      width: 100%;
      height: 1px;
      background: #0070c9;
  }


  /* ============================================================================================================================= */
  /* 메인화면3 */

  .container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .content3 {
    width: calc(100% - 50px);
    /* height: 550px; */
    overflow: hidden;
    padding: 0px 25px;
    position: relative;
    z-index: 11;
    margin-top: 100px;
    /* min-height: 1600px; */
    margin-bottom: 100px;
  }

  .content3_text {
    position: relative;
    width: 100%;
    height: 150px;
    /* background-color: aqua; */
    text-align: center;
    margin-top: 0px;
    /* margin-bottom: 50px; */
  }


  .content3 .content3_text span:nth-child(1) {
    display: block;
    width: 100%;
    height: 25px;
    /* background-color: red; */
    font-size: 18px;
    float: left;
    margin-top: 40px;
    color: black;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .content3 .content3_text span:nth-child(3) {
    display: block;
    width: 100%;
    overflow: hidden;
    color: black;
    font-size: 12px;
    float: left;
    line-height: 25px;
    letter-spacing: -1px;
    margin-top: 5px;
    text-align: center;
  }

  .content3 .content3_text .underline_wrap {
    width: 100%;
    height: 15px;
    position: relative;
    float: left;
  }

  .content3 .content3_text .underline1 {
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 1px;
    background-color: #fbd784;
    float: left;
    top: 7.5px;
  }

  .content3 .table_wrap{
    width: 100%;
    /* background-color: aqua; */
    overflow: hidden;
  }

  .content3 .table_wrap .title_container{
    width: calc(100% - 20px);
    /* height: 50px; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FCFCFC;
    padding: 0px 10px;
    overflow: hidden;
  }

  .content3 .table_wrap .title_container .content_title{
    font-size: 14px;
    /* color: rgb(87, 75, 75); */
    display: block;
    line-height:25px;
    padding: 11px 0px 0px 0px ;
    float: left;
  }

  .content3 .table_wrap .title_container .content_name{
    font-size: 12px;
    /* color: rgb(87, 75, 75); */
    display: block;
    line-height: 50px;
    float: right;
    margin-right: 0px;
    display: none;
  }

  .content3 .table_wrap .title_container .content_time{
    font-size: 12px;
    /* color: rgb(87, 75, 75); */
    display: block;
    line-height: 50px;
    float: right;
    margin-right: 10px;
  }

  .content3 .table_wrap .doc_container{
    width: calc(100% - 20px);
    /* height: 45px; */
    border-bottom: 1px solid #eee;
    padding: 0px 10px;
    overflow: hidden;
  }

  .content3 .table_wrap .doc_container .fa-solid{
    margin-right: 5px !important;
  }

  .content3 .table_wrap .doc_container span:nth-child(1){
    /* float: left; */
    position: absolute;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    font-size: 14px;
    left: 10px;

  }
  .content3 .table_wrap .doc_container span:nth-child(2){
    float: left;
    padding: 10px 0px 10px 0px;
    /* height: 45px; */
    /* line-height: 45px; */
    font-size: 12px;
    width: 100%;
    display: block;
    margin-right: 0px !important;
    margin-top: 45px;
  }
  .content3 .table_wrap .doc_container span:nth-child(3){
    float: left;
    padding: 10px 0px 10px 0px;
    /* height: 45px; */
    /* line-height: 45px; */
    font-size: 12px;
    width: 100%;
    display: block;
    margin-right: 0px !important;
    /* margin-top: 45px; */
  }
  .content3 .table_wrap .doc_container span:nth-child(4){
    float: left;
    padding: 10px 0px 10px 0px;
    /* height: 45px; */
    /* line-height: 45px; */
    font-size: 12px;
    width: 100%;
    display: block;
    margin-right: 0px !important;
    /* margin-top: 45px; */
  }

  .content3 .table_wrap .text_content_container{
    width: calc(100% - 20px);
    padding: 20px 10px;
    overflow: hidden;
    font-size: 14px;
    min-height: 500px;
    line-height: 25px;
    border-top: 1px solid #eee;
    white-space: pre-line;
  }

  .content3 .table_wrap .prev_container{
    width: calc(100% - 20px);
    padding: 0px 10px;
    /* height: 45px; */
    min-height: 45px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    float: left;
    overflow: hidden;
  }

  .content3 .table_wrap .prev_container .prev{
    /* height: 100%; */
    /* line-height: 45px; */
    float: left;
    margin-right: 10px;
    margin-top: 12px;
  }
  .content3 .table_wrap .prev_container .prev .fa-solid{
    margin-left: 5px;
  }

  .content3 .table_wrap .prev_container .prev_title360{
    height: 100%;
    float: left;
    width: calc(100% - 63px);
    padding: 8px 0px 13px 0px;
    margin-top: 4px;
  }

  .content3 .table_wrap .prev_container .prev_title360 a{
     width: 100%;
     overflow: hidden;
  }
  .content3 .table_wrap .prev_container .prev_title280{
    height: 100%;
    line-height: 45px;
    float: left;
    /* margin-right: 20px; */
    /* width:; */
    display: none;
  }

  .content3 .table_wrap .prev_container .prev_title_pc{
    height: 100%;
    line-height: 45px;
    float: left;
    /* margin-right: 20px; */
    width: 500px;
    display: none;
  }

  .content3 .table_wrap .prev_container .prev_doc{
   height: 100%;
   line-height: 45px;
   float: right;
   /* width: 11px; */
   font-size: 11px;
   display: none;
  }

  .content3 .table_wrap .prev_container .prev_name{
    margin-left: 5px;
    height: 100%;
    line-height: 45px;
    float: right;
    /* width: 50px; */
   font-size: 11px;
   display: none;
  }


  .content3 .table_wrap .prev_container .prev_time{
    margin-left: 5px;
    height: 100%;
    line-height: 45px;
    float: right;
    /* width: 50px; */
   font-size: 11px;
   display: none;
  }

  .content3 .table_wrap .next_container{
    width: calc(100% - 20px);
    padding: 0px 10px;
    /* height: 45px; */
    min-height: 45px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    float: left;
    overflow: hidden;
  }

  .content3 .table_wrap .next_container .next{
    /* height: 100%; */
    /* line-height: 45px; */
    float: left;
    margin-right: 10px;
    margin-top: 12px;
  }
  .content3 .table_wrap .next_container .next .fa-solid{
    margin-left: 5px;
  }

  .content3 .table_wrap .next_container .next_title360{
    height: 100%;
    float: left;
    width: calc(100% - 63px);
    padding: 8px 0px 13px 0px;
    margin-top: 4px;
  }

  .content3 .table_wrap .prev_container .prev_title360 a{
    width: 100%;
    overflow: hidden;
 }

  .content3 .table_wrap .next_container .next_title280{
    display: none;
  }

  .content3 .table_wrap .next_container .next_title_pc{
    display: none;
  }


  .content3 .table_wrap .next_container .next_doc{
   height: 100%;
   line-height: 45px;
   float: right;
   /* width: 11px; */
   font-size: 11px;
   display: none;

  }

  .content3 .table_wrap .next_container .next_name{
    margin-left: 5px;
    height: 100%;
    line-height: 45px;
    float: right;
    /* width: 50px; */
    font-size: 11px;
   display: none;

  }


  .content3 .table_wrap .next_container .next_time{
    margin-left: 5px;
    height: 100%;
    line-height: 45px;
    float: right;
    /* width: 80px; */
    font-size: 11px;
   display: none;

  }

  .content3 .table_wrap .btn_back_container{
    margin-top: 20px;
    width: calc(100% - 20px);
    padding: 0px 10px;
    height: 35px;
    float: left;
  }

  .content3 .table_wrap .btn_back_container button{
    border: none;
    outline: none;
    height: 100%;
    cursor: pointer;
    width: 70px;
    border: 1px solid #ccc;
  }

}/* ===== 공통: 이전글/다음글 행 공통 레이아웃 ===== */
.content3 .table_wrap .prev_container,
.content3 .table_wrap .next_container{
  width: calc(100% - 40px);
  padding: 0px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  min-height: 45px;
  display: flex;
  align-items: flex-start;      /* 위쪽 기준 맞춤 (아이콘+텍스트 높이 다를 때 자연스럽게) */
  flex-wrap: nowrap;            /* 한 줄 유지 */
  gap: 12px;                    /* "이전글"과 제목 사이 여백 */
  box-sizing: border-box;
}

/* next_container는 border-top 없애고 싶으면 여기서 덮어쓰기 */
.content3 .table_wrap .next_container{
  border-top: none;
}

/* "이전글 ▼", "다음글 ▼" 이 영역 */
.content3 .table_wrap .prev_container .prev,
.content3 .table_wrap .next_container .next{
  flex: 0 0 auto;               /* 크기 고정 */
  margin: 12px 0 0 0;           /* 위로 살짝 내리기 기존 느낌 살림 */
  line-height: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.content3 .table_wrap .prev_container .prev .fa-solid,
.content3 .table_wrap .next_container .next .fa-solid{
  margin-left: 5px;
}

/* ===== 제목 영역 (가변폭, 말줄임 처리) ===== */
.content3 .table_wrap .prev_title_pc,
.content3 .table_wrap .next_title_pc{
  flex: 1 1 auto;               /* 남는 공간 전부 차지 */
  min-width: 0;                 /* ★ flex 안에서 ellipsis 먹게 필수 */
  padding: 8px 0 13px 0;
  margin-top: 4px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* a 자체도 block으로 만들어서 ellipsis 적용 */
.content3 .table_wrap .prev_title_pc a,
.content3 .table_wrap .next_title_pc a{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
}

/* 모바일 전용 블록은 데스크탑에서 숨김 유지 */
@media screen and (min-width:911px){
  .content3 .table_wrap .prev_title360,
  .content3 .table_wrap .prev_title280,
  .content3 .table_wrap .next_title360,
  .content3 .table_wrap .next_title280{
    display:none;
  }
}

/* ===== 오른쪽 메타영역 (날짜 / 이름 / 파일아이콘 묶음) ===== */
.content3 .table_wrap .prev_meta,
.content3 .table_wrap .next_meta{
  flex: 0 0 auto;               /* 고정 영역, 줄어들지 않음 */
  display: flex;
  align-items: center;
  gap: 20px;                    /* 날짜-이름-아이콘 간격 */
  line-height: 45px;
  font-size: 14px;
  margin-left: auto;            /* 오른쪽 끝으로 밀기 */
  white-space: nowrap;          /* 줄바꿈 금지 */
}

/* 아이콘 */
.content3 .table_wrap .prev_meta .fa-solid,
.content3 .table_wrap .next_meta .fa-solid{
  line-height: 45px;
}
