@charset "UTF-8";
.korMap{
	display: flex;
	justify-content: center;
	margin:30px 0;
	margin-bottom:60px;
	border-bottom:1px solid #eeeeee;
	padding-bottom:60px;
}
.korMap > section{
	margin:0 30px;
}
.korMap_left{
	height:637px;
	width:351px;
	position: relative;
}
.korMap_right{
	width:500px;
	border:1px solid #eeeeee;
}

.korMap_left path {
    stroke: #000;
    stroke-width: 0.5;
    cursor: pointer;
}
.korMap_left text {
    font-size: 10px;
}

.serviceArea{
	display: flex;
	justify-content: center;
	flex-direction:column;
	padding:15px 10px;
	border-bottom:1px solid #eeeeee;
	background-color: #f8f8f8;
	font-size:0.9rem;
}
.serviceArea > article:first-child{
	text-align: center;
	font-size:1.3rem;
	font-weight:700;
	margin-bottom:20px;
	position: relative;
}
.serviceArea > article:first-child ~ article{
	border-bottom:1px dotted #dcdcdc;
	padding:5px 0;
}
.serviceArea > article:first-child:before{
    content: "";
    position: absolute;
    width:200px;
    height:5px;
    background-color: #eeeeee;
    bottom:-5px;
    left: 50%;
    transform: translateX(-50%);
}
.do_map_wrapper{
	display: flex;
	justify-content: center;
	width:100%;
	border-bottom:1px solid #eeeeee;
	padding:10px 0;
	height:280px;
}
.senterAddr{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	flex-direction: column;
	padding:10px 0;
	font-size: 0.9rem;
	text-align: center;
}