@import url("reset.css");

.wrap{
    overflow: hidden;
    min-height: 760px;
}
.container{
    font: normal normal 300 18px/27px Montserrat;
}
.header_box{
    height: 86px;
}
.labnote_side1{
    width: 290px;
}
.labnote_side2{
    width: 290px;
}
.labnote_main{
    width: 740px;
    min-height:770px;
}
#labnote_section_1{
    width: 589px;
}
#labnote_section_2{
    width: 589px;
}
#labnote_section_3{
    width: 589px;
    left: -539px;
}
#labnote_section_4{
    width: 589px;
    left: -1078px;
}
.section_header{
    width: 50px;
    font: normal normal 500 20px/24px Montserrat;
}
.section_header p{
    padding-left: 80%;
    font: normal normal 300 18px/27px Montserrat;
}
.section_contents{
    width: 539px;
    margin: 7% 3% 0 0;
}
.notes{
    display: block;
    width: 539px;
    margin-left: 20px;
}
.note{
    width: 245px;
    height: 315px;
}
.note_idx{
    height: 20px;
    padding: 3px 10px;
    font: normal normal 300 12px/15px Montserrat;
}
.note_title{
    height: 105px;
    font: normal normal 500 18px/22px Montserrat;
}
.note_ref{
    height: 36px;
    font: normal normal 300 8px/10px Montserrat;
}
.note_contents{
    position: relative;
    padding: 0 25px 30px 25px;
    display: none;
}
.idx_publish{
    font: normal normal 300 12px/24px Montserrat;
}
.title{
    font: normal normal 600 20px/24px Montserrat;
    padding: 10px 0 10px 0;
    height: 70px;
}
.ref{
    font: normal normal 300 10px/14px Montserrat;
    padding: 8px 0 8px 0;
}