@charset "UTF-8";
.fb__event-detail__share {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='22.5' viewBox='0 0 20.5 22.5'%3E%3Cpath d='M-12578.045-447.063a3.043 3.043 0 0 1 3.023-3.064 3.043 3.043 0 0 1 3.021 3.064 3.043 3.043 0 0 1-3.021 3.064 3.043 3.043 0 0 1-3.023-3.064zm-6.893-5.768 6.883 4.062zm-6.062-1.67a3.041 3.041 0 0 1 3.023-3.061 3.041 3.041 0 0 1 3.021 3.061 3.043 3.043 0 0 1-3.021 3.064 3.043 3.043 0 0 1-3.023-3.063zm12.936-5.732-6.873 4.064zm.02-1.706a3.041 3.041 0 0 1 3.023-3.061 3.041 3.041 0 0 1 3.021 3.061 3.043 3.043 0 0 1-3.021 3.064 3.043 3.043 0 0 1-3.024-3.063z' transform='translate(12591.75 465.749)' style='fill:none;stroke:%23666;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E%0A");
  background-size: 19px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.fb__event-detail__comment-event:after, .fb__event-detail__goodsbox .goodsbox__tab__box:after {
  display: block;
  clear: both;
  content: "";
}

.fb__event {
  width: 1280px;
  margin: 50px auto 0;
}

.fb__event .event-bbs__tab:not(:first-of-type) {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.fb__event .event-bbs__tab:not(:first-of-type):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #e8e8e8;
}

.fb__event .event-bbs__tab__wrapper {
  margin-top: 30px;
  text-align: left;
}

.fb__event .event-bbs__tab input[type="radio"] {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
}

.fb__event .event-bbs__tab input[type="radio"] + span {
  color: #666;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  cursor: pointer;
}

.fb__event .event-bbs__tab input[type="radio"]:checked + span {
  border-bottom: 1px solid #36ab36;
  color: #36ab36;
}

.fb__event .wrap-pagination {
  margin-top: 0;
}

.fb__event__wrap {
  margin-top: 30px;
}

.fb__event__box {
  font-size: 0;
}

.fb__event__list {
  position: relative;
  display: inline-block;
  width: calc((100% - 80px) / 3);
  margin: 0 0 60px 40px;
  vertical-align: top;
}

.fb__event__list:nth-child(3n + 1) {
  margin-left: 0;
}

.fb__event__image {
  overflow: hidden;
  width: 100%;
  height: 240px;
  background: #f8f8f8;
  border-radius: 8px;
}

.fb__event__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.fb__event__image .end__txt {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.fb__event__image .end__txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.fb__event__badge {
  display: inline-flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.fb__event__badge .badge__item {
  padding: 0 8px;
  color: #ffffff;
  font-weight: 800;
  font-size: 13px;
  line-height: 24px;
  border-radius: 4px;
}

.fb__event__badge .badge__item--green {
  background: #36ab36;
}

.fb__event__badge .badge__item--white {
  color: #111;
  background: #ffffff;
  border: 1px solid #ddd;
}

.fb__event__badge .badge__item--orange {
  background: #fc5f47;
}

.fb__event__badge .badge__item--blue {
  background: #00a7fe;
}

.fb__event__badge .badge__item--purple {
  background: #6632f6;
}

.fb__event__badge .badge__item--pink {
  background: #f06091;
}

.fb__event__info {
  position: relative;
  margin-top: 16px;
}

.fb__event__info.end .fb__event__period .period__text {
  color: #999;
}

.fb__event__name {
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__event__desc {
  max-width: 590px;
  min-height: 20px;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__event__period {
  margin-top: 8px;
}

.fb__event__period .period__text {
  margin-top: 8px;
  color: #666;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.fb__event__period .period__text:not(:first-of-type) {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.fb__event__period .period__text:not(:first-of-type):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #ddd;
}

.fb__event__period .period__text--orange {
  color: #fc5f47;
}

.fb__event__period .period__text--regular {
  font-weight: 400;
}

.fb__event-detail {
  margin-top: 40px;
}

.fb__event-detail__header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.fb__event-detail__info {
  max-width: 1000px;
}

.fb__event-detail__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.38;
}

.fb__event-detail__subtitle {
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
}

.fb__event-detail__date {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 0;
}

.fb__event-detail__date .date__area {
  display: inline-block;
  vertical-align: middle;
}

.fb__event-detail__date .date__form {
  display: inline-block;
  position: relative;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

.fb__event-detail__date .date__form:not(:first-child) {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.fb__event-detail__date .date__form:not(:first-child):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #ddd;
}

.fb__event-detail__date .date__form.ing {
  color: #fc5f47;
  font-weight: 700;
}

.fb__event-detail__date .date__form.end {
  color: #666;
  font-weight: 700;
}

.fb__event-detail__share {
  display: inline-block;
  width: 18px;
  height: 19px;
  padding: 0;
  margin-left: 27px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19'%3E%3Cg data-name='타원 35' transform='translate(0 6)' style='stroke:%23666;stroke-width:1.2px;fill:none'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' style='stroke:none'/%3E%3Ccircle cx='3.5' cy='3.5' r='2.9' style='fill:none'/%3E%3C/g%3E%3Cg data-name='타원 32' transform='translate(11)' style='stroke:%23666;stroke-width:1.2px;fill:none'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' style='stroke:none'/%3E%3Ccircle cx='3.5' cy='3.5' r='2.9' style='fill:none'/%3E%3C/g%3E%3Cg data-name='타원 34' transform='translate(11 12)' style='stroke:%23666;stroke-width:1.2px;fill:none'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' style='stroke:none'/%3E%3Ccircle cx='3.5' cy='3.5' r='2.9' style='fill:none'/%3E%3C/g%3E%3Cpath data-name='패스 39' d='m0 7 5.656-3.594' transform='translate(6 1.594)' style='stroke:%23666;stroke-width:1.2px;fill:none'/%3E%3Cpath data-name='패스 40' d='M0 3.406 5.656 7' transform='translate(6 7)' style='stroke:%23666;stroke-width:1.2px;fill:none'/%3E%3C/svg%3E%0A");
  background-size: 19px 19px;
}

.fb__event-detail .info__popup__title {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 50px;
}

.fb__event-detail .info__popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: url(../images/common/sprite_common.png) no-repeat -1px -301px;
}

.fb__event-detail .info__popup.sns-popup {
  display: none;
  position: absolute;
  top: 47px;
  right: 0;
  width: 280px;
  background: #fff;
  border: 1px solid #36ab36;
  z-index: 1;
}

.fb__event-detail .info__popup.sns-popup .sns-area {
  display: flex;
  clear: both;
  padding: 20px;
}

.fb__event-detail .info__popup.sns-popup .sns-area__btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 21px;
  background: url(../images/shop/sprite_shop.png) no-repeat;
  cursor: pointer;
}

.fb__event-detail .info__popup.sns-popup .sns-area__btn--facebook {
  background-position: -0 -650px;
}

.fb__event-detail .info__popup.sns-popup .sns-area__btn--kakao {
  background-position: -81px -650px;
}

.fb__event-detail .info__popup.sns-popup .sns-area__btn--url {
  background-position: -162px -650px;
}

.fb__event-detail .info__popup.sns-popup .sns-area__btn:hover {
  background-position-y: -696px;
}

.fb__event-detail .info__popup.sns-popup--show {
  display: block;
}

.fb__event-detail__banner__title {
  text-indent: -9999px;
}

.fb__event-detail__banner__thumb {
  width: 1280px;
  margin-bottom: 60px;
}

.fb__event-detail__banner__thumb img {
  max-width: 100%;
}

.fb__event-detail__banner__text {
  position: relative;
  width: 100%;
}

.fb__event-detail__banner__text img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.fb__event-detail__goodsbox {
  position: relative;
  margin: 60px auto 0;
}

.fb__event-detail__goodsbox .goodsbox__tab {
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 10;
  margin-bottom: 30px;
  background: #ffffff;
}

.fb__event-detail__goodsbox .goodsbox__tab__box.sticky {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  max-width: 1280px;
  background: #fff;
}

.fb__event-detail__goodsbox .goodsbox__tab__box.absolute {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.fb__event-detail__goodsbox .goodsbox__tab__list {
  position: relative;
  float: left;
  width: calc(33.333% + 1px);
  min-height: 50px;
  margin: -1px 0 0 -1px;
  border: 1px solid #e8e8e8;
}

.fb__event-detail__goodsbox .goodsbox__tab__list:nth-child(-n + 3) {
  margin-top: 0;
}

.fb__event-detail__goodsbox .goodsbox__tab__list:nth-child(3n + 1) {
  width: 33.333%;
  margin-left: 0;
}

.fb__event-detail__goodsbox .goodsbox__tab__list a {
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 48px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 48px;
  text-align: center;
}

.fb__event-detail__goodsbox .goodsbox__tab__list.on {
  border-color: #36ab36;
  background: #36ab36;
  z-index: 1;
}

.fb__event-detail__goodsbox .goodsbox__tab__list.on a {
  font-weight: 700;
  color: #ffffff;
}

.fb__event-detail__goodsbox .goodsbox__contents {
  display: none;
  margin-top: 30px;
}

.fb__event-detail__goodsbox .goodsbox__contents.on {
  display: block;
}

.fb__event-detail__goodsbox .goodsbox__contents__title {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}

.fb__event-detail__goodsbox .goodsbox__contents__title:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #f8f8f8;
  clear: both;
  content: "";
}

.fb__event-detail__goodsbox .goodsbox__contents__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background: #fff;
}

.fb__event-detail__comment {
  width: 1280px;
  margin: 60px auto 0;
}

.fb__event-detail__vote {
  width: 100%;
  margin-top: 60px;
  padding: 30px 0 60px;
  background: #f8f8f8;
  border-top: 1px solid #e8e8e8;
}

.fb__event-detail__vote .vote__header {
  text-align: center;
  margin-bottom: 32px;
}

.fb__event-detail__vote .vote__title {
  display: inline-block;
  font-weight: 800;
  font-size: 32px;
  line-height: 35px;
  box-shadow: inset 0px -12px 0px 0px #ffe66d;
}

.fb__event-detail__vote .vote__content {
  width: 366px;
  margin: 0 auto;
  text-align: center;
}

.fb__event-detail__vote .vote__item {
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.03);
}

.fb__event-detail__vote .vote__item:not(:first-of-type) {
  margin-top: 8px;
}

.fb__event-detail__vote .vote__label {
  display: block;
  text-align: left;
}

.fb__event-detail__vote .vote__btn {
  margin-top: 30px;
}

.fb__event-detail__draw {
  width: 100%;
  height: 1334px;
  padding: 481px 250px 350px;
  background: url(../images/event/draw_background.png) no-repeat center center/1280px auto;
}

.fb__event-detail__draw .draw__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.fb__event-detail__draw .draw__list--col2 {
  width: calc(100% / 3 * 2);
}

.fb__event-detail__draw .draw__item {
  position: relative;
  width: 220px;
  height: 220px;
  font-size: 0;
}

.fb__event-detail__draw .draw__item.pink {
  background: url(../images/event/bottle_pink.png) no-repeat center center/220px auto;
}

.fb__event-detail__draw .draw__item.yellow {
  background: url(../images/event/bottle_yellow.png) no-repeat center center/220px auto;
}

.fb__event-detail__draw .draw__item.blue {
  background: url(../images/event/bottle_blue.png) no-repeat center center/220px auto;
}

.fb__event-detail__draw .draw__item.aqua {
  background: url(../images/event/bottle_aqua.png) no-repeat center center/220px auto;
}

.fb__event-detail__draw .draw__item.green {
  background: url(../images/event/bottle_green.png) no-repeat center center/220px auto;
}

.fb__event-detail__draw .draw__item.purple {
  background: url(../images/event/bottle_purple.png) no-repeat center center/220px auto;
}

.fb__event-detail__draw .draw__popup {
  display: none;
}

.fb .drawPopup {
  position: relative;
  width: 620px;
  padding: 0;
  border-radius: 30px;
}

.fb .drawPopup .draw__popup {
  display: block;
}

.fb .drawPopup .fb__modal__header {
  display: none;
}

.fb .drawPopup .fb__modal__content {
  padding: 0;
}

.fb .drawPopup .fb__modal__content:after {
  display: none;
}

.fb .drawPopup .fb__modal__scroll {
  overflow: visible;
}

.fb .drawPopup .draw__popup {
  position: relative;
  padding-top: 42px;
  text-align: center;
}

.fb .drawPopup .draw__popup__close {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: calc(100% + 10px);
  right: 10px;
  background: url(../images/event/btn-close.png) no-repeat center center/60px auto;
}

.fb .drawPopup .draw__popup__header {
  margin-bottom: 20px;
}

.fb .drawPopup .draw__popup__title {
  font-size: 0;
}

.fb .drawPopup .draw__popup__title-img {
  display: inline-block;
  width: 353px;
  height: 68px;
}

.fb .drawPopup .draw__popup__title-img img {
  width: 100%;
  height: 100%;
}

.fb .drawPopup .draw__popup__result {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.fb .drawPopup .draw__popup__animation {
  width: 100%;
  height: 410px;
}

.fb .drawPopup .draw__popup__animation img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.fb .drawPopup .draw__popup__coupon {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  width: 248px;
  height: 135px;
  margin-left: -121px;
  padding: 31px 0 33px;
  background: url(../images/event/coupon.png) no-repeat center center/260px auto;
  text-align: center;
}

.fb .drawPopup .draw__popup__coupon.active {
  display: block;
  -webkit-animation: APPEAR 0.9s;
  -webkit-animation-fill-mode: both;
  animation: APPEAR 0.9s;
  animation-fill-mode: both;
}

@keyframes APPEAR {
  0% {
    -webkit-transform: translateY(100px) scale(0.1);
            transform: translateY(100px) scale(0.1);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes APPEAR {
  0% {
    -webkit-transform: translateY(rem(100px)) scale(0.1);
            transform: translateY(rem(100px)) scale(0.1);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(rem(-4px));
            transform: translateY(rem(-4px));
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(rem(3px));
            transform: translateY(rem(3px));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.fb .drawPopup .draw__popup__coupon .coupon__title {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 3.2px;
}

.fb .drawPopup .draw__popup__coupon .coupon__value {
  margin-top: 17px;
  color: #ffffff;
  font-weight: 800;
  font-size: 48.5px;
  line-height: 42px;
  letter-spacing: -1.21px;
}

.fb#event_eventDetail .fb__modal__mask {
  background-image: url(../images/event/flower.png);
  background-repeat: no-repeat;
  background-position: center top 0;
  background-size: 1094px auto;
}

.fb__promotion {
  width: 1280px;
  margin: 50px auto 0;
}

.fb__promotion .wrap-pagination {
  margin-top: 0;
}

.fb__promotion__header {
  text-align: center;
}

.fb__promotion__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
}

.fb__promotion__title--sub {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.fb__promotion__wrap {
  margin-top: 40px;
}

.fb__promotion__box {
  font-size: 0;
}

.fb__promotion__box--listType3 .fb__promotion__list {
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
}

.fb__promotion__box--listType3 .fb__promotion__list:nth-child(3n + 1) {
  margin-left: 0;
}

.fb__promotion__box--listType2 .fb__promotion__list {
  width: calc((100% - 28px) / 2);
  margin-left: 28px;
}

.fb__promotion__box--listType2 .fb__promotion__list:nth-child(2n + 1) {
  margin-left: 0;
}

.fb__promotion__box--listType2 .fb__promotion__image {
  height: 386px;
}

.fb__promotion__box--listType2 .fb__promotion__info {
  margin-top: 24px;
  padding-left: 10px;
}

.fb__promotion__box--listType2 .fb__promotion__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.fb__promotion__box--listType2 .fb__promotion__date {
  margin-top: 10px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.fb__promotion__list {
  position: relative;
  display: inline-block;
  width: 400px;
  margin: 0 0 60px 40px;
  vertical-align: top;
}

.fb__promotion__image {
  overflow: hidden;
  width: 100%;
  height: 240px;
  border-radius: 8px;
}

.fb__promotion__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.fb__promotion__image .end__txt {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 17px;
  text-align: center;
  border-radius: 8px;
}

.fb__promotion__image .end__txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.fb__promotion__info {
  position: relative;
  margin-top: 16px;
}

.fb__promotion__info.end .fb__promotion__name {
  color: #666;
}

.fb__promotion__info.end .fb__promotion__date {
  color: #666;
}

.fb__promotion__name {
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__promotion__desc {
  max-width: 380px;
  min-height: 80px;
  margin-top: 8px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.fb__promotion__date {
  margin-top: 8px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

#event_eventDetail .fb__timeEvent .timeEvent__box {
  position: relative;
  margin: 0 auto;
}

#event_eventDetail .fb__timeEvent .timeEvent__box__content {
  position: absolute;
  inset: 0 0 0 0;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer {
  display: flex;
  justify-content: center;
  padding: 13px 0;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer .timer__block {
  display: inline-flex;
  position: relative;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer .timer__block__second {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0 0 0 0;
  color: white;
  font-size: 73px;
  font-weight: 700;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer .timer__block + .timer__block {
  margin-left: 6px;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer .timer__divider {
  display: inline-block;
  height: 116px;
  width: 15px;
  margin: 0 19px;
  position: relative;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer .timer__divider:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #2d2b2c;
  border-radius: 50%;
}

#event_eventDetail .fb__timeEvent .timeEvent__timer .timer__divider:after {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #2d2b2c;
  border-radius: 50%;
}

#event_eventDetail .fb__timeEvent .timeEvent__linkWrapper {
  position: relative;
}

#event_eventDetail .fb__timeEvent .timeEvent__link {
  position: absolute;
  top: 119px;
  width: 400px;
  height: 400px;
}

#event_eventDetail .fb__timeEvent .timeEvent__link--left {
  left: 210px;
}

#event_eventDetail .fb__timeEvent .timeEvent__link--right {
  right: 210px;
}

#event_eventDetail .fb__timeEvent .timeEvent__video {
  width: 1024px;
  margin: 0 auto;
  padding: 0 60px;
}

#event_eventDetail .fb__timeEvent .timeEvent__video .video__top {
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  aspect-ratio: 9 / 5;
}

#event_eventDetail .fb__timeEvent .timeEvent__video .video__top iframe {
  width: 100%;
  height: 100%;
}

.roulette-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 1024px;
  margin: auto;
}
.roulette-container.small {
    height: 1000px;
}
.roulette-container.medium {
    height: 1050px;
}
.roulette-container.large {
    height: 2260px;
}
.roulette-container.xlarge {
    height: 1250px;
}
.roulette-container > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 19%;
    transform: translate(0, 0);
    z-index: -10;
    margin: 0 auto;

}
.roulette-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 842px;
    color:#fff;
}
.roulette-title span {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 5px 10px;
    color:#FFB892;
}
.roulette-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 1000px;
    margin-top: 100px;
}
.roulette-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.roulette-wrapper.small {
    width: 400px;
    height: 400px;
}
.roulette-wrapper.medium {
    width: 450px;
    height: 450px;
}
.roulette-wrapper.large {
    width: 550px;
    height: 550px;
}
.roulette-wrapper.xlarge {
    width: 600px;
    height: 600px;
}
.roulette-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:100px

}
.roulette-addr-btn,
.roulette-rotate-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #58824F;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    margin: 0 5px;
}

