/* location */
.location {position: relative; padding: 60px 0 0; overflow: hidden; z-index: 1;}
.location .title-group {padding: 0 20px;}
.location-map {height: 250px; margin-top: 35px;}
.location-map .root_daum_roughmap .wrap_map {height: inherit;}
.location-list {background: url("../img/location_bg.jpg") no-repeat center/cover;}
.location-list li {flex: 1; display: flex; justify-content: space-between; padding: 30px 20px;}
.location-list li + li {border-top: 1px solid rgba(247, 247, 247, .4);}
.location-list .text-group {width: calc(100% - 50px);}
.location-list .text-group em {font-family: 'NanumSquare', sans-serif; font-size: 18px; font-weight: 800; color: #f7f7f7;}
.location-list .text-group p {font-size: 14px; font-weight: 300; line-height: 1.8; color: rgba(247, 247, 247, 0.72); margin-top: 10px;}
.location-list .text-group p + p {margin-top: 5px;}
.location-list .text-group p b {font-weight: 900;}
