@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'notokr-medium';
    src: url('NotoKR-Medium/notokr-medium.eot');
    src: url('NotoKR-Medium/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('NotoKR-Medium/notokr-medium.woff2') format('woff2'),
         url('NotoKR-Medium/notokr-medium.woff') format('woff'),
         url('NotoKR-Medium/notokr-medium.ttf') format('truetype'),
         url('NotoKR-Medium/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*211214 - G마켓폰트*/
@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/GmarketSansTTFLight.woff') format('woff'),
      url('../fonts/GmarketSansTTFLight.otf') format('opentype');

}

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/GmarketSansTTFMedium.woff') format('woff'),
      url('../fonts/GmarketSansTTFMedium.otf') format('opentype');
}

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/GmarketSansTTFBold.woff') format('woff'),
      url('../fonts/GmarketSansTTFBold.otf') format('opentype');
}

/*211214 - Noto Sans KR*/
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/NotoSans-Light.woff2') format('woff2'),
        url('../fonts/NotoSans-Light.woff') format('woff'),
      url('../fonts/NotoSans-Light.otf') format('opentype'),
      url('../fonts/NotoSans-Light.eot');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff'),
      url('../fonts/NotoSans-Regular.otf') format('opentype'),
      url('../fonts/NotoSans-Regular.eot');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSans-Medium.woff2') format('woff2'),
        url('../fonts/NotoSans-Medium.woff') format('woff'),
      url('../fonts/NotoSans-Medium.otf') format('opentype'),
      url('../fonts/NotoSans-Medium.eot');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
      url('../fonts/NotoSans-Bold.otf') format('opentype'),
      url('../fonts/NotoSans-Bold.eot');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/NotoSans-Black.woff2') format('woff2'),
        url('../fonts/NotoSans-Black.woff') format('woff'),
      url('../fonts/NotoSans-Black.otf') format('opentype'),
      url('../fonts/NotoSans-Black.eot');
}


*{margin:0; padding:0;}
img{border:0;}
body{font-family: 'notokr-medium', "돋움", Dotum, sans-serif; font-size:12px;}
a{text-decoration:none;}
ul{list-style:none;}
