ol,ul,li,ol,menu{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none}
button:focus,input:focus{outline:none}

body.popup_open .alert_popup{display:block}
body.popup_open .dimmed{width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0.6);overflow:hidden;z-index:1}
body.popup_open{overflow:hidden}

.alert_popup{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999999;
	display:none;
}

.alert_popup .popup-wrap{
	overflow:auto;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:calc(100% - 70px);
	height:auto;
	border-radius:10px;
	background-color:#f6f4f9;
	z-index:2;
	max-width:500px;
	padding:30px 0 0 0;
	text-align:center;
	overflow:hidden;
}

.alert_popup .popup-wrap.small {
	max-width: 290px;
}

.alert_popup .popup-title{
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.03em;
	line-height: 150%;
	color: #3a2763;
	margin-bottom: 18px;
	padding:0 30px;
}

.alert_popup .popup-content .confirm-box{
	margin-bottom:27px;
	text-align:left;
	box-sizing:border-box;
	padding:0 15px 0 15px;
}

.alert_popup .popup-content .confirm-box .row{
	position: relative;
	padding-left: 13px;
	color: #4c2f6a;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.04em;
}

.alert_popup .popup-content .confirm-box .row:not(.type-sub):after{
	content: '';
	position: absolute;
	left: 4px;
	top: 7px;
	width: 2px;
	height: 2px;
	background-color: #807594;
	border-radius: 50%;
}

.alert_popup .popup-content .confirm-box .row + .row{
	margin-top: 12px;
}

.alert_popup .popup-content .confirm-box .row.type-sub{
	opacity: 0.6;
	text-align: center;
}

@media (max-width: 768px) {
	.alert_popup .popup-content .confirm-box .row{
		font-size: 12px;
		line-height: 17px;
	}
}

.alert_popup .popup-content{
	width:100%;
	height:auto;
	box-sizing:border-box;
	min-width:200px;
	margin-bottom:-1px;
}
.alert_popup .popup-content .text-box{
	margin-top:10px;
	margin-bottom:30px;
	padding:0 30px;
	box-sizing:border-box;
}
.alert_popup .popup-wrap .popup-content .text-box p{
	font-size: 14px;
	line-height: 160%;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.03em;
	text-align: center;
	color: rgba(65, 61, 71, 0.7);
}
.alert_popup .popup-wrap .popup-content .text-box strong{
	display:block;
	color:#4c2f6a;
	font-size:19px;
	font-weight:600;
	margin-bottom:15px;
	text-align: center;
}
.alert_popup .popup-wrap .popup-content .popup-btn ul.button-reverse {
	position:relative;
}
.alert_popup .popup-wrap .popup-content .popup-btn ul li{
	width:100%;
	height:auto;
	margin-right:20px;
	box-sizing:border-box;
	line-height:0;
}
.alert_popup .popup-wrap .popup-content .popup-btn ul li:last-child{margin-right:0}
.alert_popup .popup-wrap .popup-content .popup-btn ul li:after{display: block; content:''; clear:both;}
.alert_popup .popup-wrap .popup-content .popup-btn ul li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	box-sizing:border-box;
	background-color:#573f8c;
	color:#fff;
	font-size:15px;
	font-weight:600;
	letter-spacing: -0.05em;
	line-height:20px;
	padding:15px 0;
}

.alert_popup .popup-wrap .popup-content .popup-btn ul.button-reverse li{
	margin-right:0px;
	width:50%;
	float:left;
}
.alert_popup .popup-wrap .popup-content .popup-btn ul.button-reverse li:first-child a{
	background-color:#e2dcea;
	color:#4c2f6a;
}

.alert_popup .popup-wrap .popup-content .input-box{width:100%;height:auto;margin-bottom:30px}
.alert_popup .popup-wrap .popup-content input{width:100%;height:6rem;border:1px solid #c8c8c8;border-radius:5px;box-sizing:border-box;font-size:2rem;color:#4d4d4d;padding-left:1rem}

.alert_popup .popup-wrap .btn-close {
	width: 36px;
	height: 36px;
	background-image: url("/assets/common/img/event/renew/icon-close.png");
	background-size: contain;
	display: block;
	position: absolute;
	top: 22px;
	right: 22px;
}

.alert_popup .popup-wrap i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.alert_popup .popup-wrap .icon {
  width: 48px;
  height: 12px;
  background: url("../img/common/ic_msg_mark.svg") no-repeat center/cover;
	margin-bottom: 24px;
}

@media (max-width: 768px){
	.alert_popup .popup-wrap .btn-close {
		width: 29px;
		height: 29px;
		top: 10px;
		right: 10px;
	}

	.alert_popup .popup-content .text-box{
		padding:0 20px;
	}

	.alert_popup .popup-wrap .popup-content .text-box strong{
		font-size:17px;
	}
}

.alert_popup .point-box {
  width: 221px;
  margin: 0 auto 24px auto;
  border-radius: 10px;
  padding: 0 0 10px;
}
.alert_popup .point-box .point-txt-box {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.04em;
  text-align: center;
	color: #4F2D82;
}
@media (max-width: 768px) {
  .alert_popup .point-box .point-txt-box {
    font-size: 18px;
    line-height: 21px;
  }
}
.alert_popup .point-box .point-txt-box b {
  padding-right: 4px;
}

.alert_popup .link-box {
  padding-top: 24px;
  text-align: center;
}

.alert_popup .link-box .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 57px;
  height: 36px;
	background-color:#573F8C;
  border-radius: 50px;
}
.alert_popup .link-box .link-btn .txt {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.04em;
	font-weight: 600;
}
.alert_popup .link-box .link-btn .ic-link {
  margin-left: 6px;
  background: url("../img/common/ic_link2.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}

.alert_popup .popup-wrap .popup-close-btn {
  z-index: 100;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../img/common/ic_popup_close.svg") no-repeat center/cover;
  width: 36px;
  height: 36px;
}