/* Icons (made with Icomoon.io) */

@font-face {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/feather/feather.eot?1gafuo');
	src: url('../fonts/feather/feather.eot?1gafuo#iefix') format('embedded-opentype'), url('../fonts/feather/feather.woff2?1gafuo') format('woff2'), url('../fonts/feather/feather.ttf?1gafuo') format('truetype'), url('../fonts/feather/feather.woff?1gafuo') format('woff'), url('../fonts/feather/feather.svg?1gafuo#feather') format('svg');
}

.icon {
	font-family: 'feather';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 

	speak: none;
}

.icon--arrow-left:before {
	content: '\e901';
}

.icon--menu:before {
	content: '\e903';
}

.icon--cross:before {
	content: '\e117';
}



/* °Ë»öºÎºÐ  */ 
.mobile-searchArea { float:left;position:relative; overflow:hidden; width:100%; padding-top:10px; padding-bottom:10px; border-top:1px solid #dddddd;border-bottom:1px solid #dddddd; background:#fff; }
.mobile-searcharea_table {float:left; position:relative;display:block; padding-left:1.2em; width:95%; height:35px; border-collapse:collapse; }
.mobile-searcharea_table ul {float:left; width:100%; display:block;position:relative; }
.mobile-searcharea_table ul li {float:left; border:0px solid #ff00ff;}
.mobile-searcharea_table ul li.mobile-searcharea_L {width:10px;height:35px;background:url() no-repeat bottom left; padding:0;}
.mobile-searcharea_table ul li.mobile-searcharea_put {width:80%; height:35px; padding-top:5px; vertical-align:top; color:#dddddd; font-size:12px; border:1px solid #dddddd; background:#ffffff; border-radius:8px 0 0 8px;}
.mobile-searcharea_table ul li.mobile-searcharea_put .mobile-sr_input{width:100%; max-width:570px; height:25px; color:#dddddd; font-size:12px; padding-left:5px; border: 0;}
.mobile-searcharea_table ul li.mobile-searcharea_btn {width:54px;height:35px;vertical-align:bottom; border:0px solid #6c9330; border-radius:0 8px 8px 0}
.mobile-searcharea_table ul li.mobile-searcharea_btn .sr_btn{float:left;display:block;width:100%; max-width:270px; height:35px; color:#ffffff; background:#799949; font-size:13px; padding-top:7px; padding-left:5px; border:1px solid #6c9330;border-radius:0 8px 8px 0;}

.mobile-login-area {width:80%;}
.mobile-id_input {width:47%; max-width:570px; height:35px; color:#dddddd; font-size:12px; padding-left:5px; border:1px solid #dddddd; background:#ffffff;}
.mobile-pw_input {width:47%; max-width:570px; height:35px; color:#dddddd; font-size:12px; padding-left:5px; border:1px solid #dddddd; background:#ffffff;}
.mobile-loginarea_btn {width:20%;}
.mlogin_btn {float:left; display:block;width:100%; max-width:270px; height:35px; background:#799949; color:#fff; text-align:center; font-size:13px; padding-top:7px; padding-left:5px; border:1px solid #6c9330;}
a.mlogin_btn:link, a.mlogin_btn:visited, a.mlogin_btn:active {color:#fff;}
a.mlogin_btn:hover {color:#fff;}

.mobile-memberarea_btn {width:98%; max-width:570px; height:35px; color:#ffffff; 
												font-size:12px; padding-left:5px; border:1px solid #dddddd; background:#ffffff;}
.mlogin_btn {float:left; display:block;width:45%; max-width:270px; height:32px; background:#799949; color:#fff; text-align:center; font-size:13px; margin-right:10px; padding-top:7px; padding-left:5px; border:1px solid #6c9330;}
.mjoin_btn  {float:left; display:block;width:45%; max-width:270px; height:32px; background:#799949; color:#fff; text-align:center; font-size:13px; padding-top:7px; padding-left:5px; border:1px solid #6c9330;}

a.mjoin_btn:link, a.mjoin_btn:visited, a.mjoin_btn:active {color:#fff;}
a.mjoin_btn:hover {color:#fff;}


/* Menu styles */

.menu {
	position: fixed;
	top: 50px;
	left: 0;
	width: 300px;
	height: calc(100vh - 120px);
	/* 
	background: #1c1d22; 
	background: #D7D7D7;	
	*/		
	background:url(/images/nav/mobile-menu-bg.jpg);
	background: #efefef;	
	display:none;;
}

.menu__wrap {
	position: absolute;
	float:left;
	/*
	top: 5.5em;
	*/
	
	top: 9.0em;
	
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

.menu__level {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;
	width: calc(100% + 50px);
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu__level--current {
	visibility: visible;
}

.menu__item {
	display: block;
	width: calc(100% - 50px);
}

.menu__link {
	font-weight: 600;
	position: relative;
	display: block;
	padding: 1em 2.5em 1em 1.5em;
	color: #66666;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
	z-index:999999999999999999999999999999999999999999999999999;
}

.menu__link[data-submenu]::after {
	content: '\e904';
	font-family: 'feather';
	position: absolute;
	right: 0;
	padding: 0.25em 1.25em;
	color: #2a2b30;
}

.menu__link:hover,
.menu__link[data-submenu]:hover::after {
	/* color: #5c5edc; */
	color: #000;
}

.menu__link--current::before {
	content: '\00B7';
	font-size: 1.5em; 
	
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0.5em;
	height: 4px;
	color: #5c5edc;
}

[class^='animate-'],
[class*=' animate-'] {
	visibility: visible;
}

.animate-outToRight .menu__item {
	-webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes outToRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate-outToLeft .menu__item {
	-webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes outToLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate-inFromLeft .menu__item {
	-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate-inFromRight .menu__item {
	-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes inFromRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.menu__breadcrumbs {
	/*font-size: 0.65em;*/
	font-size: 12px;
	line-height: 1;
	position: relative;
	/*padding: 2.5em 3.75em 1.5em 2.5em;*/
	padding: 2.5em 3.75em 1.5em 1.5em;
}

.menu__breadcrumbs a {
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5c5edc;
}

.menu__breadcrumbs a:last-child {
	pointer-events: none;
}

.menu__breadcrumbs a:hover {
	color: #8182e0;
}

.menu__breadcrumbs a:not(:last-child)::after {
	content: '\e902';
	font-family: 'feather';
	display: inline-block;
	padding: 0 0.5em;
	color: #33353e;
}

.menu__breadcrumbs a:not(:last-child):hover::after {
	color: #33353e;
}

.menu__back {
	font-size: 1.05em;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 2.25em;
	margin: 0;
	padding: 1.365em 0.65em 0 0;
	cursor: pointer;
	color: #2a2b30;
	border: none;
	background: none;
}

.menu__back--hidden {
	pointer-events: none;
	opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
	color: #fff;
	outline: none;
}


/* Open and close buttons */

.action {
	position: absolute;	
	display: block;
	margin: -7px 0 0 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
	background:#a9a9a9;
	padding:4px;
}

.action:focus {
	outline: none;
}

.action--open {
	font-size: 1.5em;
	top: 1em;
	right: 1em;
	display: none;
	color: #fff;
	position: fixed;
	z-index: 1000;
}

.action--close {
	font-size: 1.1em;
	top: 1.25em;
	right: 1em;
	display: none;
	color: #45464e;
}

/*@media screen and (max-width: 40em) {*/
@media screen and (max-width: 1024px) {
	.action--open,
	.action--close {
		display: block;
	}
	.menu {
		z-index: 1000;
		top: 0;
		width: 100%;
		height: 100vh;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		display:block;
	}
	.menu--open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
