@import url('fontawesome-all.min.css');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');} 



@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font_gsb { font-family: 'GmarketSansBold'; }
.font_gsm { font-family: 'GmarketSansMedium'; }
.font_gsl { font-family: 'GmarketSansLight'; }

/*
	Big Picture by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}
/*

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
*/

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		height: 100%;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
		height: 100%;
		min-width: 320px;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Spinner */

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@keyframes spinner-hide {
		0% {
			-moz-transform: scale(0.5) rotate(0deg);
			-webkit-transform: scale(0.5) rotate(0deg);
			-ms-transform: scale(0.5) rotate(0deg);
			transform: scale(0.5) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body {
		text-decoration: none;
	}

		body:before {
			-moz-animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #e5e6e7;
			/*content: '\f1ce';*/
			cursor: default;
			display: block;
			/*font-size: 2em;*/
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body:after {
			-moz-animation: overlay-hide 0.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 0.5s ease-in forwards !important;
			-ms-animation: overlay-hide 0.5s ease-in forwards !important;
			animation: overlay-hide 0.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.is-preload:before {
			-moz-animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 0.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body:before {
			line-height: 2.025em;
		}

	}

/* Type */

	body, input, textarea, select {
		color: #585858;
		font-family: 'Noto Sans KR', "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.75;
	}

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

			body, input, textarea, select {
				font-size: 16pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 14pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 12pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 11pt;
			}

		}



	h1 {
			font-family: 'GmarketSansBold';
			font-size: 7.0em;
			line-height: 1.0;
			margin: 0 0 0em 0;
			letter-spacing: -0.035em;
		}

		h1 a {
			color: inherit;
		}

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

			h1 {
				font-size: 5em;
				margin: 0 0 0em 0;
			}

		}

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

			h1 {
				font-size: 3.5em;
			}

		}

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

			h1 {
				font-size: 2.5em;
			}

		}

	h2 {
			font-family: 'GmarketSansBold';
			font-size: 5.5em;
			line-height: 1.0;
			margin: 0 0 0em 0;
			letter-spacing: -0.035em;
			text-transform: uppercase;
		}

		h2 a {
			color: inherit;
		}
		h2 span {
			font-size: 0.9em;
		}

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

			h2 {
				font-size: 4em;
				margin: 0 0 0em 0;
			}

		}

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

			h2 {
				font-size: 2.5em;
			}

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

			h2 {
				font-size: 2.0em;
				line-height: 1.2;
			}

		}

	h3 {
			font-family: 'GmarketSansLight';
			font-size: 2.25em;
			line-height: 1.0;
			margin: 0 0 0em 0;
			letter-spacing: -0.015em;
			text-transform: uppercase;
		}

		h3 a {
			color: inherit;
		}

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

			h3 {
				font-size: 2.0em;
				margin: 0 0 0em 0;
			}

		}

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

			h3 {
				font-size: 1.5em;
			}

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

			h3 {
				font-size: 1.25em;
			}

		}

	h4 {
			font-family: 'GmarketSansMedium';
			font-size: 1.5em;
			line-height: 1.3em;
			margin: 0 0 0em 0;
			letter-spacing: -0.015em;
		}

		h4 a {
			color: inherit;
		}

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

			h4 {
				font-size: 1.5em;
				margin: 0 0 0em 0;
			}

		}

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

			h4 {
				font-size: 1.5em;
			}

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

			h4 {
				font-size: 1.25em;
			}

		}

	h5, h6 {
		font-weight: 300;
		line-height: 1.3;
		margin: 0 0 2em 0;
		/*
		text-transform: uppercase;
		*/
		letter-spacing: 0.05em;
	}

		h5 a, h6 a {
			color: inherit;
		}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.8em;
	}

	/*
	@media screen and (max-width: 980px) {

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}

	}
	*/



	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: none;
		color: #585858;
	}
		/*a:hover {
			border-bottom-color: transparent;
			color: #7261a8 !important;
		}*/
/*
	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e5e6e7;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
*/
	p, ul, ol, dl, table {
		margin-top: 1em;
	}

/* Box */

	.box {
		/*background: #ffffff;*/
		padding: 0em 2em;  box-sizing:Border-box;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 0em 2.5em 0em 2.5em;  box-sizing:Border-box;
		}

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

			.box {
				padding: 0 1em;  box-sizing:Border-box;
			}

				.box.style2 {
					padding: 0em 1.25em 0em 1.25em;  box-sizing:Border-box;
					/*background-color: rgba(255, 255, 255, 0.9);*/
				}

		}

/* Button */

	.more {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: transparent;
		border: solid 2px #7261a8;
		color: #7261a8; letter-spacing:0.00em;
		border-radius: 3.5em;
		cursor: pointer;
		display: inline-block;
		height: 5em;
		line-height: 4.5em;
		outline: 0;
		padding: 0 3.5em 0 3.5em;
		position: relative;
		text-align: center;
		text-decoration: none; font-size:0.75em; font-weight:400;
	}
	
	@media screen and (max-width: 736px) {
		.more { background-color: rgba(255, 255, 255, 0.5); }
	}

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: #7261a8;
		border: 0;
		border-radius: 3.5em;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			position: absolute;
			left: 50%;
			bottom: 2em;
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			margin-left: -2.5em;
			padding: 0;
			background-image: url("/theme/vol01/img/arrow_down_c.png");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}



			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].back,
		input[type="submit"].back,
		input[type="reset"].back,
		.button.back,
		button.back {
			position: absolute;
			right: 0%;
			top: 3em;
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			margin-left: -2.5em;
			padding: 0;
			background-image: url("/theme/vol01/img/arrow_back_c.png");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}



			input[type="button"].back.anchored,
			input[type="submit"].back.anchored,
			input[type="reset"].back.anchored,
			.button.back.anchored,
			button.back.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		/*
		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
			background-color: #ac91cf;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: #88bc82;
		}
		*/

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #7261a8;
			color: inherit;
		}

			/*
			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(133, 104, 171, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(133, 104, 171, 0.375);
			}
			*/
			/*
			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
				background-image: url("/theme/vol01/img/arrow.svg");
			}
			*/
