@import url("reset.css");

.container{
    background-color: #EDEBE9;
    font: normal normal 300 20px/24px Montserrat;
    letter-spacing: 0px;
}
.header_box{
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #707070;
    /* position: fixed; */
}

.wrap{
    width: 100%;
    overflow: hidden;
    min-height:100%;
}
.main_box{
    display: flex;
    justify-content: center;
    height: 100%;
}
.labnote_side1{
    display: none;
}

.labnote_side2{
    display: none;
}

.labnote_main{
    width: 345px;
    position: relative;
    border-left:1px solid #707070;
    border-right:1px solid #707070;
    flex: none;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dot{
    display:none;
}

.section_header{
    display: none;
}
.m-header {
    height:40px;
    min-width: 343px;
    display: inline-block;
    position: relative;
}
.m-section_header {
    height:40px;
    min-width: 343px;
    display: block;
    position: fixed;
    background:#EDEBE9;
    top:58px;
    z-index:5;
}

.m-section_header > li {
    float:left;
    text-align: center; 
    font: normal normal 500 16px/19px Montserrat; 
    color:#000000;
    width: 85.5px;
    position:relative;
    padding-top:10px;
    height:40px;
}

#header-1 {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}
#header-2 {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}
#header-3 {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}
#header-4 {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.m-labnote_section_1, .m-labnote_section_2, .m-labnote_section_3, .m-labnote_section_4 {
    display: inline-block;
    text-align: left; 
    font: normal normal 300 14px/18px Montserrat;
    width:345px;
    margin-left:15px;
    position: absolute;
    padding-top:0px;
}

.notes{
    width: 316px;
    margin-left:15px;
    margin-right:0px;
    /*height: 403px;*/
}

.note{
    width: 316px;    
    margin-right:0px;
    height: 403px
}

.note_img{
    height: 192px;
}

#labnote_section_1{
    position: absolute;
    width: 345px;
    left:0px;
    display: flex;
    height: 100%;
    min-height: 100%;
}
#labnote_section_2{    
    position: absolute;
    width: 345px;
    height: 100%;
    left:0px;
    display: flex;
    min-height: 100%;
}

#labnote_section_3{
    width: 345px;
    height: 100%;
    left:0px;
    position: absolute;
    min-height: 100%;
    display: flex;
}
#labnote_section_4{
    width: 345px;
    height: 100%;
    left:0px;
    position: absolute;
   
    display: flex;
    min-height: 100%;
}

#labnote_section_2 .section_contents{
    opacity: 0;
}
#labnote_section_3 .section_contents{
    opacity: 0;
}
#labnote_section_4 .section_contents{
    opacity: 0;
}

.section_contents{
    width: 345px;
    display: flex;
    margin-top:40px;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}

.note_idx{
    height: 35px;
    padding: 8px 10px;
    border-bottom: 1px solid #707070;
    font: normal normal 300 14px/18px Montserrat;
    color:#555555;
}
.note_title{
    height: 125px;
    padding: 10px;
    border-bottom: 1px solid #707070;
    font: normal normal 500 18px/24px Montserrat;
}
.note_ref{
    height: 45px;
    padding: 5px 0px;
    border-bottom: 1px solid #707070;
    font: normal normal 300 10px/13px Montserrat;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#2C2C2C;
}

.note_contents{
    position: relative;
    /* position: absolute; */
    padding-left: 11px;
    padding-right:11px; 
    padding-top:0px;
    padding-bottom:0px;
    display: none;
}
.idx_publish{
    display: flex;
    justify-content: space-between;
    font: normal normal 300 12px/24px Montserrat;
    border-bottom: 1px solid #707070;
}
.title{
    font: normal normal 500 18px/24px Montserrat;
    padding: 8px 10px 10px 0;
    border-bottom: 1px solid #2C2C2C;
    height: 90px;
}
.ref{
    font: normal normal 300 10px/14px Montserrat;
    padding: 5px 0px 5px 0;
    text-decoration: underline;
    border-bottom: 1px solid #707070;
}
.ref a{
    font: normal normal 300 10px/14px Montserrat;
    letter-spacing: 0px;
    color:#2C2C2C;
}
.content{
    font: normal normal 300 14px/18px Montserrat;
}

.buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    height:10vh;
    font: normal normal 500 18px/22px Montserrat;
}

.m-labnote_section_1, .m-labnote_section_2 ,.m-labnote_section_3, .m-labnote_section_4 {
    display: block;
}