@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Noto Sans KR';
    box-sizing: border-box;
}
.board_file_view a:last-child {
    width: 80px;
    height: 41px;
    border: none;
    cursor: pointer;
    background: #333;
    color: #fff!important;
    margin-right: 4px;
    line-height:41px;
    text-align: center;
}
#chk_personal_info {
    vertical-align:top;
    width:20px;
    height:20px;
}
.personal_info label span {
    margin-top:3px;
    display: inline-block;
}
.item_caption {
    padding: 10px;
}
#view_product:before {
    content:"제품번호 -";
    display: inline-block;
    margin-right:5px;
}
.reply_area {
    border-top:2px solid #333;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}

span.need {
    color: #ff3c00;
    width: 10px;
    display: inline-block;
}
.div_default > a > img {
    vertical-align: top;
    margin-right:0;
    margin-left:4px;
    margin-top:14px;
}
.extend {
    display: inline-block;
}

#board_file > div a {
    display: inline-block;
    text-align: center;
    line-height: 41px;
}

.item_link {
    border-radius: 5px;
    overflow: hidden;
}

.popular:after, .recommend:after, .repop:after, .repop:before {
    margin-left: 0 !important;
}

.slider-nav .slide_img {
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.slider-for .slick-slide {
    height: 607px;
    border-radius: 10px;
    overflow: hidden;
}

.slider-nav .slick-slide {
    height: 126px;
}

.img_full {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:100%;
}

.item_caption {
    overflow: hidden;
}

.item_caption p {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.item_caption p span {
    vertical-align: top;
}

.item_caption h3 {
    font-weight: 500;
    color: #1b67bd;
    height: 53px;
    font-size:15px
}

.item_caption span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.photo_view_list {
    border-top: 0 !important;
}

#footer {
    margin-top: 20px;
    overflow: hidden;
}

#search_box * {
    color: #333;
}

#board * {
    color: var(--fontColor);
}

.img_wrap img {
    width: 500px;
}


.detail_table td {
    padding: 5px;
    font-size: 16px;
    vertical-align: top;
}

.detail_table tr td:nth-of-type(1) {
    width: 150px;
}

.table_head span {
    float: right;
}

#view_photo {
    width: 100%;
}

#view_photo img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    color: #333;
}

.board_user {
    width: 100px;
}

#txt_keyword {
    padding: 7px;
    border-radius: 0;
    border: 1px solid #ccc;
    vertical-align: top;
    width: 200px;
    height: 40px;
}

.writing_button button, .board_list button {
    padding: 5px;
    width: 60px;
    text-align: center;
    border: 1px solid #aaa;
    border-left: none;
    vertical-align: top;
}

.writing_button a:hover {
    color: #fff !important;
}

.board_num {
    float: left;
    line-height: 40px;
}

.search_bar {
    float: right;
    overflow: hidden;
}

.search_bar input {
    float: left;
}

.search_bar button {
    height: 40px;
    width: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-left: none;
    vertical-align: top;
    float: left;

}

.search_bar button img {
    margin-top: 5px;
}

.estimate_wrap {
    margin-left: 15px;
    margin-right: 15px;
}

#box {
    overflow: hidden;
}

hr {
    clear: both;
}

#box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 20px
}

.board_user span {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#area_btn > a {
    float: right;
}

#area_btn a {
    margin-top: 10px;
}

#area_btn_edit {
    display: inline-block;
    float: right;
    overflow: hidden;
}

#area_btn_edit > a {
    float: left;
    margin-right: 15px;
}

#file_delete_box {
    display: inline-block;
}

#file_delete_box a {
    margin: 6px;

    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#board_file_view > a {
    width: 110px;
    height: 40px;
    background: #1b67bd;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;

}

#board_file_view {
    border-bottom: 1px solid #e6e6e6;
    min-height: 150px;
}

.board_file_view {
    margin-top: 4px;
}

.board_file_view button {
    width: 80px;
    height: 30px;
    border: none;
    background: #555;
    color: #fff;
    margin-top: 4px;
}

#board_file a {
    width: 80px;
    height: 41px;
    border: none;
    background: #555;
    color: #fff;
    margin-right: 4px;
}

#board_file > div {
    margin-bottom: 4px;
}

#board_file input {
    border: 1px solid #ccc;
    padding: 5px;
}

#board_file {
    display: inline-block;
    padding: 15px;
}

.btn_board_file_delete {
    margin-left: 4px;
}

.arrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 7px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0 solid #333;
    margin-left: 5px;
    margin-bottom: 2px;
}

.attach p {
    display: inline-block;
}

.attach {
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#attach_title {
    font-weight: 500;
    margin-bottom: 10px;
}

#frame_content {
    min-height: 200px;
}


