.center__info {margin-bottom: 212rem;}
.center__info-title {margin-bottom: 174rem;}
.center__info-content {position: relative;font-size: 0;}
.center__info-content > figure {width: calc(50% - 10rem);border-radius: 20rem;overflow: hidden;}
.center__info-content > figure:nth-child(1) {margin-bottom: 212rem;}
.center__info-content > figure:nth-child(2) {position: absolute;top: 50%;left: 50%;transform: translateY(-50%);}
.center__info-content > figure > img {width: 100%;}

.center__locate {}
.center__locate-title {margin-bottom: 23rem;}
.center__locate-map {margin-bottom: 205rem;}
.center__locate-map-wr {margin-bottom: 35rem;}
.root_daum_roughmap .wrap_map {height: 600rem !important;}
.center__locate-map > p {font-size: 18rem;text-align: center;line-height: 1.4;}
.center__locate-cs {display: flex;align-items: center;justify-content: center;gap: 100rem;}
.center__locate-cs > li {}
.center__locate-cs > li > a {display: flex;align-items: center;gap: 10rem;}
.center__locate-cs > li > a > span {}
.center__locate-cs > li > a > span > svg {vertical-align: middle;}
.center__locate-cs > li > a > span > img {width: 18rem;vertical-align: middle;}
.center__locate-cs > li > a > p {font-size: 16rem;}

@media all and (max-width:1023px) {
    .center__info-content > figure {margin-bottom: 17rem;width: 80%;}
    .center__info-content > figure:nth-child(1) {margin-bottom: 17rem;}
    .center__info-content > figure:nth-child(2) {position: static;transform: translate(0,0);margin-left: auto;}
    .root_daum_roughmap .wrap_map {height: 450rem !important;}
}

@media all and (max-width:660px) {
    .center__info {margin-bottom: 150rem;}
    .center__info-title {margin-bottom: 80rem;}
    .center__info-content > figure {border-radius: 15rem;}
    .center__locate-title {margin-bottom: 20rem;}
    .center__locate-map {margin-bottom: 50rem;}
    .center__locate-map-wr {position: relative;margin-bottom: 20rem;}
    .center__locate-map-wr::after {content: "";display: block;position: absolute; top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
    .center__locate-map > p {font-size: 14rem;}
    .root_daum_roughmap .wrap_map {height: 300rem !important;}
    .root_daum_roughmap .wrap_btn_zoom {display: none !important;}
    .center__locate-cs {flex-direction: column;gap: 12rem;}
}