/* 거래소 코인 테이블 */
.market_table th { text-align:left; }
table.dataTable thead th, table.dataTable thead td {border-bottom:none;}
table.dataTable.no-footer {border-bottom:1px solid #ccc;}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty{padding:0;font-size:13px;line-height:39px;font-weight:600;}

table.dataTable {border-collapse:collapse;}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {display:none;}
.dataTables_wrapper .dataTables_paginate {float:none;text-align:center;padding-top:2em;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:none;border:0;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {color:#163589 !important;font-weight:bold;}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {background-color:#fff;background:none;border:0;color:#333 !important;}

#copy_link {position:absolute;top:0;left:0;width:1px;height:1px;margin:0;padding:0;border:0;}
.frame_auto {display:block;border:none;width:100%;height:70vh;}

.input-hide {-webkit-text-security: disc;}

/* alertify */
.alertify .ajs-body .ajs-content .ajs-input {margin:4px 0;}
.alertify-notifier.ajs-top {
    top: 40%;
}

.steal-box {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-opacity: .5;
}