@charset "utf-8";

@font-face {
    font-family: 'null';
    src: url('font/Null-Normal.ttf') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Thin.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Thin.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-ExtraLight.woff2') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Light.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-ExtraBold.woff2') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'suit';
    src: url('font/SUIT-Heavy.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
}

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;
	-webkit-text-size-adjust : none; /* 크롬, 사파리, 오페라 신버전 / */
	-ms-text-size-adjust : none; /* / IE / */
	-moz-text-size-adjust : none; /* / 파이어폭스 / */
	-o-text-size-adjust : none; /* / 오페라 구버전 / */
    box-sizing: border-box;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html{
    font-family: 'suit';
    font-size: 0.83vw;
    width: 100vw;
    overflow-x: clip;
    font-weight: 500;
    color: #000;
    line-height: normal;
    letter-spacing: 0.05em; 
}

body::-webkit-scrollbar{
    display: none;
}
body::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: #FF8800;
    border-radius: 10px;
}
figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
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;
}

a {text-decoration:none; color: inherit;}

input, textarea, button , select {
	appearance: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	outline: 0;
	font-family: inherit;
}

input[type='radio']{
	appearance: none;
}

img {max-width: 100%; height: auto; vertical-align: top;} /* 이미지 반응형 */

/* ios 기본 스타일 제거 */
input{
	/*ios대응*/
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select{
	/*ios대응*/
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;

	/*화살표 배경 넣기*/
}
select::-ms-expand{ 
	display:none; /* 화살표 없애기 for IE10, 11*/
}

figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
