@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;500;600&display=swap');


/* poppins-300 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-regular - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-500 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-500d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-600 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-600d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-700 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-800 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/poppins-v15-latin-800.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-800d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-800.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-900 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/poppins-v15-latin-900.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/poppins-v15-latin-900d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/poppins-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/poppins-v15-latin-900.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/poppins-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/poppins-v15-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  
  

*{
	margin:0;
	padding:0;
    box-sizing:border-box;
}
html,body{
	font-size:10px;
	font-family:'Noto Sans KR', dotum, sans-serif;
    letter-spacing: -0.05em;
    overflow-x:hidden;
}

body.scroll{
	height:100vh;
	overflow: hidden;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
figure{
	line-height:0;
}
img{
    max-width:100%;
}
.hidden{
    display:none;
}

strong,b{
	font-weight:500;
}

input, textarea { vertical-align:middle; }
input[type=text],
input[type=password],
input[type=number] { padding:5px; border:1px solid #ebebeb; background:#fff; color:#696969; -webkit-appearance:none; border-radius:0; box-sizing:border-box; }
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder { color:#696969; }
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder { color:#696969; }
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder { color:#696969; } /* firefox 19+ */
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder { color:#696969; } /* ie */
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder { color:#696969; }
input[type=checkbox],
input[type=radio] { vertical-align:middle; }
input[type=submit],
input[type=button] { -webkit-appearance:none; border-radius:0; cursor:pointer; }
button { border:0; cursor:pointer; width:auto; overflow:visible; background-color:transparent; font-family:'Noto Sans KR', sans-serif; }
textarea { resize:none; border:1px solid #ebebeb; }
address, em { font-style:normal; }
th, td { padding:0; vertical-align:middle; font-weight:normal; }
a, button,
input[type=button],
input[type=submit],
input[type=reset] { text-decoration:none; line-height:normal; }

