.business table {
    margin-top:20px;
    width:100%;
    border-collapse:collapse;
    border-top:3px solid #3a619e;
    border-left:1px solid #dfdfdf;
    margin-bottom:30px;
}

.business th {
    font-size:16px;
    font-family: 'Noto Sans KR';
    padding:10px 7px;
    letter-spacing:-0.6px;
    background:#f3f3f3;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
    color:#595959;
    font-weight:normal;
}


.business td {
    font-size:16px;
    font-family: 'Noto Sans KR';
    padding:10px 7px;
    letter-spacing:-0.6px;
    text-align:center;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
    color:#595959;
    font-weight:normal;
}
.business h2{border-bottom:3px solid #3a619e; padding-bottom:5px; margin-bottom:10px;}
.business p{font-size: 16px; color: #595959; font-weight: 400; letter-spacing: -0.9px; line-height: 1.6;}
.business ul{border:1px solid #ddd; padding:20px; margin-top:20px;}
.business ul li{font-size: 16px; color: #595959; font-weight: 400; letter-spacing: -0.9px; line-height: 1.6; margin-bottom:20px;}
.business ul li:last-child{margin-bottom:0px;}
.business ul li:before{display: inline-block; content: ''; width: 3px; height: 3px; border-radius: 3px; margin-bottom: 3px; margin-right: 10px; background-color: #005596;}
.business img{width:100%; display:block; margin:20px auto; border:1px solid #ddd; max-width:1100px;}

.business .info_box p.cont1{margin-left: 0px;}


/* info_box */

.business .info_box {
    margin:10px 0;
    padding:30px;
    position:relative;
}

.business .info_box h3 {
    font-size:30px;
    font-weight:500;
    letter-spacing:-1px;
    color:#3a619e;
    border-top:1px dashed #ddd;
    margin-bottom:0px;
    padding-top:20px;
}

.business .info_box  h3 img{width:25px; display:inline-block; margin: 15px 5px 0 0; border:none;}


.business .info_box dl {
    font-size:17px;
    font-weight:400;
    letter-spacing:-1px;
    color:#333;
    margin:15px 0;
    overflow:hidden;
        }

.business .info_box dl dt {
    font-size:16px;
    font-weight:500;
    letter-spacing:0px;
    display:inline-block;
    padding:5px 8px;
    border:1px solid #ddd;
    border-radius:15px;
    margin-right:8px;
    float:left;
        width: 119px;
    text-align: center;
}
.business .info_box dl dd{line-height:2.1;}

.business .info_box .info_box img {
    margin:25px 0;
    width:100%;
}

.business .cont9{margin-bottom:1820px;}


@media (max-width: 1199px) and (min-width: 992px){
	.business .info_box dl dt {float:none; margin-bottom:5px;}
    .business .info_box dl dd{margin-left:10px;}
}

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

    .business .cont9{margin-bottom:0px;}
    .business .info_box dl dt {float:none; margin-bottom:5px;}
    .business .info_box dl dd{margin-left:10px;}
}

/* mobile */
@media screen and (max-width:768px){
    .business img{display:block; margin:0 auto;}
    
    .business .info_box {
        padding:20px 5%;
    }

    /* info_box */
    .business .info_box {
        margin:10px 0;
        padding:20px 0;
        position:relative;
    }

    .business .info_box h2 {
        font-size:15px;
    	font-weight:400;
    }
    .business .info_box img {
        width:100%;    
    }
    
    .business .info_box dl dt {float:none; margin-bottom:5px;}
    .business .info_box dl dd{margin-left:10px;     line-height: 1.6;    margin-bottom: 5px;}
}
