
.popup {
	display: none;	
}
.popup .popup_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 37;
}
.popup .modal_cont {
    width: 95%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 38;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.popup .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 15px);
	background: #fff;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}
.popup .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	background: url("https://nearminton.com/ground_main/common/images/ic_close.svg")no-repeat 50% 50% / 100%;
	z-index: 1;
	box-sizing: border-box;
}
.popup h2 {
	font-size: 20px;
}
.popup p {
	margin-top: 10px;
	font-size: 14px;
}
.popup .btn_area {
	margin-top: 20px;
	gap: 10px;
}
.popup .btn_area button {
    flex: 1;
    height: 43px;
    border-radius: 5px;
    font-size: 14px;
}
.popup .banner {
	margin-top: 20px;
}
.popup .banner img {
	width: 100%;
}
.popup_game_result {
	margin-top: 20px;
	font-size: 15px;
}
.popup_game_result > div {
	width: 100%;
	gap: 10px;
}
.popup_game_result > div .item {
	flex: 1;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
.popup_game_result > div .item.purple_bg {
	background: #8B2897;
}
.popup_game_result > div .item.blue_bg {
	background: #2E75B5;
}

.popup_game_result > div .item.black_bg {
	background: #606060;
}


.popup_game_result > div .item .top span {
	flex: 1;
}
.popup_game_result > div .item h3 {
	font-size: 16px;
	margin-top: 10px;
}
.popup_game_result > div .line {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.popup_game_result > div.box1 .line:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #000;
	margin: 0 auto;
}
.popup_game_result > div.box1 .line span {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.popup_game_result > div.box2 .line {
	padding: 10px 0;
}
.popup_game_result > div.box2 .line:after {
	content: '';
	display: block;
	width: 3px;
	height: 40px;
	background: #000;
	margin: 0 auto;
}
.popup_game_result > div.box2 .line span {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.popup_game_result > div.box2 .line1 span {
    left: calc(50% - -15px);
}
.popup_game_result > div.box2 .line2 span {
    left: calc(50% - 15px);
}
.popup_game_result > div.box2 .cross {
	width: 45px;
}
.popup_game_result > div.box2 .cross:before {
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 50px;
	height: 3px;
	background: #E97132;
}
.popup_game_result > div.box2 .cross:after {
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
	display: block;
	width: 50px;
	height: 3px;
	background: #689CF2;
}
.popup_game_result > div.box2 .cross span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_game_result > div.box2 .cross span:nth-child(1) {
	left: calc(50% - 20px);
}
.popup_game_result > div.box2 .cross span:nth-child(2) {
	left: calc(50% - -20px);
}
.popup_game_result > div.box3 .line:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #000;
	margin: 0 auto;
}
.popup_game_result > div.box3 .line span {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}


.btn1 {
    background: #689CF2 !important;
    color: #fff !important;
}

.btn2 {
    background: #EA816E !important;
    color: #fff !important;
}

.btn3 {
    background: #777 !important;
    color: #fff !important;
}

.btn4 {
    background: #00AC69 !important;
    color: #fff !important;
}

.btn5 {
    background: #0047FF !important;
    color: #fff !important;
}


.popup_end_match {
	margin-top: 20px;
	font-size: 15px;
}
.popup_end_match > div {
	width: 100%;
	gap: 10px;
}
.popup_end_match > div .item {
	flex: 1;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
.popup_end_match > div .item.purple_bg {
	background: #8B2897;
}
.popup_end_match > div .item.blue_bg {
	background: #2E75B5;
}
.popup_end_match > div .item._black_bg {
	background: #606060;
}

.popup_end_match > div .item .top span {
	flex: 1;
}
.popup_end_match > div .item h3 {
	font-size: 16px;	
}
.popup_end_match > div .line {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.popup_end_match > div.box1 .line:after {
	content: '';
	display: block;
	background: #000;
	width: 40px;
	height: 3px;	
	margin: 0 auto;
}
.popup_end_match > div.box1 .line span {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.popup_end_match > div.box2 .line {
	padding: 10px 0;
}
.popup_end_match > div.box2 .line:after {
	content: '';
	display: block;
	
	height: 20px;
	
	margin: 0 auto;
}
.popup_end_match > div.box2 .line span {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.popup_end_match > div.box2 .line1 span {
    left: calc(50% - -15px);
}
.popup_end_match > div.box2 .line2 span {
    left: calc(50% - 15px);
}
.popup_end_match > div.box2 .cross {
	width: 45px;
}

.popup_end_match > div.box2 .cross:after {
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
	display: block;
	width: 50px;
	height: 3px;
	background: #689CF2;
}
.popup_end_match > div.box2 .cross span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_end_match > div.box2 .cross span:nth-child(1) {
	left: calc(50% - 20px);
}
.popup_end_match > div.box2 .cross span:nth-child(2) {
	left: calc(50% - -20px);
}
.popup_end_match > div.box3 .line:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 0 auto;
}
.popup_end_match > div.box3 .line span {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	#header #logo {
		margin: 0 auto;
	}
}
@media screen and (max-width: 440px) {
}