﻿/* 웹폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/handelgothic-bt');


html,
body {
	width: 100vw;
	width: 100%;
	overflow-x: clip;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-right: 1rem solid transparent;
}

header,
footer,
aside,
main,
section,
article,
nav {
	display: block;
}

font {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}

legend {
	display: block;
	border: none;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}

@supports (-webkit-touch-callout: none) {

	#header #sidebar .inner,
	.main_popup {
		height: -webkit-fill-available;
	}
}

@media (min-width: 1681px) and (max-width: 1800px) {

	/* html,
	body {
		font-size: 58%;
	} */
}

@media (min-width: 1441px) and (max-width: 1680px) {

	/* html,
	body {
		font-size: 56%;
	} */
}

@media (min-width: 1281px) and (max-width: 1440px) {

	/* html,
	body {
		font-size: 54%;
	} */
}

@media (min-width: 1025px) and (max-width: 1280px) {

	/* html,
	body {
		font-size: 51.5%;
	} */
}

@media (min-width: 990px) and (max-width: 1024px) {

	/* html,
	body {
		font-size: 51%;
	} */

	.br_dn {
		word-break: keep-all;
	}

	.br_dn br {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 989px) {

	/* html,
	body {
		font-size: 50%;
	} */

	.br_dn {
		word-break: keep-all;
	}

	.br_dn br {
		display: none;
	}
}

@media (min-width: 501px) and (max-width: 767px) {

	/* html,
	body {
		font-size: 65%;
	} */

	.br_dn {
		word-break: keep-all;
	}

	.br_dn br:not(.mo) {
		display: none;
	}
}

@media (min-width: 351px) and (max-width: 500px) {

	/* html,
	body {
		font-size: 62.5%;
	}
 */
	.br_dn {
		word-break: keep-all;
	}

	.br_dn br:not(.mo) {
		display: none;
	}
}

@media (max-width: 350px) {

	/* html,
	body {
		font-size: 58%;
	}
 */
	.br_dn {
		word-break: keep-all;
	}

	.br_dn br:not(.mo) {
		display: none;
	}
}