@charset "utf-8";


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

div.top {
    margin-top: 80px;
    width: 100%;
    height: 200px;
    background: url(../../m_img/%EC%9E%90%EB%A3%8C%EC%8B%A4_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: 15px;
    color: #fff;
}

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

.bar {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff;
}

.bar ul {
    width: 95%;
    margin: 0 auto 20px;
}

.bar ul li {
    width: 33%;
    line-height: 50px;
    /*    border: 1px solid red;*/
}

.bar ul li.on {
    height: 46px;
    font-weight: 600;
    border-bottom: 4px solid #352F44;
}

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

    font-size: 13px;

}

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


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

.bakuchiol-box {
    width: 100%;
    padding-top: 20px;
    float: left;
}

.stemfit-box {
    width: 100%;
    padding-top: 40px;
    float: left;
}

.upsenda-box {
    width: 100%;
    padding-top: 40px;
    float: left;
}


.device-box {
    width: 100%;
    padding-top: 40px;

    float: left;
}

.dadenda-box {
    width: 100%;
    padding-top: 40px;

    float: left;
}

.rojelly-box {
    width: 100%;
    padding-top: 40px;

    float: left;
}

section p {
    /*    margin-top: 40px;*/
    font-size: 16px;
    line-height: 40px;

    font-weight: 600;
    text-align: center;
}

section .img-box {
    width: 48%;
    padding: 10px 1%;
    float: left;

    text-align: center;
}

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

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

    margin: 18px 0;
}

@media all and (min-width:764px) {
    div.top {
        margin-top: 80px;
        width: 100%;
        height: 400px;
        background: url(../../img/%EC%9E%90%EB%A3%8C%EC%8B%A4_top.jpg) no-repeat;
        background-size: cover;
    }

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

        font-size: 80px;
        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: -64px;
    }

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

    .bar ul li {
        float: left;
        width: 312;
        line-height: 65px;
    }

    .bar ul li.on {
        height: 61px;
        font-weight: 600;
        border-bottom: 4px solid #352F44;
    }

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

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

        font-size: 17px;
    }

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

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

    .bakuchiol-box {
        width: 100%;
        float: left;
    }

    .stemfit-box {
        width: 100%;
        padding-top: 60px;
        float: left;
    }

    .upsenda-box {
        width: 100%;
        padding-top: 60px;

        float: left;
    }

    .device-box {
        width: 100%;
        padding-top: 60px;

        float: left;
    }

    .dadenda-box {
        width: 100%;
        padding-top: 60px;

        float: left;
    }


    section p {
        /*    margin-top: 40px;*/
        font-size: 24px;
        line-height: 40px;

        font-weight: 600;
        text-align: center;
    }


    section .img-box {
        width: 23%;
        padding: 18px 1%;
        float: left;
    }

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

    }
}
