@charset "UTF-8";
/* 변수 */
.f-modal-alert {
  overflow: hidden;
}
.f-modal-alert.alert {
  overflow: visible;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #A5DC86;
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #A5DC86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #F27474;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #F27474;
  top: 37px;
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  transform: rotate(45deg);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #F8BB86;
}
.f-modal-alert .f-modal-icon.f-modal-warning:before {
  animation: pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.f-modal-alert .f-modal-icon.f-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.f-modal-icon.f-modal-success.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.btn-s, .btn-s-o {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  background: #E94746;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 24px;
  padding: 2px 8px;
  letter-spacing: 0;
}

.btn-s-o {
  cursor: pointer;
  background: none;
  border: 1px solid #ccc;
  color: #747474;
  letter-spacing: 0;
}

.btn-m {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  background: #E94746;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 24px;
  padding: 10px 70px;
}

.btn-m.gray {
  background: #E7E7E7;
  color: #A3A3A3;
}

button.btn-fill {
  background-color: #E94746;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
}
button.btn-fill[type=submit]:disabled, button.btn-fill.gray {
  background: #E7E7E7;
  border: transparent;
  color: #A3A3A3;
}

button.btn-outline {
  font-weight: 500;
  letter-spacing: 0;
  color: #E94746;
  background-color: transparent;
  border: 1px solid #E94746;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
}
button.btn-outline[type=submit]:disabled, button.btn-outline.gray {
  background-color: transparent;
  border: 1px solid #E7E7E7;
  color: #A3A3A3;
}

form {
  width: 60%;
  max-width: 500px;
  min-width: 320px;
  margin: 0 auto;
}
form .row {
  margin-top: 20px;
}
form .row label.label-text {
  color: #464646;
  line-height: 40px;
}
form .row .input-container.input-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form .row .input-container input.input-box {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 12px;
  border: 1px solid #ccc;
}
form .row .input-container input.input-box::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #A3A3A3;
}
form .row .input-container .input-select {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #ccc;
  color: #A3A3A3;
}
form .row .input-container input[type=checkbox],
form .row .input-container input[type=radio] {
  display: none;
}
form .row .input-container i {
  color: #E94746;
  font-size: 24px;
  display: block;
  margin-right: 4px;
  margin-left: -3px;
}
form .row .input-container i.checked-icon {
  display: none;
}
form .row .input-container input[type=checkbox]:checked + label .checked-icon,
form .row .input-container input[type=radio]:checked + label .checked-icon {
  display: block;
}
form .row .input-container input[type=checkbox]:checked + label .unchecked-icon,
form .row .input-container input[type=radio]:checked + label .unchecked-icon {
  display: none;
}
form .row .input-container label.label-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 40px;
}
form .row .input-container label.label-wrap span {
  width: 100%;
  position: relative;
}
form .row .input-container label.label-wrap span.spot-margin {
  margin-right: 20px;
}
form .row .input-container label.label-wrap a {
  display: inline;
  font-size: 14px;
  color: #E94746;
  position: absolute;
  right: 0;
}
form .row.email-area .input-container:nth-of-type(2) {
  margin-top: 10px;
}
form .row.address-area select:not(:last-child) {
  margin-right: 4px;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pagenation img {
  width: 20px;
}
.pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-weight: 500;
  cursor: pointer;
}
.pagenation a.arrow {
  border: 1px solid #E7E7E7;
}
.pagenation a.active {
  background-color: #E94746;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .pagenation img {
    width: 16px;
  }
  .pagenation a {
    width: 30px;
    height: 30px;
  }
}
.message {
  font-size: 14px;
  line-height: 1.4;
  color: #181818;
  margin-top: 10px;
}

.message.error {
  color: #CA1918;
}

.sub-desc .count {
  color: #747474;
  font-weight: 400;
}

.font-color-blue {
  color: #185BC3 !important;
}

.font-color-red {
  color: #E11C1B !important;
}

.font-color-gray {
  color: #747474 !important;
}

.font-color-green {
  color: #22b908 !important;
}

img {
  display: block;
}

.join-area {
  position: relative;
}
.join-area .speech-bubble {
  position: absolute;
  background: #252525;
  border-radius: 24px;
  top: -12%;
  right: 10%;
  width: 150px;
  height: 60px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: color 1.25s step-end infinite;
}
.join-area .speech-bubble .join-sum {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}
.join-area .speech-bubble .join-sum b {
  color: #F8B754;
}
.join-area .speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #252525;
  border-bottom: 0;
  border-left: 0;
  margin-left: -8px;
  margin-bottom: -16px;
  animation: color2 1.25s step-end infinite;
}

.sect-2 {
  background: #252525;
  padding-bottom: 9%;
}
.sect-2 .insert {
  width: 78%;
}
.sect-2 .speech-bubble {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 2rem 2.5rem;
}
.sect-2 .speech-bubble h4 {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 300;
}
.sect-2 .speech-bubble h4 .user-id {
  font-weight: 600;
  color: #747474;
  font-size: 30px;
}
.sect-2 .speech-bubble .situation {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.sect-2 .speech-bubble .situation p {
  width: 50%;
  line-height: 1.375;
}
.sect-2 .speech-bubble .situation b {
  color: #F54564;
}
.sect-2 .speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: -16px;
  margin-bottom: -16px;
}

.raffle-btn {
  cursor: pointer !important;
}

.event-footer-wrap {
  margin-top: 20px;
}

@media screen and (max-width: 690px) {
  .sect-2 .speech-bubble h4 {
    font-size: 26px;
  }
  .sect-2 .speech-bubble h4 .user-id {
    font-size: 24px;
  }
  .sect-2 .speech-bubble .situation {
    font-size: 24px;
  }
  .sect-2 .speech-bubble .situation p {
    width: auto;
  }
}
@media screen and (max-width: 520px) {
  .ballon-area .ballon {
    bottom: -26%;
    right: 2%;
  }
  .join-area .speech-bubble {
    width: 130px;
    height: 50px;
    top: -24%;
    right: 2%;
  }
  .join-area .speech-bubble .join-sum {
    font-size: 17px;
  }
  .join-area .speech-bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top-color: #252525;
    border-bottom: 0;
    border-left: 0;
    margin-left: -6px;
    margin-bottom: -14px;
  }
  .sect-2 .speech-bubble {
    padding: 1.5rem 2rem;
    border-radius: 20px;
  }
  .sect-2 .speech-bubble h4 {
    font-size: 20px;
  }
  .sect-2 .speech-bubble h4 .user-id {
    font-size: 18px;
  }
  .sect-2 .speech-bubble .situation {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 380px) {
  .join-area .speech-bubble {
    width: 110px;
    height: 44px;
    top: -14%;
  }
  .join-area .speech-bubble .join-sum {
    font-size: 15px;
  }
  .sect-2 .speech-bubble .situation {
    display: block;
  }
}
@keyframes color {
  0% {
    background: #252525;
  }
  50% {
    background: #F54564;
  }
  100% {
    background: #252525;
  }
}
@keyframes color2 {
  0% {
    border-top-color: #252525;
  }
  50% {
    border-top-color: #F54564;
  }
  100% {
    border-top-color: #252525;
  }
}

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