#notice_frame #attach_view {
    display: none;
}

.attach_view_list {


}

#inform_table .attach_view_list {
    background: none;
    border: none;
}

.attach_view_list a span {
    color: #1b67bd !important;
    font-weight: 500;
    word-break: break-all;
}

.attach_view_list a span:hover {
    text-decoration: underline;
}


#board_list_table th {
    background: #eee;
    height: 42px;
}

#board_list_table tr td {
    height: 42px;
    text-align: center;
    font-size: 15px;
}

#board_list_table tr {
    border-bottom: 1px solid #ccc;
}

.title_popup {
    display: inline-block;
}

.calling {
    margin-right: 20px;
    margin-left: 4px;
}

.title_popup b {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: #0d6fb8;
    opacity: 0.7;
    font-size: 13px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-weight: 400;
    cursor: pointer;
}

#client_extend_response span {
    margin-left: 4px;
}

.title_popup {
    position: relative;
}

.title_popup p {
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 5px;
    position: absolute;
    top: -63px;
    right: 0;
    width: 120px;
    font-size: 13px;
    display: none;
    color: #333;
}

.title_popup p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ccc;
}

#find_address {
    border: none;
    background:#333;
    padding: 5px 15px;
    color: #fff;
}

#extend_address_address2 {
    margin-left: 4px;
}

.title a {
    text-align: left;
}

#board_list_table td span {
    background: orange;
    color: #fff;
    display: block;
    border-radius: 4px;
}

#board_list_table tr td a {
    display: block;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.gongji_view {
    width: 1000px;
    margin: 20px auto;
}

.gongji_view > a {
    float: right;
    width: 120px;
    background: #3e56b9;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0 10px;
}

#notice_frame, .reply_frame {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #333;
    margin-bottom: 20px;
}

#notice_frame th, .reply_frame th {
    background: #f5f5f5;
    padding: 14px;
    text-align: left;

}

#board_info p {
    font-weight: 400;
    color: #555;
    font-size: 15px;
    display: inline-block;
    margin-right: 9px;
}

#notice_frame td, .reply_frame td {
    padding: 15px;
}

#inform_line {
    font-size: 14px;
    color: #555;
    text-align: right;
}

#board_info {

}

#frame_content {
    padding-top: 10px;
    padding-bottom: 10px;
}

#notice_frame tr, .reply_frame tr {
    border-bottom: 1px solid #ccc;
}

.writing_button {
    margin: 20px auto;
    overflow: hidden;
    height: 42px;
}

.writing_button > a {
    width: 120px;
    height: 40px;
    color: #fff;
    background: #3e56b9;
    float: right;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 40px;
}


/*QnA_view*/

#qna_quest {
    width: 1000px;
    margin: 20px auto;
}

#qna_btn {
    height: 70px;
}

#qna_btn a {
    float: right;
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0 10px;

}

#qna_btn a:hover {
    background: #1b67bd;
    color: #fff;
    border: none;
}

#button {
    width: 1000px;
    margin: 0 auto;
}

#button a {
    float: right;
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    height: 35px;
    line-height: 30px;
    margin: 10px 5px;
}

#button a:hover {
    background: #1b67bd;
    border: none;
    color: #fff;
}

#reply_date {
    float: right;
}


/*login*/
#login {
    width: 300px;
    margin: 20px auto;
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
}

#login input {
    padding: 5px;
}

#login h3 {
    padding: 4px;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 500;
    width: 189px;
    margin: 0 auto 20px;

}

#login p {
    margin: 4px 0;
}

#login a {
    font-weight: 500;
    width: 189px;
    height: 35px;
    border: 1px solid #ccc;
    margin: 10px auto;
    display: block;
    text-align: center;
    line-height: 35px;
}

#login a:hover {
    background: #1b67bd;
    color: #fff;
    border: none;
}

#txt_pw {
    width: 189px;
    border: 1px solid #ccc;
    color: #333;
}
#user_pw_confirm {
    width: 189px;
    border: 1px solid #ccc;
    color: #333;
}

/*page*/


#pagination > a {
    border: 1px solid #eee;
    display: inline-block;
    width: 50px;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    color:var(--fontColor) !important
}

#pagination div {
    display: inline-block;
}

#page_num {
    border: 1px solid #eee;
    border-right: none;
    display: inline-block;
}

#page_num li {
    float: left;
}

#page_num a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #eee;
    display: inline-block;
    color: var(--fontColor);
    transition: 0.3s;
}


#page_num a:hover {
    background: #ccc;

}

/*write*/
.writing_board {
    width: 100%;
    margin: 10px auto;
}

.row {

}


.line input {
    padding: 4px;
}

#write_title {
    width: calc(100% - 114px);
    padding: 4px;

}

