.transport-area {
	position: relative;
	margin: 2em 0;
}
.location-img {
	position: relative;
	z-index: 1;
}
.transport-area a {
	display: block;
	position: absolute;
	left: 536px;
	font-size: 11px;
	font-family: dotum;
	letter-spacing: -1px;
	color: #fff;
	padding: 5px 7px;
	background: #1eb501;
	z-index: 2;
}
.transport-area a:hover,
.transport-area a:focus {
	background-color: #31d212;
}
.transport-area a.seoul {
	top: 2px;
}
.transport-area a.daejeon {
	top: 90px;
}
.transport-area a.gwangju {
	top: 156px;
}
.transport-area a.daegu {
	top: 224px;
}
.transport-area a.busan {
	top: 294px;
}
#content .text-content h4,
#content .text-content ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.lte7 #content .text-content h4,
.lte7 #content .text-content ul {
	display: inline;
}
#content .text-content h4 {
	color: #fff;
	margin: 0 30px 0 0;
	padding: 20px 40px;
	background: #555;
}
#content .text-content ul li {
	line-height: 26px;
}
#content-main img.location-mobile {
	display: none;
}
div.cont div.section.section_address {
	display: none;
}

@media (max-width: 1000px) {
	#content-main img.location-mobile {
		display: block;
	}
	#content-main img.location-img {
		display: none;
	}
	.root_daum_roughmap_landing {
		width: 100% !important;
	}
	.transport-area {
		width: 505px;
		margin: 50px auto;
	}
	.transport-area a {
		left: 120px;
	}
	.transport-area a.seoul {
		top: 366px;
	}
	.transport-area a.daejeon {
		top: 453px;
	}
	.transport-area a.gwangju {
		top: 520px;
	}
	.transport-area a.daegu {
		top: 588px;
	}
	.transport-area a.busan {
		top: 658px;
	}
	div.text-content div.infor {
		width: 505px;
		margin: auto;
	}
	#content .text-content h4 {
		margin: 0 0 10px;
	}
    #content .text-content h4 {
        margin: 0 0 10px;
        width: 124px;
        text-align: center;
    }
}
@media (max-width: 540px) {
	#content-main img.location-mobile {
        width: 400px;
        margin: 0;
    }
    .transport-area a {
        left: 150px;
    }
    .transport-area a.seoul {
        top: 287px;
    }
    .transport-area a.daejeon {
        top: 356px;
    }
    .transport-area a.gwangju {
        top: 409px;
    }
    .transport-area a.daegu {
        top: 463px;
    }
    .transport-area a.busan {
        top: 519px;
    }
	div.text-content div.infor {
        width: 400px;
        margin: 0;
    }
	#content .text-content h4,
	#content .text-content ul {
		display: block;
	}
}
@media (max-width: 430px) {
    #content-main img.location-mobile {
        width: 280px;
    }
    div.text-content div.infor {
        width: 100%;
    }
    div.text-content div.infor span.block {
        display: block;
    }
    .transport-area a {
        left: 80px;
		padding: 4px 7px 5px;
		font-size: 9px;
    }
    .transport-area a.seoul {
        top: 199px;
    }
    .transport-area a.daejeon {
        top: 247px;
    }
    .transport-area a.gwangju {
        top: 285px;
    }
    .transport-area a.daegu {
        top: 322px;
    }
    .transport-area a.busan {
        top: 360px;
    }
	#content .text-content h4 {
		padding: 15px 30px;
	}

}