@charset "utf-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans KR Light'),local('Noto Sans Korean Light'),url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
       url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
       url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: local('Noto Sans KR Regular'),local('Noto Sans Korean Regular'),url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: local('Noto Sans KR Medium'),local('Noto Sans Korean Medium'),url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: local('Noto Sans KR Bold'),local('Noto Sans Korean Bold'),url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: local('Noto Sans KR Black'),local('Noto Sans Korean Black'),url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Black.woff2) format('woff2'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Black.woff) format('woff'),
        url(../_mplshop/fonts/NotoSansKr/NotoSansKR-Black.otf) format('opentype');
 } 

@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	src: local('Material Symbols Outlined'),url(/data/assets/fonts/material-symbols.woff2) format('woff2');
	font-display: block;
}
/* CSS Document */
/* 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:13px; line-height:1.5; font-family:'Montserrat',"Noto Sans KR",Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif; color: var(--f-color); letter-spacing: -0.025em;} /* color값은 디자인가이드에 맞게사용 */
a {color: var(--f-a-color);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:'Montserrat',"Noto Sans KR",Malgun Gothic !important;}