p + .map-content { margin-top: 53px; }
.article .map-content iframe { max-width: 100%; }


.map-content { position: relative; }
.popup-map-wrap { /*height: 560px;*/ width: 400px; position: absolute; right: 10px; /*top: 20px;*/ height: 600px; top: 0; overflow: hidden; }
.popup-map-wrap .swiper-wrapper {  }
.popup-map-wrap .swiper-slide:first-child { margin-top: 20px; }
.popup-map-wrap .swiper-slide:last-child { margin-bottom: 20px; }

.popup-map-card { background: #FFFFFF; border-radius: 10px; padding: 26px 30px 30px 30px; box-sizing: border-box; overflow: hidden; }
.popup-map-card:hover { box-shadow: 0px 10px 30px 0px rgba(140, 87, 252, 0.20); }
.place-map-active .popup-map-card { /*background: #F9F7FF;*/ box-shadow: 0px 10px 30px 0px rgba(140, 87, 252, 0.20); border: 2px solid #F1795C; padding: 24px 28px 28px 28px; }

.popup-map-card .location { font-size: 14px; font-weight: 500; line-height: 20px; }
.popup-map-card h4 + .location { margin-top: 9px; }
.popup-map-card .date { color: rgba(0, 0, 0, 0.40); font-size: 14px; line-height: 20px; }
.popup-map-card .buy_link + .date { margin-left: 20px; }
.popup-map-card .buy_link { background: #8C57FC; color: #fff; width: 120px; min-width: 120px; box-sizing: border-box; 
cursor: pointer; padding: 5px; border-radius: 25px; font-size: 14px; line-height: 20px; font-weight: 600;
height: 30px; display: flex; justify-content: center; align-items: center; }
.popup-map-card .buy_link:hover { background: #7047C9; }

.datepay { display: flex; align-items: center; margin-top: 20px; }

.popup-map-wrap .swiper-slide { height: auto !important; }
.popup-map-wrap .swiper-initialized { height: 100%; width: 100%; padding: 0 30px; box-sizing: border-box; }

.map-content + .label__list,
.map-content + script + .label__list { margin-top: 60px; }

h2 + .map-content { margin-top: 43px; }

@media (max-width: 760px) {
	.map-content { margin-left: -20px; margin-right: -20px; }
	
	.popup-map-wrap .swiper-slide { width: auto !important; }
	
	.popup-map-wrap { height: auto; width: 100%; right: 0px; left: 0px; top: auto; bottom: 0px; box-sizing: border-box; }
	.popup-map-wrap .swiper-initialized { padding: 30px 0; }
	
	.popup-map-card { width: 280px; height: 100%; }
	.popup-map-wrap .swiper-slide:first-child { margin-left: 20px; margin-top: 0; }
	.popup-map-wrap .swiper-slide:last-child { margin-right: 20px; margin-bottom: 0; }
	
}
