@font-face {
    font-family: 'TTHakgyoansimTtwimteulR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimTtwimteulR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroL';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wsf-wrap {font-family:'SBAggroL',sans-serif;}
.wsf-wrap * {box-sizing:border-box !important;}
.wsf-wrap .visual {
  display: flex;
}
.wsf-wrap img {
  max-width: 100%;
}

.wsf-tab {
  position: relative;
  display: flex;
  justify-content: center;
  background: #080808;
}
.wsf-tab .in {
	width:100%;
  position: relative;
  display: flex;
  justify-content: center;
  background: #000;
}
.wsf-tab a {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  justify-content: center;
  font-size: 15px;
  row-gap: 6px;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-weight: 600;
  color:#fff;
}
.wsf-tab a .sub {
  font-size: 13px;
  display: block;
  white-space: nowrap;
}
.wsf-tab a:nth-child(1).on {
  background: #ffe286 ;
}
.wsf-tab a:nth-child(2).on {
  background: #ffe8fe;
}
.wsf-tab a:nth-child(3).on {
  background: #efe6ff;
}
.wsf-tab a:nth-child(4).on {
  background: #defff5;
}
.wsf-tab a:nth-child(5).on {
  background: #ffe3d8;
}
.wsf-tab a.on {
	font-family: 'SBAggroB';
	color:#000;
}
.wsf-tab.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.wsf-tab.fix a {
  font-size: 14px;
}
.wsf-tab.fix a .sub {
  font-size: 12px;
}

.wsf-tab.fix + .blink {
  height: 60px;
}

.wsf-tab-cont {
  display: flex;
  padding: 60px 15px 80px 15px;
  align-items: center;
  justify-content: center;
}
.wsf-tab-cont.c1 {
  background: #c2bee4;
}
.wsf-tab-cont.c2 {
  background: #e1f2de;
  padding: 60px 0 80px 0;
}
.wsf-tab-cont.c3 {
  flex-direction: column;
  flex-direction: column-reverse;
}

.wsf-tab-cont.c3 .btns {
  margin-bottom: 40px;
}
.wsf-tab-cont.c3 .btns .da-btn1 {
  display: block;
  background: url(/GEvent/festa/2402/img/da-btn1.png) no-repeat;
  aspect-ratio: 3.9;
  width: 100%;
  background-size: 100% auto;
}
.wsf-tab-cont.c3 .btns .da-btn2 {
  display: block;
  background: url(/GEvent/festa/2402/img/da-btn2.png) no-repeat;
  aspect-ratio: 3.4;
  width: 100%;
  background-size: 100% auto;
}
.wsf-tab-cont.c4 {
  flex-direction: column;
}
.wsf-tab-cont.c5 {
  background: #f3d9f4;
  padding: 0 0 0 0;
}
.wsf-tab-cont.c5 .txt-info {
  padding: 40px 30px 60px 30px;
  background: #f6e8f7;
}
.wsf-tab-cont .in {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.in.apply {
  position: relative;
  width: 100%;
  background: #94d9ea url(/GEvent/festa/2402/img/bg-tab0302.png) no-repeat center 28vw;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 124vw 30px 50px 30px;
}
.in.apply:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 3.5;
  background: #daf0f5 url(/GEvent/festa/2402/img/title-page03.png) no-repeat center top;
  background-size: 90% auto;
  position: absolute;
  top: 0px;
  left: 0;
}

.in.card {
  width: 100%;
  background: #40372e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 0 0 0;
}
.in.card .bns {
  margin-bottom: 40px;
}
.in.card .btns {
  margin-bottom: 60px;
  padding: 0 10%;
  width: 100%;
}
.in.card .wtbtn {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  background: #302922;
  border-radius: 10px;
  border-color: #302922;
}
.in.card .bn-link {
  display: block;
  width: 100%;
  font-size: 0;
  color: transparent;
  padding-bottom: 50px;
}

.page-title {
  padding: 0;
  height: auto;
  line-height: 1.6;
  border-bottom: 0;
  text-align: center;
  margin-bottom: 30px;
  background: none;
  font-family: 'SBAggroB', sans-serif;
}

.timer-wrap {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 20px 20px 30px 20px;
  align-items: center;
  width: 100%;
}
.timer-wrap .t {
  font-size: 18px;
  color: #ff3e59;
  margin-bottom: 15px;
}
.timer-wrap .box {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.timer-wrap .box div {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  background: url(/GEvent/festa/2402/img/bg_timer.png) no-repeat center top;
  background-size: 100% auto;
  width: 30%;
  aspect-ratio: 0.9;
  font-size: 60px;
  padding-top: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.timer-wrap .box div:after {
  content: "days";
  text-transform: uppercase;
  font-size: 15px;
  color: #7b7a7b;
  font-family: "Century Gothic", sans-serif;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  font-weight: 400;
}
.timer-wrap .box div.hours:after {
  content: "hours";
}
.timer-wrap .box div.minutes:after {
  content: "minutes";
}

.ts-list {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
.ts-list .list {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ts-list .list .thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
}
.ts-list .list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ts-list .list .info {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  color: #222;
  flex-direction: column;
}
.ts-list .list .info .location {
  display: block;
  margin-bottom: 2px;
}
.ts-list .list .info .name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
}
.ts-list .list .info .tag {
  font-size: 12px;
  color: #7d7d7d;
  margin-bottom: 30px;
}
.ts-list .list .info .price {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  margin-bottom: 15px;
  font-family: "GmarketSansMedium", sans-serif;
}
.ts-list .list .info .price * {
  font-family: "GmarketSansMedium", sans-serif;
}
.ts-list .list .info .price .box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.ts-list .list .info .price .box .dc-bp {
  color: #9a9a9a;
  font-weight: 600;
  text-decoration: line-through;
  padding-left: 5px;
}
.ts-list .list .info .price .box .dc-pr {
  position: relative;
  font-weight: 600;
}
.ts-list .list .info .price .box .dc-pr .dcp {
  position: absolute;
  margin-left: 10px;
  bottom: 0;
  color: #ff3e59;
  font-size: 19px;
}
.ts-list .list .info .price .box.main {
  font-size: 16px;
  font-weight: 700;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #ff3e59;
}
.ts-list .list .info .price .box.main strong {
  font-size: 25px;
}
.ts-list .list .info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  height: 58px;
  background: #222;
}

.tn-list {
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
}
.tn-list .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 22px;
  padding: 0 30px;
  font-family: 'TTHakgyoansimTtwimteulR';
  display:flex;
  align-items:center;
  flex-direction:column;
}
.tn-list .title .sub {
  font-size: 14px;
  font-weight: 400;
  font-family: 'SBAggroL';
}
.tn-list .wsf-in-list {
  padding: 0px;
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:10px;
  row-gap:15px;
  margin-bottom:15px;
}
.tn-list .list {
  display: flex;
  background:#fff;
  border-radius:10px;
  flex-direction: column;
}
.tn-list .list .thumb {
  overflow: hidden;
  display: block;
  aspect-ratio:1.6;
}
.tn-list .list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tn-list .list .info {
  padding:15px;
  display: block;
  color: #555;
  font-size: 14px;
}
.tn-list .list .info .name {
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  height:43px;overflow:hidden;
}
.tn-list .list .info .txt {
	height:37px;overflow:hidden;
  margin-bottom: 10px;
  font-size:12px;
  display: block;
}
.tn-list .list .info .price {
  color: #000;
  line-height:1.2;
  font-size: 12px;
  font-weight: 600;
  font-family: "GmarketSansMedium", sans-serif !important;
  display: flex;
  align-items:flex-end;
  justify-content: flex-end;
  column-gap:5px;
  letter-spacing:-0.05em;
}
.tn-list .list .info .price .m {
  display: block;
  order:1;
}
.tn-list .list .info .price strong {
  font-size: 16px;
  font-weight: 600;
}
.tn-list .list .info .price .dcp {
  color: #808080;
  text-decoration: line-through;
  font-family: "GmarketSansMedium", sans-serif !important;
}
.tn-list .list .info .price .dc-p {
display:none;
}
.tn-list .wsf-in-list .swiper-button-next,
.tn-list .wsf-in-list .swiper-button-prev {
  width: 40px;
  height: 74px;
  background: rgba(0, 0, 0, 0.7);
  margin-top: -127px;
  border-radius: 10px;
  filter: brightness(1) invert(0);
  pointer-events: all !important;
}
.tn-list .wsf-in-list .swiper-button-next:before,
.tn-list .wsf-in-list .swiper-button-prev:before {
  filter: brightness(0) invert(1);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 70% auto;
}
.tn-list .wsf-in-list .swiper-button-prev {
  transform: rotate(180deg);
}
.tn-list .link {
  display: flex;
  padding-top:3px;
  background:#000;
  color:#fff;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  column-gap:5px;
}
.tn-list .link:after {content:'';display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);margin-top:-2px;}
.tn-list .link strong {color:#fd8505;}

.da-evt-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-direction: column;
  padding: 0 30px;
  row-gap: 10px;
}
.da-evt-list .list {
  width: 100%;
  box-shadow: 4px 10px 16px -6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  flex: 1;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  background: #fff;
  display: flex;
  align-items: stretch;
  position: relative;
}
.da-evt-list .list .enum {
  background: #d00b3c;
  display: flex;
  flex: 1;
  color: #fff;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  max-width: 50px;
}
.da-evt-list .list .enum strong {
  font-size: 17px;
}
.da-evt-list .list .corp-logo {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  color: #111;
  row-gap: 8px;
}
.da-evt-list .list .date {
  background: #f7f9fa;
  flex: 1;
  border-top: 2px dashed #fff;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 110px;
  max-width: 110px;
}
.da-evt-list .list .date dl {
  font-size: 11px;
  margin-bottom: 6px;
  color: #111;
}
.da-evt-list .list .date dl dd {
  font-size: 15px;
  font-weight: 600;
  padding-top: 3px;
}
.da-evt-list .list .date dl.gift {
  color: #e73d61;
  margin-bottom: 0;
}
.da-evt-list .list:after, .da-evt-list .list:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #cee3e8;
  overflow: hidden;
  position: absolute;
  right: 102px;
  z-index: 5;
}
.da-evt-list .list:first-child:after {
  background: #daf0f5;
}
.da-evt-list .list:after {
  top: -8px;
}
.da-evt-list .list:before {
  bottom: -8px;
  background: #bdd0d4;
}
.da-evt-list .list.off {
  z-index: 0;
}
.da-evt-list .list.off .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #738e96;
  opacity: 0.8;
  z-index: 3;
}

