section{
    padding: 20px 0 60px;
    color: #333333;
    min-height: calc(100vh - 467px);
}
section > .boardWrap{
    padding: 0;
}
section > .boardWrap > .boardTitle > h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    border-bottom: 2px solid #333;
}
section > .boardWrap > .boardContents > .conHeader{
    padding-top: 30px;
}
section > .boardWrap > .boardContents > .conHeader > h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
section > .boardWrap > .boardContents > .conHeader > .listName{
    margin-top: 20px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px solid #ddd;
}
section > .boardWrap > .boardContents > .conHeader > .listName > ul{
    border-right: 1px solid #ddd;
    margin: 20px 0;
}
section > .boardWrap > .boardContents > .conHeader > .listName > ul:last-of-type{
    border: none;
}
section > .boardWrap > .boardContents > .conHeader > .listName > ul > li{
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    margin: 0 30px;
}
section > .boardWrap > .boardContents > .conHeader > .listName > ul:first-of-type > li{
    margin-left: 0;
}
section > .boardWrap > .boardContents > .conHeader > .listName > ul > li:last-of-type{
    font-weight: 400;
}
section > .boardWrap > .boardContents > .conSection{
    margin-top: 45px;
    width: 100%;
}
section > .boardWrap > .boardContents > .conSection > .segment{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    white-space: pre-line;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
section > .boardWrap > .boardContents > .conSection > .files{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
section > .boardWrap > .boardContents > .conSection > .files > li:last-of-type{
    margin-top: 10px;
}
section > .boardWrap > .boardContents > .conSection > .files > li > button{
    width: 96px;
    height: 32px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    background-color: #0065ee;
    border-radius: 30px;
}
section > .boardWrap > .boardContents > .conSection > .files > li > button > .imgBox{
    width: 14px;
    height: 14px;
    margin-top: -2px;
}
section > .boardWrap > .boardContents > .conSection > .files > li > button > .textBox {
    font-size: 14px;
}
section > .boardWrap > .boardContents > .conSection > .files > li > .textBox{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 10px;
    width: calc(100% - 106px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
section > .boardWrap > .boardContents > .conSection > .files > li > button > a > .imgBox {
    width: 14px;
    height: 14px;
    margin-top: -2px;
}
section > .boardWrap > .boardContents > .conSection > .files > li > button > a > .textBox {
    color: #fff;
}
section > .boardWrap > .boardContents > .conSection > .moveWrap{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}
section > .boardWrap > .boardContents > .conSection > .moveWrap button{
    border: none;
    background-color: #fff;
    width: 90px;
    font-size: 16px;
    margin: 0 10px;
}
section > .boardWrap > .boardContents > .conSection > .moveWrap button > .imgBox{
    width: 8px;
    height: 13px;
    margin-top: -3px;
}
section > .boardWrap > .boardContents > .conSection > .moveWrap > div{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
section > .boardWrap > .boardContents > .conSection > .moveWrap > div > p{
    width: calc(100% - 110px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 3px;
}
section > .boardWrap > .boardContents > .conSection > button{
    display: block;
    background-color: #1c52a5;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    width: 80px;
    height: 40px;
    margin-top: 20px;
    margin-left: auto;
}