@import url("http://fonts.googleapis.com/css?family=Playball");
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url("//c.dubuplus.com/inc/css/font/notosans/notosanskr.css"); 
@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");



.bus_box ul {
    border: 1px solid #eee;

    text-align:center;
    
}

.bus_box li {
    width:140px;
    height:60px;
    background:#c80049;
    border-radius:10%;
    border-top:0;
    display:inline-block;
    vertical-align:middle;
    margin:20px 8px;
    text-align:center;
    font-family:'Noto Sans Kr';
    font-size:15px;
    font-weight:500;
    color:#fff;
    letter-spacing:-1px;
    padding-top:13px;
    line-height:1.6;
}
.bus_box .diff2{
	padding-top:6px;
}
.bus_box li:nth-child(even) {
    background:#fff;
    border:4px solid #c80049;
    box-sizing:border-box;
    line-height:1.5;
    color:#444;
}
 .bus_box li em {
    display:block;
    font-size:16px;
    font-weight:700;
     padding:0 5px;
}



.info3 .info3_2{
	margin-bottom:20px;
    width:100%;
    display:inline-block;
}

.info3 .info3_2{
	border-bottom:1px dashed #ddd;
}
.info3 h3{
	border-bottom:1px solid #ddd;
    background: url(/app/dubu_sourcecode/docs/imgs/1487236494_kling.png) no-repeat center top;
    padding-top:40px;
     padding-bottom:10px;
    text-align:center;
	font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.3;
    color: #999999;
    font-family: 'Jeju Gothic', sans-serif;
}
.info3 h3 span{
	font-family: 'Jeju Gothic', sans-serif;
    color: #c80049;
}





.sub_cont2{
	padding-top:20px;
}

.sub_cont2 dl{
    padding:5px 30px;

}
.sub_cont2 dl:last-child{
    border-bottom:0;
  
    padding-bottom:40px;
}
.sub_cont2 dt{
    font-family:'noto sans kr';
    font-size:25px;
    font-weight:500;
    letter-spacing:-1px;
    margin-top:20px;
    line-height:2;
    margin-bottom:10px;
}
.sub_cont2 dt:first-child{
   margin-top:0px;
}
.sub_cont2 dt span{
    color:#ff7200;
    font-family:'noto sans kr';
    font-size:25px;
    font-weight:500;
    letter-spacing:-1px;
}
.sub_cont2 dt:before{
    display:inline-block;
    content:'';
    background:url(/app/dubu_sourcecode/docs/imgs/1487235093_131.png) no-repeat center;
    background-size:contain;
    width:18px; height:18px;
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:5px;
}


.sub_cont2 dd{
font-family:'noto sans kr';
    font-size:15px;
    font-weight:400;
    line-height:1.6em;
    text-align:justify;
    padding:0 10px;
    margin-left:10px;}

.sub_cont2 dd a{
    text-decoration:underline;
font-family:'noto sans kr';
    font-size:15px;
    font-weight:400;
    line-height:1.6em;
    text-align:justify;
}
/*link*/
.link{margin:2% 11% 5% 11%;

}
.link a {
    display:inline-block;
    width:48%;
    padding:3px;
    margin:5px;
    border:1px solid #dfdfdf;
    font:400 13px/1.7em 'Noto Sans KR';
    color:#7a7a7a;
    letter-spacing:-0.5px;
    text-align:center;
    box-shadow: 3px 5px 7px #666;
    border-radius:30px;
    transition:0.8s;

}

.link a:hover {
	background:#c80049;
   transition:0.8s;
}
.link a img{width:100%;
     border-radius:30px;
}

/*pro_txt_img시험장소*/
.pro_txt_img{

}
.pro_txt_img img{
    width:100%;
    margin:2% 0;
}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
.link{margin:2%;
}
.link a {
    display:inline-block;
    width:48%;
    padding:3px;
    margin:5px;
    box-shadow: 3px 5px 7px #666;
}

.link a:hover {
	background:#ff6f15;
}
.link a img{width:100%;}
}

/* mobile */
@media screen and (max-width:768px){
 .sub_cont2 dl{
    padding:0px 0px;

}
  .sub_cont2 .tabble{
	margin:0 0px;
}
 /*link*/
.link{margin:1% 1% 5% 1%;}
.link a {
    display:inline-block;
    width:46%;
    padding:3px;
    margin:5px;
    border:1px solid #dfdfdf;
    font:400 13px/1.7em 'Noto Sans KR';
    color:#7a7a7a;
    letter-spacing:-0.5px;
    text-align:center;
    box-shadow: 3px 5px 7px #666;
}

.link a:hover {
	background:#ff6f15;
}
.link a img{width:100%;}
}
    

}
