/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* iOS 터치 시 파란 영역 제거 */
}

/* Remove default scroll bounce in iOS (optional) */
html, body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%; /* iOS Safari 문자 확대 방지 */
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior: none; /* iOS 스크롤 튐 방지 */
}

/* Remove link underline and tap styles */
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
    
* {
	margin: 0;
	padding: 0; 
	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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
	margin: 0;
	font-family: 'Pretendard', 'Nanum Gothic', sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.blind {
	overflow:hidden;
	display:inline-block;
	position:absolute;
	border:0;
	width:1px;
	height:1px;
	clip:rect(1px,1px,1px,1px);
	clip-path:inset(50%);
	z-index:-1;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
}

button{
	background:none;
	border:0;
	cursor:pointer;
	font-family: 'Pretendard', 'Nanum Gothic', sans-serif;
}

button:disabled{
    cursor:not-allowed;
}


a{
    color: #333;
	text-decoration: none;
}

input::placeholder {
	color: #B2B2B2;
	font-size: 14px;
	font-family: 'Pretendard', 'Nanum Gothic', sans-serif;
}

textarea::placeholder {
	color: #B2B2B2;
	font-size: 14px;
	font-family: 'Pretendard', 'Nanum Gothic', sans-serif;
}

p{
	overflow: hidden;
    word-wrap: break-word;
    line-height: 1.1;
}

/* font reset */

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url("../font/woff/Pretendard-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Pretendard';
    font-style: medium;
    font-weight: 500;
    src: url("../font/woff/Pretendard-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Pretendard';
    font-style: semibold;
    font-weight: 600;
    src: url("../font/woff/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
    font-family: 'Pretendard';
    font-style: bold;
    font-weight: 700;
    src: url("../font/woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
    font-family: 'Pretendard';
    font-style: black;
    font-weight: 900;
    src: url("../font/woff/Pretendard-Black.ttf") format("ttf");
}


