#bo_w {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 100px;
}

#bo_w #fwrite {
    width: 100%;
}

#bo_w #fwrite .qna_red {
    color: #f60;
}

#bo_w #fwrite .qna_row {
    width: 100%;
    display: flex;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

#bo_w #fwrite .qna_row:first-of-type {
    border-top: 2px solid black;
}

#bo_w #fwrite .qna_row .qna_column {
    padding: 10px;
    height: auto;
}

#bo_w #fwrite .qna_row label.qna_column {
    width: 200px;
    line-height: 30px;
    background: #f4f4f4;
    font-weight: bold;
    padding-left: 20px;
}

#bo_w #fwrite .qna_row section.qna_column {
    width: calc(100% - 200px);
}

#bo_w #fwrite .qna_row section.qna_column input,
#bo_w #fwrite .qna_row section.qna_column select {
    border: 1px solid #ddd;
    padding: 5px;
    height: 30px;
    vertical-align: middle;
    border-radius: 0;
}

#bo_w #fwrite .qna_row section.qna_column select {
    width: 150px;
}

#bo_w #fwrite .qna_row section.qna_column input[name^='data[address]']:not(:last-of-type),
#bo_w #fwrite .qna_row section.qna_column button#find_address {
    margin-bottom: 10px;
}

#bo_w #fwrite .qna_row section.qna_column input#wr_funnel_input {
    margin-left: 10px;
}

#bo_w #fwrite .qna_row section.qna_column input:read-only {
    background: #f0f0f0;
    outline: none;
}

#bo_w #fwrite .qna_row section.qna_column button {
    width: 50px;
    height: 30px;
    border: 1px solid #ddd;
    margin-left: 10px;
}

#bo_w #fwrite .qna_row section.qna_column textarea {
    width: 100% !important;
    height: 150px !important;
    resize: none;
}

#bo_w #fwrite #write_captcha {
    width: 100%;
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
}

#bo_w #fwrite #write_captcha #captcha_img {
    height: 40px !important;
    width: 100px !important;
    object-fit: contain;
}

#bo_w #fwrite #write_captcha #captcha_key {
    height: 40px !important;
}

#bo_w #fwrite #write_captcha #captcha_mp3 {
    background: url(/img/captcha2.png) no-repeat !important;
}

#bo_w #fwrite #write_captcha #captcha_reload {
    background: url(/img/captcha2.png) no-repeat 0 -40px !important;
}

#bo_w #fwrite .btn_confirm {
    text-align: center;
    margin-top: 10px;
}

#bo_w #fwrite .btn_confirm a {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.1em;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
}

#bo_w #fwrite .btn_confirm button {
    background: #444;
    color: #fff;
    border: 0;
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.1em;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#bo_v {
    width: 100%;
    max-width: 700px;
    margin: auto !important;
    margin-top: 100px !important;
}

#bo_v .qna_row {
    width: 100%;
    display: flex;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

#bo_v .qna_row:first-of-type {
    border-top: 2px solid black;
}

#bo_v .qna_row .qna_column {
    padding: 10px;
    height: auto;
    line-height: 30px;
}

#bo_v .qna_row label.qna_column {
    width: 200px;
    background: #f4f4f4;
    font-weight: bold;
    padding-left: 20px;
}

#bo_v .qna_row section.qna_column {
    width: calc(100% - 200px);
}

#bo_v #view_tools {
    margin-top: 5px;
    text-align: center;
}

#bo_list {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}

#bo_list table {
    width: 100%;
}

#bo_list table tr th {
    background: #f4f4f4;
    height: 30px;
    text-align: center;
    border-top: 2px solid black;
    padding: 0;
}

#bo_list table tr td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#bo_list table tr td a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bo_list .pg_wrap {
	width: 100%;
	text-align:center;
}
#bo_list .pg_wrap .pg_current {
	background:#676767;
    border: 1px solid #676767;
}

#bo_c {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}

#bo_c .comment_wrap {
    border-top: 2px solid black;
    border-bottom: 1px solid #ddd;
}

#bo_c.no_comment .comment_wrap {
    text-align: center;
    padding: 20px 0;
}

#bo_c .comment_wrap:not(:first-of-type) {
    margin-top: 20px;
}

#bo_c .comment_wrap .comment_head {
    height: 50px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#bo_c .comment_wrap .comment_data {
    padding: 10px 20px;
    line-height: 30px;
}

#bo_c #fviewcomment {
    margin-top: 20px;
    text-align: center;
}

#bo_c #fviewcomment textarea {
    width: 100% !important;
    min-height: 150px;
    border-radius: 0.25rem;
    padding: 10px !important;
    line-height: 1.5em;
    color: #495057;
}

#bo_c #fviewcomment button {
    background: #444;
    color: #fff;
    border: 0;
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.1em;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width:768px) {
    #bo_w #fwrite .qna_row {
        flex-direction: column;
    }

    #bo_w #fwrite .qna_row .qna_column {
        width: 100% !important;
    }

    #bo_v .qna_row {
        flex-direction: column;
    }

    #bo_v .qna_row .qna_column {
        width: 100% !important;
    }

    #bo_list table tr th:nth-of-type(5),
    #bo_list table tr td:nth-of-type(5) {
        display: none;
    }
}