/*와이드 모니터*/
@media only screen and (min-width: 795px) and (max-width: 1336px) {
    section > .boardWrap{
        width: 795px;
    }
}

/*태블릿*/
@media only screen and (min-width: 496px) and (max-width: 794px) {
    section > .boardWrap{
        width: calc(100% - 30px);
    }
    section > .boardWrap > .boardTitle > h3 {
        font-size: 24px;
    }
    section > .boardWrap > .boardContents > .conHeader {
        padding-top: 20px;
    }
    section > .boardWrap > .boardContents > .conHeader > h3 {
        font-size: 20px;
        line-height: 24px;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(1){
        width: 15%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(2){
        width: 25%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(3){
        width: 30%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(4){
        width: 15%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul {
        margin: 10px 0;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul > li{
        margin: 0 4px;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul > li:first-of-type{
        display: none;
    }
    section > .boardWrap > .boardContents > .conSection {
        margin-top: 20px;
    }
    section > .boardWrap > .boardContents > .conSection > .segment {
        padding-bottom: 20px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > .textBox {
        width: calc(100% - 42px);
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button {
        width: 32px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > .imgBox {
        margin-top: -16px;
        margin-left: 3px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > .textBox {
        display: none;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > a > .imgBox {
        margin-top: -16px;
        margin-left: 3px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > a > .textBox {
        display: none;
    }
    section > .boardWrap > .boardContents > .conSection > .moveWrap > div > p {
        margin-top: 2px;
    }
    section > .boardWrap > .boardContents > .conSection > .moveWrap > div {
        padding: 10px 0;
    }
}

/*모바일*/
@media only screen and (max-width: 495px) {
    section > .boardWrap{
        width: calc(100% - 30px);
    }
    section > .boardWrap > .boardTitle > h3 {
        font-size: 24px;
    }
    section > .boardWrap > .boardContents > .conHeader {
        padding-top: 20px;
    }
    section > .boardWrap > .boardContents > .conHeader > h3 {
        font-size: 20px;
        line-height: 24px;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(1){
        width: 15%;
        display: none;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(2){
        width: 30%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(3){
        width: 45%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul:nth-of-type(4){
        width: 15%;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul {
        margin: 10px 0;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul > li{
        margin: 0 4px;
    }
    section > .boardWrap > .boardContents > .conHeader > .listName > ul > li:first-of-type{
        display: none;
    }
    section > .boardWrap > .boardContents > .conSection {
        margin-top: 20px;
    }
    section > .boardWrap > .boardContents > .conSection > .segment {
        padding-bottom: 20px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > .textBox {
        width: calc(100% - 42px);
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button {
        width: 32px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > .imgBox {
        margin-top: -16px;
        margin-left: 3px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > .textBox {
        display: none;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > a > .imgBox {
        margin-top: -16px;
        margin-left: 3px;
    }
    section > .boardWrap > .boardContents > .conSection > .files > li > button > a > .textBox {
        display: none;
    }
    section > .boardWrap > .boardContents > .conSection > .moveWrap > div > p {
        margin-top: 2px;
    }
    section > .boardWrap > .boardContents > .conSection > .moveWrap > div {
        padding: 10px 0;
    }
}