@charset "utf-8";


@media (min-width: 1200px) {

    #free_board .num {
        width: 98px;
        text-align: center;
    }

    #free_board .board_title {
        width: 780px;
        text-align: center;
    }

    #free_board .writer {
        width: 100px;
        text-align: center;
    }

    #free_board .date {
        width: 120px;
        text-align: center
    }

    #free_board .view {
        width: 100px;
        text-align: center
    }

    #free_board .div_default {
        width: 100px;
        text-align: center;
    }

    #free_board .div_title {
        width: 780px;
        text-align: left;
        height: 40px;
    }

    #free_board .div_title a {
        display: inline-block;
        max-width: 750px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #free_board .div_title b {
        vertical-align: top;
    }

    #free_board .div_name {
        width: 98px;
        text-align: center;

    }

    #free_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #free_board .div_date {
        width: 120px;
        text-align: center
    }


    .elements p {
        float: left;
    }

    .elements {
        background: #eee;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    #free_board, #notice_board, #qna_board, #estimate_board {
        border: 1px solid #ccc;
        border-top: 2px solid #333;
        border-bottom: none;
        overflow: hidden;
    }

    .board_li {
        border-bottom: 1px solid #ccc;
        height: 40px;
        line-height: 40px
    }

    .board_li p {
        float: left;
        height: 40px;

    }

    #notice_board {
        margin-bottom: 10px;
    }

    #notice_board .badge {
        width: 100px;
        text-align: center;
    }

    #notice_board .div_badge {
        width: 100px;
        text-align: center;
    }

    #notice_board .num {
        width: 98px;
        text-align: center;
    }

    #notice_board .board_title {
        width: 680px;
        text-align: center;
    }


    #notice_board .date {
        width: 120px;
        text-align: center
    }

    #notice_board .view {
        width: 100px;
        text-align: center
    }

    #notice_board .div_default {
        width: 100px;
        text-align: center;
    }

    #notice_board .div_title {
        width: 678px;
        text-align: center;
    }

    #notice_board .div_title a {
        display: block;
        width: 660px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #notice_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #notice_board .div_date {
        width: 120px;
        text-align: center
    }

    .div_badge img {
        vertical-align: top;
        margin-top: 8px;
    }


    #qna_board .num {
        width: 98px;
        text-align: center;
    }

    #qna_board .board_title {
        width: 780px;
        text-align: center;
    }

    #qna_board .writer {
        width: 100px;
        text-align: center;
    }

    #qna_board .date {
        width: 120px;
        text-align: center
    }

    #qna_board .view {
        width: 100px;
        text-align: center
    }

    #qna_board .reply {
        width: 100px;
        text-align: center
    }

    #qna_board .div_default {
        width: 100px;
        text-align: center;
    }

    #qna_board .board_li .div_title {
        text-align: left;
        width: 780px;
    }

    #qna_board .div_title a {
        display: block;
        width: 760px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #qna_board .div_name {
        width: 98px;
        text-align: center;
    }

    #qna_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #qna_board .div_date {
        width: 120px;
        text-align: center
    }

    #qna_board .div_reply {
        width: 100px;
        text-align: center
    }

    .lock {
        width: 15px;
        margin-right: 5px;
    }

    #estimate_board .num, #estimate_board .div_default {
        width: 100px;
        text-align: center;
    }

    #estimate_board .board_title {
        width: 580px;
        text-align: center;
    }

    #estimate_board .div_title {
        width: 580px;
        text-align: left;
        height: 40px;
    }

    #estimate_board .writer {
        width: 98px;
        text-align: center;
    }

    #estimate_board .div_name {
        width: 98px;
    }

    #estimate_board .div_name span {
        width: 98px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #estimate_board .date, #estimate_board .div_date {
        width: 120px;
        text-align: center;
    }

    #estimate_board .condition, #estimate_board .div_reply {
        width: 100px;
        text-align: center;
    }

    #estimate_board .div_title a {
        display: inline-block;
        max-width: 550px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left
    }

    #estimate_board .div_title b {
        vertical-align: top;
    }

}

