/* css/content/notice_001.css */

dd.hasPost {
  color: #333;
  cursor: pointer;
}

@media screen and (min-width : 320px) and (max-width : 1279px) {
  #cke_1_top,
  #cke_1_bottom {
    display: none;
  }
  
  /* noticeTopBox */
  #noticeTopBox {
    background-image: url("/resources/asset/images/content/top/visual_pr.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #noticeBox {
    width : 100%;
    height : auto;
    min-height : 50vh;
    padding : 70px 10% 150px;
    box-sizing: border-box;
    background-color : #fff;
    background-color : var(--color-white);
  }
  
  .notice_inner_wrap {
    position: relative;
    width : 100%;
    height : auto;
    margin : auto;
  }
  
  .notice_info {
    position: relative;
    width : 100%;
    height : auto;
    padding-bottom : 30px;
  }
  
  .notice_title {
    padding-bottom : 20px;
    border-bottom : 1px solid #bfbfbf;
  }
  
  .notice_title:after {
    position: relative;
    top : 21px;
    content: "";
    display: block;
    width : 80%;
    border-bottom : 3px solid #ED6D00;
  }
  
  .notice_category {
    position: absolute;
    bottom : 0;
    left : 0;
  }
  
  .notice_date {
    position: absolute;
    bottom : 0;
    right : 0;
  }

  .notice_text_area {
    position: relative;
    width : 100%;
    height : auto;
    min-height: 300px;
    margin-top : 100px;
    margin-bottom : 25px;
    border-bottom : 1px solid #bfbfbf;
    text-align: center;
  }
  
  .notice_text_area p {
    margin-top : 50px;
    color: transparent;
  }

  .notice_text_area img {
    width: 100% !important;
    height: auto !important;
  }

  .notice_file_area {
    margin : 24px 0;
    text-align: right;
  }
  
  .notice_file_area a {
    padding-bottom : 5px;
    width : 100%;
    height : 100%;
    padding : 10px;
    font-size : 0.875rem;
    background-color : #bfbfbf;
    transition: all 300ms ease;
  }

  .notice_file_area .down {
    display: inline-block;
    width : 16px;
    height: 16px;
    background-image: url("/resources/asset/images/content/pr/file_down_gray.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: all 300ms ease;
  }

  .notice_file_area a:hover,
  .notice_file_area a:focus {
    background-color : #557365;
    color : #f2f2f2;
    outline: none;
  }

  .notice_file_area a:hover .down,
  .notice_file_area a:focus .down {
    background-image: url("/resources/asset/images/content/pr/file_down_white.svg");
    transform: scale(1.25, 1.25);
  }
  
  .notice_list_area {
    position: relative;
    width : 100%;
    height : 70px;
    padding-bottom : 50px;
  }
  
  .notice_list_area dt {
    float: left;
    width : 20%;
    height : 20px;
    padding-left : 10px;
    margin-bottom : 25px;
    margin-right : 20px;
    border-left : 3px solid #ED6D00;
  }
  
  .notice_list_area dd {
    width : 80%;
    height: 20px;
    margin-bottom : 25px;
  }
  
  .notice_btn_area {
    position: absolute;
    bottom : 0;
    right : 0;
  }

  .notice_btn_area button {
    width : 50px;
    height : 30px;
    border : 0;
    cursor: pointer;
    transition: all 300ms ease;
  }

  .notice_modify_btn,
  .notice_delete_btn {
    display: none;
  }

  .notice_list_btn { 
    color : #fff;
    background-color : #ED6D00;
  }

  .notice_list_btn:hover,
  .notice_list_btn:focus {
    border : 2px solid #ED6D00;
    background-color : #fff;
    outline: none;
    font-weight: 700;
    color : #ED6D00;
    outline: none;
  }

  .recruit_img {
    background-size: contain;
    width: 100%;
    height: auto;
  }
  .recruit_img01 {
    background: url("/resources/asset/images/recruit/2204_crew.jpg") no-repeat 50% 50%;
  }
  
}


