@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@font-face{
 font-family:'Youth';
 src:url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
     url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
}


.bus {
}

.bus h3 {
	font-size:15px;
    line-height:1.6;
    border:2px solid #eee;
    background-color:#eee;
    padding:15px;
}

.bus h3 span{
	font-size:17px;
    letter-spacing:-1px;
    line-height:1.5;

    display:block;
}

.bus .bus_img {
	width:100%;
    max-width:832px;
    display:block;
    margin:0 auto;
}

.bus dl {
    margin:30px 0;
    width:100%;
    display:inline-block;
    
}

.bus dl dt {
    font-size:20px;
    color:#2c3383;
    font-weight:bold;
    letter-spacing:-1px;
    margin-bottom:5px;
}

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

}

.bus dd {
	font-size:15px;
    line-height:1.7;
    padding:50px;
    background-color:#eee;
    text-align:justify;
    border-radius:30px 0 30px 0;
    box-shadow:4px 4px 4px #ddd;
    padding:10px 20px;
    position:relative;
}

.bus dd span {
	display:block;
    font-weight:bold;
    margin:5px 0;
}

.bus dd strong {
	color:#cf0000;
    display:block;
}
.bus dd p    {
	padding:10px 0;
}
    
.bus ul {
    width:100%;
    display:inline-block;
}

.bus ul li {
	width:31%;
    float:left;
    margin:1%;
    text-align:center;
    border:2px solid #a5d1ff;
    padding:10px;
    font-size:14px;
    background:#cae4ff;
    line-height:1.5;
}

.bus ul .bus_box {
	height:60px;
}

.bus ul li span {
	display:block;
    color:#cf0000;
    font-weight:bold;
}



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

/* mobile */
@media screen and (max-width:768px){
    .bus ul li {
    width:100%;
        float:none;
        margin-left:0;
    }
    
    .bus ul .bus_box {
    	height:inherit;
    }
}

.bus2_2 table {
	width:100%;
    margin:30px auto 10px;
    border-top:2px solid #2c3383;
    border-collapse:collapse;
}

.bus2_2 table tr th {
	background:#e0e3ff;
    font-size:14px;
    padding:10px 5px;
    border:1px solid #fff;
}

.bus2_2 table tr td {
	font-size:14px;
    line-height:1.5;
    text-align:center;
    padding:10px 5px;
    border:1px solid #ddd;
}

.bus2_2 table tr td ul {
    padding-left:10px;
    background:none;
}

.bus2_2 table tr td ul li {
	padding:3px 0;
    text-align:left;
}

.bus2_2 table tr td ul li span {
	display:block;
    font-weight:bold;
}

.bus2_2 ul {
	background-color:#eee;
    padding:10px;
    
}
.bus2_2 ul li {
	font-size:14px;
    line-height:1.5;
    padding:5px 0;
}

.bus2_2 ul li strong {
	color:#2c3383;
}


/* tablet */
@media screen and (min-width:651px) and (max-width:991px){
        .bus2_2 table tr th {
	background:#e0e3ff;
    font-size:13px;
    padding:10px 5px;
    border:1px solid #fff;
}

.bus2_2 table tr td {
	font-size:13px;
    line-height:1.5;
    text-align:center;
    padding:10px 0;
    border:1px solid #ddd;
}
}

/* mobile */
@media screen and (max-width:650px){
    .bus2_2 table tr th {
	background:#e0e3ff;
    font-size:12px;
    padding:10px 5px;
    border:1px solid #fff;
}

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

    a{color:blue;}
    
}
