@import url('/fonts.googleapis.com/css2?family=Montserrat&display=swap');
html {
	font-family: sans-serif;
	line-height: 1.15;
}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 13px/1.3em Arial, sans-serif;
}
*, *:before, *:after {
	box-sizing: border-box;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a, a:hover, a:active, a:visited, a:focus {
	color: inherit;
	text-decoration: none;
	outline-width: 0
}

p {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}
b, strong {
	font-weight: bolder;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	border: 0;
}

ul, ol {
	margin: 15px 0 20px 20px;
	padding-left: 0;
	list-style-type: none;
}
ul li ul, ul li ol, ol li ol, ol li ul {
	margin: 3px 0 3px 18px;
}
ul li {
	margin-bottom: 10px;
	position: relative;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: left;
}
li::before {
	content: "\25CF";
	position: absolute;
	color: #000;
	font-size: 12px;
	top: -2px;
	left: -19px;
}

.wrapper {
	-moz-box-shadow: 0 0 26px #666;
	-webkit-box-shadow: 0 0 26px #666;
	box-shadow: 0 0 26px #666;
	max-width: 850px;
	margin: 20px auto;
	position: relative;
}

.logo {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.logo > img {
	width: 260px;
}
.logo > a > img {
	width: 300px;
}

.header {
	display: flex;
	flex-wrap: wrap;
	line-height: 0;
}
.header > * {
	flex: 1 1 50%;
}
#banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #e30713;
}
#banner > div {
	line-height: 1;
	width: min-content;
	padding: 10px;
}
#banner h1 {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: white;
	margin: 0;
	margin-bottom: 10px;
}
#banner p {
	font-size: 20px;
	font-weight: bold;
	width: max-content;
}
#slideshow {
	display: grid;
}
#slideshow > div {
	grid-column: 1;
	grid-row: 1;
}

.title, .description, .main {
	margin: 30px 50px;
  }
.title {
	font-size: 19px;
	text-align: center;
	color: #0f507d;
}
.title h2{
	font-size: 1.4em;
	line-height: 1.4em;
}

.description {
	text-align: justify;
}

.main {
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
	column-gap: 30px;
}
.main > div {
	flex: 1 1 45%;
	min-width: 250px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

#apply {
	align-self: center;
}
#vr360 {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
#vr360-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 80%;
}
#apply > p {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.btn {
	width: max-content;
	padding: 10px 20px;
	margin: 20px auto;
	font-size: 1.2em;
	color: white;
	background-color: #e30713;
	border-radius: 5px;
}

#block {
	display: flex;
	justify-content: space-between;
	border: 1px solid;
	background-color: #e5ebf7;
	margin: 0 25px;
	padding: 10px;
}
#contact {
	padding: 10px;
}
#signet {
	width: 100px;
	height: auto;
	flex: 0 0 auto;
	margin-bottom: -5px;
	align-self: start;
}