@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("http://fonts.googleapis.com/css?family=Nixie+One");


div.busuness div {
    padding: 30px 0;
}

div.busuness img{
    width:40%;
    display: block;
    border:2px solid #eee;
    margin:0 auto;
}
/* cont2 */
.cont2{
    overflow:hidden;
}
.cont2 dl{
    overflow:hidden;
}
.cont2 dt{
    float:left;
    width:48%;
}
.cont2 dt p{
	vertical-align:bottom;
}
.cont2 dt img{
    width:50%;
}
.cont dd{
    float:left;
}
.cont dd p{
	width:48%;
    margin-top:20px;
}
div.busuness div > h2 {
    font-family: 'Jeju Myeongjo';
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -4px;
    padding: 10px 20px;
    margin: 10px 0;
    text-indent:40px;
    border-top: 2px solid #e1eab6;
    border-bottom: 2px solid #e1eab6;
    background: url(/app/dubu_sourcecode/docs/imgs/1505450793_아이콘.png) no-repeat left center;
    background-size:7%;
}
div.busuness div.cont2 p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #595959;
    margin-bottom: 25px;
    padding-left:10%;
}
div.busuness div.cont2 .point:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #c6db65;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -10px;
}
div.busuness div.cont2 strong{
    color:#055d32;
}


/* cont1 */
.cont1{
    overflow:hidden;
}
.cont1 dl{
    width:31%;
    float:left;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #595959;
    margin-bottom: 25px;
    margin-left: 10px;
    text-align:center;
}
.cont1 dt img{
    width:70%;
}
.cont1 dd{
    margin-top:20px;
}
.cont1 dd strong{
    color:#055d32;
    font-size:18px;
}
.cont1 br{
    display:none;
}



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

/* mobile */
@media screen and (max-width:768px){
	/* cont1 */
    .cont1 dl{
        width:100%;
        clear:both;
    }
    .cont1 dd{
        width:99%;
    }
    /* cont2 */
    div.busuness div > h2 { font-size:24px; background-size:18%; }
    .cont2 dt img{
        width:100%;
    
}
    div.busuness div > h2 {
        background: url(/app/dubu_sourcecode/docs/imgs/1505450793_아이콘.png) no-repeat right center;
        background-size:18%;
        text-indent:0;
}
	 div.busuness div > h2 br{
         display:inline;
    }
}