@charset "utf-8";

/* Common */

.chulsuk-book {
    display: inline-block;
    height: 26px;
    line-height: 20px;
    padding: 4px 8px;
    margin-top: 10px;
}
.list_write { display:none !important; font-size:0 !important; width:0 !important; height:0 !important; opacity:0 !important; }
.chulsuk-msg {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 8px;
}

.chulsuk-notice .talk-bubble ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

#fchulsuk .msg-content {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#fchulsuk .msg-content .msg-cell {
    display: table-cell;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

#fchulsuk .msg-content .msg-cell.msg-submit {
    width: 80px;
    height: 100%;
    background: #fafafa;
    border: 1px solid #ccc;
    border-left: 0px;
    cursor: pointer;
}

#fchulsuk .anc-write {
    display: none;
    margin-top: 4px;
}

.chk-photo {
    color: #888;
    letter-spacing: -1px;
    text-align: left !important;
    background: none !important;
    padding: 0px !important;
    margin: 15px 0px 0px !important;
    margin-right: 15px !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: 14px;
    line-height: 14px !important;
}

.ko .chk-photo {
    font-size: 12px !important;
    font-family: dotum !important;
}

.chk-photo span {
    margin-left: 4px;
}

.chk-photo.active {
    color: orangered;
}

.msg-icon a {
    display: inline-block;
    margin: 8px;
}

.msg-icon p {
    padding: 6px 0px 0px;
    margin: 0px;
}


/* List */

.board-list .talk-bubble {
    padding: 15px;
}

.board-list .info {
    margin-bottom: 8px;
}

.board-list .talk {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.board-list .sp {
    display: inline;
    margin-right: 30px;
}

.board-list .list-none {
    padding: 30px 0px;
}

@media all and (max-width:460px) {
    .responsive .msg-btn .pull-left,
    .responsive .msg-btn .pull-right {
        float: none !important;
    }
    .responsive .board-list .sp {
        margin-right: 10px;
    }
    .responsive .board-list .sp-none {
        display: none;
    }
}

div.att_header {
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    height: 85px;
    position: relative;
}

div.att_header div.att_header_inner {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

div.att_header div.att_header_inner h1.title {
    float: left;
    font-size: 0;
    padding-left: 30px;
    padding-right: 15px;
}

div.att_header div.att_i {
    float: left;
    padding-left: 15px;
}

div.att_header div.att_i div.i_box {
    width: 600px;
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin-top: 25px;
}

div.att_header div.att_i div.i_box input.i_type {
    width: 98%;
    height: 28px;
    line-height: 28px;
    outline: 0;
    font-size: 12px;
    color: #222;
    padding-left: 13px;
    border: 0;
}

.att_ok {
    color: #fff;
    margin-top: 26px;
    float: left;
    margin-left: 4px;
    border: 0;
    background-color: #c03535;
    height: 28px;
    line-height: 28px;
    width: 68px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

div.att_head_con {
    position: relative;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}

div.att_head_con span.txt {
    display: inline-block;
    font-size: 12px;
    color: #8a8a8a;
}

table.att_list {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

table.att_list th {
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    background-color: #fafafa;
    color: #525252;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

table.att_list td {
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #6c6c6c;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

table.att_list td.on {
    color: #d22626;
    font-weight: bold;
}

table.att_list td.off {
    color: #4e4e4e;
    font-weight: bold;
}