@charset "utf-8";
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,
 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%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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, a:hover{
	text-decoration:none !important;
}

body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

.clear{
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.no-padding{
	padding:0px;
}


@font-face {
  font-family: 'Droid Sans, Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/res/font/subset/NotoSans-Thin.woff2) format('woff2'),
       url(/res/font/subset/NotoSans-Thin.woff) format('woff'),
       url(/res/font/subset/NotoSans-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/res/font/subset/NotoSans-Light.woff2) format('woff2'),
       url(/res/font/subset/NotoSans-Light.woff) format('woff'),
       url(/res/font/subset/NotoSans-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/res/font/subset/NotoSans-Regular.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Regular.woff) format('woff'),
        url(/res/font/subset/NotoSans-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/res/font/subset/NotoSans-Medium.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Medium.woff) format('woff'),
        url(/res/font/subset/NotoSans-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/res/font/subset/NotoSans-Bold.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Bold.woff) format('woff'),
        url(/res/font/subset/NotoSans-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/res/font/subset/NotoSans-Black.woff2) format('woff2'),
        url(/res/font/subset/NotoSans-Black.woff) format('woff'),
        url(/res/font/subset/NotoSans-Black.otf) format('opentype');
}

@font-face {
    font-family: 'gmarketl';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gmarketm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'gmarket';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
	width:100%;
	overflow-x:hidden;
	font-family:'Noto Sans KR';
	font-weight:300;
	max-width:1920px;
	margin:0 auto;
}

.wrap{
	width:100%;
}


.text-center{
	text-align:center;
}

.text-left{
	text-align:left;
}

.text-right{
	text-align:right;
}

.w100{
	width:100%;
}

.w30{
	width:30%;
}

.w33{
	width:33.3333%;
}

.w50{
	width:50%;
}

.w70{
	width:70%;
}

.left{
	float:left;
}

.right{
	float:right;
}

.mw100{
	max-width:100%;
}