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

.content-wrap {
  padding-bottom: 0;
}

.naverpay-guide {
  padding-bottom: 0;
}
.naverpay-guide header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.naverpay-guide header a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ED6B6A;
}
.naverpay-guide header a i {
  margin-left: 4px;
}
.naverpay-guide .section-wrap {
  width: 100%;
  background-color: #F9F9F9;
  padding: 2rem 0 3.5rem 0;
  margin-top: 2.5rem;
}
.naverpay-guide .device {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: -1px;
  text-align: center;
  color: #fff;
  background: #3C404A;
  border-radius: 30px;
  width: 180px;
  margin: 0 auto;
}
.naverpay-guide article {
  position: relative;
  z-index: 0;
}
.naverpay-guide .process-number {
  font-size: 1.75rem;
  font-weight: 600;
  color: #181818;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(246, 206, 43);
  border-radius: 80px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.naverpay-guide .text {
  background: #fff;
  width: 100%;
  padding: 30px;
  height: 12.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  transform: translateY(-25%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -4px 40px rgba(176, 176, 176, 0.2), 0px 4px 60px rgba(176, 176, 176, 0.2);
}
.naverpay-guide .text span {
  color: #41ae80;
}
.naverpay-guide .guid-title {
  width: 520px;
  max-width: 100%;
  height: 65px;
  flex-shrink: 0;
  border-radius: 60px;
  background: #00C73C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.naverpay-guide .mobile-guide {
  margin: 0 12px;
}
.naverpay-guide .mobile-guide .process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.naverpay-guide .mobile-guide .process article {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.naverpay-guide .mobile-guide .process figure {
  width: 60%;
  min-width: 260px;
}
.naverpay-guide .mobile-guide .process figure img {
  width: 100%;
}
.naverpay-guide .pc-guide {
  margin: 0 12px;
}
.naverpay-guide .pc-guide .process {
  margin-top: 2.5rem;
}
.naverpay-guide .pc-guide .process article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
}
.naverpay-guide .pc-guide .process figure {
  width: 90%;
}
.naverpay-guide .pc-guide .process figure img {
  width: 100%;
}
.naverpay-guide .pc-guide .process .text {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .naverpay-guide .mobile-guide .process {
    margin-top: 3.5rem;
  }
  .naverpay-guide .mobile-guide .process article {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .naverpay-guide header {
    display: block;
  }
  .naverpay-guide header a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ED6B6A;
    margin-top: 1rem;
  }
  .naverpay-guide header a i {
    margin-left: 4px;
  }
}

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