@charset "utf-8"; .global_map { margin: 60px auto 0; max-width: 880px; } .global_map__img { display: block; } @media screen and (max-width:1023px) { .global_map__img { display: none; } } .global_map__list { display: flex; flex-direction: column; row-gap: 10px; } @media screen and (min-width:1024px) { .global_map__body { position: relative; } .global_map__list { display: block; } .global_map__item { position: absolute; z-index: 10; } .global_map__item:first-child { bottom: 33%; right: 43%; } .global_map__item:nth-child(2) { top: 36%; right: 17%; } .global_map__item:nth-child(3) { top: 31%; left: 44%; } .global_map__item:nth-child(4) { bottom: 22%; left: 19%; } .global_map__item:nth-child(5) { top: 44%; right: 29%; } .global_map__item:nth-child(6) { top: 36%; left: 10%; } .global_map__item:last-child { bottom: 26%; right: 11.5%; } .global_map__item .m_btn { min-height: auto; padding: 11px 36px 12px 10px; } }