@charset "utf-8";


@font-face {
	font-family: "pre"; font-style: normal; font-weight: 400; src: url(../font/Pretendard-Regular.woff);
}
@font-face {
	font-family: "pre"; font-style: bold; font-weight: 600; src: url(../font/Pretendard-Bold.woff);
}
@font-face {
	font-family: "pre"; font-style: bold; font-weight: 900; src: url(../font/Pretendard-ExtraBold.woff);
}

@font-face {
	font-family: "gmarket"; font-style: bold; font-weight: 900; src: url(../font/GmarketSansTTFBold.woff);
}



/* */
BODY {font-size:13px; color:#666666; font-family: "Poppins", "pre", Dotum, "돋움", Verdana, Arial, sans-serif !important;}
header {margin:0; padding:0;}
h5 {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/* CSS reset Start*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
	overflow-y: scroll; 
	
	width:100%;
	height:100%;

}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	width:100%;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
a {
text-decoration:none !important;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS reset End*/


/*LOW VER. IE SUPPORT HTML5*/
article, aside, hgroup, header, footer, figure, figcaption, section,time, mark, canvas, video, audio, details, summary {display:block;}

A {color: #444444}


#wrap {width:100%;}

