:root {
	/*   new */
	--color-shockingly-green: #0ae448;
	--color-just-black: #0e100f;
	--color-surface-white: #fffce1;
	--color-pink: #fec5fb;
	--color-shockingly-pink: #f100cb;
	--color-orangey: #ff8709;
	--color-lilac: #9d95ff;
	--color-lt-green: #abff84;
	--color-blue: #00bae2;
	--color-grey: gray;
	--color-surface75: #bbbaa6;
	--color-surface50: #7c7c6f;
	--color-surface25: #42433d;
	--gradient-macha: linear-gradient(
	114.41deg,
	var(--color-shockingly-green) 20.74%,
	var(--color-lt-green) 65.5%
	);
	--gradient-orange-crush: linear-gradient(
	111.45deg,
	var(--color-orangey) 19.42%,
	#f7bdf8 73.08%
	);
	--gradient-lipstick: linear-gradient(
	165.72deg,
	#f7bdf8 21.15%,
	#cd237f 81.93%
	);
	--gradient-purple-haze: linear-gradient(
	153.58deg,
	#f7bdf8 32.25%,
	#2f3cc0 92.68%
	);
	--gradient-skyfall: linear-gradient(
	131.77deg,
	#0a157a 30.82%,
	#15bfe4 81.82%
	);
	--gradient-emerald-city: linear-gradient(
	166.9deg,
	var(--color-shockingly-green) 53.19%,
	#0085d0 107.69%
	);
	--gradient-summer-fair: linear-gradient(
	144.02deg,
	var(--color-blue) 4.56%,
	var(--color-pink) 72.98%
	);
	--color-core-green: #dfffd1;
	--color-core-green-lt: #f3ffee;
	--color-core-gradient: radial-gradient(
	89.08% 84.62% at 16.54% 78.46%,
	#fbfefa 0%,
	#c9f6b4 39.58%,
	#abff84 77.6%,
	#2fee65 100%
	);
	--color-core-button-gradient: linear-gradient(
	114.41deg,
	#0ae448 20.74%,
	#abff84 65.5%
	);
	--color-core-heading-gradient: linear-gradient(
	  180deg,
	  #d6ffc3 0%,
	  rgba(214, 255, 195, 0) 100%
	),
	#f3ffee;
	--color-core-intro-gradient: linear-gradient(
	  144.5deg,
	  #e8ffdd 65.09%,
	  #7dea7b 122.73%
	),
	linear-gradient(311.31deg, #7ef89e 36.08%, #e5ffd9 106.98%);
	--color-text-purple: #d2ceff;
	--color-text-purple-lt: #dfdcff;
	--color-text-gradient: radial-gradient(
	129.03% 100% at 120.97% 81.45%,
	#dfdcff 27.08%,
	#a69eff 100%
	);
	--color-svg-tangerine: #ffe3c7;
	--color-svg-tangerine-lt: #fff0e0;
	--color-svg-gradient: radial-gradient(
	70.77% 70.77% at 0% 70.77%,
	#ffd9b0 0%,
	#fd9f3b 80.73%,
	#ff8709 100%
	);
	--color-svg-heading-gradient: linear-gradient(
	  180deg,
	  #ffbd77 0%,
	  rgba(254, 197, 251, 0) 100%
	),
	#ffe4c7;
	--color-ui-blue: #bef3fe;
	--color-ui-blue-lt: #e1faff;
	--color-ui-blue-codeblk: #f6feff;
	--color-ui-text-gradient: linear-gradient(
	168.89deg,
	#fec5fb -21.3%,
	#00bae2 89.88%
	);
	--color-ui-code-blocktext-gradient: linear-gradient(
	142.91deg,
	#cef6ff 18.75%,
	#a6efff 54.93%
	);
	--color-ui-gradient: radial-gradient(
	78.77% 78.77% at 71.71% 30.77%,
	#f0fcff 0%,
	#9bedff 67.21%,
	#98ecff 76.04%,
	#5be1ff 84.9%,
	#00bae2 94.79%
	);
	--color-ui-gradient-background: linear-gradient(
	137.1deg,
	#ecfcff 27.5%,
	#a6efff 94.09%
	);
	--color-ui-gradient-flip-background: radial-gradient(
	140% 190% at 117.54% 131.12%,
	#f0fcff 0%,
	#9bedff 25.52%,
	#98ecff 42.71%,
	#5be1ff 60.94%,
	#00bae2 94.79%
	);
	--color-scroll-pink: #ffd7fd;
	--color-scroll-pink-lt: #ffe9fe;
	--color-scroll-gradient: linear-gradient(
	317.42deg,
	#ffe9fe 10.4%,
	#ff96f9 83.03%
	);
	
	--dark: var(--color-just-black);
	--grey-dark: var(--color-surface-25);
	--light: var(--color-surface-white);
	--mid: var(--color-surface-50);
	--grey: var(--color-grey);
	--gray: var(--color-grey);
	--green: var(--color-shockingly-green);
	--green-dark: var(--color-shockingly-green);
	--green-light: var(--color-lt-green);
	--blue: var(--color-blue);
	--purple: var(--color-lilac);
	--red: var(--color-pink);
	--orange: var(--color-orangey);
	accent-color: var(--color-shockingly-green);
}
/* added*/
.sound_only {
	display: none;
}
button {
	display: inline-block;
	outline: none;
	padding: 8px 14px;
	background: var(--dark);
	border: solid 2px var(--light);
	color: var(--light);
	text-decoration: none;
	border-radius: 99px;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	line-height: 18px;
}
#hd_login_msg {
	padding: 2rem 1rem;
}
.panel.align-top {
  	align-items: flex-start;
}
.panel h1 {
	font-size: 1.2em;
	color: var(--color-just-black);
	margin: 0 auto;
	text-transform: capitalize;
	margin-top: 2rem;
}
.panel.description {
  	padding-bottom: 60px;
}
.panel p, .panel li {
	color: var(--color-just-black);
	font-weight: 300;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	position: relative;
}
.panel p strong, .panel li strong {
	color: var(--color-just-black);
	font-weight: 300;
}
.panel p code, .panel li code {
	background-color: rgba(255,255,255,0.15);
	padding: 2px 4px;
	border-radius: 5px;
}
.panel li {
  	margin: 0;
}
.gray {
  	background: #E1E4E1;
}
.blue {
  	background: #E1E4E1;
}
.orange {
  	background: #E1E4E1;
  	overflow: hidden;
}
.red {
	background: #ED3F1C;
	overflow: hidden;
}
.purple {
  	background: #E1E4E1;
}
.green {
  	background: #E1E4E1;
}
.final {
	background: #E1E4E1;
}
html, body {
	margin: 0;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.panel {
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	text-align: center;
	position: relative;å
	box-sizing: border-box;
	padding: 10px;
	color: var(--color-just-black);
}
/* HEADER */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 6px 10px 10px 10px;
	border-bottom-right-radius: 26px;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	will-change: transform;
}
/* HEADINGS */
.header-section {
	padding: 0 15px;
	text-align: center;
	margin: 40vh auto 50vh;
}
/* SCROLL DOWN */ 
.scroll-down {
	position: absolute; 
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	color: black;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	overflow: visible;
}
.scroll-down .arrow {
	position: relative;
	top: -4px;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
	background-size: contain;
}
.arrow-right {
	transform: rotate(-90deg);
	position: relative;
	top: -4px;
	margin: 1rem auto;
	width: 20px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
	background-size: contain;
}
body {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
	background: #d5d6da;
	font-family: "Pretendard", "Helvetica", sans-serif;
	color: #242225;
	overflow-x: hidden;
	overflow-y: scroll;
}
a {
	color: #242225;
	text-decoration: none;
}
code .str, pre .str {
   	color: #0ae448 !important;
}
.w-100 {
	width: 100%;
}
* {
  	box-sizing: border-box;
}
/* Float four columns side by side */
.column {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.row {
	margin: 0 -5px;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Style the counter cards */
.card {
	padding: 16px;
	text-align: center;
}
.thumb_0 img {
	filter: grayscale(1);
	opacity: .3;
}
.thumb_0 .img_box::before {
	content: 'Sold';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	font-size: 34px;
	font-weight: bold;
	opacity: .5;
	line-height: 100%;
}
.thumb_3 .img_box::before {
	content: 'Reserved';
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 9;
	font-size: 34px;
	font-weight: bold;
	opacity: .5;
	color: white;
}
.logo {
	position: absolute;
	top: -5%;
	left: -3%;
	width: 70%;
}
.logo img {
	width: 100%;
}
.tonearm {
	position: absolute;
	top: -5%;
	left: 62%;
	width: 15%;
	transform-origin: top right;
	transform: rotate(12deg);
}
.tonearm img {
	width: 100%;
}
@media (min-width: 1200px) {
	.logo {
		width: 50%;
	}
	.tonearm {
		width: 10%;
		left: 45%
	}
}
.box {
	width: auto;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background-color: white;
	border-radius: 8px;
	color: #222;
	margin-left: 20px;
	will-change: transform;
	display: inline-block;
	padding: 0 1.2rem;
}
.box.active {
	background-color: orange;
	border: 2px solid white;
}
.description {
	background-color: #757e85;
}
.description .typo {
	position: absolute;
	bottom: 35%;
	width: 100%;
}
.description h1 {
	text-align: center;
	margin: auto;
	line-height: 1;
	color: transparent;
	font-size: 100px;
	opacity: 0;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
	word-break: keep-all;
}
.description p {
	margin: auto;
	text-align: center;
	text-transform: uppercase;
}
.description, .final {
	position: relative;
	padding: 0;
	min-height: 100vh;
	background: #fff;
}
.home {
	position: fixed;
	top: 6rem;
	left: -4rem;
	transform: rotate(90deg);
	z-index: 2;
	color: black;
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
}
.copy p {
	position: fixed;
	right: -4rem;
	bottom: 6rem;
	transform: rotate(-0.25turn);
	font-size: x-small;
	z-index: 2;
}
.final ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.final li {
	font-size: 11px;
}
.picture img {
	max-height: 80vh;
	overflow: hidden;
	display: block;
	width: 100%;
}
.contact_page {
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
@media (min-width:1024px){
	.panel h1 {
		font-size: 1.8em;
	}
	.home {
		top: 4rem;
		left: -1rem;
		font-size: 11px;
	}
	.contact_page {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100vh;
	}
	.contact_page>div {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		overflow: hidden;
	}
	.picture img {
		width: auto;
		max-height: 100%;
		overflow: hidden;
		position: absolute;
		display: block;
	}
}
.contact_page>div {
	width: 100%;
	position: relative;
}
.contact_page>div:last-child {
	margin-bottom: 3rem;
}
.contact {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	row-gap: 2.5rem;
	padding-bottom: 0;
	padding-top: 0;
	display: flex;
	text-align: center;
	word-break: keep-all;
}
.contact p {
	margin: 0 0 .5rem;
}
.contact h1 {
	margin-top: 4rem;
}
.contact h3 {
	font-size: 1.375rem;
	line-height: 106%;
	margin: 0;
	font-weight: 400;
}
.keyhole {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: #9C9C9C;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
  z-index: 1;
}
.arrow {
  position: absolute;
  top: 72.5vh;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-animation: float 1s ease-in-out infinite alternate both;
          animation: float 1s ease-in-out infinite alternate both;
}
.arrow svg {
  transform: rotate(90deg);
  stroke: #2d3436;
  width: 2rem;
  margin-left: -1rem;
  height: auto;
}

.description figure {
  	position: relative;
  	left: 50%;
  	width: 100vw;
  	transform: translateX(-50%);
  	margin: 0 0 -10px 0;
}
.description figure img {
  	width: 100%;
  	-o-object-fit: cover;
     object-fit: cover;
	 min-height: 100vh;
}
.section_content {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
.container {
  	overflow: hidden;
}
.nav {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 10;
}
.nav > div {
	display: block;
	width: 5rem;
	text-align: center;
	height: 5rem;
	border-radius: 5rem;
	background: #231815;
	color: #fff;
	border: 0;
	font-size: 11px;
	line-height: 5rem;
	margin: 1rem;
	cursor: pointer;
}
.btn_map {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_map a {
	display: inline-block;
	padding: 6px 12px;
	background: black;
	color: #fff;
	text-align: center;
	margin: 40px 2px;
}
.panel {
  font-weight: 300;
  height: fit-content;
}
.panel.blue {
	height: 100vh;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.nav {
		right: 4px;
		bottom: 4px;
		z-index: 10;
	}
	.nav > div {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #231815;
		font-size: 10px;
		line-height: 60px;
		margin: 1px;
	}
}

@media (orientation: portrait) {
	.panel.blue {
		height: 50vh;
	}
}
@-webkit-keyframes float {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(50%);
  }
}

@keyframes float {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(50%);
  }
}
