@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:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/lemonmilk');
				
@font-face {
	font-family: 'Pretendard-Thin';
	src: url('https://scrparking.com/dist/font/Pretendard-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-ExtraLight';
	src: url('https://scrparking.com/dist/font/Pretendard-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Light';
	src: url('https://scrparking.com/dist/font/Pretendard-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://scrparking.com/dist/font/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Medium';
	src: url('https://scrparking.com/dist/font/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-SemiBold';
	src: url('https://scrparking.com/dist/font/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Bold';
	src: url('https://scrparking.com/dist/font/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-ExtraBold';
	src: url('https://scrparking.com/dist/font/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Black';
	src: url('https://scrparking.com/dist/font/Pretendard-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

.pre-1{font-family: 'Pretendard-Thin';}
.pre-2{font-family: 'Pretendard-ExtraLight';}
.pre-3{font-family: 'Pretendard-Light';}
.pre-4{font-family: 'Pretendard-Regular';}
.pre-5{font-family: 'Pretendard-Medium';}
.pre-6{font-family: 'Pretendard-SemiBold';}
.pre-7{font-family: 'Pretendard-Bold';}
.pre-8{font-family: 'Pretendard-ExtraBold';}
.pre-9{font-family: 'Pretendard-Black';}

.suit{font-family: 'SUIT', sans-serif;}

.scr_title {font-family: 'Pretendard-ExtraBold';font-size: 33px;line-height: 1.5em;letter-spacing: -.01em}

.scr_en_name {font-family: 'Roboto Condensed';font-size: 14px;letter-spacing: .2em}
.scr_en_name span {font-weight: 600}

.f_fff { color: #fff !important}
.f_000 { color: #000}

@media screen and (max-width:520px) {
	.scr_title {font-size: 26px}
	.scr_en_name {font-family: 'Roboto Condensed';font-size: 13px;letter-spacing: .2em}
}