.pd-list .pd-item {
    margin-bottom: 0;
}

.trend-detail .page-section {
    max-width: none;
}

.trend-detail .sec-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.trend-detail img {
    width: 100%;
    display: block;

}

.trend-detail .video-w {
    margin-bottom: 112px;
}

.trend-detail .trend-fn {
    margin-bottom: 20px;
    text-align: right;
    display: flex;
    justify-content: end;
}

.trend-detail .trend-fn a {
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 13px;
    padding: 0;
    text-align: center;
    float: none;

    display: flex;
    justify-content: center;
    align-items: center;
}

.trend-detail .trend-fn a.download i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/img/ico_moq_createpopup_download.png') no-repeat 0 0;
    background-size: 100% auto;
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -58px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;
    cursor: pointer;
}

.slick-next {
    right: auto;
    left: 100%;
    margin-left: 28px;
    background-image: url('/v2/img/ico_next_white.png');
}

.slick-prev {
    left: auto;
    right: 100%;
    margin-right: 28px;
    background-image: url('/v2/img/ico_pre_white.png');
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    display: none !important;
}

.slick-next:hover,
.slick-next:focus {
    background-image: url('/v2/img/ico_next_white.png');
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;
}

.slick-prev:hover,
.slick-prev:focus {
    background-image: url('/v2/img/ico_pre_white.png');
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;
}

.slick-next.swiper-button-disabled,
.slick-prev.swiper-button-disabled{
    display: none !important;
}

.pd-list .pd-item .pd-txt {
    display: flex;
}

.pd-list .pd-item .pd-txt .pd-name {
    flex-grow: 1;
}

.pd-list .pd-item .clip_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(109, 109, 109, 0.24);
    border: 1px solid #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
}

.pd-list .pd-item .clip_btn .ico_comm.clip_ico {
    background-image: url('/v2/img/ico_clip_v2_w.svg');
}

.list_wrap {
    overflow: hidden;
}

.list_wrap .list_item {
    padding: 0 15px;
}

.list_item .item_img_w {
    display: flex;
    position: relative;
}

.list_item .item_txt {
    margin-top: 18px;
}

.list_item .item_txt .title {
    flex-grow: 1;
    font-size: 18px;
}

.list_item .clip_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(109, 109, 109, 0.24);
    border: 1px solid #fff;

    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
}

.pd-list .pd-item .clip_btn.clipped,
.mat-list .list_wrap .clip_btn.clipped {
    background-color: #121619;
    border-color: #121619;
}

.list_item .item_img_w .clip_btn .ico_comm.clip_ico {
    background-image: url('/v2/img/ico_clip_v2_w.svg');
}

