@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px;}
.list-category .dropdown { margin-bottom:20px;}
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

.cate_map_wrap {height: 400px;border: 1px solid #ccc; display: inline-block; margin: 0 auto;}
.cate_map {width:100%;height: 400px;text-align:center; margin: 0 auto;}



/* Ä¿½ºÅÒ ¿À¹ö·¹ÀÌ { */
    .overlay_info {position: absolute;left: 0;bottom: 45px;width: 200px;height: 70px;margin-left: -100px;text-align: left;overflow: hidden;font-size: 12px;border-radius: 6px;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
    .overlay_info * {padding: 0;margin: 0;}
    .overlay_info .info {width: 200px;height: 70px;overflow: hidden;background: #fff;}
    .overlay_info .info:nth-child(1) {border: 0;}
    .info .close {position: absolute;top: 0px;right: 8px;width: 20px;height: 20px;}
    .info .close:hover {cursor: pointer;}
    .info .body {position: relative;overflow: hidden; height:70px;}
    .info .desc {position: relative;margin-top: 2px;}
    .desc .sub1 {color:#999; font-size: 11px; letter-spacing: -0.5px; margin-top:0px;}
    .desc .sub2 a {color:#3396ff; font-size: 10px;}
    .desc .sub3 a {color:#3396ff; font-size: 10px;}
    .desc .titles {font-weight: bold; font-size: 14px;}
    .info .img {position: absolute;top: 10px;left: 10px; width:50px; height:50px; border-radius: 4px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
    .info .link {color: #5085BB;}

    .cut90 {
        overflow: hidden; 
        text-overflow: ellipsis;
        white-space: nowrap; 
        width: 90%;
        display: block;
    }
    
    .cut80 {
        overflow: hidden; 
        text-overflow: ellipsis;
        white-space: nowrap; 
        width: 80%;
        display: block;
    }

/* } */



