@charset "utf-8";


.brand-img.highlight img {
    mask-image: url(https://cdn.ananti.kr/ej/images/higghlight-thumbnail.svg);
    -webkit-mask-image: url(https://cdn.ananti.kr/ej/images/higghlight-thumbnail.svg);
}

.brand-img.cultureclub img {
    mask-image: url(https://cdn.ananti.kr/ej/images/tn-ananticultureclub.svg);
    -webkit-mask-image: url(https://cdn.ananti.kr/ej/images/tn-ananticultureclub.svg);
}

.brand-img.insight img {
    mask-image: url(https://cdn.ananti.kr/ej/images/tn-insight.svg);
    -webkit-mask-image: url(https://cdn.ananti.kr/ej/images/tn-insight.svg);
}

[class^=ico-][class*=close][class*=black-32] {
    background: url(https://cdn.ananti.kr/ej/images/ic-common-32-close.svg) center center no-repeat;
}

[class^=ico-][class*=download][class*=white-24] {
    background: url(https://cdn.ananti.kr/ej/images/ic-common-24-download-white.svg) center center no-repeat;
}

.icon-move-next.pc {
    background-image: url(https://cdn.ananti.kr/ej/images/icon-move-next.png);
    background-size: 20px 20px;
}


.drop-down .menu-wrap .depth1 {
    display: block;
}

.product-dtlTxt {
    padding-bottom: 35px;
}

.product-dtlTxt img,
.product-dtlTxt div,
.product-dtlTxt p {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}

.product-dtlTxt img.banner {
    display: block;
    margin-top: 15px;
}

.product-dtlTxt img.banner:first-child {
    margin-top: 0;
}

.product-dtlTxt string,
.product-dtlTxt b {
    font-weight: 600;
}

.product-dtlTxt iframe {
    max-width: 100%;
}

.product-dtlTxt ul {
    list-style-type: disc;
    list-style-position: inside;
}

.product-dtlTxt ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.detail-head .visual .visual-swiper .swiper-slide .btn-visual.video video {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    object-fit: unset;
}

.detail-head .info .desc-list li {
    align-items: center;
}

/*.detail-body .box .review-wrap .review-thumb li .thumb-box {position:relative; width:80px; height:80px; background-color:#ccc; overflow:hidden;}*/
.detail-body .box .review-wrap .review-thumb li .thumb-box video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: auto;
}

/*.detail-body .box .review-wrap .review-thumb li .thumb-box img {position:absolute; left:0; top:50%; transform:translateY(-50%); height:auto;}*/
.detail-body .box .review-wrap .review-thumb li .thumb-box.video::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(https://cdn.ananti.kr/ej/images/ic-common-24-video.svg) center center no-repeat;
}

.comment-list .comment-box .comment-thumb .img-view {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #ccc;
    overflow: hidden;
}

.comment-list .comment-box .comment-thumb .img-view video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: auto;
}

.comment-list .comment-box .comment-thumb .img-view img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

.comment-list .comment-box .comment-thumb .img-view.video:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(https://cdn.ananti.kr/ej/images/ic-common-24-video.svg) center center no-repeat;
}

.comment-list .img-box {
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.comment-list .img-box .img-view {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 5px;
    background-color: #ccc;
    overflow: hidden;
}

.comment-list .img-box .img-view:first-child {
    margin-left: 0;
}

.comment-list .img-box .img-view video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: auto;
}

.comment-list .img-box .img-view img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.comment-list .img-box .img-view.video::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(https://cdn.ananti.kr/ej/images/ic-common-24-video.svg) center center no-repeat;
}

.review-swiper .swiper-slide {
    height: 450px;
    position: relative;
    overflow: hidden;
}

.review-swiper .swiper-slide img,
.review-swiper .swiper-slide video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 추가 */

.search-result-wrap {
    position: absolute;
    background-color: #ffffff;
    width:calc(100% - 40px);
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-left: 0px;
    padding: 12px 15px 12px 15px;
    box-sizing: border-box;
    top: 48px;
    border-top-width: 0px;
    display: none;
    z-index: 1000;
}


.search-result-wrap .search-result li p {
    cursor:pointer;
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    -webkit-text-stroke: 0;
    text-align: left;
}
.search-result-wrap .search-result li p em {
    color:#40c1c5;
}

/*.input-row > *:not(.col) + *:not(.col):not(.wrap-btn-scroll) {*/
/*    margin-left: 0px;*/
/*}*/

.license-check {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}


@media (min-width: 1024px) {
    .detail-head .visual .visual-swiper .swiper-slide .btn-visual.video {
        height: 667px;
    }

    .detail-head .visual .thumb-swiper .swiper-slide .btn-thumb {
        position: relative;
        width: 75px;
        height: 100px;
        overflow: hidden;
    }

    .detail-head .visual .thumb-swiper .swiper-slide .btn-thumb img,
    .detail-head .visual .thumb-swiper .swiper-slide .btn-thumb video {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 75px;
    }

    .detail-body {
        max-width: 1000px;
        margin: 0 auto;
    }

    .detail-body .box .review-wrap .review-thumb li .thumb-box {
        /* width: 158px; */
        /* height: 158px; */
    }

    .comment-list .comment-box .comment-thumb .img-view {
        width: 158px;
        height: 158px;
    }

    .comment-list .img-box {
    }

    .comment-list .img-box .img-view {
        width: 158px;
        height: 158px;
        margin-left: 10px;
    }
}

@media (max-width: 1023px) {
    .nav-bottom-wrap {
        /* display: none; */
    }

    .btn-top.on {
        bottom: 80px;
    }

    .contents {
        padding-bottom: 0;
    }

    .detail-head .visual .visual-swiper .swiper-slide .btn-visual.video {
        height: calc(((100vw - 1px) * 1.333) / 1.128);
    }

    .review-swiper .swiper-slide {
        height: calc(100vh - 150px);
    }

    .review-swiper ~ .review-area {
        padding-bottom: 40px;
    }
}
