@charset "UTF-8";

/* CSS Document */
.gn-menu-main,
.gn-menu-main ul {
	margin: 0;
	padding: 0;
	/*background: #FFF;*/
	color: #5f6f81;
	list-style: none;
	text-transform: none;
	line-height: 60px;
}

.gn-menu-main {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	font-size: 13px;
	z-index: 1;
}

.gn-menu li a,
.gn-menu li span {
	display: block;
	height: 100%;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	background: rgba(230, 0, 18, .9);
	padding-left: 1em;
	border-bottom: 1px solid #fff;
	position: relative;
}

.gn-menu li.internship a,
.gn-menu li.note a,
.gn-menu li.entry a {
	background: rgba(0, 0, 0, .9);
	padding: 1em;
	line-height: 1.5em;
}

.gn-menu li.off a {
	color: #666;
	background: #730009;
	cursor: default;
}

.gn-menu li span::after {
	content: "";
	display: block;
	width: 14px;
	height: 7px;
	background: url(../images/icon_arrow_wh_34_19.png) no-repeat 0 0;
	background-size: 14px;
	position: absolute;
	top: 50%;
	left: 295px;
	margin-top: -5px;
	transition: all .25s;
	-webkit-transition: all .25s;
}

.gn-menu li span.open::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

/*.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
	background: #5f6f81;
	color: white;
}*/
.gn-menu-main>li {
	display: block;
	float: left;
	height: 100%;
	border-right: 1px solid #c6d0da;
	text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
	position: relative;
	width: 60px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gn-menu-main>li>a {
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/*.gn-menu-main:after {
	display: table;
	clear: both;
	content: "";
}*/
.gn-menu-wrapper {
	position: fixed;
	top: 60px;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 60px;
	border-top: 1px solid #c6d0da;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	transform: translateX(60px);
	-webkit-transition: -webkit-transform .3s, width .3s;
	-moz-transition: -moz-transform .3s, width .3s;
	transition: transform .3s, width .3s;
}

.gn-scroller {
	position: absolute;
	overflow-y: scroll;
	width: 370px;
	height: 100%;
	/*background: #FFF;*/
}

.gn-menu {
	text-align: left;
	font-size: 18px;
}

.gn-submenu {
	border-bottom: 1px solid #FFF;
}

.gn-submenu li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	transition: height .3s;
}

.gn-submenu li a {
	color: #FFF;
	background: rgba(0, 0, 0, .9);
	border-bottom: 1px dashed #ccc;
	padding-left: 2em;
	font-weight: normal;
	flex: 1;
	display: flex;
	align-items: center;
	line-height: 1.2em;
}

.gn-submenu li a.win {
	background-image: url("../images/icon_window_wh.svg");
	background-position: 90vw center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.gn-submenu li a::before {
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 1.5em;
	margin-top: -7px;
	background: url(../images/icon_arrow_right_bk_8_14.png) no-repeat 0 0;
	background-size: 7px;
}

.gn-submenu li:last-child a {
	border-bottom: none;
}

/*.recruit .gn-submenu li:last-child a {
  border-bottom:1px dashed #ccc;
}*/
/*input.gn-search {
	position: relative;
	z-index: 10;
	padding-left: 60px;
	outline: none;
	border: none;
	background: transparent;
	color: #5f6f81;
	font-weight: 300;
	font-family: 'Lato', Arial, sans-serif;
	cursor: pointer;
}*/

/* placeholder */

.gn-search::-webkit-input-placeholder {
	color: #5f6f81
}

.gn-search:-moz-placeholder {
	color: #5f6f81
}

.gn-search::-moz-placeholder {
	color: #5f6f81
}

.gn-search:-ms-input-placeholder {
	color: #5f6f81
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
	color: transparent
}

input.gn-search:focus {
	cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
	color: white
}

/* placeholder */
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
	color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
	color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
	color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
	color: white
}

/* if an icon anchor has a span, hide the span */

.gn-menu-main .gn-icon-menu {
	background: #000;
	display: block;
	height: 100%;
	cursor: pointer;
}

.gn-menu-main .gn-icon-menu span {
	position: absolute;
	left: 12px;
	width: 36px;
	height: 4px;
	background: #FFF;
	border-radius: 2px;
	transition: all .25s;
	-webkit-transition: all .25s;
}

.gn-menu-main .gn-icon-menu span:nth-child(1) {
	top: 16px;
}

.gn-menu-main .gn-icon-menu span:nth-child(2) {
	top: 28px;
}

.gn-menu-main .gn-icon-menu span:nth-child(3) {
	top: 40px;
}

.gn-menu-main .gn-icon-menu.gn-selected span:nth-child(1) {
	top: 28px;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}

.gn-menu-main .gn-icon-menu.gn-selected span:nth-child(2) {
	opacity: 0;
}

.gn-menu-main .gn-icon-menu.gn-selected span:nth-child(3) {
	top: 28px;
	transform: rotate(-315deg);
	-webkit-transform: rotate(-315deg);
}

.gn-icon-menu.gn-selected::before {
	background: #5993cd;
	box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.gn-menu-wrapper.gn-open-all {
	width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
	height: 60px
}

.spMenuBottom {
	padding: 40px 0 30px;
}

.spMenuBottom h2 {
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 2;
}

.spMenuBottom h2 span {
	display: block;
	margin-bottom: 10px;
}

.spMenuBottom h2 img {
	width: 300px;
}

.spMenuBottom .entry {
	display: block;
	border: 1px solid #dd1121;
	background: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color: #d31000;
	margin: 40px auto 0;
	font-weight: bold;
	font-size: 14px;
	width: 240px;
}

@media screen and (max-width: 784px) {

	.gn-menu-main {
		display: block;
	}
}

@media screen and (max-width: 422px) {

	.gn-menu-wrapper.gn-open-all {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
	}

	.spMenuBottom {
		width: auto;
		margin-right: 20%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
		width: 130%
	}

	.gn-menu li span::after {
		left: inherit;
		right: 28%;
	}
}