@font-face {
	font-family: 'Noto Sans KR';
	src: url('../fonts/NotoSansKR-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: url('../fonts/NotoSansKR-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: url('../fonts/NotoSansKR-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Arial, sans-serif;
}

body {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: normal;
}

#footer {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: normal;
}

#footer a {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

#footer small {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

#footer .fsize11 {
	font-size: 12px !important;
	line-height: 1.5 !important;
}

#footer .certified-p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

#topBar .nav>li>a,
#topNav ul.nav>li>a,
#topNav ul.nav>li>a>span,
#topNav ul.dropdown-menu>li>a {
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
.callout h2,
.callout h3,
.callout h4 {
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Arial, sans-serif;
}

section h1,
section h2 {
	font-weight: 700;
}

section h3,
section h4,
.callout h2,
.callout h3,
.callout h4 {
	font-weight: 500;
}

section h5,
section h6,
.recruitment_banner h4 {
	font-weight: 400;
}

section h1.page-heading {
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 32px 0;
}

section h1.home-page-heading {
	font-size: 2.2em;
	line-height: 42px;
	margin: 0 0 32px 0;
}

.consulting-initial {
	color: #0075b6;
	font-size: 1.5em;
	font-weight: 700;
}

.fullwidthbanner .tp-caption {
	font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Arial, sans-serif;
}

.fullwidthbanner .tp-caption.block_black {
	background-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
	outline: 2px solid currentColor !important;
	outline-offset: 3px !important;
}

@media only screen and (min-width: 480px) and (max-width: 990px) {
	.fullwidthbanner .tp-caption.slider-caption-fit-mobile {
		font-size: 3.8vw !important;
	}
}

@media only screen and (max-width: 479px) {
	.fullwidthbanner .tp-caption.slider-caption-fit-mobile {
		font-size: 14px !important;
	}
}
