@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-bottom: 20px;
}
.product h2:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 53px;
    border-top: 3px solid #0074d8;
}
.product .m_only{
    display:none;
    font-size: 15px;
    font-family: 'Nanum Gothic';
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    margin: 7px 0;
    letter-spacing: -0.5px;
    }
.product .m_only:before{
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
    background-color: #0074d8;
    }
.product_table p{  font-size: 15px; margin-left:10px;  margin-bottom: 10px;}
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;
}
table.type08 td {
    padding: 8px;
    vertical-align: top;
    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;
}

/* 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:31%;
    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 .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;
}

/* 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{
    margin-top:30px;
    width:100%;
        clear:both;
    }
    .product .m_only{
        display:inline;
    }
    .product .product_table {
    padding: 30px 20px;
    overflow-x: scroll;
}
}