@charset 'utf-8';

.location-box .root_daum_roughmap{width:100%;}
.location-box .root_daum_roughmap .cont{display:none}
.location-box .root_daum_roughmap .wrap_map{width:100%;}

.traffic-wrap{display:flex;}
.traffic-wrap .traffic-box{width:calc(50% - 23px);margin:0 46px 0 0;}
.traffic-wrap .traffic-box:last-of-type{margin:0;}
.traffic-wrap .traffic-box .traffic-con{padding:0 0 48px;}
.traffic-wrap .traffic-box .traffic-con:last-of-type{padding:0;}
.traffic-wrap .traffic-box .location-tit{padding:0 0 48px;font-size:20px;font-weight:bold;color:#005bac;}
.traffic-wrap .traffic-box .location-sub-tit{padding:0 0 12px;font-size:16px;font-weight:bold;line-height:24px;color:#333;}
.traffic-wrap .traffic-box .location-detail{font-size:14px;line-height:20px;}

@media screen and (max-width:1024.98px){
	.location-info{padding:0 0 30px;}
	
	
}
@media screen and (max-width:768px){
	.traffic-wrap{flex-wrap:wrap;}
	.traffic-wrap .traffic-box{margin:0 0 30px;width:100%;}
	.traffic-wrap .traffic-box .location-tit{padding:0 0 28px;}
	.traffic-wrap .traffic-box .traffic-con{padding:0 0 28px;}
}