/* Form

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

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

			form > .fields {
				width: calc(100% + 2em);
				margin: -1em 0 2em -1em;
			}

				form > .fields > .field {
					padding: 1em 0 0 1em;
					width: calc(100% - 1em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1em);
					}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		color: inherit;
		border-radius: 0.5em;
		outline: none;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9ac8e9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
	}

	textarea {
		min-height: 8em;
	}

	::-moz-focus-inner {
		border: 0;
	}

	::-webkit-input-placeholder {
		opacity: 0.375;
	}

	:-moz-placeholder {
		opacity: 0.375;
	}

	::-moz-placeholder {
		opacity: 0.375;
	}

	:-ms-input-placeholder {
		opacity: 0.375;
	}
 */
/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image

	.image {
		position: relative;
		display: inline-block;
	}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("/theme/vol01/img/overlay.png");
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}
 */
/* List

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}
 */
/* Actions

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}
*/
/* Icons */

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

/* Sections/Article

	header {
		margin-bottom: 0em;
	}

		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer {
		margin-top: 0em;
	}
 */
/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
	}

		.poptrox-popup .loader {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -1em 0 0 -1em;
			width: 2em;
			height: 2em;
			display: block;
			font-size: 2em;
		}

			.poptrox-popup .loader:before {
				-moz-animation: spinner-rotate 0.75s infinite linear !important;
				-webkit-animation: spinner-rotate 0.75s infinite linear !important;
				-ms-animation: spinner-rotate 0.75s infinite linear !important;
				animation: spinner-rotate 0.75s infinite linear !important;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				color: #e5e6e7;
				content: '\f1ce';
				cursor: default;
				display: block;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2em;
			}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #ffffff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url("/theme/vol01/img/poptrox-nav.svg");
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
			opacity: 1.0;
		}

		.poptrox-popup .nav-previous:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";
			filter: FlipH;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url("/theme/vol01/img/poptrox-closer.svg") center center;
				color: #ffffff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

		body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
			opacity: 1.0 !important;
		}

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

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				width: 48px;
				height: 32px;
				background-size: contain;
				margin: -16px 0 0 0;
			}

			.poptrox-popup .closer:before {
				right: 12px;
				top: 12px;
				width: 20px;
				height: 20px;
				box-shadow: inset 0 0 0 1px #fff;
				background-size: contain;
				opacity: 0.65;
			}

		}


/* Header */


	#header {
		color: #ffffff;
		/*background:url('/theme/vol01/img/header_bg.png') repeat center center;*/
		position:absolute; z-index:10001;
		width:100%; top:0;
		left:0;
		box-shadow: 0 0.075rem 1rem 0 rgba(0, 0, 0, 0.125);
		height: 5rem;
		line-height: 5rem;
		padding: 0 0rem;


	}

		#header .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;

			-moz-animation: reveal-header 0.5s ease;
			-webkit-animation: reveal-header 0.5s ease;
			-ms-animation: reveal-header 0.5s ease;
			animation: reveal-header 0.5s ease;
			width: 100%;
		max-width: 85rem; 
		margin: 0 auto;
		padding: 0 2.5rem; 
	}




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

			#header > .inner {
				padding: 0 1.25rem;
			}

		}

		#header input, #header select, #header textarea {
			color: #ffffff;
		}

		#header a {
			color: #ffffff;
		}

		#header strong, #header b {
			color: #ffffff;
		}


		#header blockquote {
			border-left-color: #ffffff;
		}

		#header code {
			background: rgba(255, 255, 255, 0.05);
			border-color: #ffffff;
		}

		#header hr {
			border-bottom-color: #ffffff;
		}

		#header .logo {
			display: block;
			border-bottom: 0;
			color: inherit;
			font-weight: 900;
			letter-spacing: 0.35em;
			margin: 0 0 0 0;
			text-decoration: none;
			text-transform: uppercase;
			display: inline-block;
		}

			#header .logo > * {
				display: inline-block;
				vertical-align: middle;
			}


			#header .logo .symbol {
				margin-right: 0.65em;
			}

				#header .logo .symbol img {
					display: block; margin-bottom:0.4em;
				}

		#header.reveal {

		}


		#header > .navPanelToggle {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			text-decoration: none;
			border: 0;
			display: none;
			font-size: 2.0rem;
			height: inherit;
			line-height: inherit;
			outline: 0;
			padding: 0 1.5rem;
			position: absolute;
			right: 0;
			text-transform: uppercase;
			top: 0;
		}

			#header > .navPanelToggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#header > .navPanelToggle:before {
				content: '\f0c9';
				float: right;
				height: inherit;
				line-height: inherit;
				margin: 0 0 0 0.625rem;
			}


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

			#header > .navPanelToggle {
				display: block;
			}


		}

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

			#header {
				height: 5rem;
				line-height: 5rem;
			}

		}

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

			#header > .navPanelToggle {
				overflow: hidden;
				text-indent: 4rem;
				white-space: nowrap;
				width: 4rem;
			}

		}

	#nav {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}

		#nav > ul {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			list-style: none;
			margin: 0;
			padding-left: 0;
		}

			#nav > ul > li {
				margin-left: 0.75rem;
				padding-left: 0; 
			}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li:last-child, #nav > ul > li:last-child a, #nav > ul > li:last-child span {
					margin-right: 0; padding-right:0;
				}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li a, #nav > ul > li span {
					-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
					border-radius: 2rem;
					border: 0;
					box-shadow: 0;
					font-size: 0.875rem;
					padding: 0.625rem 1.5rem;
					text-transform: uppercase;/*capitalize*/
					letter-spacing: 0.05em;
					box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
				}
				
				/*#nav > ul > li a:hover, #nav > ul > li span:hover {
					color: #000000 !important;
				}*/

					#nav > ul > li a.icon, #nav > ul > li span.icon {
						padding-left: 1.25rem;
					}

						#nav > ul > li a.icon:before, #nav > ul > li span.icon:before {
							margin-right: 0.5rem;
						}

				#nav > ul > li.current a, #nav > ul > li.current span {
					background-color: rgba(255, 255, 255, 0.05);
				}

				#nav > ul > li.active a, #nav > ul > li.active span {
					box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
				}

		.dropotron {
			background-color: #ffffff;
			border-radius: 6px;
			box-shadow: 0 0.075rem 0.75rem 0 rgba(0, 0, 0, 0.125);
			list-style-type: none;
			margin: 0 0 0 1px;
			min-width: 10rem;
			padding: 0.5rem 0;
		}

			.dropotron.level-0 {
				margin-left: 2.5rem;
				margin-top: 1rem;
			}

				.dropotron.level-0:before {
					-moz-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					transform: rotate(45deg);
					background-color: #ffffff;
					box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
					content: '';
					position: absolute;
					top: -0.375rem;
					left: 1rem;
					width: 0.75rem;
					height: 0.75rem;
				}

			.dropotron li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				padding: 0;
				position: relative;
			}

				.dropotron li:first-child {
					border-top: none;
				}

				.dropotron li.active > a {
					color: #4797ec;
				}

			.dropotron a {
				color: #000000;
				padding: 0.325rem 0.875rem;
				text-decoration: none !important;
				border: 0;
				font-size: 0.9rem;
			}

				/*.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
					color: #4797ec;
				}*/

			body.header-alt .dropotron.level-0 {
				margin-top: -1rem;
			}

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

			#nav > ul > li a, #nav > ul > li span {
				padding: 0.5rem 1rem;
			}

		}

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

			#nav {
				display: none;
			}

		}