.contents p {
    display: inline-block;
    width: 120px;
    vertical-align: top;
}

.contents textarea {
    width: calc(100% - 114px);
    min-height: 320px;
    padding: 4px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div#view_title {
    width: 1000px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 20px auto;
}


.writing_board > input {
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    background: none;
    margin: 5px;
    float: right;
    font-size: 16px;
    margin-top: 10px;
}

.writing_board > input:hover {
    background: #1b67bd;
    color: #fff;
    border: none;
}

#frm_write .contents p {
    height: 340px;
}

.row_line input, .contents textarea {
    color: #000;
}

#frm_write .row_line, #frm_write .contents {
    border-bottom: 1px solid #e6e6e6;
}

#board_file a {
    background:#333;
    color: #fff;
    cursor:pointer
}

/* 견적 */
#frm_write {
    border-top: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.title_file {
    vertical-align: top;
}

#client_id,
#client_pw,
#client_hp,
#client_tel,
#client_mail,
#client_title,
#client_content,
#client_file {
    border-bottom: 1px solid #e6e6e6;
}

.common_form {
    width: 120px;
}

#frm_write > div > p {
    width: 110px;
    padding: 13px 0px;
    display: inline-block;

}

#frm_write > div > input {
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #ccc;

}

.must {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #333;
}

#form_btn input {
    border: none !important;
}

#frm_write > div > select {
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #ccc;
}

#client_content > p {
    vertical-align: top;
    min-height: 380px;
}

#client_title input {
    width: calc(100% - 120px);
}

#client_content textarea {
    border-radius: 4px;
    height: 350px;
    margin-top: 10px;
    border: 1px solid #ccc;
    width: calc(100% - 120px);
}

#client_file input {
    width: 200px;
}

.personal_info div {
    width: 100%;
    margin: 6px auto;
    height: 200px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    padding: 10px;
}

.personal_info h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.personal_info label input {
    margin-right: 5px;
    vertical-align: middle;
}

#area_btn {
    margin: 10px auto;
    text-align: right;
    height: 70px;
}

#area_btn a {
    width: 120px;
    height: 40px;
    font-size: 16px;
    background: #3e56b9;
    border-radius: 0 !important;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}


#client_id i {
    font-size: 14px;
    color: #555;
    float: right;
    margin-top: 10px;
}


/*photo*/
.wrap {
    width: 1000px;
    margin: 10px auto;
}


#photo_view th {
    background: #f5f5f5;
    text-align: left;

}

#photo_view {
    border-top: 1px solid #333;
    width: 100%;
    border-collapse: collapse;
}

#photo_view td, #photo_view th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.wrap > a {
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    float: right;
    margin-top: 20px;
}

.wrap > a:hover {
    background: #1b67bd;
    color: #fff;
    border: none;
}

/*photo*/
#area_box {
    overflow: hidden;
    border-top: 2px solid #333;
}

.photo_box {
    border: 1px solid #eee;
    width: 270px;
    margin-right: 15px;
    margin-top: 15px;
    height: 308px;
    float: left;
    display: block;
    border-radius: 5px;
}


.img_box {
    width: 100%;
    height: 152px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.img_box img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

.img_title {
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #eee;
    padding: 10px;

}

.img_title p {
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_title h3 {
    font-weight: 500;
    width: 100%;
    color: #1b67bd;
    margin-bottom: 10px;
    height:50px;
    font-size:15px
}

.img_title h3 span, .img_title p span {
    display: inline-block;
    width: 60px;
}


/*QnA 게시판*/

#view_name {
    display: inline-block;
}

#view_date_reply {
    float: right;
    line-height: 42px;
    font-size: 14px;
    color: #555;
}


#board th {
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

#write_files {
    margin: 10px;
}

#board td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


#pagination {
    text-align: center;
    overflow: hidden;
}

/*견적 뷰*/


#inform_table {
    border-collapse: collapse;
    border-top: 2px solid #333;
    width: 100%;
}

#inform_table tr {
    border-bottom: 1px solid #ccc
}

.inform_head {
    width: 120px;
    font-weight: 400;
}

#inform_table #view_date {
    float: none;
}

#inform_table td, #inform_table th {
    padding: 10px;
}

a.file_link {
    display: block;
}

#inform_table #view_files {
    display: none;
    width: 100%;
}

#inform_table #view_name {
    display: block;
}

#inform_table .attach_view_list {
    text-align: left;
}

#form_btn {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

#form_btn input {
    width: 120px;
    height: 40px;
    cursor: pointer;
    background: #3e56b9;
    color: #fff;
    margin-left: 10px;
    border-radius: 0 !important;
    font-size: 16px;
    border: none;
}