.roulette-addr-btn:hover,
.roulette-rotate-btn:hover {
    background-color: var(--roulette-button-hover-color, #354f2f) !important;
}

#rouletteCanvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 9px solid #FFB892;
    box-sizing: border-box;
}

.roulette-pin {
    position: absolute;
    top: -33px;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%);
    z-index: 2;
}
.roulette-pin img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.roulette-result {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.5s ease;
    margin-top: 10px;
    padding: 10px;
    border-radius: 0.8rem;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    box-sizing: border-box;
}

.roulette-result.show {
    opacity: 1;
    transform: translateY(0);
}
.roulette-info {
    position: absolute;
    bottom: 5px;
    left: 20px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    justify-content: space-evenly;
    font-size: 0.8rem;
}
.roulette-info p {
    padding: 10px 0;
}

.roulette-info span {
    padding: 5px 0;
}

/* 모달 기본 스타일 */
.roulette-address-form {
    padding: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
}

/* 입력 필드 그룹 */
.roulette-address-form .form-row {
    margin-bottom: 20px;
    position: relative;
}

/* 라벨 스타일 */
.roulette-address-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

/* 입력 필드 공통 스타일 */
.roulette-address-form input[type="text"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.roulette-address-form input[type="text"]:focus {
    border-color: #3182f6;
    outline: none;
    box-shadow: 0 0 0 2px rgba(49, 130, 246, 0.2);
}

/* 우편번호 영역 */
.roulette-address-form .zipcode-wrapper {
    display: flex;
    gap: 8px;
}

.roulette-address-form .zipcode-wrapper input {
    flex: 1;
}

/* 주소검색 버튼 */
#searchAddressBtn {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    color: #333;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}

#searchAddressBtn:hover {
    background-color: #eee;
}

/* 저장 버튼 영역 */
.roulette-address-form .form-actions {
    text-align: center;
    margin-top: 28px;
}

/* 저장 버튼 */
.roulette-address-form .btn-dark {
    background-color: #3182f6;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.roulette-address-form .btn-dark:hover {
    background-color: #1c6fdc;
}

/* 필수 입력 표시 */
.roulette-address-form input:required {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='3' fill='%23ff5b5b'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

/* 읽기전용 필드 스타일 */
.roulette-address-form input[readonly] {
    background-color: #f9f9f9;
    color: #555;
}


/* 전화번호 인증 관련 스타일 */
.roulette-address-form .btn-default {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    color: #333;
    padding: 0 16px;
    height: 46px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}

.roulette-address-form .btn-default:hover {
    background-color: #eee;
}

.roulette-address-form .btn-dark:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* 인증번호 입력 영역 */
.auth-code-row {
    margin-bottom: 20px;
}

.auth-info {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.timer {
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #ff4848;
    margin-right: 10px;
}

.auth-msg {
    font-size: 14px;
    margin: 0;
}

.auth-msg.success {
    color: #3182f6;
}

.auth-msg.error {
    color: #ff4848;
}

/*# sourceMappingURL=event.css.map*/