/* css/content/notice.css */

.notice_move_line {
  background-color : #ED6D00 !important;
}
#noticeTopBox {
  background-image: url("/resources/asset/images/content/top/visual_pr.jpg");
  background-size: cover;
}

@media screen and (min-width : 320px) and (max-width : 1279px) {
  /* noticeTopBox */
  
  /* noticeBox */
  #noticeBox {
    width : 100%;
    height : auto;
    background-color : #fff;
    background-color : var(--color-white);
    padding : 70px 10%;
    box-sizing: border-box;
  }
  
  .notice_inner_wrap {
    width : 100%;
    height: auto;
    margin : auto;
    margin-bottom : 150px;
  }
  
  .notice_tab {
    position: relative;
    width : 100%;
    height : 50px;
    margin : auto;
    margin-bottom: 70px;
  }
  
  .notice_fixed_line {
    position: absolute;
    left : 0;
    bottom : 0;
    width : 100%;
    height : 1px;
    background-color : #bfbfbf;
  }

  .notice_move_line.left {
    left : 0;
    bottom : 0;
  }

  .notice_move_line.center {
    left : 0;
    right : 0;
    margin : auto;
  }

  .notice_move_line.right {
    left : unset;
    right : 0;
  }
  
  .notice_tab ul {
    display: flex;
    width : 100%;
    height : 100%;
    justify-content: space-around;
  }
  
  .notice_tab li {
    width : 33.333333%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
  }

  .notice_tab li a {
    display: block;
    width : 100%;
    height : 100%;
  }
  
  .notice_list {
    width : 100%;
    height : auto;
  }
  
  .notice_table {
    width : 100%;
    height : auto;
    border-top : 3px solid #bfbfbf;
    border-bottom : 3px solid #bfbfbf;
    box-sizing: border-box;
    margin-bottom : 15px;
  }

  .notice_table tr {
    display: table-row;
    width : 100%;
    height: 80px;
  }
  
  .notice_table tbody th {
    height: 80px;
    font-size: 1rem;
    font-weight: 300;
    border-bottom : 1px solid #bfbfbf;
    box-sizing: border-box;
  }

  .notice_table thead tr {
    height : 50px;
  }
  .notice_table .num {
    display: none;
  }

  .notice_table .title {
    width : 80%;
  }

  .notice_table tbody .date {
    font-size : 0.875rem;
    width : 20%;
  }

  .notice_table .writer {
    display: none;
  }
  
  .notice_table th a {
    display: block;
    width : 100%;
    cursor: pointer;
  }
  
  .notice_table tbody tr:last-of-type th {
    border-bottom: none;
  }

  .table_title th {
    font-size : 1.25rem;
    font-weight: 300;
    border-bottom : 1px solid #bfbfbf;
  }
  
  .notice_table a:hover {
    color : #ED6D00;
    font-weight: 500;
  }

  .notice_btn_area {
    display: none;
  }

  .pagination {
    display: flex;
    width : 150px;
    height : 25px;
    margin : auto;
    margin-top : 50px;
    justify-content: space-between;
  }

  .pagination button {
    width : 15px;
    height : 25px;
    border : 0;
    background-color : transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size : contain;
    transition: all 500ms ease;
    cursor: pointer;
  }

  .pagination button.prev {
    background-image: url("/resources/asset/images/content/pr/prev.svg");
  }

  .pagination button.next {
    background-image: url("/resources/asset/images/content/pr/next.svg");
  }

  .pagination button:hover,
  .pagination button:focus {
    transform: scale(1.25, 1.25);
    outline: 0;
  }

  .pagination a {
    transition : all 300ms ease;
  }

  .pagination a:hover,
  .pagination a:focus {
    outline: none;
    font-weight: 700;
    border-bottom : 2px solid #557365;
  }

}


