
@font-face {
 font-family: 'mgb';
 src: url('/css/font/NanumGothicBold.eot');
 src: local(※),
  url('/css/font/NanumGothicBold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/css/font/NanumGothicBold.woff') format('woff'),
  url('/css/font/NanumGothicBold.ttf') format('truetype'),
  url('/css/font/NanumGothicBold.svg#webfonturzspG4F') format('svg');
}

input, select, button, textarea {
	font-family:'Malgun Gothic','dotum',Arial,sans-serif;
}

/* Base */
body {
	font-family:"Malgun Gothic",Verdana,Dotum,AppleGothic,sans-serif;
}

/*복수구매수정*/
.margin_wrap table.margin_table {table-layout:fixed; width:100%; text-align:center; font-size:14px; border-collapse:collapse; background-color:#f9f3e4;}
.margin_wrap table.margin_table th, .margin_wrap table.margin_table td {padding:4px 0; border:1px solid #eedeb6;}
.margin_wrap .option_section dd span {font-size:14px; vertical-align:baseline; cursor:auto;}

/* 결제수량 폼 수정 */
.selected_option .count_control{position: relative;right:0; top:5px;float:right;border: 1px solid #c4c4c4;margin-right: 10px;margin-top:0;}
.selected_option .prc{font-family: inherit;display:inline-block; float: right;position:relative; right:0; top:5px; margin-top:0;}

/* 상세페이지 가격 간격 수정 */
.productInfo .infoWrap .infoBox .goods_subT {line-height: inherit;padding:10px 0 20px;}