#form_btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3e56b9;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0 10px;
    border-radius: 0 !important;
    font-size: 16px;
    border: none;
}

#estimate_view_title {
    font-size: 20px;
    margin-bottom: 10px;
}


.estimate_wrap h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 20px;
}

/*코멘트*/
#comment_box {
    clear: both;
    margin-top: 40px;
    margin-bottom: 30px;
}

#comment_box h3 img {
    margin-left: 4px;
}

.comment {
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 10px;
    outline: 1px solid #ccc;
}

.comment_inform {
    width: 250px;
    padding: 12px;
    float: left;
}

.info_line {
    display: inline-block;
    width: 230px;
}

.info_line p {
    display: inline-block;
    font-size: 13px;
    color: #777;
    width: 60px;
    text-align: center;
}

.info_line input {
    width: 150px;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 3px;
}

.comment_cont {
    padding: 12px;
    height: 89px;
    float: left;
    width: 500px;
    border-left: 1px solid #ccc;
}

.comment_cont textarea {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

/*
.comment_regist {
    width: 400px;
    height: 200px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    border:1px solid #ccc;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}
*/

.security {
    text-align: center;
}

.security input {
    width: 156px;
    margin-top: 7px;
    border: 1px solid #ccc;
    padding: 4px;
    height: 40px;

}

#comment_captcha_img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.security_word {
    text-align: center;
}

.sec_btn > input {
    width: 130px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #3e56b9;
    border: none;
}

.sec_btn {
    width: 264px;
    margin: 10px auto;
}

/*코멘트 뷰*/

.comment_table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;

}

.table_name {
    width: 100px;
}

.table_date {
    width: 175px;
}

.table_manage {
    width: 98px;
}

#comment_box > h3 {
    margin-bottom: 10px;
}

.comment_regist > h3 {
    text-align: center;
    padding: 10px;
}

.comment_table th {
    background: #eee;
    padding: 6px;
    font-weight: 400;
    border: 1px solid #ccc;
    font-size: 14px;
}

.comment_table tr {
    border-bottom: 1px solid #ccc;
}

.comment_table td {
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
}


.comment_btn button {
    border: none;
    background: transparent;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
}

.content_space {
    width: 660px;
}

.comment_btn {
    width: 100px;
}

.comment_btn input {
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

/*보안문자*/
.security_word {
    overflow: hidden;

}

.security_word > a {
    height: 35px;
    text-align: center;
    width: 43px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
}


.security_word > a > img {
    width: 17px;
    margin-top: 8px;
    border: none;
}

.security p {
    font-size: 14px;
    text-align: center;
    margin-top: 3px;
}

#captcha_security {
    display: inline-block;
    padding-top: 7px;
}

#captcha_security a {
    text-align: center;
    display: inline-block;
    height: 54px;
    line-height: 55px;
    border: 1px solid #aaa;
    float: left;
    width: 55px;
}

#captcha_security a img {
    width: 20px;
    vertical-align: top;
    margin-top: 15px;
}

/*
#captcha_img {
	width:100px;
	display:block;
}
*/

#captcha_img {
    width: 150px;
    float: left;
    height: 53px;
    padding-right: 5px;
}

#area_captcha input {
    display: inline-block;
    width: 150px;
    padding: 4px;
    vertical-align: top;
    border: 1px solid #ccc;
    height: 55px;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 10px;
}

#area_captcha {
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
}

#area_captcha > div {
    display: inline-block;
}

#area_captcha p {
    height: 100%;
    vertical-align: top;
    line-height: 25px;
}

/*코멘트 수정창*/


#comment_modal {
    background: #fff;
    width: 300px;
    height: 410px;
    position: fixed;
    top: 20%;
    left: 40%;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 99;
}

#comment_modal h3 {
    margin: 10px;
    border-bottom: 2px solid #333;
    padding-bottom: 3px;
    font-size: 20px;
}

.line p {
    width: 80px;
    display: inline-block;
    font-size: 15px;
}

.line {
    margin: 10px;
}

.line input {
    width: 160px;
}

.comment_content {
    padding: 10px
}

.comment_content textarea {
    width: 100%;
    max-width: 250px;
    border: 1px solid #ccc;
    padding: 5px;
    height: 100px;
    max-height: 170px;
}

.modify_btn {
    float: left;
    width: 120px;
    padding-left: 18px;
    padding-top: 32px;
}

.modify_btn input {
    width: 90px;
    height: 30px;
    background: #1b67bd;
    color: #fff;
    border: none;
    margin-bottom: 6px
}

.security_modify p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}

.security_modify {
    width: 140px;
    margin-left: 10px;
    float: left;
}

.security_word_m {
    margin: 0 auto;
    width: 140px;
}

