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

.bus2 dl {
	margin-bottom:30px;
}

.bus2 dl dt {
    font-size:27px;
    letter-spacing:-1px;
    font-family:'noto sans kr';
    color:#517dce;
    font-weight:bold;
}

.bus2 dl dt img {
    width:30px;
    vertical-align:middle;

}
.bus2 dl dt em {
	font-size:16px;
    color:#222;
}

.bus2 dd {
}

.bus2 dd table {
	width:100%;
    border-collapse:collapse;
    margin:30px auto;
}

.bus2 dd table tr th {
	background:#e5eeff;
    font-size:15px;
    padding:10px;
    color:#3d6cc4;
    border:1px solid #ddd;
}

.bus2 dd table tr td {
	font-size:14px;
    line-height:1.5;
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}
.bus2 dd table tr .bus2_txt {
	text-align:justify;
}

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

/* mobile */
@media screen and (max-width:768px){
    .bus2 dl dt em {
	font-size:14px;
    color:#222;
        text-align:right;
        display:block;
}
    .bus2 dd table tr th {
	background:#e5eeff;
    font-size:12px;
    padding:3px;
    color:#3d6cc4;
    border:1px solid #ddd;
}

.bus2 dd table tr td {
	font-size:12px;
    line-height:1.5;
    padding:3px;
    text-align:center;
    border:1px solid #ddd;
}
}
