@font-face {
    font-family: 'custom';
    src: url('custom-font.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
* { margin:0; padding:0; background-repeat: no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
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.2;}
input:focus { outline: none; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: none; }
img { border: 0; }

html {
	height: 100%;
	font-size: 16px;
}

body {
	font-family: 'custom', -apple-system, 'SF Pro Display', 'Helvetica Neue', 'Helvetica', 'Apple SD Gothic Neo',  'Malgun Gothic', sans-serif;
	color: #B3D7FB;
	background-color: #000;
    text-rendering: optimizeLegibility;
    float: left; width: 100%; height: 100%;
    overflow: hidden;
}

.caption { position: absolute; padding: 30px; bottom: 0; right: 0; width: 40%;  z-index: 100;}
.caption p {
	float: left;
	width: 100%;
	font-size: clamp(14px, 1.6vmax, 24px);
	line-height: 1.5;
}


.caption p::selection { background-color: #fff; color: #000; }

.caption p a { color: #B3D7FB; }
.caption p a:hover { text-decoration: underline; }


.cover-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	background-size: cover;
	background-image: url(4155.jpg);
	background-position: 50% 100%;
}
