﻿@charset "utf-8";

/*목록*/
table.tb_boodong{width:100%;letter-spacing:0 !important;}
table.tb_boodong th{font-size:14px;text-align: center;color:#444;letter-spacing:-1px;padding:9px 0 11px;background:url(../../../img/bg_th_boodong.gif) repeat-x 0 0;border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
table.tb_boodong td{text-align: center;padding:14px 0 12px;color: #444;font-size:13px;line-height:17px;min-height:49px;border-bottom:1px solid #e5e5e5;}
table.tb_boodong td.tal{text-align:left; padding-left:7px;}
table.tb_boodong td img{ vertical-align:top;}

table.tb_boodong tr{background-color:#fff;}
table.tb_boodong tr:nth-child(odd){background-color:#f7f7f7;}
table.tb_boodong tr:hover{background-color:#EEF8F8;cursor:pointer;}
table.tb_boodong tr.selected{background-color:#D5F4F1;}
table.tb_boodong tr.selected:hover{background-color:#D5F4F1;}

table.tb_boodong .fw_b{font-weight: 500!important;}
/*상세*/

#view_boodong{border:1px solid #ededed;padding:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
#pop_view_boodong{padding:0 15px 15px 15px;}

.boodong_viewCon{padding-right:220px;}
.comment_wrap{position:relative;min-height:228px;}

#pop_mms_wrap{position:absolute;top:0px;right:0px;width:200px;}
h4.pop_mms_title{font-size:15px;letter-spacing:-1px;padding-left:10px;color:#fff;font-weight:600;line-height:40px;background-color:#444;border-radius:4px 4px 0 0;}
#pop_mms{padding:10px;border:2px solid #444;background-color:#fbfbfb;border-top:none;border-radius:0 0 4px 4px;}
#pop_mms textarea{padding:4px;border: 1px solid #ddd;overflow:auto;font-size:12px;letter-spacing:-1px;line-height:15px;color:#777;font-family:"Malgun Gothic", Dotum;width:100%;height:70px;background-color:#fff !important;border-radius:2px;}
#pop_mms .phone_num{font-size:0;padding-top:7px;}
#pop_mms .phone_num span{display:inline-block;height:24px;line-height:24px;width:47px;font-size:11px;letter-spacing:-1px;text-align:center;color:#fff;font-weight:bold;background-color:#777;border-radius:2px;vertical-align:middle;}
#pop_mms .mms_input{padding:3px;border: 1px solid #ddd;height:24px;line-height:22px;width:40px;margin-left:3px;vertical-align:middle;border-radius:2px;}
#pop_mms .policy_check{margin-top:7px;background-color:#eee;height:26px;line-height:24px;color:#666;letter-spacing:-1px;text-align:center;font-size:11px;border-radius:2px;}
#pop_mms .btn_mms_send{display:inline-block;width:100px;height:24px;font-size:12px;letter-spacing:-1px;color:#fff;border-radius:3px;font-weight:600;text-align:center;background-color:#ff7701;margin-top:7px;}



table.tb_boodong_view{width:100%;}
table.tb_boodong_view th{border:1px solid #ddd;line-height:18px;padding:12px 0;background-color:#fbfbfb;line-height:15px;font-size:15px; font-weight: 500; color: #333; font-size: 14.4px; letter-spacing: -0.5px;}
table.tb_boodong_view td{background-color:#fff;padding:12px 10px;border:1px solid #ddd;line-height:18px;font-size: 14.4px;}
table.tb_boodong_view td img{ vertical-align:middle;}
table.tb_boodong_view td a.call{display:inline-block;font-size:12px;background-color:#0075f8;color:#fff;padding:5px 10px;border-radius:4px;}
table.tb_boodong_view strong{font-weight: 500!important;}
table.tb_boodong_view b{font-weight: 500!important;}
table.tb_boodong_view .fw_b{font-weight: 500!important;}
/*글쓰기테이블*/

.regi_policy{border:1px solid #ddd;background-color:#fdfdfd;padding:22px 25px;margin-bottom:15px;font-size:12px;}
.regi_policy .policy{height:80px;border:1px solid #e7e7e7;background-color:#fff;padding:10px;margin-top:10px;color:#777;overflow:auto;}

table.tb_boodong_form{width:100%;}
table.tb_boodong_form th{border:1px solid #ddd;line-height:18px;padding:4px;background-color:#fbfbfb;letter-spacing:-1px; font-weight: 500; color: #333;}
table.tb_boodong_form td{background-color:#fff;padding:4px;border:1px solid #ddd;}
table.tb_boodong_form td img{vertical-align:middle;}
table.tb_boodong_form td span{font-size:12px; color:#888;padding:3px 0 0 0;letter-spacing:0px;}

.pop_footer strong{font-weight: 500!important;}

/*미디어쿼리 start*/

@media screen and (max-width:768px) {

#view_boodong{border:none;padding:0;}

.boodong_viewCon{padding-right:0px;}
.comment_wrap{min-height:auto;}
#pop_mms_wrap{position:relative;top:auto;right:auto;width:200px;margin-top:25px;}



.regi_policy{padding:15px;margin-bottom:15px;}
.regi_policy .policy{height:80px;padding:7px;margin-top:10px;}

table.tb_boodong_form input[type="text"] {width:100%;}
table.tb_boodong_form input[type="password"] {width:100%;}
table.tb_boodong_form select {width:100%;}

}

@media screen and (max-width:480px) {

#pop_view_boodong{padding:10px;}
.boodong_viewCon{}

.regi_policy{padding:10px;margin-bottom:10px;}

table.tb_boodong_form, table.tb_boodong_form tbody, table.tb_boodong_form tr, table.tb_boodong_form td, table.tb_boodong_form th {
    display: block;
    float: left;
    clear: both;
    width: 100%;



}

table.tb_boodong_form th{border:none;background-color:#fff;padding:2px 0 4px;text-align:left;}
table.tb_boodong_form td{border:none;padding:0 0px 6px;}
table.tb_boodong_form th.first{border-top:none;padding-top:0px;}
table.tb_boodong_form td.first{border-top:none;}
table.tb_boodong_form td.line480{border:1px solid #ddd;padding:5px;}

.pop_footer{font-size: 12px!important; line-height: 20px!important; padding: 15px!important}
}
/*end 미디어쿼리*/