/* Nav Panel */

	/*#wrapper*/
	section {
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#navPanel {
		background-color: #111111;
		background-image: url(""), linear-gradient(45deg, rgba(67, 67, 67, 0), #434343 80%);
		background-size: auto, auto;
		background-repeat: repeat, no-repeat;
		-moz-transform: translateX(20rem);
		-webkit-transform: translateX(20rem);
		-ms-transform: translateX(20rem);
		transform: translateX(20rem);
		-moz-transition: -moz-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
		-webkit-transition: -webkit-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
		-ms-transition: -ms-transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
		transition: transform 0.5s ease 0s, box-shadow 0.5s ease 0s, visibility 0.5s 0s;
		-webkit-overflow-scrolling: touch;
		box-shadow: none;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20rem;
		z-index: 10002;
	}

		#navPanel nav {
			padding: 3rem 2rem;
		}

		#navPanel .link {
			-moz-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-ms-transition: color 0.2s;
			transition: color 0.2s;
			border-bottom: solid 1px rgba(255, 255, 255, 0.25);
			border-top: 0;
			color: inherit !important;
			display: block;
			padding: 0.75rem 0;
			text-decoration: none; font-size:1.3em; text-transform: uppercase;/*capitalize*/ font-family: 'GmarketSansLight';
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: #ffffff !important;
			}

			#navPanel .link.depth-1 {
				color: #ffffff !important;
				font-size:1.0em; font-family: 'GmarketSansMedium'; 
			}

			/*#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
				color: #ffffff !important;
			}*/

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25rem;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5rem;
			}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			border: 0;
			color: rgba(255, 255, 255, 0.5);
			cursor: pointer;
			display: block;
			height: 3.25rem;
			line-height: 3.25rem;
			padding-right: 1.25rem;
			position: absolute;
			right: 1.0rem;
			text-align: right;
			top: 1.0rem;
			vertical-align: middle;
			width: 7rem;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#navPanel .close:before {
				content: '\f00d';
				font-size: 2.0rem;
			}

			/*#navPanel .close:hover {
				color: #ffffff !important;
			}*/

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

				#navPanel .close {
					height: 4rem;
					line-height: 4rem;
				}

			}

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

			#navPanel nav {
				padding: 4.5rem 2.75rem;
			}

		}

	body.is-navPanel-visible section/*#wrapper*/ {
		pointer-events: none;
		cursor: default;
		opacity: 0.5;
		-moz-filter: blur(2px);
		-webkit-filter: blur(2px);
		-ms-filter: blur(2px);
		filter: blur(2px);
	}

	body.is-navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.125);
		visibility: visible;
	}

/*
	body {
		padding-top: 5rem; box-sizing:border-box;
	}

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

			body {
				padding-top: 5rem; box-sizing:border-box;
			}

		}
*/