@media (min-width: 600px) and (max-width: 1199px) {
    #free_board .num {
        width: 78px;
        text-align: center;
    }

    #free_board .board_title {
        width: 220px;
        text-align: center;
    }

    #free_board .writer {
        width: 100px;
        text-align: center;
    }

    #free_board .date {
        width: 120px;
        text-align: center
    }

    #free_board .view {
        width: 80px;
        text-align: center;
    }

    #free_board .div_default {
        width: 80px;
        text-align: center;
    }

    #free_board .div_title {
        width: 220px;
        text-align: left;
        height: 40px;
    }

    #free_board .div_title a {
        display: inline-block;
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #free_board .div_title b {
        vertical-align: top;
    }

    #free_board .div_name {
        width: 98px;
        text-align: center;

    }

    #free_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #free_board .div_date {
        width: 120px;
        text-align: center
    }


    .elements p {
        float: left;
    }

    .elements {
        background: #eee;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    #free_board, #notice_board, #qna_board, #estimate_board {
        border: 1px solid #ccc;
        border-top: 2px solid #333;
        border-bottom: none;
        overflow: hidden;
    }

    .board_li {
        border-bottom: 1px solid #ccc;
        height: 40px;
        line-height: 40px
    }

    .board_li p {
        float: left;
        height: 40px;

    }

    #notice_board {
        margin-bottom: 10px;
    }

    #notice_board .badge {
        width: 100px;
        text-align: center;
    }

    #notice_board .div_badge {
        width: 100px;
        text-align: center;
    }

    #notice_board .num {
        width: 98px;
        text-align: center;
    }

    #notice_board .board_title {
        width: 680px;
        text-align: center;
    }


    #notice_board .date {
        width: 120px;
        text-align: center
    }

    #notice_board .view {
        width: 100px;
        text-align: center
    }

    #notice_board .div_default {
        width: 100px;
        text-align: center;
    }

    #notice_board .div_title {
        width: 678px;
        text-align: center;
    }

    #notice_board .div_title a {
        display: block;
        width: 660px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #notice_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #notice_board .div_date {
        width: 120px;
        text-align: center
    }

    .div_badge img {
        vertical-align: top;
        margin-top: 8px;
    }


    #qna_board .num {
        width: 98px;
        text-align: center;
    }

    #qna_board .board_title {
        width: 200px;
        text-align: center;
    }

    #qna_board .writer {
        width: 100px;
        text-align: center;
    }

    #qna_board .date {
        width: 120px;
        text-align: center
    }

    #qna_board .view {
        width: 100px;
        text-align: center
    }

    #qna_board .reply {
        width: 80px;
        text-align: center
    }

    #qna_board .div_default {
        width: 100px;
        text-align: center;
    }

    #qna_board .board_li .div_title {
        text-align: left;
        width: 200px;
    }

    #qna_board .div_title a {
        display: block;
        width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #qna_board .div_name {
        width: 98px;
        text-align: center;
    }

    #qna_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #qna_board .div_date {
        width: 120px;
        text-align: center
    }

    #qna_board .div_reply {
        width: 80px;
        text-align: center
    }

    .lock {
        width: 15px;
        margin-right: 5px;
    }

    #estimate_board .num, #estimate_board .div_default {
        width: 100px;
        text-align: center;
    }

    #estimate_board .board_title {
        width: 580px;
        text-align: center;
    }

    #estimate_board .div_title {
        width: 580px;
        text-align: left;
        height: 40px;
    }

    #estimate_board .writer {
        width: 98px;
        text-align: center;
    }

    #estimate_board .div_name {
        width: 98px;
    }

    #estimate_board .div_name span {
        width: 98px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #estimate_board .date, #estimate_board .div_date {
        width: 120px;
        text-align: center;
    }

    #estimate_board .condition, #estimate_board .div_reply {
        width: 100px;
        text-align: center;
    }

    #estimate_board .div_title a {
        display: inline-block;
        max-width: 550px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left
    }

    #estimate_board .div_title b {
        vertical-align: top;
    }

}

@media (max-width: 599px) {
    #free_board {
        border:none;
    }
    .elements {
        display:none
    }
    .board_li {
        overflow: hidden;
        margin-bottom:10px;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        border-left:1px solid #ccc;
    }

    .board_li p {
        height:40px;
        line-height:40px;
        padding-left:7px;
        padding-right:7px;
        border-bottom:1px solid #ccc;
    }
    #free_board .board_li p {
        float:left;
    }

    #free_board .div_default {
        width:100px;
        text-align:center;
    }

    #free_board .div_default:first-of-type {
        background:#eee;
    }

    #free_board .div_title {
        width:218px;
        height: 40px;
        background:#eee;
    }


    #free_board .div_title a {
        display: inline-block;
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #free_board .div_name {
        width:108px;
        text-align:center;
    }

    #free_board .div_name span {
        width:100px;
        margin:0 auto;
        overflow:hidden;
        text-overflow: ellipsis;
        display:block;
        white-space: nowrap;
    }
    #free_board .div_date {
        width:110px;
        text-align:center;
    }


    /**/
    #qna_board {
        border:none;
    }

    .board_li {
        overflow: hidden;
        margin-bottom:10px;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        border-left:1px solid #ccc;
    }

    .board_li p {
        height:40px;
        line-height:40px;
        padding-left:7px;
        padding-right:7px;
        border-bottom:1px solid #ccc;
    }
    #qna_board .board_li p {
        float:left;
    }

    #qna_board .div_default {
        width:100px;
        text-align:center;
    }

    #qna_board .div_default:first-of-type {
        background:#eee;
    }

    #qna_board .div_title {
        width:218px;
        height: 40px;
        background:#eee;
    }
    #qna_board .div_reply {
        width:100px;
        text-align:center;
    }

    #qna_board .div_title a {
        display: inline-block;
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    #qna_board .div_name {
        width:108px;
        text-align:center;
    }

    #qna_board .div_name span {
        width:100px;
        margin:0 auto;
        overflow:hidden;
        text-overflow: ellipsis;
        display:block;
        white-space: nowrap;
    }
    #qna_board .div_date {
        width:110px;
        text-align:center;
    }
}