.ap-list {
  overflow: hidden;
  display: grid;
  -moz-column-gap: 3px;
       column-gap: 3px;
  row-gap: 3px;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr;
}
.ap-list .items {
  overflow: hidden;
  border-radius: 5px;
  border: 0;
  margin: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #111;
  padding: 20px;
}
.ap-list .items .name {
  font-size: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
}
.ap-list .items .name strong {
  display: block;
}
.ap-list .items .item-img {
  margin-bottom: 15px;
  text-align: center;
}
.ap-list .items .item-img img {
  width: 100%;
}
.ap-list .items a {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background: #171717;
}
.ap-list .items a.off {
  background: #999;
}
.ap-list .items:first-child {
  grid-column: 1/3;
  flex-direction: row;
  flex-wrap: wrap;
}
.ap-list .items:first-child .item-img {
  width: 50%;
  order: -1;
}
.ap-list .items:first-child a {
  width: 45%;
}

.coupon-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  padding: 0 30px;
  margin-bottom: 70px;
}
.coupon-list .list {
  overflow: hidden;
  display: flex;
  background: #fff;
  border-radius: 16px;
  height: 150px;
  color: #111;
  box-shadow: 0 7px 13px 1px rgba(0, 0, 0, 0.09);
  position: relative;
  justify-content: space-between;
}
.coupon-list .list:after, .coupon-list .list:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fcd454;
  border-radius: 5px;
  position: absolute;
  left: 407px;
  top: -12px;
  z-index: 10;
}
.coupon-list .list:after {
  top: auto;
  bottom: -12px;
  background: #e8c34d;
}
.coupon-list .list .main {
  font-size: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-right: 2px dashed #ff5f6a;
  position: relative;
  z-index: 5;
  flex: 1;
}
.coupon-list .list .main .t {
  color: #f6515c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.coupon-list .list .main .price {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
}
.coupon-list .list .main .price strong {
  font-size: 30px;
  font-weight: 800;
  font-family: "Poppins", sans-serif !important;
}
.coupon-list .list .main .lt {
  font-size: 21px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 6px;
}
.coupon-list .list .sub {
  background: #ff5f6a;
  font-size: 12px;
  padding: 25px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  max-width: 85px;
}
.coupon-list .list .sub .icon {
  display: block;
  width: 21px;
  height: 21px;
  background: url(/GEvent/festa/2402/img/ico-down.png) no-repeat;
  background-size: 21px auto;
}

