@charset "utf-8";

.clear:after {
    content: "";
    display: block;
    clear: both;
}

div.top {
    margin-top: 80px;
    width: 100%;
    height: 200px;
    background: url(../../m_img/%ED%8C%8C%EC%9A%B0%EB%8D%94%EB%A7%88%EC%8A%A4%ED%81%AC_top.jpg) no-repeat;
    background-size: cover;
}

.top h2 {
    font-size: 30px;
    padding-top: 60px;
    font-weight: 600;
    color: #fff;

    text-align: center;
}

.top p {
    text-align: center;

    padding-top: 8px;
    font-size: 18px;
    color: #fff;
}

/****bar************************************************************/
.bar {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.bar ul {
    width: 100%;
}

.bar ul li {
    width: 50%;
    height: 50px;
    box-sizing: border-box;
}

/*.bar ul li:nth-child(1) {
    width: 100%;
}*/

.bar ul li.on {
    border-bottom: 4px solid #bc8ae1;
    background-color: #f1d6ff;
}

.bar ul li a {
    text-align: center;
    color: #333;
    line-height: 50px;

    font-size: 13px;
}

/****bar************************************************************/

section {
    width: 95%;
    margin: 0 auto;
}

section .product-box {
    width: 47%;
    margin: 30px 0 30px 10px;
    float: left;

    text-align: center;
}

section .product-box img {
    width: 100%;
}

section .product-box p {
    font-size: 14px;
    font-weight: 600;

    margin: 18px 0;
}

section .product-box span {
    font-size: 12px;
}

/****bar************************************************************/


section .product-box .hover {
    width: 80%;
    margin: 0 auto;

    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);

    display: none;
    z-index: 2;
}

section .product-box .hover img {
    width: 100%;
    margin: 0 auto;

}

section .product-box .hover:after {
    content: "";
    display: block;
    clear: both;
}

#modal {
    width: 100%;
    height: 100%;

    background-color: #e9ecef;
    opacity: 0.99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;

}





@media all and (min-width:764px) {

    div.top {
        margin-top: 80px;
        width: 100%;
        height: 350px;
        background: url(../../img/%ED%8C%8C%EC%9A%B0%EB%8D%94%EB%A7%88%EC%8A%A4%ED%81%AC_top.jpg) no-repeat;
        background-size: cover;
    }

    .top h2 {
        text-align: center;
        line-height: 160px;
        padding-top: 25px;

        font-size: 60px;
        color: #fff;
    }

    .top p {
        text-align: center;

        font-size: 20px;
        color: #fff;
    }

    /****bar************************************************************/

    .bar {
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        background-color: #fff;
        font-size: 17px;
        opacity: 0.8;
        position: relative;
        top: -60px;
    }

    .bar ul {
        width: 90%;
        margin: 0 auto;
    }

    .bar ul li {
        float: left;
        width: 16%;
        height: 60px;
        box-sizing: border-box;
    }

/*    .bar ul li:nth-child(1) {
        width: 14%;
    }*/

    .bar ul li.on {
        height: 61px;
        font-weight: 600;
        border-bottom: 4px solid #bc8ae1;
        background-color: #f1d6ff;
    }

    .bar ul li :hover {
        font-weight: 800;
    }

    .bar ul li a {
        text-align: center;
        color: #333;
        line-height: 60px;
        font-size: 17px;
    }

    /****bar************************************************************/
    section {
        width: 80%;
        margin: 0 auto;
    }

    section .product-box {
        width: 24%;
        margin: 0 1% 1% 0;
        float: left;

        text-align: center;
    }

/*    section .product-box:nth-child(4) {
        margin: 0 0 1% 1%;
    }*/

    section .product-box img {
        width: 100%;
    }

    section .product-box p {
        font-size: 20px;
        font-weight: 600;

        margin: 18px 0;
    }

    section .product-box span {
        font-size: 16px;
    }
}
