/* common */
.location br:not(.space) {display: none;}
.location br.space{display: block;}
.location .title-area {text-align: center;}
.location.sub .title-area .title {font-size: 30px; font-weight: 700; color: #494e66; text-transform: uppercase; margin-bottom: 35px;}
.location.sub .title-area .title::before {content: ''; display: block; width: 25px; height: 30px; background: url("../img/title_obj_sub.png") no-repeat center/contain; margin: 0 auto;}
.location .title-area .desc {font-size: 18px; font-weight: 300; color: #494e66; line-height: 2;}
.location .title-area .desc strong {font-weight: 700; font-size: 24px; line-height: 1.5;}

/* location */
.location {overflow: hidden;}
.location .inner {padding: 60px 0 0; display: flex; flex-direction: column;}
.location .group-title {order: 0;}
.location-map {order: 2;}
.location-map .map-item {height: 300px;}
.location-map .map-item .root_daum_roughmap .wrap_map {height: inherit;}
.location .group-address {order: 1;}
.location .group-address .address-list {background: url("../img/loca_bg.jpg") no-repeat center/cover; padding: 60px 20px;}
.location .group-address .address-item {flex: 1;}
.location .group-address .address-item + .address-item {margin-top: 30px;}
.location .address-list .title {font-family: 'NanumSquareExtraBold'; font-size: 18px; color: #f7f7f7;}
.location .address-list .title::before {content: ''; display: inline-block; width: 29px; height: 29px; background-repeat: no-repeat; background-position: center; margin-right: 20px; vertical-align: middle;}
.location .address-list .address-item:nth-child(1) .title::before {background-image: url("../img/loca_icon1.png");}
.location .address-list .address-item:nth-child(2) .title::before {background-image: url("../img/loca_icon2.png");}
.location .address-list .address-item:nth-child(3) .title::before {background-image: url("../img/loca_icon3.png");}
.location .address-list .desc-area {margin-top: 5px; padding-left: calc(29px + 20px);}
.location .address-list .desc {font-size: 14px; font-weight: 300; line-height: 1.7; color: rgba(247, 247, 247, .72);}
.location .address-list .desc span {font-weight: 900; margin-right: 3px;}