@media screen and (min-width : 1280px) {
  #cke_1_top,
  #cke_1_bottom {
    display: none;
  }

  /* noticeTopBox */
  #noticeTopBox {
    background-image: url("/resources/asset/images/content/top/visual_pr.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #noticeTopBox .breadcrumb li {
    color : #fff;
    color : var(--color-white);
  }
  
  #noticeBox {
    width : 100%;
    height : auto;
    min-height : 1000px;
    padding : 115px 0;
    box-sizing: border-box;
    background-color : #fff;
    background-color : var(--color-white);
  }
  
  .notice_inner_wrap {
    position: relative;
    width : 1000px;
    height : auto;
    margin : auto;
  }
  
  .notice_info {
    position: relative;
    width : 1000px;
    height : 92px;
  }
  
  .notice_title {
    padding-bottom : 20px;
    border-bottom : 1px solid #bfbfbf;
  }
  
  .notice_title:after {
    position: relative;
    top : 21px;
    content: "";
    display: block;
    width : 520px;
    border-bottom : 3px solid #ED6D00;
  }
  
  .notice_category {
    position: absolute;
    top : 12px;
    right : 0;
  }
  
  .notice_date {
    position: absolute;
    bottom : 0;
    right : 0;
  }

  .notice_text_area {
    position: relative;
    width : 100%;
    height : auto;
    min-height: 300px;
    margin-top : 100px;
    margin-bottom : 25px;
    border-bottom : 1px solid #bfbfbf;
    text-align: center;
  }
  
  .notice_text_area p {
    margin-top : 50px;
  }

  .notice_file_area {
    margin : 24px 0;
    text-align: right;
  }
  
  .notice_file_area a {
    padding-bottom : 5px;
    width : 100%;
    height : 100%;
    padding : 10px;
    background-color : #bfbfbf;
    transition: all 300ms ease;
  }

  .notice_file_area .down {
    display: inline-block;
    width : 16px;
    height: 16px;
    background-image: url("/resources/asset/images/content/pr/file_down_gray.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: all 300ms ease;
  }

  .notice_file_area a:hover,
  .notice_file_area a:focus {
    background-color : #557365;
    color : #f2f2f2;
    outline: none;
  }

  .notice_file_area a:hover .down,
  .notice_file_area a:focus .down {
    background-image: url("/resources/asset/images/content/pr/file_down_white.svg");
    transform: scale(1.25, 1.25);
  }
  
  .notice_list_area {
    position: relative;
    width : 100%;
    height : 70px;
  }
  
  .notice_list_area dt {
    float: left;
    margin-right : 50px;
    margin-bottom : 25px;
    padding-left : 10px;
    border-left : 3px solid #ED6D00;
  }
  
  .notice_list_area dd {
    margin-bottom : 25px;
  }
  
  .notice_btn_area {
    position: absolute;
    bottom : 40px;
    right : 0;
  }
  .notice_btn_area button {
    width : 50px;
    height : 30px;
    border : 0;
    cursor: pointer;
    transition: all 300ms ease;
  }

  .notice_modify_btn,
  .notice_delete_btn {
    color : #555555;
    background-color : #bfbfbf; 
  }

  .notice_list_btn { 
    color : #fff;
    background-color : #ED6D00;
  }

  .notice_modify_btn:hover,
  .notice_modify_btn:focus,
  .notice_delete_btn:hover,
  .notice_delete_btn:focus {
    background-color : #555555;
    color : #f2f2f2;
    font-weight: 700;
    outline: none;
  }
  
  .notice_list_btn:hover,
  .notice_list_btn:focus {
    border : 2px solid #ED6D00;
    background-color : #fff;
    outline: none;
    font-weight: 700;
    color : #ED6D00;
    outline: none;
  }

  .recruit_img {
    width: 100%;
    height: auto;
    color: transparent;
  }
  
}