.btn {
  cursor: pointer;
}

.under_1200 {
  display: none;
}

.content_outer {
  display: none;
  width: 100%;
  padding: 80px 0;
}

.content_inner {
  width: 1200px;
  margin: 0 auto;
}

#step1.content_outer {
  padding-bottom: 125px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 88px;
  text-align: center;
  background-color: #34303d;
  color: #ffffff;
}

#step1 h1 {
  margin-bottom: 135px;
}

#step2 h1,
#step3 h1,
#step4 h1 {
  margin-bottom: 46px;
}

#step5 h1 {
  margin-bottom: 50px;
}

#step2 h2,
#step3 h2,
#step4 h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  color: #00d1d2;
  margin-bottom: 42px;
}

#step5 .content_text {
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 75px;
}

.item_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#step2 .item_wrapper,
#step3 .item_wrapper,
#step4 .item_wrapper {
  margin-bottom: 80px;
}

.item_wrapper .item_block {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 340px;
}

.item_wrapper .item_block .item_block_image {
  height: 404px;
  display: block;
}

.item_wrapper .item_block .item_block_image img {
  width: auto;
  height: 100%;
}

.item_block_text {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.item_block_text .btn_item_text {
  color: #34303d;
}

.btn_wrapper {
  display: flex;
  justify-content: center;
}

.btn_back {
  font-size: 22px;
  line-height: 26px;
  color: #34303d;
  border-bottom: 1px solid #34303d;
}

.image_wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 85px;
  background-color: #f6f4ef;
}

.image_block_outer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f4ef;
}

.image_wrapper.fixed .image_block_outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 15px);
  height: 320px;
  z-index: 80;
  margin: 0 auto;
}

.image_wrapper .image_block {
  position: relative;
  width: 700px;
  height: 280px;
  margin: auto;
}

.btn_save_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.btn_save_wrapper .btn_save {
  width: 400px;
  height: 60px;
  line-height: 60px;
  border-radius: 28px;
  text-align: center;
  font-size: 22px;
  color: #fffdfb;
  background-color: #34303d;
}

.modal_wrapper {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(52, 48, 61, 0.7);
  z-index: 100;
}

.modal_wrapper.active {
  display: flex;
}

.modal_text {
  text-align: center;
  font-size: 22px;
  margin: 50px 0;
}
@media screen and (max-width: 800px) {
  .modal_text {
    font-size: 16px;
    margin: calc(43 * var(--content_width) / 750) 0 calc(30 * var(--content_width) / 750);
  }
}

.modal_wrapper .modal_inner {
  position: relative;
  width: 1100px;
  margin: 110px 0;
  padding: 75px;
  background-color: #fffdfb;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.modal_wrapper .modal_inner .modal_header {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #00d1d2;
  margin-bottom: 40px;
}

.modal_wrapper .modal_inner .modal_image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 957px;
  margin: 0 auto 42px;
  background-image: url(../images/complete_bg.png);
  background-size: 100% 100%;
  background-position: center;
  padding: 20px;
  position: relative;
}

.modal_wrapper .modal_inner .modal_image_wrapper img {
  max-width: 80%;
}
.modal_wrapper .modal_inner .modal_image_wrapper img[data-type=prime] {
  margin-top: 15%;
  margin-bottom: 10%;
}
.modal_wrapper .modal_inner .modal_image_wrapper img[data-type=mid] {
  margin-top: 20%;
  margin-bottom: 0;
}
.modal_wrapper .modal_inner .modal_image_wrapper img[data-type=one] {
  margin-top: 15%;
  margin-left: 0;
}
.modal_wrapper .modal_inner .modal_image_wrapper * {
  text-align: center;
}
.modal_wrapper .modal_inner .modal_image_wrapper p {
  position: absolute;
  top: 0px;
  left: 20px;
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  .modal_wrapper .modal_inner .modal_image_wrapper p {
    font-size: 22px;
    margin: 0;
    top: 10px;
    left: 10px;
  }
}

.modal_btn_finish_warapper,
.modal_btn_retry_warapper,
.modal_btn_close {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.modal_btn_finish_warapper {
  margin-bottom: 33px;
}

.modal_btn_finish_warapper .btn_finish {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 392px;
  height: 84px;
  font-size: 22px;
  color: #fffdfb;
  background-color: #34303d;
  border-radius: 42px;
}

.modal_btn_finish_warapper .btn_finish span {
  margin-top: 5px;
  font-size: 18px;
}

.modal_btn_close {
  margin-bottom: 35px;
}

.modal_btn_retry_warapper .btn_retry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 392px;
  font-size: 22px;
  line-height: 32px;
  color: #34303d;
}

.modal_btn_retry_warapper .btn_retry p {
  display: inline;
  margin: 0;
}

.modal_btn_retry_warapper .btn_retry span {
  border-bottom: 1px solid #34303d;
}

.modal_btn_close .btn_modal_close {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  color: #34303d;
  border-bottom: 1px solid #34303d;
}

.modal_btn_home {
  position: absolute;
  bottom: 50px;
  right: 75px;
  width: 60px;
  height: 60px;
}

#font_sample_modal .modal_title {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #00d1d2;
}

