@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
/* 청소년체 웹폰트 */ 
@font-face{
    font-family:'Youth';
    font-style:normal;
    font-weight:400;
    src:url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
        url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
}

div.product > h2 {
    font-family: 'Youth';
    font-weight: 800;
    font-size: 25px;
    line-height: 1.3em;
    color: #606060;
    text-align: center;
}
div.product > h1 {
    font-family: 'Jeju Gothic';
    font-weight: 800;
    font-size: 35px;
    line-height: 1.3em;
    color: #4bbedf;
    text-align: center;
    margin: 5px;
    
}

/* div.logo */
div.product > div.logo {
    text-align: center;
    padding: 10px 0;
}
div.product > div.logo > p {
    display: inline-block;
    content: '';
    width: 15px;
    height: 4px;
    background-color: #065798;
    background-size: 100%;
    vertical-align: middle;
}
div.product > div.logo > h1 {
    text-align :center;
    margin: 15px 0;
}
div.product > div.logo > h1 > img {
    width: 100%;
    max-width: 200px;
    vertical-align: middle;
}

/*********** div > div ***********/

div.product > div.cont1 > ul {
    background: #21abcf;
}
div.product > div.cont2 > ul {
    background: #3799d8;
}
div.product > div.cont3 > ul {
    background: #60b0b1;
}
div.product > div > ul {
    width: 100%;
    max-width: 250px;
    height: 250px;
    margin: 0 auto;
    background-size: cover;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #999;
}

div.product > div.cont1,
div.product > div.cont2,
div.product > div.cont3 {
    float: left;
    width: 31%;
    margin: 20px 1%;
    text-align: center;
}
div.product > div > ul > li > h1 {
    text-align: center;
    margin-bottom: 10px;
}
div.product > div > ul > li > h2 {
    font-family: 'Youth';
    font-size: 25px;
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.4);
    color:#fff;
}
div.product > div > ul > li > p {
    font-family: 'Youth';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5em;
}








/*********** 회색배경 제거 ***********/

div.product > div.cont6 { clear:both;}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    
    div.product > div.cont1,
    div.product > div.cont2,
    div.product > div.cont3 {
        float: left;
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
}