.pop_popup {
    display: none;
	background: url("../img/warning_bg001.jpg") no-repeat;
    width: 480px;
    height: 714px;
    position: absolute; /* Ãß°¡ */
    top: 50%; /* Ãß°¡ */
    left: 50%; /* Ãß°¡ */
	transform: translate(-50%, -50%); /* Ãß°¡ */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index:99999;
}

.pop_popup .popup-content {
    width: 100%;
    height: 674px;
}

.pop_popup .popup-content .popup-blank {
    width: 100%;
    height: 270px;
}
.pop_popup .popup-content .popup-title {
    width: 100%;
    padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	color:#000;
}

.pop_popup .popup-content .popup-title a {
	font-size: 18px;
	font-weight: 600;
	color:red;
}

.pop_popup .popup-content .img {
	position: absolute;
	top:535px;
	left:24px;
	width:102px;
	height:105px;
}

.pop_popup .popup-content .model {
	position: absolute;
	top:582px;
	left:139px;
	width:164px;
	height:55px;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	color:#000;
}

.pop_popup .popup-content .count {
	position: absolute;
	top:595px;
	left:324px;
	width:105px;
	height:55px;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	color:red;
}

.pop_popup .popup_close {
	position: absolute;
	top: 674px;
	width: 100%;
}

.pop_popup .popup_close img {
	width: 100%;
}