@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');
}


/*bus2*/

.bus2 {

}


/* bus2_box */

.bus2 {

    margin:0 auto 30px;
    overflow:hidden;
}

.bus2 p {
	font-family:'Nanum Gothic';
    font-size:15px;
    font-weight:500;
    letter-spacing:-1px;
    line-height:1.7;
    color:rgba(0,0,0,0.9);
    padding:10px 5px;
}

.bus2 h5 {
	font-size:18px;
    font-family:'Youth';
    font-weight:400;
    letter-spacing:-1px;
    line-height:1.2;
    color:#0b41a3;
    padding-left:25px;
    background:url(/app/dubu_sourcecode/docs/imgs/1449466502_info_img2.png) left 0 no-repeat;
    background-size:20px 20px;
    margin:10px 0;
}



/* qna */

.bus2 .qna {
    margin:20px 5px;
    padding:10px;
	border:1px solid #ddd;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow:2px 2px 3px #ddd;
    font-size:10px;
    font-family:'Youth';
    font-weight:800;
}

.bus2 .qna p {
	 margin-left:30px;
}

.bus2 .qna span {
    margin-right:5px;
    padding:2px 6px;
    border-radius:50%;
    color:#fff;
    margin-left:-30px;
}

.bus2 .q_color span {
	background:#2c3383;
}

.bus2 .q_color{
	font-family:'Youth';
}

.bus2 .a_color span {
	background:#9ac4ff;
}

.bus2 .a_color strong {
	color:#cf0000;
}

.bus2 .qna .q_color {
	border-bottom:1px dashed #ccc;
}

.bus2 dl {
    width:97%;
    margin:30px auto;
    display:inline-block;
}

.bus2 dl dt {
    font-size:17px;
    line-height:1.5;
    letter-spacing:-1px;
    font-weight:bold;

}

.bus2 dl dt span {
	background:#2c3383;
    border-radius:50%;
    padding:3px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    font-family:'Youth';
    margin-right:5px;
}

.bus2 dd {
	font-size:14px;
    line-height:1.5;
    margin-bottom:20px;
    padding:10px 40px;
    border-bottom:1px dashed #ddd;
    background-color:#eee;
    border-radius:30px 0 30px 0;
}

.bus2 .bus2_tit {
	margin-bottom:13px;
}

.bus2 dd ul {
}

.bus2 dd ul li {
	padding:5px 0;
    
}

.bus2 dd ul li em {
	font-size:13px;
    
}

.bus2 dd ul li span {
	display:block;
    font-weight:bold;
}

.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;
}


}
