/*cl4_sec01*/
#cl4_sec01 {	
	padding: 100px 0;
	background-color: #f7f7f7;
}
#cl4_sec01 .sub_tit h1 span {
	font-size: 60px;
	line-height: 1.3em;
	color: #393738;
	display: inline-block;
	font-weight: 600;
	position: relative;
}
#cl4_sec01 .sub_tit h1 span:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #393738;
}
#cl4_sec01  ul li {
	font-size: 15px;
    line-height: 32px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 15px 0;
}
#cl4_sec01  ul li span {
	font-size: 18px;
    line-height: 32px;
    color: #333;
	display: block;
	position: relative;
	padding-left: 13px;
	font-weight: 600;
}
#cl4_sec01  ul li span:before {
	content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffc000;
    top: 12px;
    left: 0;
}
@media (max-width:768px){	
	#cl4_sec01 {	
		padding: 30px 0;
	}
	#cl4_sec01 .sub_tit h1 {
		margin-bottom: 15px;
	}
	#cl4_sec01 .sub_tit h1 span {
		font-size: 30px;
	}
	#cl4_sec01  ul li {
		font-size: 13px;
		line-height: 20px;
	}
	#cl4_sec01  ul li span {
		font-size: 14px;
		line-height: 25px;
	}
	#cl4_sec01 .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/*dj_location*/
.dj_location .root_daum_roughmap .wrap_controllers {
    display: none;
}
.dj_location .root_daum_roughmap .wrap_map {
    height: 500px !important;
}
@media (max-width:768px){	
	.dj_location .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/*infobox*/
.infobox {
    font-size: 17px;
    line-height: 1.4em;
}
.infobox > div {
    display: inline-block;
    padding: 0px 5px;
}
.infobox span {
    display: inline-block;
    padding: 5px 15px;
    line-height: 1em;
    font-weight: bold;
    border-radius: 30px;
    background-color: #333;
    color: #fff;
}
@media (max-width:768px){
    .infobox {
        font-size: 14px;
    }
}


/*table_type1*/
.table_type1 {
    border-color: #ddd;
}
.table_type1 thead tr th,
.table_type1 thead tr td,
.table_type1 tbody tr th,
.table_type1 tbody tr td {
    font-size: 16px;
    line-height: 1.4em;
    color: #1e1e1e;
    padding: 15px;
    vertical-align: middle;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #aaa;
}
.table_type1 thead tr th,
.table_type1 thead tr td,
.table_type1 tbody tr th{
    text-align: center;
}
.table_type1 tbody tr td {
    text-align: left;
}
.table_type1.text-center tbody tr td {
    text-align: center;
}
.table_type1 thead tr th {
    background-color: #6e2f8e;
    word-break: keep-all;
    color: #fff;
    font-size: 1.2em;
}
.table_type1 tbody tr th {
    background-color: #fcfcfc;
}
.table_type1 tbody tr.impt th,
.table_type1 tbody tr.impt td {
    background-color: #faf4ff;
}
@media (min-width:769px){
    .table_type1.text-center tbody tr td {
        word-break: keep-all;
    }
}
@media (max-width:768px){
    .table_type1 tbody tr:nth-child(even) th,
    .table_type1 tbody tr:nth-child(even) td{
        background-color: #fcfcfc;
    }
    .table_type1 thead tr th,
    .table_type1 thead tr td,
    .table_type1 tbody tr th,
    .table_type1 tbody tr td {
        font-size: 13px;
        padding: 8px 10px;
    }
}
/*timetable*/
.timetable {
    max-width: 600px;
    margin: 40px auto;
}
@media (max-width:768px){
    .timetable {
        margin: 20px auto;
    }
}