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

.cont1_wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}

.cont1_wrap  h2 {
    font-size: 15px;
    font-weight: 400;
}

.cont1_wrap  h2 span{
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -4px;
    color: #4CAF50;
}

.cont1_wrap h3 span {
    color: #009688;
    font-weight: 400;
}


.cont2 > ul {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.cont2 > ul > li:nth-child(1) {
    width: 60%;
    float: left;
    padding:0 15px;
}
.cont2 > ul > li:nth-child(2) {
    width: 40%;
    float: right; 
    text-align: center;
}

.cont2 > ul > li > p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #535353;
    margin-bottom: 20px;
    padding:0 10px;    
    text-align:justify;
    line-height:28px;
}


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

/* mobile */
@media screen and (max-width:767px){
    .cont2 > ul > li:nth-child(1) {
    width: 100%;
    float: none;
}
.cont2 > ul > li:nth-child(2) {
    width: 100%;
    float: none; 
    text-align: center;
}
.cont2 > ul > li > img {
    width: 50%;
}
    
}





.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; margin-right:10px; }
.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:35px; text-align:center;color:#4CAF50; margin-bottom:50px; font-weight:500; letter-spacing:-2px; }

.care .imgbox{text-align:center; margin:20px 0;}
/* 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%;}
}


