@import url("https://fonts.dubuplus.com/css?family=Nanum Myeongjo");

.care table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #4CAF50;
    margin-top: 20px;
}


.care table td, .care table th {border:1px solid #ddd;
    font-size:15px;
    padding:10px;
    background-color:#fff;}

.care table th {
    background-color: #e5eef7;
    text-align: center;
}

.care table td{text-align:center; padding-left:10px; vertical-align:middle; line-height:30px;}


.care h3 {
    font-size: 25px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    margin-top:50px;
}
.care h3:before {content:''; display:inline-block; width:10px; height:25px; background:#4CAF50; border-radius:5px; margin-bottom:-3px; }
.care ul {
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #eee;
}
.care ul li { 
    background: url(/app/dubu_sourcecode/docs/imgs/1596407139_subcon002.png) no-repeat 0px 7px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -1px;
    text-align: left;
    padding-left: 20px;
    background-size: 15px;
    margin-bottom: 5px;
}
.care ul li:last-child {margin-bottom:0;}

.care em {color:#4CAF50;}

.care p.tt{font-size:23px; margin-bottom:50px; font-weight:500; letter-spacing:-2px; margin-top:20px; }

.care .imgbox{text-align:center; margin:20px 0;}

h2{font-family:"Nanum Myeongjo"; font-size:45px; color:#666; text-align:center; margin-top:50px; }

/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    .care .imgbox img{width:100%;}
}

/* mobile */
@media screen and (max-width:767px){
    .care ul li {  font-size: 15px;}
    .care .imgbox img{width:100%;}
}