.security_word_m a {
    height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.security_word_m > a > img {
    width: 17px;
    margin-top: 9px;
    border: none;
}

.security_modify input {
    width: 140px;
    height: 30px;
    display: block;
    margin: 5px auto;
    border: 1px solid #ccc;
}

#captcha_img_modify {
    width: 100px;
    float: left;
    height: 35px;
    padding-right: 5px;
}

#comment_m_captcha_img {
    width: 100px;
    float: left;
    height: 35px;
    padding-right: 5px
}

#back_prevent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

#board_list_table {
    width: 1200px;
    border-collapse: collapse;
    border-top: 1px solid #333;
}

.board_list h2 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px
}

.board_list {
    overflow: hidden;
}

.photo_wrap {
    border-bottom: 1px solid #eee;
}

#frm_write > div {
    border-bottom: 1px solid #e6e6e6;
}

#form_btn, .personal_info {
    border-bottom: none !important;
}

#frm_write > div > div > input {
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #ccc;
}

#mobile_space {
    display: none;
}

@media (min-width: 1201px) {


    #extend_address_address1,#extend_address_address2 {
        width:300px;
    }
    #extend_address_post {
        width:209px;
    }
    .row_id {
        padding-bottom:10px;
        font-size:20px;
        border-bottom:2px solid #444;
    }
    .estimate_table {
        overflow: hidden;
        border-bottom:1px solid #ccc;
    }
    .estimate_table > div {
        float:left;
        overflow: hidden;
    }
    .row-1 {
        width:100%;
        background:#f5f5f5;
    }
    .row-1 #attach_title {
        margin-bottom:0;
    }
    .row-2 p,.row-3 p, .row-1 p {
        padding:10px;
        display:inline-block;
        float:left;
        width:120px;
        background:#f5f5f5;
        text-align: center;
    }
    .row-3 select {
        border:1px solid #ccc;
        height:21px;
        appearance: menulist-button;
        font-size:13px;
    }

    .row-2 > span,.row-3 > span, .row-1 > span {
        display:inline-block;
        float:left;
        width:calc(100% - 120px);
        height:100%;
        padding:12px;
        background:#fff;
        word-break: break-all;
        min-height:44px;
    }
    .row-2 {
        width:50%;
    }
    .row-3 {
        width:33.3333%;
    }
    #detail_estimate_title {
        font-weight:500;
        background:#d0d5db;
        text-align: center;
        padding:10px;
        border-bottom:1px solid #ccc;
        margin-bottom:0;

    }
    .row_line #user_pw_confirm,.row_line #user_pw, .row_line #user_name {
        width:220px;
    }
    #client_pw_confirm #user_pw_confirm {
        width:120px;
    }
    .detail_address {
        margin-left: 113px;
        margin-bottom: 10px;
    }

    .item_box {
        padding-left: 0 !important;
    }


    .detail_table {
        width: 50%;
        float: left;
        vertical-align: top;

    }

    .item_link {
        border: 1px solid #eee;
        width: 100%;
        height: 290px;
        display: block;
    }

    .photo_wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 142px;
    }

    #iframe_photo {
        height: 420px;
    }

    #area_box {
        width: 1140px;
        margin: 0px auto;
    }


    .photo_box:nth-of-type(4) {
        margin-right: 0;
    }

    #frame_content img, #reply_content img {
        max-width: 100%;
    }

    .board_list, #box, .estimate_wrap {
        width: 1140px;
        margin: 0 auto;
    }

    .writing_button {
        width: 1140px;
    }

    #search_box {
        width: 1140px;
        margin: 0 auto;
        overflow: hidden;
        background: #f5f5f5;
        padding: 20px;
    }

    #pagination {
        width: 1140px;
        margin: 5px auto;
        text-align: center;
    }

}

