@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;
}

.invite_reward {
  padding: 0 3.5rem;
}
.invite_reward .artWrap article .reward p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  overflow: hidden;
}
.invite_reward .artWrap article .reward p.name {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 1.25rem;
  letter-spacing: -0.56px;
  font-weight: 500;
  height: 110px;
}

.open-surlinkbox {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.surlinkbox_temp {
  position: absolute;
  z-index: 5;
  bottom: 3rem;
  width: 100%;
}

.giftbox_modal .giftbox-btn {
  background-color: #f8872b !important;
}
.giftbox_modal .giftbox-btn:hover {
  background-color: #ea771a !important;
}
.giftbox_modal .giftbox-btn-group .retry-btn {
  background-color: #f8872b !important;
}
.giftbox_modal .giftbox-btn-group .retry-btn:hover {
  background-color: #ea771a !important;
}

.check-ticket {
  cursor: pointer;
}

.check-prize {
  margin-left: 25px;
  cursor: pointer;
}

.event-join-group {
  display: flex;
  justify-content: space-between;
  background-image: url("/inc/imgs/event/event86_cnt5.webp");
  padding: 0 20px;
}

.gift-text {
  position: absolute;
  top: 0;
}
.gift-text .desc-wrapper {
  position: absolute;
  text-align: center;
}
.gift-text .desc-wrapper .desc {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.gift-text .desc-wrapper .desc .title {
  font-size: 1.2rem;
  font-weight: bold;
}

.modal-body {
  margin-bottom: 0rem;
}
.modal-body .table-overflow {
  max-height: 300px;
  overflow-y: auto;
}

.modal-footer {
  margin: 2rem 2.5rem;
  margin-top: 0;
}
.modal-footer .row {
  display: flex;
  justify-content: space-between;
}

.btn {
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 48px;
  border-radius: 0;
}

.apply-btn {
  background-color: #E94746;
}

.cancel-btn {
  background-color: #818181;
}

.modal-title .title {
  font-size: 1.2rem;
  font-weight: bold;
}

.evt-modal-tbl {
  width: 100%;
}
.evt-modal-tbl > thead > tr > th {
  border: 1px solid #43464D;
}
.evt-modal-tbl > thead > tr > th:first-child {
  border-left: none;
}
.evt-modal-tbl > thead > tr > th:last-child {
  border-right: none;
}
.evt-modal-tbl > tbody > tr > td {
  border-left: 1px solid #43464D;
  border-right: 1px solid #43464D;
  text-align: center;
  padding: 0.6rem 0.4rem;
}
.evt-modal-tbl > tbody > tr > td > div.ticket-text {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evt-modal-tbl > tbody > tr > td > div.prize-text {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evt-modal-tbl > tbody > tr > td:first-child {
  border-left: none;
}
.evt-modal-tbl > tbody > tr > td:last-child {
  border-right: none;
}
.evt-modal-tbl > tbody > tr:last-child {
  border-bottom: 1px solid #43464D;
}

.myticket-subtitle {
  text-align: center;
  padding: 1rem;
}

.myprize-subtitle {
  text-align: center;
  padding: 1rem;
}

.temp_bg {
  background-color: #edf7fb;
  position: relative;
}

.event-footer-wrap {
  margin-bottom: 0;
}

.invite_ftr_bg footer {
  background: #43464D;
}

.appBnr_temp2 {
  margin-top: 0;
  background: #f3ece6;
}
.appBnr_temp2 .text h2 {
  font-size: 1.6rem;
  color: black;
  text-shadow: 0px 0px 0px;
  font-weight: 500;
}
.appBnr_temp2 .text h2 span {
  color: #E94746;
}
.appBnr_temp2 .text p {
  color: #767676;
}
.appBnr_temp2 .app_btn button {
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 0px 0px;
}

.inner_btn {
  position: absolute;
  bottom: 120px;
  left: 60px;
  width: calc(100% - 120px);
}

.appBnr_temp2.inner_btn {
  background: transparent;
  margin-bottom: 0px;
}

@media (max-width: 820px) {
  .appBnr_temp2 .text p {
    font-size: 1.1rem;
  }
  .appBnr_temp2 .app_btn {
    margin-top: 1.3rem;
  }
  .appBnr_temp2 .app_btn button {
    width: 30%;
  }
  .inner_btn {
    bottom: 120px;
  }
  .surlinkbox_temp {
    bottom: 2rem;
  }
  .surlinkbox_temp .invite_reward {
    padding: 0 3.5rem;
  }
}
@media (max-width: 692px) {
  .inner_btn {
    bottom: 100px;
  }
}
@media (max-width: 576px) {
  .appBnr_temp2 {
    padding: 2rem 1rem;
  }
  .appBnr_temp2 .text h2 {
    font-size: 1.36rem;
  }
  .appBnr_temp2 .text p {
    font-size: 0.85rem;
  }
  .inner_btn {
    left: 0;
    bottom: 70px;
    width: 100%;
  }
  .default-notice li {
    font-size: 0.9rem !important;
  }
  .gift-text {
    position: absolute;
    top: 0;
  }
  .gift-text .desc-wrapper {
    position: absolute;
    text-align: center;
  }
  .gift-text .desc-wrapper .desc {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .gift-text .desc-wrapper .desc .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .gift-text .desc-wrapper .desc .text {
    margin-top: -10px;
    font-size: 0.8rem;
  }
  .surlinkbox_temp {
    bottom: 2rem;
  }
  .surlinkbox_temp .invite_reward {
    padding: 0 3.5rem;
  }
}
@media (max-width: 414px) {
  .inner_btn {
    bottom: 5rem;
  }
  .appBnr_temp2 {
    padding: 2rem 1rem;
  }
  .appBnr_temp2 .text p {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .appBnr_temp2 .app_btn {
    margin-top: 0.5rem;
  }
  .appBnr_temp2 .app_btn button {
    width: 30%;
  }
  .gift-text {
    position: absolute;
    top: 0;
  }
  .gift-text .desc-wrapper {
    position: absolute;
    text-align: center;
  }
  .gift-text .desc-wrapper .desc {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .gift-text .desc-wrapper .desc .title {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 10px;
    margin-bottom: 5px;
  }
  .gift-text .desc-wrapper .desc .text {
    margin-top: -10px;
    font-size: 0.65rem;
  }
}
@media (max-width: 339px) {
  .inner_btn {
    bottom: 50px;
  }
  .appBnr_temp2 {
    padding: 2rem 1rem;
  }
  .appBnr_temp2 .text p {
    margin-top: 0.5rem;
    font-size: 0.55rem;
  }
  .appBnr_temp2 .app_btn {
    margin-top: 0.1rem;
  }
  .appBnr_temp2 .app_btn button {
    width: 30%;
  }
}

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