
#SE08 {
	width: 100%;
	min-height: 350px;
	background: #f7f7f7;
}
#SE08 .map-container {
	width: 1180px;
	margin: 0 auto;
    font-size: 0;
}
#SE08 .map-container .map {
	width: 100%;
}

#SE08 .map-container .map .area-title {
	width: 100%;
    color: #fff;
    background: #454545;
    z-index: 30;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 85px;
}
#SE08 .map h5 {
	font-size:40px;
	font-weight:300;
	color:#fff;
	text-align:center;
}
#SE08 .map .area-title .main-txt {
    margin-top: .9375rem;
	font-size: 1.5625rem;
	font-weight: 600;
	display: block;
}
#SE08 .map .area-title .sub-txt {
    margin-top: .9375rem;
    font-size: 1.25rem;
    line-height: 1.35;
    display: block;
}
#SE08 .map .area-info {
	width: 100%;
	height: 430px;
	display: table;
	background-color: #454545;
}
#SE08 .map .area-info .info {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
#SE08 .map .area-info .mapinfo {
	display: table-cell;
	width: 70%;
	height: 400px;
}
#SE08 .area-info .info .photo {
	width: 100%;	
}
#SE08 .area-info .info .photo img {
	width: 100%;
	display: block;
}
#SE08 .area-info .info .txt {
	width: 100%;	
	text-align: center;
}

#SE08 .area-info .info .txt .btnwrap {
	margin-top: 20px;
}

#SE08 .map-container .mapinfo .root_daum_roughmap {
    width: 100% !important;
    height: 100%;
}

#SE08 .map-container .mapinfo .root_daum_roughmap .wrap_map {
    height: 400px !important;
}

#SE08 .map-container .mapinfo .root_daum_roughmap .hide {
    display: block !important;
}


#SE08 .btn {
	display :inline-block;
	background: transparent;
	padding:.6rem 1.2rem;
	color:#222;
	background-color: #fff;
	font-size:14px;
	border:none;
	transition: 0.3s ease-in-out;
	border-radius:1rem;
	position:relative;
	margin: 0 5px;
	font-weight: 600;
}
#SE08 .btn-call {
	color:#fff;
	background-color: #19ce60;
}
#SE08 .btn-talk {
	color:rgb(025,025,025);
	background-color: rgb(254,229,000);
}

#SE08 .title {
	color:#fff;
	padding:.8rem 1.2rem;
	background-color: #222;
	border:none;
	border-radius:0;
	cursor:default;
}

@media (max-width:1080px) {
	#SE08 .map-container {
        width: 100%;
    }
}

@media (max-width:767px) {
	#SE08 .map .area-info .info {
		display: block;
		width: 100%;
	}
	#SE08 .area-info .info .photo {
		padding: 5px;
	}
	#SE08 .map .area-info .mapinfo {
		display: block;
		width: 100%;
		height: 300px;
	}
	#SE08 .btn{
		font-size: 12px;
	}
	#SE08 .area-info .info .txt .btnwrap {
		margin-top: 5px;
		margin-bottom: 8px;
	}
}