@charset "utf-8"; 


/* ******************** component ******************** */

/* input */ 
@import "../../component/input-style";

/* 컨텐츠 공용 타이틀 */
@import "../../component/title-style";

/* input */ 
@import "../../component/check-style";

/* btn-style */ 
@import "../../component/button-style";

/* btn-style */ 
@import "../../component/vertical-table";

/* paging-style */ 
@import "../../component/paging";

/* pop-style */ 
@import "../../component/pop-style";

/* captcha-style */ 
@import "../../component/captcha";

/* ******************** result ******************** */ 

/* sub-tab */ 
@import "./_tab";

/* sub-common-cont */
@import "../common/_sub-cont";

/* sub filter */
@import "./_filter";

/* sub 게시글 */
@import "./_board";

/* sub 장비 */
@import "./_cec";

/* sub 교육 */
@import "../edu/edu";

/* sub 기술데이터 */
@import "./_tech-data";

/* sub 파일 */
@import "./_file";

/* sub 조직도 */
@import "./_organization";

/* sub 조직도 */
@import "./_news";

/* sub 연구자 */
@import "./researcher";

/* sub 파일 */
@import "./_label";

/* sub 대학보 */
@import "./_newspaper";

/* header result */

.header-container {
  .gnb-area {
    &.search-gnb {
      border: 0;
      .nav-pc { display: none; }
    }
    &:before {
      content:none;
    }
  }
}

/* 라디오 인풋 */
.check-input {
  &.inline {
    display:inline-block;
  }
  input[type="radio"] {       
    & + label:before {
      background-image:url("../../../img/common/radio.svg");
    }    
  }
}

@media(max-width:1024px) {
  .check-input {
    &.inline {
      display:inline-block;
    }
    input[type="radio"] {   
      & + label {
        margin-bottom:12px
      }    
    }
  } 
}

/* body-container */
.body-container { min-height: 730px; }


/* 검색 결고 없음 */
.no-list {
  padding: 60px 20px; text-align: center;
  img { width: 55px; height:auto; }
  p { padding-top: 20px; font-weight: 600; color: #b8c2d3; }
}

.search-tt {
  padding: 10px 0 20px; font-size: 1.2rem; color: #777; font-weight: 500;
  img { width: 13px; height: auto; margin-right: 5px; opacity: 0.4; }
}

@media (max-width: 1200px) {
  .search-tt { padding: 20px; }
}

/* cursor r초기화  */
.cursor-default {
  cursor: text;
}
*:hover {
  .cursor-default {
    text-decoration: unset !important;
  }
}