:root {
	--donghee-blue: #005bac;
	--donghee-blue2: #2069a8;
	--donghee-red: #e60012;
	--donghee-red2: #ff3445;
	--donghee-red3: #fc959d;
}

@font-face {
	font-family: "simple-line-icons";
	src: url("/assets/fonts/Simple-Line-Icons.eot?v=2.4.0");
	src: url("/assets/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("/assets/fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"),
		url("/assets/fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("/assets/fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"),
		url("/assets/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cat-north";
	src: url("/assets/fonts/CAT\ North.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	outline: none;
}

ul {
	padding: 0;
	list-style: none;
}

html,
body {
	height: 100%;
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
}

body {
	display: flex;
	flex-direction: column;
}

main {
	padding-top: 70px;
	flex: 1;
}

.banner {
	width: 100%;
	height: 150px;
	text-align: center;
}

.banner > p {
	color: white;
	font-weight: bold;
	font-size: 2rem;
	margin: 0 auto;
	padding-top: 55.5px;
}

.backdrop {
	position: fixed;
	display: none;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.mobile-nav {
	display: none;
	position: fixed;
	z-index: 201;
	top: 0;
	right: 0;
	background: white;
	width: 60%;
	height: 100%;
}

.accordion-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#accordion a {
	background-color: rgb(245, 245, 245);
	text-decoration: none;
	display: block;
	padding: 0.5rem 1rem;
	border: 0.3px solid #d3d3d3;
	font-family: "Montserrat", sans-serif;
}

#accordion div {
	padding: 0;
	border-radius: 0;
}

#accordion a:after {
	font-family: "simple-line-icons";
	font-size: small;
	font-weight: bold;
	content: "\e606";
	text-align: right;
	float: right;
	padding-top: 3px;
	margin-right: -13px;
}

#accordion h3 {
	background: none;
	border-radius: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.main-header {
	position: fixed;
	display: flex;
	justify-content: center;
	background-color: white;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 70px;
	z-index: 100;
}

.main-header > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}

.main-header > div:first-child {
	margin-right: auto;
}

.main-header > div:nth-child(3) {
	width: 174px;
}

.main-header__brand {
	text-decoration: none;
	color: var(--donghee-blue);
}

.main-header__brand > img {
	display: block;
}

.main-header__brand > span {
	font-family: "cat-north", "Montserrat", sans-serif !important;
	font-size: 22px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	display: block;
}

.main-nav__dropdown {
	display: none;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 300px;
	margin-top: 70px;
	z-index: 50;
}

.main-nav {
	display: none;
}

.main-nav__items {
	margin-top: 0;
}

.main-nav__item {
	text-align: center;
	flex: 1 1 0px;
	width: 120px;
}

.main-nav__item:hover > a {
	border-radius: 1rem;
	background-position: bottom;
	color: white;
}

.main-nav__item > a,
.main-nav__lang > a {
	font-weight: bold;
	padding: 0.5rem;
	line-height: 70px;
	text-align: start;
	cursor: pointer;
	background: linear-gradient(to top, var(--donghee-blue) 50%, white 50%) top;
	background-size: 100% 200%;
	transition: 0.2s ease-in-out;
}

.main-nav__item > ul a:hover {
	color: var(--donghee-blue);
	text-decoration: underline;
}

.main-nav__item > ul {
	margin-top: 4px;
	height: 290px;
	display: none;
	font-weight: normal;
	overflow: visible !important;
}

.main-nav__item li {
	margin-top: 16px;
}

.main-nav__item a {
	text-decoration: none;
	color: black;
	user-select: none;
}

.main-nav__language:before,
.mobile-nav__language:before {
	font-family: "simple-line-icons";
	content: "\e037";
	padding-right: 8px;
}

.main-nav__language {
	color: black;
	text-decoration: none !important;
	font-weight: bolder;
}

.main-nav__language:hover {
	color: var(--donghee-blue);
}

.mobile-nav__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
}

.mobile-nav__header > a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.mobile-nav__close:before {
	font-family: "simple-line-icons";
	font-size: 24px;
	content: "\e082";
}

.nav-breadcrumbs {
	width: 95%;
	margin: auto;
	display: none;
}

.nav-breadcrumbs > ul {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	font-size: 1.2rem;
}

.nav-breadcrumbs a {
	text-decoration: none;
	color: black;
}

.nav-breadcrumbs a:hover,
.nav-breadcrumbs a:active {
	color: var(--donghee-blue);
}

.nav-breadcrumbs a::after {
	font-family: "simple-line-icons";
	content: "\e606";
	margin-left: 1rem;
	font-size: 0.8rem;
	color: black;
}

.toggle-button {
	margin-left: auto;
	border: none;
	background-color: white;
	font-size: 30px;
}

.footer {
	z-index: 100;
}

.main-footer {
	display: flex;
	justify-content: center;
	height: 110px;
	background-color: var(--donghee-blue);
	width: 100%;
	padding: 8px;
	justify-self: flex-end;
}

.whistleblowing > a {
	text-decoration: none;
	color: white;
}

.main-footer nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 16px;
}

.main-footer nav > a {
	display: flex;
	justify-content: center;
}

.main-footer__logo {
	width: 128px;
}

.main-footer__list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: white;
	line-height: 20px;
}

.main-footer__list p {
	margin: 0;
	font-size: 0.8rem;
	margin-left: 1rem;
}

.main-footer__social {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin: 6px 0;
}

.main-footer__social a {
	text-decoration: none;
	outline: none;
	font-size: 1.5rem;
	color: white;
}

.main-footer__social a:hover {
	transition: color 0.3s ease-in-out;
	color: var(--donghee-red);
}

@media (min-width: 36rem) {
	.banner {
		height: 300px !important;
	}

	.banner > p {
		font-size: 4rem !important;
		padding-top: 111px !important;
	}
}

@media (min-width: 40rem) {
	.main-footer__social {
		flex-direction: row;
		gap: 48px;
	}

	.nav-breadcrumbs {
		display: block;
	}
}

@media (min-width: 65rem) {
	.main-header > div:first-child {
		margin-right: 0;
	}

	.main-nav {
		margin: auto;
		display: flex;
		align-items: center;
	}

	.main-nav__items {
		display: flex;
		align-items: flex-start;
		gap: 2rem;
	}

	.toggle-button {
		display: none;
	}

	.main-footer nav {
		width: 70%;
	}
}
