#vf_main {
	margin: 0 auto;
	padding: 2%;
}

#vf_main ul {
	font-family: inherit;
	font-weight: inherit;
	font-variation-settings: inherit;
	font-style: inherit;

	line-height: 1.2;
	text-align: inherit;
	color: inherit;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	border-collapse: collapse;

}

#vf_main form {
	--pink: #F06;
	--yellow: #f2e94e;
	--yellow: #fff457;
	--blue: #3159DC;
	--green: #76E562;
	--white: #C7C9CA;
	font-variation-settings: 'wght' 320;
	line-height: 1.25;
	text-align: left;
	color: var(--white);
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

#vf_main h1 {
	font-variation-settings: 'wght' 800, 'opsz' 20;
	margin-top: 0;
	color: #666;
	font-weight: normal;
}
#vf_main h2 {

	font-size:1.5em;
	color: #666;
	font-weight: normal;
}

#vf_main table {
	font-variant-ligatures: none;
	width: 100%;
}
	#vf_main table label {
		font-size:16px;
	}
	#vf_main th, #vf_main td {
		vertical-align: central;
		color: black;
	}
#vf_main tr + tr th,
 #vf_main tr + tr td {
	padding-top: 1em;
}
#vf_main th {
	padding-right: 0.5em;
	width: 3.5rem;
}


#vf_typefaces typeface .typeface {
	position: relative;
	padding: calc(1rem + 2%) 0;
	border-bottom: 1px solid var(--blue);
}

#vf_typefaces .slider {
	padding-left: 0.25em;
	padding-right: 0.25em;
	width:450px;
}
#vf_typefaces input[type='range'] {
	margin: 0;
	vertical-align: middle;
}


#vf_typefaces .sample {
	color: #000;
/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
*/
	width: 100vw;
	margin: -0.25em 0 -0.25em -2vw;
	padding: 0.25em 6vw 0.25em 2vw;
	white-space: nowrap;
	overflow-x: auto;
}

#vf_typefaces .grayscale {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#vf_typefaces input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 11.5px 0;
}
#vf_typefaces input[type=range]:focus {
/*   outline: none; */
}
	#vf_typefaces input[type=range]::-webkit-slider-runnable-track {
		width: 100%;
		height: 1px;
		cursor: pointer;
		box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
		background: var(--white);
		border-radius: 0px;
		border: 0px solid #ffffff;
	}
	#vf_typefaces input[type=range]::-webkit-slider-thumb {
		border: 0px solid #ffffff;
		height: 16px;
		width: 16px;
		border-radius: 100px;
		/*background: #ff007a;*/
		background: black;
		cursor: pointer;
		-webkit-appearance: none;
		/*margin-top: -11.5px;*/
		margin-top : -8px;
	}
	#vf_typefaces input[type=range]:focus::-webkit-slider-runnable-track {
		/*background: #48a2dd;*/
		background: #C7C9CA;
	}
#vf_typefaces input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: var(--white);
  border-radius: 0px;
  border: 0px solid #ffffff;
}
	#vf_typefaces input[type=range]::-moz-range-thumb {
		box-shadow: 0px 0px 5px #ffffff, 0px 0px 0px #ffffff;
		border: 0px solid #ffffff;
		/*height: 24px;*/
		height: 16px;
		width: 16px;
		border-radius: 3px;
		/*background: #ff007a;*/
		background: #3159DC;
		cursor: pointer;
	}
#vf_typefaces input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
	#vf_typefaces input[type=range]::-ms-fill-lower {
		/*background: #268acc;*/
		background: #C7C9CA;
		border: 0px solid #ffffff;
		border-radius: 0px;
		box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	}
#vf_typefaces input[type=range]::-ms-fill-upper {
  background: var(--white);
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
	#vf_typefaces input[type=range]::-ms-thumb {
		box-shadow: 0px 0px 5px #ffffff, 0px 0px 0px #ffffff;
		border: 0px solid #ffffff;
		/*height: 24px;*/
		height: 16px;
		width: 16px;
		border-radius: 3px;
		/*background: #ff007a;*/
		background: #3159DC;
		cursor: pointer;
		height: 1px;
	}
#vf_typefaces input[type=range]:focus::-ms-fill-lower {
  background: var(--white);
}
	#vf_typefaces input[type=range]:focus::-ms-fill-upper {
		/*background: #48a2dd;*/
		background: #C7C9CA;
	}


/* PC 평균*/

#vf_typefaces .XS {font-size: 17px}
#vf_typefaces .S {font-size: 28px}
#vf_typefaces .M {font-size: 32px}
#vf_typefaces .L {font-size: 32px}
#vf_typefaces .XL {font-size: 38px}
#vf_typefaces .XXL {font-size: 42px}
#vf_typefaces .XXXL {font-size: 72px}	

#vf_typefaces .typeface .details {
	width: 100%;
	max-width: 700px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin: 50px 320px 0px 0px;
}	


