.fl {float:left;}
.fr {float:right;}

.section_autoPop {
    width:100%; /* width 조절 요망 */
    margin:0 auto; /* 가로세로 위치값 조절 요망 */
    line-height:0;
}

.box_clsPop {
    height:28px;
    line-height:27px;
    background:#000;
    color:#eee;
    font-size:12px;
}
.box_clsPop .txt_cls:hover {
    cursor: pointer;
    color:#fff;
}
.box_clsPop .txt_cls input {
    width:13px;
    height:13px;
    margin-top:-1px;
    margin-right:4px;
}
.box_clsPop .btn_cls {
    margin:5px 8px 0 12px;
}