html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.responsive-svg {
	display: none;
	width: 100%;
	height: auto;
}

/* ±âº» ÀÌ¹ÌÁö ¼³Á¤ */
.responsive-svg.pc {
	display: block;
}

/* È­¸éÀÌ 678px ÀÌÇÏÀÏ ¶§ ÀÌ¹ÌÁö º¯°æ */
@media (max-width: 678px) {
	.responsive-svg.pc {
		display: none;
	}
	.responsive-svg.mobile {
		display: block;
	}

	.link-overlay {
        display: block;
        position: absolute;
        width: calc(28% - 10px);
        height: calc(1% - 10px);
        left: 20%;
        top: 99%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

	.link-overlay a {
		z-index: 20;
	}

	.link-overlay2 {
        display: block;
        position: absolute; 
        width: calc(45% - 10px);
        height: calc(1% - 10px);
        right: 5.2%;
        top: 98.6%;
        z-index: 10;
    }

	.link-overlay2 a {
		z-index: 20;
	}

}
@media (min-width: 679px) {
	.link-overlay {
		display: block;
		position: absolute;
		width: calc(15% - 10px); /* ¸µÅ© ¿µ¿ªÀÇ ³Êºñ */
		height: calc(1% - 10px); /* ¸µÅ© ¿µ¿ªÀÇ ³ôÀÌ */
		/* ÁÂÇ¥°ªÀ» ¿øÇÏ´Â À§Ä¡¿¡ ¸Â°Ô Á¶Á¤ */
		left: 13%; /* ÁÂÇ¥ÀÇ ¿ÞÂÊ À§Ä¡ */
		top: 98.8%; /* ÁÂÇ¥ÀÇ »ó´Ü À§Ä¡ */
		transform: translate(-50%, -50%); /* °¡¿îµ¥ Á¤·ÄÀ» À§ÇÑ transform */
		z-index: 10;
	}

	.link-overlay a {
		z-index: 20;
	}



	.link-overlay2 {
		display: block;
		position: absolute;
		width: calc(20% - 10px); /* ¸µÅ© ¿µ¿ªÀÇ ³Êºñ */
		height: calc(1% - 10px); /* ¸µÅ© ¿µ¿ªÀÇ ³ôÀÌ */
		/* ÁÂÇ¥°ªÀ» ¿øÇÏ´Â À§Ä¡¿¡ ¸Â°Ô Á¶Á¤ */
		right: 5.8%; /* ÁÂÇ¥ÀÇ ¿ÞÂÊ À§Ä¡ */
		top: 98.5%; /* ÁÂÇ¥ÀÇ »ó´Ü À§Ä¡ */
		z-index: 10;
	}

	.link-overlay2 a {
		z-index: 20;
	}


}
/* ·Îµù ¾Ö´Ï¸ÞÀÌ¼Ç ½ºÅ¸ÀÏ */
.loading-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #acadae; /* ¿øÇÏ´Â ¹è°æ»öÀ¸·Î º¯°æ */
	z-index: 1000; /* ´Ù¸¥ ¿ä¼Òµé À§¿¡ Ç¥½ÃµÇµµ·Ï ¼³Á¤ */
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.map-container {
	position: relative;
	width: 100%;
	margin: 0 auto; /* °¡¿îµ¥ Á¤·ÄÀ» À§ÇÑ ¿¹½Ã ½ºÅ¸ÀÏ */
}