/* Main */

	.main {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		margin: 0;
		overflow-x: hidden;
		color:#7261a8;
	}

		.main > .content {
			width: 60em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
		}

			.main > .content > :last-child {
				margin-bottom: 0;
			}

		.main.fullscreen {
			min-height: 100% !important;;
		}

		.main.style1 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			text-align: center;
			padding: 10rem 0 10rem 0; box-sizing:border-box;
		}



			.main.style1 > .content {
				-moz-transition: opacity 0.5s ease;
				-webkit-transition: opacity 0.5s ease;
				-ms-transition: opacity 0.5s ease;
				transition: opacity 0.5s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				opacity: 1.0;
				margin: 0;
			}

			.main.style1.inactive > .content {
				opacity: 0;
			}

		.main.style2 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 10rem 0 10rem 0; box-sizing:border-box;
			overflow: hidden;
		}

			.main.style2 > .content {
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				position: relative;
				/*width: 35%;*/
				margin: 0;
			}

			.main.style2.left {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
			}

			.main.style2.right {
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
			}

			.main.style2.inactive.left > .content {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			.main.style2.inactive.right > .content {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}



		.main.dark {
			color: #ffffff;
		}

			.main.dark a {
				color: inherit;
			}

			.main.dark .button.style2 {
				border-color: #ffffff;
			}

				/*.main.dark .button.style2:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.dark .button.style2:active {
					background-color: rgba(255, 255, 255, 0.25);
				}*/

				
				.main.dark .button.style2.down {
					background-image: url("/theme/vol01/img/dark-arrow.svg");
				}
				.main.dark .button.style2.back {
					background-image: url("/theme/vol01/img/arrow_back_c.png");
				}
				


		body.is-touch .main {
			background-attachment: scroll !important;
		}

		/*
		@media screen and (max-width: 1920px) {

			.main.style2 .content {
				width: 100%; padding:3em 2em; box-sizing:border-box;
				max-width: 100%;
				text-align: center;
			}

		}
		*/
		.main.style2 .content {
			width: 100%; padding:3em 2em; box-sizing:border-box;
			max-width: 100%;
			text-align: center;
		}

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

			.main > .content > p br {
				display: none;
			}

			.main.fullscreen {
				height: auto !important;
			}

/*			.main.style1 {
				padding: 0em 15px 0em 15px; box-sizing:border-box;
			}

			.main.style2 {
				padding: 0em 15px 0em 15px; box-sizing:border-box;
			}

				.main.style2:before, .main.style2:after {
					display: none !important;
				}

				.main.style2 .button.anchored {
					display: none;
				}
*/
				.main.style2 .content {
					padding:0em 1.5em 0em 1.5em; box-sizing:border-box;
					max-width: 100%;
					text-align: center;
					/*
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
					*/

				}
				.main.style1 .content {
					padding:0em 1.5em 0em 1.5em; box-sizing:border-box;
					max-width: 100%;
					text-align: center;
					/*
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
					*/

				}


		}

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

			.main > .content {
				max-width: calc(100% - 1.5em); 
				padding:0em 1em; box-sizing:border-box;
			}

		}

/* Footer */

	#footer {
		background-color: #ffffff;
		color: #99999f;
		padding: 1.25em 0 1.25em 0 ;margin:0;
		/*
		background-image: -moz-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("/theme/vol01/img/bg_footer.jpg");
		background-image: -webkit-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("/theme/vol01/img/bg_footer.jpg");
		background-image: -ms-linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("/theme/vol01/img/bg_footer.jpg");
		background-image: linear-gradient(to top, rgba(48, 54, 57, 0.2), rgba(48, 54, 57, 0.2)), url("/theme/vol01/img/bg_footer.jpg");
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		*/
	}


		/*
		#footer input, #footer select, #footer textarea {
			color: #ffffff;
		}

		#footer a {
			color: #4ea3d8;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer blockquote {
			border-left-color: #ffffff;
		}

		#footer code {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
		}

		#footer hr {
			border-bottom-color: #ffffff;
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer button,
		#footer .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer button:hover,
			#footer .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

				#footer input[type="submit"]:hover:active,
				#footer input[type="reset"]:hover:active,
				#footer input[type="button"]:hover:active,
				#footer button:hover:active,
				#footer .button:hover:active {
					background-color: rgba(255, 255, 255, 0.15);
				}

			#footer input[type="submit"].disabled, #footer input[type="submit"]:disabled,
			#footer input[type="reset"].disabled,
			#footer input[type="reset"]:disabled,
			#footer input[type="button"].disabled,
			#footer input[type="button"]:disabled,
			#footer button.disabled,
			#footer button:disabled,
			#footer .button.disabled,
			#footer .button:disabled {
				background-color: #ffffff;
			}

			#footer input[type="submit"].primary,
			#footer input[type="reset"].primary,
			#footer input[type="button"].primary,
			#footer button.primary,
			#footer .button.primary {
				box-shadow: none;
				background-color: #4ea3d8;
				color: #ffffff !important;
			}

				#footer input[type="submit"].primary:hover,
				#footer input[type="reset"].primary:hover,
				#footer input[type="button"].primary:hover,
				#footer button.primary:hover,
				#footer .button.primary:hover {
					background-color: #63aedd;
				}

					#footer input[type="submit"].primary:hover:active,
					#footer input[type="reset"].primary:hover:active,
					#footer input[type="button"].primary:hover:active,
					#footer button.primary:hover:active,
					#footer .button.primary:hover:active {
						background-color: #3998d3;
					}

		#footer a {
			color: inherit;
		}
		*/

		/*
		#footer .contact {
			list-style: none;
			padding: 0; background-color:#000;
		}

			#footer .contact li {
				display: inline-block;
				padding: 0; 
			}

				#footer .contact li:before {
					content: '\2022';
					margin: 0 0.75em;
				}

				#footer .contact li:first-child:before {
					display: none;
				}
		*/

		#footer > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: 100%;
		max-width: 85rem; 
		margin: 0 auto;
		padding: 0 2.5rem; 
		}

		#footer .links, #footer .copyright, #footer .contact, #footer .icons {
			list-style: none; padding:0; margin:0; 
		}

			#footer .links li, #footer .copyright li, #footer .contact li {
				display: inline-block;
				padding:0; margin:0; 
				font-size: 0.8em; color:#99999f; line-height:1.5em;
			}

				#footer .links img {
					display: block; 
				}


			#footer > .inner > * {
				font-size: 0.8em;
				width: 50%; padding:0;
			}

			#footer > .inner .icons {
				width: 35%;
				-moz-order: 2;
				-webkit-order: 2;
				-ms-order: 2;
				order: 2;
				cursor: default;
				text-align: right; font-size:1.0em;		
			}
	
			#footer > .inner .icons li {
				display: inline-block;
				padding: 0.25em 0 0 0.5em;
			}
			#footer > .inner .icons li:first-child {
				padding-left: 0em;
			}
			#footer > .inner .icons li img {
				width:22px;
			}
						
						#footer > div > ul > li > a.icon:before {
							color: #7261a8;
						}

						#footer > div > ul > li > a.icon:hover:before {
							color: #dddddf;
							-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
							-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
							-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
							transition: border-bottom-color 0.2s ease, color 0.2s ease;
						}
						@media screen and (max-width: 736px) {
										#footer > div > ul > li > a.icon:hover:before {
											color: #7261a8;
										}
						}

			#footer > .inner .links {
				-moz-order: 3;
				-webkit-order: 3;
				-ms-order: 3;
				order: 3; text-align: left;		
			}

			#footer > .inner .copyright {
				-moz-order: 4;
				-webkit-order: 4;
				-ms-order: 4;
				order: 4;
				margin-top:0.6em; text-align: left;		
			}

			#footer > .inner .contact {
				-moz-order: 1;
				-webkit-order: 1;
				-ms-order: 1;
				order: 1;
				width: 65%; margin-top:0.00em; text-align: left; padding-top:0em;
			}

			#footer > .inner .contact img {
					margin-bottom:0.5em;
				}




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

			#footer > .inner {
				display: block;
				padding: 0 1.25rem;
			}

				#footer > .inner > * {
					width: 100%;
					font-size: 1em;
					text-align: center !important;
				}
			
				#footer > .inner .links, #footer > .inner .copyright, #footer > .inner .contact, #footer > .inner .icons {
					list-style: none; padding:0; margin:0; width:100%;
				}

				#footer > .inner .contact {
					list-style: none;
				}

				#footer > .inner .links img {
					height:35px;
				}

				#footer > .inner .contact img {
					height:25px;
				}

		}

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

			#footer {
				padding: 1.25em 0 1.25em 0 ;
			}

				#footer > .inner > * {
					width: 100%;
					font-size: 1.0em;
					text-align: center !important;
				}
				
				#footer > .inner .contact {
					-moz-order: 2;
					-webkit-order: 2;
					-ms-order: 2;
					order: 2;
				}
				#footer > .inner .icon {
					-moz-order: 1;
					-webkit-order: 1;
					-ms-order: 1;
					order: 1;  font-size:1.25em;
				}
				#footer > .inner .icons li {
					display: inline-block;
					padding: 0.25em 0 0 0.5em;
				}
				#footer > .inner .icons li:first-child {
					padding-left: 0em;
				}
				#footer > .inner .icons li img {
					width:20px;
				}


		}

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

			#footer > .inner .contact p br {
			display: none;
			}



		}

