/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body , #primary-menu ul li > a { font-family: "Nanum Gothic","Apple SD Gothic Neo","Malgun Gothic", Sans-serif;    box-sizing: border-box; }
*/

/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
body , #primary-menu ul li > a { font-family: "Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic", Sans-serif;    box-sizing: border-box; }
*/

/*
@import url('https://fonts.googleapis.com/css?family=Stylish&display=swap');
body , #primary-menu ul li > a { font-family: "Stylish","Apple SD Gothic Neo","Malgun Gothic", Sans-serif;    box-sizing: border-box; }
*/

/*
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR&display=swap');
body , #primary-menu ul li > a { font-family: "Noto Serif KR","Apple SD Gothic Neo","Malgun Gothic", Sans-serif;    box-sizing: border-box; }
*/

/*
 ************ 눈누 사이트에서 코드를 가져온 후에 적용할 때 참고 ****************
@font-face { font-family: 'Cafe24Dangdanghae'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff'); font-weight: normal; font-style: normal; }
body , #primary-menu ul li > a { font-family: "Cafe24Dangdanghae","Apple SD Gothic Neo","Malgun Gothic", Sans-serif;    box-sizing: border-box; }
*/


@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
body , #primary-menu ul li > a { font-family: "Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic", Sans-serif;    box-sizing: border-box; }


.product-title h3 {
	font-size:16px;
}

.product-price {
	font-size:16px;
}
#footer {border-top:0px;}
#copyrights {
	padding:20px 0px;
}

footer address span:before {
  content : "\00B7";
  padding:0px 4px;
}

footer address span:first-child:before {
  content : "";
  padding:0px;
}

footer address {
	margin-top:40px;
}

@media (max-width: 767px) {
	address span {
		display:block;
	}

	footer address span:before {
	  content : "";
	  padding:0px;
	}

	footer address {
		margin-top:0px;
	}

}