
.festa-wrap {}
.hero {position:relative;height:4836px;background:url(./hero.jpg) no-repeat center top;}
.info-cont {position:relative;height:7032px;background:url(./cont.jpg) no-repeat center top}

.hero .btns {display:flex;position:absolute;width:770px;top:3060px;left:50%;margin-left:-387px;flex-direction:column;row-gap:16px;}
.hero .btns .button {display:flex;align-items:center;justify-content:center;color:transparent;background:none;height:87px;border-radius:10px;border:0;font-size:40px;font-weight:bold;line-height:1;}
.hero .btns button.button {cursor:pointer;}
.hero .btns span.button {background:#999;color:#fff;}
.hero .btns a.button {background:none;color:transparent;font-size:0;}

.info-cont .t-link {position:absolute;left:50%;color:transparent;}
.info-cont .t-link.t01 {width:490px;height:410px;top:328px;margin-left:-510px;}
.info-cont .t-link.t02 {width:490px;height:410px;top:328px;margin-left:21px;}
.info-cont .t-link.t03 {width:940px;height:234px;top:3269px;margin-left:-471px;}
.info-cont .t-link.t04 {width:1070px;height:229px;top:3563px;margin-left:-534px;}

body.nextour .hero {background-image:url(./hero_nx.jpg)}
body.nextour .info-cont {height:5878px;background-image:url(./cont_nx.jpg)}
body.nextour .info-cont .t-link.t03 {top:2116px;}
body.nextour .info-cont .t-link.t04 {top:2410px;}

.coupon-layer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display:none;
}

.coupon-layer-wrapper.on {display: flex;}

.coupon-layer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.coupon-layer {
  position: relative;
  width: 700px;
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  z-index: 1001;
  max-height:700px;
  overflow:hidden;overflow-y:auto;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.coupon-layer h2 {
  text-align: center;
  color: #000;font-size:17px;
}

.coupon-layer .terms-content {
  height: 100px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  background-color: #fff;
}

.coupon-layer h2 {
  text-align: center;
  color: #333;
}

.coupon-layer h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size:15px;
  color: #111;
}

.coupon-layer .coupon-selection, 
.coupon-layer .location-selection, 
.coupon-layer .agreement, 
.coupon-layer .confirmation {
  margin-bottom: 20px;
}

.coupon-layer .agreement label {cursor:pointer;display:flex;align-items:center;column-gap:5px;padding:10px 0;}

.coupon-layer .coupon-option {
  display: flex;
  margin-bottom: 10px;
  flex-direction:column;
  column-gap:10px;
  row-gap:10px;
  align-items:center;
  flex:1;
}

.coupon-layer .confirmation p {color:#000 !important;text-align:center;}

.coupon-layer .coupon-option input {width:20px;height:20px;}

.coupon-layer .flex-box {display:flex;column-gap:15px;}

.coupon-layer .coupon-design {
  display: flex;
  flex:1;
  padding: 10px;
  border: 2px dashed #e9e9e9;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  cursor:pointer;
  flex-direction:column;
  align-items:center;justify-content:center;
  aspect-ratio:1.9;
  row-gap:7px;
}

.coupon-layer input:checked+.coupon-design {
	border: 2px dashed #ffbac5;
	background-color: #ffe9ed;
}

.coupon-layer .coupon-amount {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #1b1464;
}

.coupon-layer .coupon-desc {
  display: block;
  font-size: 14px;
  color: #1b1464;
}

.coupon-layer select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.coupon-layer .agreement label, 
.coupon-layer .confirmation p {
  font-size: 14px;
  color: #666;
}

.coupon-layer .terms-link {
  color: #fb3f4b;
  cursor: pointer;
}

.coupon-layer .coupon-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fb3f4b;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  position:sticky;
  bottom:0;
}

.coupon-layer .coupon-button:hover {
  background-color: #f91c2a;
}

