@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: 60px 0;
}
.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;
}

.temp_bg {
  background-color: #edf7fb;
}

.invite-guide {
  background-color: #f3ece6;
}

.recommand_desc {
  padding-bottom: 0;
}

.box2 {
  background: #fff;
  border: 2px dashed #C6C6C6;
  border-radius: 20px;
  padding: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.1px;
}
.box2 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.box2 b {
  color: #E04C30;
}
.box2 h2 {
  font-size: 1.375rem;
  font-weight: 700;
}
.box2 h2 span {
  font-size: 1rem;
  color: #E04C30;
}

.sect2 {
  padding: 3.5rem 0;
  background-image: url(/inc/imgs/event/event52_cnt3_bg.jpg);
}
.sect2 .event_mainTitle {
  color: #fff;
  letter-spacing: -0.8px;
  font-weight: 600;
  width: 82%;
  margin: 0 auto;
  margin-top: 20px;
  word-break: break-all;
}
.sect2 .event_mainTitle span {
  color: #f0c93b;
}

.ranking_temp {
  background: #ede2d9;
  padding-top: 3.5rem 1.5rem;
}

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

.invite_ftr_bg footer {
  background: #43464D;
}

.appBnr_temp2 {
  margin-top: 0;
  background: #f3ece6;
}
.appBnr_temp2 .text h2 {
  color: black;
  text-shadow: 0px 0px 0px;
  font-weight: 500;
  font-size: 1.6rem;
}
.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;
}

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

.go_check_btn {
  position: absolute;
  bottom: 150px;
  left: 60px;
  width: calc(100% - 120px);
  cursor: pointer;
}

.myrcmd_btn {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  background-color: #CF9A71;
  color: white;
  font-size: 1.55rem;
  font-weight: bold;
}

.my-url {
  background-color: #edf7fb !important;
}

@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;
  }
  .go_check_btn {
    bottom: 130px;
  }
}
@media (max-width: 692px) {
  .inner_btn {
    bottom: 100px;
  }
}
@media (max-width: 576px) {
  .appBnr_temp2 .text h2 {
    font-size: 1.36rem;
  }
  .appBnr_temp2 .text p {
    font-size: 0.85rem;
  }
  .inner_btn {
    left: 0;
    bottom: 70px;
    width: 100%;
  }
  .profile_survey_btn {
    bottom: 45px;
  }
  .go_check_btn {
    bottom: 100px;
  }
  .default-notice li {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 414px) {
  .inner_btn {
    bottom: 5rem;
  }
  .appBnr_temp2 {
    padding: 1rem 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%;
  }
  .profile_survey_btn {
    bottom: 30px;
  }
  .go_check_btn {
    bottom: 80px;
  }
}
@media (max-width: 339px) {
  .inner_btn {
    bottom: 50px;
  }
  .appBnr_temp2 {
    padding: 1rem 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=event58.css.map */