@media (max-width: 1200px) and (min-width: 993px) {

    #extend_address_address1,#extend_address_address2 {
        width:300px;
    }
    #extend_address_post {
        width:209px;
    }
    .slider-nav .slick-slide {
        height:112px;
    }
    .slider-for .slick-slide {
        height:506px;
    }
    .row_id {
        padding-bottom:10px;
        font-size:20px;
        border-bottom:2px solid #444;
    }
    .estimate_table {
        overflow: hidden;
        border-bottom:1px solid #ccc;
    }
    .estimate_table > div {
        float:left;
        overflow: hidden;
    }
    .row-1 {
        width:100%;
        background:#f5f5f5;
    }
    .row-2 p,.row-3 p, .row-1 p {
        padding:10px;
        display:inline-block;
        float:left;
        width:120px;
        background:#f5f5f5;
        text-align: center;
    }
    .row-3 select {
        border:1px solid #ccc;
        height:21px;
    }

    .row-2 > span,.row-3 > span, .row-1> span {
        display:inline-block;
        float:left;
        width:calc(100% - 120px);
        height:100%;
        padding:12px;
        background:#fff;
        word-break: break-all;
        min-height:44px;
    }
    .row-2 {
        width:50%;
    }
    .row-3 {
        width:33.3333%;
    }
    #detail_estimate_title {
        font-weight:500;
        background:#d0d5db;
        text-align: center;
        padding:10px;
        border-bottom:1px solid #ccc;
        margin-bottom:0;
    }
    .row_line #user_pw_confirm,.row_line #user_pw, .row_line #user_name {
        width:220px;
    }
    #client_pw_confirm #user_pw_confirm {
        width:120px;
    }
    .item_box {
        padding-left: 0 !important;
    }

    .detail_address {
        margin-left: 113px;
        margin-bottom: 10px;
    }

    .detail_table {
        width: 50%;
        float: left;
        vertical-align: top;

    }

    .item_link {
        border: 1px solid #eee;
        width: 100%;
        height: 306px;
        display: block;
    }

    .photo_wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 142px;
    }

    .photo_box {
        width: 310px;
        height: 329px;
    }

    #iframe_photo {
        height: 420px;
    }

    .photo_box:nth-of-type(3), .photo_box:nth-of-type(6), .photo_box:nth-of-type(9), .photo_box:nth-of-type(12) {
        margin-right: 0;
    }

    .img_box {
        height: 173px;
    }

    #area_box {
        width: 960px;
        margin: 0px auto;
    }

    .photo_view_list {
        width: auto !important;
    }

    #frame_content img, #reply_content img {
        max-width: 870px;
    }

    .writing_button {
        width: 960px
    }

    .board_list, #box, .estimate_wrap {
        width: 960px;
        margin: 0 auto;
    }

    #search_box {
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
        background: #f5f5f5;
        padding: 20px;
    }

    #pagination {
        width: 960px;
        margin: 5px auto;
        text-align: center;
    }

}

@media (max-width: 992px) and (min-width: 769px) {
    #extend_address_address1,#extend_address_address2 {
        width:298px;
    }
    #extend_address_post {
        width:209px;
    }
    .slider-nav .slick-slide {
        height:83px;
    }
    .slider-for .slick-slide {
        height:388px;
    }
    .row_id {
        padding-bottom:10px;
        font-size:20px;
        border-bottom:2px solid #444;
    }
    .estimate_table {
        overflow: hidden;
        border-bottom:1px solid #ccc;
    }
    .estimate_table > div {
        float:left;
        overflow: hidden;
    }
    .row-1 {
        width:100%;
        background:#f5f5f5;
    }
    .row-2 p,.row-3 p, .row-1 p {
        padding:10px;
        display:inline-block;
        float:left;
        width:120px;
        background:#f5f5f5;
        text-align: center;
    }
    .row-3 select {
        border:1px solid #ccc;
        height:21px;
    }

    .row-2 span,.row-3 span, .row-1 span {
        display:inline-block;
        float:left;
        width:calc(100% - 120px);
        height:100%;
        padding:10px;
        background:#fff;
        word-break: break-all;
        min-height:44px;
    }
    .row-2 {
        width:50%;
    }
    .row-3 {
        width:33.3333%;
    }
    #detail_estimate_title {
        font-weight:500;
        background:#d0d5db;
        text-align: center;
        padding:10px;
        border-bottom:1px solid #ccc;
        margin-bottom:0;
    }
    .row_line #user_pw_confirm,.row_line #user_pw, .row_line #user_name {
        width:220px;
    }
    #client_pw_confirm #user_pw_confirm {
        width:120px;
    }
    .extend {
        display: inline-block;

    }

    .detail_address {
        margin-left: 113px;
        margin-bottom: 10px;
    }

    .item_box {
        padding-left: 0 !important;
    }

    .detail_table {
        width: 50%;
        float: left;
        vertical-align: top;

    }

    .item_box {

    }

    .item_link {
        border: 1px solid #eee;
        width: 100%;
        height: 281px;
        display: block;
    }

    .photo_wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 117px;
    }

    .photo_box {
        width: 352px;
        height: 352px;
    }

    #iframe_photo {
        height: 900px;
    }

    .photo_box:nth-of-type(2), .photo_box:nth-of-type(4), .photo_box:nth-of-type(6), .photo_box:nth-of-type(8), .photo_box:nth-of-type(10), .photo_box:nth-of-type(12) {
        margin-right: 0;
    }

    .img_box {
        height: 197px;
    }

    #area_box {
        width: 720px;
        margin: 0px auto;
    }

    .photo_view_list {
        width: auto !important;
    }

    #frame_content img, #reply_content img {
        max-width: 630px;
    }

    .writing_button {
        width: 720px;
    }

    .board_list, #box, .estimate_wrap {
        width: 720px;
        margin: 0 auto;
    }

    #search_box {
        width: 720px;
        margin: 0 auto;
        overflow: hidden;
        background: #f5f5f5;
        padding: 20px;
    }

    #pagination {
        width: 720px;
        margin: 5px auto;
        text-align: center;
    }
}

