@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:normal;
	src:local('Noto Sans Regular'), local('NotoSans-Regular'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Regular-Hestia.eot),
	url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Regular-Hestia.woff) format('woff'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:bold;
	src:local('Noto Sans Medium'), local('NotoSans-Medium'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Medium-Hestia.eot),
	url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Medium-Hestia.woff) format('woff'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face {
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:900;
	src:local('Noto Sans Black'), local('NotoSans-Black'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Black-Hestia.eot),
	url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Black-Hestia.woff) format('woff'),
	url(../_mplshop/font/NotoSansKR/NotoSansKR-Black-Hestia.otf) format('opentype');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none;vertical-align:top;}
dl,ul,ol,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
body {background:#fff}
body,th,td,input,select,textarea,button {font-size:12px; line-height:1.5; font-family:"Roboto","Noto Sans KR",Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;color:#555} /* color값은 디자인가이드에 맞게사용 */
a {color:#555;text-decoration:none}
a:active, a:hover {text-decoration:none;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
.item_goods_sec .admin_msg * {font-family:"Roboto","Noto Sans KR",Malgun Gothic !important;}