/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
	LG Smart
	light : 300
	regular : 400
	SemiBold : 600
	bold : 700
*/
@font-face {
	font-family: "LG Smart";
	src: url("../fonts/LGEITextTTF-Light.woff") format("woff"),
        url("../fonts/LGEITextTTF-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: "LG Smart";
	src: url("../fonts/LGEITextTTF-Regular.woff") format("woff"),
        url("../fonts/LGEITextTTF-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: "LG Smart";
	src: url("../fonts/LGEITextTTF-SemiBold.woff") format("woff"),
        url("../fonts/LGEITextTTF-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "LG Smart";
	src: url("../fonts/LGEITextTTF-Bold.woff") format("woff"),
        url("../fonts/LGEITextTTF-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "LG Headline Smart";
	src: url("../fonts/LGEIHeadlineTTF-Bold.woff2") format("woff2"),
        url("../fonts/LGEIHeadlineTTF-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "LG Headline Smart";
	src: url("../fonts/LGEIHeadlineTTF-Semibold.woff2") format("woff2"),
        url("../fonts/LGEIHeadlineTTF-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "LG Headline Smart";
	src: url("../fonts/LGEIHeadlineTTF-Regular.woff2") format("woff2"),
        url("../fonts/LGEIHeadlineTTF-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "LG Headline Smart";
	src: url("../fonts/LGEIHeadlineTTF-Light.woff2") format("woff2"),
        url("../fonts/LGEIHeadlineTTF-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "LG Headline Smart";
	src: url("../fonts/LGEIHeadlineTTF-Thin.woff") format("woff"),
        url("../fonts/LGEIHeadlineTTF-Thin.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}












/*
@font-face {
	font-family: 'LG EI Headline';
	font-weight: 200;
	font-style: normal;
	src: url(../fonts/LGEIHeadline-Thin.woff2) format("woff2"),url(../fonts/LGEIHeadline-Thin.woff) format("woff")
}
@font-face {
	font-family: 'LG EI Headline';
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/LGEIHeadline-Light.woff2) format("woff2"),url(../fonts/LGEIHeadline-Light.woff) format("woff")
}
@font-face {
	font-family: 'LG EI Headline';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/LGEIHeadline-Regular.woff2) format("woff2"),url(../fonts/LGEIHeadline-Regular.woff) format("woff")
}
@font-face {
	font-family: 'LG EI Headline';
	font-display: swap;
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/LGEIHeadline-Semibold.woff2) format("woff2"),url(../fonts/LGEIHeadline-Semibold.woff) format("woff")
}
@font-face {
	font-family: 'LG EI Headline';
	font-display: swap;
	font-weight:  700;
	font-style: normal;
	src: url(../fonts/LGEIHeadline-Bold.woff2) format("woff2"),url(../fonts/LGEIHeadline-Bold.woff) format("woff")
}
*/

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, 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, button {
	margin: 0;
	padding: 0;
	border: 0 none;
	letter-spacing: -0.2px;
	font-weight: 400;
	font-family: "LG Headline Smart";
	font-size: 16px;
	font-style: normal;
	border-color: transparent;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-touch-callout: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:focus, a:visited, a:hover{
	text-decoration: none;
	color:#333;
}
label{
	display: block;
	width: 100%;
}
input{
	border: 0;
	outline: 0;/* */
	border-radius: 0;
	-webkit-border-radius: 0; /* iOS 둥근 테두리 초기화 */
	-webkit-appearance: none; /* iOS 내부 그림자 초기화 */
}
