html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration: none; outline: none; color: #333;}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body {position: relative; line-height: 1.28; font-family: 'Noto Sans KR', sans-serif;}
input[type="checkbox"] {display: none;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
label {user-select: none;}
input:read-only {background-color: #f9f9f9; cursor: default;}

/* 모바일 공통 */

/* 미디어 쿼리에서 45rem -> 720px */
@media screen and (max-width:45rem) {
	html{font-size: 62.5%;}
	#order_header .mo_header{display: block;}
	#order_header .header_wrap{flex-direction: column;}
	#order_header .header_wrap .logo{display: none;}
	#order_header .order_list {justify-content: space-between; width: 100%;}
	#order_header .order_list li {width: 22.73%; height: 8.33vw; border-radius: 4.17vw; margin-left: 0; font-size: 3.89vw; font-weight: normal;}
	#order_header .order_list li:last-child{margin-right: 0;}
}