<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

div.top {
    margin-top: 80px;
    width: 100%;
    height: 200px;
    background: url(../../m_img/%EA%B8%B0%EC%B4%88_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 #fb6f92;
    background-color: #ffe5ec;
}

.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;
}









@media all and (min-width:764px) {
    div.top {
        margin-top: 80px;
        width: 100%;
        height: 350px;
        background: url(../../img/%EA%B8%B0%EC%B4%88%EB%9D%BC%EC%9D%B8_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: 14%;
        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 #fb6f92;
        background-color: #ffe5ec;
    }

    .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;
    }
}
</pre></body></html>