@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

.pro {
}

.pro dt {
	font-family:'noto sans kr';
    font-size:25px;
    letter-spacing:-1px;
    line-height:1.5;
    color:#08a7bf;
    font-weight:bold;
}

.pro dd img {
	width:100%;
    max-width:832px;
    display:block;
    margin:20px auto;
}

.pro dd p {
	font-size:15px;
    line-height:1.5;
    padding:10px;
     /*원배경색 background:#e2fbff;*/
    background:#a0eee8;
}

.pro dd p strong {
	display:block;
    font-size:16px;
    border-bottom:1px dashed #ddd;
    padding-bottom:3px;
    margin-bottom:3px;
}
    

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

/* mobile */
@media screen and (max-width:768px){
}
