@charset "UTF-8";
#main > p {
  display: none;
}
.costsaving-calculator.invisible {
  visibility: hidden !important;
}
.costsaving-calculator.hidden {
  display: none !important;
}
.costsaving-calculator .d-block {
  display: block;
}
.costsaving-calculator input::-webkit-outer-spin-button,
.costsaving-calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.costsaving-calculator input[type="number"] {
  -moz-appearance: textfield;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.costsaving-calculator .hidden--desktop {
  display: none;
}
@media (max-width: 960px) {
  .costsaving-calculator .hidden--desktop {
    display: block;
  }
}
.costsaving-calculator .calculator {
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  letter-spacing: 0;
}
.costsaving-calculator .calculator__container {
  width: 100%;
  line-height: 1.7;
  color: #222;
  overflow: hidden;
}
.costsaving-calculator .calculator__section-container {
  min-height: 80vh;
  padding: 84px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.costsaving-calculator .calculator__form-result__footer{
  min-height: auto;
  padding-bottom: 84px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__section-container {
    padding: 28px 20px 60px;
  }
}
.costsaving-calculator .calculator__button {
  padding: 14.416px;
  border-radius: 8px;
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: #222;
  color: #fff;
  border: 0;
  width: 100%;
  white-space: nowrap;
  max-width: 335px;
  height: 56px;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__button {
    max-width: 100%;
  }
}
.costsaving-calculator .calculator__button--light {
  background-color: #f1f4f8;
  color: #6d757c;
}
.costsaving-calculator .calculator__button--accent {
  font-weight: 600;
  line-height: 170%;
  letter-spacing: -1px;
  background-color: #3A48CE;
}
.costsaving-calculator .calculator__button:disabled {
  background-color: #aaa;
}
.costsaving-calculator .calculator__button-group {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.costsaving-calculator .calculator .hidden {
  display: none;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator .hidden--desktop {
    display: block;
  }
}
.costsaving-calculator .calculator__input__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.costsaving-calculator .calculator__input__wrapper .hyphen {
  margin-left: 6px;
}
.costsaving-calculator .calculator__input__wrapper--text {
  position: relative;
}
.costsaving-calculator .calculator__input__wrapper--checkbox {
  gap: 8px;
}
.costsaving-calculator
  .calculator__input__wrapper--checkbox
  .calculator__section__label {
  font-size: 12px;
  color: #aaa;
  line-height: 170%;
}
.costsaving-calculator .calculator__input__label--text {
  position: absolute;
  font-size: 18px;
  left: 20px;
  font-weight: 700;
  margin-right: 8px;
  pointer-events: none;
  line-height: initial;
}
.costsaving-calculator .calculator__input__label--text--hidden {
  top: -99999px;
  left: -99999px;
}
.costsaving-calculator
  .calculator__input__label--text--hidden
  + .calculator__input__field--text {
  padding-left: 16px;
  padding-right: 34px;
}
.costsaving-calculator .calculator__input__label--text.phone-label {
  color: #e4e4e4;
  transition: color 0.3s;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__input__label--text {
    font-size: 16px;
    font-weight: 600;
  }
}
.costsaving-calculator .calculator__input__label--checkbox {
  position: relative;
  cursor: pointer;
}
.costsaving-calculator .calculator__input__field__description {
  position: absolute;
  left: 150px;
}
.costsaving-calculator .calculator__input__field--text {
  flex-grow: 1;
  font-size: 18px;
  padding: 14.416px 16px 14.416px 75px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  transition: border-color 0.2s;
  width: 100%;
  height: 56px;
}
.costsaving-calculator .calculator__input__field--text:focus {
  border-color: #222;
  outline: none;
}
.costsaving-calculator .calculator__input__field--text:focus-within {
  border-color: #222;
  outline: none;
}
.costsaving-calculator .calculator__input__field--text input {
  border: none;
  outline: none;
  padding: 3px;
  text-align: center;
  width: 60px;
  height: 31px;
  flex-grow: 0;
}
.costsaving-calculator .calculator__input__field--text#phone-number input {
  width: 51px;
}
.costsaving-calculator .calculator__input__field--text #phone-number-hyphen {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 400;
}
.costsaving-calculator .calculator__input__field--text.error {
  border-color: #0C25EB;
}
.costsaving-calculator .calculator__input__field--checkbox {
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f4f8;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.costsaving-calculator .calculator__input__field--checkbox,
.costsaving-calculator .calculator__input__field--checkbox span {
  vertical-align: middle;
}
.costsaving-calculator .calculator__input__field--checkbox--default:after {
  position: relative;
  content: "";
  display: none;
}
.costsaving-calculator .calculator__input__field--checkbox--default:checked {
  background-color: #3A48CE;
  background-image: url(https://fastfive.co.kr/wp-content/themes/fastfive/assets/images/pages/calculator/ico_checkbox.svg);
}
.costsaving-calculator
  .calculator__input__field--checkbox--default:checked:after {
  display: block;
}
.costsaving-calculator .calculator__input__field--checkbox--default:disabled {
  animation: fade-in 0.3s forwards;
}
.costsaving-calculator .calculator__input__field--checkbox--rounded {
  border-radius: 50%;
  transition: border 0.2s ease-in-out;
}
.costsaving-calculator .calculator__input__field--checkbox--rounded:after {
  color: #6d757c;
}
.costsaving-calculator .calculator__input__field--checkbox--rounded:checked {
  border: 6.4px solid #0C25EB;
}
.costsaving-calculator
  .calculator__input__field--checkbox--rounded:focus-visible {
  outline-offset: 2px;
  outline: 2px dotted #0C25EB;
}
.costsaving-calculator .calculator__input__field--checkbox--rounded:hover {
  box-shadow: 0 0 0 4px #e4e4e4;
  cursor: pointer;
}
.costsaving-calculator
  .calculator__input__field--checkbox--rounded:hover
  + span {
  cursor: pointer;
}
.costsaving-calculator .calculator__input__field--checkbox--rounded:disabled {
  background-color: #d3d3d3;
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
}
.costsaving-calculator
  .calculator__input__field--checkbox--rounded:disabled
  + span {
  opacity: 0.7;
  cursor: not-allowed;
}
.costsaving-calculator .calculator__input__field--checkbox *,
.costsaving-calculator .calculator__input__field--checkbox *:before,
.costsaving-calculator .calculator__input__field--checkbox *:after {
  box-sizing: border-box;
}
.costsaving-calculator
  .calculator__input__field--text:focus
  + .costsaving-calculator
  .calculator__input__label--text.phone-label,
.costsaving-calculator
  .calculator__input__wrapper--text:focus-within
  .costsaving-calculator
  .calculator__input__label--text.phone-label {
  color: #222;
}
.costsaving-calculator .calculator__modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.costsaving-calculator .calculator__modal__wrapper {
  background-color: #fff;
  max-width: 450px;
  max-height: 100vh;
  border-radius: 12px;
  box-shadow: 0 0 10px #0000004d;
  width: 100%;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__modal__wrapper {
    max-width: 90%;
  }
}
.costsaving-calculator .calculator__modal__container {
  padding: 48px 32px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__modal__container {
    padding: 20px;
  }
}
.costsaving-calculator .calculator__modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.costsaving-calculator .calculator__modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__modal__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }
}
.costsaving-calculator .calculator__modal__close {
  background: transparent;
  border: 0;
}
.costsaving-calculator .calculator__modal__close:before {
  content: "✕";
}
.costsaving-calculator .calculator__modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000c;
}
.costsaving-calculator .calculator__modal__footer {
  margin: 0 32px;
}
.costsaving-calculator .calculator__modal__footer .calculator__button-group {
  max-width: 275px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__modal__footer {
    margin: 0;
  }
}
.costsaving-calculator .calculator__modal__button {
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.costsaving-calculator .calculator__modal__button--confirm {
  width: 0;
  flex-grow: 1;
}
.costsaving-calculator .calculator__modal__button--cancel {
  width: 0;
  flex-grow: 2;
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.costsaving-calculator .calculator__modal.micromodal-slide {
  display: none;
}
.costsaving-calculator .calculator__modal.micromodal-slide.is-open {
  display: block;
}
.costsaving-calculator
  .calculator__modal.micromodal-slide[aria-hidden="false"]
  .calculator__modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.costsaving-calculator
  .calculator__modal.micromodal-slide[aria-hidden="false"]
  .calculator__modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.costsaving-calculator
  .calculator__modal.micromodal-slide[aria-hidden="true"]
  .calculator__modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.costsaving-calculator
  .calculator__modal.micromodal-slide[aria-hidden="true"]
  .calculator__modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.costsaving-calculator
  .calculator__modal.micromodal-slide
  .calculator__modal__container,
.costsaving-calculator
  .calculator__modal.micromodal-slide
  .calculator__modal__overlay {
  will-change: transform;
}
.costsaving-calculator .calculator__home {
  background-color: #ff5a52;
  color: #fff;
  text-align: center;
  padding: 100px 24px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__home {
    padding-top: 73px;
  }
}
.costsaving-calculator .calculator__home__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.costsaving-calculator .calculator__home__text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__home__text {
    font-size: 16px;
  }
}
.costsaving-calculator .calculator__home__content {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__home__content {
    margin-top: 28px;
    margin-bottom: 18px;
    width: 100%;
  }
}
.costsaving-calculator .calculator__home__label {
  font-size: 12px;
  font-weight: 200;
  color: #aaa;
}
.costsaving-calculator .calculator__home__label--title {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 4px;
  letter-spacing: -1px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__home__label--title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
.costsaving-calculator .calculator__home__form-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__home__form-start {
    gap: 16px;
  }
}
.costsaving-calculator .calculator__home__img {
  max-width: 370px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__home__img {
    max-width: 247px;
  }
}
.costsaving-calculator .calculator__home h1,
.costsaving-calculator .calculator__home h2,
.costsaving-calculator .calculator__home h3,
.costsaving-calculator .calculator__home p {
  color: #222;
}
.costsaving-calculator .calculator__home header {
/*  opacity: 0;
  transition: opacity 0.4s ease;
  animation: fade-in 0.4s ease 0s forwards;
}
.costsaving-calculator .calculator__home section {
  opacity: 0;
  transition: opacity 0.7s ease;
  animation: fade-in 0.7s ease 0s forwards;*/
}
.costsaving-calculator .calculator__home footer {
  opacity: 0;
  transition: opacity 1s ease;
  animation: fade-in 1s ease 0s forwards;
  padding-bottom: 0;
}
.costsaving-calculator .calculator__home footer .calculator__section__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
  color: rgba(34, 34, 34, 0.80);
}
.costsaving-calculator .calculator__form section {
  align-items: flex-start;
}
.costsaving-calculator .calculator__form__container {
  margin: 0 auto;
  max-width: 735px;
  width: 100%;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__container {
    max-width: 100%;
  }
}
.costsaving-calculator .calculator__form__header__description {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  color: #777;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__header__description {
    font-size: 16px;
    margin-top: 8px;
  }
}
.costsaving-calculator .calculator__form__label {
  font-size: 14px;
  color: #aaa;
}
.costsaving-calculator .calculator__form__title {
  font-size: 34px;
  letter-spacing: -1px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__title {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.costsaving-calculator .calculator__form__title--accent {
  color: #0C25EB;
}
.costsaving-calculator .calculator__form__content {
  margin-top: 52px;
  padding: 32px 0;
  transition: opacity 0.7s ease;
  animation: fade-in 0.7s ease 0s forwards;
  opacity: 0;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__content {
    margin-top: 24px;
  }
}
.costsaving-calculator .calculator__form__step {
  flex: 0 0 100%;
  display: none;
}
.costsaving-calculator .calculator__form__step__container {
  display: flex;
}
.costsaving-calculator .calculator__form__step__wrapper {
  flex: 0 0 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.costsaving-calculator
  .calculator__form__step__wrapper
  .calculator__section__title {
  font-size: 34px;
}
@media (max-width: 960px) {
  .costsaving-calculator
    .calculator__form__step__wrapper
    .calculator__section__title {
    font-size: 22px;
  }
}
.costsaving-calculator .calculator__form__step__wrapper.active {
  opacity: 1;
}
.costsaving-calculator .calculator__form__step__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 16px;
}
.costsaving-calculator
  .calculator__form__step__header
  .question-icon-container {
  position: relative;
}
.costsaving-calculator
  .calculator__form__step__header
  .question-icon-container
  .question-icon {
  position: absolute;
  top: -54px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.costsaving-calculator .calculator__form__step__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  gap: 40px;
  margin-top: 16px;
  margin-bottom: 60px;
  max-width: 335px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__step__content {
    width: 100%;
    max-width: 100%;
  }
}
.costsaving-calculator .calculator__form__step__footer {
  width: 50%;
  max-width: 335px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__step__footer {
    width: 100%;
    max-width: 100%;
  }
}
.costsaving-calculator .calculator__form__step:after {
  display: none;
}
.costsaving-calculator .calculator__form__step.active {
  display: block;
}
.costsaving-calculator .calculator__form__loading {
  text-align: center;
}
.costsaving-calculator .calculator__form__loading__container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 99999999999;
  opacity: 0;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  animation: fade-in 0.5s ease 0s forwards;
  -webkit-animation: fade-in 0.5s ease 0s forwards;
}
.costsaving-calculator .calculator__form__loading__container > .inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 5vh;
  min-width: 100vw;
}
.costsaving-calculator .calculator__form__loading__content {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.costsaving-calculator .calculator__form__loading__content--accent {
  color: #FFEA4B;
}
.costsaving-calculator .calculator__form__loading__bar {
  height: 100px;
  background-image: url(https://fastfive.co.kr/wp-content/uploads/2023/10/calculator_form_loading_bar_1.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.costsaving-calculator .calculator__form__loading__background {
  margin: 0;
  padding: 0;
  z-index: 99999999999;
  transition: transform 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100vh;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.costsaving-calculator .calculator__form__loading__background-item {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.costsaving-calculator .calculator__form__loading__background-item--1 {
  background-image: url(https://fastfive.co.kr/wp-content/uploads/2023/10/calculator_form_loading_1.png);
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__loading__background-item--1 {
    background-position: center center;
  }
}
.costsaving-calculator .calculator__form__loading__background-item--2 {
  background-image: url(https://fastfive.co.kr/wp-content/uploads/2023/10/calculator_form_loading_2.png);
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__loading__background-item--2 {
    background-position: center center;
  }
}
.costsaving-calculator .calculator__form__loading__background-item.active {
  opacity: 1;
}
.costsaving-calculator .calculator__form__loading__background-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  background-size: 100% 100%;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  animation: fade-in 0.3s ease-out 0s forwards;
  -webkit-animation: fade-in 0.5s ease-out 0s forwards;
}
.costsaving-calculator .calculator__form__fieldset {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
}
.costsaving-calculator .calculator__form__fieldset.error {
  gap: 4px;
}
.costsaving-calculator .calculator__form__error-message {
  display: none;
  color: #0C25EB;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  right: 0;
}
.costsaving-calculator .calculator__form__next-button {
  width: 0;
  flex-grow: 2;
}
.costsaving-calculator .calculator__form__previous-button {
  width: 0;
  max-width: 97px;
  flex-grow: 1;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form__previous-button {
    max-width: 28.41%;
  }
}
.costsaving-calculator .calculator__form__agreement-label {
  font-size: 12px;
  color: #aaa;
}
.costsaving-calculator
  .calculator__form
  #step1
  .calculator__form__error-message {
  position: relative;
}
.costsaving-calculator
  .calculator__form
  #step3
  .calculator__form__step__header {
  padding-bottom: 20px;
}
.costsaving-calculator
  .calculator__form
  #step3
  .calculator__form__step__content {
  margin-top: 0;
}
@media (max-width: 960px) {
  .costsaving-calculator
    .calculator__form
    #step3
    .calculator__form__step__header {
    padding-bottom: 30px;
  }
  .costsaving-calculator .calculator__form #step3 #payments-container {
    margin: 0 -6px;
  }
}
/*
.costsaving-calculator
  .calculator__form
  #step5
  .calculator__form__error-message {
  position: relative;
}
*/
.costsaving-calculator .calculator__form-result {
  min-height: 0;
}
.costsaving-calculator .calculator__form-result__container {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
}
.calculator__form-result__container__bot .calculator__form-result__container{
  gap:40px;
}
.costsaving-calculator .calculator__form-result__content {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 47px 34px;
  gap: 60px;
  text-align: center;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__content {
    padding: 24px;
  }
}
.costsaving-calculator .calculator__form-result__content__item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.costsaving-calculator .calculator__form-result__content__item h4 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__content__item h4 {
    margin:0 auto 40px;
    letter-spacing: -0.6px;
  }
}
.costsaving-calculator .calculator__form-result__content__item .grid_wrapper_4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 644px;
}
.calculator__form-result__footer {
  background-color: #222;
  color: #aaa;
  min-height: 0;
  padding: 60px 0;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__content__item .grid_wrapper_4{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .calculator__form-result__footer {
    padding: 60px 30px;
  }
}
.calculator__form-result__footer__info {
  font-size: 14px;
  animation: fade-in 0.5s ease-out 0s forwards;
}
.costsaving-calculator .calculator__form-result__footer__info ul li {
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.costsaving-calculator .calculator__form-result__footer__info ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "*";
  margin-right: 5px;
}
.costsaving-calculator .calculator__form-result__footer__info ul {
  line-height: 170%;
  list-style: none;
}
@media (max-width: 960px) {
  .calculator__form-result__footer__info ul {
    line-height: 140%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
.costsaving-calculator .calculator__form-result__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: fade-in 0.3s ease-out 0s forwards;
}
.costsaving-calculator .calculator__form-result__title__item {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.costsaving-calculator .calculator__form-result__title__item.new-line {
  display: block;
}
.costsaving-calculator
  .calculator__form-result__title__item.new-line
  span:nth-of-type(1) {
  display: block;
}
.costsaving-calculator .calculator__form-result__title__item--sm {
  font-size: 18px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__content__item{
    align-items: center;
  }
  .costsaving-calculator .calculator__form-result__title{
    align-items: center;
  }
  .costsaving-calculator .calculator__form-result__title__item{
    text-align: center;
    margin: 0 auto;
  }
  .costsaving-calculator .calculator__form-result__title__item--sm {
    font-size: 16px;
  }
}
.costsaving-calculator .calculator__form-result__description {
  animation: fade-in 0.7s ease-out 0s forwards;
  margin-bottom: 0;
  padding-top: 18px;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__description {
    margin-bottom: 0;
    padding-top: 24px;
  }
}
.costsaving-calculator .calculator__form-result__description ul li {
  list-style-type: none;
  background: url(https://fastfive.co.kr/wp-content/themes/fastfive/assets/images/pages/calculator/ico_check_b_n.svg) 0 50% no-repeat;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0 50%;
  padding-left: 15px;
}
.costsaving-calculator .calculator__form-result__savings {
  padding: 4px 30px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  transition: border-color 0.2s;
  font-size: 28px;
  margin: 0 8px;
}
.costsaving-calculator .calculator__form-result__confirm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fade-in 1s ease-out 0s forwards;
  align-items: center;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__confirm {
    align-items: center;
  }
}
.costsaving-calculator .calculator__form-result__text {
  font-size: 18px;
}
.costsaving-calculator .calculator__form-result__text--accent {
  color: #0C25EB;
}
.costsaving-calculator .calculator__form-result__text--bold {
  font-weight: 600;
}
@media (max-width: 960px) {
  .costsaving-calculator .calculator__form-result__text {
    font-size: 16px;
  }
}
.costsaving-calculator .calculator__form-result__card {
  background-color: #0C25EB;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  padding: 16px 16px 33px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
.costsaving-calculator .calculator__form-result__card__header {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row-reverse;
  animation: fade-in 1.2s ease-out 0s forwards;
}
.costsaving-calculator .calculator__form-result__card__header__icon {
  position: relative;
  right: -4px;
  background-image: url(https://fastfive.co.kr/wp-content/uploads/2023/10/costsaving-calculator-money.svg);
  background-size: 60px;
  background-position: right;
  flex: 1 0;
  background-repeat: no-repeat;
}
.costsaving-calculator .calculator__form-result__card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: fade-in 1.8s ease-out 0s forwards;
}
.costsaving-calculator .calculator__form-result__card__text--overview {
  color: #EDEEFD;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}
.costsaving-calculator .calculator__form-result__card__text--overview strong{
  color: #ffea4b;
}
.costsaving-calculator .calculator__form-result__card__text {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
.costsaving-calculator .step-indicator-container {
  position: relative;
  width: 100%;
  display: flex;
}
.costsaving-calculator .step-indicator-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.costsaving-calculator .step-indicator-container .total-underline {
  background-color: #d9d9d9;
  border-radius: 4px;
}
.costsaving-calculator .step-indicator-container .step-indicator {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}
.costsaving-calculator
  .step-indicator-container
  .step-indicator.step-indicator--step1
  .underline {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.costsaving-calculator
  .step-indicator-container
  .step-indicator.step-indicator--step5
  .underline {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.costsaving-calculator .step-indicator-container .step-indicator .inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
}
.costsaving-calculator .step-indicator-container .step-indicator .inactive-img {
  display: block;
  z-index: 1;
}
.costsaving-calculator .step-indicator-container .step-indicator .active-img {
  display: none;
}
.costsaving-calculator .step-indicator-container .step-indicator--active {
  position: relative;
}
.costsaving-calculator
  .step-indicator-container
  .step-indicator--active
  .indicator-underline {
  background-color: #3A48CE;
}
.costsaving-calculator
  .step-indicator-container
  .step-indicator--active
  .inactive-img {
  display: none;
}
.costsaving-calculator
  .step-indicator-container
  .step-indicator--active
  .active-img {
  display: block;
}
.costsaving-calculator .step3-btn {
  display: flex;
  flex: 0 1;
  align-items: center;
  gap: 4px;
  border-radius: 500px;
  background-color: #f1f4f8;
  color: #989b9e;
  text-align: center;
  border: 1px solid #f1f4f8;
  cursor: pointer;
  font-weight: 400;
  height: 51px;
}
.costsaving-calculator .step3-btn .step3-btn__plus-icon {
  display: flex;
}
.costsaving-calculator .step3-btn .step3-btn__check-icon,
.costsaving-calculator .step3-btn .step3-btn__red-check-icon {
  display: none;
}
.costsaving-calculator .step3-btn.step3-btn--fixed {
  background: #3A48CE;
  color: #fff;
  font-weight: 500;
  border-color: #3A48CE;
}
.costsaving-calculator .step3-btn.step3-btn--fixed .step3-btn__plus-icon {
  display: none;
}
.costsaving-calculator .step3-btn.step3-btn--fixed .step3-btn__check-icon {
  display: flex;
}
.costsaving-calculator .step3-btn.step3-btn--fixed .step3-btn__red-check-icon {
  display: none;
}
.costsaving-calculator .step3-btn.step3-btn--active {
  background: #EDEEFD;
  border: 1px solid #3A48CE;
  color: #3A48CE;
  font-weight: 700;
}
.costsaving-calculator .step3-btn.step3-btn--active .step3-btn__plus-icon,
.costsaving-calculator .step3-btn.step3-btn--active .step3-btn__check-icon {
  display: none;
}
.costsaving-calculator .step3-btn.step3-btn--active .step3-btn__red-check-icon {
  display: flex;
}
.costsaving-calculator .step3-btn:nth-child(2) {
  margin-right: calc(100% - 304px);
}
.costsaving-calculator div.wpforms-container-full .wpforms-form .box_wrapper {
  display: flex !important;
  visibility: visible !important;
  transform: scale(1);
  z-index: 99999999;
}
.costsaving-calculator
  div.wpforms-container-full
  .wpforms-form
  .box_wrapper
  .box_modal {
  overscroll-behavior: contain;
}
.costsaving-calculator
  div.wpforms-container-full
  .wpforms-form
  .box_wrapper.hidden {
  display: none !important;
}
.costsaving-calculator
  div.wpforms-container-full
  .wpforms-form
  .box_wrapper
  #box_modal_con {
  height: auto;
}
.costsaving-calculator .remove-btn-style {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.costsaving-calculator.costsaving-calculator--result.case-4
  .calculator__form-result__content__item {
  gap: 40px;
}
.costsaving-calculator.costsaving-calculator--result.case-4
  .calculator__form-result__content__item
  .calculator__form-result__description {
  display: none;
}
@media (max-width: 960px) {
  .costsaving-calculator.costsaving-calculator--result.case-4
    .calculator__form-result__content__item {
    gap: 0;
  }
}
body.is-calculating {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  animation: loadingViewFadeIn 1.2s;
}
@keyframes loadingViewFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#wpforms-8345,
#wpforms-9583,
#wpforms-9097,
#wpforms-9924 {
  display: none;
}
#step3 .calculator__form__step__content {
  width: 100%;
  max-width: 100%;
}
#payments-container {
  gap: 11px 8px;
}
/* 240104 추가 */
.costsaving-calculator .calculator__home{
  background: #FFF269;
  padding: 132px 0 148px;
}
.costsaving-calculator .calculator__home p{
  margin-bottom: 8px;
}
.costsaving-calculator .calculator__home h2{
  font-size: 36px;
}
.costsaving-calculator .calculator__home h2 span{
  color: #222;
}
.costsaving-calculator .calculator__img{
  width: 238px;
  margin-bottom: -40px;
  margin-top: 40px;
  z-index: 5;
  position: relative;
}
.costsaving-calculator .calculator__home .calculator__home__mid{
  background: #fff;
  width: 100%;
  padding: 64px 24px;
  margin: 0 auto;
}
.costsaving-calculator .calculator__home .num-swiper{
  width: 110px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  margin: 0 10px;
  color: #06073f;
  display: inline-block;
  overflow: hidden;
  color: #0C25EB;
  border:1px solid #E4E4E4;
}
.costsaving-calculator .calculator__home .num-swiper .swiper-wrapper{
  flex-direction: column;
}
.costsaving-calculator .calculator__home .num-swiper .swiper-wrapper li{
  list-style: none;
}
.costsaving-calculator .calculator__home .calculator__home__sub{
  font-size: 20px;
  line-height: 1.7;
}
.costsaving-calculator .calculator__home .calculator__home__mid{
  font-size: 20px;
  line-height: 1.7;
}
.costsaving-calculator .calculator__home .calculator__home__mid h3{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 28px;
  color: #222;
}
.costsaving-calculator .calculator__home .calculator__home__mid strong{
  font-weight: 700;
}
.costsaving-calculator .calculator__home .calculator__button{
  min-width: 335px;
  padding-left: 22.416px;
}
.costsaving-calculator .calculator__home .calculator__button span{
  display: flex;
  align-items: center;
}
.costsaving-calculator .calculator__home .calculator__button span::after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: url(/wp-content/themes/fastfive/assets/images/pages/calculator/ico_arrow_w.png) 50% 50% no-repeat;
  background-size: 22px 22px;
}
.calculator__button__poly{
  padding: 2px 14px;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #222;
  background: url(/wp-content/themes/fastfive/assets/images/pages/calculator/img_union.png) 50% 50% no-repeat;
  background-size: contain;
  width: 80px;
  height: 35px;
  margin-bottom: -30px;
}
/*
.calculator__button__poly:after{
  content: '';
  display: block;
  width: 13px;
  height: 11px;
  background: url(/wp-content/themes/fastfive/assets/images/pages/calculator/ico_polygon_y.png) 50% 50% no-repeat;
  background-size: 13px 11px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}*/
.costsaving-calculator .calculator__home section{
  padding: 0 20px;
  margin-top: -50px;
  margin-bottom: 40px;
}
.calculator__form__sub{
  font-size: 18px;
  line-height: 1.7;
  color: #777;
}
.costsaving-calculator .step3-btn.step3-btn--active .step3-btn__red-check-icon svg path{
  stroke: #3A48CE;
}
.calculator__form-result__container__msg h3{
  font-size: 24px;
  line-height: 1.4;
  margin: 15px 0 28px;
  font-weight: 600;
}
.calculator__result__poly{
  background:  #0C25EB;
  border-radius: 10px;
  color: #fff;
  padding:2px 14px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.calculator__result__poly:after{
  content: '';
  display: block;
  width: 12px;
  height: 11px;
  background: url(/wp-content/themes/fastfive/assets/images/pages/calculator/ico_polygon_p_n.png) 50% 50% no-repeat;
  background-size: 12px 11px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.calculator__form-result__container__msg p + p{
  margin-top: 27px;
}
.calculator__form-result__container__msg a{
  color: #0C25EB;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}
.calculator__form-result__card__title{
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}
.calculator__form-result__card__title strong{
  font-weight: 600;
}
.calculator__form-result__container__top{
  background: #FFF269;
  width: 100%;
  padding: 84px 20px 100px;
}
.calculator__form-result__container__bot{
  padding: 100px 20px;
}
.costsaving-calculator .calculator__form-result{
  background: none;
  padding: 0;
}

@media (max-width: 960px) {
  .calculator__form-result__container__msg h3{
    line-height: 1.4;
    letter-spacing: -0.6px;
  }
  .calculator__result__poly{
    font-size: 16px;
  }
  .calculator__form-result__container__top{
    padding: 40px 30px 60px;
  }
  .costsaving-calculator .calculator__home{
    background: #FFF269;
    padding: 36px 0 22px;
    /* min-height: calc(100vh - 60px); */
  }
  .costsaving-calculator .calculator__img{
    width: 199px;
  }
  .costsaving-calculator .calculator__home .num-swiper{
    width: 102px;
  }
  .costsaving-calculator .calculator__home .num-swiper .swiper-wrapper li{
    font-size: 28px;
    line-height: 48px;
  }
  .costsaving-calculator .calculator__home .calculator__home__sub{
    font-size: 18px;
  }
  .costsaving-calculator .calculator__home .calculator__home__min{
    font-size: 18px;
  }
  .costsaving-calculator .calculator__home .calculator__home__mid{
    padding: 48px 0 36px;
    margin: 24px 0 0;
  }
  .costsaving-calculator .calculator__home footer .calculator__section__label{
    font-size: 14px;
    margin-bottom: 0;
  }
  .calculator__form-result__container__bot{
    width: 100%;
    padding: 60px 30px;
  }
  .costsaving-calculator .calculator__home section{
    margin-bottom: 16px;
  }
  .costsaving-calculator .calculator__form-result__card__content{
    gap: 2px;
  }
  .costsaving-calculator .calculator__form-result__card:nth-child(1){
    order:1;
  }
  .costsaving-calculator .calculator__form-result__card:nth-child(2){
    order:3;
  }
  .costsaving-calculator .calculator__form-result__card:nth-child(3){
    order:2;
  }
  .costsaving-calculator .calculator__form-result__card:nth-child(4){
    order:4;
  }
  .calculator__form-result__container__msg h3{
    font-size: 22px;
  }
  .costsaving-calculator .calculator__form-result__content__item h4{
    font-size: 22px;
  }
  .costsaving-calculator .calculator__home .calculator__home__mid h3{
    margin-bottom: 34px;
  }
  .costsaving-calculator .calculator__img{
    margin: 18px auto -60px;
    z-index: 5;
    display: block;
  }

  .costsaving-calculator .calculator__img img{
    display: block;
  }
  .costsaving-calculator .calculator__home p{
    margin-bottom: 0;
  }
  .costsaving-calculator .calculator__home p.calculator__home__label--title br{
    display: none;
  }
}

.costsaving-calculator .step-indicator-container .step-indicator--active .indicator-underline{
  background-color: #0C25EB;
}
.costsaving-calculator .calculator__form-result__description ul{
  text-align: left;
}


/* 240312 */
.costsaving-calculator ~ .quick_link_new {display: none;}
.calculator__input__label {font-size: 18px; line-height: 170%; font-weight: 500; color: #222;}
#step5-wrapper .calculator__form__fieldset {gap: 8px;}
#phone-number-fieldset .calculator__input__label--text {left: 16px; font-weight: 400;}
#phone-number {padding-left: 68px;}
#email-fieldset .calculator__input__field--text {padding: 16px; overflow: hidden;}
#email-fieldset .calculator__input__field--text input {width: 100%; height: 100%; padding: 16px; text-align: left;}
.costsaving-calculator .calculator__form__step__content .form-description {font-size: 14px; font-weight: 500; margin-bottom: 0;}
.costsaving-calculator .lead_agree_form {margin-top: 32px !important; font-size: 14px;}
.costsaving-calculator .check_round label {font-size: 14px !important;}
.costsaving-calculator .check_small label {font-size: 12px !important;}

.form-description__icon {font-size: 14px; font-weight: 400; line-height: 170%; color: #0C25EB; display: flex; align-items: center; gap: 12px;}
.form-description__icon::before {width: 34px; height: 34px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cg clip-path='url(%23clip0_1478_21222)'%3E%3Cpath d='M12.27 21.82L21.73 12.18' stroke='%230C25EB' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M14.52 13.18C14.52 13.8703 13.9604 14.43 13.27 14.43C12.5797 14.43 12.02 13.8703 12.02 13.18C12.02 12.4896 12.5797 11.93 13.27 11.93C13.9604 11.93 14.52 12.4896 14.52 13.18Z' stroke='%230C25EB' stroke-width='1.5'/%3E%3Cpath d='M21.98 20.82C21.98 21.5104 21.4203 22.07 20.73 22.07C20.0396 22.07 19.48 21.5104 19.48 20.82C19.48 20.1297 20.0396 19.57 20.73 19.57C21.4203 19.57 21.98 20.1297 21.98 20.82Z' stroke='%230C25EB' stroke-width='1.5'/%3E%3Cpath d='M17.8902 2.23001L19.8702 1.21001C20.7602 0.750013 21.8602 1.05001 22.4002 1.89001L23.6102 3.76001C23.9502 4.29001 24.5202 4.62001 25.1502 4.65001L27.3802 4.76001C28.3802 4.81001 29.1802 5.61001 29.2302 6.61001L29.3402 8.84001C29.3702 9.47001 29.7002 10.04 30.2302 10.38L32.1002 11.59C32.9402 12.13 33.2302 13.23 32.7802 14.12L31.7602 16.1C31.4702 16.66 31.4702 17.32 31.7602 17.88L32.7802 19.86C33.2402 20.75 32.9402 21.85 32.1002 22.39L30.2302 23.6C29.7002 23.94 29.3702 24.51 29.3402 25.14L29.2302 27.37C29.1802 28.37 28.3802 29.17 27.3802 29.22L25.1502 29.33C24.5202 29.36 23.9502 29.69 23.6102 30.22L22.4002 32.09C21.8602 32.93 20.7602 33.22 19.8702 32.77L17.8902 31.75C17.3302 31.46 16.6702 31.46 16.1102 31.75L14.1302 32.77C13.2402 33.23 12.1502 32.93 11.6002 32.09L10.3902 30.22C10.0502 29.69 9.48024 29.36 8.85024 29.33L6.62024 29.22C5.62024 29.17 4.82024 28.37 4.77024 27.37L4.66024 25.14C4.63024 24.51 4.30024 23.94 3.77024 23.6L1.90024 22.39C1.06024 21.85 0.770236 20.75 1.22024 19.86L2.24024 17.88C2.53024 17.32 2.53024 16.66 2.24024 16.1L1.22024 14.12C0.760236 13.23 1.06024 12.13 1.90024 11.59L3.77024 10.38C4.30024 10.04 4.63024 9.47001 4.66024 8.84001L4.77024 6.61001C4.82024 5.61001 5.62024 4.81001 6.62024 4.76001L8.85024 4.65001C9.48024 4.62001 10.0502 4.29001 10.3902 3.76001L11.6002 1.89001C12.1402 1.05001 13.2402 0.760013 14.1302 1.21001L16.1102 2.23001C16.6702 2.52001 17.3302 2.52001 17.8902 2.23001Z' stroke='%230C25EB' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1478_21222'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); display: block; content: ''; flex: 0 0 auto;}