.txt-info {
  color: #111;
}
.txt-info .name {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.txt-info .wt-ul li {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 9px;
  padding-left: 10px;
}
.txt-info .wt-ul li:after {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #111;
  top: 10px;
}

.sms-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.sms-layer, .sms-layer * {
  box-sizing: border-box !important;
}
.sms-layer .sl-in {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px;
  overflow: hidden;
  z-index: 110;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #111;
  overflow: hidden;
  overflow-y: auto;
}
.sms-layer .sl-in .name {
  font-size: 22px;
  font-family: "NEXON Lv1 Gothic OTF", sans-serif;
}
.sms-layer .sl-in .layer-contents {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 10px 0;
  position:absolute;top:70px;left:30px;bottom:90px;right:30px;
  overflow:hidden;overflow-y:auto;
}
.sms-layer .sl-in .layer-contents .name {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "NEXON Lv1 Gothic OTF", sans-serif;
}
.sms-layer .sl-in .layer-contents .msg {
  color: red;
}
.sms-layer .sl-in .layer-contents label.inp {
  display: block;
  width: 100%;
}
.sms-layer .sl-in .layer-contents label.inp input {
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
}
.sms-layer .sl-in .layer-contents .agree-info-box {
  padding: 15px;
  border: 1px solid #ddd;
  line-height: 1.7;
  font-size: 13px;
}
.sms-layer .sl-in .layer-contents label.agree {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 15px;
  border-top: 1px dashed #ddd;
}
.sms-layer .sl-in .layer-contents label.agree input {
  width: 16px;
  height: 16px;
}
.sms-layer .sl-in .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 31px;
  right: 21px;
  font-size: 0;
  color: transparent;
}
.sms-layer .sl-in .close:after, .sms-layer .sl-in .close:before {
  width: 50%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -25%;
  background: #000;
  transform: rotate(45deg);
}
.sms-layer .sl-in .close:before {
  transform: rotate(-45deg);
}
.sms-layer .sl-in .btn {
  display: flex;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  font-family: "NEXON Lv1 Gothic OTF", sans-serif;
  min-height: 50px;
  position:absolute;bottom:30px;left:30px;right:30px;
}
.sms-layer .sl-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.sms-layer .evt-info .name {font-size:16px !important;padding-top:10px;margin-bottom:5px;}
.sms-layer .evt-info ul {margin-bottom:15px;}
.sms-layer .evt-info li {font-size:14px;padding-left:7px;position:relative;}
.sms-layer .evt-info li:before {content:'';display:block;width:2px;height:2px;background:#000;position:absolute;left:0;top:10px;}

.sms-layer.on {
  display: flex;
}

.stamp-msg {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  padding: 25px 30px;
  display: block;
  background: #d07ad1;
  font-weight: 400;
}
.stamp-msg strong {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff479;
}
.stamp-msg strong span {
  position: relative;
  z-index: 5;
}
.stamp-msg strong:before {
  content: "";
  display: block;
  width: 106%;
  height: 10px;
  border-radius: 5px;
  background: #de54e0;
  z-index: 1;
  position: absolute;
  bottom: 6px;
  left: -3%;
}
.stamp-msg .btn-stamp {
  overflow: hidden;
  cursor: pointer;
  font-family: "NEXON Lv1 Gothic OTF", sans-serif;
  font-weight: 600;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: #111;
  border-radius: 10px;
  border: 0;
  margin-top: 20px;
}
.stamp-msg .btn-stamp:before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: url(/GEvent/festa/2402/img/ico-check.png) no-repeat;
  margin: -300px 0 0 0;
  background-size: 100% auto;
}
.stamp-msg .btn-stamp.on:before {
  width: 28px;
  height: 25px;
  margin: 0 5px 16px 0;
}

