@font-face {
    font-family: 'SBAggro';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggro';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggro';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/* background:url(./img/bg-footer.jpg) no-repeat center bottom; */
.festa-wrap {position:relative;max-width:2000px;margin:0 auto;font-family:'SBAggro', sans-serif;padding-bottom:1060px;background-image:url(./img/fbimg01.jpg),url(./img/fbimg04.jpg);background-repeat: no-repeat, no-repeat;background-position:center top,center bottom}
.festa-wrap * {box-sizing:border-box;}
.festa-wrap .visual {height:4425px;position:relative;}
body.nextour .festa-wrap {background-image:url(./img/fbimg01_nx.jpg),url(./img/fbimg04.jpg);}
.festa-wrap .visual .front {height:3128px;background:url(./img/visual02.png) no-repeat center bottom;position:absolute;z-index:5;bottom:0;left:0;width:100%;}
.festa-wrap .visual .btns {position:absolute;width:780px;position:absolute;top:3602px;left:50%;margin-left:-390px;display:flex;flex-direction:column;row-gap:30px;z-index:10;}
.festa-wrap .visual .btns .button {display:flex;width:100%;height:87px;border-radius:10px;background:#fb3f4b;color:#fff;font-size:38px;align-items:center;justify-content:center;border:0;padding:5px 0 0 0;font-family:'SBAggro', sans-serif;}
.festa-wrap .visual .btns button.button {cursor:pointer;}
.festa-wrap .visual .btns a.button {background:#dc5179;}
.festa-wrap .visual .btns span.button {background:#a9a9a9;}

.bn-wrap.bn01 {height:818px;position:relative;}
.bn-wrap.bn01 .link {display:block;width:491px;height:354px;position:absolute;left:50%;top:297px;}
.bn-wrap.bn01 .link.l01 {margin-left:-515px;}
.bn-wrap.bn01 .link.l02 {margin-left:23px;}
.bn-wrap.bn02 {height:1289px;background:url(./img/fbimg02.jpg) no-repeat center top;}
body.nextour .bn-wrap.bn02 {display:none;}
.bn-wrap.bn03 {position:relative;height:1521px;background:url(./img/fbimg03.jpg) no-repeat center top;}
.bn-wrap.bn03 .corp {color:#fff;position:absolute;top:332px;left:50%;margin-left:-512px;font-size:26px;font-family: 'Nanum Gothic', sans-serif;font-weight:bold;}
.bn-wrap.bn03 .link {display:block;width:1190px;height:229px;position:absolute;left:50%;bottom:100px;margin-left:-595px;}
.bn-wrap.bn03 .link2 {display:block;width:783px;height:250px;position:absolute;left:50%;bottom:479px;margin-left:-247px;}

.festa-wrap .dan.info {font-size:24px;line-height:1.7;color:#000;width:1190px;margin:0 auto;padding:150px 0;font-family: 'Nanum Gothic', sans-serif;}
.festa-wrap .dan.info .tit {position:relative;font-size:38px;color:#002a68;text-align:center;margin-bottom:70px;}
.festa-wrap .dan.info .tit:before {content:'';display:block;width:100%;height:1px;background:#231f20;z-index:1;position:absolute;left:0;top:42%}
.festa-wrap .dan.info .tit:after {content:'';display:block;width:100%;height:1px;background:#231f20;z-index:1;position:absolute;left:0;top:58%}
.festa-wrap .dan.info .tit span {background:#fff;display:inline-block;position:relative;z-index:5;padding:0 20px;font-weight:bold;font-weight:900;}
.festa-wrap .dan.info .color-box {background:#efefef;padding:50px;margin-bottom:50px;}
.festa-wrap .dan h3 {font-size:32px;font-weight:bold;margin-bottom:16px}
.festa-wrap .dan h4 {font-size:26px;font-weight:bold;}
.festa-wrap .dan.info hr {height:1px;border:0;background:#666;margin:20px 0 35px 0}
.festa-wrap .dan.info .box-h {display:grid;grid-template-columns:1fr 1fr}
.festa-wrap .dan ul.ul {margin-bottom:20px}
.festa-wrap .dan ul.ul li {position:relative;padding-left:8px;position:relative;}
.festa-wrap .dan ul.ul li:before {content:'';display:block;width:2px;height:2px;background:#000;position:absolute;left:0;top:18px}
.festa-wrap .dan ul.ul.m li {padding-left:18px}
.festa-wrap .dan ul.ul.m li:before {width:9px;height:2px;top:18px}
.festa-wrap .dan.foot {position:absolute;bottom:922px;left:50%;margin-left:-14px;font-size:34px;font-family:arial, sans-serif;font-weight:bold;color:#222;}

.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: 560px;
  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;
}

.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;
  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;
  width: 100%;
  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;
}

.coupon-layer .coupon-button:hover {
  background-color: #f91c2a;
}

.festa-wrap.end2:after {position:absolute;top:3241px;left:50%;margin-left:-485px;content:'';display:block;width:260px;height:260px;background:rgba(0,0,0,0.7) url(./img/ico-evtend.png) no-repeat 50% 50%;border-radius:100%;}
.festa-wrap.end2 .coupon-layer .coupon-option:first-child .coupon-design {background:none;}
.festa-wrap.end2 .coupon-layer .coupon-option:first-child .coupon-design .coupon-amount,
.festa-wrap.end2 .coupon-layer .coupon-option:first-child .coupon-design .coupon-desc {color:#ccc;}