/*About */

	#intro {
		background:url("/theme/vol01/img/about_pic01.png");
		background-size:contain;
		/*background-attachment:fixed;*/
		background-position:center bottom;
		background-repeat:no-repeat;
	}

	#one {
		background:url("/theme/vol01/img/about_pic02.png");
		background-size:contain;
		/*background-attachment:fixed;*/
		background-position:center top;
		background-repeat:no-repeat;
	}

	#intro h3 {font-family: 'GmarketSansLight';}
	#intro img {margin-bottom:1em;  max-width:850px;}
	#one img { width:50%;}
	
	#intro .sns_icons {
				width: 100%;
				cursor: default;
				text-align: center; margin-top:2em;
				}
	#intro .sns_icons li {
				display: inline-block;
				padding: 0em 0 0 1em;
				}
	#intro .sns_icons li:first-child {
				padding-left: 0em;
				}
	#intro .sns_icons li img {
				width:50px;
				}
				@media screen and (max-width: 736px) {
						#intro .sns_icons li {
						padding: 0em 0 0 0.7em;
				}
						#intro .sns_icons li img {
						width:35px;
						}
				}


	#intro .icons {
				width: 100%;
				cursor: default;
				text-align: center; font-size:1.0em;		
				}
	#intro .icons li {
				display: inline-block;
				padding: 0em 0 0 2em;
				}
	#intro .icons li:first-child {
				padding-left: 0em;
				}
						
	#intro > div > ul > li > a.icon:before {
							/*background-color:#dddddf; border-radius: 3.5em; cursor:pointer;
								width: 3em;
								height: 3em;
								line-height: 3.0em;
								margin-left: -1.5em;
								padding: 0;*/ color: #211a2b; text-align:center; font-size:1.5em;
							}

	#intro > div > ul > li > a.icon:hover:before {
							color: #7261a8;
							-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
							-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
							-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
							transition: border-bottom-color 0.2s ease, color 0.2s ease;
							}

							@media screen and (max-width: 736px) {
											#intro > div > ul > li > a.icon:hover:before {
												color: #211a2b;
											}
							}





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

			#intro > div > ul > li > a.icon:before {
				font-size:1.5em;
			}
		}



		@media screen and (max-width: 1280px) {
			
			#intro img {margin-bottom:1em; width:75%; max-width:500px;}
			#intro h3 {font-family: 'GmarketSansLight'; font-size:2.0em;}
		}
		@media screen and (max-width: 980px) {
			#intro, #one { background-size:cover;}
			#intro img {margin-bottom:0.5em;}
			#intro h3 {font-family: 'GmarketSansLight'; font-size:1.25em;}
			#one img { width:50%; max-width:500px;}
		}

	#two {
		background:url("/theme/vol01/img/about_pic03.png") #7261a8 no-repeat center top;
		background-size:cover;
		background-attachment: fixed;
	}
		@media screen and (max-width: 980px) {
			#two { background-size:cover; background-position:40% center;}
		}
	#three {
		background:url("/theme/vol01/img/about_pic04.png") #ffffff no-repeat center center;
		background-size:cover;
		background-attachment: fixed;
	}

	#four {
		background:url("/theme/vol01/img/about_pic05.png") #7261a8 no-repeat center center;
		background-size:cover;
		background-attachment: fixed;
	}
		@media screen and (max-width: 980px) {
			#four { background-size:contain; background-position:center center; background-repeat:repeat-y;}
		}
	#five {
		background:url("/theme/vol01/img/about_pic06.png") #ffffff no-repeat center bottom;
		background-size:cover;
		background-attachment: fixed;
	}
		@media screen and (min-width: 980px) {

			#five h2 {font-size:4.5em;}

		}

	#six {
		background:url("") #ffffff no-repeat center bottom;
		background-size:cover;
		background-attachment: fixed; padding:5rem 0; border-top:1px solid #e5e5e5;
	}
	
		
		#six img {width:50%;}
		#six .PDFmore {margin-bottom:4em;}
		#six .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap; width:100%; margin: 0em; padding:2em 7em 1em 7em; box-sizing:border-box;
		}

			#six .inner > * {
			padding: 0 ;
			margin: 0;
			width: 50%; position: relative; 
		}

		@media screen and (max-width: 1280px) {
			#six .PDFmore {margin-bottom:2.5em;}
			
		}
		@media screen and (max-width: 980px) {
			#six .PDFmore {margin-bottom:1em;}
			#six .PDFmore .more  {width:180px;}
			#six .inner {
				padding:1em 1em 0em 1em; box-sizing:border-box;
			}

				#six .inner > * {
				padding: 0 ;
				margin: 0;
				width: 100%; position: relative; 
				}
				#six .inner img {
				width:100%; max-width:200px;
				}
		}
	/*
	#three, #five {
		background:#ffffff;
		background-size:cover;
		background-attachment:fixed;
		background-position:bottom center;
		background-repeat:no-repeat;
	}

	#two, #four {
		background: url("/theme/vol01/img/overlay.png"), url("/theme/vol01/img/pic03.jpg");
		background:#7261a8;
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	*/

	#contact {
		overflow: hidden;
		margin: 0em; padding: 0; background:#f5f5f7;
	}

		#contact .inner {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;  
		}

		#contact.inactive .inner {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		#contact .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap; width:100%; margin: 0em; padding:0;
		}

			#contact .inner > * {
			padding: 0 ;
			margin: 0;
			width: 50%; position: relative; 
		}


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

			#contact .inner > * {
				padding: 0;
				width: 100%;
			}

		}

		/*Αφ΅΅*/
		.contact_map { position: relative; height: 450px; overflow: hidden; max-width: 100%;} 
		.contact_map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

		.contact_info_out {position:absolute; top:0; right:0; width:40rem; height:100%; }
		.contact_info {display:table; width:100%; height:100%; }
		.contact_info li {display:table-cell; vertical-align:middle; text-align:left; }
		@media screen and (max-width: 1980px) {
			
		}
		@media screen and (max-width: 1380px) {
			.contact_info_out {position:absolute; top:0; right:0; width:100%; height:100%; padding:2.5em; box-sizing:border-box;}
		}
		@media screen and (max-width: 736px) {
			.contact_info_out {position:relative; width:100%; height:100%; padding:2.5em 2em; box-sizing:border-box; }
			.contact_info li {text-align:center;}
			.contact_map { height: 350px;}
		}

	
	#artist {
		background:url("/theme/vol01/img/artist_pic02.jpg");
		background-size:cover;
		background-attachment:fixed;
		background-position:center bottom;
		background-repeat:no-repeat;
	}

	

	#artist_two .content { }
	#artist_three .main { padding:0em; margin:0em;}
	#artist_three .style2 { padding:0em; margin:0em;}
	#artist_three .content { padding:0em; margin:0 0 -10rem 0;}
	#artist_three .artistbox { padding:0 0 5rem 0; margin:0em;
			width: 60em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
			}
	#artist_three .down { margin-left: -2.5em;
			}

	#gallery .main, #announce .main { padding:0em; margin:0em;}
	#gallery .style2, #announce .style2 { padding:0em; margin:0em;}
	#gallery .content, #announce .content { padding:0em; margin:0 0 -10rem 0;}
	#gallery .artistbox { padding:0 0 5rem 0; margin:0em;
			width: 60em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
			}
	#announce .artistbox { padding:0 0 5rem 0; margin:0em;
			width: 50em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
			}
	.cate-first-letter-deco:first-letter{}
	#audition {
		background:url("/theme/vol01/img/audition_pic02.jpg");
		background-size:cover;
		background-attachment:fixed;
		background-position:center center;
		background-repeat:no-repeat;
	}
	#audition .content .artistbox h3 {}
	#audition .content .artistbox h3 strong {font-family: 'GmarketSansBold';}
	#audition .content .artistbox .join {border-left:2px solid #eeeeee; padding:0 0 0 1.0em; box-sizing:border-box; margin:0px;}
	#audition .content .artistbox .join table td:first-child {width:60px;}
		@media screen and (max-width: 1680px) {
			#audition .content .artistbox .join table td:first-child {width:50px;}
		}
		@media screen and (max-width: 980px) {
			#audition .content .artistbox .join table td:first-child {width:45px;}
		}
		@media screen and (max-width: 480px) {
			#audition .content .artistbox .join table td:first-child {width:40px;}
		}

	#alliance_one img, #alliance_two img {margin-bottom:1em;}
		@media screen and (max-width: 980px) {
			#alliance_one img, #alliance_two img {margin-bottom:0em; max-width:50%;}
		}

	.content .artistbox {text-align:left;} 
	.content .artistbox h3 {margin-top:30px; font-family: 'GmarketSansLight'; font-size:4.0em;}
	.content .artistbox h4 {margin-top:0px; font-family: 'GmarketSansBold'; font-size:2.25em;}
	.content .artistbox h5 {margin-top:30px; font-family: 'GmarketSansBold'; font-size:1.25em; line-height:1.25em; letter-spacing:0.00em; margin-bottom:0px; }
	.content .artistbox p	{margin-top:10px;}
	.content .artistbox p.sns {margin-top:30px; height:13px; line-height:4px; overflow:hidden; vertical-align:middle;}
	.content .artistbox p.sns a {margin-right:10px; padding:0 5px; font-weight:400; font-size:13px; line-height:0px; overflow:hidden; border-left:1px solid #7261a8; border-right:1px solid #7261a8; color:#7261a8;}
	.content #profile h5 { color:#7261a8; margin-bottom:10px;}
	.content #profile p { font-size:0.7em; line-height:1.3em; color:#eeeeee;}
	/*.content .artistbox p.cate {font-weight:400; font-size:0.7em; line-height:2.0em; color:#211a2b;}
	.content .artistbox p.cate a { margin-right:15px; padding:0 0px; color:#211a2b;}
	.content .artistbox p.cate a:hover {background-color:#211a2b; color: #ffffff !important; border-radius:2px;}*/

	#artist_three ul{margin-top:10px;}
	#artist_three ul:after {display:block;visibility:hidden;clear:both;content:""} 
	#artist_three ul li{display:inline-block;font-weight:300; font-size:1.0em; line-height:2.0em; color:#211a2b;}
	#artist_three ul li a{margin-right:15px; padding:0 0px; color:#211a2b;}
	#artist_three ul li a:hover {background-color:#211a2b; color: #ffffff !important; border-radius:2px;}

			@media screen and (max-width: 736px) {
					#artist_three ul { margin-top:5px;}
					#artist_three li {display:inline-block;font-weight:300; font-size:1.0em; line-height:2.0em; color:#211a2b;}
					#artist_three li a {margin-right:15px; padding:0 0px; color:#211a2b;}
					#artist_three li a:hover {background:none; color: #211a2b !important;}
			}




		@media screen and (max-width: 736px) {
				.content .artistbox h2 {font-size:2.0em; line-height:110%;}
				.content .artistbox h3 {font-size:2.5em; margin-top:10px;}
				.content .artistbox h4 {font-size:2.25em;}
				.content .artistbox h5 {font-size:1.25em;}
				.content .artistbox p.sns {line-height:8px; margin-top:15px;}
				.content .artistbox a {margin-right:5px; padding:0 3px;}
				.content #profile p { margin-top:5px; font-size:1.0em; line-height:1.3em; color:#eeeeee;}
				/*.content .artistbox p.cate {font-weight:300; font-size:1.0em; line-height:2.0em; color:#211a2b;}
				.content .artistbox p.cate a:hover {background:none; color:#211a2b !important;}
				*/
				#audition .content .artistbox h3 {font-size:2.0em;}
				#gallery .content .artistbox h2 {font-size:2.0em; margin-bottom:0.5em; letter-spacing:-0.05em;}
				#gallery .content .artistbox input[type="button"].back,
				#gallery .content .artistbox input[type="submit"].back,
				#gallery .content .artistbox input[type="reset"].back,
				#gallery .content .artistbox .button.back,
				#gallery .content .artistbox button.back {
					position: absolute;
					right: 0em;
					top: 0em;
				}
		}


	#profile {
		-moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease;
		-webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
		-ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease;
		transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

		#profile .thumb {
			-moz-transition: opacity 1.25s ease-in-out;
			-webkit-transition: opacity 1.25s ease-in-out;
			-ms-transition: opacity 1.25s ease-in-out;
			transition: opacity 1.25s ease-in-out;
			pointer-events: auto;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
			opacity: 1;
			overflow: hidden;
			position: relative;
		}

		#profile .thumb {
			-moz-transition-delay: 2.525s;
			-webkit-transition-delay: 2.525s;
			-ms-transition-delay: 2.525s;
			transition-delay: 2.525s;
			width: 25%;
		}

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

			#profile .thumb {
				-moz-transition-delay: 1.625s;
				-webkit-transition-delay: 1.625s;
				-ms-transition-delay: 1.625s;
				transition-delay: 1.625s;
				width: 33.33333%;
			}

				#profile .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#profile .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#profile .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

				#profile .thumb:nth-child(4) {
					-moz-transition-delay: 1.1s;
					-webkit-transition-delay: 1.1s;
					-ms-transition-delay: 1.1s;
					transition-delay: 1.1s;
				}

		}

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

			#profile .thumb {
				-moz-transition-delay: 2.075s;
				-webkit-transition-delay: 2.075s;
				-ms-transition-delay: 2.075s;
				transition-delay: 2.075s;
				width: 50%;
			}

				#profile .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#profile .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#profile .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

				#profile .thumb:nth-child(4) {
					-moz-transition-delay: 1.1s;
					-webkit-transition-delay: 1.1s;
					-ms-transition-delay: 1.1s;
					transition-delay: 1.1s;
				}

		}

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

			#profile .thumb {
				-moz-transition-delay: 1.175s;
				-webkit-transition-delay: 1.175s;
				-ms-transition-delay: 1.175s;
				transition-delay: 1.175s;
				width: 100%;
			}

				#profile .thumb:nth-child(1) {
					-moz-transition-delay: 0.65s;
					-webkit-transition-delay: 0.65s;
					-ms-transition-delay: 0.65s;
					transition-delay: 0.65s;
				}

				#profile .thumb:nth-child(2) {
					-moz-transition-delay: 0.8s;
					-webkit-transition-delay: 0.8s;
					-ms-transition-delay: 0.8s;
					transition-delay: 0.8s;
				}

				#profile .thumb:nth-child(3) {
					-moz-transition-delay: 0.95s;
					-webkit-transition-delay: 0.95s;
					-ms-transition-delay: 0.95s;
					transition-delay: 0.95s;
				}

		}


