@charset "utf-8";


@media (min-width:1300px) {
    #frame_content img {
    max-width:1280px;
}

    #free_board .num {
        width: 98px;
        text-align: center;
    }

    #free_board .board_title {
        width: 580px;
        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: 580px;
        text-align: left;
        height: 40px;
    }

    #free_board .div_title a {
        display: inline-block;
        max-width: 550px;
        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 {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #dbdbdb;
        font-size:20px;
        font-weight:bold;
    }

    #free_board, #notice_board, #qna_board, #estimate_board {

        border-top: 2px solid #333;
        border-bottom: none;
        overflow: hidden;
    }

    .board_li {
        border-bottom: 1px solid #dbdbdb;
        height: 40px;
        line-height: 40px
    }

    .board_li p {
        float: left;

    }

    #notice_board {
        margin-bottom: 10px;
    }

    #notice_board .badge {
        width: 150px;
        text-align: center;
    }

    #notice_board .div_badge {
        width: 150px;
        text-align: center;
    }

    #notice_board .num {
        width: 148px;
        text-align: center;
    }

    #notice_board .board_title {
        width: 880px;
        text-align: center;
    }


    #notice_board .date {
        width: 120px;
        text-align: center
    }

    #notice_board .view {
        width: 150px;
        text-align: center
    }

    #notice_board .div_default {
        width: 150px;
        text-align: center;
        display:block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #notice_board .div_title {
        width: 878px;
        text-align: center;
    }

    #notice_board .div_title a {
        display: block;
        width: 850px;
        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: 580px;
        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: 580px;
    }

    #qna_board .div_title a {
        display: block;
        width: 560px;
        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:800px) and (max-width:1299px){
        #frame_content img {
    max-width:780px;
}


    .elements p {
        float: left;
    }

    .elements {
        font-size:18px;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ccc;
    }

    #free_board, #notice_board, #qna_board, #estimate_board {
        border-top: 2px solid #333;
        border-bottom: none;
        overflow: hidden;
    }

    .board_li {
        border-bottom: 1px solid #dbdbdb;
        height: 40px;
        line-height: 40px
    }

    .board_li p {
        float: left;

    }

    #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: 480px;
        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: 478px;
        text-align: center;
    }

    #notice_board .div_title a {
        display: block;
        width: 460px;
        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;
    }

}

@media (max-width:799px){
        #frame_content img {
    max-width:300px;
}

    .board_li p:first-of-type {
        font-size:20px;
        padding:10px;
    }

    .elements {
        display:none;
    }


    .wrap {
        width: 300px;
        margin: 10px auto;
    }

    #photo_view {
        border-top: 2px solid #333;
        width: 100%;
        margin-top: 20px;
        border-collapse: collapse;
    }

    #photo_view img {
        max-width: 300px;
    }

    #area_box {
        width: 320px;
        margin: 10px auto;
    }

    .photo_box {
        border: 1px solid #ccc;
        width: 100%;
        height: 256px;
        margin-bottom: 10px;
        display: block;

    }

    .img_box {
        width: 100%;
        margin: 10px auto;
        height: 200px;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

    .img_box img {
        max-width: 268px;
        max-height: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: none;
    }

    .img_title {
        width: 328px;
        margin: 0 auto;
        text-align: center;
        padding: 5px;
        border-top: 1px solid #ccc;
    }

    .img_title h3 {
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
    }

    #free_board .num {
        width: 98px;
        text-align: center;
    }

    #free_board .board_title {
        width: 580px;
        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: 580px;
        text-align: left;
        height: 40px;
    }

    #free_board .div_title a {
        display: inline-block;
        max-width: 550px;
        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-top: 2px solid #333;
        border-bottom: none;
        overflow: hidden;

    }

    .board_li {
        width: 100%;
        height:60px;
        line-height:40px;
        border-bottom:1px solid #dbdbdb
    }


    #notice_board .div_badge {
        width: 90px;
        text-align: center;
        float: left;
    }


    #notice_board .div_date {
        width: 100px;
        text-align: center;
        font-size: 14px;
        color: #555;
        padding:10px;
        float: left;

    }




    #notice_board .div_title {
        width: 200px;
        text-align: center;
        float: left;
        padding:10px;
    }

    #notice_board .div_title a {
        display: block;
        width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;

    }

    #notice_board .div_default {
        display:none;
    }


    .div_badge img {
        vertical-align: top;
        margin-top: 8px;
    }


    #qna_board .div_default {
        padding: 0 10px;
        color: #555;
        width: 70px;
        float: left;
        text-align: center;
        vertical-align: top;

    }

    #qna_board .div_title {
        padding: 0 10px;
        width: 248px;
        float: left;
    }

    #qna_board .div_title a {
        display: block;
        width: 228px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;

    }

    #qna_board .div_name, #qna_board .div_date, #qna_board .div_reply {
        width: 33.33%;
        float: left;
        font-size: 14px;
        color: #555;
        text-align: center;
        background: #f4f4f4;
    }

    #qna_board .div_name span {
        width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }


    .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;
    }

    #box {
        width: 320px;
        margin: 0 auto;
    }

    #area_btn a {
        width: 100%;
        height: 40px;
        font-size: 16px;
        background: #fff;
        border: none;
        border: 1px solid #ccc;
        border-radius: 0 !important;
        display: block;
        line-height: 40px;
        text-align: center;
        margin-top:20px;
        margin-bottom: 10px;
    }

    #area_btn_edit a {
        width: 100%;
        height: 40px;
        font-size: 16px;
        background: #fff;
        border: none;
        border: 1px solid #ccc;
        border-radius: 0 !important;
        display: block;
        line-height: 40px;
        text-align: center;
        margin-bottom: 10px;
    }

    .gongji_view > a {
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin: 20px 0 0 10px;
    }

    #write_title {
        width: 220px;
        padding: 4px
    }

    .contents textarea {
        width: 222px;
        min-height: 320px;
        padding: 4px;
        margin-top: 10px;


    }

    #frm_write > div > p {
        display: inline-block;
        width: 90px;
    }

    #frm_write {
        width: 320px;
        margin: 10px auto;
        border-top: 2px solid #333;
        border-collapse: collapse;
    }

    .title_file {
        vertical-align: top;
        width: 320px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

    #row_pw label {
        display: block;
        border-top: 1px solid #ccc;
        line-height: 40px;
    }

    .contents p {
        display: inline-block;
        width: 90px;
        vertical-align: top;
    }

    p.title_file {
        width: 100% !important;
    }

    #board_file > input {
        width: 220px;
    }

    #area_capcha p {
        width: 100% !important;
        text-align: center;
    }

    #area_capcha {
        border-bottom: 1px solid #ccc;

    }

    #area_capcha p {
        height: 100%;
        vertical-align: top;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    #area_capcha > div {
        text-align: center;
    }

    .writing_board > input {
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
        background: none;
        font-size: 16px;
        margin-top: 10px;
    }

.wrap >a {
	height:40px;
	border:1px solid #ccc;
	text-align:center;
	line-height:40px;
	display:block;
	margin-top:20px;
}
.personal_info div {
	width:320px;
	margin:6px auto;
	height:100px;
	background:#f5f5f5;
	border:1px solid #ccc;
	overflow-y: scroll;
}

}