.notice_boxline{
  line-height: 19pt;
  padding-left: 0px;
}


.dl_title_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #edeff6;
    color: #444;
}


.notice_table {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #dcdcdc;
    border-left: 0px;
    border-right: 0px;
}


.notice_title h3 {
    background-color: #2d4154;
    border: 1px solid #2d4154;
    padding: 20px 8px 20px 30px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 65px;
}

.notice_table_dl {
    display: flex;
    font-size: 18px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #e8e9eb;
}


.notice_table_dl dt {
    text-align: center;
    padding: 11px 20px 11px;
}

.notice_table_dl dt:nth-child(1) {
    width: 11%;
    border-right: 1px solid #d6d8dd;
}

.notice_table_dl dt:nth-child(2) {
    width: 72%;
    border-right: 1px solid #d6d8dd;
}


.notice_table_dl dt:nth-child(3) {
    width: 17%;

}



.notice_table_dl dd:nth-child(1) {
    width: 11%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfd;
    border-right: 1px solid #e3e6e9;
}


.notice_table_dl dd:nth-child(2) {
    width: 72%;
    text-align: left;
    padding: 18px 24px;
    border-right: 1px solid #e3e6e9;
}


.notice_table_dl dd:nth-child(3) {
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;

}



.page_number {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
}

.num_point {
    background-color: #378ee4;
    color: #fff;
    font-weight: bold;
    margin: 0 4px;
    position: relative;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.page_number a {
    margin: 0 4px;
    position: relative;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

a.notice_num {
    background: none;
    height: auto;
    width: 45px;
    font-size: 16px;
}


.view_btn_area {
    border-top: 1px solid #d5d5d5;
    margin-top: 20px;
    padding-top: 50px;
}



.notice_con_txt1 {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
}


/*  notice_view  start    */

.notice_view_notice {
    display: flex;
    background-color: #edeff6;
    border-top: 2px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
    padding: 20px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}


.notice_con_txt {
    font-size: 22px;
    color: #555555;
    line-height: 30px;
    font-weight: bold;
    width: 80%;
    padding: 0;
}

.notice_view_date {
    width: 20%;
    display: flex;
    justify-content:flex-end;
    align-items: center;
}


.notice_date_text{
  padding: 0px 5px;
  font-size:17px;
}


.notice_date_text img{
  width: 22px;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}



.notice_con_txt_s {
    color: #888;
    border-right: 1px solid #cecece;
    padding-right: 20px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 25px;
}

.notice_con_txt_s1 {
    font-size: 18px;
    color: #666666;
    line-height: 1.55;
    padding: 40px 15px 10px 15px;
    word-break: break-all;
}

.notice_view_bnt {
    width: 300px;
    background-color: #2d89ef;
    text-align: center;
    color: #ffffff;
    height: 60px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}


.notice_view_bnt {
    border-top: 1px solid #d5d5d5;
}


.notice_view_bnt a {
    color: #ffffff;
    display: flex;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}



.notice_con_txt_s1 h2 {
    font-size: 37px;
}

.notice_con_txt_s1 h3 {
    font-size: 27px;
    padding-top: 60px;
}

/* notice_view end  */

@media screen and (max-width:480px){


  .wrap_top {
      margin-top: 100px !important;
      margin-bottom: 0;
  }

  .notice_title h3 {
    background-color: #2d4154;
    border: 1px solid #2d4154;
    padding: 11px 8px 12px 19px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 34px;
  }


.notice_table_dl {
      font-size: 15px;
      justify-content: space-between;
  }


.notice_table_dl dt{
  padding: 11px 15px;
  font-size: 16px;
}

.notice_table_dl dt:nth-child(1) {
    width: 16%;
}

.notice_table_dl dt:nth-child(2) {
    width: 60%;
}

.notice_table_dl dt:nth-child(3) {
    width: 24%;
}



.notice_table_dl dd{
  padding: 11px 15px;
  font-size: 15px;
}

.notice_table_dl dd:nth-child(1) {
    width: 16%;
}


.notice_table_dl dd:nth-child(2) {
    width: 60%;
    text-align: left;
    padding: 12px;
    line-height: 1.38;
}


.notice_table_dl dd:nth-child(3) {
    width: 24%;
}



.page_number {
    font-size: 15px;
    margin-top: 17px;
    margin-bottom: 40px;
}

.page_number a {
    height: 20px;
    width: 20px;
}


.page_number a:nth-child(1){
  height: 30px;
  width: 30px;
}


.page_number a:nth-last-child(1){
  height: 30px;
  width: 30px;
}


a.notice_num {
    font-size: 15px;
}



/* notice_view start */



  .notice_view_notice {
      flex-direction: column;
      padding-bottom: 15px;
      margin-top: 20px;

  }

  .notice_con_txt {
    width: 100%;
    padding: 0;
    line-height: 1.4;
    font-size:16px;
}

.notice_date_text{
  font-size:15px;
}


.notice_date_text img {
    width: 16px;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 3px;
}


.notice_view_date {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 12px;
}

.notice_con_txt_s {
    padding: 0px 20px;
    margin-right: 15px;
}

.notice_con_txt_s1 {
  padding: 22px 0px 10px;
  font-size: 16px;
}

.notice_view_bnt {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-bottom: 50px;
}


.view_btn_area{
  margin-top: 10px;
padding-top: 30px;
}

.notice_con_txt_s1 h2 {
    font-size: 25px;
    line-height: 30px;
}

.notice_con_txt_s1 h3 {
    font-size: 21px;
    padding-top: 10px;
    line-height: 1.2;
}


img.img-fluid {
    width: 100% !important;
}
/* notice_view end */


}
