@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

/* --- Page Structure --- */

html { 
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.home { 
	background: url(../img/bg_home.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	padding: 80px 20px 20px 20px;
	margin: 0px;
}

body.home, #cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.box {
	position:absolute;
	bottom: 15%;
	right: 15%;
	width: 540px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	border: 2px solid #777;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ccc;
	font-family: "Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/* --- Navigation --- */

div#home {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 80;
	width: 179px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

ul#nav_home {
	width: 179px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	text-align: left;
	color: #ccc;
	overflow: hidden;
	text-indent: -9999px;
}

li#home { width: 179px; height: 40px; position: absolute; top: 0px; left: 0px; background: url(../img/menu_home.gif) 0px -40px; }
li#home a { width: 100%; height: 100%; border: none; display: block; background: url(../img/menu_home.gif) 0px -40px; }
li#home a:hover { width: 100%; height: 100%; display: block; background: url(../img/menu_home.gif) 0px 0px; }

div#nav {
	position: absolute;
	top: 20px;
	left: 200px;
	z-index:80;
	width: 270px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

ul#nav_main {
	width: 220px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	text-align: left;
	color: #ccc;
	overflow: hidden;
	text-indent: -9999px;
}

li#video { width: 89px; height: 40px; position: absolute; top: 0px; left: 0px; background: url(../img/menu_bar.gif) 0px 40px; }
li#images { width: 90px; height: 40px; position: absolute; top: 0px; left: 90px; background: url(../img/menu_bar.gif) -90px 40px; }
li#linkedin { width: 90px; height: 40px; position: absolute; top: 0px; left: 180px; background: url(../img/menu_bar.gif) -180px 40px; }

li#video a { width: 100%; height: 100%; border: none; display: block; background: url(../img/menu_bar.gif) 0px -40px; }
li#images a { width: 100%; height: 100%; border: none; display: block; background: url(../img/menu_bar.gif) -90px -40px; }
li#linkedin a { width: 100%; height: 100%; border: none; display: block; background: url(../img/menu_bar.gif) -180px -40px; }

li#video a:hover { width: 100%; height: 100%; display: block; background: url(../img/menu_bar.gif) 0px 0px; }
li#images a:hover { width: 100%; height: 100%; display: block; background: url(../img/menu_bar.gif) -90px 0px; }
li#linkedin a:hover { width: 100%; height: 100%; display: block; background: url(../img/menu_bar.gif) -180px 0px; }

/* --- Links --- */

a.homeLink, a.homeLink:visited {
	text-decoration: none;
	color: #000;
	outline: 0;
	cursor: pointer;
	border: 1px solid #000;
	background: #feb;
	padding: 0px 3px 0px 3px;
}

/* --- Image & Video Gallery --- */

.clear_both {
	clear: both;
	line-height: 1px;
}

.gallery_container {
	padding: 0px 10px 10px 25px;
	margin-bottom: 20px;
	border: 2px solid #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #000;
}

h1 {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

a.mediaLink {
	display: block;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 320px;
	height: 180px;
	float: left;
	position: relative;
	cursor: pointer;
	background: #555 no-repeat 0px 0px;
	border: 1px solid #000;
}

a.mediaLink:hover {
	border-color: #fff;
}

a.mediaLink img.play {
	position: absolute;
	top: 65px;
	left: 135px;
}

a.mediaLink div.caption {
	position: absolute;
	width: 310px;
	bottom: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-family: Arial;
	font-size: 12px;
}



