@charset "UTF-8";
/* cpc 인포 */
.cpc-info-layer { position: absolute; z-index: 10; background: #fff; border: 1px solid #dee3eb;  max-width: none; width:500px; left: 95%; top:5px; border-radius: 3px; overflow: hidden; box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1); display: none; }
.info-area .content-area .table-wrap table tbody tr td .cpc-wrap {display:inline-block;}
.info-area .content-area .table-wrap table tbody tr td .cpc-wrap:hover .cpc-info-layer {display:block}
.cpc-info-layer .search-keyword { background: #f8f8f8; display: block; height: 35px; border-bottom: 1px solid #dee3eb; line-height: 34px; white-space: normal; padding: 0 10px; font-size: 1.2rem; font-weight: bold; color: #2965FC; }
.cpc-info-layer .list { padding: 8px 0; max-height: 182px; overflow-y: auto; -ms-overflow-style: none; }
.cpc-info-layer .list::-webkit-scrollbar { display: none; }
.cpc-info-layer .list a { display: block; font-size: 1.2rem; white-space: normal; max-width: 100%; padding: 0 10px; word-break: break-all;}
.cpc-info-layer .list a .keyword { font-weight: bold; color: #2965FC; margin-right: 5px; }
.cpc-info-layer .list a:hover { background: #f8f8f8; }


@media(max-width:768px) {
  .cpc-info-layer {width:300px; top:5px; left :0;}
}


@media(max-width:425px) {
  .cpc-info-layer {width:250px; left:-60px;}
}