﻿body {
    background-color: #f5f5f7;
}

@media screen and (max-width: 1200px) {
    .month-item_list ul li .month-item_name {
        min-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.product-menu-black li a {
    color: #000;
}

.product-menu-black-area {
    background-color: #e7dbb1;
}

.rwd-table2 th {
    background-color: #646565;
}

.banner .banner-text {
    text-shadow: none;
}

    .banner .banner-text h1,
    .banner .banner-text p {
        color: #000;
    }

.owl-stage-outer {
    border: 0;
}

.owl-brand {
    position: relative;
}

    .owl-brand .item {
        width: 100%;
    }

        .owl-brand .item .img-group {
            display: block;
            width: 100%;
            padding-bottom: 100%;
        }

            .owl-brand .item .img-group .img-fluid {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 70%;
                max-height: 70%;
            }

.itemClear {
    margin: 0;
    padding: 0;
}

.add-member_area {
    margin: 20px 0 20px;
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.ckeditor-group table {
    border-collapse: inherit;
    padding: initial;
}

    .ckeditor-group table td {
        padding: 3px;
    }

.product-info .message-group .message-row {
    display: block;
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .product-info .message-group .message-row:last-child {
        margin-bottom: 0;
    }

    .product-info .message-group .message-row.solid {
        border: 1px solid #ced4da;
    }

    .product-info .message-group .message-row .text {
        font-size: 16px;
        color: #ffffff;
        line-height: initial;
        background-color: #D6582E;
        padding: 12px 16px;
    }

    .product-info .message-group .message-row .btn {
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        background-color: #e7dbb1;
    }

.product-info .tag-group {
    list-style-type: none;
    line-height: initial;
    margin-bottom: 0;
}

    .product-info .tag-group li {
        display: inline-block;
        line-height: initial;
        margin-right: 5px;
    }

        .product-info .tag-group li:last-child {
            margin-right: 0;
        }

        .product-info .tag-group li .option {
            display: block;
            font-size: 15px;
            color: #fff;
            line-height: 1.2;
            padding: 5px 10px;
            margin-bottom: 7px;
        }

@media screen and (max-width: 767px) {
    .product-info .tag-group li .option {
        padding: 5px 8px;
    }
}

.product-info .tag-group li .option.green {
    background-color: #1cbb20;
}

.product-info .tag-group li .option.pink {
    background-color: #fc1681;
}

.product-info .tag-group li .option.orange {
    background-color: #ff971a;
}

.product-info .tag-group li .option.purple {
    background-color: #6356a3;
}

.product-info .tag-group li .option.blue {
    background-color: #3880ec;
}

.month-item_list ul li .month-item_name {
    height: 25px;
    -webkit-line-clamp: 1;
}

.month-item_list ul li .month-item_name2 {
    min-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #e74d19;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.month-item_list ul li .month-item_height {
    min-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #e74d19;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .month-item_list ul li .month-item_name2 {
        min-height: 18px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .month-item_list ul li .month-item_name {
        height: initial;
        min-height: 19px;
    }
}

@media screen and (max-width: 767px) {
    .month-item_list ul li .month-item_height {
        min-height: 18px;
    }
}

.month-item_list ul li .month-item_tag {
    min-height: 37px;
    font-size: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .month-item_list ul li .month-item_tag {
        min-height: 29px;
    }
}

.month-item_list ul li .month-item_tag li {
    display: inline-block;
    margin: 0 2px 0 0;
    box-shadow: none;
    vertical-align: top;
    -webkit-transform: none;
    transform: none;
    position: static;
}

    .month-item_list ul li .month-item_tag li .option {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 2px 10px;
        margin-bottom: 10px;
    }

@media screen and (max-width: 767px) {
    .month-item_list ul li .month-item_tag li .option {
        font-size: 12px;
        padding: 1px 3px;
    }
}

.month-item_list ul li .month-item_tag li .option.green {
    background-color: #1cbb20;
}

.month-item_list ul li .month-item_tag li .option.pink {
    background-color: #fc1681;
}

.month-item_list ul li .month-item_tag li .option.orange {
    background-color: #ff971a;
}

.month-item_list ul li .month-item_tag li .option.purple {
    background-color: #6356a3;
}

.month-item_list ul li .month-item_tag li .option.blue {
    background-color: #3880ec;
}

.product-info mark {
    padding: 4px 10px;
    border-radius: 0;
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .product-info mark {
        padding: 4px 8px;
    }
}

.product-info p, .product-info b {
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .product-info p,
    .product-info b {
        margin-top: 0;
    }
}

.month-item_list ul li .month-item_price mark {
    border-radius: 0;
}

.login-register {
    height: 1050px;
}

@media screen and (max-width: 1200px) {
    .login-register {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .search-window .search-window-form input {
        width: 300px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .socialBtn {
        padding: 5px 0;
        background-color: #ebe5d7;
    }
}

.tag-area {
    min-height: 30px;
}

.article_list ul li .article_info p {
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

body .hot-group {
    width: 100%;
    padding-top: 40px;
}

    body .hot-group .title {
        text-align: center;
        color: #ffffff;
        margin-bottom: 15px;
    }

    body .hot-group .list-group {
        display: block;
        text-align: center;
    }

        body .hot-group .list-group > li {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            body .hot-group .list-group > li:last-child {
                margin-right: 0;
            }

            body .hot-group .list-group > li .option {
                color: #ffffff;
                text-decoration: underline;
            }

                body .hot-group .list-group > li .option::before {
                    content: '#';
                    margin-right: 2px;
                }