@media (max-width: 768px) and (min-width: 581px) {

    .slider-for .slick-slide {
        height:286px;
    }
    .row_id {
        padding-bottom:10px;
        font-size:20px;
        border-bottom:2px solid #444;
    }
    .estimate_table {
        overflow: hidden;

    }
    .estimate_table > div {
        float:left;
        overflow: hidden;
    }
    .row-1,.row-2,.row-3 {
        width:100%;
        border-bottom:1px solid #ccc;
    }
    .row-2 p,.row-3 p, .row-1 p {
        padding:10px;
        display:inline-block;
        float:left;
        width:100px;
    }
    .row-3 select {
        border:1px solid #ccc;
        height:21px;
        appearance: menulist-button;
        font-size:12px;
    }

    .row-2 span,.row-3 span, .row-1 span {
        display:inline-block;
        float:left;
        width:calc(100% - 100px);
        height:100%;
        padding:10px;
        background:#fff;
    }
    #detail_estimate_title {
        font-weight:500;
        background:#d0d5db;
        text-align: center;
        padding:10px;
        border-bottom:1px solid #ccc;
        margin-bottom:0;
    }
    .row_line #user_pw_confirm,.row_line #user_pw, .row_line #user_name {
        width:220px;
    }
    #client_pw_confirm #user_pw_confirm {
        width:120px;
    }

    #extend_address_address1, #extend_address_address2 {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .extend:nth-of-type(2) {
        margin-left: 114px;
        margin-bottom: 10px;
    }

    .item_box {
        padding-left: 0 !important;
    }

    .detail_address {
        margin-left: 113px;
        margin-bottom: 10px;
    }


    .detail_table {
        width: 50%;
        float: left;
        vertical-align: top;

    }

    #iframe_photo {
        height:1600px;
    }

    .item_link {
        border: 1px solid #eee;
        width: 100%;
        height: 349px;
        display: block;
        margin-bottom: 15px;
    }

    .photo_wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 184px;
    }

    .photo_box {
        width: 262px;
        height: 302px;
    }

    .photo_box:nth-of-type(2), .photo_box:nth-of-type(4), .photo_box:nth-of-type(6), .photo_box:nth-of-type(8), .photo_box:nth-of-type(10), .photo_box:nth-of-type(12) {
        margin-right: 0;
    }

    .img_box {
        height: 146px;
    }

    .slider-nav {
        display: none !important;
    }

    #area_box {
        width: 540px;
        margin: 0 auto;
    }

    .photo_view_list {
        width: auto !important;
    }

    #frame_content img, #reply_content img {
        max-width: 450px;
    }

    .writing_button {
        width: 540px;
    }

    .board_list, #box, .estimate_wrap {
        width: 540px;
        margin: 0 auto;
    }

    #search_box {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background: #f5f5f5;
        padding: 20px;
    }

    #pagination {
        width: 540px;
        margin: 5px auto;
        text-align: center;
    }
}

