@charset "utf-8";
/* map page
 * ========================================================================== */
.main {
    background-color: #FFF;
}
.contentsWrap {
	margin: 0 auto;
	width: 100%;
	position: relative;
  padding: 105px 20px 120px;
}
.contents_title {
	margin: 60px 0 64px;
  text-align: center;
}
.contents_title h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
	margin-bottom: 21px;
}
.contents_title p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.img-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
aspect-ratio: 1080 / 649;
	position: relative;
}
.img-wrapper img.map-img {
  width: 100%;
  min-width: 580px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.img-wrapper .compass {
	position: absolute;
	max-width: 45px;
	width: 100%;
	top: 26px;
	right: 50px;
}
.btn-space{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 50px;
}
.map-btn,
.pdf-btn {
  width: 100%;
	max-width: 333px;
}
a.btn{
	height: 60px;
  display: block;
  background: #000;
  font-size: 19px;
  color: #fff;
  transition: all .4s ease-out;
  text-align: center;
	line-height: 60px;
	border-radius: 30px;
}
.pdf-btn a.btn {
	background: #585858;
}
a.btn:hover{
  opacity: .8;
}
@media screen and (max-width: 767px) {
	.img-wrapper .compass {
		top: 15px;
		right: 30px;
	}
}
@media screen and (max-width: 619px) {
	.contentsWrap {
		padding: 68px 20px 60px;
	}
	.contents_title {
		margin: 60px 0 40px;
		text-align: center;
	}
	.contents_title h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.contents_title p {
		font-size: 16px;
	}
	.img-wrapper {
		height: 400px;
		margin-bottom: 34px;
	}
	.img-wrapper img.map-img {
		min-width: 720px;
		width: 720px;
		height: 400px;
		right: calc((619px - 100vw) * -0.35);
	}
	.btn-space {
		flex-wrap: wrap;
		gap: 20px;
	}
	.map-btn,
	.pdf-btn {
		max-width: 222px;
	}
	a.btn {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.img-wrapper .compass {
		top: 5px;
		right: 5px;
		max-width: 40px;
	}
}