.stamp-info {
  display: flex;
  padding-bottom: 40px;
}

.stamp-wrap {
  background: #f3d9f4 url(/GEvent/festa/2402/img/bg-attendance.png) no-repeat center top;
  background-size: 100% auto;
  padding: 7.5% 4% 3% 4.3%;
  padding-bottom: 25px;
  position: relative;
}
.stamp-wrap .stamp-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.8vw;
       column-gap: 1.8vw;
  row-gap: 4vw;
  justify-content: center;
  align-items: flex-start;
}
.stamp-wrap .stamp-list .st {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 5;
  aspect-ratio: 1;
  border: 1px solid #e37a87;
  border-radius: 100%;
  background: #fff;
  flex-direction: column;
  font-size: 10px;
  color: #c3c3c3;
  line-height: 1.1;
  padding-bottom: 5px;
}
.stamp-wrap .stamp-list .st:after {
  box-sizing: border-box !important;
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed #e37a87;
  border-radius: 100%;
  background: #fffbf1;
  margin: -45% 0 0 -45%;
  z-index: 1;
}
.stamp-wrap .stamp-list .st:before {
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/GEvent/festa/2402/img/ico-star.png) no-repeat;
  opacity: 0.3;
  margin-bottom: 3px;
  background-size: 100% auto;
}
.stamp-wrap .stamp-list .st .price {
  position: relative;
  z-index: 5;
}
.stamp-wrap .stamp-list .st .price strong {
  font-size: 13px;
  font-family: "Arial", sans-serif;
}
.stamp-wrap .stamp-list .st .t {
  position: relative;
  z-index: 5;
}
.stamp-wrap .stamp-list .st.next {
  cursor: pointer;
  color: #e743da;
  border: 3px solid #e743da;
}
.stamp-wrap .stamp-list .st.next:before {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(48%) sepia(66%) saturate(4586%) hue-rotate(277deg) brightness(93%) contrast(95%);
}
.stamp-wrap .stamp-list .st.next.on {
  cursor: auto;
}
.stamp-wrap .stamp-list .st.next.on .price:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(/GEvent/festa/2402/img/ico-c.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52px 0 0 -50px;
  z-index: 1;
  background-size: 100% auto;
}
.stamp-wrap .stamp-list .st:nth-child(5n) {
  color: #5a5a5a;
}
.stamp-wrap .stamp-list .st:nth-child(5n):before {
  opacity: 0.7;
}
.stamp-wrap .stamp-list .st:last-child {
  color: #e743da;
}
.stamp-wrap .stamp-list .st:last-child:before {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(48%) sepia(66%) saturate(4586%) hue-rotate(277deg) brightness(93%) contrast(95%);
}
.stamp-wrap .stamp-list .st.on {
  background: url(/GEvent/festa/2402/img/bg-stamp.png) no-repeat 50% 50%;
  color: #fff;
  border: 0;
  background-size: 100% auto;
}
.stamp-wrap .stamp-list .st.on:after {
  background: none;
  border: 1px solid #fff;
}
.stamp-wrap .stamp-list .st.on:before {
  opacity: 1;
  filter: invert(1);
}

