/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */
/* end normalize */



@font-face {
   font-family: 'f';
   font-style: normal;
   font-weight: 350;
   src: url(fonts/favorit/FavoritHangul-Book.woff2) format('woff2');
}

@font-face {
   font-family: 'f-l';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/favorit/Favorit-RegularLining-roman.woff) format('woff');
}





html, body {
	margin:0;
	padding: 0;
}
body {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

ul, li {
	list-style: none;
}

.pagination, .close, #canvas_overlay, img, .rtl li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.font {
	position: fixed;
	top:0;
	left: 0;
	opacity: 0.1;
	color:white;
	text-indent: 0;
	pointer-events: none;
}
.font_1 {
	font-family: 'f-l';
}
.font_2 {
	font-family: 'f';
}

/*** PRELOADER ***/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: white;
}
.preloader .loader_wrap {
	position: fixed;
	top:50%;
	left: 52%;
	transform: translate(-50%,-50%);
	max-width: 150px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.loader_logo {
	max-width: 150px;
	width: 81px;
	position: relative;
	top:0px;
}
.preloader .loading_icon {
    min-width: 17px;
    margin-left: 10px;
    animation: 1s load-spin-logo linear infinite;
}
/*** MAIN STUFF ***/
.bg_color {
	pointer-events: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    /*background: radial-gradient(red 0%, white 60%);*/
    background: radial-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    z-index: -1;
}
.bg_color_content {
	pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120vw;
    height: 120vh;
    /*background: radial-gradient(red 0%, white 60%);*/
    /*background:  radial-gradient(rgb(255, 255, 50) 0%, rgb(255, 255, 255) 90%);*/
    /*background: radial-gradient(rgb(4, 0, 255) 0%, rgb(255, 255, 255) 90%);*/
    background: radial-gradient(rgb(43, 43, 43) 0%, rgb(255, 255, 255) 90%);
    z-index: -1;
    /*border-radius: 50%;*/
}
.menu_trigger {
	position: fixed;
	width: 40px;
	height: 40px;
	left: 10px;
	top: 10px;
	z-index: 6;
	background: radial-gradient(20.00px at 50% 50%, #000000 0%, rgba(196, 196, 196, 0) 100%);
	cursor: pointer;
}
.top_bar {
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0px;
	top: 0px;
	pointer-events: none;

	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 53.12%);
	transform: matrix(1, 0, 0, -1, 0, 0);

	z-index: 2;
}
.logo {
	position: fixed;
	/*width: 94px;*/
	right: 0px;
	top: 0px;
	padding: 17px 15px;
	z-index: 5;
	cursor: pointer;
	font-family: 'f-l';
	font-weight: 400;
	/*font-feature-settings: "ss09";*/
}

/****/

/*** RTL ***/

.rtl {
	position: fixed;
	top:0;
	left: 0;
	/*float: right;*/
	padding: 0px 50px;
	margin:0;
	width: 100%;
	/*height: 100%;*/
	height: 100vh;
	writing-mode: vertical-rl ;
}
.rtl li {
	font-family: f, a-sd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 2vw;
	font-weight: 350;
	letter-spacing: 0.14vw;
	line-height: 1.59;
	white-space: nowrap;
	/*padding:30px 20px 300px;*/
	padding:2.39vw 1.59vw 23.9vw;
	display: block;
	cursor: pointer;
	/*cursor: pointer;*/
}
.rtl li img{
	width: 100%;
	max-width: 7.5vw;
	opacity: 1;
	pointer-events: none;
}
.img_wrap {
	position: relative;
	display: inline-block;
	margin: 20px 0;
}
.img_wrap canvas {
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	cursor: crosshair;
}
.spacer_top {
    display: inline-block;
    height: 45px;
    width: 50px;
}

/***/

/*** OVERLAY CONTENT ***/

.overlay_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: rgba(255, 255, 255, 0.96);
    display: none;
}
.overlay_content ul {
	transition: 0.3s opacity ease-in-out;
	opacity: 0;
}
.overlay_content.loaded ul {
	opacity: 1;
}
.overlay_content li {
	opacity: 0.01;
}
.overlay_content li.show {
	opacity: 1;
}
.overlay_content img {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 200px);
	max-height: 85vh;
	/*height: calc(100% - 250px);*/
	object-fit: contain;
	pointer-events: none;
}
.pagination {
	font-family: 'f-l';
	font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: e-resize;
	opacity: 0;
	pointer-events: auto;
	transition: 0.3s opacity ease-in-out;
}
.loaded .pagination {
	opacity: 1;
	pointer-events: auto;
}
.close  {
	font-size: 16px;
	top:19px;
	right: 20px;
	font-family: f-l;
	font-weight: 400;
	position: fixed;
	letter-spacing: 0.8px;
	cursor: pointer;
}

