@import url("reset.css");

.container{
    background-color: #EDEBE9;
	font: normal normal 300 20px/24px Montserrat;
    letter-spacing: 0px;
}
.container p{
    word-break: keep-all;
}
.header_box{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #707070;    
}
.wrap{
    width: 100%;
    overflow: hidden;
    min-height: 960px;
}
.main_box{
    display: flex;
    justify-content: center;
    height: 100%;
}
.labnote_side1{
    width: 302px;
    flex-grow: 1;
}
.txt_area{
    margin: 10%;
    color:#555555;
    width: 240px;
}
.img_area{
    height: 170px;
    margin-top: 600px;
    padding: 20px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: center;
    color:#555555;
}
.img_area div{
    width: 250px;;
}
.img{
    width: 180px;
}
.img_area p{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.labnote_side2{
    width: 302px;
    /* border-left: 1px solid #707070; */
    position: relative;
    flex-grow: 1;
}
.labnote_side2 p{
    position: absolute;
    top: 4%;
    right: 2%;
    font-size: 15px;
    writing-mode: vertical-lr;
}
.labnote_main{
    width: 1320px;
    position: relative;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    flex: none;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height:943px;
}
#labnote_section_1{
    width: 1110px;
    position: relative;
    display: flex;
    height: 100%;
    min-height: 1080px;
}
#labnote_section_2{
    width: 1110px;
    position: relative;
    left: 0px;
    border-left: 1px solid #707070;
    height: 100%;
    display: flex;
    min-height: 1080px;
}
#labnote_section_3{
    width: 1110px;
    height: 100%;
    position: relative;
    left: -1042px;
    border-left: 1px solid #707070;
    display: flex;
    min-height: 1080px;
}
#labnote_section_4{
    width: 1110px;
    height: 100%;
    position: relative;
    left: -2084px;
    border-left: 1px solid #707070;
    display: flex;
    min-height: 1080px;
}
#labnote_section_2 .section_contents{
    opacity: 0;
}
#labnote_section_3 .section_contents{
    opacity: 0;
}
#labnote_section_4 .section_contents{
    opacity: 0;
}
.section_header{
    width: 68px;
    padding-top: 3%;
    height: 100%;
    font-weight: 500;
    text-align: center;
}
.section_header p{
    padding-left: 100%;
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 300;
    font: normal normal 300 24px/29px Noto Sans KR;
}
.section_header strong{
    font: normal normal 500 24px/29px Montserrat;   
}
.dot{
    width: 6px;
    margin-bottom: 6px;
    opacity: 0;
}
.section_contents{
    width: 1042px;
    margin: 5% 1% 0 3%;
    display: flex;
    word-break: keep-all;
}

.notes{
    position: absolute;
    display: block;
    width: 1042px;
}
.note{
    width: 316px;
    height: 422px;
    border: 1px solid #707070;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.note_idx{
    height: 35px;
    padding: 8px 10px;
    border-bottom: 1px solid #707070;
    font: normal normal 300 14px/18px Montserrat;
    color:#555555;
}
.note_title{
    height: 145px;
    padding: 10px;
    border-bottom: 1px solid #707070;
    font: normal normal 500 24px/34px Noto Sans KR;
}
.note_ref{
    height: 45px;
    padding: 5px 5px;
    border-bottom: 1px solid #707070;
    font: normal normal 300 10px/13px Montserrat;
    color:#2C2C2C;
    display: flex;
    align-items: center;
}

.note_contents{
    position: relative;
    /* position: absolute; */
    padding: 0 200px 30px 40px;
    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 32px/42px Noto Sans KR;
    padding: 8px 100px 10px 0;
    border-bottom: 1px solid #707070;
}
.ref{
    font: normal normal 300 12px/19px Montserrat;
    padding: 20px 0px 20px 0;
    text-decoration: underline;
    border-bottom: 1px solid #707070;
}
.ref a{
    font: normal normal 300 12px/19px Montserrat;
    letter-spacing: 0px;
    color:#2C2C2C;
}
.content{
    font: normal normal 300 16px/24px Noto Sans KR;
}

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

.m-header, .m-section_header, .m-labnote_section_1, .m-labnote_section_2, .m-labnote_section_3, .m-labnote_section_4{
    display:none;
}

@media (max-width: 1770px) {
    .labnote_side1{
        visibility: hidden;
    }
    .labnote_side2{
        visibility: hidden;
    }
    .txt_area{
        display: none;
    }
    .img_area div{
        display: none;
    }
}