/* reset CSS 추가 */

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;
}
* { box-sizing: border-box; }

/* CSS RESET 여기까지 */

body { background-color: #000; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; }
.main { width: 100%;  margin:0 auto; padding: 0 15px; height: auto; background-color: #fff; }
.header { width: 100%; height: 68px; background-color: #ffcb00; text-align: center;border-bottom-left-radius: 10px; border-bottom-right-radius:10px; padding: 30px 0 0; }

.store_title { width: 100%; text-align: center;}
.store_title h2 { font-family: NanumBarunGothicOTF; font-size: 22px;line-height: 1.11;color: #110c0c;}
.store_title .line { width: 100%; }

.point { border: 1px solid #CBCBCB; height: 88px; border-radius: 10px; display: flex; justify-content: space-between; width: calc(100% - 20px); margin: 16px auto 0; }
.column { width: 50%; display: inline-block; position: relative; }
.column .amount { width: 100% ; text-align: center; display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.amount .module .price {  font-family: Roboto; font-size: 34px;font-weight: 100;line-height: 1.21;color: #403838; }
.amount .module .pt.price { font-weight: 500; }
.amount .module .unit { margin-left: 2px; display: inline-block; font-family: NanumBarunGothicOTF; font-size: 14px; font-weight: 300; line-height: 1.14; color: #656565; }

.divider { display: inline-block; width: 1px; height: 46px; background-color: #cbcbcb; margin-top: 29px; }

.tel_number { margin-top: 20px; text-align: center; position: relative; }
.tel_number .number { font-family: Roboto; font-size: 10vw; height: 50px; font-weight: 500; line-height: 1.21; color: #403838; }
.guide {  font-family: NanumBarunGothicOTF; font-size: 6vw; color: #dedede; position: absolute; display: block; top: 14px;text-align: center; width: 100%; }

h4 { font-family: NanumBarunGothicOTF; font-size: 11px;font-weight: 300;line-height: 1.6;text-align: center;color: #656565; margin: auto;}
.keypad { width: 100%; text-align: center; margin-top: 10px; }
.keypad ul li { transition: .3s all; display: inline-block; width: 22vw; height:22vw; border: solid 1px #e5e5e5;background-color: #ffffff;border-radius: 50%; margin: 6px; font-family: Roboto;font-size: 10vw;font-weight: 300;line-height:20vw;text-align: center;color: #110c0c; }
.keypad ul li:active { transition: .3s all; transform: scale(.9); background-color: #ffcb00; color:#fff; font-weight: 500; border:1px solid #fff; }

footer { margin: 24px 0 0; padding-bottom: 15px; }
footer .text { margin: 0 auto; font-family: NanumBarunGothicOTF; font-size: 10px; font-weight: 300;line-height: 1.6; text-align: center; color: #bebebe;}
footer .button { float: none; width: 100%; margin: 15px 0 auto;margin-top: 10px; text-align: center; background-color: #fff; }
footer .button button { transition: .3s all; background:none; width: 100%; font-size: 18px; border:0; font-weight: bold;line-height: 60px; color: #110c0c; height: 58px;border-radius: 10px;background-color: #ffcb00; }
footer .button button:hover { transition: .3s all;  background-color: #403838; color: #fff; }
footer .button button:active { transition: .3s all; transform: scale(.9);}

.popup { width: 100vw; height: 100vh; position: fixed; top: 0; display: none;}
.popup .dim { width: 100vw; height: 100vh; background-color: rgba(0,0,0,.7); position: fixed; top: 0; }
.popup .head .user { font-family: NanumBarunGothicOTF; font-size: 20px;line-height: 1.44; color: #110c0c; }
.popup .head .user .user_num { color: #0a1aff; }

.popup .body { margin-top: 20px; }
.popup .body .amount {  width: 100% ; text-align: center; }
.popup .bottom { position: absolute; bottom: 20px; width: 100%;  }
.popup .bottom button { width: calc(100% - 40px); height: 48px; background-color: #efefef; border-radius: 8px; font-family: NanumBarunGothicOTF;font-size: 16px;line-height: 1.19;color: #110c0c; border: 0;  }
.popup .bottom button:active { background-color: #403838; color: #fff; transform: scale(.9); }

.popup .inner_box { display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 40px); height: 270px; border-radius: 10px; padding: 40px 0 20px; background-color: #fff; max-width: 440px; z-index: 10; text-align: center; border: 0; }