#font_sample_modal .sample_image {
  width: 755px;
  margin: 0 auto 60px;
}

#font_sample_modal .modal_btn_close {
  margin-bottom: 0;
}

#font_sample_modal .btn_modal_close {
  width: 392px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  color: #fffdfb;
  background-color: #34303d;
  border: 0;
}

.item_wrapper:has(> :only-child) {
  justify-content: center !important;
}

@media screen and (max-width: 1200px) {
  #step1 h1 {
    margin-bottom: 135px;
  }
  .under_1200 {
    display: inline-block;
  }
  .content_inner {
    width: 800px;
  }
  #step1 .item_wrapper,
  #step4 .item_wrapper,
  #step2 .item_wrapper,
  #step3 .item_wrapper {
    max-width: 700px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #step1 .item_wrapper .item_block,
  #step2 .item_wrapper .item_block,
  #step4 .item_wrapper .item_block,
  #step3 .item_wrapper .item_block {
    margin-bottom: 48px;
  }
  .modal_wrapper .modal_inner {
    width: calc(100% - 100px);
  }
  .modal_wrapper .modal_inner .modal_image_wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 957/260;
    position: relative;
  }
  #font_sample_modal .sample_image {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 800px) {
  .content_outer {
    padding: calc(64 * var(--content_width) / 750) 0 calc(112 * var(--content_width) / 750);
  }
  .content_inner {
    width: calc(622 * var(--content_width) / 750);
    margin: 0 auto;
  }
  #step1.content_outer {
    padding-bottom: calc(107 * var(--content_width) / 750);
  }
  h1 {
    font-size: calc(48 * var(--content_width) / 750);
    line-height: calc(62 * var(--content_width) / 750);
    padding: calc(18 * var(--content_width) / 750) 0;
  }
  #step1 h1,
  #step2 h1,
  #step4 h1,
  #step3 h1 {
    margin-bottom: calc(64 * var(--content_width) / 750);
  }
  #step2 h2,
  #step3 h2,
  #step4 h2 {
    font-size: calc(40 * var(--content_width) / 750);
    line-height: calc(48 * var(--content_width) / 750);
    margin-bottom: calc(60 * var(--content_width) / 750);
  }
  #step4 .content_text {
    width: calc(622 * var(--content_width) / 750);
    font-size: calc(32 * var(--content_width) / 750);
    line-height: calc(48 * var(--content_width) / 750);
    margin: 0 auto calc(64 * var(--content_width) / 750);
  }
  .item_wrapper,
  #step1 .item_wrapper,
  #step3 .item_wrapper {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #step2 .item_wrapper {
    margin-bottom: calc(52 * var(--content_width) / 750);
  }
  .item_wrapper .item_block {
    width: calc(295 * var(--content_width) / 750);
    margin-bottom: calc(48 * var(--content_width) / 750);
  }
  .item_wrapper .item_block .item_block_image {
    height: calc(337 * var(--content_width) / 750);
  }
  .item_block_text {
    font-size: calc(32 * var(--content_width) / 750);
    line-height: calc(40 * var(--content_width) / 750);
    height: calc(80 * var(--content_width) / 750);
  }
  .btn_back {
    font-size: calc(32 * var(--content_width) / 750);
    line-height: calc(48 * var(--content_width) / 750);
  }
  .image_wrapper {
    height: calc(320 * var(--content_width) / 750);
    margin-bottom: calc(60 * var(--content_width) / 750);
  }
  .image_wrapper.fixed .image_block_outer {
    height: calc(320 * var(--content_width) / 750);
  }
  .image_wrapper .image_block {
    width: calc(700 * var(--content_width) / 750);
    height: calc(280 * var(--content_width) / 750);
  }
  .pager_wrapper {
    margin-bottom: calc(80 * var(--content_width) / 750);
  }
  .pager_wrapper .pager_obj {
    width: calc(16 * var(--content_width) / 750);
    height: calc(16 * var(--content_width) / 750);
    border-radius: calc(16 * var(--content_width) / 750);
    margin: 0 calc(8 * var(--content_width) / 750);
  }
  .btn_save_wrapper {
    margin-bottom: calc(60 * var(--content_width) / 750);
  }
  .btn_save_wrapper .btn_save {
    width: calc(400 * var(--content_width) / 750);
    height: calc(60 * var(--content_width) / 750);
    line-height: calc(60 * var(--content_width) / 750);
    border-radius: calc(48 * var(--content_width) / 750);
    font-size: calc(30 * var(--content_width) / 750);
  }
  .modal_wrapper .modal_inner {
    width: calc(622 * var(--content_width) / 750);
    margin: calc(112 * var(--content_width) / 750) 0;
    padding: calc(64 * var(--content_width) / 750) calc(45 * var(--content_width) / 750) calc(130 * var(--content_width) / 750);
    border-radius: calc(30 * var(--content_width) / 750);
  }
  .modal_wrapper .modal_inner .modal_header {
    font-size: calc(34 * var(--content_width) / 750);
    line-height: calc(44 * var(--content_width) / 750);
    margin-bottom: calc(26 * var(--content_width) / 750);
  }
  .modal_wrapper .modal_inner .modal_image_wrapper {
    margin-bottom: calc(26 * var(--content_width) / 750);
    aspect-ratio: auto;
  }
  .modal_inner ol {
    width: 100%;
    margin: 0 auto calc(50 * var(--content_width) / 750);
    padding-left: calc(45 * var(--content_width) / 750);
  }
  .modal_inner ol li {
    font-size: calc(28 * var(--content_width) / 750);
    line-height: calc(40 * var(--content_width) / 750);
    margin-bottom: calc(10 * var(--content_width) / 750);
  }
  .modal_btn_finish_warapper {
    margin-bottom: calc(45 * var(--content_width) / 750);
  }
  .modal_btn_finish_warapper .btn_finish {
    width: calc(467 * var(--content_width) / 750);
    height: calc(96 * var(--content_width) / 750);
    line-height: 1em;
    font-size: calc(32 * var(--content_width) / 750);
    border-radius: calc(48 * var(--content_width) / 750);
  }
  .modal_btn_finish_warapper .btn_finish span {
    margin-top: calc(10 * var(--content_width) / 750);
    font-size: calc(26 * var(--content_width) / 750);
    line-height: 1em;
  }
  .modal_btn_close {
    margin-bottom: calc(30 * var(--content_width) / 750);
  }
  .modal_btn_retry_warapper .btn_retry {
    width: calc(467 * var(--content_width) / 750);
    font-size: calc(32 * var(--content_width) / 750);
    line-height: calc(48 * var(--content_width) / 750);
  }
  .modal_btn_close .btn_modal_close {
    font-size: calc(22 * var(--content_width) / 750);
    line-height: calc(40 * var(--content_width) / 750);
  }
  .modal_btn_home {
    position: absolute;
    bottom: calc(30 * var(--content_width) / 750);
    right: calc(45 * var(--content_width) / 750);
    width: calc(60 * var(--content_width) / 750);
    height: calc(60 * var(--content_width) / 750);
  }
}
.loading_wrapper {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.loading_wrapper.active {
  display: flex;
}

.loader {
  color: #fff;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.select_itemType {
  color: #000 !important;
}

.design_preview_slider {
  margin-top: 100px;
  margin-bottom: 30px;
  height: 400px;
}
.design_preview_slider .swiper {
  height: 100%;
}
.design_preview_slider .swiper .swiper-button-next {
  right: 24%;
  top: 48%;
}
.design_preview_slider .swiper .swiper-button-prev {
  left: 24%;
  top: 48%;
}
@media (max-width: 900px) and (orientation: portrait) {
  .design_preview_slider .swiper .swiper-button-next {
    right: 19%;
  }
  .design_preview_slider .swiper .swiper-button-prev {
    left: 19%;
  }
}
.design_preview_slider .swiper .swiper-button-next:after,
.design_preview_slider .swiper .swiper-rtl .swiper-button-prev:after,
.design_preview_slider .swiper .swiper-button-prev:after,
.design_preview_slider .swiper .swiper-rtl .swiper-button-next:after {
  color: #000;
}
.design_preview_slider .swiper:not(.is-prime) .swiper-slide {
  aspect-ratio: 350/500;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.design_preview_slider .swiper:not(.is-prime) .swiper-slide > img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .design_preview_slider .swiper:not(.is-prime) .swiper-slide > img {
    width: auto;
    height: 80%;
  }
}
@media (max-width: 900px) {
  .design_preview_slider .swiper.is-mid .swiper-button-next {
    right: 28%;
  }
}
@media (max-width: 900px) and (orientation: portrait) {
  .design_preview_slider .swiper.is-mid .swiper-button-next,
  .design_preview_slider .swiper.is-mid .swiper-button-prev {
    top: 45%;
  }
  .design_preview_slider .swiper.is-mid .swiper-button-next {
    right: 22%;
  }
  .design_preview_slider .swiper.is-mid .swiper-button-prev {
    left: 24%;
  }
}
@media (max-width: 900px) and (orientation: portrait) {
  .design_preview_slider .swiper.is-one .swiper-button-next,
  .design_preview_slider .swiper.is-one .swiper-button-prev {
    top: 55%;
  }
  .design_preview_slider .swiper.is-one .swiper-button-next {
    right: 28%;
  }
  .design_preview_slider .swiper.is-one .swiper-button-prev {
    left: 24%;
  }
}
@media (max-width: 900px) and (orientation: portrait) {
  .design_preview_slider .swiper.is-prime .swiper-button-next {
    right: 22%;
    top: 50%;
  }
  .design_preview_slider .swiper.is-prime .swiper-button-next:after {
    font-size: 22px;
  }
  .design_preview_slider .swiper.is-prime .swiper-button-prev {
    left: 22%;
    top: 50%;
  }
  .design_preview_slider .swiper.is-prime .swiper-button-prev:after {
    font-size: 22px;
  }
}
.design_preview_slider .swiper.is-prime .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.design_preview_slider .swiper.is-prime .swiper-slide > img {
  max-width: 100%;
  width: auto;
  height: auto;
}/*# sourceMappingURL=main.css.map */