@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");


.sub3_1{
	padding:0 10px;
    font-size: 16px;
    line-height: 1.64;
    color: #666;
}

.sub3_1 > div h2 {margin-bottom:20px;margin-left:-15px;
	font:300 31px 'Noto Sans KR';letter-spacing:-0.05em;color:#555;
    padding: 15px 0 0 10px;
}
.sub3_1 > div h2 b {color:#1194e3;}
.sub3_1 > div h2:after {content:'';display:inline-block;width:13%;height:2px;margin-left:10px;
    vertical-align:middle;
	background-color:#333;}

.sub3_1 h3{
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333;
    border: 1px solid #858585;
    background: #e2e2e2;
    padding: 5px;
    padding-left: 15px;
    border-radius: 0 25px 0 25px;
    margin-bottom: 20px;
}


.sub3_1 .info_box ul {
    overflow:hidden;
    margin-top:20px;
}

.sub01{margin-bottom:40px;}
.sub01 .img_leading img{max-width:830px; width:100%; margin:15px 0; }
.sub01 p + p {margin-top:15px;}
.sub01 p strong {
	font-size:1.3em;font-weight:500;letter-spacing:-0.04em;color:#42c582;}

.sub3_1 .info_box {margin-bottom:40px;}
.sub3_1 .info_box li {
    float: left;
    width: 48%;
    margin:1%;
    text-align:left;
}

.sub3_1 .info_box li img{
    width:100%;
    max-width:400px;
    height:280px;
    display:block;
    margin:0 auto 20px;
}

.sub3_1 .sub01 dl dt{font-weight:bold; font-size:18px;}
.sub3_1 .sub01 dl dt .h2_img{
    display:inline-block;
    width:30px;
}
.sub3_1 .sub01 dl dt .h2_img img{
    width:100%;
    height:30px!important;
}

.sub3_1 .sub01 dl p{margin-left:33px;}
.sub3_1 .sub01 dl dd {margin-left:33px;}
.sub3_1 .sub01 dl dd:before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #7e7e7e;
    border-radius: 50%;
    vertical-align: middle;
}
.sub3_1 .sub01 .img_features img {
    max-width:830px;
    width:100%;
    text-align:center;
    padding:20px 0 40px 0;
}

.sub3_1 .sub01 .step{margin:20px 0 0px 0; text-align:center; }
.sub3_1 .sub01 .step li{display: inline-block;}
.sub3_1 .sub01 .step li img{}

.sub01 table {
    width:100%;
    border-collapse:collapse;
    border-top:2px solid #31aad1;
    border-left:1px solid #dfdfdf;
    margin:30px 0 60px 0;
}

.sub01 th {
    font-size:16px;
    padding:10px 7px;
    letter-spacing:-0.6px;
    background:#f3f3f3;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
}


.sub01 td {
    font-size:16px;
    padding:10px 15px;
    letter-spacing:-0.6px;
    text-align:left;
    border:1px solid #dfdfdf;
    border-width:0px 1px 1px 0;
}

.sub01 .location_info .map{margin:20px 0 30px 0;}
.sub01 .location_info .map dt{
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    vertical-align: middle;
    padding: 3px 0;
    background-color: #16acc7;
}
.sub01 .location_info .map dd.num:before {display: none;}

/* mobile */
@media screen and (max-width:768px){
    .sub3_1 .info_box li {
        float: none;
        width: 100%;
        height:auto;
        max-width:362px;
        display:block;
        margin:0 auto;
    }
    .sub3_1 .sub01 .step li img{
        float: none;
        width: 100%;
        max-width:291px;
        display:block;
        margin:0 auto;
    }
}
/*중앙정렬*/
.img_features,
.img_leading{
	text-align: center;
}