@media (max-width: 580px) {
    #extend_address_post {
        width:120px!important;
        margin-bottom:0!important;
    }
    #client_mail input,#client_mail select {
    width:calc(30% - 6px) !important;
}
    .img_title h3 {
        font-size:17px;
    }
    .photo_box p {
        font-size:16px;
    }
    #client_hp select,#client_hp input {
        width:calc(33% - 7px) !important;
    }
    #client_tel select, #client_tel input {
        width:calc(33% - 7px) !important;
    }
    #captcha_security {
    padding:0;
}
    .row_line #user_pw_confirm,.row_line #user_pw {
        width:220px;
        margin-bottom:10px;
    }
    #client_pw_confirm #user_pw_confirm {
        width:100%;
        margin-bottom:10px;
    }
    #user_pw {
        margin-bottom:10px;
    }
    .slide_img, .slider-for .slick-slide {
        height: auto!important;
    }

    .title_popup p {
        left: -7px
    }

    .title_popup p:after {
        left: 7px;
    }

    #client_extend_response {
        padding-bottom: 10px;
    }

    span.need {
        width: fit-content !important;
    }

    .item-con-menu ul li {
        vertical-align: bottom;
    }

    .detail_table {
        width: 100%;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .photo_view_list {
        width: auto !important;
    }

    #iframe_photo {
        height: 1700px;
    }

    .item_box {
        padding-left: 15px;
    }


    .item_link {
        border: 1px solid #eee;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .photo_wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 184px;
    }

    .photo_box {
        width: 290px;
        height: 329px;
        margin: 10px auto;
        display: block;
        float: none;
    }

    .img_box {
        height: 170px;
    }

    #frm_write .contents p {
        height: auto;
    }

    .contents textarea {
        margin-top: 0;
        width: 100%;
        border-radius: 4px;
    }

    .slider-nav {
        display: none !important;
    }

    #area_btn > a {
        float: none;
    }

    #area_box {
        width: 100%;
    }

    #frm_write > div > select {
        margin-bottom: 10px;
    }

    #frm_write > div > p {
        padding: 10px 0;
        display: block;
        width: 100%;
    }

    #frm_write > div > input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .common_form {
        width: 100%;
    }

    #client_fax input {
        width:calc(33% - 7px) !important;
    }


    #client_pw label {
        margin-top: 10px;
    }


    #extend_address_address2 {
        margin: 0;
    }

    .date_unit {
        margin-left: 5px;
    }

    .frm_row {
        padding-bottom: 10px;
    }

    #extend_expect_py_m2 {
        margin-bottom: 10px;
    }

    .detail_address {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail_address > input {
        width: 100%;
        margin-bottom: 10px;
    }

    #client_content textarea {
        margin-top: 0;
    }

    #row_pw label {
        border-top: 1px solid #e6e6e6;
        width: 100%;
        display: block;
        height: 46px;
        line-height: 50px;
    }

    #client_content {
        padding-bottom: 10px;
    }

    .personal_info h3 {
        text-align: center;
    }

    .personal_info div {
        height: 250px;
    }

    #area_captcha {
        height: 150px;
    }

    #area_captcha > p {
        height: 45px;
    }

    #area_captcha > div {
        display: block;
    }

    #board_file {
        width: 100%;
        padding: 0;
    }

    #board_file > p {
        width: 100%;
    }

    #board_file > div {
        width: 100%;
    }

    #board_file > div input {
        width: 100%;
    }

    #board_file > div a {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        text-align: center;
        line-height: 41px;
    }


    #area_captcha input {
        width: 100%;
        display: block;
        margin: 0;
    }

    #frame_content img, #reply_content img {
        max-width: 100%;
    }

    .writing_button {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .board_list {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #search_box {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background: #f5f5f5;
        padding: 20px;
    }

    #pagination {
        width: 100%;
        margin: 5px auto;
        text-align: center;
    }

    .writing_board > input {
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
        background: none;
        font-size: 16px;
        margin-top: 10px;
    }

    #txt_keyword {
        width: calc(100% - 50px);
    }

    #view_count, #view_manager, #view_name {
        float: none;
    }

    #view_date {
        float: none;
        width: 100%;
        display: block;
    }
    .estimate_table #view_date {
        float:left;
        width:calc(100% - 100px);
    }

    #login {
        width: 100%;
    }

    #client_content textarea {
        width: 100%;
    }

    #client_content > p {
        min-height: 40px;
    }

    #form_btn input {
        margin-left: 0;
    }

    #area_btn {
        height: auto;
    }

    #area_btn > a {
        display: block;
        width: 100%;
    }

    #area_btn_edit > a {
        display: block;
        width: 100%;
    }

    #area_btn_edit {
        display: block;
        float: none;
        width: 100%;
    }

    .inform_head {
        width: 100px;
    }

    #mobile_space {
        display: block;
    }
    .row_id {
        padding-bottom:10px;
        font-size:20px;
        border-bottom:2px solid #444;
    }
    .estimate_table {
        overflow: hidden;

    }
    .estimate_table > div {
        float:left;
        overflow: hidden;
    }
    .row-1,.row-2,.row-3 {
        width:100%;
        border-bottom:1px solid #ccc;
    }
    .row-2 p,.row-3 p, .row-1 p {
        padding:10px;
        display:inline-block;
        float:left;
        width:100px;
    }
    .row-3 select {
        border:1px solid #ccc;
        height:21px;
        appearance: menulist-button;
        font-size:12px;
    }

    .row-2 > span,.row-3 > span, .row-1 > span {
        display:inline-block;
        float:left;
        width:calc(100% - 100px);
        height:100%;
        padding:10px;
        background:#fff;

        min-height:44px;
    }
    #detail_estimate_title {
        font-weight:500;
        background:#d0d5db;
        text-align: center;
        padding:10px;
        border-bottom:1px solid #ccc;
        margin-bottom:0;
    }
    #reply_date {
    float: none;
}
}

#iframe_photo #area_box {
    border-top: none;
}
