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.8);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:auto;
	height:auto;
	border-radius:4px 4px 0 0;
	background-color:#f3eadf;
	z-index:2;
	max-width:90%;
	padding-top:40px;
	text-align:center;
}

.alert_popup .popup-title{
	margin-top:20px;
	font-size: 21px;
	line-height: 29px;
	letter-spacing: -0.04em;
	color: #4c2f6a;
	font-weight: 700;
	padding-bottom: 40px;
	text-align: center;
}

.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: 0;
	top: 0;
}

.alert_popup .popup-content .confirm-box .row + .row{
	margin-top: 19px;
}

.alert_popup .popup-content .confirm-box .row.type-sub{
	opacity: 0.6;
}

@media (max-width: 768px) {
	.alert_popup .popup-title{
		padding-bottom: 25px;
	}

	.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:300px}
.alert_popup .popup-content .popup-btn{
	margin-top:37px;
}
.alert_popup .popup-content .text-box{
	margin-top:37px;
	margin-bottom:37px;
	padding:0 30px;
	box-sizing:border-box;
	font-size:17px;
	line-height:31px;
}
.alert_popup .popup-wrap .popup-content .text-box p{
	font-size: 17px;
	line-height: 23px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.8px;
	text-align: center;
	color: #4c2f6a;
}
.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%;
	padding:25px 0;
	text-align:center;
	box-sizing:border-box;
	background-color:#4c2f6a;
	color:#f1c172;
	font-size:15px;
}

.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:#ffffff;
	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: 28px;
  height: 22px;
  background: url("/assets/common/img/event/renew/icon-modal.png");
  background-size: contain;
}

@media (max-width: 768px){
	.alert_popup .popup-wrap .btn-close {
		width: 29px;
		height: 29px;
		top: 10px;
		right: 10px;
	}

	.alert_popup .popup-wrap .popup-content .popup-btn ul li a{
		padding:25px 0;
	}

	.alert_popup .popup-content .text-box{
		padding:0 20px;
	}

	.alert_popup .popup-wrap .popup-content .text-box strong{
		font-size:17px;
	}

	.alert_popup .popup-wrap .popup-content .text-box p{
		font-size:15px;
	}
}

.alert_popup .point-box {
  width: 221px;
  margin: 0 auto;
  background: #EBE1D7;
  border-radius: 10px;
  padding: 18px 0 20px;
}
.alert_popup .point-box .point-txt-box {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #4C2F6A;
  text-align: center;
}
@media (max-width: 768px) {
  .alert_popup .point-box .point-txt-box {
    font-size: 15px;
    line-height: 21px;
  }
}
.alert_popup .point-box .point-txt-box b {
  padding-right: 4px;
}

.alert_popup .link-box {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .alert_popup .link-box {
    padding-top: 13px;
  }
}
.alert_popup .link-box .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3EADF;
  padding: 0 18px;
  height: 36px;
  border: 1px solid #4C2F6A;
  box-shadow: 3.52381px 3.52381px 0px #DAD1C2;
  border-radius: 50px;
}
.alert_popup .link-box .link-btn .txt {
  color: #4C2F6A;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.04em;
}
.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: 22px;
  top: 22px;
  background: url("../../img/common/ic_popup_close.svg") no-repeat center/cover;
  width: 36px;
  height: 36px;
}