@charset "utf-8";
/* CSS Document */

.map {width:100%;}
.map .innermap{ width:100%;}
.map .innermap .wrap_map { border:solid 1px #e3e3e3; height:32.5rem;}
.root_daum_roughmap .wrap_controllers { border:0 !important; background: none !important;}
.root_daum_roughmap .wrap_controllers .tit_controllers { display: none;}
.sub-local .sub-hd-bg{background-image:url(../img/about/sub-hd-location.png)}
.map-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:relative}
.map-area{}
.map-wrap .location-info{width:100%;height:auto;background:#101010;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem;padding:20px 24px;box-shadow:0 40px 30px #0000001A; z-index: 5;}
.map-wrap .location-info h4{font-size:20px;line-height:1.444; color:#fff;}
.map-wrap .location-info h4 img { width:90%;}
.location-dsc{margin-top:3.5rem;font-size:1rem}
.location-dsc dl+dl{margin-top:1.6rem;}
.location-dsc dl dt{margin-bottom:.5rem; color:#222}
.list-branch{height:32.5rem;overflow-y:auto;padding:1.25rem;border:1px solid #E5E5E5}
.list-branch a{display:block;position:relative}
.list-branch h6{font-size:1.125rem;margin-bottom:0.313rem}
.list-branch li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:7.5rem;border-bottom:1px solid #E5E5E5}
.list-branch li .active h6{color:#E52F42}
.list-branch li a.active::after{content:"";position:absolute;width:3px;height:3.75rem;left:-1.25rem;top:50%;transform:translateY(-50%);background:#E52F42}
.location-tel{margin:7.188rem auto 0;max-width:83.33334%}
.location-tel li{padding:1.875rem 0;border-bottom:1px solid #e5e5e5}
.location-tel li>*{padding:1.25rem 0}
.location-tel li:last-of-type{border-bottom:none}
.location-tel li h5{flex:1;margin-left:auto;font-size:1.75rem}

@media (min-width:1720px){
	.map-wrap .location-info{width:18.75rem;height:18.75rem;left:5.625rem;bottom:-9.375rem}
	.location-tel li{display:flex;align-items:flex-start}
	.location-tel .tel-dsc{flex:0 0 58.333333%;max-width:58.333333%}
	.map-wrap .location-info{position:absolute;width:17rem;height:17rem;left:4rem;bottom:-9.375rem;padding:2.5rem 1.875rem}
	.map-wrap .location-info h4{margin-top:auto;font-size:2rem}
	.location-dsc{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;margin-left:auto}
	.location-dsc dl{display:-ms-flexbox;display:flex}
	.location-dsc dl dt{flex:0 0 15%;margin-bottom:0}
}
@media (max-width:1720px){
	.map-wrap .location-info h4 { margin-top:20px;}
	.map-wrap .location-info h4 img {max-width:150px}
}



@media (max-width:767px){
	.map-wrap .location-info { display: none;}
	.location-dsc{margin-top:1rem;}
	.map .innermap .wrap_map { height:100vw;}
}