@media screen and (min-width : 1280px) {
  
  #noticeTopBox .breadcrumb li {
    color : #f2f2f2;
    color : var(--color-white);
  }
  
  /* noticeBox */
  #noticeBox {
    width : 100%;
    height : auto;
    background-color : #f2f2f2;
    background-color : var(--color-white);
    padding : 120px 0;
    box-sizing: border-box;
  }
  
  .notice_inner_wrap {
    width : 1000px;
    height: auto;
    margin : auto;
    margin-bottom : 180px;
  }
  
  .notice_tab {
    position: relative;
    width : 100%;
    height : 55px;
    margin : auto;
    margin-bottom: 100px;
  }
  
  .notice_fixed_line {
    position: absolute;
    left : 0;
    bottom : 0;
    width : 100%;
    height : 1px;
    background-color : #bfbfbf;
  }
  
  .notice_move_line {
    position: absolute;
    left : 0;
    bottom : 0;
    width : 33.333333%;
    height : 3px;
    background-color : #557365;
  }

  .notice_move_line.left {
    left : 0;
    bottom : 0;
  }

  .notice_move_line.center {
    left : 0;
    right : 0;
    margin : auto;
  }

  .notice_move_line.right {
    left : unset;
    right : 0;
  }
  
  .notice_tab ul {
    display: flex;
    width : 100%;
    height : 100%;
    justify-content: space-around;
  }
  
  .notice_tab li {
    width : 33.333333%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
  }

  .notice_tab li a {
    display: block;
    width : 100%;
    height : 100%;
  }
  
  .notice_list {
    width : 100%;
    height : 500px;
  }
  
  .notice_table {
    width : 100%;
    height : auto;
    border-top : 3px solid #bfbfbf;
    border-bottom : 3px solid #bfbfbf;
    box-sizing: border-box;
    margin-bottom : 15px;
  }

  .notice_table tr {
    display: table-row;
    width : 100%;
    height: 80px;
  }
  
  .notice_table th {
    height: 80px;
    font-size: 1rem;
    font-weight: 300;
    border-bottom : 1px solid #bfbfbf;
    box-sizing: border-box;
  }

  .notice_table .num {
    width : 10%;
  }

  .notice_table .title {
    width : 60%;
  }

  .notice_table .date {
    width : 15%;
  }

  .notice_table .writer {
    width : 15%;
  }
  
  .notice_table th a {
    display: block;
    width : 100%;
    cursor: pointer;
  }
  
  .notice_table tbody tr:last-of-type th {
    border-bottom: none;
  }
  
  .table_title th {
    font-size : 1.5rem;
    font-weight: 300;
    border-bottom : 1px solid #bfbfbf;
  }
  
  .notice_table a:hover {
    color : #ED6D00;
    font-weight: 500;
  }

  .notice_btn_area {
    width : auto;
    height : auto;  
    margin-bottom : 15px;
  }

  .notice_editor_btn {
    float: right;
    width : 50px;
    height : 30px;
    border : 0;
    color : #f2f2f2;
    cursor: pointer;
    background-color : #557365;
    transition: all 500ms ease;
  }

  .notice_editor_btn:hover,
  .notice_editor_btn:focus {
    border : 2px solid #557365;
    background-color : #f2f2f2;
    outline: none;
    font-weight: 700;
    color : #557365;
  }

  .pagination button {
    width : 15px;
    height : 25px;
    border : 0;
    background-color : transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size : contain;
    transition: all 500ms ease;
    cursor: pointer;
  }

  .pagination button.prev {
    background-image: url("/resources/asset/images/content/pr/prev.svg");
  }

  .pagination button.next {
    background-image: url("/resources/asset/images/content/pr/next.svg");
  }

  .pagination button:hover,
  .pagination button:focus {
    transform: scale(1.25, 1.25);
    outline: 0;
  }

  .pagination {
    display: flex;
    width : 150px;
    height : 25px;
    margin : auto;
    justify-content: space-between;
  }

  .pagination a {
    transition : all 300ms ease;
  }

  .pagination a:hover,
  .pagination a:focus {
    outline: none;
    font-weight: 700;
    border-bottom : 2px solid #557365;
  }

}