#top_btn{position:fixed;bottom:2em;right:2em;z-index:10003;
			border-radius: 3.5em; border:2px solid #eeeeee; cursor:pointer;
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			margin-left: -2.5em;
			padding: 0;
			background-image: url("/theme/vol01/img/arrow_up_g.png");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
			transition: opacity 0.2s ease-out;opacity:0;}
#top_btn.show {opacity: 1;}

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

			.button.down, .button.back, #top_btn {
				width: 4em;
				height: 4em;
				line-height: 3.5em;
				margin-left: -2em; 
				background-size: 30% auto;
			}
		}

/*
	Phantom by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/
/* Tiles */


	.tiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		postiion: relative;
		margin: 2.0em 0 0 -1.0em; padding:0 19.0rem; /*margin: -1.0em 0 0 -1.0em;*/
	}

		.tiles article {
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			position: relative;
			width: calc(25% - 1.0em);
			margin: 1.0em 0 0 1.0em;
		}

			.tiles article > .image {
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				position: relative;
				display: block;
				width: 100%;
				border-radius: 4px;
				overflow: hidden;
			}

				.tiles article > .image img {
					display: block;
					width: 100%;
				}

				.tiles article > .image:before {
					pointer-events: none;
					-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
					-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
					-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
					transition: background-color 0.5s ease, opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					opacity: 1.0;
					z-index: 1;
					opacity: 0;
				}

				.tiles article > .image:after {
					pointer-events: none;
					-moz-transition: opacity 0.5s ease;
					-webkit-transition: opacity 0.5s ease;
					-ms-transition: opacity 0.5s ease;
					transition: opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
					background-position: center;
					background-repeat: no-repeat;
					background-size: 100% 100%;
					opacity: 0.25;*/
					z-index: 2;
				}

			.tiles article > a {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
				transition: background-color 0.5s ease, transform 0.5s ease;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				/*height: 100%;*/
				padding: 0em 0em 1em 0em;
				border-radius: 4px;
				border-bottom: 0;
				color: #ffffff;
				text-align: center;
				text-decoration: none;
				z-index: 3;
			}

				.tiles article.third > a {
					margin: 0; padding: 2em 1em 2em 1em;
				}

				.tiles article > a:hover {
					color: #ffffff !important;
				}
				

				.tiles article > a .content {
					-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
					-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
					-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
					transition: max-height 0.5s ease, opacity 0.5s ease;
					width: 100%;
					max-height: 0;
					font-family: 'GmarketSansMedium';
					font-size: 0.9em;
					line-height: 1.0em;
					margin: 0 0 0em 0;
					letter-spacing: 0.00em;
					opacity: 1; 
				}

					.tiles article > a .content > :last-child {
						margin-bottom: 0;
					}


			.tiles article > a .content h5 {
					font-family: 'GmarketSansMedium';
					font-size: 0.6em;
					line-height: 1.25em;
				}

			/*
			.tiles article.style1 > .image:before {
				background-color: #c75b9b;
			}

			.tiles article.style2 > .image:before {
				background-color: #ae85ca;
			}
			*/
			
			.tiles article.style3 > .image:before {
				background-color: #7261a8;
			}

			body:not(.is-touch) .tiles article:hover > .image {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

				body:not(.is-touch) .tiles article:hover > .image:before {
					background-color: #000000;
					opacity: 0;
				}

				body:not(.is-touch) .tiles article:hover > .image:after {
					opacity: 0;
				}

			body:not(.is-touch) .tiles article:hover .content {
				/*max-height: 15em;*/
				opacity: 1;
			}

		* + .tiles {
			margin-top: 0em;
		}

		body.is-preload .tiles article {
			-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			opacity: 0;
		}


		body.is-touch .tiles article .content {
			/*max-height: 15em;*/
			opacity: 1;
		}


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

			.tiles article > a {				
				padding: 0em 0em 1.5em 0em;
			}
		}

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

			.tiles {
				padding:0 2rem; 
			}

				
		}

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

			.tiles {
				margin: 0em 0 0 -0.5em; padding:0 2rem; 
			}

				.tiles article {
					width: calc(25% - 0.5em);
					margin: 0.5em 0 0 0.5em;
				}

					.tiles article:hover > .image {
						-moz-transform: scale(1.0);
						-webkit-transform: scale(1.0);
						-ms-transform: scale(1.0);
						transform: scale(1.0);
					}
				.tiles article.third {
					display:none;
				}
		}

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

			.tiles {
				margin: 0; padding:0 1rem; 
			}

				.tiles article {
					width: calc(50% - 0.5em);
					margin: 0.5em 0 0 0.5em;
					/*width: 100%;
					margin: 0.5em 0 0 0;*/
				}

				.tiles article > a {
				padding: 0 0em 3.5em 0em;
				}
				.tiles article.third {
					display:none;
				}
		}
