﻿@charset "UTF-8";

.search .section-container {
    width: 980px;
    margin: 0 auto;
}

    .search .section-container h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        color: #000;
        margin-top: 0;
        margin-bottom: 40px;
    }

        .search .section-container h2 span {
            font-weight: 300;
            margin-left: 5px;
        }

    .search .section-container .list__more {
        position: relative;
        display: block;
        width: 345px;
        height: 50px;
        margin: 45px auto 0;
        border: 1px solid #000;
        background-color: #000;
        transition: all 0.2s ease-out
    }

        .search .section-container .list__more::before {
            content: '더 보기';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
        }

        .search .section-container .list__more:hover,
        .search .section-container .list__more:focus,
        .search .section-container .list__more:active {
            background-color: #fff
        }

            .search .section-container .list__more:hover::before,
            .search .section-container .list__more:focus::before,
            .search .section-container .list__more:active::before {
                color: #000
            }

    .search .section-container .no-list {
        margin-top: -20px;
        text-align: center;
    }

        .search .section-container .no-list p {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.71;
            margin-bottom: 40px;
        }

    .search .section-container .no-list__keywords {
        margin-bottom: 40px;
    }

    .search .section-container .no-list__keywords--title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 16px;
    }

    .search .section-container .no-list__keywords--list a {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: #000;
        margin: 0 10px;
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
        text-decoration: underline;
    }

        .search .section-container .no-list__keywords--list a:hover {
            color: #000;
        }

    .search .section-container .no-list__link .btn {
        display: block;
        width: 350px;
        max-width: 100%;
        height: 40px;
        border-radius: 0;
        margin: 0 auto 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        position: relative;
        text-align: left;
        padding: 6px 30px;
        border: 1px solid #000;
        color: #000
    }

        .search .section-container .no-list__link .btn:after {
            content: "";
            position: absolute;
            top: 14px;
            right: 15px;
            background-image: url("/kr/ko/resource/images/search/arrow-hover.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 15px;
            height: 12px;
        }

        .search .section-container .no-list__link .btn:last-child {
            margin-bottom: 0;
        }

.search .section-product {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .search .section-product .list .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

        .search .section-product .list .row > *:nth-child(3n + 1) {
            clear: both;
        }

        .search .section-product .list .row > [class^="col-"] {
            float: none;
            height: auto;
            padding: 0;
        }

        .search .section-product .list .row > * a {
            display: block;
            height: 100%;
            padding: 15px 10px;
        }

            .search .section-product .list .row > * a:hover .item,
            .search .section-product .list .row > * a:focus .item,
            .search .section-product .list .row > * a:active .item {
                border: 1px solid #666;
                transition: all 0.2s ease-out;
            }

    .search .section-product .list .item {
        height: 100%;
        border: 1px solid transparent;
        background-color: #fff;
    }

    .search .section-product .list .item__image {
        width: 100%;
        height: 340px;
        background-color: #fff;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        z-index: 1;
    }

    .search .section-product .list .item__image--inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .search .section-product .list .item__image--badge {
        position: absolute;
        display: flex;
        left: 28px;
        top: -18px;
        z-index: 10;
    }

        .search .section-product .list .item__image--badge > span {
            width: 40px;
            height: 18px;
            margin-right: 5px;
            border: 1px solid #000;
            font-size: 12px;
            font-weight: 700;
            line-height: 18px;
            text-align: center;
        }

        .search .section-product .list .item__image--badge .best {
            background-color: #000;
            color: #fff;
        }

        .search .section-product .list .item__image--badge .new {
            background-color: #fff;
            color: #000;
        }

    .search .section-product .list .item__image--emblem {
        float: right;
        clear: both;
        position: relative;
    }

        .search .section-product .list .item__image--emblem img {
            width: 45px;
            margin-bottom: 5px;
            display: block;
        }

    .search .section-product .list .item__info {
        position: relative;
        padding: 10px 28px 24px;
    }

        .search .section-product .list .item__info h5 {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            color: #000;
            line-height: 1.5;
        }

        .search .section-product .list .item__info ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 5px 0 0 0;
            font-size: 0;
        }

            .search .section-product .list .item__info ul li {
                display: inline-block;
                margin-right: 5px;
                font-size: 16px;
                font-weight: 500;
                line-height: 22px;
                color: #767676;
            }

                .search .section-product .list .item__info ul li:first-child {
                    margin-left: 0;
                }

                .search .section-product .list .item__info ul li:last-child {
                    margin-right: 0;
                }

            .search .section-product .list .item__info ul.item__info--rate li {
                font-size: 12px;
                font-weight: 600;
                line-height: 14px;
            }

                .search .section-product .list .item__info ul.item__info--rate li .icon {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-left: 2px;
                    margin-bottom: -2px;
                }

                .search .section-product .list .item__info ul.item__info--rate li.review-count .icon {
                    background-image: url(/kr/ko/resource/images/product/review.png);
                }

                .search .section-product .list .item__info ul.item__info--rate li.star-count .icon {
                    background-image: url(/kr/ko/resource/images/product/star.png);
                }

@media (max-width: 1023px) {
    .search .section-container {
        width: 100%;
        padding: 0 4vw;
    }

    .search .section-product .list .row > [class^="col-"] {
        width: 50%;
    }

    .search .section-product .list .row > *:nth-child(3n + 1) {
        clear: none !important;
    }

    .search .section-product .list .row > *:nth-child(2n + 1) {
        clear: both !important;
    }

    .search .section-product .list .item__image {
        height: auto !important;
        padding-bottom: 139.4%;
    }

    .search .section-product .list .item__info {
        padding: 8px 14px 14px !important;
    }

        .search .section-product .list .item__info h5 {
            margin-top: 8px !important;
            font-size: 15px !important;
            line-height: 1.5 !important;
        }

        .search .section-product .list .item__info ul {
            margin-top: 2px;
        }

            .search .section-product .list .item__info ul li {
                font-size: 12px !important;
                line-height: 1.5 !important;
            }

    .search .section-product .list .item__image--badge {
        top: -17px !important;
        left: 14px !important;
    }

        .search .section-product .list .item__image--badge > span {
            width: 37px !important;
            height: 17px !important;
            font-size: 11px !important;
            line-height: 17px !important;
        }
}

@media (max-width: 767px) {
    .search .section-container {
        width: 100%;
    }

        .search .section-container h2 {
            font-size: 16px;
            margin-bottom: 20px;
        }

            .search .section-container h2 span {
                margin-left: 4px;
            }

        .search .section-container .no-list {
            margin-top: -6px;
        }

            .search .section-container .no-list p {
                font-size: 13px;
                line-height: 1;
                margin-bottom: 30px;
            }

        .search .section-container .no-list__keywords {
            margin-bottom: 30px;
        }

        .search .section-container .no-list__keywords--title {
            font-size: 12px;
            margin-bottom: 19px;
        }

        .search .section-container .no-list__keywords--list a {
            display: block;
            font-size: 13px;
            margin-bottom: 19px;
        }

            .search .section-container .no-list__keywords--list a:last-child {
                margin-bottom: 0;
            }

        .search .section-container .no-list__link .btn {
            height: 35px;
            width: 300px;
            font-size: 13px;
            line-height: 22px;
            padding: 6px 25px;
        }

            .search .section-container .no-list__link .btn:after {
                top: 11.5px;
                right: 25px;
            }
}

@media (max-width: 767px) {
    .search .section-product {
        padding-top: 40px;
        padding-bottom: 50px;
    }
        /* .search .section-product .list .row {
        margin-left: -2.5px;
        margin-right: -2.5px; }
        .search .section-product .list .row > * {
          padding-left: 2.5px;
          padding-right: 2.5px; }
      .search .section-product .list .item {
        margin-bottom: 20px; }
        .search .section-product .list .item__image {
          height: calc((100vw - 25px) * 0.680);
          margin-bottom: 10.5px;
          border-radius: 15px;
          padding: calc((100vw - 25px) * 0.025); }
          .search .section-product .list .item__image--inner:hover {
            transform: scale(1); }
          .search .section-product .list .item__image--badge {
            height: calc((100vw - 25px) * 0.114);
            width: calc((100vw - 25px) * 0.114);
            left: calc((100vw - 25px) * 0.014);
            top: calc((100vw - 25px) * 0.014); }
            .search .section-product .list .item__image--badge.bestnew {
              width: calc((100vw - 25px) * 0.157); }
          .search .section-product .list .item__image--emblem img {
            width: calc((100vw - 25px) * 0.075); }
        .search .section-product .list .item__info h5 {
          font-size: 11.5px;
          margin-bottom: 7px; }
        .search .section-product .list .item__info ul li {
          font-size: 11px;
          margin: 0 5px 5px; }
        .search .section-product .list .item__info ul.item__info--rate li {
          font-size: 10px;
          line-height: 11px; }
          .search .section-product .list .item__info ul.item__info--rate li .icon {
            width: 11px;
            height: 11px;
            margin-left: 2px;
            margin-bottom: -2px; } */
        .search .section-product .list__more {
            width: 100%;
            max-width: 345px;
            margin-top: 10px;
        }

        .search .section-product .no-list {
            margin-bottom: -10px;
        }
}

.search .section-contents {
    padding-top: 80px;
    padding-bottom: 112px;
}

    .search .section-contents .list ul {
        list-style: none;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0;
        margin: 0 0 40px;
    }

        .search .section-contents .list ul li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

            .search .section-contents .list ul li a {
                display: block;
            }

    .search .section-contents .list .item {
        padding: 20px 0;
    }

    .search .section-contents .list .item__label {
        width: 150px;
        height: 30px;
        border-radius: 5px;
        border: solid 2px #db6565;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: #db6565;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .search .section-contents .list .item h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        color: #000;
        margin-top: 0;
        margin-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .search .section-contents .list .item p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        color: #000;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .search .section-contents .list .item.item-ing {
        padding-right: 357px;
        position: relative;
        height: 234px;
    }

        .search .section-contents .list .item.item-ing .item__label {
            background-color: #db6565;
            color: #fff;
            margin-bottom: 20px;
        }

        .search .section-contents .list .item.item-ing h5 {
            font-size: 16px;
            font-weight: 600;
        }

        .search .section-contents .list .item.item-ing .item__date {
            font-size: 14px;
            font-weight: 300;
            line-height: 1;
        }

        .search .section-contents .list .item.item-ing .item__image {
            width: 344px;
            height: 194px;
            background-color: #d8d8d8;
            position: absolute;
            right: 0;
            top: 20px;
        }

    .search .section-contents .list .item:hover h5 {
        color: #db6565;
    }

    .search .section-contents .no-list {
        margin-bottom: 76px;
    }

@media (max-width: 767px) {
    .search .section-contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .search .section-contents .list .item {
            padding: 15px 0;
        }

        .search .section-contents .list .item__label {
            width: 125px;
            height: 25px;
            border: solid 1px #db6565;
            font-size: 13px;
        }

        .search .section-contents .list .item h5 {
            font-size: 15px;
        }

        .search .section-contents .list .item p {
            font-size: 13px;
        }

        .search .section-contents .list .item.item-ing {
            padding-right: 153px;
            height: 115px;
        }

            .search .section-contents .list .item.item-ing .item__label {
                margin-bottom: 22px;
            }

            .search .section-contents .list .item.item-ing h5 {
                font-size: 15px;
            }

            .search .section-contents .list .item.item-ing .item__date {
                font-size: 13px;
                font-weight: 300;
                line-height: 1;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .search .section-contents .list .item.item-ing .item__image {
                width: 150px;
                height: 85px;
                top: 15px;
            }

        .search .section-contents .list .item:hover, .search .section-contents .list .item:focus, .search .section-contents .list .item:active {
            background-color: #ffe7e7;
        }

            .search .section-contents .list .item:hover h5, .search .section-contents .list .item:focus h5, .search .section-contents .list .item:active h5 {
                color: #000;
            }

        .search .section-contents .no-list {
            margin-bottom: 30px;
        }
}

@media (max-width: 767px) {
    .body-en .search .no-list p {
        line-height: 1.38;
    }
}

@media (max-width: 767px) {
    .body-en .search .section-product .list .item__info ul.item__info--tag li {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

.body-en .search .section-contents .no-list {
    margin-bottom: 155px;
}

@media (max-width: 767px) {
    .body-en .search .section-contents .no-list {
        margin-bottom: 145.5px;
    }
}

/* [S] 20210629 search update */
.search .static-prd {
    background: #fff;
}

    .search .static-prd .section-container h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

.static-prd p.ment {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .search .static-prd .section-container h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .static-prd p.ment {
        font-size: 13px;
    }
}
/* [E] 20210629 search update */

/*# sourceMappingURL=search.css.map */
