.meet-list-wrap .meet-list-header {
    position:relative;
    margin-bottom: 32px;
    z-index: 10;
}

.meet-list-wrap .meet-list-header h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.02em;
}

.meet-list-wrap .meet-list-header .select-options-wrap {
    position: absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

.meet-list-wrap .meet-list-header h3 i.planet {
    display:inline-block;
    width:53px;
    height:36px;
    background:url(/img/layout/icon_planet.svg) no-repeat center / contain;
    margin-right:15px;
    vertical-align: middle;
    margin-top: -4px;
}

.meet-list-wrap .meet-list-header .tool {
    position:absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}

.meet-list-wrap .meet-list-header .tool a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
}

.meet-list-wrap .meet-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 68px;
    margin-bottom:68px;
}

.meet-list-wrap .meet-list:not(.one-row) {
    grid-template-rows: repeat(2, 1fr);
}

.meet-list-wrap .meet-list .meet-list-item {
    position:relative;
    border: 1px solid #000000;
    transition:0.3s;
}

.meet-list-wrap .meet-list .meet-list-item:hover {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.meet-list-wrap .meet-list .meet-list-item .cover {
    position:relative;
    background: rgba(217, 217, 217, 0.5);
    height:177px;
    border-bottom:1px solid #000; overflow:hidden;
}
.meet-list-wrap .meet-list .meet-list-item .cover img {
    width:100%; height:100%;
    object-fit: cover;
}
.meet-list-wrap .meet-list .meet-list-item .cover .meet-status {
    position:absolute;
    top:-1px; right:-1px;
    width:70px;
    height:30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #000000;
    line-height:30px;
    text-align:center;
    border:1px solid #000;
}
.meet-list-wrap .meet-list .meet-list-item .cover .meet-status,
.meet-list-wrap .meet-list .meet-list-item .cover .meet-status.ready {
    background:#000;
    color:#fff;
}
.meet-list-wrap .meet-list .meet-list-item .cover .meet-status.going {
    background-color: #FF8FDA;
    color:#000;
}
.meet-list-wrap .meet-list .meet-list-item .cover .meet-status.proceeding {
    background-color: #B399FF;
    color:#000;
}
.meet-list-wrap .meet-list .meet-list-item .cover .meet-status.finish {
    background-color: #13CF8F;
    color:#000;
}

.meet-list-wrap .meet-list .meet-list-item .info {
    position:relative;
    background: #FFFDF3;
}
.meet-list-wrap .meet-list .meet-list-item .info .author {
    position:absolute;
    width:54px; height:54px;
    background:#000;
    border-radius:100%;
    right:24px;
    top:-27px; overflow:hidden;
}
.meet-list-wrap .meet-list .meet-list-item .info .author img {
    width:100%; height:100%; overflow:hidden;
    object-fit: cover;
}
.meet-list-wrap .meet-list .meet-list-item .info .author {
    z-index: 1;
    transition:0.3s;
}
.meet-list-wrap .meet-list .meet-list-item .info .author:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    border-radius:100%;
    border:1px solid #000;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}
.meet-list-wrap .meet-list .meet-list-item .info .author:hover {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
.meet-list-wrap .meet-list .meet-list-item .info .author:hover:after {
    opacity:1;
}
.meet-list-wrap .meet-list .meet-list-item .info .author a {
    display:inline-block;
    position:absolute;
    left:0; top:0; width:100%; height:100%;
}
.meet-list-wrap .meet-list .meet-list-item .info .content {
    padding:12px 16px;
    padding-top: 40px;
    height: 152px;
}
.meet-list-wrap .meet-list .meet-list-item .info .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.04em;
    margin-bottom:8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.meet-list-wrap .meet-list .meet-list-item .info .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #4C4C4C;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.meet-list-wrap .meet-list .meet-list-item .info .price {
    border-top:1px solid #000;
    padding:12px 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.meet-list-wrap .meet-list .meet-list-item a.link {
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
}

/* 검색결과 없음 */
.meet-list-wrap .meet-empty {
    padding-top: 168px;
    text-align: center;
    margin-top:80px;
    margin-bottom:130px;
    background:url(/img/layout/bg_404.png) no-repeat center top / contain;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .meet-list-wrap .meet-empty {
        background-size:305px 129px;
        background-image:url(/img/layout/bg_404@2x.png);
    }
}

.meet-recommend-list-wrap {
    border-top: 0.5px solid #000000;
    padding-top:80px;
    padding-bottom:80px;
}

.meet-list-wrap .meet-empty h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.meet-list-wrap .meet-empty p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

/* 더보기 */
.meet-list-wrap .meet-list-more-wrap {
    padding:80px 0;
    text-align: center;
}

@media (max-width: 991px) { 
    .meet-list-wrap .meet-list-header h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .page-wrap .page-content .meet-list-wrap .meet-list-header h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .meet-list-wrap .meet-list-header {
        margin-bottom:20px;
    }

    .meet-list-wrap .meet-list-header h3 i.planet {
        width: 40px;
        height: 27px;
        margin-right: 10px;
    }
    
    .meet-list-wrap .meet-list:not(.one-row) {
        grid-column-gap: 14px;
        grid-row-gap: 35px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    
    .meet-list-wrap .meet-list .meet-list-item .cover {
        height: 95px;
    }

    .meet-list-wrap .meet-list .meet-list-item .info .author {
        width: 30px; height:30px;
        right:16px;
        top:-15px;
    }

    .meet-list-wrap .meet-list .meet-list-item .info .title {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        margin-bottom:0;
    }
    
    .meet-list-wrap .meet-list .meet-list-item .info .content {
        padding:12px 10px;
        padding-top:22px;
        height: 72px;
    }

    .meet-list-wrap .meet-list .meet-list-item .info .description {
        display:none;
    }

    .meet-list-wrap .meet-list .meet-list-item .info .price {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 8px;
    }

    .meet-list-wrap .meet-list-header .select-options-wrap {
        position: relative;
        top: auto;
        transform: none;
        margin-top:10px;
    }
}