#canvas_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    cursor: e-resize;
}
.overlay_content .loading_icon {
	position: fixed;
	top:50%;
	left: 50%;
	width: 20px;
	opacity: 1;
	pointer-events: none;
	transform: translate(-50%,-50%);	
	animation: 1s load-spin linear infinite;
}
.overlay_content.loaded .loading_icon {
	opacity: 0;
	animation: none;
    
}
@keyframes load-spin {
	0% {
		transform:translate(-50%,-50%) rotate(0deg);
	}
	100% {
		transform:translate(-50%,-50%) rotate(359deg);
	}
}
@keyframes load-spin-logo {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(359deg);
	}
}

/***/

/*** OVERLAY MENU ***/

.overlay_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;

    background-color: rgba(255, 255, 255, 0.96);
    /*display: none;*/
    transition: 0.2s opacity;
    opacity: 0;
    pointer-events: none;
}
.overlay_menu em {
	display: block;
}
.show_menu .overlay_menu {
	/*display: block;*/
	opacity: 1; 
	pointer-events: auto;
	overflow: auto;
}

.overlay_menu ul {
	padding: 50px 20px 50px 50px;
}
.overlay_menu li{
    display: flex;
    font-size: 1.5vw;
    line-height: 1.5;
    /*justify-content: space-between;*/
    word-break: keep-all;
    margin-bottom: 14px;
    cursor: pointer;
    transition: 0.3s opacity ease-in-out;
    text-align: left;
    align-items: flex-start;
    width: fit-content;
}
.overlay_menu li:hover {
	opacity: 0.5;
}
.overlay_menu .project_title {
	font-family: f,a-sd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 350;
	/*font-feature-settings: "ss09";*/
	white-space: pre-wrap;

}
.overlay_menu .project_date {
	font-family: f, sans-serif;
	font-size: 1vw;
	position: relative;
	margin-right: 3vw;
	font-weight: 350;
	top:2px;
	/*min-width: 100px*/
}
/***/


/*** OVERLAY ABOUT ***/

.overlay_about {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;

    background-color: rgba(255, 255, 255, 0.96);
    /*display: none;*/
    opacity: 0;
    transition: 0.2s opacity;
    pointer-events: none;
}
.show_about .overlay_about {
	/*display: block;*/
	opacity: 1;
	pointer-events: auto;

}
.overlay_about span {
	display: block;

	padding: 67px 20px 0 50px;
	font-size: 1.4vw;
	line-height: 1.66;
	font-family: f, a-sd, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 350;
	max-width: 45vw;
	word-break: keep-all;
}

.overlay_about a {
	color: black;
	text-decoration: none;
	font-family: f-l;
	font-feature-settings: "ss09"
}




@media (max-width: 1024px) {
	em {
		display: block;
	}
	.menu_trigger {
		display: none;
	}
	.logo {
		right: auto;
		left: 5px;
	}
	.logo, .rtl li, .menu_trigger, .overlay_menu li, .close {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
		/*-webkit-tap-highlight-color: black;*/
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.top_bar {
		height: 80px;
	}
	.logo {
		/*top:24px;*/


	}
	.bg_color {
		background: radial-gradient(#3e3e3e 0%, rgb(255, 255, 255) 60%);
	}
	.rtl {
	    writing-mode: unset;
	    padding: 60px 0 50px;
	    top: 0;
	    height: 100%;
	    transform: none !important;
	    overflow: auto;
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */

	}
	.rtl li {
		font-size: 18px;
		padding: 12px 20px;
		white-space: unset;
		letter-spacing: 0;
		transform: none !important;
		word-break: keep-all;
	}
	.rtl li img {
		width: 7vw;
		vertical-align: middle;
		max-width: 41px;
	}
	.spacer_top {
		display: none;
	}
	.img_wrap {
		margin: 0 10px;
		top:-1px;
	}
	.overlay_about span {
		font-size: 16px;
		max-width: 100%;
		padding: 67px 30px 0;
	}
	.show_menu .overlay_menu {
		overflow: auto;
	}
	.overlay_menu ul {
		padding: 50px 20px  50px;
	}
	.overlay_menu li {
		font-size: 16px;
	}
	.overlay_menu .project_date {
		font-size: 10px;
		margin-right: 20px;
	}
	.overlay_content img {
		width: calc(100% - 60px);
	}
	.bg_color_content {
		background: radial-gradient(rgb(43, 43, 43) 0%, rgb(255, 255, 255) 90%);
	}
}


@media (max-width: 768px) {

	.rtl li {
		font-size: 16px;
		padding: 10px 20px;
	}
	.rtl li img {
		max-width: none;
	}
	.bg_color_content, .bg_color {
		width: 125vw;
		height: 125vw;
	}
	.bg_color {
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.bg_color_content {
		background: radial-gradient(rgb(43, 43, 43) 0%, rgb(255, 255, 255, 0) 70%)
	}
}
@media (max-width: 570px) {
	.overlay_about span {
		padding: 67px 20px 0;
	}
}
