@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
.product h2{
    position: relative;
    padding-top: 14px;
    border-top: 1px dashed #e0e0e0;
    font-size: 21px;
    font-weight: bold;
    line-height: 22px;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: left;
    font-family: 'noto sans kr';
    color: #0074d8;
    margin-top: 50px;
}
.product h2:first-child{
    margin-top: 0px;
}
.product h2:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 53px;
    border-top: 3px solid #0074d8;
}
.product p{
    font-size: 16px;
    color: #f40a0a;
    margin: 20px 0;
}
table.type08 {
    width:100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #ccc;
    margin: 20px 10px;
}

table.type08 thead th {
    padding: 8px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #fff;
    background: #0074d8;
    color:#fff;
    text-align:center;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.5px;
    vertical-align: middle;
}
table.type08 tbody th{
    padding: 8px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: -0.5px;
    vertical-align: middle;
    text-align:center;
    width:30%;
}
table.type08 td {
    padding: 8px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
        font-size: 13px;
    font-weight: 400;
    color: #797979;
    line-height: 1.8;
    letter-spacing: -0.5px;
    text-align:center;
}
table.type08 img{
	width:50%;

}
/* cont1 */
.product .cont1{
    overflow-x:hidden;
}
.product .cont1 p{
    font-size: 16px;
    letter-spacing: -1px;
    margin: 10px 0;
    margin-left: 13px;
    font-weight: 700;
    color: #5d5d5d;
    line-height: 1.8;
}
.product .cont1 p:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0074d8;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: -13px;
}
.product .cont1 li{
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    line-height: 1.8;
    letter-spacing: -0.5px;
}
.product .cont1 dl{
    margin-top:30px;
    width:40%;
    font-size: 16px;
    letter-spacing: -1px;
    margin: 10px auto;
    font-weight: 700;
    color: #5d5d5d;
    line-height: 1.8;
    text-align:center;
}
.product .cont1 dt img{
    width:100%;
}
.product .cont1 dd{
    margin-top:10px;
}
.product .cont1 dd:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color:#0074d8;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: -13px;
}

/* cont2 */
.product .cont2{
    overflow:hidden;
}
.product .cont2 h3{ 
    padding: 8px;
    font-weight: 400;
    background: #0074d8;
    color:#fff;
    text-align:center;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.5px;
    vertical-align: middle;
    margin-left:10px;
    margin-bottom:10px;
}
.product .cont2 p{
    font-size: 16px;
    letter-spacing: -1px;
    margin: 10px 0;
    margin-left: 13px;
    font-weight: 700;
    color: #5d5d5d;
    line-height: 1.8;
}
.product .cont2 p:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0074d8;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: -13px;
}
.product .cont2 li{
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    line-height: 1.8;
    letter-spacing: -0.5px;
}
.product .cont2 dl{
       margin-top: 30px;
    width: 48%;
    float: left;
    font-size: 16px;
    letter-spacing: -1px;
    margin: 10px 0;
    margin-left: 13px;
    font-weight: 700;
    color: #5d5d5d;
    line-height: 1.8;
    text-align: center;
}
.product .cont2 dt img{
    width:70%;
}
.product .cont2 dd{
    margin-top:10px;
}
.product .cont2 dd:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color:#0074d8;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: -13px;
}


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

/* mobile */
@media screen and (max-width:768px){
    table.type08 {
    width:95%;
}
    table.type08 thead th{
        font-size:14px;
    }
    table.type08 tbody th{
        font-size:13px;
    }
    table.type08 tbody th{
        font-size:13px;
    }
    .product .cont1 dl{
        width:100%;
    }
    table.type08 img{
	width:100%;
}
    .product .cont2 dl{
       margin-top: 20px;
    width: 100%;
}