.popupCover {
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba( 100, 100, 100, 0.68 );
	position: fixed;
	top: 0px;
	left: 0px;
}

.confirmPopup {
    display: none;
    border-radius: 20px;
	position: fixed;
    z-index: 10000;
    width: 88%;
    background: #FFFFFF;
	left: 50%;
	top: 47%;
 	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);  
	font-size: 16px;
    font-weight: 400;;  
}

.confirmPopup.active {
	display:block;
}

.confirmContents{
	padding: 30px 24px;
    text-align: center;
    /*word-break: keep-all;*/
}

.confirmContents dl div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirmContents dt{
	font-weight: 500;
}

.confirmContents div select{
	width: 100%;
}

.confirmContents.errorMsg{
	padding: 30px 25px;	
}

.confirmContents.errorMsg div + div{
    margin-top: 12px;
    margin-bottom: 10px;
}

.confirmContents.errorMsg div img{
	width: 53px;
    height: 48px;
}

.confirmContents.errorMsg div.highlight{
	font-size: 16px;
    font-weight: 600;
    display: inline;
    box-shadow: inset 0 -10px 0 #fff289;
    word-break: keep-all;
}

.confirmContents h1{
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;	
}
.confirmContents h2{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}
.confirmContents p{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.confirmContents p + p{
	/*margin-top: 10px;*/
}

.confirmContents.noticeContents p {
	font-weight: 400;
	text-align: left;
}
.confirmContents.noticeContents p + p {
	margin-top: 10px;
}
.confirmContents.noticeContents h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.confirmContents a{
	font-size: 16px;
	color: #3e82f4;
	text-decoration: underline;
	display: block;
	text-align: left;
}

.confirmContents{word-break: normal;}
.confirmContents ul{
	text-align: left;
}
.confirmContents ul{
	padding-left: 0.6em;
}
.confirmContents ul li{
	font-size: 14px;
}
.confirmContents ul li + li{
	margin-top: 10px;
}
.confirmContents ul li:before{
	content: "-";
	margin-left: -0.7em;
	padding-right: 5px;
}

.confirmContents ol { 
	text-align: left;
	font-size: 14px;
	margin: 10px 0;
	padding-left: 1.5em;
}
.confirmContents ol li span{ 
	text-align: left;
    margin-left: -1.2em;
    padding-right: 5px;
}

.confirmBtnsWrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 4px 20px 20px;
}

.confirmBtnsWrap button{
	flex: 1;
	height: 48px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	color: #828282;
	background-color: #EEF0F3;
}

.confirmBtnsWrap button:first-child{
	border-radius: 12px;
}

.confirmBtnsWrap button:last-child{
	border-radius: 12px;
}

.confirmBtnsWrap button.singleBtn{
	background-color: #3379f7;
	color: #fff;
	border-radius: 12px;
}

.confirmBtnsWrap button.positiveBtn{
	background: #3379f7;
	color: #fff;
	flex: 1;
}

.confirmBtnsWrap button.positiveBtn.yellowTextBtn{
	color: #ffea42;
}

.confirmBtnsWrap button.negativeBtn{
	background: #000;
	color: #fff;
}

.confirmBtnsWrap button.normalBtn{
	background: #3379f7;
	color: #fff;
}
/* =============================================
   수직 버튼 팝업
   ============================================= */
.stackedPopupCover {
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(100, 100, 100, 0.68);
	position: fixed;
	top: 0;
	left: 0;
}

.stackedPopup {
	position: fixed;
	z-index: 10000;
	width: 88%;
	background: #fff;
	border-radius: 20px;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: 400;
}

.stackedPopupContents {
	padding: 28px 24px;
	text-align: center;
}

.stackedPopupContents p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.stackedPopupContents p + p {
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	margin-top: 6px;
}

.stackedPopupBtnsWrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 20px 20px;
}

.stackedPopupBtnsWrap .stackedBtn {
	width: 100%;
	height: 48px;
	border-radius: 12px;
	border: none;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.stackedPopupBtnsWrap .stackedBtn.primary {
	background: #3379f7;
	color: #fff;
}

.stackedPopupBtnsWrap .stackedBtn.secondary {
	background: #EEF0F3;
	color: #828282;
}

.stackedPopupBtnsWrap .stackedBtn.danger {
	background: #fff;
	color: #ff3b30;
	border: 1px solid #f0f0f0;
}

.npayErrWrap {
	padding: 28px 24px;
	text-align: center;
}

.npayErrTitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #111;
	margin-top: 6px;
}

.npayErrDesc {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #111;
	margin-top: 14px;
}