.flex-bn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
  padding-bottom: 50px;
  background: #f6e8f7;
}
.flex-bn a {
  display: flex;
}
.flex-bn a img {
  width: 100%;
}
.flex-bn a:nth-child(1), .flex-bn a:nth-child(2) {
  grid-column: 1/3;
}/*# sourceMappingURL=style.css.map */

.wsf-tab-cont .page-title {color:#000;font-size:25px;font-weight:400;margin-bottom:10px;line-height:1.2;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.wsf-tab-cont .page-title .sub {display:flex;width:100%;font-size:14px;font-family: 'SBAggroL',sans-serif;line-height:1.5;padding-top:5px;justify-content:center;}
.wsf-tab-cont .page-title .sub span {color:#f7ff1e;}
.wsf-tab-cont .page-title strong {color:#ff6767;}

.wsf-tab-wrap {min-height:50px;background:#ffe285;}
.wsf-tab-cont.c1 {padding:0;background:#ffe285;}
.wsf-tab-cont.c1 .in {width:100%;}
.wsf-tab-cont.c1 .page-title {margin-bottom:0;}
.wsf-tab-cont.c1 .in .dan {display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 15px;row-gap:20px;}
.wsf-tab-cont.c1 .in .dan.d2 {background:#ff6767;}
.wsf-tab-cont.c1 .in .dan.d2 .page-title {color:#fff;}
.wsf-tab-cont.c1 .in .dan.d2 .page-title .sub {color:#931811;}
.wsf-tab-cont.c1 .in .dan.d2 .btn-evt {border:0;background:#000;color:#fff;font-size:21px;font-weight:700;width:100%;height:55px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;column-gap:5px;}
.wsf-tab-cont.c1 .in .dan.d2 .btn-evt:after {content:'';display:block;width:9px;height:9px;border-right:3px solid #fff;border-top:3px solid #fff;transform:rotate(45deg);}
.coupon-nlist {display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;}
.coupon-nlist a {width:50%;}

.wsf-tab-cont.c2 {background:#ffe8fe;padding:50px 20px;}
.tn-list.timesale {grid-template-columns:1fr;width:100%;margin:0 auto;}
.tn-list.timesale .list {background:none;border-radius:0;}
.tn-list.timesale .list .thumb {display:block;}
.tn-list.timesale .list .info {padding:25px 10px;display:block;}
.tn-list.timesale .list .info .name {font-size:22px;height:auto;margin-bottom:10px;display:block;font-weight:bold;}
.tn-list .list .info ul.txt {height:77px;overflow:hidden;margin-bottom:20px;display:flex;flex-direction:column;row-gap:7px;}
.tn-list .list .info ul.txt li {padding-left:8px;font-size:13px;color:#111;position:relative;line-height:1.3;}
.tn-list .list .info ul.txt li:before {content:'';display:block;width:2px;height:2px;background:#111;position:absolute;left:2px;top:7px;}
.tn-list.timesale .list .info .price {display:flex;flex-wrap:nowrap;align-items:flex-end;justify-content:center;column-gap:10px;color:#000;font-size:16px;}
.tn-list.timesale .list .info .price .label {display:flex;height:25px;border-radius:20px;background:#ff4052;color:#fff;padding:0 10px;font-size:13px;align-items:center;justify-content:center;font-weight:normal;}
.tn-list.timesale .list .info .price .dcp {color:#494949;font-size:13px;font-weight:200;text-decoration:line-through}
.tn-list.timesale .list .info .price .m {width:auto;line-height:1.1}
.tn-list.timesale .list .info .price .m strong {font-size:25px;}
.tn-list .list .btn {border:2px solid #000;color:#000;font-size:24px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;column-gap:5px;padding-top:2px;}
.tn-list .list .btn:after {content:'';display:block;width:10px;height:10px;border-right:2px solid #000;border-top:2px solid #000;transform:rotate(45deg);margin-top:-2px;}
.tn-list.timesale .list .btn {border:0;background:#000;color:#fff;font-size:20px;}
.tn-list.timesale .list .btn:after {border-color:#fff;}
.tn-list.timesale .list .info ul.txt {margin-bottom:20px;}
.tn-list.timesale .list .info ul.txt li {padding-left:12px;font-size:14px;}
.tn-list.timesale .list .info ul.txt li:before {width:3px;height:3px;left:3px;top:5px;}

.tn-list.awards {display:grid;grid-template-columns:1fr 1fr;margin-bottom:50px;column-gap:10px;row-gap:35px;}
.tn-list.awards .list {background:none;border-radius:0;}
.tn-list.awards .list .info {padding:15px 0;}
.tn-list.awards .list .btn {font-size:15px;border-radius:8px;border-width:1px;height:40px;}
.tn-list.awards .list .btn:after {width:6px;height:6px;}
.tn-list.awards .list:first-child {grid-column:1/3;position:relative;overflow:visible;}
.tn-list.awards .list:first-child:before {position:absolute;top:-10px;left:-10px;content:'';display:block;width:47.5px;height:61.5px;background:url(/GEvent/festa/2511/img/ico-awards.png) no-repeat;background-size:47.5px auto;}
.tn-list.awards .list:first-child .thumb {display:block;}
.tn-list.awards .list:first-child .info {padding:25px 10px;}
.tn-list.awards .list:first-child .info .name {font-size:22px;height:auto;margin-bottom:10px;font-weight:bold;display:block;}
.tn-list.awards .list:first-child .info ul.txt {margin-bottom:20px;}
.tn-list.awards .list:first-child .info .price {display:flex;flex-wrap:nowrap;align-items:flex-end;justify-content:center;column-gap:10px;color:#000;font-size:16px;}
.tn-list.awards .list:first-child .info .price .dcp {font-size:13px;color:#494949;font-weight:100;text-decoration:line-through;}
.tn-list.awards .list:first-child .info .price .dc-p {color:#ff4052;font-size:20px;display:block;order:3;margin-left:0;}
.tn-list.awards .list:first-child .info .price .m {width:auto;line-height:1.1;order:1;}
.tn-list.awards .list:first-child .info .price .m strong {font-size:25px;}
.tn-list.awards .list:first-child .btn {border:0;background:#000;color:#fff;font-size:20px;height:50px;}
.tn-list.awards .list:first-child .btn:after {border-color:#fff;}

.da-link-list {padding:10px 0px;display:flex;flex-direction:column;row-gap:10px;margin-bottom:20px;}
.da-link-list .list {position:relative;overflow:hidden;border-radius:20px 0 0 20px;height:140px;background:#fff;display:none;align-items:strech;justify-content:flex-start;}
.da-link-list .list .week {background:#da2323;width:50px;color:#fff;display:flex;align-items:center;justify-content:center;width:15%;font-size:16px;writing-mode: vertical-rl;text-orientation: upright;}
.da-link-list .list .logo {display:flex;align-items:center;justify-content:center;font-size:16px;flex-direction:column;width:45%;border-right:1px dashed #e9e7e7;}
.da-link-list .list .logo img {height:26px;width:auto;}
.da-link-list .list .date {display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:40%;color:#474747;font-size:14px;line-height:1.2;padding:0 15px;}
.da-link-list .list .date .value {font-size:16px;color:#000;white-space:nowrap;}
.da-link-list .list a {position:absolute;bottom:10px;right:15px;z-index:5;width:28vw;height:30px;padding-top:3px;display:flex;align-items:center;justify-content:center;background:#da2323;color:#fff;border-radius:24px;font-size:14px;column-gap:2px;}
.da-link-list .list a:after {content:'';display:block;width:6px;height:6px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg);margin-top:-2px;}
.da-link-list .list .week:after,
.da-link-list .list .week:before {z-index:1;content:'';display:block;width:20px;height:20px;border:1px solid #da2323;border-radius:100%;position:absolute;background:#defff5;left:56.7%;}
.da-link-list .list .week:after {top:-12px;}
.da-link-list .list .week:before {bottom:-12px;}
.da-link-list .list:before {z-index:0;content:'';display:block;width:100%;height:100%;border:1px solid #da2323;position:absolute;top:0;left:0;box-sizing:border-box;}


.da-link-list .list.jeju:before {border-color:#ec5623;}
.da-link-list .list.jeju .week {background:#ec5623;}
.da-link-list .list.jeju a {background:#ec5623;}
.da-link-list .list.jeju .week:after,
.da-link-list .list.jeju .week:before {border-color:#ec5623;}

.da-link-list .list.seoul:before {border-color:#3dbd9c;}
.da-link-list .list.seoul .week {background:#3dbd9c;}
.da-link-list .list.seoul a {background:#3dbd9c;}
.da-link-list .list.seoul .week:after,
.da-link-list .list.seoul .week:before {border-color:#3dbd9c;}

.da-link-list .list.off:after {z-index:10;content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(105,105,105,.8) url(/GEvent/festa/2511/img/ico-off.png) no-repeat 50% 50%;background-size:69px auto;}
.da-link-list .list.off .logo {opacity:0}
.da-link-list .list.off a {opacity:.1}
.da-link-list .list.off .week:after,
.da-link-list .list.off .week:before {z-index:11;}
.da-link-list .list.online,
.da-link-list .list.online+.list {display:flex;}

.wsf-tab-cont.c3 {background:#efe6ff;padding:50px 20px 0 20px;}
.wsf-tab-cont.c3 .page-title {background:none;height:auto;margin-bottom:20px;}
.wsf-tab-cont.c3 .page-title .sub {color:#8038f4;font-size:15px;}
.wsf-tab-cont.c4 {background:#defff5;padding:50px 20px;}
.wsf-tab-cont.c4 .page-title {}
.wsf-tab-cont.c4 .page-title .sub {color:#009d6d;font-size:15px;}
.wsf-tab-cont.c5 {background:#ffe3d8;padding:35px 20px;}
.wsf-tab-cont.c5 .page-title {margin-bottom:10px;padding-top:15px}
.wsf-tab-cont.c5 .page-title .sub {color:#fd4f05;font-size:15px;}

.bot-btns {display:flex;flex-wrap:wrap;flex:1;padding:20px;}
.bot-btns a {display:flex;align-items:center;width:50%;}

.flight-services {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  border-radius: 16px;
  background: #282828;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.service-card strong {
  font-size: 17px;
}

.service-card span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.service-card.secondary {
  background: linear-gradient(135deg, #4353ff, #764ba2);
}
