@font-face {
	font-family: 'main_font';
	src: url(../fonts/PingFangSCMedium.otf);
}

@font-face {
	font-family: 'main_number';
	src: url(../fonts/canalboldromain.otf);
}

@font-face {
	font-family: 'main_title';
	src: url(../fonts/Krungthep.ttf);
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-color: #2c2c2c;
}

.container {
	max-width: 559px;
	margin: 0 auto;
	background-color: #394249;
}


.pop-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.pop-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	border: 1px solid grey;
	min-height: 40%;
	padding: 10px;
	z-index: 999;
	background-color: #2a353e !important;
	color: #ffffff;
	border-radius: 10px;
}

.pop-title {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-top: 16px;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.pop-row {
	margin: 16px 0;
	text-align: center;
	font-size: 14px;
}

.pop-footer {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pop-footer-btn {
	margin: 0 10px;
	padding: 8px 15px;
	font-size: 18px;
	border-radius: 30px;
	font-family: "main_font", "Arial", "Helvetica", "sans-serif"
}

.pop-footer-btn-l {
	background-color: #b4aeae;
}

.pop-footer-btn-r {
	background-color: #4397f6;
}