@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.oft) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.oft) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.oft) format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap');
@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
/* html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6, 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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 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%;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;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

html,
body {
	font-family: 'Noto Sans KR', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

header,
footer,
section,
article,
div,
table,
ul,
ol,
a,
button,
form,
input,
select,
textarea,
em,
i,
p,
dl,
dt,
dd,
span,
strong {
	font-family: 'Noto Sans KR', sans-serif;
}

table {
	border-collapse: collapse;
	width: 100%;
}

ul,
ol {
	list-style: none;
}

form,
fieldset,
img {
	border: 0;
}

button {
	cursor: pointer;
	background: none;
}

a {
	color: #333;
	font-size: inherit;
	text-decoration: none;
	transition: all ease-in-out .3s;
}

a:hover,
a:active,
a:visited,
a:focus {
	color: inherit;
	text-decoration: none;
}

input,
select,
textarea,
button {
	color: #333;
	font-size: inherit;
	border: 0;
	font-family: 'Noto Sans KR', sans-serif;
}

textarea {
	width: 100%;
	resize: none;
}

textarea[readonly] {
	cursor: default;
}

iframe {
	width: 100%;
	/* height:auto; */
	border: 0;
}

sup {
	font-size: 0.7em;
}

.cf:after {
	display: block;
	content: '';
	clear: both;
}

.hide {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0 0 0 0);
}

.font-roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

.font-roboto * {
	font-family: 'Roboto Condensed', sans-serif;
}

.font-mont {
	font-family: 'Montserrat', sans-serif;
}

.mgroup .intl-tel-input {
	width: 100px;
	float: left;
}

.mgroup #mobile {
	width: calc(100% - 100px);
}

/* input[type=checkbox], input[type=radio]{
	margin: 0px;
} */
.intl-tel-input .country-list .country.highlight {
	gap: 0;
	display: block;
}