@charset "utf-8";


/*서브 비주얼*/
.eQ01 .wrap_sub_visual:before{background:url(/sites/nanobio/images/sub/sub_visual01.jpg) no-repeat center top;}
.eQ02 .wrap_sub_visual:before{background:url(/sites/nanobio/images/sub/sub_visual02.jpg) no-repeat center;background-size:cover !important; }
.eQ03 .wrap_sub_visual:before{background:url(/sites/nanobio/images/sub/sub_visual03.jpg) no-repeat center ;background-size:cover !important ;}
.eQ04 .wrap_sub_visual:before{background:url(/sites/nanobio/images/sub/sub_visual04.jpg) no-repeat center;background-size:cover !important; }
.eQ05 .wrap_sub_visual:before{background:url(/sites/nanobio/images/sub/sub_visual05.jpg) no-repeat center;background-size:cover !important; }

/* 연구소 버튼 */
.btn-style4 {position: relative; display: inline-block; }
.btn-style4 a {display:inline-block; border: 1px solid #c18516; background:#fff;  padding:15px 37px 15px 39px; transition:all .3s;}
.btn-style4 a span {display: inline-block; font-size: 15px; line-height:28px; color:#c18516; font-family: 'Dream Regular';transition:all .3s; padding-left:35px; background:url('/sites/guide/images/guide/ic_hwp.png') no-repeat left center;}
.btn-style4 a:hover {background:#c18516;}
.btn-style4:hover a span {color:#fff; background:url('/sites/guide/images/guide/ic_hwp_w.png') no-repeat left center;}

/* 연구실 소개 표*/
    .labo_wrapper table tr td:last-child {
     /* background: #f9f9f9;*/
    }

.labo_wrapper span {
    margin-left: 4px;
    background: #f9fcff;
    color: #157ab5;
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #157ab5;
    letter-spacing: -.5px;
  	margin:3px;
}
    .labo_wrapper span:first-child{margin-left:0;}
    .labo_btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    word-break: break-word;
    }
    .labo_btn::after {content:"";display:inline-block;vertical-align:-1px;margin:0 0 0 5px;width:18px;height:18px;}
    .labo_btn::after { background:url("/sites/nanobio/images/btn_icon_self_b.png") no-repeat center; }
.labo_btn:hover,
.labo_btn:focus {
    color: #157ab5;
}