/**
 * Mcx Dialog Mobile v0.1.0
 * Copyright (C) 2018 mcx
 * https://github.com/code-mcx/mcx-dialog-mobile
 */
.dialog-mobile-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000003;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*alert confirm*/
.dialog-mobile {
	padding: 0 40px 40px 40px;
	text-align:center;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 1000004;
	min-width: 320px;
	background-color: #FFFFFF;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 20px;
	padding: 0 30px 25px 30px;
	/* width: 325px; */
	box-sizing: border-box;
}
.dialog-mobile .dialog-content {
	position: relative;
	padding:50px 0 40px 0;
	line-height: 2em;
	text-align: left;
	color: #000;
	font-size:16px;
	text-align:center;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 50px 0 0;
	/* padding: 0; */
	line-height: normal;
}
.dialog-mobile .dialog-content span{font-weight:400;}
.dialog-mobile .dialog-content .prize_tit{font-size: 30px;font-weight: 700;}
.dialog-mobile .dialog-content .prize_tit .color{font-size: 36px;color: #b7a386;font-weight: 700;}
.dialog-mobile .dialog-content .particle_bg{background: url(../../imgs/order/particle%403x.png) center no-repeat; background-size: cover;height:100%;position: absolute; top: 12px;left: 0;right: 0; z-index: -1;}

.dialog-mobile .dialog-content .coupon_img{width:85px;height:85px;display: block;margin: 0 auto 9px;}
.dialog-mobile .dialog-content strong {font-weight: 600;}
.dialog-mobile .dialog-content p {margin: 10px 0 24px;}
.dialog-mobile .dialog-content p.con {margin: 10px 0 -10px; font-size: 14px; line-height: 20px; color: #707070;}
.dialog-mobile .dialog-content p.sub_con {margin: 10px 0 -10px; font-size: 16px; font-weight: 400;line-height: 20px; color: #707070;}
.dialog-mobile .dialog-content .icon_push {}
.dialog-mobile .dialog-content .icon_push img {width: 60px; height: 60px; margin: 0 auto 15px; }
.dialog-mobile .dialog-content .desc{padding-top:10px;margin-bottom: 20px;}
.dialog-mobile .dialog-content .desc.push{margin-bottom: 0;}
.dialog-mobile .dialog-content .desc span{line-height: 18px;padding-top:5px;font-size:12px;color:#707070;display:block;}
.dialog-mobile .dialog-content .desc span.date{font-size:14px;}
.dialog-mobile .dialog-content .desc .cong_txt{padding-top: 20px; font-size: 16px;font-weight: 500;color:#222}
.dialog-mobile .dialog-content .desc .prize_con{padding-top: 10px;font-size: 14px;font-weight: 500;color: #707070;}

.dialog-mobile .dialog-content .desc span.option_select{padding-top: 0; font-size:14px;}
.dialog-mobile .dialog-sub-content {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 400;
    margin-top: 10px;
}
.dialog-mobile .dialog-sub-content ul{margin: 15px 20px 0;padding-top:15px;border-top:1px solid #e3e3e3;}
.dialog-mobile .dialog-sub-content ul li{font-size:12px;line-height:18px;letter-spacing:-0.12px;color:#707070;text-align:left;padding-left:9px;position:relative;padding-top: 5px;word-break: keep-all;}
.dialog-mobile .dialog-sub-content ul li:before{display:block;width:3px;height:3px;background:#aaa;border-radius:50%;position:absolute;left:0;content:'';top: 12px;}
.dialog-mobile .dialog-sub-content strong {color: #222222; font-weight: 500;}
.dialog-mobile .dialog-sub-content .push_check{margin: 15px 20px 0;padding-top:15px;position: relative; border-top:1px solid #e3e3e3;}
.dialog-mobile .dialog-sub-content .push_check #push_check{/* display: none; *//* position: absolute; */position: absolute;top: 0;left: 0;z-index: 1;width: 1px;height: 1px;opacity: 0;}
.dialog-mobile .dialog-sub-content .push_check input[type=checkbox] {display: none;}
.dialog-mobile .dialog-sub-content .push_check input[type=checkbox] + .select_label{display: flex;align-items: center;}
.dialog-mobile .dialog-sub-content .push_check input[type=checkbox] + .select_label span{position: relative;line-height: 1.71;letter-spacing: -0.14px; font-weight: 500; color: #222222;}
.dialog-mobile .dialog-sub-content .push_check input[type=checkbox] + .select_label .icon_checkded{width: 23px;height: 23px; margin-right: 10px; background: url(../../imgs/member/checked_off%403x.png) center no-repeat;background-size: 18px;}
.dialog-mobile .dialog-sub-content .push_check input[type=checkbox]:checked + .select_label .icon_checkded{background: url(../../imgs/goods/checked_on.png) center no-repeat;background-size: 18px;}
.dialog-mobile .dialog-sub-content .con .buttons {display: flex; flex-direction: column; align-items: center;}
.dialog-mobile .dialog-sub-content .con .buttons li {margin-bottom: 5px;}
.dialog-mobile .dialog-sub-content .con .buttons .btn_medium1.btn_cancel {background: none; color: #222222; text-decoration: underline;}

.dialog-mobile .dialog-content em {
	color:#df6400
}
.dialog-mobile .dialog-button,
.dialog-mobile .dialog-sure-button,
.dialog-mobile .dialog-cancel-button,
.dialog-custom-button {
	display: inline-block;
	position: relative;
	margin:0 5px;
	padding:0 30px;
	min-width: 70px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	cursor:pointer;
	min-width: 140px;
	height: 50px;
	font-weight: 500;
	margin: 0 auto;
	padding: 0 20px;
	border-radius: 60px;
	min-width: 120px;
	margin-top: 50px;
}
.dialog-mobile .dialog-button{
	color: #fff;
	background:#000;
	border:1px solid #000;
	min-width: 120px;
}
.dialog-mobile .dialog-cancel-button {
	color: #000;
	background: #fff;
	border:1px solid #e5e5e5;
	/* min-width:100px; */
	padding: 0;
	margin-right: 10px;
}
.dialog-mobile .dialog-sure-button {
	color: #fff;
	background:#000;
	border:1px solid #000;
	/* min-width: 140px; */
	border-radius: 35px;
	/* padding: 11px 57px; */
	/* padding: 0; */
}
.dialog-mobile .dialog-custom-button{margin-right:10px;}
.dialog-mobile .dialog-custom-button:nth-child(1) {
	color: #000;
	background:#fff;
	border:1px solid #e5e5e5;
	min-width: 130px;
	border-radius: 60px;
	/* padding: 11px 57px; */
	padding: 0;
}
.dialog-mobile .dialog-custom-button:nth-child(2) {
	color: #fff;
	background:#000;
	border:1px solid #000;
	min-width: 130px;
	border-radius: 60px;
	/* padding: 11px 57px; */
	padding: 0;
	width: 130px;
	margin-right:0;
}

/* confirmBlockButton start */
.dialog-mobile.block-button h1{font-size: 20px;}
.dialog-mobile.block-button .red{color: #ff0000;}
.dialog-mobile.block-button .gold{color: #b7a386;}
.dialog-mobile.block-button .point{font-weight: 600;}
.dialog-mobile.block-button .btn-wrap{padding-top: 20px;display: flex;justify-content: center;flex-direction: column;}
.dialog-mobile.block-button .dialog-custom-button{}
.dialog-mobile.block-button .dialog-custom-button:nth-child(1) {
	color: #fff;
	background:#000;
	border:1px solid #000;
	min-width: 130px;
	width: calc(100% - 20px);
	border-radius: 60px;
	/* padding: 11px 57px; */
	padding: 0;
	margin: 6px 10px;
}
.dialog-mobile.block-button .dialog-custom-button:nth-child(2) {
	color: #000;
	background:#fff;
	border:1px solid #e5e5e5;
	min-width: 130px;
	width: calc(100% - 20px);
	border-radius: 60px;
	padding: 0;
	margin: 6px 10px;
}
/* confirmBlockButton end */

/* 닫기 아이콘 */
.dialog-close-btn {
	position:absolute;
	top: 8px;
	right: 8px;
	padding:20px;
	width: 16px;
	height: 16px;
	cursor:pointer;
	background: url('../../imgs/global/icon_close_btn%403x.png') no-repeat center center;
	/* display: none; */
	background-size: 16px;
}

/*bottom dialog*/
.dialog-mobile-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10001;
	width: 100%;
	color: #333333;
	background-color: #EEEEEE;
}
.dialog-mobile-bottom .bottom-btn-item {
	text-align: center;
}
.bottom-btn-item .dialog-item-btn {
	background: #FFFFFF;
	padding: 0.5em 0;
	border-bottom: 1px solid #EEEEEE;
}
.bottom-btn-item .dialog-item-btn:last-child {
	border-bottom: none;
}
.dialog-mobile-bottom .dialog-cancel-btn {
	margin-top: 0.6em;
	text-align: center;
	background: #FFFFFF;
	padding: 0.5em 0;
}
/*toast*/
.dialog-mobile-toast {
	position: fixed;
	bottom: 90px;
	z-index:2000
}
.dialog-mobile-toast .toast-content {
	padding: 12px 16px 13px;
	border: solid 1px #222222;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #222;
	box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	box-sizing: border-box;
	height: 47px;
}
.dialog-mobile-toast .toast-content .point{
	color:#b7a386
}
/*loading*/
.mobile-loading-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mobile-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	min-width: 2em;
	min-height: 2em;
	padding: 0.8em 1.6em;
	text-align: center;
	border-radius: 2px;
	color: #FFFFF0;
	background-color: #0A0A0A;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*animation*/
.animation-zoom-in, .animation-zoom-out,
.animation-bottom-in, .animation-bottom-out,
.animation-bg-fadeIn {
	-webkit-animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}
.animation-fade-in, .animation-fade-out {
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}
.animation-zoom-in {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.animation-zoom-out {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
.animation-fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animation-fade-out {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.animation-bottom-in {
	-webkit-animation-name: bottomIn;
	animation-name: bottomIn;
}
.animation-bottom-out {
	-webkit-animation-name: bottomOut;
	animation-name: bottomOut;
}
.animation-bg-fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
	from{
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}
	to{
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}
@-webkit-keyframes zoomOut {
	from{
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
	90%{
		-webkit-transform: scale(0.3, 0.3);
	}
	to{
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}
}
@keyframes zoomIn {
	from{
		opacity: 0;
		transform: scale(0, 0);
	}
	to{
		opacity: 1;
		transform: scale(1, 1);
	}
}
@keyframes zoomOut {
	from{
		opacity: 1;
		transform: scale(1, 1);
	}
	90%{
		transform: scale(0.3, 0.3);
	}
	to{
		opacity: 0;
		transform: scale(0, 0);
	}
}
@-webkit-keyframes fadeIn {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	from{
		opacity: 1;
	}
	30%{
		opacity: 0.3;
	}
	to{
		opacity: 0;
	}
}
@keyframes fadeIn {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@keyframes fadeOut {
	from{
		opacity: 1;
	}
	30%{
		opacity: 0.3;
	}
	to{
		opacity: 0;
	}
}
@-webkit-keyframes bottomIn {
	from{
		bottom: -1000px;
	}
	to{
		bottom: 0;
	}
}
@-webkit-keyframes bottomOut {
	from{
		bottom: 0;
	}
	to{
		bottom: -1000px;
	}
}
@keyframes bottomIn {
	from{
		bottom: -1000px;
	}
	to{
		bottom: 0;
	}
}
@keyframes bottomOut {
	from{
		bottom: 0;
	}
	to{
		bottom: -1000px;
	}
}