@media (max-width: 1300px) {
    .page-section {
        padding: 0 6.92vw;
    }

    .slick-next {
        margin-left: 16px;
    }

    .slick-prev {
        margin-right: 16px;
    }

    .pd-list .pd-item .pd-txt .pd-name {
        font-size: 1.38vw;
        min-height: 4.00vw;
    }

    .pd-list .pd-item .clip_btn {
        width: 2.46vw;
        height: 2.46vw;
        bottom: 0.62vw;
        right: 0.62vw;
    }
    .list_item .item_txt .title {
        font-size: 1.38vw;
        min-height: 4.00vw;
    }
    .list_item .clip_btn {
        width: 2.46vw;
        height: 2.46vw;
        bottom: 0.62vw;
        right: 0.62vw;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 0 20px;
        margin-top: 32px;
    }

    .page-section {
        padding: 0;
    }
    .list_wrap {
        overflow: initial;
    }

    .list_wrap .list_item {
        padding: 0 7px;
    }

    .pd-list .pd-item .pd-txt .pd-name,
    .list_wrap .list_item .item_txt .title {
        font-size: 15px;
        font-weight: 500;
        min-height: 31px;
        color: #000;
        text-transform: uppercase;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pd-list .pd-item .clip_btn,
    .list_wrap .list_item .clip_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(109, 109, 109, 0.24);
        border: 1px solid #fff;
        position: absolute;
        right: 8px;
        bottom: 8px;
    }

    .page-cont.trend-detail.sub-page {
        padding-top: 0;
    }

    .trend-detail .sec-cont {
        max-width: none;
    }

    .trend_detail img {
        width: 100%;
        display: block;
    }

    .trend_detail .video_w {
        margin-bottom: 8vw;
    }

    .trend_detail .trend_fn {
        display: flex;
        justify-content: end;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .trend_detail .trend_fn a.download {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trend_detail .trend_fn a.download i {
        display: block;
        width: 24px;
        height: 24px;
        background: url('/img/ico_moq_createpopup_download.png') no-repeat 0 0;
        background-size: 100% auto;
    }

    .trend_detail .trend_fn a.share {
        color: #000;
    }

    .compatible .swipe_list li,
    .mat-list .swipe_list li {
        margin-top: 0;
    }

    .compatible .list_wrap .item_txt,
    .mat-list .list_wrap .item_txt {
        display: flex;
    }

    .compatible .list_wrap .pd_tit,
    .mat-list .list_wrap .pd_tit {
        flex-grow: 1;
    }

    .compatible .list_wrap .clip_btn,
    .mat-list .list_wrap .clip_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(109, 109, 109, 0.24);
        border: 1px solid #fff;

        position: absolute;
        right: 8px;
        bottom: 8px;
    }

    .compatible .list_wrap .clip_btn.clipped,
    .mat-list .list_wrap .clip_btn.clipped {
        background-color: #121619;
        border-color: #121619;
    }

    .compatible .list_wrap .clip_btn .ico_comm.clip_ico,
    .mat-list .list_wrap .clip_btn .ico_comm.clip_ico {
        background-image: url('/v2/img/ico_clip_v2_w.svg');
    }
}



/* s:사용자재구축 : spotlight 비쥬얼영역 상세화면에 있던 스타일 */
.spotlight-visual .fr-view p {
    margin-bottom: 0;
}
.spotlight-visual .fr-view img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.spotlight-visual .fr-view img.fr-dib {
    margin-top: 0;
    margin-bottom: 0;
}

/* 기본 : Flex - Center - Border None */
.spotlight-visual .left_image thead tr, .spotlight-visual .left_image tbody tr,
.spotlight-visual .right_image thead tr, .spotlight-visual .right_image tbody tr,
.spotlight-visual .only_text thead tr, .spotlight-visual .only_text tbody tr,
.spotlight-visual .only_image thead tr, .spotlight-visual .only_image tbody tr{
    display: flex;
    align-items: center;
    max-width: 960px;
}
.spotlight-visual .no_border thead tr th,     .spotlight-visual .no_border tbody tr td,
.spotlight-visual .no_border2 thead tr th,    .spotlight-visual .no_border2 tbody tr td,
.spotlight-visual .left_image thead tr th,    .spotlight-visual .left_image tbody tr td,
.spotlight-visual .right_image thead tr th,   .spotlight-visual .right_image tbody tr td,
.spotlight-visual .only_text thead tr th,     .spotlight-visual .only_text tbody tr td,
.spotlight-visual .only_image thead tr th,    .spotlight-visual .only_image tbody tr td {
    border: 0 !important;
}
/* 텍스트만 입력할 경우 윗쪽부터 정렬 */
.spotlight-visual .only_text thead tr, .spotlight-visual .only_text tbody tr {
    align-items: start;
}
.spotlight-visual .only_text thead tr th:nth-child(1), .spotlight-visual .only_text tbody tr td:nth-child(2n+1) {
    padding-right: 8px;
}
.spotlight-visual .only_text thead tr th:nth-child(2), .spotlight-visual .only_text tbody tr td:nth-child(2n+2) {
    padding-left: 8px;
}

.spotlight-visual .left_image tbody tr td, .spotlight-visual .right_image tbody tr td {
    width: 50%;
}
.spotlight-visual .left_image tbody tr td:nth-child(2n+2) {
    padding-left: 9.5%;
}
.spotlight-visual .right_image tbody tr td:nth-child(2n+1) {
    padding-right: 9.5%;
}

@media (max-width: 768px) {
	.spotlight-visual .inner{
		padding:30px 20px 50px 20px;
	}
}

.slick-prev:before,
.slick-next:before{content: "";}
/* e:사용자재구축 : spotlight 비쥬얼영역 상세화면에 있던 스타일 */